-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHack2022.html
273 lines (269 loc) · 14.9 KB
/
Hack2022.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>APA Planning Technology Division Hacktoberfest</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/pagestyles.css">
<script>
function save1() {
var x = document.getElementById("overview");
x.innerHTML = document.getElementById("overview").innerHTML;
}
function save2() {
var x = document.getElementById("overview");
x.innerHTML = document.getElementById("participate").innerHTML;
}
function save3() {
var x = document.getElementById("overview");
x.innerHTML = document.getElementById("scoring").innerHTML;
}
</script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" onclick="window.location.reload()" href="#"><img style="width:65%; height:65%"
src="assets/hackathon22_logo-01.svg"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="https://tech.planning.org/">About the APA Tech Division</a>
<a class="dropdown-item" href="assets/Division_Sponsorship_Package_22.pdf">Sponsor the Division</a>
<a class="dropdown-item" href="https://apa-technology-division.github.io/archived/Hack2021.html">View Past
Hackathons</a>
</div>
</li>
<li class="nav-item" onclick="window.location.reload()">
<a class="nav-link" href="#">Overview</a>
</li>
<li class="nav-item" onclick="save2()">
<a class="nav-link" href="#">Participate</a>
</li>
<li class="nav-item" onclick="save3()">
<a class="nav-link" href="#">Scoring</a>
</li>
</ul>
</div>
</nav>
<div style="background-color:white;border-radius:25px; ">
<div class="card" id="overview"
style="padding-left: 10%; padding-right: 10%; padding-top:30px; text-align: justify; border:transparent">
<img src="assets/hackathon22_logo-01.svg">
<hr>
<br>
<H1>OVERVIEW:</H1>
<br>
<p>
Standards are ubiquitous throughout the field of urban planning. From the development standards of municipal
codes of ordinances to emissions reporting standards of federal statutes, both planners and the municipalities
they serve are in many ways shaped both by what is contained within these standards and what is omitted from
them. Similarly, planners and the municipalities they serve are affected (for better or worse) by what is and is
not standardized.
<br><br>A glaring exception in the ubiquity of standards in the planning profession are those applicable to
data, particularly the way that data is structured and interpreted. Metadata specifications, as they are called,
are
essential to planners’ ability to mobilize growing caches of information about the social and the built
environment and apply them to improve planning practice.
</p>
<button style="background-color:#dbf436;" class="btn-block shadow"><a target="_blank"
style="color:black; font-family:Courier New" href="https://forms.gle/sa9f7CFue9hZ6XwD6"><b>Click to Sign
Up</a></button>
<hr>
<div class="card">
<a class="twitter-timeline" data-height="200" href="https://twitter.com/APA_Technology?ref_src=twsrc%5Etfw">
<p></p>
</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<br>
</div>
<p style="text-align:right; padding-right:5%">
<b>Social:</b>
<a style="padding-bottom:20px" href="https://twitter.com/apa_technology?lang=en" class="fa fa-twitter"></a>
<a href="https://www.reddit.com/user/apa-tech-division/" class="fa fa-reddit"></a>
</p>
</div>
<div style="display:none">
<div class="card" id="participate"
style="padding-left: 10%; padding-right: 10%; padding-top:30px; text-align: justify">
<div>
<button type="button" data-toggle="modal" data-target="#dsexamples" class="btn-block bt-transparent float">
<i class="fa fa-question my-float"></i>
</button>
<div class="modal fade" id="dsexamples" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="exampleModalLongTitle">Examples of Data Specifications</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div style="text-align:left" class="modal-body">
<p>Here are some helpful examples of data specifications. If you'd like more direct guidance on approach to
this Hackathon, feel free to email Lian Plass at <a
href="mailto: lianplass@gmail.com">lian.plass@gmail.com</a>.</p>
<hr>
<br>
<ul>
<li><a href="https://developers.google.com/transit/gtfs/reference?csw=1#term-definitions">Google GTFS
&
GBSF
Transit Standards</a></li>
<li><a href="https://www.exchangenetwork.net/standards/SIC_NAICS_01_06_2006_Final.pdf">EPA SIC/NAICS
Data
Standard</a></li>
<li><a href="https://www.pedbikeinfo.org/topics/countingestimating.cfm">Bike/Ped Data Collection
Resources</a></li>
<li><a href="https://www.planning.org/lbcs/standards/">LBCS Standards</a></li>
<li><a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3996609">National Zoning Atlas How-to
Guide</a></li>
<li><a
href="https://www.standards.its.dot.gov/LearnAboutStandards/NationalITSArchitecture">Intelligent
Transportation Systems (ITS) Reference Architecture</a></li>
<li><a href="https://www.standards.its.dot.gov/LearnAboutStandards/ITSStandardsBackground">ITS
Standards
Program</a></li>
<li><a href="https://www.fgdc.gov/standards">Federal Geographic Data Committee Standards</a></li>
</ul>
</div>
</div>
</div>
</div>
<H1>HOW TO PARTICIPATE:</H1>
<p>Whether you're a data newbie or a data wonk, this year's Hackathon has something for everyone.</p>
<div class="card" style="padding:5%; background-color: rgb(233, 233, 233)">
<h3>The Challenge</h3>
<p>Data specifications help solve coordination problems between actors. For instance, in planning, data
specifications
help cities maintain parcel records, allowing people to access accurate information about properties.
Data
specifications also help coordinate transit schedules across jurisdictions and between applications. </p>
<p>For this challenge, propose a new lightweight <a data-toggle="tooltip"
title="Data standards are the guidelines by which data are described and recorded. In order to share, exchange, combine and understand data, we must standardize the format as well as the meaning"><b><u>data
standard</u></b></a>
or modify an existing specification to enable planners
to measure and compare metrics for <a data-toggle="tooltip"
title=" Sustainable development is development that meets the needs of the present without compromising the ability of future generations to meet their own needs"><b><u>sustainable
development</u></b></a> between
municipalities. This data specification should address either one or all of the three pillars of sustainability:
environmental, social, economic. It can also focus on <a data-toggle="tooltip"
title="Environmental issues might be ecosystem services, air quality, water quality, pollution, waste reduction Social issues might be environmental justice, human health, community engagement, or resource security Economic issues might be jobs, incentive programs, supply and demand, valuation of natural resources, cost of adaptation/mitigation"><b><u>specific
issues of sustainable development</u></b></a>
such as equity or resilience, and economic development.</p>
<br>
<h3>Optional</h3>
<p>Show your proposed data specification in action! Develop a proof of concept for how the proposed data specification
can be applied in practice by using it to compare metrics for sustainable development between at least two
municipalities.
</p>
<script>
$(document).ready(function () {
$("body").tooltip({ selector: '[data-toggle=tooltip]' });
});
</script>
</div>
<br>
<h1>TEAMS:</h1>
<p>Projects may be completed by individuals or teams of up to 5. If you would like to compete as a team, please
email Lian Plass with a list of your team members before November 30th.</p>
<br>
<h1>SUBMISSIONS:</h1>
<p>
Submit an 800 to 2,000-word summary of the proposed standard using this submission form. Summaries should
include:
<ul>
<li>Explanation of rationale for developing or selecting your standard (what is the problem you are trying to
solve?)</li>
<li>Explanation of the proposed standard (reasons for variable selection, hierarchy, format, etc.)</li>
<li>Discussion of potential use cases for the proposed standard</li>
<li>A data structure diagram</li>
<li>Description of the schema containing variable names, variable definitions, data types/formats, parent
variables (if any), any other relevant characteristics of the input data:</li>
<div style="width:fit-content">
<img style="width:100%" src="assets/SampleTable.png">
</div>
</ul>
<p><b>More about the optional proof of concept submission</b>
<p>The proof of concept submission is fairly open-ended. Participants are free to choose how to represent their
proposed data standards, including through interactive maps, websites or Wikis, PowerPoints and recorded
presentations. In your submission consider including your rationale for selecting the chosen municipalities
for comparison, a copy of the resulting datasets, a few observations or descriptive statistics from those
datasets, any documentation explaining processing methodology, and a copy of or link to your source data. </p>
<br>
<center><button style="background-color:#dbf436;" class="btn-block shadow"><a target="_blank"
style="color:black; font-family:Courier New;" href="https://forms.gle/tnJZHbsRbmmz1cS58"><b>Click to
Submit</b></a></button></center>
<br>
<center>
<p><b>Acceptable submission formats:</b> PDF upload (10 MB max), website link, other</p>
</center>
<hr>
<p style="font-size:10px; text-align:left">* If your submission falls into the "Other" format category, contact
Lian Plass at <a style="font-size:10px" href="mailto:lianplass@gmail.com">lianplass@gmail.com</a> for
submission instruction </p>
<br>
<br>
</div>
</div>
<div class="card" id="scoring"
style="padding-left: 10%; padding-right: 10%; padding-top:30px; text-align: justify">
<H1>SCORING & AWARDS:</H1>
<br>
<H3>Awards</H3>
<div style="text-align:left">
<p><u>Best Overall</u>: $200</p>
<p><u>Best in Category</u>*: $50</p>
</div>
<hr>
<p style="font-size:10px; text-align:left">* Categories are (1) applicability, (2) feasibility, and (3)
comprehensiveness. See also evaluation criteria below.</p>
</p>
<br>
<h3>Evaluation Criteria</h3>
<ul>
<li><b>Applicability</b> - How relevant is the proposed standard to planning practice?</li>
<li><b>Feasibility</b> - How easy is it to integrate this standard into existing systems (planning and
otherwise)?</li>
<li><b>Comprehensiveness</b> - How well does the summary and proof of concept address the challenge?</li>
</ul>
<br>
<h3>Important Dates:</h3>
<ul>
<li>November 1, 2022 - Hackathon commences</li>
<li>November 31, 2022 - Hackathon concludes</li>
<li>December 12, 2022 - Results available online</li>
</ul>
</p>
</div>
</div>
</div>
</body>
<footer>
<br>
<p style="text-align:center">pli | 2022</p>
</footer>
</html>