-
Notifications
You must be signed in to change notification settings - Fork 0
/
accommodation.html
176 lines (138 loc) · 9.91 KB
/
accommodation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html>
<head>
<title>SICSA PhD Conference 2018</title>
<link rel="icon" href="Images/sicsa-black-logo.png">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="CSS/base.css" media="screen" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>-->
</head>
<body>
<nav>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle navbar-button-background" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand brand-invis" href="../">SICSA PhD Conference</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="home-visibility"><a class="home-visibility" href="../">Home</a></li>
<li>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Program<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="keynotes.html">Keynotes</a></li>
<li role="separator" class="divider"></li>
<li>
<p id="menuTitle">Available Workshops</p>
</li>
<li><a href="hackathon.html">PhD Conference Hackathon</a></li>
<li><a href="academiccareer.html">Your Career in Academia: Balancing Teaching and Research</a></li>
<li><a href="whatnext.html">Your PhD: What's Next?</a></li>
<li><a href="accessibility.html">Web Accessibility: Learn New Techniques to Improve Assistive Technologies Design</a></li>
<li><a href="statistics.html">5 Statistical Mistakes You are Likely to Make</a></li>
<li><a href="wellbeing.html">Student Wellbeing: Managing your PhD Journey</a></li>
<li><a href="syslitreview.html">How to do a Systematic Literature Review</a></li>
<li><a href="thesiswriting.html">Demystifying the PhD Thesis</a></li>
<li role="separator" class="divider"></li>
<li><a href="program.html">Conference Schedule</a></li>
</ul>
</li>
<li><a href="poster-competition.html">Poster Competition</a></li>
<li class="dropdown active">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Attending<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="venue.html">Venue</a></li>
<li class="active"><a href="accommodation.html">Accommodation</a></li>
<li><a href="travel.html">Travel</a></li>
<li><a href="social-event.html">Social Event</a></li>
</ul>
</li>
<li><a href="committee.html">Committee</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Past Conferences<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://www.sutherland.pw/sicsa2017/#home">SICSA PhD Conference 2017</a></li>
<li><a href="https://www.sutherland.pw/sicsa2016/">SICSA PhD Conference 2016</a></li>
<li><a href="https://www.sutherland.pw/sicsa2015/">SICSA PhD Conference 2015</a></li>
<li><a href="https://sites.google.com/site/sicsaconf2014/">SICSA PhD Conference 2014</a></li>
<li><a href="https://sites.google.com/site/sicsaconf2013/">SICSA PhD Conference 2013</a></li>
<li><a href="https://www.sutherland.pw/sicsa2012/">SICSA PhD Conference 2012</a></li>
<li><a href="https://sites.google.com/site/sicsaconf2011/">SICSA PhD Conference 2011</a></li>
<li><a href="https://sites.google.com/site/sicsa2010/">SICSA PhD Conference 2010</a></li>
<li><a href="https://www.sutherland.pw/sicsa2009/">SICSA PhD Conference 2009</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="hci-dc.html">HCI DC</a></li>
<li><a href="realx.html">ReaLX</a></li>
<!-- <li><a href="https://sites.google.com/view/realx18/home">ReaLX</a></li> -->
<!-- <li><a href="registration.html">Register</a></li> -->
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</nav>
<div id="background" class="background-style">
<div class="container container-style">
<div id="white-space" style="height:51px"></div>
<div id="header" class="header-style">
<img src="Images/RGU-SICSA.png" class="header-background-img-style" alt="rgu-background-photo"></img>
</div>
<!-- just example content, can do whatever you wish -->
<div id="content" class="content-style">
<div class="title-style">Accommodation</div>
<div class="paragraph-style">
<p>Delegates traveling from outside Aberdeen have the option of free accommodation on the night of the 27th & 28th of June at Robert Gordon University's <a class="third" href="http://www.rgu.ac.uk/student-life/accommodation/our-accommodation/woolmanhill-flats/woolmanhill-flats"> Woolmanhill Flats</a>. <b>You are required to make your own travel arrangements to the accommodation on 27 June and check-in is open throughout the day.</b>
</p>
<p>Bus transport will be provided between the conference venue and the accommodation. </p>
<p> For those traveling by car free parking facilities are available on the accommodation grounds.</p>
<p>
Woolmanhill Flats (<i>Woolmanhill Flats, 134 John Street, Aberdeen, AB25 1LE</i>) is in Aberdeen City Centre and an estimated 10 minute walk from either the bus station or train station on Union Street in the City Centre. Google map directions
for both of these can be found here:
<a class="third" href="https://www.google.co.uk/maps/dir/Aberdeen,+Guild+St,+Aberdeen+AB11/Woolmanhill+Flats,+134+John+St,+Aberdeen+AB25+1LE/@57.1473928,-2.1115565,14.75z/data=!4m14!4m13!1m5!1m1!1s0x48840e3bafe6c77d:0xca26e9c22163ff06!2m2!1d-2.0987651!2d57.1436377!1m5!1m1!1s0x48840e22883783b7:0x8accd47a9d69aadc!2m2!1d-2.1061362!2d57.150742!3e2?dcr=0">Aberdeen Train Station to Woolmanhill Flats</a> and
<a class="third" href="https://www.google.co.uk/maps/dir/Bus+Station,+Guild+St,+Aberdeen+AB11+6NA/Woolmanhill+Flats,+134+John+St,+Aberdeen+AB25+1LE/@57.146307,-2.1081863,15z/data=!4m14!4m13!1m5!1m1!1s0x48840e3b97faf017:0xa38ad215429981eb!2m2!1d-2.0966546!2d57.1444858!1m5!1m1!1s0x48840e22883783b7:0x8accd47a9d69aadc!2m2!1d-2.1061362!2d57.150742!3e2">Aberdeen Bus Station to Woolmanhill Flats</a>.
</p>
<p>
We shall be providing transport to and from Robert Gordon University's Garthdee Campus and the Woolmanhill Flats accommodation, more information on this will be released later. However, should you find yourself without transport it's an estimated 55 minute walk from Garthdee Campus to Woolmanhill Flats. Although it is recommended you take a bus instead. Bus routes 1 and 2 which can be taken from Union Street to Garthdee Campus and vice versa are suggested.
Google map directions between Garthdee Campus and the Woolmanhill Flats can be found here:
<a class="third" href="https://www.google.co.uk/maps/dir/Robert+Gordon+University,+Garthdee+House,+Garthdee+Rd,+Aberdeen+AB10+7AQ/Woolmanhill+Flats,+134+John+St,+Aberdeen+AB25+1LE/@57.1346977,-2.1940775,12z/data=!3m1!4b1!4m14!4m13!1m5!1m1!1s0x488410483d2f0941:0x5d8969688e77366a!2m2!1d-2.1407553!2d57.1185061!1m5!1m1!1s0x48840e22883783b7:0x8accd47a9d69aadc!2m2!1d-2.1061362!2d57.150742!3e3?dcr=0">Robert Gordon University's, Garthdee Campus to Woolmanhill Flats</a>.
</p>
<!--<p><b> More information on accommodation for the conference will be added shortly.</b></p> -->
<center>
<iframe width="600" height="450" style="float:middle" frameborder="0" style="border:0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2164.199774399258!2d-2.108324884014725!3d57.15074198095024!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48840e22883783b7%3A0x8accd47a9d69aadc!2sWoolmanhill+Flats!5e0!3m2!1sen!2suk!4v1520007393924"
allowfullscreen></iframe>
</center>
<br />
<br />
<br />
<img src="Images/facade.png" style="float: middle; width: 45%; margin-right: 1%; margin-left: 2%; margin-bottom: 0.5em;" alt="sicsa-logo"></img>
<img src="Images/room.png" style="float: middle; width: 45%; margin-right: 1%; margin-left: 2%; margin-bottom: 0.5em;" alt="sicsa-logo"></img>
</div>
</div>
<div id="footer" class="footer-style clearfix">
<div class="col-sm-3">
</div>
<div class="col-xs-12 col-sm-2">
<img src="Images/RGU-logo.png" class="img-responsive footer-rgu-logo-style" alt="rgu-logo"></img>
</div>
<div class="col-sm-1"></div>
<div class="col-xs-12 col-sm-3">
<img src="Images/sicsa-blue-footer-logo-new.jpg" class="img-responsive footer-sicsa-logo-style" alt="sicsa-logo"></img>
</div>
<div class="col-sm-3">
</div>
</div>
</div>
</div>
</body>
</html>