-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathslides-2016-2017.html
More file actions
89 lines (89 loc) · 3.59 KB
/
Copy pathslides-2016-2017.html
File metadata and controls
89 lines (89 loc) · 3.59 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
83
84
85
86
87
88
89
<!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>Service Learning Practicum: Slides</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="service-learning-practicum-slides">Service Learning Practicum:
Slides</h1>
<p><a href="../README.html">Go up to the main README file</a> (<a
href="../README.md">md</a>)</p>
<p>Note that a <a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=760436">bug</a> in
current versions of Firefox will prevent the font used in the slides
from displaying correctly; Google Chrome does not have this bug, and
displays the slides correctly.</p>
<hr />
<h3 id="spring-2017-lectures">Spring 2017 lectures</h3>
<ul>
<li><a href="../uva/daily-announcements.html#/">Daily announcements</a>
(UVa specific) (link will point to the fall daily announcements until
the spring semester starts)</li>
<li><a href="../uva/course-introduction-spring.html#/">Course
Introduction (spring)</a> (UVa specific) (link will not work until the
start of the spring semester)</li>
<li><a href="11-deliverables.html#/">11: Deliverables</a></li>
<li><a href="12-testing.html#/">12: Testing</a></li>
<li><a href="13-maintenance.html#/">13: Maintenance</a></li>
<li><a href="course-conclusion-spring-2016.html#/">Course conclusion</a>
(UVa specific) (link will not work until the end of the spring
semester)</li>
</ul>
<hr />
<h3 id="fall-2016-lectures">Fall 2016 lectures</h3>
<p>Please note that the slides are generally not finalized until the day
of lecture, and some of the links may not work until the lecture is
ready to be presented.</p>
<ul>
<li><a href="../uva/daily-announcements.html#/">Daily announcements</a>
(UVa specific)</li>
<li><a href="../uva/course-introduction-fall.html#/">Course introduction
(fall)</a> (UVa specific)</li>
<li><a href="01-legal.html#/">01: Legal Issues</a></li>
<li><a href="02-development-methods.html#/">02: Development
methods</a></li>
<li><a href="03-frameworks.html#/">03: Frameworks</a></li>
<li><a href="04-requirements.html#/">04: Requirements</a></li>
<li><a href="05-project-start.html#/">05: Project start</a></li>
<li><a href="06-customer-meetings.html#/">06: Customer meetings</a></li>
<li><a href="07-estimation.html#/">07: Estimation workday</a></li>
<li><a href="08-wireframing.html#/">08: Wireframing</a></li>
<li><a href="09-ci-testing.html#/">09: Continuous integration
testing</a></li>
<li><a href="10-documentation.html#/">10: Documentation</a></li>
</ul>
<hr />
<h3 id="potential-topics">Potential topics</h3>
<p>These are ideas for potential topics; they may be included this
academic year, or next, or never.</p>
<ul>
<li>Website security (including the old SQL & XSS slide set)</li>
<li>Design patterns</li>
<li>Software errors</li>
<li>Course conclusion</li>
</ul>
</main>
</body>
</html>