citHeader("To cite CICI in publications, please use:")

vers <- paste("R package version", meta$Version)

bibentry(bibtype="article",
  author = c(as.person("Michael Schomaker"),
                   as.person("Helen McIlleron"),
                   as.person("Paolo Denti"),
                   as.person("Ivan Diaz")
                   ),
  title = "Causal Inference for Continuous Multiple Time Point Interventions",
  journal      = "Statistics in Medicine",
  year         = "2024",
  volume       = "43",
  pages        = "5380-5400",
  textVersion = paste("I) Michael Schomaker, Helen McIlleron, Paolo Denti, Ivan Diaz (2024).",
        "Causal Inference for Continuous Multiple Time Point Interventions.",
        "Statistics in Medicine, 2024, 43:5380-5400"),
)

bibentry(bibtype="Manual",
  title        = "{CICI}: Causal Inference for Continuous (Multiple Time Point) Interventions",
  author       = "Michael Schomaker, Han Bao, Leo Fuhrhop, Katharina Ring",
  year = 2026,
  note = vers,
  textVersion  =
  paste("II) Michael Schomaker, Han Bao, Leo Fuhrhop, Katharina Ring (2026)",
        "CICI: Causal Inference for Continuous (Multiple Time Point) Interventions.",
        "URL: https://github.com/MichaelSchomaker/CICI.",
        vers)
)

bibentry(
  bibtype = "Misc",
  title = "Feasible Dose-Response Curves for Continuous Treatments Under Positivity Violations",
  author = c(
    person("Han", "Bao"),
    person("Michael", "Schomaker")
  ),
  year = "2025",
  eprint = "2502.14566",
  archivePrefix = "arXiv",
  primaryClass = "stat.ME",
  doi = "10.48550/arXiv.2502.14566",
  url = "https://arxiv.org/abs/2502.14566",
  textVersion = paste(
    "III) Han Bao, Michael Schomaker (2025).",
    "Feasible Dose-Response Curves for Continuous Treatments Under Positivity Violations.",
    "arXiv preprint arXiv:2502.14566."
  )
)
