forked from lczielinski/ideathon-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
judging.html
305 lines (300 loc) · 13.9 KB
/
judging.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="icon"
type="image/jpg"
sizes="107x107"
href="images/TechTeamArrow.jpg"
/>
<!-- Bootstrap -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/glitch.css" />
<title>Ideathon 2022</title>
<!-- Fonts -->
<style>
@font-face {
font-family: Bungee-Shade;
src: url("./fonts/Bungee-Shade.otf");
}
@font-face {
font-family: Oswald;
src: url("./fonts/Oswald.ttf");
}
@font-face {
font-family: RobotoSerif;
src: url("./fonts/RobotoSerif.ttf");
}
body {
font-family: RobotoSerif;
font-size: 1.2rem;
color: white;
}
h1,
h2 {
font-family: Bungee-Shade;
color: white;
}
h2 {
font-family: Bungee-Shade;
color: #4face6;
font-size: 2.5rem;
}
h3,
h4 {
font-family: Oswald;
}
.nav-hover:hover {
background-color: #0e7aa5;
}
.register:hover {
color: white !important;
}
.border {
border-color: white !important;
}
.border:hover {
border-color: #26f478 !important;
}
em {
font-style: italic;
}
.font-weight-normal {
font-weight: 400 !important;
}
.scroll {
width: 100%;
height: 80%;
overflow: auto;
}
@media (min-width: 480px) {
.title {
font-size: 4rem;
}
.content {
height: 60vh;
overflow: auto;
}
.scroll {
height: 60vh;
overflow: auto;
}
}
</style>
</head>
<body style="background-color: black">
<!-- Navbar -->
<nav
class="navbar navbar-expand-lg navbar-light"
style="background-color: #26f478"
>
<div class="container">
<a class="navbar-brand" href="index.html"><h4>IDEATHON 2022</h4></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="nav-links collapse navbar-collapse"
id="navbarSupportedContent"
>
<ul class="navbar-nav ms-auto">
<li class="nav-item mx-md-2">
<a
class="nav-link nav-hover register"
style="color: red"
href="https://forms.gle/imvFVagaS8inJ9h86"
><h4>REGISTER HERE</h4></a
>
</li>
<li class="nav-item mx-md-2">
<a
class="nav-link nav-hover"
style="color: black"
href="schedule.html"
><h4>SCHEDULE</h4></a
>
</li>
<li class="nav-item mx-md-2">
<a
class="nav-link nav-hover"
style="color: black"
href="judging.html"
><h4>JUDGES & MENTORS</h4></a
>
</li>
<li class="nav-item mx-md-2">
<a
class="nav-link"
style="color: #0e7aa5"
href="https://www.uchicagotechteam.com/"
><h4>TECHTEAM</h4></a
>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<div class="container" style="width:80%">
<h1 class="text-center mt-3 title glitch" style="font-size: 3rem">
JUDGES & MENTORS
</h1>
<hr class="hr-primary w-15 hr-xl ml-0 mb-5" style="color: #26f478">
<div class="scroll">
<div class="row mb-5">
<div class="col-md-4 flex-valign text-md-right" style="padding-bottom: 2vw">
<img src="./images/judges/AngelaLi.png" alt="Angela Li" class="img-fluid border-white border-w-5 w-50 w-md-80 w-lg-60 rounded-circle">
</div>
<div class="col-md-8 order-md-2" style="padding-bottom: 2vw">
<h3 class="text-uppercase font-weight-bold" style="color:#0e7aa5">
Angela Li
</h3>
<h5 class="my-0 font-weight-normal">
<em>Mentor</em>
</h5>
<hr class="hr-primary w-70 ml-0 ml-md-auto mr-md-0 mb-3">
<p>
Angela Li is a Sociology PhD candidate at Princeton University. Her research interests include stratification, mobility, and computational social science. She previously conducted data science research at UChicago’s Center for Spatial Data Science and for TransLoc. Angela graduated from UChicago in 2018 with a B.A. in Economics and a B.A. in Public Policy Studies and served as co-chair of TechTeam from 2017-18.
</p>
</div>
</div>
<div class="row mb-5" style="padding-bottom: 2vw">
<div class="col-md-4 flex-valign text-md-right" style="padding-bottom: 2vw">
<img src="./images/judges/JuliaOran.jpeg" alt="Julia Oran" class="img-fluid border-white border-w-5 w-50 w-md-80 w-lg-60 rounded-circle">
</div>
<div class="col-md-8 order-md-2" style="padding-bottom: 2vw">
<h3 class="text-uppercase font-weight-bold" style="color:#0e7aa5">
Julia Oran
</h3>
<h5 class="my-0 font-weight-normal">
<em>Mentor</em>
</h5>
<hr class="hr-primary w-70 ml-0 mb-3">
<p>
Julia Oran is currently a Solutions Engineer at Code for America. She is on the Clear My Record team which aims to clear all eligible criminal records in the U.S. by advising and implementing automatic record clearance legislation. Julia previously held software engineering and account/project management positions in technology for government, advertising, and retail. Julia graduated from UChicago in 2018 with a B.A. in Computer Science, and served as co-chair of TechTeam from 2017-18.
</p>
</div>
</div>
<div class="row mb-5" style="padding-bottom: 2vw">
<div class="col-md-4 flex-valign text-md-right" style="padding-bottom: 2vw">
<img src="./images/judges/NicoMarchio.png" alt="Nico Marchio" class="img-fluid border-white border-w-5 w-50 w-md-80 w-lg-60 rounded-circle">
</div>
<div class="col-md-8 order-md-2" style="padding-bottom: 2vw">
<h3 class="text-uppercase text-letter-spacing-xs mt-0 mb-1 font-weight-bold" style="color:#0e7aa5">
Nico Marchio
</h3>
<h5 class="my-0 font-weight-normal">
<em>Mentor</em>
</h5>
<hr class="hr-primary w-70 ml-0 ml-md-auto mr-md-0 mb-3">
<p>
Nico Marchio is a Lead Data Scientist at the Mansueto Institute for Urban Innovation. Previously, he was a Data Science Engineer at Bernie Sanders for President and a Senior Data Scientist at Civic Analytics.
</p>
</div>
</div>
<div class="row mb-5" style="padding-bottom: 2vw">
<div class="col-md-4 flex-valign text-md-right" style="padding-bottom: 2vw">
<img src="./images/judges/MarkSchauerte.png" alt="Mark Schauerte" class="img-fluid border-white border-w-5 w-50 w-md-80 w-lg-60 rounded-circle">
</div>
<div class="col-md-8 order-md-2" style="padding-bottom: 2vw">
<h3 class="text-uppercase text-letter-spacing-xs mt-0 mb-1 font-weight-bold" style="color:#0e7aa5">
Mark Schauerte
</h3>
<h5 class="my-0 font-weight-normal">
<em>Judge</em>
</h5>
<hr class="hr-primary w-70 ml-0 ml-md-auto mr-md-0 mb-3">
<p>
Mark Schauerte is the current Director of Career Development at the Institute of Politics. Before joining the IOP, he served as chief of staff to Rep. Raja Krishnamoorthi, D-IL.
Mark is an attorney and practiced law in Chicago in addition to working as an award-winning journalist for the St. Louis Post-Dispatch and Chicago Lawyer.
</p>
</div>
</div>
<div class="row mb-5" style="padding-bottom: 2vw">
<div class="col-md-4 flex-valign text-md-right" style="padding-bottom: 2vw">
<img src="./images/judges/BaxterStein_update.png" alt="BaxterStein" class="img-fluid border-white border-w-5 w-50 w-md-80 w-lg-60 rounded-circle">
</div>
<div class="col-md-8 order-md-2" style="padding-bottom: 2vw">
<h3 class="text-uppercase text-letter-spacing-xs mt-0 mb-1 font-weight-bold" style="color:#0e7aa5">
Baxter Stein
</h3>
<h5 class="my-0 font-weight-normal">
<em>Judge</em>
</h5>
<hr class="hr-primary w-70 ml-0 ml-md-auto mr-md-0 mb-3">
<p>
Baxter Stein is an experienced product leader with interests in the intersection of policy and technology. He started his career in strategy and analytics for Thomson Reuters, and now works as a Product Manager for FiscalNote, a software startup that provides global policy data and workflow tools. Baxter graduated from UChicago in 2018 with a B.A. in Public Policy, specializing in Technology Policy. While in Hyde Park, Baxter spent time at the Institute of Politics as Speaker Series intern and member of the Student Advisory Board.
</p>
</div>
</div>
<div class="row mb-5" style="padding-bottom: 2vw">
<div class="col-md-4 flex-valign text-md-right" style="padding-bottom: 2vw">
<img src="./images/judges/ErinSimpson-2.jpg" alt="Erin Simpson" class="img-fluid border-white border-w-5 w-50 w-md-80 w-lg-60 rounded-circle">
</div>
<div class="col-md-8 order-md-2" style="padding-bottom: 2vw">
<h3 class="text-uppercase text-letter-spacing-xs mt-0 mb-1 font-weight-bold" style="color:#0e7aa5">
Erin Simpson
</h3>
<h5 class="my-0 font-weight-normal">
<em>Speaker</em>
</h5>
<hr class="hr-primary w-70 ml-0 mb-3">
<p>
Erin Simpson is a technology policy expert committed to advancing public interest values online. Simpson is currently the Director of Technology Policy at the Center for American Progress, where she develops policy responses to a range of economic, social, and democratic challenges.
</p>
<p>
Simpson has advocated for platform accountability and improved technology regulation in the European Union, United Kingdom, and United States.She served as the civil society lead for the Computational Propaganda Research Project at the University of Oxford, where she supported international civil and human rights leaders in democratic resilience and strategic responses to disinformation.
</p>
<p>
Simpson’s policymaking is informed by her earlier work in civic technology. She was the founding director of programs at Civic Hall Labs, a civic tech research and development nonprofit in New York City, and a Microsoft civic tech fellow.
</p>
<p>
Simpson is a Marshall scholar and a Truman scholar. She received two master’s degrees from the Oxford Internet Institute at the University of Oxford and earned a bachelor’s degree in public policy from the University of Chicago. During her time at the College, she was a student leader and organizer at the IOP, co-founding the IOP TechTeam.
</p>
</div>
</div>
<div class="row mb-5" style="padding-bottom: 2vw">
<div class="col-md-4 flex-valign text-md-right" style="padding-bottom: 2vw">
<img src="./images/judges/AliciaRouault.jpeg" alt="Alicia Rouault" class="img-fluid border-white border-w-5 w-50 w-md-80 w-lg-60 rounded-circle">
</div>
<div class="col-md-8 order-md-2" style="padding-bottom: 2vw">
<h3 class="text-uppercase text-letter-spacing-xs mt-0 mb-1 font-weight-bold" style="color:#0e7aa5">
Alicia Rouault
</h3>
<h5 class="my-0 font-weight-normal">
<em>Speaker</em>
</h5>
<hr class="hr-primary w-70 ml-0 mb-3">
<p>
Alicia Rouault is Product Lead and Digital Services Expert at the United States Digital Service in the Executive Office of the President. Alicia is currently working to modernize the unemployment insurance system with the Department of Labor.
Over the last decade, Alicia worked with federal, state and local government agencies to design and build technology to improve government service delivery. She has led civic technology teams at 18F, Code for America, MIT and as CEO and founder of technology startup: LocalData.
Alicia studied Political Science and Ethics, Society and Law at the University of Toronto, and Housing, Community and Economic Development & Urban Information Systems at MIT's Department of Urban Studies and Planning.
Alicia is a 2012 Knight News Challenge winner and lives with her husband and chocolate labrador in Philadelphia, PA.
</p>
</div>
</div>
</div>
</div>
<!-- Bootstrap -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
</body>
</html>