-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
327 lines (326 loc) · 35 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
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
<!DOCTYPE html>
<html lang="en-US" class="bb_wrapper">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- correct ?? <meta name="google-site-verification" content="NlacukJ732mOgu29HDKLFLpfIailVIsd4YsnFMyAcd4" /> -->
<!-- correct ?? <meta name="readability-verification" content="9jx4vULkHqF9P2QvTEyg5HEqMEFtXSFEaGsCZ8b8" /> -->
<title>Public Policy For Public Data - An Actionable Guide to Crafting and Enacting Open Data Policy</title>
<link rel="stylesheet" type="text/css" href="css/wwc-stylee.css" />
<link rel="stylesheet" type="text/css" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
<link rel="stylesheet" type="text/css" href="//d3d1m61yehgiwz.cloudfront.net/brandingbar/0.4/css/brandingbar.min.css.gz" />
<link rel="stylesheet" type="text/css" href="//d3d1m61yehgiwz.cloudfront.net/sf-icons/0.2/css/sf-icons.min.css.gz" />
<meta name="keywords" content="Public, Policy, Open, Data, Actionable, Guide, Crafting, Enacting, Government, What, Works, Cities, Bloomberg, Sunlight, Foundation, Transparency, Accountability, Resources" />
<meta name="description" content="Public Policy For Public Data - An Actionable Guide to Crafting and Enacting Open Data Policy by the Sunlight Foundation via What Works Cities" />
<!-- favicons -->
<link rel="shortcut icon" href="/favicon.ico" />
<!-- <link rel="apple-touch-icon" href="apple-touch-icon.png" /> -->
<link rel="apple-touch-icon" sizes="57x57" href="http://sunlightlabs.s3.amazonaws.com/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="http://sunlightlabs.s3.amazonaws.com/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="http://sunlightlabs.s3.amazonaws.com/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="http://sunlightlabs.s3.amazonaws.com/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="http://sunlightlabs.s3.amazonaws.com/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="http://sunlightlabs.s3.amazonaws.com/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="http://sunlightlabs.s3.amazonaws.com/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="http://sunlightlabs.s3.amazonaws.com/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="http://sunlightlabs.s3.amazonaws.com/apple-touch-icon-180x180.png" />
<link rel="icon" type="image/png" href="http://sunlightlabs.s3.amazonaws.com/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="http://sunlightlabs.s3.amazonaws.com/android-chrome-192x192.png" sizes="192x192" />
<link rel="icon" type="image/png" href="http://sunlightlabs.s3.amazonaws.com/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="http://sunlightlabs.s3.amazonaws.com/favicon-16x16.png" sizes="16x16" />
<link rel="manifest" href="http://sunlightlabs.s3.amazonaws.com/manifest.json" />
<link rel="mask-icon" href="http://sunlightlabs.s3.amazonaws.com/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="apple-mobile-web-app-title" content="sunlight-foundation-favicon-app-name-for-android-chrome-manifest" />
<meta name="application-name" content="sunlight-foundation-favicon-app-name-for-android-chrome-manifest" />
<meta name="msapplication-TileColor" content="#00aba9" />
<meta name="msapplication-TileImage" content="/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<!-- open graph elements -->
<meta property="og:site_name" content="Sunlight Foundation" />
<meta property="og:title" content="Sunlight Foundation" />
<meta property="og:description" content="Making government transparent and accountable." />
<meta property="og:type" content="non_profit" />
<meta property="og:url" content="http://sunlightfoundation.com/" />
<meta property="og:email" content="[email protected]" />
<meta property="og:phone_number" content="202-742-1520" />
<meta property="og:image" content="https://s3.amazonaws.com/assets.sunlightfoundation.com/external/facebook/sflogox180-2012.jpg" />
<meta property="fb:page_id" content="6921874941" />
<meta property="og:locale" content="en_US" />
<!-- correct? <meta property="fb:admins" content="7812952" /> -->
<link rel="author" href="humans.txt" />
</head>
<body>
<div class="content">
<header><div class="branding-bar" data-bb-brandingbar="true" data-bb-property-id="sunlightlabs-awesome"></div></header>
<aside>
<h1><a id="logo" href="https://sunlightfoundation.com">Sunlight Foundation</a></h1>
<nav class="nav">
<button id="mobiletoggle" type="button"></button>
<ul>
<li><a href="#section-h2-02">Why Policy?</a></li>
<li><a href="#section-h2-03">Where to Begin</a></li>
<li><a href="#section-h2-04">Objectives and Team</a></li>
<li><a href="#section-h2-05">Draft Language</a></li>
<li><a href="#section-h2-06">Collect Feedback</a></li>
<li><a href="#section-h2-07">Enact and Implement</a></li>
<li><a href="#section-h2-08">Promote</a></li>
<li><a href="#section-h2-09">Policies at Work</a></li>
<li><a class="nav-style" href="#section-h2-12">About</a></li>
</ul>
</nav>
</aside>
<div class="maincontent">
<section id="section-01">
<h1 id="h1-main">Public Policy for Public Data</h1>
<p id="p-main">A step-by-step checklist and resource guide for creating open data policy.</p>
<a id="see-great-work" class="futura-md-bt-bold" href="#section-h2-09">See U.S. City Open Data Policies at Work</a>
</section>
<section id="section-02">
<h2><a id="section-h2-02" class="h2-icon" href="#nogo">Why Public Policy for Open Data?</a></h2>
<ul class="xoxo content-list">
<li class="li-header gutter"><h3>Understand the fundamentals</h3></li>
<li class="gutter"><p><em>To understand the “how” of open data policy you have to start with the “why.” So, why bother with policy? Why not simply publish data?</em></p></li>
<li class="gutter"><p>Public policy is essential because it demonstrates public commitment to lasting change. Policy invites the community into the process, ensuring public oversight of the long-term availability of information—even politically charged information—across all city departments, not simple those that volunteer it.</p></li>
<li class="gutter"><p>Truly public data demands the oversight and involvement of the public and this can only be solidified through public policy.</p></li>
<li class="gutter"><p>Learn more about "<a href="http://sunlightfoundation.com/blog/2015/10/01/why-should-cities-have-an-open-data-policy/">why public policy?</a>" and the related question of "<a href="http://sunlightfoundation.com/blog/tag/why-open-data/">why open data</a>" by checking out our additional resources below:</p></li>
</ul>
</section>
<section class="embedded-section">
<ul class="xoxo content-list">
<li class="li-ec">
<div class="embedded-content">
<h4 class="h4 embedded-content-gutter">Resources</h4>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1l0jhjZB5REt72zE0NrjLdmNVOueAe2tbi027qb4qaxs/edit?usp=sharing">Open Data 101 <img class="ref-link" src="../img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://www.youtube.com/watch?v=ObrlsMA7c3M">Opening Data in Philly <img class="ref-link" src="../img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="http://assets.sunlightfoundation.com.s3.amazonaws.com/documents/policy/impacts-of-open-data.pdf">Impacts of Open Data <img class="ref-link" src="../img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="http://sunlightfoundation.com/policy/opendatafaq/">Open Data Policy FAQ <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/presentation/d/1rr2lIB1tqxRrC5xGGD8H6TpTn7acoOza8sUSzWVfNPY/edit#slide=id.g10ef3a7bec_4_0">Sunlight Open Data Policy Slide Deck <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/a/sunlightfoundation.com/document/d/17HOulBk4-2w3aaqJmY-eFuyomGScyv7nJyiCvYCHwx0/edit?usp=sharing">50+ Reasons Not to Release Open Data <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
</div>
</li>
</ul><br style="display:block; clear:both; float:none" />
</section>
<section id="section-03">
<h2><a id="section-h2-03" class="h2-icon" href="#nogo">Where to Begin</a></h2>
<ul class="xoxo content-list">
<li class="li-header gutter"><h3>Build on What Exists (Don't Start from Scratch)</h3></li>
<li class="gutter"><p>Successful open data policy does not exist in a vacuum, but rather <a href="http://sunlightfoundation.com/opendataguidelines/#build-on-precedent">builds upon processes and structures already in place within city hall</a>, both formal and informal.</p></li>
<li class="gutter"><p>What are existing practices in <a href="http://sunlightfoundation.com/blog/2015/02/11/sharing-sensitive-data-within-government/">internal data management</a>? What is the current process for responding to <a href="http://sunlightfoundation.com/blog/tag/public-records/">public records requests</a>? How might open data fit within or advance existing city goals or mission statements such as those of a comprehensive community plan, or citywide engagement strategy?</p></li>
<li class="gutter"><p>It's critical for open data advocates to develop a strategy and approach to policy with this important context in mind, taking advantage of existing resources instead of starting from square one.</p></li>
<li class="gutter"><p>Learn more about Sunlight’s approach to context and strategy below:</p></li>
</ul>
</section>
<section class="embedded-section">
<ul class="xoxo content-list">
<li class="li-ec">
<div class="embedded-content">
<h4 class="h4 embedded-content-gutter">Resources</h4>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1-BzDPwrquZVCY1NMMv2khzagjp7NMOGvcjIt5aNfhi4/edit#heading=h.70ahsimeeom">Developing an Open Data Policy Framework in Context <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://drive.google.com/file/d/0B_ILuYKPbN3qY1dPNUFyMklzNTQtVXdsZ183eGVodGtyaDA4/view">Records Management and Open Data <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1XHz5lu2pqA8KHFtClHrqtE7VVUTru7WTIlXh31zOW38/edit#heading=h.e5ce9wk5n4tf">Public Records Research <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1m5_fSPwB64YUo8oKMAEe9xk0Jw2qfm1kFBvEUwR2_dg/edit">Municipal IT Structures Research <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1xKvUNM4aIeDmzvY8aODjkrsS0HTRo9VaacGQtlsJBTA/edit">Municipal Research <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/forms/d/1wa98gc7e_grtBeOEX0MIguiAo8iWnvH5g9nOWus_Ey8/viewform">Open Data Environment Survey <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
</div></li>
</ul><br style="display:block; clear:both; float:none" />
</section>
<section id="section-04">
<h2><a id="section-h2-04" class="h2-icon" href="#nogo">Setting Policy Objectives for Broad Appeal</a></h2>
<ul class="xoxo content-list">
<li class="li-no-header gutter"><p><em>Different cities—as well as different community groups and individuals—have different reasons for pursuing open data policy. What are your city's open data policy objectives and who can help you reach them?</em></p></li>
<li class="li-header gutter"><h3>Define Open Data Policy Objectives</h3></li>
<li class="gutter"><p>There is <a href="http://sunlightfoundation.com/blog/2012/05/02/defending-the-big-tent-open-data-inclusivity-and-activism/">no shortage of reasons</a> for pursuing open data policy. Whatever these reasons may be for your community, it's important to communicate intended outcomes and aspirations with a clear statement of goals, values or purpose.</p></li>
<li class="li-header gutter"><h3>Build a Coalition</h3></li>
<li class="gutter"><p>Setting and circulating expectations for open data policy will not only help primary advocates, but will also assist in the formation and growth of of a true open data team. Stated objectives will invite <a href="https://sunlightfoundation.com/blog/2014/01/29/why-set-the-default-to-open-because-information-is-a-public-good/">logical allies and stakeholders</a> from within government and from the community. Listen to their feedback and take the time to understand the full spectrum of open data’s value not only to city hall, but to those outside of government as well. This effort will pay dividends by helping to build the support needed to enact meaningful policy.</p></li>
<li class="li-header gutter"><h3>Memorialize a Shared Vision</h3></li>
<li class="gutter"><p>A working statement of policy goals can and should be revised and updated as additional feedback is received throughout the process of crafting open data policy. Ultimately the refined objectives, now <a href="http://sunlightfoundation.com/opendataguidelines/#goals-and-values">building upon the shared values of the broader community</a> should be represented <a href="https://www.flickr.com/photos/sunlightfoundation/sets/72157632913192963">in the policy itself</a>.</p></li></ul>
</section>
<section class="embedded-section">
<ul class="xoxo content-list">
<li class="li-ec">
<div class="embedded-content">
<h4 class="h4 embedded-content-gutter">Resources</h4>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/forms/d/1jmseNJlgR0YivoJAP1IS4yzm-U68FxI28ur0rbwbtBo/viewform">Survey of Common Goals for Open Data Initiatives <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/spreadsheets/d/1TaY7yIQJK-yFi85eplW9V2r2tR9xNtW8Inaq1nO44ec/edit#gid=1152618309">Open Data Policy Best Practices-Checklist for Your City <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/spreadsheets/d/1ySe2asRlhqqHCpDoc4Zp5qINuo-9iHeq2SdgYzB4B7Q/edit#gid=0">Stating Policy Objectives: Whereas Clauses in Municipal Open Data Policies <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
</div></li>
</ul>
<br style="display:block; clear:both; float:none" />
</section>
<section id="section-05">
<h2><a id="section-h2-05" class="h2-icon" href="#nogo">Drafting Policy Language</a></h2>
<ul class="xoxo content-list">
<li class="li-no-header gutter"><p>After considering existing contexts and workshopping open data policy objectives with a growing coalition of allies, the next step is crafting and proposing specific language for new policy instruments and/or updates to an existing policy framework.</p></li>
<li class="li-no-header gutter"><p>Join cities across the U.S. that are using open data and evidence to improve the lives of residents.</p></li>
<li class="li-header gutter"><h3>Learn From Examples</h3></li>
<li class="gutter"><p>New policy drafts can benefet from the ideas and language found in <a href="#section-h2-09">examples from other cities that have enacted open data policy</a>.</p></li>
<li class="gutter"><p>Use the resources below to access and compare <a href="https://sunlightfoundation.com/policy/opendatamap/">open data policies from cities around the country</a>.</p></li>
</ul>
</section>
<section class="embedded-section">
<ul class="xoxo content-list">
<li class="li-ec">
<div class="embedded-content">
<h4 class="h4 embedded-content-gutter">Resources</h4>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/15lqrHVuVr61obWFnLYgBgrwp3dzysXhgAZgq2F-BN2s/edit#heading=h.kj26cqk8pr6u">Open Data Policy Compendium <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/spreadsheets/d/1ETZuGZBK24J2viZdxmhyIlIKiJuytAu3Bh1ofo_HVBw/edit#gid=0">Open Data Policy Comparison <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="http://opendatapoliciesdecoded.sunlightfoundation.com/">Open Data Policies Decoded <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="https://sunlightfoundation.com/policy/opendatamap/">Open Data Policy Map <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://github.com/sunlightpolicy/opendata/tree/master/open%20data%20policies%20raw%20text">Open Data Policy Text Files on GitHub <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
</div></li>
</ul><br class="br-clear" />
</section>
<section>
<ul class="xoxo content-list">
<li class="li-header gutter"><h3>Incorporate Principles of Open Data</h3></li>
<li class="gutter"><p>Open data advocates and researchers, including our team at the Sunlight Foundation, have put together open data guidelines, principles and best practices. Incorporating these learnings can be key to the success of your program and the effectiveness of your policy framework.</p></li>
<li class="gutter"><p>Check out the Sunlight Foundation's research, guidelines and recommendations, including our <a href="http://sunlightfoundation.com/opendataguidelines/">Open Data Policy Guidelines below</a>.</p></li>
</ul>
</section>
<section class="embedded-section">
<ul class="xoxo content-list">
<li class="li-ec">
<div class="embedded-content">
<h4 class="h4 embedded-content-gutter">Resources</h4>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1449tTm8F_Toc4xLCKTY8IXVJFgQoUMW_HGrtc6Ve9hw/edit">Open Data Policy Guidelines: What Works Cities <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/spreadsheets/d/1TaY7yIQJK-yFi85eplW9V2r2tR9xNtW8Inaq1nO44ec/edit#gid=1152618309">Open Data Policy Best Practices-Checklist for Your City <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1eVI0GfvdGOt0V64sohgRz-kVUW70ELQmf0mfdUqW6MI/edit#">Open Data Policy Firestarter <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
</div></li>
</ul><br style="display:block; clear:both; float:none" />
</section>
<section id="section-06">
<h2><a id="section-h2-06" class="h2-icon" href="#nogo">Collecting Stakeholder Feedback</a></h2>
<ul class="xoxo content-list">
<li class="li-header gutter"><h3>Craft Policy in the Open</h3></li>
<li class="gutter"><p>Throughout the entire open data process it’s important to include all relevant stakeholders on both the open policy objectives and program design. This means stakeholders both inside and outside city hall—anyone who may have an interest or may be impacted by new open data policy.</p></li>
<li class="gutter"><p>This engagement is especially critical as the policy language itself is drafted.</p></li>
<li class="gutter"><p>Hosting internal and <a href="https://sunlightfoundation.com/blog/2013/12/04/montgomery-countys-open-data-town-hall-the-town-hall-of-the-future/">public meetings</a> is one tried-and-true approach. Many cities are also exploring <a href="https://sunlightfoundation.com/blog/2016/03/11/crowdlaw-and-open-data-policy-a-perfect-match/">collaborative online approaches to policy making</a> that empower external stakeholders to participate in the process. Check out the resources below for tools and guides for engaging stakeholders in drafting policy.</p></li>
</ul>
</section>
<section class="embedded-section">
<ul class="xoxo content-list">
<li class="li-ec">
<div class="embedded-content">
<h4 class="h4 embedded-content-gutter">Resources</h4>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1fRWUpmqbdOFOuWF_LOHEHkOCsAGW_esVWmTYYH93Asg/edit">Open and Collaborative Open Data Policy Making With Google Docs: A Brief How-to Guide for What Works Cities <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1cJ_0w931-7g6_25W2l2jN1M22gQMWWPmSnEGseed7yU/edit#heading=h.kj26cqk8pr6u">Sunlight Office Hours Agenda/Program - Participatory Practice in (Open Data) Policy Making <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1Jm1hIuiMEf3SLwmP1B3KgvHvrBDLKI7jA36hEDVwp34/edit">Tools for Open Data Community Engagement <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1ZP_qNd6Zf_AmGff3yXT91vnUlOPkXLDb6zFFH75A5h8/edit">Help Your City Adopt and Implement an Open Data Policy <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
</div></li>
</ul><br style="display:block; clear:both; float:none" />
</section>
<section id="section-07">
<h2><a id="section-h2-07" class="h2-icon" href="#nogo">Implementing Policy</a></h2>
<ul class="xoxo content-list">
<li class="gutter li-no-header"><p>It’s not enough to simply draft a policy, it needs to be formally adopted and implemented to move the city toward its identified open data objectives.</p></li>
<li class="li-header gutter"><h3>Build, Support and Enact</h3></li>
<li class="gutter"><p>Building support for policy will be made easier by defining policy objectives with broad appeal and responding to feedback throughout the open data policy development process. However, those who need to approve the policy (executives, politicians, legal advisors, etc.) may give bills or other policy drafts more critical scrutiny once a draft (and the changes it hopes to bring about) is officially under consideration. Stakeholders who have been involved can serve as allies, testifying at public hearings and otherwise showing their support.</p></li>
<li class="gutter"><p>What’s more, <a href="http://sunlightfoundation.com/opendataguidelines/#section-how-to-implement-policy">a robust open data policy will create a clear picture of what implementation means including required actions and timelines</a> for <a href="http://sunlightfoundation.com/blog/2014/03/28/an-open-data-ombudsman-and-rethinking-oversight-authorities/">those responsible</a>. The public should be kept in the know and departments may need to be supported and updated as they make the changes necessary to comply with new processes. City halls should be sure to monitor progress toward successful implementation through regular <a href="https://sunlightfoundation.com/opendataguidelines/#future-review">review of the open data policy</a> and program.</p></li>
</ul>
</section>
<section id="section-08">
<h2><a id="section-h2-08" class="h2-icon" href="#nogo">Announcing Your Policy</a></h2>
<ul class="xoxo content-list">
<li class="li-header gutter"><h3>Promote</h3></li>
<li class="gutter"><p>A successful open data program requires sustained public participation. You should announce and promote the new or updated open data policy in your public communications. You should also share your city’s progress toward making data more accessible to the public by including newly released datasets, projects created using the city’s data and other key successes.</p></li>
<li class="gutter"><p>See our open data policy communications resources below, and consider submitting a guest blog to our <a href="https://sunlightfoundation.com/blog/series/opengov-voices/">OpenGov Voices series</a>:</p></li>
</ul>
</section>
<section class="embedded-section">
<ul class="xoxo content-list">
<li class="li-ec">
<div class="embedded-content">
<h4 class="h4 embedded-content-gutter">Resources</h4>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1fOBgccsy6fb9k5IuyGZDQdp5eIgkHJXpLNyegqnJKXg/edit#heading=h.kj26cqk8pr6u">Compendium of US City Open Data Policy Press Releases <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1H-dyazP6fYB3cLGB2ocJW9kXYe11sQfDTitNp6LjlMk/edit">Template Open Data Policy Press Release <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
<ul class="xoxo embedded-content-list">
<li><a class="ref" target="_blank" rel="noopener" href="https://www.bbhub.io/dotorg/sites/8/2016/05/05.26.16_WWC-Communications-Worksheet.pdf">What Works Cities Communications Checklist <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
<li><a class="ref" target="_blank" rel="noopener" href="https://docs.google.com/document/d/1yIenQo8ydcWAL5OaLtPcaF4EawBeNmLbrJF65_x8m_4/edit">Sunlight OpenGov Voices Guidelines <img class="ref-link" src="img/arrow-right-redx020.png" alt="Go to WWC Reference Document" /></a></li>
</ul>
</div></li>
</ul><br style="display:block; clear:both; float:none" />
</section>
<section id="section-09">
<h2><a id="section-h2-09" class="h2-icon" href="#nogo">US City Open Data Policies at Work</a></h2>
<ul class="xoxo content-list">
<li class="li-header gutter"><h3>Network, Connect, and Share</h3></li>
<li class="gutter"><p>Cities across the country are developing open data policies to drive open data practice. These efforts will be most successful when cities share best practices and lessons learned with each other, building momentum as a part of a national movement. So, don’t reinvent the wheel, stand on the shoulders of giants. Explore the great work other cities are doing to advance open data below.</p></li>
</ul>
<div style="padding:0 25px;"><div id="mapid" style="border:1px solid #fff; width:100%; height:500px;"></div></div>
</section>
<section id="section-11" style="padding:0 25px; max-width:750px; margin-top:4%;">
<div class="blogposts-box">
<h2><a href="#nogo">#WhatWorksCities Blog Posts</a></h2>
<a id="wwc-blogposts-all" href="http://sunlightfoundation.com/blog/tag/what-works-cities/">All Blog Posts</a>
<div class="section-box section-box-feeds clearright"><div class="paddingbox"><div id="rss-feed-viewer"></div></div></div>
</div>
<div class="section-box section-box-tweets clearleft">
<div id="wrapper"><div id="sftweets"><a class="nojs" href="https://twitter.com/sunfoundation">Tweets by @sunfoundation</a></div></div>
</div>
</section>
<section id="section-12">
<h2><a id="section-h2-12" class="h2-icon" href="#nogo">About</a></h2>
<ul class="xoxo content-list content-list-footer">
<li class="li-no-header gutter"><h3>Learn More About the Sunlight Local Team</h3></li>
<li class="gutter"><p>The Sunlight Foundation <a href="http://sunlightfoundation.com/blog/2013/01/18/sunlight-goes-local/">launched our local team in early 2013</a> to address an emergent need for research and expertise in open data policy and practice among <a href="http://sunlightfoundation.com/blog/2013/02/13/the-long-tail-of-small-american-cities-is-really-really-long/">American cities of all sizes</a>. We quickly became a leader in the field, providing comprehensive analysis, thought-leadership and best practice guidelines—all on our online <a href="http://sunlightfoundation.com/policy/local/">local policy hub</a>.</p>
<li class="li-no-header gutter"><h3>Learn More About the What Works Cities Program</h3></li>
<li class="gutter"><p>Through the generous support of Bloomberg Philanthropies, <a href="http://sunlightfoundation.com/blog/2015/04/20/opening-data-for-stronger-cities-the-what-works-cities-initiative/">the efforts of the Sunlight Local Team continue today at an even greater scale</a>, with Sunlight providing direct technical assistance along with our <a href="http://whatworkscities.bloomberg.org/about/">world-class partners</a> to 100 mid-sized American cities participating in the <a href="http://whatworkscities.bloomberg.org/">What Works Cities Initiative</a>. This interactive guide is meant to aid participating What Works Cities and other communities, as any and all advocates interested in developing public policy to advance open data practice.</p></li>
<li class="li-no-header gutter"><h3>Apply to Become a What Works City</h3></li>
<li class="gutter"><p>If your city is among the increasing number seeking to advance meaningful and sustainable open data policy and practice, encourage your local officials to review the What Works Cities eligibility criteria and <a href="http://whatworkscities.bloomberg.org/get-started/">apply here</a>!</p></li>
</ul>
</section>
<footer>
<ul class="xoxo">
<li class="wwc-logo-headliner">
<a class="wwc-logo" id="wwc-logo-wwc" href="http://whatworkscities.bloomberg.org/">What Works Cities</a>
<a class="wwc-logo" id="wwc-logo-sf" href="https://sunlightfoundation.com">Sunlight Foundation</a></li>
<!-- <li class="clearboth"><em>In Collaboration with</em></li>
<li><a href="http://www.behaviouralinsights.co.uk/">The Behavioral Insights Team</a></li>
<li><a href="http://govlab.hks.harvard.edu/">The Government Performance Lab at the Harvard Kennedy School</a></li>
<li><a href="http://www.centerforgov.org/">The Center for Government Excellence at Johns Hopkins University</a></li>
<li><a href="http://results4america.org/">Results for America</a></li> -->
</ul>
</footer>
</div>
</div>
<script src="https://code.jquery.com/jquery-1.8.3.min.js" integrity="sha256-YcbK69I5IXQftf/mYD8WY0/KmEDCv1asggHpJk1trM8=" crossorigin="anonymous"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
<script async src="https://sunlight-cdn.s3.amazonaws.com/brandingbar/0.4/js/brandingbar.min.js.gz"></script>
<script src="js/wwc-site.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1265484-84', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>