-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding references and a comparison table
- Loading branch information
Showing
3 changed files
with
182 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
@Manual{ABM, | ||
title = {ABM: Agent Based Model Simulation Framework}, | ||
author = {Junling Ma}, | ||
year = {2023}, | ||
note = {R package version 0.3}, | ||
url = {https://CRAN.R-project.org/package=ABM}, | ||
} | ||
|
||
@Manual{abmR, | ||
title = {abmR: Agent-Based Models in {R}}, | ||
author = {Benjamin Gochanour and Javier Fernandez-Lopez and Andrea Contina}, | ||
year = {2023}, | ||
note = {R package version 1.0.9}, | ||
doi = {10.1111/2041-210X.14014}, | ||
} | ||
@article{gochanour2021abmr, | ||
title = {abmR: An R package for agent-based model analysis of large-scale movements across taxa}, | ||
author = {Gochanour, Benjamin and Fern{\'a}ndez-L{\'o}pez, Javier and Contina, Andrea}, | ||
journal = {bioRxiv}, | ||
pages = {2021--09}, | ||
year = {2021}, | ||
publisher = {Cold Spring Harbor Laboratory}, | ||
doi = {10.1101/2021.09.15.460374} | ||
} | ||
|
||
@Manual{cystiSim, | ||
title = {cystiSim: Agent-Based Model for Taenia_solium Transmission and Control}, | ||
author = {Brecht Devleesschauwer and Uffe Christian Braae}, | ||
year = {2016}, | ||
note = {R package version 0.1.0}, | ||
url = {https://CRAN.R-project.org/package=cystiSim}, | ||
} | ||
@Manual{villager, | ||
title = {villager: A Framework for Designing and Running Agent Based Models}, | ||
author = {Thomas Thelen and Gerardo Aldana and Marcus Thomson and Toni Gonzalez}, | ||
year = {2022}, | ||
note = {R package version 1.1.1}, | ||
url = {https://CRAN.R-project.org/package=villager}, | ||
} | ||
@Article{RNetLogo, | ||
title = {{RNetLogo}: An {R} Package for Running and Exploring | ||
Individual-Based Models Implemented in {NetLogo}}, | ||
author = {Jan C. Thiele and Winfried Kurth and Volker Grimm}, | ||
journal = {Methods in Ecology and Evolution}, | ||
year = {2012}, | ||
volume = {3}, | ||
number = {3}, | ||
pages = {480--483}, | ||
doi = {10.1111/j.2041-210X.2011.00180.x}, | ||
} | ||
|
||
@article{meyerEpiworldRFastAgentBased2023, | ||
title = {{{epiworldR}}: {{Fast Agent-Based Epi Models}}}, | ||
shorttitle = {{{epiworldR}}}, | ||
author = {Meyer, Derek and Vega Yon, George G}, | ||
year = {2023}, | ||
month = oct, | ||
journal = {Journal of Open Source Software}, | ||
volume = {8}, | ||
number = {90}, | ||
pages = {5781}, | ||
issn = {2475-9066}, | ||
doi = {10.21105/joss.05781}, | ||
urldate = {2023-10-04} | ||
} |