Skip to content

Commit 8b9cba3

Browse files
committed
differences for PR #108
1 parent 6c3a2b4 commit 8b9cba3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.DS_Store

-6 KB
Binary file not shown.

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"episodes/contact-matrices.Rmd" "19856620d33f9b7f4e8ee312460494f1" "site/built/contact-matrices.md" "2025-07-23"
88
"episodes/simulating-transmission.Rmd" "aa64ca406d06170c58fc62939adb29f4" "site/built/simulating-transmission.md" "2025-07-24"
99
"episodes/model-choices.Rmd" "aa195e66455fb6a97b4930fd08c08001" "site/built/model-choices.md" "2025-07-15"
10-
"episodes/modelling-interventions.Rmd" "2d1b37d63143da30659963f223ca63ea" "site/built/modelling-interventions.md" "2025-07-24"
10+
"episodes/modelling-interventions.Rmd" "3ca4185369a49bdf75828cd5ac43d5af" "site/built/modelling-interventions.md" "2025-07-24"
1111
"episodes/compare-interventions.Rmd" "2ef6697bbad9bcfb843ab9d50469123b" "site/built/compare-interventions.md" "2025-07-15"
1212
"episodes/vaccine-comparisons.Rmd" "a8fc8f333fc466dac9f53c5a17c24760" "site/built/vaccine-comparisons.md" "2025-07-15"
1313
"episodes/disease-burden.Rmd" "05199c08e0f4394b341dd67b00f7a130" "site/built/disease-burden.md" "2025-07-15"

modelling-interventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ Pharmaceutical interventions (PIs) are measures such as vaccination and mass tre
332332

333333
The diagram below shows the SEIRV model implemented using `model_default()` where susceptible individuals are vaccinated and then move to the $V$ class.
334334

335-
<!--html_preserve--><div class="grViz html-widget html-fill-item" id="htmlwidget-e7a963affd1441233f29" style="width:504px;height:504px;"></div>
336-
<script type="application/json" data-for="htmlwidget-e7a963affd1441233f29">{"x":{"diagram":"digraph {\n\n # graph statement\n #################\n graph [layout = dot,\n rankdir = LR,\n overlap = true,\n fontsize = 10]\n\n # nodes\n #######\n node [shape = square,\n fixedsize = true\n width = 1.3]\n\n S\n E\n I\n R\n V\n\n # edges\n #######\n S -> E [label = \" infection (&beta;)\"]\n S -> V [label = \" vaccination (&nu;)\"]\n E -> I [label = \" onset of \ninfectiousness (&alpha;)\"]\n I -> R [label = \" recovery (&gamma;)\"]\n\n}","config":{"engine":"dot","options":null}},"evals":[],"jsHooks":[]}</script><!--/html_preserve-->
335+
<!--html_preserve--><div class="grViz html-widget html-fill-item" id="htmlwidget-77ca0fac99afb73945e2" style="width:504px;height:504px;"></div>
336+
<script type="application/json" data-for="htmlwidget-77ca0fac99afb73945e2">{"x":{"diagram":"digraph {\n\n # graph statement\n ################\n graph [layout = dot,\n rankdir = LR,\n overlap = true,\n fontsize = 10]\n\n # nodes\n #######\n node [shape = square,\n fixedsize = true\n width = 1.3]\n\n S\n E\n I\n R\n V\n\n # edges\n #######\n S -> E [label = \" infection (&beta;)\"]\n S -> V [label = \" vaccination (&nu;)\"]\n E -> I [label = \" onset of \ninfectiousness (&alpha;)\"]\n I -> R [label = \" recovery (&gamma;)\"]\n\n}","config":{"engine":"dot","options":null}},"evals":[],"jsHooks":[]}</script><!--/html_preserve-->
337337

338338

339339

0 commit comments

Comments
 (0)