Skip to content

v2.1.0

Compare
Choose a tag to compare
@TomMonks TomMonks released this 30 May 14:06
· 26 commits to main since this release
102343d

Towards Sharing Tools, and Artifacts, for Reusable Simulation: a minimal model example

Overview

The materials and methods in this repository support work towards developing the S.T.A.R.S healthcare framework (Sharing Tools and Artifacts for Reuable Simulations 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 simulation model and associated research artifacts.

  • All artifacts in this repository are linked to study researchers via ORCIDs;
  • Model code is made available under an MIT license;
  • Python dependencies are managed through mamba;`
  • Documentation of the model is enhanced using a Jupyter notebook.
  • The python code itself can be viewed and executed in Jupyter notebooks via Binder;
  • The materials are deposited and made citatable using Zenodo;
  • The model is sharable with other researchers and the NHS without the need to install software.

Changed

  • TESTS: added automated unit tests under tests/
  • README: updated to recommend miniforge and mamba instead of anaconda/conda.