-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathuva-page-spring-2016.html
More file actions
82 lines (82 loc) · 3.34 KB
/
Copy pathuva-page-spring-2016.html
File metadata and controls
82 lines (82 loc) · 3.34 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
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<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>UVa Specific Material, fall 2015 and spring 2016</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="../../markdown.css" />
</head>
<body>
<main>
<h1 id="uva-specific-material-fall-2015-and-spring-2016">UVa Specific
Material, fall 2015 and spring 2016</h1>
<p><a href="../README.html">Go up to the main README file</a> (<a
href="../README.md">md</a>)</p>
<p>Much of the rest of this git repo is meant to be generic to anybody
who has a class such as this one. But this page contains details
specific to the CS 4970/4971 version of the course at the University of
Virginia.</p>
<ul>
<li><a href="daily-announcements.html#/">Spring semester daily
announcements</a></li>
<li><a href="syllabus.html">Course syllabus</a> (<a
href="syllabus.md">md</a>)</li>
<li><a href="legal.html">Legal forms</a> (<a
href="legal.md">md</a>)</li>
<li>The schedule is now at the bottom of this page</li>
<li>The collected <a href="iteration-goals.html#/">iteration
goals</a></li>
<li><a href="old/index.html">Old UVa SLP documents</a> (<a
href="old/index.md">md</a>), including the lectures and schedule from
previous semesters</li>
</ul>
<h2 id="lectures-spring-2016">Lectures (spring 2016)</h2>
<p>This will be filled in shortly…</p>
<h2 id="iteration-schedule-fall-2015-and-spring-2016">Iteration
Schedule, fall 2015 and spring 2016</h2>
<p>Iterations start on a Tuesday (at 12:01 a.m. on Tuesday morning), and
end at the end of the day on a Monday two weeks later (at 11:59 p.m. on
that Monday). The first 6 iterations are in the fall semester, and the
last 8 iterations are in the spring semester.</p>
<ol type="1">
<li>Iteration 1: Tue, Sep 22 -> Oct 5</li>
<li>Iteration 2: Tue, Oct 6 -> 19</li>
<li>Iteration 3: Tue, Oct 20 -> Nov 2</li>
<li>Iteration 4: Tue, Nov 3 -> 16</li>
<li>Iteration 5: Tue, Nov 17 -> 30</li>
<li>Iteration 6: Tue, Dec 1 -> 14 (note that this iteration ends
during finals week)</li>
<li>Iteration 7: Tue, Jan 19 -> Feb 1</li>
<li>Iteration 8: Tue, Feb 2 -> 15</li>
<li>Iteration 9: Tue, Feb 16 -> 29</li>
<li>Iteration 10: Tue, Mar 1 -> 14 (note that this iteration contains
spring break)</li>
<li>Iteration 11: Tue, Mar 15 -> 28 (note that this is the last
“development” iteration; also, this iteration starts during spring
break)</li>
<li>Iteration 12: Tue, Mar 29 -> Apr 11</li>
<li>Iteration 13: Tue, Apr 12 -> 25</li>
<li>Iteration 14: Tue, Apr 26 -> May 9 (note that this iteration ends
during finals week)</li>
</ol>
</main>
</body>
</html>