Skip to content

Commit 508bdc1

Browse files
committed
feat(slides): add a bit more info on the m/m/s
1 parent 844b080 commit 508bdc1

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
*_files/
1+
*_files/
2+
*.html

index.qmd

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,37 @@ These serve different purposes. Distinction between reproducibility and **a RAP*
9696

9797
{{< include html/example.md >}}
9898

99-
Developed simple M/M/s examples in Python and R that meet all requirements we identified.
99+
Developed simple M/M/s examples as templates in Python and R that meet all requirements we identified.
100100

101101
::: {.scroll-container style="overflow-y: scroll; height: 700px;"}
102102
<p align="center">
103103
<img src="images/rap_template_r.png"/>
104104
</p>
105105
:::
106106

107+
{{< include html/example.md >}}
108+
109+
Developed simple M/M/s examples as templates in Python (**SimPy**) and R (**simmer**) that meet all requirements we identified.
110+
111+
* Meets all requirements (from Heather et al. (2025) and NHS Levels of RAP) - for example:
112+
* Structured as a package.
113+
* Unit tests, back tests and functional tests.
114+
115+
. . .
116+
117+
* Complementary structure between Python and R models.
118+
119+
. . .
120+
121+
* Python mostly classes, R mostly functions (as is typical for each language).
122+
123+
. . .
124+
125+
* Provides code for simulation with scenarios and sensitivity analysis as well as choice of model parameters (input modelling, warm-up length, number of replications).
126+
107127
{{< include html/stroke.md >}}
108128

109-
Applied out templates to a stroke pathway model described in a published paper. This provided a **real**, more **complex** example and helped **refine** the template.
129+
Applied the templates to a stroke pathway model described in a published paper. This provided a **real**, more **complex** example and helped **refine** the template.
110130

111131
::: {.scroll-container style="overflow-y: scroll; height: 700px;"}
112132
<p align="center">

0 commit comments

Comments
 (0)