Skip to content

Commit

Permalink
Merge pull request #19 from pythonhealthdatascience/dev
Browse files Browse the repository at this point in the history
ABOUT: added tutorial paper citation
  • Loading branch information
TomMonks authored Apr 20, 2024
2 parents 88435e2 + ca9c75e commit 439ae9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions pages/3_About.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Documentation
* Researchers via ORCIDs
* Sim software
* Simulation + Streamlit Tutorial
( Anything else relevant)
'''

Expand Down
4 changes: 3 additions & 1 deletion txt/acknowledgement.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This model is independent research supported by the National Institute for Healt
> Detailed model documentation can be found here: https://pythonhealthdatascience.github.io/stars-simpy-example-docs
> Simpy + Streamlit tutorial: https://health-data-science-or.github.io/simpy-streamlit-tutorial
## Modelling and Simulation Software

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.
Expand All @@ -40,6 +42,6 @@ The interactive web application was developed in `streamlit` and deployed freely

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

> 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
> 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)
> Online interactive tutorial: https://health-data-science-or.github.io/simpy-streamlit-tutorial

0 comments on commit 439ae9c

Please sign in to comment.