-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathscience-olympiad.html
113 lines (101 loc) · 6.1 KB
/
science-olympiad.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
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' http://* 'unsafe-inline'; script-src 'self' http://* 'unsafe-inline' 'unsafe-eval'" />
<title>WW-P South Science Club | Science Olympiad</title>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="For the past decade, the South Science Club has been providing scientific opportunities for students in the school. We provide numerous competitions: Science Olympiad, Science Bowl, and various other scientific competitions such as the Biology/Chemistry/Physics Olympiads.">
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
<style>
</style>
</head>
<body>
<script src="Navigation.js"></script>
<main>
<center>
<div class="container" style = "min-height: 100vh; background-color: whitesmoke;">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<h2 class="header center black-text">Science Olympiad (SciOly)</h2>
<div class="row">
<div class="col s12 m12">
<div class="card white darken-2">
<div class="card-image">
<img src="img/Mit big photo 2024.JPG">
</div>
<div class="card-content black-text ">
<p>
Science Olympiad is a high school competition in which students compete in events pertaining to different scientific disciplines, from Astronomy, to Entomology, to Helicopter. WW-P South's Science Olympiad team has a tradition of excellence. We have represented New Jersey at the National Science Olympiad competition nine times in the past fifteen years by winning the state competition.
</p>
<br>
<div class="hr-theme-slash-2">
<div class="hr-line"></div>
<div class="hr-icon"><img src = "favicon-32x32.png"></div>
<div class="hr-line"></div></div>
<br>
<p>
<h4>The Competition</h4>
<p>
There are 23 events this year, which can be found <a href = "https://www.soinc.org/events/2021-event-table">here (go to division C)</a>. At competition, each team sends a pair of students (in some cases three) to compete in each event. The rules, which can be found on the rules manual for each event are different, but in the end, each team gets a placement in the event according to how well they did, with "1" being the best (first place). The overall results are then determined by adding up the individual placements, with the lowest score winning.
<br><br>
There are multiple levels of competition: regional, invitational, state, and national. The information for the regional and state-level competitions can be found here, and those for national tournament here. We also attend invitational competitions, which are currently TBA. We will update the status on the competitions we will attend once it is determined.
<br><br>
</p>
<h4>Preparation and Tryouts</h4>
<p>
Preparing for Science Olympiad is a long process. For study events, it involves getting acquainted with the topic of the event, delving deeper into that topic, taking notes on the topic, and, once ready, taking practice tests. For builders, it requires planning the structure, building the structure, and repeatedly testing and adjusting right up to the competition. Obviously, one must have fun while doing so, or it will not be effective.
<br><br>
This year, tryouts will occur in October, and typically last two to three weeks. Tryouts are open to anyone interested. Usually, approximately 50 - 70 people try out, and two teams (15 members) are selected. Additionally, 10 more people are selected to complete a top 40 pool. Naturally, the process is highly competitive, so making the team requires hard work and dedication. Prior experience is not required. Those making the team will attend the regional and invitational tournaments, as well as take a series of quizzes, and their results will determine the members of the team that will compete at States and, if we continue our streak, Nationals. Those who do not make that team can opt to try out for trial events, which will allow them to also compete at Nationals, but only in the trial events.
<br><br>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
</header>
<footer class="page-footer green lighten-1" style = "margin-top: -5px;"> <!-- sorry future devs LOL -->
<div class="container">
<div class="row">
<div class="col s12 m8">
<img class="responsive-img" src = "img/footer.png">
</div>
<div class="col s12 m4">
<h4 class="white-text">Contact</h4>
<ul>
<li><a class="white-text light" href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
West Windsor-Plainsboro High School South Science Club 2024-2025</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.1.3/firebase.js"></script>
<script>
$(".button-collapse").sideNav();
</script>
</body>
</html>