-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
84 lines (58 loc) · 3.53 KB
/
index.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
title: "Data Science for WASH - An opportunity for the sector"
description: |
Join this 1-hour workshop to get started
author:
- name: Lars Schöbitz
url: https://www.lse.de
affiliation: Lars Schöbitz GmbH
affiliation_url: https://www.lse.de
- name: Georges Mikhael
url: https://www.linkedin.com/in/georges-mikhael-340996140/
affiliation: Aguaconsult Ltd.
affiliation_url: https://aguaconsult.co.uk/
date: "`r Sys.Date()`"
site: distill::distill_website
---
<script async defer data-domain="larnsce.github.io/co-wash-symposium-2021" src="https://plausible.io/js/plausible.js"></script>
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
# Learn more about creating websites with Distill at:
# https://rstudio.github.io/distill/website.html
```
# 👋 Welcome
These materials were prepared for a workshop hosted at the [Colorado WASH Symposium 2021](https://www.colorado.edu/washsymposium/). The symposium is finished, but I will continue to host the workshop on Zoom.
```{r share-again, echo=FALSE}
xaringanExtra::use_share_again()
```
```{r embed-xaringan, echo=FALSE, fig.cap="[Slides](slides/index.html)"}
xaringanExtra::embed_xaringan(url = "slides/index.html", ratio = "16:9")
```
# 🎥 Recording
This video is a recording of the workshop hosted on 28th April 2021. You can use it to:
1. learn about the motivation for this initiative,
2. follow the instructions and complete the exercises,
3. get inspired and [click here](https://us02web.zoom.us/meeting/register/tZwucOmsqjorGdQe3lykOPl24hdFpwc4BYxI) to sign up for another round on 4th November 2021 to ask some questions
<iframe width="560" height="315" src="https://www.youtube.com/embed/DuNQakdz2Wc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
# 📆 Details
Have you missed it? [Zoom Meeting Link](https://us02web.zoom.us/meeting/register/tZwucOmsqjorGdQe3lykOPl24hdFpwc4BYxI) to sign up for another round on 4th November 2021.
- **Date:** Thursday, 4th November 2021
- **Time:**
- 7 AM (MST - Boulder, USA) `r emo::ji("us")`
- 3 PM (CET - Zurich, Switzerland) `r emo::ji("switzerland")`
- 5 PM (EAT - Nairobi, Kenya) `r emo::ji("kenya")`
- 9 PM (ICT - Hanoi, Vietnam) `r emo::ji("vietnam")`
- 1 AM (NSW - Sydney, Australia) `r emo::ji("australia")` **"Sorry!"**
# ✏️ Prework
We assume that you have:
1. Created a free account on RStudio Cloud ([create one here](https://rstudio.cloud/plans/free))
2. One of Mozilla Firefox, Safari, Google Chrome, Microsoft Edge (just **not** the Internet Explorer)
3. Read the [Code of Conduct](https://larnsce.github.io/co-wash-symposium-2021/code_of_conduct.html) for this workshop
We do not expect any prior knowledge of using R or RStudio.
# 🏁 Objectives
As part of the workshop you will:
- follow along an example to produce a data analysis report using data of the [WHO/UNICEF Joint Monitoring Programme for Water Supply and Sanitation](https://washdata.org/)
- learn how to use the [R Markdown](https://rmarkdown.rstudio.com/) document format to produce an HTML document, and how to publish it as a website
- get a taste of the benefits of using R as a modern data science tool for reproducible data analyses and reporting
# Acknowledgments {.appendix}
This is website made with the [distill package](https://rstudio.github.io/distill/) and is inspired by the layout of [Teaching in Production](https://rstudio-education.github.io/teaching-in-production/) by [Alison Hill](https://alison.rbind.io/).