-
Notifications
You must be signed in to change notification settings - Fork 71
/
data-resources.html
90 lines (81 loc) · 2.87 KB
/
data-resources.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
---
layout: default
title: Data and resources
description: Data portals, APIs, tools, tutorials and free developer infrastructure for making civic apps in Chicago.
redirect_from: resources.html
---
<div class='row'>
<div class='col-sm-12'>
<h1>Data & resources</h1>
</div>
<div class='col-sm-7'>
<p>Browse the data portals, government websites, APIs and tools available in Chicago.</p>
</div>
<div class='col-sm-5'>
<div class='well'>
<h4>Sections</h4>
<ul>
<li><i class='fa fa-cloud-download'></i> <a href='#data-portals'>Data portals</a></li>
<li><i class='fa fa-download'></i> <a href='#other-open-data-sources'> Other open data sources</a></li>
</ul>
</div>
</div>
</div>
<div class='row'>
<div class='col-sm-12'>
<hr />
<h2 id='data-portals'>
<i class='fa fa-cloud-download'></i>
Data portals
</h2>
<p>One of the best places to get open government data is from their official data portal. <a href='https://data.cityofchicago.org'>Chicago</a>, <a href='http://data.cookcountyil.gov'>Cook County</a>, <a href='https://data.illinois.gov/'>Illinois</a> and the <a href='http://www.data.gov/'>US Federal Government</a> post their data on these portals for anyone to access for free.</p>
<div class='col-sm-3 text-center'>
<a href='https://data.cityofchicago.org'>
<img src='images/chicago_city_seal.png' title='City of Chicago' />
<br />City of Chicago
</a>
</div>
<div class='col-sm-3 text-center'>
<a href='http://data.cookcountyil.gov'>
<img src='images/cook_county_seal.gif' title='Cook County' />
<br />Cook County
</a>
</div>
<div class='col-sm-3 text-center'>
<a href='https://data.illinois.gov/'>
<img src='images/illinois_state_seal.gif' title='State of Illinois' />
<br />State of Illinois
</a>
</div>
<div class='col-sm-3 text-center'>
<a href='http://www.data.gov/'>
<img src='images/usa_federal_seal.png' title='US Federal Government' />
<br />US Federal Government
</a>
</div>
</div>
</div>
<div class='row'>
<div class='col-sm-12'>
<hr />
<h2 id='other-open-data-sources'>
<i class='fa fa-download'></i>
<small id='data-count'></small>
Other open data sources
</h2>
<p>Open data portals and APIs available in Chicago. Are we missing any? <a href='https://docs.google.com/spreadsheet/ccc?key=0AtbqcVh3dkAqdDZFaTlwRlBDczVGbUtJUnNwVnZ2ZVE#gid=0'>Add them to our list!</a></p>
<table id='open-data-table' class='table table-striped'>
<thead>
<tr>
<th class='api-title'>Title</th>
<th>Category</th>
<th>Description</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<script src="/js/jquery.csv-0.71.min.js"></script>
<script src="/lib/resources.js"></script>