You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.7 KiB
69 lines
2.7 KiB
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<h1> Achievements </h1>
|
|
<p> I have competed in numerous olympiads and academic competitions as
|
|
of this date. </p>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
|
|
<a
|
|
href="https://www.maa.org/sites/default/files/pdf/AMC/usamo/2021/JMO%20List.pdf"
|
|
target="new"
|
|
><h2 class="text-light"> 2021 USA Junior Mathematical Olympiad Qualifier </h2></a>
|
|
<p>
|
|
In the 2020-21 MAA Season, I obtained a USAJMO qualification
|
|
index of 241 (AMC 10A + AIME I) and was thus eligible to participate in the
|
|
USA Junior Mathematical Olympiad.
|
|
</p>
|
|
</div>
|
|
<div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
|
|
<a
|
|
href="http://usaco.org/current/data/jan21_gold_results.html"
|
|
target="new"
|
|
><h2 class="text-light"> USACO Platinum Division </h2></a>
|
|
<p>
|
|
In the 2021 January Contest, I was promoted to the
|
|
Platinum Division of the USA Computing Olympiad.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
|
|
<h2>2020 American Invitational Mathematics Exam Qualifier</h2>
|
|
<p>
|
|
In the 2019-20 MAA season, I scored a 109.5 on the AMC 10A 2020
|
|
and qualified for the 2020 AIME.
|
|
</p>
|
|
</div>
|
|
<div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
|
|
<h2> USNCO National Exam Nominee </h2>
|
|
<p>
|
|
In the 2021 United States National Chemistry Olympiad Local
|
|
Exam, I was nominated by the Silicon Valley Division of the
|
|
American Chemical Society to take the USNCO National exam.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
|
|
<h2> 2021 National Latin Exam </h2>
|
|
<p>
|
|
In the 2021 National Latin Exam Beginning Latin Exam,
|
|
I received a Summa Cum Laude gold medal.
|
|
</p>
|
|
</div>
|
|
<div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
|
|
<a href="https://cemc.uwaterloo.ca/contests/past_contests/2021/2021CCCResults.pdf"target="new">
|
|
<h2 class="text-light">
|
|
2021 Canadian Computing Competition </h2> </a>
|
|
<p>
|
|
In the 2021 Canadian Computing Competition Senior Division,
|
|
I placed in the top 75 out of 2920 competitors.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|