-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathworkshop.html
127 lines (105 loc) · 4.44 KB
/
workshop.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
<!DOCTYPE HTML>
<!--
Imagination by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>SIGEL -- Workshops</title>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900' rel='stylesheet' type='text/css'>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
</head>
<body>
<div id="header-wrapper">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<div id="logo">
<a href="index.html"><img src="images/sigel1.png" style="height:70px" alt="SIGEL"></a>
<!--h1><a href="#"><font color=red>S</font>IG<font color=red>T</font>YP</a></h1-->
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="constitution.html">Constitution</a></li>
<li><a href="members.html">Members</a></li>
<li><a href="elections.html">Past Elections</a></li>
<li class="active"><a href="workshop.html">Workshops</a></li>
</ul>
</nav>
</div>
</div>
<!-- Header -->
<!-- Banner -->
<div id="banner">
<div class="container">
<section>
<!--span class="fa fa-cubes"></span-->
<header>
<h2 > </h2>
<h2 > </h2>
<h2 > </h2>
<span class="byline"> </span>
</header>
<!--a href="#" class="button medium">Fusce ultrices fringilla</a-->
</section>
</div>
</div>
<!-- /Banner -->
</div>
<!-- Main -->
<div id="main">
<div class="container">
<div class="row">
<div class="9u skel-cell-important">
<section>
<header>
<h2>Summary</h2> </header>
<p>The ComputEL workshops focus on the use of computational methods in the study, support, and revitalization of endangered languages. The primary aim of the workshop is to continue narrowing the gap between computational linguists interested in working on methods for endangered languages, field linguists working on documenting these languages, and the language communities who are striving to maintain their languages.</p>
We take seriously the goal of reaching all relevant communities. To support this goal, ComputEL aims to alternate between co-location with computational linguistics conferences and with language documentation conferences.</p>
</section>
</div>
<div class="3u">
<section class="sidebar">
<header>
<h2>Workshops</h2>
</header>
<ul class="default">
<li><a href="https://computel-workshop.org/computel-7/">» ComputEL-7</a></li>
<li><a href="https://computel-workshop.org/computel-6/">» ComputEL-6</a></li>
<li><a href="https://computel-workshop.org/computel-5/">» ComputEL-5</a></li>
<li><a href="https://computel-workshop.org/computel-4/">» ComputEL-4</a></li>
<li><a href="https://computel-workshop.org/computel/computel-3/">» ComputEL-3</a></li>
<li><a href="http://altlab.artsrn.ualberta.ca/computel-2/">» ComputEL-2</a></li>
<li><a href="http://www.acsu.buffalo.edu/~jcgood/ComputEL.html">» ComputEL-1</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
<!-- Main -->
<!-- Copyright -->
<div id="copyright">
<div class="container">
Contact Email: <a href="mailto:acl.sigel AT gmail DOT com"> acl DOT sigel AT gmail DOT com </a> WebMaster: <a href="https://verbs.colorado.edu/~mahu0110">Mans Hulden</a> Design: <a href="http://templated.co">TEMPLATED</a>
</div>
</div>
</body>
</html>