# CITATION file for GDILM.SEIRS

citation <- function(libname, pkgname) {
  bib <- bibentry(
    bibtype = "Article",
    author = c(
      person("Amin", "Abed"),
      person("Mahmoud", "Torabi"),
      person("Zeinab", "Mashreghi")
    ),
    title = "Individual level modeling of infectious disease transmission with reinfection dynamics: Application to Tuberculosis in Manitoba, Canada",
    journal = "Spatial and Spatio-temporal Epidemiology",
    year = "2025",
    volume = NA,
    pages = "100780",
    doi = "10.1016/j.sste.2025.100780"
  )
  return(bib)
}