-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproceedings.html
62 lines (57 loc) · 2.53 KB
/
proceedings.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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>Conference Proceedings - NAACL HLT 2016 | San Diego, CA</title>
<meta name="description" content="Conference registration dates and pricing" />
{% 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-book"></span> <b>Conference Proceedings</b></h2><br>
<div class="alert alert-warning" role="alert">
We recommend downloading the proceedings <em>before</em> you arrive to the conference.
</div>
<p>The official conference proceedings are now available on the ACL Anthology:</p>
<p><a href="http://aclweb.org/anthology/N/N16/">http://aclweb.org/anthology/N/N16/</a></p>
<br>
<p>Official workshop proceedings are also now available on the ACL Anthology:</p>
<p><a href="http://aclweb.org/anthology/W/W16/">http://aclweb.org/anthology/W/W16/</a></p>
</div> <!-- col-md-7 -->
<div class="col-md-3" id="sidebar">
</div> <!-- col-md-3 #sidebar -->
</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>