Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.48 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.48 KB

MadMiner tutorial

Binder

This repository contains the source code for the MadMiner tutorial website.

MadMiner is a Physics simulation and ML inference tool created by Johann Brehmer, Felix Kling, Irina Espejo, and Kyle Cranmer. The tutorial alongside the provided Docker images include contributions from Sinclert Pérez.

Building the site

To build the website locally:

pip3 install -r requirements.txt
make build

Deploying the site

The deployment is carry out automatically by a GitHub Actions workflow.

The tutorial will be deployed when any change is detected to the book directory, within the main repository branch. The deployment workflow uses the popular GH pages action in order to push a built version of the tutorial into the gh-pages branch.