Skip to content

Commit d181293

Browse files
authored
Merge pull request #88 from pythonhealthdatascience/dev
Dev
2 parents a143469 + e2b2fab commit d181293

File tree

7 files changed

+844
-59
lines changed

7 files changed

+844
-59
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Dates formatted as YYYY-MM-DD as per [ISO standard](https://www.iso.org/iso-8601-date-and-time-format.html).
7+
8+
## v0.1.0 - 2025-09-10
9+
10+
🌱 Initial release of the website (work in progress). This version introduces the website structure and the first written sections (up to *Output Analysis*).
11+
12+
### Added
13+
14+
* Project overview page (*STARS*).
15+
* Introduction section covering:
16+
* Reproducibility and RAPs
17+
* Guidelines
18+
* Open-source languages
19+
* Example conceptual models
20+
* Setup section covering:
21+
* Version control
22+
* Environments
23+
* Structuring as a package
24+
* Code organisation
25+
* Model inputs section covering:
26+
* Input modelling
27+
* Input data management
28+
* Parameters from script
29+
* Parameters from file
30+
* Parameter validation
31+
* Model building section covering:
32+
* Randomness
33+
* Entity generation
34+
* Entity processing

CITATION.cff

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ keywords:
4141
- simmer
4242
- rap
4343
license: MIT
44+
version: '0.1.0'
45+
date-released: '2025-09-10'

pages/intro/guidelines.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Some topics in this guide (e.g. input modelling, parameter validation, and outpu
4141

4242
As part of the [STARS project](../project/stars.qmd), a series of computational reproducibility assessments were conducted. From these, several recommendations were shared to support reproducibility of healthcare discrete-event simulation (DES) models, as described in:
4343

44-
> Heather, A. Monks, T. Harper, A. Mustafee, N. Mayne, A. On the reproducibility of discrete-event simulation studies in health research: an empirical study using open models (2025). arxiv. <https://doi.org/10.48550/arXiv.2501.13137>.
44+
> Heather, A. Monks, T. Harper, A. Mustafee, N. Mayne, A. **On the reproducibility of discrete-event simulation studies in health research: an empirical study using open models** (2025). Journal of Simulation. <https://doi.org/10.1080/17477778.2025.2552177>.
4545
4646
Those marked with a star (⭐) were identified as having the greatest impact in Heather et al. 2025.
4747

@@ -84,7 +84,7 @@ Those marked with a star (⭐) were identified as having the greatest impact in
8484

8585
## 📋 NHS 'Levels of RAP' Maturity Framework
8686

87-
The following framework is from the NHS RAP Community of Practice: [NHS RAP Levels of RAP Framework](https://nhsdigital.github.io/rap-community-of-practice/introduction_to_RAP/levels_of_RAP/).
87+
The following framework is from the NHS RAP Community of Practice: **[NHS RAP Levels of RAP Framework](https://nhsdigital.github.io/rap-community-of-practice/introduction_to_RAP/levels_of_RAP/)**.
8888

8989
It is © 2024 Crown Copyright (NHS England), shared under the terms of the [Open Government 3.0 licence](https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/).
9090

0 commit comments

Comments
 (0)