-
Notifications
You must be signed in to change notification settings - Fork 2
/
inventory.html
57 lines (49 loc) · 2.83 KB
/
inventory.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>CodeAcross Sacramento 2014 by code4sac</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<a src="./index.html">
<img src="./images/code_across_add_sac_ribbon.png" style="height: 245px; width: 245px"/>
</a>
<h1 class="header">Projects</h1>
<h2 class="header"><a src="./inventory.html">Sac Region Data Inventory</a></h2>
</header>
<section>
<p>
<embed src="./inventory_body.md"/>
</p>
<!-- <h2>
<a name="the-open-data-inventory" class="anchor" href="#the-open-data-inventory"><span class="octicon octicon-link"></span></a>The Open Data Inventory</h2>
<p><em>Take stock of where your city stands on publishing some fundamental datasets.</em></br>
See CfA google doc <a href="https://docs.google.com/a/codeforamerica.org/document/d/1LFEwoVYWrTFM4gb9iKjMlI9n_MF7lDBeD7clsYGYbvo/edit">here</a>.</p>
<p>Data treasure hunt! Go out and try to locate each of the data sets listed in <a href="https://docs.google.com/document/d/1VUgWGgmdIxcnESDtNNVzvbUuAvGlowoyTJyG-Rmx2jk/edit#">this google document</a>. If and when you find something, add it to the document.</p>
<br/>
<h2>
<a name="open-data-policy" class="anchor" href="#open-data-policy"><span class="octicon octicon-link"></span></a>Open Data Policy</h2>
<p><em>Work with your local officials to create an open data policy, or draft an implementation plan or accountability structure for a recently passed policy.</em></br>
See CfA google doc <a href="https://docs.google.com/a/codeforamerica.org/document/d/1ZP_qNd6Zf_AmGff3yXT91vnUlOPkXLDb6zFFH75A5h8/edit):">here</a>.</p>
<h2>
<a name="open-civic-data-scraper" class="anchor" href="#open-civic-data-scraper"><span class="octicon octicon-link"></span></a>Open Civic Data Scraper</h2>
<p><em>Create scrapers to pull down important civic information to feed the Open Civic Data API.</em></br>
See CfA google doc <a href="https://docs.google.com/a/codeforamerica.org/document/d/1mf_7M4uiWYM0npdRpk1FxzcWBMh3jUwAIloOZCmao1k/edit">here</a>.</p>
<img src="./images/codeacross_sponsors_web.png" style="float: left;"/> -->
</section>
<footer>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>