You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/research/model_reviews.qmd
+25-8Lines changed: 25 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,7 @@ author:
8
8
9
9
We have supported some existing modellers to make their DES more reproducible and reusable.
10
10
11
-
## Devon Air Ambulance Discrete Event Simulation
12
-
13
-
In progress - watch this space!
14
-
<!--TODO-->
15
-
16
-
## Hybrid Simulation Modelling for Orthopaedics
11
+
## Hybrid simulation modelling for orthopaedics
17
12
18
13
The model is available at:
19
14
@@ -26,17 +21,39 @@ It combines:
26
21
27
22
It is summarised in the poster "[Clinical Pathway Modelling of a Trauma and Orthopaedics Department](https://github.com/MHowells/SW25_poster)" from the OR Society's 12th Simulation Workshop (SW25) conference
28
23
29
-
Our involvement was to complete a review of the model repository, providing the review as a [GitHub issue](https://github.com/MHowells/HybridSimModel/issues/3) (and an accompanying [pull request](https://github.com/MHowells/HybridSimModel/pull/2)). The review was structured into:
24
+
Amy reviewed the model repository, providing the review as a [GitHub issue](https://github.com/MHowells/HybridSimModel/issues/3) (and an accompanying [pull request](https://github.com/MHowells/HybridSimModel/pull/2)). The review was structured into:
30
25
31
26
* A review summary.
32
27
* Feedback from running the code (e.g., dependency management, code troubleshooting).
33
28
* Evaluation against the STARS framework for model reuse.
34
29
* Evaluation against the STARS reproducibility recommendations.
35
30
36
-
For example, a snapshot from the review:
31
+
::: {.callout-note title="Example snapshot from review" collapse="true"}
37
32
38
33

39
34
35
+
:::
36
+
37
+
## Nurse staffing simulation
38
+
39
+
The model is available at:
40
+
41
+
> Tolusha Dahanayake Yapa [](https://orcid.org/0009-0003-3576-5177), Peter Griffiths [](https://orcid.org/0000-0003-2439-2857), Tom Monks [](https://orcid.org/0000-0003-2631-4481), Chiara Dall'Ora [](https://orcid.org/0000-0002-6858-3535), Ezekwesiri Nwanosike [](https://orcid.org/0000-0003-1831-6591), Natalie Pattison [](https://orcid.org/0000-0002-6771-8733), Christina Saville [](https://orcid.org/0000-0001-7718-5689) (2026). Nurse Staffing Simulation Paper. GitHub. <https://github.com/TolushaDYapa/NurseStaffingSimulation_Paper>.
42
+
43
+
Amy attempted to reproduce results in the draft paper, recording results in a [GitHub issues](https://github.com/TolushaDYapa/NurseStaffingSimulation_Paper/issues/1) and providing pull requests with some suggested changes.
44
+
45
+
This supported the addition of an environment file with all required dependencies, and identified a missing analysis script required for creating the paper tables.
46
+
47
+
## Stroke pathway simulation
48
+
49
+
The model is available at:
50
+
51
+
> John Williams (2026). GitHub. <https://github.com/jfwilliams4/des_stroke_project>.
52
+
53
+
A revised version of the repository is available at: <https://github.com/Bergam0t/jw_hsma_des_stroke_project>.
54
+
55
+
Working alongside Sammi Rosser [](https://orcid.org/0000-0002-9552-8988), Amy has been contributing to improvements of the model repository. This includes testing, documentation, further analyses, and more.
0 commit comments