Future of WASH Data event page
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolas Dickinson 2025-03-24 17:13:44 +01:00
parent 3dbde4aa5a
commit 22500f6c7a
4 changed files with 77 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -0,0 +1,4 @@
start_time,end_time,title,speaker,speaker_link,affiliation,affiliation_link,time
15:00,15:10,"Welcome, update on WASHWeb and introductions",[Merel Laauwen](https://www.linkedin.com/in/merel-laauwen//),https://www.linkedin.com/in/merel-laauwen/,"[WASHWeb, The Netherlands](https://washweb.org//)",https://washweb.org/,15:00 - 15:10
15:10,15:55,Facilitation of discussion ,NA,NA,NA,NA,15:10 - 15:50
15:55,16:00,Closing recap and next steps,[Nicolas Dickinson](https://www.linkedin.com/in/nicolasdickinson//),https://www.linkedin.com/in/nicolasdickinson/,"[WASHWeb, The Netherlands](https://washweb.org//)",https://washweb.org/,15:50 - 16:00
1 start_time end_time title speaker speaker_link affiliation affiliation_link time
2 15:00 15:10 Welcome, update on WASHWeb and introductions [Merel Laauwen](https://www.linkedin.com/in/merel-laauwen//) https://www.linkedin.com/in/merel-laauwen/ [WASHWeb, The Netherlands](https://washweb.org//) https://washweb.org/ 15:00 - 15:10
3 15:10 15:55 Facilitation of discussion NA NA NA NA 15:10 - 15:50
4 15:55 16:00 Closing recap and next steps [Nicolas Dickinson](https://www.linkedin.com/in/nicolasdickinson//) https://www.linkedin.com/in/nicolasdickinson/ [WASHWeb, The Netherlands](https://washweb.org//) https://washweb.org/ 15:50 - 16:00

View File

@ -0,0 +1,66 @@
---
title: "A dialogue on reinventing water and sanitation data"
description: |
With increasing innovation in AI, changing financial funding flows, political and trade instability, WASHWeb and openwashdata will be hosting an open dialogue.
execute:
echo: false
warning: false
image: ReinventingWASHdialoguePromo.jpg
editor_options:
chunk_output_type: console
markdown:
wrap: none
---
## 🙋🏻‍♀️ Welcome!
In the current context of increasing innovation in AI, changing financial funding flows, political and trade instability, there are many questions and articles about these challenges. But what are the actual challenges you are facing on the ground? What WASH data infrastructure needs to be in place?
What innovations and adaptations are you taking to ensure continuing water and sanitation services and to ensure you have the information you need? What collective action is needed to help achieve your goals and how can others contribute?
Join [WASHWeb](https://www.linkedin.com/company/washweb/) and [openwashdata.org](http://openwashdata.org/) in our upcoming dialogue. We will discuss what the past of WASH data has been, and what the future will look like.
All are welcome to this session, including non-WASH people, technologists, and those who are simply curious. The preparation of this webinar has been partially supported by Open WASH Data of the [Global Health Engineering](https://www.linkedin.com/company/global-health-engineering/) in Zurich. Please join us to learn more about the latest in open WASH data and the work with WASHWeb in WASHCollab.
The preparation of this webinar has been partially supported by Open WASH Data of the Global Health Engineering in Zurich. We will also briefly give an update on the latest in open WASH data and the work with WASHWeb in WASHCollab.
## 📆 Event Details
💻 **Registration**: <https://us06web.zoom.us/meeting/register/jX84pntfQgmH8oQPH-SjpA>
**Date:** Monday, March 31st at 15:00-16:00 (CET)
- ️🇺🇸 7:00 AM (MDT - Edmonton, Alberta / Boulder, USA)
- 🇬🇧 14:00 (GMT - London, UK)
- 🇳🇬 14:00 (WAT - Abuja, Nigeria)
- 15:00-16:00 (CET - Geneva, Switzerland)
- 🇰🇪 16:00 (EAT - Nairobi, Kenya)
- 🇮🇳 18:30 (IST - New Delhi, India)
- 🇮🇩 20:00 (WIB - Jakarta, Indonesia)
## 📝 Agenda
```{r}
agenda <- readr::read_csv(here::here("events/2025_03_31_future_wash_data/data/future-wash-data-agenda.csv"))
agenda |>
dplyr::select(-start_time, -end_time, -speaker_link, -affiliation_link) |>
dplyr::relocate(time) |>
dplyr::mutate(speaker = dplyr::case_when(
stringr::str_detect(speaker, "NA") == TRUE ~ " - ",
TRUE ~ speaker
)) |>
dplyr::mutate(affiliation = dplyr::case_when(
stringr::str_detect(affiliation, "NA") == TRUE ~ " - ",
TRUE ~ affiliation
)) |>
dplyr::rename_with(~stringr::str_to_title(.x), everything()) |>
knitr::kable()
```

View File

@ -14,4 +14,10 @@
date: 2024-08-29
description:
<a href="/events/2024_08_29_SWWW/" target="_blank"> A highly interactive workshop aimed to brainstorm constructive solutions to sector-specific challenges of the data cycle</a>
calendar: See the recording and slides. Registration is closed.
calendar: See the recording and slides. Registration is closed.
- title: "A dialogue on reinventing water and sanitation data"
date: 2025-03-31
description:
<a href="/events/2025_03_31_future_wash_data/" target="_blank">With increasing innovation in AI, changing financial funding flows, political and trade instability, WASHWeb and openwashdata will be hosting an open dialogue.</a>
calendar: <a href="https://us06web.zoom.us/meeting/register/jX84pntfQgmH8oQPH-SjpA">Register to take part</a>