generated from hrishikeshrt/jekyll-conference-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvenue.html
executable file
·129 lines (122 loc) · 5.81 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
---
title: Venue
layout: page
slide_id: 5
---
<div class="row mt-xs-0 mt-sm-0 mt-md-1 mt-lg-2 mt-xl-3 mb-xs-2 mb-sm-2">
<div class="col text-justify conference">
<div>
<h4>How to Get to Pisa</h4>
<p class="conference-text">Getting to Pisa is possible by air, by road and railroad alike.</p>
</div>
<div>
<h5>By Plane</h5>
Flying to Pisa is the most efficient option. Galileo Galilei International Airport is conveniently close
to
the city center. You can easily reach the city via the Pisa Mover, an automated train connecting the
airport
to the main railway station of the city, Pisa Centrale, or by a short walk (~1 km). Another option is to
fly
to Amerigo Vespucci International Airport in Florence and catch a train to Pisa from Florence's central
railway station, Firenze Santa Maria Novella. Such a station, in Florence, can be reached from the
Airoport
via a convenient and frequent Tram.
</div>
<br>
<div>
<h5>By Train</h5>
Pisa is well-connected by rail, not only to Florence but also to many other Tuscan cities like Livorno,
Siena, Arezzo, Lucca, Grosseto, and Carrara. You can also access Pisa from major Italian cities like
Rome.
Trains offer frequent services, making travel between these destinations convenient.
</div>
<br>
<div>
<h5>By Car</h5>
For those who prefer driving, traveling to Pisa by car is an excellent choice. Tuscany's scenic
landscapes
and seasides, as well as tourist attractions along the way make the journey enjoyable. However,
navigating
the motorway routes to Pisa might require some orientation effort.
</div>
<br>
<hr>
<div>
<h4>How to Get to the Conference Locations</h4>
<p class="conference-text">HPDC 2024 and its satellite events take place from June 3rd to June 7th. The
first two days are reserved
for the satellite events and will take place at the Department of Computer science of the University of
Pisa, the last three days are focused on the conference and will take place at “Polo Piagge”. In the
following is reported how to get to the two locations.</p>
</div>
<div>
<h5>Department of Computer Science</h5>
Located at Largo Bruno Pontecorvo 3, within Pisa's medieval walls, the Department of Computer Science is
easily accessible on foot from the city center. Several bus lines also stop nearby. Bus lines 3+, 4 and 11
have a stop in front of the department. Not far are also located the stops of lines 2 and 22. The conference
sessions for HPDC 2024 are held on the second floor of the building.
</div>
<br>
<div id="piagge">
<h5>Polo Piagge Conference Center</h5>
Situated within walking distance from the city center, the Polo Piagge Conference Center is easily
reachable. Bus lines 1+ and 13 have stops in front of the center. Once inside, the conference room is
located on the left.
</div>
<br>
<hr>
<div>
<h4>Social Event Locations</h4>
<h5>Welcome Cocktail</h5>
<p>The welcome cocktail will be hosted at Polo Piagge. Follow the directions provided <a
href="#piagge">above</a> to reach the
venue.</p>
<h5>Social Dinner</h5>
<p>The Social Dinner takes place in an ancient claustrum downtown (Chiostro S.M. del Carmine), near the main
promenade, Corso Italia.
Refer to the <a href="#map">interactive map</a> for directions.</p>
<h5>Piazza dei Miracoli (Miracles’ Square)</h5>
<p>This iconic square, home to the Leaning Tower, is located in the north-west part of the city center. From
Corso Italia, walk across Ponte di Mezzo to Garibaldi Square, then head towards Piazza dei Cavalieri.
Follow via dei Mille until you reach Piazza dei Miracoli. Additional details are given in the
<a href="#map">interactive map</a> reported below.
</p>
</div>
<div>
<h5>Where to stay in Pisa</h5>
{% if site.data.venue.about %}
<p>{{site.data.venue.about}}</p>
{% endif %}
<ul>
{% for hotel in site.data.venue.hotels %}
<li>
{% if hotel.url %}
<a href="{{hotel.url}}" target="_blank"><i>{{hotel.name}}</i></a>
{% else %}
<i>{{hotel.name}}</i>
{% endif %}
- {{hotel.address}}
</li>
{% endfor %}
</ul>
</div>
<div>
<h5>Useful resources</h5>
<ul>
{% for resource in site.data.venue.resources %}
<li>
<a href="{{resource.url}}" target="_blank"><i>{{resource.name}}</i></a>
</li>
{% endfor %}
</ul>
</div>
<div id="map">
<h4>Interactive Map</h4>
<p class="conference-text">The interactive map below provides directions to the conference locations and
social event venues. Click on the markers for more information.</p>
<iframe class="responsive-iframe"
src="https://www.google.com/maps/d/embed?mid=1xbMFdyngT_UqXghOGirBBMFMx_4VgzU&ehbc=2E312F" width="100%"
height="480"></iframe>
</div>
</div>
</div>