Skip to content

Commit 021b876

Browse files
committed
BOOK: updated preface with STARS summary
1 parent e2768a7 commit 021b876

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

content/front_page.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6497477.svg)](https://doi.org/10.5281/zenodo.6497477)
44

5-
This book contains example documentation and open working for a computer simulation model. The model is a based on the treatment centre example in Nelson [1]. The model is implemented in `python` and `simpy`.
5+
This book contains example enhanced documentation and open working for a discrete-event simulation model. The model is a based on the treatment centre example in Nelson [1]. The model is implemented in `python` and `simpy`.
66

7-
The book covers the following aspects of open working for simulation:
7+
## Towards Sharing Tools and Artifacts for Reuable Simulation: example enhanced documentation for a `simpy` model.
88

9-
* Sharing your model code and parameters with other researchers and simulation modellers.
10-
* An example of documenting your model using the STRESS reporting checklist (for DES).
11-
* Providing a simple executable version of your model for other to verify results.
9+
The materials and methods in this repository support work towards developing the S.T.A.R.S healthcare framework (**S**haring **T**ools and **A**rtifacts for **R**eusable **S**imulations in healthcare). The code and written materials here demonstrate the application of S.T.A.R.S' version 1 to sharing a `simpy` discrete-event simuilation model and associated research artifacts.
1210

13-
## Contributors
11+
* All artifacts in this repository are linked to study researchers via ORCIDs;
12+
* Model code is made available under a MIT license;
13+
* Python dependencies are managed through `conda`;`
14+
* The python code itself can be viewed and executed in Jupyter notebooks via [Binder](https://mybinder.org);
15+
* The model is documented and explained in a [Jupyter book website](https://pythonhealthdatascience.github.io/stars-simpy-examplar-docs) served up by GitHub pages;
16+
* The materials are deposited and made citatable using Zenodo;
17+
* The models are sharable with other researchers and the NHS without the need to install software.
1418

15-
* Thomas Monks, University of Exeter
16-
* Alison Harper, University of Exeter
17-
* Simon Taylor, Brunel University London
18-
* Anastasia Anagnostou, Brunel University London
19+
## Author ORCIDs
1920

20-
## References
21-
22-
1. *Nelson. B.L. (2013). [Foundations and methods of stochastic simulation: A first course](https://www.amazon.co.uk/Foundations-Methods-Stochastic-Simulation-International/dp/1461461596/ref=sr_1_1?dchild=1&keywords=foundations+and+methods+of+stochastic+simulation&qid=1617050801&sr=8-1). Springer.*
21+
[![ORCID: Harper](https://img.shields.io/badge/ORCID-0000--0001--5274--5037-brightgreen)](https://orcid.org/0000-0001-5274-5037)
22+
[![ORCID: Monks](https://img.shields.io/badge/ORCID-0000--0003--2631--4481-brightgreen)](https://orcid.org/0000-0003-2631-4481)

0 commit comments

Comments
 (0)