-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
43 lines (30 loc) · 1.99 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# helios <img src="man/figures/helios_hex.png" align="right" height="200" style="float:right; height:200px;">
<!-- badges: start -->
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
<!-- badges: end -->
> In ancient Greek religion and mythology, Helios is the god who personifies the Sun.
`helios` is a stochastic individual-based infectious disease transmission model that simulates the effect of far ultra-violet light emitters as a method for curtailing disease transmission.
`helios` is built using the [`individual`](https://github.com/mrc-ide/individual) package developed at the MRC Centre for Global Infectious Disease Analysis.
## Installation
You can install the development version of `helios` from GitHub using:
``` r
devtools::install_github("mrc-ide/helios")
```
## Vignettes
* [Get started](https://mrc-ide.github.io/helios/articles/helios.html) gives an introduction to use of the package
* [Technical model description](https://mrc-ide.github.io/helios/articles/model.html) gives a more detailed description of the model
## Working reports
* **May 2024**: [Assessing far UVC interventions with an individual based infectious disease model](https://mrc-ide.github.io/helios/articles/blueprint.html) introduces the `helios` package and demonstrates its application in simulating installation of far UVC interventions and their impact on disease dynamics
* **July 2024**: [Update to "assessing far UVC interventions with an individual based infectious disease model"](https://mrc-ide.github.io/helios/articles/blueprint-july.html) describes two updates to our initial model, and...