forked from aaronbloomfield/pdr
-
Notifications
You must be signed in to change notification settings - Fork 228
/
Copy pathlabduedates.html
96 lines (96 loc) · 3.01 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
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<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>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</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>
<colgroup>
<col style="width: 11%" />
<col style="width: 1%" />
<col style="width: 23%" />
<col style="width: 1%" />
<col style="width: 28%" />
<col style="width: 1%" />
<col style="width: 32%" />
</colgroup>
<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>