creating events page and webinar page
This commit is contained in:
61
events/2024_04_04_online_webinar/index.qmd
Normal file
61
events/2024_04_04_online_webinar/index.qmd
Normal file
@ -0,0 +1,61 @@
|
||||
---
|
||||
title: "WASHWeb Webinar: The Future of Our WASH Data Ecosystem"
|
||||
description: |
|
||||
WASHWeb is hosting its first online event, with guest speakers from Akvo & USAID WSSH Data & Analytics, Aquaya, IRCWASH Systems Academy & WASHNote, mWater, openwashdata, and WASH AI.
|
||||
execute:
|
||||
echo: false
|
||||
warning: false
|
||||
editor_options:
|
||||
chunk_output_type: console
|
||||
markdown:
|
||||
wrap: 72
|
||||
---
|
||||
|
||||
## 🙋🏻♀️ Welcome!
|
||||
|
||||
WASHWeb is proud to announce that it is hosting its first ever webinar,
|
||||
with guest speakers from Akvo & USAID WSSH Data & Analytics, Aquaya,
|
||||
IRCWASH Systems Academy & WASHNote, mWater, openwashdata, and WASHAI.
|
||||
|
||||
We will delve into different innovations working towards an improved
|
||||
WASH data ecosystem - from the use of AI and open data, to creating
|
||||
scalable management information systems.
|
||||
|
||||
## 📆 Event Details
|
||||
|
||||
- **Date:** Thursday, April 04, 3:00 - 4:30 PM (CET)
|
||||
|
||||
- **Zoom Registration**:
|
||||
<https://us06web.zoom.us/meeting/register/tZUpfuGqqjoqEtEzlGdETK1t7dPsfswHnozN#/registration>
|
||||
|
||||
- 🇺🇸 7:00 AM (MST - Boulder, USA)
|
||||
|
||||
- 🇬🇧 2:00 PM (GMT - London, UK)
|
||||
|
||||
- 🇳🇬 3:00 PM (WAT - Katsina, Nigeria)
|
||||
|
||||
- 🇰🇪 5:00 PM (EAT - Nairobi, Kenya)
|
||||
|
||||
- 🇮🇳 7:30 PM (IST - New Delhi, India)
|
||||
|
||||
- 🇮🇩 9:00 PM (WIB - Jakarta, Indonesia)
|
||||
|
||||
## 📑 Agenda
|
||||
|
||||
```{r}
|
||||
#| tbl-colwidths: [15, 35, 15, 45]
|
||||
#| column: page
|
||||
#| eval: true
|
||||
|
||||
agenda <- readr::read_csv(here::here("events/2024_04_04_online_webinar/data/tbl-05-washweb-webinar-agenda.csv"))
|
||||
|
||||
agenda |>
|
||||
dplyr::select(time, title, speaker, affiliation) |>
|
||||
dplyr::rename_with(~stringr::str_to_title(.x), everything()) |>
|
||||
knitr::kable()
|
||||
|
||||
```
|
||||
|
||||
## Slides
|
||||
|
||||
Will be shared after event.
|
Reference in New Issue
Block a user