Skip to content

Commit

Permalink
update paper.md and paper.bib
Browse files Browse the repository at this point in the history
Added a paragraph on other existing implementation
in state of need section.
  • Loading branch information
sjuhel committed Apr 16, 2024
1 parent e48ae97 commit 903cfec
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 1 deletion.
65 changes: 65 additions & 0 deletions paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -384,3 +384,68 @@ @article{thissen-2018-eureg
url = {http://dx.doi.org/10.2139/ssrn.3285818},
DATE_ADDED = {Wed Jan 31 10:01:29 2024},
}

@article{koks-2016-multir-impac,
Title = {A Multiregional Impact Assessment Model for Disaster Analysis},
Author = {Elco E. Koks and Mark Thissen},
DOI = {10.1080/09535314.2016.1232701},
JournalTitle = {Economic Systems Research},
Number = {4},
Pages = {429-449},
URL = {https://doi.org/10.1080/09535314.2016.1232701},
Volume = {28},
Year = {2016},
date_added = {Tue Feb 16 11:06:17 2021},
}

@article{colon-2020-critic-analy,
Title = {Criticality Analysis of a Country's Transport Network Via an Agent-Based Supply Chain Model},
Author = {C{\'e}lian Colon and St{\'e}phane Hallegatte and Julie Rozenberg},
DOI = {10.1038/s41893-020-00649-4},
Journal = {Nature Sustainability},
Number = {3},
Pages = {209-215},
URL = {http://dx.doi.org/10.1038/s41893-020-00649-4},
Volume = {4},
Year = {2020},
date_added = {Fri Dec 8 11:06:46 2023},
}

@article{otto-2017-model-loss,
Title = {Modeling Loss-Propagation in the Global Supply Network: the Dynamic Agent-Based Model Acclimate},
Author = {C. Otto and S.N. Willner and L. Wenz and K. Frieler and A. Levermann},
DOI = {10.1016/j.jedc.2017.08.001},
JournalTitle = {Journal of Economic Dynamics and Control},
Number = {nil},
Pages = {232--269},
URL = {http://dx.doi.org/10.1016/j.jedc.2017.08.001},
Volume = {83},
Year = {2017},
date_added = {Mon Apr 11 11:25:16 2022},
}

@article{shughrue-2020-global-spread,
Title = {Global Spread of Local Cyclone Damages Through Urban Trade Networks},
Author = {Chris Shughrue and BT Werner and Karen C. Seto},
DOI = {10.1038/s41893-020-0523-8},
JournalTitle = {Nature Sustainability},
Number = {8},
Pages = {606-613},
URL = {http://dx.doi.org/10.1038/s41893-020-0523-8},
Volume = {3},
Year = {2020},
date_added = {Wed Jun 15 12:00:32 2022},
}

@article{shughrue-2018-system-vulner,
Title = {Systemic Vulnerabilities of the Global Urban-Industrial Network To Hazards},
Author = {Chris Shughrue and Karen C. Seto},
DOI = {10.1007/s10584-018-2293-0},
JournalTitle = {Climatic Change},
Number = {2},
Pages = {173-187},
URL = {http://dx.doi.org/10.1007/s10584-018-2293-0},
Volume = {151},
Year = {2018},
date_added = {Wed Jun 15 11:59:20 2022},
}
23 changes: 22 additions & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,26 @@ comparability in the field of indirect economic impacts modeling.

# Statement of need

Although the ARIO model has been used in multiple studies, and several extensions
exists, only a few implementation of the model or similar ones are openly available.
We found the following existing implementations:
- A python implementation of MRIA is available on the [personal GitHub
repository of E. Koks](https://github.com/ElcoK/MRIA) (from [@koks-2016-multir-impac]).
- [C. Colon repository](https://github.com/ccolon/disrupt-supply-chain-model/) holds
a python implementation of Disrupt Supply Chain in [@colon-2020-critic-analy].
- A C++ implementation of the Acclimate model from [@otto-2017-model-loss]
is available [here](https://github.com/acclimate/acclimate).
- A Matlab implementation of C. Shughrue's model developed in
[@shughrue-2020-global-spread, @shughrue-2018-system-vulner]
is available on [his repository](https://github.com/chrisshughrue/GlobalUrbanCycloneImpactSimulation).
- The ARIO models version used in [@wang-2020-econom-footp, @guan-2020-global-suppl]
are both available on [D. Wang personal repository](https://github.com/DaopingW/)

None of these implementation offers a comprehensive documentation, and most are
specific to the case study there were used for. The purpose of `BoARIO` is to fill
this gap of an "generic, documented, easy to use and extend" indirect impact
assessment model.

The `BoARIO` package allows to easily run simulations with the ARIO model, via
simple steps:
- Instantiating a model
Expand All @@ -86,7 +106,8 @@ As such, different types of case-study can be conducted (at different scope, for
multiple or singular events). Users benefit from a precise control on aspects
such as the distribution of the impact towards the different sectors and
regions, the recovery of from the impact, etc. but also from the default
modeling choices common in the corresponding literature. The rationale for detailled configuration of the model is "allowing for, but not require".
modeling choices common in the corresponding literature. The rationale for detailed
configuration of the model is "allowing for, but not require".

Simulations log the evolution of each variable of interest (production,
production capacity, intermediate demand, reconstruction demand, etc.) at each
Expand Down

0 comments on commit 903cfec

Please sign in to comment.