Skip to content

Commit 8035c79

Browse files
authored
Merge pull request #171 from pythonhealthdatascience/dev
Dev
2 parents 026c0ed + 30b14d4 commit 8035c79

46 files changed

Lines changed: 1474 additions & 1691 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.all-contributorsrc

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"avatar_url": "https://avatars.githubusercontent.com/u/881493?v=4",
3232
"profile": "https://experts.exeter.ac.uk/19244-thomas-monks",
3333
"contributions": [
34-
"review"
34+
"content",
35+
"userTesting"
3536
]
3637
},
3738
{
@@ -40,7 +41,8 @@
4041
"avatar_url": "https://avatars.githubusercontent.com/u/59238786?v=4",
4142
"profile": "https://business-school.exeter.ac.uk/about/people/profile/index.php?web_id=Navonil_Mustafee",
4243
"contributions": [
43-
"review"
44+
"content",
45+
"userTesting"
4446
]
4547
},
4648
{
@@ -49,7 +51,8 @@
4951
"avatar_url": "https://avatars.githubusercontent.com/u/32298783?v=4",
5052
"profile": "https://github.com/AliHarp",
5153
"contributions": [
52-
"review"
54+
"content",
55+
"userTesting"
5356
]
5457
},
5558
{
@@ -58,8 +61,30 @@
5861
"avatar_url": "https://avatars.githubusercontent.com/u/103049148?v=4",
5962
"profile": "https://github.com/Falidoost",
6063
"contributions": [
61-
"review"
64+
"content",
65+
"userTesting"
66+
]
67+
},
68+
{
69+
"login": "robchallen",
70+
"name": "Rob Challen",
71+
"avatar_url": "https://avatars.githubusercontent.com/u/16591648?v=4",
72+
"profile": "https://www.linkedin.com/in/robchallen",
73+
"contributions": [
74+
"content",
75+
"userTesting"
76+
]
77+
},
78+
{
79+
"login": "tbslater",
80+
"name": "Tom Slater",
81+
"avatar_url": "https://avatars.githubusercontent.com/u/109083824?v=4",
82+
"profile": "https://github.com/tbslater",
83+
"contributions": [
84+
"content",
85+
"userTesting"
6286
]
6387
}
64-
]
88+
],
89+
"repoType": "github"
6590
}

CITATION.cff

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ authors:
3232
family-names: Alidoost
3333
affiliation: University of Exeter Business School
3434
orcid: https://orcid.org/0009-0000-0252-560X
35+
- given-names: Rob
36+
family-names: Challen
37+
affiliation:
38+
orcid: https://orcid.org/0000-0002-5504-7768
39+
- given-names: Tom
40+
family-names: Slater
41+
affiliation: Department of Mathematics and Statistics, University of Exeter
42+
orcid: https://orcid.org/0009-0007-0838-7499
3543
repository-code: 'https://github.com/pythonhealthdatascience/des_rap_book'
3644
abstract: >-
3745
Step-by-step guide for building Python and R simulation

CONTRIBUTING.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,26 @@ If your name or contributions are missing from the README, or if you contributed
8787

8888
Then list appropriate contribution types from [allcontributors.org/docs/en/emoji-key](https://allcontributors.org/docs/en/emoji-key) (e.g., code, review, doc, content, bug, ideas, infra).
8989

90+
Alternatively, you can update it from the command line. This may be preferable, as the bot will create GitHub issues that email people when they are added.
91+
92+
You'll need to install the [All-Contributors CLI tool](https://allcontributors.org/cli/installation/):
93+
94+
```
95+
npm i -D all-contributors-cli
96+
```
97+
98+
You can then run the following and select/enter relevant information when prompted:
99+
100+
```
101+
npx all-contributors
102+
```
103+
104+
If you want to remove specific contributions or people, edit the `.all-contributorsrc` file then run the following to regenerate the table in `README.md`. (Don't edit `README.md`, as it is just generated based on `.all-contributorsrc`).
105+
106+
```
107+
npx all-contributors generate
108+
```
109+
90110
<br>
91111

92112
## Docker

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,15 @@ If you're interested in contributing (or just viewing this website locally), che
8888
<table>
8989
<tbody>
9090
<tr>
91-
<td align="center" valign="top" width="25%"><a href="https://github.com/amyheather"><img src="https://avatars.githubusercontent.com/u/92166537?v=4?s=100" width="100px;" alt="Amy Heather"/><br /><sub><b>Amy Heather</b></sub></a><br /><a href="#bug-amyheather" title="Bug reports">🐛</a> <a href="#code-amyheather" title="Code">💻</a> <a href="#content-amyheather" title="Content">🖋</a> <a href="#doc-amyheather" title="Documentation">📖</a> <a href="#design-amyheather" title="Design">🎨</a> <a href="#ideas-amyheather" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-amyheather" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#tutorial-amyheather" title="Tutorials">✅</a></td>
92-
<td align="center" valign="top" width="25%"><a href="https://experts.exeter.ac.uk/19244-thomas-monks"><img src="https://avatars.githubusercontent.com/u/881493?v=4?s=100" width="100px;" alt="Tom Monks"/><br /><sub><b>Tom Monks</b></sub></a><br /><a href="#review-TomMonks" title="Reviewed Pull Requests">👀</a></td>
93-
<td align="center" valign="top" width="25%"><a href="https://business-school.exeter.ac.uk/about/people/profile/index.php?web_id=Navonil_Mustafee"><img src="https://avatars.githubusercontent.com/u/59238786?v=4?s=100" width="100px;" alt="Nav Mustafee"/><br /><sub><b>Nav Mustafee</b></sub></a><br /><a href="#review-NavonilNM" title="Reviewed Pull Requests">👀</a></td>
94-
<td align="center" valign="top" width="25%"><a href="https://github.com/AliHarp"><img src="https://avatars.githubusercontent.com/u/32298783?v=4?s=100" width="100px;" alt="Alison Harper "/><br /><sub><b>Alison Harper </b></sub></a><br /><a href="#review-AliHarp" title="Reviewed Pull Requests">👀</a></td>
91+
<td align="center" valign="top" width="25%"><a href="https://github.com/amyheather"><img src="https://avatars.githubusercontent.com/u/92166537?v=4?s=100" width="100px;" alt="Amy Heather"/><br /><sub><b>Amy Heather</b></sub></a><br /><a href="https://github.com/pythonhealthdatascience/des_rap_book/issues?q=author%3Aamyheather" title="Bug reports">🐛</a> <a href="https://github.com/pythonhealthdatascience/des_rap_book/commits?author=amyheather" title="Code">💻</a> <a href="#content-amyheather" title="Content">🖋</a> <a href="https://github.com/pythonhealthdatascience/des_rap_book/commits?author=amyheather" title="Documentation">📖</a> <a href="#design-amyheather" title="Design">🎨</a> <a href="#ideas-amyheather" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-amyheather" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#tutorial-amyheather" title="Tutorials">✅</a></td>
92+
<td align="center" valign="top" width="25%"><a href="https://experts.exeter.ac.uk/19244-thomas-monks"><img src="https://avatars.githubusercontent.com/u/881493?v=4?s=100" width="100px;" alt="Tom Monks"/><br /><sub><b>Tom Monks</b></sub></a><br /><a href="#content-TomMonks" title="Content">🖋</a> <a href="#userTesting-TomMonks" title="User Testing">📓</a></td>
93+
<td align="center" valign="top" width="25%"><a href="https://business-school.exeter.ac.uk/about/people/profile/index.php?web_id=Navonil_Mustafee"><img src="https://avatars.githubusercontent.com/u/59238786?v=4?s=100" width="100px;" alt="Nav Mustafee"/><br /><sub><b>Nav Mustafee</b></sub></a><br /><a href="#content-NavonilNM" title="Content">🖋</a> <a href="#userTesting-NavonilNM" title="User Testing">📓</a></td>
94+
<td align="center" valign="top" width="25%"><a href="https://github.com/AliHarp"><img src="https://avatars.githubusercontent.com/u/32298783?v=4?s=100" width="100px;" alt="Alison Harper "/><br /><sub><b>Alison Harper </b></sub></a><br /><a href="#content-AliHarp" title="Content">🖋</a> <a href="#userTesting-AliHarp" title="User Testing">📓</a></td>
9595
</tr>
9696
<tr>
97-
<td align="center" valign="top" width="25%"><a href="https://github.com/Falidoost"><img src="https://avatars.githubusercontent.com/u/103049148?v=4?s=100" width="100px;" alt="Fatemeh Alidoost"/><br /><sub><b>Fatemeh Alidoost</b></sub></a><br /><a href="#review-Falidoost" title="Reviewed Pull Requests">👀</a></td>
97+
<td align="center" valign="top" width="25%"><a href="https://github.com/Falidoost"><img src="https://avatars.githubusercontent.com/u/103049148?v=4?s=100" width="100px;" alt="Fatemeh Alidoost"/><br /><sub><b>Fatemeh Alidoost</b></sub></a><br /><a href="#content-Falidoost" title="Content">🖋</a> <a href="#userTesting-Falidoost" title="User Testing">📓</a></td>
98+
<td align="center" valign="top" width="25%"><a href="https://www.linkedin.com/in/robchallen"><img src="https://avatars.githubusercontent.com/u/16591648?v=4?s=100" width="100px;" alt="Rob Challen"/><br /><sub><b>Rob Challen</b></sub></a><br /><a href="#content-robchallen" title="Content">🖋</a> <a href="#userTesting-robchallen" title="User Testing">📓</a></td>
99+
<td align="center" valign="top" width="25%"><a href="https://github.com/tbslater"><img src="https://avatars.githubusercontent.com/u/109083824?v=4?s=100" width="100px;" alt="Tom Slater"/><br /><sub><b>Tom Slater</b></sub></a><br /><a href="#content-tbslater" title="Content">🖋</a> <a href="#userTesting-tbslater" title="User Testing">📓</a></td>
98100
</tr>
99101
</tbody>
100102
</table>

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ website:
124124
Text licence: <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener">CC-BY-SA 4.0</a>.
125125
right:
126126
- text: |
127-
Heather, A., Monks, T., Mustafee, N., & Harper, A. (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.
127+
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.
128128
129129
format:
130130
html:

index.qmd

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,19 @@ We have dedicated pages explaining the foundations, helpful if you're new to any
8686

8787
<br>
8888

89-
This resource is an output of **STARS**, a research project led by Associate Prof. **Tom Monks** [![ORCID](images/orcid.png)](https://orcid.org/0000-0003-2631-4481). The book is written by **Amy Heather** [![ORCID](images/orcid.png)](https://orcid.org/0000-0002-6596-3479) and reviewed by Prof. **Nav Mustafee** [![ORCID](images/orcid.png)](https://orcid.org/0000-0002-2204-8924), Dr. **Alison Harper** [![ORCID](images/orcid.png)](https://orcid.org/0000-0001-5274-5037), Associate Prof. **Tom Monks** [![ORCID](images/orcid.png)](https://orcid.org/0000-0003-2631-4481), and **Fatemeh Alidoost** [![ORCID](images/orcid.png)](https://orcid.org/0009-0000-0252-560X). The STARS project is supported by the Medical Research Council [grant number MR/Z503915/1]. The listed researchers are associated with the **University of Exeter** Medical and Business Schools.
89+
This resource is an output of **STARS**, a research project led by Associate Prof. **Tom Monks** [![ORCID](images/orcid.png)](https://orcid.org/0000-0003-2631-4481).
90+
91+
The book is written by **Amy Heather** [![ORCID](images/orcid.png)](https://orcid.org/0000-0002-6596-3479). It has been reviewed by:
92+
93+
* Prof. **Nav Mustafee** [![ORCID](images/orcid.png)](https://orcid.org/0000-0002-2204-8924)
94+
* Dr. **Alison Harper** [![ORCID](images/orcid.png)](https://orcid.org/0000-0001-5274-5037)
95+
* Associate Prof. **Tom Monks** [![ORCID](images/orcid.png)](https://orcid.org/0000-0003-2631-4481)
96+
* **Fatemeh Alidoost** [![ORCID](images/orcid.png)](https://orcid.org/0009-0000-0252-560X)
97+
* Dr. **Rob Challen** [![ORCID](images/orcid.png)](https://orcid.org/0000-0002-5504-7768)
98+
* **Tom Slater** [![ORCID](images/orcid.png)](https://orcid.org/0009-0007-0838-7499)
99+
100+
The STARS project is supported by the Medical Research Council [grant number MR/Z503915/1]. The listed researchers are associated with the **University of Exeter** Medical and Business Schools.
90101

91102
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:**
92103

93-
> Heather, A., Monks, T., Mustafee, N., & Harper, A. (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., 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.

pages/guide/further_info/conclusion.qmd

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

100100
Suggested citation:
101101

102-
> Heather, A., Monks, T., Mustafee, N., & Harper, A. (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.
102+
> 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.
103103
104104
## Find out more about STARS
105105

pages/guide/further_info/feedback.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ At the bottom of every page in this book, you'll find a comment section powered
1818
* Comment on individual pages to share insights, ask questions, or flag typos/bugs.
1919
* Leave a comment here (or on the home/conclusion pages) to give feedback about the book overall.
2020

21-
**Wed love to hear from you**. If you've used the book, let us know! What worked well? What could be improved? Share any questions, suggestions, success stories, challenges, or ideas for new content.
21+
**We'd love to hear from you**. If you've used the book, let us know! What worked well? What could be improved? Share any questions, suggestions, success stories, challenges, or ideas for new content.
2222

2323
## Want to contribute?
2424

@@ -32,7 +32,7 @@ All contributions are acknowledged in the README via the all-contributors system
3232

3333
## Contact information
3434

35-
Prefer email instead? Reach out to the STARS team - you can contact:
35+
Prefer email instead? Reach out to the STARS team - you can contact the following team members about this site:
3636

3737
* Amy Heather: [a.heather2@exeter.ac.uk](mailto:a.heather2@exeter.ac.uk)
3838
* Tom Monks: [t.m.w.monks@exeter.ac.uk](mailto:t.m.w.monks@exeter.ac.uk)

pages/guide/inputs/input_modelling.qmd

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,6 @@ We see no trends, seasonality or outliers in the time series plot for mean servi
367367
#' @param save_path String. Path to save static file to (inc. name and
368368
#' filetype). If NULL, then will not save.
369369
#'
370-
#' @importFrom ggplot2 aes geom_line ggplot ggsave labs theme_minimal
371-
#' @importFrom plotly ggplotly
372-
#' @importFrom rlang .data
373-
#'
374370
#' @return A ggplot object (static) or a plotly object (interactive type),
375371
#' depending on `interactive` parameter.
376372
#' @export
@@ -540,10 +536,6 @@ The service times are right skewed distribution. Hence, it would be good to try
540536
#' @param save_path String. Path to save static file to (inc. name and
541537
#' filetype). If NULL, then will not save.
542538
#'
543-
#' @importFrom ggplot2 aes geom_histogram ggplot ggsave labs theme theme_minimal
544-
#' @importFrom plotly ggplotly
545-
#' @importFrom rlang .data
546-
#'
547539
#' @return A ggplot object (static) or a plotly object (interactive type),
548540
#' depending on `interactive` parameter.
549541
#' @export

0 commit comments

Comments
 (0)