-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathget_involved.html
198 lines (170 loc) · 12 KB
/
get_involved.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
---
layout: info
title: Get Involved
permalink: /get_involved/
---
<div class="light-bg">
<script>
function toggle(id) {
var a = document.getElementById("curr_sponsors");
var b = document.getElementById("volunteer");
var c = document.getElementById("exec_board");
var d = document.getElementById("mailing_list");
var e = document.getElementById("donate");
var f = document.getElementById("past_sponsors");
if (id == 1){
a.style.display = "block";
b.style.display = "none";
c.style.display = "none";
d.style.display = "none";
e.style.display = "none";
f.style.display = "none";
}
else if (id == 2){
a.style.display = "none";
b.style.display = "block";
c.style.display = "none";
d.style.display = "none";
e.style.display = "none";
f.style.display = "none";
}
else if (id == 3){
a.style.display = "none";
b.style.display = "none";
c.style.display = "block";
d.style.display = "none";
e.style.display = "none";
f.style.display = "none";
}
else if (id == 4){
a.style.display = "none";
b.style.display = "none";
c.style.display = "none";
d.style.display = "block";
e.style.display = "none";
f.style.display = "none";
}
else if (id == 5){
a.style.display = "none";
b.style.display = "none";
c.style.display = "none";
d.style.display = "none";
e.style.display = "block";
f.style.display = "none";
}
else if (id == 6){
a.style.display = "none";
b.style.display = "none";
c.style.display = "none";
d.style.display = "none";
e.style.display = "none";
f.style.display = "block";
}
}
</script>
<script>
window.onload = function() {
toggle(1);
};
</script>
<div class="text-center">
<p class="btn btn-lg btn-dark" onclick="toggle(1)" style="margin-left:50px; margin-right:50px;">Sponsors</p>
<p class="btn btn-lg btn-dark" onclick="toggle(2)" style="margin-right:50px;">Volunteer</p>
<p class="btn btn-lg btn-dark" onclick="toggle(3)" style="margin-right:50px;">Executive Board</p>
<p class="btn btn-lg btn-dark" onclick="toggle(4)" style="margin-right:50px;">Mailing List</p>
<p class="btn btn-lg btn-dark" onclick="toggle(5)" style="margin-right:50px;">Donate</p>
<p class="btn btn-lg btn-dark" onclick="toggle(6)" style="margin-right:50px;">Past Sponsors</p>
</br></br>
</div>
</div>
<div class="row">
<div class="col-lg-12" id ="curr_sponsors">
<h1>2025 Tournament Sponsors</h1>
<h3>Golden Gate Science Olympiad would like to thank our sponsors for bringing our dream of the tournament to reality:</h3>
<center>
<p><br />
<img class="sponsor" src="/img/sponsor/mcb-logo.png" /></p>
<p><br />
<img class="sponsor" src="/img/sponsor/llnl_transparent.png" /></p>
<p><br />
<img class="sponsor" src="/img/sponsor/stanford_doerr.png" /></p>
<p><br />
<img class="sponsor" src="/img/sponsor/appliedphysics.png" /></p>
<p>
<img class="sponsor" src="/img/sponsor/js.png" /></p>
</center>
</div>
</div>
<div class="col-lg-12" id ="volunteer">
<h1>Volunteer</h1>
<p>The competition only runs smoothly because of the talent and hard work of our many, many volunteers throughout the process. Volunteering can be the fun, day-long adventure of assisting with a tournament event—time and test building events, or score and grade the written tests, and more—or the more-involved commitment of an events supervisor. As an events supervisor, you get the chance to write the test and/or be in the ‘room where it happens’ on the day of the event, influencing the way students will display the knowledge they have worked so hard to cultivate. Whatever volunteering commitment you decide is right for you, it is bound to happen that you will learn something: and lifelong learning and curiosity is something GGSO certainly supports.
<strong>Applications for general volunteers <a target="_blank" href="/volunteer-applications">are open now!</a></strong>
</p>
</div>
<div class="col-lg-12" id ="exec_board">
<h1>Executive Board</h1>
<p>Looking for an additional leadership role and more teamwork and involvement yet? Being part of the executive board for the GGSO Team puts you right in the center of the planning. With roles as diverse as Finance and Communications, Special Projects to Sponsorship, there is a place for a wide variety of personal experiences. If you have participated in Science Olympiad in the past and thought you might not get the chance to play an important role after high school graduation, being part of the Executive Board is a great way to involve yourself further and make a difference in how tournaments are designed and run.</p>
<p>Applications will open in the spring.
</p>
</div>
<div class="col-lg-12" id ="mailing_list">
<h1>Mailing List</h1>
<p>Interested in what we do or considering joining our leadership team in the future? Please join our mailing list! You will receive updates about when the upcoming tournament will be held and how you can get involved or support us! Stay connected with GGSO by joining the mailing list below.</p>
<strong><p> Click <a href="http://eepurl.com/b7zsSj">here</a> to join the mailing list!</p></strong>
</div>
<div class="col-lg-12" id ="donate">
<h1>Donate to GGSO!</h1>
<p>The Golden Gate Science Olympiad is a major tournament for the region and the country—donations are how we are able to offer a quality competition for approximately fifty teams from schools not just in California, but around the country. Since GGSO is run by students, for students, we greatly appreciate any donations, whether financial or with regards to time (by volunteering with us!)</p>
<strong><p> Donate <a href="http://paypal.me/ggso">here!</a> </p></strong>
</div>
<div class="col-lg-12" id ="past_sponsors">
<h1>Past Sponsors</h1>
<h3>Golden Gate Science Olympiad would like to thank our past sponsors for bringing our dream of the tournament to reality:</h3>
<p><br />
<img class="sponsor" src="/img/sponsor/llnl.gif" /></p>
<p>Lawrence Livermore National Laboratory has a mission of strengthening the United States’ security by developing and applying world-class science, technology and engineering that enhances the nation’s defense, reduces the global threat from terrorism and weapons of mass destruction, and responds with vision, quality, integrity and technical excellence to scientific issues of national importance.</p>
<p><br />
<img class="sponsor" src="/img/sponsor/UCBEngineering_logo.png" /></p>
<p>To expand knowledge and create transformative technology through original research to tackle the world’s biggest challenges. To work toward a transformed society, in which all members can thrive, through service to government, industry and the engineering professions.</p>
<p><br />
<img class="sponsor_small" src="/img/sponsor/jane_street.png" /></p>
<p>Jane Street is a quantitative trading firm with a unique focus on technology and collaborative problem solving.</p>
<p><br />
<img class="sponsor_small" src="/img/sponsor/aopslogo.svg" /></p>
<p>The mission of the Art of Problem Solving Initiative is to advance mathematics education by promoting opportunities for advanced study.</p>
<p><br />
<img class="sponsor_small" src="/img/sponsor/CITRIS_logo.png" /></p>
<p>The Center for Information Technology Research in the Interest of Society (CITRIS) and the Banatao Institute leverage the research strengths of the University of California campuses at Berkeley, Davis, Merced, and Santa Cruz, and operate within the greater ecosystem of the University and the innovative and entrepreneurial spirit of Silicon Valley.</p>
<p><br />
<img class="sponsor" src="/img/sponsor/wolflogo.png" /></p>
<p>Wolfram|Alpha's long-term goal is to make all systematic knowledge immediately computable and accessible to everyone. Our mission is to collect and curate all objective data; implement every known model, method and algorithm; and make it possible to compute whatever can be computed about anything.</p>
<p>
<img class="sponsor" src="/img/sponsor/stanford_doerr.png" /></p>
<p>The Stanford Doerr School of Sustainability draws on a deep understanding of Earth, climate, and society to create solutions at a global scale, striving to create a future where humans and nature thrive in concert and in perpetuity. Our scholars work with collaborators in our own community and globally to understand challenges and generate solutions at scale. Across our activities we are embedding equity, access, and inclusion and a commitment to generating solutions that benefit all people, especially those most harmed by climate change and environmental damage.</p>
<p><br />
<img class="sponsor" src="/img/sponsor/eureka.png" /></p>
<p>Eureka Therapeutics is a clinical-stage biotechnology company focused on discovering and developing innovative T-cell therapies for the treatment of cancer.
Our versatile E-ALPHA® antibody discovery engine can generate fully human TCR-mimic antibodies against difficult intracellular antigen/MHC complex, as well as conventional cellular surface targets. This, when used in our proprietary ARTEMIS™ T-cell receptor platform, has created potentially safer and more effective T-cell therapies. Eureka Therapeutics will be co-hosting our 2020 invitational.
</p>
<p><br />
<img class="sponsor" src="/img/sponsor/berkeley_bioengineering.png" /></p>
<p>Consistently ranked in the Top 10 according to US News & World Report, Bioengineering at Berkeley seeks to define the new discipline of bioengineering by concentrating on cutting-edge research and the training of advanced undergraduate and graduate students to be the next leaders in the field.</p>
<p><br />
<img class="sponsor_small" src="/img/sponsor/berkeley_ieor.png" /></p></br>
<p>The Industrial Engineering and Operations Research Department at the University of California at Berkeley teaches students to invent, analyze and learn tools and approaches for design, analysis, risk management, and decision-making in complex real-world systems like supply chains, energy systems, healthcare systems, and financial systems.</p>
<p><br />
<img src="/img/sponsor/berkeley_mcb.png" width="200" /></p>
<p>The UC Berkeley Department of Molecular & Cell Biology (MCB) is home to Undergraduate and Graduate academic programs as well as Faculty Research performed by faculty organized in five divisions: Biochemistry, Biophysics and Structural Biology; Cell and Developmental Biology; Genetics, Genomics and Development; Immunology and Pathogenesis; and Neurobiology. As a department, we are committed to supporting all our members and increasing the representation of historically under-represented groups in our community.</p>
<p><br />
<img class="sponsor" src="/img/sponsor/stanford_oso.png" /></p>
<p>Stanford’s Office of Science Outreach (OSO) encourages and assists Stanford faculty and students to engage in science outreach targeted at our nation’s youth, school teachers, and general public that will increase their interest, understanding, and involvement in science, math, and engineering. Reporting to Stanford’s Dean of Research, the OSO helps faculty and students create outreach project ideas and proposals with which to share their research. We identify potential partners (both within Stanford as well as K-14 schools, nonprofits, science museums, etc.), assist with proposal development and project implementation, and maintain the OSO website to advertise what’s on offer.</p>
<p><br />
<img class="sponsor" src="/img/sponsor/stanford_chemh.png" /></p></br>
<p>Stanford ChEM-H is a new interdisciplinary institute focused on connecting Chemistry, Engineering, and Medicine for Human Health. The institute is a joint venture of the Schools of Medicine, Engineering, and Humanities and Sciences. The proximity of world-class biologists, chemists, engineers, and clinicians at Stanford presents a unique opportunity to study human biology at a molecular level, to translate this knowledge into groundbreaking products and services that promote healthy living, and to educate a new cadre of “physician-scientist-engineers” who will lead a rapidly evolving industry.</p>
<p><br />
<p><img class="sponsor" src="/img/sponsor/avogadro.png" /></p></br>
<p>The Avogadro scoring system makes it painless to set up, host, score, and distribute results for Science Olympiad competitions.</p>
</div>
</div>
</div>
</div>