-
Notifications
You must be signed in to change notification settings - Fork 7
/
SIGCSE24Workshop.html
137 lines (121 loc) · 5.85 KB
/
SIGCSE24Workshop.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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<head>
<title>9th SPLICE Workshop</title>
<link href="cssplice.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="content">
<h1>SPLICE'24: Technology and Data Infrastructure for CS Education Research</h1>
<h2>9th SPLICE Workshop Call for Participation</h2>
<p>Saturday, March 23, 2024 3:30-6:30 PM Pacific Time, Online
(An Affiliated Event with SIGCSE'24)</p>
<p>CS educators and CS Ed researchers and developers are invited to
the 9th annual SPLICE meeting, focused on creating new Technology
and Data Infrastructure for CS Education Research.</p>
<p>To participate in the workshop: Fill out this form:
<a href="https://forms.gle/Wfysvr4yLhfhfRQHA">https://forms.gle/Wfysvr4yLhfhfRQHA</a>
by March 15, 2024.</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>
Many SIGCSE attendees are either developing or using online educational tools,
and all will benefit from better interoperability among these tools and better
analysis of the clickstream data coming from those tools. New tools for analyzing
big data leveraged by AI (e.g., deep learning for assessment) in turn improve both content and pedagogy,
thus setting up a virtuous cycle fueling learning discoveries and
leveraging innovation in AI: Online technologies → big data analysis → better online technologies.
This NSF-supported workshop is the latest in a series of SPLICE workshops, and is a continuation
of our event at SIGCSE 2023, where the SPLICE-Portal, a dedicated socio-technical research infrastructure
for Computing Education Research, was presented. This year, we continue the work with
several new SPLICE community working groups, including those on Dashboards, Large Language Models,
Parsons Problems, and Smart Learning Content Protocols. We continue to build upon our existing
collaborations developed over the course of the project to engage more members of the community
in tasks that will advance the project agenda.
</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>
<b>How much does it cost?</b>
<p>
All participants are expected to register for both SIGCSE'24 and the workshop
<a href="https://sigcse2024.sigcse.org/attending/Registration+">SIGCSE Registration</a>.</br>
SPICE project has limited funding to support workshop participants.
For those who need support, the workshop registration fee will be refunded. </br>
Limited funding is also available to cover one extra night hotel stay in Portland to
facilitate workshop attendance.
</p>
<p><b>Communications:</b> We are using a Google Group for email
communications:
<a href="https://groups.google.com/g/cssplice">https://groups.google.com/g/cssplice</a>.
<h2>Workshop Agenda </h2>
<p>
<ul>
<li>3:30 pm Welcome/Introduction to SPLICE (20 minutes)</li>
<ul>
<li>Tools and Products, DataShop, WG's, Tools</li>
</ul>
<li>3:50 pm Breakout I (50 minutes)</li>
<ul>
<li>WG <a href="llms/index.html">Large Language Models</a></li>
<li>WG <a href="parsons/index.html">Parsons Problems Interoperability Standards</a> + Tutorial Creating Parson's Problems</li>
</ul>
<li>4:40 pm Break (10 minutes)</li>
<li>4:50 pm Breakout II (50 minutes)</li>
<ul>
<li>WG <a href="codex/index.html">Reusable Code Examples</a></li>
<li>Tutorial: How to create a programming intervention in 45m</li>
</ul>
<li>5:40 pm Break (10 minutes)</li>
<li>5:50 pm Current Work</li>
<ul>
<li>Smart Catalog (10 minutes)</li>
<li>Programming Datasets (10 minutes)</li>
</ul>
<li>6:15 pm Wrapup, opportunites to engage (mini-grants, new WGs, May workshop)</li>
<li>6:30 pm END</li>
</ul>
</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/>
Behrooz Mostafavi, 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>