-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathworkshop.html
More file actions
91 lines (71 loc) · 2.99 KB
/
workshop.html
File metadata and controls
91 lines (71 loc) · 2.99 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="Adam Jardine">
<title>The Second Rutgers Computational Phonology Workshop</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=Volkhov' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Noticia+Text:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Arimo:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div style="margin-left:12%">
<h1 id="rucll">The Second Rutgers Computational Phonology Workshop</h1>
<p class="contact">
Hosted by the <a href="https://adamjardine.github.io/rucll/">Rutgers Computational Linguistics Lab</a></br>
</p></br>
<h3>Schedule</h3>
<ul>
<li>
October 25th, 2018:<br/>
1pm - 5pm, Rm 203, <a href="https://goo.gl/maps/SBi1FVxsc292">One Spring St</a>
</li>
<br/>
<li>
October 26th, 2018:<br/>
10am - 3pm, Rm 403, <a href="https://goo.gl/maps/SBi1FVxsc292">One Spring St</a>
<ul>
<li>
10am - 11:30am Math ling/PhonX group meeting, led by Kevin McMullin</br>
</li>
</ul>
3 - 5pm, Rm 108, <a href="https://goo.gl/maps/o4fQXN7utz72">18 Seminary Pl</a> (Linguistics Department)
<ul>
<li>
Colloquium talk by Kevin McMullin
</li>
</ul>
</li>
<br/>
<li>October 27th, 2018</br>
9am - 3pm, Rm 2100, <a href="https://goo.gl/maps/7Q8RMg5b4dC2">Rutgers Academic Building</a> (Seminary Pl, across from the Ling Dept.)
</ul>
<h3>Parking</h3>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2551.285059339139!2d-74.44690078570017!3d40.497242739981985!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x70e711073d8bf62e!2sGateway+Garage!5e0!3m2!1sen!2sus!4v1540329199031" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<!--
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="papers.html">Papers</a></li>
<li><a href="presentations.html">Presentations</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="files/cv.pdf">CV (pdf)</a></li>
</ul>
<div style="margin-left:20%;padding:1px 16px;">
<p> <img src="files/me.jpg" alt="Mug shot" style="float:right;height:170px;">
I'm an Assistant Professor of phonology at the Rutgers <a href="https://ling.rutgers.edu">Department of Linguistics</a>.</p>
</div>
<br/>
-->
<p class="footer">
Last updated: Oct 15 2018<br>
</p>
</body>
</html>