Skip to content
Merged

Dev #17

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,23 @@ For this applied example, please cite either:
>
> Heather, A. (2025). Stroke capacity planning model: python DES RAP. Zenodo. https://doi.org/10.5281/zenodo.15574906.

This example is built using the [Python DES RAP Template](https://github.com/pythonhealthdatascience/pydesrap_mms). Please also cite the original template:
A `CITATION.cff` file is also provided.

> Heather, A. Monks, T. (2025). Python DES RAP Template. Zenodo. https://doi.org/10.5281/zenodo.14622466. GitHub. https://github.com/pythonhealthdatascience/pydesrap_mms.
**Contributors:**

A `CITATION.cff` file is also provided.
**Amy Heather** - developed the repository.

* [![ORCID](https://img.shields.io/badge/ORCID-0000--0002--6596--3479-A6CE39?style=for-the-badge&logo=orcid&logoColor=white)](https://orcid.org/0000-0002-6596-3479)
* [![GitHub](https://img.shields.io/badge/GitHub-amyheather-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/amyheather)

<br>

## Licence

MIT Licence. See `LICENSE` for details.

<br>

## Funding

This project was developed as part of the project STARS: Sharing Tools and Artefacts for Reproducible Simulations. It is supported by the Medical Research Council [grant number [MR/Z503915/1](https://gtr.ukri.org/projects?ref=MR%2FZ503915%2F1)].
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ dependencies:
- simpy=4.1.1
- pip:
- kaleido==1.0.0
- sim-tools==0.8.0
- sim-tools==0.9.1
- -e .[dev]
1 change: 0 additions & 1 deletion inputs/parameters.csv
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ asu,routing,other_esd,0.1,NA
asu,routing,other_other,0.85,NA
rehab,routing,stroke_esd,0.4,NA
rehab,routing,stroke_other,0.6,NA
rehab,routing,tia_esd,0,NA
rehab,routing,tia_other,1,NA
rehab,routing,neuro_esd,0.09,NA
rehab,routing,neuro_other,0.91,NA
Expand Down
Loading