Skip to content

Commit

Permalink
Updating links and removing docx from source
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Apr 5, 2024
1 parent 21bc23c commit c476aa6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions paper/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.docx
Binary file removed paper/paper.docx
Binary file not shown.
6 changes: 5 additions & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion paper/paper.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c476aa6

Please sign in to comment.