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.

68 lines
2.7 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div class="container-fluid">
  4. <div class="row">
  5. <h1> Achievements </h1>
  6. <p> I have competed in numerous academic olympiads as of the writing of this date. </p>
  7. </div>
  8. <div class="row">
  9. <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
  10. <a
  11. href="https://www.maa.org/sites/default/files/pdf/AMC/usamo/2021/JMO%20List.pdf"
  12. target="new"
  13. ><h2 class="text-light"> 2021 USA Junior Mathematical Olympiad Qualifier </h2></a>
  14. <p>
  15. In the 2020-21 MAA Season, I obtained a USAJMO qualification
  16. index of 241 (AMC 10A + AIME I) and was thus eligible to participate in the
  17. USA Junior Mathematical Olympiad.
  18. </p>
  19. </div>
  20. <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
  21. <a
  22. href="http://usaco.org/current/data/jan21_gold_results.html"
  23. target="new"
  24. ><h2 class="text-light"> USACO Platinum Division </h2></a>
  25. <p>
  26. In the 2021 January Contest, I was promoted to the
  27. Platinum Division of the USA Computing Olympiad.
  28. </p>
  29. </div>
  30. </div>
  31. <div class="row">
  32. <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
  33. <h2>2020 American Invitational Mathematics Exam Qualifier</h2>
  34. <p>
  35. In the 2019-20 MAA season, I scored a 109.5 on the AMC 10A 2020
  36. and qualified for the 2020 AIME.
  37. </p>
  38. </div>
  39. <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
  40. <h2> 2021 USNCO National Exam Nominee </h2>
  41. <p>
  42. In the 2021 United States National Chemistry Olympiad Local
  43. Exam, I was nominated by the Silicon Valley Division of the
  44. American Chemical Society to take the USNCO National exam.
  45. </p>
  46. </div>
  47. </div>
  48. <div class="row">
  49. <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
  50. <h2> 2021 National Latin Exam </h2>
  51. <p>
  52. In the 2021 National Latin Exam Beginning Latin Exam,
  53. I received a Summa Cum Laude gold medal.
  54. </p>
  55. </div>
  56. <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
  57. <a href="https://cemc.uwaterloo.ca/contests/past_contests/2021/2021CCCResults.pdf"target="new">
  58. <h2 class="text-light">
  59. 2021 Canadian Computing Competition </h2> </a>
  60. <p>
  61. In the 2021 Canadian Computing Competition Senior Division,
  62. I placed in the top 75 out of 2920 competitors.
  63. </p>
  64. </div>
  65. </div>
  66. </div>
  67. {% endblock %}