-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccommodation.html
393 lines (382 loc) · 15.1 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<!DOCTYPE html>
<!--[if IE 8 ]> <html lang="en" class="ie8"> <![endif]-->
<!--[if (gt IE 8)]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<title></title>
<meta content="Website of the 12th Media Psychology Conference (September 8-10, 2021) in Aachen" name="description">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="yes" name="apple-mobile-web-app-capable">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="javascripts/PIE.js"></script>
<![endif]-->
<link href="favicon.ico" rel="shortcut icon">
<link href="apple-touch-icon-144x144-precomposed.png" rel="apple-touch-icon-precomposed" sizes="144x144">
<link href="apple-touch-icon-114x114-precomposed.png" rel="apple-touch-icon-precomposed" sizes="114x114">
<link href="apple-touch-icon-72x72-precomposed.png" rel="apple-touch-icon-precomposed" sizes="72x72">
<link href="apple-touch-icon-57x57-precomposed.png" rel="apple-touch-icon-precomposed">
<link href="stylesheets/bootstrap.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/responsive.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/font-awesome-all.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/fancybox.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/theme.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/fonts.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="wrapper">
<!-- Page Header -->
<header id="masthead">
<nav class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<h1 class="brand">
<a href="index.html">
<img alt="some image" src="images/assets/Logo_Petrol.png"></a>
</h1>
<div class="nav-collapse collapse">
<ul class="nav pull-right">
<li class=""><a href="index.html">Home</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Program</a>
<ul class="dropdown-menu">
<li>
<a href="program.html">Main Conference</a>
</li>
<li>
<a href="phd.html">PhD Workshop</a>
</li>
<li>
<a href="tutorial.html">Robot Study Tutorial</a>
</li>
<li>
<a href="keynote.html">Keynotes</a>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Submission & Registration</a>
<ul class="dropdown-menu">
<li>
<a href="cfp.html">Call for Papers</a>
</li>
<li>
<a href="submission.html">Submission</a>
</li>
<li>
<a href="registration.html">Registration</a>
</li>
</ul>
</li>
<li class=""><a href="news.html">News</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Location & Venue</a>
<ul class="dropdown-menu">
<li>
<a href="venue.html">Venue</a>
</li>
<li>
<a href="travel.html">Travel to Aachen</a>
</li>
<li>
<a href="accommodation.html">Accommodation</a>
</li>
<li>
<a href="restaurants.html">Restaurants</a>
</li>
</ul>
</li>
<li class=""><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<!-- Main Content -->
<div id="content" role="main">
<!-- Promo Section -->
<section class="section section-alt">
<div class="row-fluid">
<div class="super-hero-unit">
<figure>
<img alt="some image" src="images/assets/landscapes/hotelroom.jpg">
<figcaption class="flex-caption">
<h1 class="super animated fadeinup delayed">
Relax
<span class="lighter">
&
</span>
Sleep
</h1>
</figcaption>
</figure>
</div>
</div>
</section>
<section class="section section-padded">
<div class="container-fluid">
<div class="section-header">
<h1>
Find
<small class="light">Hotels</small>
</h1>
</div>
<div class="row-fluid">
<p>
We have arranged special conference prices with hotels in the inner city of Aachen. The city centre is not very big, making Aachen a very "walkable" city.
Most of the hotels recommended below are within walking distance of the central station (Aachen Hauptbahnhof).
The conference venue can be reached from most of these hotels within 20 minutes.
</p>
<p>
If you are booking one of our recommended hotels, please <b>book directly with the respective hotel</b>M and use the respective reference to get the reduced rates! The hotel contingents are limited. <b>Most contingents expire mid August.</b>
</p>
</div>
</div>
</section>
</div>
<!-- Columns with Hotel suggestions -->
<section class="section section-alt section-padded">
<div class="container-fluid">
<div class="section-header">
<h1>
Hotel
<small class="light">Suggestions</small>
</h1>
</div>
<div class="row-fluid">
<!-------------------------- Hotel 1: Gästehaus Königshügel ---------------------->
<div class="span2">
<h4>
Gästehaus Königshügel
</h4>
<p>
</br>
Single Room: 42€ </br>
Double Room: 55€ </br>
</br>
<i> Melatenerstraße 31 </br> 52074 Aachen </br> </i>
<a href="https://www.rwth-aachen.de/cms/root/Die-RWTH/Kontakt-Anreise/Raumverwaltung/Gaestehaeuser/~bdtc/Haus-Koenigshuegel/" style="color:#3E6AC3; text-decoration:none;">Website </a>
</br>
</br>
<i class="fas fa-chevron-circle-right">   </i> Booking via [email protected]. Please reference Silke Nolting-Escherich.
</p>
</div>
<!-------------------------- Hotel 2: IBIS Budget ---------------------->
<div class="span2">
<h4>
IBIS Budget
</h4>
<p>
</br>
Single Room: 55€ </br>
Double Room: 67€ </br>
</br>
<i> Schumacherstraße 12 </br> 52062 Aachen </i> </br>
<a href=" https://all.accor.com/hotel/8027/index.en.shtml?y_source=1_MTUzNjI5NDEtNDgzLWxvY2F0aW9uLndlYnNpdGU= " style="color:#3E6AC3; text-decoration:none;" > Website </a>
</br>
</br>
<i class="fas fa-chevron-circle-right">   </i> To book a room at our rates, please reference "MediaPsychology 2021".
</p>
</div>
<!-------------------------- Hotel 3: IBIS am Marschiertor ---------------------->
<div class="span2">
<h4>
IBIS am Marschiertor
</h4>
<p>
</br>
Single Room: 69€ </br>
Double Room: 89€ </br>
</br>
<i> Friedland Strasse 6-8 </br> 52062 Aachen </br> </i>
<a href="https://all.accor.com/hotel/0967/index.en.shtml?utm_campaign=seo+maps&utm_medium=seo+maps&utm_source=google+Maps " style="color:#3E6AC3; text-decoration:none;" > Website </a>
</br>
</br>
<i class="fas fa-chevron-circle-right">   </i> To book a room at our rates, please reference "MediaPsychology 2021".
</p>
</div>
<!-------------------------- Hotel 4: AquisGrana ---------------------->
<div class="span2">
<h4>
AquisGrana
</h4>
<p>
</br>
Single Room: 89€ </br>
Double Room: 107€ </br>
</br>
<i> Büchel 32 </br> 52062 Aachen </br> </i>
<a href=" https://www.hotel-aquis-grana.de/de/ "style="color:#3E6AC3; text-decoration:none;"> Website </a>
</br>
</br>
<i class="fas fa-chevron-circle-right">   </i> To book a room at our rates, please reference "MediaPsychology 2021".
</p>
</div>
<!-------------------------- Hotel 5: Leonardo Hotel Aachen ---------------------->
<div class="span2">
<h4>
Leonardo
</h4>
<p>
</br>
Single Room: 89/99€ </br>
Double Room: 109/119€ </br>
</br>
<i> Krefelder Str. 221 </br> 52070 Aachen </br> </i>
<a href=" https://www.leonardo-hotels.com/ "style="color:#3E6AC3; text-decoration:none;" > Website </a>
</br>
</br>
<i class="fas fa-chevron-circle-right">   </i> To book a room at our rates, please reference "MediaPsychology 2021".
</p>
</div>
<!-------------------------- Hotel 6: Novotel ---------------------->
<div class="span2">
<h4>
Novotel
</h4>
<p>
</br>
Single Room: 121€ </br>
Double Room: 140€ </br>
</br>
<i> Peterstr. 66 </br> 52062 Aachen </br> </i>
<a href=" https://www.booking.com/hotel/de/novotel-aachen.de.html" style="color:#3E6AC3; text-decoration:none;"> Website </a>
</br>
</br>
<i class="fas fa-chevron-circle-right">   </i> To book a room at our rates, please reference "MediaPsychology 2021".
</p>
</div>
<hr>
<div class="row-fluid">
<!--- <div class="span3">
<h4>
Column
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
<div class="span3">
<h4>
Column
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
<div class="span3">
<h4>
Column
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
<div class="span3">
<h4>
Column
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span4">
<h4>
Column
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
<div class="span4">
<h4>
Column
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
<div class="span4">
<h4>
Column
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
</div>
</div>-->
</section>
</div>
<!-- Page Footer -->
<footer id="footer" role="contentinfo">
<div class="wrapper wrapper-transparent">
<div class="container-fluid">
<div class="row-fluid">
<div class="span6 small-screen-center">
<h3>
MediaPsych
<span class="light">
2021 @ Chair for Individual and Technology, RWTH Aachen University
</span>
</h3>
<p>
+49 241 80 25520 | [email protected]
<br>
Theaterplatz 14, 52062 Aachen, Germany.
<br>
© Copyright 2021
</p>
</div>
<!--<div class="span6">
<ul class="unstyled inline text-right small-screen-center big social-icons">
<li>
<a data-iconcolor="#00a0d1" href="#">
<i class="icon-twitter"></i>
</a>
</li>
<li>
<a data-iconcolor="#3b5998" href="#">
<i class="icon-facebook"></i>
</a>
</li>
<li>
<a data-iconcolor="#910101" href="#">
<i class="icon-pinterest"></i>
</a>
</li>
</ul>
</div>-->
</div>
</div>
</div>
</footer>
<script src="javascripts/jquery.min.js" type="text/javascript"></script>
<script src="javascripts/bootstrap.js" type="text/javascript"></script>
<script src="javascripts/jquery.flexslider-min.js" type="text/javascript"></script>
<script src="javascripts/jquery.tweet.js" type="text/javascript"></script>
<script src="javascripts/jquery.fancybox.pack.js" type="text/javascript"></script>
<script src="javascripts/jquery.fancybox-media.js" type="text/javascript"></script>
<script src="javascripts/script.js" type="text/javascript"></script>
<script type="text/javascript">
if (typeof gaJsHost == 'undefined') {
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("#########");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>