-
Notifications
You must be signed in to change notification settings - Fork 1
/
judge_handbook.html
428 lines (324 loc) · 25.8 KB
/
judge_handbook.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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/main.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-150897843-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-150897843-3');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Homepage for HobbyHacks">
<meta name="keywords" content="TechTogether, HobbyHacks, Hackathon">
<meta property="og:title" content="HobbyHacks by TechTogether">
<meta property="og:description" content="TechTogether's first virtual hackathon!">
<meta property="og:image" content="https://hobbyhacks.techtogether.io/img/bytehobby_navy.png">
<meta property="og:url" content="https://hobbyhacks.techtogether.io">
<meta property="og:type" content="website">
<title>HobbyHacks by TechTogether</title>
<link rel="icon" href="/img/favicon.png" type="image/x-icon" />
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" target="_blank" href="https://www.techtogether.io"><img class="img-logo"
src="img/techtogether-logo-white.png"></a>
</nav>
<!-- Header Content -->
<section>
<div class="container extra-spacing">
<div class="row">
<div class="col-lg-6">
<h1 class="mt-5 text-white">HobbyHacks Judge Handbook</h1>
<br>
<p class ="text-white">This event would not be possible without your support, commitment and expertise. In joining our efforts, you are investing your time and energy into the education and advancement of the next generation of engineers, tech leaders, and change-makers. You are making a difference by donating your time to this event and we are so grateful to have you onboard with us.</p>
</div>
<div class="col-lg-6">
<img style="margin-bottom: 100px; margin-left: 50px;" class ="img-xs" src="img/game_byte.png"></img>
</div>
</div>
</div>
</section>
<!-- End Header Content -->
<section class ="footer-border">
<div class="container middle">
<div class="row">
<div class="col-lg-3"></div>
<div class="col-lg-6">
<h2 class="mt-5 text-white center">Frequently Asked Questions</h2>
<div id="accordion">
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">What are the responsibilities of being a judge?
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#51DBF6" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>
</button>
</h5>
</div>
<div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
You are responsible for helping us provide hackers with feedback on their projects as well as helping the organizers select winning projects. Judges must be available on Sunday, July 26th from 4:00pm - 6:00pm EST to judge projects.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">Do I need anything for the event to be a judge? <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#51DBF6" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>
</button>
</h5>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
<div class="card-body">
You do not need to purchase any resources to be a judge at our event. We will provide you with all the resources you need to be successful in this role.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">What is judging process like? <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#51DBF6" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>
</button>
</h5>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
<div class="card-body">
I've written out the <a href="https://docs.google.com/document/d/1yLVHhwfsMbzOCtpP6pfpqm153T40ztpl1eZ_AKujZ7k/edit?usp=sharing" target="_blank">judging instructions</a> here! We recently updated our judging approach for virtual hackathons, so be sure to take a look.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFour">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">How do I get on the Discord Server for the event? <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#51DBF6" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>
</button>
</h5>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#accordion">
<div class="card-body">
Here is a <a href="https://discord.gg/3qJahQR" target="_blank">link to join the Discord Server</a>. Feel free to join and introduce yourself at any point during the event! Our hackers would love to meet you.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFive">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseFive" aria-expanded="false" aria-controls="collapseTwo">When are we all meeting for orientation? <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#51DBF6" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>
</button>
</h5>
</div>
<div id="collapseFive" class="collapse" aria-labelledby="headingFive" data-parent="#accordion">
<div class="card-body">
A judging debrief will take place at 4:00pm. A calendar link with a zoom ink will be sent to the email you used to sign up for judging. Check out the schedule below for more information about event timeline.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingSeven">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">Do I have to register for the event? <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#51DBF6" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>
</button>
</h5>
</div>
<div id="collapseSeven" class="collapse" aria-labelledby="headingSeven" data-parent="#accordion">
<div class="card-body">
You do not need to register for the event, but we would love to have you share the registration link with your network.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingSix">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
Where can I access the event schedule? <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#51DBF6" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>
</button>
</h5>
</div>
<div id="collapseSix" class="collapse" aria-labelledby="headingSix" data-parent="#accordion">
<div class="card-body">
The event schedule is provided below. The schedule may change as the event approaches. Please make sure to check the schedule again before the event for any updates.
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3"></div>
</div>
</div>
</section>
<div class="container middle">
<div class="row">
<div class="col-lg-4">
<h2 class="mt-5 text-white">Event Contact</h2>
<h3 class ="text-white"><a href="https://www.linkedin.com/in/fwhittington/">Fiona Whittington</a></h3>
<p class ="text-white">She/Her/Hers<br>Event Lead, TechTogether<br>[email protected]</p>
</div>
<div class="col-lg-4">
<h2 class="mt-5 text-white">Link Shortcuts</h2>
<h3 class ="text-white">
<a href="https://docs.google.com/document/d/1yLVHhwfsMbzOCtpP6pfpqm153T40ztpl1eZ_AKujZ7k/edit?usp=sharing" target="_blank">Judging Instructions</a>
</h3>
<h3 class ="text-white">
<a href="https://discord.gg/3qJahQR" target="_blank">Discord Link</a>
</h3>
<h3 class ="text-white">
<a href="/judging_criteria" target="_blank">Judging Criteria</a>
</h3>
<h3 class ="text-white">
<a href="https://techtogether.typeform.com/to/e8cvB0AF" target="_blank">Judging Submission Form</a>
</h3>
<h3 class ="text-white"><a href="https://techtogether.typeform.com/to/ipw7iK" target="_blank">Sign up to Mentor</a></h3>
<h3 class ="text-white"><a href="https://docs.google.com/document/d/1BjDBn3IQr2f2UyURtsLg0ZlgoTdboAUbbNw1OxRncUg/edit" target="_blank">Promotional Materials</a></h3>
</div>
</div>
</div>
<section>
<div class="container middle">
<div class="row">
<div class="col-lg-4">
<h2 class="mt-5 text-white">Friday, July 24th</h2>
<p class ="text-white"><b>5:00pm EST Hackathon Tips for Beginners</b>
<br>Hosted by <a href="https://www.linkedin.com/in/zanehasnain/" target="_blank">Zane Hasnain</a></p>
<!-- I'll be going over the process of forming a team, working remotely, getting the most out of the hackathon experience, collaborating effectively, brainstorming problems to solve with your project, and presenting your projects through videos. -->
<p class ="text-white"><b>6:00pm EST Team Formation Activity</b>
<br>Hosted by <a href="https://www.techtogether.io" target="_blank">TechTogether</a></p>
<p class ="text-white"><b>7:00pm EST Movie Night, <a href="https://www.imdb.com/title/tt12221748/" target="_blank">Becoming</b></a>
<br>Hosted by <a href="https://www.techtogether.io" target="_blank">TechTogether</a></p>
</div>
<div class="col-lg-4">
<h2 class="mt-5 text-white">Saturday, July 25th</h2>
<p class ="text-white"><b>9:00am EST Opening Ceremony</b></p>
<p class ="text-white"><b>10:00am EST Team Formation Activity</b>
<br>Hosted by <a href="https://www.techtogether.io" target="_blank">TechTogether</a></p>
<p class ="text-white"><b>10:00am EST Introduction to GitHub Workshop</b>
<br>Hosted by <a href="https://www.linkedin.com/in/melyxlin/" target="_blank">Melissa Lin</a></p>
<p class ="text-white"><b>10:30am EST Web Dev 101: Where Do I Start?</b>
<br>Hosted by <a href="https://www.linkedin.com/in/anumqahmad/" target="_blank">Anum Ahmad</a></p>
<!-- TechTogether Boston Organizer</b><br><br>Learn how to build a basic web app from scratch! Using basic HTML and CSS, participants will create a fun static website hosted on Github Pages. -->
<p class ="text-white"><b>11:00am EST Technical Resume Reviews</b>
<br>Hosted by <a href="https://www.linkedin.com/in/glory-montes-12101068/" target="_blank">Glory Montes</a></p>
<p class ="text-white"><b>11:30am EST Intro to React</b>
<br>Hosted by <a href="https://www.linkedin.com/in/christinealuo/" target="_blank">Christine Luo</a></p>
<!-- Software Engineering Intern at Intuit</b><br><br>Students will learn the basics of React (components, props, etc.) by making a simple tic-tac-toe game. It would probably be best if students had prior knowledge in the basics of HTML, CSS, and JavaScript. -->
<p class ="text-white"><b>12:00pm EST Team Formation Activity</b>
<br>Hosted by <a href="https://www.techtogether.io" target="_blank">TechTogether</a></p>
<p class ="text-white"><b>12:30pm EST Build a Simple Pet-Fetching Web App with Vue.js </b>
<br>Hosted by <a href="https://www.linkedin.com/in/jen-looper-3442413/" target="_blank">Jen Looper</a></p>
<p class ="text-white"><b>12:30pm EST Security 101 (Hacking for fun and profit) </b>
<br>Hosted by <a href="https://www.linkedin.com/in/kst123abc/" target="_blank">Kyle Suero</a></p>
<p class ="text-white"><b>1:00pm EST The Art of Being Lazy: How to Automate Tasks with Python</b>
<br>Hosted by <a href="https://www.linkedin.com/in/melyxlin/" target="_blank">Melissa Lin</a></p>
<!-- Google STEP Intern</b><br><br>In this workshop, participants will learn the basics of automation with python, from web scrapping to manipulating different types of files. At the end, participants will not only learn how to reduce the mundane of their everyday life but have a chance to little more lazy. -->
<p class ="text-white"><b>1:30pm EST Keynote</b><br></p>
<p class ="text-white"><b>2:00pm EST Team Formation Activity</b>
<br>Hosted by <a href="https://www.techtogether.io" target="_blank">TechTogether</a></p>
<p class ="text-white"><b>2:30pm EST The AI Mindset - How to Build an AI Product</b>
<br>Hosted by <a href="https://www.linkedin.com/in/heenapurohit/" target="_blank">Heena Purohit</a></p>
<!-- Building AI or ML products requires more than just the technical skills: It requires the “AI Mindset”. This session goes deeper into the AI mindset and covers areas where the processes of building an AI/ML product is different from building regular software. It will cover areas such as data-centricity, design thinking, ideal team and skills, collaboration and establishing metrics -->
<p class ="text-white"><b>3:00pm EST Turn Your Spotify Music Into Code: Introduction to Third Party APIs</b>
<br>Hosted by <a href="https://www.linkedin.com/in/sreeya-sai/" target="_blank">Sreeya Sai</a></p>
<!-- APIs are a great data source to build your passion project with code. In this workshop, we will be learning how to connect to the Spotify API and pull data about the music you are listening to into your passion project. -->
<div class="card left">
<div class="card-header" id="headingTen">
<h3 class="mb-0 left">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTen" aria-expanded="false" aria-controls="collapseTen">View More <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#51DBF6" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>
</button>
</h3>
</div>
<div id="collapseTen" class="collapse" aria-labelledby="headingTen" data-parent="#accordion">
<div class="card-body">
<p class ="text-white"><b>3:30pm EST Art in Coding: Intro to Processing</b>
<br>Hosted by <a href="https://www.linkedin.com/in/sarah-chou22/" target="_blank">Sarah Chou</a></p>
<p class ="text-white"><b>4:00pm EST Intro to Python: Create Your Own Interactive Text-based Adventure Game</b>
<br>Hosted by <a href="https://www.linkedin.com/in/lykelly11/" target="_blank">Kelly Ly</a></p>
<p class ="text-white"><b>4:30pm EST Team Formation Activity</b>
<br>Hosted by <a href="https://www.techtogether.io" target="_blank">TechTogether</a></p>
<p class ="text-white"><b>5:00pm EST Technical Interview Practice Session (TIPS!)</b>
<br>Hosted by <a href="https://www.linkedin.com/in/sarah-chou22/" target="_blank">Sarah Chou</a></p>
<p class ="text-white"><b>7:00pm EST How Tech Can Change the Fashion Industry </b>
<br>Hosted by <a href="https://www.linkedin.com/in/kendralevy/" target="_blank">Kendra Levy</a></p>
<p class ="text-white"><b>8:00pm EST Getting Started with Augmented Reality Apps on the Web</b>
<br>Hosted by <a href="https://www.linkedin.com/in/aysegulyonet/" target="_blank">Aysegul Yonet</a></p>
<p class ="text-white"><b>8:30pm EST Taylor Swift Trivia!</b>
<br>Hosted by <a href="https://www.linkedin.com/in/sarah-chou22/" target="_blank">Sarah Chou</a></p>
<p class ="text-white"><b>9:00pm EST Intro to Improv</b>
<br>Hosted by <a href="https://www.linkedin.com/in/kayla-oates-08a2a3126/" target="_blank">Kayla Oates</a></p>
<p class ="text-white"><b>9:30pm EST Movie Night (Movie TBD)</b>
<br>Hosted by TechTogether</p>
<p class ="text-white"><b>10:00pm EST Team Formation Activity</b>
<br>Hosted by <a href="https://www.techtogether.io" target="_blank">TechTogether</a></p>
<!-- Calling all Swifties! Who knows Taylor Swift best? We will split into teams and do all sorts of trivia - finish the lyric, name the song, awards categories, and miscellaneous questions. This will be a fun mini event to bond over our love for Taylor and see how well you know her! -->
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<h2 class="mt-5 text-white">Sunday, July 26th</h2>
<p class ="text-white"><b>9:30am EST Contribute without code - Google Crowdsource</b>
<br>Hosted by <a href="https://twitter.com/SiddharthDayal1" target="_blank">Siddharth Dayalwal</a></p>
<p class ="text-white"><b>9:30am EST Entrepreneurship 101</b>
<br>Hosted by The WISE Team</p>
<p class ="text-white"><b>10:00am EST Women in STEM Career Workshop</b>
<br>Hosted by <a href="https://www.linkedin.com/in/lucnalie-jironvil-a861948b/" target="_blank">Lucnalie Jironvil</a></p>
<p class ="text-white"><b>10:30am EST A Hitchhikers Guide to an 'ALT' Approach to College</b>
<br>Hosted by <a href="https://www.linkedin.com/in/margarita-zias/" target="_blank">Margarita Zias</a></p>
<p class ="text-white"><b>11:00am EST From Cash to Crowdfunding: How to Fund your Idea</b>
<br>Hosted by <a href="https://www.linkedin.com/in/sarahgreisdorf/" target="_blank">Sarah Greisdorf</a></p>
<p class ="text-white"><b>11:30am EST Product Management 101: The Early Years</b>
<br>Hosted by <a href="https://www.linkedin.com/in/temiobaisi/" target="_blank">Temi Obaisi</a></p>
<p class ="text-white"><b>12:00pm EST How Hackathons Prepared me for a Career as a Product Manager</b>
<br>Hosted by <a href="https://www.linkedin.com/in/christopherjones72521" target="_blank">Chris Jones</a></p>
<p class ="text-white"><b>12:30pm EST Students Without Internships: How to Make the Most of Summer 2020</b>
<br>Hosted by <a href="https://www.linkedin.com/in/nunez-jasmine/" target="_blank">Jasmine Nunez</a></p>
<p class ="text-white"><b>12:45pm EST Learn About G|Code House</b>
<br>Hosted by <a href="https://www.thegcodehouse.com/" target="_blank">The G|Code House Team</a></p>
<p class ="text-white"><b>1:00pm EST Applications of AI</b>
<br>Hosted by <a href="https://www.aihacks.org/" target="_blank">The AI Hacks Team</a></p>
<p class ="text-white"><b>1:30pm EST Keynote Speaker: Rizel Bobb-Semple</b><br></p>
<p class ="text-white"><b>2:00pm EST Hackathon Organizer Meetup</b></p>
<p class ="text-white"><b>2:30pm EST Devpost Workshop</b></p>
<p class ="text-white"><b>3:30pm EST Project Submissions Due</b></p>
<p class ="text-white"><b>4:00pm EST Judging Begins</b></p>
<p class ="text-white"><b>6:30pm EST Closing Ceremony</b></p>
</div>
</div>
</div>
</section>
<section>
<section class ="footer-border">
<footer class="footer">
<div class="container end">
<div class="row">
<div class="col-lg-2">
<span class="text-muted"><a href="https://www.facebook.com/endthehackergap/" target="_blank">Facebook</a></span><br>
<span class="text-muted"><a href="https://www.instagram.com/techtogether_/" target="_blank">Instagram</a></span><br>
</div>
<div class="col-lg-2">
<span class="text-muted"><a href="mailto:[email protected]" target= "_blank">Contact</a></span><br>
</div>
<!-- <div class="col-lg-2">
<span class="text-muted"><a href="">Privacy Policy</a></span><br>
<span class="text-muted"><a href="">Code of Conduct</a></span>
</div> -->
</div>
</div>
</footer>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>