-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update homepage, upcoming events. Add mini-grants page.
- Loading branch information
Showing
3 changed files
with
130 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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-10,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, send a brief proposal (1-2 pages) including title, | ||
personnel, and budget to Peter Brusilovsky ([email protected]).</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), | ||
Integration of Database Query Analyzier (DBQA) with Mastery | ||
Grids</li> | ||
<li> Jeremiah Blanchard (University of Florida) and John | ||
R. Hott (University of Virginia), | ||
ARTCE: the Archival Repository of Tools for Computing | ||
Education</li> | ||
</ul> | ||
|
||
</div> | ||
|
||
<div id="footer"> | ||
<p class="footertext"> | ||
Last updated: | ||
<script type="text/javascript"> | ||
document.write(document.lastModified); | ||
</script> | ||
</p> | ||
</div> | ||
|
||
</body> | ||
</html> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters