Skip to content

Commit 439ae9c

Browse files
authored
Merge pull request #19 from pythonhealthdatascience/dev
ABOUT: added tutorial paper citation
2 parents 88435e2 + ca9c75e commit 439ae9c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pages/3_About.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Documentation
88
* Researchers via ORCIDs
99
* Sim software
10+
* Simulation + Streamlit Tutorial
1011
( Anything else relevant)
1112
'''
1213

txt/acknowledgement.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This model is independent research supported by the National Institute for Healt
1717
1818
> Detailed model documentation can be found here: https://pythonhealthdatascience.github.io/stars-simpy-example-docs
1919
20+
> Simpy + Streamlit tutorial: https://health-data-science-or.github.io/simpy-streamlit-tutorial
21+
2022
## Modelling and Simulation Software
2123

2224
The model is written in `python3` and `simpy`. The simulation libary `simpy` uses a **process based model worldview**. Given its simplicity it is a highly flexible discrete-event simulation package.
@@ -40,6 +42,6 @@ The interactive web application was developed in `streamlit` and deployed freely
4042

4143
A beginner tutorial is available to support using `simpy` and `streamlit`.
4244

43-
> Monks, Thomas, & Harper, Alison. (2023). SimPy and StreamLit Tutorial Materials for Healthcare Discrete-Event Simulation (v1.1.0). Zenodo. https://doi.org/10.5281/zenodo.8159080
45+
> Monks T and Harper A. Improving the usability of open health service delivery simulation models using Python and web apps [version 1; peer review: 1 approved, 2 approved with reservations]. NIHR Open Res 2023, 3:48 (https://doi.org/10.3310/nihropenres.13467.1)
4446
4547
> Online interactive tutorial: https://health-data-science-or.github.io/simpy-streamlit-tutorial

0 commit comments

Comments
 (0)