Code associated with the topology generators manuscript. At a high level this code will do the relevant data cleaning and preparation as well as calculate the relevant benchmarking metrics.
data/
: datasets used for analyses as well as processed datalib/
: library of additional functions used in the analyses
Note scripts are numbered sequentially but are also self contained
00_mangal_networks.jl
: download networks from Mangal database, summarises Mangal networks01_code.jl
: implements the various network generating families, also summarises their outputs
All dependencies are documented in Project.toml
and it is possible
to activate this environment using Pkg.activate topology_generators