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
20 changes: 20 additions & 0 deletions content/news/2026-05-27_bmt-2026-date-set.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
+++
title = "BMT 2026 will be held on November 14, 2026"
+++

We are excited to announce that next year's Berkeley Math Tournament (BMT)
will be on Saturday, November 14, 2026, in person at UC Berkeley!

<!-- more -->

BMT is our flagship tournament designed for teams of advanced middle school or
high school students in mind, but younger students are allowed to participate.
With BMT we aim to introduce students to math beyond what is taught in the
classroom, and motivate students to explore math and prepare for future
mathematical endeavors.

For those curious about the problem style, past contests can be found in our
[archive](https://berkeley.mt/archive/).

Registration will open soon! To stay informed, keep an eye out for newsletters
and follow us on social media!
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h3 class="font-bold text-lg md:text-2xl mb-4">{{ title }}</h3>
{# News post notification, if there is one #}
<div class="flex flex-col gap-4">
{% set news_section = get_section(path="news/_index.md") %}
{% set news_posts = news_section.pages | slice(end=1) %}
{% set news_posts = news_section.pages | slice(end=2) %}
{% for news_post in news_posts %}
{{ self::post_notification(
title=news_post.title,
Expand Down
Loading