Static bilingual editorial site for the dots-note-3.0 result at IMO 2026.
- Chinese: https://studio-dots-ai.github.io/dots_imo_2026/
- English: https://studio-dots-ai.github.io/dots_imo_2026/en.html
The repository remains private. GitHub Pages availability for a private repository depends on the organization plan and Pages policy. A Pages site may still be publicly accessible even when its source repository is private.
index.html: standalone Chinese pageen.html: standalone English pagequestion-data.js: P1–P6 question excerpts and source-PDF mappingassets/: current banner onlyproofs/: original P1–P6 proof PDFsquestions/: official Day 1 and Day 2 question sheets.nojekyll: publish the repository root as a plain static site
No build step or external runtime dependency is required.
The site is intended to be published directly from the main branch and repository
root, matching the branch-based publishing setup used by TELL. No custom Actions
workflow is required.
python3 -m http.server 8000Then open http://127.0.0.1:8000/ or http://127.0.0.1:8000/en.html.