-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (80 loc) · 4.06 KB
/
index.html
File metadata and controls
102 lines (80 loc) · 4.06 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="Adam Jardine">
<title>Rutgers Computational Linguistics Lab</title>
<style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css">
<meta name="description" content="Rutgers Computational Linguistics Lab">
<meta name="keywords" content="linguistics,Rutgers,phonology,computational linguistics">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Raleway:800&display=swap" rel="stylesheet">
</head>
<body>
<img style="width:660px;height:200px" src="lab.jpg">
<h1 id="rucll">Rutgers Computational Linguistics Lab</h1>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="https://github.com/rucll">Lab Github</a></li>
<!-- <li><a href="schedule.html">Lab meetings</a></li> -->
<li><a href="https://rutgerscomplinglab.slack.com">Lab Slack (members only)</span></a></li>
<li><a href="mathling/">Math ling group</a></li>
<!--<li><a href="events.html">Events</a></li> -->
</ul>
<p class="contact">
Rm 412</br>
1 Spring St, New Brunswick, NJ</br>
</p>
<hr>
<div style="min-height:500px">
<p>Welcome to the home of computational and mathematical linguistics at Rutgers! We work on the theory of computation as it applies to linguistic cognition and learning.</p>
<p><b>Lab director:</b> <a href="http://adamjardine.net">Adam Jardine</a> (Rutgers Department of Linguistics)</p>
<hr>
<h4>Students</h4>
<table>
<tr>
<td rowspan ="3"><b>Graduate</b></td>
<td>Tatevik Yolyan</td>
</tr>
<tr>
<td>Hyunjung Joo</td>
</tr>
<tr>
<td><a href="https://www.vinczarnecki.com/">Vincent Czarnecki</a></td>
</tr>
<tr>
<td rowspan ="1"><b>Undergraduate</b></td>
<td>Ben Evans</td>
</tr>
</table>
<hr>
<h4>Events</h4>
<ul>
<li> <b>Sept 2024:</b>
We hosted <a href="workshop2024/index.html">a workshop on subregular methods in computational phonology</a>!
<img src="workshop2024/groupphoto.jpg" style="width:90%" class="center" vspace="20">
</li>
<li> <b>August 2024:</b> Starting September 1, work in this lab will be supported in part under the auspices of the NSF under the grant <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2416184">Collaborative Research: Subregular Inference of Morpho-phonology (award #2416184)</a>.
<li> <b>April 2024:</b> RuCCL member <a href="http://hutengdai.com/">Huteng Dai</a> has accepted a tenure-track Assistant Professor position in computational linguistics at the University of Michigan. Congrats Huteng!</li>
<li> <b>Nov 2022:</b>
After a period of inactivity due to COVID-19, the lab is back in action!
In November, we hosted a talk by PhD alum Luca Iacoponi, who discussed his experiences applying his research experience in linguistics to a career with Amazon.
<img style="width:600px" src="luca.jpg" class="center" vspace="20">
</li>
<li> <b>Oct 2022:</b>
Adam Jardine and Huteng Dai presented their work at AMP 2022.
For Adam's tutorial on recursive schemes for phonological analysis, <a href="http://adamjardine.net/bmrstutorial/">click here</a>.
</li>
</ul>
</div>
<p class="footer">
<script language="Javascript">
document.write("Last updated: " + document.lastModified +"");
</script>
</p>
</body>
</html>