-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathleft-sidebar.html
More file actions
31 lines (28 loc) · 1.36 KB
/
Copy pathleft-sidebar.html
File metadata and controls
31 lines (28 loc) · 1.36 KB
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
---
title: Linear
layout: default
---
<!-- Main -->
<div id="main">
<div class="container">
<div class="row">
{% include sidebar.html %}
<!-- Content -->
<div id="content" class="8u skel-cell-important">
<section>
<header>
<h2>Left Sidebar</h2>
<span class="byline">Integer sit amet pede vel arcu aliquet pretium</span>
</header>
The European Chapter of the ACL (EACL) is the primary professional association for computational linguistics in Europe. It provides a number of services to its members and the community:
<ul>
<li> The conference. <a href="http://eacl2017.org/">EACL 2017</a> was held at the Valencia Conference Centre from April 3 to April 7, 2017. The ACL conference is hosted in Europe every third year, next will be in 2019. From 2020 onwards, the EACL conference will be organized yearly, except in years when ACL is in Europe.
<li> Support for educational initiatives in the field -- for example, EACL-sponsored courses at ESSLLI summer schools and student grants for selected Computational Linguistics events.
<ul>
Please browse this site to find out more about EACL and its activities.
</section>
</div>
</div>
</div>
</div>
<!-- /Main -->