From eff2eee04bf7c487dbe7057bbc615f70d15276ad Mon Sep 17 00:00:00 2001 From: Michael Lydeamore Date: Sat, 18 Sep 2021 16:09:36 +1000 Subject: [PATCH 1/3] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f98a69f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Modelling for National Cabinet +The Peter Doherty Institute for Infection and Immunity has produced modelling to advise on the National Plan to transition Australia's National COVID response. The technical report associated with this work can be viewed [here](https://www.doherty.edu.au/news-events/news/doherty-institute-modelling-report-for-national-cabinet). This repository contains submodules for each of the parts of the code used to generate the reports. + +There are four submodules: TransmissionPotential, AgentBasedModel, ClinicalPathwaysModel and NationalModelPlotting. + +## Transmission Potential +The transmission potential code is stored as part of a much larger collection of work relating to situational awareness in Australia, maintained by Prof. Nick Golding. The relevant piece of code for this work is in R/reopening.R. + +## Dynamic model outputs +Outputs from the agent based model are fed into the clinical pathways model, and outputs from the clinical pathways model are fed into the national model plotting. Please see the readme in each of these three submodules for more specifics on running these code blocks. From f454f19d3efea763826ceb848416de96c7362c78 Mon Sep 17 00:00:00 2001 From: Michael Lydeamore Date: Sat, 18 Sep 2021 16:13:43 +1000 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f98a69f..9ea5713 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The Peter Doherty Institute for Infection and Immunity has produced modelling to There are four submodules: TransmissionPotential, AgentBasedModel, ClinicalPathwaysModel and NationalModelPlotting. ## Transmission Potential -The transmission potential code is stored as part of a much larger collection of work relating to situational awareness in Australia, maintained by Prof. Nick Golding. The relevant piece of code for this work is in R/reopening.R. +The transmission potential code is stored as part of a much larger collection of work relating to situational awareness in Australia, maintained by Prof. Nick Golding, Curtin University. The relevant piece of code for this work is in R/reopening.R. ## Dynamic model outputs Outputs from the agent based model are fed into the clinical pathways model, and outputs from the clinical pathways model are fed into the national model plotting. Please see the readme in each of these three submodules for more specifics on running these code blocks. From e589bde250364e830f53fc794b5b30d0478e9d04 Mon Sep 17 00:00:00 2001 From: Michael Lydeamore Date: Sat, 18 Sep 2021 16:13:53 +1000 Subject: [PATCH 3/3] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..19d2fd3 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Australian COVID Modelling Consortium + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.