This repository contains the source of the main paper (unlayouted final version submitted to the publisher) and the supplementary information (SI), along with further graphics and Jupyter notebooks to reproduce the results, for the following publication:
Daniel Martin Katz, Corinna Coupette, Janis Beckedorf, and Dirk Hartung, Complex Societies and the Growth of the Law, Sci. Rep. 10 (2020), https://doi.org/10.1038/s41598-020-73623-x
Related Repositories:
Related Data: Preprocessed Input Data
- It is assumed that you have Python 3.7 installed. (Other versions are not tested.)
- Set up a virtual environment and activate it. (This is not required but recommended.)
- Install the required packages
pip install -r requirements.txt
.
- To explore the notebooks, start
jupyter lab
from the terminal. The prefixes of the notebook names suggest an order in which they may be explored (i.e., notebooks prefixed 01-05 first, then notebooks prefixed si_01-si_05). - To generate the PDFs of the main paper (unlayouted final version submitted to the publisher) and the SI, execute
latexmk -pdf main-scirep
andlatexmk -pdf si-scirep
in the directoryjournal_version
.