-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
302 lines (125 loc) · 3.49 KB
/
index.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<head>
<link rel="stylesheet" type="text/css" href="csci697_s19.css" title="Basic Profile" media="all">
<title>CSCI697-Fall 2019</title>
</head>
<body>
<div id="wrap">
<h2>CSCI 697: Seminar in Computer Science Research-Fall 2019</h2>
<div id="content">
<h3>Course Info</h3>
<ul>
<li>Time: 12:00-12:50PM, Monday</li>
<li>Location: SGM 124</li>
<li>Instructor: Prof. Leana Golubchik ([email protected])</li>
<li>TA: Christine Chao ([email protected])</li>
</ul>
<h3>Guidelines</h3>
<ul>
<li>TA will distribute comment sheets at the begin of each lecture. The comment sheet is used to check students' attendance. Please get to the classroom early. TA won't distribute comment sheets 10 minutes after the class begins.
</li><li>Be sure you always get a comment sheet when you arrive, even if you are late (less than 10mins). No comment sheet will be distributed after 12:10pm.
</li><li>Each student can get only one comment sheet. Do not ask for comment sheet for your friend. Each student is required to submit a brief comment at the end of each lecture.
</li><li>Each student is required to attend a minimum 75% of the lectures, which is equivalent to missing no more than 3 lectures. If a student misses more than 3 lectures, the student won't get credit for this class.
</li><li>Contact the Instructor if you have any question regarding the guidelines.
</li><li>Contact the TA if you are not sure about your attendance record.
</li></ul>
<h3>Attention</h3>
<ul>
<li>Missing lectures due to late registration is still counted as absence. Please tell your friends if they plan to register this class this semester.
</li></ul>
<h3>Schedule</h3>
<ul>
<table border="1" cellspacing="3" cellpadding="0" width="900">
<tr align="center">
<th>Date</th>
<th>Topic</th>
<th>Speaker</th>
</tr>
<tr align="center">
<th>08/26/19</th>
<th>Introduction to department and PhD program (part 1)</th>
<th>Prof. Leana Golubchik</th>
</tr>
<tr align="center">
<th>09/02/19</th>
<th>Labor Day: No Class</th>
</tr>
<tr align="center">
<th>09/09/19</th>
<th>Introduction to department and PhD program (part 2)</th>
<th></th>
</tr>
<tr align="center">
<th>09/16/19</th>
<th>Course introduction/discussion</th>
<th></th>
</tr>
<tr align="center">
<th>09/23/19</th>
<th></th>
<th>Mukund Raghothaman</th>
</tr>
<tr align="center">
<th>09/30/19</th>
<th></th>
<th></th>
</tr>
<tr align="center">
<th>10/07/19</th>
<th></th>
<th>Joseph</th>
</tr>
<tr align="center">
<th>10/14/19</th>
<th></th>
<th></th>
</tr>
<tr align="center">
<th>10/21/19</th>
<th></th>
<th>Nenad Medvidovic</th>
</tr>
<tr align="center">
<th>10/28/19</th>
<th></th>
<th></th>
</tr>
<tr align="center">
<th>11/04/19</th>
<th></th>
<th></th>
</tr>
<tr align="center">
<th>11/11/19</th>
<th></th>
<th></th>
</tr>
<tr align="center">
<th>11/18/19</th>
<th></th>
<th></th>
</tr>
<tr align="center">
<th>11/18/19</th>
<th></th>
<th></th>
</tr>
<tr align="center">
<th>11/25/19</th>
<th></th>
<th></th>
</tr>
<tr align="center">
<th>12/02/19</th>
<th></th>
<th></th>
</tr>
</table>
</ul>
<h3>Attendance Record</h3>
<ul>
Note: Missing lectures due to late registration is still counted as absence.<br>
<a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vRw6Rr5JaAgtdvPiUBFoODR3dy7LyaeDUXkowwNjeB_KZfIwfM2NmsN6V1DTyFoCUHSrHATav_xzrzV/pubhtml?gid=0&single=true" target="_blank"><font size="4"> Attendance Record </font></a>
</ul>
</div>
</div>
</body></html>