Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/events/bmmt-2025-online.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
97 changes: 97 additions & 0 deletions content/events/bmmt-2026-online.md
Original file line number Diff line number Diff line change
@@ -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.

<!-- more -->

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
<team@berkeley.mt>.

### 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.
3 changes: 2 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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") }}
</nav>
</div>

Expand All @@ -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") }}
</nav>
</header>
{% endblock %}
Expand Down
6 changes: 3 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ <h2 class="font-bold text-2xl">Recent & Upcoming Events</h2>

{{ 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!"
) }}

Expand Down
Loading