Skip to content

madminer-tool/madminer-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages