-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
63 lines (60 loc) · 3.4 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
<!DOCTYPE html><html><head><title>Big</title><meta charset='utf-8'><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<link href='big.css' rel='stylesheet' type='text/css' />
<style>
.new-shiny { background: #aaaaaa; }
</style>
<script src='big.js'></script></head><body>
<div><em>esri</em> and <strong>open data</strong> and <em>you</em></div>
<div><em>please</em> interrupt if you have questions!</div>
<div>about you</div>
<div><em>engineering?</em></div>
<div><em>journalism?</em></div>
<div><em>advocacy?</em></div>
<div><em>business?</em></div>
<div><em>theatre?</em></div>
<div>what is <strong>open data</strong> and why should i <em>care</em>?</div>
<div>cities are made of data!</div>
<div class="center imageText"><img src="./images/crime.gif"/><em>crime</em></div>
<div>countries are made of data!</div>
<div class="center imageText"><img src="./images/weather.gif"/><em>weather</em></div>
<div>open data has <em>three main points</em>:</div>
<div><strong>free</strong></div>
<div><b>free</b><br><strong>machine readable</strong></div>
<div><b>free</b><br><b>machine readable</b><br><strong>available</strong></div>
<div>what might this data <em>look like</em>?</div>
<div><strong>maps</strong> and <strong>tables</strong></div>
<div><img src="./images/map.png"/></div>
<div><img src="./images/table.png"/></div>
<div>what can we use this data <strong>for</strong>?</div>
<div><strong>research projects!</strong></div>
<div><strong>business ideas!</strong></div>
<div><strong>newspaper articles!</strong></div>
<div><strong>everyday questions!</strong></div>
<div><strong>cities</strong> have data... can <strong>i</strong> have it?</div>
<div class="center"><img src="./images/cat.png"/></div>
<div><strong>yes!</strong></div>
<div>governments <em>across the country</em> are <strong>opening their data</strong> for you to <em>use</em>.</div>
<div>what's <em>esri</em> got to do with it?</div>
<div><a href="http://opendata.arcgis.com/"></a><img src="./images/od.png"/></div>
<div>we <em>help</em> our <strong>users</strong> release their <em>data</em>.</div>
<div>building the <strong>house</strong> for the <em>data</em> to <strong>live in</strong>.</div>
<div><img src="./images/house.png"/></div>
<div><strong>access</strong> the data.</div>
<div><a href="http://opendata.arcgis.com/datasets?q=crime&sort_by=relevance&bbox=-77.166277%2C38.81901%2C-77.042277%2C38.94301&location_name=Arlington%2C+Arlington+County%2C+Virginia%2C+United+States"></a><img src="./images/access.png"/></div>
<div><a href="http://opendata.arcgis.com/datasets/dc3289eab3d2400ea49c154863312434_8?filterByExtent=true&uiTab=table&geometry=-77.076%2C38.894%2C-77.008%2C38.904"></a><strong>explore</strong> the data.</div>
<div><img src="./images/explore.png"/></div>
<div><strong>download</strong> the data.</div>
<div><img src="./images/download.png"/></div>
<div><strong>YOU</strong> <em>can do it!</em></div>
<div><em>opendata.arcgis.com</em></div>
<div>about me</div>
<div>then: <strong>student</strong></div>
<div class="center"><img src="./images/mcgill.jpg"/></div>
<div class="center"><img src="./images/511.jpg"/></div>
<div>now: <strong>product engineer</strong></div>
<div>customers: <em>people skills</em></div>
<div>product decisions: <em>prioritization</em></div>
<div>open data cheerleader: <em>passion</em></div>
<div>Courtney Claessens <strong>[email protected]</strong> @sidewalkballet</div>
</body>
</html>