forked from uva-cs/pdr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labduedates.html
63 lines (63 loc) · 2.41 KB
/
labduedates.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>PDR: CS2150: Lab Due Dates Page</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="../markdown.css">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1 id="pdr-cs2150-lab-due-dates-page">PDR: CS2150: Lab Due Dates Page</h1>
<p><a href="index.html">Go up to the CS 2150 page</a> (<a href="index.md">md</a>)</p>
<p>All assignments will be submitted through our custom assignments tool, which can be accessed through Collab. Each assignment has 3 dates: an open date (when you can start submitting the assignment), a due date (when it is due), and a close date (the last point that you can submit the assignment). The dates are listed for the week of the lab; the lab week starts on a Sunday and ends on a Saturday. In particular, the due date for the pre-labs, as well as the open date for both the in-labs and post-labs, is when the first Tuesday lab section starts. The close date for the post-labs is the start of Friday's lecture (the first lecture, if there are multiple lecture periods).</p>
<p>Any late lab part will receive 25% off (for that lab part) for the first 24 hours (or part thereof) that it is late, after which no credit will be given. Note that a computer program does this deduction -- so if your lab is 1 second late, it still receives 25% off. Beyond 24 hours late, that lab part will receive zero credit.</p>
<p>Below are the dates when the various assignment <em>submissions</em> for the lab parts open, are due, and close.</p>
<table>
<thead>
<tr class="header">
<th>Lab part</th>
<th></th>
<th>Open date</th>
<th></th>
<th>Due date</th>
<th></th>
<th>Close date</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Pre-lab</td>
<td></td>
<td>Sunday at 12 noon</td>
<td></td>
<td>Tuesday at 8 am</td>
<td></td>
<td>Wednesday at 8 am</td>
</tr>
<tr class="even">
<td>In-lab</td>
<td></td>
<td>Tuesday at 8 am</td>
<td></td>
<td>Tuesday at 11:59:00 pm</td>
<td></td>
<td>Wednesday at 11:59:00 p.m.</td>
</tr>
<tr class="odd">
<td>Post-lab</td>
<td></td>
<td>Tuesday at 8 am</td>
<td></td>
<td>Friday at 10 a.m.</td>
<td></td>
<td>Saturday at 10 a.m.</td>
</tr>
</tbody>
</table>
</body>
</html>