-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathSIGCSE26.html
More file actions
87 lines (72 loc) · 2.97 KB
/
SIGCSE26.html
File metadata and controls
87 lines (72 loc) · 2.97 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
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<head>
<title>Twelth SPLICE Workshop</title>
<link href="cssplice.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="content">
<h1>SPLICE'26: CS Education Research Technology<br/>
and Data Infrastructure Community Meeting</h1>
<h2>Twelth SPLICE Workshop Call for Participation</h2>
<p>All information on this page is currently tentative!</p>
<p>CS educators and CS Ed researchers and developers are invited
to the 12th annual SPLICE meeting, focused on creating new
Technology and Data Infrastructure for CS Education
Research.</p>
<p>The mission of the SPLICE project is to develop Technology and Data
Infrastructure for CS Education Research.</p>
<p><b>Registration:</b> Coming Soon.
<p><bWhere/When:</b> Wednesday, February 18, 2026, St. Louis, MO
(An Affiliated Event with SIGCSE’25)</p>
<p><b>Who should attend?</b> We encourage you to attend if:</p>
<ul>
<li>You have CS learner data (e.g., from a tool or study)
and want to analyze or share it.</li>
<li>You are looking for datasets from CS courses to do
analysis (e.g., understand student behavior, train a
model).</li>
<li>You create systems/tools to support CS learning that you
want to be useful in other classrooms. Especially if you
want your tool to integrate with other tools.</li>
<li>You teach CS and want to use high-quality learning
content and tools (like these examples) made by others.</li>
</ul>
<p><b>What will you do at the workshop?</b> You will:</p>
<ul>
<li>Learn about existing tools, data and research infrastructure
that can help you improve your CS teaching and research, and share
your content with others.</li>
<li>Opportunity to get feedback on your own research or teaching
project, with support from like-minded peers, and SPLICE experts who
can connect you to datasets, tools, and infrastructure that can help
you accomplish your goals.</li>
<li>Help shape the next generation of CS research infrastructure.</li>
</ul>
<p><b>How much does it cost?</b>
<ul>
<li>Attendance is free. However, you are expected to register
for SIGCSE’26 TS.
When you fill out your SIGCSE'26 TS registration form, be
sure to indicate that you want to participate in the SPLICE
Workshop event.
</li>
</ul>
<h2>Workshop Hosts</h2>
<p>
Peter Brusilovsky, University of Pittsburgh<br/>
Cliff Shaffer, Virginia Tech<br/>
Ken Koedinger, Carnegie Mellon University<br/>
Thomas Price, North Carolina State University<br/>
Tiffany Barnes, North Carolina State University<br/>
<div id="footer">
<p class="footertext">
Last updated:
<script type="text/javascript">
document.write(document.lastModified);
</script>
</p>
</div>
</body>
</html>