-
Notifications
You must be signed in to change notification settings - Fork 0
/
transportation.php
95 lines (74 loc) · 3.11 KB
/
transportation.php
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
<h1>Transportation</h1>
<h2>Travelling to Zurich</h2>
<p>
Zurich can easily be reached by plane (Airport Zurich Kloten: ZRH) or international trains like TGV, ICE (Station: Zurich HB).
</p>
<h3>Getting from the airport to the city</h3>
<?php require "items/get_to_city.php"; ?>
<?php require "items/location_irchel.php"; ?>
<h3>Getting to the Conference / Irchel campus</h3>
<?php require "items/get_to_conference.php"; ?>
<?php require "items/location_park.php"; ?>
<h3>Finding the conference rooms</h3>
<?php require "items/find_rooms.php"; ?>
<h2>Travelling in / around Zurich</h2>
<p>
We highly recommend using public transports.
</p>
<h3>Public Transports</h3>
<p>
Zurich has a <a href="http://www.zvv.ch/zvv/en/home.html">unified public transport system (ZVV)</a>:
one ticket is valid for all means of transportation like trains, busses, trams, trolleys and ships.
Your conference fee includes a city zone ticket that is valid from Monday to Friday (no airport transfer).
Please print it out and carry it on you all the time.
</p>
<?php /*
<p>
Zurich has a <a href="http://www.zvv.ch/zvv/en/home.html">unified public transport system (ZVV)</a>: one ticket is valid for all means of transportation like trains, busses, trams, trolleys and ships.
Please make sure to get a ticket <b>before</b> entering the vehicle.
Tickets can be bought at every stops (using Swiss Francs or Debit Card).
Connections usually run every 7 to 15 minutes.
<br>
There are 3 kind of tickets:
</p>
<ul>
<li>
<b>Short range (CHF 2.60) "Nahstrecke"</b><br>
Valid for travelling only a few stops in one direction, for half an hour.
</li>
<li>
<b>Single Ticket (CHF 4.30) "Einzelbillet"</b><br>
Valid for travelling in the city for one hour.
</li>
<li>
<b>Day Pass (CHF 8.60) "Tageskarte"</b><br>
Valid for travelling in the city for one day (24 hours).
</li>
</ul>
<p>
Each of those can be bought as a single ticket, or as a multiple-journey ticket ("Mehrfahrten Karte") with 6 journeys and 10% discount.
The multiple-journey ticket has to be validated <b>each time before</b> entering the vehicle at the vending machine.
</p>
<p>
If you stay 5 days and / or close by the Irchel campus, we recommend getting single "day pass tickets" on demand.
If you stay 6 days and have to take the tram daily to get to Irchel and/or want to travel around in Zurich often, we recommend getting the multiple-journey card with day passes.
</p>
*/ ?>
<h3>Taxis</h3>
<p>
Taxis are quite expensive.
Expect to pay from CHF 20.— upwards even for short rides;
around CHF 40.— for a trip from the airport to Irchel.
<br>
Some companies:
TAXI444 <a href="tel:+41444444444">(+41 44 444 44 44)</a> or
7x7 Taxi <a href="tel:+41447777777">(+41 44 777 77 77)</a>.
</p>
<h3>Car</h3>
<p>
We don't recommend arriving by car in Zurich.
There is a carpark at Irchel, but expect to pay CHF [parking_duration_in_hours + 1].
Finding parking spots in the city is only for the brave, but some hotel offer parking places.
<br />
<a href="https://www.zuerich.com/en/visit/parking-zurich">Further information.</a>
</p>