You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,14 @@ For more information on this project, check out the [STARS project website](http
72
72
73
73
## Citation
74
74
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**:
76
76
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.
Copy file name to clipboardExpand all lines: _quarto.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ website:
129
129
<a href="/pages/changelog.qmd">Changelog</a>
130
130
right:
131
131
- 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)
Copy file name to clipboardExpand all lines: index.qmd
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ format:
29
29
30
30
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.
31
31
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
+
32
36
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.
33
37
34
38
::: {.pale-blue}
@@ -130,12 +134,7 @@ The book is written by **Amy Heather** [{fig-alt="ORCI
130
134
* Dr. **Rob Challen**[{fig-alt="ORCID logo"}](https://orcid.org/0000-0002-5504-7768)
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"}.
139
138
<br>
140
139
141
140
<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>
Copy file name to clipboardExpand all lines: pages/guide/further_info/conclusion.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ The code in this book is licensed under an **MIT License**, and the text is unde
101
101
102
102
Suggested citation:
103
103
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)
Copy file name to clipboardExpand all lines: pages/guide/sharing/citation.qmd
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -111,15 +111,20 @@ To cite this work, see the `CITATION.cff` file in this repository or use the "Ci
111
111
```
112
112
:::
113
113
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):
115
115
116
116
:::{.pale-grey}
117
117
```{.text}
118
118
## Citation
119
119
120
-
To cite this work, use:
120
+
If you this book supports your work, please **cite our paper**:
121
121
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.
0 commit comments