-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsupport.html
62 lines (55 loc) · 2.08 KB
/
support.html
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
<!DOCTYPE html>
<html>
<head>
<title>SPLICE Support Page</title>
<link href="cssplice.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="content">
<h1>SPLICE Support
<a href="http://nsf.gov">
<img src="nsf1.gif" align="right" height="64" alt="NSF Logo" /></a>
</h1>
<p>
The SPLICE team gratefully acknowledges the support provided by the
<a href="http://www.nsf.gov">National Science Foundation</a>.
</p>
<ul>
<li>CISE Community Research Infrastructure (CCRI)
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2213789&HistoricalAwards=false">#2213789</a>
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2213790&HistoricalAwards=false">#2213790</a>
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2213791&HistoricalAwards=false">#2213791</a>
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2213792&HistoricalAwards=false">#2213792</a>
is our second NSF grant.
It supports the collaboration of University of Pittsburgh, CMU,
NCSU, and Virginia Tech.
See the <a href="NSF_CCRI2022.pdf">2022 NSF Grant Proposal</a> (funded
beginning August 1, 2022).
<li>Core R&D Programs
<a href="http://nsf.gov/awardsearch/showAward.do?AwardNumber=1740775">DLR-1740775</a>
<a href="http://nsf.gov/awardsearch/showAward.do?AwardNumber=1740798">DLR-1740798</a>
<a href="http://nsf.gov/awardsearch/showAward.do?AwardNumber=1740765">DLR-1740765</a>
was our first NSF grant.
This supported the collaboration of University of Pittsburgh, CMU, and
Virginia Tech.
See the <a href="NSFproposal2017.pdf">2017 NSF Grant Proposal</a>
(funded beginning September 2017).
</ul>
<p>
The SPLICE team gratefully acknowledges the support provided by
<a href="http://tlos.vt.edu">Technology-enhanced Learning and Online Strategies (TLOS)</a>.
In particular, TLOS supported development of the LTI tutorials and
associated documentation
<a href="http://splice.cs.vt.edu/lti">at this website</a>.
</p>
</div>
<div id="footer">
<p class="footertext">
Last updated:
<script type="text/javascript">
document.write(document.lastModified);
</script>
</p>
</div>
</body>
</html>