-
Notifications
You must be signed in to change notification settings - Fork 0
/
travel.html
125 lines (121 loc) · 4.88 KB
/
travel.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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>Travel Information - NAACL HLT 2016 | San Diego, CA</title>
<meta name="description" content="Conference sponsors and sponsorship information" />
{% include head.html %}
</head>
<body>
{% include nav.html %}
<div class="container">
</div> <!-- container -->
<div class="jumbotron" id="header">
<div class="container">
<div class="navbutton">
<!-- class="navbar navbar-default navbar-fixed-left"> -->
<button type="button" class="navbar-toggle" data-toggle="offcanvas" data-target=".navmenu" data-canvas="body">
<span class="glyphicon glyphicon-menu-hamburger"></span>
</button>
</div>
{% include top_banner.html %}
</div> <!-- container -->
</div> <!-- jumbotron -->
<div class="container-fluid">
<div class="row">
<div class="col-md-2" id="sidebar-nav">
{% include sidebar_nav.html %}
</div>
<div class="col-md-7">
<h2><span class="glyphicon glyphicon-plane"></span> <b>Traveling to NAACL HLT 2016</b></h2>
<p>
The conference venue, the
<a href="http://www.sheratonsandiegohotel.com/">Sheraton San Diego Hotel & Marina</a>,
is located 0.3 mi (0.5 km) from
<a href="http://www.san.org/">San Diego International Airport (SAN)</a>.
When arriving from the airport, you have several options:<br><br>
</p>
<p>
<div class="row">
<div class="col-md-2">
<a href="https://goo.gl/tBPXmB" class="btn btn-success btn-block">
Walk
</a>
</div>
<div class="col-md-8">
The conference venue is a 7–10 minute
walk from the airport. Walk south from the airport along Harbor Island Dr; the hotel
will be on your right.
</div>
</div>
</p>
<p>
<div class="row">
<div class="col-md-2">
<a href="http://www.sheratonsandiegohotel.com/san-diego-airport-shuttle"
class="btn btn-info btn-block">
Shuttle
</a>
</div>
<div class="col-md-8">
The Sheraton provides a complementary shuttle for guests and arrives every 20 to 25 minutes,
from 4:45am – 12am, seven days a week.
</div>
</div>
</p>
<p>
<div class="row">
<div class="col-md-2">
<a href="http://www.san.org/Parking-Transportation/Taxis"
class="btn btn-warning btn-block">
Taxi
</a>
</div>
<div class="col-md-8">
Upon arrival, follow signs for the Transportation Plaza and an airport Transportation
Coordinator will place you in the first available taxi.
</div>
</div>
</p>
<p>
<h3><span class="glyphicon glyphicon-globe"></span>
<b>Information for Attendees Needing U.S. Visas</b></h3>
</p>
<p>
Since visa applications can take 1–4 months to be approved, we advise that you apply well in advance.
</p>
<p>
If you require an invitation letter for your visa application, please email the ACL
Business Manager, Priscilla Rasmussen, at acl@aclweb.org, with the following information:
</p>
<p>
<ul>
<li>Your full name</li>
<li>Your address</li>
<li>If you are presenting, the title of the paper your are presenting</li>
<li>If you are presenting, the venue of the presentation:
<ul>
<li>Main Conference, or</li>
<li>a Workshop (give name of workshop), or</li>
<li>a Tutorial (give name of tutorial)</li>
</ul>
</li>
</ul>
</p>
</div> <!-- col-md-10 -->
</div> <!-- row -->
</div> <!-- container -->
<!-- put new container content here -->
{% include footer.html %}
</div> <!-- wrapper -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script src="js/jasny-bootstrap.min.js"></script>
<script src="js/offcanvas.js"></script>
<script src="js/analytics.js"></script>
</body>
</html>