-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathREADME.html
More file actions
92 lines (92 loc) · 4.25 KB
/
Copy pathREADME.html
File metadata and controls
92 lines (92 loc) · 4.25 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
90
91
92
<!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</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">Service Learning Practicum</h1>
<p>This repository is for the Service Learning Practicum course sequence
(CS 4970/4971) at the University of Virginia. It is a 4th year software
engineering capstone course for computing majors. The focus of the
capstone is on developing software for local nonprofits.</p>
<h2 id="repository-contents">Repository Contents</h2>
<p>The “md” links will work if viewed on github.com; the other links
work if the repo is cloned locally.</p>
<ul>
<li><a href="slides/index.html">Slides</a> (<a
href="slides/index.md">md</a>)</li>
<li><a href="docs/index.html">Docs</a> (<a
href="docs/index.md">md</a>)</li>
<li><a href="uva/index.html">UVa specific material</a> (<a
href="uva/index.md">md</a>)</li>
<li><a href="pubs/sigcse-2014.html">SIGCSE 2014 talk</a> for the paper
entitled, “<a href="http://dl.acm.org/citation.cfm?id=2538862.2538974">A
Service Learning Practicum Capstone</a>”</li>
</ul>
<p>Entering <code>make</code> in the cloned repo directory will convert
all the .md files to .html files for local viewing (requires <a
href="http://johnmacfarlane.net/pandoc/">pandoc</a>).</p>
<h2 id="external-links">External Links</h2>
<p>You can view more <a href="http://slp.cs.virginia.edu/">information
about the Service Learning Practicum</a>. In particular, this page
includes information about how to apply, as well as current and former
projects.</p>
<p>We have also had some press coverage:</p>
<ul>
<li><a
href="http://news.virginia.edu/content/win-win-computer-science-students-hone-skills-working-local-non-profits">Win-Win:
Computer Science Students Hone Skills Working for Local Non-Profits</a>,
<a href="http://news.virginia.edu/">UVa Today</a>, June 24, 2015</li>
<li><a
href="https://uvacsnews.wordpress.com/2015/05/22/uva-engineering-students-complete-15-software-development-projects-for-charlottesville-area-nonprofits/">UVa
Engineering Students Complete 15 Software Development Projects For
Charlottesville Area Nonprofits</a>, <a
href="http://www.cs.virginia.edu/news/index.html">UVa CS News</a>, May
6, 2015</li>
<li><a
href="http://www.cavalierdaily.com/article/2013/10/a-different-kind-of-classroom_1024">A
different kind of classroom</a>, <a
href="http://www.cavalierdaily.com/">Cavalier Daily</a>, October 24,
2013. The SLP is the third of the courses listed.</li>
<li><a
href="http://www.earlessrabbit.com/bronze/ttff-crowd-funded-pitch-night/http://www.earlessrabbit.com/bronze/ttff-crowd-funded-pitch-night/">Tom
Tom Founders Festival 2012: Crowd Funded Pitch Night</a>. The <a
href="http://slp.cs.virginia.edu/2012-2013.php#cnemv">micro-volunteering
website</a> is pitched starting at 3:49, and we won second place (shown
at 4:55).</li>
<li><a
href="http://www.c-ville.com/Article/News_Extra/Local_catering_business_wins_1K_at_crowd_source_event/">Local
catering business wins $1K at crowd-source event</a>, <a
href="http://www.c-ville.com">C-ville</a>, May 8, 2012. We are mentioned
in paragraphs 7 and 8.</li>
</ul>
<h2 id="license">License</h2>
<p>The material in this repository is released under a <a
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons
Attribution-ShareAlike 4.0 International License</a> (CC BY-SA).</p>
<p>Copyright (c) 2013-2015 by Aaron Bloomfield.</p>
</main>
</body>
</html>