This GitHub repository store sources (notebooks, pages) for the OLS stats
Install conda
$ make install-conda
Create the conda environment
$ make create-env
Jupyter Notebooks have been used to generate the graphs for the paper. They are stored in the src
folder
Launch Jupyter to access the notebooks to generate graphs
$ make run-jupyter
Go to http://localhost:8888 (a page should open automatically in your browser)
Open the interesting notebook
For running the microgrants & honoraria notebook, you will need first to export the output of 2 searches on CiviCRM and add them in the data/openseeds
folder to update files
data/openseeds/honorarium.csv
by "Open Seeds honorarium" searchdata/openseeds/microgrants.csv
by "Open Seeds microgrants" searchMake changes and save them
Run Jupyter book
$ make build-jupyterbook
Open _build/html/index.html
in a browser