Skip to content

Commit bb6aa1e

Browse files
committed
docs(citation): update to ask for citation of paper
1 parent 78a6094 commit bb6aa1e

5 files changed

Lines changed: 22 additions & 13 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,14 @@ For more information on this project, check out the [STARS project website](http
7272

7373
## Citation
7474

75-
To cite this work, see the `CITATION.cff` file in this repository or use the "Cite this repository" button on GitHub.
75+
If you this book supports your work, please **cite our paper**:
7676

77-
You can also cite the archived version of this work on Zenodo: https://doi.org/10.5281/zenodo.17094155.
77+
> 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)
78+
79+
You may choose to also cite the software repository or archived version:
80+
81+
* Repository details are also provided in the `CITATION.cff` file in this repository or via the "Cite this repository" button on GitHub.
82+
* Archived version of this work on Zenodo: https://doi.org/10.5281/zenodo.17094155.
7883

7984
<br>
8085

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ website:
129129
<a href="/pages/changelog.qmd">Changelog</a>
130130
right:
131131
- text: |
132-
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.
132+
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)
133133
134134
format:
135135
html:

index.qmd

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ format:
2929

3030
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.
3131

32+
If you this book supports your work, please **cite our paper**:
33+
34+
> 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)
35+
3236
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.
3337

3438
::: {.pale-blue}
@@ -130,12 +134,7 @@ The book is written by **Amy Heather** [![ORCID](images/orcid.png){fig-alt="ORCI
130134
* Dr. **Rob Challen** [![ORCID](images/orcid.png){fig-alt="ORCID logo"}](https://orcid.org/0000-0002-5504-7768)
131135
* **Tom Slater** [![ORCID](images/orcid.png){fig-alt="ORCID logo"}](https://orcid.org/0009-0007-0838-7499)
132136

133-
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.
134-
135-
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:**
136-
137-
> 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.
138-
137+
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. You can find out more about our project on the [**STARS project website**](https://pythonhealthdatascience.github.io/stars/){target="_blank"}.
139138
<br>
140139

141140
<i><b>Keywords:</b> discrete-event simulation; reproducible analytical pipelines; health services research; Python; R; simulation modelling; research software engineering; open-source tools; SimPy; simmer.</i>

pages/guide/further_info/conclusion.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The code in this book is licensed under an **MIT License**, and the text is unde
101101

102102
Suggested citation:
103103

104-
> 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.
104+
> 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)
105105
106106
## Find out more about STARS
107107

pages/guide/sharing/citation.qmd

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,20 @@ To cite this work, see the `CITATION.cff` file in this repository or use the "Ci
111111
```
112112
:::
113113

114-
**2. Provide citation details directly**. Example for DES RAP Book (as of 6th January 2026):
114+
**2. Provide citation details directly**. Example for DES RAP Book (as of 30th June 2026):
115115

116116
:::{.pale-grey}
117117
```{.text}
118118
## Citation
119119
120-
To cite this work, use:
120+
If you this book supports your work, please **cite our paper**:
121121
122-
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.
122+
> 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)
123+
124+
You may choose to also cite the software repository or archived version:
125+
126+
* Repository details are also provided in the `CITATION.cff` file in this repository or via the "Cite this repository" button on GitHub.
127+
* Archived version of this work on Zenodo: https://doi.org/10.5281/zenodo.17094155.
123128
```
124129
:::
125130

0 commit comments

Comments
 (0)