-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
357 lines (349 loc) · 13.8 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WOSS Dual Olympiad</title>
<meta content="WOSS Dual Olympiad" property="og:title" />
<meta content="WOSS Dual Olympiad Official Website - 2024" property="og:description" />
<meta content="https://wossdual.github.io/" property="og:url" />
<meta content="./assets/logo.png" property="og:image" />
<link rel="icon" type="image/x-icon" href="./assets/logo.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Lexend:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./src/main.css">
</head>
<body onscroll="headerHide(), highlightCurrentNav()">
<video autoplay muted loop>
<source src="./assets/bg.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<header id="header">
<p id="start">WOSS Dual Olympiad</p>
<nav>
<a href="#home" id="nav-home">Home</a>
<a href="#about" id="nav-about">About</a>
<a href="#schedule" id="nav-schedule">Schedule</a>
<a href="#rules" id="nav-rules">Rules</a>
<a href="#format" id="nav-format">Format</a>
<a href="#sponsors" id="nav-sponsors">Sponsors</a>
</nav>
</header>
<main id="home">
<div>
<h1>WOSS Dual Olympiad 2024</h1>
<hr>
<p>Join the WOSS Dual Olympiad to challenge yourself in Math and
Computer Science, working Solo or in
Teams. Connect with peers who share your passion for
excellence!
</p>
</div>
<img src="./assets/logo.png" width="350" alt="WOSS Dual Olympiad Logo">
</main>
<h2>Countdown!</h2>
<div id="countdown">
<div>
<h2 id="days"></h2>
<p>Days</p>
</div>
<div>
<h2 id="hours"></h2>
<p>Hours</p>
</div>
<div>
<h2 id="minutes"></h2>
<p>Minutes</p>
</div>
<div>
<h2 id="seconds"></h2>
<p>Seconds</p>
</div>
</div>
<article id="about">
<div>
<h1>About the WOSS Dual Olympiad</h1>
<hr>
<p>The WOSS Dual Olympiad is a Math and Computer Science
Competition, held in the WOSS South Campus
Cafeteria, between December 16 and December 17.<br><br> It
is held on two seperate days, with two
rounds within one day - the first day
is for Math, where participants will be solving math
problems either in the individual round, or the
team round.<br><br>The second day will be focusing on
Computer Science. The individual section has two divisions - Junior
and Senior (Junior is easier, Senior is harder). Team rounds are equal difficulty. Participants will be
solving programming
problems on DMOJ with their language of
choice.<br><br>Participants may participate in any or all four rounds.
<br><br><span style="font-size: 1.25em;">If you're interested, please fill out the interest form <a
href="https://forms.gle/A8CAsoVKmHmR21Vb9"
target="_blank">here!</a></span></p>
</div>
</article>
<article id="schedule">
<div>
<h1>Schedule</h1>
<hr>
<div>
<div id="lunday">
<h2>Monday, December 16</h2>
<br>
<ul>
<li>
<p><b>2:45 – 3:00</b><span class="pipe"> |</span>
Setup</p>
</li>
<li>
<p><b>3:00 – 3:10</b><span class="pipe"> |</span>
Introduction - Math Section</p>
</li>
<li>
<p><b>3:10 – 4:00</b><span class="pipe"> |</span>
Math Individual Round</p>
</li>
<li>
<p><b>4:00 – 4:30</b><span class="pipe"> |</span>
Break</p>
</li>
<li>
<p><b>4:30 – 5:20</b><span class="pipe"> |</span>
Math Team Round</p>
</li>
<li>
<p><b>5:20 – 5:30</b><span class="pipe"> |</span>
Awards Ceremony</p>
</li>
</ul>
</div>
<div>
<h2>Tuesday, December 17</h2>
<br>
<ul>
<li>
<p><b>2:45 – 3:00</b><span class="pipe"> |</span>
Setup</p>
</li>
<li>
<p><b>3:00 – 3:10</b><span class="pipe"> |</span>
Introduction - CS Section</p>
</li>
<li>
<p><b>3:10 – 4:00</b><span class="pipe"> |</span>
CS Individual Round (Junior/Senior)</p>
</li>
<li>
<p><b>4:00 – 4:30</b><span class="pipe"> |</span>
Break</p>
</li>
<li>
<p><b>4:30 – 5:20</b><span class="pipe"> |</span>
CS Team Round</p>
</li>
<li>
<p><b>5:20 – 5:30</b><span class="pipe"> |</span>
Awards Ceremony</p>
</li>
</ul>
</div>
</div>
</div>
</article>
<article id="rules">
<div>
<h1>Rules</h1>
<hr>
<ul>
<li>
<p>Teams consist of <b>one to three (1 – 3)</b> students
from White Oaks Secondary School.</p>
<ul>
<li>
<p>There are exceptions, reach out via Discord for more info.</p>
</li>
</ul>
</li>
<li>
<p>Scientific calculators are allowed for all rounds.</p>
<ul>
<li>
<p>NO graphing calculators permitted!</p>
</li>
</ul>
</li>
<li>
<p>All submissions will be done electronically; <b>please
bring a charged device.</b></p>
<ul>
<li>
<p>Submission for Mathematics Rounds will be done through Google Form on
your own device.</p>
</li>
<li>
<p>Bring a computer for the Computer Science Rounds.</p>
</li>
<ul>
<li>
<p>The Computer Science Rounds will be using <a href="https://dmoj.ca"
target="_blank">DMOJ</a>; please
register if you have not already!</p>
</li>
</ul>
</ul>
</li>
<li>
<p>Tiebreaking for prizes for mathematics will be done
fairly based on problem difficulty,
calculated as the sum of <i>(problem points) * (100%
− (percent of people answered
correctly))</i>.</p>
</li>
<li>
<p>Tiebreaking for prizes for computer science will be
done based on speed.</p>
</li>
</ul>
</div>
</article>
<article id="format">
<div>
<h1>Format</h1>
<hr>
<div>
<div>
<h2>Mathematics Individual</h2>
<br>
<ul>
<li>
<p><b>50</b> Minutes</p>
</li>
<li>
<p><b>25</b> Problems</p>
<ul>
<li>
<p>Part A: 10 Problems, 5 Points each</p>
</li>
<li>
<p>Part B: 10 Problems, 6 Points each</p>
</li>
<li>
<p>Part C: 5 Problems, 8 Points each</p>
</li>
</ul>
</li>
<li>
<p>Total: out of <b>150</b></p>
</li>
<li>
<p>No points for leaving blank</p>
</li>
<li>
<p>No penalty for incorrect answers or guessing</p>
</li>
<li>
<p>Answers are integers from 0 to 99</p>
</li>
</ul>
<br>
</div>
<div>
<h2>Mathematics Team</h2>
<br>
<ul>
<li>
<p><b>50</b> Minutes</p>
</li>
<li>
<p><b>5</b> Multi-Part Problems</p>
</li>
<li>
<p>Total: out of <b>60</b></p>
</li>
<li>
<p>No points for leaving blank</p>
</li>
<li>
<p>No penalty for incorrect answers or guessing</p>
</li>
<li>
<p>Answers are integers from 0 to 99</p>
</li>
</ul>
<br>
</div>
<div>
<h2>Computer Science Individual</h2>
<br>
<ul>
<li>
<p><b>50</b> Minutes</p>
</li>
<li>
<p><b>3</b> Problems</p>
<ul>
<li>
<p>100 points for each fully accepted
submission</p>
</li>
</ul>
</li>
<li>
<p>Total: out of <b>300</b></p>
</li>
<li>
<p>Unlimited submissions allowed</p>
</li>
<li>
<p>Junior and Senior Divisions</p>
</li>
</ul>
<br>
</div>
<div>
<h2>Computer Science Team</h2>
<br>
<ul>
<li>
<p><b>50</b> Minutes</p>
</li>
<li>
<p><b>3</b> Problems</p>
<ul>
<li>
<p>100 points for each fully accepted
submission</p>
</li>
</ul>
</li>
<li>
<p>Total: out of <b>300</b></p>
</li>
<li>
<p>Unlimited submissions allowed</p>
</li>
</ul>
</div>
</div>
</div>
</article>
<article id="sponsors">
<div>
<h1>Sponsors</h1>
<hr>
<div>
<a href="https://www.wolfram.com/"><img src="./assets/wolfram-corporate-logo-stacked-med.png" style="background-color: white; border-radius: 1rem;"/></a>
<a href="https://mollymaid.ca/"><img src="./assets/MollyMaid_URL_Logo_281_RGB.png" style="background-color: white; border-radius: 1rem;"/></a>
</div>
</div>
</article>
<footer>
<p><a href="https://linktr.ee/WOSSMath">WOSS Mathematics Linktree</a></p>
<p><a href="https://linktr.ee/woss_cs">WOSS Computer Science Linktree</a></p>
<br>
<p>© 2024 WOSS Dual Olympiad</p>
</footer>
<script src="./src/index.js"></script>
</body>
</html>