-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
67 lines (64 loc) · 3.15 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
---
layout: default
title: ''
pageclass: frontpage
root: ./
---
<div class="jumbotron visible-md visible-lg visible-sm" style="overflow: auto;">
<div class="container">
<div class="page-header">
<h2>The Nations of the Americas Chapter of the Association for Computational Linguistics</h2>
<!--
<p><a class="btn btn-primary btn-large" href="elections/2016/index.html">Elections for 2016 members »</a></p>
-->
</div>
<div class="linker">
<div class="row">
<div class="col-md-12">
<h1>NAACL 2025</h1>
<p>The 2025 Annual Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics (NAACL 2025) will be held in Albuquerque, New Mexico from April 29–May 4, 2025.</p>
<p><a class="btn btn-primary btn-large" href="https://2025.naacl.org">Visit the conference website »</a></p>
</div>
</div> <!-- row -->
</div>
<!--
<div class="row">
<div class="col-md-4">
<p><img width="320px" height="auto" src="{{ site.baseurl }}/images/naacl-poster-sm.jpg" alt="NAACL Poster"></p>
</div>
<div class="col-md-8">
<div class="well well-sm"><p><small>The Nations of the Americas Chapter of the Association for Computational Linguistics (NAACL) provides a regional focus for members of the Association for Computational Linguistics (ACL) in North, Central, and South America. We organize the annual NAACL conference, and we promote cooperation and information exchange among related scientific and professional societies, encourage and facilitate ACL membership and provide information on regional activities to the ACL.</small></p></div>
</div>
</div>
</div>
-->
</div>
</div> <!-- jumbotron -->
<div class="container">
<div class="row">
<div class="col-md-9">
<h1>News</h1>
<div class="more">
<ul class="navigate">
{% assign lastyear = nil %}
{% for post in site.posts limit:5 %}
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
{% if year != lastyear %}
<li><a href="{{ site.baseurl }}/posts/index.html#year{{ year }}">{{ year }}</a></li>
{% assign lastyear = year %}
{% endif %}
{% endfor %}
<li><a href="{{ site.baseurl }}/posts/index.html">All</a></li>
</ul>
</div>
{% for post in site.posts limit:5 %}
<h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> <small class="date">{{ post.date | date_to_string }}</small></h2>
{{ post.content }}
{% endfor %}
</div>
<div class="col-md-3 visible-sm visible-lg">
<a class="twitter-timeline" data-dnt=true href="https://twitter.com/naacl" data-widget-id="257327005056516096">Tweets by @naacl</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div><!--/span-->
</div>
</div>