This repository was archived by the owner on Feb 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhacker-guide.html
336 lines (309 loc) · 19 KB
/
hacker-guide.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- PICKHACKS 2019 TEAM -->
<!-- We're looking for staff! Please inquire by emailing [email protected] -->
<link rel="author" href="people.txt" />
<!-- Meta Information -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<!-- for Google -->
<meta name="description"
content="PickHacks is a 36 hour opportunity for you to build your dreams."/>
<meta name="keywords" content="PickHacks, hackathon, Missouri S&T, S&T, Rolla, MLH"/>
<meta name="author" content="PickHacks"/>
<meta name="theme-color" content="#22292c">
<meta name="copyright" content="PickHacks"/>
<meta name="application-name" content="PickHacks | March 1st - 3rd | Rolla, MO"/>
<title>PickHacks 2019</title>
<link rel="shortcut icon" href="images/pickhacks.ico">
<!-- Materialize for Tables -->
<link rel="stylesheet" href="css/materialize.css" />
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Animations -->
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<!-- Icons -->
<link rel="stylesheet" href="css/flaticon.css" />
<!-- Main css -->
<link rel="stylesheet" href="css/style.css">
<!-- Vertical Nav -->
<!-- <link rel="stylesheet" href="css/reset.css"> -->
<link rel="stylesheet" href="css/vertNav.css"> <!-- Resource style -->
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<script type="text/javascript">
var root = document.getElementsByTagName( 'html' )[0]; // '0' to assign the first (and only `HTML` tag)
root.setAttribute( 'class', 'no-touch' );
</script>
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Poppins:400,500,600' rel='stylesheet' type='text/css'>
</head>
<body data-spy="scroll" data-offset="50" data-target=".navbar-collapse" id="hacker-guide">
<!-- =========================
NAVIGATION LINKS
============================== -->
<!-- <a id="mlh-trust-badge" href="https://mlh.io/seasons/na-2019/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2019-season&utm_content=white" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2019/mlh-trust-badge-2019-white.svg" alt="Major League Hacking 2019 Hackathon Season" style="width:100%"></a> -->
<div class="navbar navbar-fixed-top custom-navbar top-nav-collapse navbar-expand-xl" role="navigation">
<div class="container">
<!-- navbar header -->
<div class="navbar-header">
<a href="index.html" class="navbar-brand smoothScroll"><img class="img-responsive" src="images/pickhacks.png" /><i>PICKHACKS</i></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="nav navbar-nav navbar-right">
<li><a href="#welcome" class="smoothScroll">Welcome!</a></li>
<li><a href="#slack" class="smoothScroll">Slack</a></li>
<li><a href="#maps" class="smoothScroll">Maps</a></li>
<li><a href="#schedule" class="smoothScroll">Schedule</a></li>
<li><a href="#ceremonies" class="smoothScroll">Ceremonies</a></li>
<li><a href="#resources" class="smoothScroll">Resources</a></li>
<li><a href="#prizes" class="smoothScroll">Prizes</a></li>
<li><a href="#travel" class="smoothScroll">Travel</a></li>
<li><a href="#sleeping" class="smoothScroll">Sleeping & Eating</a></li>
<li><a href="#faqs" class="smoothScroll">FAQ</a></li>
</ul>
</div>
</div>
</div>
<!-- =========================
INFO SECTION
============================== -->
<section id="info" class="cd-section">
<div class="container">
<h1>2019 PickHacks Hacker Guide</h1>
<div class="section-title" id="welcome">
<h2>Welcome!</h2>
</div>
<p>Welcome to PickHacks 2019! Get hyped for a weekend of project building, networking, and fun!</p>
<h4>WiFi Details</h4>
<p>Network: MST-PICKHACKS<br>Password: Pickhacks!</p>
<h4>Team Contact</h4>
<p><a href="tel:6366750378">636-675-0378</a></p>
<h4>Emergency</h4>
<p><a href="tel:5733410378">573-341-0378</a> for S&T Police</p>
<h4>Useful Links</h4>
<p><a href="https://www.facebook.com/MSTPickHacks/">Facebook</a> (Use #PickHacks !)<br><a href="https://instagram.com/mstpickhacks">Instagram</a> (Use #PickHacks !)<br><a href="https://twitter.com/mstpickhacks">Twitter</a> (Use #PickHacks !)<br><br><a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH Code of Conduct</a></p>
<div class="section-title" id="slack">
<h2>Slack</h2>
</div>
<p><a href="https://join.slack.com/t/pickhacks2019/shared_invite/enQtNTU2NjIxMjM1NTc0LTUzYmEzNDQ1MDhmMGIzOGE1NzBmOGFhZTI4YjMzMWMyNjUxMzkzY2MzNTIxYWFjNjNkM2M2ZDRlZDFiNWM3OTI">Join our Slack page!</a></p>
<p>This will be your main form of communication with sponsors and the main way to get updates throughout the event.</p>
<div class="section-title" id="maps">
<h2>Maps</h2>
</div>
<h4>Parking</h4>
<p>Parking will be provided free of charge at the Havener Visitor Parking Lot (Star); if this gets full, then park at the lot by the University Police building (34).</p>
<img src="images/parking-map.png">
<h4>Venue</h4>
<p>PickHacks will take place at the Havener Center — the center of community at Missouri S&T.<br><strong>Address: 1346 N Bishop Ave, Rolla, MO 65409</strong></p>
<img src="images/venue-map.png">
<div class="section-title" id="schedule">
<h2>Schedule</h2>
</div>
<img src="images/ScheduleHandout.jpg">
<h4><a href="images/ScheduleHandout.pdf" download>Download Schedule</a></h4>
<div class="section-title" id="ceremonies">
<h2>Ceremonies</h2>
</div>
<h4>Opening Ceremonies</h4>
<p>Opening ceremonies will take place in St. Pat’s A. During this time, you’ll hear from our sponsors and organizers on prizes, logistics, and how to have an awesome weekend! Here is the order of the ceremony:</p>
<ul>
<li><strong>Opening Remarks</strong> (Christopher Gu – Co-Director, PickHacks)</li>
<li><strong>PickHacks Welcome</strong> (Christopher Maples – Chancellor, Missouri S&T)</li>
<li><strong>Keynote Speech</strong> (Mike Swift – Co-Founder & CEO, Major League Hacking)</li>
<li><strong>Sponsor Presentations</strong>
<ul>
<li><strong>Enterprise</strong> (Sarah Faupel – Senior Manager of Talent Acquisition and Michelle Kristich – Senior Talent Acquisition Specialist)</li>
<li><strong>Centene</strong> (Brian Tiefenbruck – Campus Relations Specialist)</li>
<li><strong>Express Scripts</strong> (Jon Joplin – Senior VP and CIO)</li>
</ul>
</li>
<li><strong>Keynote Speech</strong> (John Meister – CIO, Panera)</li>
<li><strong>Major League Hacking Presentation</strong> (Kelly Mahoney – Representative, MLH)</li>
<li><strong>Logistics + Closing Remarks</strong> (Luis Ocampo – Co-Director, PickHacks)</li>
</ul>
<h4>Closing Ceremonies</h4>
<p>Closing ceremonies will also take place in St. Pat’s A. Here, you’ll be able to watch demos of the top five projects and learn who was awarded our prizes!<br>Buses will leave immediately following the ceremony.</p>
<div class="section-title" id="resources">
<h2>Resources</h2>
</div>
<h4>Free Resources</h4>
<ul>
<li><strong>MLH</strong> | <a href="https://hack.mlh.io/software/">Prizes, Software, and Hardware</a></li>
<li><strong>GitHub</strong> | <a href="https://education.github.com/pack">Student Developer Pack</a></li>
<li><strong>SportRadar</strong> | <a href="https://developer.sportradar.com/Hackathon">Sports Data APIs</a>
<ul>
<li>Sports included: NFL, MLB, NBA, NHL, Golf, NASCAR, Soccer Americas, Tennis, League of Legends, Badminton, Beach Volleyball and Indoor Volleyball.</li>
</ul>
</li>
<li><strong>Jumpstart</strong> | <a href="https://jumpstart.me/r/pickhacks">Free hiring platform to find internships!</a></li>
<li><strong>Microsoft</strong> | <a href="https://azure.microsoft.com/en-us/free/free-account-students-faq/">Azure for Students</a></li>
<li><strong>.TECH domains</strong> | <a href="https://docs.google.com/document/d/1mGmwas27jKu67eVZVTvOASdwgYdG4ySMvLsNiXZMYYc/edit">Free .TECH domain</a></li>
</ul>
<h4>MLH Hardware Lab</h4>
<p>Major League Hacking will be providing various hardware to help out your hack. This list will be provided the day of the event, but you can check out a preview of their inventory <a href="https://hardware.mlh.io/">here</a>!</p>
<h4>Sports Equipment</h4>
<p>We will have the following sports equipment available for checkout:</p>
<ul>
<li>Soccer Ball, Football, Basketball, Tennis Balls, Tennis Racket, Jump Rope, Baseball, Ping Pong paddles, Ping Pong Balls, Hockey Stick</li>
</ul>
<div class="section-title" id="prizes">
<h2>Prizes</h2>
</div>
<em>All prizes for each team member unless otherwise notes.</em>
<h4>PickHacks Prizes</h4>
<strong>First Overall</strong><br>
<em>Awarded to the best project all around.</em>
<p>Prize: $500 DigitalOcean Credit, JetBrains IDE Personal Licenses, MLH Finalist Medal, and first choice from the following: iPad Mini 4, XBOX One S, GoPro HERO7 White.</p>
<strong>Second Overall</strong><br>
<em>Awarded to the second best project all around.</em>
<p>Prize: $250 DigitalOcean Credit, MLH Finalist Medal, and second choice from the following: iPad Mini 4, XBOX One S, GoPro HERO7 White.</p>
<strong>Third Overall</strong><br>
<em>Awarded to the third best project all around.</em>
<p>Prize: $100 DigitalOcean Credit, MLH Finalist Medal, and third choice from the following: iPad Mini 4, XBOX One S, GoPro HERO7 White.</p>
<strong>Most Unforgettable Hack</strong><br>
<em>We can't forget your hack.</em>
<p>Prize: Tile Sport Bluetooth Tracker.</p>
<strong>Best Rookie Hack</strong><br>
<em>Your team must have never competed in a hackathon to be eligible for this prize.</em>
<p>Prize: Amazon Echo Dot (Gen 3).</p>
<strong>Best Female Hack</strong><br>
<em>Your team must at least half female hackers to be eligible for this prize.</em>
<p>Prize: DJI Tello Drone w/ Controller.</p>
<strong>Best High School Hack</strong><br>
<em>Your team must must all be high schoolers to be eligible for this prize.</em>
<p>Prize: Kano Computer Kit.</p>
<h4>Sponsor Prizes</h4>
<strong>Panera Bread</strong><br>
<em>Awarded to the best hack using nutritional data (still under the theme of athletics).</em>
<p>Prize: Offer for a paid internship with Panera Bread from May 29 – Aug 16th.</p>
<strong>Express Scripts</strong><br>
<em>Awarded to the best health hack.</em>
<p>Prize: Sphero Bolt App-Enabled Robot.</p>
<strong>Centene</strong><br>
<em>Awarded to the most fun hack.</em>
<p>Prize: Echo Spot.</p>
<strong>Enterprise Holdings</strong><br>
<em>Awarded to the hack with the best human-centered design (UI/UX).</em>
<p>Prize: $50 Amazon Gift Card.</p>
<strong>Wolfram</strong><br>
<em>Awarded to the Top 15 projects.</em>
<p>Prize: Year of Wolfram|One Personal Edition plus a one-year subscription to Wolfram|Alpha Pro.</p>
<strong>.TECH domains</strong><br>
<em>Awarded to the best hack/website submitted on a .TECH domain.</em>
<p>Prize: $200 Amazon Gift Voucher.</p>
<strong>Sketch</strong><br>
<em>Awarded to the project with the best User Interface.</em>
<p>Prize: Sketch License.</p>
<h4>Major League Hacking Prizes</h4>
<p><a href="https://hack.mlh.io/prizes">hack.mlh.io/prizes</a></p>
<h4>Event Prizes</h4>
<strong>Best Social Media Post</strong><br>
<em>Awarded to the best social media post on any platform that uses #PickHacks.</em>
<p>Prize: Fujifilm Camera. <em>One winner only.</em></p>
<strong>First Place, Smash Tournament</strong><br>
<em>Awarded to first place winner of the Smash Tournament.</em>
<p>Prize: AOC 24.5” Gaming Monitor</p>
<strong>Second Place, Smash Tournament</strong><br>
<em>Awarded to second place winner of the Smash Tournament.</em>
<p>Prize: HyperX Cloud II Gaming Headset</p>
<strong>Limbo Champion</strong><br>
<em>How low can you go?</em>
<p>Prize: Fitbit Charge 3</p>
<strong>Musical Chairs Champion</strong><br>
<em>Yes, competitive musical chairs.</em>
<p>Prize: JBL Flip 4 Speaker</p>
<strong>Workshops / Tech Talk Raffle</strong><br>
<em>Awarded to a random attendee of a workshop / tech talk.</em>
<p>Prize: Fitbit Flex 2</p>
<h4>Submitting Your Project</h4>
<p>Project submission will be through our <a href="https://pickhacks.devpost.com/">Devpost</a>. All submissions are due by 8AM on Sunday, and late submissions will not be allowed. Be aware that will be asked to write a title and short description for your project, along with what prizes your project is eligible to win.<br><br>We recommend creating your Devpost submission early, since submissions can be edited until the due date — don’t wait until the last minute!</p>
<h4>Demoing Your Project</h4>
<p>After all projects are submitted, teams will be assigned a table number to set up your project. Judging will begin at 10:00 AM on Sunday and last until noon; please make sure to get to your table a few minutes early to practice your demo and troubleshoot any technical difficulties. Have your pitch ready to go!<br><br>If you’re not sure how to demo, don’t worry! We’ll be hosting a "How To Demo" talk at 8 AM Sunday to teach you how to present your project to judges and other hackers.</p>
<h4>Judging</h4>
<p>Judging will take place expo / science-fair style. During the two hour period, multiple panels of judges will be walking around to score your project. Each project will be judged for our general prizes, and additional judges will visit you for any prizes you applied for.<br><br>You will have a maximum of three minutes to demo your project; this includes any questions they may have! Make sure to practice your pitch so you can get all your information out while still leaving time for questions.<br><br>Judging criteria can be found on the Devpost page. We also encourage you to check out other projects teams have created during this period!</p>
<div class="section-title" id="travel">
<h2>Travel</h2>
</div>
<p>Bus departure times and pickup locations can be found on the Eventbrite for each route. For an overview of all routes, click <a href="https://www.bus.com/event-summary/581857296-65211-to-rolla?access-token=8d4165e9-99de-4d83-be66-c0325c0ad2c3">here</a>.</p>
<ul>
<li><a href="https://www.eventbrite.com/e/pickhacks-trumanmizzou-tickets-56082534370">Route 1: Truman State University → Mizzou</a> (password: ph2019truman)</li>
<li><a href="https://www.eventbrite.com/e/pickhacks-sluwashu-tickets-56083028849">Route 2: SLU → WashU → STL Lambert Airport</a> (password: ph2019slu)</li>
<li><a href="https://www.eventbrite.com/e/pickhacks-purdueuiuc-tickets-56082828249">Route 3: Purdue → UIUC</a> (password: ph2019purdue)</li>
</ul>
<p>Although all reserved seats are full, we have a limited amount of walk-on seats that will be distributed first come, first serve on Friday. <span style="font-weight: bolder;">Please remember that we will be requiring a $7 deposit to reserve your seat that will help us get an accurate headcount for the routes. <span style="text-decoration: underline;">This deposit will be refunded after your participation in PickHacks.</span></span></p>
<h4>Reiumbursements</h4>
<p>Full gas reimbursements will be given out to those who drive to PickHacks outside of Rolla. Gas receipt, student ID, and proof that a project is being worked on will be required.<br><br>To claim for reimbursement, please visit the check-in table from 11 PM to Midnight on Saturday, March 2, with your receipts and your Venmo username.<br><br>If you required reimbursement for another form of travel besides flight (like a public bus), please email us for approval.</p>
<div class="section-title" id="sleeping">
<h2>Sleeping & Eating</h2>
</div>
<p>There will be gender-seperated sleeping areas for the entire event. The male sleeping room will be the Shamrock Conference Room, while the female sleeping room will be the Burgess Conference Room. Air mattresses will be provided, but bring pillows / blankets if you would like!<br><br>Free food and drink will be provided. Those with dietary restrictions will be able to eat first, so please confirm these restrictions with an organizer when checking into the event.</p>
<div class="section-title" id="faqs">
<h2>FAQ</h2>
</div>
<p>Got a question that isn't on this list? Visit us at the check-in table!<br></p>
<strong>Where is registration?</strong><br>
<p>Registration will be at the top of the staircase. You can’t miss us!</p>
<strong>I came late / I don’t know where to go!</strong><br>
<p>Come to the check-in table and we’ll get you up to speed!</p>
<strong>What if I don’t have a team?</strong><br>
<p>No worries! We’ll be holding a team formation event Friday night to allow hackers who came without a team to find one. Feel free to also form spontaneous teams with new friends you meet through the Slack, Facebook group, or throughout the weekend!</p>
<strong>How many people are allowed on a team?</strong><br>
<p>Teams can be up to 4 people.</p>
</div>
</section>
<!-- =========================
FOOTER SECTION
============================== -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<p>Made with love in Rolla, MO<br /><span style="font-size: 0.9rem">Icons made by Freepik from www.flaticon.com</span></p>
<ul class="social-icon">
<li><a href="https://www.facebook.com/MSTPickHacks/" class="fa fa-facebook"></a></li>
<li><a href="https://twitter.com/mstpickhacks" class="fa fa-twitter"></a></li>
<li><a href="https://www.instagram.com/mstpickhacks/" class="fa fa-instagram"></a></li>
<li><a href="mailto:[email protected]" class="fa fa-envelope"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- =========================
SCRIPTS
============================== -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/smoothscroll.js"></script>
<!-- <script src="js/timeCounter.js"></script> -->
<script src="js/main.js"></script> <!-- Resource jQuery -->
<script>
/* HTML document is loaded. DOM is ready.
-------------------------------------------*/
$(document).ready(function() {
/* Hide mobile menu after clicking on a link
-----------------------------------------------*/
$('.navbar-collapse a').click(function(){
$(".navbar-collapse").collapse('hide');
});
});
</script>
<!--
<script type="text/javascript">
var Time = "3/01/2019 16:00:00";
setInterval(function() { countDown(".timer", Time) }, 1000);
</script> -->
</body>
</html>