Use the terminal (or GUI, if that is preferred) and create an environment from the provided environment.yml file:
conda env create -f environment.ymlThen activate the new environment:
conda activate citw_analysis(See here for more information.)
Run the Jupyter notebook:
jupyter notebookand open the prompted link in browser.
Navigate to scripts directory and run necessary analysis script.
analysis.ipynb generates Figures 7~14 in Sections 5.1 through 5.4 and in Appendix D as well as the statistical analysis provided in Sections 5.1 through 5.4 and in Appendix C in the paper.
abandonment_analysis.ipynb generates Tables 7~10 in Appendix A in the paper.