forked from codeforkansascity/civic-project-mapping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
365 lines (317 loc) · 18.8 KB
/
faq.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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="en">
<head>
<title>Community KC</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap core CSS -->
<link href="index_files/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="index_files/navbar-static-top.css" rel="stylesheet">
<!-- Site-specific Navigation -->
<link rel="stylesheet" type="text/css" href="css/application.css">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]>
<script src="../../assets/js/ie8-responsive-file-warning.js"></script>
<![endif]-->
<script src="index_files/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style type="text/css">
dt,
dd {
float: left
}
dt {
clear: both
}
.filter-1 {
background-color: hsl(87, 64%, 42%);
}
</style>
</head>
<body>
<!-- Static navbar -->
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><span id="header-community">Community</span><span id="header-kc">KC</span>
<small id="header-tag-line">connecting projects, people, and resources</small>
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="http://goo.gl/forms/hMJYaqfv2o">Add Project</a>
</li>
<li><a href="/faq.html">FAQ</a>
</li>
<li><a href="/about.html">About</a>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-sm-9 col-xs-12">
<h1>FAQ</h1>
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading headingOne" role="tab" id="headingOne">
<h2 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true"
aria-controls="collapseOne">
WHO SHOULD USE THE COMMUNITYKC MAPPING TOOL?
</a>
</h2>
</div>
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel"
aria-labelledby="headingOne">
<div class="panel-body">
<p>This map was created for any organization working in community and neighborhood
revitalization. This
includes, but is not limited to neighborhood associations, civic groups, faith-based
groups, local
municipalities, community improvement districts, and even funding organizations. </p>
<p>Individuals and businesses such as planners, realtors, developers, and those looking to
buy a home may
also be interested in using this map to find projects that are having a positive impact
in the
community.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading headingTwo" role="tab" id="headingTwo">
<h2 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo"
aria-expanded="false" aria-controls="collapseTwo">
WHAT IS CONSIDERED A ‘COMMUNITY PROJECT?’
</a>
</h2>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<p>For the purposes of the CommunityKC online map, a community project is one that builds
the capacity,
skills, resources, and leadership of organizations so they can better address challenges
they face and
effectively take advantage of opportunities and assets. </p>
<p>CommunityKC focuses more on projects with a physical location, rather than general
programs or single
events. We realize, though, that the line between project, program, and event can be
hard to define and
have kept the exact definition of ‘community project’ somewhat open so as not to exclude
something that
has a positive impact in the community. We have also added a ‘Resource’ tab to capture
information about
valuable programs that don’t fit squarely within the definition of a community project.
The project
information form includes a few preliminary questions to help determine whether a
project is a good fit
for this map. </p>
<p>Projects that would be considered a CommunityKC community project include, but are not
limited to: </p>
<ul class="task-list">
<li>An annual Night Out Against Crime event or a neighborhood homes tour</li>
<li>Community garden</li>
<li>Neighborhood-based minor home repair program</li>
<li>Civic leadership development program</li>
<li>Regular neighborhood cleanup event</li>
<li>Neighborhood directory of residents</li>
<li>Digital literacy projects that involve neighborhood organizations</li>
<li>Cultural and skills trainings led by or involving a neighborhood organization</li>
</ul>
<p>Projects that would NOT be considered a CommunityKC community project include:</p>
<ul class="task-list">
<li>Events that do not occur annually or regularly</li>
<li>Fundraising car wash or bake sale</li>
<li>Church or faith-based event not related to building neighborhood capacity</li>
<li>New housing or commercial development that is not led by a neighborhood organization
or a
development that does not have a neighborhood organization playing a major role
</li>
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading headingSix" role="tab" id="headingSix">
<h2 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseSix"
aria-expanded="false" aria-controls="collapseSix">
HOW DO I USE THE COMMUNITYKC MAPPING TOOL?
</a>
</h2>
</div>
<div id="collapseSix" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingSix">
<div class="panel-body">
<p>The CommunityKC online map can be viewed at <a href="http://www.communitykc.org">www.communitykc.org</a>.
The map uses a Google Maps platform. You can filter projects based on project type so
only the projects
you are interested in are visible on the map. You can also navigate to specific areas of
the map to find
projects there.</p>
<p>For instructions on how to search and location projects, download the CommunityKC Guide
here.</p>
<p>If you have a community project you would like to include in the CommunityKC map, or need
to update
information on a project already that already appears on the map, please email us at <a
href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading headingThree" role="tab" id="headingThree">
<h2 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseThree"
aria-expanded="false" aria-controls="collapseThree">
HOW CAN THIS MAP HELP MY ORGANIZATION COLLABORATE AND WHY SHOULD WE?
</a>
</h2>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingThree">
<div class="panel-body">
<p>As recognized in the Center for Nonprofit Excellence’s Collaboration Toolkit,
collaborating can turn
disjointed, small-scale accomplishments into large-scale community change. The
CommunityKC map can help
identify partners by finding similar or related projects or ones in a specific
area. </p>
<p>By pooling resources, contacts, volunteers, and expertise organizations are able to have
a greater impact
than if they worked alone. Specifically, collaborations can: </p>
<ul class="task-list">
<li>Elevate and promotes each group’s work</li>
<li>Have a greater voice for their cause</li>
<li>Gain more credibility and recognition</li>
<li>Attract more in-kind and financial resources</li>
<li>Share common costs or overhead across multiple organizations</li>
<li>Have a greater and longer lasting impact</li>
<li>Diminish competition for resources</li>
<li>Share and save resources through joint programming</li>
<li>Often be viewed by funders as a better return on investment than if organizations
address a problem
single-handedly
</li>
<li>Function as a central point of contact for funders, planners, developers, and
investors
</li>
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading headingFour" role="tab" id="headingFour">
<h2 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseFour"
aria-expanded="false" aria-controls="collapseFour">
WHO DEVELOPED THE COMMUNITYKC MAPPING TOOL?
</a>
</h2>
</div>
<div id="collapseFour" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingFour">
<div class="panel-body">
<p>Development of CommunityKC has been led by Amanda Wilson with the Community Capital Fund,
community
volunteer Ashley Sadowski, and Paul Barham with Kansas City Code for America
Brigade. </p>
<p>Many other volunteers contributed to the development of this tool through working groups
and focus groups
including:</p>
<ul class="task-list">
<li>Dr. Cynthia Annett, Google Earth Outreach</li>
<li>Iris Abramof, B&A Architecture</li>
<li>Leslie Caplan, Scarritt Renaissance Neighborhood Association and the Northeast
Alliance Together
</li>
<li>Bill Drummond, Neighbors Helping Neighbors in Historic Manheim Park Neighborhood
</li>
<li>Andrea Generaux, Livable Neighborhoods</li>
<li>Angela Gunn, Eco Abet</li>
<li>Christina Hoxie, BNIM</li>
<li>Lisa Hummel, DRAW Architecture</li>
<li>Esther Kershaw, Boston Heights Neighborhood Association</li>
<li>Susan Lackamp, Neighbors Helping Neighbors in Historic Manheim Park Neighborhood
</li>
<li>Scott Lemmon, Google Earth Outreach</li>
<li>Carmen Lopez, KCMO CDE</li>
<li>Margaret May, Ivanhoe Neighborhood Council</li>
<li>Jim MacDonald, United Way of Greater Kansas City</li>
<li>Kyle Rogler, BNIM</li>
</ul>
<p>Others who contributed their input include Jesse Crupper, Joshua Boehm, and Tiffany
Cartwright. </p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading headingFive" role="tab" id="headingFive">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseFive"
aria-expanded="false" aria-controls="collapseFive">
WHAT ARE FUTURE PLANS FOR THE COMMUNITYKC MAPPING TOOL?
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingFive">
<div class="panel-body">
<p>After the launch of CommunityKC at the Community Development Workshop, the development
team has been hard
at work ensuring project information is accurate and complete. They are also working to
expand the
features and capabilities of the current map including individual webpages for each
project with
pictures and stories of each projects.</p>
<p>The team is also exploring how this information can be integrated into the City of Kansas
City,
Missouri’s OpenDataKC (data.kcmo.gov) site and the Unified Government of Wyandotte
County/City of Kansas
City, Kansas’ website.</p>
<p>Need help using a computer or the internet?<br>
Training on using a computer or the internet is available through Connecting for Good at
their Missouri
or Kansas locations. Contact them at 816-559-7077 or visit their website at <br>
<a href="http://www.connectingforgood.org">www.connectingforgood.org</a> for more
information.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /container -->
<!--
<footer class="footer">
<div class="container">
This is the footer.
</div>
</footer>
-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="index_files/jquery.js"></script>
<script src="index_files/bootstrap.js"></script>
</body>
</html>