diff --git a/README.md b/README.md index bf0b92d7..4aa76eba 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,14 @@ For more information on this project, check out the [STARS project website](http ## Citation -To cite this work, see the `CITATION.cff` file in this repository or use the "Cite this repository" button on GitHub. +If you this book supports your work, please **cite our paper**: -You can also cite the archived version of this work on Zenodo: https://doi.org/10.5281/zenodo.17094155. +> Heather A, Monks T, Harper A et al. Reproducible analytical pipelines for healthcare discrete‑event simulation: An open guide and worked examples [version 1; peer review: awaiting peer review]. NIHR Open Res 2026, 6:68 (https://doi.org/10.3310/nihropenres.14296.1) + +You may choose to also cite the software repository or archived version: + +* Repository details are also provided in the `CITATION.cff` file in this repository or via the "Cite this repository" button on GitHub. +* Archived version of this work on Zenodo: https://doi.org/10.5281/zenodo.17094155.
@@ -117,3 +122,19 @@ If you're interested in contributing (or just viewing this website locally), che ## Funding This project is supported by the Medical Research Council [grant number [MR/Z503915/1](https://gtr.ukri.org/projects?ref=MR%2FZ503915%2F1)] from 1st May 2024 to 31st October 2026. + +It is also supported by the National Institute for Health and Care Research (NIHR) under the NIHR Applied Research Collaboration South West Peninsula (Grant Reference Number NIHR200167). The views expressed are those of the author(s) and not necessarily those of the NIHR or the Department of Health and Social Care. + +
+ +

+ University of Exeter logo +        + University of Bristol logo +

+ +

+ UKRI MRC logo +        + NIHR logo +

diff --git a/_quarto.yml b/_quarto.yml index b87e3a48..d1366cf5 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -120,7 +120,7 @@ website: page-footer: left: - text: | - The STARS project is supported by the Medical Research Council [grant number MR/Z503915/1]. + The STARS project is supported by the Medical Research Council [grant number MR/Z503915/1]. It is also supported by the National Institute for Health and Care Research (NIHR) under the NIHR Applied Research Collaboration South West Peninsula (Grant Reference Number NIHR200167). The views expressed are those of the author(s) and not necessarily those of the NIHR or the Department of Health and Social Care. center: - text: | Part of the STARS research project.
@@ -129,7 +129,7 @@ website: Changelog right: - text: | - Heather, A., Monks, T., Mustafee, N., Harper, A., Alidoost, F., Challen, R., & Slater, T. (2025). DES RAP Book: Reproducible Discrete-Event Simulation in Python and R. https://github.com/pythonhealthdatascience/des_rap_book. https://doi.org/10.5281/zenodo.17094155. + Heather A, Monks T, Harper A et al. Reproducible analytical pipelines for healthcare discrete‑event simulation: An open guide and worked examples [version 1; peer review: awaiting peer review]. NIHR Open Res 2026, 6:68 (https://doi.org/10.3310/nihropenres.14296.1) format: html: diff --git a/images/bristol_logo.png b/images/bristol_logo.png new file mode 100644 index 00000000..b89ac4e9 Binary files /dev/null and b/images/bristol_logo.png differ diff --git a/images/exeter_logo.png b/images/exeter_logo.png new file mode 100644 index 00000000..8aeb4808 Binary files /dev/null and b/images/exeter_logo.png differ diff --git a/images/nihr_logo.png b/images/nihr_logo.png new file mode 100644 index 00000000..096b59a4 Binary files /dev/null and b/images/nihr_logo.png differ diff --git a/images/ukri_mrc_logo.png b/images/ukri_mrc_logo.png new file mode 100644 index 00000000..a37818f3 Binary files /dev/null and b/images/ukri_mrc_logo.png differ diff --git a/index.qmd b/index.qmd index 35d5de2f..e6c642b5 100644 --- a/index.qmd +++ b/index.qmd @@ -29,6 +29,10 @@ format: This open book is a self-paced training resource that teaches you how to design, implement, and share discrete-event simulation (DES) models in Python and R as part of a reproducible analytical pipeline. It combines a **step-by-step guide** with **complete example repositories** that you can adapt for your own projects. +If you this book supports your work, please **cite our paper**: + +> Heather A, Monks T, Harper A et al. Reproducible analytical pipelines for healthcare discrete‑event simulation: An open guide and worked examples [version 1; peer review: awaiting peer review]. NIHR Open Res 2026, 6:68 () + The material is designed for analysts, researchers, and students in health and operations research who want to build transparent, trustworthy simulation models. To get the most from this resource, you should be comfortable with basic programming in either Python or R and have some familiarity with probability and basic statistics. **No prior DES experience is required**: short introductions to DES, reproducible analytical pipelines, and free and open source software are provided in the "Intros" section and linked below. ::: {.pale-blue} @@ -130,15 +134,26 @@ The book is written by **Amy Heather** [![ORCID](images/orcid.png){fig-alt="ORCI * Dr. **Rob Challen** [![ORCID](images/orcid.png){fig-alt="ORCID logo"}](https://orcid.org/0000-0002-5504-7768) * **Tom Slater** [![ORCID](images/orcid.png){fig-alt="ORCID logo"}](https://orcid.org/0009-0007-0838-7499) -The STARS project is supported by the Medical Research Council [grant number MR/Z503915/1] from 1st May 2024 to 31st October 2026. The listed researchers are associated with the **University of Exeter** Medical and Business Schools, and the **University of Bristol** School of Engineering, Mathematics and Technology. +The STARS project is supported by the Medical Research Council [grant number MR/Z503915/1] from 1st May 2024 to 31st October 2026. It is also supported by the National Institute for Health and Care Research (NIHR) under the NIHR Applied Research Collaboration South West Peninsula (Grant Reference Number NIHR200167). The views expressed are those of the author(s) and not necessarily those of the NIHR or the Department of Health and Social Care. -You can find out more about our project on the [**STARS project website**](https://pythonhealthdatascience.github.io/stars/){target="_blank"}. If you use this resource, **please cite us:** +The listed researchers are associated with the **University of Exeter** Medical and Business Schools, and the **University of Bristol** School of Engineering, Mathematics and Technology. You can find out more about our project on the [**STARS project website**](https://pythonhealthdatascience.github.io/stars/){target="_blank"}. +
-> Heather, A., Monks, T., Mustafee, N., Harper, A., Alidoost, F., Challen, R., & Slater, T. (2025). DES RAP Book: Reproducible Discrete-Event Simulation in Python and R. https://github.com/pythonhealthdatascience/des_rap_book. https://doi.org/10.5281/zenodo.17094155. +Keywords: discrete-event simulation; reproducible analytical pipelines; health services research; Python; R; simulation modelling; research software engineering; open-source tools; SimPy; simmer.
-Keywords: discrete-event simulation; reproducible analytical pipelines; health services research; Python; R; simulation modelling; research software engineering; open-source tools; SimPy; simmer. +

+ University of Exeter logo +        + University of Bristol logo +

+ +

+ UKRI MRC logo +        + NIHR logo +