diff --git a/paper/.gitignore b/paper/.gitignore new file mode 100644 index 00000000..e0505486 --- /dev/null +++ b/paper/.gitignore @@ -0,0 +1 @@ +*.docx diff --git a/paper/paper.docx b/paper/paper.docx deleted file mode 100644 index 5297d665..00000000 Binary files a/paper/paper.docx and /dev/null differ diff --git a/paper/paper.md b/paper/paper.md index 7c2c35cb..73ffa7e8 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -7,7 +7,11 @@ George G. Vega Yon, Ph.D. for epidemiological simulations. Designed in C++, it can simulate large populations with complex interactions. The framework is designed to be modular, allowing users to extend and modify the model to suit their -needs quickly. +needs quickly. Besides the C++ library, an R package +([epiworldR](https://github.com/UofUEpiBio/epiworldR)), a ShinyApp +([epiworldRShiny](https://github.com/UofUEpiBio/epiworldRShiny)), and a +Python library ([epiworldpy](https://github.com/UofUEpiBio/epiworldpy)) +are available to interact with the model. ## Features diff --git a/paper/paper.qmd b/paper/paper.qmd index 347245c2..f2f7d00d 100644 --- a/paper/paper.qmd +++ b/paper/paper.qmd @@ -7,7 +7,7 @@ author: 'George G. Vega Yon, Ph.D.' date: April 5, 2024 --- -`epiworld` is a fast and flexible agent-based modeling (ABM) framework for epidemiological simulations. Designed in C++, it can simulate large populations with complex interactions. The framework is designed to be modular, allowing users to extend and modify the model to suit their needs quickly. +`epiworld` is a fast and flexible agent-based modeling (ABM) framework for epidemiological simulations. Designed in C++, it can simulate large populations with complex interactions. The framework is designed to be modular, allowing users to extend and modify the model to suit their needs quickly. Besides the C++ library, an R package ([epiworldR](https://github.com/UofUEpiBio/epiworldR)), a ShinyApp ([epiworldRShiny](https://github.com/UofUEpiBio/epiworldRShiny)), and a Python library ([epiworldpy](https://github.com/UofUEpiBio/epiworldpy)) are available to interact with the model. ## Features