diff --git a/events/2025_03_31_future_wash_data/ReinventingWASHdialoguePromo.jpg b/events/2025_03_31_future_wash_data/ReinventingWASHdialoguePromo.jpg new file mode 100644 index 0000000..f4ec5ff Binary files /dev/null and b/events/2025_03_31_future_wash_data/ReinventingWASHdialoguePromo.jpg differ diff --git a/events/2025_03_31_future_wash_data/data/future-wash-data-agenda.csv b/events/2025_03_31_future_wash_data/data/future-wash-data-agenda.csv new file mode 100644 index 0000000..b7c3be4 --- /dev/null +++ b/events/2025_03_31_future_wash_data/data/future-wash-data-agenda.csv @@ -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 diff --git a/events/2025_03_31_future_wash_data/index.qmd b/events/2025_03_31_future_wash_data/index.qmd new file mode 100644 index 0000000..d9113ef --- /dev/null +++ b/events/2025_03_31_future_wash_data/index.qmd @@ -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**: + +**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() +``` diff --git a/events/events_data/events.yml b/events/events_data/events.yml index 38300f8..a80005a 100644 --- a/events/events_data/events.yml +++ b/events/events_data/events.yml @@ -14,4 +14,10 @@ date: 2024-08-29 description: A highly interactive workshop aimed to brainstorm constructive solutions to sector-specific challenges of the data cycle - calendar: See the recording and slides. Registration is closed. \ No newline at end of file + calendar: See the recording and slides. Registration is closed. + +- title: "A dialogue on reinventing water and sanitation data" + date: 2025-03-31 + description: + With increasing innovation in AI, changing financial funding flows, political and trade instability, WASHWeb and openwashdata will be hosting an open dialogue. + calendar: Register to take part \ No newline at end of file