-
Notifications
You must be signed in to change notification settings - Fork 2
/
logistics.html
76 lines (72 loc) · 5.34 KB
/
logistics.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Rocky Mountain Summer Workshop on Uncertainty Quantification</title>
<style>
body {
background-color: #f5f5f5;
font-family: Helvetica, Arial, sans-serif;
}
.content-wrapper {
margin: 3em auto;
max-width: 940px;
}
.top-nav {
margin: 0;
padding: 0;
}
.top-nav-list {
background-color: #8a8a8a;
color: #fafafa;
display: inline-block;
padding: 0.5em 1em;
margin: 0.5em 0;
}
.top-nav-list:hover {
background-color: #a1a1a1;
}
.nav-link {
color: #fafafa;
text-decoration: none;
}
</style>
</head>
<body>
<div class="content-wrapper">
<h1>Rocky Mountain Summer Workshop on Uncertainty Quantification</h1>
<h2>University of Colorado Denver</h2>
<h3>July 15-17, 2015</h3>
<ul class="top-nav">
<li class="top-nav-list"><a class="nav-link" href="index.html">Home</a></li>
<li class="top-nav-list"><a class="nav-link" href="logistics.html">Logistics</a></li>
<li class="top-nav-list"><a class="nav-link" href="contacts.html">Contacts</a></li>
<li class="top-nav-list"><a class="nav-link" href="participants.html">Participants</a></li>
<li class="top-nav-list"><a class="nav-link" href="program.html">Program</a></li>
<li class="top-nav-list"><a class="nav-link" href="technology.html">Technology</a></li>
<li class="top-nav-list"><a class="nav-link" href="denver.html">Denver</a></li>
<h2>Logistics</h2>
<h3>Workshop Venue</h3>
<p>The workshop will be held in the <a href="http://www.ucdenver.edu/about/denver/Pages/Student-Commons-Building.aspx"> Student Commons Building</a> at The University of Colorado Denver, part of the Auraria Campus in Downtown Denver. A map of the campus, including the Auraria West Station, the Campus Village, the Student Commons Building, and a walking route from the Campus Village to the Student Commons Building can be found <a href="General-Campus-Map-Walking.pdf"> here.</a></p>
<h3>Travel</h3>
<p>Flights should be booked into <a href="http://www.flydenver.com/">Denver International Airport.</a> Transportation options between DIA and the Auraria Campus include <a href="http://www.flydenver.com/parking_transit/transit/bus-rtd-skyride"> public buses (RTD)</a>, <a href="http://www.flydenver.com/parking_transit/transit/shared-vans"> shared-ride shuttles</a>, and <a href="http://www.flydenver.com/parking_transit/transit/taxis"> taxis</a>. Uber and Lyft also operate in the Denver area. The cheapest option is to take the RTD shuttle. RTD buses pick up and drop-off from Jeppesen Terminal Level 5, island 5, outside doors 506 and 510. Take the AF (Downtown Denver) bus to Union Station (~45 minutes). From Union Station, you can walk (~30 minutes) to the Auraria Campus or take the light rail to the Auraria West Station, which is next to the Campus Village (outlined in red here <a href="General-Campus-Map-Walking.pdf"> here</a>). Several lines take this route.
<h3>Accommodations</h3>
<p>Those receiving travel support have been booked accommodations at the <a href="http://www.campusvillagedenver.com/">Campus Village</a>, located on the Auraria Campus next to the Auraria West Station, for July 14-18. The booking includes linens and towels, as well as breakfast each morning.
<p> Those not receiving travel support must arrange their own accommodations. There are <a href="http://www.tripadvisor.com/Hotels-g33388-zfn1-Denver_Colorado-Hotels.html">many hotels</a> in Downtwon Denver near the Auraria Campus. The <a href="http://www.marriott.com/hotels/travel/densd-springhill-suites-denver-downtown/">SpringHill Suites Marriot in Downtown Denver</a> is on the Auraria campus right next to the Student Commons Building.
<h3>Dining</h3>
<p>For those staying at the Campus Village, breakfast is provided each morning from 7 a.m. until 8 a.m. There are other workshop groups that will be using the dining facilities at this time, so we recommend you arrive at the dining area at 7 a.m. before it gets crowded. On Wednesday and Thursday, lunch will be provided for all workshop participants at the workshop venue. For lunch on Friday and all dinners, there are <a href="http://www.tripadvisor.com/Restaurants-g33388-Denver_Colorado.html"> many great dining options</a> in the area.
<h3>Roommate list</h3>
<ul>
<li> Lindley Graham, Steven Mattis, Damon McDougall </li>
<li> Chris Vogl, Kaveh Zamani, Owen Evans, Dustin Kapraun </li>
<li> Jiachuan He, Jianxun Wang, Kunkun Tang, David Buchta </li>
<li> Daniele Shiavazzi, Casey O'Brien, Boris Kramer, Alex Kalmikov </li>
<li> Hossein Aghakhani </li>
<li> Gemma Anderson, Hongyu (Alice) Zhu, Jessica Meixner, Micaela Mendlow </li>
</ul>
<h3>For attendees staying off campus and driving</h3>
<p> We recommend parking at the <a href="http://www.ahec.edu/about-auraria-campus/maps/">7th Street Garage</a> although lots of other parking options exist on campus. Click <a href="General-Campus-Map-Parking7thStGarage.pdf">here</a> for a simple path to take from the 7th Street Garage to the Student Commons Building.
</div>
</body>
</html>