-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathWorkingGroups.html
More file actions
114 lines (70 loc) · 3.89 KB
/
WorkingGroups.html
File metadata and controls
114 lines (70 loc) · 3.89 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html>
<head>
<title>SPLICE Working Groups</title>
<link rel="stylesheet" href="cssplice.css" type="text/css" />
</head>
<body>
<div id="content">
<h1>SPLICE Working Groups</h1>
<p>SPLICE Working Groups are ad hoc mini-organizations designated
to solve a specific problem relevant to the SPLICE project.</p>
<h2><a href="portal/index.html">SPLICE Portal</a></h2>
<p><b>Leaders:</b> Cliff Shaffer is organizing this for now,
need more official leaders!</p>
<p><a href="https://groups.google.com/g/splice-portal-working-group">Google Group</a></p>
<h2><a href="rpi/index.html">Replicating Programming Interventions</a></h2>
<p><b>Leader:</b> Thomas Price</p>
<p><a href="https://groups.google.com/g/replicating-programming-interventions">Google Group</a></p>
<h2><a href="slcp/index.html">Smart Learning Content Protocols</a></h2>
<p><b>Leaders:</b> Cay Horstmann, Steve Edwards, Cliff Shaffer</p>
<p><a href="https://groups.google.com/g/splice-smart-learning-content-protocol">Google Group</a></p>
<h2><a href="parsons/index.html">Parsons Problems Interoperability Standards</a></h2>
<p><b>Leaders:</b> Cliff Shaffer and ???</p>
<p><a href="https://groups.google.com/g/splice-parsons-problems-working-group">Google Group</a></p>
<h2><a href="llms/index.html">Large Language Models</a></h2>
<p><b>Leaders:</b> Juho Leinonen and Bita Akram</p>
<p><a href="https://groups.google.com/g/splice-llms">Google Group</a></p>
<h2><a href="codex/index.html">Reusable Code Examples</a></h2>
<p><b>Leaders:</b> Peter Brusilovsky, Vasile Rus</p>
<p><a href="https://groups.google.com/g/splice-reusable-code-examples">Google Group</a></p>
<h2><a href="progsnap2/index.html">Small code snapshots</a></h2>
<p><b>Leaders:</b> Dave Hovemeyer and Kelly Rivers</p>
<p><b>Task:</b> Develop representation standards and analysis tools for
capturing student submissions to small programming
exercises and other programming process data.</p>
<p><b>Products:</b>
<a href="progsnap2/index.html">ProgSnap 2</a> (this page is the primary
site for the working group's activities)
</p>
<p><b>How to get involved:</b>
We are actively looking for collaborators who would like
to join us in some combination of (1) sharing captured programming process
data and (2) analyzing programming process data. If you have data, or
a nifty idea for research project involving programming process data,
<a href="progsnap2/index.html">visit our web page</a> for information on
how to get involved.
</p>
<h2><a href="peml/">Programming exercise markup language</a></h2>
<p><b>Leaders:</b> Phill Conrad (UC Santa Barbara), Cory Bart (University of Delaware), Stephen Edwards (Virginia Tech)</p>
<p><b>Group Website:</b> <a href="peml/index.html">https://cssplice.github.io/peml/</a></p>
<p><b>Task:</b> Develop representation standards for
programming exercises of all size (small to giant).</p>
<h2><a href="https://cssplice-cm.github.io/">Packaging Curricular Materials</a></h2>
<p><b>Leaders:</b> Cory Bart (University of Delaware), Phill Conrad (UC Santa Barbara), Michael Hilton (Carnegie Mellon University), Bob Edmison (Virginia Tech)</p>
<p><b>Group Website:</b> <a href="https://cssplice-cm.github.io/">https://cssplice-cm.github.io/</a>
</p>
</div>
<div id="footer">
<p class="footertext">
<a href="mailto:cssplice@gmail.com">Contact us</a>
</p>
<p class="footertext">
Last updated:
<script type="text/javascript">
document.write(document.lastModified);
</script>
</p>
</div>
</body>
</html>