This repository hosts the code, text and data of a research study on the relation between head coach and change of performance in football teams.
To view the content of this research study, you can either:
- Visit the hosted version of this paper
- Download the PDF version of this paper
- See the presentation of this paper here
To run the code in this repository, you will need to create a conda environment with the dependencies specified in the requirements.yml
file. You can do so by running the following command in your terminal:
conda env create -f requirements.yml
Then, you can activate the environment and run the code in the Jupyter notebooks.
You can build the paper by installing Typst and running the following command in your terminal:
myst build Paper.md --pdf
You can also serve a static webpage of the paper by running the following command in your terminal:
myst start