mrc-ide / helios

Simulating far UVC for pathogen control
https://mrc-ide.github.io/helios/
Other
5 stars 0 forks source link

First output for Blueprint #57

Closed athowes closed 3 months ago

athowes commented 5 months ago

Document that describes:

  1. data sources
  2. model inputs
  3. model structure
  4. basic model outputs (e.g. some epidemic curves)
  5. first experiments (e.g. heatmaps showing how varying farUVC characteristics influences epidemic outcomes).

Around 2-4 pages total including figures. First half can be built on top of the vignette https://mrc-ide.github.io/helios/articles/model.html.

For the second half, some next steps are:

cwhittaker1000 commented 4 months ago

Format - .Rmd :)

@athowes - Flesh out first half of the doc (model description, input data description and graphical visualisation, model parameters and inputs description) - with a particular focus on the graphs, with the text being second priority after those are complete.

@tbreweric - Generating the exemplar model outputs and the parameter sweeps. For the exemplar model outputs, pick an R0 e.g. R0 = 2, with a beta split such that you have 30% transmission in the household, 20% in schools, 20% in workplaces, 20% in leisure settings, and 10% in community. And then run three simulations - one of which is without farUVC, and the other of which is with farUVC, installed at a coverage of let's say 50%, and do this for both random and targeted, across all structures except households to begin with. Do this for the epidemic scenario setting to begin with. For the parameter sweeps, do R0 = {1.25, 1.5, 2, 2.5, 3} and farUVC coverage do it between 0 and 1, farUVC efficacy between 0 and 1, both in increments of 0.2; and do this for both targeted and random coverage types. In all cases, run 5 replicates and calculate the total number of individuals infected. Then calculate infections averted as total_without_farUVC - total_with_farUVC.

athowes commented 4 months ago

Suggest putting Adam work in helios/vignettes/blueprint1.Rmd and Tom work in helios/vignettes/blueprint2.Rmd then merging into helios/vignettes/blueprint.Rmd once both finished (to avoid any merge issues while working on them).

athowes commented 4 months ago

Suggest script to determine $R_0$ based on parameter settings to be saved somewhere for future use. (Perhaps could be a function?)

athowes commented 4 months ago
athowes commented 3 months ago

Shipped! Closing this.