-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsupport.html
More file actions
76 lines (72 loc) · 4.79 KB
/
Copy pathsupport.html
File metadata and controls
76 lines (72 loc) · 4.79 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Funding and institutional support for the SPLICE project.">
<title>Project Support | SPLICE</title>
<link rel="canonical" href="https://cssplice.org/support.html">
<link rel="stylesheet" href="site.css">
</head>
<body>
<a class="skip-link" href="#main-content">Skip to main content</a>
<header class="site-header">
<nav class="site-shell site-nav" aria-label="Primary navigation">
<a class="site-brand" href="index.html">SPLICE</a>
<ul class="site-menu">
<li><a href="WorkingGroups.html">Working Groups</a></li>
<li><a href="Workshops.html">Workshops</a></li>
<li><a href="demos.html">Demos</a></li>
<li><a href="data.html">Data</a></li>
<li><a href="index.html#resources">Resources</a></li>
<li><a href="support.html" aria-current="page">Support</a></li>
</ul>
</nav>
</header>
<main id="main-content" class="page-main">
<div class="site-shell interior-content">
<h1 class="page-title">Project Support</h1>
<section class="page-section" aria-labelledby="nsf-support-title">
<div class="funder-heading">
<h2 id="nsf-support-title" class="page-section-heading"><span class="section-icon"><svg aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M12 3v18M17 6H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path></svg></span>National Science Foundation</h2>
<a href="http://nsf.gov" aria-label="National Science Foundation"><img src="nsf1.gif" width="96" height="96" alt="NSF logo"></a>
</div>
<p class="page-intro">The SPLICE team gratefully acknowledges the support provided by the <a href="http://www.nsf.gov">National Science Foundation</a>.</p>
<div class="content-grid">
<article class="content-card content-card-featured">
<p class="card-label">Second NSF grant</p>
<h3>CISE Community Research Infrastructure (CCRI)</h3>
<div class="grant-number-list">
<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>
</div>
<p>This grant supports collaboration among the University of Pittsburgh, CMU, NCSU, and Virginia Tech.</p>
<p><a href="NSF_CCRI2022.pdf">Read the 2022 NSF Grant Proposal</a>, funded beginning August 1, 2022.</p>
</article>
<article class="content-card">
<p class="card-label">First NSF grant</p>
<h3>Core R&D Programs</h3>
<div class="grant-number-list">
<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>
</div>
<p>This grant supported collaboration among the University of Pittsburgh, CMU, and Virginia Tech.</p>
<p><a href="NSFproposal2017.pdf">Read the 2017 NSF Grant Proposal</a>, funded beginning September 2017.</p>
</article>
</div>
</section>
<section class="page-section" aria-labelledby="tlos-support-title">
<h2 id="tlos-support-title" class="page-section-heading"><span class="section-icon"><svg aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M3 21h18M5 21V7l7-4 7 4v14M9 10h1M14 10h1M9 14h1M14 14h1M9 18h6"></path></svg></span>Virginia Tech TLOS</h2>
<article class="content-card">
<p>The SPLICE team gratefully acknowledges the support provided by <a href="http://tlos.vt.edu">Technology-enhanced Learning and Online Strategies (TLOS)</a>.</p>
<p>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>
</article>
</section>
</div>
</main>
<footer class="site-footer"><div class="site-shell"><p><a href="mailto:cssplice@gmail.com">Contact Us</a></p><p>Last updated: <time datetime="2026-07-27">July 27, 2026</time></p></div></footer>
</body>
</html>