-
Notifications
You must be signed in to change notification settings - Fork 2
/
data.html
61 lines (44 loc) · 2.13 KB
/
data.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
---
---
<!DOCTYPE html>
<html>
<head>
<title>ohmage : data</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="static/ohmagehome/css/home.css" type="text/css"/>
<link rel="shortcut icon" href="static/images/favicon-gray.ico"/>
<script src="static/js/jquery-1.7.1.min.js" type="text/javascript" language="Javascript"></script>
<script src="static/js/jquery.scrollTo-1.4.2-min.js" type="text/javascript" language="Javascript"></script>
<!-- used to keep history on fragmented pages -->
<script src="static/js/jquery.ba-hashchange.min.js" type="text/javascript" language="Javascript"></script>
<!-- used to transmit events throughout the codebase -->
<script src="static/js/pubsub.js" type="text/javascript" language="Javascript"></script>
<style>
.project {
font-size: 14px;
margin-bottom: 1em;
}
.project p, .project h3 { margin: 0px; margin-bottom: 8px; }
.project .collabs { margin-bottom: 6px; font-style: italic; }
.project .desc { margin-bottom: 6px; }
</style>
</head>
<body>
<div id="trunk">
<div id="header">
<img id="header_img" src="static/ohmagehome/images/login-logo.png"/>
</div>
{% include navbar.html %}
<div id="maincol" class="content_pane fullwidth">
<div class="subheader">what data is available for testing/analysis?</div>
<p>
In order to support the development of applications and for research purposes, the ohmage project
makes available a number of real-world, anonymized datasets collected from participants. You can
access these datasets through the Github repo below.
</p>
<a href="https://github.com/ohmage/mobility-data-commons">ohmage Mobility Data Commons</a>
</div>
{% include footer.html %}
</div>
</body>
</html>