diff --git a/DESCRIPTION b/DESCRIPTION index 02c527e..04110ab 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,7 +13,8 @@ Authors@R: c( person("Lindsay", "Keegan", role=c("ctb"), email="lindsay.keegan@utah.edu", comment = c(ORCID = "0000-0002-8526-3007")), person("Karim", "Khader", role=c("ctb"), email="karim.khader@hsc.utah.edu", comment = c(ORCID = "0000-0002-7206-8077")), person("Damon", "Toth", role=c("ctb"), email="damon.toth@hsc.utah.edu", comment = c(ORCID = "0000-0001-7393-4814")), - person("Randon", "Gruninger", role=c("ctb"), email="rjgruninger@utah.gov")) + person("Randon", "Gruninger", role=c("ctb"), email="rjgruninger@utah.gov"), + person("Matthew", "Samore", role=c("ctb"), email="matthew.samore@hsc.utah.edu")) Description: This shiny wrapper provides a user-friendly interface to the R package epiworldR. Currently, the package features the SEIR equity, SIS, SIR, SEIR, SISD, SIRD, and SEIRD models, networked and fully connected versions. Using agent-based modeling, it simulates user-defined infectious diseases through user-defined populations and returns useful insights about the spread of the disease over time. URL: https://github.com/UofUEpiBio/epiworldRShiny, https://uofuepibio.github.io/epiworldRShiny/,