-
Notifications
You must be signed in to change notification settings - Fork 7
/
SIGCSE21Workshop.html
122 lines (110 loc) · 4.96 KB
/
SIGCSE21Workshop.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
<!DOCTYPE html>
<html>
<head>
<title>SPLICE@SIGCSE 2021 Workshop</title>
<link href="cssplice.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="content">
<h1>SPLICE@SIGCSE'21 Workshop
<a href="http://nsf.gov">
<img src="nsf1.gif" align="right" height="64" alt="NSF Logo" /></a>
<br/>
CS Education Infrastructure for All III: From Ideas to Practice
</h1>
<h5>Last updated: <script type="text/javascript">
document.write(document.lastModified);
</script></h5>
<h5><a href="SIGCSE21WorkshopOld.html">Old workshop page</a>
with call for papers</h5>
<p>
The seventh SPLICE Project workshop will be held in
conjunction with SIGCSE 2021, online, on Monday, March 15 and
Tuesday, March 16, 2021. The sessions will run from
10:00am-12:30pm each day.
Please <a href="mailto:[email protected]">contact us</a> if
you have questions.
</p>
<p>
<b>Workshop Theme:</b> CS Education Infrastructure for All
III: From Ideas to Practice <br/>
<b>Workshop Agenda</b>:
<a href="SIGCSE21/agenda.html">The schedule for the workshop can be
found here</a>.<br/>
<b>Workshop Proceedings</b>: The proceedings for the workshop can be found <a href="SIGCSE21/proceedings.html">here</a>.<br/>
</p>
<p>
<b>Location:</b> See event access at the
<a href="https://pathable.sigcse2021.org/">SIGCSE Pathable page</a>.
</p>
<b>Workshop Hosts:</b>
<ul>
<li> Cliff Shaffer, Virginia Tech</li>
<li> Peter Brusilovsky, University of Pittsburgh</li>
<li> Ken Koedinger, Carnegie Mellon University</li>
<li> Steve Edwards, Virginia Tech</li>
</ul>
<p><b>Abstract:</b><br/>
Increasingly, the meat of many CS courses is provided by many
interactive, auto-assessed exercises, referred to as "smart
content". These tools engage students, provide valuable
feedback, and allow collection of data for further
analysis. While it remains a challenge to connect these tools
to learning management systems (LMS), eTextbooks and IDEs,
standards like Learning Tools Interoperability (LTI) make it
possible. Interoperability is improving year by
year. Collecting, distributing, and analyzing the rapidly
growing collections of data generated by click streams coming
from such tools is still a major challenge. But progress is
being made both in improved analysis tools and in standards
for collecting data, like student attempts at solving
programming problems This NSF-supported workshop is the third
in a series of SIGCSE pre-symposium events in support of the
SPLICE project. The goal of SPLICE is to support and better
coordinate efforts to build community and capacity among
Computer Science Education (CSEd) researchers, data
scientists, and learning scientists toward reducing
barriers. CSEd infrastructure should support (1) broader
re-use of innovative learning content instrumented for rich
data collection, (2) formats and tools for analysis of learner
data, and (3) development of best practices to make
collections of learner data available to researchers. The
organizers and presenters will share progress from ongoing
projects and collaborations, attempting to build an agenda for
the community to strive for in the coming years.
</p>
<p><b>Important Dates:</b><br/>
<ul>
<li>Final versions of accepted papers March 9, 2021
<li>The workshop: March 15-16, 2021
<li>SIGCSE Conference: March 15-20, 2021
</ul>
<p><b>Intended Audience:</b><br/>
The audience is expected to consist of CSEd tool builders,
developers of student analytics data analysis tools, and CSEd
researchers who would like to make use of user interaction
data collected by their own projects or by others. We are
expecting about 50 attendees.
</p>
<p><b>Organization:</b><br/>
The workshop is organized by the SPLICE (Standards, Protocols,
and Learning Infrastructure for Computing Education) project team,
in association with the NSF-supported project
Community-Building and Infrastructure Design for
Data-Intensive Research in Computer Science Education. It
follows a sequence of the previous SPLICE and CSEDM workshops
organized at SIGCSE, EDM, AIED, ICER, LAK, and ACM L@S
conferences. More information about SPLICE and past workshops
can be found at http://cssplice.org.
</p>
</div>
<div id="footer">
<p class="footertext">
Last updated:
<script type="text/javascript">
document.write(document.lastModified);
</script>
</p>
</div>
</body>
</html>