citHeader(
  "To cite morie in publications, please cite the language-specific ",
  "software paper and any relevant methodology paper. There are five ",
  "deposits on Zenodo:"
)

# (1) morie R software paper (this package) -- also the R package source on Zenodo.
bibentry(
  bibtype = "Manual",
  key     = "ruhela_morie_r_2026",
  title   = "morie: Multi-domain Open Research and Inferential Estimation in R",
  author  = person("Vansh Singh", "Ruhela",
                   comment = c(ORCID = "0009-0004-1750-3592")),
  year    = "2026",
  note    = paste("R package version", meta$Version),
  doi     = "10.5281/zenodo.20111233",
  url     = "https://github.com/hadesllm/morie"
)

# (2) morie Python software paper -- Python implementation, same toolkit.
bibentry(
  bibtype   = "Misc",
  key       = "ruhela_morie_py_2026",
  title     = "morie: Multi-domain Open Research and Inferential Estimation in Python",
  author    = person("Vansh Singh", "Ruhela",
                     comment = c(ORCID = "0009-0004-1750-3592")),
  year      = "2026",
  publisher = "Zenodo",
  doi       = "10.5281/zenodo.20096350",
  url       = "https://doi.org/10.5281/zenodo.20096350"
)

# (3) MRM framework paper -- theoretical foundations.
bibentry(
  bibtype   = "Misc",
  key       = "ruhela_mrm_2026",
  title     = "MRM: Multilevel Reconciliation Methodology -- A multi-source statistical foundation for Canadian carceral, police, and oversight data",
  author    = person("Vansh Singh", "Ruhela",
                     comment = c(ORCID = "0009-0004-1750-3592")),
  year      = "2026",
  publisher = "Zenodo",
  doi       = "10.5281/zenodo.20096075",
  url       = "https://doi.org/10.5281/zenodo.20096075"
)

# (4) Hawkes methodology paper.
bibentry(
  bibtype   = "Misc",
  key       = "ruhela_hawkes_2026",
  title     = "Criminological Hawkes Process via MORIE: Markovian and Non-Markovian Self-Exciting Point Processes for Toronto Crime",
  author    = person("Vansh Singh", "Ruhela",
                     comment = c(ORCID = "0009-0004-1750-3592")),
  year      = "2026",
  publisher = "Zenodo",
  doi       = "10.5281/zenodo.20102198",
  url       = "https://doi.org/10.5281/zenodo.20102198"
)

# (5) Empirical applications paper.
bibentry(
  bibtype   = "Misc",
  key       = "ruhela_empirical_2026",
  title     = "Solitary Confinement, Self-Excitation, and Institutional Churn: Empirical Applications of MRM to Canadian Carceral and Police Data",
  author    = person("Vansh Singh", "Ruhela",
                     comment = c(ORCID = "0009-0004-1750-3592")),
  year      = "2026",
  publisher = "Zenodo",
  doi       = "10.5281/zenodo.20175689",
  url       = "https://doi.org/10.5281/zenodo.20175689"
)
