The presentation model was created in Google Sheets and can be viewed (and downloaded for your reference) here:
There are also exports to .xlsx and .ods here that may or may not work well. Importing the .xlsx back to Mac Numbers, for one thing, did not preserve a few formulas, and the chart looks really weird. If the Montserrat font is not already installed locally, that may also be an issue for both the linked sheet and the exports.
These scripts assume certain libraries are installed, so running it in the supplied virtual environment is recommended unless you prefer to install them yourself. ==Note: if you plan to make changes and want to preserve them for youself, fork this repo first and then use your new fork URL in step 1 below instead.==
- Clone the git archive from the directory on your machine where you want these files to reside:
git clone git@github.com:barriejc/fa4tp.git
- cd to that directory, activate the venv, and install according to the requirements:
python3 -m venv virt
source virt/bin/activate
pip install --upgrade pip
pip install -r requirements.txt