-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
229 lines (213 loc) · 10.1 KB
/
index.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en">
<head>
<meta charset=utf-8 />
<title>EpiCell</title>
<link href="http://code.google.com/apis/maps/documentation/javascript/examples/default.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
<link rel="stylesheet" href="stylesheets/style.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.5&sensor=false"></script>
<script type="text/javascript" src="javascripts/maps.js"></script>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script src="http://cdn.simplegeo.com/js/1.2/simplegeo.context.jq.min.js"></script>
<script type="text/javascript" src="http://vizzuality.github.com/cartodb-gmapsv3/wax.g.js"></script>
<script type="text/javascript" src="http://vizzuality.github.com/cartodb-gmapsv3/cartodb-gmapsv3.js"></script>
<!-- Google Maps Javascripts -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<!-- Twitter Bootstrap Javascripts -->
<script src="http://twitter.github.com/bootstrap/1.4.0/bootstrap-dropdown.js"></script>
<script src="http://twitter.github.com/bootstrap/1.4.0/bootstrap-twipsy.js"></script>
<script src="http://twitter.github.com/bootstrap/1.4.0/bootstrap-popover.js"></script>
<script src="http://twitter.github.com/bootstrap/1.4.0/bootstrap-scrollspy.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.5&sensor=false"></script>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script src="http://cdn.simplegeo.com/js/1.2/simplegeo.context.jq.min.js"></script>
<script type="text/javascript" src="javascripts/jquery.flot.js"></script>
<script type="text/javascript" src="javascripts/maps.js"></script>
</head>
<body>
<div class="topbar" data-scrollspy="scrollspy" >
<div class="topbar-inner">
<div class="container">
<a class="brand" href="#">EpiCell</a>
<ul class="nav">
<li ><a href="#about">About</a></li>
<li class="active"><a href="#malaria-map">Map</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#team">Thanks</a></li>
</ul>
</div>
</div>
</div><!-- /div.topbar -->
<!--<section id="maps-small">
<div class="page-header">
<h1>Maps <small>Explore example data sets.</small></h1>
</div>
<div class="row">
<div class="span4">
<h2>Map Preview 1</h2>
<div width="200" height="200" id="malaria-map-small"></div>
</div>
<div class="span4">
<h2>Map Preview 2</h2>
<div width="200" height="200" id="malaria-map-2-small"></div>
</div>
<div class="span4">
<h2>Map Preview 3</h2>
<div width="200" height="200" id="malaria-map-3-small"></div>
</div>
<div class="span4">
<h2>Map Preview 4</h2>
<div width="200" height="200" id="malaria-map-3-small"></div>
</div>
</div>
</section>-->
<section id="map">
<div id="malaria-map" >
<p>Check out <a href="https://github.com/EpiCell">EpiCell</a> on GitHub!</p>
</div>
<div class="details">
<div class="info">
<div id="malaria-map-detail">
<h3>Country Details</h3>
<ul id='details'>
<li>Name: <span id="country">UNKNOWN</span></li>
<li>Pop.: <span id="population">UNKNOWN</span></li>
<li>GDP spent on health care: <span id="gdp">UNKNOWN</span></li>
</ul>
</div>
</div>
<div class="info">
<div id="malaria-map-detail">
<h3>Phone Use</h3>
<ul id='details'>
<li><span id="phone_count">UNKNOWN</span> of people with mobile phones</li>
</ul>
</div>
</div>
<div class="graph">
<h3>Phone Uptake</h3>
<div id='phone_take_up_plot' style="width:408px;height:200px"></div>
</div>
<div class="key">
<div class="obj">
<div class="marker cell"></div>
<div class="name">Cell Tower</div>
</div>
</div>
<div class="key">
<div class="obj">
<div class="marker dengue"></div>
<div class="name">Dengue report</div>
</div>
</div>
</div>
</section><!-- /section#maps -->
<section id="overview" >
<div class="inner">
<div class="container">
<h1>Epicell, Created at SF Science Hack Day 2011</h1>
<p class="lead">
EpiCell is an experiment in discovering ideal geographic regions for CellScope deployment.<br />
</p>
</div><!-- /div.container -->
</div>
</section> <!-- /header -->
<div class="container">
<section >
<div class="page-header" id="about">
<h1>About <small>the hack</small></h1>
</div>
<div class="row">
<div class="span4">
<h2>EpiCell</h2>
<p><a href="https://github.com/organizations/EpiCell">EpiCell</a> was created by a team of individuals working together during <a href="http://sf.sciencehackday.com/">SF Science Hack Day 2011</a>.</p>
</div>
<div class="span4">
<h2>CartoDB</h2>
<p><a href="https://cartodb.com/">CartoDB</a> is an <a href="https://github.com/vizzuality/cartodb">open source</a> geospatial database in the cloud hosted by <a href="http://vizzuality.com">Vizzuality</a>.</p>
</div>
<div class="span4">
<h2>OpenData</h2>
<p>We sought, scrubbed, and massaged OpenData</p>
<ul>
<li><a href="http://data.un.org/Data.aspx?q=mobile&d=ITU&f=ind1Code%3aI911">Mobile cellular subscriptions per 100 inhabitants</a></li>
<li><a href="http://maplecroft.com/portfolio/mapping/maplecroft/?initial_map_slug=gr_malaria_risk_2011">Malaria Risk Index</a></li>
<li><a href="http://www.cellmapper.net/world.php">Cell phone towers around the world</a></li>
<li><a href="https://sciencehackday-10.cartodb.com/dashboard">CartoDB Hosted Data</a></li>
<ul>
</div>
<div class="span4">
<h2>CellScope</h2>
<p>Inspired by <a href="http://cellscope.berkeley.edu/">CellScope</a>, a project the turns your mobile phone into a powerful microscope.</p>
</div>
</div>
</section><!-- /section#about -->
<section id="team">
<div class="page-header">
<h1>Team <small>Who is EpiCell?</small></h1>
</div>
<div class="container">
<h2>GitHub</h2>
</div><!-- /div.map-container -->
<div class="container">
<h2>Team Members</h2>
<div width="200" height="200" id="malaria-map">
<p>We are:</p>
<ul>
<li>Aaron Steele: <a href="http://twitter.com/eightysteele">@eightysteele</a></li>
<li>Andrew Hill: <a href="http://twitter.com/andrewxhill">@andrewxhill</a></li>
<li>Arfon Smith: <a href="http://twitter.com/arfon">@arfon</a></li>
<li>Julia Bossmann: <a href="http://twitter.com/juliabossmann">@juliabossmann</a></li>
<li>Nancy Burgess: <a href="https://github.com/NancyB">NancyB</a></li>
<li>Roman Gurovich: <a href="http://twitter.com/romangurovich">@romangurovich</a></li>
<li>Ryan Balfanz: <a href="http://twitter.com/RyanBalfanz">@RyanBalfanz</a></li>
<li>Stuart Lynn: <a href="http://twitter.com/stuart_lynn">@stuart_lynn</a></li>
</ul>
</div>
</div><!-- /div.map-container -->
</section><!-- /section -->
<section id="special-thanks">
<div class="page-header">
<h1>Special Thanks <small>We could not have done it without you. ☺</small></h1>
</div>
<div class="container">
<h2>CartoDB</h2>
<p>Check out <a href="https://github.com/EpiCell">CartoDB</a> for all your Geospatial database visualization needs!</p>
</div>
<div class="container">
<h2>Science Hack Day</h2>
<p><a href="http://sf.sciencehackday.com/">SF Science Hack Day 2011</a> was a blast!</p>
</div>
</section><!-- /section -->
</div><!-- /div.container -->
<!-- Large maps for more Awesomesuace! -->
<section id="maps-large">
<div class="page-header">
<h1>Moar Bigger Maps <small>Check 'em out!</small></h1>
</div>
<div class="map-container">
<h2>Malaria Map <small>Large View</small></h2>
<div width="200" height="200" id="malaria-map"></div>
</div><!-- /div.map-container -->
</section><!-- /section -->
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26998008-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- /Google Analytics -->
</body>
</html>