Skip to content

Commit c4659b0

Browse files
committed
Add initial draft of information related to datasets
1 parent 2fd7eec commit c4659b0

2 files changed

Lines changed: 84 additions & 0 deletions

File tree

data.html

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title>SPLICE: Datasets and Data Analytics</title>
6+
<link rel="stylesheet" href="cssplice.css" type="text/css" />
7+
</head>
8+
9+
<body>
10+
<div id="content">
11+
<h1>Datasets and Data Analytics</h1>
12+
13+
<p>
14+
A primary mission for SPLICE is to support
15+
infrastructure to collect educational datasets, make them
16+
available to researchers, and provide appropriate analysis
17+
tools.
18+
</p>
19+
20+
<p>
21+
The <a href="https://splice.cs.vt.edu/datasetcatalog/">
22+
SPLICE Dataset Catalog</a> provides a collection of datasets
23+
available from various sources. We welcome contributions of
24+
datasets!
25+
</p>
26+
<p>
27+
Here are our current dataset sources:
28+
</p>
29+
<ul>
30+
<li><a href="https://pslcdatashop.web.cmu.edu/">Datashop</a>@CMU</li>
31+
<li>A compilation of open-source datasets in computing
32+
education, curated by the "Where is the data? Finding and
33+
reusing datasets in computing education" CompEd 23' working
34+
group. The working group aims to make research data more
35+
accessible and encourage open data practices in the computing
36+
education research (CER) community. For more information,
37+
please refer to the working group's paper: Kiesler, Natalie,
38+
John Impagliazzo, Katarzyna Biernacka, Amanpreet Kapoor, Zain
39+
Kazmi, Sujeeth Goud Ramagoni, Aamod Sane, Keith Tran, Shubbhi
40+
Taneja, and Zihan Wu. "Where's the Data? Exploring Datasets in
41+
Computing Education." In Proceedings of the ACM Conference on
42+
Global Computing Education Vol 2, pp. 209-210. 2023.</li>
43+
</ul>
44+
45+
Some featured datasets: These are datasets used to support the
46+
listed publications.
47+
<ul>
48+
<li>Demirtas, Fowler, & Cunningham (2024).
49+
<a href="https://educationaldatamining.org/edm2024/proceedings/2024.EDM-long-papers.5/">Reexamining Learning Curve Analysis in Programming
50+
Education: The Value of Many Small Problems.</a>
51+
In <i>Proceedings of the 17th International Conference on
52+
Educational Data Mining.</i></li>
53+
<li>Huang et al (2023),
54+
<a href="https://www.lrdc.pitt.edu/schunn/papers/Huang-skillintegration.pdf">
55+
Supporting skill integration in an intelligent
56+
tutoring system for code tracing.</a></li>
57+
<li> Rivers et al (2016),
58+
<a href="http://www.krivers.net/files/icer2016-paper.pdf">
59+
Learning Curve Analysis for Programming: Which Concepts do Students Struggle With?</a>
60+
<i>Proceedings of ICER 2016</i>.
61+
62+
63+
<div id="footer">
64+
<hr />
65+
<p class="footertext">
66+
<a href="mailto:cssplice@gmail.com">Contact us</a>
67+
</p>
68+
<p class="footertext">
69+
Last updated:
70+
<script type="text/javascript">
71+
document.write(document.lastModified);
72+
</script>
73+
</p>
74+
</div>
75+
</body>
76+
</html>

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ <h2><a href="SmartContent/index.html">Reusable Smart Content for CS
103103
type.
104104
</p>
105105

106+
<h2><a href="data.html">Datasets and Data Analytics</a></h2>
107+
<p>
108+
A primary mission for SPLICE is to support
109+
infrastructure to collect educational datasets, make them
110+
available to researchers, and provide appropriate analysis
111+
tools.
112+
</p>
113+
106114
<h2>Resources</h2>
107115
<ul>
108116
<li><a href="https://groups.google.com/forum/#!forum/cssplice">SPLICE

0 commit comments

Comments
 (0)