-
Notifications
You must be signed in to change notification settings - Fork 5
/
members.html
137 lines (118 loc) · 5.18 KB
/
members.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
<!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 -- Members</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 class="active"><a href="members.html">Members</a></li>
<li><a href="elections.html">Elections</a></li>
<li><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>MEMBERS</h2> <br/>
<span class="byline">Officers</span>
</header>
<p> President: <a href="https://sarahrmoeller.github.io/">Sarah Moeller</a>, University of Florida, Gainesville<br/>
Secretary: <a href="https://github.com/Aditi138/webpage">Aditi Chaudhary</a>, Google Research, Mountain View, US<br/>
At Large: <a href="https://louisville.edu/humanities">Hilaria Cruz</a>, University of Louisville <br/>
and <a href="https://www.ualberta.ca/canadian-indigenous-languages-and-literacy-development-institute/people/index.html">Jordan Lachler</a>, University of Alberta <br/>
and <a href="https://alexispalmer.github.io/index.html">Alexis Palmer</a>, University of Colorado, Boulder <br/>
and <a href="http://dowobeha.github.io/">Lane Schwartz</a>, University of Alaska, Fairbanks <br/>
and <a href="https://sites.ualberta.ca/~arppe/english.html">Antti Arppe</a>, (Past President), University of Alberta
</p>
<header>
<span class="byline">Current Members</span>
</header>
<p> There are 91 current academic and non-academic members of SIGEL.</p>
</section>
</div>
<div class="3u">
<section class="sidebar">
<header>
<h2>Become a member!</h2>
</header>
<ul class="default">
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSdzJPXUfrB44MEqL11XUZff_SVK3MQvdzs3PYmioDHhmrlVAA/viewform?usp=sf_link">Click here to become a member. You will be added to the SIGEL Mailing List</a></li>
<li><a href="mailto:[email protected]">Subscribe here if you have difficulties with the Google form.</a></li>
</ul>
</section>
<section class="sidebar">
<header>
<h2>Follow us on Twitter!</h2>
</header>
<a class="twitter-timeline" data-width="500" data-height="600" data-theme="light" href="https://twitter.com/acl_sigel?ref_src=twsrc%5Etfw">Tweets by acl_sigel</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</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="http://verbs.colorado.edu/~mahu0110">Mans Hulden</a> Design: <a href="http://templated.co">TEMPLATED</a>
</div>
</div>
</body>
</html>