-
Notifications
You must be signed in to change notification settings - Fork 1
/
venue.html
393 lines (334 loc) · 19 KB
/
venue.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>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<title>Ruby Lugdunum - 2011</title>
<link href="stylesheets/content.css" media="screen" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js" type="text/javascript"></script>
<script src="javascripts/rails.js" type="text/javascript"></script>
<script src="javascripts/application.js" type="text/javascript"></script>
</head>
<body>
<div class="banner_1">
<div class="center clearfix">
<header>
<a href="/"><img alt="ruby-lugdunum-logo" src="images/ruby-lugdunum-logo.png" class="logo"></a>
<div class="logo_text"></div>
<h1>
<span class="red">Ruby Lugdunum</span>
</h1>
<p id="organized-by"><small>Organized by <a href="http://lyonrb.fr">Lyon.rb</a></small></p>
<h2>
25-26 June 2011
</h2>
<h3>
Lyon, France
</h3>
<nav>
<ul>
<li>
<a href="/" >
HOME
</a>
</li>
<li>
<a href="/speakers" >
SPEAKERS
</a>
</li>
<li>
<a href="/schedule" >
SCHEDULE
</a>
</li>
<li>
<a href="/venue" class='current' >
VENUE
</a>
</li>
<li>
<a href="/sponsors" >
SPONSORS
</a>
</li>
</ul>
</nav>
<!--<div class="banner">
<img alt="Banner" src="images/banner.png">
</div>-->
</header>
</div>
</div>
<div class="banner_2">
<div class="center clearfix">
<div class="column_1 venue">
<p class="travaux">Due to maintenance work on the tramway tracks, the tramway line to the venue is substituted by a bus line. <a href="#from-part-dieu" title="tramway substitution line"> More information below</a>.</p>
<p>The CITI lab of the Telecom departement of INSA-Lyon University will be accommodating us in
their brand new conference hall.</p>
<ul class="sexy-bullet-points">
<li><a href="#how_to_get_there">How to get there</a>
</li>
<li><a href="#flights">by plane</a>
</li>
<li><a href="#train">by train</a></li>
<li><a href="#access-by-car">by car</a>
</li>
<li><a href="#carpool">Carpooling</a></li>
<li><a href="#parking">Parking</a></li>
<li><a href="#public-transport">Getting to the venue using Lyon public transport</a>
</li>
<li><a href="#hotels">Places to stay</a>
</li>
<li><a href="#map">Collaborative map</a>
</li>
<li><a href="#accessibility">Accessibility</a>
<li><a href="#links">Useful links</a>
</li>
</ul>
<img class="photo" src="/images/venue/Amphitheatre.jpg">
<img class="photo" src="/images/venue/vue_ensemble.jpg">
<img class="photo" src="/images/venue/insa_interieur.jpg">
<h2 id="how_to_get_there">How to get there</h2>
<h3 id="flights">by plane</h3>
<p>The closest airport is Lyon-Saint Exupéry airport (<a href="http://theairdb.com/airport/LYS.html">LYS</a>), which serves most countries in the western part of Europe.</p>
<p><a href="http://theairdb.com/airport/LYS.html">See all destinations you can reach with the Lyon-Saint Exupéry airport.</a></p>
<p>The Paris-Charles de Gaulle airport (<a href="http://theairdb.com/airport/CDG.html">CDG</a>) serves more destinations. One can then take the high-speed train to Lyon <!-- TODO (see below) -->.</p>
<p><a href="http://theairdb.com/airport/CDG.html">See all destinations you can reach with the Paris-Charles de Gaulle airport.</a></p>
<p>To get to the city center, take the <a href="http://www.rhonexpress.fr/presentation/?rub_code=1">Rhônexpress Express Tram</a>
with a guaranteed journey time of less than 30 minutes and no risk of congestion. You will arrive at <a href="#from-part-dieu">Lyon Part-Dieu train station</a>.</p>
<h3 id="train">Access by train</h3>
<p>Lyon is a well-connected city deserved by several high-speed trains from Paris, Marseille, Genève, Toulouse and most major french cities.</p>
<p>Paris -> Lyon is two hours.</p>
<h3 id="access-by-car">Access by car</h3>
<h4>Via A46 motorway bypass (from Paris, Strasbourg, Geneva)</h4>
<p>Exit 1B, follow "Croix Luizet", then "La Doua", and "Domaine Scientifique de la Doua".</p>
<iframe width="650" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.fr/maps/ms?ie=UTF8&msa=0&msid=204495958978280801827.0004a498816e169b196c8&ll=45.78626,4.893551&spn=0.014963,0.05579&z=14&output=embed"></iframe>
<p><a href="http://maps.google.fr/maps/ms?ie=UTF8&msa=0&msid=204495958978280801827.0004a498816e169b196c8&ll=45.78626,4.893551&spn=0.014963,0.05579&z=14&source=embed">View driving directions from A46 (Paris, Strasbourg, Genève) in a larger map</a>.</p>
<h4>Via the Boulevard Laurent Bonnevay ring road (from south)</h4>
<p>Exit 6 "Porte de Croix Luizet", then follow direction "Campus de la Doua".</p>
<iframe width="650" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.fr/maps/ms?doflg=ptk&ie=UTF8&source=embed&msa=0&msid=204495958978280801827.0004a498ee50087863e50&ll=45.756026,4.886169&spn=0.08384,0.146255&z=12&output=embed"></iframe>
<p><a href="http://maps.google.fr/maps/ms?doflg=ptk&ie=UTF8&source=embed&msa=0&msid=204495958978280801827.0004a498ee50087863e50&ll=45.756026,4.886169&spn=0.08384,0.146255&z=12">View driving directions from the south via Laurent Bonnevay ring road on a larger map</a>.</p>
<h3 id="carpool">Carpooling</h3>
<p>A good cheap solution (if your flight brings you only to Paris for example) is carpooling.</p>
<p>You can find interesting carpooling solutions at <a href="http://covoiturage.fr" title="Covoiturage.fr - Carpooling website">covoiturage.fr</a> (french only).</p>
<h3 id="parking">Parking</h3>
<p>There is plenty of free on-site parking available in front of the venue.</p>
<h2 id="public-transport">Getting to the venue using Lyon public transport</h2>
<h3 id="from-airport">From Lyon-St Exupery airport</h3>
<p>Take the <a href="http://www.rhonexpress.fr/">Rhônexpress</a> airport shuttle to downtown Lyon
("Centre de Lyon" / "Lyon Part-Dieu" train station) which runs every 20 min.</p>
<p>Go through the train station to <a href="#from-part-dieu">take the bus</a> in front of the mall.</p>
<h3 id="from-part-dieu">From Lyon Part-Dieu train station</h3>
<p>We were made aware at the last minute of maintenance work on the tramway track, thus the T1 tramway is substituted by buses.</p>
<p>The Lyon transport authority edited a <a href="http://tcl.fr/documents/pdf/carte-travaux-t1.pdf" title="booklet with map of tramway substitution line">booklet with a map, in French (PDF, 1MB)</a>.
<p>To come to the venue the stops stay the same, take off at Part-Dieu Vivier-Merle (in front of the mall) and stop at <a href="#walking-to-venue" title="Walking directions to the venue">La Doua-Gaston Berger</a>.</p>
<h3 id="from-perrache">From Lyon Perrache train station</h3>
<p>Though unlikely, some high-speed trains only deserve the Perrache train station, which it farther, closer to the city center.</p>
<p>To go to the venue, take the A metro line towards Vaulx-en-Velin La Soie, stop at Charpennes, and take the T1 tramway substitution bus (<a href="" title="T1 subtitution bus">see from Part-Dieu</a>).
<h3 id="walking-to-venue">Walking directions to Rubylug 2011 from closest tramway station (La Doua-Gaston Berger)</h3>
<p>Go to the closest tramway station, south of the subtitution bus stop.</p>
<p>Heading east, cross the road, go past the Blaise Pascal
building, staying on the same side of the tramway tracks.</p>
<p>Turn left onto Rue de la Physique,
walking between the Blaise Pascal building on the left and the Louis Pasteur building.</p>
<p>Continue on Rue de la Physique until the end of the road (300 meters / 1000 feet).</p>
<p>The entrance is on the corner of the building to the right, there is a "Claude Chappe" sign on
the building.</p>
<iframe width="650" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.fr/maps/ms?doflg=ptk&ie=UTF8&msa=0&msid=204495958978280801827.0004a33fea2eea049c68a&ll=45.783013,4.873059&spn=0.013049,0.01811&output=embed"></iframe>
<p>
<a href="http://maps.google.fr/maps/ms?doflg=ptk&ie=UTF8&msa=0&msid=204495958978280801827.0004a33fea2eea049c68a&source=embed">View
walking directions to Rubylug 2011 from closest tramway station in a larger map</a></p>
<h2 id="hotels">Places to stay</h2>
<h3>Couch</h3>
<p>Lyon has an active couch surfing scene with a monthly meet-up.</p>
<ul class="sexy-bullet-points-jm-sucks-at-css">
<li><a href='http://wiki.couchsurfing.com/en/Lyon#Getting_a_couch_in_Lyon'>Couchsurfing</a></li>
<li><a href='http://secure.hospitalityclub.org/hc/hcworld.php?city=5558'>The Hospitality Club</a></li>
</ul>
<h3>Hotels</h3>
<ul class="sexy-bullet-points-jm-sucks-at-css">
<li><a href="http://www.hihostels.com/dba/hostels-Lyon-020042.en.htm">Youth hostels</a>, from
21€
</li>
<li>
<a href="http://fr.hotels.com/search/search.html?ar=Landing%3A%3ANoSuggest&cd=24-06-2011&dd=25-06-2011&dn=Lyon%2C+France&nr=1&pn=1&r=1&vt=LIST#vt=LIST&rl=destination%3A501534%3AEXACT_RED%3AHIGH&pfm=1&dn=Lyon,+France&cd=24/06/2011&dd=25/06/2011&nr=1&pn=1&so=PRICE&pfcc=EUR&minp=0&maxp=500&ming=0&maxg=10&lids=1634096&sr=&r=1&cpr=0">
Price comparator</a>, from 45€
</li>
<li><a href="http://www.etaphotel.com/fr/hotel-5087-etap-hotel-lyon-villeurbanne/index.shtml">
Etap Hotel</a>, from 43€, 15 min walking to venue
</li>
<li><a href='http://www.accorhotels.com/gb/hotel-1625-mercure-lyon-charpennes/index.shtml'>Mercure
Lyon Charpennes</a>, from 76 €, 10 minutes to get to the venue with T1 tramway
</li>
<li>
<a href="http://www.holidayinn.com/hotels/us/en/reservation?destination=130+BLVD+DU+11+NOVEMBRE+1918+LYON-VILLEURBANNE+France&hpCheckinDate=Jun-24-2011&hpCheckoutDate=Jun-25-2011&numberOfNight=1&hotelCode=LYSVI&checkInMonthYear=52011&checkOutMonthYear=52011&numberOfRooms=1&numberOfAdults=1&checkInDate=24&numberOfChildren=0&checkOutDate=25&execute=basic#roomrate">
Holiday Inn Garden Court Hôtel</a>, from 85 €, 5 min walking to venue
</li>
<li><a href='http://www.radissonblu.com/cs/Satellite?pagename=pb/Page/pb-listHotels&skin=radisson&brand=RAD&language=en&sitaCode=lyszh&cityid=&countrycode=&arrival=24%2F06%2F2011&departure=26%2F06%2F2011&rooms=1&adults_room1=1&children_room1=0&rmccode=&paccode=&corpaccountnumber=&iata='>
Radisson Blu Hotel</a>, from 135€, 15 minutes to get to the venue with T1 tramway</li>
</ul>
<h2 id="map">Collaborative map</h2>
<iframe width="650" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&oe=UTF8&msa=0&msid=204495958978280801827.0004a37e8772ca6af08c0&ll=45.770277,4.866257&spn=0.041909,0.11158&z=13&output=embed"></iframe>
<p><a href="http://maps.google.com/maps/ms?ie=UTF8&oe=UTF8&msa=0&msid=204495958978280801827.0004a37e8772ca6af08c0&ll=45.770277,4.866257&spn=0.041909,0.11158&z=13&source=embed">View Rubylug 2011 - Collaborative map for attendees in a larger map</a>.</p>
<h2 id="accessibility">Accessibility</h2>
<h3>Public transport</h3>
<p>All metro stations are accessible except Ampère and Croix-Paquet.</p>
<p>All tramways and tramway stations are accessible. The <a href="#from-part-dieu" title="tramway substitution line"> T1 substitution line</a> is equipped with fully accessible buses.</p>
<p>More information on the <a href="http://www.en.lyon-france.com/Accessible-Lyon" title="Accessible Lyon - Lyon Tourist Office">dedicated page on the website of the Lyon tourist office</a></p>
<!-- <h3>Venue</h3> -->
<h2 id="links">Useful links</h2>
<ul>
<li>Lyon public transportation services:
<a href="http://tcl.fr/changeLanguage.asp?language=EN" lang="en">TCL</a>.
</li>
<li><a href="http://www.en.lyon-france.com/" lang="en">Lyon tourist office</a>. Online room
booking, restaurant and sightseeing information.
</li>
<li><a href="http://wikitravel.org/en/Lyon" lang="en">Lyon on Wikitravel</a>
</li>
</ul>
</div>
<div class="column_2">
<a href="/" class="big green awesome full_width_button">Sold Out</a>
<div id="twitter">
<p>Follow us on twitter <a href="http://twitter.com/rubylug">@rubylug</a> <a href="http://twitter.com/#!/search/%23rulu">#rulu</a></p>
</div>
<div class="gold-sponsors">
<h2>GOLD Sponsors</h2>
<!-- <a href="/sponsoring" class="become_sponsor">Become a sponsor ?</a> -->
<ul>
<li>
<a href="http://www.sogilis.com/">
<img alt="Sogilis" src="images/sponsors/logo_sogilis.png" class="bigger-logo" /><br />
</a>
</li>
<li>
<a href="http://official.fm/">
<img alt="official.fm" src="images/sponsors/logo_officialfm.png" class="bigger-logo" /><br />
</a>
</li>
<li>
<a href="http://af83.com">
<img alt="af83" src="images/sponsors/logo_af83.jpg" class="bigger-logo" /><br />
</a>
</li>
</ul>
</div>
<div class="sponsors">
<h2>SILVER Sponsors</h2>
<ul>
<li>
<a href="http://www.heroku.com/">
<img alt="Heroku" src="images/sponsors/logo_heroku.png" /><br />
</a>
</li>
<li>
<a href="http://www.shopify.com/">
<img alt="Shopify" src="images/sponsors/logo_shopify.png" /><br />
</a>
</li>
<li>
<a href="http://www.novelys.com/">
<img alt="Novelys" src="images/sponsors/logo_novelys.png" /><br />
</a>
</li>
<li>
<a href="http://www.dimelo.com/">
<img alt="Dimelo" src="images/sponsors/logo_dimelo.png" /><br />
</a>
</li>
<li>
<a href="http://www.webpulser.com/">
<img alt="Webpulser" src="images/sponsors/logo_webpulser.png" /><br />
</a>
</li>
<li>
<a href="http://www.tigerlilyapps.com/">
<img alt="Tigerlily Apps" src="images/sponsors/logo_tigerlily.png" /><br />
</a>
</li>
<li>
<a href="http://www.nuxos.fr/">
<img alt="Nuxos" src="images/sponsors/logo_nuxos.png" /><br />
</a>
</li>
<li>
<a href="http://www.microsoft.com">
<img alt="Microsoft" src="images/sponsors/logo_microsoft.png" /><br />
</a>
</li>
<li>
<a href="http://rubyfrance.org/">
<img alt="Rubyfrance" src="images/sponsors/logo_rubyfrance.jpg" /><br />
</a>
</li>
</ul>
</div>
<div class="sponsors">
<h2>Partners</h2>
<ul>
<li>
<a href="http://www.citi.insa-lyon.fr/">
<img alt="INSA" src="images/sponsors/INSA.png" /><br />
</a>
</li>
<li>
<a href="http://www.leadformance.com/">
<img alt="Leadformance" src="images/sponsors/logo_leadformance.gif" /><br />
</a>
</li>
<li>
<a alt="HESPUL" href="http://hespul.org/">
<img alt="" src="images/sponsors/logo_hespul.jpg" /><br />
</a>
</li>
<li>
<a href="http://www.clubagilerhonealpes.org/">
<img alt="CARA" src="images/sponsors/logo_cara.png" /><br />
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<footer>
<div class="center clearfix">
<ul>
<li><a href="/">HOME</a></li>
<li><a href="/speakers">SPEAKERS</a></li>
<li><a href="/schedule">SCHEDULE</a></li>
<li><a href="/venue">VENUE</a></li>
<!-- <li><a href="/sponsors">SPONSORS</a></li> -->
<li><a href="mailto:[email protected]">CONTACT</a></li>
</ul>
© 2011 <a href="http://lyonrb.fr">Lyon Ruby Brigade</a> - <a href="/legal">legal notice</a>
<hr>
<div class="organizers clearfix">
<ul>
<li><a href="http://twitter.com/21croissants"><img class="profil" alt="21croissants" src="images/organizers/21croissants.png"></a><br><a href="http://twitter.com/21croissants">@21croissants</a></li>
<li><a href="http://twitter.com/bibinou"><img class="profil" alt="bibinou" src="images/organizers/bibinou.png"></a><br><a href="http://twitter.com/bibinou">@bibinou</a></li>
<li><a href="http://twitter.com/dmathieu"><img class="profil" alt="dmathieu" src="images/organizers/dmathieu.png"></a><br><a href="http://twitter.com/dmathieu">@dmathieu</a></li>
<li><a href="http://twitter.com/cesariogw"><img class="profil" alt="cesario" src="images/organizers/cesario.png"></a><br><a href="http://twitter.com/cesariogw">@cesariogw</a></li>
<li><a href="https://github.com/ranska"><img class="profil" alt="ranska" src="images/organizers/ranska.png"></a><br><a href="http://github.com/ranska">@ranska</a></li>
<li><a href="http://twitter.com/lminaudier"><img class="profil" alt="lminaudier" src="images/organizers/lminaudier.jpg"></a><br><a href="http://twitter.com/lminaudier">@lminaudier</a></li>
<li><a href="http://twitter.com/vzmind"><img class="profil" alt="vzmind" src="images/organizers/vzmind.png"></a><br><a href="http://twitter.com/vzmind">@vzmind</a></li>
</ul>
</div>
</div>
</footer>
</body>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20067061-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</html>