forked from chihacknight/chihacknight.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·297 lines (265 loc) · 13.6 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
---
layout: default
---
<div class="jumbotron">
<p><a class='img-thumbnail' href='http://opencityapps.org'><img src='images/sponsors/open-city-sm.jpg' alt='Open City' /></a><br />presents</p>
<h1>Open Gov Hack Night</h1>
<p>Chicago's weekly event to build, share, and learn about civic tech.</p>
{% for post in site.posts limit:1 %}
<p><a class='btn btn-success btn-lg' href="{{post.url}}">{{ post.date | date: "%b %-d" }}: {{post.title}}</a></p>
{% endfor %}
</div>
<div id='about' class='row'>
<div class='col-md-7'>
<p>Come join a group of passionate folks working at the intersection of <a href='http://radar.oreilly.com/2011/08/chicago-data-apps-open-government.html'>open government</a>, cities, and technology. This is an evening of civic tech hacking, learning, and hanging.</p>
<br>
<p>The <strong>Open Gov Hack Night</strong>, organized by civic tech group <a href='http://opencityapps.org/'>Open City</a>, is for those who want to:</p>
<ul>
<li>get work done on <a href='/projects.html'>civic projects</a></li>
<li>start a new project, or find one to join (non-coders very welcome!)</li>
<li>bounce ideas and get help from <a href='/people.html'>tech and gov experts</a></li>
<li><a href='/events.html'>learn</a> about open data, smart cities, and open government</li>
</ul>
<br>
<p>There's always food, too!</p>
<p>This video from <a href='http://gapersblock.com/thegrid/2014/04/01/open-gov-hack-night/index.php'>The Grid on Gaper's Block</a> will give you a sense of what to expect.</p>
<p><iframe src="http://player.vimeo.com/video/89886841" width="100%" height="455" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></p>
<hr />
<h2 id='agenda'>Agenda</h2>
<dl class='dl-horizontal'>
<dt>6:00 pm</dt>
<dd>Eating and socializing</dd>
<dt>6:15 pm</dt>
<dd>Welcome, introductions</dd>
<dt>6:30 pm</dt>
<dd>Announcements</dd>
<dt>6:40 pm</dt>
<dd>Weekly presentation</dd>
<dt>7:15 pm</dt>
<dd>Highlight current civic tech projects</dd>
<dt>7:30 pm</dt>
<dd>Break into groups and hack</dd>
</dl>
<hr />
<h2 id='non-techies'>But I'm not a techie!</h2>
<p><strong>That's ok!</strong> We encourage non-technical folks to pair up and learn from our community's <a href='/people.html'>designers and developers</a>. Often times, the best <a href='/projects.html'>civic projects</a> come from teams with a diverse background.</p>
<p><strong>Remember</strong>, there's more to making a great app than just coding.</p>
</div>
<div class='col-md-5'>
<div class='well'>
<h4>
<i class='fa fa-calendar'></i>
Open Gov Hack Night
</h4>
<p><img class='img-img-thumbnail img-responsive' src='/images/1871_map.png'></p>
<p>
6pm every Tuesday<br />
<a href='http://www.1871.com/'>1871</a> (in the IMSA room)<br />
<a href='https://maps.google.com/maps?q=222+W+Merchandise+Mart+Plz+Chicago'>222 W Merchandise Mart Plz #1212</a><br />
</p>
<a class='btn btn-success' href='/events/index.html'>Past events</a>
<a class='btn btn-success' href='http://opengovhacknight.eventbrite.com/'>RSVP »</a>
</div>
<div class='well'>
<h4>
<i class='fa fa-bullhorn'></i>
Subscribe to event updates
</h4>
<p>Every week, we send out an email and update this site to preview the next hack night.</p>
<a class='btn btn-success' href='http://eepurl.com/z65hn'>
<i class='fa fa-envelope'></i>
Email list
</a>
<a class='btn btn-success' href='http://opengovhacknight.org/feed.xml'>
<i class='fa fa-rss-square'></i>
RSS feed
</a>
</div>
<div class='well'>
<h4>
Join the discussion
</h4>
<p>Between hack nights, we use the internets for coordinating and collaborating on civic technology projects in Chicago.</p>
<p><i class='fa fa-envelope'></i> Our primary mode of online communication is the <a href='https://groups.google.com/forum/#!forum/chihacknight'>chihacknight Google Group</a>.</p>
<p><i class='fa fa-twitter'></i> On Twitter, we use the <a href='https://twitter.com/search?q=%23chihacknight'>#chihacknight</a> hashtag</p>
<p><i class='fa fa-terminal'></i> On IRC, we use the <strong>#chihacknight</strong> channel on irc.freenode.net</p>
</div>
</div>
</div>
<div class='row'>
<hr />
<h2 id='breakout-groups'>Breakout groups</h2>
<div class='col-md-6'>
<h4>Orientation / Civic Hacking 101</h4>
<p>New to civic hacking? Don't even know what that means? Every week, <a href="http://www.twitter.com/civicwhitaker">Christopher Whitaker</a> leads quick workshop to get you up to speed. Or you can <a href='https://www.youtube.com/watch?v=wH6LnW_qjeI'>watch it online</a>.</p>
</div>
<div class='col-md-6'>
<h4>New Coders</h4>
<p>Led by <a href='http://www.red-bean.com/kfogel/'>Karl Fogel</a> and <a href='https://twitter.com/citizendrummer' >Demond Drummer</a>. New to programming but want to learn? Want to figure out what this whole open-source thing is all about? If you want to plug in to a technical project, but don't know how you can help, start here.</p>
</div>
<div class='col-md-6'>
<h4>Transportation</h4>
<p>Led by <a href='https://twitter.com/stevevance'>Steven Vance</a>. Sub-topics include public transit, bicycling and urban planning.</p>
</div>
<div class='col-md-6'>
<h4>Education</h4>
<p>Led by <a href='https://twitter.com/shua123'>Josh Kalov</a> and <a href='https://twitter.com/elnazem'>Elnaz Moshfeghian</a>, this group focuses mainly on Chicago Public Schools.</p>
</div>
<div class='col-md-6'>
<h4>Environment</h4>
<p>Led by <a href='https://twitter.com/sbeslow'>Scott Beslow</a>. Sub-topics include recycling, water and air quality.</p>
</div>
<div class='col-md-6'>
<h4>City Data</h4>
<p>Led by <a href='https://twitter.com/Geneorama'>Gene Leynes</a> and <a href='https://twitter.com/tomschenkjr'>Tom Schenk</a> from the City of Chicago. If you have questions on data published by the City, this is for you.</p>
</div>
<div class='col-md-12'>
<p>Want to start your own topic? Mention it at the next hack night and we’ll get you set up! Please note that becoming a facilitator will require committing to coming to hack nights on a regular basis and/or finding a backup to come when you can’t.</p>
</div>
</div>
<div class='row sponsors'>
<hr />
<h2 id='sponsors'>Sponsors</h2>
<p>Our awesome sponsors keep us going: </p>
<div class='row'>
<div itemscope itemtype='http://schema.org/Organization' class='sponsor-details col-md-4'>
<a href='http://opencityapps.org' itemprop='url'>
<img src='images/sponsors/open-city.jpg' alt='Open City' itemprop='logo' class='img-responsive' />
<span itemprop='name'>Open City</span>
</a>
</div>
<div itemscope itemtype='http://schema.org/Organization' class='sponsor-details col-md-4'>
<a href='http://datamade.us' itemprop='url'>
<img src='images/sponsors/datamade.jpg' alt='DataMade' itemprop='logo' class='img-responsive' />
<span itemprop='name'>DataMade</span>
</a>
</div>
<div itemscope itemtype='http://schema.org/Organization' class='sponsor-details col-md-4'>
<a href='http://1871.com' itemprop='url'>
<img src='images/sponsors/1871.jpg' alt='1871' itemprop='url' class='img-responsive' />
<span itemprop='name'>1871</span>
</a>
</div>
</div>
<div class='row'>
<div itemscope itemtype='http://schema.org/Organization' class='sponsor-details col-md-4'>
<a href='http://codeforamerica.com' itemprop='url'>
<img src='images/sponsors/code-for-america.jpg' alt='Code for America' itemprop='logo' class='img-responsive' />
<span itemprop='name'>Code for America</span>
</a>
</div>
<div itemscope itemtype='http://schema.org/Organization' class='sponsor-details col-md-4'>
<a href='http://smartchicagocollaborative.org' itemprop='url'>
<img src='images/sponsors/smart-chicago.jpg' alt='Smart Chicago Collaborative' itemprop='logo' class='img-responsive' />
<span itemprop='name'>Smart Chicago Collaborative</span>
</a>
</div>
<div itemscope itemtype='http://schema.org/Organization' class='sponsor-details col-md-4'>
<a href='http://thoughtworks.com' itemprop='url'>
<img src='images/sponsors/thoughtworks.jpg' alt='ThoughtWorks' itemprop='logo' class='img-responsive' />
<span itemprop='name'>ThoughtWorks</span>
</a>
</div>
</div>
<div class='row'>
<div itemscope itemtype='http://schema.org/Organization' class='sponsor-details col-md-4'>
<a href='http://socrata.com' itemprop='url'>
<img src='images/sponsors/socrata.jpg' alt='Socrata' itemprop='logo' class='img-responsive' />
<span itemprop='name'>Socrata</span>
</a>
</div>
<div itemscope itemtype='http://schema.org/Organization' class='sponsor-details col-md-4'>
<a href='http://github.com' itemprop='url'>
<img src='images/sponsors/github.png' alt='GitHub' itemprop='logo' class='img-responsive' />
<span itemprop='name'>GitHub</span>
</a>
</div>
</div>
</div>
<div class='row'>
<hr />
<h2>Press</h2>
<div class='col-md-3 text-center'>
<a href='http://online.wsj.com/article/SB10001424127887324263404578613850076916028.html'>
<img class='img-thumbnail img-responsive' src='images/eder.jpg' title='Hackers Called Into Civic Duty' alt='Hackers Called Into Civic Duty' />
The Wall Street Journal
</a>
</div>
<div class='col-md-3 text-center'>
<a href='http://www.timeoutchicago.com/things-to-do/this-week-in-chicago/15996451/open-government-hack-night'>
<img class='img-thumbnail img-responsive' src='images/hack-night.jpg' title='Open Government Hack Night' alt='Open Government Hack Night' />
TimeOut Chicago
</a>
</div>
<div class='col-md-3 text-center'>
<a href='http://www.redeyechicago.com/news/local/ct-red-young-chicago-hackers-20130920,0,5305032.story'>
<img class='img-thumbnail img-responsive' src='images/redeye-hack-night.jpg' title='Can you hack it?' alt='Can you hack it?' />
RedEye Chicago
</a>
</div>
<div class='col-md-3 text-center'>
<a href='http://www.wbez.org/news/%E2%80%98hoodies%E2%80%99-%E2%80%98suits%E2%80%99-and-others-behind-chicago-government-20-106458'>
<img class='img-thumbnail img-responsive' src='images/schenk.jpg' title='The ‘hoodies’, the ‘suits’ and others behind Chicago Government 2.0' alt='The ‘hoodies’, the ‘suits’ and others behind Chicago Government 2.0' />
WBEZ
</a>
</div>
</div>
<div class='row'>
<hr />
<h2 id='bring-it'>Bring the hack night to your city</h2>
<p>Hack nights anchor and grow volunteer civic hacking communities while avoiding 'hackathon fatigue'. To learn how to organize one in your city, see the <a href="http://www.codeforamerica.org/2013/07/24/brigade-101-how-to-hack-night/">Code for America blog</a>.</p>
<p>Friends have forked the hack night in many cities: </p>
<div class='col-md-4'>
<ul>
<li><a href='http://www.meetup.com/Code-for-Boston/'>Boston, MA</a></li>
<li><a href='http://www.meetup.com/Code-for-Hampton-Roads/'>Hampton Roads, VA</a></li>
<li><a href='http://lanyrd.com/profile/mysociety/'>London, UK</a></li>
<li><a href='http://www.meetup.com/Code-for-Miami/'>Miami, FL</a></li>
</ul>
</div>
<div class='col-md-4'>
<ul>
<li><a href='http://www.meetup.com/betanyc/'>New York, NY</a></li>
<li><a href='http://www.meetup.com/OpenOakland/'>Oakland, CA</a></li>
<li><a href='http://www.meetup.com/Code-for-America-Philly/'>Philadelphia, PA</a></li>
<li><a href='http://www.meetup.com/Triangle-Code-for-America/'>Raleigh / Durham, NC</a></li>
</ul>
</div>
<div class='col-md-4'>
<ul>
<li><a href='http://www.meetup.com/code4sac/'>Sacramento, CA</a></li>
<li><a href='http://www.meetup.com/Code-for-San-Francisco-Civic-Hack-Night/'>San Francisco, CA</a></li>
<li><a href='http://www.meetup.com/Code-for-DC/'>Washington, DC</a></li>
</ul>
</div>
</div>
<div class='row'>
<hr />
<h2 id='leadership'>Leadership & contact</h2>
<div class='col-md-6'>
<div class='row'>
<div class='col-md-4 text-center'>
<a href='https://twitter.com/derekeder'>
<img class='img-thumbnail img-responsive' src='images/derek_eder.jpg' title='Derek Eder' alt='Derek Eder' />
Derek Eder
</a>
</div>
<div class='col-md-4 text-center'>
<a href='https://twitter.com/civicwhitaker'>
<img class='img-thumbnail img-responsive' src='images/christopher_whitaker.jpg' title='Christopher Whitaker' alt='Christopher Whitaker' />
Christopher Whitaker
</a>
</div>
<div class='col-md-4 text-center'>
<a href='https://twitter.com/jpvelez'>
<img class='img-thumbnail img-responsive' src='images/juan_pablo_velez.jpg' title='Juan-Pablo Velez' alt='Juan-Pablo Velez' />
Juan-Pablo Velez
</a> (emeritus)
</div>
</div>
</div>
<div class='col-md-6'>
<p>The <strong>Open Gov Hack Night</strong> is run by <a href='http://opencityapps.org'>Open City</a> organized and run by Derek Eder, Juan-Pablo Velez and Christopher Whitaker.</p>
<p>Got questions about the event or have a project to present? <a href='mailto:[email protected]'>Email us</a>.</p>
</div>
</div>