-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathMiniGrants.html
More file actions
52 lines (43 loc) · 1.63 KB
/
MiniGrants.html
File metadata and controls
52 lines (43 loc) · 1.63 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
<!DOCTYPE html>
<html>
<head>
<title>SPLICE Mini-Grants Program</title>
<link href="cssplice.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="content">
<h1>SPLICE Mini-Grants Program</h1>
<p>Both the original NSF grant and the current NSF grant include
funding for SPLICE to provide mini-grants (typically,
$5,000-20,000) to our collaborators to do
work that advances SPLICE priorities.
Below is information on prior and ongoing mini-grant projects,
and also information on how to apply for a mini-grant.</P>
<h2>Apply for a SPLICE Mini-Grant</h2>
<p>To apply, please fill out the <a href="https://forms.gle/yMtU3qNV2s7uU67K8">application form.</a></p>
<h2>Projects</h2>
<ul>
<li>Brad Miller (Runestone Interactive),
<a href="MiniGrants/Runestone2020.pdf">Runestone
Anonymous Data Proposal</a></li>
<li>Ryan Hardt (University of St. Thomas),
<a href="MiniGrants/DBQA2020.pdf">Integration of Database Query Analyzier (DBQA) with Mastery Grids</a></li>
<li> Jeremiah Blanchard (University of Florida) and John
R. Hott (University of Virginia),
<a href="MiniGrants/ARTCE.pdf">ARTCE: the Archival Repository of Tools for Computing
Education</a></li>
<li> Paulo Carvalho and Michael Asher (Carnegie Mellon University),
<a href="MiniGrants/LearnSphereWorkflow.pdf">LearnSphere Workflow Components
Education</a></li>
</ul>
</div>
<div id="footer">
<p class="footertext">
Last updated:
<script type="text/javascript">
document.write(document.lastModified);
</script>
</p>
</div>
</body>
</html>