Skip to content

Commit d9275d3

Browse files
zelenskiCS107E Bot
authored and
CS107E Bot
committed
Merge branch 'master' of https://github.com/cs107e/staff
commit 235fa18acb7d27057e2cca55a5687d04c6c953e9 Merge: b2497e0 c5af45a Author: Julie Zelenski <[email protected]> Date: Mon Jan 7 09:24:41 2019 -0800 Merge branch 'master' of https://github.com/cs107e/staff
1 parent 6f708ce commit d9275d3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

_data/quarter.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ weeks:
5252
assign: /assignments/assign5/
5353
fri: /lectures/Framebuffer/
5454
-
55-
mon: null
55+
mon: President's Day Holiday
5656
lab: /labs/lab6/
5757
assign: /assignments/assign6/
5858
fri: /lectures/Interrupts1/
@@ -69,5 +69,6 @@ weeks:
6969
-
7070
mon: /lectures/Wrap/
7171
lab: /labs/projectlab2/
72+
fri: Free day (Payback for MLK)
7273
-
7374
project_due: "2019-03-22"

_includes/event.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% if unreleased %}
1111
{{ unreleased.title }}
1212
{% else %}
13-
ERROR! No such permalink {{ include.plink }}
13+
<I>{{ include.plink }}</I>
1414
{% endif %}
1515

1616
{% else %}

policies.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Hofstadter's Law into account."
1414

1515
The rules:
1616

17-
1. The cutoff for on-time submission is typically **5 PM** of the due date. Late
18-
days are counted in 24-hour periods. Submitting anytime between 5 PM
19-
and 5 PM of the next day is one day late, and so on. We use the
17+
1. The cutoff for on-time submission is typically **6 PM** of the due date. Late
18+
days are counted in 24-hour periods. Submitting anytime between 6 PM
19+
and 6 PM of the next day is one day late, and so on. We use the
2020
timestamp of your final git commit as the the time you submitted
2121
your assignment.
2222

0 commit comments

Comments
 (0)