-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathint-bee.html
More file actions
123 lines (116 loc) · 5.56 KB
/
int-bee.html
File metadata and controls
123 lines (116 loc) · 5.56 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>CU Math Society</title>
<meta name="og:title" content="CarletonU Math Society">
<meta name="og:image" content="https://cumathsoc.github.io/images/logo/logo-square.png">
<meta name="og:description"
content="CarletonU Student Math Society dedicated to bringing students and faculty of Mathematics together">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="CarletonU Math Society, CarletonU, Math, Stats, CUMathSoc">
<meta name="description" content="About CarletonU Student Math Society">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" type="image/png" href="images/logo/logo.png">
<!--I am lazy to make a proper favicon-->
<script charset="utf-8" src="script.js"></script>
<link rel="stylesheet" href="style.css" />
<link rel = "stylesheet" href = "styles/int-bee.css">
</head>
<body>
<img src = 'images/tux.png' id = "tux"/>
<header>
<div id="logo"><a href="index.html"><img src="images/logo/logo.png" /></a></div>
<a href="javascript:void(0);" class="hamburger-nav" onclick="toggleMenu()"><i class="fa fa-bars"></i></a>
<h1 id="club-name">CU Math & Stat Society</h1>
<nav id="header-nav">
<a href="index.html">News</a>
<a href="gallery.html">Gallery</a>
<a href="video.html">Videos</a>
<a href="resources.html">Resources</a>
<a href="merch.html">Merch</a>
<a href="about.html">About</a>
</nav>
<nav id="nav-social">
<a href="https://discord.gg/4ttYNMWkVw"><i class="fa-brands fa-discord"></i></a>
</nav>
</header>
<button onclick="toTop()" id="top_btn" title="Go to top">Top</button>
<div class="content">
<div class="integration">
<h2 class="section-title">Undergraduate Integration Bee</h2>
<p>
<h2><u>Schedule:</u></h2>
<b>Qualifiers release:</b> March 26th
<ul>
<a href="pdfs/OfficialQualifiersIntegrationBee2024.pdf">PDF link</a>
</ul>
<b>Qualifiers deadline:</b> April 3rd
<ul>
<a href="https://docs.google.com/forms/d/1G2pWwbgT6TrMRF01zh2WySeFSZ49xSWc5kWip7gHjEg/">Submission form</a>
</ul>
<b>Top 8 announcement in alphabetical order:</b> April 4th
<table>
<tr>
<td>Aaron Kasprzak</td>
<td>Haroun Sheikh</td>
</tr>
<tr>
<td>Ali Khan</td>
<td>Kevin Giddings</td>
</tr>
<tr>
<td>Asem Aliwan</td>
<td>Luke Hansen</td>
</tr>
<tr>
<td>Ciaran McDonald-Jensen</td>
<td>Vedaant Srivastava</td>
</tr>
</table>
<b>Finale:</b>
<ul class="no-bullet">
<li>
<b>Date:</b> April 5th @ 4:00PM
</li>
<li>
<b>Location:</b> Loeb Building (LA) C264
</li>
</ul>
<h2><u>Format:</u></h2>
All Carleton University Undergraduate Students are welcome to participate in this event. A list of integrals used for the qualifying round will be released as a PDF file on March 26th and your solutions are to be submitted before April 3rd, 3:00pm. Please show as much work as possible, detailed and concise solutions will score more favourably, hence increasing your chances of entering the Top 8 for the finale.
<br/>
<br/>
On April 4th, the list of the Top 8 shall be announced and posted in the schedule above. For the finale on the 5th, it will be run as a single elimination bracket in head-to-head style. Contestants in each round will be invited to the board to solve the given integrals. The first person to write the correct answer on the board will advance to the next round. If the integral is not solved within the given time limit, then we will repeat the round with another integral.
<br/>
<br/>
<br/>
<img class="center" style="margin: auto;" src="images/poster/int-bee.png">
</div>
<a name="about"></a>
<div class="section">
<div class="content">
<h2 class="section-title">π Become a Member π</h2>
<p>Becoming a member supports club activities and encourages us to make Math @ CarletonU a better
experience!</p>
<p>Not only does it help us, it comes with perks as well:</p>
<ul>
<li>Complementary Food at our events</li>
<li>Discount price for Books and Merchs</li>
<li>Recorded colloquia privilege</li>
</ul>
To become a member, come to any MathSoc events and pay the yearly $5 membership fees.
</div>
</div>
<footer>
<p>Join CarletonU Math Society on <a href="https://discord.gg/4ttYNMWkVw" onmouseover="showTux()" onmouseout="hideTux()"><i
class="fa-brands fa-discord"></i></a></p>
<div class = "secret">Linux for Life</div>
</footer>
</body>
<script>
piTime();
</script>
</html>