-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
493 lines (403 loc) · 25.4 KB
/
index.html
File metadata and controls
493 lines (403 loc) · 25.4 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
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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DC Science Hack Day</title>
<link media="all" rel="stylesheet" href="static/css/promo-min.css">
<link media="all" rel="stylesheet" href="static/css/leaflet.css">
<link media="all" rel="stylesheet" href="static/css/side_menu.css">
<link media="all" rel="stylesheet" href="static/css/bootstrap.css">
<link media="all" rel="stylesheet" href="static/css/flexslider.css">
<link rel="icon" type="image/png" href="static/img/myamericadevsummitico.png">
<!--Countdown timer CSS-->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" />
<link rel="stylesheet" href="static/countdown/jquery.countdown.css" />
<!--<link rel="stylesheet" href="static/css/styles.css" />-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"> </script>
<![endif]-->
<link media="all" rel="stylesheet" href="static/css/circles.css">
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav" id="navar-buttons">
<!--<li><a href="http://www.nsf.gov/" target="_blank"><img src="static/img/nsf_small.png"></a></li>-->
<li><a href="#top">Top</a></li>
<li><a href="#abstract">Abstract</a></li>
<li><a href="#sessions">Lightning Talks</a></li>
<li><a href="#agenda">Agenda</a></li>
<li><a href="#location">Location</a></li>
<li><a href="#committee">Housekeeping</a></li>
<li><a href="#participants">Registration</a></li>
<li><a href="#tweets">Social Media</a></li>
<li><a href="#datasources">Data & Inspiration</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="https://github.com/STIPCommonsLab/dcsciencehackday2015" target="_blank"><img src="static/img/github.png"></a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<img src="static/img/painted-canyon.jpg" style="position: fixed; z-index: -1; width: 100%; height: 100%;">
<div id="wrapper">
<section class="promo win-height" id="top">
<div class="frame">
<div class="container">
<h1>DC Science Hack Day</h1>
<h2>May 16-17, 2015</h2>
<h2>Washington, D.C.</h2>
<h3>#SHDdc15</h3><br>
<h3>48 hour hack-make-do-a-thon with science!</h3>
<img src="static/img/SciencehackdayTest.png" id="logo" style="width: 15%; height: 15%" alt="Science Hackday Logo" filter: invert(50%)><br>
<br><br>
<!--
<div id="countdown"></div>
-->
<br><br>
<img src="static/img/tr_endn_tm_hrz_rgb_pos.png" id="logo" style="width: 20%; height: 20%" alt=""> 
<img src="static/img/wilson_center_logo_square.png" id="logo" style="width: 10%; height: 10%" alt=""> 
<img src="static/img/commons_lab_square.png" id="logo" style="width: 10%; height: 10%" alt=""> 
<img src="static/img/AE_LOGO_FOR_DISTRO.png" id="logo" style="width: 15%; height: 15%" alt=""> 
<img src="static/img/GitHub_Logo.png" id="logo" style="width: 10%; height: 10%" alt=""> 
<img src="static/img/FABLABDCLOGOforweb.png" id="logo" style="width: 15%; height: 15%" alt=""> 
<img src="static/img/SloanLogo-stacked-black.png" id="logo" style="width: 15%; height: 15%" alt="">
</div>
</div>
<a href="#abstract" class="btn-down scroll-link"><img id="downarrow" src="static/img/downarrow.png"></a>
</section>
<section class="about-section" id="abstract">
<div class="container-fluid">
<div class="row">
<h1>Abstract</h1>
<div class="col-md-4">
<p>Science Hack Days have occurred over 50 times in 17 different countries but never in Washington, D.C. The Wilson Center and the John F. Kennedy Center for the Performing Arts are proud to host the first! We believe this city is ripe for blending civic hackers, artists, designers and scientists that are collectively working toward the public good.</p>
</div>
<div class="col-md-4">
<p>Science Hack Day is a 48-hour-all-night event where anyone excited about making weird, silly or serious things with science comes together in the same physical space to see what they can prototype over a weekend.</p>
</div>
<div class="col-md-4">
<p>Designers, developers, scientists and anyone who is excited about making things with science are welcome to attend – no experience in science or hacking is necessary, just an insatiable curiosity.
</p>
</div>
</div>
</div>
</section>
<!--
<section class="flyer-section" id="flyer">
<!--<img src="static/img/NSFHackathon_poster.jpg" id="flyer-pic">
<p>Text here.</p>
</section>
-->
<section class="sessions-section" id="sessions">
<header class="container">
<h1>Lightning Talks</h1>
<h2>Lightning Talks are 5 minute presentations on a challenge, dataset, idea or tool that will kick off Science Hack Day to get the juices flowing.</h2>
<span style="color: #000000;"><h3>If you would like to propose something in addition to these to start the brainstorming process, please follow the link below to the SHD wiki. </span></h3>
<span style="color: #000000;"><h3><a href="http://sciencehackday.pbworks.com/w/page/67274951/Washington,%20DC">Share ideas and edit the Science Hack Day Wiki here</a></h3></span>
<h3>Environmental Protection Agency (EPA)</h3>
<p><b>Anne Neale, EnviroAtlas Project Lead</b></p>
<p>EnviroAtlas is an online resource containing hundreds of geospatial data layers which are all published as web services to make them readily available to external application builders.</p>
<h3>John F Kennedy Center for the Performing Arts</h3>
<p><b>Allen Brooks, Interactive Content Producer</b></p>
<p>Forty years ago, we sent a probe into the void. <a href="http://voyager.jpl.nasa.gov/index.html">The Voyager satellites</a> have been traveling through and past our solar system carrying two golden records which contain a cultural snapshot of the world in 1977. How do we send a new cultural picture into the stars, do we need a satellite? Do we use some sort of signal? What culture is represented, and how do we curate?</p>
<p></p>
<p><b>Greg Poljacik, Stuntman-Scientist</b></p>
<p>Placing sensors on performers to see if and how their emotions are picked up by others (Emotional Contagion). Lets see if we can use science to prove this.</p>
<p></p>
<p><b>Doug Cooney, Playwright, Author, Professor</b></p>
<p>Making Modern Monsters – Connecting Frankenstein’s monsters to contemporary science and arts learning. What is an authentic way to teach about Artificial Intelligence and the possibilities and dangers therein, to a high school audience? What is a legitimate science experiment about galvanism that can be reproduced inexpensively and consistently?</p>
<h3>National Aeronautics and Space Administration (NASA)</h3>
<p><b>David Lagomasino, Biospheric Sciences Lab</b></p>
<p>Forest Monitoring and detecting on the ground land-use change. Design a platform to capture citizen science data on land-use.</p>
<h3>Environmental Law Institute</h3>
<p><b>Talia Fox, Research Associate</b></p>
<p>Methane hunting, how can we use <a href="http://powersource.post-gazette.com/powersource/policy-powersource/2014/09/02/DEP-aims-to-track-down-abandoned-oil-and-gas-wells/stories/201409020006">sensors and citizens</a> to track down rogue methane gas?</p>
<h3>The U.S. State Department, Secretary's Office of Global Partnerships</h3>
<p><b>Thomas Debass, Deputy Special Representative</b></p>
<p>Coding for Fish - With 50% of the fish caught for human consumption coming from small-scale and artisanal fisheries around the world, the livelihoods of these fishers are crucial for their communities. To address these fishery management challenges, we need to find innovative ways to collect data and use it to find solutions—through the second annual <a href="http://fishackathon.co/">Fishackathon</a>, happening June 5-7.</p>
<h3>National Institutes of Health (NIH) </h3>
<p><b>Elizabeth Tuck, Genetics and Education Fellow</b></p>
<p>DIYbio hacking, what is it? What can you do with it? And where is the data? </p>
<p></p>
<p><b>James Tyrwhitt-Drake, Graphics Design & Visualization Expert</b></p>
<p><a href="http://3dprint.nih.gov/">NIH 3D Print Exchange</a> - Discover, create, share, engage and learn</p>
<h3>US Geological Survey (USGS) </h3>
<p><b>Sophia Liu, Mendenhall Postdoc Fellow</b></p>
<p>Visualizing the hydraulic fracturing lifecycle, lifecycle of critical materials and toxic contamination after hurricane Sandy</p>
<h3>Woodrow Wilson International Center for Scholars</h3>
<p><b>Abdulkader Sinno, Wilson Center Fellow</b></p>
<p>UAV Forest Canopy Research - Earth scientists need to be able to collect samples of leaves from the top of trees in the forests to accurately monitor and understand how forests purify our air. Can we develop a cost-effective and efficient method to help them do so?</p>
<h3>Inter-American Development Bank</h3>
<p><b>Alyson Williams, Knowledge and Learning Specialist</b></p>
<p>The Inter-American Development Bank (IDB) recently launched its Open Data Portal called<a href="http://data.iadb.org/?utm_source=IADB&utm_medium=Blog&utm_campaign=Data%20IADB">“Numbers for Development”</a> which allows you to explore, visualize and reuse the Bank’s data on social and economic development in Latin America and the Caribbean. “Numbers for Development” compiles over 1700 multi-sectorial indicators from 26 countries in the region into one single place. This data has been collected by the Bank for over 50 years. The new portal includes data <a href="http://data.iadb.org/NumbersForDevelopment/NumbersForDevelopment">on many different topics</a>, including macroeconomics, social inclusion and global integration. In addition, there are over <a href="http://data.iadb.org/DataCatalog/Dataset">30 IDB specialized datasets</a> and open visualizations available to view and download.</p>
</header>
<!--Agenda Section-->
<section class="agenda-section" id="agenda">
<header class="container">
<h1>Agenda</h1>
</header>
<div class="container-fluid" width="100%">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-5">
<h2>Saturday May 16th:</h2><br>
<p><u>9:00 AM</u> Check-in & Breakfast (6th Floor)</p>
<p><u>10:00 AM</u> Welcome & Housekeeping</p>
<p><u>10:15 AM</u> Opening Remarks</p>
<p><u>10:30 AM</u> Lightning Talks </p>
<p><u>11:30 AM</u> Break, Ask Questions, Form Teams</p>
<p><u>12:00 PM</u> Lunch </a></p>
<p><u>1:00 PM</u> Hack!</p>
<p><u>6:00 PM</u> Project Progress Report Out (6th Floor Auditorium)</p>
<p><u>7:00 PM</u> Dinner </p>
<p><u>8:00 PM</u> Trivia with Prizes! (6th Dining Room)</p>
<p><u>10:00 PM</u> Optional Movie (6th Floor Auditorium)</p>
<p><u>10:00 PM</u> Lock Out/In: You may leave but you can't get back in</p>
<p><u>Overnight:</u> Hack Away! </p>
</div>
<div class="col-md-1"></div>
<div class="col-md-5">
<h2>Sunday May 17th:</h2><br>
<p><u>9:00 AM</u> Doors Open & Breakfast </p>
<p><u>9:30 AM</u> Progress Updates (6th Floor Auditorium) </p>
<p><u>10:00 AM</u> Hack!</p>
<p><u>12:00 PM</u> Lunch (6th Floor Dining Room) </p>
<p><u>1:30 PM</u> Upload Presentations for Demos</p>
<p><u>2:00 PM</u> Final Demos! Hacks Judged by a DC Tech Celebrity Panel and SHD Community </p>
<p><u>3:30 PM</u> Awards Ceremony & Closing Remarks</p>
<p><u>4:00 PM</u> End</p>
</div>
</div>
</div>
</section>
<!--location section-->
<section class="location-section" id="location">
<header class="container">
<h1>Location</h1>
<p>The Wilson Center</p>
<p>Ronald Reagan Building</p>
<p>1300 Pennsylvania Avenue Northwest</p>
<p>Washington, D.C. 20004</p>
</header>
<div id="map" style="width: 100%; height: 500px"></div>
</section>
<!--data source section-->
<section class="datasource-section" id="datasources">
<div class="container">
<header class="container">
<h1>Data Sources & Inspiration</h1>
</header>
<span style="color: #80BFFF;"><h3>Participants are encouraged to bring their own hacking materials, especially their own laptop. Your imagination is the limit for what to bring (play dough, string, circuit boards, microscopes) but it must be small enough to fit through the scanner. Please remember this is a federal building owned by the General Services Administration, think carefully about what you'll bring! We will be providing everyone with a detailed list of makerspaces in the area and hardware stores should they wish to purchase more supplies. We will have some tinkering supplies as well.</h3></span>
<p><h2><a href="http://sciencehackday.pbworks.com/w/page/24499518/APIs" a style="color:#80BFFF">API's</a></h2></p>
<p><h2><a href="http://sciencehackday.pbworks.com/w/page/24500475/Datasets" a style="color:#80BFFF">Datasets</a></h2></p>
<p><h2><a href="http://sciencehackday.pbworks.com/w/page/24607895/Programming%20Tools%20and%20Frameworks" a style="color:#80BFFF">Programming Tools & Frameworks</a></h2></p>
<p><h2><a href="http://sciencehackday.pbworks.com/w/page/24555649/Ideas" a style="color:#80BFFF">Inspiration</a></h2></p>
<p><h2><a href="https://www.innocentive.com/ar/challenge/browse" a style="color:#80BFFF">InnoCentive</a></h2></p>
<p><h2><a href="http://wildlifecrimetech.org/index" a style="color:#80BFFF">Wildlife Crime Tech Challenge</a></h2>
</div>
</section>
<section class="committee-section" id="committee">
<div class="container">
<header class="container">
<h1>Housekeeping</h1>
</header>
<h2>Transportation</h2>
<div class="container-fluid">
<p>A <b>photo I.D.</b> is required for entry. You will be screened as this is a federal building.</p>
<p><b>By Metro:</b> Take the blue, orange or silver line to "Federal Triangle" station. At the top of the escalator at street level, cross Woodrow Wilson Plaza (just past the giant bronze turkey leg-exclamation point-beaver tail) The entrance is in the center of the Ronald Reagan Building. </p>
<p><b>From Pennsylvania Avenue at 13th Street:</b> Walk down Woodrow Wilson Plaza, the north-south extension of 13th Street beside the Ronald Reagan Building. Enter the Reagan Building through the entrance in the middle of the plaza.</p>
<p><b>From 14th Street:</b> Go through the Ronald Reagan Building along the right (south) side of the atrium and continue past it. At the hall's end, turn left and enter the Woodrow Wilson Memorial. At its far end, turn right into the Center's lobby.</p>
<p><b>Parking:</b> Underground public parking is available underneath the Reagan Building at Pennsylvania Avenue and 13 1/2 Street. Take the elevator up to the ground floor and follow signs to the Woodrow Wilson Center. Because the Reagan Building is a federal building, all vehicle occupants must have photo identification and the vehicle will be subject to a 100% inspection.You can map the trip at: http://www.wmata.com</p>
<p><h2>Over-Nighters</h2></p>
<p>Attendees 21+ are invited to sleepover Saturday (although the hope is to hack through the night!). The Wilson Center floor is not soft, so you will definitely want a pad to put beneath your sleeping bag. And please, no tents.</p>
<p><h2>Children</h2></p>
<p>Children are welcome to attend, but they must be accompanied by a guardian at all times. This event is designed for all ages!</p>
<p><h2>Photography</h2></p>
<p>A film crew will be documenting the event for educational and promotional use. You will be asked to sign a waiver during check-in.</p>
<p><h2>Awards</h2></p>
<p>Github membership (individual or organizational account)</P>
<p><h2>Prizes</h2></p>
<p>All hackers will recieve a <b><a href="http://endnote.com/promotions/hackers">free copy of Endnote</a></b> more details on how to recieve your copy will be shared at the event</p>
<p>During Trivia Night we will be giving out donated <a href="http://www.slate.com/blogs/bad_astronomy/2015/04/02/cards_against_humanity_science_pack_helping_support_women_in_stem.html">Cards Against Humanity packs!</a></p>
</div>
</section>
<section class="participants-section" id="participants">
<header class="container">
<h1>Registration</h1>
</header>
<h4>Pre-registration is required in order to attend this event!</h4>
<h4>Comments or questions? Email us at commonslab@wilsoncenter.org </h4><br>
<!--EventBrite Form-->
<div style="width:100%; text-align:left;" ><iframe src="//eventbrite.com/tickets-external?eid=15898702447&ref=etckt" frameborder="0" height="260" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe>
</div>
<div id="canvas">
<div class="circle" id="circles-1">
</div>
</div>
<br><br>
</section>
<!-- twitter section -->
<section class="license-section" id="tweets">
<div class="container">
<h1>Social Media</h1>
<div style="text-align: center">
<a class="twitter-timeline" href="https://twitter.com/hashtag/SHDdc15" data-widget-id="590224176339902464">#SHDdc15 Tweets</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<br>
<!--
<div style="text-align: center">
<h3>Please share your photos and comments on our G+ Event</h3>
<a title="myAmerica Developer Summit G+ Event" target="_blank" href="https://plus.google.com/events/cdc4jf7sjf2ttq658m0q3v5hg6o">
<img src="static/img/MetroUI-Google-plus-icon.png" alt="myAmerica Developer Summit" height="100" width="100"/>
</a>
<div id="pictures"></div>
</div>
-->
</div>
</div>
</section>
<!-- contact section -->
<section class="contact-section" id="contact">
<div class="container">
<h1>Contact Us</h1>
<div class="email">
<a href="mailto:commonslab@wilsoncenter.org">commonslab@wilsoncenter.org</a>
<br><br>
<!--
<h4>Will I be able to stay overnight at the event Saturday?</h4>
<div style="text-align: left"><p>Text here.</p></div>
-->
</div>
<p><br><br>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = 'dcsciencehackday';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
</p>
</div>
</div>
<br><br><br><br>
<div class="container" style="text-align: justify">
<p>
Disclaimer: Reference to any specific non-profit or commercial entity, its products, or services by trade name, trademark, manufacturer, or otherwise, does not constitute or imply its endorsement, recommendation, or favoring by the United States Government. The views and opinions of any post on this website does not state or reflect those of the United States Government, and shall not be used for advertising or product-endorsement purposes.
</p>
<p>Intellectual Property Rights: The intellectual property rights of hacks produced at this event belong to the attendees, and not to the organizers, sponsors, or partners. </p>
<p>
Participation is fully voluntary and participants are not entitled to compensation, nor will they be considered employees of the United States. Government employees should be aware that this event is not related in any manner to their official duties. Employees of the U.S. or D.C. Government who participate will engage in the event in their personal capacity (i.e. identifying themselves by their own names without referencing their Federal employment) on a voluntary basis outside their working hours, and will not be entitled to to compensation for their time. Furthermore, any Federal employee participating in their personal capacity should contact their Ethics Official to ensure they are in compliance with all ethics laws and regulations. Federal contractor employees should refer all questions regarding their participation to the corresponding contracting officer.
</p>
</div>
</section>
<section class="team-section" id="team">
<header class="container" style="text-align: center">
<div class="about-block">
<div class="box">
<h2>Sponsored by</h2>
<!--<a href="http://www.nsf.gov/" target="_blank"><img src="static/img/nsf.png" alt="nsf" style="padding-top: 20px;"></a>-->
<img src="static/img/AE_LOGO_FOR_DISTRO.png" id="logo" style="width: 100%; height: 100%" alt=""> 
<img src="static/img/tr_endn_tm_hrz_rgb_pos.png" id="logo" style="width: 100%; height: 100%" alt=""> 
<img src="static/img/SloanLogo-stacked-black.png" id="logo" style="width: 100%; height: 100%" alt=""> 
<img src="static/img/GitHub_Logo.png" id="logo" style="width: 100%; height: 100%" alt=""> 
<img src="static/img/commons_lab_square.png" id="logo" style="width: 100%; height: 100%" alt=""> 
<img src="static/img/wilson_center_logo_square.png" id="logo" style="width: 100%; height: 100%" alt=""> 
</div>
</div>
</header>
</section>
</div>
<script type="text/javascript" src="static/js/jquery.js"></script>
<script type="text/javascript">window.jQuery || document.write('<script src="js/jquery-1.11.1.min.js"><\/script>')</script>
<script type="text/javascript" src="static/js/jquery.main.eng.min.js"></script>
<script src="static/js/issues.js"></script>
<script src="static/js/pictures.js"></script>
<script src="static/js/leaflet.js"></script>
<script src="static/js/map.js"></script>
<script src="static/js/side_menu.js"></script>
<script src="static/js/bootstrap.js"></script>
<script src="static/js/jquery.flexslider.js"></script>
<!-- Countdown Timer JavaScript includes
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>-->
<script src="static/countdown/jquery.countdown.js"></script>
<script src="static/js/script.js"></script>
<script src="static/js/circles.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
getSessions();
getPictures();
});
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slide"
});
});
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = 'dcsciencehackday';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
(function() {
var canvas = document.getElementById('canvas'),
circlesCreated = false;
function onScroll() {
if (!circlesCreated && elementInViewport(canvas)) {
circlesCreated = true;
createCircles();
}
}
function elementInViewport(el) {
var rect = el.getBoundingClientRect();
return (
rect.top >= 0 &&
rect.left >= 0 &&
rect.top <= (window.innerHeight || document.documentElement.clientHeight)
);
}
function createCircles() {
var colors = [
['#e5f5e0', '#31a354']
],
circles = [];
for (var i = 1; i <= colors.length; i++) {
var child = document.getElementById('circles-' + i),
percentage = 102 + (i * 0),
circle = Circles.create({
id: child.id,
value: percentage,
radius: 35,
width: 4,
colors: colors[i - 1],
text: "152"
});
circles.push(circle);
}
}
window.onscroll = onScroll;
})();
</script>
</body>
</html>