-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorials.html
168 lines (154 loc) · 6.76 KB
/
tutorials.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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tutorials - NAACL HLT 2016 | San Diego, CA</title>
<meta name="description" content="Tutorials in all areas of computational linguistics, broadly conceived to include disciplines such as linguistics, speech, information retrieval and multimodal processing." />
{% 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-7">
<h2><i class="glyphicon glyphicon-blackboard"></i> <b>NAACL HLT 2016 Tutorials</b></h2>
<div id="tutorials-list">
<p><h3>Morning Tutorials</h3></p>
<div class="panel panel-info">
<div class="panel-heading tutorials-heading">
<div class="panel-title">
<a href="t1.html"><span class="label label-primary tutorial-label">T1</span></a>
<a href="t1.html"><span class="tutorial-title">English Resource Semantics</span></a>
</div>
</div>
<div class="panel-body">
<p>Instructors: Dan Flickinger, Emily M. Bender, and Woodley Packard</p>
<p>
<a href="t1.html">Details</a>
<a href="t1.html"><span class="glyphicon glyphicon-chevron-right"></span></a>
</p>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<div class="panel-title">
<a href="t2.html"><span class="label label-primary tutorial-label">T2</span></a>
<a href="t2.html"><span class="tutorial-title">Multilingual Multimodal Language Processing Using Neural Networks</span></a>
</div>
</div>
<div class="panel-body">
<p>Instructors: Mitesh M Khapra and Sarath Chandar</p>
<p>
<a href="t2.html">Details</a>
<a href="t2.html"><span class="glyphicon glyphicon-chevron-right"></span></a>
</p>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<div class="panel-title">
<a href="t3.html"><span class="label label-primary tutorial-label">T3</span></a>
<a href="t3.html"><span class="tutorial-title">Question Answering with Knowledge Base, Web and Beyond</span></a>
</div>
</div>
<div class="panel-body">
<p>Instructors: Scott Wen-tau Yih & Hao Ma</p>
<p>
<a href="t3.html">Details</a>
<a href="t3.html"><span class="glyphicon glyphicon-chevron-right"></span></a>
</p>
</div>
</div>
<p><h3>Afternoon Tutorials</h3></p>
<div class="panel panel-info">
<div class="panel-heading">
<div class="panel-title">
<a href="t4.html"><span class="label label-primary tutorial-label">T4</span></a>
<a href="t4.html"><span class="tutorial-title">Recent Progress in Deep Learning for NLP</span></a>
</div>
</div>
<div class="panel-body">
<p>Instructors: Zhengdong Lu and Hang Li</p>
<p>
<a href="t4.html">Details</a>
<a href="t4.html"><span class="glyphicon glyphicon-chevron-right"></span></a>
</p>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<div class="panel-title">
<a href="t5.html"><span class="label label-primary tutorial-label">T5</span></a>
<a href="t5.html"><span class="tutorial-title">Scalable Statistical Relational Learning for NLP</span></a>
</div>
</div>
<div class="panel-body">
<p>Instructors: William Yang Wang and William W. Cohen</p>
<p>
<a href="t5.html">Details</a>
<a href="t5.html"><span class="glyphicon glyphicon-chevron-right"></span></a>
</p>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<div class="panel-title">
<a href="t6.html"><span class="label label-primary tutorial-label">T6</span></a>
<a href="t6.html"><span class="tutorial-title">Statistical Machine Translation between Related Languages</span></a>
</div>
</div>
<div class="panel-body">
<p>Instructors: Pushpak Bhattacharyya, Mitesh Khapra, and Anoop Kunchukuttan</p>
<p>
<a href="t6.html">Details</a>
<a href="t6.html"><span class="glyphicon glyphicon-chevron-right"></span></a>
</p>
</div>
</div>
</div> <!-- tutorials-list -->
<h4>NAACL 2016 Tutorials: Important Dates</h4>
<div class="row">
<div class="col-md-7">
<table class="table table-striped table-condensed">
<tr><td>NAACL Tutorials course material due</td>
<td>April 20, 2016</td>
</tr>
<tr><td>NAACL Tutorials date</td>
<td>June 12, 2016</td>
</tr>
</table>
</div>
</div>
<h3>Tutorial Co-Chairs</h3>
<h4>NAACL</h4>
<p>Mohit Bansal, TTI-Chicago, USA</p>
<p>Alexander Rush, Harvard University, USA</p>
</div> <!-- end col -->
</div> <!-- end row -->
</div> <!-- end conainer -->
{% 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>