-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (51 loc) · 2.82 KB
/
index.html
File metadata and controls
53 lines (51 loc) · 2.82 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
---
layout: base
---
<div class="section sectionFirst" id="introduction">
<div class="colorLine">
<div class="yellowLine"></div>
<div class="blueLine"></div>
<div class="greenLine"></div>
<div class="orangeLine"></div>
</div>
<div class="sectionTexture">
<div class="sectionTitle">
<h2>Welcome to the P2PU Data hub</h2>
</div>
</div>
<div class="colorLine">
<div class="orangeLine"></div>
<div class="greenLine"></div>
<div class="blueLine"></div>
<div class="yellowLine"></div>
</div>
</div>
<div class="container">
<div class="row">
<p class="span12">
On this page, you’ll find data which we have extracted from our course creation and learning platform. In this release (which will be the first of several) you’ll find data about courses, data about comments made on courses and data about how content was created in courses.
</p>
<p class="span12">
All the data that you’ll find here is publicly available on our site, if you were dedicated enough, you could scrape it all. But we’ve left out sensitive information like people’s email addresses, IP addresses and password hashes.
</p>
<p class="span12">
Everything P2PU does is guided by our core values of openness, community and peer learning, so it made sense to us to open up our data, and share it with our community in a format that allows anyone to use it for their own learning and exploration.
</p>
<p class="span12 index-intro">
None of this data would be in a state which makes any sense if it weren’t for June Ahn, Sarah Ann Webster, and Brian Butler our fantastic collaborators from the Center for the Advanced Study of Communities and Information (CASCI), and the Human-Computer Interaction Lab (HCIL), at the College of Information Studies, University of Maryland, College Park. June, Sarah, and Brian are investigating how online cyberinfrastructure can be designed, implemented, and analyzed to foster educational experiences at a massive scale and support from the National Science Foundation for the <a href="http://nsf.gov/awardsearch/showAward?AWD_ID=1257347">project</a> that helped fund this data release effort. They have identified the datasets, cleaned up the data, advised us on building the whitelist and generally been patient and amazing. Thank you!
</p>
</div>
<!-- Example row of columns -->
<div class="row">
<a href="{{site.baseurl}}/release-1/" class="report-item-link">
<div class="span4">
<div class="report-item border-orange berlin">
<h2>Release 1</h2>
<span class="photo-author">Dirk Uys, CC BY SA</span>
</div>
</div>
</a>
</div>
<!-- row -->
</div>
<!-- container -->