forked from nmayhall-vt/vtq_website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSSWlodging.html
104 lines (91 loc) · 5.46 KB
/
SSWlodging.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
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>VTQ</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/logo.svg" alt="" /></span><span class="title">VTQ</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="SwissSummerWorkshop.html">Home</a></li>
<li><a href="SSWparticipants.html">Participants</a></li>
<li><a href="SSWagenda.html">Agenda</a></li>
<li><a href="SSWlodging.html">Venue, lodging, transit</a></li>
<li><a href="index.html">VTQ</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h2>Venue</h2>
The first day of the workshop (Wednesday June 28) will take place at the <a href="https://www.continentalparkhotel.com/index.php?sez_id=1&pag_id=1&lang_id=2" >Continental Parkhotel</a> in Lugano, Switzerland.
<br><br>
<span class="image"><img src="images/steger.jpg" alt="" width="500" height="300"/></span>
<br>
<p>
The workshop sessions on Thursday and Friday will take place at the
<a href="https://stegercenter.vt.edu/">Virginia Tech Steger Center</a> in Riva San Vitale, Switzerland. The Steger Center is a restored 18th century villa featuring modern conference facilities, a cafeteria, library, discussion rooms with whiteboard walls, a computer lab, and ample study areas. In addition, the villa’s beautiful garden offers the perfect place to read or relax.
<br>
Address: Via Settala 8, 6826 Riva S. Vitale, Switzerland
<br>
</p>
<br><br>
<h2>Lodging</h2>
<p>
Rooms have been reserved for participants at the <a href="https://luganodante.com/">Hotel Dante</a> and at the <a href="https://www.continentalparkhotel.com/index.php?sez_id=1&pag_id=1&lang_id=2" >Continental Parkhotel</a> in Lugano, Switzerland. Both hotels are an 8 minute walk from the train station. However, if you are going to Hotel Dante, we strongly recommend you take the funicular at the train station, as the walk is very steep. The funicular goes directly to the hotel.
</p>
<br><br>
<h2>Transit to/from Lugano</h2>
<p>
Trains from Lugano station to Riva San Vitale leave every 15 to 30 minutes. The train ride itself is 15 minutes. Once you arrive at the train station in Riva San Vitale, you can either walk 15 minutes to reach the Steger Center, or you can take a bus. Timetables for trains and buses can be found <a href="https://www.sbb.ch/en/home.html" >here</a>. Here are the relevant train schedules:
</p>
<h3>Trains from Lugano to Capolago/Riva San Vitale</h3>
<span class="image"><img src="images/train_schedule_Lugano_to_RivaSanVitale.png" alt="" width="600" height="300"/></span>
<br><br>
<h3>Trains from Capolago/Riva San Vitale to Lugano</h3>
<span class="image"><img src="images/train_schedule_RivaSanVitale_to_Lugano_Friday.png" alt="" width="600" height="300"/></span>
<br>
<span class="image"><img src="images/train_schedule_RivaSanVitale_to_Lugano_Thursday.png" alt="" width="600" height="300"/></span>
<br><br>
<h2>Transit to/from nearby airports, other lodging options, and information about tourism in the area</h2>
<p>
See this <a href="https://stegercenter.vt.edu/about/transportation.html">website</a> for information about transportation to/from nearby international airports, other lodging options, and things to do in the area.
</p>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>