diff --git a/99999.Rmd b/01_introduction.Rmd similarity index 94% rename from 99999.Rmd rename to 01_introduction.Rmd index 0c587c2..8afa025 100644 --- a/99999.Rmd +++ b/01_introduction.Rmd @@ -1,4 +1,4 @@ -# {{{chapter_title}}} +# Introduction **Learning objectives:** diff --git a/02_introduction-to-health-metrics.Rmd b/02_introduction-to-health-metrics.Rmd new file mode 100644 index 0000000..6661fe0 --- /dev/null +++ b/02_introduction-to-health-metrics.Rmd @@ -0,0 +1,26 @@ +# (PART\*) Health Metrics {-} + +# Introduction to Health Metrics + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/03_methods-and-calculations.Rmd b/03_methods-and-calculations.Rmd new file mode 100644 index 0000000..c32875d --- /dev/null +++ b/03_methods-and-calculations.Rmd @@ -0,0 +1,24 @@ +# Methods and Calculations + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/04_metrics-components.Rmd b/04_metrics-components.Rmd new file mode 100644 index 0000000..f44b293 --- /dev/null +++ b/04_metrics-components.Rmd @@ -0,0 +1,24 @@ +# Metrics Components + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/05_causes-and-risks.Rmd b/05_causes-and-risks.Rmd new file mode 100644 index 0000000..3682066 --- /dev/null +++ b/05_causes-and-risks.Rmd @@ -0,0 +1,24 @@ +# Causes and Risks + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/06_introduction-to-machine-learning.Rmd b/06_introduction-to-machine-learning.Rmd new file mode 100644 index 0000000..371e8eb --- /dev/null +++ b/06_introduction-to-machine-learning.Rmd @@ -0,0 +1,26 @@ +# (PART\*) Machine Learning {-} + +# Introduction to Machine Learning + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/07_techniques-for-machine-learning-applications.Rmd b/07_techniques-for-machine-learning-applications.Rmd new file mode 100644 index 0000000..8f48a18 --- /dev/null +++ b/07_techniques-for-machine-learning-applications.Rmd @@ -0,0 +1,24 @@ +# Techniques for Machine Learning Applications + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/08_essential-r-packages-for-machine-learning.Rmd b/08_essential-r-packages-for-machine-learning.Rmd new file mode 100644 index 0000000..d651fa6 --- /dev/null +++ b/08_essential-r-packages-for-machine-learning.Rmd @@ -0,0 +1,24 @@ +# Essential R Packages for Machine Learning + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/09_predictive-modelling-and-beyond.Rmd b/09_predictive-modelling-and-beyond.Rmd new file mode 100644 index 0000000..a402d32 --- /dev/null +++ b/09_predictive-modelling-and-beyond.Rmd @@ -0,0 +1,24 @@ +# Predictive Modelling and Beyond + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/10_introduction-to-data-visualisation.Rmd b/10_introduction-to-data-visualisation.Rmd new file mode 100644 index 0000000..7576a3b --- /dev/null +++ b/10_introduction-to-data-visualisation.Rmd @@ -0,0 +1,26 @@ +# (PART\*) Data Visualisation {-} + +# Introduction to Data Visualisation + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/11_interpreting-model-results-through-visualisation.Rmd b/11_interpreting-model-results-through-visualisation.Rmd new file mode 100644 index 0000000..e3bb311 --- /dev/null +++ b/11_interpreting-model-results-through-visualisation.Rmd @@ -0,0 +1,24 @@ +# Interpreting Model Results Through Visualisation + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/12_spatial-data-modelling-and-visualisation.Rmd b/12_spatial-data-modelling-and-visualisation.Rmd new file mode 100644 index 0000000..3f1bbdb --- /dev/null +++ b/12_spatial-data-modelling-and-visualisation.Rmd @@ -0,0 +1,24 @@ +# Spatial Data Modelling and Visualisation + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/13_advanced-data-visualisation-techniques.Rmd b/13_advanced-data-visualisation-techniques.Rmd new file mode 100644 index 0000000..0acb487 --- /dev/null +++ b/13_advanced-data-visualisation-techniques.Rmd @@ -0,0 +1,24 @@ +# Advanced Data Visualisation Techniques + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/14_introduction-to-infectious-diseases.Rmd b/14_introduction-to-infectious-diseases.Rmd new file mode 100644 index 0000000..206ed71 --- /dev/null +++ b/14_introduction-to-infectious-diseases.Rmd @@ -0,0 +1,26 @@ +# (PART\*) Infectious Diseases {-} + +# Introduction to Infectious Diseases + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/15_covid-19-outbreaks.Rmd b/15_covid-19-outbreaks.Rmd new file mode 100644 index 0000000..298b5f8 --- /dev/null +++ b/15_covid-19-outbreaks.Rmd @@ -0,0 +1,24 @@ +# COVID-19 Outbreaks + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/16_the-case-of-malaria.Rmd b/16_the-case-of-malaria.Rmd new file mode 100644 index 0000000..79fdc4f --- /dev/null +++ b/16_the-case-of-malaria.Rmd @@ -0,0 +1,24 @@ +# The Case of Malaria + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/17_summary-the-state-of-health.Rmd b/17_summary-the-state-of-health.Rmd new file mode 100644 index 0000000..46b4d6d --- /dev/null +++ b/17_summary-the-state-of-health.Rmd @@ -0,0 +1,24 @@ +# Summary: The State of Health + +**Learning objectives:** + +- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY + +## SLIDE 1 {-} + +- ADD SLIDES AS SECTIONS (`##`). +- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. + +## Meeting Videos {-} + +### Cohort 1 {-} + +`r knitr::include_url("https://www.youtube.com/embed/URL")` + +
+ Meeting chat log + +``` +LOG +``` +
diff --git a/bookclub-health_metrics.Rproj b/bookclub-health_metrics.Rproj index aecd28b..40ad712 100644 --- a/bookclub-health_metrics.Rproj +++ b/bookclub-health_metrics.Rproj @@ -1,4 +1,5 @@ Version: 1.0 +ProjectId: d79cba5e-467c-44ba-8920-8d44f2a64177 RestoreWorkspace: Default SaveWorkspace: Default