About this site
What this is
A living research document for the prediction model project. The paper text, methodology, experiments, and replication code all live in one place. The site is regenerated from source every time you push to GitHub — no manual copying between Word, slides, and a code repo.
How it’s built
- Quarto turns
.qmdfiles (Markdown + executable code) into a website and a PDF from the same source. - Python code cells run on build via the
jupyterengine. - GitHub Pages hosts the rendered site. Pushing to
maintriggers a GitHub Action that builds and deploys.
How to edit
- Edit the relevant
.qmdfile in any text editor. - Locally:
make previewopens a live-reloading browser tab. - When happy:
git commit && git push. The Action publishes in ~2 minutes.
See the README for the full workflow.
License
MIT License Copyright (c) 2026 Samrat Baral