diff --git a/content/events/bmmt-2025-online.md b/content/events/bmmt-2025-online.md index 6a0d626..e1f801f 100644 --- a/content/events/bmmt-2025-online.md +++ b/content/events/bmmt-2025-online.md @@ -45,7 +45,7 @@ The fee for the online tournament is **$8 per student**. - Students must be in **grade 8 or below** to be eligible for BmMT. - Students do not have to be local to the Bay Area, California, or the U.S. to - participate in BmMT. However, we also online BmMT 2025 on June 7, 2025, which + participate in BmMT. However, we also host online BmMT 2025 on June 7, 2025, which may be more convenient for some students. - Coaches may register multiple teams under the same organization. diff --git a/content/events/bmmt-2026-online.md b/content/events/bmmt-2026-online.md new file mode 100644 index 0000000..8591ac9 --- /dev/null +++ b/content/events/bmmt-2026-online.md @@ -0,0 +1,97 @@ ++++ +title = "BmMT 2026 Online" +date = 2026-06-06 +aliases = ["/bmmt-2026-online"] ++++ + +{% alert(title="BmMT Updates", status="info") %} +This year, we plan on restructuring the online tournament! More details on the new contest format will be released on this page soon, but registration will still open **Monday, February 9 at 9:00 AM PT**. +{% end %} + +The online, synchronous version of our middle school tournament! For those who +are unable to travel long-distance to California, or weren't able to register +for BmMT 2026 due to capacity limitations, we're offering an online experience as +well. + + + +BmMT Online is open to middle school students in **grades 8 or below**. In particular, +there is **no lower age limit** to participate; advanced elementary school +students are welcome to compete. Teams may have up to 5 students. You do not +have to be local to the Bay Area or California to register for BmMT Online. + +The online tournament will take place synchronously on **June 6, 2026**. +If you're looking for our in-person tournament on April 12, 2026, details can +be found on the [BmMT 2026 Event Page](/events/bmmt-2026/). + +This page contains primarily registration details. Detailed information on the +schedule and other day-of-tournament details will be released closer to the +event date. + +{% button_link(href="https://contestdojo.com/") %} Registration Portal {% end %} + +## Registration Timeline + +Registration will open on **Monday, February 9 at 9:00 AM PT** and will close +**Friday, June 5 at 11:59 PM PT**. + +The fee for the online tournament is **$8 per student**. + +## Student Eligibility + +- Students must be in **grade 8 or below** to be eligible for BmMT. +- Students do not have to be local to the Bay Area, California, or the U.S. to + participate in BmMT Online. +- Coaches may register multiple teams under the same organization. + +## How to Register + +Most pre- and post-contest tasks, including registration, team assignments, +signing of waivers, and viewing score reports, may be completed at +[ContestDojo](https://contestdojo.com/), an online math competition platform. If +you are unfamiliar with ContestDojo, please read our +[ContestDojo Guide](https://docs.berkeley.mt/s/contestdojo-guide). + +**All contestants are required to have their parent/guardian sign UC +Berkeley's consent waivers through this portal. Contestants will NOT be allowed +to take the contest without having a signed liability and consent to treatment +waiver.** + +Any questions about the ContestDojo portal should be directed to us at +. + +### Teammate Finder + +Students may register as a team of 1. However, it is beneficial to compete on a +team of at least 3 due to our scoring guidelines. For students who do not have a +full team, we have organized Teammate Finder spreadsheets. Follow all +outlined steps in the spreadsheet. + +{% button_link(href="https://docs.google.com/spreadsheets/d/1ooYpADSfROQdLR2vKL5n4kvsFyNPC7K8CZSoZ9RWyIA/edit?usp=sharing") %} +BmMT 2026 Online Teammate Finder +{% end %} + +## Schedule + +More details to be released soon! + +## Contest Format & Scoring + +More details to be released soon! + +## Activities + +More details to be released soon! + +## Frequently Asked Questions + +### Can middle school students compete? What if I don't have a team? + +Yes! BmMT is open to any student in 8th grade or below, including those who +haven't entered middle school. While students are allowed to compete as +individuals, we highly recommend that students compete on a team of at least 3 +due to our scoring guidelines. + +### Will there be awards? + +Although we are restructuring the online tournament, we will still provide certificates for top-scoring teams. However, there will not be physical awards. diff --git a/templates/base.html b/templates/base.html index f498e78..c6a96bc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -86,6 +86,7 @@ {{ macros::mobile_nav_link(path="@/about.md", label="About") }} {{ macros::mobile_nav_link(path="@/resources/index.md", label="Resources") }} {{ macros::mobile_nav_link(path="@/events/bmmt-2026.md", label="BmMT 2026") }} + {{ macros::mobile_nav_link(path="@/events/bmmt-2026-online.md", label="BmMT 2026 Online") }} @@ -106,7 +107,7 @@ {{ macros::nav_link(path="@/about.md", label="About") }} {{ macros::nav_link(path="@/resources/index.md", label="Resources") }} {{ macros::nav_link(path="@/events/bmmt-2026.md", label="BmMT 2026") }} - {{ macros::nav_link(path="@/events/bmt-2025-online.md", label="BMT 2025 Online") }} + {{ macros::nav_link(path="@/events/bmmt-2026-online.md", label="BmMT 2026 Online") }} {% endblock %} diff --git a/templates/index.html b/templates/index.html index f3376b8..f676801 100644 --- a/templates/index.html +++ b/templates/index.html @@ -125,9 +125,9 @@

Recent & Upcoming Events

{{ self::event( class="col-span-4 bg-gradient-to-br shadow-lg from-orange-700 to-orange-900 text-white", - name="BMT 2025 Online", - date="December 6, 2025", - href="/events/bmt-2025-online/", + name="BmMT 2026 Online", + date="June 6, 2026", + href="/events/bmmt-2026-online/", description="The online, synchronous version of our flagship high school tournament for students unable to travel to California!" ) }}