|
| 1 | +team_name: "Cornell_JHU" |
| 2 | +team_abbr: "Cornell_JHU" |
| 3 | +model_name: "hierarchSIR" |
| 4 | +model_abbr: "hierarchSIR" |
| 5 | +model_contributors: [ |
| 6 | + { |
| 7 | + "name": "Tijs W. Alleman", |
| 8 | + "affiliation": "Cornell University", |
| 9 | + |
| 10 | + "orcid": "0000-0002-1751-3801" |
| 11 | + }, |
| 12 | + { |
| 13 | + "name": "Tim Van Wesemael", |
| 14 | + "affiliation": "Ghent University", |
| 15 | + |
| 16 | + "orcid": "0000-0002-2105-8805" |
| 17 | + }, |
| 18 | + { |
| 19 | + "name": "Shaun Truelove", |
| 20 | + "affiliation": "Johns Hopkins Bloomberg School of Public Health", |
| 21 | + |
| 22 | + "orcid": "0000-0003-0538-0607" |
| 23 | + }, |
| 24 | + { |
| 25 | + "name": "Alison L. Hill", |
| 26 | + "affiliation": "University of Toronto", |
| 27 | + |
| 28 | + "orcid": "0000-0002-6583-3623" |
| 29 | + }, |
| 30 | + { |
| 31 | + "name": "Ana I. Bento", |
| 32 | + "affiliation": "Cornell University", |
| 33 | + |
| 34 | + "orcid": "0000-0001-8851-4329" |
| 35 | + } |
| 36 | +] |
| 37 | +website_url: "https://github.com/twallema" |
| 38 | +repo_url: "https://github.com/BentoLab-DiseaseDynamics/Cornell_JHU-hierarchSIR" |
| 39 | +license: "CC-BY_SA-4.0" |
| 40 | +designated_model: true |
| 41 | +ensemble_of_models: false |
| 42 | +ensemble_of_hub_models: false |
| 43 | +data_inputs: "NHSN HRD dataset new Influenza hospitalisations" |
| 44 | +backfill_adjustment: "None." |
| 45 | +methods: "An SIR mechanistic disease dynamics model wrapped in a Bayesian hierarchical (across-season) statistical model." |
| 46 | +methods_long: "An SIR model with unknown case ascertainment, basic reproduction number, population immunity and a splined effective reproduction number is used to model seasonal influenza dynamics in a given season. Across-season trends ('hyperparameters') in the SIR model's parameters are derived by wrapping it in an across-season Bayesian hierarchical model. Hyperparameters are used as priors when forecasting the current season. Disease model integrated in C++ and bound to Python with pybind11, Bayesian hierarchical posterior probability coded in raw Python and sampled using the ensemble sampler of Goodman and Weare available in `emcee` (motivation: computationally inefficient but amazingly robust). Workflow automatically pulls NHSN HRD data through a timed GH actions and deploys it on a local runner (Dell Optiplex 3050 Micro running Ubuntu Server). Average time from data pull to forecast ready: 3 hours." |
| 47 | +team_funding: "ACCIDDA" |
0 commit comments