-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathschedule.html
More file actions
73 lines (62 loc) · 2.63 KB
/
schedule.html
File metadata and controls
73 lines (62 loc) · 2.63 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
<!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="mathling/">Math ling group</a></li>
<li><a href="https://drive.google.com/drive/folders/18gkxZX8r3mxqQbNKsb91zqjKsebCc4rz?usp=sharing">Lab Drive <span style="font-family:Trebuchet,sans-serif;font-size:90%">(members only)</span></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">
<h3> Lab Meetings</h3>
<p>
<b> Fall 2019: </b>
<ul>
<li> Wednesdays, 11:30am-12:30pm, 1 Spring Rm 204</li>
<li> First meeting Sep. 4th</li>
</ul>
</p>
<p>
<b> Summer 2019: </b>
<ul>
<li> Wednesdays, 3-5pm, 1 Spring <b>Rm 204</b> (from July 10)</li>
<li> <b>July 10 meeting moved to Friday, July 12</b>. Group meeting will be in <b>Rm 204</b>.</li>
<li> <b>July 17 meeing moved to the morning</b>
<ul>
<li>Individual meetings on the same schedule, but <b>start at 10am</b></li>
<li><b>Group meeting is cancelled</b></li>
</ul>
</li>
<li> Normal schedule resumes July 24. </li>
<li> Group meeting back in <b>Rm 204</b> starting August 7</li>.
</ul>
</p>
</div>
<p class="footer">
Last updated: Jul 13 2019<br>
</p>
</body>
</html>