-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
193 lines (177 loc) · 8.85 KB
/
index.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>NAACL HLT 2016 | San Diego, CA</title>
<meta name="description" content="The 15th Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies will be held in San Diego, California, June 12 to June 17, 2016. The conference invites the submission of long and short papers on substantial, original, and unpublished research in all aspects of automated language processing and creation of language resources." />
{% include head.html %}
</head>
<body>
{% include nav.html %}
<div class="jumbotron" id="header">
<div class="container">
<div class="navbutton">
<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-6">
<a name="dates"></a>
<p>The 15th Annual Conference of the <a href="http://www.naacl.org">North American Chapter</a> of the
<a href="http://www.aclweb.org">Association for Computational Linguistics</a>:
Human Language Technologies will be held in San Diego, California, June 12 to June 17, 2016 at the
<a href="http://www.sheratonsandiegohotel.com/">Sheraton San Diego Hotel & Marina</a>.</p>
<!-- Alerts -->
<div class="row">
<div class="col-sm-12">
<div class="alert alert-info alert-dismissable" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<a href="proceedings.html" class="alert-link">Main Conference Proceedings</a> are now online.
We recommend downloading the proceedings before you arrive to the conference.
</div>
<div class="alert alert-info alert-dismissable" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<span class="label label-info" style="float: right;">For Presenters</span>
<a href="presenter_info.html" class="alert-link">Information for Presenters</a>. See long and short talk time lengths and poster dimensions.
</div>
<div class="alert alert-info alert-dismissable" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<a href="best_papers.html" class="alert-link">Best long and short papers, and runners-up.</a>
Congratulations to the authors!
</div>
<div class="alert alert-info alert-dismissable" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<a href="best_reviewers.html" class="alert-link">Best reviewers</a>.
Thank you to all our reviewers.
See this year's list of best reviewers recognized by area chairs.
</div>
</div> <!-- col-sm-12 -->
</div> <!-- row -->
<!-- Calendar -->
<h2><span class="glyphicon glyphicon-calendar"></span> Important Dates</h2>
<div class="row">
<div class="col-sm-12 table-responsive">
<table id="important-dates" class="table table-striped table-condensed">
<tr><td>Submission Deadline<br><em>Long & Short Papers</em></td>
<td class="mobile-hidden">Wednesday</td>
<td>January 6, 2016</td>
</tr>
<tr><td>Author Response Period</td>
<td class="mobile-hidden">Wed–Mon</td>
<td>February 10–15, 2016</td>
</tr>
<tr><td>Author Notification</td>
<td class="mobile-hidden">Wednesday</td>
<td>March 2, 2016</td>
</tr>
<tr><td><a href="http://naacl.org/naacl-pubs/">Camera-Ready Deadline</a></td>
<td class="mobile-hidden">Friday</td>
<td>April 1, 2016</td>
</tr>
<tr><td>Tutorials</td>
<td class="mobile-hidden">Sunday</td>
<td>June 12, 2016</td>
</tr>
<tr><td>Main Conference</td>
<td class="mobile-hidden">Mon–Wed</td>
<td>June 13–15, 2016</td>
</tr>
<tr><td>Workshops</td>
<td class="mobile-hidden">Thu–Fri</td>
<td>June 16–17, 2016</td>
</tr>
</table>
</div> <!-- col -->
</div> <!-- row -->
</div> <!-- col-md-6 -->
<!-- Sidebar -->
<div class="col-md-4" id="sidebar">
<!-- Program embed -->
<div class="panel panel-default sidebar-panel">
<div class="panel-heading">
<div class="panel-title">
<h4><b>Main Conference Program</b>
<span id="program-embed-expand-icon"><a href="program.html" target="_blank" id="program-embed-expand"><i class="fa fa-external-link"></i></a></span>
</h4>
</div> <!-- panel-title -->
</div> <!-- panel-heading -->
<div class="panel-body">
<div class="embed-responsive embed-responsive-4by3 program-embed-div">
<iframe src="program-embed.html" id="program-embed"></iframe>
</div>
</div> <!-- panel-body -->
</div> <!-- panel -->
<div class="panel panel-default sidebar-panel">
<div class="panel-heading">
<div class="panel-title">
<i class="fa fa-twitter"></i> Tweets about <a href="https://twitter.com/hashtag/naacl2016">#naacl2016</a>
</div>
</div>
<div class="panel-body" id="twitter-stream">
<a class="twitter-timeline"
href="https://twitter.com/hashtag/naacl2016"
data-widget-id="675148410387869696"
data-chrome="noheader nofooter">#naacl2016 Tweets</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div> <!-- panel-body -->
</div> <!-- panel -->
<!-- Search -->
<div id="custom-search">
<h5><b>Search this site:</b></h5>
<div id="search">
<div id="search-bar">
<script>
(function() {
var cx = '005320630427269056384:lwkjtv3_ryc';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchbox-only id="naacl-searchbox" enableAutoComplete="true"></gcse:searchbox-only>
<link rel="stylesheet" href="css/gcs.css">
</div> <!-- div id:search-bar -->
</div> <!-- div id:search -->
</div>
<!-- Policies -->
<div id="policies">
<p><a href="http://naacl.org/policies/anti-harassment.html">
NAACL Conference Anti-Harassment Policy
</a></p>
</div>
</div> <!-- col-md-4 -->
</div> <!-- row -->
</div> <!-- container -->
<!-- put new container content here -->
{% include footer.html %}
<!-- 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>