-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathSIGCSE23Workshop.html
More file actions
96 lines (81 loc) · 3.65 KB
/
SIGCSE23Workshop.html
File metadata and controls
96 lines (81 loc) · 3.65 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
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<head>
<title>Eighth SPLICE Workshop</title>
<link href="cssplice.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="content">
<h1>SPLICE’23: CS Education Research Technology<br/>
and Data Infrastructure Community Meeting</h1>
<h2>Eighth SPLICE Workshop Call for Participation</h2>
<p>Wednesday, March 15, 2023, Toronto, Canada
(An Affiliated Event with SIGCSE’23)</p>
<p>CS educators and CS Ed researchers and developers are invited to
the 8th 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. At this SPLICE community
meeting, we invite you to contribute to defining the features of our
new SPLICE Portal that will provide this infrastructure.</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 feedbacvk 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’23.) We have some travel funding for the extra night
in the hotel that attendance at the workshop will likely
require.</li>
</ul>
<p>To participate in the workshop: Fill out this form:
<a href="https://forms.gle/GdcTXAkXi29Koqi3A">https://forms.gle/GdcTXAkXi29Koqi3A</a>
by January 30, 2023.</p>
<p><b>Communications:</b> We are using a Google Group for email
communications:
<a href="https://groups.google.com/a/vt.edu/g/splice-8th-workshop--sigcse23-toronto-g">https://groups.google.com/a/vt.edu/g/splice-8th-workshop--sigcse23-toronto-g</a>.
<h2>Workshop Agenda</h2>
<p>
Please see:
<a href="https://docs.google.com/spreadsheets/d/1MkF0Ci_ryhCWBcnpQnt_7OJ3xIptVNtuFyxqbnqJeAs/edit?usp=sharing">https://docs.google.com/spreadsheets/d/1MkF0Ci_ryhCWBcnpQnt_7OJ3xIptVNtuFyxqbnqJeAs/edit?usp=sharing</a>
</p>
<h2>Workshop Hosts</h2>
<p>
Cliff Shaffer, Virginia Tech<br/>
Peter Brusilovsky, University of Pittsburgh<br/>
Ken Koedinger, Carnegie Mellon University<br/>
Thomas Price, North Carolina State University<br/>
Tiffany Barnes, North Carolina State University<br/>
</p>
<div id="footer">
<p class="footertext">
Last updated:
<script type="text/javascript">
document.write(document.lastModified);
</script>
</p>
</div>
</body>
</html>