-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdata.html
More file actions
79 lines (72 loc) · 3.2 KB
/
data.html
File metadata and controls
79 lines (72 loc) · 3.2 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
<!DOCTYPE html>
<html>
<head>
<title>SPLICE: Datasets and Data Analytics</title>
<link rel="stylesheet" href="cssplice.css" type="text/css" />
</head>
<body>
<div id="content">
<h1>Datasets and Data Analytics</h1>
<p>
A primary mission for SPLICE is to support
infrastructure to collect educational datasets, make them
available to researchers, and provide appropriate analysis
tools.
</p>
<p>
The <a href="https://splice.cs.vt.edu/datasetcatalog/">
SPLICE Dataset Catalog</a> provides a collection of datasets
available from various sources. We welcome contributions of
datasets!
</p>
<p>
Here are our current dataset sources that are included in the
dataset catalog:
</p>
<ul>
<li><a href="https://pslcdatashop.web.cmu.edu/">Datashop</a>@CMU</li>
<li>A <a href="https://docs.google.com/spreadsheets/d/1ccD5kB8yC8xSoYsWrmfBS0HcSAmesWGOVyID1psywJg/edit?gid=0#gid=0">
compilation of open-source datasets</a> in computing
education, curated by the "Where is the data? Finding and
reusing datasets in computing education" CompEd 23' working
group. The working group aims to make research data more
accessible and encourage open data practices in the computing
education research (CER) community. For more information,
please refer to the working group's paper: Kiesler, Natalie,
John Impagliazzo, Katarzyna Biernacka, Amanpreet Kapoor, Zain
Kazmi, Sujeeth Goud Ramagoni, Aamod Sane, Keith Tran, Shubbhi
Taneja, and Zihan Wu. "Where's the Data? Exploring Datasets in
Computing Education." In Proceedings of the ACM Conference on
Global Computing Education Vol 2, pp. 209-210. 2023.
</li>
</ul>
Some featured datasets: These are datasets used to support the
listed publications.
<ul>
<li>Demirtas, Fowler, & Cunningham (2024).
<a href="https://educationaldatamining.org/edm2024/proceedings/2024.EDM-long-papers.5/">Reexamining Learning Curve Analysis in Programming
Education: The Value of Many Small Problems.</a>
In <i>Proceedings of the 17th International Conference on
Educational Data Mining.</i></li>
<li>Huang et al (2023),
<a href="https://www.lrdc.pitt.edu/schunn/papers/Huang-skillintegration.pdf">
Supporting skill integration in an intelligent
tutoring system for code tracing.</a></li>
<li> Rivers et al (2016),
<a href="http://www.krivers.net/files/icer2016-paper.pdf">
Learning Curve Analysis for Programming: Which Concepts do Students Struggle With?</a>
<i>Proceedings of ICER 2016</i>.
<div id="footer">
<hr />
<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>