-
Notifications
You must be signed in to change notification settings - Fork 0
/
details.html
423 lines (396 loc) · 21 KB
/
details.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112733614-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-112733614-1');
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>UTSCode</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#f3f3f3">
<meta name="keywords" content="UTSCode, UTSC, University of Toronto Scarborough, Nick's Programming Club, competitive programming, competitive coding, coding competition, CSEC, CSEC competition, UTSCode UTSC, UofT, University of Toronto">
<meta name="description" content="UTSCode is the University of Toronto Scarborough's second annual competitive coding challenge. We invite everyone to come participate in a challenging and unique coding competition!">
<meta name="author" content="Computer Science Enrichment Club Web Division">
<!-- Bootstrap 4 -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy"
crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>f
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4"
crossorigin="anonymous"></script>
<!--Import FontAwesome-->
<script src="https://use.fontawesome.com/82797e60c2.js"></script>
<!-- import and load particle.js -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- Import Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900" rel="stylesheet">
<!-- Custom Stylesheet and js -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="js/scripts.js"></script>
<!-- Google Recaptcha -->
<script src="https://www.google.com/recaptcha/api.js"></script>
</head>
<body>
<!-- Nav -->
<div class="container-fluid nav-nopadding">
<nav class="navbar navbar-expand-md navbar-light fixed-top justify-content-end" id="navbar">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target=#navbar-items>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbar-items">
<ul class="navbar-nav align-items-end">
<li class="nav-item">
<a class="nav-link" href="#main">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sponsors">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="modal" data-target="#registerModal">Register</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.facebook.com/UTSCode" target="_blank">
<i class="fa fa-facebook-square" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- Main -->
<div class="container text-center" id="main">
<div id="main_contents">
<div class="row">
<div class="col">
<img src="img/main_logo.png" class="img-fluid normalize" id="logo">
</div>
</div>
<div class="row">
<div class="col">
<b><h1> CONTEST DETAILS AND FAQ </h1></b>
<hr>
<h2>11:30AM - 5PM on Saturday, September 29th, 2018</h2>
</div>
</div>
<div class="row">
<div class="col">
<h4>University of Toronto Scarborough, Room 216 Humanities Wing [HW216]</h4>
</div>
</div>
</div>
</div>
<!-- About -->
<div class="container text-center" id="about">
<div class="row mb-5">
<div class="col-lg-12 col-md-12">
<p text-align="left">
<br>
UTSCode is coming up! We're all excited to share the details with you as it's just around the corner. Get ready for a fun day filled with coding challenges, snacks, and great prizes!
<br>
<b>IMPORTANT NOTE -</b> the contest location may not have the best access to chargers, so please bring your own fully charged laptops and a backup solution in case of emergencies! WiFi is provided, so no concerns on that end.
<br><br>
<b>Here's the itinerary</b> - <br>
11:30AM: Welcome and Contest Details <br>
12-5PM: Compete! <br>
5-6PM: Dinner and networking with TD representatives <br>
<br>
Be sure to <a href="https://www.dropbox.com/request/2TfpgBk8s6v2uMoxAdNC" target="_blank">submit your resume</a> using the Dropbox link and don't miss out on employment opportunities from top sponsors like Dessa, TD, and Rubikloud!
</p>
</div>
</div>
</div>
<!-- FAQ -->
<div class="container py-5" id="faq">
<h2 class="mb-5">Frequently Asked Questions</h2>
<h4>
<b>What if I don't have a team yet?</b>
</h4>
<p>Get there early! If you can get to UTSCode early, we'll be organizing some team matching and get you set up with a few great new buddies. Just head up to the front and let us know you're looking for more members. Additionally, as mentioned above, you can choose to compete alone.</p>
<h4>
<b>How do I register my team?</b>
</h4>
<p>You must make ONE (1) account per team on <a href="https://utoronto.kattis.com/register" target="_blank">the Utoronto Kattis site</a><br>
<b>Under the "Full Name" section include an appropriate name for your team</b>, then register your team name on the <a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSd8YRK6cjv1IwzxLd03lYDObHEa31u-BVIfdknZOFtZoBGO8A/viewform">Google Form</a>. Please make sure to register your team before the start of the contest.
<h4>
<b>What programming languages am I allowed to use?</b>
</h4>
<p>Please refer to
<a href="https://utoronto.kattis.com/help">Kattis Help</a> for more info on the online judge's supported environments.</p>
<h4>
<b>Can there be groups of less/more than 3?</b>
</h4>
<p> As we are trying to make it similar to an ACM-ICPC style contest, there will be a maximum of three members per team. For this contest, we will allow you to have less members.
</p>
<h4>
<b>Can I participate remotely?</b>
</h4>
<p> Yes you can, but you must be onsite to be considered for prizes, prizes will be distributed at the end of the contest.</p>
<h4>
<b>How many laptops per team?</b>
</h4>
<p> Each team (regardless of team members) is only allowed one laptop shared amongst all team members at a time. Backup laptops as emergency measures are allowed but only one active laptop is permitted.</p>
<h4>
<b>What resources am I allowed to use?</b>
</h4>
<p> At UTSCode, no additional electronic devices may be brought into the contest area. Online reference materials will be restricted to things like JavaDocs and C++ STL docs - language reference only. This means no StackOverflow! Printed reference material up to 25 pages is allowed.</p>
<h4>
<b>What are the prizes going to be like?</b>
</h4>
<p> We hope you're not coming just for the prizes! But we'll be featuring awesome prizes such as Samsung Gear Smartwatches, Mechanical Keyboards, Google Home Minis, and other great sponsor swag! The best first-year team also has a chance to come away with some amazing prizes!</p>
<h4 class="text-center text-secondary mt-4">Got more questions? Feel free to shoot us an email at
<br>
</h4>
</div>
<!-- Sponsors -->
<div class="container py-5 text-center" id="sponsors">
<h2 class="mb-2">Finding Your Way There - Humanities Wing HW216</h2>
<div class="row">
<div class="col">
<img src="img/UTSCLocation.png" class="mt-12 img-fluid clickable" onclick="window.open('http://map.utoronto.ca/utsc')">
</div>
</div>
</div>
<div class="container border-top footer text-secondary">
<i class="fa fa-copyright" aria-hidden="true"></i> CSEC 2018 | All rights reserved.
</div>
<!-- Modals -->
<!-- Reg form -->
<div class="modal fade" id="registerModal" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" autocomplete="off">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Register</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
×</button>
</div>
<div class="modal-body">
<form action="https://docs.google.com/forms/d/e/1FAIpQLSfe2BgvJCDAP9IoBV2bDMzFD5hOg8BoTt8KTCDMh_U-xGd65A/formResponse" method="POST"
id="ss-form" target="_self" autocomplete="on" onsubmit="" class="needs-validation" novalidate>
<!-- Full name -->
<div class="form-group">
<div class="ss-form-question errorbox-good" role="listitem">
<div dir="auto" class="ss-item ss-item-required ss-text">
<div class="ss-form-entry">
<label class="ss-q-item-label" for="entry_1201541875">
<div class="ss-q-title">Full Name
<label for="itemView.getDomIdToLabel()" aria-label="(Required field)"></label>
</div>
<div class="ss-q-help ss-secondary-text" dir="auto"></div>
</label>
<input type="text" name="entry.1201541875" value="" class="ss-q-short form-control" id="entry_1201541875" dir="auto" aria-label="Full name "
aria-required="true" required="" title="" placeholder="Full name">
<div class="error-message" id="365678314_errorMessage"></div>
</div>
</div>
</div>
</div>
<!-- Email -->
<div class="form-group">
<div class="ss-form-question errorbox-good" role="listitem">
<div dir="auto" class="ss-item ss-item-required ss-text">
<div class="ss-form-entry">
<label class="ss-q-item-label" for="entry_1319832469">
<div class="ss-q-title">Email Address
<label for="itemView.getDomIdToLabel()" aria-label="(Required field)"></label>
</div>
<div class="ss-q-help ss-secondary-text" dir="auto"></div>
</label>
<input type="email" name="entry.1319832469" value="" class="ss-q-short form-control" id="entry_1319832469" dir="auto" aria-label="Email Address"
aria-required="true" required="" title="" placeholder="Email">
<div class="error-message" id="1283085552_errorMessage"></div>
</div>
</div>
</div>
</div>
<!-- Student # -->
<div class="form-group">
<div class="ss-form-question errorbox-good" role="listitem">
<div dir="auto" class="ss-item ss-text">
<div class="ss-form-entry">
<label class="ss-q-item-label" for="entry_1171341493">
<div class="ss-q-title">UofT Student Number
<label for="itemView.getDomIdToLabel()"></label>
</div>
<div class="ss-q-help ss-secondary-text" dir="auto"></div>
</label>
<input type="number" name="entry.1171341493" value="" class="ss-q-short form-control" id="entry_1171341493" dir="auto" aria-label="UofT Student Number"
title="" placeholder="UofT Students Only">
<div class="error-message" id="104992292_errorMessage"></div>
</div>
</div>
</div>
</div>
<!-- Which campus are you based at? -->
<div class="form-group">
<div class="ss-form-question errorbox-good" role="listitem">
<div dir="auto" class="ss-item ss-item-required ss-select">
<div class="ss-form-entry">
<label class="ss-q-item-label" for="entry_1308944106">
<div class="ss-q-title">Select your UofT campus or High School
<label for="itemView.getDomIdToLabel()" aria-label="(Required field)"></label>
</div>
<div class="ss-q-help ss-secondary-text" dir="auto"></div>
</label>
<select name="entry.1308944106" id="entry_1308944106" aria-label="Select your campus " aria-required="true" required=""
class="required form-control">
<option value="Scarborough">Scarborough</option>
<option value="St. George">St. George</option>
<option value="Mississauga">Mississauga</option>
<option value="High School">High School</option>
</select>
</div>
</div>
</div>
</div>
<b>*If you are interested in opportunities</b> with our sponsors, please upload your resume to
<a target="_blank" href="https://www.dropbox.com/request/2TfpgBk8s6v2uMoxAdNC">our Dropbox.</a>
<br>
<hr>
<!-- Checkbox -->
<div class="form-check">
<div class="ss-form-question errorbox-good" role="listitem">
<div dir="auto" class="ss-item ss-item-required ss-checkbox">
<div class="ss-form-entry">
<div class="ss-choices ss-choices-required" role="group" aria-label="By checking this button, you agree to all the Terms and Conditions and Photo Release Form of this contest ">
<div class="ss-choice-item form-check">
<div class="ss-choice-item-control goog-inline-block">
<input type="checkbox" name="entry.1009321477" value="Yes" id="group_1009321477_1" role="checkbox" class="form-check-input"
required>
</div>
<label class="ss-q-item-label form-check-label" for="entry.1009321477">
<div class="ss-q-title">
<small class="form-text text-muted">By checking this button, you agree to all the
<a href="" data-toggle="modal" data-target="#contestModal">terms and conditions</a> of the contest</small>
<label for="itemView.getDomIdToLabel()" aria-label="(Required field)"></label>
</div>
<div class="ss-q-help ss-secondary-text" dir="auto"></div>
</label>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- captcha -->
<div class="g-recaptcha" data-sitekey="6LfPV0oUAAAAAKmI8vgtHskDeOADZ05wERAIWjc7"></div>
<br>
<!-- Submit button -->
<input type="submit" name="submit" value="Submit" class=" btn btn-primary" id="ss-submit">
</form>
</div>
</div>
</div>
</div>
<div class="modal fade" id="winnerModal" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">UTSCode 2017 Winners</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
×</button>
</div>
<div class="modal-body">
<div class="card-group">
<div class="card text-white bg-success mb-2" style="min-width: 18rem;">
<div class="card-header">1st Place</div>
<div class="card-body">
<h5 class="card-title">
<i class="fa fa-users" aria-hidden="true"></i> UWaterloo G-G-Geomatics</h5>
<h5 class="card-text">Rhys Rustad-Elliott</h5>
<h5 class="card-text">Jason Pham</h5>
<h5 class="card-text">Tudor Brindus</h5>
<hr>
<h6 class="card-text">Corsair K70 Mechanical Keyboards</h6>
</div>
</div>
<div class="card text-black bg-warning mb-2" style="min-width: 18rem;">
<div class="card-header">2nd Place</div>
<div class="card-body">
<h5 class="card-title">
<i class="fa fa-users" aria-hidden="true"></i> Panda</h5>
<h5 class="card-text">Xincheng Zhang</h5>
<h5 class="card-text">Peiying Li</h5>
<h5 class="card-text">Changyu Bi</h5>
<hr>
<h6 class="card-text">Raspberry Pi 3s</h6>
</div>
</div>
<div class="card text-white bg-secondary mb-2" style="min-width: 18rem;">
<div class="card-header">3rd Place</div>
<div class="card-body">
<h5 class="card-title">
<i class="fa fa-users" aria-hidden="true"></i> CAPITAL</h5>
<h5 class="card-text">Akshay Nair</h5>
<h5 class="card-text">Sakeeb Hossain</h5>
<h5 class="card-text">Hamza Raza</h5>
<hr>
<h6 class="card-text">$50 Amazon Gift Cards</h6>
</div>
</div>
<div class="card text-white bg-primary mb-2" style="min-width: 18rem;">
<div class="card-header">Best First Year Team Award</div>
<div class="card-body">
<h5 class="card-title">
<i class="fa fa-users" aria-hidden="true"></i> play2win</h5>
<h5 class="card-text">Jiayi Zhao</h5>
<h5 class="card-text">Alex Wong</h5>
<h5 class="card-text">Tsz Cheuk So</h5>
<hr>
<h6 class="card-text">Cracking the Coding Interview Books</h6>
<small>* Not including UWaterloo GGG, who all were first years.</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="contestModal" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Full Contest Details</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
×</button>
</div>
<div class="modal-body">
<p>
You agree that by participating in the UTSCode competitive programming challenge, you will abide by all rules of UTSCode
listed on this page, as well as all rules of the Kattis Online Judge system. You agree that all rulings on prizes
by the contest coordinators are final. You understand that failure to comply with any of these terms may result
in permanent disqualification from all future contests. We, the coordinators, reserve the right to modify the
rules, terms, and conditions of the UTSCode at any time, and without notice. By participating, you agree to release
us from any and all claims, damages or liabilities arising from or relating to your participation.
<br>
<br> The contest will last 5 hours, with each team having a maximum of 3 members. While the contest is running, we
advise teams to not discuss solutions with other as this could lead to disqualification.
<br>
<br> Time and memory limits for the execution of the program will be displayed on each problem statement page. Contestants
and teams may submit solutions using any of the following programming languages supported on the Kattis Online
Judge as many times as they wish. Please refer to
<a href="https://utoronto.kattis.com/help">Kattis Help</a> for more info on the online judge's supported environments.
</div>
</div>
</div>
</div>
<!-- load particle js -->
<div id="particles-js"></div>
</body>
</html>