diff --git a/.Rbuildignore b/.Rbuildignore index 2a19ce3..20ae16a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,4 +9,4 @@ ^docs$ ^pkgdown$ ^\.github$ -^inst +^python-scripts-lesson\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index 29d5043..b8947d0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: washopenresearch Title: Dataset about open research data information in Water, Sanitation, and Hygiene -Version: 0.1.0 +Version: 0.2.0 Authors@R: c( person("Mian", "Zhong", , "mzhong@ethz.ch", role = c("aut", "cre"), comment = c(ORCID = "0009-0009-4546-7214")), @@ -9,7 +9,7 @@ Authors@R: c( person("Lars", "Schöbitz", , "lschoebitz@ethz.ch", role = "aut", comment = c(ORCID = "0000-0003-2196-5015")) ) -Description: The goal of washopenresearch is to provide an overview of open research data related to Water Sanitation and Hygiene (WASH). The package provides access to two datasets `washdev` and `uncnewsletter`. Each dataset collects information on scientific articles about (1) article metadata (e.g. title, first author, correspondence author), (2) supplementary material information, (3) data availability statement, and (4) semantic information (e.g. keywords). +Description: The goal of washopenresearch is to provide an overview of open research data related to Water Sanitation and Hygiene (WASH). The package provides access to three datasets `washdev`, `uncnewsletter`, and `ploswater`. Each dataset collects information on scientific articles about (1) article metadata (e.g. title, first author, correspondence author), (2) supplementary material information, (3) data availability statement, and (4) semantic information (e.g. keywords). License: CC BY 4.0 Encoding: UTF-8 Roxygen: list(markdown = TRUE) @@ -17,7 +17,7 @@ Depends: R (>= 3.5) LazyData: true Config/Needs/website: rmarkdown -Date: 2026-07-07 +Date: 2026-07-08 URL: https://github.com/openwashdata/washopenresearch BugReports: https://github.com/openwashdata/washopenresearch/issues Config/roxygen2/version: 8.0.0 diff --git a/NEWS.md b/NEWS.md index 5db8dc3..53afaf3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,25 @@ +# washopenresearch 0.2.0 + +## New features + +- New dataset `ploswater` with all 436 articles of the journal PLOS Water from its first volume (2022) to July 2026, collected through the public PLOS API (#14). Beyond the shared schema it records `das_repo_url` (links and dataset DOIs in the data availability statement), `das_repo_name` (the recognized repository behind them), `article_type`, and `publication_date` (#15). Data availability statements are mandatory at PLOS: all 333 research articles carry one, and 177 articles link out to a data location. +- `washdev` now covers volume 1 (2011) through volume 16 issue 6 (June 2026) with 1173 observations, up from 932 (#12). The 241 new rows cover volumes 14 to 16. +- `washdev` gains a `doi` column, filled for the newly scraped articles; earlier rows will be backfilled via Crossref (#20). +- Data acquisition is now fully R. The washdev scraper was ported from Python/Selenium to `data-raw/washdev_scraping.R` using chromote and rvest, with incremental updates (#11). The Python tooling in `inst/python/`, including a 17 MB chromedriver binary, was removed (#17). + +## Bug fixes + +- The manual supplement-type corrections for `uncnewsletter` were indexed against `washdev` paperids and landed on the wrong rows, and `correspondence_author_affiliation_country` was never cleaned because the cleaned values were written into `first_author_affiliation_country`, overwriting it. Both are fixed and `uncnewsletter` was regenerated; country values changed on 56 rows and supplement types on 16 rows (#13). +- Two author names in `washdev` (for example "Inês Freire Machete") carried Mac Roman bytes that made the xlsx export fail; the raw data is repaired at read time (#13). +- `.Rbuildignore` excluded the whole `inst/` directory from the built package, so `citation("washopenresearch")` and the `inst/extdata` files were missing from installed packages. The rule is now scoped correctly (#17). + +## Minor improvements + +- The data dictionary and roxygen documentation use the actual variable names `first_author_affiliation_country` and `correspondence_author_affiliation_country` for `washdev` (previously documented as `*_affiliation_region`) and document the `url_source` and `doi` variables. The `uncnewsletter` dictionary entry for `issue_url` is corrected from "Volume number of the journal" (integer) to the newsletter issue URL (character). +- `uncnewsletter` is documented as a frozen source: the newsletter ceased publication in May 2024 (#17). +- For newly scraped `washdev` rows, mixed supplementary file types are recorded as " & "-joined lists (one type per file) instead of the literal "misc", which previously required manual repair. +- Data values that no cleaning rule could resolve are written to review files under `data-raw/` (`*-das-review.csv`, `*-country-review.csv`) instead of being fixed by hand, so every correction stays in reproducible R code (#12, #15). + # washopenresearch 0.1.0 ## Breaking changes diff --git a/R/ploswater.R b/R/ploswater.R new file mode 100644 index 0000000..3f1093b --- /dev/null +++ b/R/ploswater.R @@ -0,0 +1,47 @@ +#' Dataset about data availability in PLOS Water +#' +#' Article metadata for all articles published in PLOS Water since its +#' first volume (2022), collected through the public PLOS search API and +#' each article's JATS XML. Data availability statements are mandatory at +#' PLOS, so `has_das` is TRUE for research articles throughout; the +#' interesting variation lies in `das_type`, `das_repo_url`, and +#' `das_repo_name`. All article types are included; use `article_type` +#' to restrict to research articles. +#' +#' @format ## `ploswater` +#' +#' \describe{ +#' \item{paperid}{DOI of the paper, identical to the doi variable} +#' \item{volume}{Volume number of the journal; volume 1 is 2022} +#' \item{issue}{Issue number of the journal} +#' \item{paper_url}{Official website url of the paper} +#' \item{journal}{Full name of the journal} +#' \item{title}{Title of the paper} +#' \item{published_year}{Year of publication} +#' \item{is_supp}{Whether the paper has supplementary materials} +#' \item{num_supp}{Number of supplementary material files} +#' \item{supp_file_type}{File types of the supplementary materials, separated by "; " when there are multiple} +#' \item{supp_url}{Website urls of the supplementary materials, separated by "; " when there are multiple. These links are stable download endpoints, they do not expire.} +#' \item{num_authors}{Number of the authors} +#' \item{first_author_name}{Name of the first author} +#' \item{first_author_affiliation}{Academic affiliation of the first author} +#' \item{first_author_affiliation_country}{Country of the first author parsed from first_author_affiliation, encoded with United Nations names} +#' \item{first_author_email}{Email of the first author. Only available when the first author is also the correspondence author, because PLOS publishes only the correspondence email.} +#' \item{first_author_orcid}{ORCID of the first author} +#' \item{correspondence_author_name}{Name of the correspondence author} +#' \item{correspondence_author_affiliation}{Academic affiliation of the correspondence author} +#' \item{correspondence_author_affiliation_country}{Country of the correspondence author parsed from correspondence_author_affiliation, encoded with United Nations names} +#' \item{correspondence_author_email}{Email of the correspondence author} +#' \item{correspondence_author_orcid}{ORCID of the correspondence author} +#' \item{has_das}{Whether the paper has a data availability statement} +#' \item{das}{Original data availability statement of the paper. NA if it does not have a data availability statement.} +#' \item{das_type}{Type of the data availability statement including available in online repository(data is shared in a public online repository) in paper(data in full paper scope like supplementary material or appendix or main content) on request(data available on request to the authors) not shareable(data is not shareable) no data generated(the study produced no datasets). NA if it does not have a data availability statement or no classification rule matched.} +#' \item{das_repo_url}{Website urls and dataset DOIs mentioned in the data availability statement, separated by "; " when there are multiple} +#' \item{das_repo_name}{Recognized data repositories behind das_repo_url (e.g. zenodo, dryad, figshare, osf, github, dataverse), separated by "; " when there are multiple} +#' \item{keywords}{Subject terms of the paper from the PLOS search API, separated by "; ". PLOS Water articles carry no author keywords in their XML.} +#' \item{url_source}{Publisher website of the paper} +#' \item{doi}{DOI of the paper} +#' \item{article_type}{Article type, e.g. "Research Article", "Opinion", "Review"} +#' \item{publication_date}{Date of publication (ISO 8601)} +#' } +"ploswater" diff --git a/R/washdev.R b/R/washdev.R index e0ca4e6..0b7ab01 100644 --- a/R/washdev.R +++ b/R/washdev.R @@ -17,12 +17,12 @@ #' \item{num_authors}{Number of the authors} #' \item{first_author_name}{Name of the first author} #' \item{first_author_affiliation}{Academic affiliation of the first author} -#' \item{first_author_affiliation_region}{Country or region of the first author parsed from first_author_affiliation variable} +#' \item{first_author_affiliation_country}{Country of the first author parsed from first_author_affiliation, encoded with United Nations names} #' \item{first_author_email}{Email of the first author} #' \item{first_author_orcid}{ORCID of the first author} #' \item{correspondence_author_name}{Name of the correspondence author} #' \item{correspondence_author_affiliation}{Academic affiliation of the correspondence author} -#' \item{correspondence_author_affiliation_region}{Country or region of the correspondence author parsed from correspondence_author_affiliation variable} +#' \item{correspondence_author_affiliation_country}{Country of the correspondence author parsed from correspondence_author_affiliation, encoded with United Nations names} #' \item{correspondence_author_email}{Email of the correspondence author} #' \item{correspondence_author_orcid}{ORCID of the correspondence author} #' \item{has_das}{Whether the paper has a data availability statement} @@ -30,5 +30,7 @@ #' \item{das_type}{Type of the data availability statement including in paper(data in full paper scope like supplementary material or appendix or main content) on request(data available on request to the authors) available in online repository(data is shared in a public online repository) not shareable(data is not shareable). NA if it does not have a data availability statement.} #' \item{das_repo_url}{Website urls of the data if the relevant data of the paper is shared on a public repository, separated by "; " when there are multiple} #' \item{keywords}{Keywords of the paper, separated by "; "} +#' \item{url_source}{Publisher website of the paper} +#' \item{doi}{DOI of the paper. Collected since the R port of the scraper; NA for articles scraped earlier, to be backfilled via Crossref.} #' } "washdev" diff --git a/README.Rmd b/README.Rmd index 04b8b8d..8d5acec 100644 --- a/README.Rmd +++ b/README.Rmd @@ -38,13 +38,15 @@ library(wordcloud2) The goal of washopenresearch is to provide an overview of open research data related to Water Sanitation and Hygiene (WASH). The current version -contains two datasets from the following sources: +contains three datasets from the following sources: - `washdev`: Open access journal [*Journal of Water, Sanitation and Hygiene for Development*](https://iwaponline.com/washdev) - `uncnewsletter`: Research section of the newsletter [North Carolina Water News](https://waterinstitute.unc.edu/our-work/nc-water-news-newsletter) +- `ploswater`: Open access journal [*PLOS + Water*](https://journals.plos.org/water/) ![Word cloud of the most frequent keywords in articles of the Journal of Water, Sanitation and Hygiene for Development, with water, sanitation, and hygiene appearing largest](man/figures/washdev_wordcloud.png){width="515"} @@ -79,11 +81,12 @@ read_csv("data-raw/dictionary.csv") |> ## Data -The package provides access to two datasets `washdev` and -`uncnewsletter`. Each dataset collects information on scientific -articles about (1) article metadata (e.g. title, first author, -correspondence author), (2) supplementary material information, (3) data -availability statement, and (4) semantic information (e.g. keywords). +The package provides access to three datasets `washdev`, +`uncnewsletter`, and `ploswater`. Each dataset collects information on +scientific articles about (1) article metadata (e.g. title, first +author, correspondence author), (2) supplementary material information, +(3) data availability statement, and (4) semantic information (e.g. +keywords). ```{r} library(washopenresearch) @@ -92,9 +95,11 @@ library(washopenresearch) ### washdev The dataset `washdev` contains data on open access articles of the -*Journal of Water, Sanitation & Hygiene for Development* (Vol.1 Issue -1 - Vol.13 Issue 11). It has `r nrow(washdev)` observations from March -2011 to November 2023. +*Journal of Water, Sanitation & Hygiene for Development* (Vol. 1 +Issue 1 to Vol. `r max(washdev$volume)` Issue +`r max(washdev$issue[washdev$volume == max(washdev$volume)])`). It has +`r nrow(washdev)` observations from March 2011 to +`r max(washdev$published_year)`. ```{r} washdev |> @@ -119,6 +124,8 @@ readr::read_csv("data-raw/dictionary.csv") |> The dataset `uncnewsletter` contains data on a curated list of articles published at the Research section of the newsletter North Carolina Water News. It has `r nrow(uncnewsletter)` observations from 2020 to 2023. +The newsletter ceased publication in May 2024, so this dataset is a +frozen source. ```{r} uncnewsletter |> @@ -132,12 +139,40 @@ For an overview of the variable descriptions, see the following table. ```{r echo=FALSE, message=FALSE, warning=FALSE} readr::read_csv("data-raw/dictionary.csv") |> dplyr::filter(file_name == "uncnewsletter.rda") |> - dplyr::select(variable_name:description) |> - knitr::kable() |> - kableExtra::kable_styling("striped") |> + dplyr::select(variable_name:description) |> + knitr::kable() |> + kableExtra::kable_styling("striped") |> kableExtra::scroll_box(height = "200px") ``` +### ploswater + +The dataset `ploswater` contains data on all articles of the journal +[*PLOS Water*](https://journals.plos.org/water/) from its first volume +(2022) onward, collected through the public PLOS API rather than web +scraping. It has `r nrow(ploswater)` observations. Data availability +statements are mandatory at PLOS, so the interesting variation lies in +`das_type`, `das_repo_url`, and `das_repo_name`, which describe how and +where the data behind each article is stored. All article types are +included; use `article_type` to restrict to research articles. + +```{r} +ploswater |> + head(3) |> + gt::gt() |> + gt::as_raw_html() +``` + +For an overview of the variable descriptions, see the following table. + +```{r echo=FALSE, message=FALSE, warning=FALSE} +readr::read_csv("data-raw/dictionary.csv") |> + dplyr::filter(file_name == "ploswater.rda") |> + dplyr::select(variable_name:description) |> + knitr::kable() |> + kableExtra::kable_styling("striped") |> + kableExtra::scroll_box(height = "200px") +``` ## Example diff --git a/README.md b/README.md index ada58e9..3fdc7e8 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,15 @@ The goal of washopenresearch is to provide an overview of open research data related to Water Sanitation and Hygiene (WASH). The current version -contains two datasets from the following sources: +contains three datasets from the following sources: - `washdev`: Open access journal [*Journal of Water, Sanitation and Hygiene for Development*](https://iwaponline.com/washdev) - `uncnewsletter`: Research section of the newsletter [North Carolina Water News](https://waterinstitute.unc.edu/our-work/nc-water-news-newsletter) +- `ploswater`: Open access journal [*PLOS + Water*](https://journals.plos.org/water/)
@@ -75,7 +78,7 @@ washdev |> gt::as_raw_html() ``` -
+
@@ -106,6 +109,7 @@ washdev |> + @@ -137,6 +141,7 @@ washdev |> + @@ -165,6 +170,7 @@ washdev |> + @@ -193,6 +199,7 @@ washdev |> +
das_type das_repo_url keywordsdoi url_source
NA NA NANA iwaponline.com
28745 1NA NA function-based; sanitation technologies; sustainability; the sanitation ladderNA iwaponline.com
28743 1NA NA biosolid accumulation; Cyperus papyrus; Echinochloa pyramidalis; faecal sludge dewatering; pollutant removal efficiencies; vertical-flow constructed wetlandsNA iwaponline.com
@@ -501,7 +508,7 @@ Academic affiliation of the first author -first_author_affiliation_region +first_author_affiliation_country @@ -511,8 +518,8 @@ character -Country or region of the first author parsed from -first_author_affiliation variable +Country of the first author parsed from first_author_affiliation +variable encoded with United Nations names @@ -597,7 +604,7 @@ Academic affiliation of the correspondence author -correspondence_author_affiliation_region +correspondence_author_affiliation_country @@ -607,8 +614,9 @@ character -Country or region of the correspondence author parsed from -correspondence_author_affiliation variable +Country of the correspondence author parsed from +correspondence_author_affiliation variable encoded with United Nations +names @@ -772,6 +780,26 @@ Publisher website of the paper + + + + +doi + + + + +character + + + + +DOI of the paper. Collected since the R port of the scraper; NA for +articles scraped earlier + + + + @@ -782,7 +810,8 @@ Publisher website of the paper The dataset `uncnewsletter` contains data on a curated list of articles published at the Research section of the newsletter North Carolina Water -News. It has 173 observations from 2020 to 2023. +News. It has 173 observations from 2020 to 2023. The newsletter ceased +publication in May 2024, so this dataset is a frozen source. ``` r uncnewsletter |> @@ -791,7 +820,7 @@ uncnewsletter |> gt::as_raw_html() ``` -
+
@@ -840,7 +869,7 @@ uncnewsletter |> - + @@ -868,7 +897,7 @@ uncnewsletter |> - + @@ -896,7 +925,7 @@ uncnewsletter |> - + @@ -973,12 +1002,12 @@ issue_url @@ -1476,6 +1505,825 @@ Keywords of the paper separated by a semicolon +### ploswater + +The dataset `ploswater` contains data on all articles of the journal +[*PLOS Water*](https://journals.plos.org/water/) from its first volume +(2022) onward, collected through the public PLOS API rather than web +scraping. It has 436 observations. Data availability statements are +mandatory at PLOS, so the interesting variation lies in `das_type`, +`das_repo_url`, and `das_repo_name`, which describe how and where the +data behind each article is stored. All article types are included; use +`article_type` to restrict to research articles. + +``` r +ploswater |> + head(3) |> + gt::gt() |> + gt::as_raw_html() +``` + +
+
1 Alexis Voulgaropoulos North Carolina State UniversityNAUnited States of America anvoulga@ncsu.edu 0000-0002-5778-354X NA17 Nadine Kotlarz North Carolina State UniversityNAUnited States of America nkotlar@ncsu.ede NA NA4 Emily F. Eidam University of North CarolinaNAUnited States of America efe@unc.edu 0000-0002-1906-8692 NA -integer +character -Volume number of the journal +URL of the newsletter issue that featured the paper
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
paperidvolumeissuepaper_urljournaltitlepublished_yearis_suppnum_suppsupp_file_typesupp_urlnum_authorsfirst_author_namefirst_author_affiliationfirst_author_affiliation_countryfirst_author_emailfirst_author_orcidcorrespondence_author_namecorrespondence_author_affiliationcorrespondence_author_affiliation_countrycorrespondence_author_emailcorrespondence_author_orcidhas_dasdasdas_typedas_repo_urldas_repo_namekeywordsurl_sourcedoiarticle_typepublication_date
10.1371/journal.pwat.0000058112https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000058PLOS WaterWater remains a blind spot in climate change policies2022FALSE0NANA9Hervé DouvilleCentre National de Recherches Météorologiques, Université de Toulouse, Météo-France, CNRS, Toulouse, FranceFranceherve.douville@meteo.frNAHervé DouvilleCentre National de Recherches Météorologiques, Université de Toulouse, Météo-France, CNRS, Toulouse, FranceFranceherve.douville@meteo.frNAFALSENANANANA/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Earth sciences/Atmospheric science/Climatology/Climate change/Global warming; /Earth sciences/Atmospheric science/Climatology/Climate modeling; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Hydrology/Water cycle; /Ecology and environmental sciences/Drought; /Ecology and environmental sciences/Natural resources/Water resources; /Research and analysis methods/Simulation and modeling/Climate modelingjournals.plos.org10.1371/journal.pwat.0000058Review2022-12-15
10.1371/journal.pwat.000007021https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000070PLOS WaterUnderstanding household self-supply use and management using a mixed-methods approach in urban Indonesia2023TRUE2docx; docxhttps://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000070.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000070.s002&type=supplementary7Franziska GenterInstitute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, AustraliaAustraliafranziska.g.genter@student.uts.edu.auhttps://orcid.org/0000-0001-5867-4671Franziska GenterInstitute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, AustraliaAustraliafranziska.g.genter@student.uts.edu.auhttps://orcid.org/0000-0001-5867-4671TRUEDatasets for this research are available in this paper and its supplementary information files.in paperNANA/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception/Taste; /Biology and life sciences/Neuroscience/Sensory perception/Taste; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Taste; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Boiling; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Tastejournals.plos.org10.1371/journal.pwat.0000070Research Article2023-01-24
10.1371/journal.pwat.000008521https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000085PLOS WaterIssues that should be addressed at the UN 2023 Water Conference2023FALSE0NANA1Jon LaneWorld Water Week, Stockholm International Water Institute, WINZ–The Water Initiative for Net Zero, Stockholm, SwedenSwedenJon.lane@siwi.orgNAJon LaneWorld Water Week, Stockholm International Water Institute, WINZ–The Water Initiative for Net Zero, Stockholm, SwedenSwedenJon.lane@siwi.orgNAFALSENANANANA/Earth sciences/Atmospheric science/Atmospheric chemistry/Greenhouse gases; /Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Environmental chemistry/Atmospheric chemistry/Greenhouse gases; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Chemistry/Chemical compounds/Methane; /Physical sciences/Chemistry/Environmental chemistry/Atmospheric chemistry/Greenhouse gases; /Social sciences/Political science/Governmentsjournals.plos.org10.1371/journal.pwat.0000085Opinion2023-01-24
+
+ +For an overview of the variable descriptions, see the following table. + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +variable_name + + +variable_type + + +description +
+ +paperid + + +character + + +DOI of the paper; identical to the doi variable +
+ +volume + + +integer + + +Volume number of the journal; volume 1 is 2022 +
+ +issue + + +integer + + +Issue number of the journal +
+ +paper_url + + +character + + +Official website url of the paper +
+ +journal + + +character + + +Full name of the journal +
+ +title + + +character + + +Title of the paper +
+ +published_year + + +integer + + +Year of publication +
+ +is_supp + + +logical + + +Whether the paper has supplementary materials +
+ +num_supp + + +integer + + +Number of supplementary material files +
+ +supp_file_type + + +character + + +File types of the supplementary materials separated by a semicolon when +there are multiple +
+ +supp_url + + +character + + +Website urls of the supplementary materials separated by a semicolon +when there are multiple. Stable download endpoints that do not expire +
+ +num_authors + + +integer + + +Number of the authors +
+ +first_author_name + + +character + + +Name of the first author +
+ +first_author_affiliation + + +character + + +Academic affiliation of the first author +
+ +first_author_affiliation_country + + +character + + +Country of the first author parsed from first_author_affiliation encoded +with United Nations names +
+ +first_author_email + + +character + + +Email of the first author. Only available when the first author is the +correspondence author because PLOS publishes only the correspondence +email +
+ +first_author_orcid + + +character + + +ORCID of the first author +
+ +correspondence_author_name + + +character + + +Name of the correspondence author +
+ +correspondence_author_affiliation + + +character + + +Academic affiliation of the correspondence author +
+ +correspondence_author_affiliation_country + + +character + + +Country of the correspondence author parsed from +correspondence_author_affiliation encoded with United Nations names +
+ +correspondence_author_email + + +character + + +Email of the correspondence author +
+ +correspondence_author_orcid + + +character + + +ORCID of the correspondence author +
+ +has_das + + +logical + + +Whether the paper has a data availability statement +
+ +das + + +character + + +Original data availability statement of the paper. NA if it does not +have a data availability statement +
+ +das_type + + +factor + + +Type of the data availability statement including “available in online +repository”(data is shared in a public online repository) “in +paper”(data in full paper scope like supplementary material or appendix +or main content) “on request”(data available on request to the authors) +“not shareable”(data is not shareable) “no data generated”(the study +produced no datasets). NA if it does not have a data availability +statement or no classification rule matched +
+ +das_repo_url + + +character + + +Website urls and dataset DOIs mentioned in the data availability +statement separated by a semicolon when there are multiple +
+ +das_repo_name + + +character + + +Recognized data repositories behind das_repo_url (e.g. zenodo dryad +figshare osf github dataverse) separated by a semicolon when there are +multiple +
+ +keywords + + +character + + +Subject terms of the paper from the PLOS search API separated by a +semicolon. PLOS Water articles carry no author keywords in their XML +
+ +url_source + + +character + + +Publisher website of the paper +
+ +doi + + +character + + +DOI of the paper +
+ +article_type + + +character + + +Article type e.g. Research Article or Opinion or Review +
+ +publication_date + + +date + + +Date of publication (ISO 8601) +
+ +
+ ## Example ### washdev @@ -1503,7 +2351,7 @@ washdev |> theme_classic() ``` - + 2. What are the top choices of keywords in WASH Dev? @@ -1553,7 +2401,7 @@ uncnewsletter |> theme_classic() ``` - + ## Method diff --git a/data-raw/data_processing.R b/data-raw/data_processing.R index 4ba3de3..940cd29 100644 --- a/data-raw/data_processing.R +++ b/data-raw/data_processing.R @@ -8,8 +8,23 @@ library(forcats) library(countries) library(purrr) +# Helper: repair invalid UTF-8 ------------------------------------------- +# A few cells in the raw washdev.csv carry Mac Roman bytes (e.g. 0x90 for +# "ê" in "Inês"); openxlsx refuses to write them +repair_encoding <- function(x) { + if (!is.character(x)) return(x) + bad <- !is.na(x) & !validUTF8(x) + x[bad] <- iconv(x[bad], from = "macintosh", to = "UTF-8") + x +} + # WASHDEV DATA ----------------------------------------------------------- -washdev <- read_csv("data-raw/washdev.csv")[2:28] +# Drop the index column written by the scraper; keep everything else, +# including the doi column collected since the R port (#11, #20) +washdev <- read_csv("data-raw/washdev.csv") |> + dplyr::select(-1) +washdev <- washdev |> + dplyr::mutate(across(where(is.character), repair_encoding)) ## create and rename columns to be uniform with other datasets ----------------- washdev <- washdev |> dplyr::rename(paper_url = url) |> @@ -102,6 +117,24 @@ washdev <- washdev |> dplyr::mutate(das_type = str_replace(das_type, pattern = "^All relevant data are included in the paper.*", replacement = "in paper")) |> dplyr::mutate(das_type = str_replace(das_type, pattern = ".+readers should contact the corresponding author.*", replacement = "on request")) +#### Review file (issue #12): das_type values no rule mapped ------------------- +# No manual fixes without approval; das statements that stayed unmapped +# (that is, the das_type still carries the full statement text) go here +washdev |> + dplyr::filter(has_das, + !das_type %in% c("available in online repository", "in paper", "on request")) |> + dplyr::select(paperid, volume, issue, das_type) |> + readr::write_csv("data-raw/washdev-das-review.csv") + +#### Review file (issue #12): affiliations without a standardized country ------ +washdev |> + dplyr::filter( + (is.na(first_author_affiliation_country) & !is.na(first_author_affiliation)) | + (is.na(correspondence_author_affiliation_country) & !is.na(correspondence_author_affiliation)) + ) |> + dplyr::select(paperid, volume, issue, first_author_affiliation, correspondence_author_affiliation) |> + readr::write_csv("data-raw/washdev-country-review.csv") + ## change data type ------------------------------------------------------------ washdev <- washdev |> dplyr::mutate(across(c(paperid, volume, issue, num_supp, num_authors), as.integer)) |> @@ -151,6 +184,10 @@ washdev <- washdev |> # UNCNEWSLETTER DATA ----------------------------------------------------------- +# The per-article metadata was collected manually into this CSV; a scraper +# only ever gathered candidate URLs from the newsletter archive. The +# newsletter ceased publication in May 2024, so this is a frozen source +# covering papers from 2020 to 2023 (see issue #17). uncnewsletter <- readr::read_csv("./data-raw/unc-article-url-manual-collection.csv") ## Tidy column format ---------------------------------------------------------- @@ -181,9 +218,9 @@ missing_type <- c("xlsx & xlsx & docx", "xlsx & xlsx & docx", "docx & xlsx & zip "pdf & xlsx & xlsx", "docx & zip", paste(c(paste(rep("xlsx", 10), collapse = " & "), "docx", "docx"), collapse = " & "), "xlsx & xlsx & docx", "pdf & docx", "xlsx & xlsx & docx", "xlsx & docx & docx") -uncnewsletter$num_supp[which(washdev$paperid == 115)] <- 2 -uncnewsletter$num_supp[which(washdev$paperid == 146)] <- 2 -uncnewsletter$supp_file_type[which(washdev$paperid %in% ids)] <- missing_type +uncnewsletter$num_supp[which(uncnewsletter$paperid == 115)] <- 2 +uncnewsletter$num_supp[which(uncnewsletter$paperid == 146)] <- 2 +uncnewsletter$supp_file_type[which(uncnewsletter$paperid %in% ids)] <- missing_type uncnewsletter <- uncnewsletter |> dplyr::mutate(supp_file_type = strsplit(supp_file_type, " & ")) |> ### Make supp url a list-column ---------------------------------------------- @@ -212,13 +249,85 @@ uncnewsletter <- uncnewsletter |> uncnewsletter <- uncnewsletter |> dplyr::mutate(first_author_affiliation_country = countries::country_name(first_author_affiliation_country, to = "UN_en", fuzzy_match = FALSE)) |> - dplyr::mutate(first_author_affiliation_country = + dplyr::mutate(correspondence_author_affiliation_country = countries::country_name(correspondence_author_affiliation_country, to = "UN_en", fuzzy_match = FALSE)) skimr::skim(uncnewsletter) + +# PLOSWATER DATA ---------------------------------------------------------- +# Raw file produced by data-raw/ploswater.R (issue #14); multi-value +# columns arrive "; "-delimited already, so no list-column handling needed +ploswater <- readr::read_csv("data-raw/ploswater.csv") + +## create and rename columns to be uniform with other datasets ------------- +ploswater <- ploswater |> + dplyr::mutate( + paperid = doi, + url_source = "journals.plos.org" + ) |> + dplyr::relocate( + paperid, volume, issue, paper_url, journal, title, published_year, + is_supp, num_supp, supp_file_type, supp_url, num_authors, + dplyr::starts_with("first_author"), + dplyr::starts_with("correspondence_author"), + has_das, das, das_repo_url, das_repo_name, keywords, + url_source, doi, article_type, publication_date + ) + +## classify das type (issue #15) -------------------------------------------- +# PLOS statements are free-form; these rules map them onto the factor +# levels shared with washdev and uncnewsletter. Precedence: no data +# generated > online repository > in paper > on request > not shareable. +# Whatever no rule catches stays NA and goes into the review file below. +ploswater <- ploswater |> + dplyr::mutate(das_type = dplyr::case_when( + !has_das ~ NA_character_, + str_detect(das, regex("no (new )?data ?(sets)?( were| was| are| is)? (generated|created|produced|collected)|no data (are |is )?associated|did not (produce|generate|collect) (any )?data|no datasets", ignore_case = TRUE)) ~ "no data generated", + !is.na(das_repo_url) ~ "available in online repository", + str_detect(das, regex("(available|deposited|accessible|archived|hosted|obtained|downloaded|found)[^.]{0,60}(repositor|zenodo|dryad|figshare|osf|github|dataverse|data exchange|sequence read archive|NCBI)", ignore_case = TRUE)) ~ "available in online repository", + str_detect(das, regex("supplementar[a-z]* (information|material|file|table|document)|supporting information|supplemental (information|material|file|table|document)|uploaded as supplementary|S\\d+ (Dataset|Table|File|Text)", ignore_case = TRUE)) ~ "in paper", + str_detect(das, regex("within (the|this) (paper|manuscript|article|publication)|in (the|this|its) (paper|manuscript|article|published article|publication)|part of the (submitted|summitted) (article|manuscript)|within the (submitted|summitted) manuscript|uploaded along(side)?( with)? (this )?(the )?submission", ignore_case = TRUE)) ~ "in paper", + str_detect(das, regex("upon (reasonable )?request|on request|by request|contact(ing)? the (corresponding )?author", ignore_case = TRUE)) ~ "on request", + str_detect(das, regex("cannot be (shared|made)|not (be )?(publicly )?(available|shared)|restrictions apply|third[- ]party", ignore_case = TRUE)) ~ "not shareable", + .default = NA_character_ + )) |> + dplyr::mutate(das_type = factor(das_type, levels = c( + "available in online repository", "in paper", "on request", + "not shareable", "no data generated" + ))) |> + dplyr::relocate(das_type, .after = das) + +## change data type --------------------------------------------------------- +ploswater <- ploswater |> + dplyr::mutate(across(c(volume, issue, num_supp, num_authors, published_year), + as.integer)) + +## clean country/region names ---------------------------------------------- +ploswater <- ploswater |> + dplyr::mutate(first_author_affiliation_country = + countries::country_name(first_author_affiliation_country, to = "UN_en", fuzzy_match = FALSE)) |> + dplyr::mutate(correspondence_author_affiliation_country = + countries::country_name(correspondence_author_affiliation_country, to = "UN_en", fuzzy_match = FALSE)) + +## review files (issues #12, #15): no manual fixes without approval -------- +# DAS texts no rule classified +ploswater |> + dplyr::filter(has_das, is.na(das_type)) |> + dplyr::select(paperid, das) |> + readr::write_csv("data-raw/ploswater-das-review.csv") +# affiliations whose country could not be standardized +ploswater |> + dplyr::filter( + (is.na(first_author_affiliation_country) & !is.na(first_author_affiliation)) | + (is.na(correspondence_author_affiliation_country) & !is.na(correspondence_author_affiliation)) + ) |> + dplyr::select(paperid, first_author_affiliation, correspondence_author_affiliation) |> + readr::write_csv("data-raw/ploswater-country-review.csv") + # Write to R data object ------------------------------------------------------- usethis::use_data(washdev, overwrite = TRUE) usethis::use_data(uncnewsletter, overwrite = TRUE) +usethis::use_data(ploswater, overwrite = TRUE) # Export processed data to csv and xlsx files ---------------------------------- readr::write_csv(washdev, here::here("inst", "extdata", "washdev.csv")) @@ -227,3 +336,6 @@ openxlsx::write.xlsx(washdev, here::here("inst", "extdata", "washdev.xlsx")) readr::write_csv(uncnewsletter, here::here("inst", "extdata", "uncnewsletter.csv")) openxlsx::write.xlsx(uncnewsletter, here::here("inst", "extdata", "uncnewsletter.xlsx")) +readr::write_csv(ploswater, here::here("inst", "extdata", "ploswater.csv")) +openxlsx::write.xlsx(ploswater, here::here("inst", "extdata", "ploswater.xlsx")) + diff --git a/data-raw/dictionary.csv b/data-raw/dictionary.csv index 716358a..9b275ac 100644 --- a/data-raw/dictionary.csv +++ b/data-raw/dictionary.csv @@ -13,12 +13,12 @@ data,washdev.rda,supp_url,character,Website urls of the supplementary materials data,washdev.rda,num_authors,integer,Number of the authors data,washdev.rda,first_author_name,character,Name of the first author data,washdev.rda,first_author_affiliation,character,Academic affiliation of the first author -data,washdev.rda,first_author_affiliation_region,character,Country or region of the first author parsed from first_author_affiliation variable +data,washdev.rda,first_author_affiliation_country,character,Country of the first author parsed from first_author_affiliation variable encoded with United Nations names data,washdev.rda,first_author_email,character,Email of the first author data,washdev.rda,first_author_orcid,character,ORCID of the first author data,washdev.rda,correspondence_author_name,character,Name of the correspondence author data,washdev.rda,correspondence_author_affiliation,character,Academic affiliation of the correspondence author -data,washdev.rda,correspondence_author_affiliation_region,character,Country or region of the correspondence author parsed from correspondence_author_affiliation variable +data,washdev.rda,correspondence_author_affiliation_country,character,Country of the correspondence author parsed from correspondence_author_affiliation variable encoded with United Nations names data,washdev.rda,correspondence_author_email,character,Email of the correspondence author data,washdev.rda,correspondence_author_orcid,character,ORCID of the correspondence author data,washdev.rda,has_das,logical,Whether the paper has a data availability statement @@ -27,8 +27,9 @@ data,washdev.rda,das_type,factor,Type of the data availability statement includi data,washdev.rda,das_repo_url,character,Website urls of the data if the relevant data of the paper is shared on a public repository separated by a semicolon when there are multiple data,washdev.rda,keywords,character,Keywords of the paper separated by a semicolon data,washdev.rda,url_source,character,Publisher website of the paper +data,washdev.rda,doi,character,DOI of the paper. Collected since the R port of the scraper; NA for articles scraped earlier data,uncnewsletter.rda,paperid,integer,ID number of the paper on the journal website -data,uncnewsletter.rda,issue_url,integer,Volume number of the journal +data,uncnewsletter.rda,issue_url,character,URL of the newsletter issue that featured the paper data,uncnewsletter.rda,paper_url,character,Official website url of the paper data,uncnewsletter.rda,url_source,character,Publisher website of the paper data,uncnewsletter.rda,journal,character,Full name of the journal @@ -54,3 +55,35 @@ data,uncnewsletter.rda,das,character,Original data availability statement of the data,uncnewsletter.rda,das_type,factor,Type of the data availability statement including "in paper"(data in full paper scope like supplementary material or appendix or main content) "on request"(data available on request to the authors) "available in online repository"(data is shared in a public online repository) "not shareable"(data is not shareable). NA if it does not have a data availability statement. data,uncnewsletter.rda,das_repo_url,character,Website urls of the data if the relevant data of the paper is shared on a public repository separated by a semicolon when there are multiple data,uncnewsletter.rda,keywords,character,Keywords of the paper separated by a semicolon +data,ploswater.rda,paperid,character,DOI of the paper; identical to the doi variable +data,ploswater.rda,volume,integer,Volume number of the journal; volume 1 is 2022 +data,ploswater.rda,issue,integer,Issue number of the journal +data,ploswater.rda,paper_url,character,Official website url of the paper +data,ploswater.rda,journal,character,Full name of the journal +data,ploswater.rda,title,character,Title of the paper +data,ploswater.rda,published_year,integer,Year of publication +data,ploswater.rda,is_supp,logical,Whether the paper has supplementary materials +data,ploswater.rda,num_supp,integer,Number of supplementary material files +data,ploswater.rda,supp_file_type,character,File types of the supplementary materials separated by a semicolon when there are multiple +data,ploswater.rda,supp_url,character,Website urls of the supplementary materials separated by a semicolon when there are multiple. Stable download endpoints that do not expire +data,ploswater.rda,num_authors,integer,Number of the authors +data,ploswater.rda,first_author_name,character,Name of the first author +data,ploswater.rda,first_author_affiliation,character,Academic affiliation of the first author +data,ploswater.rda,first_author_affiliation_country,character,Country of the first author parsed from first_author_affiliation encoded with United Nations names +data,ploswater.rda,first_author_email,character,Email of the first author. Only available when the first author is the correspondence author because PLOS publishes only the correspondence email +data,ploswater.rda,first_author_orcid,character,ORCID of the first author +data,ploswater.rda,correspondence_author_name,character,Name of the correspondence author +data,ploswater.rda,correspondence_author_affiliation,character,Academic affiliation of the correspondence author +data,ploswater.rda,correspondence_author_affiliation_country,character,Country of the correspondence author parsed from correspondence_author_affiliation encoded with United Nations names +data,ploswater.rda,correspondence_author_email,character,Email of the correspondence author +data,ploswater.rda,correspondence_author_orcid,character,ORCID of the correspondence author +data,ploswater.rda,has_das,logical,Whether the paper has a data availability statement +data,ploswater.rda,das,character,Original data availability statement of the paper. NA if it does not have a data availability statement +data,ploswater.rda,das_type,factor,"Type of the data availability statement including ""available in online repository""(data is shared in a public online repository) ""in paper""(data in full paper scope like supplementary material or appendix or main content) ""on request""(data available on request to the authors) ""not shareable""(data is not shareable) ""no data generated""(the study produced no datasets). NA if it does not have a data availability statement or no classification rule matched" +data,ploswater.rda,das_repo_url,character,Website urls and dataset DOIs mentioned in the data availability statement separated by a semicolon when there are multiple +data,ploswater.rda,das_repo_name,character,Recognized data repositories behind das_repo_url (e.g. zenodo dryad figshare osf github dataverse) separated by a semicolon when there are multiple +data,ploswater.rda,keywords,character,Subject terms of the paper from the PLOS search API separated by a semicolon. PLOS Water articles carry no author keywords in their XML +data,ploswater.rda,url_source,character,Publisher website of the paper +data,ploswater.rda,doi,character,DOI of the paper +data,ploswater.rda,article_type,character,Article type e.g. Research Article or Opinion or Review +data,ploswater.rda,publication_date,date,Date of publication (ISO 8601) diff --git a/data-raw/ploswater-country-review.csv b/data-raw/ploswater-country-review.csv new file mode 100644 index 0000000..095a0cb --- /dev/null +++ b/data-raw/ploswater-country-review.csv @@ -0,0 +1,9 @@ +paperid,first_author_affiliation,correspondence_author_affiliation +10.1371/journal.pwat.0000498,"Department of Sociology, Michigan State University, East Lansing, Michigan, United States of America,","Department of Sociology, Michigan State University, East Lansing, Michigan, United States of America," +10.1371/journal.pwat.0000486,"British Geological Survey, The Lyell Centre, Edinburgh, United Kingdom of Great Britian and Northern Ireland","British Geological Survey, The Lyell Centre, Edinburgh, United Kingdom of Great Britian and Northern Ireland" +10.1371/journal.pwat.0000497,"RTI International, Research Triangle Park, North Carolina, United States of America,","RTI International, Research Triangle Park, North Carolina, United States of America," +10.1371/journal.pwat.0000062,"LOEWE Centre for Translational Biodiversity Genomics, Senckenberg Biodiversity and Climate Research Centre, Frankfurt, Germany","Department of Environmental and Biological Sciences, University of Eastern Finland, Kuopio, Suomi-Finland" +10.1371/journal.pwat.0000092,"Department of Soil and Water Systems, University of Idaho, Moscow, Idaho","Department of Soil and Water Systems, University of Idaho, Moscow, Idaho" +10.1371/journal.pwat.0000240,"GNS Science, Lower Hutt, Aotearoa New Zealand","School of Science in Society, Victoria University of Wellington, Wellington, Aotearoa New Zealand" +10.1371/journal.pwat.0000372,"Network for Engineering with Nature, Athens, GeorgiaUnited States of America","Network for Engineering with Nature, Athens, GeorgiaUnited States of America" +10.1371/journal.pwat.0000308,"Odum School of Ecology, University of Georgia, Athens, GeorgiaUnited States of America","Odum School of Ecology, University of Georgia, Athens, GeorgiaUnited States of America" diff --git a/data-raw/ploswater-das-review.csv b/data-raw/ploswater-das-review.csv new file mode 100644 index 0000000..2cc3f0a --- /dev/null +++ b/data-raw/ploswater-das-review.csv @@ -0,0 +1,14 @@ +paperid,das +10.1371/journal.pwat.0000167,All the papers referenced in the systematic review are publicly available. Nearly all will easily be found using various search tools such as PubMed and SCOPUS. The authors can provide copies of any that a reader cannot find. +10.1371/journal.pwat.0000467,The Data Availability statement is under discussion and will be provided in a forthcoming update to this article. +10.1371/journal.pwat.0000427,"Data contain potentially identifying or sensitive patient information, and has been opposed by the Institutional Review Board (IRB)/ the research ethics committee. Data are available from the institutional data access/General Research Ethics Board (GREB) of Queens University (researchethics@queensu.ca) for researchers who meet the criteria for access to the confidential data." +10.1371/journal.pwat.0000165,All data will be available if the manuscript is selected for publication. +10.1371/journal.pwat.0000107,"Data on stakeholder motivations and abilities and data on water diversions have been withheld from publication to protect participant privacy. These data are unable to be completely deidentified. Data have been used to provide valuable interpretation, while protecting the provacy of stakeholders involved in incentive programs, whom are required for these conservation efforts to be successful. Stakeholder perceptions data were collected under Negligible Low Risk Human Ethics approved by authors' Institutional Review Board (INT20/376227). The data custodian is Dr Marita Pearson. Her email address is marita.pearson@dpi.nsw.gov.au." +10.1371/journal.pwat.0000075,"To ensure confidentiality of participants’ information as agreed up on during Ethical approval and Consent Process, qualitative interview transcripts’ file is only visible to the direct research team or through Mbarara University of Science and Technology Research Ethics Committee, P.O. Box 1410 Mbarara, Tel: +256-48-543-3795, Fax: +256-48-542-0782, E-mail: irc@must.ac.ug, mustirb@gmail.com since they are not publically available." +10.1371/journal.pwat.0000093,I have ethical restrictions from the ethical committees involved since the data was collected from human subjects. The name of the ethical committee is Eawag Ethical Review Committee and the contact person is Rik Eggen (rik.eggen@eawag.ch). +10.1371/journal.pwat.0000030,"Estimates of previously calibrated watershed models upon which results and interpretations reported herein for nitrogen and phosphorus are based are available in Miller et al. [85] for the Upper Colorado River Basin, Ator [86] for the Delaware River Basin, and Saad and Robertson [87] for the Illinois River Basin. Estimates from the previously calibrated salinity model for the Upper Colorado River Basin are available in Miller et al. [94]." +10.1371/journal.pwat.0000047,"This study only collected identifiable human subjects data protected by the Social, Behavioral, and Educational Research Institutional Review Board (SBER IRB) at Tufts University (#1910029). The Research Team needs permission from the Tufts SBER IRB (Meghan Pronovost - Meghan.Pronovost@tufts.edu) to share the data in a de-identified fashion." +10.1371/journal.pwat.0000231,The dataset underlying all quantitative findings from this study will be made available through the PLoS Water website. +10.1371/journal.pwat.0000432,The data is being formatted and finalized for sharing on Hydroshare once the MS is accepted. +10.1371/journal.pwat.0000287,"Data for this manuscript were provided by the Department of Education (DepEd), Government of Philippines. Researchers who wish to access this data are required to request data direct from the Department of Education and receive appropriate approvals. To request access to data, please contact the Assistant Secretary of Operations, Department of Education at oasops@deped.gov.ph." +10.1371/journal.pwat.0000345,"All data is publicly available and accessible by contacting the Mile High Flood District (MHFD) GIS Department. Email: contact@mhfd.org or phone: +1 (303) 455-6277. MHFD is a public agency based in Denver, CO USA." diff --git a/data-raw/ploswater.R b/data-raw/ploswater.R new file mode 100644 index 0000000..f85c89a --- /dev/null +++ b/data-raw/ploswater.R @@ -0,0 +1,286 @@ +# Download article metadata for PLOS Water (issue #14). +# +# No scraping required: the PLOS search API (https://api.plos.org/search, +# Solr syntax) lists every article with volume, issue, dates, authors, and +# subject terms, and each article's full JATS XML is served at +# https://journals.plos.org/water/article/file?id=&type=manuscript. +# The XML carries the data availability statement, supplementary material +# entries, affiliations, ORCIDs, and the correspondence author. +# +# Notes: +# - PLOS Water has no author keywords in the XML for most articles; the +# `keywords` column holds the API's subject terms instead. +# - Data availability statements are mandatory at PLOS, so `has_das` is +# expected to be TRUE almost everywhere. +# - Multi-value columns are "; "-delimited, matching the format of the +# published datasets (no list-columns, see #8). +# - All article types are downloaded; `article_type` lets the processing +# step decide which to keep (opinion pieces rarely have data). +# - Fair use of the API: stay under 300 requests/hour. A full run needs +# about 5 search requests plus one XML request per article (~440), with +# a one second pause between article downloads. The XML files come from +# the journal site, not the API, but the same politeness applies. +# +# Run from the package root: +# Rscript data-raw/ploswater.R + +library(httr2) +library(xml2) +library(dplyr) +library(purrr) +library(stringr) +library(readr) +library(tibble) + +SEARCH_URL <- "https://api.plos.org/search" +ARTICLE_XML_URL <- "https://journals.plos.org/water/article/file?id=%s&type=manuscript" +ARTICLE_URL <- "https://journals.plos.org/water/article?id=%s" +JOURNAL_NAME <- "PLOS Water" + +# Known data repositories, used to label where DAS-linked data lives +REPO_PATTERNS <- c( + "zenodo" = "zenodo\\.org|10\\.5281/zenodo", + "dryad" = "datadryad|10\\.5061/dryad", + "figshare" = "figshare|10\\.6084/m9\\.figshare", + "osf" = "osf\\.io|10\\.17605/osf", + "github" = "github\\.com", + "dataverse" = "dataverse|10\\.7910/DVN", + "mendeley data" = "data\\.mendeley|10\\.17632/", + "openicpsr/icpsr" = "icpsr", + "dhs program" = "dhsprogram\\.com", + "world bank" = "microdata\\.worldbank|data\\.worldbank", + "ncbi/genbank" = "ncbi\\.nlm\\.nih\\.gov|genbank", + "pangaea" = "pangaea\\.de", + "hydroshare" = "hydroshare\\.org" +) + +# Search API --------------------------------------------------------------- + +#' All PLOS Water articles from the search API, one row per article, with +#' the fields needed for the overview columns. +fetch_article_list <- function(rows_per_page = 100) { + fields <- paste( + c("id", "title_display", "volume", "issue", "publication_date", + "author_display", "article_type", "subject"), + collapse = "," + ) + start <- 0 + docs <- list() + repeat { + resp <- request(SEARCH_URL) |> + req_url_query( + q = 'journal:"PLOS Water" AND doc_type:full', + fl = fields, + wt = "json", + rows = rows_per_page, + start = start + ) |> + req_user_agent("washopenresearch data package (openwashdata.org)") |> + req_perform() |> + resp_body_json() + docs <- c(docs, resp$response$docs) + start <- start + rows_per_page + if (start >= resp$response$numFound) break + Sys.sleep(1) + } + message("Search API returned ", length(docs), " articles") + map(docs, function(d) { + tibble( + doi = d$id, + volume = d$volume %||% NA_integer_, + issue = d$issue %||% NA_integer_, + paper_url = sprintf(ARTICLE_URL, d$id), + journal = JOURNAL_NAME, + title = d$title_display %||% NA_character_, + publication_date = str_sub(d$publication_date %||% NA_character_, 1, 10), + published_year = as.integer(str_sub(d$publication_date, 1, 4)), + article_type = d$article_type %||% NA_character_, + keywords = paste(unique(unlist(d$subject)), collapse = "; ") + ) + }) |> list_rbind() +} + +# Article XML -------------------------------------------------------------- + +fetch_article_xml <- function(doi) { + request(sprintf(ARTICLE_XML_URL, doi)) |> + req_user_agent("washopenresearch data package (openwashdata.org)") |> + req_retry(max_tries = 3) |> + req_perform() |> + resp_body_string() |> + read_xml() +} + +#' Extract file type markers like "(DOCX)" from a supplementary-material +#' caption; fall back to the mimetype attribute when absent. +supp_file_type <- function(node) { + marker <- xml_text(xml_find_all(node, ".//caption//p")) + marker <- str_match(paste(marker, collapse = " "), "\\(([A-Za-z0-9]+)\\)")[, 2] + if (!is.na(marker)) return(str_to_lower(marker)) + mimetype <- xml_attr(node, "mimetype") + if (is.na(mimetype)) NA_character_ else basename(mimetype) +} + +parse_supp <- function(xml) { + nodes <- xml_find_all(xml, "//supplementary-material") + hrefs <- xml_attr(nodes, "href") + # xlink:href="info:doi/10.1371/journal.pwat.NNNNNNN.sNNN"; the stable + # download URL is the article-file endpoint with type=supplementary + supp_doi <- str_remove(hrefs, "^info:doi/") + supp_url <- sprintf( + "https://journals.plos.org/water/article/file?id=%s&type=supplementary", + supp_doi + ) + list( + is_supp = length(nodes) > 0, + num_supp = length(nodes), + supp_file_type = if (length(nodes) == 0) NA_character_ else + paste(map_chr(nodes, supp_file_type), collapse = "; "), + supp_url = if (length(nodes) == 0) NA_character_ else + paste(supp_url, collapse = "; ") + ) +} + +#' Affiliation text for a contrib node, resolved through its aff xref. +contrib_affiliation <- function(xml, contrib) { + rid <- xml_attr(xml_find_first(contrib, ".//xref[@ref-type='aff']"), "rid") + if (is.na(rid)) return(NA_character_) + aff <- xml_find_first(xml, sprintf("//aff[@id='%s']", rid)) + addr <- xml_find_first(aff, ".//addr-line") + txt <- if (!inherits(addr, "xml_missing")) xml_text(addr) else xml_text(aff) + str_trim(str_remove(txt, "^[0-9]+\\s*")) +} + +contrib_fields <- function(xml, contrib) { + if (is.null(contrib) || inherits(contrib, "xml_missing")) { + return(list( + name = NA_character_, affiliation = NA_character_, + affiliation_country = NA_character_, orcid = NA_character_ + )) + } + given <- xml_text(xml_find_first(contrib, ".//name/given-names")) + surname <- xml_text(xml_find_first(contrib, ".//name/surname")) + name <- str_trim(paste(given, surname)) + aff <- contrib_affiliation(xml, contrib) + country <- if (is.na(aff)) NA_character_ else last(str_split_1(aff, ",\\s*")) + orcid <- xml_text(xml_find_first( + contrib, ".//contrib-id[@contrib-id-type='orcid']" + )) + list( + name = name, affiliation = aff, + affiliation_country = str_trim(country), orcid = orcid + ) +} + +parse_authors <- function(xml) { + contribs <- xml_find_all( + xml, "//contrib-group/contrib[@contrib-type='author']" + ) + first <- contrib_fields( + xml, if (length(contribs) > 0) contribs[[1]] else NULL + ) + corresp_node <- xml_find_first( + xml, "//contrib-group/contrib[@contrib-type='author'][@corresp='yes']" + ) + corresp <- contrib_fields(xml, corresp_node) + corresp_email <- xml_text(xml_find_first( + xml, "//author-notes/corresp/email" + )) + first_is_corresp <- length(contribs) > 0 && + identical(xml_attr(contribs[[1]], "corresp"), "yes") + list( + num_authors = length(contribs), + first_author_name = first$name, + first_author_affiliation = first$affiliation, + first_author_affiliation_country = first$affiliation_country, + # PLOS XML only publishes the correspondence author's email + first_author_email = if (first_is_corresp) corresp_email else NA_character_, + first_author_orcid = first$orcid, + correspondence_author_name = corresp$name, + correspondence_author_affiliation = corresp$affiliation, + correspondence_author_affiliation_country = corresp$affiliation_country, + correspondence_author_email = corresp_email, + correspondence_author_orcid = corresp$orcid + ) +} + +#' URLs and dataset DOIs mentioned in a data availability statement, +#' plus the names of recognized repositories they point to. +das_repositories <- function(das_node, das_text) { + urls <- character() + if (!inherits(das_node, "xml_missing")) { + urls <- xml_attr(xml_find_all(das_node, ".//ext-link"), "href") + } + urls <- c( + urls, + str_extract_all(das_text, "https?://[^\\s,;)]+")[[1]], + str_extract_all(das_text, "\\b10\\.\\d{4,}/[^\\s,;)]+")[[1]] + ) + urls <- unique(str_remove(urls, "[.)]$")) + repo_names <- names(REPO_PATTERNS)[map_lgl( + REPO_PATTERNS, + \(p) any(str_detect(str_to_lower(c(urls, das_text)), p)) + )] + list( + das_repo_url = if (length(urls) == 0) NA_character_ else + paste(urls, collapse = "; "), + das_repo_name = if (length(repo_names) == 0) NA_character_ else + paste(repo_names, collapse = "; ") + ) +} + +parse_das <- function(xml) { + node <- xml_find_first(xml, "//custom-meta[@id='data-availability']/meta-value") + das_text <- if (inherits(node, "xml_missing")) NA_character_ else + str_squish(xml_text(node)) + c( + list(has_das = !is.na(das_text), das = das_text), + das_repositories(node, if (is.na(das_text)) "" else das_text) + ) +} + +parse_article_xml <- function(xml) { + as_tibble(c(parse_supp(xml), parse_authors(xml), parse_das(xml))) +} + +# Main --------------------------------------------------------------------- + +#' Download everything and write data-raw/ploswater.csv. Skips articles +#' already present in the CSV, so an interrupted run resumes where it +#' stopped. The CSV is checkpointed every 25 articles. +download_ploswater <- function(raw_path = "data-raw/ploswater.csv") { + overview <- fetch_article_list() + done <- if (file.exists(raw_path)) { + read_csv(raw_path, show_col_types = FALSE) + } else { + NULL + } + todo <- overview |> filter(!doi %in% done$doi) + message(nrow(todo), " articles to download, ", nrow(overview) - nrow(todo), + " already present") + results <- if (is.null(done)) list() else list(done) + batch <- list() + for (i in seq_len(nrow(todo))) { + row <- todo[i, ] + metadata <- tryCatch( + parse_article_xml(fetch_article_xml(row$doi)), + error = function(e) { + warning("Failed for ", row$doi, ": ", conditionMessage(e), call. = FALSE) + NULL + } + ) + if (!is.null(metadata)) batch <- c(batch, list(bind_cols(row, metadata))) + if (i %% 25 == 0 || i == nrow(todo)) { + results <- c(results, batch) + batch <- list() + write_csv(list_rbind(results), raw_path, na = "") + message(" ", i, "/", nrow(todo), " articles done") + } + Sys.sleep(1) + } + invisible(list_rbind(results)) +} + +if (sys.nframe() == 0 && !interactive()) { + download_ploswater() +} diff --git a/data-raw/ploswater.csv b/data-raw/ploswater.csv new file mode 100644 index 0000000..af13130 --- /dev/null +++ b/data-raw/ploswater.csv @@ -0,0 +1,437 @@ +doi,volume,issue,paper_url,journal,title,publication_date,published_year,article_type,keywords,is_supp,num_supp,supp_file_type,supp_url,num_authors,first_author_name,first_author_affiliation,first_author_affiliation_country,first_author_email,first_author_orcid,correspondence_author_name,correspondence_author_affiliation,correspondence_author_affiliation_country,correspondence_author_email,correspondence_author_orcid,has_das,das,das_repo_url,das_repo_name +10.1371/journal.pwat.0000058,1,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000058,PLOS Water,Water remains a blind spot in climate change policies,2022-12-15,2022,Review,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Earth sciences/Atmospheric science/Climatology/Climate change/Global warming; /Earth sciences/Atmospheric science/Climatology/Climate modeling; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Hydrology/Water cycle; /Ecology and environmental sciences/Drought; /Ecology and environmental sciences/Natural resources/Water resources; /Research and analysis methods/Simulation and modeling/Climate modeling,FALSE,0,,,9,Hervé Douville,"Centre National de Recherches Météorologiques, Université de Toulouse, Météo-France, CNRS, Toulouse, France",France,herve.douville@meteo.fr,,Hervé Douville,"Centre National de Recherches Météorologiques, Université de Toulouse, Météo-France, CNRS, Toulouse, France",France,herve.douville@meteo.fr,,FALSE,,, +10.1371/journal.pwat.0000070,2,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000070,PLOS Water,Understanding household self-supply use and management using a mixed-methods approach in urban Indonesia,2023-01-24,2023,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception/Taste; /Biology and life sciences/Neuroscience/Sensory perception/Taste; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Taste; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Boiling; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Taste,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000070.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000070.s002&type=supplementary,7,Franziska Genter,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, Australia",Australia,franziska.g.genter@student.uts.edu.au,https://orcid.org/0000-0001-5867-4671,Franziska Genter,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, Australia",Australia,franziska.g.genter@student.uts.edu.au,https://orcid.org/0000-0001-5867-4671,TRUE,Datasets for this research are available in this paper and its supplementary information files.,, +10.1371/journal.pwat.0000085,2,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000085,PLOS Water,Issues that should be addressed at the UN 2023 Water Conference,2023-01-24,2023,Opinion,/Earth sciences/Atmospheric science/Atmospheric chemistry/Greenhouse gases; /Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Environmental chemistry/Atmospheric chemistry/Greenhouse gases; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Chemistry/Chemical compounds/Methane; /Physical sciences/Chemistry/Environmental chemistry/Atmospheric chemistry/Greenhouse gases; /Social sciences/Political science/Governments,FALSE,0,,,1,Jon Lane,"World Water Week, Stockholm International Water Institute, WINZ–The Water Initiative for Net Zero, Stockholm, Sweden",Sweden,Jon.lane@siwi.org,,Jon Lane,"World Water Week, Stockholm International Water Institute, WINZ–The Water Initiative for Net Zero, Stockholm, Sweden",Sweden,Jon.lane@siwi.org,,FALSE,,, +10.1371/journal.pwat.0000068,2,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000068,PLOS Water,Spatial variations in tap water isotopes across Canada: Tracing water from precipitation to distribution and assess regional water resources,2023-01-24,2023,Research Article,/Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/Canada; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Evaporation; /Physical sciences/Physics/Particle physics/Composite particles/Atoms/Isotopes,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000068.s001&type=supplementary,6,Shelina A. Bhuiyan,"Department of Earth and Environmental Science, University of Ottawa, Ottawa, ON, Canada",Canada,shelina.a.bhuiyan@gmail.com,https://orcid.org/0000-0001-7294-6776,Shelina A. Bhuiyan,"Department of Earth and Environmental Science, University of Ottawa, Ottawa, ON, Canada",Canada,shelina.a.bhuiyan@gmail.com,https://orcid.org/0000-0001-7294-6776,TRUE,"All data to verify the conclusions of this work have been made available. Data A and B in S1 Text are available at https://doi.org/10.6084/m9.figshare.19243518. The data used for water balance modelling is open-access and available online at Waterisotopes.org (https://wateriso.utah.edu/waterisotopes/index.html), HydroSHEDS (https://www.hydrosheds.org/) and Physical Sciences Laboratory (https://psl.noaa.gov/data/gridded/data.narr.monolevel.html#plot) websites. Canadian streams isotope data that were used for models validations can be requested from Dr. John Gibson (jjgibson@uvic.ca) at University of Victoria.",https://doi.org/10.6084/m9.figshare.19243518; https://wateriso.utah.edu/waterisotopes/index.html; https://www.hydrosheds.org/; https://psl.noaa.gov/data/gridded/data.narr.monolevel.html#plot; 10.6084/m9.figshare.19243518,figshare +10.1371/journal.pwat.0000065,1,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000065,PLOS Water,"Improve water quality through meaningful, not just any, citizen science",2022-12-07,2022,Opinion,/Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /People and places/Population groupings/Professions/Scientists; /Research and analysis methods/Research design; /Science policy; /Science policy/Research funding; /Science policy/Science and technology workforce/Careers in research/Scientists; /Science policy/Science and technology workforce/Citizen science; /Social sciences/Political science/Public policy,FALSE,0,,,3,Anne-Floor M. Schölvinck,"Rathenau Instituut, Royal Netherlands Academy of Arts and Sciences, The Hague, The Netherlands",The Netherlands,a.scholvinck@rathenau.nl,,Anne-Floor M. Schölvinck,"Rathenau Instituut, Royal Netherlands Academy of Arts and Sciences, The Hague, The Netherlands",The Netherlands,a.scholvinck@rathenau.nl,,FALSE,,, +10.1371/journal.pwat.0000105,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000105,PLOS Water,Environmental biotechnologies can make water pollutants part of the path to mitigating climate change,2023-03-15,2023,Review,/Biology and life sciences/Biochemistry/Metabolism/Metabolic processes/Fermentation; /Biology and life sciences/Bioengineering/Biotechnology/Environmental biotechnology; /Biology and life sciences/Microbiology/Bacteriology/Bacterial biofilms; /Biology and life sciences/Microbiology/Biofilms; /Biology and life sciences/Microbiology/Biofilms/Bacterial biofilms; /Biology and life sciences/Nutrition/Diet/Food; /Engineering and technology/Bioengineering/Biotechnology/Environmental biotechnology; /Engineering and technology/Energy and power/Alternative energy; /Engineering and technology/Nanotechnology/Nanoparticles; /Medicine and health sciences/Nutrition/Diet/Food; /Physical sciences/Chemistry/Chemical elements/Hydrogen,FALSE,0,,,1,Bruce E. Rittmann,"Biodesign Swette Center for Environmental Biotechnology, Arizona State University, Tempe, AZ, United States of America",United States of America,Rittmann@asu.edu,https://orcid.org/0000-0002-3678-149X,Bruce E. Rittmann,"Biodesign Swette Center for Environmental Biotechnology, Arizona State University, Tempe, AZ, United States of America",United States of America,Rittmann@asu.edu,https://orcid.org/0000-0002-3678-149X,FALSE,,, +10.1371/journal.pwat.0000050,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000050,PLOS Water,Unequal access to improved water and sanitation in a post-conflict context of Liberia: Evidence from the Demographic and Health Survey,2023-04-03,2023,Research Article,/Earth sciences/Geography/Human geography/Social geography; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Liberia; /Social sciences/Human geography/Social geography; /Social sciences/Sociology/Education/Educational attainment,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000050.s001&type=supplementary,5,Daniel Amoak,"Department of Geography, Western University, Social Science Centre, London, Ontario, Canada",Canada,,https://orcid.org/0000-0002-3879-7233,Roger Antabe,"Department of Health and Society, University of Toronto Scarborough, Toronto, Canada",Canada,roger.antabe@utoronto.ca,https://orcid.org/0000-0003-0312-3201,TRUE,This data is publicly available through the Demographic and Health Survey Program. The link to the data is is: https://dhsprogram.com/Countries/Country-Main.cfm?ctry_id=22&c=Liberia&Country=Liberia&cn=&r=1.,https://dhsprogram.com/Countries/Country-Main.cfm?ctry_id=22&c=Liberia&Country=Liberia&cn=&r=1,dhs program +10.1371/journal.pwat.0000095,2,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000095,PLOS Water,Driving behavior change among farmers & fishers: Do social networks matter?,2023-02-28,2023,Opinion,/Biology and life sciences/Agriculture/Aquaculture/Fisheries; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Neuroscience/Learning and memory/Learning/Human learning; /Biology and life sciences/Psychology/Behavior/Animal behavior; /Biology and life sciences/Psychology/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Zoology/Animal behavior; /Computer and information sciences/Network analysis/Social networks; /Ecology and environmental sciences/Environmental economics; /Engineering and technology/Environmental engineering/Water management; /People and places/Population groupings/Professions/Agricultural workers; /Social sciences/Economics/Environmental economics; /Social sciences/Economics/Finance; /Social sciences/Psychology/Behavior/Animal behavior; /Social sciences/Psychology/Cognitive psychology/Learning/Human learning; /Social sciences/Sociology/Social networks,FALSE,0,,,2,Ranu Sinha,"School of Geography and the Environment, University of Oxford, Oxford, United Kingdom",United Kingdom,Ranu.Sinha@ouce.ox.ac.uk,https://orcid.org/0000-0001-8343-2498,Ranu Sinha,"School of Geography and the Environment, University of Oxford, Oxford, United Kingdom",United Kingdom,Ranu.Sinha@ouce.ox.ac.uk,https://orcid.org/0000-0001-8343-2498,FALSE,,, +10.1371/journal.pwat.0000084,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000084,PLOS Water,Professional perceptions of participatory practices in green stormwater infrastructure development,2023-03-01,2023,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Research and analysis methods/Research design/Survey research; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Psychology/Cognitive psychology/Decision making,TRUE,5,docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000084.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000084.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000084.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000084.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000084.s005&type=supplementary,3,Mahsa Adib,"Department of Landscape Architecture, The Pennsylvania State University, University Park, Pennsylvania, United States of America",United States of America,,https://orcid.org/0000-0002-9678-7826,Hong Wu,"Department of Landscape Architecture, The Pennsylvania State University, University Park, Pennsylvania, United States of America",United States of America,huw24@psu.edu,https://orcid.org/0000-0002-9728-8455,TRUE,All research data has been submitted to the OPEN ICPSR repository at: https://www.openicpsr.org/openicpsr/project/178781/version/V1/view.,https://www.openicpsr.org/openicpsr/project/178781/version/V1/view,openicpsr/icpsr +10.1371/journal.pwat.0000091,2,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000091,PLOS Water,"Impact of usership on bacterial contamination of public latrine surfaces in Kathmandu, Nepal",2023-02-13,2023,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/Nepal; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Model organisms/Escherichia coli; /Social sciences/Human geography/Urban geography/Urbanization; /Social sciences/Political science/United Nations,TRUE,7,docx; docx; docx; docx; xlsx; csv; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s007&type=supplementary,5,Alexis L. Mraz,"Water, Health and Applied Microbiology Lab (WHAM Lab), Department of Epidemiology and Biostatistics, College of Public Health, Temple University, Philadelphia, Pennsylvania, United States of America",United States of America,,https://orcid.org/0000-0001-6426-2147,Heather M. Murphy,"Water, Health and Applied Microbiology Lab (WHAM Lab), Department of Epidemiology and Biostatistics, College of Public Health, Temple University, Philadelphia, Pennsylvania, United States of America",United States of America,heather.murphy@uoguelph.ca,https://orcid.org/0000-0002-0435-8515,TRUE,"All data utilized in the tables, figures and statistical analyses presented are provided in the Supplementary Information files associated with this manuscript.",, +10.1371/journal.pwat.0000077,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000077,PLOS Water,The high health risks of unaffordable water: An in-depth exploration of pathways from water bill burden to health-related impacts in the United States,2023-03-31,2023,Research Article,/Biology and life sciences/Psychology/Psychological stress; /Earth sciences/Geography/Human geography/Housing; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Health economics; /Medicine and health sciences/Health care/Socioeconomic aspects of health; /Medicine and health sciences/Mental health and psychiatry/Psychological stress; /Medicine and health sciences/Public and occupational health/Behavioral and social aspects of health; /Medicine and health sciences/Public and occupational health/Socioeconomic aspects of health; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Health economics; /Social sciences/Human geography/Housing; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Psychology/Psychological stress,TRUE,3,tif; docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000077.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000077.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000077.s003&type=supplementary,3,Mariana Sarango,"Social Science & Environmental Health Research Institute, Northeastern University, Boston, MA, United States of America",United States of America,,https://orcid.org/0000-0003-1955-4209,Laura Senier,"Social Science & Environmental Health Research Institute, Northeastern University, Boston, MA, United States of America",United States of America,l.senier@northeastern.edu,,TRUE,"This study analyzes in-depth, semi-structured interviews. Supporting excerpts from the raw data (quotes from interviews with participants) are available within the text of the paper. Complete transcripts include details and information that could reveal the identity of the participants. A deidentified set of transcripts (with names and other identifying information redacted) is deposited in Databrary, a public data repository, along with the codebook used to analyze the data (https://nyu.databrary.org/volume/1550).",https://nyu.databrary.org/volume/1550, +10.1371/journal.pwat.0000060,1,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000060,PLOS Water,"Yield, water productivity and nutrient balances under different water management technologies of irrigated wheat in Ethiopia",2022-12-05,2022,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural soil science; /Biology and life sciences/Agriculture/Agrochemicals/Fertilizers; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Agriculture/Crop science/Crops/Cereal crops; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Wheat; /Earth sciences/Soil science/Agricultural soil science; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/Africa/Ethiopia,TRUE,4,docx; rar; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000060.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000060.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000060.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000060.s004&type=supplementary,8,Alebachew Enyew Tiruye,"Soil and Water Research Directorate, Adet Agricultural Research Center, Bahir Dar, Ethiopia",Ethiopia,alebachewenyew6@gmail.com,https://orcid.org/0000-0003-4727-1329,Alebachew Enyew Tiruye,"Soil and Water Research Directorate, Adet Agricultural Research Center, Bahir Dar, Ethiopia",Ethiopia,alebachewenyew6@gmail.com,https://orcid.org/0000-0003-4727-1329,TRUE,All relevant data are within the paper and its Supporting Information files.,, +10.1371/journal.pwat.0000072,2,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000072,PLOS Water,"A framework for modelling emergent sediment loss in the Ombrone River Basin, central Italy",2023-02-01,2023,Research Article,/Biology and life sciences/Paleontology/Paleopedology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Erosion; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Paleontology/Paleopedology; /Earth sciences/Soil science/Paleopedology; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Engineering and technology/Signal processing/Image processing,TRUE,3,txt; txt; txt,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000072.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000072.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000072.s003&type=supplementary,4,Nazzareno Diodato,"Met European Research Observatory–International Affiliates Program of the University Corporation for Atmospheric Research, Benevento, Italy",Italy,,,Fredrik Charpentier Ljungqvist,"Department of History, Stockholm University, Stockholm, Sweden",Sweden,fredrik.c.l@historia.su.se,https://orcid.org/0000-0003-0220-3947,TRUE,Uploaded as supplementary information.,, +10.1371/journal.pwat.0000078,2,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000078,PLOS Water,Quantification of on-farm groundwater use under different dairy production systems in Pakistan,2023-02-01,2023,Research Article,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Animal management/Animal husbandry; /Biology and life sciences/Agriculture/Animal management/Livestock; /Biology and life sciences/Agriculture/Farms; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Bodies of water/Ponds; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Population groupings/Professions/Agricultural workers,TRUE,1,vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000078.s001&type=supplementary,4,Muhammad Hassan Farooq,"Department of Livestock Management, University of Veterinary and Animal Sciences, Lahore, Pakistan",Pakistan,,,Muhammad Qamer Shahid,"Department of Livestock Management, University of Veterinary and Animal Sciences, Lahore, Pakistan",Pakistan,qamar.shahid@uvas.edu.pk,https://orcid.org/0000-0003-3950-0750,TRUE,All data used in the analysis are available for download at Mendeley Data repository: http://doi.org/10.17632/3yzxjycrcd.1.,http://doi.org/10.17632/3yzxjycrcd.1; 10.17632/3yzxjycrcd.1,mendeley data +10.1371/journal.pwat.0000113,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000113,PLOS Water,Increasing the visibility of transboundary groundwater,2023-03-21,2023,Opinion,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/Mexico; /People and places/Geographical locations/North America/United States; /People and places/Geographical locations/South America; /Social sciences/Political science/Governments/State governments; /Social sciences/Political science/United Nations,FALSE,0,,,1,Sharon B. Megdal,"Water Resources Research Center, The University of Arizona, Tucson, Arizona, United States of America",United States of America,smegdal@arizona.edu,,Sharon B. Megdal,"Water Resources Research Center, The University of Arizona, Tucson, Arizona, United States of America",United States of America,smegdal@arizona.edu,,FALSE,,, +10.1371/journal.pwat.0000111,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000111,PLOS Water,A paradox of accelerating change,2023-03-20,2023,Editorial,/Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Pharmacology/Antimicrobial resistance; /People and places/Population groupings/Professions/Scientists; /Research and analysis methods/Research design; /Science policy/Science and technology workforce/Careers in research/Scientists; /Science policy/Science and technology workforce/Citizen science,FALSE,0,,,1,Pierre Horwitz,"School of Science and Centre for People, Place, & Planet, Edith Cowan University, Joondalup, Australia",Australia,p.horwitz@ecu.edu.au,https://orcid.org/0000-0002-8689-7888,Pierre Horwitz,"School of Science and Centre for People, Place, & Planet, Edith Cowan University, Joondalup, Australia",Australia,p.horwitz@ecu.edu.au,https://orcid.org/0000-0002-8689-7888,FALSE,,, +10.1371/journal.pwat.0000096,2,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000096,PLOS Water,Traversing the waterways,2023-02-15,2023,Editorial,/Earth sciences/Geography; /Earth sciences/Geography/Human geography/Cultural geography; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Environmental engineering/Water management; /Research and analysis methods/Research assessment/Peer review; /Social sciences/Economics/Labor economics/Employment/Careers; /Social sciences/Human geography/Cultural geography,FALSE,0,,,3,Debora Walker,"PLOS Water, San Francisco, California, United States of America",United States of America,,,Pierre Horwitz,"School of Science and Centre for People, Place, & Planet, Edith Cowan University, Joondalup, Australia",Australia,p.horwitz@ecu.edu.au,https://orcid.org/0000-0002-8689-7888,FALSE,,, +10.1371/journal.pwat.0000433,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000433,PLOS Water,Expectations from technologies for managing groundwater should be realistic,2025-09-12,2025,Opinion,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Drip irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Nutrition/Diet/Food; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Rice; /Engineering and technology/Energy and power/Alternative energy; /Medicine and health sciences/Nutrition/Diet/Food; /People and places/Geographical locations/Asia; /Physical sciences/Physics/Electricity; /Research and analysis methods/Animal studies/Experimental organism systems/Plant and algal models/Rice,FALSE,0,,,1,Soumya Balasubramanya,"The World Bank, Washington, District of Columbia, United States of America",United States of America,sbalasubramanya@worldbank.org,https://orcid.org/0000-0001-8035-7306,Soumya Balasubramanya,"The World Bank, Washington, District of Columbia, United States of America",United States of America,sbalasubramanya@worldbank.org,https://orcid.org/0000-0001-8035-7306,FALSE,,, +10.1371/journal.pwat.0000364,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000364,PLOS Water,"Environmental influences on the abundance and distribution of gastropods in Edu Local Government Area, North Central Nigeria",2025-09-16,2025,Research Article,/Biology and life sciences/Ecology/Habitats; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Molluscs/Gastropods; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Molluscs/Gastropods/Snails; /Biology and life sciences/Zoology/Animals/Invertebrates/Molluscs/Gastropods; /Biology and life sciences/Zoology/Animals/Invertebrates/Molluscs/Gastropods/Snails; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Ecology/Habitats; /Medicine and health sciences/Medical conditions/Parasitic diseases/Helminth infections/Schistosomiasis; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Schistosomiasis; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical elements/Magnesium,TRUE,3,xlsx; xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000364.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000364.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000364.s003&type=supplementary,2,Joseph O. Sunday,"Parasitology Unit, Kwara State University, Malete, Nigeria",Nigeria,ojo.sunday@kwasu.edu.ng,https://orcid.org/0000-0002-1601-0516,Joseph O. Sunday,"Parasitology Unit, Kwara State University, Malete, Nigeria",Nigeria,ojo.sunday@kwasu.edu.ng,https://orcid.org/0000-0002-1601-0516,TRUE,The supplementary data for this study are available in the Supporting information section of this article. Also data are within the manuscript.,, +10.1371/journal.pwat.0000424,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000424,PLOS Water,"Correction: The structure of informal water markets: Insights from spatial monitoring in Lodwar, Kenya",2025-09-02,2025,Correction,,TRUE,2,pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000424.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000424.s002&type=supplementary,1,NA NA,,,,,,,,,,FALSE,,, +10.1371/journal.pwat.0000465,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000465,PLOS Water,Dissolved organic matter composition differs across water types in Mid-Atlantic and Great Lakes coastal regions,2025-11-07,2025,Research Article,/Earth sciences/Geochemistry/Biogeochemistry; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Estuaries; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Biogeochemistry; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Geochemistry/Biogeochemistry; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity,TRUE,3,doc; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000465.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000465.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000465.s003&type=supplementary,15,Jesse Alan Roebuck,"Biological Sciences Division, Pacific Northwest National Laboratory, Sequim, Washington, United States of America",United States of America,,,Allison N. Myers-Pigg,"Biological Sciences Division, Pacific Northwest National Laboratory, Sequim, Washington, United States of America",United States of America,allison.myers-pigg@pnnl.gov,https://orcid.org/0000-0002-6905-6841,TRUE,"The data used in this study is from the EXCHANGE campaign 1 community sampling effort and can be found at the Environmental System Science Data Infrastructure for a Virtual Ecosystem (ESS-DIVE) data repository [29,46]. Additional processed data is available in the Supporting Information. Scripts required to reproduce figures and statistical analyses are available at https://github.com/COMPASS-DOE/ec1_surfacewaterDOM_paper.",https://github.com/COMPASS-DOE/ec1_surfacewaterDOM_paper,github +10.1371/journal.pwat.0000378,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000378,PLOS Water,"Institutional barriers to food safety: The irrigated vegetable value chain in Accra, Ghana",2025-11-24,2025,Research Article,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Nutrition/Diet/Food; /Biology and life sciences/Organisms/Eukaryota/Plants/Vegetables; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Nutrition/Diet/Food; /Medicine and health sciences/Public and occupational health; /People and places/Population groupings/Professions/Agricultural workers,FALSE,0,,,4,David Galibourg,"Water Engineering and Development Centre (WEDC), School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, United Kingdom",United Kingdom,galibourg.d@gmail.com,https://orcid.org/0000-0003-2676-3551,David Galibourg,"Water Engineering and Development Centre (WEDC), School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, United Kingdom",United Kingdom,galibourg.d@gmail.com,https://orcid.org/0000-0003-2676-3551,TRUE,The data is available in the Loughborough repository on the following link: https://doi.org/10.17028/rd.lboro.28827659.,https://doi.org/10.17028/rd.lboro.28827659; 10.17028/rd.lboro.28827659, +10.1371/journal.pwat.0000414,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000414,PLOS Water,Active regulating of onsite sanitation can bridge the gap between policy and practice and transform the sector,2025-09-03,2025,Opinion,/Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care policy; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa; /People and places/Geographical locations/Africa/Zambia; /Social sciences/Law and legal sciences/Regulations; /Social sciences/Political science/Public policy,FALSE,0,,,5,Sam Drabble,"Water & Sanitation for Urban Populations, London, United Kingdom",United Kingdom,sdrabble@wsup.com,https://orcid.org/0000-0002-7169-8675,Sam Drabble,"Water & Sanitation for Urban Populations, London, United Kingdom",United Kingdom,sdrabble@wsup.com,https://orcid.org/0000-0002-7169-8675,FALSE,,, +10.1371/journal.pwat.0000498,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000498,PLOS Water,Fluid data: The problem of accurately estimating household access to water and sanitation in the United States,2026-02-03,2026,Essay,/Earth sciences/Geography/Human geography/Housing; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Research design/Survey research/Census; /Social sciences/Economics/Finance; /Social sciences/Human geography/Housing,FALSE,0,,,3,Stephen P. Gasteyer,"Department of Sociology, Michigan State University, East Lansing, Michigan, United States of America,",,gasteyer@msu.edu,https://orcid.org/0000-0001-7158-0311,Stephen P. Gasteyer,"Department of Sociology, Michigan State University, East Lansing, Michigan, United States of America,",,gasteyer@msu.edu,https://orcid.org/0000-0001-7158-0311,FALSE,,, +10.1371/journal.pwat.0000419,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000419,PLOS Water,"Genomic characterization of resistant Escherichia coli isolated from household water in municipal Ibadan, Nigeria",2026-02-04,2026,Research Article,/Biology and life sciences/Biochemistry/Nucleic acids/DNA/Forms of DNA/Plasmids; /Biology and life sciences/Genetics/DNA/Forms of DNA/Plasmids; /Biology and life sciences/Genetics/Genetic elements/Mobile genetic elements/Plasmids; /Biology and life sciences/Genetics/Genomics; /Biology and life sciences/Genetics/Genomics/Mobile genetic elements/Plasmids; /Biology and life sciences/Genetics/Single nucleotide polymorphisms; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance/Antibiotic resistance; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pharmacology/Antimicrobial resistance; /Medicine and health sciences/Pharmacology/Antimicrobial resistance/Antibiotic resistance; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,6,docx; xls; xls; pdf; msword; msword,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000419.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000419.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000419.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000419.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000419.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000419.s007&type=supplementary,11,Ifeoluwa Akintayo,"Department of Pharmaceutical Microbiology and Biotechnology, Faculty of Pharmaceutical Sciences, University of Ibadan, Ibadan, Oyo State, Nigeria",Nigeria,os.alabi.ui@gmail.com,https://orcid.org/0000-0002-4234-7649,Ifeoluwa Akintayo,"Department of Pharmaceutical Microbiology and Biotechnology, Faculty of Pharmaceutical Sciences, University of Ibadan, Ibadan, Oyo State, Nigeria",Nigeria,os.alabi.ui@gmail.com,https://orcid.org/0000-0002-4234-7649,TRUE,The sequence reads in this study were deposited in the European Nucleotide Archive (ENA) under project PRJEB8667. The ENA accession numbers of genome sequences submitted can be found in supplementary table (S2 Table) and it can be searched via the link: https://www.ebi.ac.uk/ena/browser/home. Links to all online tools used in the analysis of genomic sequences are presented within the text in the manuscript.,https://www.ebi.ac.uk/ena/browser/home, +10.1371/journal.pwat.0000434,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000434,PLOS Water,"Barriers to water, sanitation, and hygiene (WASH) cluster coordination during emergencies in sub-Saharan Africa: A scoping review",2026-02-02,2026,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Natural disasters; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa; /People and places/Geographical locations/Africa/Ethiopia; /Research and analysis methods/Database and informatics methods/Database searching; /Social sciences/Economics/Finance; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Culture,TRUE,2,docx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000434.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000434.s002&type=supplementary,4,Abayneh Asrat Yimenu,"Water, Sanitation, and Hygiene Section, UNICEF Uganda Country Office, Kampala, Uganda",Uganda,,,Melaku Teshale Gemechu,"Department of General Surgery, Wondo Genet Primary Hospital, Wondo Genet, Sidama, Ethiopia",Ethiopia,melakuteshale0916@gmail.com,https://orcid.org/0000-0001-7672-947X,TRUE,The data that support the findings of this study are available in Zenedo at https://doi.org/10.5281/zenodo.17794697.,https://doi.org/10.5281/zenodo.17794697; 10.5281/zenodo.17794697,zenodo +10.1371/journal.pwat.0000430,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000430,PLOS Water,"Comparative effects of chlorine and UV LED disinfection on drinking water and biofilms, with chlorine causing greater shifts in microbial community composition",2026-01-07,2026,Research Article,/Biology and life sciences/Genetics/Genomics/Microbial genomics/Microbiome; /Biology and life sciences/Microbiology/Bacteriology/Bacterial biofilms; /Biology and life sciences/Microbiology/Biofilms/Bacterial biofilms; /Biology and life sciences/Microbiology/Medical microbiology/Microbiome; /Biology and life sciences/Microbiology/Microbial genomics/Microbiome; /Biology and life sciences/Organisms/Bacteria/Pseudomonas; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Physics/Electromagnetic radiation/Light/Ultraviolet radiation,TRUE,17,docx; tif; tif; tif; tif; tif; tif; a; a; tif; tif; tif; zip; tif; tif; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s018&type=supplementary,6,Yijing Liu,"College of Engineering, Department of Civil, Environmental and Geodetic Engineering, The Ohio State University, Columbus, Ohio, United States of America",United States of America,,https://orcid.org/0000-0003-3248-7370,Natalie M. Hull,"College of Engineering, Department of Civil, Environmental and Geodetic Engineering, The Ohio State University, Columbus, Ohio, United States of America",United States of America,hull.305@osu.edu,https://orcid.org/0000-0003-2876-6721,TRUE,All data supporting the findings of this study are included within the paper and its Supporting information files. All other sampling data was previously published in the main paper or uploaded as Supporting information files (https://doi.org/10.1002/aws2.1148). All raw sequence data have been deposited under accession number PRJNA859934 in the NIH BioProject repository (https://www.ncbi.nlm.nih.gov/bioproject/PRJNA859934). The analysis code used in this study is publicly available from the GitHub repository (https://github.com/Dr-Hull-Water-TEAM/Jamestown-microbiome).,https://doi.org/10.1002/aws2.1148; https://www.ncbi.nlm.nih.gov/bioproject/PRJNA859934; https://github.com/Dr-Hull-Water-TEAM/Jamestown-microbiome; 10.1002/aws2.1148,github; ncbi/genbank +10.1371/journal.pwat.0000383,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000383,PLOS Water,Improving infection prevention and control in Ghana primary health care facilities: Evaluation of the STREAM disinfectant generator,2026-01-30,2026,Research Article,/Biology and life sciences/Bioengineering/Biotechnology/Medical devices and equipment; /Engineering and technology/Bioengineering/Biotechnology/Medical devices and equipment; /Engineering and technology/Electrical engineering/Electrical circuits; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Medical devices and equipment; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /People and places/Geographical locations/Africa/Ghana; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Physics/Electricity,TRUE,6,xlsx; xlsx; xlsx; xlsx; xlsx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000383.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000383.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000383.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000383.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000383.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000383.s006&type=supplementary,12,Adam Drolet,"PATH, Seattle, Washington, United States of America",United States of America,adrolet@path.org,https://orcid.org/0009-0007-9130-8754,Adam Drolet,"PATH, Seattle, Washington, United States of America",United States of America,adrolet@path.org,https://orcid.org/0009-0007-9130-8754,TRUE,All relevant data are within the paper and the Supporting information files.,, +10.1371/journal.pwat.0000466,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000466,PLOS Water,Non-perennial streamflow and sediment mobilization in a semi-arid rangeland slated for development,2025-11-21,2025,Research Article,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Engineering and technology/Equipment/Optical equipment/Cameras; /Engineering and technology/Management engineering/Decision analysis/Decision trees; /Physical sciences/Physics/Classical mechanics/Mechanical stress/Shear stresses; /Research and analysis methods/Decision analysis/Decision trees; /Social sciences/Human geography/Urban geography/Urbanization,TRUE,8,tif; tif; tif; tif; tif; docx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s008&type=supplementary,10,Jorge Santiago Ramírez-Núñez,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado, Boulder, Colorado, United States of America",United States of America,,https://orcid.org/0000-0002-5651-0646,Aditi S. Bhaskar,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado, Boulder, Colorado, United States of America",United States of America,aditi.bhaskar@colorado.edu,https://orcid.org/0000-0001-9803-4003,TRUE,"Ramírez-Núñez, J. S., D. Poteet, A. S. Bhaskar (2025). Non-perennial streamflow and sediment mobilization in a semi-arid rangeland slated for development, HydroShare, http://www.hydroshare.org/resource/b4169343619848778f76d68b7c3c074f.",http://www.hydroshare.org/resource/b4169343619848778f76d68b7c3c074f,hydroshare +10.1371/journal.pwat.0000525,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000525,PLOS Water,The sewer divide: Challenges and new approaches for closing gaps in U.S. wastewater access,2026-03-12,2026,Essay,/Earth sciences/Geography/Human geography/Housing; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Sanitary engineering/Solid waste management/Sewage treatment; /People and places/Geographical locations/North America/Canada; /People and places/Geographical locations/Oceania/Australia; /Social sciences/Economics/Finance; /Social sciences/Economics/Finance/Public finance/Money supply and banking; /Social sciences/Human geography/Housing; /Social sciences/Political science/Governments/Local governments,FALSE,0,,,4,Maura Allaire,"School of Geographical Sciences and Urban Planning, Arizona State University, Tempe, Arizona, United States of America",United States of America,mallair2@asu.edu,https://orcid.org/0000-0002-3950-0569,Maura Allaire,"School of Geographical Sciences and Urban Planning, Arizona State University, Tempe, Arizona, United States of America",United States of America,mallair2@asu.edu,https://orcid.org/0000-0002-3950-0569,FALSE,,, +10.1371/journal.pwat.0000385,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000385,PLOS Water,New definitions for good practice: Regulators as activists for urban road-transported sanitation in eastern and southern Africa,2026-01-08,2026,Research Article,/Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa; /Physical sciences/Materials science/Materials/Sludge; /Social sciences/Economics/Finance; /Social sciences/Law and legal sciences/Regulations,TRUE,4,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000385.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000385.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000385.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000385.s004&type=supplementary,7,Claire Grisaffi,"Cranfield Water Science Institute, Cranfield University, Cranfield, United Kingdom",United Kingdom,,https://orcid.org/0000-0001-7038-9849,Alison Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield, United Kingdom",United Kingdom,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,"The data supporting this article, including anonymized interview transcripts, are available at Cranfield University Collection of E-Research (CERES) Research Repository at https://doi.org/10.57996/cran.ceres-2798.",https://doi.org/10.57996/cran.ceres-2798; 10.57996/cran.ceres-2798, +10.1371/journal.pwat.0000469,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000469,PLOS Water,"Micro-and nanoplastics in biological samples following a drinking water intervention in Barcelona, Spain",2026-01-28,2026,Research Article,/Biology and life sciences/Anatomy/Body fluids/Urine; /Biology and life sciences/Physiology/Body fluids/Urine; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Anatomy/Body fluids/Urine; /Physical sciences/Chemistry/Chemical compounds/Hydrocarbons/Aromatic hydrocarbons/Toluene; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers/Polyethylene; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers/Polypropylene; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers/Polyvinyl chloride; /Physical sciences/Chemistry/Polymer chemistry/Polymers; /Physical sciences/Chemistry/Polymer chemistry/Polymers/Polyethylene; /Physical sciences/Chemistry/Polymer chemistry/Polymers/Polypropylene; /Physical sciences/Chemistry/Polymer chemistry/Polymers/Polyvinyl chloride; /Physical sciences/Materials science/Materials/Plastics; /Physical sciences/Materials science/Materials/Polymers; /Physical sciences/Materials science/Materials/Polymers/Polyethylene; /Physical sciences/Materials science/Materials/Polymers/Polypropylene; /Physical sciences/Materials science/Materials/Polymers/Polyvinyl chloride,TRUE,3,pom; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000469.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000469.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000469.s004&type=supplementary,14,Emma Calikanzaros,"ISGlobal, Barcelona, Spain",Spain,,https://orcid.org/0009-0009-6121-7549,Cristina M. Villanueva,"ISGlobal, Barcelona, Spain",Spain,cristina.villanueva@isglobal.org,,TRUE,The data and codes used for the analysis are available in the “Center for Open Science” (OSF) platform. Reference: Calikanzaros E. ISGlobal - AGBAR - NMPs drinking water - 2024 [Internet]. 2024. Available from: osf.io/2p56f.,https://osf.io/2p56f,osf +10.1371/journal.pwat.0000422,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000422,PLOS Water,Accessible ethics and legal advice for wastewater surveillance: The WWS ethics adviser app,2026-01-30,2026,Research Article,/Biology and life sciences/Bioethics; /Biology and life sciences/Genetics/Plant genetics; /Biology and life sciences/Plant science/Plant genetics; /Computer and information sciences/Data management; /Medicine and health sciences/Epidemiology/Disease surveillance/Infectious disease surveillance; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Infectious disease surveillance; /Medicine and health sciences/Public and occupational health; /Science policy/Bioethics; /Science policy/Research integrity/Research ethics; /Social sciences/Law and legal sciences/Legislation,TRUE,5,pdf; pdf; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000422.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000422.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000422.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000422.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000422.s005&type=supplementary,9,Tsaone Tamuhla,"South African National Bioinformatics Institute, University of the Western Cape, Cape Town, South Africa",South Africa,,,Nicki Tiffin,"South African National Bioinformatics Institute, University of the Western Cape, Cape Town, South Africa",South Africa,ntiffin@uwc.ac.za,https://orcid.org/0000-0001-5083-2735,TRUE,There are no data associated with this manuscript. The matrix containing the content for the app is provided as a supplementary file.,, +10.1371/journal.pwat.0000478,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000478,PLOS Water,"Bridging water, health and climate: A call to action",2025-12-05,2025,Opinion,/Biology and life sciences/Ecology/Community ecology/Ecological risk; /Ecology and environmental sciences/Ecology/Community ecology/Ecological risk; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Socioeconomic aspects of health; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Socioeconomic aspects of health; /Social sciences/Political science/Political aspects of health; /Social sciences/Political science/Public policy,FALSE,0,,,14,Isabell Hedke,"Scientific Programme Committee, World Water Week, Stockholm, Sweden",Sweden,i.hedke@outlook.com,https://orcid.org/0009-0008-1366-1971,Isabell Hedke,"Scientific Programme Committee, World Water Week, Stockholm, Sweden",Sweden,i.hedke@outlook.com,https://orcid.org/0009-0008-1366-1971,FALSE,,, +10.1371/journal.pwat.0000480,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000480,PLOS Water,The need for strategic water actions within planetary boundaries,2025-12-08,2025,Opinion,/Biology and life sciences/Ecology/Biodiversity; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Remote sensing; /Medicine and health sciences/Epidemiology/Medical risk factors; /Science policy/Technology regulations; /Social sciences/Law and legal sciences/Regulations,FALSE,0,,,2,Petr Vesnovskii,"Stockholm Resilience Centre, Stockholm University, Stockholm, Sweden",Sweden,petr.vesnovskii@su.se,https://orcid.org/0000-0003-1832-4241,Petr Vesnovskii,"Stockholm Resilience Centre, Stockholm University, Stockholm, Sweden",Sweden,petr.vesnovskii@su.se,https://orcid.org/0000-0003-1832-4241,FALSE,,, +10.1371/journal.pwat.0000486,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000486,PLOS Water,"Connecting narratives and numbers to investigate the interaction of social, physical and technical determinants of rural water supply performance",2026-02-17,2026,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/Africa/Ethiopia; /People and places/Geographical locations/Africa/Malawi; /People and places/Geographical locations/Africa/Uganda; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis; /Social sciences; /Social sciences/Economics/Finance,TRUE,7,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s008&type=supplementary,23,Donald John MacAllister,"British Geological Survey, The Lyell Centre, Edinburgh, United Kingdom of Great Britian and Northern Ireland",United Kingdom of Great Britian and Northern Ireland,donmac@bgs.ac.uk,https://orcid.org/0000-0001-8893-9634,Donald John MacAllister,"British Geological Survey, The Lyell Centre, Edinburgh, United Kingdom of Great Britian and Northern Ireland",United Kingdom of Great Britian and Northern Ireland,donmac@bgs.ac.uk,https://orcid.org/0000-0001-8893-9634,TRUE,All data is available online. The physical and technical data used in the analysis can be found at the following location: 10.5285/cdbca137-0bb3-4281-b872-399a4df8e946 The social data used in the analysis can be found at the following location: 10.5255/UKDA-SN-854314.,https://doi.org/10.5285/cdbca137-0bb3-4281-b872-399a4df8e946; https://doi.org/10.5255/UKDA-SN-854314; 10.5285/cdbca137-0bb3-4281-b872-399a4df8e946; 10.5255/UKDA-SN-854314, +10.1371/journal.pwat.0000516,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000516,PLOS Water,Broadening the dimensions of the Water-Energy-Food (WEF) nexus: A narrative review,2026-02-18,2026,Review,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Nutrition/Diet/Food; /Earth sciences/Atmospheric science/Climatology/Climate change; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Health care/Socioeconomic aspects of health; /Medicine and health sciences/Nutrition/Diet/Food; /Medicine and health sciences/Public and occupational health/Environmental health; /Medicine and health sciences/Public and occupational health/Socioeconomic aspects of health,TRUE,1,xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000516.s001&type=supplementary,10,Tafadzwanashe Mabhaudhi,"Department of Population Health, Centre on Climate Change and Planetary Health, London School of Health & Tropical Medicine, London, United Kingdom",United Kingdom,Tafadzwanashe.Mabhaudhi@lshtm.ac.uk,https://orcid.org/0000-0002-9323-8127,Tafadzwanashe Mabhaudhi,"Department of Population Health, Centre on Climate Change and Planetary Health, London School of Health & Tropical Medicine, London, United Kingdom",United Kingdom,Tafadzwanashe.Mabhaudhi@lshtm.ac.uk,https://orcid.org/0000-0002-9323-8127,FALSE,,, +10.1371/journal.pwat.0000455,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000455,PLOS Water,"Rainfall can reduce risk of enteric pathogen exposure and child GI infection: Evidence from a QMRA analysis in Kibera, Kenya",2026-02-19,2026,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Vibrio cholerae; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Vibrio/Vibrio cholerae; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Gastroenterology and hepatology/Gastroenteritis/Bacterial gastroenteritis/Shigellosis; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Bacterial gastroenteritis/Shigellosis; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Bacterial gastroenteritis/Shigellosis; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Vibrio cholerae; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000455.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000455.s002&type=supplementary,3,Syed Anjerul Islam,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,,https://orcid.org/0000-0002-8956-1458,Joe Brown,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,joebrown@unc.edu,https://orcid.org/0000-0002-5200-4148,TRUE,All data and code are publicly accessible at https://osf.io/ztmy2/,https://osf.io/ztmy2/,osf +10.1371/journal.pwat.0000505,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000505,PLOS Water,Socially responsive water adaptation planning: Lessons from community-informed water modeling in Bolivia and Cambodia,2026-02-11,2026,Essay,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Rice; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Geography/Geographic areas/Rural areas; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Transportation infrastructure/Canals; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Transportation/Transportation infrastructure/Canals; /Research and analysis methods/Animal studies/Experimental organism systems/Plant and algal models/Rice,FALSE,0,,,6,Laura Forni,"Water Program, Stockholm Environment Institute, Somerville, Massachusetts, United States of America",United States of America,laura.forni@sei.org,https://orcid.org/0000-0001-9062-0614,Laura Forni,"Water Program, Stockholm Environment Institute, Somerville, Massachusetts, United States of America",United States of America,laura.forni@sei.org,https://orcid.org/0000-0001-9062-0614,FALSE,,, +10.1371/journal.pwat.0000506,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000506,PLOS Water,Disciplining sanitation: Interrogating disciplinary narratives of inequalities in access to sanitation,2026-02-11,2026,Essay,/Engineering and technology/Sanitary engineering; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health economics; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences; /Social sciences/Economics/Development economics/Economic development; /Social sciences/Economics/Health economics; /Social sciences/Philosophy/Human rights,FALSE,0,,,4,Virginia Roaf,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom,cnvmr@leeds.ac.uk,https://orcid.org/0000-0002-5360-708X,Virginia Roaf,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom,cnvmr@leeds.ac.uk,https://orcid.org/0000-0002-5360-708X,FALSE,,, +10.1371/journal.pwat.0000194,3,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000194,PLOS Water,Geologic predictors of drinking water well contamination in North Carolina,2024-01-11,2024,Research Article,/Earth sciences/Geography/Historical geography; /Earth sciences/Geology; /Earth sciences/Geology/Metamorphic geology; /Earth sciences/Geology/Sedimentary geology; /Earth sciences/Geology/Volcanology/Volcanoes; /Earth sciences/Geomorphology/Topography/Landforms/Mountains; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Terrestrial environments/Mountains; /People and places/Geographical locations/North America/United States/North Carolina,TRUE,3,pdf; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000194.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000194.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000194.s003&type=supplementary,11,Taylor R. Alvarado,"Department of Crop and Soil Sciences, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,,,Robert E. Austin,"Department of Crop and Soil Sciences, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,rob_austin@ncsu.edu,,TRUE,"Census-tract and county -level datasets constructed from the NCWELL database are available online at https://doi.org/10.15139/S3/BDQG9O [13,15]. The base map of North Carolina is available from https://www.nconemap.gov/. All other data associated with this paper are included in the supporting information.",https://doi.org/10.15139/S3/BDQG9O; https://www.nconemap.gov/; 10.15139/S3/BDQG9O, +10.1371/journal.pwat.0000164,3,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000164,PLOS Water,Water distribution pipe lifespans: Predicting when to repair the pipes in municipal water distribution networks using machine learning techniques,2024-01-09,2024,Research Article,/Biology and life sciences/Organisms/Eukaryota/Plants/Trees; /Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Artificial intelligence/Machine learning/Machine learning algorithms; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Mechanical engineering/Vibration engineering; /Physical sciences/Chemistry/Chemical reactions/Corrosion; /Physical sciences/Mathematics/Applied mathematics/Algorithms/Machine learning algorithms; /Research and analysis methods/Simulation and modeling/Algorithms/Machine learning algorithms,FALSE,0,,,3,Nacer Farajzadeh,"Faculty of Information Technology and Computer Engineering, Azarbaijan Shahid Madani University, Tabriz, Iran",Iran,n.farajzadeh@azaruniv.ac.ir,https://orcid.org/0000-0001-7590-0503,Nacer Farajzadeh,"Faculty of Information Technology and Computer Engineering, Azarbaijan Shahid Madani University, Tabriz, Iran",Iran,n.farajzadeh@azaruniv.ac.ir,https://orcid.org/0000-0001-7590-0503,TRUE,The corresponding dataset is available at: https://datadryad.org/stash/share/Zun1SmKd3ownEda9qlF4IaU3j5X-JblQreQmCF1IMoc.,https://datadryad.org/stash/share/Zun1SmKd3ownEda9qlF4IaU3j5X-JblQreQmCF1IMoc,dryad +10.1371/journal.pwat.0000214,3,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000214,PLOS Water,Nitrate in drinking water and pregnancy outcomes: A narrative review of epidemiological evidence and proposed biological mechanisms,2024-01-17,2024,Review,/Biology and life sciences/Anatomy/Endocrine system/Thyroid; /Biology and life sciences/Nutrition/Diet; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Anatomy/Endocrine system/Thyroid; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Congenital disorders/Congenital anomalies; /Medicine and health sciences/Nutrition/Diet; /Medicine and health sciences/Women's health/Maternal health/Birth/Preterm birth; /Medicine and health sciences/Women's health/Maternal health/Pregnancy; /Medicine and health sciences/Women's health/Maternal health/Pregnancy/Pregnancy complications/Preterm birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Birth/Preterm birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Pregnancy; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Pregnancy/Pregnancy complications/Preterm birth; /Physical sciences/Chemistry/Chemical compounds/Nitrates,FALSE,0,,,6,Hana Royal,"Health, Environment & Infection Research Unit, Department of Public Health, University of Otago, Wellington, New Zealand",New Zealand,hana.royal@otago.ac.nz,https://orcid.org/0009-0000-6240-6143,Hana Royal,"Health, Environment & Infection Research Unit, Department of Public Health, University of Otago, Wellington, New Zealand",New Zealand,hana.royal@otago.ac.nz,https://orcid.org/0009-0000-6240-6143,FALSE,,, +10.1371/journal.pwat.0000222,3,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000222,PLOS Water,"Water resource sustainability: Challenges, opportunities and research gaps in the English-speaking Caribbean Small Island Developing States",2024-01-24,2024,Review,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/Caribbean,FALSE,0,,,2,Michelle A. Mycoo,"Department of Geomatics Engineering and Land Management, The University of the West Indies, St. Augustine, Trinidad and Tobago",Trinidad and Tobago,michelle.mycoo@sta.uwi.edu,https://orcid.org/0000-0002-3587-9014,Michelle A. Mycoo,"Department of Geomatics Engineering and Land Management, The University of the West Indies, St. Augustine, Trinidad and Tobago",Trinidad and Tobago,michelle.mycoo@sta.uwi.edu,https://orcid.org/0000-0002-3587-9014,FALSE,,, +10.1371/journal.pwat.0000198,3,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000198,PLOS Water,Norovirus GII wastewater monitoring for epidemiological surveillance,2024-01-18,2024,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Caliciviruses/Norovirus; /Biology and life sciences/Organisms/Viruses/RNA viruses/Caliciviruses/Norovirus; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Caliciviruses/Norovirus; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Medicine and health sciences/Critical care and emergency medicine; /Medicine and health sciences/Epidemiology; /Medicine and health sciences/Epidemiology/Digital epidemiology; /Medicine and health sciences/Epidemiology/Disease surveillance; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Caliciviruses/Norovirus; /Medicine and health sciences/Public and occupational health; /People and places/Geographical locations/North America/United States/Michigan; /Social sciences/Human geography/Urban geography/Cities,TRUE,1,b,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000198.s001&type=supplementary,9,Michelle L. Ammerman,"Department of Civil and Environmental Engineering, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,,https://orcid.org/0000-0002-4272-5822,Marisa C. Eisenberg,"Department of Epidemiology, School of Public Health, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,marisae@umich.edu,,TRUE,Most data for this work has been made available in the paper and in the supplementary S1 Text. Analysis code and additional data used for this work can be found at https://github.com/epimath/norovirus_gii_wastewater_monitoring.,https://github.com/epimath/norovirus_gii_wastewater_monitoring,github +10.1371/journal.pwat.0000218,3,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000218,PLOS Water,Shifting formal education toward hydrosocial and hydrorelational learning,2024-01-18,2024,Opinion,/Biology and life sciences/Ecology/Ecosystems/Ecosystem functioning; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Neuroscience/Learning and memory/Learning/Human learning; /Biology and life sciences/Psychology/Cognitive psychology/Learning/Human learning; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Ecology/Ecosystems/Ecosystem functioning; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Social sciences; /Social sciences/Psychology/Cognitive psychology/Learning/Human learning,FALSE,0,,,3,Dena W. McMartin,"Department of Geography and Environment, University of Lethbridge, Lethbridge, Canada",Canada,dena.mcmartin@uleth.ca,https://orcid.org/0000-0002-0824-0565,Dena W. McMartin,"Department of Geography and Environment, University of Lethbridge, Lethbridge, Canada",Canada,dena.mcmartin@uleth.ca,https://orcid.org/0000-0002-0824-0565,FALSE,,, +10.1371/journal.pwat.0000160,2,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000160,PLOS Water,"Understanding contemporary challenges for water security in Ulaanbaatar, a semi-arid region in Mongolia",2023-12-08,2023,Research Article,/Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /People and places/Geographical locations/Asia/Mongolia; /Social sciences/Political science/National security,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000160.s001&type=supplementary,1,Elena Gordillo Fuertes,"Masters of Public Policy and Global Affairs, University of British Columbia, Institute of Asian Research, Vancouver, Canada",Canada,eleenagf@gmail.com,https://orcid.org/0000-0002-2597-4317,Elena Gordillo Fuertes,"Masters of Public Policy and Global Affairs, University of British Columbia, Institute of Asian Research, Vancouver, Canada",Canada,eleenagf@gmail.com,https://orcid.org/0000-0002-2597-4317,TRUE,All data used in this assessment are openly accessible through the sources cited in the paper.,, +10.1371/journal.pwat.0000212,2,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000212,PLOS Water,Correction: Convergence of mechanistic modeling and artificial intelligence in hydrologic science and engineering,2023-12-19,2023,Correction,,FALSE,0,,,1,NA NA,,,,,,,,,,FALSE,,, +10.1371/journal.pwat.0000197,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000197,PLOS Water,Irish surface water response to the 2018 drought,2023-11-14,2023,Research Article,/Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Drought; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Evaporation,TRUE,14,docx; docx; docx; docx; epa; black; epa; a; xlsx; xlsx; xlsx; xlsx; xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s014&type=supplementary,5,Devin F. Smith,"School of Earth Sciences, The Ohio State University, Columbus, Ohio, United States of America",United States of America,smith.11880@osu.edu,https://orcid.org/0000-0001-6945-7306,Devin F. Smith,"School of Earth Sciences, The Ohio State University, Columbus, Ohio, United States of America",United States of America,smith.11880@osu.edu,https://orcid.org/0000-0001-6945-7306,TRUE,"All river δ18O and δ2H values are reported in this study. Upon publication content from S1 and S2 Tables will be available for open access through the Consortium of Universities for the Advancement of Hydrologic Science, Inc. HydroShare (https://www.hydroshare.org/). The data can be accessed upon manuscript publication at https://doi.org/10.4211/hs.aa3a731c51f44e4aba637e36e802117e. Data will also be uploaded to waterisotopes.org database. Data Further description of evaporation fraction calculation is provided in Diamond and Jack (2018).",https://www.hydroshare.org/; https://doi.org/10.4211/hs.aa3a731c51f44e4aba637e36e802117e; 10.4211/hs.aa3a731c51f44e4aba637e36e802117e,hydroshare +10.1371/journal.pwat.0000100,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000100,PLOS Water,"Desiccation of ecosystem-critical microbialites in the shrinking Great Salt Lake, Utah (USA)",2023-09-12,2023,Research Article,/Biology and life sciences/Cell biology/Cellular structures and organelles/Chloroplasts/Chlorophyll; /Biology and life sciences/Cell biology/Cellular types/Plant cells/Chloroplasts/Chlorophyll; /Biology and life sciences/Cell biology/Plant cell biology/Chloroplasts/Chlorophyll; /Biology and life sciences/Cell biology/Plant cell biology/Plant cells/Chloroplasts/Chlorophyll; /Biology and life sciences/Ecology/Ecosystems/Freshwater ecosystems/Limnetic ecosystems; /Biology and life sciences/Ecology/Ecosystems/Microbial ecosystems; /Biology and life sciences/Plant science/Plant cell biology/Chloroplasts/Chlorophyll; /Biology and life sciences/Plant science/Plant cell biology/Plant cells/Chloroplasts/Chlorophyll; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Reefs; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Ecology/Ecosystems/Freshwater ecosystems/Limnetic ecosystems; /Ecology and environmental sciences/Ecology/Ecosystems/Microbial ecosystems; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Chemical reactions/Bleaching; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity; /Physical sciences/Materials science/Materials/Pigments/Organic pigments/Chlorophyll,TRUE,13,docx; a; tif; a; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s013&type=supplementary,12,Carie Frantz,"Department of Earth and Environmental Sciences, Weber State University, Ogden, UT, United States of America",United States of America,cariefrantz@weber.edu,https://orcid.org/0000-0003-2544-9245,Carie Frantz,"Department of Earth and Environmental Sciences, Weber State University, Ogden, UT, United States of America",United States of America,cariefrantz@weber.edu,https://orcid.org/0000-0003-2544-9245,TRUE,"All data, including photographs and photomicrographs used for analyses in this paper are archived through Open Science Framework at https://osf.io/t6w5e/. Scripts used for image and data processing are archived under DOI:10.5281/zenodo.7502617. Sequences were deposited to NCBI’s SRA (https://www.ncbi.nlm.nih.gov/sra) under BioSample accession SAMN32545145–SAMN32545168.",https://osf.io/t6w5e/; https://doi.org/10.5281/zenodo.7502617; https://www.ncbi.nlm.nih.gov/sra; 10.5281/zenodo.7502617,zenodo; osf; ncbi/genbank +10.1371/journal.pwat.0000086,2,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000086,PLOS Water,Sanitation services for the urban poor: A social capital approach to sanitation challenges in informal settlements,2023-12-20,2023,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Computer and information sciences/Network analysis/Network reciprocity; /Computer and information sciences/Network analysis/Social networks; /Engineering and technology/Transportation; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Research design/Qualitative studies; /Social sciences/Economics/Finance; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Social networks,TRUE,1,zip,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000086.s001&type=supplementary,6,Ivy Chumo,"African Population and Health Research Center (APHRC), Urbanization and Wellbeing Unit, Nairobi, Kenya",Kenya,ivychumo@gmail.com,https://orcid.org/0000-0003-1235-719X,Ivy Chumo,"African Population and Health Research Center (APHRC), Urbanization and Wellbeing Unit, Nairobi, Kenya",Kenya,ivychumo@gmail.com,https://orcid.org/0000-0003-1235-719X,TRUE,"We have provided a sample of transcripts (anonymized data). All the data cannot be shared publicly at the moment because, other manuscripts are underway being written using the same dataset. Once all the manuscripts are completed, data will be available from the APHRC data portal Institutional Data Access / Ethics Committee (contact via https://aphrc.org/microdata-portal/) for researchers who meet the criteria for access to confidential data.",https://aphrc.org/microdata-portal/, +10.1371/journal.pwat.0000144,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000144,PLOS Water,"Water sovereignty for Indigenous Peoples: Pathways to pluralist, legitimate and sustainable water laws in settler colonial states",2023-11-21,2023,Review,/Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/Oceania/Australia; /People and places/Geographical locations/Oceania/New Zealand; /Social sciences/Law and legal sciences/State law; /Social sciences/Sociology/Culture,FALSE,0,,,1,Erin O’Donnell,"Melbourne Law School, University of Melbourne, Melbourne, Australia",Australia,erin.odonnell@unimelb.edu.au,https://orcid.org/0000-0002-2615-8012,Erin O’Donnell,"Melbourne Law School, University of Melbourne, Melbourne, Australia",Australia,erin.odonnell@unimelb.edu.au,https://orcid.org/0000-0002-2615-8012,FALSE,,, +10.1371/journal.pwat.0000155,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000155,PLOS Water,"Improved urban runoff prediction using high-resolution land-use, imperviousness, and stormwater infrastructure data applied to a process-based ecohydrological model",2023-11-20,2023,Research Article,/Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Environmental chemistry/Pollutants/Urban runoff; /Engineering and technology/Civil engineering/Transportation infrastructure/Roads; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Transportation/Transportation infrastructure/Roads; /Physical sciences/Chemistry/Environmental chemistry/Pollutants/Urban runoff; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Evaporation; /Research and analysis methods/Simulation and modeling; /Social sciences/Human geography/Urban geography/Urban areas,TRUE,8,tif; tif; tif; tif; zip; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s008&type=supplementary,12,Jonathan Halama,"U.S. Environmental Protection Agency, Corvallis, OR, United States of America",United States of America,Halama.Jonathan@EPA.gov,https://orcid.org/0000-0003-3862-7629,Jonathan Halama,"U.S. Environmental Protection Agency, Corvallis, OR, United States of America",United States of America,Halama.Jonathan@EPA.gov,https://orcid.org/0000-0003-3862-7629,TRUE,All data can be found in the manuscript and supporting information files.,, +10.1371/journal.pwat.0000190,2,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000190,PLOS Water,Keep your head above water: Explaining disparities in local drinking water bills,2023-12-21,2023,Research Article,/Earth sciences/Geography; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /People and places/Geographical locations/North America/United States/Arizona; /People and places/Geographical locations/North America/United States/New Hampshire; /People and places/Geographical locations/North America/United States/Wisconsin; /Research and analysis methods/Research design/Survey research/Census; /Social sciences/Human geography/Urban geography/Cities,TRUE,4,docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000190.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000190.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000190.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000190.s004&type=supplementary,3,Ahmed Rachid El-Khattabi,"Environmental Finance Center, School of Government, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,arelkhattabi@sog.unc.edu,https://orcid.org/0000-0001-6923-3978,Ahmed Rachid El-Khattabi,"Environmental Finance Center, School of Government, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,arelkhattabi@sog.unc.edu,https://orcid.org/0000-0001-6923-3978,TRUE,"We compile our dataset using data from American Community Survey, Safe Drinking Water Information System, and UNC’s Environmental Finance Center’s database. We are temporarily storing our compiled database one the following github repository: https://github.com/arelkhattabi/Disparities-in-Local-Drinking-Water-Bills/blob/main/FinalData_3-7-22_RaceRecode.csv.",https://github.com/arelkhattabi/Disparities-in-Local-Drinking-Water-Bills/blob/main/FinalData_3-7-22_RaceRecode.csv,github +10.1371/journal.pwat.0000170,2,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000170,PLOS Water,Whakamana te tangata – ka whai oranga te taiao: Indigenous led approaches for catchment health in Aotearoa-New Zealand,2023-12-29,2023,Review,/Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Ecology/Ecosystems/Marine ecosystems; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Ecology/Ecosystems/Marine ecosystems; /Medicine and health sciences/Public and occupational health/Global health; /People and places/Population groupings/Ethnicities/Austronesian people/Polynesian people/Māori people; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Culture,FALSE,0,,,7,Shaun Awatere,"Manaaki Whenua–Landcare Research NZ Ltd, Hamilton, New Zealand",New Zealand,awateres@landcareresearch.co.nz,https://orcid.org/0000-0003-4616-808X,Shaun Awatere,"Manaaki Whenua–Landcare Research NZ Ltd, Hamilton, New Zealand",New Zealand,awateres@landcareresearch.co.nz,https://orcid.org/0000-0003-4616-808X,FALSE,,, +10.1371/journal.pwat.0000303,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000303,PLOS Water,Social vulnerability and exposure to private well water,2024-12-30,2024,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /People and places/Geographical locations/North America/United States; /People and places/Geographical locations/North America/United States/Pennsylvania; /Physical sciences/Mathematics/Applied mathematics/Algorithms/Clustering algorithms; /Research and analysis methods/Research design/Survey research/Census; /Research and analysis methods/Simulation and modeling/Algorithms/Clustering algorithms,TRUE,9,top; docx; docx; docx; docx; docx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s009&type=supplementary,8,Miriam Wamsley,"Department of Epidemiology and Biostatistics, Temple University Philadelphia, Philadelphia, Pennsylvania, United States of America",United States of America,,https://orcid.org/0000-0002-9402-8308,Heather M. Murphy,"Department of Epidemiology and Biostatistics, Temple University Philadelphia, Philadelphia, Pennsylvania, United States of America",United States of America,heather.murphy@uoguelph.ca,https://orcid.org/0000-0002-0435-8515,TRUE,"Data sources are all publicly available: Social vulnerability data: 10 measures of social vulnerability that may be related to a household’s exposure to a domestic well or to a community’s vulnerability to waterborne disease were taken from the CDC’s SVI measure as measured in 2018 at the census tract level. Data may be accessed here: https://www.atsdr.cdc.gov/placeandhealth/svi/data_documentation_download.html Measures of children under the age of 5, median construction age of the home, and proportion of households who are renters were taken from the ACS (5-year estimates from 2018 at the census tract level, published 2019). Data may be accessed here: https://www.socialexplorer.com/tables/ACS2018_5yr/R12897432 Census tract boundaries Tiger line shapefiles for the year 2010 may be accessed here: https://www2.census.gov/geo/pvs/tiger2010st/42_Pennsylvania/42001/tl_2010_42001_tract00.zip Public water supply boundaries These data are supplied by the Pennsylvania Department of Environmental Protection. Public water supplier’s service area data from the year 2018 were accessed and used via the Pennsylvania Spatial Data Access and may be accessed here: https://newdata-padep-1.opendata.arcgis.com/datasets/PADEP-1::public-water-systems-public-water-supplier-service-areas/about.",https://www.atsdr.cdc.gov/placeandhealth/svi/data_documentation_download.html; https://www.socialexplorer.com/tables/ACS2018_5yr/R12897432; https://www2.census.gov/geo/pvs/tiger2010st/42_Pennsylvania/42001/tl_2010_42001_tract00.zip; https://newdata-padep-1.opendata.arcgis.com/datasets/PADEP-1::public-water-systems-public-water-supplier-service-areas/about, +10.1371/journal.pwat.0000331,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000331,PLOS Water,"Correction: Martuwarra Fitzroy River Watershed: One society, one river law",2024-12-30,2024,Correction,,FALSE,0,,,1,NA NA,,,,,,,,,,FALSE,,, +10.1371/journal.pwat.0000258,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000258,PLOS Water,"Assessing potential effects of oil and gas development activities on groundwater quality near and overlying the Elk Hills and North Coles Levee Oil Fields, San Joaquin Valley, California",2024-08-05,2024,Research Article,/Biology and life sciences/Biochemistry/Lipids/Oils; /Earth sciences/Geochemistry; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Surface water; /Physical sciences/Chemistry/Chemical compounds/Hydrocarbons; /Physical sciences/Chemistry/Geochemistry; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Evaporation; /Physical sciences/Physics/Particle physics/Composite particles/Atoms/Isotopes/Stable isotopes,TRUE,17,1; mp4; pdf; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s017&type=supplementary,11,John G. Warden,"U.S. Geological Survey, Austin, Texas, United States of America",United States of America,jwarden@usgs.gov,https://orcid.org/0000-0003-1384-458X,John G. Warden,"U.S. Geological Survey, Austin, Texas, United States of America",United States of America,jwarden@usgs.gov,https://orcid.org/0000-0003-1384-458X,TRUE,"Data are available from Warden, J.G., Marcusa, J.A., Schmer, M.E., Roberts, S.A., Watson, E., Stanton, J.S., McCarlson, A.J., Johnson, J.C., 2023, Water chemistry data for samples collected at groundwater and surface water sites in the Elk Hills study area, June 2017–April 2018, Kern County, California: U.S. Geological Survey data release, https://doi.org/10.5066/P98LFQA2. This is part of the USGS ScienceBase Catalog.",https://doi.org/10.5066/P98LFQA2; 10.5066/P98LFQA2, +10.1371/journal.pwat.0000298,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000298,PLOS Water,Development and evaluation of a digital behavioral economics game towards improved understanding of groundwater conservation in southern Colorado,2024-12-31,2024,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Behavior/Recreation/Games; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Population groupings/Professions/Agricultural workers; /Physical sciences/Mathematics/Applied mathematics/Game theory; /Social sciences/Economics/Finance; /Social sciences/Psychology/Behavior/Recreation/Games; /Social sciences/Psychology/Cognitive psychology/Decision making,FALSE,0,,,5,Kat Demaree,"Mortenson Center in Global Engineering and Resilience, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,,,Evan Thomas,"Mortenson Center in Global Engineering and Resilience, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,ethomas@colorado.edu,https://orcid.org/0000-0003-3095-8407,TRUE,This qualitative study did not produce data separate from that disclosed directly in the paper.,, +10.1371/journal.pwat.0000327,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000327,PLOS Water,Geochemical evolution of municipal water in a natural hydrologic system and implications for urban watershed resilience,2024-12-31,2024,Research Article,/Earth sciences/Geochemistry; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Earth sciences/Mineralogy/Minerals/Calcite; /Earth sciences/Mineralogy/Minerals/Limestone; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Physical sciences/Chemistry/Geochemistry; /Social sciences/Human geography/Urban geography/Urbanization,TRUE,14,tif; a; tif; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s014&type=supplementary,2,Hunter Manlove,"Department of Earth & Planetary Sciences, Jackson School of Geosciences, The University of Texas at Austin, Austin, Texas, United States of America",United States of America,hmanlove@intera.com,https://orcid.org/0009-0007-3367-4510,Hunter Manlove,"Department of Earth & Planetary Sciences, Jackson School of Geosciences, The University of Texas at Austin, Austin, Texas, United States of America",United States of America,hmanlove@intera.com,https://orcid.org/0009-0007-3367-4510,TRUE,All data presented in this publication is available in the supplemental information tables provided.,, +10.1371/journal.pwat.0000265,3,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000265,PLOS Water,"“In the dry season, our suffering doubles”: Barriers to water access in poor urban settlements in Ghana",2024-09-18,2024,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Ghana; /Social sciences/Economics/Finance,FALSE,0,,,3,Willow Leahy,"School of Kinesiology and Health Studies, Queen’s University, Kingston, Ontario, Canada",Canada,,https://orcid.org/0000-0002-4294-1699,Florence Dery,"Department of Geography, Geomatics & Environment, University of Toronto, Mississauga, Ontario, Canada",Canada,Florence.dery@utoronto.ca,https://orcid.org/0000-0002-9167-2405,TRUE,All data are in the manuscript.,, +10.1371/journal.pwat.0000241,3,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000241,PLOS Water,Field survey for assessing seawater reverse osmosis (SWRO) applications on very small islands in Indonesia,2024-11-15,2024,Research Article,/Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/Indonesia; /People and places/Geographical locations/Oceania/Indonesia; /Physical sciences/Physics/Electricity,TRUE,3,docx; xlsx; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000241.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000241.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000241.s003&type=supplementary,4,Amanatullah Savitri,"Department of Civil Engineering, Faculty of Civil Engineering and Planning, Universitas Internasional Batam, Kota Batam, Indonesia",Indonesia,g23dtka1@yamanashi.ac.jp,https://orcid.org/0000-0002-5169-1521,Amanatullah Savitri,"Department of Civil Engineering, Faculty of Civil Engineering and Planning, Universitas Internasional Batam, Kota Batam, Indonesia",Indonesia,g23dtka1@yamanashi.ac.jp,https://orcid.org/0000-0002-5169-1521,TRUE,Datasets for this research are available in this paper.,, +10.1371/journal.pwat.0000451,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000451,PLOS Water,Innovative spectral methods for modeling and enhancing biogas yield from wastewater,2025-11-12,2025,Research Article,/Biology and life sciences/Agriculture/Agronomy/Plant products/Straw; /Biology and life sciences/Agriculture/Crop science/Plant products/Straw; /Biology and life sciences/Biophysics/Biophysical simulations; /Biology and life sciences/Computational biology/Biophysical simulations; /Biology and life sciences/Nutrition/Diet/Food; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Energy and power/Bioenergy/Biofuels/Biogas; /Engineering and technology/Energy and power/Fuels/Biofuels/Biogas; /Medicine and health sciences/Nutrition/Diet/Food; /Physical sciences/Materials science/Materials/Fuels/Biofuels/Biogas; /Physical sciences/Mathematics/Algebra/Polynomials; /Physical sciences/Mathematics/Differential equations; /Physical sciences/Physics/Biophysics/Biophysical simulations; /Research and analysis methods/Simulation and modeling,TRUE,4,txt; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000451.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000451.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000451.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000451.s005&type=supplementary,4,Hajer Ouni,"Laboratory of Research Water Sciences and Technologies (LRSTE), National Institute of Agronomic Research of Tunisia (INAT), University of Carthage, Tunis, Tunisia",Tunisia,,,Hatem Ksibi,"University of Sfax, IPEIS, Sfax, Tunisia",Tunisia,hatem.ksibi@ipeis.rnu.tn,https://orcid.org/0000-0003-4144-9958,TRUE,The data supporting the findings of this study are available as a supplementary material (rar).,, +10.1371/journal.pwat.0000405,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000405,PLOS Water,Evaluating hydrological model performance using varying amounts of participatory monitoring water level data,2025-09-23,2025,Research Article,/Biology and life sciences/Ecology/Ecosystems/Forests; /Computer and information sciences/Artificial intelligence/Machine learning; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Ecology and environmental sciences/Ecology/Ecosystems/Forests; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Terrestrial environments/Forests; /Engineering and technology/Environmental engineering/Water management; /Research and analysis methods/Simulation and modeling,TRUE,3,tif; tif; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000405.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000405.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000405.s003&type=supplementary,5,Fabian Mitze,"Centre for International Development and Environmental Research, Justus Liebig University, Giessen, Germany",Germany,fabian.mitze@zeu.uni-giessen.de,https://orcid.org/0000-0002-5127-2378,Fabian Mitze,"Centre for International Development and Environmental Research, Justus Liebig University, Giessen, Germany",Germany,fabian.mitze@zeu.uni-giessen.de,https://orcid.org/0000-0002-5127-2378,TRUE,All data and scripts and data used in the study can be obtained from Zenodo (https://doi.org/10.5281/zenodo.14772421).,https://doi.org/10.5281/zenodo.14772421; 10.5281/zenodo.14772421,zenodo +10.1371/journal.pwat.0000448,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000448,PLOS Water,"Bridging the Gap: Evidence-informed hygiene policy is needed and researcher, policy makers, and funders must work together to deliver it",2025-10-16,2025,Opinion,/Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care policy; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Global health; /Medicine and health sciences/Public and occupational health/Hygiene; /Science policy; /Social sciences/Political science/Public policy,FALSE,0,,,6,Sarah Roberts,"Reckitt Global Hygiene Institute, London, United Kingdom",United Kingdom,,,Robert Dreibelbis,"Department of Disease Control, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom,Robert.Dreibelbis@lshtm.ac.uk,https://orcid.org/0000-0002-9716-0419,FALSE,,, +10.1371/journal.pwat.0000441,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000441,PLOS Water,Assessment of water quality index in an afro-tropical stream impacted by palm oil mill effluents,2025-10-07,2025,Research Article,/Biology and life sciences/Agriculture/Agronomy/Plant products/Vegetable oils; /Biology and life sciences/Agriculture/Crop science/Plant products/Vegetable oils; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Earth sciences/Seasons; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Ecology and environmental sciences/Water quality/Chemical oxygen demand; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Materials physics/Turbidity,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000441.s001&type=supplementary,6,Fatimah Adenike Ajadi,"Department of Microbiology, Federal University of Health Sciences, Ila Orangun, Nigeria",Nigeria,,,Oluwadamilare Emmanuel Obayemi,"Department of Biology, University of Ilesa, Ilesa, Nigeria",Nigeria,oluwadamilare_obayemi@unilesa.edu.ng,https://orcid.org/0000-0002-8527-8284,TRUE,All the data generated during this study are included in this published article (and its Supporting information files).,, +10.1371/journal.pwat.0000377,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000377,PLOS Water,Photocatalytic removal of Cefixime using ZnO/BiOBr/Bi2S3: Suspended and immobilized on Graphite,2025-12-02,2025,Research Article,/Earth sciences/Geography/Cartography/Isotherms; /Earth sciences/Mineralogy/Minerals/Graphite; /Engineering and technology/Nanotechnology/Nanomaterials; /Physical sciences/Chemistry/Chemical physics/Electron transfer; /Physical sciences/Chemistry/Chemical radicals/Hydroxyl radicals; /Physical sciences/Chemistry/Physical chemistry/Chemical radicals/Hydroxyl radicals; /Physical sciences/Chemistry/Physical chemistry/Sorption/Adsorption; /Physical sciences/Materials science/Materials/Nanomaterials; /Physical sciences/Physics/Chemical physics/Electron transfer; /Physical sciences/Physics/Classical mechanics/Reflection; /Physical sciences/Physics/Classical mechanics/Vibration,TRUE,10,xlsx; xlsx; if; a; tif; tif; tif; tif; tif; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s010&type=supplementary,5,Asal Rahpeyma,"Department of Chemical Engineering, Faculty of Engineering, University of Isfahan, Isfahan, Iran",Iran,,,Mehrdad Farhadian,"Department of Chemical Engineering, Faculty of Engineering, University of Isfahan, Isfahan, Iran",Iran,m.farhadian@eng.ui.ac.ir,https://orcid.org/0000-0002-8504-0516,TRUE,All the raw data were added in the Supporting information file.,, +10.1371/journal.pwat.0000495,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000495,PLOS Water,Rethinking monitoring of the means of implementation for SDG 6 up to 2030 and beyond,2025-12-30,2025,Essay,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences/Economics/Finance; /Social sciences/Political science/United Nations; /Social sciences/Psychology/Cognitive psychology/Decision making,FALSE,0,,,8,Marina Takane,"Department of Environment, Climate Change, One Health and Migration, World Health Organization, Geneva, Switzerland",Switzerland,takanem@who.int,https://orcid.org/0009-0008-2192-2801,Marina Takane,"Department of Environment, Climate Change, One Health and Migration, World Health Organization, Geneva, Switzerland",Switzerland,takanem@who.int,https://orcid.org/0009-0008-2192-2801,FALSE,,, +10.1371/journal.pwat.0000362,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000362,PLOS Water,Disparities in drinking water quality across the United States,2025-10-01,2025,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /People and places/Population groupings/Ethnicities/Hispanic people; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical elements/Arsenic; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Physical sciences/Materials science/Materials/Contaminants,FALSE,0,,,3,Tina Bardot,"Oak Ridge Institute for Science and Technology, Washington, DC, United States of America",United States of America,,,Ahmed Rachid El-Khattabi,"Environmental Finance Center, School of Government, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,arelkhattabi@sog.unc.edu,https://orcid.org/0000-0001-6923-3978,TRUE,"We compile our dataset using records fromdata from the American Community Survey, EPA’s Safe Drinking Water Information SystemAct database, the third and fifth Unregulated Contaminant Monitoring Rule data, Six Year Review data, and a national dataset of community water system service area boundaries, among others. We are temporarily storing our compiled database atone the following github repository: https://github.com/wesaustin/ej_service_areas https://github.com/wesaustin/dw_service_areas_public.",https://github.com/wesaustin/ej_service_areas; https://github.com/wesaustin/dw_service_areas; https://github.com/wesaustin/dw_service_areas_public,github +10.1371/journal.pwat.0000472,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000472,PLOS Water,Piped water skepticism: Implications for achieving water security,2025-12-11,2025,Opinion,/Biology and life sciences/Psychology/Psychological attitudes; /Biology and life sciences/Psychology/Psychological defense mechanisms; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Science policy/Research integrity/Research ethics; /Social sciences/Economics/Microeconomics/Urban economics; /Social sciences/Psychology/Psychological attitudes; /Social sciences/Psychology/Psychological defense mechanisms,FALSE,0,,,2,Patrick Thomson,"Global Institute of Sustainability and Innovation, Arizona State University, Tempe, Arizona, United States of America",United States of America,pgthomson@asu.edu,https://orcid.org/0000-0002-0697-1866,Patrick Thomson,"Global Institute of Sustainability and Innovation, Arizona State University, Tempe, Arizona, United States of America",United States of America,pgthomson@asu.edu,https://orcid.org/0000-0002-0697-1866,FALSE,,, +10.1371/journal.pwat.0000502,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000502,PLOS Water,Harmonization of aggregated freshwater biotic data to support continental and global assessment,2026-01-20,2026,Review,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Habitats; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Zooplankton; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae; /Biology and life sciences/Taxonomy; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Zooplankton; /Computer and information sciences/Data management/Taxonomy; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Habitats; /Ecology and environmental sciences/Environmental chemistry/Water chemistry; /Physical sciences/Chemistry/Environmental chemistry/Water chemistry,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000502.s001&type=supplementary,10,Jennifer Lento,"Canadian Rivers Institute and Department of Biology, University of New Brunswick, Fredericton, New Brunswick, Canada",Canada,jlento@gmail.com,https://orcid.org/0000-0002-8098-4825,Jennifer Lento,"Canadian Rivers Institute and Department of Biology, University of New Brunswick, Fredericton, New Brunswick, Canada",Canada,jlento@gmail.com,https://orcid.org/0000-0002-8098-4825,FALSE,,, +10.1371/journal.pwat.0000167,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000167,PLOS Water,Onsite sanitation systems and contamination of groundwater: A systematic review of the evidence for risk using the source-pathway-receptor model,2024-07-29,2024,Research Article,/Biology and life sciences/Physiology/Physiological processes/Excretion; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Materials science/Materials/Contaminants; /Research and analysis methods/Research assessment/Systematic reviews,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000167.s001&type=supplementary,7,Maureen Mbae,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom,maukendi@gmail.com,https://orcid.org/0000-0002-5945-1805,Maureen Mbae,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom,maukendi@gmail.com,https://orcid.org/0000-0002-5945-1805,TRUE,All the papers referenced in the systematic review are publicly available. Nearly all will easily be found using various search tools such as PubMed and SCOPUS. The authors can provide copies of any that a reader cannot find.,, +10.1371/journal.pwat.0000310,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000310,PLOS Water,Salinity or sum of constituents—Methods comparison for computing dissolved solids concentrations in streams of the Upper Colorado River Basin,2024-12-17,2024,Research Article,/Earth sciences/Geology/Geological surveys; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/North America/United States/Colorado; /Physical sciences/Chemistry/Chemical compounds/Bicarbonates; /Physical sciences/Chemistry/Chemical compounds/Carbonates; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity,TRUE,3,nwis; nwis; nwis,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000310.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000310.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000310.s003&type=supplementary,5,Fred D. Tillman,"U.S. Geological Survey, Arizona Water Science Center, Tucson, Arizona, United States of America",United States of America,ftillman@usgs.gov,https://orcid.org/0000-0002-2922-402X,Fred D. Tillman,"U.S. Geological Survey, Arizona Water Science Center, Tucson, Arizona, United States of America",United States of America,ftillman@usgs.gov,https://orcid.org/0000-0002-2922-402X,TRUE,All data discussed in this manuscript are provided in the Supporting Information and are publicly available through the U.S. Geological Survey’s National Water Information System database (https://waterdata.usgs.gov/nwis).,https://waterdata.usgs.gov/nwis, +10.1371/journal.pwat.0000260,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000260,PLOS Water,"Monitoring Indian ungauged small reservoirs volume from remote sensing: Feasibility, bias and perspectives",2024-12-17,2024,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Earth sciences/Atmospheric science/Atmospheric physics/Atmospheric dynamics/Atmospheric clouds; /Earth sciences/Geophysics/Atmospheric physics/Atmospheric dynamics/Atmospheric clouds; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Engineering and technology/Remote sensing/Lidar; /Engineering and technology/Remote sensing/Radar; /People and places/Geographical locations/Asia/India; /Physical sciences/Physics/Geophysics/Atmospheric physics/Atmospheric dynamics/Atmospheric clouds; /Physical sciences/Physics/Particle physics/Elementary particles/Photons,FALSE,0,,,8,Claire Pascal,"CESBIO, Université de Toulouse, CNES/CNRS/INRAE/IRD/UT3, Toulouse, France",France,,,Sylvain Ferrant,"CESBIO, Université de Toulouse, CNES/CNRS/INRAE/IRD/UT3, Toulouse, France",France,sylvain.ferrant@ird.fr,https://orcid.org/0000-0002-3478-2624,TRUE,"All the data used in this study are public, except the Pléiades imagery that are commercial. The Pléiades images (Pléiades © CNES 2021 Distribution AIRBUS DS) were licensed to CESBIO by Airbus. The Pléiades DEM is a derivative product subject to the CC-BY-NC 4.0 license preventing commercial use, https://creativecommons.org/licenses/by-nc/4.0/legalcode. We have publicly shared the Digital Elevation Model and derived variables on Zenodo with restricted access until the publication of the manuscript. If needed for the review, you can access to these data-sets by using these links: - 2m resolution DEM based stereoscopy Pleiades acquisitions in Telangana, South-India https://zenodo.org/records/10403040?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6Ijg4NGVkZTNlLTJjY2MtNGFlZC1iZjk4LWNhZTdhYTEzNWQyZSIsImRhdGEiOnt9LCJyYW5kb20iOiIwYmRlMTA3N2MxMzhlNWY0NDk4NmQ4MjczNTE1OTRiMSJ9.ywFHWn3JF8k_8SfLHkwgiO2KSJofIGEqFesy0t2ZfmOyV8uFL_YON4jI-VawFjp2IpJEhrhppv6er_G7QpsA0g - Subsample of the maximum Water Area Extent of Telangana Rainwater Harvesting System from Sentinel-2 https://zenodo.org/records/10402199?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6IjQ3ZDE2NzQ4LTg2MTctNGE2Mi1iMGUxLWJmNzc0ODNkNzEzZCIsImRhdGEiOnt9LCJyYW5kb20iOiI3NjU2ZGFjNTEwZjcxOTE4OWZjMjRkNGFmNWM4Y2I0OSJ9.wUuO5pdst0HdDIicGNQ88jdzjVmsy-kyDbxgJubXPs9smX7dJn8_Ou9NFfjYNMWUw2IlJ7bVAGpmACezvLAV2A - Subsample of the maximum Water Area Extent of Telangana Rainwater Harvesting System from Pléiades DEM https://zenodo.org/records/10402355?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6IjU3ZjI5NzNjLWJjMGMtNDJmOC1hOTkyLWVhOGYzNmZjYWRlYiIsImRhdGEiOnt9LCJyYW5kb20iOiI3NDBmYWQ2Y2QyMmE4OTFkN2VkNWQzNjU1MzNiZDgxMiJ9.sIxHJKCbRNGOLHIOZ3m2sAOFA1es6q5aFZY6Te8AxmTUTAvCWBQTkqh0sFYFeqAE0H03p2kLIZC9ld9uBCH_0Q - Maximum Water Area Extent of the Rainwater Harvesting System in Telangana from GSW https://zenodo.org/records/10402096?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6ImZlMjM2M2E2LWU3ZmMtNDY2NC05MGVlLWQ0ZDM5NmEzNjJkNSIsImRhdGEiOnt9LCJyYW5kb20iOiIyYWU5MTdhNTBkOWVmM2M1Y2FkMTVjNTE3MmQwMTMzZSJ9.PpbZt-vr_yYsyXP58GLzQr63pgPNt5Yg6dfO_Mef2f-EnVgmVWkboKKaX3E466TjuNzBpESFlN43zdrqjrI8Rg.",https://creativecommons.org/licenses/by-nc/4.0/legalcode; https://zenodo.org/records/10403040?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6Ijg4NGVkZTNlLTJjY2MtNGFlZC1iZjk4LWNhZTdhYTEzNWQyZSIsImRhdGEiOnt9LCJyYW5kb20iOiIwYmRlMTA3N2MxMzhlNWY0NDk4NmQ4MjczNTE1OTRiMSJ9.ywFHWn3JF8k_8SfLHkwgiO2KSJofIGEqFesy0t2ZfmOyV8uFL_YON4jI-VawFjp2IpJEhrhppv6er_G7QpsA0g; https://zenodo.org/records/10402199?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6IjQ3ZDE2NzQ4LTg2MTctNGE2Mi1iMGUxLWJmNzc0ODNkNzEzZCIsImRhdGEiOnt9LCJyYW5kb20iOiI3NjU2ZGFjNTEwZjcxOTE4OWZjMjRkNGFmNWM4Y2I0OSJ9.wUuO5pdst0HdDIicGNQ88jdzjVmsy-kyDbxgJubXPs9smX7dJn8_Ou9NFfjYNMWUw2IlJ7bVAGpmACezvLAV2A; https://zenodo.org/records/10402355?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6IjU3ZjI5NzNjLWJjMGMtNDJmOC1hOTkyLWVhOGYzNmZjYWRlYiIsImRhdGEiOnt9LCJyYW5kb20iOiI3NDBmYWQ2Y2QyMmE4OTFkN2VkNWQzNjU1MzNiZDgxMiJ9.sIxHJKCbRNGOLHIOZ3m2sAOFA1es6q5aFZY6Te8AxmTUTAvCWBQTkqh0sFYFeqAE0H03p2kLIZC9ld9uBCH_0Q; https://zenodo.org/records/10402096?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6ImZlMjM2M2E2LWU3ZmMtNDY2NC05MGVlLWQ0ZDM5NmEzNjJkNSIsImRhdGEiOnt9LCJyYW5kb20iOiIyYWU5MTdhNTBkOWVmM2M1Y2FkMTVjNTE3MmQwMTMzZSJ9.PpbZt-vr_yYsyXP58GLzQr63pgPNt5Yg6dfO_Mef2f-EnVgmVWkboKKaX3E466TjuNzBpESFlN43zdrqjrI8Rg,zenodo +10.1371/journal.pwat.0000206,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000206,PLOS Water,Hydrometeorology and geography affect hospitalizations for waterborne infectious diseases in the United States: A retrospective analysis,2024-08-14,2024,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Geography/Regional geography; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Pseudomonas infections; /Medicine and health sciences/Medical conditions/Infectious diseases/Respiratory infections; /Medicine and health sciences/Medical conditions/Respiratory disorders/Respiratory infections; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pulmonology/Respiratory disorders/Respiratory infections,TRUE,12,docx; docx; docx; docx; docx; docx; zip; zip; zip; tiff; tiff; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s012&type=supplementary,2,Victoria D. Lynch,"Department of Environmental Health Sciences, Columbia Mailman School of Public Health, Columbia University, New York, New York, United States of America",United States of America,vdl2103@cumc.columbia.edu,https://orcid.org/0000-0003-0966-5474,Victoria D. Lynch,"Department of Environmental Health Sciences, Columbia Mailman School of Public Health, Columbia University, New York, New York, United States of America",United States of America,vdl2103@cumc.columbia.edu,https://orcid.org/0000-0003-0966-5474,TRUE,We are unable to share the minimal dataset underlying the results because it contains potentially identifying information and cannot be publicly shared per the Healthcare Cost and Utilization Project (HCUP) Data Use Agreement (DUA) (https://hcup-us.ahrq.gov/team/NationwideDUA.pdf). The National Inpatient Sample (NIS) datasets from HCUP are publicly and easily available to purchase after completion of the Data Use Agreement Training Course (https://hcup-us.ahrq.gov/tech_assist/centdist.jsp). The contact information for requesting the data from the HCUP Central Distributor is: HCUP-RequestData@ahrq.gov; (866) 556-4287 (phone); (866) 792-5313 (fax).,https://hcup-us.ahrq.gov/team/NationwideDUA.pdf; https://hcup-us.ahrq.gov/tech_assist/centdist.jsp, +10.1371/journal.pwat.0000236,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000236,PLOS Water,Relational representation: Speaking with and not about Nature,2024-10-16,2024,Research Article,/Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lagoons; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Ecosystems; /Social sciences/Law and legal sciences; /Social sciences/Law and legal sciences/Legislation; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Culture,TRUE,2,docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000236.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000236.s002&type=supplementary,4,Lidia Cano-Pecharroman,"Massachusetts Institute of Technology, Cambridge, Massachusetts, United States of America",United States of America,Lcano@mit.edu,https://orcid.org/0000-0001-9018-0241,Lidia Cano-Pecharroman,"Massachusetts Institute of Technology, Cambridge, Massachusetts, United States of America",United States of America,Lcano@mit.edu,https://orcid.org/0000-0001-9018-0241,TRUE,"The majority of the data on which this paper is based comes from publicly available sources (see reference list). The paper also draws from a series of interviews conducted as part of Cano Pecharroman’s PhD research. These long-form, semi-structured interviews were conducted under an ethics process overseen by MIT’s institutional review board, COUHES (Committee on the Use of Humans as Experimental Subjects). All interviewees were informed that their data would be kept anonymous unless they explicitly requested to be named as the source of a quote. These interviews were used to enrich the publicly available data relied on for the paper, and no systematic analysis of the interviews was undertaken for this paper. As a result, the data set is the long-form interviews conducted with each participant. Due to the nature of these transcripts, it is possible to identify the speaker even if their personal details are redacted. In compliance with this commitment to anonymity in accordance with MIT’s Investigator Responsibilities, it is not possible to make this data publicly available. It may be possible to share some of this data upon request, and this should be directed to the lead author (Cano Pecharroman). Additional information regarding the ethical, cultural, and scientific considerations specific to inclusivity in global research is included in the Supporting Information. For further information on MIT's Committee on the Use of Humans as Experimental Subjects protocols and guidelies see couhes.mit.edu or get in contact via couhes@mit.edu.",, +10.1371/journal.pwat.0000304,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000304,PLOS Water,Septic systems in North Carolina: A neglected half of the state?,2024-10-17,2024,Essay,/Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/North America/United States/North Carolina,FALSE,0,,,6,Lauren Sprouse,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,,,Musa Manga,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,mmanga@email.unc.edu,https://orcid.org/0000-0002-3317-7318,FALSE,,, +10.1371/journal.pwat.0000195,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000195,PLOS Water,Considerations for the use of laboratory-based and field-based estimates of environmental tolerance in water management decisions for an endangered salmonid,2024-10-31,2024,Research Article,/Biology and life sciences/Developmental biology/Modes of reproduction/Sexual reproduction/Spawning; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish/Osteichthyes/Salmon; /Biology and life sciences/Physiology/Reproductive physiology/Eggs; /Biology and life sciences/Physiology/Reproductive physiology/Eggs/Bird eggs; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish/Osteichthyes/Salmon; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Seasons/Winter; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Physical sciences/Mathematics/Statistics/Statistical methods/Forecasting; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Forecasting,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000195.s001&type=supplementary,3,Steven C. Zeug,"Cramer Fish Sciences, Modeling, Analysis, and Synthesis Laboratory, Auburn, California, United States of America",United States of America,stevez@fishsciences.net,https://orcid.org/0000-0003-4330-1236,Steven C. Zeug,"Cramer Fish Sciences, Modeling, Analysis, and Synthesis Laboratory, Auburn, California, United States of America",United States of America,stevez@fishsciences.net,https://orcid.org/0000-0003-4330-1236,TRUE,The data and model code that support the findings of this study are publicly available through the Zenodo Archive https://zenodo.org/doi/10.5281/zenodo.10594251.,https://zenodo.org/doi/10.5281/zenodo.10594251; 10.5281/zenodo.10594251,zenodo +10.1371/journal.pwat.0000233,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000233,PLOS Water,"Investigating impacts of gender-transformative interventions in water, sanitation, and hygiene: Structural validity, internal reliability and measurement invariance of the water, sanitation, and hygiene–Gender equality measure (WASH-GEM)",2024-10-17,2024,Research Article,/Biology and life sciences/Neuroscience/Cognitive neuroscience/Consciousness; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive neuroscience/Consciousness; /Engineering and technology/Measurement; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Mental health and psychiatry; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Asia/Nepal; /Physical sciences/Mathematics/Statistics/Statistical methods/Factor analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Factor analysis; /Social sciences/Sociology/Sexual and gender issues,TRUE,3,docx; csv; rmd,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000233.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000233.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000233.s003&type=supplementary,8,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, Australia",Australia,Jessica.MacArthur@uts.edu.au,https://orcid.org/0000-0002-6645-5767,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, Australia",Australia,Jessica.MacArthur@uts.edu.au,https://orcid.org/0000-0002-6645-5767,TRUE,De-identified data has been provided in supplementary materials.,, +10.1371/journal.pwat.0000325,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000325,PLOS Water,Unsafe containment: Public health risks of septic tanks discharging to drains in Dhaka Bangladesh,2024-12-19,2024,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Shigella; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Shigella; /Biology and life sciences/Organisms/Eukaryota/Protozoans/Parasitic protozoans/Giardia; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Shigella; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Materials science/Materials/Sludge; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,2,docx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000325.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000325.s002&type=supplementary,8,Freya Mills,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, New South Wales, Australia",Australia,freya.mills@uts.edu.au,https://orcid.org/0000-0003-3406-9076,Freya Mills,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, New South Wales, Australia",Australia,freya.mills@uts.edu.au,https://orcid.org/0000-0003-3406-9076,TRUE,Data provided in Supporting information appendix.,, +10.1371/journal.pwat.0000464,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000464,PLOS Water,Impact of natural lagooning wastewater treatment on antibiotic-resistant bacteria in Morocco,2026-03-24,2026,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Enterococcus; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance/Antibiotic resistance; /Biology and life sciences/Organisms/Bacteria/Enterococcus; /Biology and life sciences/Organisms/Bacteria/Pseudomonas; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Earth sciences/Seasons; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Enterococcus infections; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Enterococcus; /Medicine and health sciences/Pharmacology/Antimicrobial resistance/Antibiotic resistance,TRUE,4,tiff; cod; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000464.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000464.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000464.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000464.s005&type=supplementary,10,Habiba Raqraq,"Team of Biotechnology and Sustainable Development of Natural Resources, Biology-Geology Department, Polydisciplinary Faculty, Sultan Moulay Slimane University, Beni Mellal, Morocco",Morocco,RAQRAQ.HABIBA.fpb21@usms.ac.ma,https://orcid.org/0009-0000-8798-6121,Habiba Raqraq,"Team of Biotechnology and Sustainable Development of Natural Resources, Biology-Geology Department, Polydisciplinary Faculty, Sultan Moulay Slimane University, Beni Mellal, Morocco",Morocco,RAQRAQ.HABIBA.fpb21@usms.ac.ma,https://orcid.org/0009-0000-8798-6121,TRUE,All underlying data are available in the Supplementary Information (S1 and S2 tables).,, +10.1371/journal.pwat.0000316,3,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000316,PLOS Water,"Challenges and opportunities for advancing data-driven WASH programming: Reflections from the UNC Chapel Hill Water and Health Conference side event ""DATA: A key for unlocking quality in WASH programming""",2024-11-21,2024,Opinion,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Remote sensing; /Medicine and health sciences/Epidemiology/Medical risk factors; /Science policy/Research funding; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Political science/Governments/Local governments; /Social sciences/Psychology/Cognitive psychology/Decision making,FALSE,0,,,7,James Brown,"Dahdaleh Institute for Global Health Research, York University, Toronto, Canada",Canada,brownje@yorku.ca,https://orcid.org/0009-0004-7502-3570,James Brown,"Dahdaleh Institute for Global Health Research, York University, Toronto, Canada",Canada,brownje@yorku.ca,https://orcid.org/0009-0004-7502-3570,FALSE,,, +10.1371/journal.pwat.0000225,3,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000225,PLOS Water,Future amazon basin wetland hydrology under projected climate change,2024-09-30,2024,Research Article,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Research and analysis methods/Simulation and modeling,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000225.s001&type=supplementary,3,Nic Gedney,"Met Office Hadley Centre, JCHMR, Wallingford, Oxfordshire, United Kingdom",United Kingdom,nicola.gedney@metoffice.gov.uk,https://orcid.org/0000-0002-2165-5239,Nic Gedney,"Met Office Hadley Centre, JCHMR, Wallingford, Oxfordshire, United Kingdom",United Kingdom,nicola.gedney@metoffice.gov.uk,https://orcid.org/0000-0002-2165-5239,TRUE,"The JULES simulation data can be accessed at doi:10.5281/zenodo.10459886. The MERIT DEM [45] is accessible online (https://hydro.iis.utokyo. ac.jp/~yamadai/MERIT_DEM/, last access: 14 December 2023). The HESS [19,20] product is available online (https://daac.ornl.gov/LBA/guides/LC07_Amazon_Wetlands.html, last access: 15 May 2024). The GIEMS [10,40] product can be acquired by contacting Catherine Prigent (catherine.prigent@obspm.fr). The SWAMPS-GLWD [41] product can be acquired by contacting Zhen Zhang (zhenzhang@itpcas.ac.cn). The WAD2M [43] product is available online (https://zenodo.org/records/3998454, last access: 15 May 2024). The WFDEI [48] dataset is available from the ftp site at IIASA, Vienna (ftp.iiasa.ac.at, username: rfdata password: forceDATA, then use: cwd/WFDEI, last access: 15 May 2024). The HELIX [37] data can be acquired by contacting John Ceasar (john.ceasar@metoffice.gov.uk). Upon publication the JULES simulation data can be accessed at doi: 10.5281/zenodo.10459886.",https://doi.org/10.5281/zenodo.10459886; https://hydro.iis.utokyo; https://daac.ornl.gov/LBA/guides/LC07_Amazon_Wetlands.html; https://zenodo.org/records/3998454; 10.5281/zenodo.10459886,zenodo +10.1371/journal.pwat.0000438,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000438,PLOS Water,Using probability difference to compare streamflow information of alternatives for efficient operation of monitoring networks,2025-10-23,2025,Research Article,/Computer and information sciences/Information theory/Information entropy; /Computer and information sciences/Information theory/Information entropy/Conditional entropy; /Earth sciences/Hydrology/Flooding; /Engineering and technology/Measurement; /Physical sciences/Mathematics/Probability theory/Probability distribution; /Physical sciences/Mathematics/Probability theory/Statistical distributions; /Physical sciences/Physics/Thermodynamics/Entropy; /Social sciences/Economics,TRUE,6,docx; docx; docx; a; tif; plain,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000438.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000438.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000438.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000438.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000438.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000438.s007&type=supplementary,3,Christopher P. Konrad,"U.S. Geological Survey, Washington Water Science Center, Tacoma, Washington, United States of America",United States of America,cpkonrad@usgs.gov,https://orcid.org/0000-0002-7354-547X,Christopher P. Konrad,"U.S. Geological Survey, Washington Water Science Center, Tacoma, Washington, United States of America",United States of America,cpkonrad@usgs.gov,https://orcid.org/0000-0002-7354-547X,TRUE,"Data derived for this work are available at Konrad CP. Site information, probability differences, and entropy-based metrics of streamflow information for the USGS continuous streamflow monitoring network, 1981-2020. US Geological Survey. Data Release, 2025. doi: 10.5066/P14W2QOU.",https://doi.org/10.5066/P14W2QOU; 10.5066/P14W2QOU, +10.1371/journal.pwat.0000491,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000491,PLOS Water,Source water protection and wildfire threats: A simplified vulnerability assessment framework for drinking water intakes,2026-01-05,2026,Research Article,/Biology and life sciences/Ecology/Ecosystems/Forests; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geomorphology/Erosion; /Ecology and environmental sciences/Ecology/Ecosystems/Forests; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Forests; /Ecology and environmental sciences/Wildfires; /Physical sciences/Materials science/Materials/Contaminants,TRUE,4,docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000491.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000491.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000491.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000491.s004&type=supplementary,4,Evelyne Pouliot,"Department of Civil, Geological and Mining Engineering, Polytechnique Montréal, Montréal, Quebec, Canada",Canada,evelyne.pouliot@polymtl.ca,https://orcid.org/0009-0001-0933-2779,Evelyne Pouliot,"Department of Civil, Geological and Mining Engineering, Polytechnique Montréal, Montréal, Quebec, Canada",Canada,evelyne.pouliot@polymtl.ca,https://orcid.org/0009-0001-0933-2779,TRUE,All relevant data are included in the paper or its Supporting information.,, +10.1371/journal.pwat.0000428,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000428,PLOS Water,Mapping valley bottom inundation patterns from beaver dam activity: A potential proxy for hydrologic inefficiency,2025-11-05,2025,Research Article,/Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Rodents/Beavers; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Rodents/Beavers; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Geology/Geological surveys; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Ponds; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers,TRUE,7,docx; docx; docx; pdf; pdf; m2; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s007&type=supplementary,9,Karen M. Bartelt,"Department of Watershed Sciences, Utah State University, Logan, Utah, United States of America",United States of America,kbartelt@usgs.gov,https://orcid.org/0000-0003-4012-1694,Karen M. Bartelt,"Department of Watershed Sciences, Utah State University, Logan, Utah, United States of America",United States of America,kbartelt@usgs.gov,https://orcid.org/0000-0003-4012-1694,TRUE,All data are available in the Riverscapes Data Exchange: https://data.riverscapes.net/c/d059fa0f-bbe5-4704-8b82-5007c7564e5e/.,https://data.riverscapes.net/c/d059fa0f-bbe5-4704-8b82-5007c7564e5e/, +10.1371/journal.pwat.0000447,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000447,PLOS Water,Rivers are messy: Beyond the water bias in research and management,2025-11-05,2025,Review,/Biology and life sciences/Ecology/Ecosystems/Wetland ecosystems/Delta ecosystems; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Ecosystems/Wetland ecosystems/Delta ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Social sciences,FALSE,0,,,3,Bathsheba Demuth,"Brown University, Institute at Brown for Environment and Society, Providence, Rhode Island, United States of America",United States of America,bathsheba_demuth@brown.edu,https://orcid.org/0000-0002-5018-0594,Bathsheba Demuth,"Brown University, Institute at Brown for Environment and Society, Providence, Rhode Island, United States of America",United States of America,bathsheba_demuth@brown.edu,https://orcid.org/0000-0002-5018-0594,FALSE,,, +10.1371/journal.pwat.0000390,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000390,PLOS Water,Protecting streams in urban catchments from excess runoff: International examples of stormwater target guidance and implementation,2025-10-13,2025,Review,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Ecology and environmental sciences/Environmental chemistry/Pollutants/Urban runoff; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /People and places/Geographical locations/Oceania/Australia; /Physical sciences/Chemistry/Environmental chemistry/Pollutants/Urban runoff; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Human geography/Urban geography/Urbanization; /Social sciences/Political science/Governments/Local governments,FALSE,0,,,9,Geoff J. Vietz,"Streamology Pty Ltd, Melbourne, Australia",Australia,geoff@streamology.com.au,https://orcid.org/0009-0009-1704-7562,Geoff J. Vietz,"Streamology Pty Ltd, Melbourne, Australia",Australia,geoff@streamology.com.au,https://orcid.org/0009-0009-1704-7562,FALSE,,, +10.1371/journal.pwat.0000349,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000349,PLOS Water,"Human fecal markers in environmental waters and association with indicators of human and rodent infections in urban Salvador, Bahia, Brazil",2025-10-13,2025,Research Article,/Biology and life sciences/Biochemistry/Nucleic acids/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Genetics/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Helminths; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Rodents; /Biology and life sciences/Zoology/Animals/Invertebrates/Helminths; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Rodents; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Medicine and health sciences/Epidemiology/Disease surveillance/Infectious disease surveillance; /Medicine and health sciences/Gastroenterology and hepatology/Gastrointestinal infections; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Infectious disease surveillance; /Medicine and health sciences/Medical conditions/Parasitic diseases/Helminth infections; /Medicine and health sciences/Public and occupational health,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000349.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000349.s002&type=supplementary,13,Fábio Neves Souza,"Institute of Collective Health, Federal University of Bahia, Salvador, Bahia, Brazil",Brazil,,https://orcid.org/0000-0002-3542-8918,Federico Costa,"Institute of Collective Health, Federal University of Bahia, Salvador, Bahia, Brazil",Brazil,fcosta2001@gmail.com,https://orcid.org/0000-0001-6951-2336,TRUE,All data can be found in the Supplementary Materials.,, +10.1371/journal.pwat.0000373,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000373,PLOS Water,Interpreting drinking water quality samples: Understanding contamination pathways at the point of collection,2025-10-14,2025,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,7,docx; docx; docx; docx; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s008&type=supplementary,8,Katrina J. Charles,"School of Geography and the Environment, University of Oxford, Oxford, United Kingdom",United Kingdom,Katrina.charles@ouce.ox.ac.uk,https://orcid.org/0000-0002-2236-7589,Katrina J. Charles,"School of Geography and the Environment, University of Oxford, Oxford, United Kingdom",United Kingdom,Katrina.charles@ouce.ox.ac.uk,https://orcid.org/0000-0002-2236-7589,TRUE,"The MICS datasets analysed during the current study are available from the MICS website, https://mics.unicef.org/ The icddr,b datasets in Table 1, used and analysed during the current study, are included in the Supporting information.",https://mics.unicef.org/, +10.1371/journal.pwat.0000348,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000348,PLOS Water,Tap water consumption amongst a cohort of UK twins is linked to perceptions of taste and health benefits,2025-11-26,2025,Research Article,/Biology and life sciences/Developmental biology/Twins; /Biology and life sciences/Genetics; /Biology and life sciences/Genetics/Heredity; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception; /Biology and life sciences/Neuroscience/Sensory perception; /Biology and life sciences/Nutrition/Diet; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Nutrition/Diet; /People and places/Population groupings/Age groups; /Research and analysis methods/Research design/Survey research/Questionnaires; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception,TRUE,5,docx; a; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000348.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000348.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000348.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000348.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000348.s006&type=supplementary,11,Daniel N. Schillereff,"Department of Geography, King’s College London, London, United Kingdom",United Kingdom,daniel.schillereff@kcl.ac.uk,https://orcid.org/0000-0002-4928-6068,Daniel N. Schillereff,"Department of Geography, King’s College London, London, United Kingdom",United Kingdom,daniel.schillereff@kcl.ac.uk,https://orcid.org/0000-0002-4928-6068,TRUE,"Our study makes use of personal health behaviour data and demographic characteristics for individuals. Therefore, under UK data governance laws and the data governance protocols by which ethical approval for this study was granted, our questionnaire and demographic data is only available following reasonable request to the TwinsUK Data Access Committee. Information on data access and how to apply is available at https://twinsuk.ac.uk/researchers/access-data-and-samples/request-access/. All analytical R scripts used for this analysis can be found via our GitHub repository https://github.com/RuthBowyer/TwinsUKTapWaterConsumption commit reference 21c2baa at time of resubmission.",https://twinsuk.ac.uk/researchers/access-data-and-samples/request-access/; https://github.com/RuthBowyer/TwinsUKTapWaterConsumption,github +10.1371/journal.pwat.0000354,4,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000354,PLOS Water,Correction: Application of watershed-scale habitat modeling and decision-support tools for reservoir reoperations in coastal northern California,2025-03-05,2025,Correction,,FALSE,0,,,5,Doug Chalmers,,,,,,,,,,FALSE,,, +10.1371/journal.pwat.0000189,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000189,PLOS Water,"Infection prevention and control and water, sanitation, and hygiene status of healthcare facilities in the Greater Kampala Metropolitan region during the COVID-19 pandemic in Uganda",2025-01-16,2025,Research Article,/Biology and life sciences/Anatomy/Body limbs/Arms/Hands; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Anatomy/Body limbs/Arms/Hands; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Public and occupational health/Environmental health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene,TRUE,7,docx; xlsx; vnd.oasis.opendocument.text; vnd.oasis.opendocument.text; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.oasis.opendocument.text,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s007&type=supplementary,17,Richard K. Mugambe,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, Kampala, Uganda",Uganda,rmugambe@musph.ac.ug,https://orcid.org/0000-0003-2311-5436,Richard K. Mugambe,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, Kampala, Uganda",Uganda,rmugambe@musph.ac.ug,https://orcid.org/0000-0003-2311-5436,TRUE,All relevant data is provided in S1 Dataset.,, +10.1371/journal.pwat.0000471,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000471,PLOS Water,Use of the household water insecurity experiences (HWISE) scale to evaluate rural water delivery in small Ecuadorian communities,2025-12-02,2025,Research Article,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/South America/Ecuador; /People and places/Population groupings/Ethnicities/Latin American people; /People and places/Population groupings/Ethnicities/Native American people/Quechua people; /Research and analysis methods/Research design/Survey research/Surveys,TRUE,5,docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000471.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000471.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000471.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000471.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000471.s006&type=supplementary,9,Gwenyth O. Lee,"Rutgers Global Health Institute and Department of Biostatistics and Epidemiology, Rutgers, The State University of New Jersey, New Brunswick, New Jersey, United States of America",United States of America,,https://orcid.org/0000-0002-7889-3852,Samuel B. Schlesinger,"Green Empowerment, Portland, Oregon, United States of America",United States of America,sam@greenempowerment.org,https://orcid.org/0000-0001-9787-5601,TRUE,Data are uploaded to a Dryad data repository (https://doi.org/10.5061/dryad.5hqbzkhjh).,https://doi.org/10.5061/dryad.5hqbzkhjh; 10.5061/dryad.5hqbzkhjh,dryad +10.1371/journal.pwat.0000463,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000463,PLOS Water,"Correction: Assessing the impact of rightsizing drinking water infrastructure system in Flint, Michigan",2025-11-03,2025,Correction,,TRUE,2,pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000463.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000463.s002&type=supplementary,1,NA NA,,,,,,,,,,FALSE,,, +10.1371/journal.pwat.0000458,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000458,PLOS Water,Assessing climate and water information systems affordances for the agricultural sector in western United States,2025-11-03,2025,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Computer and information sciences/Data management; /Earth sciences/Atmospheric science/Climatology/Climate change; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/United States/California; /People and places/Geographical locations/North America/United States/New Mexico; /People and places/Geographical locations/North America/United States/Utah; /Social sciences/Psychology/Cognitive psychology/Decision making,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000458.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000458.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000458.s003&type=supplementary,6,Jaishri Srinivasan,"University of California Merced, Merced, California, United States of America",United States of America,jaishrisrinivasan@ucmerced.edu,https://orcid.org/0000-0003-3624-0754,Jaishri Srinivasan,"University of California Merced, Merced, California, United States of America",United States of America,jaishrisrinivasan@ucmerced.edu,https://orcid.org/0000-0003-3624-0754,TRUE,All data pertaining to the manuscript are included in the tables and figures and in supplementary information.,, +10.1371/journal.pwat.0000344,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000344,PLOS Water,Current international tools and guidance for the implementation of hand hygiene recommendations in community settings: a scoping review,2025-08-20,2025,Research Article,/Engineering and technology/Measurement; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Research and analysis methods/Database and informatics methods/Database searching; /Research and analysis methods/Research assessment/Systematic reviews; /Social sciences/Sociology/Education/Schools,TRUE,11,doc; doc; doc; doc; doc; doc; doc; doc; doc; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s011&type=supplementary,14,Clara MacLeod,"Department of Disease Control, London School of Hygiene and Tropical Medicine, Faculty of Infectious and Tropical Diseases, London, United Kingdom",United Kingdom,clara.macleod@lshtm.ac.uk,https://orcid.org/0000-0001-6952-9103,Clara MacLeod,"Department of Disease Control, London School of Hygiene and Tropical Medicine, Faculty of Infectious and Tropical Diseases, London, United Kingdom",United Kingdom,clara.macleod@lshtm.ac.uk,https://orcid.org/0000-0001-6952-9103,TRUE,The data extracted for this scoping review is included in S8 Table of the Supplementary information.,, +10.1371/journal.pwat.0000411,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000411,PLOS Water,"Advancing the evidence for water, sanitation, and hygiene (WASH) systems strengthening: A Delphi study to define research priorities",2025-08-20,2025,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Atmospheric science/Climatology/Climate change; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Research design/Survey research; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Economics/Finance; /Social sciences/Psychology/Cognitive psychology/Decision making,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000411.s001&type=supplementary,14,Lauren D’Mello-Guyett,"Department of Disease Control, Faculty of Infectious and Tropical Diseases, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom,lauren.dmello-guyett@lshtm.ac.uk,https://orcid.org/0000-0002-8174-1737,Lauren D’Mello-Guyett,"Department of Disease Control, Faculty of Infectious and Tropical Diseases, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom,lauren.dmello-guyett@lshtm.ac.uk,https://orcid.org/0000-0002-8174-1737,TRUE,All relevant data are within the paper.,, +10.1371/journal.pwat.0000529,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000529,PLOS Water,Macroeconomic modeling of water resources: Conceptual and methodological challenges in CGE frameworks,2026-03-23,2026,Review,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Analytical chemistry/Chemical analysis/Water analysis; /Social sciences/Economics,FALSE,0,,,2,Roberto Roson,"Department of Economics, Ca’ Foscari University of Venice, Venice, Italy",Italy,,https://orcid.org/0000-0003-2110-5883,Martina Sartori,"Department of Economics, Statistics and Business, Universitas Mercatorum, Rome, Italy",Italy,martina.sartori@unimercatorum.it,https://orcid.org/0000-0002-2794-0532,FALSE,,, +10.1371/journal.pwat.0000520,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000520,PLOS Water,Assessment of primary production in optically complex waters: Towards a generalized bio-optical modelling approach,2026-05-20,2026,Research Article,/Biology and life sciences/Biochemistry/Plant biochemistry/Photosynthesis; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Phytoplankton; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae/Phytoplankton; /Biology and life sciences/Physiology/Plant physiology/Photoinhibition; /Biology and life sciences/Plant science/Plant biochemistry/Photosynthesis; /Biology and life sciences/Plant science/Plant physiology/Photoinhibition; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Phytoplankton; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Baltic Sea; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Physical sciences/Physics/Electromagnetic radiation/Light,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000520.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000520.s002&type=supplementary,5,Jonas Wydler,"Department of Surface Waters - Research and Management, Swiss Federal Institute of Aquatic Science and Technology (EAWAG), Zurich, Switzerland",Switzerland,jonas.wydler@eawag.ch,https://orcid.org/0009-0001-3808-9800,Jonas Wydler,"Department of Surface Waters - Research and Management, Swiss Federal Institute of Aquatic Science and Technology (EAWAG), Zurich, Switzerland",Switzerland,jonas.wydler@eawag.ch,https://orcid.org/0009-0001-3808-9800,TRUE,Data for Lake Geneva were sourced from the Observatory on Lakes (OLA) programme (https://si-ola.inra.fr/si_lacs/). The Estonian lakes dataset is available via the data repository of the Estonian University of Life Sciences (https://doi.org/10.15159/eds.dt.26.01). Data for the Baltic Sea were accessed via the SHARKweb portal (https://shark.smhi.se/). Hourly surface shortwave radiation (SSRD) was downloaded from the ERA5 reanalysis via the Copernicus Climate Data Store (https://cds.climate.copernicus.eu). All other relevant data are within the manuscript and its Supporting Information files.,https://si-ola.inra.fr/si_lacs/; https://doi.org/10.15159/eds.dt.26.01; https://shark.smhi.se/; https://cds.climate.copernicus.eu; 10.15159/eds.dt.26.01, +10.1371/journal.pwat.0000547,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000547,PLOS Water,Satisfaction and willingness-to-pay for water services in rural northern Ghana: Do we need intermediary steps toward safely managed services?,2026-05-08,2026,Research Article,/Earth sciences/Geography/Human geography/Urban geography/Towns; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Ghana; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Human geography/Urban geography/Towns,TRUE,3,pdf; xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000547.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000547.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000547.s003&type=supplementary,8,John Trimmer,"The Aquaya Institute, Nairobi, Kenya",Kenya,,,Valerie Bauza,"The Aquaya Institute, San Anselmo, California, United States of America",United States of America,valerie.bauza@aquaya.org,https://orcid.org/0000-0003-1919-0767,TRUE,All relevant data are included in the article and its Supporting information files.,, +10.1371/journal.pwat.0000511,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000511,PLOS Water,Application of an integrated GIS-AHP water quality index to evaluate the groundwater suitability for irrigation in a coastal aquifer in northeastern Algeria,2026-05-11,2026,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural soil science; /Computer and information sciences/Geoinformatics/Geographic information systems; /Earth sciences/Geography/Geoinformatics/Geographic information systems; /Earth sciences/Soil science/Agricultural soil science; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity; /Physical sciences/Materials science/Material properties/Permeability; /Physical sciences/Physics/Electricity/Electric conductivity,TRUE,4,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000511.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000511.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000511.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000511.s004&type=supplementary,9,Faouzi Zahi,"Laboratory of Geological Engineering, Faculty of Natural and Life Sciences, University of Jijel, Jijel, Algeria",Algeria,,https://orcid.org/0000-0001-6134-8500,Mohamed A. E. AbdelRahman,"Division of Environmental Studies and Land Use, National Authority for Remote Sensing and Space Sciences (NARSS), Cairo, Egypt",Egypt,maekaoud@gmail.com,https://orcid.org/0000-0001-8639-591X,TRUE,All relevant data are within the paper and its Supporting information files.,, +10.1371/journal.pwat.0000467,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000467,PLOS Water,Predicting household piped water consumption using satellite and street view images in two Indian cities,2026-05-14,2026,Research Article,/Biology and life sciences/Population biology/Population metrics/Population density; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Transportation infrastructure; /Engineering and technology/Civil engineering/Transportation infrastructure/Roads; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Transportation/Transportation infrastructure; /Engineering and technology/Transportation/Transportation infrastructure/Roads; /People and places/Geographical locations/Asia/India; /Social sciences/Human geography/Urban geography/Cities,TRUE,2,docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000467.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000467.s002&type=supplementary,4,Qiao Wang,"World Bank, Washington, District of Columbia, United States of America",United States of America,qwang3@worldbank.org,https://orcid.org/0009-0004-3848-9224,Qiao Wang,"World Bank, Washington, District of Columbia, United States of America",United States of America,qwang3@worldbank.org,https://orcid.org/0009-0004-3848-9224,TRUE,The Data Availability statement is under discussion and will be provided in a forthcoming update to this article.,, +10.1371/journal.pwat.0000429,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000429,PLOS Water,Socio-health vulnerabilities and diarrheal disease risks in rural Burkina Faso: A livelihoods approach,2026-05-15,2026,Research Article,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Social sciences/Economics/Finance; /Social sciences/Economics/Human capital,TRUE,11,tif; tif; tif; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s011&type=supplementary,7,Yasmina Rufine Karambiri,"LERMIT, Joseph Ki-Zerbo University, Ouagadougou, Burkina Faso",Burkina Faso,yasmina.karambiri@ird.fr,https://orcid.org/0009-0005-0079-5661,Yasmina Rufine Karambiri,"LERMIT, Joseph Ki-Zerbo University, Ouagadougou, Burkina Faso",Burkina Faso,yasmina.karambiri@ird.fr,https://orcid.org/0009-0005-0079-5661,TRUE,The survey questionnaire used in this study is available in Karambiri et al. (2025a) at https://doi.org/10.34847/NKL.BB095S96 and as Supplementary Information (S2 File). Location data for all layers can be found on Indigeo in Karambiri et al. (2025b) at https://doi.org/10.35110/483e7a4f-008b-4a8d-af16-e6ba006cff69.,https://doi.org/10.34847/NKL.BB095S96; https://doi.org/10.35110/483e7a4f-008b-4a8d-af16-e6ba006cff69; 10.34847/NKL.BB095S96; 10.35110/483e7a4f-008b-4a8d-af16-e6ba006cff69, +10.1371/journal.pwat.0000550,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000550,PLOS Water,"Ancestral sociohydrology: Transforming water research by learning from multiple ways of knowing, relating to, and governing water",2026-05-04,2026,Essay,/Biology and life sciences/Ecology/Community ecology; /Biology and life sciences/Ecology/Spatial and landscape ecology; /Earth sciences/Hydrology; /Earth sciences/Hydrology/Surface water; /Earth sciences/Hydrology/Water cycle; /Ecology and environmental sciences/Ecology/Community ecology; /Ecology and environmental sciences/Ecology/Spatial and landscape ecology; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Population groupings/Ethnicities/Native American people/Zapotec people; /Social sciences/Sociology/Culture,FALSE,0,,,8,Luigi Piemontese,"Department of Agriculture, Food, Environment and Forestry, University of Florence, Florence, Italy",Italy,piemonteseluigi@gmail.com,https://orcid.org/0000-0002-1600-5450,Luigi Piemontese,"Department of Agriculture, Food, Environment and Forestry, University of Florence, Florence, Italy",Italy,piemonteseluigi@gmail.com,https://orcid.org/0000-0002-1600-5450,FALSE,,, +10.1371/journal.pwat.0000468,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000468,PLOS Water,"Persistence and UV inactivation of SARS-CoV-2 in wastewater: Experimental characterization of time, temperature, and aerosolization effects",2026-04-29,2026,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Microbiology/Virology/Viral replication; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Respiratory infections; /Medicine and health sciences/Medical conditions/Respiratory disorders/Respiratory infections; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Medicine and health sciences/Pulmonology/Respiratory disorders/Respiratory infections; /Physical sciences/Materials science/Materials/Mixtures/Aerosols; /Physical sciences/Physics/Electromagnetic radiation/Light/Ultraviolet radiation,TRUE,5,docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000468.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000468.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000468.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000468.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000468.s005&type=supplementary,11,Justin M. Donovan,"Department of Microbiology and Immunology, Western University, London, Ontario, Canada",Canada,,https://orcid.org/0000-0001-9292-4793,Eric J. Arts,"Department of Microbiology and Immunology, Western University, London, Ontario, Canada",Canada,earts@uwo.ca,,TRUE,https://doi.org/10.5281/zenodo.15691570.,https://doi.org/10.5281/zenodo.15691570; 10.5281/zenodo.15691570,zenodo +10.1371/journal.pwat.0000543,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000543,PLOS Water,Guiding principles for establishing and strengthening environmental microbiology laboratories for public health in resource-limited settings,2026-05-04,2026,Opinion,/Biology and life sciences/Ecology/Microbial ecology; /Biology and life sciences/Microbiology/Microbial ecology; /Computer and information sciences/Data management; /Ecology and environmental sciences/Ecology/Microbial ecology; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Diagnostic medicine/Clinical laboratory sciences/Clinical laboratories; /Medicine and health sciences/Public and occupational health; /Research and analysis methods/Research facilities/Research laboratories/Government laboratories,FALSE,0,,,9,Jennifer Murphy,"Waterborne Disease Prevention Branch, Centers for Disease Control and Prevention, Atlanta, Georgia, United States of America",United States of America,iod7@cdc.gov,,Jennifer Murphy,"Waterborne Disease Prevention Branch, Centers for Disease Control and Prevention, Atlanta, Georgia, United States of America",United States of America,iod7@cdc.gov,,FALSE,,, +10.1371/journal.pwat.0000520,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000520,PLOS Water,Assessment of primary production in optically complex waters: Towards a generalized bio-optical modelling approach,2026-05-20,2026,Research Article,/Biology and life sciences/Biochemistry/Plant biochemistry/Photosynthesis; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Phytoplankton; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae/Phytoplankton; /Biology and life sciences/Physiology/Plant physiology/Photoinhibition; /Biology and life sciences/Plant science/Plant biochemistry/Photosynthesis; /Biology and life sciences/Plant science/Plant physiology/Photoinhibition; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Phytoplankton; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Baltic Sea; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Physical sciences/Physics/Electromagnetic radiation/Light,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000520.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000520.s002&type=supplementary,5,Jonas Wydler,"Department of Surface Waters - Research and Management, Swiss Federal Institute of Aquatic Science and Technology (EAWAG), Zurich, Switzerland",Switzerland,jonas.wydler@eawag.ch,https://orcid.org/0009-0001-3808-9800,Jonas Wydler,"Department of Surface Waters - Research and Management, Swiss Federal Institute of Aquatic Science and Technology (EAWAG), Zurich, Switzerland",Switzerland,jonas.wydler@eawag.ch,https://orcid.org/0009-0001-3808-9800,TRUE,Data for Lake Geneva were sourced from the Observatory on Lakes (OLA) programme (https://si-ola.inra.fr/si_lacs/). The Estonian lakes dataset is available via the data repository of the Estonian University of Life Sciences (https://doi.org/10.15159/eds.dt.26.01). Data for the Baltic Sea were accessed via the SHARKweb portal (https://shark.smhi.se/). Hourly surface shortwave radiation (SSRD) was downloaded from the ERA5 reanalysis via the Copernicus Climate Data Store (https://cds.climate.copernicus.eu). All other relevant data are within the manuscript and its Supporting Information files.,https://si-ola.inra.fr/si_lacs/; https://doi.org/10.15159/eds.dt.26.01; https://shark.smhi.se/; https://cds.climate.copernicus.eu; 10.15159/eds.dt.26.01, +10.1371/journal.pwat.0000483,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000483,PLOS Water,Seasonal assessment of microbiological and physicochemical water quality in Lake Tana: Implications for drinking water in island communities,2026-05-21,2026,Research Article,/Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Materials physics/Turbidity,TRUE,4,pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000483.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000483.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000483.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000483.s004&type=supplementary,11,Menber Berihun Nigatu,"Department of Water Supply and Sanitary Engineering, Faculty of Civil and Water Resources Engineering, Bahir Dar Institute of Technology, Bahir Dar University, Bahir Dar, Ethiopia",Ethiopia,menberb39@gmail.com,https://orcid.org/0009-0008-3772-2636,Menber Berihun Nigatu,"Department of Water Supply and Sanitary Engineering, Faculty of Civil and Water Resources Engineering, Bahir Dar Institute of Technology, Bahir Dar University, Bahir Dar, Ethiopia",Ethiopia,menberb39@gmail.com,https://orcid.org/0009-0008-3772-2636,TRUE,All the relevant data are available in this paper.,, +10.1371/journal.pwat.0000427,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000427,PLOS Water,Age-stratified socio-demographic determinants of water insecurity in urban Ghana: Evidence from Accra,2026-05-21,2026,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /People and places/Population groupings/Age groups; /People and places/Population groupings/Age groups/Adults; /People and places/Population groupings/Age groups/Adults/Elderly; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Education/Schools,TRUE,6,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000427.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000427.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000427.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000427.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000427.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000427.s007&type=supplementary,6,Meshack Achore,"Department of Population Health, School of Health Sciences, Hofstra University, Hempstead, New York, United States of America",United States of America,,,Francis Dakyaga,"Department of Local Governance and City Management, University of Business and Integrated Development Studies, Wa, Ghana",Ghana,dakyaga@ubids.edu.gh,https://orcid.org/0000-0003-3801-8516,TRUE,"Data contain potentially identifying or sensitive patient information, and has been opposed by the Institutional Review Board (IRB)/ the research ethics committee. Data are available from the institutional data access/General Research Ethics Board (GREB) of Queens University (researchethics@queensu.ca) for researchers who meet the criteria for access to the confidential data.",, +10.1371/journal.pwat.0000496,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000496,PLOS Water,Identifying impacts and causes of drinking water quality issues through community-based participatory research in a suburban neighborhood in Texas: The case of Austin’s Colony,2026-05-21,2026,Research Article,/Earth sciences/Geochemistry; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Geochemistry; /Physical sciences/Chemistry/Physical chemistry/Ions/Cations; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Human geography/Social geography/Neighborhoods,TRUE,27,docx; a; docx; a; docx; na; na; na; docx; tds; tceq; docx; docx; docx; docx; docx; blue; docx; docx; docx; docx; a; docx; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s020&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s021&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s022&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s023&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s024&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s027&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s026&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s028&type=supplementary,16,David Bahamón-Pinzón,"Department of Earth & Planetary Sciences, University of Texas at Austin, Austin, Texas, United States of America",United States of America,davidbp@austin.utexas.edu,https://orcid.org/0000-0003-2149-1964,David Bahamón-Pinzón,"Department of Earth & Planetary Sciences, University of Texas at Austin, Austin, Texas, United States of America",United States of America,davidbp@austin.utexas.edu,https://orcid.org/0000-0003-2149-1964,TRUE,All data are in the manuscript and/or supporting information files.,, +10.1371/journal.pwat.0000440,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000440,PLOS Water,"In-line chlorination for drinking water in rural Odisha, India: A randomized controlled implementation trial",2026-04-29,2026,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance/Antibiotic resistance; /Biology and life sciences/Microbiology/Microbial control/Antimicrobials/Antibiotics; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception/Taste; /Biology and life sciences/Neuroscience/Sensory perception/Taste; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Taste; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pharmacology/Antimicrobial resistance/Antibiotic resistance; /Medicine and health sciences/Pharmacology/Drugs/Antimicrobials/Antibiotics; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Taste,TRUE,11,docx; docx; docx; docx; tif; tif; tif; docx; tif; tif; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s011&type=supplementary,8,Jeremy Lowe,"Department of Civil and Environmental Engineering, University of California Berkeley, Berkeley, California, United States of America",United States of America,,https://orcid.org/0000-0001-5472-9954,Elisa M. Maffioli,"Department of Health Management and Policy, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,pickering@berkeley.edu,https://orcid.org/0000-0003-3303-7945,TRUE,"All data and scripts are available on Open Science Framework https://osf.io/mx7z2/, DOI 10.17605/OSF.IO/MX7Z2.",https://osf.io/mx7z2/; http://10.17605/OSF.IO/MX7Z2; 10.17605/OSF.IO/MX7Z2,osf +10.1371/journal.pwat.0000381,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000381,PLOS Water,Water governance in the Tocantins-Araguaia Hydrographic Region: Assessing viability using a participatory systemic approach,2026-05-11,2026,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Computer and information sciences/Data management; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Social sciences/Law and legal sciences/Regulations; /Social sciences/Psychology/Cognitive psychology/Decision making,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000381.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000381.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000381.s003&type=supplementary,9,Juliana Mariano Alves,"Center for Development and Environmental Performance Assessment, State University of Tocantins (Unitins), Palmas, Brazil",Brazil,juliana.ma@unitins.br,https://orcid.org/0000-0002-7322-342X,Juliana Mariano Alves,"Center for Development and Environmental Performance Assessment, State University of Tocantins (Unitins), Palmas, Brazil",Brazil,juliana.ma@unitins.br,https://orcid.org/0000-0002-7322-342X,TRUE,All relevant data supporting the findings of this study are included within the manuscript and its supplementary materials. Publicly available data sources used in this research have been cited appropriately in the references.,, +10.1371/journal.pwat.0000544,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000544,PLOS Water,"Experiences of accessing water services in water scarce displacement settings: A case study of internally displaced people and host communities in Hargeisa, Somaliland",2026-05-12,2026,Research Article,/Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Population groupings/Ethnicities/African people/Somalian people; /Social sciences/Human geography/Urban geography/Urban areas,TRUE,3,xlsx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000544.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000544.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000544.s003&type=supplementary,4,Ayan Hujaleh,"School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, United Kingdom",United Kingdom,a.hujaleh@lboro.ac.uk,https://orcid.org/0000-0002-8407-8782,Ayan Hujaleh,"School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, United Kingdom",United Kingdom,a.hujaleh@lboro.ac.uk,https://orcid.org/0000-0002-8407-8782,TRUE,All relevant data are within the paper and the Supporting information files.,, +10.1371/journal.pwat.0000450,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000450,PLOS Water,"Hydrogeology, groundwater salinity distributions, and assessment of the effect of oil-production activities on groundwater in the Midway Valley area, western Kern County, San Joaquin Valley, California",2026-04-17,2026,Research Article,/Biology and life sciences/Biochemistry/Lipids/Oils; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Geophysics; /Earth sciences/Marine and aquatic sciences/Bodies of water/Ponds; /Engineering and technology/Energy and power/Fuels/Fossil fuels/Crude oil; /People and places/Geographical locations/North America/United States/California; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity; /Physical sciences/Materials science/Material properties/Porosity; /Physical sciences/Materials science/Materials/Fuels/Fossil fuels/Crude oil; /Physical sciences/Physics/Geophysics,TRUE,3,pdf; vnd.openxmlformats-officedocument.presentationml.presentation; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000450.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000450.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000450.s004&type=supplementary,9,Janice M. Gillespie,"United States of America Geological Survey, California Water Science Center, San Diego, California, United States of America",United States of America,jmgillespie@usgs.gov,https://orcid.org/0000-0003-1667-3472,Janice M. Gillespie,"United States of America Geological Survey, California Water Science Center, San Diego, California, United States of America",United States of America,jmgillespie@usgs.gov,https://orcid.org/0000-0003-1667-3472,TRUE,"Gannon, R.S., Warden, J.G., and Gillespie, J.M., 2026, Geophysical, geological, hydrological, and geochemical data for aquifer salinity mapping in the Midway Valley, Kern County, California: U.S. Geological Survey data release, https://doi.org/10.5066/P1ZVZAEG.",https://doi.org/10.5066/P1ZVZAEG; 10.5066/P1ZVZAEG, +10.1371/journal.pwat.0000501,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000501,PLOS Water,Achieving sub-part per trillion trace level PFAS quantification in drinking water using an optimized fast flow solid-phase extraction and UPLC-MS/MS method,2026-03-30,2026,Research Article,/Biology and life sciences/Microbiology/Microbial control/Antimicrobials/Antibiotics/Sulfonamide; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Instrumentation/Instrument calibration; /Medicine and health sciences/Pharmacology/Drugs/Antimicrobials/Antibiotics/Sulfonamide; /People and places/Geographical locations/North America/United States; /Physical sciences/Chemistry/Chemical compounds/Acids/Carboxylic acids; /Physical sciences/Chemistry/Chemical compounds/Hydroxides; /Physical sciences/Chemistry/Chemical compounds/Organic compounds/Carboxylic acids; /Physical sciences/Chemistry/Organic chemistry/Organic compounds/Carboxylic acids; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Research and analysis methods/Equipment preparation/Instrument calibration; /Research and analysis methods/Separation processes/Elution,TRUE,2,xlsx; eis,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000501.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000501.s002&type=supplementary,3,Deepak Timalsina,"Department of Chemistry, College of Liberal Arts and Sciences, The University of Kansas, Lawrence, Kansas, United States of America",United States of America,,,Michael Zhuo Wang,"Department of Chemistry, College of Liberal Arts and Sciences, The University of Kansas, Lawrence, Kansas, United States of America",United States of America,michael.wang@ku.edu,https://orcid.org/0000-0003-2494-4172,TRUE,All relevant data are within the paper and its Supporting Information files.,, +10.1371/journal.pwat.0000452,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000452,PLOS Water,Development of a coupled hydro-economic model to support groundwater irrigation decisions,2026-04-03,2026,Research Article,/Biology and life sciences/Agriculture/Agricultural economics; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Sustainable agriculture; /Biology and life sciences/Agriculture/Crop science/Crops; /Earth sciences/Atmospheric science/Meteorology/Rain; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Sustainability science/Sustainable agriculture; /Medicine and health sciences/Epidemiology/Medical risk factors; /Physical sciences/Mathematics/Statistics/Statistical methods/Monte Carlo method; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Monte Carlo method; /Social sciences/Economics/Agricultural economics,TRUE,11,tif; tif; tif; tif; tif; tif; tif; tif; tif; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s011&type=supplementary,3,Boyao Tian,"Department of Earth and Environmental Sciences, University of Waterloo, Waterloo, Canada",Canada,boyao.tian@uwaterloo.ca,https://orcid.org/0009-0008-1749-1164,Boyao Tian,"Department of Earth and Environmental Sciences, University of Waterloo, Waterloo, Canada",Canada,boyao.tian@uwaterloo.ca,https://orcid.org/0009-0008-1749-1164,TRUE,All data are included in the paper.,, +10.1371/journal.pwat.0000528,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000528,PLOS Water,Removal of chromium(VI) from water utilizing a column loaded with H3PO4-activated Areca catechu waste,2026-04-02,2026,Research Article,/Ecology and environmental sciences/Pollution/Water pollution; /Physical sciences/Chemistry/Chemical compounds/Acids/Phosphoric acids; /Physical sciences/Chemistry/Chemical elements/Chromium; /Physical sciences/Chemistry/Physical chemistry/Sorption/Adsorption; /Physical sciences/Mathematics/Statistics/Statistical data; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Fluid flow; /Physical sciences/Physics/Mass transfer,TRUE,20,tif; tif; vi; tif; tif; nm; cm; min; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s021&type=supplementary,5,Prabin Basnet,"Central Department of Chemistry, Tribhuvan University, Kirtipur, Kathmandu, Nepal",Nepal,,https://orcid.org/0000-0001-7881-2592,Hari Paudyal,"Central Department of Chemistry, Tribhuvan University, Kirtipur, Kathmandu, Nepal",Nepal,haripaudyal9@gmail.com,,TRUE,All data can be found in the manuscript and Supporting Information Files.,, +10.1371/journal.pwat.0000532,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000532,PLOS Water,"High-quality shared sanitation should be recognized as an acceptable service level, clearly defined, and embedded in global monitoring frameworks",2026-04-02,2026,Opinion,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Africa/Uganda; /Social sciences/Economics/Finance; /Social sciences/Human geography/Urban geography/Cities,FALSE,0,,,20,Sarah Lebu,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, the University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,,https://orcid.org/0000-0002-5618-3091,Musa Manga,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, the University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,mmanga@email.unc.edu,https://orcid.org/0000-0002-3317-7318,FALSE,,, +10.1371/journal.pwat.0000393,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000393,PLOS Water,Environmental pathogen hazards reveal need for improved sanitation infrastructure in Alabama's Black Belt,2026-04-22,2026,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Enterococcus; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterococcus; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Eukaryota/Protozoans/Cryptosporidium; /Biology and life sciences/Organisms/Eukaryota/Protozoans/Parasitic protozoans/Blastocystis; /Biology and life sciences/Organisms/Eukaryota/Protozoans/Parasitic protozoans/Cryptosporidium; /Earth sciences/Hydrology/Surface water; /Engineering and technology/Industrial engineering/Quality control; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Enterococcus; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,9,docx; docx; docx; xlsx; xlsx; csv; csv; xlsx; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s009&type=supplementary,5,Olivia A. Harmon,"Department of Environmental Science and Engineering, The University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,,https://orcid.org/0000-0002-5953-8089,Joe Brown,"Department of Environmental Science and Engineering, The University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,joebrown@unc.edu,https://orcid.org/0000-0002-5200-4148,TRUE,The datasets generated and analyzed during this study are available at https://osf.io/9kvfa/.,https://osf.io/9kvfa/,osf +10.1371/journal.pwat.0000515,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000515,PLOS Water,Contextualizing cannabis water demand and potential for streamflow impacts relative to residential and agricultural users in Northern California,2026-04-22,2026,Research Article,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Agriculture/Farms; /Earth sciences/Geography/Physical geography/Watersheds; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Pharmacology/Behavioral pharmacology/Recreational drug use/Cannabis; /People and places/Geographical locations/North America/United States/California; /Physical sciences/Mathematics/Discrete mathematics/Combinatorics/Permutation,TRUE,4,docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000515.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000515.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000515.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000515.s004&type=supplementary,3,Christopher Dillis,"University of California Berkeley, Berkeley, California, United States of America",United States of America,cdillis@berkeley.edu,https://orcid.org/0000-0003-4208-5332,Christopher Dillis,"University of California Berkeley, Berkeley, California, United States of America",United States of America,cdillis@berkeley.edu,https://orcid.org/0000-0003-4208-5332,TRUE,The data used in this study may be accessed at https://doi.org/10.5061/dryad.k3j9kd5q4.,https://doi.org/10.5061/dryad.k3j9kd5q4; 10.5061/dryad.k3j9kd5q4,dryad +10.1371/journal.pwat.0000477,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000477,PLOS Water,Acceptability and effectiveness of a Supertowel intervention for handwashing in a humanitarian setting in Northeast Nigeria,2026-04-15,2026,Research Article,/Biology and life sciences/Anatomy/Body limbs/Arms/Hands; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Vibrio cholerae; /Biology and life sciences/Organisms/Bacteria/Vibrio/Vibrio cholerae; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Anatomy/Body limbs/Arms/Hands; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Vibrio cholerae; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Hygiene/Hand washing; /People and places/Geographical locations/Africa/Nigeria; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps,TRUE,11,xlsx; xlsx; xlsx; pdf; pdf; pdf; pdf; pdf; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s011&type=supplementary,11,Laura Limarzi-Klyn,"Department of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom,,https://orcid.org/0000-0001-9052-4956,Thomas Heath,"Action contre la Faim, Rue de Paris, Montreuil, France",France,ttheath@gmail.com,https://orcid.org/0000-0002-7383-9259,TRUE,"The raw, unprocessed data underlying this study are maintained in Excel spreadsheets. To comply with PLOS Water’s data policy, the minimal datasets—i.e., the numerical values used to generate all figures and graphs—are included within the paper and its Supplementary Information. No separate public repository is used at this time. All data necessary to replicate the reported findings are available in these files. In accordance with PLOS policy, we have provided the original, uncurated Excel files.",, +10.1371/journal.pwat.0000510,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000510,PLOS Water,Sanitation access and satisfaction in northern Haiti: Insights from a quasi-census survey,2026-04-16,2026,Research Article,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Hydrology/Flooding; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/North America/Caribbean/Haiti; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Economics/Finance; /Social sciences/Human geography/Social geography/Neighborhoods,TRUE,2,docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000510.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000510.s003&type=supplementary,10,Maya Lubeck-Schricker,"Sustainable Organic Integrated Livelihoods (SOIL), Cap Haitien, Haiti",Haiti,mlubeck-schricker@oursoil.org,https://orcid.org/0000-0002-8659-5943,Maya Lubeck-Schricker,"Sustainable Organic Integrated Livelihoods (SOIL), Cap Haitien, Haiti",Haiti,mlubeck-schricker@oursoil.org,https://orcid.org/0000-0002-8659-5943,TRUE,Underlying data presented in this study can be found at the following link: https://data.humdata.org/dataset/quasi-census-of-sanitation-access-and-behavior-in-northern-haiti Code for data analysis and visualization can be found at the following link: https://zenodo.org/records/19113994.,https://data.humdata.org/dataset/quasi-census-of-sanitation-access-and-behavior-in-northern-haiti; https://zenodo.org/records/19113994,zenodo +10.1371/journal.pwat.0000402,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000402,PLOS Water,"Quantifying lead (Pb) leaching from galvanized handpump spouts, leaded brass taps, and stainless-steel alternatives using the NSF 61 test protocol: Implications for safe rural water supply",2026-04-17,2026,Research Article,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Physical sciences/Chemistry/Chemical reactions/Corrosion; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers/Polyvinyl chloride; /Physical sciences/Chemistry/Polymer chemistry/Polymers/Polyvinyl chloride; /Physical sciences/Materials science/Materials/Polymers/Polyvinyl chloride; /Physical sciences/Materials science/Metallurgy/Alloys/Brass; /Physical sciences/Materials science/Metallurgy/Alloys/Steel; /Physical sciences/Mathematics/Statistics/Statistical methods/Test statistics; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Test statistics; /Social sciences/Economics/Economic geography/Low and middle income countries,TRUE,7,tiff; docx; docx; docx; xlsx; tiff; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s007&type=supplementary,6,Kyle Rezek,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Heath, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,krezek@unc.edu,https://orcid.org/0009-0003-9430-4696,Kyle Rezek,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Heath, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,krezek@unc.edu,https://orcid.org/0009-0003-9430-4696,TRUE,All data from this study are available in the Supporting information provided.,, +10.1371/journal.pwat.0000251,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000251,PLOS Water,Missing in action: The UN Water Action Agenda needs an overhauled commitment-setting process,2024-07-11,2024,Opinion,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Measurement/Time measurement; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Physical sciences/Chemistry/Analytical chemistry/Chemical analysis/Water analysis; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Political science/United Nations; /Social sciences/Sociology/Culture/Cross-cultural studies,FALSE,0,,,9,Ryan Cronk,"The Water Institute, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,rcronk@live.unc.edu,https://orcid.org/0000-0003-0157-4447,Ryan Cronk,"The Water Institute, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,rcronk@live.unc.edu,https://orcid.org/0000-0003-0157-4447,FALSE,,, +10.1371/journal.pwat.0000237,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000237,PLOS Water,Integrating data within watershed management and public health,2024-04-16,2024,Opinion,/Computer and information sciences/Data management; /Ecology and environmental sciences/Natural resources; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Behavioral and social aspects of health; /Medicine and health sciences/Public and occupational health/Environmental health; /People and places/Geographical locations/North America/Canada; /Science policy,FALSE,0,,,1,Lars K. Hallstrom,"Professor of Political Science and Director, Prentice Institute for Global Population and Economy, University of Lethbridge, Lethbridge, Alberta, Canada",Canada,lars.hallstrom@uleth.ca,https://orcid.org/0009-0005-1001-2384,Lars K. Hallstrom,"Professor of Political Science and Director, Prentice Institute for Global Population and Economy, University of Lethbridge, Lethbridge, Alberta, Canada",Canada,lars.hallstrom@uleth.ca,https://orcid.org/0009-0005-1001-2384,FALSE,,, +10.1371/journal.pwat.0000274,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000274,PLOS Water,Correction: Contemporary and relic waters strongly decoupled in arid alpine environments,2024-07-22,2024,Correction,,FALSE,0,,,4,Brendan J. Moran,,,,,,,,,,FALSE,,, +10.1371/journal.pwat.0000238,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000238,PLOS Water,222 nm causes greater protein damage and repair inhibition of E. coli than 254 nm for water disinfection,2024-07-24,2024,Research Article,/Biology and life sciences/Biochemistry/Nucleic acids/DNA/DNA damage; /Biology and life sciences/Biochemistry/Nucleic acids/DNA/DNA repair; /Biology and life sciences/Genetics/DNA/DNA damage; /Biology and life sciences/Genetics/DNA/DNA repair; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Physical sciences/Physics/Electromagnetic radiation/Light; /Physical sciences/Physics/Electromagnetic radiation/Light/Artificial light; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Immunologic techniques/Immunoassays/Enzyme-linked immunoassays; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,16,doc; xlsx; xlsx; tiff; tiff; a; tiff; tiff; a; blue; blue; a; blue; blue; blue; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s016&type=supplementary,3,David McDonald,"Department of Civil, Environmental, and Geodetic Engineering, The Ohio State University, Columbus, Ohio, United States of America",United States of America,,,Natalie M. Hull,"Department of Civil, Environmental, and Geodetic Engineering, The Ohio State University, Columbus, Ohio, United States of America",United States of America,hull.305@osu.edu,https://orcid.org/0000-0003-2876-6721,TRUE,Relevant data is available on figshare via the following DOI: 10.6084/m9.figshare.25376107.,https://doi.org/10.6084/m9.figshare.25376107; 10.6084/m9.figshare.25376107,figshare +10.1371/journal.pwat.0000039,1,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000039,PLOS Water,Barriers to water infrastructure investment: Findings from a survey of U.S. local elected officials,2022-08-16,2022,Research Article,/Biology and life sciences/Psychology/Psychological attitudes; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Economics/Development economics/Economic development; /Social sciences/Economics/Finance; /Social sciences/Political science/Governments/Local governments; /Social sciences/Psychology/Psychological attitudes,TRUE,4,pdf; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000039.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000039.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000039.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000039.s004&type=supplementary,2,Katy Hansen,"Environmental Policy Innovation Center (EPIC), Washington, DC, United States of America",United States of America,,,Megan Mullin,"Nicholas School of the Environment, Duke University, Durham, NC, United States of America",United States of America,megan.mullin@duke.edu,https://orcid.org/0000-0002-1936-802X,TRUE,Data and replication material will be made available upon publication at https://dataverse.harvard.edu/dataverse/meganmullin.,https://dataverse.harvard.edu/dataverse/meganmullin,dataverse +10.1371/journal.pwat.0000033,1,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000033,PLOS Water,Impacts of temperature and hydraulic regime on discolouration and biofilm fouling in drinking water distribution systems,2022-08-16,2022,Research Article,/Biology and life sciences/Microbiology/Bacteriology/Bacterial biofilms; /Biology and life sciences/Microbiology/Biofilms; /Biology and life sciences/Microbiology/Biofilms/Bacterial biofilms; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical elements/Manganese; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Physical sciences/Physics/Classical mechanics/Mechanical stress/Shear stresses; /Physical sciences/Physics/Materials physics/Turbidity,TRUE,3,pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000033.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000033.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000033.s003&type=supplementary,4,Katherine E. Fish,"Civil and Structural Engineering, Sheffield Water Centre, The University of Sheffield, Sheffield, United Kingdom",United Kingdom,K.Fish@sheffield.ac.uk,https://orcid.org/0000-0002-3265-2826,Katherine E. Fish,"Civil and Structural Engineering, Sheffield Water Centre, The University of Sheffield, Sheffield, United Kingdom",United Kingdom,K.Fish@sheffield.ac.uk,https://orcid.org/0000-0002-3265-2826,TRUE,"All data supporting reported results are provided in the article. Tables of data used to produce the plots and statistical outputs presented will be available via the University of Sheffield’s Online Research Data repository, ORDA: https://orda.sheffield.ac.uk/ at the DOI: 10.15131/shef.data.20343450.",https://orda.sheffield.ac.uk/; https://doi.org/10.15131/shef.data.20343450; 10.15131/shef.data.20343450, +10.1371/journal.pwat.0000036,1,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000036,PLOS Water,Fostering the transformative potential of participatory photography: Insights from water and sanitation assessments,2022-08-12,2022,Research Article,/Engineering and technology/Equipment/Communication equipment/Cell phones; /Engineering and technology/Equipment/Optical equipment/Cameras; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Physics/Classical mechanics/Reflection; /Research and analysis methods/Database and informatics methods/Database searching; /Research and analysis methods/Imaging techniques/Photography; /Science policy/Research integrity/Research ethics; /Social sciences/Sociology/Sexual and gender issues,TRUE,3,pdf; xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000036.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000036.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000036.s003&type=supplementary,4,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, Australia",Australia,jessica.macarthur@uts.edu.au,https://orcid.org/0000-0002-6645-5767,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, Australia",Australia,jessica.macarthur@uts.edu.au,https://orcid.org/0000-0002-6645-5767,TRUE,Relevant reflection and literature data for Components 1 and 2 of the study are included in supplementary materials.,, +10.1371/journal.pwat.0000048,1,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000048,PLOS Water,Integration of silicate minerals for ammonium and phosphate removal with an on-site wastewater treatment prototype,2022-09-19,2022,Research Article,/Biology and life sciences/Agriculture/Agrochemicals/Fertilizers; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Technology development/Prototypes; /Physical sciences/Chemistry/Chemical compounds/Phosphates; /Physical sciences/Chemistry/Physical chemistry/Sorption; /Physical sciences/Chemistry/Physical chemistry/Sorption/Desorption; /Physical sciences/Physics/States of matter/Fluids/Liquids,TRUE,7,pdf; xlsx; xlsx; xlsx; pdf; xlsx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s007&type=supplementary,7,Mariana M. Vasquez,"Center for Water, Sanitation, Hygiene, and Infectious Disease (WaSH-AID), Duke University, Durham, NC, United States of America",United States of America,,https://orcid.org/0000-0001-6309-1972,Lena Trotochaud,"Center for Water, Sanitation, Hygiene, and Infectious Disease (WaSH-AID), Duke University, Durham, NC, United States of America",United States of America,lena.trotochaud@duke.edu,https://orcid.org/0000-0002-8816-3781,TRUE,All underlying data for this manuscript are including in the Supporting Information files.,, +10.1371/journal.pwat.0000029,1,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000029,PLOS Water,"Assessment of drinking water access and household water insecurity: A cross sectional study in three rural communities of the Menoua division, West Cameroon",2022-08-18,2022,Research Article,/Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Cameroon; /People and places/Population groupings/Age groups/Children; /People and places/Population groupings/Families/Children,TRUE,2,docx; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000029.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000029.s002&type=supplementary,11,Carole Debora Nounkeu,"Regional Hospital Limbe, Limbe, Cameroon",Cameroon,,,Dieudonne Kuate,"Department of Biochemistry, University of Dschang, Dschang, Cameroon",Cameroon,dieudonne.kuate@univ-dschang.org,https://orcid.org/0000-0003-4750-7389,TRUE,The datasets used and/or analyzed during the current study are available as a supplemental document.,, +10.1371/journal.pwat.0000013,1,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000013,PLOS Water,“Where does it go?”: Perceptions and problems of riverine and marine litter amongst South Africa and Malawi’s urban poor,2022-03-07,2022,Research Article,/Earth sciences/Geomorphology/Topography/Landforms/Beaches; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Oceans; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Marine environments; /Ecology and environmental sciences/Pollution/Water pollution,TRUE,6,docx; docx; docx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000013.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000013.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000013.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000013.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000013.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000013.s006&type=supplementary,9,Marc Kalina,"Department of Mechanical and Process Engineering (MAVT), ETH Zürich, Zürich, Switzerland",Switzerland,mkalina@ethz.ch,https://orcid.org/0000-0002-6335-3845,Marc Kalina,"Department of Mechanical and Process Engineering (MAVT), ETH Zürich, Zürich, Switzerland",Switzerland,mkalina@ethz.ch,https://orcid.org/0000-0002-6335-3845,TRUE,All underlying data is publicly available at Figshare: https://figshare.com/s/b9400844fed2c938240e.,https://figshare.com/s/b9400844fed2c938240e,figshare +10.1371/journal.pwat.0000023,1,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000023,PLOS Water,The water industry and the decarbonisation of cities: A comprehensive review in the context of Cop26,2022-06-02,2022,Review,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Energy and power/Alternative energy; /Engineering and technology/Environmental engineering/Water management/Desalination; /Engineering and technology/Sanitary engineering/Sewage; /Social sciences/Human geography/Urban geography/Cities,TRUE,1,tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000023.s001&type=supplementary,2,Peter M. J. Fisher,"University of Melbourne, Melbourne, Australia",Australia,pmjfisher@bigpond.com,,Peter M. J. Fisher,"University of Melbourne, Melbourne, Australia",Australia,pmjfisher@bigpond.com,,FALSE,,, +10.1371/journal.pwat.0000125,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000125,PLOS Water,The invisibility of health effects associated with water pollution within disease burden estimates: Analysis from a Colombian Andean watershed,2024-02-05,2024,Research Article,/Biology and life sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Infectious diseases; /Medicine and health sciences/Medical conditions/Noncommunicable diseases; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Global health,TRUE,6,docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000125.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000125.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000125.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000125.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000125.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000125.s006&type=supplementary,9,Fabian Mendez,"School of Public Health, Universidad del Valle, Cali, Colombia",Colombia,fabian.mendez@correounivalle.edu.co,https://orcid.org/0000-0002-5201-8822,Fabian Mendez,"School of Public Health, Universidad del Valle, Cali, Colombia",Colombia,fabian.mendez@correounivalle.edu.co,https://orcid.org/0000-0002-5201-8822,TRUE,"All data necessary to replicate the study’s findings are publicly available without restriction at the time of publication. Information of mortality and morbidity are available at: https://waterhubdata.com/documents/747 and https://waterhubdata.com/documents/748, respectively. Also, information on disability weights, Life expectancy and relative risks for communicable and non-communicable diseases were obtained from the GBD 2019 Data Resources at https://ghdx.healthdata.org/gbd-2019. Finally, population data and household hazardous conditions are available at the Colombian Department of Statistics (DANE) at: http://microdatos.dane.gov.co/index.php/catalog/643/get_microdata.",https://waterhubdata.com/documents/747; https://waterhubdata.com/documents/748; https://ghdx.healthdata.org/gbd-2019; http://microdatos.dane.gov.co/index.php/catalog/643/get_microdata, +10.1371/journal.pwat.0000181,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000181,PLOS Water,Microbial and physicochemical water quality changes within distribution and premise plumbing systems during a chlorine conversion,2024-02-08,2024,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Pseudomonas aeruginosa; /Biology and life sciences/Organisms/Bacteria/Legionella/Legionella pneumophila; /Biology and life sciences/Organisms/Bacteria/Pseudomonas/Pseudomonas aeruginosa; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Pseudomonas aeruginosa; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Research and analysis methods/Storage and handling/Specimen storage,TRUE,6,a; a; tif; tif; a; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000181.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000181.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000181.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000181.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000181.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000181.s006&type=supplementary,2,Helen Y. Buse,"Office of Research and Development, United States Environmental Protection Agency, Cincinnati, Ohio, United States of America",United States of America,buse.helen@epa.gov,https://orcid.org/0000-0001-5618-6738,Helen Y. Buse,"Office of Research and Development, United States Environmental Protection Agency, Cincinnati, Ohio, United States of America",United States of America,buse.helen@epa.gov,https://orcid.org/0000-0001-5618-6738,TRUE,Raw data is publicly deposited on the USEPA's ScienceHub website (https://catalog.data.gov/harvest/epa-sciencehub). The Illumina raw sequence reads are deposited in the National Center for Biotechnology Information (NCBI) Sequence Read Archive (SRA) database under the BioProject accession number PRJNA871216 (Temporary Submission ID: SUB11952375 Release date: 2023-10-31). https://www.ncbi.nlm.nih.gov/sra/.,https://catalog.data.gov/harvest/epa-sciencehub; https://www.ncbi.nlm.nih.gov/sra/,ncbi/genbank +10.1371/journal.pwat.0000208,3,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000208,PLOS Water,Unregulated drinking water contaminants and adverse birth outcomes in Virginia,2024-05-01,2024,Research Article,/Biology and life sciences/Physiology/Physiological parameters/Body weight/Birth weight; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Women's health/Maternal health/Birth/Preterm birth; /Medicine and health sciences/Women's health/Maternal health/Pregnancy/Pregnancy complications/Preterm birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Birth/Preterm birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Pregnancy/Pregnancy complications/Preterm birth; /People and places/Geographical locations/North America/United States/Virginia; /Physical sciences/Chemistry/Chemical elements/Molybdenum; /Physical sciences/Chemistry/Chemical elements/Vanadium; /Physical sciences/Materials science/Materials/Contaminants,TRUE,2,pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000208.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000208.s002&type=supplementary,7,Holly A. Young,"Department of Geography, Virginia Tech, Blacksburg, Virginia, United States of America",United States of America,hollyyoung@vt.edu,https://orcid.org/0000-0003-0609-1567,Holly A. Young,"Department of Geography, Virginia Tech, Blacksburg, Virginia, United States of America",United States of America,hollyyoung@vt.edu,https://orcid.org/0000-0003-0609-1567,TRUE,Occurrence data from the Unregulated Contaminant Monitoring Rule are publicly available on the Environmental Protection Agency's website (https://www.epa.gov/dwucmr/occurrence-data-unregulated-contaminant-monitoring-rule) Individual-level birth records are restricted by each agency's Institutional Review Board (IRB) and cannot be made accessible to the public or research community. Contact information for the VDH IRB can be found here: https://www.vdh.virginia.gov/institutional-review-board/. Birth records are available from the Virginia Department of Health. Contact information for the VDH Vital Events Statistics Program can be found here: https://www.vdh.virginia.gov/vital-event-statistics-program/.,https://www.epa.gov/dwucmr/occurrence-data-unregulated-contaminant-monitoring-rule; https://www.vdh.virginia.gov/institutional-review-board/; https://www.vdh.virginia.gov/vital-event-statistics-program/, +10.1371/journal.pwat.0000153,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000153,PLOS Water,Can crop production intensification through irrigation be sustainable? An ex-ante impact study of the south-central coastal zone of Bangladesh,2024-02-13,2024,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Crop science/Crops; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Engineering and technology/Civil engineering/Transportation infrastructure/Canals; /Engineering and technology/Transportation/Transportation infrastructure/Canals; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity,TRUE,8,xlsx; xlsx; xlsx; tif; tif; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s008&type=supplementary,10,Zahirul Haque Khan,"Institute of Water Modelling, Dhaka, Bangladesh",Bangladesh,,,Md Raqubul Hasib,"Institute of Water Modelling, Dhaka, Bangladesh",Bangladesh,rqb@iwmbd.org,https://orcid.org/0009-0003-2443-2457,TRUE,"The authors affirm that the article and its supplemental material have the data justify the study's conclusions. On reasonable request, the raw data will be provided.",, +10.1371/journal.pwat.0000165,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000165,PLOS Water,Large scale water yield assessment for sparsely monitored river basins: A case study for Afghanistan,2024-04-16,2024,Research Article,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Snow; /Earth sciences/Glaciology/Glaciers; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/Asia/Afghanistan; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Melting,FALSE,0,,,7,Fazlul Karim,"Environment Business Unit, Commonwealth Scientific & Industrial Research Organisation, Acton, ACT, Australia",Australia,Fazlul.Karim@csiro.au,https://orcid.org/0000-0002-6369-7410,Fazlul Karim,"Environment Business Unit, Commonwealth Scientific & Industrial Research Organisation, Acton, ACT, Australia",Australia,Fazlul.Karim@csiro.au,https://orcid.org/0000-0002-6369-7410,TRUE,All data will be available if the manuscript is selected for publication.,, +10.1371/journal.pwat.0000119,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000119,PLOS Water,"Daily stream temperature predictions for free-flowing streams in the Pacific Northwest, USA",2023-08-30,2023,Research Article,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Earth sciences/Seasons/Summer; /Physical sciences/Mathematics/Statistics/Statistical methods/Forecasting; /Physical sciences/Mathematics/Statistics/Statistical models; /Physical sciences/Physics/Classical mechanics/Dynamics/Aerodynamics/Air flow; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Forecasting,TRUE,5,xlsx; tif; tif; tif; 2021,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000119.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000119.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000119.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000119.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000119.s005&type=supplementary,5,Jared E. Siegel,"Ocean Associates Inc., contracted to Northwest Fisheries Science Center, National Marine Fisheries Service, National Oceanic and Atmospheric Administration, Seattle, WA, United States of America",United States of America,derajlegeis@gmail.com,https://orcid.org/0000-0002-9177-4284,Jared E. Siegel,"Ocean Associates Inc., contracted to Northwest Fisheries Science Center, National Marine Fisheries Service, National Oceanic and Atmospheric Administration, Seattle, WA, United States of America",United States of America,derajlegeis@gmail.com,https://orcid.org/0000-0002-9177-4284,TRUE,All code is available at https://github.com/aimeefullerton/daily-st-pnw under the CC-BY-4.0 license. Predictions of stream temperature and covariate data needed to fit models and make predictions are available at https://doi.org/10.5281/zenodo.8174951.,https://github.com/aimeefullerton/daily-st-pnw; https://doi.org/10.5281/zenodo.8174951; 10.5281/zenodo.8174951,zenodo; github +10.1371/journal.pwat.0000107,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000107,PLOS Water,Protecting fish and farms: Incentivising adoption of modern fish-protection screens for water pumps and gravity-fed diversions in Australia,2023-08-30,2023,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish/Freshwater fish; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish/Freshwater fish; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Health care policy/Screening guidelines; /Social sciences/Economics/Finance; /Social sciences/Sociology/Communications/Social communication,FALSE,0,,,4,Thomas S. Rayner,"New South Wales Department of Primary Industries–Fisheries, Taylors Beach, NSW, Australia",Australia,tom.rayner@dpi.nsw.gov.au,https://orcid.org/0000-0001-9616-1068,Thomas S. Rayner,"New South Wales Department of Primary Industries–Fisheries, Taylors Beach, NSW, Australia",Australia,tom.rayner@dpi.nsw.gov.au,https://orcid.org/0000-0001-9616-1068,TRUE,"Data on stakeholder motivations and abilities and data on water diversions have been withheld from publication to protect participant privacy. These data are unable to be completely deidentified. Data have been used to provide valuable interpretation, while protecting the provacy of stakeholders involved in incentive programs, whom are required for these conservation efforts to be successful. Stakeholder perceptions data were collected under Negligible Low Risk Human Ethics approved by authors' Institutional Review Board (INT20/376227). The data custodian is Dr Marita Pearson. Her email address is marita.pearson@dpi.nsw.gov.au.",, +10.1371/journal.pwat.0000117,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000117,PLOS Water,Environmental monitoring of antimicrobial resistant bacteria in North Carolina water and wastewater using the WHO Tricycle protocol in combination with membrane filtration and compartment bag test methods for detecting and quantifying ESBL E. coli,2023-09-19,2023,Research Article,/Biology and life sciences/Agriculture/Animal management/Livestock; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance; /Biology and life sciences/Microbiology/Microbial control/Antimicrobials/Antibiotics; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Birds/Fowl/Gamefowl/Chickens; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Birds/Poultry; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Birds/Poultry/Chickens; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Birds/Fowl/Gamefowl/Chickens; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Birds/Poultry; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Birds/Poultry/Chickens; /Earth sciences/Hydrology/Surface water; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pharmacology/Antimicrobial resistance; /Medicine and health sciences/Pharmacology/Drugs/Antimicrobials/Antibiotics; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Separation processes/Filtration,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000117.s001&type=supplementary,4,K. Clark Appling,"Gillings School of Global Public Health, Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,,,Michael B. Fisher,"Gillings School of Global Public Health, Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,mbfisher@gmail.com,https://orcid.org/0000-0003-0159-8238,TRUE,All data can be found in the manuscript and supporting information files.,, +10.1371/journal.pwat.0000075,2,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000075,PLOS Water,"Community perceptions and practices on quality and safety of drinking water in Mbarara city, south western Uganda",2023-05-30,2023,Research Article,/Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Sanitary engineering/Solid waste management/Sewage treatment; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation,TRUE,2,vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000075.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000075.s002&type=supplementary,9,Abaasa N. Catherine,"Faculty of Medicine, Mbarara University of Science and Technology, Mbarara, Uganda",Uganda,acatherine@must.ac.ug,https://orcid.org/0000-0001-6882-1831,Abaasa N. Catherine,"Faculty of Medicine, Mbarara University of Science and Technology, Mbarara, Uganda",Uganda,acatherine@must.ac.ug,https://orcid.org/0000-0001-6882-1831,TRUE,"To ensure confidentiality of participants’ information as agreed up on during Ethical approval and Consent Process, qualitative interview transcripts’ file is only visible to the direct research team or through Mbarara University of Science and Technology Research Ethics Committee, P.O. Box 1410 Mbarara, Tel: +256-48-543-3795, Fax: +256-48-542-0782, E-mail: irc@must.ac.ug, mustirb@gmail.com since they are not publically available.",, +10.1371/journal.pwat.0000146,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000146,PLOS Water,"The status of water access, sanitation, and hygiene in schools: A cross sectional survey to identify capacities and assess coverage in Garoua, North Cameroon",2023-08-30,2023,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Hygiene/Hand washing; /People and places/Population groupings/Age groups/Children; /People and places/Population groupings/Families/Children; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Social sciences/Sociology/Education/Schools,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000146.s001&type=supplementary,16,Carole Debora Nounkeu,"Regional Delegation of Public Health of Littoral, Douala, Littoral, Cameroon",Cameroon,,https://orcid.org/0000-0002-7291-6988,Georges Nguefack-Tsague,"Faculty of Medicine and Biomedical Sciences, University of Yaoundé 1, Yaoundé, Cameroon",Cameroon,nguefacktsague@gmail.com,https://orcid.org/0000-0002-3847-3490,TRUE,"The data has been submitted and is published on the Mendeley Data and Digital Commons Data Repository. This is the citation to the dataset Nguefack-Tsague, Georges; Aoutaksa, Kevin; Nounkeu, Carole (2023), “The status of water access, sanitation, and hygiene in schools: a cross sectional survey to identify capacities and assess coverage in Garoua, North Cameroon”, Mendeley Data, V1, doi: 10.17632/wh7xt9v6hg.1 URL: https://data.mendeley.com/datasets/wh7xt9v6hg/1.",https://doi.org/10.17632/wh7xt9v6hg.1; https://data.mendeley.com/datasets/wh7xt9v6hg/1; 10.17632/wh7xt9v6hg.1,mendeley data +10.1371/journal.pwat.0000112,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000112,PLOS Water,Evaluating Clean Water Act progress drivers for Idaho rivers and streams 2002–2022,2023-08-30,2023,Research Article,/Biology and life sciences/Neuroscience/Cognitive neuroscience/Cognitive neurology/Cognitive impairment; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive neuroscience/Cognitive neurology/Cognitive impairment; /Computer and information sciences/Software engineering/Computer software; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Software engineering/Computer software; /Medicine and health sciences/Neurology/Cognitive neurology/Cognitive impairment; /People and places/Geographical locations/North America/United States/Idaho,TRUE,4,vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000112.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000112.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000112.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000112.s004&type=supplementary,3,Jason Williams,"Idaho Department of Environmental Quality, Lewiston, Idaho, United States of America",United States of America,jason.williams@deq.idaho.gov,https://orcid.org/0000-0002-0511-4416,Jason Williams,"Idaho Department of Environmental Quality, Lewiston, Idaho, United States of America",United States of America,jason.williams@deq.idaho.gov,https://orcid.org/0000-0002-0511-4416,TRUE,Data and R code used for analyses are available in a public Open Science Framework repository. https://doi.org/10.17605/OSF.IO/Z4S89 or DOI 10.17605/OSF.IO/Z4S89.,https://doi.org/10.17605/OSF.IO/Z4S89; 10.17605/OSF.IO/Z4S89,osf +10.1371/journal.pwat.0000177,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000177,PLOS Water,Analysis of Microcystis aeruginosa physiology by spectral flow cytometry: Impact of chemical and light exposure,2023-10-27,2023,Research Article,/Biology and life sciences/Biochemistry/Plant biochemistry/Photosynthesis; /Biology and life sciences/Organisms/Bacteria/Cyanobacteria; /Biology and life sciences/Plant science/Plant biochemistry/Photosynthesis; /Engineering and technology/Equipment/Optical equipment/Lasers; /Physical sciences/Materials science/Materials/Pigments; /Physical sciences/Physics/Electromagnetic radiation/Light; /Physical sciences/Physics/Electromagnetic radiation/Light/Artificial light; /Physical sciences/Physics/Electromagnetic radiation/Light/Light scattering; /Physical sciences/Physics/Electromagnetic radiation/Luminescence/Fluorescence; /Physical sciences/Physics/Scattering/Light scattering,TRUE,6,tif; tif; tif; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000177.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000177.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000177.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000177.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000177.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000177.s006&type=supplementary,7,Emma T. Brentjens,"Oak Ridge Institute for Science and Education Research Participation Program hosted by U.S. Environmental Protection Agency, Oak Ridge, TN, United States of America",United States of America,,,Robert M. Zucker,"Public Health and Integrated Toxicology Division, Center for Public Health and Environmental Assessment, U.S. Environmental Protection Agency, Office of Research and Development, RTP, NC, United States of America",United States of America,zucker.robert@epa.gov,https://orcid.org/0000-0002-6602-8706,TRUE,The data that was obtained is the sole property of the EPA and is not owned by any commercial company. We use FCS express software (third-party) as it has added features that can be used to analyze Cytek spectral data that are not available in the Cytek Spectra Flo operating system. The data belongs to the EPA and not the Cytek company or a third-party company. The data is collected on a Cytek Aurora flow cytometer which is owned by the EPA. The standard procedure that we use with the generated data is to convert the Spectra Flo data into FCS 3.0 files which can be used by an EPA scientist or by other investigators that have third-party software. Converting data from a flow cytometer to FCS files is a standard procedure used by the flow cytometry community to analyze data for further analysis. The authors did not have any special access privileges from the Cytek company or a third-party software company. The Spectra Flo data can be used by individuals that have a Cytek flow cytometer or have access to any third-party software that can read FCS 3.0 files.,, +10.1371/journal.pwat.0000136,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000136,PLOS Water,Tracing isotope precipitation patterns across Mexico,2023-10-11,2023,Research Article,/Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Marine and aquatic sciences/Bodies of water/Gulfs/Gulf of Mexico; /Earth sciences/Marine and aquatic sciences/Bodies of water/Oceans/Pacific Ocean; /Earth sciences/Seasons; /People and places/Geographical locations/North America/Caribbean; /People and places/Geographical locations/North America/Mexico; /Physical sciences/Physics/Particle physics/Composite particles/Atoms/Isotopes,TRUE,4,tif; xlsx; xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000136.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000136.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000136.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000136.s004&type=supplementary,10,Ricardo Sánchez-Murillo,"Department of Earth and Environmental Sciences, University of Texas, Arlington, Texas, United States of America",United States of America,ricardo.sanchezmurrillo@uta.edu,https://orcid.org/0000-0001-8721-8093,Ricardo Sánchez-Murillo,"Department of Earth and Environmental Sciences, University of Texas, Arlington, Texas, United States of America",United States of America,ricardo.sanchezmurrillo@uta.edu,https://orcid.org/0000-0001-8721-8093,TRUE,All data is available within the supplementary information and from Hydroshare at https://www.hydroshare.org/resource/909aaa5edf1040b6a6244a0ca7f58890/.,https://www.hydroshare.org/resource/909aaa5edf1040b6a6244a0ca7f58890/,hydroshare +10.1371/journal.pwat.0000128,2,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000128,PLOS Water,"The need to acknowledge, study and engage with new water justice movements",2023-05-17,2023,Opinion,/Biology and life sciences/Ecology/Community ecology; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Ecology/Community ecology; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Social sciences/Sociology/Culture; /Social sciences/Sociology/Social movements,FALSE,0,,,3,Lena Hommes,"Water Resources Management Group, Department of Environmental Sciences, Wageningen University, Wageningen, The Netherlands",The Netherlands,lena.hommes@wur.nl,https://orcid.org/0000-0002-5042-0121,Lena Hommes,"Water Resources Management Group, Department of Environmental Sciences, Wageningen University, Wageningen, The Netherlands",The Netherlands,lena.hommes@wur.nl,https://orcid.org/0000-0002-5042-0121,FALSE,,, +10.1371/journal.pwat.0000135,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000135,PLOS Water,"Assessing the impact of anthropogenic influences on the sediment quality of Owalla Reservoir, Southwest, Nigeria",2023-10-11,2023,Research Article,/Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Physical sciences/Chemistry/Chemical compounds/Phosphates; /Physical sciences/Chemistry/Chemical compounds/Salts/Sulfates; /Physical sciences/Chemistry/Chemical elements/Hydrogen; /Physical sciences/Chemistry/Physical chemistry/Ions/Anions; /Physical sciences/Mathematics/Statistics/Statistical methods/Multivariate analysis/Principal component analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Multivariate analysis/Principal component analysis,TRUE,3,pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000135.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000135.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000135.s003&type=supplementary,7,Adedeji Idowu Aduwo,"Department of Zoology, Obafemi Awolowo University, Ile-Ife, Nigeria",Nigeria,,https://orcid.org/0000-0002-1733-9129,Taiwo Adekanmi Adesakin,"Department of Biology, Ahmadu Bello University, Zaria, Nigeria",Nigeria,ataiwonelson@gmail.com,https://orcid.org/0000-0003-3547-0152,TRUE,"The data that provide this study can be access on this website provided below upon request. http//:zoo.oauife.edu.ng email: info@oauife.edu.ng Department of Zoology, Obafemi Awolowo University, P.M.B. 13, Ile-Ife, Nigeria (+234) 8104563456.",http//:zoo.oauife.edu.ng, +10.1371/journal.pwat.0000154,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000154,PLOS Water,"Household water insecurity experiences and their perceived determinants in a low-income community of Cartagena, Colombia, during a water service expansion project",2023-09-05,2023,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Mental health and psychiatry; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Social sciences/Economics/Commerce/Vendors,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000154.s001&type=supplementary,3,Andrea K. Lemaitre,"Abess Center for Ecosystem Science and Policy, University of Miami, Coral Gables, Florida, United States of America",United States of America,,https://orcid.org/0000-0002-4486-4228,Justin Stoler,"Abess Center for Ecosystem Science and Policy, University of Miami, Coral Gables, Florida, United States of America",United States of America,stoler@miami.edu,https://orcid.org/0000-0001-8435-7012,TRUE,The data used in this study are publicly available at the University of Miami’s Scholarship@Miami scholarly repository using the following link: doi.org/10.17604/6vrb-0520.,https://doi.org/10.17604/6vrb-0520; 10.17604/6vrb-0520, +10.1371/journal.pwat.0000069,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000069,PLOS Water,Application of watershed-scale habitat modeling and decision-support tools for reservoir reoperations in coastal northern California,2023-06-08,2023,Research Article,/Biology and life sciences/Developmental biology/Modes of reproduction/Sexual reproduction/Spawning; /Biology and life sciences/Ecology/Habitats; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish/Freshwater fish; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish/Freshwater fish; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Habitats; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management,TRUE,8,pdf; pdf; pdf; pdf; tif; tif; tif; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s008&type=supplementary,7,Doug Chalmers,"US Centre, Stockholm Environment Institute, Davis, California, United States of America",United States of America,doug.chalmers@sei.org,https://orcid.org/0000-0003-2511-279X,Doug Chalmers,"US Centre, Stockholm Environment Institute, Davis, California, United States of America",United States of America,doug.chalmers@sei.org,https://orcid.org/0000-0003-2511-279X,TRUE,The complete modeling results dataset is available for free to the public using the Tableau Public visualization: https://public.tableau.com/app/profile/laura7607/viz/BiologicalEvaluationFrameworkinWEAPResults_Dec5th/Story1.,https://public.tableau.com/app/profile/laura7607/viz/BiologicalEvaluationFrameworkinWEAPResults_Dec5th/Story1, +10.1371/journal.pwat.0000133,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000133,PLOS Water,Benchmarks of production for atmospheric water generators in the United States,2023-06-08,2023,Research Article,/Earth sciences/Atmospheric science/Meteorology/Humidity; /Earth sciences/Atmospheric science/Meteorology/Weather; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Industrial engineering/Reliability engineering/Reliability; /People and places/Geographical locations/North America/United States; /Physical sciences/Chemistry/Physical chemistry/Sorption,TRUE,1,tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000133.s001&type=supplementary,3,Erica Sadowski,"Department of Systems Engineering and Management, Air Force Institute of Technology, Wright-Patterson AFB, OH, United States of America",United States of America,,,Christopher M. Chini,"Department of Systems Engineering and Management, Air Force Institute of Technology, Wright-Patterson AFB, OH, United States of America",United States of America,christopher.chini.1@au.af.edu,https://orcid.org/0000-0002-1208-3646,TRUE,Data used in this research are proprietary aggregations of weather station data by AccuWeather and can be accessed through their company or through the original weather source locations. The resulting data can be found as shapefiles and raster files in the Zenodo database DOI: 10.5281/zenodo.7837310.,https://doi.org/10.5281/zenodo.7837310; 10.5281/zenodo.7837310,zenodo +10.1371/journal.pwat.0000120,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000120,PLOS Water,Chemical composition of organic acid digest from a municipal wastewater treatment plant and chemical modeling of nuisance struvite formation and phosphorus recovery as brushite,2023-06-08,2023,Research Article,/Physical sciences/Chemistry/Chemical compounds/Acids/Organic acids; /Physical sciences/Chemistry/Chemical compounds/Carbon dioxide; /Physical sciences/Chemistry/Chemical compounds/Hydroxides; /Physical sciences/Chemistry/Chemical compounds/Methane; /Physical sciences/Chemistry/Chemical compounds/Phosphates; /Physical sciences/Chemistry/Chemical reactions/Chemical precipitation; /Physical sciences/Chemistry/Physical chemistry/Ions/Anions; /Physical sciences/Materials science/Materials/Sludge,FALSE,0,,,3,Phillip Barak,"Department of Soil Science, University of Wisconsin-Madison, Madison, Wisconsin, United States of America",United States of America,phillip.barak@wisc.edu,https://orcid.org/0000-0002-1033-3795,Phillip Barak,"Department of Soil Science, University of Wisconsin-Madison, Madison, Wisconsin, United States of America",United States of America,phillip.barak@wisc.edu,https://orcid.org/0000-0002-1033-3795,TRUE,"The data set on which this project is based is available at OSFHome at doi 10.17605/OSF.IO/3JAEW, subject to a CC-By Attribution 4.0 International license.",https://doi.org/10.17605/OSF.IO/3JAEW; 10.17605/OSF.IO/3JAEW,osf +10.1371/journal.pwat.0000116,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000116,PLOS Water,Nature based solutions for flood risks: What insights do the social representations of experts provide?,2023-11-01,2023,Research Article,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Community ecology/Ecological risk; /Biology and life sciences/Psychology/Psychological attitudes; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Community ecology/Ecological risk; /Engineering and technology/Civil engineering; /Medicine and health sciences/Epidemiology/Medical risk factors; /Social sciences/Psychology/Psychological attitudes,TRUE,2,docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000116.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000116.s002&type=supplementary,4,Pénélope Brueder,"RECOVER, INRAE/ADEME, Aix-en-Provence, France",France,penelope.brueder@inrae.fr,https://orcid.org/0009-0002-7761-9971,Pénélope Brueder,"RECOVER, INRAE/ADEME, Aix-en-Provence, France",France,penelope.brueder@inrae.fr,https://orcid.org/0009-0002-7761-9971,TRUE,All data are within the manuscript and its Supporting Information files.,, +10.1371/journal.pwat.0000172,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000172,PLOS Water,Browning of Scottish surface water sources exposed to climate change,2023-09-07,2023,Research Article,/Earth sciences/Atmospheric science/Atmospheric chemistry/Acid deposition; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Earth sciences/Seasons/Summer; /Ecology and environmental sciences/Environmental chemistry/Atmospheric chemistry/Acid deposition; /Physical sciences/Chemistry/Chemical reactions/Chemical precipitation; /Physical sciences/Chemistry/Environmental chemistry/Atmospheric chemistry/Acid deposition,FALSE,0,,,4,Ståle Haaland,"Norwegian Institute of Bioeconomy Research, NIBIO, Ås, Norway",Norway,staale.haaland@nibio.no,https://orcid.org/0009-0005-0687-4790,Ståle Haaland,"Norwegian Institute of Bioeconomy Research, NIBIO, Ås, Norway",Norway,staale.haaland@nibio.no,https://orcid.org/0009-0005-0687-4790,TRUE,Raw data used can be found at: DOI 10.17605/OSF.IO/96R3F Public databases are linked to in the manuscript.,https://doi.org/10.17605/OSF.IO/96R3F; 10.17605/OSF.IO/96R3F,osf +10.1371/journal.pwat.0000173,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000173,PLOS Water,Putting diplomacy at the forefront of Water Diplomacy,2023-09-07,2023,Review,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Environmental economics; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Social sciences/Economics/Environmental economics,FALSE,0,,,4,Hussam Hussein,"Somerville College, University of Oxford, Oxford, United Kingdom",United Kingdom,hh.hussam.hussein@gmail.com,https://orcid.org/0000-0002-1238-1715,Hussam Hussein,"Somerville College, University of Oxford, Oxford, United Kingdom",United Kingdom,hh.hussam.hussein@gmail.com,https://orcid.org/0000-0002-1238-1715,FALSE,,, +10.1371/journal.pwat.0000126,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000126,PLOS Water,The potential for nature-based solutions to combat the freshwater biodiversity crisis,2023-06-08,2023,Review,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Conservation science; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure,TRUE,2,docx; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000126.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000126.s002&type=supplementary,6,Charles B. van Rees,"Odum School of Ecology and River Basin Center, University of Georgia, Athens, Georgia, United States of America",United States of America,charles.vanrees@uga.edu,https://orcid.org/0000-0003-0558-3674,Charles B. van Rees,"Odum School of Ecology and River Basin Center, University of Georgia, Athens, Georgia, United States of America",United States of America,charles.vanrees@uga.edu,https://orcid.org/0000-0003-0558-3674,FALSE,,, +10.1371/journal.pwat.0000093,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000093,PLOS Water,Determinants of consistency of use of household water filters in emergencies: Insights from a protracted drought in Northern Kenya,2023-06-08,2023,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception; /Biology and life sciences/Neuroscience/Sensory perception; /Biology and life sciences/Psychology/Behavior; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception; /Biology and life sciences/Psychology/Psychological attitudes; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Health care/Psychological and psychosocial issues; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Psychology/Behavior; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception; /Social sciences/Psychology/Psychological attitudes,TRUE,4,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; 002,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000093.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000093.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000093.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000093.s004&type=supplementary,9,George Kiambuthi Wainaina,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Dübendorf, Switzerland",Switzerland,george.wainaina@eawag.ch,https://orcid.org/0000-0002-3596-5596,George Kiambuthi Wainaina,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Dübendorf, Switzerland",Switzerland,george.wainaina@eawag.ch,https://orcid.org/0000-0002-3596-5596,TRUE,I have ethical restrictions from the ethical committees involved since the data was collected from human subjects. The name of the ethical committee is Eawag Ethical Review Committee and the contact person is Rik Eggen (rik.eggen@eawag.ch).,, +10.1371/journal.pwat.0000169,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000169,PLOS Water,Deep reinforcement learning for irrigation scheduling using high-dimensional sensor feedback,2023-09-06,2023,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural soil science; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Neuroscience/Neural networks; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Wheat; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Neural networks; /Earth sciences/Soil science/Agricultural soil science; /Physical sciences/Mathematics/Optimization; /Social sciences/Psychology/Cognitive psychology/Decision making,FALSE,0,,,3,Yuji Saikai,"School of Mathematics and Statistics, the University of Melbourne, Melbourne, VIC, Australia",Australia,ysaikai@unimelb.edu.au,https://orcid.org/0000-0002-2665-653X,Yuji Saikai,"School of Mathematics and Statistics, the University of Melbourne, Melbourne, VIC, Australia",Australia,ysaikai@unimelb.edu.au,https://orcid.org/0000-0002-2665-653X,TRUE,"The code, simulation files, and other data are all found on the author’s website (https://github.com/ysaikai/RLIR). The link is also included in the manuscript.",https://github.com/ysaikai/RLIR,github +10.1371/journal.pwat.0000052,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000052,PLOS Water,Enteric virus removal by municipal wastewater treatment to achieve requirements for potable reuse,2023-09-27,2023,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Caliciviruses/Norovirus; /Biology and life sciences/Organisms/Viruses/RNA viruses/Caliciviruses/Norovirus; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Caliciviruses/Norovirus; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Caliciviruses/Norovirus; /Physical sciences/Materials science/Materials/Sludge; /Physical sciences/Mathematics/Probability theory/Probability distribution; /Physical sciences/Mathematics/Probability theory/Random variables/Covariance; /Physical sciences/Mathematics/Statistics/Statistical methods/Monte Carlo method; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Monte Carlo method,TRUE,20,a; tif; ddpcr; tif; r2; xlsx; cultured; mcrt; r2; 6; drain; ddpcr; ddpcr; docx; current; orv; ceffcraw; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s020&type=supplementary,8,Julio A. Polanco,"Research and Development Department, Orange County Water District, Fountain Valley, California, United States of America",United States of America,,https://orcid.org/0000-0002-7908-8767,Megan H. Plumlee,"Research and Development Department, Orange County Water District, Fountain Valley, California, United States of America",United States of America,mplumlee@ocwd.com,https://orcid.org/0000-0003-1073-5767,TRUE,All data in supporting information files.,, +10.1371/journal.pwat.0000099,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000099,PLOS Water,Environmental DNA (eDNA) based fish biodiversity assessment of two Himalayan rivers of Nepal reveals diversity differences and highlights new species distribution records,2023-06-07,2023,Research Article,/Biology and life sciences/Agriculture/Aquaculture/Fisheries/Fish farming; /Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish/Freshwater fish; /Biology and life sciences/Taxonomy; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish/Freshwater fish; /Computer and information sciences/Data management/Taxonomy; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Biodiversity; /People and places/Geographical locations/Asia/Nepal; /Research and analysis methods/Database and informatics methods/Bioinformatics/Sequence analysis/Sequence databases; /Research and analysis methods/Database and informatics methods/Biological databases/Sequence databases,TRUE,4,docx; docx; tiff; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000099.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000099.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000099.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000099.s004&type=supplementary,29,Prajwol Manandhar,"Center for Molecular Dynamics Nepal, Kathmandu, Nepal",Nepal,,,Dibesh Karmacharya,"Center for Molecular Dynamics Nepal, Kathmandu, Nepal",Nepal,dibesh@cmdn.org,https://orcid.org/0000-0001-5093-6737,TRUE,Data associated to the study is submitted to NCBI Genbank database and information is provided in Table 1 in the manuscript.,,ncbi/genbank +10.1371/journal.pwat.0000108,2,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000108,PLOS Water,Estimated reduction of nitrogen in streams of the Chesapeake Bay in areas with agricultural conservation practices,2023-05-05,2023,Research Article,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Crop science/Crop management; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Organisms/Eukaryota/Animals/Wildlife; /Biology and life sciences/Zoology/Animals/Wildlife; /Earth sciences/Geography/Human geography/Land use/Agricultural land; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Terrestrial environments/Agricultural land; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical compounds/Carbonates; /Social sciences/Human geography/Land use/Agricultural land,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000108.s001&type=supplementary,4,Andrew J. Sekellick,"U.S. Geological Survey, Maryland-Delaware-DC Water Science Center, Baltimore, Maryland, United States of America",United States of America,ajsekell@usgs.gov,https://orcid.org/0000-0002-0440-7655,Andrew J. Sekellick,"U.S. Geological Survey, Maryland-Delaware-DC Water Science Center, Baltimore, Maryland, United States of America",United States of America,ajsekell@usgs.gov,https://orcid.org/0000-0002-0440-7655,TRUE,"Data inputs, predictions, and a model archive of the SPARROW models presented are available at https://doi.org/10.5066/P92GMKHB.",https://doi.org/10.5066/P92GMKHB; 10.5066/P92GMKHB, +10.1371/journal.pwat.0000097,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000097,PLOS Water,"Securing urban water supply through reservoir reoperation–An analysis of power resources and equity in cases from India, Spain and the USA",2023-08-07,2023,Research Article,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Social sciences/Economics/Finance; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Psychology/Cognitive psychology/Decision making,TRUE,7,docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s007&type=supplementary,4,Laura Turley,"Environmental Governance and Territorial Development Hub, University of Geneva, Geneva, Switzerland",Switzerland,laura.turley@unige.ch,https://orcid.org/0000-0002-5179-1282,Laura Turley,"Environmental Governance and Territorial Development Hub, University of Geneva, Geneva, Switzerland",Switzerland,laura.turley@unige.ch,https://orcid.org/0000-0002-5179-1282,TRUE,"The interview protocol, list of organizations interviewed, and overview of the participatory network maps are included as supplementary material. Original interview transcripts have not been included in order to maintain confidentiality, as permissions for publication of the full transcripts were not requested during data collection. Professor Christian Bréthaut, University of Geneva, is able to receive requests for data for this paper at christian.brethaut@unige.ch.",, +10.1371/journal.pwat.0000059,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000059,PLOS Water,Convergence of mechanistic modeling and artificial intelligence in hydrologic science and engineering,2023-08-07,2023,Review,/Computer and information sciences/Artificial intelligence; /Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Data management; /Computer and information sciences/Systems science/Nonlinear dynamics; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Hydrology; /Engineering and technology/Remote sensing; /Physical sciences/Mathematics/Statistics/Statistical methods/Forecasting; /Physical sciences/Mathematics/Systems science/Nonlinear dynamics; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Forecasting; /Social sciences/Human geography/Land use,FALSE,0,,,5,Rafael Muñoz-Carpena,"Agricultural and Biological Engineering, University of Florida, Gainesville, FL, United States of America",United States of America,carpena@ufl.edu,https://orcid.org/0000-0003-2838-1514,Rafael Muñoz-Carpena,"Agricultural and Biological Engineering, University of Florida, Gainesville, FL, United States of America",United States of America,carpena@ufl.edu,https://orcid.org/0000-0003-2838-1514,FALSE,,, +10.1371/journal.pwat.0000123,2,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000123,PLOS Water,Affordability of household water services across the United States,2023-05-10,2023,Research Article,/Earth sciences/Geography/Regional geography; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Research and analysis methods/Research design/Survey research/Census; /Social sciences/Economics/Finance; /Social sciences/Economics/Labor economics/Salaries/Minimum wage,TRUE,2,docx; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000123.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000123.s002&type=supplementary,3,Lauren A. Patterson,"Nicholas Institute for Energy, Environment and Sustainability, Duke University, Durham, North Carolina, United States of America",United States of America,lauren.patterson@duke.edu,https://orcid.org/0000-0002-7512-7845,Lauren A. Patterson,"Nicholas Institute for Energy, Environment and Sustainability, Duke University, Durham, North Carolina, United States of America",United States of America,lauren.patterson@duke.edu,https://orcid.org/0000-0002-7512-7845,TRUE,All data in Supporting information files.,, +10.1371/journal.pwat.0000134,2,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000134,PLOS Water,"An assessment of the water, sanitation and hygiene (WASH) situation in rural Volta Region, Ghana",2023-05-26,2023,Research Article,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Rashes; /Medicine and health sciences/Dermatology/Skin diseases/Rashes; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Skin diseases/Rashes; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Africa/Ghana,TRUE,5,pdf; docx; xlsx; final; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000134.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000134.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000134.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000134.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000134.s005&type=supplementary,10,Joseph Osarfo,"Department of Community Health, School of Medicine, University of Health and Allied Health (UHAS), Ho, Ghana",Ghana,josarfo@uhas.edu.gh,https://orcid.org/0000-0002-5366-3997,Joseph Osarfo,"Department of Community Health, School of Medicine, University of Health and Allied Health (UHAS), Ho, Ghana",Ghana,josarfo@uhas.edu.gh,https://orcid.org/0000-0002-5366-3997,TRUE,Data underlying the findings described in the manuscript have been provided as part of the supplementary information.,, +10.1371/journal.pwat.0000159,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000159,PLOS Water,Water funds within village savings and loans associations: A promising solution to improve water user fee collection in rural Uganda,2023-08-09,2023,Research Article,/Biology and life sciences/Agriculture; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Transportation; /People and places/Geographical locations/Africa/Uganda; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Finance; /Social sciences/Political science/Governments/Local governments,TRUE,4,docx; xlsx; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000159.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000159.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000159.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000159.s004&type=supplementary,6,Katherine Marshall,"The Aquaya Institute, Kampala, Uganda",Uganda,katherine@aquaya.org,https://orcid.org/0009-0002-1138-601X,Katherine Marshall,"The Aquaya Institute, Kampala, Uganda",Uganda,katherine@aquaya.org,https://orcid.org/0009-0002-1138-601X,TRUE,All data are available as part of the supplementary information.,, +10.1371/journal.pwat.0000124,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000124,PLOS Water,Leveraging high spatiotemporal resolution data of pesticides applied to agricultural fields in California to identify toxicity reduction opportunities,2023-08-09,2023,Research Article,/Biology and life sciences/Agriculture/Agrochemicals/Pesticides; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Agriculture/Pest control/Pesticides; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates; /Biology and life sciences/Organisms/Eukaryota/Plants/Nonvascular plants; /Biology and life sciences/Organisms/Eukaryota/Plants/Vascular plants; /Biology and life sciences/Toxicology/Predictive toxicology; /Biology and life sciences/Toxicology/Toxicity; /Biology and life sciences/Zoology/Animals/Invertebrates; /Medicine and health sciences/Health care/Health economics; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Predictive toxicology; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxicity; /Social sciences/Economics/Health economics,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000124.s001&type=supplementary,4,Nicol Parker,"Bren School of Environmental Science and Management, University of California, Santa Barbara, Santa Barbara, CA, United States of America",United States of America,,https://orcid.org/0000-0002-2318-4928,Arturo A. Keller,"Bren School of Environmental Science and Management, University of California, Santa Barbara, Santa Barbara, CA, United States of America",United States of America,keller@bren.ucsb.edu,https://orcid.org/0000-0002-7638-662X,TRUE,Data and Software Accessibility through dryad: https://datadryad.org/stash/share/7a-F-jEXmlvWi3-xeRx_X4osZqXrr8Nh97tnx2bBOSk Web tool (also posted under software under the dryad doi): https://nicol-parker.shinyapps.io/Environmental-Release-Tool/.,https://datadryad.org/stash/share/7a-F-jEXmlvWi3-xeRx_X4osZqXrr8Nh97tnx2bBOSk; https://nicol-parker.shinyapps.io/Environmental-Release-Tool/,dryad +10.1371/journal.pwat.0000145,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000145,PLOS Water,Gridded precipitation products on the Hindu Kush-Himalaya: Performance and accuracy of seven precipitation products,2023-08-08,2023,Research Article,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Climatology/Monsoons; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Snow; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /People and places/Population groupings/Religious faiths/Hinduism; /Physical sciences/Physics/Electromagnetic radiation/Microwave radiation; /Research and analysis methods/Precipitation techniques,TRUE,4,xlsx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000145.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000145.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000145.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000145.s004&type=supplementary,9,Bhogendra Mishra,"Policy Research Institute, Kathmandu, Nepal",Nepal,bmishra@sciencehub.org.np,https://orcid.org/0000-0002-8998-8160,Bhogendra Mishra,"Policy Research Institute, Kathmandu, Nepal",Nepal,bmishra@sciencehub.org.np,https://orcid.org/0000-0002-8998-8160,TRUE,All data were acquired from the public repositories and incorporated all sources in the manuscripts.,, +10.1371/journal.pwat.0000137,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000137,PLOS Water,Disparities in disruptions to public drinking water services in Texas communities during Winter Storm Uri 2021,2023-06-21,2023,Research Article,/Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Seasons/Winter; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/United States/Texas; /People and places/Population groupings/Ethnicities; /Research and analysis methods/Research design/Survey research/Census; /Social sciences/Sociology/Communications/Social communication,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000137.s001&type=supplementary,4,Brianna Tomko,"School of Earth Sciences, The Ohio State University, Columbus, OH, United States of America",United States of America,,,Audrey H. Sawyer,"School of Earth Sciences, The Ohio State University, Columbus, OH, United States of America",United States of America,sawyer.143@osu.edu,https://orcid.org/0000-0001-8174-0542,TRUE,Data have been uploaded to Zenodo 10.5281/zenodo.7447637.,https://doi.org/10.5281/zenodo.7447637; 10.5281/zenodo.7447637,zenodo +10.1371/journal.pwat.0000141,2,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000141,PLOS Water,Investigating water safety in multi-purpose buildings used as an elementary school and plumbing remediation effectiveness,2023-07-06,2023,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Biology and life sciences/Organisms/Bacteria/Legionella/Legionella pneumophila; /Biology and life sciences/Toxicology/Toxic agents/Toxins/Heavy metals; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxic agents/Toxins/Heavy metals; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Chemistry/Chemical elements/Heavy metals; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Social sciences/Sociology/Education/Schools,TRUE,8,docx; docx; docx; docx; a; tiff; a; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s008&type=supplementary,8,Kyungyeon Ra,"Lyles School of Civil Engineering, Purdue University, West Lafayette, IN, United States of America",United States of America,,https://orcid.org/0000-0003-0591-6504,Andrew J. Whelton,"Lyles School of Civil Engineering, Division of Environmental and Ecological Engineering, Purdue University, West Lafayette, IN, United States of America",United States of America,awhelton@purdue.edu,https://orcid.org/0000-0001-5934-3081,TRUE,All data are provided as part of the submitted article.,, +10.1371/journal.pwat.0000180,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000180,PLOS Water,To integrate or not to integrate? Water and waste as unified basic services,2023-09-20,2023,Opinion,/Computer and information sciences/Computer architecture/User interfaces; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Materials science/Materials/Sludge,FALSE,0,,,2,Abishek Sankara Narayan,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Department of Sanitation, Water and Solid Waste for Development, Dübendorf, Switzerland",Switzerland,,,Marisa Boller,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Department of Sanitation, Water and Solid Waste for Development, Dübendorf, Switzerland",Switzerland,marisa.boller@eawag.ch,https://orcid.org/0000-0002-1267-2635,FALSE,,, +10.1371/journal.pwat.0000178,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000178,PLOS Water,Synthetic wastewater prepared from readily available materials: Characteristics and economics,2023-09-20,2023,Research Article,/Biology and life sciences/Nutrition/Diet/Food; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Dogs; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Dogs; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality/Chemical oxygen demand; /Medicine and health sciences/Nutrition/Diet/Food; /Physical sciences/Chemistry/Chemical compounds/Ammonia; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Materials science/Materials/Mixtures/Particulates,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000178.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000178.s002&type=supplementary,4,Abigail K. Kargol,"School of Environmental and Forest Sciences, University of Washington, Seattle, Washington, United States of America",United States of America,,https://orcid.org/0000-0002-7860-044X,Heidi L. Gough,"School of Environmental and Forest Sciences, University of Washington, Seattle, Washington, United States of America",United States of America,hgough@uw.edu,https://orcid.org/0000-0002-2402-722X,TRUE,All data related to this study are available in the main text or supplemental information of this manuscript.,, +10.1371/journal.pwat.0000053,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000053,PLOS Water,Low-cost domestic rainwater harvesting in rural southeast Madagascar: A process and outcome evaluation,2023-10-25,2023,Research Article,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Public and occupational health/Hygiene; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Finance,TRUE,5,docx; docx; docx; docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000053.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000053.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000053.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000053.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000053.s005&type=supplementary,11,Jasmine Kelly,"Department of Water, Sanitation, and Hygiene, SEED Madagascar, Fort Dauphin, Anosy, Madagascar",Madagascar,jasmine.elle2@gmail.com,https://orcid.org/0000-0002-4890-7336,Jasmine Kelly,"Department of Water, Sanitation, and Hygiene, SEED Madagascar, Fort Dauphin, Anosy, Madagascar",Madagascar,jasmine.elle2@gmail.com,https://orcid.org/0000-0002-4890-7336,TRUE,Data generated by this research has been de-identified and provided under supplementary materials of the manuscript.,, +10.1371/journal.pwat.0000518,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000518,PLOS Water,Observational gaps leave global assessment of riverine heatwaves lagging across inland waters,2026-02-13,2026,Opinion,/Biology and life sciences/Biochemistry/Metabolism/Metabolic pathways/Xenobiotic metabolism; /Biology and life sciences/Toxicology/Toxicity; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Estuaries; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxicity,FALSE,0,,,2,Sebastiano Piccolroaz,"Department of Civil, Environmental and Mechanical Engineering, University of Trento, Trento, Italy",Italy,s.piccolroaz@unitn.it,https://orcid.org/0000-0003-1796-7624,Sebastiano Piccolroaz,"Department of Civil, Environmental and Mechanical Engineering, University of Trento, Trento, Italy",Italy,s.piccolroaz@unitn.it,https://orcid.org/0000-0003-1796-7624,FALSE,,, +10.1371/journal.pwat.0000499,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000499,PLOS Water,"Groundwater quality near an oil field in a stream-dominated recharge setting, California, USA",2026-02-12,2026,Research Article,/Biology and life sciences/Biochemistry/Lipids/Oils; /Earth sciences/Geochemistry; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Surface water; /People and places/Geographical locations/North America/United States/California; /Physical sciences/Chemistry/Chemical compounds/Hydrocarbons; /Physical sciences/Chemistry/Chemical compounds/Methane; /Physical sciences/Chemistry/Geochemistry; /Physical sciences/Materials science/Materials/Organic materials/Petroleum,TRUE,10,docx; tif; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s010&type=supplementary,8,Jennifer S. Stanton,"U.S. Geological Survey, Northborough, Massachusetts, United States of America",United States of America,jstanton@usgs.gov,https://orcid.org/0000-0002-2520-753X,Jennifer S. Stanton,"U.S. Geological Survey, Northborough, Massachusetts, United States of America",United States of America,jstanton@usgs.gov,https://orcid.org/0000-0002-2520-753X,TRUE,"Data are available from: 1) Stanton JS, Marcusa JA. Water chemistry data for samples collected at groundwater and surface-water sites in the San Ardo Oil Field study area, March 2019–May 2021, Monterey County, California. U.S. Geological Survey. Data release. 2024, https://doi.org/10.5066/P1UK4WU4. 2) U.S. Geological Survey. USGS water data for the nation; 2025. National Water Information System Database, https://doi.org/10.5066/F7P55KJN. 3) Stephens MJ, Chang W, Gillespie JM, McMahon PB, Davis TA, Warden JG, Stanton JS. Groundwater elevation data and models in and around select California oil fields. U.S. Geological Survey. Data release, 2023; v3.0, September 2025, https://doi.org/10.5066/P9E5MTAM.",https://doi.org/10.5066/P1UK4WU4; https://doi.org/10.5066/F7P55KJN; https://doi.org/10.5066/P9E5MTAM; 10.5066/P1UK4WU4; 10.5066/F7P55KJN; 10.5066/P9E5MTAM, +10.1371/journal.pwat.0000384,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000384,PLOS Water,WASHed in stereotypes: A rigorous review of water-gender narratives in LMICs,2026-02-12,2026,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Database and informatics methods/Database searching; /Social sciences/Economics; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Sexual and gender issues,TRUE,8,docx; docx; xlsx; docx; xlsx; xlsx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s008&type=supplementary,3,Spurthi Kolipaka,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom,Spurthi.water@gmail.com,https://orcid.org/0009-0008-0950-7859,Spurthi Kolipaka,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom,Spurthi.water@gmail.com,https://orcid.org/0009-0008-0950-7859,TRUE,All data are in the paper and supporting information files.,, +10.1371/journal.pwat.0000445,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000445,PLOS Water,"Developing environmental flows and metrics to quantify river ecosystem needs for regional water planning in Georgia, USA",2026-02-09,2026,Research Article,/Biology and life sciences/Developmental biology/Modes of reproduction/Sexual reproduction/Spawning; /Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish/Freshwater fish; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish/Freshwater fish; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Conservation science/Environmental protection; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Environmental protection; /Ecology and environmental sciences/Natural resources/Water resources,TRUE,2,vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000445.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000445.s002&type=supplementary,10,Laura E. Rack,"Odum School of Ecology, University of Georgia, Athens, Georgia, United States of America",United States of America,laura.rack@uga.edu,https://orcid.org/0009-0009-0387-9069,Laura E. Rack,"Odum School of Ecology, University of Georgia, Athens, Georgia, United States of America",United States of America,laura.rack@uga.edu,https://orcid.org/0009-0009-0387-9069,TRUE,"We cited publications and theses we extracted data from, included links for reports or public databases to access reports, and provided contact information for references that are not publicly available in the citation list. Data was extracted from the following citations for the section ‘Developing Metrics for Water Planning’ and Table 2: 49, 50, 51, 53, 54, 55, 56, 57, 58. The following citations require database searches or an agency contact: 31. Yoe C. Trade-off analysis planning and procedures guidebook. Alexandria, VA: U.S. Army Institute for Water Resources; 2002. Contract No.: IWR Report 02-R-2. [Available by search at: https://iwrlibrary.sec.usace.army.mil or direct link: https://publibrary.sec.usace.army.mil/resource?title=Trade-Off%20Analysis%20Planning%20and%20Procedures%20Guidebook&documentId=fbee8a0d-16e1-4dcc-a6f1-8c69c8859b2f]. 57. EA Engineering S, and Technology, Inc.,. Georgia Power Company Sinclair License Application, Accession No. 19950914-0187, FERC e-library, Docket P-1951; 1995.[Available from: https://elibrary.ferc.gov/eLibrary/filelist?accession_number=19950914-0187&optimized=false&sid=68099c01-8ef8-48f2-8de9-955cc8f8b60f]. 38. ARCADIS. Methods for flow regime evaluation, Ocmulgee River, Georgia. prepared for Georgia Environmental Protection Division; 2019.[Report available by request from water.planning@dnr.ga.gov].",https://iwrlibrary.sec.usace.army.mil; https://publibrary.sec.usace.army.mil/resource?title=Trade-Off%20Analysis%20Planning%20and%20Procedures%20Guidebook&documentId=fbee8a0d-16e1-4dcc-a6f1-8c69c8859b2f; https://elibrary.ferc.gov/eLibrary/filelist?accession_number=19950914-0187&optimized=false&sid=68099c01-8ef8-48f2-8de9-955cc8f8b60f; https://publibrary.sec.usace.army.mil/resource?title=Trade-Off%20Analysis%20Planning%20and%20Procedures%20Guidebook&documentId=fbee8a0d-16e1-4dcc-a6f1-8c69c8859b2f]; https://elibrary.ferc.gov/eLibrary/filelist?accession_number=19950914-0187&optimized=false&sid=68099c01-8ef8-48f2-8de9-955cc8f8b60f], +10.1371/journal.pwat.0000497,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000497,PLOS Water,How to stop the flow of lead in new and existing drinking water systems,2026-02-06,2026,Opinion,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Public and occupational health; /Physical sciences/Chemistry/Analytical chemistry/Chemical analysis/Water analysis; /Physical sciences/Chemistry/Chemical elements/Metallic lead,FALSE,0,,,22,Jennifer Hoponick Redmon,"RTI International, Research Triangle Park, North Carolina, United States of America,",,jredmon@rti.org,https://orcid.org/0000-0001-5655-3737,Jennifer Hoponick Redmon,"RTI International, Research Triangle Park, North Carolina, United States of America,",,jredmon@rti.org,https://orcid.org/0000-0001-5655-3737,FALSE,,, +10.1371/journal.pwat.0000519,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000519,PLOS Water,"Benefits of piped water connections in underserved communities: A matched household comparison in Accra, Ghana",2026-03-02,2026,Research Article,/Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Ghana; /Social sciences/Human geography/Urban geography/Urban areas; /Social sciences/Sociology/Education/Schools,TRUE,2,docx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000519.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000519.s003&type=supplementary,11,Frederick G. B. Goddard,"The Aquaya Institute, San Anselmo, California, United States of America",United States of America,frederickgbgoddard@gmail.com,https://orcid.org/0000-0001-7585-0120,Frederick G. B. Goddard,"The Aquaya Institute, San Anselmo, California, United States of America",United States of America,frederickgbgoddard@gmail.com,https://orcid.org/0000-0001-7585-0120,TRUE,The data and the data collection tool have been made publicly available. They can be accessed here: https://github.com/fredgoddard/urban-wash-accra-data.,https://github.com/fredgoddard/urban-wash-accra-data,github +10.1371/journal.pwat.0000517,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000517,PLOS Water,Water for climate action,2026-02-09,2026,Editorial,/Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Rice; /Earth sciences/Atmospheric science/Atmospheric chemistry/Greenhouse gases; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Ecology and environmental sciences/Environmental chemistry/Atmospheric chemistry/Greenhouse gases; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Chemistry/Chemical compounds/Methane; /Physical sciences/Chemistry/Environmental chemistry/Atmospheric chemistry/Greenhouse gases; /Research and analysis methods/Animal studies/Experimental organism systems/Plant and algal models/Rice,FALSE,0,,,1,Jon Lane,"Stockholm International Water Institute, Stockholm, Sweden",Sweden,jon.lane@siwi.org,,Jon Lane,"Stockholm International Water Institute, Stockholm, Sweden",Sweden,jon.lane@siwi.org,,FALSE,,, +10.1371/journal.pwat.0000262,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000262,PLOS Water,Deconstructing and remaking power dynamics in WASH,2024-06-21,2024,Opinion,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Neuroscience/Learning and memory/Learning/Human learning; /Biology and life sciences/Psychology/Cognitive psychology/Learning/Human learning; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health education and awareness; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/North America/United States/North Carolina; /Social sciences/Psychology/Cognitive psychology/Learning/Human learning; /Social sciences/Sociology/Social discrimination/Racial discrimination,FALSE,0,,,1,Tanvi Nagpal,"Senior Associate (Non-resident), CSIS Global Food and Water Security Program, Washington, District of Columbia, United States of America",United States of America,Tanvi.Nagpal@gmail.com,https://orcid.org/0000-0001-6561-8280,Tanvi Nagpal,"Senior Associate (Non-resident), CSIS Global Food and Water Security Program, Washington, District of Columbia, United States of America",United States of America,Tanvi.Nagpal@gmail.com,https://orcid.org/0000-0001-6561-8280,FALSE,,, +10.1371/journal.pwat.0000184,3,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000184,PLOS Water,An invisible water surcharge: Climate warming increases crop water demand in the San Joaquin Valley’s groundwater-dependent irrigated agriculture,2024-03-13,2024,Research Article,/Biology and life sciences/Agriculture/Crop science/Crop management; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Organisms/Eukaryota/Plants/Fruits; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Ecology and environmental sciences/Drought; /Ecology and environmental sciences/Natural resources/Water resources; /Social sciences/Human geography/Land use,FALSE,0,,,5,Kelley Moyers,"Department of Civil and Environmental Engineering, School of Engineering, University of California, Merced, Merced, California, United States of America",United States of America,,https://orcid.org/0000-0002-8731-7013,Joshua H. Viers,"Department of Civil and Environmental Engineering, School of Engineering, University of California, Merced, Merced, California, United States of America",United States of America,jviers@ucmerced.edu,https://orcid.org/0000-0001-7957-7942,TRUE,"The gridMET datasets are cataloged at https://thredds.northwestknowledge.net/thredds/reacch_climate_MET_catalog.html. Land use data are available online through the California Natural Resources Agency available at https://data.cnra.ca.gov/dataset/statewide-crop-mapping. Crop coefficients are available online California Natural Resources Agency available at https://data.cnra.ca.gov/dataset/cal-simetaw-unit-values. Code for calculations used in this manuscript is available on Github (https://github.com/kdrechsler2/Ag-Tax) and can be run in Octave (open access) or MATLAB. Spatial analyses were restricted to California Department of Water Resources sub-basin boundaries denominated as Planning Areas 606, 607, 608, 609, 702, 703, 704, 705, 706, 708, 709, and 710 described here https://data.cnra.ca.gov/dataset/ca-gw-basin-boundary-descriptions. These largely comport with the 15 groundwater basins used by Escriva-Bou et al. 2023. Map data sources for Fig 1 are cropping from CNRA as above; California State Outline from TIGER 2016 United State Census Bureau; and Global base map from Esri, HERE, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community.",https://thredds.northwestknowledge.net/thredds/reacch_climate_MET_catalog.html; https://data.cnra.ca.gov/dataset/statewide-crop-mapping; https://data.cnra.ca.gov/dataset/cal-simetaw-unit-values; https://github.com/kdrechsler2/Ag-Tax; https://data.cnra.ca.gov/dataset/ca-gw-basin-boundary-descriptions,github +10.1371/journal.pwat.0000235,3,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000235,PLOS Water,Conditions for successful nitrogen removal from source-separated urine by partial nitritation/anammox,2024-05-22,2024,Research Article,/Biology and life sciences/Anatomy/Body fluids/Urine; /Biology and life sciences/Physiology/Body fluids/Urine; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Medicine and health sciences/Anatomy/Body fluids/Urine; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical compounds/Nitrites; /Physical sciences/Chemistry/Chemical elements/Nitrogen; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Ions/Cations; /Physical sciences/Materials science/Materials/Sludge,TRUE,2,pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000235.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000235.s002&type=supplementary,10,Valentin Faust,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,,https://orcid.org/0000-0001-7617-7425,Kai M. Udert,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,kai.udert@eawag.ch,https://orcid.org/0000-0002-8051-7362,TRUE,"The raw data of all measured parameters is available in the following FAIR repository: Eawag Research Data Institutional collection (ERIC),https://doi.org/10.25678/000CAR. The original contributions in the form of 16S rRNA data presented can be found under: https://www.ncbi.nlm.nih.gov/sra/PRJNA1051360.",https://doi.org/10.25678/000CAR; https://www.ncbi.nlm.nih.gov/sra/PRJNA1051360; 10.25678/000CAR,ncbi/genbank +10.1371/journal.pwat.0000278,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000278,PLOS Water,A review of residential water conservation policies and attempts to measure their effectiveness,2024-08-19,2024,Review,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Structural engineering/Built structures; /People and places/Geographical locations/North America/United States; /Social sciences/Economics/Industrial organization/Regulation of public utilities; /Social sciences/Economics/Microeconomics/Urban economics,FALSE,0,,,3,Alexander Maas,"Dept. of Agricultural Economics and Rural Sociology, University of Idaho, Moscow, Idaho, United States of America",United States of America,alexmaas@uidaho.edu,https://orcid.org/0000-0002-6689-3628,Alexander Maas,"Dept. of Agricultural Economics and Rural Sociology, University of Idaho, Moscow, Idaho, United States of America",United States of America,alexmaas@uidaho.edu,https://orcid.org/0000-0002-6689-3628,FALSE,,, +10.1371/journal.pwat.0000283,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000283,PLOS Water,Spatial and multivariate assessment of access to water for sustainable agriculture intensification in semi-arid Ghana,2024-10-24,2024,Research Article,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Sustainable agriculture; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Sustainability science/Sustainable agriculture; /Engineering and technology/Civil engineering/Urban infrastructure; /People and places/Population groupings/Professions/Agricultural workers,TRUE,1,vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000283.s001&type=supplementary,9,Ebenezer N. K. Boateng,"Department of Geography and Regional Planning, University of Cape Coast, Cape Coast, Ghana",Ghana,ebenezer.boateng@stu.ucc.edu.gh,https://orcid.org/0000-0002-3911-5345,Ebenezer N. K. Boateng,"Department of Geography and Regional Planning, University of Cape Coast, Cape Coast, Ghana",Ghana,ebenezer.boateng@stu.ucc.edu.gh,https://orcid.org/0000-0002-3911-5345,TRUE,The data supporting the findings of this study are available in the Figshare repository at https://doi.org/10.6084/m9.figshare.26528080.v1. The data are publicly accessible and can be freely used under the terms provided in the repository.,https://doi.org/10.6084/m9.figshare.26528080.v1; 10.6084/m9.figshare.26528080.v1,figshare +10.1371/journal.pwat.0000322,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000322,PLOS Water,Correction: Transforming place-based management within watersheds in Fiji: The watershed interventions for systems health project,2024-12-02,2024,Correction,,FALSE,0,,,1,NA NA,,,,,,,,,,FALSE,,, +10.1371/journal.pwat.0000318,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000318,PLOS Water,"Transboundary sky waters in the Middle East: Definition, challenges, and opportunities",2024-12-02,2024,Opinion,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Weather; /Earth sciences/Atmospheric science/Sky; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Chemistry/Chemical reactions/Chemical precipitation; /Physical sciences/Materials science/Materials/Dust; /Physical sciences/Physics/States of matter/Fluids/Vapors,FALSE,0,,,2,Amin Dezfuli,"NASA Goddard Space Flight Center, Greenbelt, Maryland, United States of America",United States of America,amin.dezfuli@nasa.gov,https://orcid.org/0000-0003-3274-8542,Amin Dezfuli,"NASA Goddard Space Flight Center, Greenbelt, Maryland, United States of America",United States of America,amin.dezfuli@nasa.gov,https://orcid.org/0000-0003-3274-8542,FALSE,,, +10.1371/journal.pwat.0000161,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000161,PLOS Water,"Assessing the sustained effects of a water filter intervention: A 30-month longitudinal study in Rwamagana, Rwanda",2024-07-25,2024,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Environmental health; /People and places/Geographical locations/Africa/Rwanda; /Physical sciences/Materials science/Material properties/Surface properties/Surface temperature; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,9,docx; docx; tif; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s009&type=supplementary,7,Sabrina S. Haque,"Gangarosa Department of Environmental Health, Emory University Rollins School of Public Health, Atlanta, Georgia, United States of America",United States of America,,https://orcid.org/0000-0001-7876-9782,Thomas Clasen,"Gangarosa Department of Environmental Health, Emory University Rollins School of Public Health, Atlanta, Georgia, United States of America",United States of America,thomas.f.clasen@emory.edu,https://orcid.org/0000-0003-4062-5788,TRUE,Data is available in UNC Dataverse: https://doi.org/10.15139/S3/FZYJ6Z.,https://doi.org/10.15139/S3/FZYJ6Z; 10.15139/S3/FZYJ6Z,dataverse +10.1371/journal.pwat.0000200,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000200,PLOS Water,Citarum Living Lab: Co-creating visions for sustainable river revitalisation,2024-08-23,2024,Research Article,/Biology and life sciences/Ecology/Community ecology; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Community ecology; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Physics/Classical mechanics/Reflection; /Research and analysis methods/Research design; /Social sciences/Sociology/Education/Workshops,FALSE,0,,,17,Paris Hadfield,"Monash Sustainable Development Institute, Monash University, Clayton, Victoria, Australia",Australia,paris.hadfield@monash.edu,https://orcid.org/0000-0001-9755-2650,Paris Hadfield,"Monash Sustainable Development Institute, Monash University, Clayton, Victoria, Australia",Australia,paris.hadfield@monash.edu,https://orcid.org/0000-0001-9755-2650,TRUE,"In accordance with our human research ethics protocols approved by Monash University Human Research Ethics Committee [Project ID: 31261], the qualitative data referenced in this study (including project meeting minutes, community workshop outputs, and researcher reflections) must remain private / confidential. Specifically, raw data is not permitted to be published or shared with external parties; publications can reference the organisation and role of participants in research activities, and where relevant, anonymised quotes from recorded interviews and workshops can be included. Otherwise, qualitative data is paraphrased and referenced in aggregate. The Monash University Human Research Ethics Committee can be contacted at muhrec@monash.edu +61 3 990 52052. For enquiries about access to internal project reports referenced in the paper, please contact the corresponding author.",, +10.1371/journal.pwat.0000295,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000295,PLOS Water,"Comparison of passive and manual chlorination in small piped water networks in rural Ghana: Technical performance, ease-of-use, and cost",2024-10-16,2024,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Chemistry/Chemical elements/Manganese; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Electricity; /Physical sciences/Physics/Materials physics/Turbidity; /Social sciences/Economics/Finance,TRUE,4,docx; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000295.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000295.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000295.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000295.s004&type=supplementary,12,Caroline Delaire,"The Aquaya Institute, Larkspur, California, United States of America",United States of America,caroline@aquaya.org,https://orcid.org/0000-0001-8359-6847,Caroline Delaire,"The Aquaya Institute, Larkspur, California, United States of America",United States of America,caroline@aquaya.org,https://orcid.org/0000-0001-8359-6847,TRUE,The dataset and analysis script have been made available as part of the supplementary information and on a GitHub repository.,, +10.1371/journal.pwat.0000185,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000185,PLOS Water,"Process evaluation of an urban piped water supply infrastructure improvement programme in Uvira, Democratic Republic of the Congo",2024-10-31,2024,Research Article,/Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Cholera; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Cholera; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000185.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000185.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000185.s003&type=supplementary,13,Karin Gallandat,"Department of Disease Control, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom,k.gallandat@gmail.com,https://orcid.org/0000-0001-6412-1483,Karin Gallandat,"Department of Disease Control, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom,k.gallandat@gmail.com,https://orcid.org/0000-0001-6412-1483,TRUE,Data used to generate Fig 4 are available on the following public Open Science Framework (OSF) folder: https://osf.io/76sev/?view_only=e96559353c004ca7ad048b68c42cd380 All household survey data used for preparation of the manuscript will be made available upon publication on the following OSF folder: https://osf.io/tdspg/?view_only=f85189ea00fd42b1b58ab81ec409c8ae All other documents and datasets referenced in the manuscript are available upon request from the corresponding author.,https://osf.io/76sev/?view_only=e96559353c004ca7ad048b68c42cd380; https://osf.io/tdspg/?view_only=f85189ea00fd42b1b58ab81ec409c8ae,osf +10.1371/journal.pwat.0000244,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000244,PLOS Water,"Evaluation of point-of-use treatments and biochar to reduce 1,2,3-trichloropropane (TCP) contamination in drinking water",2024-07-05,2024,Research Article,/Earth sciences/Geography/Cartography/Isotherms; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Energy and power/Fuels/Fossil fuels/Coal; /Physical sciences/Chemistry/Physical chemistry/Sorption; /Physical sciences/Chemistry/Physical chemistry/Sorption/Adsorption; /Physical sciences/Materials science/Materials/Contaminants; /Physical sciences/Materials science/Materials/Fuels/Fossil fuels/Coal; /Physical sciences/Materials science/Materials/Organic materials/Coal; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Research and analysis methods/Spectrum analysis techniques/Electron beam spectrum analysis techniques/X-ray photoelectron spectroscopy,TRUE,11,docx; docx; docx; xps; docx; docx; docx; docx; docx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s011&type=supplementary,7,B. Hope Hauptman,"Environmental Systems Graduate Group, University of California Merced, Merced, California, United States of America",United States of America,bhauptman@ucmerced.edu,https://orcid.org/0000-0002-3417-4143,B. Hope Hauptman,"Environmental Systems Graduate Group, University of California Merced, Merced, California, United States of America",United States of America,bhauptman@ucmerced.edu,https://orcid.org/0000-0002-3417-4143,TRUE,The data that support the findings of this study are available through Dryad at: https://doi.org/doi:10.5061/dryad.d51c5b09f.,https://doi.org/doi:10.5061/dryad.d51c5b09f; 10.5061/dryad.d51c5b09f,dryad +10.1371/journal.pwat.0000216,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000216,PLOS Water,Household water insecurity experience in the Upper West Region of Ghana: Insights for effective water resource management,2024-06-06,2024,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health education and awareness; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Ghana,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000216.s001&type=supplementary,5,Cornelius K. A. Pienaah,"Department of Geography and Environment, University of Western Ontario, London, Ontario, Canada",Canada,cpienaah@uwo.ca,https://orcid.org/0000-0003-4528-3086,Cornelius K. A. Pienaah,"Department of Geography and Environment, University of Western Ontario, London, Ontario, Canada",Canada,cpienaah@uwo.ca,https://orcid.org/0000-0003-4528-3086,TRUE,All relevant data are within the paper and its Supporting Information files.,, +10.1371/journal.pwat.0000305,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000305,PLOS Water,An urgent call for resilient WASH solutions at fish landing sites,2024-10-23,2024,Opinion,/Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene,FALSE,0,,,7,Tusabe Fred,"Infectious Diseases Institute, Makerere University, Kampala, Uganda",Uganda,tusabef@gmail.com,https://orcid.org/0000-0002-9716-6917,Tusabe Fred,"Infectious Diseases Institute, Makerere University, Kampala, Uganda",Uganda,tusabef@gmail.com,https://orcid.org/0000-0002-9716-6917,FALSE,,, +10.1371/journal.pwat.0000315,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000315,PLOS Water,"Disposable diaper consumption and waste in urban Ghana and Kenya: The role of manufacturing, distribution, and branding",2024-12-11,2024,Research Article,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Medicine and health sciences/Pediatrics/Child health; /Medicine and health sciences/Public and occupational health/Child health; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Africa/Ghana; /People and places/Geographical locations/Africa/Kenya; /Physical sciences/Materials science/Materials/Plastics; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Economics/Commerce/International trade; /Social sciences/Human geography/Urban geography/Cities,TRUE,1,xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000315.s001&type=supplementary,8,Joseph Okotto-Okotto,"Victoria Institute for Research on Environment and Development (VIRED) International, Rabuor, Kisumu County, Kenya",Kenya,,https://orcid.org/0000-0002-4656-8369,Moses Asamoah,"School of Economic, Social and Political Sciences, University of Southampton, Southampton, United Kingdom",United Kingdom,M.Asamoah@soton.ac.uk,https://orcid.org/0000-0002-2242-6366,TRUE,The data for the diaper use survey are available for download at https://dx.doi.org/10.5255/UKDA-SN-856911. UN-Comtrade international trade data are available from https://comtradeplus.un.org/.,https://dx.doi.org/10.5255/UKDA-SN-856911; https://comtradeplus.un.org/; 10.5255/UKDA-SN-856911, +10.1371/journal.pwat.0000011,1,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000011,PLOS Water,Shared water facilities and risk of COVID-19 in resource-poor settings: A transmission modelling study,2022-03-09,2022,Research Article,/Biology and life sciences/Population biology/Population metrics/Population density; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Social distancing; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /People and places/Geographical locations/Africa/Kenya; /People and places/Geographical locations/Asia/India,TRUE,10,tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s010&type=supplementary,10,Michael A. L. Hayashi,"Department of Epidemiology, School of Public Health, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,,https://orcid.org/0000-0003-3335-6196,Joseph N. S. Eisenberg,"Department of Epidemiology, School of Public Health, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,jnse@umich.edu,https://orcid.org/0000-0001-8019-296X,TRUE,Data was not collected for this modeling study. All scripts and models needed to reproduce the results presented in this manuscript are available in the following github public repository https://github.com/malhayashi/shared_water_covid.,https://github.com/malhayashi/shared_water_covid,github +10.1371/journal.pwat.0000006,1,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000006,PLOS Water,Over the weekend: Water stagnation and contaminant exceedances in a green office building,2022-03-09,2022,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Biology and life sciences/Organisms/Bacteria/Legionella; /Biology and life sciences/Organisms/Bacteria/Legionella/Legionella pneumophila; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Research and analysis methods/Cell enumeration techniques/Total cell counting,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000006.s001&type=supplementary,9,Elizabeth Montagnino,"Lyles School of Civil Engineering, Purdue University, West Lafayette, IN, United States of America",United States of America,,,Andrew J. Whelton,"Lyles School of Civil Engineering, Division of Environmental and Ecological Engineering, Purdue University, West Lafayette, IN, United States of America",United States of America,awhelton@purdue.edu,https://orcid.org/0000-0001-5934-3081,TRUE,All relevant data are within the paper and its Supporting Information files.,, +10.1371/journal.pwat.0000024,1,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000024,PLOS Water,Determinants of rural hand-pump functionality through maintenance provision in the Central African Republic,2022-06-09,2022,Research Article,/Computer and information sciences/Data management; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /People and places/Population groupings/Professions/Technicians; /Science policy/Science and technology workforce/Careers in research/Technicians; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Finance; /Social sciences/Human geography/Urban geography/Urban areas,TRUE,5,docx; docx; docx; docx; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s005&type=supplementary,6,Eliza Lynn Fink,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,,https://orcid.org/0000-0002-7812-2177,Pranav Chintalapati,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,pranav.c@ubc.ca,https://orcid.org/0000-0003-3263-9485,TRUE,Maintenance data records used in analysis are included as a csv file in Supplementary Information. R code used in data compilation and statistical analysis can be found on GitHub with this link: https://github.com/eliza-f/wfg_2021.,https://github.com/eliza-f/wfg_2021,github +10.1371/journal.pwat.0000024,1,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000024,PLOS Water,Determinants of rural hand-pump functionality through maintenance provision in the Central African Republic,2022-06-09,2022,Research Article,/Computer and information sciences/Data management; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /People and places/Population groupings/Professions/Technicians; /Science policy/Science and technology workforce/Careers in research/Technicians; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Finance; /Social sciences/Human geography/Urban geography/Urban areas,TRUE,5,docx; docx; docx; docx; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s005&type=supplementary,6,Eliza Lynn Fink,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,,https://orcid.org/0000-0002-7812-2177,Pranav Chintalapati,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,pranav.c@ubc.ca,https://orcid.org/0000-0003-3263-9485,TRUE,Maintenance data records used in analysis are included as a csv file in Supplementary Information. R code used in data compilation and statistical analysis can be found on GitHub with this link: https://github.com/eliza-f/wfg_2021.,https://github.com/eliza-f/wfg_2021,github +10.1371/journal.pwat.0000022,1,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000022,PLOS Water,"Spatial heterogeneity of neighborhood-level water and sanitation access in informal urban settlements: A cross-sectional case study in Beira, Mozambique",2022-06-09,2022,Research Article,/Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Mozambique; /People and places/Population groupings/Age groups/Children; /People and places/Population groupings/Families/Children; /Social sciences/Human geography/Social geography/Neighborhoods; /Social sciences/Human geography/Urban geography/Cities,TRUE,6,docx; docx; docx; tif; tif; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000022.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000022.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000022.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000022.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000022.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000022.s006&type=supplementary,11,Courtney Victor,"Gangarosa Department of Environmental Health, Emory University, Atlanta, Georgia, United States of America",United States of America,courtney.m.poulos@emory.edu,https://orcid.org/0000-0002-3082-6423,Courtney Victor,"Gangarosa Department of Environmental Health, Emory University, Atlanta, Georgia, United States of America",United States of America,courtney.m.poulos@emory.edu,https://orcid.org/0000-0002-3082-6423,TRUE,Deidentified raw data and analysis code can be accessed on our project OSF (Open Science Framework) site upon publication at this link: https://osf.io/2a963/. Geocoded locations of study participants used to generate the maps will not be publicly available due to ethical concerns and protection of our study participants.,https://osf.io/2a963/,osf +10.1371/journal.pwat.0000008,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000008,PLOS Water,"A model-based prediction and analysis of seasonal and tidal influence on pollutants distribution from city outfalls of river Ganges in West Bengal, India and its mapping using GIS tool",2022-02-15,2022,Research Article,/Biology and life sciences/Toxicology/Toxic agents/Toxins/Heavy metals; /Earth sciences/Atmospheric science/Climatology/Monsoons; /Earth sciences/Geophysics/Tides; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxic agents/Toxins/Heavy metals; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical elements/Heavy metals; /Physical sciences/Mathematics/Algebra/Polynomials; /Physical sciences/Physics/Geophysics/Tides,TRUE,2,twenty; north,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000008.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000008.s002&type=supplementary,7,Sayanti Kar,"Department of Civil Engineering, Jadavpur University, Kolkata, India",India,,,Abhishek RoyChowdhury,"Environmental Science and Natural Resources, School of Science, Navajo Technical University, Crown Point, NM, United States of America",United States of America,aroychowdhury@navajotech.edu,https://orcid.org/0000-0001-6277-0404,TRUE,All the data has been provided in the supporting information files.,, +10.1371/journal.pwat.0000018,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000018,PLOS Water,PLOS Water: A bridge and a voice for the water sectors,2022-02-15,2022,Editorial,/Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Geography/Human geography/Urban geography/Towns; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /Social sciences/Human geography/Urban geography/Towns; /Social sciences/Human geography/Urban geography/Urbanization; /Social sciences/Sociology/Culture,FALSE,0,,,2,Jennifer Davis,"Department of Civil & Environmental Engineering, Woods Institute for the Environment, Stanford University, Stanford, California, United States of America",United States of America,jennadavis@stanford.edu,https://orcid.org/0000-0001-5368-4002,Jennifer Davis,"Department of Civil & Environmental Engineering, Woods Institute for the Environment, Stanford University, Stanford, California, United States of America",United States of America,jennadavis@stanford.edu,https://orcid.org/0000-0001-5368-4002,FALSE,,, +10.1371/journal.pwat.0000012,1,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000012,PLOS Water,Solar circulator to restore dissolved oxygen in a hypoxic ice-covered lake,2022-04-21,2022,Research Article,/Earth sciences/Glaciology/Polynyas; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Oceanography/Water columns; /Earth sciences/Seasons/Winter; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Environmental chemistry/Water chemistry/Aquatic hypoxia; /Physical sciences/Chemistry/Chemical elements/Oxygen; /Physical sciences/Chemistry/Environmental chemistry/Water chemistry/Aquatic hypoxia; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Materials physics/Turbidity,TRUE,6,docx; docx; tiff; a; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000012.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000012.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000012.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000012.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000012.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000012.s006&type=supplementary,11,Kyle F. Flynn,"KF2 Consulting, Helena, Montana, United States of America",United States of America,kyle.f.flynn@gmail.com,,Kyle F. Flynn,"KF2 Consulting, Helena, Montana, United States of America",United States of America,kyle.f.flynn@gmail.com,,TRUE,The final dataset are available on Dryad: https://doi.org/10.5061/dryad.m37pvmd4j.,https://doi.org/10.5061/dryad.m37pvmd4j; 10.5061/dryad.m37pvmd4j,dryad +10.1371/journal.pwat.0000014,1,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000014,PLOS Water,Dissolved oxygen sensor in an automated hyporheic sampling system reveals biogeochemical dynamics,2022-04-26,2022,Research Article,/Earth sciences/Geochemistry/Biogeochemistry; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Soil science/Soil perturbation; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Biogeochemistry; /Ecology and environmental sciences/Water quality/Dissolved oxygen; /Engineering and technology/Electronics engineering/Electronics/Solenoids; /Engineering and technology/Measurement/Time measurement; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Geochemistry/Biogeochemistry,TRUE,5,tif; tif; tif; tif; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000014.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000014.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000014.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000014.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000014.s005&type=supplementary,17,Matthew H. Kaufman,"Pacific Northwest National Laboratory, Richland, Washington, United States of America",United States of America,matthew.kaufman@pnnl.gov,https://orcid.org/0000-0003-1498-8219,Matthew H. Kaufman,"Pacific Northwest National Laboratory, Richland, Washington, United States of America",United States of America,matthew.kaufman@pnnl.gov,https://orcid.org/0000-0003-1498-8219,TRUE,The dataset for this publication is hosted on ESS-DIVE and can be accessed at the following location: https://data.ess-dive.lbl.gov/datasets/doi:10.15485/1839767.,https://data.ess-dive.lbl.gov/datasets/doi:10.15485/1839767; 10.15485/1839767, +10.1371/journal.pwat.0000004,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000004,PLOS Water,Linking stormwater control performance to stream ecosystem outcomes: Incorporating a performance metric into effective imperviousness,2022-02-15,2022,Research Article,/Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Ecology/Ecosystems/Urban ecosystems; /Biology and life sciences/Ecology/Urban ecology; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Ecology/Ecosystems/Urban ecosystems; /Ecology and environmental sciences/Ecology/Urban ecology; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Physical sciences/Mathematics/Statistics/Statistical models; /Research and analysis methods/Research design/Experimental design; /Research and analysis methods/Simulation and modeling,TRUE,8,pdf; pdf; pdf; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s008&type=supplementary,11,Christopher J. Walsh,"Waterway Ecosystem Research Group, School of Ecosystem and Forest Sciences, The University of Melbourne, Burnley, Victoria, Australia",Australia,cwalsh@unimelb.edu.au,https://orcid.org/0000-0002-4181-6722,Christopher J. Walsh,"Waterway Ecosystem Research Group, School of Ecosystem and Forest Sciences, The University of Melbourne, Burnley, Victoria, Australia",Australia,cwalsh@unimelb.edu.au,https://orcid.org/0000-0002-4181-6722,TRUE,All data and code are available from the Open Science Framework: https://doi.org/10.17605/OSF.IO/57AZQ.,https://doi.org/10.17605/OSF.IO/57AZQ; 10.17605/OSF.IO/57AZQ,osf +10.1371/journal.pwat.0000010,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000010,PLOS Water,Water resources and trade: A research vision,2022-02-15,2022,Opinion,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Crop science/Crops; /Earth sciences/Hydrology/Water cycle; /Ecology and environmental sciences/Drought; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Population groupings/Professions/Agricultural workers; /Physical sciences/Mathematics/Mathematical economics/Econometrics; /Social sciences/Economics/Commerce/International trade; /Social sciences/Economics/Economic analysis/Econometrics; /Social sciences/Economics/Mathematical economics/Econometrics,FALSE,0,,,2,Peter Debaere,"University of Virginia, Darden School of Business, Charlottesville, VA, United States of America",United States of America,,,Megan Konar,"University of Illinois at Urbana-Champaign, Civil and Environmental Engineering, Urbana, IL, United States of America",United States of America,mkonar@illinois.edu,https://orcid.org/0000-0003-0540-8438,FALSE,,, +10.1371/journal.pwat.0000002,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000002,PLOS Water,Every rung counts–A retrospective analysis of global sanitation progress across the service-level ladder under the MDGs,2022-02-15,2022,Research Article,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography/Geographic areas/Rural areas; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Ghana; /People and places/Geographical locations/Africa/South Sudan; /People and places/Geographical locations/Europe/European Union/Poland; /Social sciences/Human geography/Urban geography/Urban areas,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000002.s001&type=supplementary,4,Julia Zimmerman,"Department of Civil, Construction and Environmental Engineering, University of Alabama, Tuscaloosa, Alabama, United States of America",United States of America,,,Mark Elliott,"Department of Civil, Construction and Environmental Engineering, University of Alabama, Tuscaloosa, Alabama, United States of America",United States of America,melliott2@ua.edu,https://orcid.org/0000-0002-7835-0612,TRUE,All data used in the analysis are available for download at my public research website (MS Excel format): https://melliott.people.ua.edu/data.html.,https://melliott.people.ua.edu/data.html, +10.1371/journal.pwat.0000016,1,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000016,PLOS Water,A bias correction method for precipitation through recognizing mesoscale precipitation systems corresponding to weather conditions,2022-05-12,2022,Research Article,/Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Artificial intelligence/Machine learning/Support vector machines; /Computer and information sciences/Geoinformatics/Spatial autocorrelation; /Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geography/Geoinformatics/Spatial autocorrelation; /Earth sciences/Geology/Geological surveys; /Research and analysis methods/Precipitation techniques; /Research and analysis methods/Simulation and modeling,TRUE,9,tif; usgs; tif; tif; a; pptx; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s009&type=supplementary,6,Takao Yoshikane,"Institute of Industrial Science, The University of Tokyo, Kashiwa-shi, Chiba, Japan",Japan,takao-y@iis.u-tokyo.ac.jp,https://orcid.org/0000-0003-1391-8892,Takao Yoshikane,"Institute of Industrial Science, The University of Tokyo, Kashiwa-shi, Chiba, Japan",Japan,takao-y@iis.u-tokyo.ac.jp,https://orcid.org/0000-0003-1391-8892,TRUE,"The MSM-GPV data were obtained from the archive system (http://apps.diasjp.net/gpv) of the Kitsuregawa laboratories at the Institute of Industrial Science, University of Tokyo. The Radar-AMeDAS data, which were provided by the JMA, are available by contacting the Japan Meteorological Business Support Center (http://www.jmbsc.or.jp/en/contact.html) by emailing the International Service Officer (jmbscab@jmbsc.or.jp). The official name of the Radar-AMeDAS dataset in Japan is “Kaiseki-Uryou”. Topographic data of U.S. Geological Survey (USGS) (http://www.usgs.gov) was used. Made with Natural Earth. Free vector and raster map data @ naturalearthdata.com. (http://www.naturalearthdata.com/about/terms-of-use/).",http://apps.diasjp.net/gpv; http://www.jmbsc.or.jp/en/contact.html; http://www.usgs.gov; http://www.naturalearthdata.com/about/terms-of-use/, +10.1371/journal.pwat.0000026,1,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000026,PLOS Water,"Water, sanitation, and women’s empowerment: A systematic review and qualitative metasynthesis",2022-06-07,2022,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Physiology/Physiological processes/Defecation; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/India; /Social sciences/Economics/Finance; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Sexual and gender issues,TRUE,12,a; docx; docx; docx; docx; docx; docx; docx; docx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s012&type=supplementary,14,Bethany A. Caruso,"Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,bcaruso@emory.edu,https://orcid.org/0000-0001-9738-9857,Bethany A. Caruso,"Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,bcaruso@emory.edu,https://orcid.org/0000-0001-9738-9857,TRUE,The authors confirm that the data supporting the findings of this study are available within the article and its supplementary materials.,, +10.1371/journal.pwat.0000020,1,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000020,PLOS Water,"Gapu, water, creates knowledge and is a life force to be respected",2022-04-28,2022,Review,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Neuroscience/Learning and memory/Learning/Human learning; /Biology and life sciences/Physiology/Biological locomotion/Walking; /Biology and life sciences/Psychology/Cognitive psychology/Learning/Human learning; /Earth sciences/Geophysics/Tides; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Marine environments/Sea water; /People and places/Demography/Indigenous populations; /People and places/Geographical locations/Oceania/Australia; /Physical sciences/Physics/Geophysics/Tides; /Social sciences/Anthropology/Indigenous populations; /Social sciences/Psychology/Cognitive psychology/Learning/Human learning; /Social sciences/Sociology/Human families,FALSE,0,,,10,NA NA,,,,,Sarah Wright,"Gay’wu Group of Women, Discipline of Geography and Environmental Studies, The University of Newcastle, Newcastle, Australia",Australia,Sarah.wright@newcastle.edu.au,https://orcid.org/0000-0002-8595-4529,FALSE,,, +10.1371/journal.pwat.0000021,1,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000021,PLOS Water,"Analysis of management systems for sustainability of infection prevention and control, and water sanitation and hygiene in healthcare facilities in the Greater Kampala Area, Uganda",2022-05-19,2022,Research Article,/Ecology and environmental sciences/Sustainability science; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Africa/Uganda; /Social sciences/Economics/Finance; /Social sciences/Economics/Finance/Financial management/Budgets,TRUE,3,xlsx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000021.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000021.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000021.s003&type=supplementary,18,John Bosco Isunju,"Disease Control and Environmental Health Department, Makerere University School of Public Health, Kampala, College of Health Sciences, Kampala, Uganda",Uganda,isunju@musph.ac.ug,https://orcid.org/0000-0001-7396-7851,John Bosco Isunju,"Disease Control and Environmental Health Department, Makerere University School of Public Health, Kampala, College of Health Sciences, Kampala, Uganda",Uganda,isunju@musph.ac.ug,https://orcid.org/0000-0001-7396-7851,TRUE,Data has been uploaded as supporting information,, +10.1371/journal.pwat.0000007,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000007,PLOS Water,Operationalizing a routine wastewater monitoring laboratory for SARS-CoV-2,2022-02-15,2022,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Engineering and technology/Systems engineering/Quality assurance; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /Research and analysis methods/Extraction techniques/RNA extraction; /Research and analysis methods/Research facilities/Research laboratories/Government laboratories,TRUE,22,xlsx; xlsx; xlsx; xlsx; xlsx; pdf; pdf; pdf; pdf; pdf; pdf; png; png; png; png; png; png; png; png; png; png; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s020&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s021&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s022&type=supplementary,11,Rose S. Kantor,"Department of Civil and Environmental Engineering, University of California, Berkeley, California, United States of America",United States of America,rkantor@berkeley.edu,https://orcid.org/0000-0002-5402-8979,Rose S. Kantor,"Department of Civil and Environmental Engineering, University of California, Berkeley, California, United States of America",United States of America,rkantor@berkeley.edu,https://orcid.org/0000-0002-5402-8979,TRUE,Data are available in the Supplementary Texts and Tables. Code is available at https://github.com/wastewaterlab/data_analysis.,https://github.com/wastewaterlab/data_analysis,github +10.1371/journal.pwat.0000003,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000003,PLOS Water,Institutional influences on local government support for professionalized maintenance of water supply infrastructure in rural Uganda: A qualitative analysis,2022-02-15,2022,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Uganda; /Social sciences/Economics/Finance; /Social sciences/Law and legal sciences/Regulations; /Social sciences/Political science/Governments/Local governments,TRUE,6,pdf; pdf; pdf; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000003.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000003.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000003.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000003.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000003.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000003.s006&type=supplementary,5,Caleb Cord,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,caleb.cord@colorado.edu,https://orcid.org/0000-0001-5289-1093,Caleb Cord,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,caleb.cord@colorado.edu,https://orcid.org/0000-0001-5289-1093,TRUE,"Only qualitative data was used for this study. All data analyzed, with the exception of publicly available policy documents, was in the form of transcripts from semi-structured interviews. Excerpts from the interview transcripts are provided within the manuscript and summaries of the data’s contents relevant to the study are provided in supporting information tables. In accordance with the approved protocol #19-0605 by the University of Colorado Boulder Institutional Review Board and to minimize risks to our participants, raw data from this study in the form of interview transcripts may not be made publicly available for any purpose. Additionally, participants were informed that raw data would not be made publicly available as part of the approved verbal consent process. To ensure privacy and confidentiality and minimize risks to participants, no individuals who were part of this study may be enabled to access information regarding the other participants or the data they provided. Thus, all metadata provided in supporting information tables is completely de-identified and grouped only according to position classifications of “technical” or “political,” as defined in the “Methods” section of the manuscript.",, +10.1371/journal.pwat.0000032,1,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000032,PLOS Water,Field performance of the GaugeCam image-based water level measurement system,2022-07-21,2022,Research Article,/Biology and life sciences/Biomechanics/Musculoskeletal mechanics; /Biology and life sciences/Chronobiology/Daylight; /Biology and life sciences/Physiology/Muscle physiology/Musculoskeletal mechanics; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Marshes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Marshes; /Ecology and environmental sciences/Daylight; /Engineering and technology/Equipment/Optical equipment/Cameras; /Engineering and technology/Equipment/Optical equipment/Optical lenses; /Physical sciences/Mathematics/Probability theory/Statistical distributions; /Physical sciences/Physics/Electromagnetic radiation/Light/Sunlight; /Physical sciences/Physics/Electromagnetic radiation/Solar radiation/Sunlight; /Research and analysis methods/Imaging techniques/Image analysis,TRUE,4,tif; tif; left; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000032.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000032.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000032.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000032.s004&type=supplementary,6,François Birgand,"Department of Biological & Agricultural Engineering, NC State University, Raleigh, NC, United States of America",United States of America,birgand@ncsu.edu,https://orcid.org/0000-0002-5366-1166,François Birgand,"Department of Biological & Agricultural Engineering, NC State University, Raleigh, NC, United States of America",United States of America,birgand@ncsu.edu,https://orcid.org/0000-0002-5366-1166,TRUE,All stage measurement values obtained manually from images and via sensors are fully available at https://doi.org/10.5061/dryad.2v6wwpzqk.,https://doi.org/10.5061/dryad.2v6wwpzqk; 10.5061/dryad.2v6wwpzqk,dryad +10.1371/journal.pwat.0000030,1,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000030,PLOS Water,"Effects of return flows on stream water quality and availability in the Upper Colorado, Delaware, and Illinois River Basins",2022-07-11,2022,Research Article,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Water quality; /People and places/Geographical locations/North America/United States/Colorado; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity; /Physical sciences/Materials science/Materials/Contaminants,TRUE,3,tif; tif; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000030.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000030.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000030.s003&type=supplementary,3,Scott W. Ator,"U.S. Geological Survey, Baltimore, Maryland, United States of America",United States of America,swator@usgs.gov,https://orcid.org/0000-0002-9186-4837,Scott W. Ator,"U.S. Geological Survey, Baltimore, Maryland, United States of America",United States of America,swator@usgs.gov,https://orcid.org/0000-0002-9186-4837,TRUE,"Estimates of previously calibrated watershed models upon which results and interpretations reported herein for nitrogen and phosphorus are based are available in Miller et al. [85] for the Upper Colorado River Basin, Ator [86] for the Delaware River Basin, and Saad and Robertson [87] for the Illinois River Basin. Estimates from the previously calibrated salinity model for the Upper Colorado River Basin are available in Miller et al. [94].",, +10.1371/journal.pwat.0000027,1,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000027,PLOS Water,"Improving water, sanitation, and hygiene (WASH), with a focus on hand hygiene, globally for community mitigation of COVID-19",2022-06-15,2022,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Africa/Uganda; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Social sciences/Sociology/Education/Schools,TRUE,2,docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000027.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000027.s002&type=supplementary,53,David Berendes,"Waterborne Disease Prevention Branch, Division of Foodborne, Waterborne, and Environmental Diseases, National Center for Emerging and Zoonotic Infectious Diseases, Centers for Disease Control and Prevention, Atlanta, Georgia, United States of America",United States of America,dberendes@cdc.gov,https://orcid.org/0000-0002-8303-9298,David Berendes,"Waterborne Disease Prevention Branch, Division of Foodborne, Waterborne, and Environmental Diseases, National Center for Emerging and Zoonotic Infectious Diseases, Centers for Disease Control and Prevention, Atlanta, Georgia, United States of America",United States of America,dberendes@cdc.gov,https://orcid.org/0000-0002-8303-9298,TRUE,Data is available in Supporting Information S1 Data.,, +10.1371/journal.pwat.0000040,1,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000040,PLOS Water,Modelling point-of-consumption residual chlorine in humanitarian response: Can cost-sensitive learning improve probabilistic forecasts?,2022-09-06,2022,Research Article,/Biology and life sciences/Computational biology/Computational neuroscience/Artificial neural networks; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning; /Biology and life sciences/Neuroscience/Computational neuroscience/Artificial neural networks; /Biology and life sciences/Neuroscience/Learning and memory/Learning; /Biology and life sciences/Psychology/Cognitive psychology/Learning; /Computer and information sciences/Artificial intelligence/Artificial neural networks; /Computer and information sciences/Artificial intelligence/Machine learning; /Ecology and environmental sciences/Water quality; /People and places/Demography/Refugees; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Mathematics/Probability theory/Probability distribution; /Physical sciences/Mathematics/Statistics/Statistical methods/Forecasting; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Forecasting; /Social sciences/Psychology/Cognitive psychology/Learning,TRUE,11,docx; docx; docx; png; png; png; png; png; png; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s011&type=supplementary,7,Michael De Santi,"Department of Civil Engineering, Lassonde School of Engineering, York University, Toronto, Canada",Canada,desantim@yorku.ca,https://orcid.org/0000-0002-4308-8351,Michael De Santi,"Department of Civil Engineering, Lassonde School of Engineering, York University, Toronto, Canada",Canada,desantim@yorku.ca,https://orcid.org/0000-0002-4308-8351,TRUE,"The code to train, test, and evaluate the ANN-EFS is available on the SWOT Project's GitHub at the following link: https://github.com/safeh2o/swot_research_cost_sensitive. This repository also includes the cleaned Tanzania and Bangladesh datasets.",https://github.com/safeh2o/swot_research_cost_sensitive,github +10.1371/journal.pwat.0000044,1,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000044,PLOS Water,Mapping (mis)alignment within a collaborative network using homophily metrics,2022-09-21,2022,Research Article,/Computer and information sciences/Network analysis; /Computer and information sciences/Network analysis/Network theory; /Computer and information sciences/Software engineering/Computer software; /Earth sciences/Geography/Human geography/Urban geography/Towns; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Software engineering/Computer software; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Materials science/Materials/Sludge; /Social sciences/Economics/Finance/Financial management/Budgets; /Social sciences/Human geography/Urban geography/Towns,TRUE,4,pdf; docx; zip; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000044.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000044.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000044.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000044.s004&type=supplementary,10,Kimberly Pugel,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, CO, United States of America",United States of America,,https://orcid.org/0000-0001-6974-3046,Amy Javernick-Will,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, CO, United States of America",United States of America,amy.javernick@colorado.edu,https://orcid.org/0000-0002-3933-2614,TRUE,All relevant data has been uploaded alongside the submission.,, +10.1371/journal.pwat.0000028,1,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000028,PLOS Water,"Dynamics of pelagic mucilage produced by the invasive, cyclotelloid diatom, Lindavia intermedia, in oligotrophic lakes of New Zealand",2022-09-08,2022,Research Article,/Biology and life sciences/Cell biology/Cellular structures and organelles/Chloroplasts/Chlorophyll; /Biology and life sciences/Cell biology/Cellular types/Plant cells/Chloroplasts/Chlorophyll; /Biology and life sciences/Cell biology/Plant cell biology/Chloroplasts/Chlorophyll; /Biology and life sciences/Cell biology/Plant cell biology/Plant cells/Chloroplasts/Chlorophyll; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Phytoplankton; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Phytoplankton/Diatoms; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae/Phytoplankton; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae/Phytoplankton/Diatoms; /Biology and life sciences/Plant science/Plant cell biology/Chloroplasts/Chlorophyll; /Biology and life sciences/Plant science/Plant cell biology/Plant cells/Chloroplasts/Chlorophyll; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Phytoplankton; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Phytoplankton/Diatoms; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers/Chitin; /Physical sciences/Chemistry/Polymer chemistry/Polymers/Chitin; /Physical sciences/Materials science/Materials/Pigments/Organic pigments/Chlorophyll; /Physical sciences/Materials science/Materials/Polymers/Chitin,TRUE,2,xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000028.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000028.s002&type=supplementary,5,Marc Schallenberg,"Department of Zoology, University of Otago, Dunedin, New Zealand",New Zealand,marc.schallenberg@otago.ac.nz,https://orcid.org/0000-0001-8139-5072,Marc Schallenberg,"Department of Zoology, University of Otago, Dunedin, New Zealand",New Zealand,marc.schallenberg@otago.ac.nz,https://orcid.org/0000-0001-8139-5072,TRUE,Data used in this study is available in the supplementary materials.,, +10.1371/journal.pwat.0000035,1,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000035,PLOS Water,Source water vulnerability to elevated total dissolved solids within a mixed-use Appalachian River basin,2022-08-24,2022,Research Article,/Biology and life sciences/Biochemistry/Lipids/Oils; /Biology and life sciences/Organisms/Eukaryota/Plants/Trees; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Social sciences/Human geography/Land use,TRUE,4,pdf; docx; docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000035.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000035.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000035.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000035.s004&type=supplementary,3,Eric R. Merriam,"U.S. Army Corps of Engineers, Pittsburgh District, Pittsburgh, Pennsylvania, United States of America",United States of America,,,Michael P. Strager,"Davis College of Agriculture, Natural Resources, and Design, West Virginia University, Morgantown, West Virginia, United States of America",United States of America,mstrager@wvu.edu,https://orcid.org/0000-0002-3231-3197,TRUE,Data can be located in the below link and as supporting information file (S1 Data): https://docs.google.com/spreadsheets/d/1P_-_-E2l5iBOXnc2D2_aimZfgfDy20bD/edit?usp=sharing&ouid=116669551863523840450&rtpof=true&sd=true.,https://docs.google.com/spreadsheets/d/1P_-_-E2l5iBOXnc2D2_aimZfgfDy20bD/edit?usp=sharing&ouid=116669551863523840450&rtpof=true&sd=true, +10.1371/journal.pwat.0000051,1,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000051,PLOS Water,Worldwide moderate-resolution mapping of lake surface chl-a reveals variable responses to global change (1997–2020),2022-10-18,2022,Research Article,/Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Earth sciences/Geography/Cartography/Latitude; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Remote sensing,TRUE,8,tif; a; tif; tif; a; lowess; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s008&type=supplementary,5,Benjamin M. Kraemer,"IGB Leibniz Institute for Freshwater Ecology and Inland Fisheries, Berlin, Germany",Germany,ben.m.kraemer@gmail.com,https://orcid.org/0000-0002-3390-9005,Benjamin M. Kraemer,"IGB Leibniz Institute for Freshwater Ecology and Inland Fisheries, Berlin, Germany",Germany,ben.m.kraemer@gmail.com,https://orcid.org/0000-0002-3390-9005,TRUE,"GlobColour data (http://globcolour.info) used in this study has been developed, validated, and distributed by ACRI-ST, France. Geospatial and morphometric data for each lake is available from the previously published HydroLAKES database under the identifier doi: 10.1038/ncomms13603 and can be found at http://www.hydrosheds.org. All code used here are available under the identifier, DOI: 10.5281/zenodo.5026693.",http://globcolour.info; https://doi.org/10.1038/ncomms13603; http://www.hydrosheds.org; https://doi.org/10.5281/zenodo.5026693; 10.1038/ncomms13603; 10.5281/zenodo.5026693,zenodo +10.1371/journal.pwat.0000025,1,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000025,PLOS Water,Advances on water quality modeling in burned areas: A review,2022-07-25,2022,Review,/Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Erosion; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Ecology and environmental sciences/Wildfires; /Physical sciences/Materials science/Materials/Contaminants; /Research and analysis methods/Simulation and modeling,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000025.s001&type=supplementary,5,Marta Basso,"Department of Environment and Planning, Centre for Environmental and Marine Studies (CESAM), University of Aveiro, Aveiro, Portugal",Portugal,martabasso@ua.pt,https://orcid.org/0000-0002-1732-2933,Marta Basso,"Department of Environment and Planning, Centre for Environmental and Marine Studies (CESAM), University of Aveiro, Aveiro, Portugal",Portugal,martabasso@ua.pt,https://orcid.org/0000-0002-1732-2933,FALSE,,, +10.1371/journal.pwat.0000019,1,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000019,PLOS Water,"‘You feel how you look’: Exploring the impacts of unmet water, sanitation, and hygiene needs among rural people experiencing homelessness and their intersection with drug use",2022-05-25,2022,Research Article,/Computer and information sciences/Network analysis/Social networks; /Earth sciences/Geography/Human geography/Housing; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Epidemiology/Medical risk factors/Traumatic injury risk factors/Violent crime/Domestic violence; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pharmacology/Drug research and development; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Traumatic injury risk factors/Violent crime/Domestic violence; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Social sciences/Human geography/Housing; /Social sciences/Sociology/Criminology/Crime/Violent crime/Domestic violence; /Social sciences/Sociology/Social networks,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000019.s001&type=supplementary,4,April M. Ballard,"Gangarosa Department of Environmental Health, Emory University Rollins School of Public Health, Atlanta, GA, United States of America",United States of America,april.ballard@emory.edu,https://orcid.org/0000-0003-3839-5637,April M. Ballard,"Gangarosa Department of Environmental Health, Emory University Rollins School of Public Health, Atlanta, GA, United States of America",United States of America,april.ballard@emory.edu,https://orcid.org/0000-0003-3839-5637,TRUE,"Due to the nature of this research (including the sensitivity of topics explored during interviews and criminalization and stigma related to homelessness), participants of this study did not agree for their complete data to be shared publicly, so full interview transcripts are not available. However, participants did agree to de-identified excerpts or quotes from transcripts being available within publications. Thus, supporting excerpts that constitute the minimal dataset have been provided, as relevant, throughout the manuscript. Memos produced during analyses are available upon request as well.",, +10.1371/journal.pwat.0000017,1,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000017,PLOS Water,Water data for water science and management: Advancing an Internet of Water (IoW),2022-03-02,2022,Opinion,/Computer and information sciences/Computer networks/Internet; /Computer and information sciences/Data management; /Ecology and environmental sciences/Natural resources; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Social sciences/Political science/Public policy,FALSE,0,,,2,Peter Colohan,"Internet of Water, Center for Geospatial Solutions, Lincoln Institute of Land Policy, Cambridge, Massachusetts, United States of America",United States of America,,,Kyle Onda,"Internet of Water, Center for Geospatial Solutions, Lincoln Institute of Land Policy, Cambridge, Massachusetts, United States of America",United States of America,konda@lincolninst.edu,https://orcid.org/0000-0002-4714-7654,FALSE,,, +10.1371/journal.pwat.0000009,1,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000009,PLOS Water,Influence of water storage and plant crop factor on green roof retention and plant drought stress,2022-03-02,2022,Research Article,/Biology and life sciences/Agriculture/Agronomy/Horticulture/Planting; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Developmental biology/Plant growth and development; /Biology and life sciences/Organisms/Eukaryota/Plants; /Biology and life sciences/Plant science/Plant growth and development; /Earth sciences/Atmospheric science/Meteorology/Rain; /Ecology and environmental sciences/Drought; /Ecology and environmental sciences/Natural resources/Water resources; /Research and analysis methods/Simulation and modeling,TRUE,6,tif; mm; xlsx; xlsx; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000009.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000009.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000009.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000009.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000009.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000009.s006&type=supplementary,8,Lubaina Soni,"School of Ecosystem and Forest Sciences, Faculty of Science, The University of Melbourne, Richmond, Victoria, Australia",Australia,sonil@student.unimelb.edu.au,https://orcid.org/0000-0003-4280-0789,Lubaina Soni,"School of Ecosystem and Forest Sciences, Faculty of Science, The University of Melbourne, Richmond, Victoria, Australia",Australia,sonil@student.unimelb.edu.au,https://orcid.org/0000-0003-4280-0789,TRUE,All relevant data are within the manuscript and its Supporting Information files.,, +10.1371/journal.pwat.0000046,1,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000046,PLOS Water,Downscaling approaches of climate change projections for watershed modeling: Review of theoretical and practical considerations,2022-09-14,2022,Review,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Climatology/Climate modeling; /Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Weather; /Earth sciences/Geography/Physical geography/Watersheds; /Research and analysis methods/Precipitation techniques; /Research and analysis methods/Simulation and modeling; /Research and analysis methods/Simulation and modeling/Climate modeling,TRUE,2,tif; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000046.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000046.s002&type=supplementary,5,Arturo A. Keller,"Bren School of Environmental Science & Management, University of California Santa Barbara, Santa Barbara, California, United States of America",United States of America,arturokeller@ucsb.edu,https://orcid.org/0000-0002-7638-662X,Arturo A. Keller,"Bren School of Environmental Science & Management, University of California Santa Barbara, Santa Barbara, California, United States of America",United States of America,arturokeller@ucsb.edu,https://orcid.org/0000-0002-7638-662X,FALSE,,, +10.1371/journal.pwat.0000057,1,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000057,PLOS Water,Using nudges for water demand management: A field experiment for water conservation,2022-10-20,2022,Research Article,/Computer and information sciences/Data management/Data visualization/Infographics/Charts; /Computer and information sciences/Data management/Data visualization/Infographics/Graphs; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Analytical chemistry/Chemical analysis/Water analysis; /Physical sciences/Mathematics/Statistics/Statistical methods/Analysis of variance; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Analysis of variance; /Research and analysis methods/Research design/Survey research/Questionnaires; /Social sciences/Human geography/Urban geography/Urban areas,TRUE,5,tif; tif; tif; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000057.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000057.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000057.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000057.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000057.s005&type=supplementary,7,Yurina Otaki,"Graduate School of Social Sciences, Hitotsubashi University, Tokyo, Japan",Japan,yurina.otaki@r.hit-u.ac.jp,https://orcid.org/0000-0001-9828-3448,Yurina Otaki,"Graduate School of Social Sciences, Hitotsubashi University, Tokyo, Japan",Japan,yurina.otaki@r.hit-u.ac.jp,https://orcid.org/0000-0001-9828-3448,TRUE,The data that support the findings of this study are openly available in figshare at https://doi.org/10.6084/m9.figshare.20547216.v1.,https://doi.org/10.6084/m9.figshare.20547216.v1; 10.6084/m9.figshare.20547216.v1,figshare +10.1371/journal.pwat.0000037,1,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000037,PLOS Water,"Assessment of tap water quality in mobile homes in the Eastern Coachella Valley, California",2022-09-12,2022,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Listeria monocytogenes; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Listeria monocytogenes; /Physical sciences/Chemistry/Chemical elements/Arsenic; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Mathematical and statistical techniques/Mathematical functions/Curve fitting; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,8,a; tif; tif; tif; tif; tif; tif; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s008&type=supplementary,4,Thomas D. Hile,"Department of Earth and Biological Sciences, Loma Linda University, Loma Linda, CA, United States of America",United States of America,Thile@students.llu.edu,https://orcid.org/0000-0002-0044-2728,Thomas D. Hile,"Department of Earth and Biological Sciences, Loma Linda University, Loma Linda, CA, United States of America",United States of America,Thile@students.llu.edu,https://orcid.org/0000-0002-0044-2728,TRUE,Data are publicly available at Figshare: https://doi.org/10.6084/m9.figshare.19551961.v1.,https://doi.org/10.6084/m9.figshare.19551961.v1; 10.6084/m9.figshare.19551961.v1,figshare +10.1371/journal.pwat.0000031,1,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000031,PLOS Water,Cultivating effective utility-regulator relationships around innovation: Lessons from four case studies in the U.S. municipal wastewater sector,2022-08-26,2022,Research Article,/Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Energy and power/Bioenergy/Biofuels/Biogas; /Engineering and technology/Energy and power/Fuels/Biofuels/Biogas; /Medicine and health sciences/Epidemiology/Medical risk factors; /Physical sciences/Materials science/Materials/Fuels/Biofuels/Biogas; /Science policy/Technology regulations; /Social sciences/Law and legal sciences/Regulations,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000031.s001&type=supplementary,3,Nell Green Nylen,"Center for Law, Energy & the Environment, School of Law, University of California Berkeley, Berkeley, California, United States of America",United States of America,ngreennylen@berkeley.edu,https://orcid.org/0000-0002-8708-4600,Nell Green Nylen,"Center for Law, Energy & the Environment, School of Law, University of California Berkeley, Berkeley, California, United States of America",United States of America,ngreennylen@berkeley.edu,https://orcid.org/0000-0002-8708-4600,TRUE,"This study analyzed qualitative data from semi-structured interviews and as well as information from publicly available documents. In accordance with the protocol No. 2017-07-10135, approved by the Institutional Review Board of the UC Berkeley Committee for Protection of Human Subjects, and to minimize risks to our participants, interview notes and recordings were only available to the core research team and may not be made publicly available. As part of the verbal consent process, participants were informed that we would not include their names or identifying information in research results. Unattributed excerpts from interviews are provided within the manuscript. These and other interview data informed the case studies and the summary of case studies in Table 1. To maintain privacy and confidentiality, we refer to interviewees generically throughout. Publicly available documents are cited in the text when used and are, therefore, included in the reference list.",, +10.1371/journal.pwat.0000047,1,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000047,PLOS Water,Realtime assessment of WASH coordination in three humanitarian emergencies,2022-11-02,2022,Research Article,/Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Demography/Refugees; /People and places/Geographical locations/Asia/Yemen; /Research and analysis methods/Research design/Survey research/Surveys; /Science policy/Research funding/Government funding of science; /Social sciences/Political science/Governments; /Social sciences/Sociology/Communications,TRUE,10,docx; docx; docx; docx; docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s010&type=supplementary,10,Camille Heylen,"Department of Civil and Environmental Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,camille.heylen@tufts.edu,https://orcid.org/0000-0002-4588-6373,Camille Heylen,"Department of Civil and Environmental Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,camille.heylen@tufts.edu,https://orcid.org/0000-0002-4588-6373,TRUE,"This study only collected identifiable human subjects data protected by the Social, Behavioral, and Educational Research Institutional Review Board (SBER IRB) at Tufts University (#1910029). The Research Team needs permission from the Tufts SBER IRB (Meghan Pronovost - Meghan.Pronovost@tufts.edu) to share the data in a de-identified fashion.",, +10.1371/journal.pwat.0000038,1,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000038,PLOS Water,"Knowledge, attitudes, practices and behaviours (KAPB) around water, sanitation and hygiene (WASH) in villagers exposed to schistosomiasis in Zimbabwe",2022-10-26,2022,Research Article,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Engineering and technology/Equipment/Communication equipment/Cell phones; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health education and awareness; /Medicine and health sciences/Medical conditions/Parasitic diseases/Helminth infections/Schistosomiasis; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Schistosomiasis; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Population groupings/Age groups/Children; /People and places/Population groupings/Families/Children; /Social sciences/Sociology/Culture,TRUE,4,xlsx; xlsx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000038.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000038.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000038.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000038.s004&type=supplementary,11,Alexandra R. Lampard-Scotford,"Institute of Immunology & Infection Research, Ashworth Laboratories, University of Edinburgh, Edinburgh, United Kingdom",United Kingdom,Alexandra.LampardScotford@ed.ac.uk,https://orcid.org/0000-0001-9128-6777,Alexandra R. Lampard-Scotford,"Institute of Immunology & Infection Research, Ashworth Laboratories, University of Edinburgh, Edinburgh, United Kingdom",United Kingdom,Alexandra.LampardScotford@ed.ac.uk,https://orcid.org/0000-0001-9128-6777,TRUE,All relevant data are within the manuscript and the data evaluated in this paper are included in the Supporting Information files as S1 Data and S2 Data.,, +10.1371/journal.pwat.0000062,1,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000062,PLOS Water,Nothing can go wrong–Introduction of alien crayfish to Europe,2022-11-08,2022,Opinion,/Biology and life sciences/Conservation biology/Species extinction; /Biology and life sciences/Ecology/Community ecology/Ecological risk; /Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Evolutionary biology/Evolutionary processes/Species extinction; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Arthropoda/Crustaceans/Crayfish; /Biology and life sciences/Veterinary science/Veterinary diseases; /Biology and life sciences/Zoology/Animals/Invertebrates/Arthropoda/Crustaceans/Crayfish; /Ecology and environmental sciences/Conservation science/Conservation biology/Species extinction; /Ecology and environmental sciences/Ecology/Community ecology/Ecological risk; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Species colonization/Invasive species; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Plagues; /People and places/Geographical locations/Europe,FALSE,0,,,5,Kathrin Theissinger,"LOEWE Centre for Translational Biodiversity Genomics, Senckenberg Biodiversity and Climate Research Centre, Frankfurt, Germany",Germany,,https://orcid.org/0000-0001-7255-326X,Japo Jussila,"Department of Environmental and Biological Sciences, University of Eastern Finland, Kuopio, Suomi-Finland",Suomi-Finland,japo.jussila@uef.fi,https://orcid.org/0000-0001-6594-0923,FALSE,,, +10.1371/journal.pwat.0000067,1,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000067,PLOS Water,Advancing antimicrobial resistance monitoring in surface waters with metagenomic and quasimetagenomic methods,2022-12-14,2022,Research Article,/Biology and life sciences/Genetics/Genomics/Metagenomics; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Klebsiella/Klebsiella pneumoniae; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Staphylococcus/Staphylococcus aureus; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Streptococcus/Pneumococcus; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Klebsiella/Klebsiella pneumoniae; /Biology and life sciences/Organisms/Bacteria/Staphylococcus/Staphylococcus aureus; /Biology and life sciences/Organisms/Bacteria/Streptococcus/Pneumococcus; /Earth sciences/Hydrology/Surface water; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Klebsiella/Klebsiella pneumoniae; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Staphylococcus/Staphylococcus aureus; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Streptococcus/Pneumococcus; /Medicine and health sciences/Pharmacology/Antimicrobial resistance; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,1,vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000067.s001&type=supplementary,19,Andrea Ottesen,"Center for Veterinary Medicine, Food and Drug Administration, Laurel, Maryland, United States of America",United States of America,andrea.ottesen@gmail.com,https://orcid.org/0000-0002-6425-7943,Andrea Ottesen,"Center for Veterinary Medicine, Food and Drug Administration, Laurel, Maryland, United States of America",United States of America,andrea.ottesen@gmail.com,https://orcid.org/0000-0002-6425-7943,TRUE,All sequences have been deposited in NARMS Water: NARMS Water Metagenomes under the BioProject ID: PRJNA794347 (http://www.ncbi.nlm.nih.gov/bioproject/794347).,http://www.ncbi.nlm.nih.gov/bioproject/794347,ncbi/genbank +10.1371/journal.pwat.0000055,2,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000055,PLOS Water,Biomimetic crossflow filtration with wave minimal surface geometry for particulate biochar water treatment,2023-01-23,2023,Research Article,/Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Electronics engineering/3D printing; /Physical sciences/Mathematics/Geometry; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow field; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Fluid flow; /Physical sciences/Physics/Classical mechanics/Motion/Velocity,TRUE,13,xlsx; xlsx; csv; dat; dat; asc; asc; asc; asc; asc; asc; asc; asc,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s013&type=supplementary,5,Mason Anderson,"Department of Chemical and Biological Engineering, University of Idaho, Moscow, Idaho, United States of America",United States of America,,,Vibhav Durgesh,"Department of Mechanical Engineering, University of Idaho, Moscow, Idaho, United States of America",United States of America,vdurgesh@uidaho.edu,https://orcid.org/0000-0001-9937-0383,TRUE,The final analyzed data used in the paper for both the simulations and experiments are available as the supplementary information (compressed file).,, +10.1371/journal.pwat.0000114,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000114,PLOS Water,Water supply and sanitation as climate action: A finance agenda,2023-03-29,2023,Opinion,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences/Economics/Finance,FALSE,0,,,1,Paul O’Connell,"WaterEquity, Kansas City, MO, United States of America",United States of America,Poconnell@waterequity.org,,Paul O’Connell,"WaterEquity, Kansas City, MO, United States of America",United States of America,Poconnell@waterequity.org,,FALSE,,, +10.1371/journal.pwat.0000045,1,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000045,PLOS Water,"A Google Earth-GIS based approach to examine the potential of the current rainwater harvesting practices to meet water demands in Mityana district, Uganda",2022-11-23,2022,Research Article,/Biology and life sciences/Agriculture/Crop science/Crops/Cereal crops; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Hygiene/Hand washing; /People and places/Geographical locations/Africa/Uganda; /Social sciences/Economics,TRUE,1,vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000045.s001&type=supplementary,9,Jamiat Nanteza,"Department of Geography, Geo-Informatics and Climatic Sciences, Makerere University, Kampala, Uganda",Uganda,jamiat.nanteza@mak.ac.ug,https://orcid.org/0000-0002-0320-440X,Jamiat Nanteza,"Department of Geography, Geo-Informatics and Climatic Sciences, Makerere University, Kampala, Uganda",Uganda,jamiat.nanteza@mak.ac.ug,https://orcid.org/0000-0002-0320-440X,TRUE,Original data on rainwater harvesting tanks used in this study is from the Ministry of Water and Environment Uganda and requires a user to seek permission before access (http://wsdb.mwe.go.ug/). The contact for the ministry is Tel: +256 417 889 400 Email: mwe@mwe.go.ug.,http://wsdb.mwe.go.ug/, +10.1371/journal.pwat.0000041,2,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000041,PLOS Water,Occupational health and safety status of waste and sanitation workers: A qualitative exploration during the COVID-19 pandemic across Bangladesh,2023-01-26,2023,Research Article,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Engineering and technology/Equipment/Safety equipment; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Safety/Safety equipment; /Social sciences/Economics/Labor economics/Employment/Jobs; /Social sciences/Human geography/Urban geography/Cities,TRUE,2,pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000041.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000041.s002&type=supplementary,16,Fazle Sharior,"Environmental Interventions Unit, Infectious Disease Division, International Center for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,,https://orcid.org/0000-0001-7576-3756,Mahbub-Ul Alam,"Environmental Interventions Unit, Infectious Disease Division, International Center for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,mahbubalam@icddrb.org,https://orcid.org/0000-0001-6940-364X,TRUE,"Our manuscript and the anonymized data within the Supporting Information files contain the minimal data set, which is used to reach the conclusions drawn in the manuscript. Authors used only qualitative data for this study. All analyzed data was in the form of transcripts from semi-structured interviews. Authors provided quotes from the interview transcripts within the manuscript, and summaries of the data's contents relevant to the study are provided in supporting information tables. Following the approval from the Research Committee of International Training Network - Bangladesh University of Engineering and Technology (ITN-BUET) and to minimize risks to the participants, raw data from this study in the form of interview transcripts may not be publicly available for any purpose. Additionally, the research team informed the participants that raw data would not be made publicly available as part of the approved written consent process. Furthermore, to ensure privacy and confidentiality, no individuals who were part of this study may be enabled to access information regarding the other participants or the data they provided. Thus, all data provided in supporting information tables is completely de-identified, summarized, and grouped only according to position classifications of ""officials from Local Government Institutes, government agencies, and relevant NGOs"" or ""sanitation and other waste workers,"" as defined in the ""Materials and methods"" section of the manuscript.",, +10.1371/journal.pwat.0000082,2,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000082,PLOS Water,Degradability of organic micropollutants with sonolysis—Quantification of the structural influence through QSPR modelling,2023-01-30,2023,Research Article,/Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Pollution/Water pollution; /Physical sciences/Chemistry/Chemical compounds/Organic compounds; /Physical sciences/Chemistry/Chemical compounds/Phenols; /Physical sciences/Chemistry/Chemical radicals/Hydroxyl radicals; /Physical sciences/Chemistry/Chemical reactions/Substitution reactions; /Physical sciences/Chemistry/Organic chemistry/Organic compounds; /Physical sciences/Chemistry/Physical chemistry/Chemical radicals/Hydroxyl radicals; /Physical sciences/Mathematics/Statistics/Statistical methods/Multivariate analysis/Principal component analysis; /Physical sciences/Physics/Condensed matter physics/Electron density; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Multivariate analysis/Principal component analysis,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000082.s001&type=supplementary,3,Judith Glienke,"Institute of Technical Chemistry and Environmental Chemistry, Friedrich Schiller University Jena, Jena, Germany",Germany,,https://orcid.org/0000-0002-2277-2218,Patrick Braeutigam,"Institute of Technical Chemistry and Environmental Chemistry, Friedrich Schiller University Jena, Jena, Germany",Germany,patrick.braeutigam@uni-jena.de,https://orcid.org/0000-0002-3274-1271,TRUE,All underlying data for this manuscript are included in the Supporting Information file.,, +10.1371/journal.pwat.0000066,1,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000066,PLOS Water,Effect of SARS-CoV-2 digital droplet RT-PCR assay sensitivity on COVID-19 wastewater based epidemiology,2022-11-16,2022,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Microbiology/Virology/Viral replication; /Biology and life sciences/Molecular biology/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction/Reverse transcriptase-polymerase chain reaction; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology; /Medicine and health sciences/Epidemiology/Disease surveillance/Infectious disease surveillance; /Medicine and health sciences/Epidemiology/Infectious disease epidemiology; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Infectious disease surveillance; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease epidemiology; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Research and analysis methods/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction/Reverse transcriptase-polymerase chain reaction,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000066.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000066.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000066.s003&type=supplementary,7,Sooyeol Kim,"Dept of Civil and Environmental Engineering, Stanford University, Stanford, CA, United States of America",United States of America,,,Alexandria B. Boehm,"Dept of Civil and Environmental Engineering, Stanford University, Stanford, CA, United States of America",United States of America,aboehm@stanford.edu,https://orcid.org/0000-0002-8162-5090,TRUE,All data are submitted to the Stanford Digital Repository and are available publicly. The link to the data is: https://exhibits.stanford.edu/data/catalog/km637ys9238.,https://exhibits.stanford.edu/data/catalog/km637ys9238, +10.1371/journal.pwat.0000087,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000087,PLOS Water,"Developing context-specific water, sanitation and hygiene guidance for National Cholera Plans: Qualitative inputs",2023-06-16,2023,Research Article,/Biology and life sciences/Psychology/Behavior/Habits; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Cholera; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Cholera; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Global health; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Preventive medicine; /Social sciences/Psychology/Behavior/Habits,FALSE,0,,,5,Marine Ricau,"Department of Civil and Environmental Engineering, School of Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,marine.ricau@tufts.edu,https://orcid.org/0000-0002-7466-5975,Marine Ricau,"Department of Civil and Environmental Engineering, School of Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,marine.ricau@tufts.edu,https://orcid.org/0000-0002-7466-5975,TRUE,Excerpts of the transcripts relevant to the study have been made available within the paper. Full transcripts contain personally identifiable information and the study institutional review board for human subjects ethics approval precludes us from releasing identifiable information as this would be unethical,, +10.1371/journal.pwat.0000109,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000109,PLOS Water,Arsenic in groundwater in the Grand Canyon region and an evaluation of potential pathways for arsenic contamination of groundwater from breccia pipe uranium mining,2023-06-14,2023,Research Article,/Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Birds/Pigeons; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Birds/Pigeons; /Computer and information sciences/Data management/Data mining; /Earth sciences/Geochemistry; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Topography/Landforms/Canyons; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Chemistry/Chemical elements/Arsenic; /Physical sciences/Chemistry/Chemical elements/Uranium; /Physical sciences/Chemistry/Geochemistry,TRUE,2,mcl; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000109.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000109.s002&type=supplementary,3,Fred D. Tillman,"U.S. Geological Survey, Arizona Water Science Center, Tucson, Arizona, United States of America",United States of America,ftillman@usgs.gov,https://orcid.org/0000-0002-2922-402X,Fred D. Tillman,"U.S. Geological Survey, Arizona Water Science Center, Tucson, Arizona, United States of America",United States of America,ftillman@usgs.gov,https://orcid.org/0000-0002-2922-402X,TRUE,All data discussed in this manuscript are provided in the Supporting Information and are additionally available through online sources cited in the manuscript.,, +10.1371/journal.pwat.0000092,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000092,PLOS Water,Reactivity of Fe-amended biochar for phosphorus removal and recycling from wastewater,2023-04-28,2023,Research Article,/Biology and life sciences/Agriculture/Agrochemicals/Fertilizers; /Earth sciences/Geography/Cartography/Isotherms; /Physical sciences/Chemistry/Chemical compounds/Oxides/Iron oxides; /Physical sciences/Chemistry/Chemical compounds/Phosphates; /Physical sciences/Chemistry/Chemical reactions/Chemical precipitation; /Physical sciences/Chemistry/Physical chemistry/Sorption; /Physical sciences/Chemistry/Physical chemistry/Sorption/Adsorption; /Physical sciences/Materials science/Material properties/Solubility,TRUE,7,docx; docx; 99; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s007&type=supplementary,5,Daniel G. Strawn,"Department of Soil and Water Systems, University of Idaho, Moscow, Idaho",Idaho,dgstrawn@uidaho.edu,https://orcid.org/0000-0001-9073-7169,Daniel G. Strawn,"Department of Soil and Water Systems, University of Idaho, Moscow, Idaho",Idaho,dgstrawn@uidaho.edu,https://orcid.org/0000-0001-9073-7169,TRUE,All data are reported within the summitted manuscript.,, +10.1371/journal.pwat.0000054,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000054,PLOS Water,Investigating technology opportunities toward improved Colorado water monitoring: Insights from key informant interviews and stakeholder surveys,2023-06-09,2023,Research Article,/Biology and life sciences/Psychology/Psychological attitudes; /Computer and information sciences/Data management; /Earth sciences/Geology/Geological surveys; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/United States/Colorado; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Psychology/Psychological attitudes,TRUE,2,2; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000054.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000054.s002&type=supplementary,6,Melanie Holland,"Mortenson Center in Global Engineering and Resilience, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,,,Evan Thomas,"Mortenson Center in Global Engineering and Resilience, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,ethomas@colorado.edu,https://orcid.org/0000-0003-3095-8407,TRUE,"Data is available here: Holland, Melanie; Demaree, Kat; Thomas, Evan. 2023. ""Data for: Investigating technology opportunities toward improved Colorado water monitoring: Insights from key informant interviews and stakeholder surveys"". Qualitative Data Repository. https://data.qdr.syr.edu/dataset.xhtml?persistentId=doi:10.5064/F6TFIYHX. QDR Main Collection. V1.",https://data.qdr.syr.edu/dataset.xhtml?persistentId=doi:10.5064/F6TFIYHX; 10.5064/F6TFIYHX, +10.1371/journal.pwat.0000076,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000076,PLOS Water,"Contamination of groundwater with sulfamethoxazole and antibiotic resistant Escherichia coli in informal settlements in Kisumu, Kenya",2023-04-24,2023,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance/Antibiotic resistance; /Biology and life sciences/Microbiology/Microbial control/Antimicrobials/Antibiotics; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pharmacology/Antimicrobial resistance/Antibiotic resistance; /Medicine and health sciences/Pharmacology/Drugs/Antimicrobials/Antibiotics; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Urology/Genitourinary infections/Urinary tract infections; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,2,docx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000076.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000076.s002&type=supplementary,9,Kellen J. Karimi,"Department of Clinical Microbiology & Infectious Diseases, School of Pathology, Faculty of Health Sciences, University of the Witwatersrand, Johannesburg, South Africa",South Africa,kkarimi@uonbi.ac.ke,https://orcid.org/0000-0001-7064-8003,Kellen J. Karimi,"Department of Clinical Microbiology & Infectious Diseases, School of Pathology, Faculty of Health Sciences, University of the Witwatersrand, Johannesburg, South Africa",South Africa,kkarimi@uonbi.ac.ke,https://orcid.org/0000-0001-7064-8003,TRUE,Data is attached as supplementary information.,, +10.1371/journal.pwat.0000122,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000122,PLOS Water,Eliminating lead exposure from drinking water—A global call to action,2023-04-26,2023,Opinion,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Public and occupational health/Global health; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Physical sciences/Chemistry/Chemical reactions/Corrosion; /Social sciences/Economics/Commerce/Procurement; /Social sciences/Economics/Economic geography/Low and middle income countries,FALSE,0,,,17,Valerie Bauza,"The Water Institute, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,valerie.bauza@emory.edu,https://orcid.org/0000-0003-1919-0767,Valerie Bauza,"The Water Institute, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,valerie.bauza@emory.edu,https://orcid.org/0000-0003-1919-0767,FALSE,,, +10.1371/journal.pwat.0000056,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000056,PLOS Water,Making scarcity “enough”: The hidden household costs of adapting to water scarcity in Mexico City,2023-03-08,2023,Research Article,/Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/North America/Mexico; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Human geography/Social geography/Neighborhoods,TRUE,3,docx; tinacos; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000056.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000056.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000056.s003&type=supplementary,5,Alyssa Huberts,"Department of Government, Harvard University, Cambridge, Massachusetts, United States of America",United States of America,alyssa_huberts@g.harvard.edu,https://orcid.org/0000-0002-4396-0007,Alyssa Huberts,"Department of Government, Harvard University, Cambridge, Massachusetts, United States of America",United States of America,alyssa_huberts@g.harvard.edu,https://orcid.org/0000-0002-4396-0007,TRUE,"This study primarily draws on a multidisciplinary research project that conducted in-depth, ethnographic research with participants who did not consent to share their potentially identifying data publicly. Because the field notes and transcripts contain detail that constitutes potentially identifying information, the full transcripts and field notes used for the qualitative analysis in this study are not available for public access. De-identified excerpts from the transcripts and field notes are included in the manuscript. Access to the restricted-used data is possible, subject to IRB approved research plans. Requests and inquiries about data access for NESTSMX data can be directed to the Mexican Exposures Data Access Committee at the University of Michigan (email: mexposdata@umich.edu). The Citizen Public Services Survey results, as well as all replication code, will be made available on the Harvard Dataverse in early 2023 at the following address: https://dataverse.harvard.edu/.",https://dataverse.harvard.edu/,dataverse +10.1371/journal.pwat.0000061,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000061,PLOS Water,"Estimation of groundwater recharge in semiarid regions under variable land use and rainfall conditions: A case study of Rajasthan, India",2023-03-22,2023,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural soil science; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Agriculture/Crop science/Crops/Cereal crops; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Millet; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Soil science/Agricultural soil science; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Evaporation; /Social sciences/Human geography/Land use,TRUE,4,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000061.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000061.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000061.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000061.s004&type=supplementary,13,Basant Yadav,"Department of Water Resources Development and Management, Indian Institute of Technology Roorkee, Uttarakhand, India",India,,,Alison Parker,"School of Water, Energy and Environment, Cranfield University, Cranfield, United Kingdom",United Kingdom,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data underlying this paper can be accessed at: 10.17862/cranfield.rd.12967961.,https://doi.org/10.17862/cranfield.rd.12967961; 10.17862/cranfield.rd.12967961, +10.1371/journal.pwat.0000081,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000081,PLOS Water,The Municipal Drinking Water Database,2023-04-10,2023,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Population groupings/Professions/Police; /Research and analysis methods/Research design/Survey research/Census; /Social sciences/Economics/Finance; /Social sciences/Law and legal sciences/Criminal justice system/Law enforcement/Police; /Social sciences/Political science/Elections; /Social sciences/Political science/Governments/Local governments; /Social sciences/Political science/Governments/Municipal governments/City governments; /Social sciences/Psychology/Cognitive psychology/Decision making,TRUE,1,vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000081.s001&type=supplementary,6,Sara Hughes,"School for Environment and Sustainability, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,hughessm@umich.edu,https://orcid.org/0000-0002-1282-6235,Sara Hughes,"School for Environment and Sustainability, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,hughessm@umich.edu,https://orcid.org/0000-0002-1282-6235,TRUE,Data are available at https://doi.org/10.7910/DVN/DFB6NG.,https://doi.org/10.7910/DVN/DFB6NG; 10.7910/DVN/DFB6NG, +10.1371/journal.pwat.0000088,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000088,PLOS Water,Identifying trends in SARS-CoV-2 RNA in wastewater to infer changing COVID-19 incidence: Effect of sampling frequency,2023-04-06,2023,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Molecular biology/Molecular biology techniques/Molecular biology assays and analysis techniques/Nucleic acid analysis/RNA analysis; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /Physical sciences/Mathematics/Statistics/Statistical data; /Research and analysis methods/Molecular biology techniques/Molecular biology assays and analysis techniques/Nucleic acid analysis/RNA analysis,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000088.s001&type=supplementary,4,Elana M. G. Chan,"Department of Civil and Environmental Engineering, Stanford University, Stanford, California, United States of America",United States of America,,https://orcid.org/0000-0002-7238-6833,Alexandria B. Boehm,"Department of Civil and Environmental Engineering, Stanford University, Stanford, California, United States of America",United States of America,aboehm@stanford.edu,https://orcid.org/0000-0002-8162-5090,TRUE,Wastewater data are publicly available through the Stanford Digital Repository (https://doi.org/10.25740/yg713sw8276).,https://doi.org/10.25740/yg713sw8276; 10.25740/yg713sw8276, +10.1371/journal.pwat.0000094,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000094,PLOS Water,Significant antimicrobial-producing vegetation uniquely shapes the stormwater biofilter microbiome with implications for enhanced faecal pathogen inactivation,2023-03-21,2023,Research Article,/Biology and life sciences/Ecology/Plant ecology/Plant-environment interactions/Rhizosphere; /Biology and life sciences/Genetics/Genomics/Microbial genomics/Microbiome; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Enterococcus/Enterococcus faecalis; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbiome; /Biology and life sciences/Microbiology/Microbial genomics/Microbiome; /Biology and life sciences/Organisms/Bacteria; /Biology and life sciences/Organisms/Bacteria/Actinobacteria; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterococcus/Enterococcus faecalis; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Plant science/Plant ecology/Plant-environment interactions/Rhizosphere; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Ecology and environmental sciences/Ecology/Plant ecology/Plant-environment interactions/Rhizosphere; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Enterococcus/Enterococcus faecalis; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Physics/Electromagnetic radiation/Light/Sunlight; /Physical sciences/Physics/Electromagnetic radiation/Solar radiation/Sunlight; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,3,docx; docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000094.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000094.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000094.s003&type=supplementary,3,Penelope Jane Galbraith,"Environmental and Public Health Microbiology Laboratory (EPHM Lab), Monash Water for Liveability, Department of Civil Engineering, Monash University, Clayton, Victoria, Australia",Australia,,https://orcid.org/0000-0003-3595-8190,David Thomas McCarthy,"Environmental and Public Health Microbiology Laboratory (EPHM Lab), Monash Water for Liveability, Department of Civil Engineering, Monash University, Clayton, Victoria, Australia",Australia,david.mccarthy@qut.edu.au,,TRUE,"All relevant data are contained within the paper and its three Supporting Information files. Sequencing data for all samples is available on the Short Read Archive, project reference ID PRJNA939271 (http://www.ncbi.nlm.nih.gov/bioproject/939271).",http://www.ncbi.nlm.nih.gov/bioproject/939271,ncbi/genbank +10.1371/journal.pwat.0000090,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000090,PLOS Water,Differentiating between urban flood risk as a unitary problem and as a strand in a braided problem set: Implications for administrative coordination,2023-03-24,2023,Research Article,/Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Flooding; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Transportation; /Medicine and health sciences/Epidemiology/Medical risk factors; /People and places/Geographical locations/North America/United States/Nebraska; /Social sciences/Human geography/Social geography/Neighborhoods; /Social sciences/Human geography/Urban geography/Cities,FALSE,0,,,1,Sarah Michaels,"Department of Political Science and Faculty Fellow, Public Policy Center, University of Nebraska-Lincoln, Lincoln, NE, United States of America",United States of America,michaels2@unl.edu,https://orcid.org/0000-0003-0281-5003,Sarah Michaels,"Department of Political Science and Faculty Fellow, Public Policy Center, University of Nebraska-Lincoln, Lincoln, NE, United States of America",United States of America,michaels2@unl.edu,https://orcid.org/0000-0003-0281-5003,TRUE,All data are in the manuscript.,, +10.1371/journal.pwat.0000157,2,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000157,PLOS Water,Seasonal variation in household water insecurity in rural Bangladesh: A longitudinal analysis,2023-07-31,2023,Research Article,/Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Cholera; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Cholera; /Physical sciences/Chemistry/Chemical elements/Arsenic,TRUE,14,a; docx; do; csv; csv; csv; csv; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; log,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s014&type=supplementary,5,Lauren M. T. Broyles,"Department of Civil and Environmental Engineering, Pennsylvania State University, University Park, Pennsylvania, United States of America",United States of America,,https://orcid.org/0000-0003-2726-4930,Emily L. Pakhtigian,"School of Public Policy, Pennsylvania State University, University Park, Pennsylvania, United States of America",United States of America,emilypakhtigian@psu.edu,https://orcid.org/0000-0003-3532-5596,TRUE,All data and analysis files have been uploaded along with this submission.,, +10.1371/journal.pwat.0000103,2,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000103,PLOS Water,A multi-spatial analysis and the balanced requirements of freshwater mussels (Bivalvia: Unionidae) and urban inhabitants in the Cuyahoga River watershed,2023-05-19,2023,Research Article,/Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Molluscs/Bivalves/Mussels; /Biology and life sciences/Zoology/Animals/Invertebrates/Molluscs/Bivalves/Mussels; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Geology/Geological surveys; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Water quality; /Social sciences/Human geography/Land use,TRUE,6,tiff; a; a; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000103.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000103.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000103.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000103.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000103.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000103.s006&type=supplementary,6,Tamar A. Atwell,"Department of Biological, Geological, and Environmental Sciences, Cleveland State University, Cleveland, Ohio, United States of America",United States of America,,,Robert A. Krebs,"Department of Biological, Geological, and Environmental Sciences, Cleveland State University, Cleveland, Ohio, United States of America",United States of America,r.krebs@csuohio.edu,,TRUE,Data are available in MS Theses https://engagedscholarship.csuohio.edu/etdarchive/1184/ https://engagedscholarship.csuohio.edu/etdarchive/1343/.,https://engagedscholarship.csuohio.edu/etdarchive/1184/; https://engagedscholarship.csuohio.edu/etdarchive/1343/, +10.1371/journal.pwat.0000049,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000049,PLOS Water,Examination of water quality at the household level and its association with diarrhea among young children in Ghana: Results from UNICEF-MICS6 survey,2023-06-13,2023,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /People and places/Geographical locations/Africa/Ghana; /People and places/Population groupings/Age groups/Children; /People and places/Population groupings/Families/Children; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,FALSE,0,,,4,Mohammed Husein,"Department of Nutrition and Food Science, University of Ghana, Accra, Ghana",Ghana,,,Seth Armah,"Department of Nutrition, University of North Carolina at Greensboro, Greensboro, NC, United States of America",United States of America,s_armah@uncg.edu,https://orcid.org/0000-0003-3860-0522,TRUE,"We used publicly available Ghana UNICEF-MICS6 survey. UNICEF MICS. (2022). MICS6 TOOLS. Retrieved 6 1, 2022, from UNICEF: https://mics.unicef.org/tools#datacollection.",https://mics.unicef.org/tools#datacollection, +10.1371/journal.pwat.0000083,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000083,PLOS Water,Long-term effects of land-use change on water resources in urbanizing watersheds,2023-04-26,2023,Research Article,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Water quality; /Social sciences/Human geography/Land use,FALSE,0,,,2,Ammara Talib,"Department of Civil and Environmental Engineering, University of Wisconsin, Madison, Wisconsin, United States of America",United States of America,,https://orcid.org/0000-0003-3259-0220,Timothy O. Randhir,"Department of Environmental Conservation, University of Massachusetts, Amherst, Massachusetts, United States of America",United States of America,randhir@umass.edu,,TRUE,All relevant data are within the paper.,, +10.1371/journal.pwat.0000139,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000139,PLOS Water,Rapid water quality field tests: Data revolution or dead end?,2023-06-14,2023,Opinion,/Biology and life sciences/Computational biology/Biological data management; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Computer and information sciences/Data management; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology/Medical risk factors; /Social sciences/Psychology/Cognitive psychology/Decision making,FALSE,0,,,2,Katrina J. Charles,"School of Geography and the Environment, University of Oxford, Oxford, United Kingdom",United Kingdom,katrina.charles@ouce.ox.ac.uk,https://orcid.org/0000-0002-2236-7589,Katrina J. Charles,"School of Geography and the Environment, University of Oxford, Oxford, United Kingdom",United Kingdom,katrina.charles@ouce.ox.ac.uk,https://orcid.org/0000-0002-2236-7589,FALSE,,, +10.1371/journal.pwat.0000121,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000121,PLOS Water,Saltwater intrusion and climate change impact on coastal agriculture,2023-04-27,2023,Opinion,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural soil science; /Biology and life sciences/Ecology/Ecosystems/Wetland ecosystems/Delta ecosystems; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments/Sea water; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Soil science/Agricultural soil science; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Ecology/Ecosystems/Wetland ecosystems/Delta ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity,FALSE,0,,,8,Paolo Tarolli,"Department of Land, Environment, Agriculture and Forestry, University of Padova, Legnaro, PD, Italy",Italy,paolo.tarolli@unipd.it,https://orcid.org/0000-0003-0043-5226,Paolo Tarolli,"Department of Land, Environment, Agriculture and Forestry, University of Padova, Legnaro, PD, Italy",Italy,paolo.tarolli@unipd.it,https://orcid.org/0000-0003-0043-5226,FALSE,,, +10.1371/journal.pwat.0000074,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000074,PLOS Water,Multi-pathway assessment of fecal contamination in urban areas of Abidjan: The case of Abobo municipality,2023-06-30,2023,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Nutrition/Diet/Food; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Poisoning/Food poisoning; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Nutrition/Diet/Food; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Social sciences/Human geography/Social geography/Neighborhoods; /Social sciences/Sociology/Education/Schools,TRUE,8,pdf; pdf; pdf; pdf; pdf; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s008&type=supplementary,8,Phaniwa Zié Zoumana Coulibaly,"Unité de formation et de Recherche des Sciences de la Terre et des Ressources Minières, Université Félix Houphouët-Boigny, Abidjan, Côte d’Ivoire",Côte d’Ivoire,coulbyph@gmail.com,https://orcid.org/0000-0002-3096-9061,Phaniwa Zié Zoumana Coulibaly,"Unité de formation et de Recherche des Sciences de la Terre et des Ressources Minières, Université Félix Houphouët-Boigny, Abidjan, Côte d’Ivoire",Côte d’Ivoire,coulbyph@gmail.com,https://orcid.org/0000-0002-3096-9061,TRUE,The data is available in the Dryad repository on the two following links: https://doi.org/10.5061/dryad.05qfttf83 https://datadryad.org/stash/share/EkofS8ie3rSequ58-BZ1aApNz0CuVSH6BgTZ3v38aGE.,https://doi.org/10.5061/dryad.05qfttf83; https://datadryad.org/stash/share/EkofS8ie3rSequ58-BZ1aApNz0CuVSH6BgTZ3v38aGE; 10.5061/dryad.05qfttf83,dryad +10.1371/journal.pwat.0000073,2,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000073,PLOS Water,Risk assessment of drinking water intake contamination from agricultural activities using a Bayesian network,2023-07-27,2023,Research Article,/Biology and life sciences/Agriculture/Animal management/Animal production; /Biology and life sciences/Agriculture/Crop science/Crops; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Physical sciences/Mathematics/Probability theory/Probability distribution,TRUE,21,docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; draft; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s020&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s021&type=supplementary,11,Raja Kammoun,"Department of Civil, Geological and Mining Engineering, Polytechnique Montréal, Montreal, Quebec, Canada",Canada,raja.kammoun@polymtl.ca,https://orcid.org/0000-0002-1059-109X,Raja Kammoun,"Department of Civil, Geological and Mining Engineering, Polytechnique Montréal, Montreal, Quebec, Canada",Canada,raja.kammoun@polymtl.ca,https://orcid.org/0000-0002-1059-109X,TRUE,Data are available at Open Science Framework: https://osf.io/zyekt/?view_only=01527a99a3374a2ab7879e42ff01052b Identifier: DOI 10.17605/OSF.IO/ZYEKT.,https://osf.io/zyekt/?view_only=01527a99a3374a2ab7879e42ff01052b; https://doi.org/10.17605/OSF.IO/ZYEKT; 10.17605/OSF.IO/ZYEKT,osf +10.1371/journal.pwat.0000152,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000152,PLOS Water,Public toilets have reduced enteric pathogen hazards in San Francisco,2023-08-02,2023,Research Article,/Biology and life sciences/Biochemistry/Nucleic acids/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Genetics/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Shigella; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Shigella; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Nematoda/Trichuris; /Biology and life sciences/Organisms/Eukaryota/Protozoans/Cryptosporidium; /Biology and life sciences/Organisms/Eukaryota/Protozoans/Parasitic protozoans/Cryptosporidium; /Biology and life sciences/Zoology/Animals/Invertebrates/Nematoda/Trichuris; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Animal pathogens/Zoonotic pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Shigella; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,20,docx; docx; docx; docx; docx; docx; docx; docx; top; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s020&type=supplementary,12,Troy Barker,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,,,Joe Brown,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,joebrown@unc.edu,https://orcid.org/0000-0002-5200-4148,TRUE,"All data and code have been uploaded to a publicly accessible repository (Open Science Framework, OSF.io) and are available at this link: https://osf.io/3dnug/.",https://osf.io/3dnug/,osf +10.1371/journal.pwat.0000071,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000071,PLOS Water,The enabling environment for citywide water service provision: Insights from six successful cities,2023-06-26,2023,Research Article,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences/Economics/Finance; /Social sciences/Human geography/Urban geography/Cities,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000071.s001&type=supplementary,4,John T. Trimmer,"The Aquaya Institute, Nairobi, Kenya",Kenya,john.t@aquaya.org,https://orcid.org/0000-0002-4809-6684,John T. Trimmer,"The Aquaya Institute, Nairobi, Kenya",Kenya,john.t@aquaya.org,https://orcid.org/0000-0002-4809-6684,TRUE,All data used to develop this study’s findings are included in the manuscript and supporting information.,, +10.1371/journal.pwat.0000148,2,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000148,PLOS Water,Road salt intrusion dynamics in an ex-urban native wetland complex,2023-07-31,2023,Research Article,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Engineering and technology/Civil engineering/Transportation infrastructure/Roads; /Engineering and technology/Transportation/Transportation infrastructure/Roads; /Physical sciences/Chemistry/Chemical compounds/Chlorides; /Physical sciences/Materials science/Material properties/Thermal conductivity; /Physical sciences/Physics/Electricity/Electric conductivity; /Research and analysis methods/Precipitation techniques/Fractional precipitation/Salting out,TRUE,18,xlsx; xlsx; xlsx; xlsx; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; wlw; tif; tif; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s018&type=supplementary,7,Liliana M. Hernandez Gonzalez,"Department of Civil and Environmental Engineering, Northwestern University, Evanston, IL, United States of America",United States of America,lilianam.hernz@gmail.com,https://orcid.org/0000-0002-5259-0968,Liliana M. Hernandez Gonzalez,"Department of Civil and Environmental Engineering, Northwestern University, Evanston, IL, United States of America",United States of America,lilianam.hernz@gmail.com,https://orcid.org/0000-0002-5259-0968,TRUE,The data used in this research is publicly available at the Figshare Repository: https://doi.org/10.6084/m9.figshare.22106213.v3.,https://doi.org/10.6084/m9.figshare.22106213.v3; 10.6084/m9.figshare.22106213.v3,figshare +10.1371/journal.pwat.0000104,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000104,PLOS Water,"Martuwarra Fitzroy River Watershed: One society, one river law",2023-09-12,2023,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Sustainability science; /People and places/Demography/Indigenous populations; /People and places/Geographical locations/Oceania/Australia; /People and places/Population groupings/Ethnicities/Indigenous Australian people; /Social sciences/Anthropology/Indigenous populations; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Culture,FALSE,0,,,4,NA NA,,,,,Magali McDuffie,"Education Partnerships, SAE Creative Institute, Navitas, Canberra, Australian Capital Territory, Australia",Australia,magali.mcduffie@sae.edu.au,https://orcid.org/0000-0002-4628-2918,TRUE,"All data and related metadata relating to this article has been deposited in appropriate, quoted data repositories.",, +10.1371/journal.pwat.0000183,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000183,PLOS Water,Spatiotemporal trends in particle-associated microbial communities in a chlorinated drinking water distribution system,2023-11-15,2023,Research Article,/Biology and life sciences/Biochemistry/Biomarkers; /Biology and life sciences/Microbiology/Bacteriology/Bacterial biofilms; /Biology and life sciences/Microbiology/Biofilms/Bacterial biofilms; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Biology and life sciences/Organisms/Bacteria/Legionella/Legionella pneumophila; /Biology and life sciences/Organisms/Bacteria/Pseudomonas; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila,TRUE,1,xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000183.s001&type=supplementary,3,Madison Ferrebee,"Wadsworth Department of Civil & Environmental Engineering, West Virginia University, Morgantown, West Virginia, United States of America",United States of America,,,Emily Garner,"Wadsworth Department of Civil & Environmental Engineering, West Virginia University, Morgantown, West Virginia, United States of America",United States of America,emily.garner@mail.wvu.edu,https://orcid.org/0000-0002-1579-155X,TRUE,Data from this study has been deposited in the National Center for Biotechnology Information’s Sequence Read Archive under BioProject PRJNA961195.,, +10.1371/journal.pwat.0000101,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000101,PLOS Water,The future of global river health monitoring,2023-09-13,2023,Research Article,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Water quality; /Engineering and technology/Remote sensing; /Medicine and health sciences/Public and occupational health/Global health,TRUE,4,rs; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000101.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000101.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000101.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000101.s004&type=supplementary,11,Lauren M. Kuehne,"Omfishient Consulting, Bremerton, Washington, United States of America",United States of America,lauren.kuehne@gmail.com,https://orcid.org/0000-0002-0054-613X,Lauren M. Kuehne,"Omfishient Consulting, Bremerton, Washington, United States of America",United States of America,lauren.kuehne@gmail.com,https://orcid.org/0000-0002-0054-613X,TRUE,No data is included in the paper.,, +10.1371/journal.pwat.0000129,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000129,PLOS Water,"A tale of two communities: Comparing user perceptions of condominial and conventional sewer systems in Salvador, Brazil",2023-11-06,2023,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Equipment/Communication equipment/Cell phones; /Engineering and technology/Sanitary engineering/Sewage; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Quality of life; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/South America/Brazil; /Physical sciences/Mathematics/Statistics/Statistical methods/Statistical hypothesis testing/Chi square tests; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Statistical hypothesis testing/Chi square tests,TRUE,8,docx; docx; docx; pdf; dta; do; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s008&type=supplementary,12,Fabiana Almerinda G. Palma,"Institute of Collective Health, Federal University of Bahia, Salvador, Bahia, Brazil",Brazil,,https://orcid.org/0000-0002-7345-4914,Federico Costa,"Institute of Collective Health, Federal University of Bahia, Salvador, Bahia, Brazil",Brazil,fcosta2001@gmail.com,,TRUE,"The datasets used and/or analyzed during the current study cannot be shared publicly because of personal information of participants in the survey. Researchers who wish to access the data can contact the data manager of the Oswaldo Cruz Foundation, Nivison Junior (nivisonjr@gmail.com).",, +10.1371/journal.pwat.0000166,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000166,PLOS Water,Global microbial water quality data and predictive analytics: Key to health and meeting SDG 6,2023-08-23,2023,Review,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens; /Computer and information sciences/Data management; /Computer and information sciences/Data management/Data visualization; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens,FALSE,0,,,8,Joan B. Rose,"Department of Fisheries and Wildlife, and Plant Soil and Microbial Sciences, Michigan State University, East Lansing, Michigan, United States of America",United States of America,rosejo@msu.edu,https://orcid.org/0000-0002-5871-0211,Joan B. Rose,"Department of Fisheries and Wildlife, and Plant Soil and Microbial Sciences, Michigan State University, East Lansing, Michigan, United States of America",United States of America,rosejo@msu.edu,https://orcid.org/0000-0002-5871-0211,FALSE,,, +10.1371/journal.pwat.0000140,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000140,PLOS Water,Using detrending to assess SARS-CoV-2 wastewater loads as a leading indicator of fluctuations in COVID-19 cases at fine temporal scales: Correlations across twenty sewersheds in North Carolina,2023-10-18,2023,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Microbiology/Virology/Viral transmission and infection/Viral load; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology; /Medicine and health sciences/Epidemiology/Disease surveillance; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /People and places/Geographical locations/North America/United States/North Carolina,TRUE,27,tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; docx; docx; docx; docx; tif; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s020&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s021&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s022&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s023&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s024&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s025&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s026&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s027&type=supplementary,24,Kelly Hoffman,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,,https://orcid.org/0000-0003-3065-3515,Ariel Christensen,"Department of Epidemiology, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,ariel.christensen@dhhs.nc.gov,https://orcid.org/0000-0003-3925-1475,TRUE,"All wastewater data and geocoded COVID-19 cases are available by date and wastewater treatment plant here - https://covid19.ncdhhs.gov/dashboard/data-behind-dashboards. Please scroll to the ""wastewater monitoring"" tab on the page. Then toggle to download the ""viral gene copies per person"" in one csv/excel file and the ""new cases per 10,000 persons"" in a csv/excel file.",https://covid19.ncdhhs.gov/dashboard/data-behind-dashboards, +10.1371/journal.pwat.0000171,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000171,PLOS Water,Microbial community function and bacterial pathogen composition in pit latrines in peri-urban Malawi,2023-10-18,2023,Research Article,/Biology and life sciences/Biochemistry/Nucleic acids/RNA/Non-coding RNA/Ribosomal RNA; /Biology and life sciences/Biochemistry/Ribosomes/Ribosomal RNA; /Biology and life sciences/Cell biology/Cellular structures and organelles/Ribosomes/Ribosomal RNA; /Biology and life sciences/Ecology/Ecological metrics/Species diversity; /Biology and life sciences/Genetics/Genomics/Microbial genomics/Microbiome; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbiome; /Biology and life sciences/Microbiology/Microbial genomics/Microbiome; /Biology and life sciences/Organisms/Archaea; /Biology and life sciences/Organisms/Archaea/Methanogens; /Ecology and environmental sciences/Ecology/Ecological metrics/Species diversity; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Physical sciences/Materials science/Materials/Sludge,TRUE,9,a; a; tif; white; tif; tif; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s009&type=supplementary,10,Savanna K. Smith,"Department of Civil, Construction and Environmental Engineering, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,,https://orcid.org/0009-0004-5195-1081,Francis L. de los Reyes,"Department of Civil, Construction and Environmental Engineering, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,delosreyes@ncsu.edu,https://orcid.org/0000-0002-3593-0932,TRUE,Raw sequencing data and the associated metadata is available through the National Center for Biotechnology Information (NCBI) Sequence Read Archive (SRA) database under the accession code PRJNA913150.,, +10.1371/journal.pwat.0000186,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000186,PLOS Water,"Key mechanisms of a gender and socially inclusive community engagement and participatory design approach in the RISE program in Makassar, Indonesia and Suva, Fiji",2023-11-03,2023,Research Article,/Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/Indonesia; /People and places/Geographical locations/Oceania/Fiji; /People and places/Geographical locations/Oceania/Indonesia; /People and places/Population groupings/Age groups/Adults/Elderly,TRUE,3,pdf; docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000186.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000186.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000186.s003&type=supplementary,21,Naomi Francis,"Monash Sustainable Development Institute, Monash University, Melbourne, Victoria, Australia",Australia,,https://orcid.org/0000-0002-2434-8680,Becky Batagol,"Monash Sustainable Development Institute, Monash University, Melbourne, Victoria, Australia",Australia,Becky.Batagol@monash.edu,https://orcid.org/0000-0003-2501-8541,TRUE,All relevant data are included in the paper.,, +10.1371/journal.pwat.0000204,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000204,PLOS Water,"Correction: A Google Earth-GIS based approach to examine the potential of the current rainwater harvesting practices to meet water demands in Mityana district, Uganda.",2023-11-14,2023,Correction,,FALSE,0,,,6,Jamiat Nanteza,,,,,,,,,,FALSE,,, +10.1371/journal.pwat.0000201,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000201,PLOS Water,How do water matrices influence QSPR models in wastewater treatment?–A case study on the sonolytic elimination of phenol derivates,2023-11-14,2023,Research Article,/Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Signal processing/Autocorrelation; /Physical sciences/Chemistry/Chemical compounds/Chlorides; /Physical sciences/Chemistry/Chemical compounds/Organic compounds/Carbohydrates/Monosaccharides/Glucose; /Physical sciences/Chemistry/Chemical compounds/Phenols; /Physical sciences/Chemistry/Chemical compounds/Salts; /Physical sciences/Chemistry/Chemical compounds/Salts/Sodium chloride; /Physical sciences/Chemistry/Chemical radicals/Hydroxyl radicals; /Physical sciences/Chemistry/Organic chemistry/Organic compounds/Carbohydrates/Monosaccharides/Glucose; /Physical sciences/Chemistry/Physical chemistry/Chemical radicals/Hydroxyl radicals; /Physical sciences/Mathematics/Statistics/Statistical methods/Autocorrelation; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Autocorrelation,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000201.s001&type=supplementary,3,Judith Glienke,"Institute of Technical Chemistry and Environmental Chemistry, Friedrich Schiller University Jena, Jena, Germany",Germany,,https://orcid.org/0000-0002-2277-2218,Patrick Braeutigam,"Institute of Technical Chemistry and Environmental Chemistry, Friedrich Schiller University Jena, Jena, Germany",Germany,patrick.braeutigam@uni-jena.de,https://orcid.org/0000-0002-3274-1271,TRUE,All underlying data for this manuscript are included in the Supporting Information file.,, +10.1371/journal.pwat.0000163,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000163,PLOS Water,Cholera risk in Lusaka: A geospatial analysis to inform improved water and sanitation provision,2023-08-22,2023,Research Article,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Cholera; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Cholera; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Zambia; /Social sciences/Human geography/Urban geography/Cities,TRUE,4,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000163.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000163.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000163.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000163.s004&type=supplementary,9,Peter W. Gething,"John Curtin Distinguished Professor, Curtin School of Population Health, Faculty of Health Sciences, Curtin University, Bentley, Western Australia, Australia",Australia,,,Sophie Ayling,"Water Global Practice, World Bank Group, Washington, DC, United States of America",United States of America,sophie2ayling@gmail.com,https://orcid.org/0000-0003-1109-3970,TRUE,Publicly available data is accessible on the GitHub link https://github.com/worldbank/zambia-cholera-geospatial-modelling. Cholera case data can be requested from the Zambia National Public Health Institute (ZNPHI) or the National Health Research Authority (NHRA). Email addresses for contacting officials at either institution are Mazyanga Mazaba mazyanga.mazaba@znphi.co.zm and Sandra Sakala sandrasakala@gmail.com respectively. Copy authors Solomon Sitinadziwe Kagulura and Sophie Ayling in any requests made.,https://github.com/worldbank/zambia-cholera-geospatial-modelling,github +10.1371/journal.pwat.0000168,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000168,PLOS Water,Waterborne viruses in urban groundwater environments,2023-08-17,2023,Review,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Hepatitis viruses/Hepatitis A virus; /Biology and life sciences/Microbiology/Virology/Viral structure/Virions; /Biology and life sciences/Organisms/Viruses/Viral pathogens; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Hepatitis viruses/Hepatitis A virus; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Sanitary engineering/Sewage; /Medicine and health sciences/Epidemiology; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Hepatitis viruses/Hepatitis A virus; /Physical sciences/Chemistry/Physical chemistry/Sorption/Adsorption,TRUE,1,tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000168.s001&type=supplementary,1,Marta Rusiñol,"Laboratory of Viruses Contaminants of Water and Food, Departament de Genètica, Microbiologia i Estadística, Facultat de Biologia, Universitat de Barcelona, Barcelona, Catalonia, Spain",Spain,mrusinol@ub.edu,https://orcid.org/0000-0002-6546-8857,Marta Rusiñol,"Laboratory of Viruses Contaminants of Water and Food, Departament de Genètica, Microbiologia i Estadística, Facultat de Biologia, Universitat de Barcelona, Barcelona, Catalonia, Spain",Spain,mrusinol@ub.edu,https://orcid.org/0000-0002-6546-8857,FALSE,,, +10.1371/journal.pwat.0000202,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000202,PLOS Water,Safe and sustainable water in cities,2023-10-30,2023,Editorial,/Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance/Antibiotic resistance; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pharmacology/Antimicrobial resistance/Antibiotic resistance; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences/Human geography/Urban geography/Cities,FALSE,0,,,2,Abishek Sankara Narayan,"Department of Sanitation, Water and Solid Waste for Development, Swiss Federal Institute of Aquatic Science and Technology (Eawag), Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,Abishek Sankara Narayan,"Department of Sanitation, Water and Solid Waste for Development, Swiss Federal Institute of Aquatic Science and Technology (Eawag), Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,FALSE,,, +10.1371/journal.pwat.0000127,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000127,PLOS Water,"Household, neighbourhood and service provider risk factors for piped drinking-water intermittency in urban and peri-urban Zambia: A cross-sectional analysis",2024-02-05,2024,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Language; /Biology and life sciences/Psychology/Cognitive psychology/Language; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Zambia; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Human geography/Social geography/Neighborhoods; /Social sciences/Human geography/Urban geography/Urbanization; /Social sciences/Psychology/Cognitive psychology/Language,TRUE,21,tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; 7z,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s020&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s021&type=supplementary,4,Mair L. H. Thomas-Possee,"Geography and Environmental Science, University of Southampton, Southampton, United Kingdom",United Kingdom,mairthomas-poseee@wateraid.org,https://orcid.org/0000-0003-1899-2434,Mair L. H. Thomas-Possee,"Geography and Environmental Science, University of Southampton, Southampton, United Kingdom",United Kingdom,mairthomas-poseee@wateraid.org,https://orcid.org/0000-0003-1899-2434,TRUE,The original contributions presented in the study are publicly available. The data can be found at the following: Service provider data can be accessed at: https://database.ib-net.org/countries_results?ctry=29&years=2018&type=report&ent=country&mult=true&report=1&table=true&chart=false&chartType=column&lang=EN&exch=1. 2018 DHS data is available on application via the public repository: https://dhsprogram.com/methodology/survey/survey-display-542.cfm. Regulator data is openly available and can be extracted from the following report: https://www.nwasco.org.zm/index.php/media-center/publications/water-supply-and-sanitation-sector-reports. All code and publicly available data has been provided as supplementary materials to allow full transparency and replication of the analysis that has been undertaken.,https://database.ib-net.org/countries_results?ctry=29&years=2018&type=report&ent=country&mult=true&report=1&table=true&chart=false&chartType=column&lang=EN&exch=1; https://dhsprogram.com/methodology/survey/survey-display-542.cfm; https://www.nwasco.org.zm/index.php/media-center/publications/water-supply-and-sanitation-sector-reports,dhs program +10.1371/journal.pwat.0000224,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000224,PLOS Water,Simultaneous detection and quantification of multiple pathogen targets in wastewater,2024-02-01,2024,Research Article,/Biology and life sciences/Anatomy/Body fluids/Milk; /Biology and life sciences/Biochemistry/Nucleic acids/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Genetics/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Nutrition/Diet/Beverages/Milk; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Physiology/Body fluids/Milk; /Medicine and health sciences/Anatomy/Body fluids/Milk; /Medicine and health sciences/Epidemiology/Disease surveillance/Infectious disease surveillance; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Infectious disease surveillance; /Medicine and health sciences/Nutrition/Diet/Beverages/Milk; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,20,docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s020&type=supplementary,11,Gouthami Rao,"Department of Environmental Sciences and Engineering, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,,,Joe Brown,"Department of Environmental Sciences and Engineering, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,joebrown@unc.edu,https://orcid.org/0000-0002-5200-4148,TRUE,All data from this manuscript is available on a publicly accessible repository at Open Science Framework: https://osf.io/rg36f/.,https://osf.io/rg36f/,osf +10.1371/journal.pwat.0000209,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000209,PLOS Water,Precipitation impacts the physicochemical water quality and abundance of microbial source tracking markers in urban Texas watersheds,2024-02-01,2024,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Dogs; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Ruminants; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Dogs; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Ruminants; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Bodies of water/Ponds; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,12,tif; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s012&type=supplementary,7,Kiran Kumar Vadde,"School of Civil & Environmental Engineering, and Construction Management, University of Texas at San Antonio, San Antonio, Texas, United States of America",United States of America,,https://orcid.org/0000-0002-3946-1918,Vikram Kapoor,"School of Civil & Environmental Engineering, and Construction Management, University of Texas at San Antonio, San Antonio, Texas, United States of America",United States of America,vikram.kapoor@utsa.edu,https://orcid.org/0000-0002-7159-0883,TRUE,All relevant data is included in the Supporting Information file.,, +10.1371/journal.pwat.0000213,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000213,PLOS Water,Assessing inequalities in urban water security through geospatial analysis,2024-02-01,2024,Research Article,/Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Sanitary engineering/Sewage; /People and places/Geographical locations/South America/Brazil; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Human geography/Urban geography/Urban areas; /Social sciences/Human geography/Urban geography/Urbanization,TRUE,2,pdf; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000213.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000213.s002&type=supplementary,5,Juliana Marçal,"Water Innovation and Research Centre (WIRC), Department of Chemical Engineering, University of Bath, Bath, United Kingdom",United Kingdom,jm2842@bath.ac.uk,https://orcid.org/0000-0002-6843-8469,Juliana Marçal,"Water Innovation and Research Centre (WIRC), Department of Chemical Engineering, University of Bath, Bath, United Kingdom",United Kingdom,jm2842@bath.ac.uk,https://orcid.org/0000-0002-6843-8469,TRUE,All data supporting this study is free access data and the sources and collections details are provided as supplementary information accompanying this paper. The code used for the analysis and results figures is also made available at: https://github.com/J-Marcal/WSF_IneqAnalysis.,https://github.com/J-Marcal/WSF_IneqAnalysis,github +10.1371/journal.pwat.0000226,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000226,PLOS Water,Enhancing discharge estimation from SWOT satellite data in a tropical tidal river environment,2024-02-12,2024,Research Article,/Earth sciences/Geophysics/Tides; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Estuaries; /Earth sciences/Marine and aquatic sciences/Bodies of water/Oceans; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Physical sciences/Mathematics/Numerical analysis/Interpolation; /Physical sciences/Physics/Geophysics/Tides; /Research and analysis methods/Mathematical and statistical techniques/Mathematical functions,TRUE,7,pdf; green; tiff; tiff; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s007&type=supplementary,8,Francisco Rodrigues do Amaral,"Université Grenoble Alpes, CNRS, INRAE, IRD, Grenoble INP, IGE, Grenoble, France",France,francisco.amaral@univ-grenoble-alpes.fr,https://orcid.org/0009-0009-1499-6738,Francisco Rodrigues do Amaral,"Université Grenoble Alpes, CNRS, INRAE, IRD, Grenoble INP, IGE, Grenoble, France",France,francisco.amaral@univ-grenoble-alpes.fr,https://orcid.org/0009-0009-1499-6738,TRUE,The in-situ data used in this study was acquired from the following open-access publication: https://www.sciencedirect.com/science/article/pii/S2352340923002664?via%3Dihub This data can be downloaded directly from the following public repository: https://dataverse.ird.fr/dataset.xhtml?persistentId=doi:10.23708/NKQDNB.,https://www.sciencedirect.com/science/article/pii/S2352340923002664?via%3Dihub; https://dataverse.ird.fr/dataset.xhtml?persistentId=doi:10.23708/NKQDNB; 10.23708/NKQDNB,dataverse +10.1371/journal.pwat.0000106,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000106,PLOS Water,Stage and discharge prediction from documentary time-lapse imagery,2024-04-16,2024,Research Article,/Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Artificial intelligence/Machine learning/Machine learning algorithms; /Computer and information sciences/Data management/Data visualization/Infographics/Graphs; /Earth sciences/Hydrology/Surface water; /Engineering and technology/Equipment/Optical equipment/Cameras; /Engineering and technology/Signal processing/Image processing; /Physical sciences/Mathematics/Applied mathematics/Algorithms/Kalman filter; /Physical sciences/Mathematics/Applied mathematics/Algorithms/Machine learning algorithms; /Research and analysis methods/Imaging techniques; /Research and analysis methods/Simulation and modeling/Algorithms/Kalman filter; /Research and analysis methods/Simulation and modeling/Algorithms/Machine learning algorithms,TRUE,3,pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000106.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000106.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000106.s003&type=supplementary,6,Kenneth W. Chapman,"Conservation and Survey Division - School of Natural Resources, University of Nebraska - Lincoln, Lincoln, Nebraska, United States of America",United States of America,,https://orcid.org/0000-0001-9940-263X,Troy E. Gilmore,"Conservation and Survey Division - School of Natural Resources, University of Nebraska - Lincoln, Lincoln, Nebraska, United States of America",United States of America,gilmore@unl.edu,https://orcid.org/0000-0001-9939-4780,TRUE,All image feature datasets and models are available via https://doi.org/10.32873/unl.dr.20210322. Platte Basin Timelapse imagery is available to University of Nebraska personnel and collaborators for research and teaching.,https://doi.org/10.32873/unl.dr.20210322; 10.32873/unl.dr.20210322, +10.1371/journal.pwat.0000227,3,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000227,PLOS Water,"Spatial and seasonal variation in disinfection byproducts concentrations in a rural public drinking water system: A case study of Martin County, Kentucky, USA",2024-03-04,2024,Research Article,/Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Earth sciences/Seasons/Summer; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/North America/United States/Kentucky; /Physical sciences/Chemistry/Chemical compounds/Bromides; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Materials science/Material properties/Thermal conductivity,TRUE,14,pdf; pdf; pdf; pdf; pdf; pdf; pdf; pdf; tiff; nhd; tiff; tiff; tiff; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s014&type=supplementary,11,Jason M. Unrine,"Department of Plant and Soil Sciences, University of Kentucky, Lexington, Kentucky, United States of America",United States of America,Jason.Unrine@uky.edu,https://orcid.org/0000-0003-3012-5261,Jason M. Unrine,"Department of Plant and Soil Sciences, University of Kentucky, Lexington, Kentucky, United States of America",United States of America,Jason.Unrine@uky.edu,https://orcid.org/0000-0003-3012-5261,TRUE,"Data are available from the University of Kentucky Center for Clinical and Translational Science RedCAP data repository (https://www.ccts.uky.edu/services-resources-researchers/redcap) for researchers who meet the criteria for access to human subjects data. To access the data, please contact the database administrator, Brent Seeders (brent.seeders@uky.edu) and request access to data from the Martin County Drinking Water Project.",https://www.ccts.uky.edu/services-resources-researchers/redcap, +10.1371/journal.pwat.0000188,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000188,PLOS Water,"Perceptions of drinking water: Understanding the role of individualized water quality data in Detroit, Michigan",2024-04-02,2024,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception; /Biology and life sciences/Neuroscience/Sensory perception; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /People and places/Geographical locations/North America/United States/Michigan; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception; /Social sciences/Sociology/Communications,TRUE,16,tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s016&type=supplementary,8,Alyssa Schubert,"Civil and Environmental Engineering, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,,https://orcid.org/0000-0001-9884-2289,Nancy G. Love,"Civil and Environmental Engineering, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,nglove@umich.edu,https://orcid.org/0000-0002-9184-2451,TRUE,All data are available at https://github.com/alyssaschubert/Alyssa-research/tree/Interview-Data.,https://github.com/alyssaschubert/Alyssa-research/tree/Interview-Data,github +10.1371/journal.pwat.0000246,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000246,PLOS Water,The water adaptation techniques atlas: A new geospatial library of solutions to water scarcity in the U.S. Southwest,2024-06-26,2024,Research Article,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Crop science/Crop management; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Organisms/Eukaryota/Plants/Flowering plants/Medicago/Alfalfa; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Maize; /Biology and life sciences/Organisms/Eukaryota/Plants/Legumes/Fabaceae/Medicago/Alfalfa; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Maize; /Research and analysis methods/Animal studies/Experimental organism systems/Plant and algal models/Maize; /Research and analysis methods/Model organisms/Maize,FALSE,0,,,11,Noah Silber-Coats,"USDA Southwest Climate Hub, Las Cruces, New Mexico, United States of America",United States of America,noahsc@nmsu.edu,https://orcid.org/0000-0002-1978-0970,Noah Silber-Coats,"USDA Southwest Climate Hub, Las Cruces, New Mexico, United States of America",United States of America,noahsc@nmsu.edu,https://orcid.org/0000-0002-1978-0970,TRUE,All data are available in the manuscript and on the WATA website (embed link: https://webapps.jornada.nmsu.edu/wata/).,https://webapps.jornada.nmsu.edu/wata/, +10.1371/journal.pwat.0000217,3,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000217,PLOS Water,"Research priorities for water, sanitation and hygiene (WASH) in humanitarian crises: A global prioritisation exercise",2024-03-05,2024,Research Article,/Biology and life sciences/Physiology/Physiological parameters/Body weight; /Earth sciences/Atmospheric science/Climatology/Climate change; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Research and analysis methods/Research design/Survey research; /Research and analysis methods/Research design/Survey research/Surveys,TRUE,5,docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000217.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000217.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000217.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000217.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000217.s005&type=supplementary,9,Lauren D'Mello-Guyett,"Environmental Health Group, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom,lauren.dmello-guyett@lshtm.ac.uk,https://orcid.org/0000-0002-8174-1737,Lauren D'Mello-Guyett,"Environmental Health Group, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom,lauren.dmello-guyett@lshtm.ac.uk,https://orcid.org/0000-0002-8174-1737,TRUE,All data can be found in the Supplementary Materials.,, +10.1371/journal.pwat.0000132,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000132,PLOS Water,Complex drivers of geomorphic response and habitat formation revealed in multiyear monitoring of Cosumnes River experimental floodplain reconnection,2024-04-17,2024,Research Article,/Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Plant science/Plant anatomy/Wood; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Erosion; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Ecosystems; /Engineering and technology/Remote sensing/Lidar,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000132.s001&type=supplementary,2,Britne Clifton,"Environmental Systems, University of California Merced, Merced, California, United States of America",United States of America,bclifton2@ucmerced.edu,https://orcid.org/0000-0002-1962-4660,Britne Clifton,"Environmental Systems, University of California Merced, Merced, California, United States of America",United States of America,bclifton2@ucmerced.edu,https://orcid.org/0000-0002-1962-4660,TRUE,Data is accessible via this Dryad repository: https://doi.org/10.5061/dryad.0p2ngf26q. All data created during this study is found within the dataset. This data includes all processed and corrected data utilized for the various figures and analysis conducted in this study. Further information is available within the metadata and specific layer/data information provided with the data set.,https://doi.org/10.5061/dryad.0p2ngf26q; 10.5061/dryad.0p2ngf26q,dryad +10.1371/journal.pwat.0000175,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000175,PLOS Water,A study of illegal dumping near coastal zones and waterways in Grenada: Advancing waste management solutions and reducing marine litter,2024-04-01,2024,Research Article,/Biology and life sciences/Ecology/Ecosystems/Marine ecosystems; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments; /Earth sciences/Marine and aquatic sciences/Bodies of water/Oceans; /Ecology and environmental sciences/Aquatic environments/Marine environments; /Ecology and environmental sciences/Ecology/Ecosystems/Marine ecosystems; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /People and places/Geographical locations/North America/Caribbean/Grenada; /Physical sciences/Materials science/Materials/Plastics,TRUE,6,docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000175.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000175.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000175.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000175.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000175.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000175.s006&type=supplementary,1,Roxanne E. D. Graham,"World Maritime University-Sasakawa Global Ocean Institute, Malmö, Sweden",Sweden,w2005412@wmu.se,https://orcid.org/0000-0002-2613-5750,Roxanne E. D. Graham,"World Maritime University-Sasakawa Global Ocean Institute, Malmö, Sweden",Sweden,w2005412@wmu.se,https://orcid.org/0000-0002-2613-5750,TRUE,"The author confirms that the data underpinning the findings of this study, derived from fieldwork, are accessible within the main text of the article and its supplementary materials. However, challenges arose in sharing de-identified raw data from the interviews, especially due to the small population size and tight social networks in the small Caribbean sub-region where the research was conducted. These factors significantly increase the risk of re-identification. The sensitivity of the data, involving issues like illegal dumping and its impact on communities and industries like tourism, exacerbates these risks. The information touches on the interests of various local stakeholders, potentially affecting those who benefit from or are responsible for these issues. Consequently, there are heightened concerns about the repercussions for participants if their identities become known. The ethical responsibility and the prioritization of the safety of participants have led to the decision to not publicly share the de-identified dataset. This decision is in alignment with the guidelines and requirements set forth by the World Maritime University Research Ethics Committee (WMU REC).To access the sensitive data from this study, formal requests can be submitted. Inquiries should be directed to the designated point of contact, the WMU REC. Requests should be directed to the PhD Office at WMU via email at [PhD@wmu.se] or through the World Maritime University-Sasakawa Global Ocean Institute at [goisecretariat@wmu.se]. Each request will be evaluated on a case-by-case basis by the REC, ensuring compliance with ethical standards and participant safety. The importance of data sharing in advancing scientific knowledge is acknowledged, along with the regret for the limitations imposed in this instance. However, the ethical imperatives and the need to protect participants are paramount in the decision-making process.",, +10.1371/journal.pwat.0000257,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000257,PLOS Water,"Addressing water, sanitation and hygiene inequalities: A review of evidence, gaps, and recommendations for disability-inclusive WASH by 2030",2024-06-11,2024,Review,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Medicine and health sciences/Health care/Caregivers; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Socioeconomic aspects of health; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Socioeconomic aspects of health; /Medicine and health sciences/Urology/Incontinence; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Sociology/Education/Schools,FALSE,0,,,3,Jane Wilbur,"International Centre for Evidence in Disability, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom,jane.wilbur@lshtm.ac.uk,https://orcid.org/0000-0002-5329-1337,Jane Wilbur,"International Centre for Evidence in Disability, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom,jane.wilbur@lshtm.ac.uk,https://orcid.org/0000-0002-5329-1337,FALSE,,, +10.1371/journal.pwat.0000239,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000239,PLOS Water,"Climate change, seasonality and household water security in rural Gambia: A qualitative exploration of the complex relationship between weather and water",2024-06-11,2024,Research Article,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /People and places/Geographical locations/Africa/Gambia,TRUE,3,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000239.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000239.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000239.s003&type=supplementary,8,Indira Bose,"Department of Public Health, Environments and Society, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom,Indira.bose@lshtm.ac.uk,https://orcid.org/0000-0002-3045-8851,Indira Bose,"Department of Public Health, Environments and Society, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom,Indira.bose@lshtm.ac.uk,https://orcid.org/0000-0002-3045-8851,TRUE,"This study was based on qualitative interviews. Excerpts of transcripts to support the analysis are provided throughout the paper. The codebook and interview guides are available in a repository referenced in the manuscript: https://datacompass.lshtm.ac.uk/id/eprint/3808/. From these documents it is possible to replicate the study. Due to privacy concerns, as this study was conducted in a small population, making the full transcripts available could make participants identifiable and breach their confidentiality. Thus, excerpts of anonymized transcripts may be requested directly from the corresponding author or from researchdatamanagement@lshtm.ac.uk. This will be shared if we can do so whilst still protecting privacy in accordance with the ethical approval obtained from the Gambian Ethics Committee and the LSHTM Observational/Interventions Research Ethics Committee (Ref: 26658).",https://datacompass.lshtm.ac.uk/id/eprint/3808/, +10.1371/journal.pwat.0000191,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000191,PLOS Water,Contemporary and relic waters strongly decoupled in arid alpine environments,2024-04-02,2024,Research Article,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Snow; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lagoons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Evaporation,TRUE,8,tif; docx; xlsx; xlsx; xlsx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s008&type=supplementary,6,Brendan J. Moran,"Department of Earth, Geographic, and Climate Sciences, University of Massachusetts-Amherst, Amherst, Massachusetts, United States of America",United States of America,bmoran@umass.edu,https://orcid.org/0000-0002-9862-6241,Brendan J. Moran,"Department of Earth, Geographic, and Climate Sciences, University of Massachusetts-Amherst, Amherst, Massachusetts, United States of America",United States of America,bmoran@umass.edu,https://orcid.org/0000-0002-9862-6241,TRUE,"All data necessary to interpret, replicate, and build upon the findings reported in this article are provided as tables in the Supporting information. The supporting information includes the raw data, data processing, and statistical results used to produce this work. Additionally, a time series of repeat sampling for tritium activities in water is shown to support the results presented in the main text.",, +10.1371/journal.pwat.0000151,3,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000151,PLOS Water,Jumping up the sanitation ladder in rural Cambodia: The role of remittances and peer-to-peer pressure in adopting high-quality latrines,2024-05-29,2024,Research Article,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography/Geographic areas/Rural areas; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/Cambodia; /People and places/Population groupings/Age groups/Children; /People and places/Population groupings/Families/Children; /Social sciences/Economics/Development economics/Economic growth; /Social sciences/Economics/Finance; /Social sciences/Sociology/Communications/Marketing,TRUE,7,docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s007&type=supplementary,7,Valentina Zuin,"United World College South Asia (UWCSEA), Singapore, Singapore",Singapore,valezuin@gmail.com,https://orcid.org/0000-0003-1242-4751,Valentina Zuin,"United World College South Asia (UWCSEA), Singapore, Singapore",Singapore,valezuin@gmail.com,https://orcid.org/0000-0003-1242-4751,TRUE,Available data can be found at this link: https://datadryad.org/stash/dataset/doi:10.5061/dryad.02v6wwqbf.,https://datadryad.org/stash/dataset/doi:10.5061/dryad.02v6wwqbf; 10.5061/dryad.02v6wwqbf,dryad +10.1371/journal.pwat.0000158,3,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000158,PLOS Water,Climate resilience of small-town water utilities in Eastern Ethiopia,2024-05-06,2024,Research Article,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Geography/Human geography/Urban geography/Towns; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/Africa/Ethiopia; /People and places/Population groupings/Professions/Technicians; /Science policy/Science and technology workforce/Careers in research/Technicians; /Social sciences/Human geography/Urban geography/Towns,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000158.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000158.s002&type=supplementary,6,Abraham Geremew,"School of Environmental Health, College of Health and Medical Sciences, Haramaya University, Harar, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,https://orcid.org/0000-0001-5476-9673,Abraham Geremew,"School of Environmental Health, College of Health and Medical Sciences, Haramaya University, Harar, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,https://orcid.org/0000-0001-5476-9673,TRUE,The data used for the publication are fully available as part of the submitted article.,, +10.1371/journal.pwat.0000230,3,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000230,PLOS Water,Assessing viability of Escherichia coli in mining-impacted surface waters,2024-03-05,2024,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Chemistry/Chemical elements/Aluminum; /Physical sciences/Chemistry/Chemical elements/Iron; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Specimen preparation and treatment/Staining/Cell staining; /Research and analysis methods/Specimen preparation and treatment/Staining/Membrane staining,TRUE,3,pdf; xlsx; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000230.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000230.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000230.s003&type=supplementary,7,Claire McDonald,"Wadsworth Department of Civil and Environmental Engineering, West Virginia University, Morgantown, West Virginia, United States of America",United States of America,,,Emily Garner,"Wadsworth Department of Civil and Environmental Engineering, West Virginia University, Morgantown, West Virginia, United States of America",United States of America,emily.garner@mail.wvu.edu,https://orcid.org/0000-0002-1579-155X,TRUE,All data produced for this study is available within the manuscript and the associated supplementary files.,, +10.1371/journal.pwat.0000443,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000443,PLOS Water,"Evaluating the impact of a school-based WASH intervention on household and community practices in Kuyu Woreda, Ethiopia",2026-02-23,2026,Research Article,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Population groupings/Educational status/Schoolchildren; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Social sciences/Sociology/Education/Schools,TRUE,2,vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000443.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000443.s002&type=supplementary,6,Kassahun Ketema,"Centre for Food Security Studies, College of Development Studies, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,,,Mogessie Ashenafi,"Centre for Food Security Studies, College of Development Studies, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,mogessie.ashenafi@aau.edu.et,https://orcid.org/0000-0002-2091-3574,TRUE,All data generated or analyzed during this study are included in this manuscript.,, +10.1371/journal.pwat.0000509,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000509,PLOS Water,"Water supply and infrastructure challenges in rural low-Income arid and semi-arid lands (ASALs): A case study of Turkana, Kenya",2026-03-06,2026,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Chemistry/Chemical compounds/Fluorides; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000509.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000509.s002&type=supplementary,4,Vivian Abungu,"Department of Civil, Construction, and Environmental Engineering, University of Alabama, Tuscaloosa, Alabama, United States of America",United States of America,,https://orcid.org/0000-0003-0815-7187,Mark A. Elliott,"Department of Civil, Construction, and Environmental Engineering, University of Alabama, Tuscaloosa, Alabama, United States of America",United States of America,melliott@eng.ua.edu,https://orcid.org/0000-0002-7835-0612,TRUE,All dataset for this study are available and accessible via the corresponding author’s laboratory website on the data tab: https://sites.ua.edu/melliott/data/.,https://sites.ua.edu/melliott/data/, +10.1371/journal.pwat.0000526,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000526,PLOS Water,How the new Dietary Guidelines for Americans may harm human and planetary health,2026-03-11,2026,Opinion,/Biology and life sciences/Agriculture/Animal management/Livestock; /Biology and life sciences/Agriculture/Animal products/Meat; /Biology and life sciences/Agriculture/Animal products/Meat/Beef; /Biology and life sciences/Nutrition/Diet; /Biology and life sciences/Nutrition/Diet/Food; /Biology and life sciences/Nutrition/Diet/Food/Meat; /Biology and life sciences/Nutrition/Diet/Food/Meat/Beef; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /Medicine and health sciences/Nutrition/Diet; /Medicine and health sciences/Nutrition/Diet/Food; /Medicine and health sciences/Nutrition/Diet/Food/Meat; /Medicine and health sciences/Nutrition/Diet/Food/Meat/Beef,FALSE,0,,,1,Rafael Pérez-Escamilla,"Department of Social and Behavioral Sciences, Yale School of Public Health, New Haven, Connecticut, United States of America",United States of America,rafael.perez-escamilla@yale.edu,https://orcid.org/0000-0001-9416-8039,Rafael Pérez-Escamilla,"Department of Social and Behavioral Sciences, Yale School of Public Health, New Haven, Connecticut, United States of America",United States of America,rafael.perez-escamilla@yale.edu,https://orcid.org/0000-0001-9416-8039,FALSE,,, +10.1371/journal.pwat.0000503,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000503,PLOS Water,"Assessment of Water, Sanitation and Hygiene (WASH) knowledge, attitudes and practices in water stressed Kenyan semi-arid landscape",2026-02-23,2026,Research Article,/Biology and life sciences/Agriculture/Animal management/Livestock; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Kenya; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps,FALSE,0,,,6,Brian Marvis Waswala-Olewe,"Department of Environmental Studies, Geography and Planning, Maasai Mara University, Narok, Kenya",Kenya,brianmarv@gmail.com,https://orcid.org/0000-0001-9604-9746,Brian Marvis Waswala-Olewe,"Department of Environmental Studies, Geography and Planning, Maasai Mara University, Narok, Kenya",Kenya,brianmarv@gmail.com,https://orcid.org/0000-0001-9604-9746,TRUE,The data is freely and readily accessible on Zenodo (https://doi.org/10.5281/zenodo.18201487).,https://doi.org/10.5281/zenodo.18201487; 10.5281/zenodo.18201487,zenodo +10.1371/journal.pwat.0000420,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000420,PLOS Water,Water insecurity is associated with higher prevalence of self-reported diet-related noncommunicable disease outcomes in adults from the Mexican National Health and Nutritional Survey 2021–22,2026-02-26,2026,Research Article,/Biology and life sciences/Nutrition/Diet; /Biology and life sciences/Nutrition/Diet/Food; /Medicine and health sciences/Endocrinology/Endocrine disorders/Diabetes mellitus; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Metabolic disorders/Diabetes mellitus; /Medicine and health sciences/Medical conditions/Noncommunicable diseases; /Medicine and health sciences/Nutrition/Diet; /Medicine and health sciences/Nutrition/Diet/Food; /Medicine and health sciences/Vascular medicine/Blood pressure/Hypertension; /People and places/Geographical locations/North America/Mexico; /People and places/Population groupings/Ethnicities/Latin American people/Mexican people,TRUE,8,docx; docx; docx; docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s008&type=supplementary,10,Kaela Connors,"Carolina Population Center, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,kaemconn@unc.edu,https://orcid.org/0009-0001-6949-7583,Kaela Connors,"Carolina Population Center, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,kaemconn@unc.edu,https://orcid.org/0009-0001-6949-7583,TRUE,"Yes - all data are fully available without restriction; Data from the Mexican National Health and Nutrition Survey (ENSANUT-Continua) for 2021 and 2022 can be found at https://ensanut.insp.mx/encuestas/ensanutcontinua2021/descargas.php and https://ensanut.insp.mx/encuestas/ensanutcontinua2022/descargas.php, respectively.",https://ensanut.insp.mx/encuestas/ensanutcontinua2021/descargas.php; https://ensanut.insp.mx/encuestas/ensanutcontinua2022/descargas.php, +10.1371/journal.pwat.0000242,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000242,PLOS Water,Public health policy impact evaluation: A potential use case for longitudinal monitoring of viruses in wastewater at small geographic scales,2024-06-03,2024,Research Article,/Biology and life sciences/Immunology/Vaccination and immunization; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology/Disease surveillance; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Immunology/Vaccination and immunization; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Preventive medicine/Vaccination and immunization; /Social sciences/Political science/Public policy,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000242.s001&type=supplementary,5,Elana M. G. Chan,"Department of Civil and Environmental Engineering, Stanford University, Stanford, California, United States of America",United States of America,,,Alexandria B. Boehm,"Department of Civil and Environmental Engineering, Stanford University, Stanford, California, United States of America",United States of America,aboehm@stanford.edu,https://orcid.org/0000-0002-8162-5090,TRUE,Wastewater data are publicly available through the Stanford Digital Repository (https://doi.org/10.25740/ch598gf0783).,https://doi.org/10.25740/ch598gf0783; 10.25740/ch598gf0783, +10.1371/journal.pwat.0000187,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000187,PLOS Water,Long-term trial of a community-scale decentralized point-of-use drinking water treatment system,2024-04-04,2024,Research Article,/Earth sciences/Marine and aquatic sciences/Bodies of water/Ponds; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Materials science/Material properties/Permeability; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Research and analysis methods/Research design/Field trials,TRUE,8,docx; tif; 1; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s008&type=supplementary,8,Gillian E. Clayton,"Centre for Research in Biosciences, College of Health, Science and Society, University of the West of England, Coldharbour Lane, Bristol, United Kingdom",United Kingdom,,https://orcid.org/0000-0003-2395-3827,Darren M. Reynolds,"Centre for Research in Biosciences, College of Health, Science and Society, University of the West of England, Coldharbour Lane, Bristol, United Kingdom",United Kingdom,Darren.Reynolds@uwe.ac.uk,https://orcid.org/0000-0002-7002-1320,TRUE,All data generated or analysed during this study are study is included in this article and the authors have submitted the data for open access storage to the UK Centre for Ecology and Hydrology Environmental Information Data Centre open-source data repository (https://eidc.ac.uk/finddata). The open-access RStudio code used to produce Fig 2 can be found at https://github.com/rstudio/cheatsheets/blob/main/data-visualization.pdf.,https://eidc.ac.uk/finddata; https://github.com/rstudio/cheatsheets/blob/main/data-visualization.pdf,github +10.1371/journal.pwat.0000252,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000252,PLOS Water,Neglected second and third generation challenges of urban sanitation: A review of the marginality and exclusion dimensions of safely managed sanitation,2024-06-14,2024,Review,/Biology and life sciences/Ecology/Urban ecology; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Ecology/Urban ecology; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Materials science/Materials/Sludge; /Social sciences/Human geography/Urban geography/Cities,FALSE,0,,,3,Tanvi Bhatkal,"Institute of Development Studies, University of Sussex, Falmer, Brighton, United Kingdom",United Kingdom,,https://orcid.org/0000-0002-3835-2656,Roshni Sumitra,"Institute of Development Studies, University of Sussex, Falmer, Brighton, United Kingdom",United Kingdom,r.sumitra@ids.ac.uk,https://orcid.org/0009-0009-1915-2323,FALSE,,, +10.1371/journal.pwat.0000228,3,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000228,PLOS Water,Design of infiltration swales,2024-03-06,2024,Research Article,/Biology and life sciences/Anatomy/Body limbs/Legs/Feet/Toes; /Biology and life sciences/Bioengineering; /Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Hydrology/Flooding; /Engineering and technology/Bioengineering; /Medicine and health sciences/Anatomy/Body limbs/Legs/Feet/Toes; /Physical sciences/Mathematics/Probability theory/Statistical distributions/Distribution curves; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Research and analysis methods/Research assessment/Peer review; /Social sciences/Sociology/Education/Textbooks,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000228.s001&type=supplementary,1,David A. Chin,"Department of Chemical, Environmental, and Materials Engineering, University of Miami, Coral Gables, Florida, United States of America",United States of America,dchin@miami.edu,https://orcid.org/0000-0003-4530-5484,David A. Chin,"Department of Chemical, Environmental, and Materials Engineering, University of Miami, Coral Gables, Florida, United States of America",United States of America,dchin@miami.edu,https://orcid.org/0000-0003-4530-5484,TRUE,The results reported in this paper are all based on computer simulations following the flowcharts contained within the paper. The input data used in the simulations are all contained within the paper.,, +10.1371/journal.pwat.0000192,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000192,PLOS Water,The paradox of production: Surface water supply drives agricultural productivity but not prosperity in California’s San Joaquin Valley,2024-06-13,2024,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Surface irrigation; /Biology and life sciences/Agriculture/Crop science/Crops; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000192.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000192.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000192.s003&type=supplementary,2,Vicky Espinoza,"School of Engineering, University of California Merced, Merced, California, United States of America",United States of America,vespinoza2@ucla.edu,https://orcid.org/0000-0003-3136-2576,Vicky Espinoza,"School of Engineering, University of California Merced, Merced, California, United States of America",United States of America,vespinoza2@ucla.edu,https://orcid.org/0000-0003-3136-2576,TRUE,Data is publicly available via Dryad: https://doi.org/10.5061/dryad.3xsj3txnw Code is available on Github: https://github.com/vicelab/irrigation_district_analysis.,https://doi.org/10.5061/dryad.3xsj3txnw; https://github.com/vicelab/irrigation_district_analysis; 10.5061/dryad.3xsj3txnw,dryad; github +10.1371/journal.pwat.0000210,3,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000210,PLOS Water,Performance evaluation and application of host-specific Bacteroidales and mitochondrial DNA markers to identify sources of fecal contamination in river water in Japan,2024-03-06,2024,Research Article,/Biology and life sciences/Agriculture/Animal management/Animal performance; /Biology and life sciences/Biochemistry/Nucleic acids/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Genetics/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Bovines/Cattle; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Ruminants/Cattle; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Swine; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Bovines/Cattle; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Ruminants/Cattle; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Swine; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Sanitary engineering/Sewage,TRUE,2,xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000210.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000210.s002&type=supplementary,4,Bikash Malla,"Interdisciplinary Center for River Basin Environment, University of Yamanashi, Kofu, Yamanashi, Japan",Japan,,https://orcid.org/0000-0003-3078-0717,Eiji Haramoto,"Interdisciplinary Center for River Basin Environment, University of Yamanashi, Kofu, Yamanashi, Japan",Japan,eharamoto@yamanashi.ac.jp,https://orcid.org/0000-0002-0126-0651,TRUE,All data can be found in the manuscript and the supporting information file.,, +10.1371/journal.pwat.0000143,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000143,PLOS Water,"Environmental factors associated with Escherichia coli concentration at freshwater beaches on Lake Winnipeg, Manitoba, Canada",2024-04-04,2024,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Atmospheric science/Meteorology/Wind; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /People and places/Geographical locations/North America/Canada/Manitoba; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,22,docx; docx; docx; docx; docx; docx; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s020&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s021&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s022&type=supplementary,8,Binyam N. Desta,"School of Occupational and Public Health, Toronto Metropolitan University, Toronto, Ontario, Canada",Canada,binyam.desta@torontomu.ca,https://orcid.org/0000-0002-1814-7487,Binyam N. Desta,"School of Occupational and Public Health, Toronto Metropolitan University, Toronto, Ontario, Canada",Canada,binyam.desta@torontomu.ca,https://orcid.org/0000-0002-1814-7487,TRUE,"The environmental data presented in this study are openly available online from the Environment and Climate Change Canada historical data repository (https://climate.weather.gc.ca/climate_data/daily_data_e.html?hlyRange=2006-09-22%7C2022-05-10&dlyRange=2006-09-19%7C2022-05-10&mlyRange=2007-05-01%7C2007-11-01&StationID=45007&Prov=MB&urlExtension=_e.html&searchType=stnName&optLimit=yearRange&StartYear=1840&EndYear=2022&selRowPerPage=25&Line=3&searchMethod=contains&Month=5&Day=13&txtStationName=gimli&timeframe=2&Year=2022) (accessed on 5 May 2022), the Government of Canada’s Water Office (https://wateroffice.ec.gc.ca/report/historical_e.html?stn=05SA003) (accessed on 5 May 2022), the department of Oceans and Fisheries buoy (https://www.meds-sdmm.dfo-mpo.gc.ca/isdm-gdsi/waves-vagues/data-donnees/index-eng.asp) (accessed on 25 April 2022), and the NASA database of solar and meteorological parameters (https://power.larc.nasa.gov/data-access-viewer/) (accessed on 25 April 2022). Manitoba E. coli data can be requested from the Environment and Climate (Government of Manitoba; Phone number: 1-800-282-8069 (ext. 0002) and Email: waterquality@gov.mb.ca). The study’s analysis SAS code and R script files are available at https://github.com/bndesta/ManitobaRecWater.",https://climate.weather.gc.ca/climate_data/daily_data_e.html?hlyRange=2006-09-22%7C2022-05-10&dlyRange=2006-09-19%7C2022-05-10&mlyRange=2007-05-01%7C2007-11-01&StationID=45007&Prov=MB&urlExtension=_e.html&searchType=stnName&optLimit=yearRange&StartYear=1840&EndYear=2022&selRowPerPage=25&Line=3&searchMethod=contains&Month=5&Day=13&txtStationName=gimli&timeframe=2&Year=2022; https://wateroffice.ec.gc.ca/report/historical_e.html?stn=05SA003; https://www.meds-sdmm.dfo-mpo.gc.ca/isdm-gdsi/waves-vagues/data-donnees/index-eng.asp; https://power.larc.nasa.gov/data-access-viewer/; https://github.com/bndesta/ManitobaRecWater,github +10.1371/journal.pwat.0000231,3,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000231,PLOS Water,"Longitudinal changes in hand hygiene adherence among healthcare workers during the COVID-19 pandemic, Dominican Republic",2024-05-10,2024,Research Article,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Health care/Health care providers/Nurses; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Population groupings/Professions/Medical personnel; /People and places/Population groupings/Professions/Medical personnel/Nurses; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Social sciences/Economics/Economic geography/Low and middle income countries,TRUE,3,docx; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000231.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000231.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000231.s003&type=supplementary,17,C. Daniel Schnorr,"Department of Emergency Medicine, Brigham and Women’s Hospital, Harvard University, Boston, Massachusetts, United States of America",United States of America,cschnorr@bwh.harvard.edu,https://orcid.org/0000-0002-2471-6383,C. Daniel Schnorr,"Department of Emergency Medicine, Brigham and Women’s Hospital, Harvard University, Boston, Massachusetts, United States of America",United States of America,cschnorr@bwh.harvard.edu,https://orcid.org/0000-0002-2471-6383,TRUE,The dataset underlying all quantitative findings from this study will be made available through the PLoS Water website.,, +10.1371/journal.pwat.0000162,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000162,PLOS Water,Applying user-centered design to improve drinking water consumer confidence reports: A Baltimore case study,2024-04-25,2024,Research Article,/Computer and information sciences/Data management/Data visualization/Infographics/Charts; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Technology development/Prototypes; /Medicine and health sciences/Public and occupational health; /Physical sciences/Materials science/Materials/Contaminants; /Social sciences/Human geography/Social geography/Neighborhoods,TRUE,7,pdf; pdf; docx; pdf; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s007&type=supplementary,9,Mary A. Fox,"Department of Health Policy and Management, Bloomberg School of Public Health, Johns Hopkins University, Baltimore, Maryland, United States of America",United States of America,mfox9@jhu.edu,https://orcid.org/0000-0001-6895-5629,Mary A. Fox,"Department of Health Policy and Management, Bloomberg School of Public Health, Johns Hopkins University, Baltimore, Maryland, United States of America",United States of America,mfox9@jhu.edu,https://orcid.org/0000-0001-6895-5629,TRUE,"Data collected for this study included responses to interview questions, interview and small group discussion transcripts, recommendations and visual designs. Summary data from interviews, visual designs and recommendations are provided in the paper or in the supplemental files. The consent agreement approved by the Johns Hopkins Bloomberg School of Public Health Institutional Review Board for this study stated that interview and discussion transcripts would not be publicly shared; they contain potentially identifying participant information. Data queries can be sent to Robin Dranbauer at rdranba1@jhu.edu.",, +10.1371/journal.pwat.0000243,3,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000243,PLOS Water,"The case for shared sanitation access in informal settlements: A dialogue on science, policy, and practice integration",2024-05-10,2024,Opinion,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Medical humanities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Women's health/Maternal health/Pregnancy; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Pregnancy; /Science policy; /Social sciences/Human geography/Social geography/Neighborhoods,FALSE,0,,,12,Sarah Lebu,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,,https://orcid.org/0000-0002-5618-3091,Musa Manga,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,mmanga@email.unc.edu,https://orcid.org/0000-0002-3317-7318,FALSE,,, +10.1371/journal.pwat.0000102,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000102,PLOS Water,Transforming place-based management within watersheds in Fiji: The watershed interventions for systems health project,2024-07-01,2024,Research Article,/Biology and life sciences/Ecology/Community ecology/Ecological risk; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Ecology/Community ecology/Ecological risk; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Oceania/Fiji,TRUE,3,l; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000102.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000102.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000102.s003&type=supplementary,26,Stacy D. Jupiter,"Melanesia Program, Wildlife Conservation Society, Melanesia Program, Suva, Fiji",Fiji,sjupiter@wcs.org,https://orcid.org/0000-0001-9742-1677,Stacy D. Jupiter,"Melanesia Program, Wildlife Conservation Society, Melanesia Program, Suva, Fiji",Fiji,sjupiter@wcs.org,https://orcid.org/0000-0001-9742-1677,TRUE,"Raw data associated to the study can be accessed and visualised in Tupaia, an open-source data aggregation, analysis and visualisation platform developed by Beyond Essential Systems (BES) at https://www.tupaia.org/WISHFiji. Information and requests regarding access to data can be directed to The Ethics Office at The University of Sydney human.ethics@sydney.edu.au.",https://www.tupaia.org/WISHFiji, +10.1371/journal.pwat.0000261,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000261,PLOS Water,Turning global water security research into policy and action,2024-07-01,2024,Opinion,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/United States; /People and places/Geographical locations/North America/United States/Colorado; /Science policy,FALSE,0,,,1,Evan Thomas,"Mortenson Center in Global Engineering and Resilience, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,ethomas@colorado.edu,https://orcid.org/0000-0003-3095-8407,Evan Thomas,"Mortenson Center in Global Engineering and Resilience, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,ethomas@colorado.edu,https://orcid.org/0000-0003-3095-8407,FALSE,,, +10.1371/journal.pwat.0000219,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000219,PLOS Water,"Water, food, and mental well-being: Associations between drinking water source, household water and food insecurity, and mental well-being of low-income pregnant women in urban Mozambique",2024-06-20,2024,Research Article,/Biology and life sciences/Nutrition/Diet/Food; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Mental health and psychiatry; /Medicine and health sciences/Nutrition/Diet/Food; /Medicine and health sciences/Women's health/Maternal health/Pregnancy; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Pregnancy; /People and places/Geographical locations/Africa/Mozambique; /Social sciences/Human geography/Social geography/Neighborhoods,TRUE,6,docx; docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000219.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000219.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000219.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000219.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000219.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000219.s006&type=supplementary,13,Lilly A. O’Brien,"Gangarosa Department of Environmental Health, Emory University, Atlanta, Georgia, United States of America",United States of America,,https://orcid.org/0009-0004-1987-3706,Karen Levy,"Department of Environmental and Occupational Health Sciences, School of Public Health, University of Washington, Seattle, Washington, United States of America",United States of America,klevyx@uw.edu,https://orcid.org/0000-0002-0968-9401,TRUE,Deidentified data and analysis code can be accessed on our project OSF (Open Science Framework) site upon publication at this link: https://osf.io/e96wd/.,https://osf.io/e96wd/,osf +10.1371/journal.pwat.0000328,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000328,PLOS Water,Ongoing mercury contamination downstream from the former New Idria Mercury Mine: Southern diablo range of the California coast ranges,2025-06-06,2025,Research Article,/Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical compounds/Salts/Sulfates; /Physical sciences/Chemistry/Chemical elements/Metallic mercury; /Physical sciences/Materials science/Materials/Mixtures/Particulates,TRUE,7,b; pdf; pdf; b; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s008&type=supplementary,12,Rachel A. Hohn,"California State University, Northridge, California, United States of America",United States of America,rhohn.csun@gmail.com,https://orcid.org/0009-0001-0576-8938,Rachel A. Hohn,"California State University, Northridge, California, United States of America",United States of America,rhohn.csun@gmail.com,https://orcid.org/0009-0001-0576-8938,TRUE,"All data reported in this manuscript are available in S1 and S2 Tables, which are being published with this manuscript as Supporting Information.",, +10.1371/journal.pwat.0000379,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000379,PLOS Water,How informal water markets serve the urban population: Dynamics of invisible hand in Nairobi’s water sector,2025-06-06,2025,Research Article,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Social sciences/Economics/Commerce/Vendors; /Social sciences/Law and legal sciences/Regulations,FALSE,0,,,3,Ivy Chumo,"African Population and Health Research Centre (APHRC), Nairobi, Kenya",Kenya,ivychumo@gmail.com,https://orcid.org/0000-0003-1235-719X,Ivy Chumo,"African Population and Health Research Centre (APHRC), Nairobi, Kenya",Kenya,ivychumo@gmail.com,https://orcid.org/0000-0003-1235-719X,TRUE,The data presented in this study are available on request from the corresponding author. The data can also be accessed at APHRC microdata portal. https://aphrc.org/microdata-portal/,https://aphrc.org/microdata-portal/, +10.1371/journal.pwat.0000259,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000259,PLOS Water,Optimizing machine learning for water safety: A comparative analysis with dimensionality reduction and classifier performance in potability prediction,2024-08-08,2024,Research Article,/Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Artificial intelligence/Machine learning/Machine learning algorithms; /Computer and information sciences/Artificial intelligence/Machine learning/Support vector machines; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical compounds/Salts/Sulfates; /Physical sciences/Mathematics/Algebra/Linear algebra/Eigenvalues; /Physical sciences/Mathematics/Applied mathematics/Algorithms/Machine learning algorithms; /Physical sciences/Mathematics/Statistics/Statistical methods/Multivariate analysis/Principal component analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Multivariate analysis/Principal component analysis; /Research and analysis methods/Simulation and modeling/Algorithms/Machine learning algorithms,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000259.s001&type=supplementary,6,Debashis Chatterjee,"Department of Statistics, Visva Bharati, Santiniketan, India",India,,,Prithwish Ghosh,"Department of Statistics, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,pghosh4@ncsu.edu,https://orcid.org/0000-0001-7747-5045,TRUE,All data and related metadata underlying the findings reported is already provided as part of the submitted article.,, +10.1371/journal.pwat.0000333,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000333,PLOS Water,Correction: Protecting fish and farms: Incentivising adoption of modern fish-protection screens for water pumps and gravity-fed diversions in Australia,2025-01-03,2025,Correction,,FALSE,0,,,4,Thomas S. Rayner,,,,,,,,,,FALSE,,, +10.1371/journal.pwat.0000276,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000276,PLOS Water,Assessing state partner use of the Model Aquatic Health Code (MAHC): A cross comparison of five states with varying degrees of self-reported adoption status,2024-08-08,2024,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Language; /Biology and life sciences/Physiology/Biological locomotion/Swimming; /Biology and life sciences/Psychology/Cognitive psychology/Language; /Medicine and health sciences/Public and occupational health; /People and places/Geographical locations/North America/United States/Arizona; /People and places/Geographical locations/North America/United States/Delaware; /People and places/Geographical locations/North America/United States/Florida; /People and places/Geographical locations/North America/United States/Georgia (United States state); /People and places/Geographical locations/North America/United States/New Mexico; /Social sciences/Psychology/Cognitive psychology/Language,TRUE,7,xlsx; pdf; pdf; pdf; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s007&type=supplementary,5,Patrick Vander Kelen,"Division of Environmental Health Science and Practice, National Center for Environmental Health, Centers for Disease Control and Prevention, Atlanta, Georgia, United States of America",United States of America,Lup8@cdc.gov,https://orcid.org/0000-0001-9462-7733,Patrick Vander Kelen,"Division of Environmental Health Science and Practice, National Center for Environmental Health, Centers for Disease Control and Prevention, Atlanta, Georgia, United States of America",United States of America,Lup8@cdc.gov,https://orcid.org/0000-0001-9462-7733,TRUE,All relevant data are within the paper and its Supporting Information files.,, +10.1371/journal.pwat.0000272,3,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000272,PLOS Water,"Bottled water, tap water and household-treated tap water–insight into potential health risks and aesthetic concerns in drinking water",2024-09-04,2024,Research Article,/Biology and life sciences/Toxicology/Toxicity; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxicity; /Physical sciences/Chemistry/Chemical elements/Arsenic; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Physical sciences/Chemistry/Chemical elements/Uranium; /Physical sciences/Materials science/Materials/Contaminants,TRUE,2,xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000272.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000272.s002&type=supplementary,4,Samantha E. Bear,"SimpleLab, Inc. Berkeley, California, United States of America",United States of America,,https://orcid.org/0009-0005-5412-0985,Jessica J. Goddard,"SimpleLab, Inc. Berkeley, California, United States of America",United States of America,jess@gosimplelab.com,https://orcid.org/0000-0001-9174-2832,TRUE,All data required to reproduce the results and statistics of this study are provided in the SI or are readily available for download. Individual sample results were de-identified and anonymized and are available in Supporting Information Table S8.,, +10.1371/journal.pwat.0000174,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000174,PLOS Water,Freshwater dependent livelihood assessment of coastal households in the southwest of Bangladesh,2025-01-03,2025,Research Article,/Biology and life sciences/Agriculture/Animal management/Livestock; /Earth sciences/Geomorphology/Topography/Landforms/Shores; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/Asia/Bangladesh; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity; /Social sciences/Economics/Finance,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000174.s001&type=supplementary,2,Md. Shohel Khan,"Department of Environmental Science and Disaster Management, Noakhali Science and Technology University, Noakhali, Bangladesh",Bangladesh,sajibicb@gmail.com,https://orcid.org/0000-0002-6937-7696,Md. Shohel Khan,"Department of Environmental Science and Disaster Management, Noakhali Science and Technology University, Noakhali, Bangladesh",Bangladesh,sajibicb@gmail.com,https://orcid.org/0000-0002-6937-7696,TRUE,All relevant data are within the article and its Supporting Information files.,, +10.1371/journal.pwat.0000179,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000179,PLOS Water,Assessing the viability of water utilities in North Carolina: A principal component analysis approach*,2024-08-08,2024,Research Article,/Computer and information sciences/Data management; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/United States/North Carolina; /Physical sciences/Mathematics/Statistics/Statistical methods/Multivariate analysis/Principal component analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Multivariate analysis/Principal component analysis; /Social sciences/Economics/Finance,FALSE,0,,,3,Ahmed Rachid El-Khattabi,"Environmental Finance Center, School of Government, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,arelkhattabi@sog.unc.edu,https://orcid.org/0000-0001-6923-3978,Ahmed Rachid El-Khattabi,"Environmental Finance Center, School of Government, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,arelkhattabi@sog.unc.edu,https://orcid.org/0000-0001-6923-3978,TRUE,Data is now available for download at the following github repository https://github.com/arelkhattabi/utility_viability_index.,https://github.com/arelkhattabi/utility_viability_index,github +10.1371/journal.pwat.0000275,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000275,PLOS Water,Virtual water flows in a real world,2024-08-08,2024,Review,/Biology and life sciences/Agriculture; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /People and places/Geographical locations/Asia/China; /Physical sciences/Physics/Electricity; /Social sciences/Economics/Economic analysis/Economic impact analysis,FALSE,0,,,3,Xiawei Liao,"International College Beijing, China Agricultural University, Beijing, China",China,,,Li Chai,"International College Beijing, China Agricultural University, Beijing, China",China,chaili@cau.edu.cn,https://orcid.org/0000-0002-9133-5556,FALSE,,, +10.1371/journal.pwat.0000357,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000357,PLOS Water,"To solve the water crisis, follow the money",2025-06-05,2025,Opinion,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Economics/Finance; /Social sciences/Economics/Finance/Public finance/Government spending; /Social sciences/Economics/Finance/Public finance/Money supply and banking; /Social sciences/Political science/Public policy/Taxes,FALSE,0,,,2,Joel Kolker,"Retired, Washington, District of Columbia, United States of America",United States of America,,,Clarissa Brocklehurst,"The Water Institute, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,cbrocklehurst@unc.edu,https://orcid.org/0000-0001-6955-1562,FALSE,,, +10.1371/journal.pwat.0000389,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000389,PLOS Water,"Water, people and climate-change exposure in the Western Pacific: Anticipating the arrival of a ‘perfect storm’",2025-07-23,2025,Research Article,/Earth sciences/Geomorphology/Topography/Landforms/Atolls; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/Oceania/Fiji; /People and places/Geographical locations/Oceania/Pacific Islands; /People and places/Geographical locations/Oceania/Solomon Islands; /People and places/Geographical locations/Oceania/Vanuatu; /Social sciences/Political science/National security,TRUE,4,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000389.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000389.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000389.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000389.s005&type=supplementary,13,Patrick D. Nunn,"Sustainability Research Cluster, School of Law and Society, University of the Sunshine Coast, Sippy Downs, Queensland, Australia",Australia,pnunn@usc.edu.au,https://orcid.org/0000-0001-9295-5741,Patrick D. Nunn,"Sustainability Research Cluster, School of Law and Society, University of the Sunshine Coast, Sippy Downs, Queensland, Australia",Australia,pnunn@usc.edu.au,https://orcid.org/0000-0001-9295-5741,TRUE,All data is included in the paper except for external datasets to which are liscited in the References.,, +10.1371/journal.pwat.0000380,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000380,PLOS Water,"Profiling domestic water bacteriome within the rainwater harvesting-dependent community of Carriacou Island, Grenada in the Southern Caribbean",2025-08-01,2025,Research Article,/Biology and life sciences/Biochemistry/Nucleic acids/RNA/Non-coding RNA/Ribosomal RNA; /Biology and life sciences/Biochemistry/Ribosomes/Ribosomal RNA; /Biology and life sciences/Cell biology/Cellular structures and organelles/Ribosomes/Ribosomal RNA; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella; /Biology and life sciences/Organisms/Bacteria; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia; /Biology and life sciences/Organisms/Bacteria/Legionella; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella,TRUE,12,tif; tif; tif; tif; xlsx; xlsx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s012&type=supplementary,5,Akilah T. M. Stewart,"Department of Life Sciences, St. Augustine Campus, The University of the West Indies, Saint George, Trinidad and Tobago",Trinidad and Tobago,,https://orcid.org/0000-0003-0313-2220,Adesh Ramsubhag,"Department of Life Sciences, St. Augustine Campus, The University of the West Indies, Saint George, Trinidad and Tobago",Trinidad and Tobago,Adesh.Ramsubhag@sta.uwi.edu,https://orcid.org/0000-0002-5863-0457,TRUE,All DNA sequence data files along with the corresponding metadata are available on the Zenodo Platform https://doi.org/10.5281/zenodo.7532870.,https://doi.org/10.5281/zenodo.7532870; 10.5281/zenodo.7532870,zenodo +10.1371/journal.pwat.0000397,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000397,PLOS Water,Hydrodynamic modeling and flood mitigation strategies in an Andean Valley City,2025-07-11,2025,Research Article,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Research and analysis methods/Simulation and modeling,TRUE,4,docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000397.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000397.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000397.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000397.s004&type=supplementary,2,Holger Manuel Benavides-Muñoz,"Research Group R and D for the Sustainability of the Urban and Rural Water Cycle, Civil Engineering Department, Universidad Técnica Particular de Loja, Loja, Ecuador",Ecuador,hmbenavides@utpl.edu.ec,https://orcid.org/0000-0001-7075-0905,Holger Manuel Benavides-Muñoz,"Research Group R and D for the Sustainability of the Urban and Rural Water Cycle, Civil Engineering Department, Universidad Técnica Particular de Loja, Loja, Ecuador",Ecuador,hmbenavides@utpl.edu.ec,https://orcid.org/0000-0001-7075-0905,TRUE,The data supporting the findings of this study are fully included within the manuscript.,, +10.1371/journal.pwat.0000279,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000279,PLOS Water,"The structure of informal water markets: Insights from spatial monitoring in Lodwar, Kenya",2025-08-05,2025,Research Article,/Earth sciences/Geography/Human geography/Urban geography/Towns; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Social sciences/Economics/Commerce/Vendors; /Social sciences/Economics/Finance; /Social sciences/Economics/Industrial organization/Structure of markets; /Social sciences/Economics/Labor economics/Salaries; /Social sciences/Human geography/Urban geography/Towns,TRUE,2,pdf; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000279.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000279.s002&type=supplementary,6,Jane Zhao,"Independent researcher, Miami, Florida, United States of America",United States of America,,,Dustin Garrick,"School of Environment, Resources, and Sustainability, University of Waterloo, Ontario, Canada",Canada,dustin.garrick@uwaterloo.ca,https://orcid.org/0000-0001-6504-6550,TRUE,"The data underlying this study are not publicly available due to ethical restrictions. Disclosure of individual-level data may compromise the confidentiality and anonymity of the vendors who participated, as outlined in the ethical protocols approved for this research. Interested researchers may direct data access inquiries to the Oxford University ethics office at curec@ouce.ox.ac.uk.",, +10.1371/journal.pwat.0000409,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000409,PLOS Water,Analyzing changes in types of household sanitation among 543 Parliamentary Constituencies between 2016 and 2021 in India,2025-08-05,2025,Research Article,/Earth sciences/Geography; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/India; /Physical sciences/Mathematics/Probability theory/Markov models; /Research and analysis methods/Research design/Survey research/Surveys; /Research and analysis methods/Research design/Survey research/Surveys/Health surveys; /Social sciences/Economics/Commerce/Payment,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000409.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000409.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000409.s003&type=supplementary,3,Anoop Jain,"Department of Environmental Health, Boston University School of Public Health, Boston, Massachusetts, United States of America",United States of America,,,S. V. Subramanian,"Harvard Center for Population and Development Studies, Cambridge, Massachusetts, United States of America",United States of America,svsubram@hsph.harvard.edu,https://orcid.org/0000-0003-2365-4165,TRUE,The dataset analysed during the current study are available in the DHS website: https://dhsprogram.com/data/available-datasets.cfm.,https://dhsprogram.com/data/available-datasets.cfm,dhs program +10.1371/journal.pwat.0000296,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000296,PLOS Water,Testing for heavy metals in drinking water collected from Dog Aging Project participants,2025-08-06,2025,Research Article,/Biology and life sciences/Organisms/Eukaryota/Animals/Pets and companion animals; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Dogs; /Biology and life sciences/Toxicology/Toxic agents/Toxins/Heavy metals; /Biology and life sciences/Zoology/Animals/Pets and companion animals; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Dogs; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxic agents/Toxins/Heavy metals; /Physical sciences/Chemistry/Chemical elements/Cobalt; /Physical sciences/Chemistry/Chemical elements/Heavy metals; /Physical sciences/Chemistry/Chemical elements/Manganese; /Physical sciences/Chemistry/Chemical elements/Metallic lead,TRUE,5,xlsx; pdf; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000296.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000296.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000296.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000296.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000296.s006&type=supplementary,13,Courtney L. Sexton,"Department of Population Health Sciences, Virginia-Maryland College of Veterinary Medicine, Virginia Tech, Blacksburg, Virginia, United States of America",United States of America,,https://orcid.org/0000-0003-0174-7459,Audrey Ruple,"Department of Population Health Sciences, Virginia-Maryland College of Veterinary Medicine, Virginia Tech, Blacksburg, Virginia, United States of America",United States of America,aruple@vt.edu,https://orcid.org/0000-0002-5223-0217,TRUE,These data are housed at the Broad Institute of MIT and Harvard and it can be accessed by the public through the Terra platform: [https://dogagingproject.org/open_data_access/]. All water quality data collected for this work are available in the Supporting information.,https://dogagingproject.org/open_data_access/; https://dogagingproject.org/open_data_access/], +10.1371/journal.pwat.0000412,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000412,PLOS Water,Correction: Majority of potable water microplastics are smaller than the 20 μm EU methodology limit for consumable water quality,2025-07-29,2025,Correction,,FALSE,0,,,6,Oskar Hagelskjær,,,,,,,,,,FALSE,,, +10.1371/journal.pwat.0000404,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000404,PLOS Water,Groundwater must be fully integrated into WASH programmes to make them climate resilient,2025-07-14,2025,Opinion,/Computer and information sciences/Network analysis/Network resilience; /Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Economics/Finance,FALSE,0,,,9,Donald JC Robertson,"Department of Civil and Environmental Engineering, University of Strathclyde, Glasgow, United Kingdom",United Kingdom,donald.j.robertson@strath.ac.uk,https://orcid.org/0009-0005-5977-3854,Donald JC Robertson,"Department of Civil and Environmental Engineering, University of Strathclyde, Glasgow, United Kingdom",United Kingdom,donald.j.robertson@strath.ac.uk,https://orcid.org/0009-0005-5977-3854,FALSE,,, +10.1371/journal.pwat.0000284,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000284,PLOS Water,Analyzing multiple-source water usage patterns and affordability in rural Central Appalachia,2025-08-04,2025,Research Article,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Transportation; /Medicine and health sciences/Health care/Socioeconomic aspects of health; /Medicine and health sciences/Public and occupational health/Socioeconomic aspects of health; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Finance; /Social sciences/Economics/Finance/Financial management/Indirect costs,FALSE,0,,,5,Emerald Dudzinski,"Grado Department of Industrial and Systems Engineering, Virginia Tech, Blacksburg, Virginia, United States of America",United States of America,emerald@vt.edu,https://orcid.org/0000-0001-7341-6320,Emerald Dudzinski,"Grado Department of Industrial and Systems Engineering, Virginia Tech, Blacksburg, Virginia, United States of America",United States of America,emerald@vt.edu,https://orcid.org/0000-0001-7341-6320,TRUE,"This study collected individual-level survey data from a small group of participants from vulnerable populations. Hence, the data are restricted by Virginia Tech’s Institutional Review Board (IRB) and are not accessible to the public or research community. Contact information for the Virginia Tech IRB can be found here: https://www.research.vt.edu/sirc/hrpp/index.html. All recruitment methods, community partnerships, and research procedures were pre-approved and overseen by the Virginia Tech Institutional Review Board (VT IRB #22-599).",https://www.research.vt.edu/sirc/hrpp/index.html, +10.1371/journal.pwat.0000234,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000234,PLOS Water,"Manganese and iron in drinking water in three West-African countries: Implications for health, acceptability, and disinfection",2025-06-18,2025,Research Article,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /People and places/Geographical locations/Africa/Ghana; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Chemistry/Chemical elements/Iron; /Physical sciences/Chemistry/Chemical elements/Manganese; /Physical sciences/Chemistry/Chemical reactions/Corrosion; /Social sciences/Economics/Economic geography/Low and middle income countries,TRUE,3,fe; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000234.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000234.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000234.s003&type=supplementary,7,Emily G. Browning,"The Water Institute at UNC, Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,,,Michael B. Fisher,"The Water Institute at UNC, Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,mbfisher@gmail.com,https://orcid.org/0000-0003-0159-8238,TRUE,All relevant data are within the paper and its Supporting information files.,, +10.1371/journal.pwat.0000290,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000290,PLOS Water,Expanding access to wastewater surveillance beyond sewered networks: Effectiveness of active and passive sampling of waste effluent streams in Côte d’Ivoire,2025-06-27,2025,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Orthomyxoviruses/Influenza viruses/Influenza A virus; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/RNA viruses/Orthomyxoviruses/Influenza viruses/Influenza A virus; /Biology and life sciences/Organisms/Viruses/Viral pathogens; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Orthomyxoviruses/Influenza viruses/Influenza A virus; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Equipment/Safety equipment; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology/Disease surveillance/Infectious disease surveillance; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Infectious disease surveillance; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Orthomyxoviruses/Influenza viruses/Influenza A virus; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Safety/Safety equipment,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000290.s001&type=supplementary,24,Ellélé Aimé Marius Yapi,"AFROHUN, Abidjan, Côte d’Ivoire",Côte d’Ivoire,,https://orcid.org/0000-0001-9611-785X,Daniele Lantagne,"Feinstein International Center, Friedman School of Nutrition, Tufts University, Boston, Massachusetts, United States of America",United States of America,daniele.lantagne@tufts.edu,https://orcid.org/0000-0001-6594-0261,TRUE,All data are in the manuscript.,, +10.1371/journal.pwat.0000417,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000417,PLOS Water,Managing floods and droughts synergistically: A transformative governance approach,2025-08-19,2025,Review,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Management engineering/Risk management; /People and places/Geographical locations/Europe/European Union/Spain; /Social sciences/Political science/Governments/Local governments; /Social sciences/Political science/Governments/National governments; /Social sciences/Sociology/Social systems,FALSE,0,,,3,Ana Núñez Sánchez,"Water Resources Management Department, Deltares, Delft, The Netherlands",The Netherlands,ana.nunezsanchez@deltares.nl,https://orcid.org/0000-0002-8397-8287,Ana Núñez Sánchez,"Water Resources Management Department, Deltares, Delft, The Netherlands",The Netherlands,ana.nunezsanchez@deltares.nl,https://orcid.org/0000-0002-8397-8287,FALSE,,, +10.1371/journal.pwat.0000473,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000473,PLOS Water,Pathways for accountability in intergovernmental water-climate conferences,2025-12-01,2025,Opinion,/Earth sciences/Atmospheric science/Climatology/Climate change; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Demography/Indigenous populations; /People and places/Geographical locations/Africa/Senegal; /People and places/Geographical locations/Africa/Somalia; /People and places/Geographical locations/Asia/United Arab Emirates; /Social sciences/Anthropology/Indigenous populations; /Social sciences/Political science/United Nations,FALSE,0,,,5,J. Leah Jones-Crank,"School of Environment, Resources and Sustainability, University of Waterloo, Waterloo, Ontario, Canada",Canada,ljonescrank@uwaterloo.ca,https://orcid.org/0000-0002-8529-6503,J. Leah Jones-Crank,"School of Environment, Resources and Sustainability, University of Waterloo, Waterloo, Ontario, Canada",Canada,ljonescrank@uwaterloo.ca,https://orcid.org/0000-0002-8529-6503,FALSE,,, +10.1371/journal.pwat.0000439,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000439,PLOS Water,How water intermittency and water perceptions influence household coping strategies in northwestern Ecuador,2025-09-22,2025,Research Article,/Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Geography/Human geography/Urban geography/Towns; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Social sciences/Human geography/Social geography/Neighborhoods; /Social sciences/Human geography/Urban geography/Towns,TRUE,7,tiff; tiff; xlsx; xlsx; xlsx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s007&type=supplementary,6,Andrea Sosa-Moreno,"Department of Epidemiology, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,arsosa@umich.edu,https://orcid.org/0000-0002-4687-426X,Andrea Sosa-Moreno,"Department of Epidemiology, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,arsosa@umich.edu,https://orcid.org/0000-0002-4687-426X,TRUE,The data and R scripts supporting the findings of this study are publicly available on GitHub at [https://github.com/arsosa/WaterIntermittency_CopingStrategies].,https://github.com/arsosa/WaterIntermittency_CopingStrategies; https://github.com/arsosa/WaterIntermittency_CopingStrategies],github +10.1371/journal.pwat.0000500,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000500,PLOS Water,Four water insecurity concerns about datacenters driving the AI revolution,2026-01-13,2026,Essay,/Biology and life sciences/Ecology/Community ecology/Ecological risk; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Computer and information sciences/Artificial intelligence; /Ecology and environmental sciences/Ecology/Community ecology/Ecological risk; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Physical sciences/Chemistry/Analytical chemistry/Chemical analysis/Water analysis; /Social sciences/Psychology/Cognitive psychology/Decision making,FALSE,0,,,1,Sameer H. Shah,"School of Environmental and Forest Sciences, University of Washington, Seattle, Washington, United States of America",United States of America,shs89@uw.edu,https://orcid.org/0000-0002-1309-0039,Sameer H. Shah,"School of Environmental and Forest Sciences, University of Washington, Seattle, Washington, United States of America",United States of America,shs89@uw.edu,https://orcid.org/0000-0002-1309-0039,FALSE,,, +10.1371/journal.pwat.0000423,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000423,PLOS Water,"Affordability of community water systems and private, self-supply drinking water wells",2025-09-24,2025,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Public and occupational health; /People and places/Geographical locations/North America/United States/Alabama; /Research and analysis methods/Research design/Survey research/Census; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Labor economics/Salaries/Minimum wage,TRUE,2,docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000423.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000423.s002&type=supplementary,3,Rebecca G. Etter,"Department of Civil and Environmental Engineering, Auburn University, Auburn, Alabama, United States of America",United States of America,,https://orcid.org/0009-0003-1259-2621,Jillian Maxcy-Brown,"Department of Civil and Environmental Engineering, Auburn University, Auburn, Alabama, United States of America",United States of America,jmaxcybrown@auburn.edu,https://orcid.org/0000-0002-0918-1640,TRUE,"The data that support the findings of this study are available in Supplemental File 2 (S2). Demographic and geographic information are publicly available through IPUMS NHGIS (http://doi.org/10.18128/D050.V18.0). Much of the rate information are available through UNC’s Alabama Water and Wastewater Rates Dashboard (https://dashboards.efc.sog.unc.edu/al) and the Alabama Rural Water Association (ARWA). ARWA can be contacted through arwa@alruralwater.com. Additional contact information is available on their website https://www.alruralwater.com/. Data derived by request from experts is unavailable; however, these utility costs can be found by contacting the individual utilities whose contact information is available here: http://dww.adem.alabama.gov/DWW/JSP/SearchDispatch?number=&name=&county=All&WaterSystemType=All&SourceWaterType=All&PointOfContactType=None&SampleType=null&begin_date=3%2F21%2F2023&end_date=3%2F21%2F2025&action=Search+For+Water+Systems.",http://doi.org/10.18128/D050.V18.0; https://dashboards.efc.sog.unc.edu/al; https://www.alruralwater.com/; http://dww.adem.alabama.gov/DWW/JSP/SearchDispatch?number=&name=&county=All&WaterSystemType=All&SourceWaterType=All&PointOfContactType=None&SampleType=null&begin_date=3%2F21%2F2023&end_date=3%2F21%2F2025&action=Search+For+Water+Systems; 10.18128/D050.V18.0, +10.1371/journal.pwat.0000456,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000456,PLOS Water,Correction: Identifying trends in SARS-CoV-2 RNA in wastewater to infer changing COVID-19 incidence: Effect of sampling frequency,2025-10-22,2025,Correction,,FALSE,0,,,4,Elana M. G. Chan,,,,,,,,,,FALSE,,, +10.1371/journal.pwat.0000504,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000504,PLOS Water,Correction: Mapping valley bottom inundation patterns from beaver dam activity: A potential proxy for hydrologic inefficiency,2026-01-23,2026,Correction,,FALSE,0,,,9,Karen M. Bartelt,,,,,,,,,,FALSE,,, +10.1371/journal.pwat.0000269,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000269,PLOS Water,A comparative analysis of urban and peri-urban flood identification using SAR imagery,2025-09-11,2025,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception; /Biology and life sciences/Psychology/Cognitive psychology/Perception; /Computer and information sciences/Software engineering/Preprocessing; /Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Remote sensing/Radar; /Engineering and technology/Software engineering/Preprocessing; /Research and analysis methods/Imaging techniques; /Social sciences/Human geography/Urban geography/Urban areas; /Social sciences/Psychology/Cognitive psychology/Perception,TRUE,2,cohgis; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000269.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000269.s002&type=supplementary,3,Md Abdullah Al Mehedi,"Center for Resilient Water Systems, Department of Civil and Environmental Engineering, Villanova University, Villanova, Pennsylvania, United States of America",United States of America,almehedi06@gmail.com,https://orcid.org/0000-0003-4390-2664,Md Abdullah Al Mehedi,"Center for Resilient Water Systems, Department of Civil and Environmental Engineering, Villanova University, Villanova, Pennsylvania, United States of America",United States of America,almehedi06@gmail.com,https://orcid.org/0000-0003-4390-2664,TRUE,All data used in this study are publicly available and freely accessible. The primary datasets utilized include: 1. COPERNICUS Sentinel-1 SAR GRD: This dataset is publicly available through Google Earth Engine and can be accessed at https://developers.google.com/earth-engine/datasets/catalog/COPERNICUS_S1_GRD. 2. National Land Cover Database (NLCD) 2019: This dataset is also publicly available through Google Earth Engine and can be accessed at https://developers.google.com/earth-engine/datasets/catalog/USGS_NLCD_RELEASES_2019_REL_NLCD. No legal or ethical restrictions are imposed on the availability of this data. Fellow researchers can access these datasets directly through the provided links.,https://developers.google.com/earth-engine/datasets/catalog/COPERNICUS_S1_GRD; https://developers.google.com/earth-engine/datasets/catalog/USGS_NLCD_RELEASES_2019_REL_NLCD, +10.1371/journal.pwat.0000347,4,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000347,PLOS Water,Attending to the mesoscale: Watersheds and Health,2025-02-24,2025,Editorial,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Public and occupational health/Behavioral and social aspects of health; /People and places/Population groupings/Ethnicities/Austronesian people/Polynesian people/Māori people,FALSE,0,,,2,Margot W. Parkes,"School of Health Sciences, University of Northern British Columbia, Prince George, Canada",Canada,,,Pierre Horwitz,"School of Science and Centre for People, Place, & Planet, Edith Cowan University, Joondalup, Australia",Australia,p.horwitz@ecu.edu.au,https://orcid.org/0000-0002-8689-7888,FALSE,,, +10.1371/journal.pwat.0000263,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000263,PLOS Water,"Towards an integrative understanding of British Columbia’s Nechako Watershed: Connecting knowledge systems to strengthen understanding of climate change, watershed security, health and well-being",2024-07-10,2024,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Neuroscience/Learning and memory/Learning/Human learning; /Biology and life sciences/Psychology/Cognitive psychology/Learning/Human learning; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Wildfires; /Social sciences/Psychology/Cognitive psychology/Learning/Human learning,TRUE,4,docx; xlsx; xlsx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000263.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000263.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000263.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000263.s004&type=supplementary,7,Margot W. Parkes,"School of Health Sciences, University of Northern British Columbia, Prince George, British Columbia, Canada",Canada,,https://orcid.org/0000-0003-1967-2977,Stephen J. Déry,"Department of Geography, Earth and Environmental Sciences, University of Northern British Columbia, Prince George, British Columbia, Canada",Canada,Stephen.Dery@unbc.ca,https://orcid.org/0000-0002-3553-8949,TRUE,All relevant data are within the paper and its Supporting information files.,, +10.1371/journal.pwat.0000403,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000403,PLOS Water,"Evaluation of the efficiency of conventional drinking water treatment plant using machine learning and water quality index in low-income countries: A case study of Adama City, Ethiopia",2025-12-23,2025,Research Article,/Earth sciences/Geography/Human geography/Urban geography/Towns; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Materials science/Materials/Contaminants; /Physical sciences/Physics/Materials physics/Turbidity; /Social sciences/Human geography/Urban geography/Towns,TRUE,3,zip; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000403.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000403.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000403.s004&type=supplementary,6,Abelkassim Beshir,"Faculty of Water Supply & Environmental Engineering, Arba Minch Water Technology Institute, Arba Minch University, Ethiopia",Ethiopia,abeshir1@hotmail.com,https://orcid.org/0009-0003-0036-9748,Abelkassim Beshir,"Faculty of Water Supply & Environmental Engineering, Arba Minch Water Technology Institute, Arba Minch University, Ethiopia",Ethiopia,abeshir1@hotmail.com,https://orcid.org/0009-0003-0036-9748,TRUE,All relevant data are within the manuscript and its Supporting Information files.,, +10.1371/journal.pwat.0000368,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000368,PLOS Water,"Socioecological drivers of water, sanitation, and hygiene (WASH) choices: A qualitative analysis of maternal perspectives in northwest Ecuador",2026-01-12,2026,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Population groupings/Families/Mothers; /Social sciences/Economics/Finance; /Social sciences/Psychology/Cognitive psychology/Decision making,TRUE,8,docx; docx; xlsx; xlsx; xlsx; tif; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s009&type=supplementary,12,Molly K. Miller-Petrie,"Department of Epidemiology, University of Washington, Seattle, Washington, United States of America",United States of America,,https://orcid.org/0000-0001-7493-5915,Karen Levy,"Department of Environmental and Occupational Health Sciences, University of Washington, Seattle, Washington, United States of America",United States of America,klevyx@uw.edu,https://orcid.org/0000-0002-0968-9401,TRUE,The interview guide and codebook are provided in the Supporting information.,, +10.1371/journal.pwat.0000470,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000470,PLOS Water,Water governance to increase agricultural resilience,2025-12-05,2025,Opinion,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Farms; /Computer and information sciences/Network analysis/Network resilience; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Population groupings/Professions/Agricultural workers,FALSE,0,,,1,Renata Rimšaitė,"Daugherty Water for Food Global Institute, University of Nebraska, Lincoln, Nebraska, United States of America",United States of America,rrimsaite@nebraska.edu,https://orcid.org/0000-0001-6985-8601,Renata Rimšaitė,"Daugherty Water for Food Global Institute, University of Nebraska, Lincoln, Nebraska, United States of America",United States of America,rrimsaite@nebraska.edu,https://orcid.org/0000-0001-6985-8601,FALSE,,, +10.1371/journal.pwat.0000266,3,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000266,PLOS Water,Effects of deficit irrigation on potato yield and water productivity in northern Ethiopia,2024-09-26,2024,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural soil science; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Agriculture/Crop science/Crops/Vegetable crops; /Biology and life sciences/Organisms/Eukaryota/Plants/Solanum/Potato; /Biology and life sciences/Organisms/Eukaryota/Plants/Vegetables; /Biology and life sciences/Organisms/Eukaryota/Plants/Vegetables/Potato; /Biology and life sciences/Plant science/Plant anatomy/Tubers; /Earth sciences/Soil science/Agricultural soil science; /Ecology and environmental sciences/Natural resources/Water resources,TRUE,4,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000266.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000266.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000266.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000266.s004&type=supplementary,6,Aemro Wale Teshome,"Amhara Agricultural Research Institute, Bahir Dar, Ethiopia",Ethiopia,aemrowale@gmail.com,https://orcid.org/0000-0001-7964-6207,Aemro Wale Teshome,"Amhara Agricultural Research Institute, Bahir Dar, Ethiopia",Ethiopia,aemrowale@gmail.com,https://orcid.org/0000-0001-7964-6207,TRUE,All relevant data are uploaded as Supporting Information.,, +10.1371/journal.pwat.0000240,3,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000240,PLOS Water,Insights into the natural and cultural history of Typha orientalis (Raupō) in Aotearoa New Zealand,2024-09-25,2024,Research Article,/Biology and life sciences/Ecology/Ecosystems/Freshwater ecosystems/Limnetic ecosystems; /Biology and life sciences/Ecology/Paleoecology; /Biology and life sciences/Paleontology/Paleobiology/Paleoecology; /Biology and life sciences/Plant science/Plant anatomy/Pollen; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Paleontology/Paleobiology/Paleoecology; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Ecology/Ecosystems/Freshwater ecosystems/Limnetic ecosystems; /Ecology and environmental sciences/Ecology/Paleoecology; /People and places/Geographical locations/Oceania/New Zealand,TRUE,6,tif; sbti; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000240.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000240.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000240.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000240.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000240.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000240.s006&type=supplementary,20,Xun Li,"GNS Science, Lower Hutt, Aotearoa New Zealand",Aotearoa New Zealand,,,Rewi Newnham,"School of Science in Society, Victoria University of Wellington, Wellington, Aotearoa New Zealand",Aotearoa New Zealand,rewi.newnham@vuw.ac.nz,https://orcid.org/0000-0002-6044-8945,TRUE,The data underlying this study are available in the published article and its online supplementary material or made available on request.,, +10.1371/journal.pwat.0000289,3,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000289,PLOS Water,Barriers and facilitators to fecal sludge treatment in humanitarian camps: A systematic review of interventions,2024-11-19,2024,Research Article,/Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Ponds; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Limnology/Effluent; /Engineering and technology/Energy and power/Bioenergy/Biofuels/Biogas; /Engineering and technology/Energy and power/Fuels/Biofuels/Biogas; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Materials science/Materials/Fuels/Biofuels/Biogas; /Physical sciences/Materials science/Materials/Sludge; /Research and analysis methods/Database and informatics methods/Database searching; /Research and analysis methods/Extraction techniques/Solid-phase extraction,TRUE,5,doc; xlsx; xlsx; xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000289.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000289.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000289.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000289.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000289.s005&type=supplementary,4,Marine Ricau,"Department of Civil and Environmental Engineering, School of Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,marine.ricau@tufts.edu,https://orcid.org/0000-0002-7466-5975,Marine Ricau,"Department of Civil and Environmental Engineering, School of Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,marine.ricau@tufts.edu,https://orcid.org/0000-0002-7466-5975,TRUE,The datasets supporting the conclusions of this article are included within the article and its supporting files.,, +10.1371/journal.pwat.0000375,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000375,PLOS Water,Antibiotic-resistant bacteria detected in homes impacted by sewage,2025-06-05,2025,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Staphylococcus; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Staphylococcus/Staphylococcus aureus; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Staphylococcus/Staphylococcus aureus/Methicillin-resistant Staphylococcus aureus; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance/Antibiotic resistance; /Biology and life sciences/Molecular biology/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Staphylococcus; /Biology and life sciences/Organisms/Bacteria/Staphylococcus/Staphylococcus aureus; /Biology and life sciences/Organisms/Bacteria/Staphylococcus/Staphylococcus aureus/Methicillin-resistant Staphylococcus aureus; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Engineering and technology/Sanitary engineering/Sewage; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Staphylococcus; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Staphylococcus/Staphylococcus aureus; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Staphylococcus/Staphylococcus aureus/Methicillin-resistant Staphylococcus aureus; /Medicine and health sciences/Pharmacology/Antimicrobial resistance/Antibiotic resistance; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction; /Social sciences/Human geography/Social geography/Neighborhoods,FALSE,0,,,11,Emily M. H. Woerner,"Department of Global, Environmental, and Occupational Health, University of Maryland School of Public Health, College Park, Maryland, United States of America",United States of America,,,Rachel E. Rosenberg Goldstein,"Department of Global, Environmental, and Occupational Health, University of Maryland School of Public Health, College Park, Maryland, United States of America",United States of America,rerosenb@umd.edu,https://orcid.org/0000-0002-8190-9376,TRUE,All laboratory analysis data are within the manuscript as well as summarized human subjects data. No individual level participant data can be shared as stipulated by the University of Maryland Institutional Review Board (IRB) approval for this project. Contact information for the University of Maryland IRB can be found here: https://research.umd.edu/irb,https://research.umd.edu/irb, +10.1371/journal.pwat.0000372,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000372,PLOS Water,Integrating Nature-based Solutions for urban water security in global south,2025-06-05,2025,Review,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Urban ecology; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Conservation science; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Urban ecology; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Civil engineering/Urban infrastructure; /Social sciences/Human geography/Urban geography/Cities,TRUE,3,pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000372.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000372.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000372.s003&type=supplementary,21,Liya E. Abera,"Network for Engineering with Nature, Athens, GeorgiaUnited States of America",GeorgiaUnited States of America,liya.eshetu.abera@gmail.com,https://orcid.org/0000-0001-6720-8955,Liya E. Abera,"Network for Engineering with Nature, Athens, GeorgiaUnited States of America",GeorgiaUnited States of America,liya.eshetu.abera@gmail.com,https://orcid.org/0000-0001-6720-8955,FALSE,,, +10.1371/journal.pwat.0000365,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000365,PLOS Water,Evaluating the effectiveness of point-of-use UVC LED disinfection of activated carbon block filter effluent among private well users,2025-07-31,2025,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Materials science/Materials/Contaminants; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Physical sciences/Physics/Electromagnetic radiation/Light/Ultraviolet radiation/Ultraviolet C; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,3,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000365.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000365.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000365.s004&type=supplementary,9,Hania Zanib,"Department of Environmental Sciences & Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,,,Riley E. Mulhern,"Department of Environmental Sciences & Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,riley.mulhern@colorado.edu,https://orcid.org/0000-0001-6293-3672,TRUE,Data and code accompanying this article are available through a unique Zenodo record at https://doi.org/10.5281/zenodo.15007150.,https://doi.org/10.5281/zenodo.15007150; 10.5281/zenodo.15007150,zenodo +10.1371/journal.pwat.0000391,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000391,PLOS Water,"Users of a container-based sanitation service experience high sanitation-related quality of life: A prospective cohort study in Cap Haitien, Haiti",2025-08-22,2025,Research Article,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Equipment/Communication equipment/Cell phones; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Quality of life; /Medicine and health sciences/Medical conditions/Infectious diseases; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/North America/Caribbean/Haiti; /Research and analysis methods/Research design/Cohort studies,TRUE,2,docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000391.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000391.s003&type=supplementary,6,Maya Lubeck-Schricker,"Department of Epidemiology, University of Washington, Seattle, Washington, United States of America",United States of America,mlubeck-schricker@oursoil.org,https://orcid.org/0000-0002-8659-5943,Maya Lubeck-Schricker,"Department of Epidemiology, University of Washington, Seattle, Washington, United States of America",United States of America,mlubeck-schricker@oursoil.org,https://orcid.org/0000-0002-8659-5943,TRUE,The de-identified data and R script with code used to produce the analyses and visualizations presented in this study can be found at the following website: https://data.humdata.org/dataset/haiti-cbs-sanitation-quality-of-life.,https://data.humdata.org/dataset/haiti-cbs-sanitation-quality-of-life, +10.1371/journal.pwat.0000410,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000410,PLOS Water,"Understanding end-user preferences for hand hygiene enabling technologies: A mixed-methods study in peri-urban Lusaka, Zambia",2025-08-08,2025,Research Article,/Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Caregivers; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Geriatric care; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Population groupings/Age groups/Adults; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps,TRUE,5,ref; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000410.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000410.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000410.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000410.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000410.s005&type=supplementary,8,Katayi Mwila-Kazimbaya,"Centre for Infectious Disease Research in Zambia, Lusaka, Zambia",Zambia,,https://orcid.org/0000-0002-8482-4693,Robert Dreibelbis,"Department of Disease Control, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom,Robert.Dreibelbis@lshtm.ac.uk,https://orcid.org/0000-0002-9716-0419,TRUE,Quantitative data have been deposited in a repository (https://doi.org/10.17037/DATA.00004413).,https://doi.org/10.17037/DATA.00004413; 10.17037/DATA.00004413, +10.1371/journal.pwat.0000297,4,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000297,PLOS Water,Projection of irrigation water requirement in the south Mediterranean area using an explicit representation of irrigation processes into a land surface model: Case of the Tensift catchment (Morocco),2025-02-21,2025,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Drip irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Surface irrigation; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Wheat; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources,TRUE,10,tiff; tiff; tiff; tiff; tiff; tiff; odbl; odbl; odbl; odbl,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s010&type=supplementary,11,Ahmed Moucha,"L3G Laboratory, Faculty of Sciences and Techniques, Cadi Ayyad University, Marrakech, Morocco",Morocco,,https://orcid.org/0000-0001-9772-5961,Lionel Jarlan,"CESBIO (Université de Toulouse/CNRS/INRAE/IRD/CNES), Toulouse, France",France,lionel.jarlan@ird.fr,https://orcid.org/0000-0002-6542-5793,TRUE,In situ data were acquired within the frame of the TENSIFT observatory (https://www.lmi-trema.ma/observatoire/le-reseau-de-sites-de-mesure/) and are available upon request to Vincent Simonneaux (vincent.simonneaux@ird.fr) and Salah-Er Raki (s.erraki@uca.ma). SAFRAN forcing and future scenario (doi: 10.5281/zenodo.1383886) are available at the following URL: https://doi.org/10.5281/zenodo.13838861,https://www.lmi-trema.ma/observatoire/le-reseau-de-sites-de-mesure/; https://doi.org/10.5281/zenodo.1383886; https://doi.org/10.5281/zenodo.13838861; 10.5281/zenodo.1383886; 10.5281/zenodo.13838861,zenodo +10.1371/journal.pwat.0000342,4,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000342,PLOS Water,Atmospheric nitrate accumulation in headwater lakes and nutrient subsidy to downstream aquatic environments,2025-03-10,2025,Research Article,/Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Phytoplankton; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae/Phytoplankton; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Phytoplankton; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Ecology/Ecosystems; /Engineering and technology/Industrial engineering/Process engineering/Industrial processes/Manufacturing processes/Surface treatments/Chemical deposition; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical reactions/Nitrification; /Physical sciences/Chemistry/Physical chemistry/Chemical deposition; /Physical sciences/Physics/Particle physics/Composite particles/Atoms/Isotopes,TRUE,5,tiff; tiff; tiff; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000342.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000342.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000342.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000342.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000342.s005&type=supplementary,7,Imke Grefe,"Lancaster Environment Centre, Lancaster University, Lancaster, United Kingdom",United Kingdom,i.grefe@lancaster.ac.uk,https://orcid.org/0000-0001-6211-4976,Imke Grefe,"Lancaster Environment Centre, Lancaster University, Lancaster, United Kingdom",United Kingdom,i.grefe@lancaster.ac.uk,https://orcid.org/0000-0001-6211-4976,TRUE,Data for this study is available from the UK Environmental Information Data Centre (EIDC): https://catalogue.ceh.ac.uk/documents/0d6de9b6-1f80-4f78-b65a-503db8ba63cf,https://catalogue.ceh.ac.uk/documents/0d6de9b6-1f80-4f78-b65a-503db8ba63cf, +10.1371/journal.pwat.0000398,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000398,PLOS Water,"Greywater quantities and qualities in low-income Kumasi, Ghana: Implications for sustainable water management",2026-01-16,2026,Research Article,/Biology and life sciences/Biochemistry/Lipids/Oils; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Pollution; /Ecology and environmental sciences/Water quality/Chemical oxygen demand; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical compounds/Phosphates; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Physical sciences/Materials science/Materials/Surfactants/Detergents; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,9,docx; docx; docx; docx; docx; docx; docx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s009&type=supplementary,7,Barbara Gyapong-Korsah,"Department of Occupational and Environmental Health & Safety, School of Public Health, College of Health Sciences, Kwame Nkrumah University of Science and Technology (KNUST), Kumasi, Ashanti, Ghana",Ghana,barbygk@yahoo.com,https://orcid.org/0000-0002-8290-8551,Barbara Gyapong-Korsah,"Department of Occupational and Environmental Health & Safety, School of Public Health, College of Health Sciences, Kwame Nkrumah University of Science and Technology (KNUST), Kumasi, Ashanti, Ghana",Ghana,barbygk@yahoo.com,https://orcid.org/0000-0002-8290-8551,TRUE,All relevant data are included in the paper or its supporting information.,, +10.1371/journal.pwat.0000461,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000461,PLOS Water,Correction: Integrating nature-based solutions for urban water security in global south,2025-10-31,2025,Correction,,FALSE,0,,,21,Liya E. Abera,,,,,,,,,,FALSE,,, +10.1371/journal.pwat.0000395,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000395,PLOS Water,The utility of experiential water insecurity measures for monitoring and evaluating WASH programs: Case studies from Nepal and Sierra Leone,2025-07-09,2025,Research Article,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Sierra Leone; /People and places/Geographical locations/Asia/Nepal; /Research and analysis methods/Research design/Survey research/Surveys,TRUE,14,xlsx; docx; xls; do; docx; docx; docx; docx; docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s015&type=supplementary,15,Joshua D. Miller,"Department of Nutrition, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,josh.miller@unc.edu,https://orcid.org/0000-0002-2171-856X,Joshua D. Miller,"Department of Nutrition, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,josh.miller@unc.edu,https://orcid.org/0000-0002-2171-856X,TRUE,"Data for the Nepal case study and associated analytic code are included as supplementary files. In alignment with Oxfam’s Responsible Program Data Policy and the EU General Data Protection Regulation, the dataset used for the Sierra Leone case study cannot be publicly shared because of potentially identifying participant information. Individuals interested in accessing the data can contact the data curator, Jaynie Vonk (jaynie.vonk@oxfamnovib.nl).",, +10.1371/journal.pwat.0000299,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000299,PLOS Water,"Urbanization in Denver produces more streamflow because of contributions from excess irrigation, leaking pipes, and stormwater",2025-07-09,2025,Research Article,/Biology and life sciences/Ecology/Plant ecology/Plant communities/Grasslands; /Biology and life sciences/Plant science/Plant ecology/Plant communities/Grasslands; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Ecology/Plant ecology/Plant communities/Grasslands; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Terrestrial environments/Grasslands; /Engineering and technology/Civil engineering/Urban infrastructure; /Physical sciences/Physics/Particle physics/Composite particles/Atoms/Isotopes; /Social sciences/Human geography/Urban geography/Urbanization,TRUE,14,tap; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s014&type=supplementary,2,Abdullah Al Fatta,"Department of Civil and Environmental Engineering, Colorado State University, Fort Collins, Colorado, United States of America",United States of America,,https://orcid.org/0000-0001-9884-4102,Aditi S. Bhaskar,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,aditi.bhaskar@colorado.edu,https://orcid.org/0000-0001-9803-4003,TRUE,"Al Fatta, A., A. S. Bhaskar (2025). Datasets: Urbanization in Denver produces more streamflow because of contributions from excess irrigation, leaking pipes, and stormwater, HydroShare, https://doi.org/10.4211/hs.b213390987b74771bd9317c1588277a9",https://doi.org/10.4211/hs.b213390987b74771bd9317c1588277a9; 10.4211/hs.b213390987b74771bd9317c1588277a9, +10.1371/journal.pwat.0000386,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000386,PLOS Water,Microbial community composition reflects water usage and storage conditions in a city-wide study of non-sewered wastewater (fecal sludge),2025-06-25,2025,Research Article,/Biology and life sciences/Ecology/Ecological metrics/Species diversity/Shannon index; /Biology and life sciences/Genetics/Genomics/Microbial genomics/Microbiome; /Biology and life sciences/Microbiology/Medical microbiology/Microbiome; /Biology and life sciences/Microbiology/Microbial genomics/Microbiome; /Biology and life sciences/Taxonomy/Microbial taxonomy; /Computer and information sciences/Data management/Taxonomy/Microbial taxonomy; /Ecology and environmental sciences/Ecology/Ecological metrics/Species diversity/Shannon index; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Chemistry/Chemical compounds/Ammonia; /Physical sciences/Chemistry/Chemical compounds/Methane; /Physical sciences/Materials science/Materials/Sludge; /Research and analysis methods/Storage and handling/Specimen storage,TRUE,4,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000386.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000386.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000386.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000386.s005&type=supplementary,13,Stanley B. Sam,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,,,Linda Strande,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,linda.strande@eawag.ch,https://orcid.org/0000-0003-4477-6268,TRUE,"The data package for all analysis completed in this study is published open access with the Eawag Research Data Institutional Collection (ERIC), and can be accessed at https://doi.org/10.25678/0008ZW",https://doi.org/10.25678/0008ZW; 10.25678/0008ZW, +10.1371/journal.pwat.0000335,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000335,PLOS Water,Quantifying the success of stormwater control measure networks using effective imperviousness,2025-06-30,2025,Research Article,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Geography/Physical geography/Watersheds; /Ecology and environmental sciences/Environmental chemistry/Pollutants/Urban runoff; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Environmental chemistry/Pollutants/Urban runoff; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Precipitation techniques,FALSE,0,,,5,Aditi S. Bhaskar,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,aditi.bhaskar@colorado.edu,https://orcid.org/0000-0001-9803-4003,Aditi S. Bhaskar,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,aditi.bhaskar@colorado.edu,https://orcid.org/0000-0001-9803-4003,TRUE,Data and codes used for this project are available at https://github.com/mjburns/imperv_paper and will be deposited in an archived repository prior to final publication.,https://github.com/mjburns/imperv_paper,github +10.1371/journal.pwat.0000400,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000400,PLOS Water,Characterizing the temporal and spatial heterogeneous interaction among multiple indicators within water through time with fuzzy cognitive maps,2025-09-08,2025,Research Article,/Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Transportation infrastructure/Canals; /Engineering and technology/Sanitary engineering/Solid waste management/Sewage treatment; /Engineering and technology/Transportation/Transportation infrastructure/Canals; /Physical sciences/Materials science/Material properties/Thermal conductivity; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Electricity/Electric conductivity; /Physical sciences/Physics/Materials physics/Turbidity,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000400.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000400.s002&type=supplementary,13,Xu Wang,"School of Software, Shanxi Agricultural University, Taiyuan, China",China,,,Kai Zhang,"Gyenno Science Co. Ltd., Shenzhen, China",China,hugo88315@163.com,https://orcid.org/0000-0001-9054-288X,TRUE,"The code for training and testing the models in the current research, the datasets generated or analyzed during this study are available in https://github.com/Hugo0512/FCM_water.",https://github.com/Hugo0512/FCM_water,github +10.1371/journal.pwat.0000479,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000479,PLOS Water,Agricultural water management for adaptation and mitigation: Tension or co-benefits in achieving global good?,2025-12-17,2025,Opinion,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Nutrition/Diet/Food; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Rice; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Nutrition/Diet/Food; /Research and analysis methods/Animal studies/Experimental organism systems/Plant and algal models/Rice; /Social sciences/Economics/Finance; /Social sciences/Political science/National security,FALSE,0,,,2,Nicole Lefore,"Robert B. Daugherty Water for Food Global Institute, University of Nebraska, Lincoln, Nebraska, United States of America",United States of America,nlefore@nebraska.edu,https://orcid.org/0000-0003-1649-2479,Nicole Lefore,"Robert B. Daugherty Water for Food Global Institute, University of Nebraska, Lincoln, Nebraska, United States of America",United States of America,nlefore@nebraska.edu,https://orcid.org/0000-0003-1649-2479,FALSE,,, +10.1371/journal.pwat.0000432,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000432,PLOS Water,From pipes to streams: The hidden influence of orthophosphate additions on urban waterways,2025-11-14,2025,Research Article,/Biology and life sciences/Ecology/Urban ecology; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Ecology/Urban ecology; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Chemical elements/Manganese; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Physical sciences/Chemistry/Chemical reactions/Corrosion,TRUE,13,docx; docx; docx; docx; docx; tif; tif; tif; tif; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s014&type=supplementary,8,Anusha Balangoda,"Department of Geology and Environmental Science, University of Pittsburgh, Pittsburgh, Pennsylvania, United States of America",United States of America,Anusha.Balangoda@pitt.edu,https://orcid.org/0000-0002-1508-0889,Anusha Balangoda,"Department of Geology and Environmental Science, University of Pittsburgh, Pittsburgh, Pennsylvania, United States of America",United States of America,Anusha.Balangoda@pitt.edu,https://orcid.org/0000-0002-1508-0889,TRUE,The data is being formatted and finalized for sharing on Hydroshare once the MS is accepted.,, +10.1371/journal.pwat.0000334,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000334,PLOS Water,"Assessing geographic variations in household water disruptions across 30,109 communities in India in 2021",2026-01-21,2026,Research Article,/Earth sciences/Geography/Human geography/Urban geography; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/Asia/India; /Research and analysis methods/Research design/Survey research/Surveys/Health surveys; /Social sciences/Human geography/Urban geography,TRUE,4,docx; docx; zip; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000334.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000334.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000334.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000334.s004&type=supplementary,3,Anoop Jain,"Department of Environmental Health, Boston University School of Public Health, Boston, Massachusetts, United States of America",United States of America,svsubram@hsph.harvard.edu,,Anoop Jain,"Department of Environmental Health, Boston University School of Public Health, Boston, Massachusetts, United States of America",United States of America,svsubram@hsph.harvard.edu,,TRUE,The Demographic and Health Surveys data for India is available at https://dhsprogram.com/countries/Country-Main.cfm?ctry_id=57.,https://dhsprogram.com/countries/Country-Main.cfm?ctry_id=57,dhs program +10.1371/journal.pwat.0000475,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000475,PLOS Water,"“If we have water, we have money”: A qualitative investigation of the role of water in women’s economic engagement in Guatemala, Honduras, Kenya, and Zimbabwe",2025-12-03,2025,Research Article,/Biology and life sciences/Agriculture/Animal management/Livestock; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Health economics; /People and places/Geographical locations/Africa/Kenya; /People and places/Geographical locations/Africa/Zimbabwe; /People and places/Geographical locations/North America/Central America/Guatemala; /People and places/Geographical locations/North America/Central America/Honduras; /Social sciences/Economics/Health economics,TRUE,4,pdf; docx; docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000475.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000475.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000475.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000475.s004&type=supplementary,28,Emily Ogutu,"Gangarosa Department of Environmental Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,,https://orcid.org/0000-0002-7143-4549,Bethany A. Caruso,"Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,bcaruso@emory.edu,https://orcid.org/0000-0001-9738-9857,TRUE,Data will be availed in FigShare data repository 10.6084/m9.figshare.c.7815533.,https://doi.org/10.6084/m9.figshare.c.7815533; 10.6084/m9.figshare.c.7815533,figshare +10.1371/journal.pwat.0000426,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000426,PLOS Water,"Success criteria comparison of eight implemented projects to improve the planning, design, and construction of floodplain wetlands",2026-01-16,2026,Research Article,/Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Erosion; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Water quality,TRUE,7,kml; xlsx; pdf; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s008&type=supplementary,16,Robert J. Hawley,"Sustainable Streams, Louisville, Kentucky, United States of America",United States of America,bob.hawley@sustainablestreams.com,https://orcid.org/0000-0002-6900-4398,Robert J. Hawley,"Sustainable Streams, Louisville, Kentucky, United States of America",United States of America,bob.hawley@sustainablestreams.com,https://orcid.org/0000-0002-6900-4398,TRUE,All data are in the manuscript and supporting information files.,, +10.1371/journal.pwat.0000418,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000418,PLOS Water,The political economy of water and sanitation in Palestine’s Gaza Strip: A scoping review,2025-12-01,2025,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/Israel; /People and places/Geographical locations/Asia/Palestinian territories; /Research and analysis methods/Research assessment/Peer review; /Social sciences/Economics/Finance,TRUE,6,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000418.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000418.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000418.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000418.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000418.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000418.s007&type=supplementary,6,Mariam Fayad,"Independent Researcher, Gaza, Palestine",Palestine,,https://orcid.org/0009-0008-7386-0120,Mariam Zaqout,"The Bartlett School of Sustainable Construction, University College London, London, United Kingdom",United Kingdom,m.zaqout@ucl.ac.uk,https://orcid.org/0000-0001-6978-8252,TRUE,All relevant data are within the paper and its Supporting Information files.,, +10.1371/journal.pwat.0000487,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000487,PLOS Water,"Autoclaved but not safe: Persistence of blaCTX-M and blaTEM genes encoding extended spectrum β-lactamase in autoclaved microbiological waste destined for municipal sewage disposal in Mwanza, Tanzania",2025-12-30,2025,Research Article,/Biology and life sciences/Biochemistry/Nucleic acids/DNA; /Biology and life sciences/Evolutionary biology/Evolutionary processes/Horizontal gene transfer; /Biology and life sciences/Genetics/DNA; /Biology and life sciences/Genetics/Gene transfer/Horizontal gene transfer; /Biology and life sciences/Microbiology; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance; /Biology and life sciences/Molecular biology/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Engineering and technology/Sanitary engineering/Sewage; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pharmacology/Antimicrobial resistance; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Equipment preparation/Equipment sterilization/Autoclaving; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction,FALSE,0,,,5,Johannes Rukyaa,"Department of Microbiology and Immunology, Weill Bugando School of Medicine, Catholic University of Health and Allied Sciences, Mwanza, Tanzania",Tanzania,johannesjoshua0@gmail.com,https://orcid.org/0000-0001-9392-5384,Johannes Rukyaa,"Department of Microbiology and Immunology, Weill Bugando School of Medicine, Catholic University of Health and Allied Sciences, Mwanza, Tanzania",Tanzania,johannesjoshua0@gmail.com,https://orcid.org/0000-0001-9392-5384,TRUE,All data generated or analyzed during this study are fully presented within the paper.,, +10.1371/journal.pwat.0000356,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000356,PLOS Water,Community-led polycentric water management for drought mitigation in Southern Zambia,2025-12-02,2025,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Animal management/Livestock; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Social sciences/Psychology/Cognitive psychology/Decision making,TRUE,9,docx; docx; docx; docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s010&type=supplementary,6,Carol Emma Mweemba,"International Water Management Institute, Lusaka, Zambia",Zambia,carolmweemba83@gmail.com,https://orcid.org/0009-0007-8680-4374,Carol Emma Mweemba,"International Water Management Institute, Lusaka, Zambia",Zambia,carolmweemba83@gmail.com,https://orcid.org/0009-0007-8680-4374,TRUE,All data underlying the findings of this study “Community-led polycentric water management for drought mitigation in Southern Zambia” are available from International Water Management Institute (IWMI) and can be accessed at https://doi.org/10.5281/zenodo.17579285.,https://doi.org/10.5281/zenodo.17579285; 10.5281/zenodo.17579285,zenodo +10.1371/journal.pwat.0000453,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000453,PLOS Water,Determinants and spatio-temporal structure of variability in wastewater SARS-CoV-2 viral load measurements in Switzerland: Key insights for future surveillance efforts,2025-11-03,2025,Research Article,/Biology and life sciences/Biochemistry/Nucleic acids/RNA/RNA structure; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Microbiology/Virology/Viral structure; /Biology and life sciences/Microbiology/Virology/Viral transmission and infection/Viral load; /Biology and life sciences/Molecular biology/Macromolecular structure analysis/RNA structure; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Earth sciences/Geography; /Medicine and health sciences/Epidemiology/Disease surveillance/Infectious disease surveillance; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Infectious disease surveillance; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /People and places/Geographical locations/Europe/Switzerland; /Research and analysis methods/Research facilities/Research laboratories/Government laboratories,TRUE,3,pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000453.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000453.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000453.s003&type=supplementary,12,Julien Riou,"Department of Epidemiology and Health Systems, Unisanté, Center for Primary Care and Public Health and University of Lausanne, Lausanne, Switzerland",Switzerland,julien.riou@unisante.ch,https://orcid.org/0000-0002-3808-2852,Julien Riou,"Department of Epidemiology and Health Systems, Unisanté, Center for Primary Care and Public Health and University of Lausanne, Lausanne, Switzerland",Switzerland,julien.riou@unisante.ch,https://orcid.org/0000-0002-3808-2852,TRUE,Data on viral concentration of SARS-CoV-2 in wastewater and data on COVID-19 hospitalizations are freely available from https://www.idd.bag.admin.ch/. Code is available on https://github.com/foph-modelling/multilevel_wbe.,https://www.idd.bag.admin.ch/; https://github.com/foph-modelling/multilevel_wbe,github +10.1371/journal.pwat.0000421,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000421,PLOS Water,Comparative analysis of service area boundaries and disparities in drinking water quality,2025-11-03,2025,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /People and places/Population groupings/Ethnicities/Hispanic people; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical elements/Arsenic; /Physical sciences/Materials science/Materials/Contaminants; /Research and analysis methods/Research design/Survey research/Census,TRUE,5,docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000421.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000421.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000421.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000421.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000421.s005&type=supplementary,3,Wes Austin,"U.S. Environmental Protection Agency, National Center for Environmental Economics, Washington, District of Columbia, United States of America",United States of America,,https://orcid.org/0000-0003-3386-0835,Ahmed Rachid El-Khattabi,"Environmental Finance Center, School of Government, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,arelkhattabi@sog.unc.edu,https://orcid.org/0000-0001-6923-3978,TRUE,"We compile our dataset using records from data from the American Community Survey, EPA’s Safe Drinking Water Information System database, the third and fifth Unregulated Contaminant Monitoring Rule data, Six Year Review data, and a national dataset of community water system service area boundaries, among others. We are storing our compiled database on the following github repository: https://github.com/wesaustin/dw_service_areas_public.",https://github.com/wesaustin/dw_service_areas_public,github +10.1371/journal.pwat.0000460,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000460,PLOS Water,Human dimensions in water crisis management: Gender bias in water manager appraisals and implications for water decision-making,2025-11-19,2025,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Emotions/Anxiety; /Biology and life sciences/Psychology/Emotions/Fear; /Biology and life sciences/Psychology/Social psychology; /Earth sciences/Atmospheric science/Climatology/Climate change; /Engineering and technology/Environmental engineering/Water management; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Psychology/Emotions/Anxiety; /Social sciences/Psychology/Emotions/Fear; /Social sciences/Psychology/Social psychology; /Social sciences/Sociology/Sexual and gender issues; /Social sciences/Sociology/Sexual and gender issues/Gender discrimination; /Social sciences/Sociology/Social discrimination/Gender discrimination,TRUE,3,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000460.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000460.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000460.s003&type=supplementary,6,Lauren Keira Marie Smith,"University of Waterloo, 200 University Ave W, Waterloo, Ontario, Canada",Canada,L9smith@royalroads.ca,https://orcid.org/0000-0001-8277-8075,Lauren Keira Marie Smith,"University of Waterloo, 200 University Ave W, Waterloo, Ontario, Canada",Canada,L9smith@royalroads.ca,https://orcid.org/0000-0001-8277-8075,TRUE,"Preregistration, research materials, and data are available online at https://osf.io/bp4fy/?view_only=3651d3701e8546de8455c288be194fd4 (anonymized for blind-peer review).",https://osf.io/bp4fy/?view_only=3651d3701e8546de8455c288be194fd4,osf +10.1371/journal.pwat.0000293,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000293,PLOS Water,"Filter, heat, spin: A simple and inexpensive method for DNA preparation from freshwater for use in high-throughput molecular source tracking",2025-08-12,2025,Research Article,/Biology and life sciences/Anatomy/Body fluids/Blood; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Molecular biology; /Biology and life sciences/Molecular biology/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Physiology/Body fluids/Blood; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Anatomy/Body fluids/Blood; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Mathematics/Statistics/Statistical data; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Extraction techniques/DNA extraction; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction,TRUE,11,pdf; pdf; pdf; pdf; pdf; pdf; pdf; pdf; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s012&type=supplementary,13,Vincent T. Pham,"Freshman Research Initiative, Urban Ecosystems Research Stream, College of Natural Sciences, The University of Texas at Austin, Austin, Texas, United States of America",United States of America,,https://orcid.org/0000-0002-3120-0174,Stuart Reichler,"Freshman Research Initiative, Urban Ecosystems Research Stream, College of Natural Sciences, The University of Texas at Austin, Austin, Texas, United States of America",United States of America,sreichler@mail.utexas.edu,https://orcid.org/0009-0002-0979-6984,TRUE,All data used to produce this article are included in Supporting Information.,, +10.1371/journal.pwat.0000413,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000413,PLOS Water,Beyond peak water security: Household-scale experiential metrics can offer new perspectives on contemporary water challenges in the United States,2025-08-12,2025,Essay,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Political science/National security,FALSE,0,,,10,Wendy Jepson,"Department of Geography, Texas A&M University, College Station, Texas, United States of America",United States of America,,,Justin Stoler,"Department of Geography and Sustainable Development, University of Miami, Coral Gables, Florida, United States of America",United States of America,stoler@miami.edu,https://orcid.org/0000-0001-8435-7012,FALSE,,, +10.1371/journal.pwat.0000330,4,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000330,PLOS Water,Resource allocation for environmental health services in healthcare facilities: A qualitative case study from Niger,2025-02-28,2025,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Health care/Health care policy; /Medicine and health sciences/Health care/Health economics; /Medicine and health sciences/Public and occupational health/Environmental health; /People and places/Geographical locations/Africa/Niger; /Social sciences/Economics/Finance; /Social sciences/Economics/Finance/Financial management/Budgets; /Social sciences/Economics/Health economics; /Social sciences/Psychology/Cognitive psychology/Decision making,TRUE,2,docx; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000330.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000330.s002&type=supplementary,6,Silvia Landa,"The Water Institute at UNC, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,,https://orcid.org/0009-0007-8814-7582,Darcy M. Anderson,"The Water Institute at UNC, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,TRUE,"Data are not publicly available to protect the privacy of research subjects. These are small healthcare facilities in Niger with a limited number of healthcare workers and government officials. Given the limited number of health facilities in rural Niger as well as the rich contextual clues in the transcripts about their job duties, work environment, and local geography, making the data publicly available poses a risk that study participants may be identified. Please use the following point of contact from the University of North Carolina at Chapel Hill's Institutional Review Board for questions or concerns regarding participant confidentiality and data availability: irb_questions@unc.edu.",, +10.1371/journal.pwat.0000308,4,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000308,PLOS Water,Reorienting urban stream management to focus on equitable delivery of benefits,2025-02-28,2025,Essay,/Biology and life sciences/Ecology/Community ecology; /Biology and life sciences/Ecology/Urban ecology; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Community ecology; /Ecology and environmental sciences/Ecology/Urban ecology; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Social sciences/Political science/Governments/Local governments,FALSE,0,,,20,Seth J. Wenger,"Odum School of Ecology, University of Georgia, Athens, GeorgiaUnited States of America",GeorgiaUnited States of America,swenger@uga.edu,https://orcid.org/0000-0001-7858-960X,Seth J. Wenger,"Odum School of Ecology, University of Georgia, Athens, GeorgiaUnited States of America",GeorgiaUnited States of America,swenger@uga.edu,https://orcid.org/0000-0001-7858-960X,FALSE,,, +10.1371/journal.pwat.0000138,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000138,PLOS Water,Chasing the water table: The impact of groundwater depletion on rural drinking water supply in peninsular India,2025-04-24,2025,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Drip irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Crop science/Crops; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/Asia/India; /Physical sciences/Physics/Electricity; /Research and analysis methods/Research design/Survey research/Census,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000138.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000138.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000138.s003&type=supplementary,4,Veena Srinivasan,"Water, Environment, Land and Livelihoods Labs (WELL Labs), IFMR, Chennai, Tamil Nadu, India",India,veena.srinivasan@gmail.com,https://orcid.org/0000-0002-5885-3116,Veena Srinivasan,"Water, Environment, Land and Livelihoods Labs (WELL Labs), IFMR, Chennai, Tamil Nadu, India",India,veena.srinivasan@gmail.com,https://orcid.org/0000-0002-5885-3116,TRUE,The dataset has been provided in the supporting information.,, +10.1371/journal.pwat.0000324,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000324,PLOS Water,"The relation between urban green spaces, shallow aquifers and water availability for cities: A case study in Mexico City",2025-04-24,2025,Research Article,/Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Earth sciences/Geology/Volcanology/Lava; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/North America/Mexico; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Human geography/Urban geography/Urban areas,TRUE,4,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000324.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000324.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000324.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000324.s005&type=supplementary,7,Marcelo Canteiro,"Escuela Nacional de Estudios Superiores, Universidad Nacional Autónoma de México, Morelia, Michoacán, México",México,,,Luis Zambrano,"Departamento de Zoología, Instituto de Biología, Universidad Nacional Autónoma de México, Ciudad de México, México",México,zambrano@ib.unam.mx,https://orcid.org/0000-0002-8632-0712,TRUE,The data supporting the results of this study are available in the manuscript and supporting information documents.,, +10.1371/journal.pwat.0000291,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000291,PLOS Water,Quantification of Legionella pneumophila in building potable water systems: A meta-analysis comparing qPCR and culture-based detection methods,2025-01-29,2025,Research Article,/Biology and life sciences/Genetics/Genomics; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Biology and life sciences/Organisms/Bacteria/Legionella/Legionella pneumophila; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Mathematics/Arithmetic; /Physical sciences/Mathematics/Geometry; /Physical sciences/Mathematics/Statistics/Statistical methods/Metaanalysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Metaanalysis; /Research and analysis methods/Research assessment/Systematic reviews,TRUE,12,docx; docx; mdic; mdic; docx; docx; docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s012&type=supplementary,6,Émile Sylvestre,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,e.sylvestre@tudelft.nl,https://orcid.org/0009-0001-5884-2492,Émile Sylvestre,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,e.sylvestre@tudelft.nl,https://orcid.org/0009-0001-5884-2492,TRUE,The datasets analyzed during the current study are available in the Supporting information.,, +10.1371/journal.pwat.0000267,4,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000267,PLOS Water,Evaluating chlorine taste and odor acceptability to inform drinking water chlorination in humanitarian settings: Lessons from trials in Uganda,2025-02-11,2025,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception/Taste; /Biology and life sciences/Neuroscience/Sensory perception/Taste; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Taste; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /People and places/Demography/Refugees; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Electricity/Electric conductivity; /Physical sciences/Physics/Materials physics/Turbidity; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Taste,TRUE,5,n; xlsx; xlsx; xlsx; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000267.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000267.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000267.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000267.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000267.s005&type=supplementary,9,Camille Heylen,"Civil and Environmental Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,camille.heylen@tufts.edu,https://orcid.org/0000-0002-4588-6373,Camille Heylen,"Civil and Environmental Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,camille.heylen@tufts.edu,https://orcid.org/0000-0002-4588-6373,TRUE,The data underlying this study are openly available on Open Science Framework (OSF) at https://osf.io/8mwn9/?view_only=de34bf5d5ae849539c75721c4ab03e27,https://osf.io/8mwn9/?view_only=de34bf5d5ae849539c75721c4ab03e27,osf +10.1371/journal.pwat.0000271,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000271,PLOS Water,Alternative indicators of handpump functionality: Toward consistent performance-oriented monitoring,2025-05-19,2025,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/Africa/Niger; /People and places/Geographical locations/Africa/Zimbabwe; /People and places/Geographical locations/Asia/India; /Physical sciences/Mathematics/Algebra/Linear algebra/Eigenvalues; /Physical sciences/Mathematics/Statistics/Statistical methods/Factor analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Factor analysis; /Research and analysis methods/Research design/Survey research/Surveys,FALSE,0,,,4,Catherine McManus,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,catherine.mcmanus@alumni.unc.edu,https://orcid.org/0000-0003-2026-3687,Catherine McManus,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,catherine.mcmanus@alumni.unc.edu,https://orcid.org/0000-0003-2026-3687,TRUE,Data may be found at https://doi.org/10.15139/S3/J3IVUG.,https://doi.org/10.15139/S3/J3IVUG; 10.15139/S3/J3IVUG, +10.1371/journal.pwat.0000355,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000355,PLOS Water,Design and application of intelligent water-saving system in water-saving management of urban water-using units,2025-04-09,2025,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Intelligence; /Biology and life sciences/Psychology/Cognitive psychology/Intelligence; /Computer and information sciences/Artificial intelligence; /Computer and information sciences/Computer architecture/Computer hardware; /Computer and information sciences/Data management; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Analytical chemistry/Chemical analysis/Water analysis; /Social sciences/Psychology/Cognitive psychology/Intelligence,TRUE,4,xlsx; xlsx; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000355.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000355.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000355.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000355.s004&type=supplementary,4,Fan Hongxia,"Wuhan Technology and Business University, Wuhan, China",China,,,Li Qiaolin,"Wuhan Technology and Business University, Wuhan, China",China,20050708006@wtbu.edu.cn,https://orcid.org/0009-0003-5052-6713,TRUE,All data are in the manuscript and/or supporting information files.,, +10.1371/journal.pwat.0000292,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000292,PLOS Water,"Heavy water toxicity via isotope effects: Stronger than high-dose radiation, neutralized by light water",2025-01-29,2025,Research Article,/Biology and life sciences/Biochemistry/Enzymology/Enzymes; /Biology and life sciences/Biochemistry/Nucleic acids/DNA/DNA repair; /Biology and life sciences/Biochemistry/Proteins/Enzymes; /Biology and life sciences/Biochemistry/Proteins/Post-translational modification/Phosphorylation; /Biology and life sciences/Cell biology/Cell processes/Cell death/Apoptosis; /Biology and life sciences/Genetics/DNA/DNA repair; /Physical sciences/Chemistry/Chemical elements/Hydrogen; /Physical sciences/Chemistry/Chemical reactions; /Physical sciences/Chemistry/Chemical reactions/Hydrolysis; /Physical sciences/Physics/Particle physics/Composite particles/Atoms/Isotopes,TRUE,7,wb; red; a; pdf; a; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s007&type=supplementary,7,Takeshi Yasuda,"Institute for Quantum Life Science (iQLS), National Institutes for Quantum Science and Technology (QST), Chiba, Japan",Japan,yasuda.takeshi@qst.go.jp,https://orcid.org/0000-0001-6812-3048,Takeshi Yasuda,"Institute for Quantum Life Science (iQLS), National Institutes for Quantum Science and Technology (QST), Chiba, Japan",Japan,yasuda.takeshi@qst.go.jp,https://orcid.org/0000-0001-6812-3048,TRUE,All data are available in the manuscript and its Supporting Information.,, +10.1371/journal.pwat.0000255,3,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000255,PLOS Water,Assessment of a local and low-cost passive in-line chlorination device in rural Guatemala,2024-09-12,2024,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception/Smell; /Biology and life sciences/Neuroscience/Sensory perception/Smell; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Smell; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Smell,TRUE,15,pdf; pdf; docx; pdf; pdf; pdf; pdf; pdf; pdf; pdf; tiff; tiff; tiff; tiff; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s015&type=supplementary,8,Jael M. Locher,"Environmental Sciences and Engineering Section, EPFL, Lausanne, Switzerland",Switzerland,,,Sara J. Marks,"Department Sandec, Eawag, Dübendorf, Switzerland",Switzerland,sara.marks@eawag.ch,https://orcid.org/0000-0003-0566-3041,TRUE,The study data are available at https://doi.org/10.25678/000B3P.,https://doi.org/10.25678/000B3P; 10.25678/000B3P, +10.1371/journal.pwat.0000294,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000294,PLOS Water,Geographical and environmental factors in pharmaceuticals and personal care products removal from drinking water plants,2024-10-01,2024,Research Article,/Biology and life sciences/Microbiology/Microbial control/Antimicrobials/Antibiotics; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Pharmaceutics/Drug therapy/Neurological drug therapy/Anti-addiction drug therapy/Nicotine replacement therapy; /Medicine and health sciences/Pharmacology/Drugs/Antimicrobials/Antibiotics; /Physical sciences/Chemistry/Chemical reactions/Oxidation; /Physical sciences/Mathematics/Statistics/Statistical methods/Analysis of variance; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Chromatographic techniques/Liquid chromatography/High performance liquid chromatography; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Analysis of variance; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000294.s001&type=supplementary,5,Sayoni Dutta,"Department of Biological Sciences, Kent State University, Kent, Ohio, United States of America",United States of America,,,Xiaozhen Mou,"Department of Biological Sciences, Kent State University, Kent, Ohio, United States of America",United States of America,xmou@kent.edu,https://orcid.org/0000-0002-3289-8965,TRUE,All data are provided in the manuscript and its Supporting Information files.,, +10.1371/journal.pwat.0000346,4,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000346,PLOS Water,Samqwan—Water: Revitalizing our relationship through Indigenous co-governance,2025-02-10,2025,Opinion,/Biology and life sciences/Anatomy/Head/Eyes; /Biology and life sciences/Anatomy/Ocular system/Eyes; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Reptiles/Testudines/Turtles; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Reptiles/Testudines/Turtles; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Anatomy/Head/Eyes; /Medicine and health sciences/Anatomy/Ocular system/Eyes; /Medicine and health sciences/Public and occupational health; /People and places/Demography/Indigenous populations; /People and places/Geographical locations/North America/Canada/British Columbia; /Social sciences/Anthropology/Indigenous populations,FALSE,0,,,2,Jae Ford,"School of Population and Public Health, Faculty of Medicine, University of British Columbia, Vancouver, British Columbia, Canada",Canada,jjford@mun.ca,https://orcid.org/0009-0003-2390-4563,Jae Ford,"School of Population and Public Health, Faculty of Medicine, University of British Columbia, Vancouver, British Columbia, Canada",Canada,jjford@mun.ca,https://orcid.org/0009-0003-2390-4563,FALSE,,, +10.1371/journal.pwat.0000366,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000366,PLOS Water,"Behavioural water policy: Scarce, yet infinitely reusable",2025-05-07,2025,Opinion,/Biology and life sciences/Psychology/Behavior; /Biology and life sciences/Psychology/Behavior/Behavioral economics; /Biology and life sciences/Psychology/Collective human behavior; /Biology and life sciences/Psychology/Social psychology; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Economics/Behavioral economics; /Social sciences/Psychology/Behavior; /Social sciences/Psychology/Behavior/Behavioral economics; /Social sciences/Psychology/Collective human behavior; /Social sciences/Psychology/Social psychology,FALSE,0,,,1,Ching Leong,"Lee Kuan Yew School of Public Policy, National University of Singapore, Singapore, Singapore",Singapore,ching@nus.edu.sg,,Ching Leong,"Lee Kuan Yew School of Public Policy, National University of Singapore, Singapore, Singapore",Singapore,ching@nus.edu.sg,,FALSE,,, +10.1371/journal.pwat.0000250,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000250,PLOS Water,Majority of potable water microplastics are smaller than the 20 μm EU methodology limit for consumable water quality,2025-01-15,2025,Research Article,/Biology and life sciences/Toxicology; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers/Polyethylene; /Physical sciences/Chemistry/Polymer chemistry/Polymers; /Physical sciences/Chemistry/Polymer chemistry/Polymers/Polyethylene; /Physical sciences/Materials science/Materials/Polymers; /Physical sciences/Materials science/Materials/Polymers/Polyethylene; /Research and analysis methods/Equipment preparation/Equipment sterilization/Filter sterilization; /Research and analysis methods/Specimen preparation and treatment/Mechanical treatment of specimens/Sonication/Ultrasonication,TRUE,3,xlsx; txt; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000250.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000250.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000250.s003&type=supplementary,8,Oskar Hagelskjær,"Centre de Recherche sur la Biodiversité et l’Environnement (CRBE), Université de Toulouse, CNRS UMR 5300, IRD, Toulouse INP, Université Toulouse III–Paul Sabatier (UT3), Toulouse, France",France,oskar.hagelskjaer@univ-tlse3.fr,https://orcid.org/0000-0001-8790-1992,Oskar Hagelskjær,"Centre de Recherche sur la Biodiversité et l’Environnement (CRBE), Université de Toulouse, CNRS UMR 5300, IRD, Toulouse INP, Université Toulouse III–Paul Sabatier (UT3), Toulouse, France",France,oskar.hagelskjaer@univ-tlse3.fr,https://orcid.org/0000-0001-8790-1992,TRUE,The underlying data for this paper can be found at http://datadryad.org/stash/share/p60t_ljp4wqo9Qr5HDlvQqa0emnIMAk-waSPC9NSTE4.,http://datadryad.org/stash/share/p60t_ljp4wqo9Qr5HDlvQqa0emnIMAk-waSPC9NSTE4,dryad +10.1371/journal.pwat.0000313,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000313,PLOS Water,Projected land use changes will cause water quality degradation at drinking water intakes across a regional watershed,2025-04-23,2025,Research Article,/Biology and life sciences/Ecology/Ecosystems/Forests; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Ecology/Ecosystems/Forests; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Forests; /Ecology and environmental sciences/Water quality; /Social sciences/Human geography/Land use,TRUE,12,docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s012&type=supplementary,3,Elly T. Gay,"Department of Forestry and Environmental Resources, College of Natural Resources, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,etgay@ncsu.edu,https://orcid.org/0000-0003-4580-4910,Elly T. Gay,"Department of Forestry and Environmental Resources, College of Natural Resources, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,etgay@ncsu.edu,https://orcid.org/0000-0003-4580-4910,TRUE,Data used for SWAT model setup are included in the article and supplementary material. Data used to create the figures and tables are available in the Dryad repository at https://doi.org/10.5061/dryad.3r2280gsm.,https://doi.org/10.5061/dryad.3r2280gsm; 10.5061/dryad.3r2280gsm,dryad +10.1371/journal.pwat.0000337,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000337,PLOS Water,Environmental surveillance of soil-transmitted helminths and other enteric pathogens in settings without networked wastewater infrastructure,2025-01-23,2025,Research Article,/Biology and life sciences/Biochemistry/Nucleic acids; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens; /Biology and life sciences/Organisms/Viruses/Viral pathogens; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Parasitic diseases/Helminth infections/Soil-transmitted helminthiases; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Soil-transmitted helminthiases; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Benin; /People and places/Geographical locations/Asia/India,TRUE,2,xlsx; iac,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000337.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000337.s002&type=supplementary,19,Joël Edoux Eric Siko,"Institut de Recherche Clinique du Bénin, Abomey-Calavi, Bénin",Bénin,,,Amy J. Pickering,"Department of Civil and Environmental Engineering, University of California, Berkeley, California, United States of America",United States of America,pickering@berkeley.edu,https://orcid.org/0000-0001-6193-2221,TRUE,All data and code needed to replicate analysis in the manuscript are available at https://github.com/KendraDahmer/wastewater-ms.,https://github.com/KendraDahmer/wastewater-ms,github +10.1371/journal.pwat.0000270,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000270,PLOS Water,"Inadequate wastewater management in Dhaka’s major hospitals: A socio-technical systems analysis of leadership, policy, and technological challenges",2025-01-08,2025,Research Article,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Sanitary engineering/Solid waste management/Sewage treatment; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Population groupings/Professions/Engineers; /Physical sciences/Materials science/Materials/Sludge; /Physical sciences/Physics/States of matter/Fluids/Liquids; /Science policy/Science and technology workforce/Careers in research/Engineers; /Social sciences/Economics/Economic geography/Low and middle income countries,TRUE,5,docx; docx; tif; docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000270.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000270.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000270.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000270.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000270.s005&type=supplementary,12,Nuhu Amin,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, Australia",Australia,nuhu.amin@icddrb.org,https://orcid.org/0000-0002-7131-6163,Nuhu Amin,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, Australia",Australia,nuhu.amin@icddrb.org,https://orcid.org/0000-0002-7131-6163,TRUE,Data is uploaded as Supporting information.,, +10.1371/journal.pwat.0000273,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000273,PLOS Water,Impacts of wastewater intrusion on disinfection byproduct formation: An experimental study,2025-04-17,2025,Research Article,/Biology and life sciences/Toxicology/Cytotoxicity; /Biology and life sciences/Toxicology/Toxicity; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Cytotoxicity; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxicity; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Chemistry/Chemical elements/Chlorine,TRUE,4,docx; docx; docx; a,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000273.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000273.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000273.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000273.s004&type=supplementary,6,Thomas Roberts,"Department of Civil and Environmental Engineering, University of Massachusetts Amherst, Amherst, Massachusetts, United States of America",United States of America,,https://orcid.org/0009-0008-3596-0921,Karina A. Chavarria,"Department of Civil and Environmental Engineering, University of Massachusetts Amherst, Amherst, Massachusetts, United States of America",United States of America,kchavarria@umass.edu,https://orcid.org/0000-0001-8462-3835,TRUE,The raw data supporting the findings of this study is publicly available via Figshare (DOI: https://doi.org/10.6084/m9.figshare.26006083.v1).,https://doi.org/10.6084/m9.figshare.26006083.v1; 10.6084/m9.figshare.26006083.v1,figshare +10.1371/journal.pwat.0000340,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000340,PLOS Water,Use of biological communities to develop numeric environmental criteria for urban and suburban streams in a rapidly growing Central Texas region,2025-04-21,2025,Research Article,/Biology and life sciences/Ecology/Community ecology; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Phytoplankton/Diatoms; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae/Phytoplankton/Diatoms; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Phytoplankton/Diatoms; /Computer and information sciences/Artificial intelligence/Machine learning; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Ecology and environmental sciences/Ecology/Community ecology; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Ecology and environmental sciences/Water quality; /People and places/Geographical locations/North America/United States/Texas; /Social sciences/Human geography/Urban geography/Urbanization,TRUE,9,a; tif; tif; tif; tif; tif; tif; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s009&type=supplementary,5,Brent J. Bellinger,"Watershed Protection Department, Austin, Texas, United States of America",United States of America,brent.bellinger@austintexas.gov,https://orcid.org/0000-0002-0713-7988,Brent J. Bellinger,"Watershed Protection Department, Austin, Texas, United States of America",United States of America,brent.bellinger@austintexas.gov,https://orcid.org/0000-0002-0713-7988,TRUE,Data and code used in this study have been uploaded to Open Science Framework https://osf.io/gjsp3/.,https://osf.io/gjsp3/,osf +10.1371/journal.pwat.0000359,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000359,PLOS Water,Improved streamflow prediction accuracy in Boreal climate watershed using a LSTM model: A comparative study,2025-04-21,2025,Research Article,/Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Artificial intelligence/Machine learning/Deep learning; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Mathematics/Statistics/Statistical methods/Forecasting; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Forecasting,FALSE,0,,,5,Kamal Islam,"School of Science and the Environment, Memorial University of Newfoundland, Corner Brook, Newfoundland and Labrador, Canada",Canada,kzislam@mun.ca,https://orcid.org/0000-0001-8405-4337,Kamal Islam,"School of Science and the Environment, Memorial University of Newfoundland, Corner Brook, Newfoundland and Labrador, Canada",Canada,kzislam@mun.ca,https://orcid.org/0000-0001-8405-4337,TRUE,All data that support the findings of this study are included within the article.,, +10.1371/journal.pwat.0000281,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000281,PLOS Water,"Sanitary inspection characteristics, precipitation, and microbial water quality - A three-country study of rural boreholes in Sub-Saharan Africa",2025-05-14,2025,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Atmospheric science/Meteorology/Rain; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /People and places/Geographical locations/Africa/Ghana; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,4,zip; zip; zip; zip,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000281.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000281.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000281.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000281.s004&type=supplementary,6,Syed Anjerul Islam,"The Water Institute at UNC and Department of Environmental Science and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,,https://orcid.org/0000-0002-8956-1458,Michael B. Fisher,"The Water Institute at UNC and Department of Environmental Science and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,mbfisher@gmail.com,https://orcid.org/0000-0003-0159-8238,TRUE,All data are included in Supplemental Information.,, +10.1371/journal.pwat.0000307,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000307,PLOS Water,Training for the test: Using multi-objective training to improve ANN ensemble forecasts of household residual chlorine in emergencies,2025-04-17,2025,Research Article,/Biology and life sciences/Computational biology/Computational neuroscience/Artificial neural networks; /Biology and life sciences/Neuroscience/Computational neuroscience/Artificial neural networks; /Computer and information sciences/Artificial intelligence/Artificial neural networks; /Computer and information sciences/Artificial intelligence/Machine learning; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /People and places/Demography/Refugees; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Mathematics/Optimization; /Physical sciences/Mathematics/Statistics/Statistical methods/Forecasting; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Forecasting,TRUE,17,png; png; png; png; png; png; png; png; png; png; png; png; xlsx; xlsx; xlsx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s017&type=supplementary,6,Michael De Santi,"Department of Civil Engineering, Lassonde School of Engineering, York University, Toronto, Canada",Canada,desantim@yorku.ca,https://orcid.org/0000-0002-4308-8351,Michael De Santi,"Department of Civil Engineering, Lassonde School of Engineering, York University, Toronto, Canada",Canada,desantim@yorku.ca,https://orcid.org/0000-0002-4308-8351,TRUE,"Research data from South Sudan, Jordan, and Rwanda are available at: https://data.mendeley.com/datasets/twdv4bcwst/1. Research data from Bangladesh and Tanzania are available at: https://github.com/safeh2o/SWOT_Research_Data/",https://data.mendeley.com/datasets/twdv4bcwst/1; https://github.com/safeh2o/SWOT_Research_Data/,github; mendeley data +10.1371/journal.pwat.0000376,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000376,PLOS Water,Towards a one health approach to WASH to tackle zoonotic disease and promote health and wellbeing,2025-05-29,2025,Review,/Biology and life sciences/Agriculture/Animal management/Livestock; /Biology and life sciences/Ecology/Community ecology/Ecological risk; /Biology and life sciences/Physiology/Physiological processes/Excretion; /Biology and life sciences/Veterinary science/Veterinary diseases; /Ecology and environmental sciences/Ecology/Community ecology/Ecological risk; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Zoonoses; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation,FALSE,0,,,5,Sarah Dickin,"Department of Women’s and Children’s Health, Uppsala University, Akademiska sjukhuset, Uppsala, Sweden",Sweden,sarah.dickin@uu.se,https://orcid.org/0000-0003-0437-3755,Sarah Dickin,"Department of Women’s and Children’s Health, Uppsala University, Akademiska sjukhuset, Uppsala, Sweden",Sweden,sarah.dickin@uu.se,https://orcid.org/0000-0003-0437-3755,FALSE,,, +10.1371/journal.pwat.0000321,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000321,PLOS Water,Targets and trade-offs: Designing environmental water transactions to navigate compounding competition on the San Saba River in Texas,2025-05-13,2025,Research Article,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/North America/Caribbean/Saba; /People and places/Geographical locations/North America/United States/Texas,TRUE,1,zip,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000321.s001&type=supplementary,5,Charles Wight,"School of Environment, Resources, and Sustainability, University of Waterloo, Waterloo, Ontario, Canada",Canada,charles.wight@uwaterloo.ca,https://orcid.org/0000-0002-8704-9637,Charles Wight,"School of Environment, Resources, and Sustainability, University of Waterloo, Waterloo, Ontario, Canada",Canada,charles.wight@uwaterloo.ca,https://orcid.org/0000-0002-8704-9637,TRUE,Data is available in Supporting information.,, +10.1371/journal.pwat.0000387,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000387,PLOS Water,On the safe side: Uncertainty awareness for hydroclimatic risk and loss aversion,2025-06-13,2025,Opinion,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Psychological attitudes; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Flooding; /Physical sciences/Mathematics/Applied mathematics/Game theory; /Physical sciences/Mathematics/Statistics/Statistical methods/Monte Carlo method; /Physical sciences/Physics/Classical mechanics/Thrust; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Monte Carlo method; /Research and analysis methods/Research design/Quantitative analysis; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Psychology/Psychological attitudes,FALSE,0,,,4,Omar Wani,"Tandon School of Engineering, New York University, Brooklyn, New York, United States of America",United States of America,omarwani@nyu.edu,https://orcid.org/0000-0002-3124-3705,Omar Wani,"Tandon School of Engineering, New York University, Brooklyn, New York, United States of America",United States of America,omarwani@nyu.edu,https://orcid.org/0000-0002-3124-3705,FALSE,,, +10.1371/journal.pwat.0000323,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000323,PLOS Water,Influencing non-menstruator attitudes and behaviours towards menstrual health among rohingya refugees in Bangladesh: A realist evaluation,2025-06-25,2025,Research Article,/Biology and life sciences/Psychology/Psychological attitudes; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Public and occupational health/Behavioral and social aspects of health; /Medicine and health sciences/Public and occupational health/Global health; /Medicine and health sciences/Public and occupational health/Hygiene; /Social sciences/Anthropology/Cultural anthropology/Religion; /Social sciences/Psychology/Psychological attitudes; /Social sciences/Sociology/Human families; /Social sciences/Sociology/Religion; /Social sciences/Sociology/Sexual and gender issues,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000323.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000323.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000323.s003&type=supplementary,7,Georgia Hales,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom,cn14gih@leeds.ac.uk,https://orcid.org/0000-0003-4776-3905,Georgia Hales,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom,cn14gih@leeds.ac.uk,https://orcid.org/0000-0003-4776-3905,TRUE,Nick Sheppard - an advisor from the data management team at the University of Leeds - says that the ethical agreement from the IRB did not permit the onward sharing of anonymised data from research participants. He added that considering the research subjects are a vulnerable group (Rohingya refugees from Myanmar living in Bangladesh) and the sensitive nature of the topic (sexual and reproductive health) it would not be ethical to share the data publicly outside of the quotes used in the manuscript. He said with the advances in AI it's becoming easier to identify people from anonymised data. Therefore putting the data in a public repository would breach compliance with the protocol approved by the research ethics board. Nick Sheppard is contactable at N.Sheppard@leeds.ac.uk.,, +10.1371/journal.pwat.0000329,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000329,PLOS Water,Early prenatal nitrate exposure and birth outcomes: A study of Iowa’s public drinking water (1970–1988),2025-06-25,2025,Research Article,/Biology and life sciences/Physiology/Physiological parameters/Body weight/Birth weight; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Women's health/Maternal health/Birth; /Medicine and health sciences/Women's health/Maternal health/Birth/Preterm birth; /Medicine and health sciences/Women's health/Maternal health/Pregnancy/Pregnancy complications/Preterm birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Birth/Preterm birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Pregnancy/Pregnancy complications/Preterm birth; /People and places/Geographical locations/North America/United States/Iowa; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis,TRUE,14,xlsx; xlsx; weeks; xlsx; xlsx; lpm; weeks; xlsx; xlsx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s014&type=supplementary,3,Jason Semprini,"Department of Public Health, Des Moines University College of Health Sciences, West Des Moines, Iowa, United States of America",United States of America,jsemprini@dmu.edu,https://orcid.org/0000-0002-0375-8090,Jason Semprini,"Department of Public Health, Des Moines University College of Health Sciences, West Des Moines, Iowa, United States of America",United States of America,jsemprini@dmu.edu,https://orcid.org/0000-0002-0375-8090,TRUE,"For this study, the public water quality data was obtained from the University of Iowa’s Center for Health Effects of Environmental Contamination. The data included all public water quality sample measures of nitrate levels (mg/L) reported between January 1, 1970 to December 31, 1988. In addition to the nitrate level measures, the water quality data included measurement dates, names, and geocodes of the public water systems. While this data was shared by CHEEC to the authors of this current study, the authors of this current study were not given explicit permission to share the data. The two key contacts for data requests are David Cwiertny (David-cwiertny@uiowa.edu) and Darrin Thompson (darrin-thompson-1@uiowa.edu). These two faculty hold appointments at CHEEC and are acknowledged in the manuscript under the acknowledgements section. Additionally, the public website for CHEEC is found here: https://cheec.uiowa.edu/ (E-Mail: cheec@uiowa.edu). In addition, the repository which holds the analytic code can be accessed with the following link: (https://github.com/jsemprini/Iowa-Water-Nitrate-Births7088).",https://cheec.uiowa.edu/; https://github.com/jsemprini/Iowa-Water-Nitrate-Births7088,github +10.1371/journal.pwat.0000326,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000326,PLOS Water,Do mandatory minimum penalties and penalty relief work? Evidence from California’s clean water program,2025-07-03,2025,Research Article,/Ecology and environmental sciences/Environmental justice; /Ecology and environmental sciences/Pollution; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /People and places/Geographical locations/North America/United States/California; /Science policy; /Social sciences/Economics/Finance; /Social sciences/Law and legal sciences/Regulations; /Social sciences/Sociology/Environmental justice,TRUE,1,a,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000326.s001&type=supplementary,7,Ryan J. Treves,"Stanford Law School, Stanford University, Stanford, California, United States of America",United States of America,,,Daniel E. Ho,"Stanford Law School, Stanford University, Stanford, California, United States of America",United States of America,deho@stanford.edu,https://orcid.org/0000-0002-2195-5469,TRUE,"Aggregate data, allowing for substantial replication of the main results, is available online (see https://github.com/reglab/california_mmp).",https://github.com/reglab/california_mmp,github +10.1371/journal.pwat.0000339,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000339,PLOS Water,"Monitoring SARS-CoV-2 in wastewater in Kisumu, Kenya: Association with COVID-19 case numbers",2025-05-09,2025,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Engineering and technology/Sanitary engineering/Solid waste management/Sewage treatment; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care facilities/Hospitals; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/SARS; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation,TRUE,6,docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000339.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000339.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000339.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000339.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000339.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000339.s006&type=supplementary,8,Bhagya Galkissa-Dewage,"Division of Environmental and Occupational Health Sciences, School of Public Health, University of Illinois Chicago, Chicago, Illinois, United States of America",United States of America,bgalki2@uic.edu,https://orcid.org/0009-0004-1805-1321,Bhagya Galkissa-Dewage,"Division of Environmental and Occupational Health Sciences, School of Public Health, University of Illinois Chicago, Chicago, Illinois, United States of America",United States of America,bgalki2@uic.edu,https://orcid.org/0009-0004-1805-1321,TRUE,The data that support the findings of this study are openly available in INDIGO data repository maintained by the University of Illinois Chicago DOI : 10.25417/uic.28646114.,https://10.25417/uic.28646114; 10.25417/uic.28646114, +10.1371/journal.pwat.0000287,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000287,PLOS Water,"Assessing the effect of a Massive Open Online Course (MOOC) on school water, sanitation, and hygiene improvements in the Philippines",2025-05-27,2025,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Neuroscience/Learning and memory/Learning/Human learning; /Biology and life sciences/Psychology/Cognitive psychology/Learning/Human learning; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Asia/Philippines; /People and places/Population groupings/Professions/Teachers; /Social sciences/Economics/Finance; /Social sciences/Psychology/Cognitive psychology/Learning/Human learning; /Social sciences/Sociology/Education/Schools,TRUE,7,docx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s007&type=supplementary,7,Kh. Shafiur Rahaman,"Department of Disease Control, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom,,,Robert Dreibelbis,"Department of Disease Control, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom,Robert.Dreibelbis@lshtm.ac.uk,https://orcid.org/0000-0002-9716-0419,TRUE,"Data for this manuscript were provided by the Department of Education (DepEd), Government of Philippines. Researchers who wish to access this data are required to request data direct from the Department of Education and receive appropriate approvals. To request access to data, please contact the Assistant Secretary of Operations, Department of Education at oasops@deped.gov.ph.",, +10.1371/journal.pwat.0000367,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000367,PLOS Water,Reducing water quality data inequities: A low-cost to a membrane filtration technique for the quantification of Escherichia coli in drinking water in low-resource contexts,2025-05-27,2025,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Equipment; /Engineering and technology/Industrial engineering/Quality control; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Research design/Survey research/Surveys; /Research and analysis methods/Separation processes/Filtration,TRUE,4,docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000367.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000367.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000367.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000367.s005&type=supplementary,9,Camille Zimmer,"Current affiliation WSP, Victoria, Canada. Previous affiliation Department of Civil Engineering, University of Victoria, Victoria, Canada",Canada,,https://orcid.org/0000-0001-9649-9552,Caetano C. Dorea,"Department of Civil Engineering, University of Victoria, Victoria, Canada",Canada,caetanodorea@uvic.ca,https://orcid.org/0000-0001-9367-0668,TRUE,The Computer Aided Design (CAD) files for a version of the filter support unit which can be 3D printed are available with the supporting materials. The R code and data can be found at https://doi.org/10.5281/zenodo.14841237.,https://doi.org/10.5281/zenodo.14841237; 10.5281/zenodo.14841237,zenodo +10.1371/journal.pwat.0000320,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000320,PLOS Water,"Impact of industrial effluent on the self-purification characteristics and oxygen sag level of Ajali River, South east Nigeria",2025-04-16,2025,Research Article,/Biology and life sciences/Toxicology/Toxic agents/Toxins/Heavy metals; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality/Biochemical oxygen demand; /Ecology and environmental sciences/Water quality/Dissolved oxygen; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxic agents/Toxins/Heavy metals; /Physical sciences/Chemistry/Chemical elements/Heavy metals; /Physical sciences/Chemistry/Chemical elements/Oxygen,FALSE,0,,,6,Judith Ogechukwu Nwerem,"Department of Pure and Industrial Chemistry, University of Nigeria, Nsukka, Enugu State, Nigeria",Nigeria,,,Hillary Onyeka Abugu,"Department of Pure and Industrial Chemistry, University of Nigeria, Nsukka, Enugu State, Nigeria",Nigeria,hillary.abugu@unn.edu.ng,https://orcid.org/0000-0002-6045-8449,TRUE,All relevant data are within the paper.,, +10.1371/journal.pwat.0000352,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000352,PLOS Water,Vulnerability assessment of drinking water intakes to microbial contamination during combined sewer overflows under global change: A bottom-up approach,2025-05-28,2025,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Seasons/Summer; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000352.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000352.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000352.s003&type=supplementary,7,Baptiste Leveque,"Department of Civil, Geological and Mining engineering, Polytechnique Montréal, Montréal, Quebec, Canada",Canada,,,Raja Kammoun,"Department of Civil, Geological and Mining engineering, Polytechnique Montréal, Montréal, Quebec, Canada",Canada,raja.kammoun@polymtl.ca,https://orcid.org/0000-0002-1059-109X,TRUE,"The data utilized in this study were obtained from municipalities and are subject to confidentiality agreements, which prevent their public sharing. However, all relevant data necessary to replicate the findings are fully presented within the main text and supplemental materials of this paper. Researchers requiring additional information may contact the corresponding author, who can facilitate requests with the data providers in accordance with the applicable legal and ethical frameworks.",, +10.1371/journal.pwat.0000277,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000277,PLOS Water,"Assessing the impact of rightsizing drinking water infrastructure system in Flint, Michigan",2025-04-02,2025,Research Article,/Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/United States/Michigan; /Social sciences/Economics/Microeconomics/Urban economics; /Social sciences/Human geography/Social geography/Neighborhoods; /Social sciences/Human geography/Urban geography/Cities,TRUE,1,wsr,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000277.s001&type=supplementary,4,Richard Casey Sadler,"Department of Public Health and Family Medicine, Michigan State University, Flint, Michigan, United States of America",United States of America,,,Hyun Jeong Koo,"Department of Civil and Environmental Engineering, Wayne State University, Detroit, Michigan, United States of America",United States of America,hjkoo@wayne.edu,https://orcid.org/0000-0003-1178-8609,TRUE,"Data utilized to perform the hydraulic modeling of the drinking water distribution system was obtained through a Memorandum of Understanding (MOU) with the City of Flint Department of Public Works (https://www.cityofflint.com/department/public-works), which explicitly prevents the disclosure of information concerning this sensitive infrastructure. Researchers interested in replicating this work should contact Kenneth Miller, Administrator of Water and Sewer Utilities. The datasets used to perform statistical analyses and developed into figures for this manuscript are archived in a public repository (https://digitalcommons.wayne.edu/) with the following Digital Object Identifiers (DOIs): 10.22237/waynestaterepo/data/1729036800/a and 10.22237/waynestaterepo/data/1729036800/b.",https://www.cityofflint.com/department/public-works; https://digitalcommons.wayne.edu/; https://10.22237/waynestaterepo/data/1729036800/a; https://10.22237/waynestaterepo/data/1729036800/b; 10.22237/waynestaterepo/data/1729036800/a; 10.22237/waynestaterepo/data/1729036800/b, +10.1371/journal.pwat.0000361,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000361,PLOS Water,Flood control of reservoir systems: Learning-based explicit and switched model predictive control approaches,2025-05-09,2025,Research Article,/Biology and life sciences/Organisms/Eukaryota/Plants/Trees; /Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Systems science/Nonlinear systems; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Mathematics/Applied mathematics/Algorithms; /Physical sciences/Mathematics/Optimization; /Physical sciences/Mathematics/Systems science/Nonlinear systems; /Research and analysis methods/Simulation and modeling/Algorithms,TRUE,3,pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000361.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000361.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000361.s003&type=supplementary,7,Ja-Ho Koo,"Department of Water Management, Delft University of Technology, Delft, The Netherlands",The Netherlands,J.H.Koo@tudelft.nl,https://orcid.org/0000-0001-7100-8518,Ja-Ho Koo,"Department of Water Management, Delft University of Technology, Delft, The Netherlands",The Netherlands,J.H.Koo@tudelft.nl,https://orcid.org/0000-0001-7100-8518,TRUE,The hydrological and operational data were acquired from Korea Water Resources Public Corporation’s website (http://kwater.or.kr). The data and code of this research are available at https://doi.org/10.4121/b6dd9d97-118d-406e-867d-b821fb6d08d4 under the CC-BY-4.0 license.,http://kwater.or.kr; https://doi.org/10.4121/b6dd9d97-118d-406e-867d-b821fb6d08d4; 10.4121/b6dd9d97-118d-406e-867d-b821fb6d08d4, +10.1371/journal.pwat.0000317,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000317,PLOS Water,Willingness-to-pay and demand for sanitation products in rural northern Ghana: Impacts of seasonality and methodology,2025-05-06,2025,Research Article,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography/Human geography/Urban geography/Towns; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Ghana; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Economics/Commerce/Payment; /Social sciences/Human geography/Urban geography/Towns,TRUE,2,pdf; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000317.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000317.s002&type=supplementary,7,John Trimmer,"The Aquaya Institute, Nairobi, Kenya",Kenya,,https://orcid.org/0000-0002-4809-6684,Valerie Bauza,"The Aquaya Institute, San Anselmo, California, United States of America",United States of America,valerie@aquaya.org,https://orcid.org/0000-0003-1919-0767,TRUE,All relevant data are included in the article and its Supporting information files.,, +10.1371/journal.pwat.0000306,4,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000306,PLOS Water,"Impact of wavelength, exposure sequence, and organic matter on UV disinfection and DNA repair",2025-03-31,2025,Research Article,/Biology and life sciences/Biochemistry/Nucleic acids/DNA/DNA repair; /Biology and life sciences/Genetics/DNA/DNA repair; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Physical sciences/Physics/Electromagnetic radiation/Light; /Physical sciences/Physics/Electromagnetic radiation/Light/Ultraviolet radiation; /Physical sciences/Physics/Electromagnetic radiation/Light/Ultraviolet radiation/Ultraviolet A; /Physical sciences/Physics/Electromagnetic radiation/Light/Ultraviolet radiation/Ultraviolet C; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,12,tiff; tiff; tiff; tiff; tiff; tiff; peak; xlsx; xlsx; xlsx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s012&type=supplementary,2,Daniel Ma,"Department of Civil, Environmental, and Geodetic Engineering, The Ohio State University, Columbus, Ohio, United States of America",United States of America,,https://orcid.org/0000-0002-5448-5408,Natalie M. Hull,"Department of Civil, Environmental, and Geodetic Engineering, The Ohio State University, Columbus, Ohio, United States of America",United States of America,hull.305@osu.edu,https://orcid.org/0000-0003-2876-6721,TRUE,Data can be accessed at https://doi.org/10.6084/m9.figshare.28244198.v2.,https://doi.org/10.6084/m9.figshare.28244198.v2; 10.6084/m9.figshare.28244198.v2,figshare +10.1371/journal.pwat.0000309,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000309,PLOS Water,From bench to beach: Assessing the reliability of community-based qPCR monitoring for recreational water quality,2025-05-27,2025,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Enterococcus; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Enterococcus/Enterococcus faecalis; /Biology and life sciences/Organisms/Bacteria/Enterococcus; /Biology and life sciences/Organisms/Bacteria/Enterococcus/Enterococcus faecalis; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Enterococcus; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Enterococcus/Enterococcus faecalis; /Research and analysis methods/Extraction techniques/DNA extraction; /Research and analysis methods/Research facilities/Research laboratories; /Research and analysis methods/Research facilities/Research laboratories/University laboratories,TRUE,3,docx; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000309.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000309.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000309.s004&type=supplementary,9,Ceilidh P. Welch,"School of Public Health, University of Alberta, Edmonton, Alberta, Canada",Canada,,,Patrick C. Hanington,"School of Public Health, University of Alberta, Edmonton, Alberta, Canada",Canada,pch1@ualberta.ca,https://orcid.org/0000-0002-3964-5012,TRUE,All relevant data are within the paper and related supporting information files.,, +10.1371/journal.pwat.0000338,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000338,PLOS Water,Investigating the suitability of dichotomous responses for the Water Insecurity Experiences (WISE) Scales using nationally representative data from 39 countries,2025-05-20,2025,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Public and occupational health/Global health; /People and places/Geographical locations/Africa/Cameroon; /People and places/Geographical locations/Africa/Zambia; /People and places/Geographical locations/Oceania/Australia; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Research design/Survey research/Surveys,TRUE,3,docx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000338.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000338.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000338.s004&type=supplementary,15,Indira Bose,"Department of Population Health, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom,,https://orcid.org/0000-0002-3045-8851,Joshua D. Miller,"Department of Nutrition, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,josh.miller@unc.edu,https://orcid.org/0000-0002-2171-856X,TRUE,"This study was based on survey data collected by the Gallup World Poll (GWP) and ENSANUT 2021. Data from ENSANUT are publicly available on the website of the National Institute of Public Health (Mexico). Nationally aggregated WISE data can be accessed from https://doi.org/10.21985/n2-avk4-9932, additional data can be requested by emailing WISE_scales@northwestern.edu.",https://doi.org/10.21985/n2-avk4-9932; 10.21985/n2-avk4-9932, +10.1371/journal.pwat.0000345,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000345,PLOS Water,What is an urban riverscape? Typological naming of urban riverscapes to support planning and management,2025-04-22,2025,Research Article,/Computer and information sciences/Data management; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering; /Engineering and technology/Structural engineering/Built structures; /Social sciences/Human geography/Urban geography/Urban areas,TRUE,2,pdf; vnd.openxmlformats-officedocument.spre,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000345.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000345.s002&type=supplementary,6,Brian M. Murphy,"Department of Civil and Environmental Engineering, Colorado State University, Fort Collins, Colorado, United States of America",United States of America,brian@riverworks.com,https://orcid.org/0000-0002-7670-2469,Brian M. Murphy,"Department of Civil and Environmental Engineering, Colorado State University, Fort Collins, Colorado, United States of America",United States of America,brian@riverworks.com,https://orcid.org/0000-0002-7670-2469,TRUE,"All data is publicly available and accessible by contacting the Mile High Flood District (MHFD) GIS Department. Email: contact@mhfd.org or phone: +1 (303) 455-6277. MHFD is a public agency based in Denver, CO USA.",, +10.1371/journal.pwat.0000369,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000369,PLOS Water,Removal of surrogate viruses from water using chitosan coagulation,2025-07-08,2025,Research Article,/Biology and life sciences/Plant science/Plant anatomy/Seeds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical compounds/Organic compounds/Functional groups; /Physical sciences/Chemistry/Organic chemistry/Organic compounds/Functional groups; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers; /Physical sciences/Chemistry/Polymer chemistry/Polymers; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Materials science/Materials/Mixtures/Colloids; /Physical sciences/Materials science/Materials/Polymers; /Physical sciences/Physics/Materials physics/Turbidity,FALSE,0,,,7,Ampai Soros,"Department of Public Health, Mahidol University Amnatcharoen Campus, Amnatcharoen, Thailand",Thailand,,,Emily S. Bailey,"Department of Public Health, College of Pharmacy & Health Sciences, Campbell University, Buies Creek, North Carolina, United States of America",United States of America,ebailey@campbell.edu,https://orcid.org/0000-0003-1292-0771,TRUE,All relevant data can be found here: 10.6084/m9.figshare.28923881.,10.6084/m9.figshare.28923881,figshare +10.1371/journal.pwat.0000555,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000555,PLOS Water,"The Agency, Resources, and Institutional Structures for Sanitation-related Empowerment (ARISE) scales: Psychometric evaluation across eight cities in Asia and Africa",2026-06-02,2026,Research Article,/Biology and life sciences/Neuroscience/Cognitive neuroscience/Consciousness; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive neuroscience/Consciousness; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Psychometrics; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Engineering and technology/Measurement; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Mathematics/Statistics/Statistical methods/Factor analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Factor analysis; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Psychology/Psychometrics,TRUE,2,efa; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000555.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000555.s002&type=supplementary,12,Sheela S. Sinharoy,"Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,sheela.sinharoy@emory.edu,https://orcid.org/0000-0003-3077-3824,Sheela S. Sinharoy,"Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,sheela.sinharoy@emory.edu,https://orcid.org/0000-0003-3077-3824,TRUE,The data underlying these findings can be accessed at https://doi.org/10.6084/m9.figshare.c.7590713.v4.,https://doi.org/10.6084/m9.figshare.c.7590713.v4; 10.6084/m9.figshare.c.7590713.v4,figshare +10.1371/journal.pwat.0000559,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000559,PLOS Water,Water justice for all,2026-06-01,2026,Opinion,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/Mexico; /People and places/Geographical locations/Oceania/Australia; /People and places/Population groupings/Ethnicities/Latin American people/Mexican people; /Social sciences/Psychology/Cognitive psychology/Decision making,FALSE,0,,,5,Rupert Quentin Grafton,"‌‌Crawford School of Public Policy, Australian National University, Canberra, Australia",Australia,quentin.grafton@anu.edu.au,https://orcid.org/0000-0002-0048-9083,Rupert Quentin Grafton,"‌‌Crawford School of Public Policy, Australian National University, Canberra, Australia",Australia,quentin.grafton@anu.edu.au,https://orcid.org/0000-0002-0048-9083,FALSE,,, +10.1371/journal.pwat.0000454,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000454,PLOS Water,"Groundwater hardness characterization and selection of softening technology for development of a centralized treatment plant: A case study in Haramaya University, Ethiopia",2026-06-02,2026,Research Article,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical compounds/Carbonates; /Physical sciences/Chemistry/Chemical compounds/Chlorides; /Physical sciences/Chemistry/Chemical compounds/Salts/Sulfates; /Physical sciences/Chemistry/Chemical reactions/Corrosion; /Physical sciences/Chemistry/Physical chemistry/Ion exchange; /Physical sciences/Physics/Classical mechanics/Pressure/Osmotic pressure,TRUE,5,vij; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000454.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000454.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000454.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000454.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000454.s006&type=supplementary,6,Nagara Wakgari Futasa,"School of Water Resources and Environmental Engineering, Haramaya University, Dire Dawa, Ethiopia",Ethiopia,negera1984@gmail.com,https://orcid.org/0000-0001-5663-0202,Nagara Wakgari Futasa,"School of Water Resources and Environmental Engineering, Haramaya University, Dire Dawa, Ethiopia",Ethiopia,negera1984@gmail.com,https://orcid.org/0000-0001-5663-0202,TRUE,All relevant data are included in the manuscript and Supporting information.,, +10.1371/journal.pwat.0000558,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000558,PLOS Water,Don’t’ forget to ask your local archaeologist: Water security’s material record,2026-06-16,2026,Opinion,/Biology and life sciences/Ecology/Paleoecology; /Biology and life sciences/Paleontology/Paleobiology/Paleoecology; /Biology and life sciences/Paleontology/Paleoclimatology; /Earth sciences/Atmospheric science/Climatology/Paleoclimatology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Paleontology/Paleobiology/Paleoecology; /Earth sciences/Paleontology/Paleoclimatology; /Ecology and environmental sciences/Ecology/Paleoecology; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /People and places/Demography/Indigenous populations; /People and places/Geographical locations/Africa/Madagascar; /Social sciences/Anthropology/Indigenous populations; /Social sciences/Archaeology,FALSE,0,,,2,Mark W. Hauser,"Department of Anthropology, Northwestern University, Evanston, Illinois, United States of America",United States of America,mark-hauser@northwestern.edu,https://orcid.org/0000-0001-7241-1739,Mark W. Hauser,"Department of Anthropology, Northwestern University, Evanston, Illinois, United States of America",United States of America,mark-hauser@northwestern.edu,https://orcid.org/0000-0001-7241-1739,FALSE,,, +10.1371/journal.pwat.0000494,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000494,PLOS Water,"Multi-criteria performance evaluation of stormwater infrastructure in a micro urban watershed, Addis Ababa, Ethiopia",2026-06-17,2026,Research Article,/Biology and life sciences/Physiology/Physiological parameters/Body weight; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Erosion; /Earth sciences/Hydrology/Flooding; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Structural engineering,TRUE,7,docx; xlsx; xlsx; a; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s008&type=supplementary,8,Bilal Kemal,"School of Civil and Environmental Engineering, College of Technology and Built Environment, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,bilal.kemal@aau.edu.et,https://orcid.org/0009-0002-2790-3229,Bilal Kemal,"School of Civil and Environmental Engineering, College of Technology and Built Environment, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,bilal.kemal@aau.edu.et,https://orcid.org/0009-0002-2790-3229,TRUE,"All relevant data are within the paper and its Supporting Information files (S1 Appendix, S2 Table, S3 Table, S1 Fig). The PCSWMM model input files used for hydrological simulations have been deposited in the Zenodo repository under DOI https://doi.org/10.5281/zenodo.20234539. The model can be run using PCSWMM 7.7 or later.",https://doi.org/10.5281/zenodo.20234539; 10.5281/zenodo.20234539,zenodo +10.1371/journal.pwat.0000562,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000562,PLOS Water,Weather Jiu-Jitsu: Prospects for atmospheric nudging to defuse the impact of catastrophic weather extremes,2026-06-24,2026,Essay,/Earth sciences/Atmospheric science/Atmospheric physics/Atmospheric dynamics; /Earth sciences/Atmospheric science/Atmospheric physics/Atmospheric dynamics/Atmospheric circulation; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Storms/Hurricanes; /Earth sciences/Atmospheric science/Meteorology/Weather; /Earth sciences/Geophysics/Atmospheric physics/Atmospheric dynamics; /Earth sciences/Geophysics/Atmospheric physics/Atmospheric dynamics/Atmospheric circulation; /Earth sciences/Hydrology/Flooding; /Earth sciences/Natural disasters/Hurricanes; /Engineering and technology/Management engineering/Risk management/Insurance; /Physical sciences/Physics/Geophysics/Atmospheric physics/Atmospheric dynamics; /Physical sciences/Physics/Geophysics/Atmospheric physics/Atmospheric dynamics/Atmospheric circulation; /Social sciences/Economics/Finance,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000562.s001&type=supplementary,3,Qin Huang,"School of Complex Adaptive Systems, Arizona State University, Tempe, Arizona, United States of America",United States of America,qhuang62@asu.edu,https://orcid.org/0009-0007-8033-6629,Qin Huang,"School of Complex Adaptive Systems, Arizona State University, Tempe, Arizona, United States of America",United States of America,qhuang62@asu.edu,https://orcid.org/0009-0007-8033-6629,FALSE,,, +10.1371/journal.pwat.0000442,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000442,PLOS Water,The Lishtot TestDrop Pro device cannot reliably indicate microbial water safety,2026-06-18,2026,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Materials science/Materials/Contaminants; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Separation processes/Filtration,TRUE,6,docx; xlsx; 2; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000442.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000442.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000442.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000442.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000442.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000442.s006&type=supplementary,12,Timothy Purvis,"The Water Institute, UNC Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,tpurvis@email.unc.edu,https://orcid.org/0009-0009-2223-4899,Timothy Purvis,"The Water Institute, UNC Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,tpurvis@email.unc.edu,https://orcid.org/0009-0009-2223-4899,TRUE,All data have been made available for review in the supplementary information.,, +10.1371/journal.pwat.0000394,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000394,PLOS Water,"Sustainable river management using Analytical Hierarchical Process on remote sensing data: Estimating riverscape vulnerability for Ganga, the world’s most densely populated river basin",2026-06-12,2026,Research Article,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Population biology/Population metrics/Population density; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Remote sensing; /Physical sciences/Materials science/Material properties/Surface properties/Surface temperature; /Social sciences/Human geography/Land use; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Psychology/Cognitive psychology/Decision making,TRUE,21,xlsx; xlsx; xlsx; docx; docx; a; a; docx; xlsx; docx; docx; tif; docx; a; a; docx; xlsx; xlsx; xlsx; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s021&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s022&type=supplementary,10,Anthony Acciavatti,"Yale School of Architecture, Yale University, New Haven, Connecticut, United States of America",United States of America,anthony.acciavatti@yale.edu,https://orcid.org/0009-0005-9073-4079,Anthony Acciavatti,"Yale School of Architecture, Yale University, New Haven, Connecticut, United States of America",United States of America,anthony.acciavatti@yale.edu,https://orcid.org/0009-0005-9073-4079,TRUE,"All datasets are generated from publicly accessible datasets, namely Google Earth Engine and Google Earth as well as all topographic and runoff calculations are made using RUSLE. Please find here the direct link to the base layer for Fig 1, which was in the OSF link, but is directly here for your convenience: https://www.arcgis.com/home/item.html?id=30e5fe3149c34df1ba922e6f5bbf808f. And please find here a link to the terms of use for the image: https://www.esri.com/en-us/legal/terms/master-agreement?rsource=https%3A%2F%2Fwww.esri.com%2Flegal%2Fsoftware-license, https://osf.io/v52gm/overview, https://osf.io/v52gm/overview.",https://www.arcgis.com/home/item.html?id=30e5fe3149c34df1ba922e6f5bbf808f; https://www.esri.com/en-us/legal/terms/master-agreement?rsource=https%3A%2F%2Fwww.esri.com%2Flegal%2Fsoftware-license; https://osf.io/v52gm/overview,osf +10.1371/journal.pwat.0000561,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000561,PLOS Water,Thermal transformation of organic matter and impacts on water quality in fire-affected Jarrah Forest,2026-06-05,2026,Research Article,/Biology and life sciences/Ecology/Ecosystems/Forests; /Biology and life sciences/Ecology/Forest ecology; /Ecology and environmental sciences/Ecology/Ecosystems/Forests; /Ecology and environmental sciences/Ecology/Forest ecology; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Terrestrial environments/Forests; /Ecology and environmental sciences/Water quality; /Ecology and environmental sciences/Wildfires; /Physical sciences/Chemistry/Chemical compounds/Organic compounds; /Physical sciences/Chemistry/Chemical reactions/Exothermic reactions/Combustion; /Physical sciences/Chemistry/Organic chemistry/Organic compounds; /Physical sciences/Materials science/Material properties/Optical properties,TRUE,4,xlsx; xlsx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000561.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000561.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000561.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000561.s004&type=supplementary,8,Kuenzang Tshering,"School of Science, Edith Cowan University, Perth, Australia",Australia,tershong@gmail.com,https://orcid.org/0000-0003-4869-3806,Kuenzang Tshering,"School of Science, Edith Cowan University, Perth, Australia",Australia,tershong@gmail.com,https://orcid.org/0000-0003-4869-3806,TRUE,All relevant data are within the paper and its Supporting Information files.,, +10.1371/journal.pwat.0000574,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000574,PLOS Water,"Public bathrooms as public goods: Assessing availability and accessibility in Atlanta, Georgia",2026-06-24,2026,Research Article,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Social sciences/Human geography/Urban geography/Cities,TRUE,3,pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000574.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000574.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000574.s004&type=supplementary,11,Brandie Banner Shackelford,"Gangarosa Department of Environmental Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,,https://orcid.org/0009-0000-8438-3237,April M. Ballard,"Department of Population Health Sciences, School of Public Health, Georgia State University, Atlanta, Georgia, United States of America",United States of America,aballard11@gsu.edu,https://orcid.org/0000-0003-3839-5637,TRUE,All relevant data for this study are publicly available from the OSF repository (https://osf.io/fm9by).,https://osf.io/fm9by,osf +10.1371/journal.pwat.0000563,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000563,PLOS Water,Active regulating of onsite sanitation must be extended from the national to the city level to effectively engage the private sector at scale,2026-06-03,2026,Opinion,/Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Uganda; /People and places/Geographical locations/Africa/Zambia; /Physical sciences/Materials science/Materials/Sludge; /Social sciences/Economics/Industrial organization/Structure of markets; /Social sciences/Law and legal sciences/Regulations,FALSE,0,,,9,Jonathan Wilcox,"WaterAid, London, United Kingdom",United Kingdom,,https://orcid.org/0009-0003-0224-7138,Claire Grisaffi,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom,c.grisaffi@leeds.ac.uk,https://orcid.org/0000-0001-7038-9849,FALSE,,, +10.1371/journal.pwat.0000540,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000540,PLOS Water,Continuing the conversation: Emerging areas for sector guidance in fecal sludge emptying and transport service regulation,2026-06-03,2026,Essay,/Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa; /Physical sciences/Materials science/Materials/Sludge; /Social sciences/Economics/Finance; /Social sciences/Law and legal sciences/Regulations; /Social sciences/Philosophy/Human rights,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000540.s001&type=supplementary,13,Claire Grisaffi,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom,c.grisaffi@leeds.ac.uk,https://orcid.org/0000-0001-7038-9849,Claire Grisaffi,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom,c.grisaffi@leeds.ac.uk,https://orcid.org/0000-0001-7038-9849,FALSE,,, +10.1371/journal.pwat.0000535,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000535,PLOS Water,Hydrological analysis of the California Basin Model,2026-06-10,2026,Research Article,/Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Snow; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/North America/United States/California; /Research and analysis methods/Simulation and modeling,TRUE,6,vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; 2; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; 1,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000535.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000535.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000535.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000535.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000535.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000535.s006&type=supplementary,9,Jason Hamilton Davison,"Department of Civil and Environmental Engineering, The Catholic University of America, Washington, District of Columbia, United States of America",United States of America,davisonj@cua.edu,https://orcid.org/0000-0001-9014-2341,Jason Hamilton Davison,"Department of Civil and Environmental Engineering, The Catholic University of America, Washington, District of Columbia, United States of America",United States of America,davisonj@cua.edu,https://orcid.org/0000-0001-9014-2341,TRUE,All data needed to evaluate the conclusions in the paper are present in the paper and the Supplementary Materials. Please contact the corresponding author for model data and configuration files.,, +10.1371/journal.pwat.0000288,5,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000288,PLOS Water,Mapping residual chlorine in water supply network of Babile Town in East Hararge Zone of Oromia Regional State using WaterGEMS,2026-07-02,2026,Research Article,/Computer and information sciences/Software engineering/Computer software; /Computer and information sciences/Software engineering/Software tools; /Earth sciences/Geography/Human geography/Urban geography/Towns; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Software engineering/Computer software; /Engineering and technology/Software engineering/Software tools; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Social sciences/Human geography/Urban geography/Towns,TRUE,4,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000288.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000288.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000288.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000288.s004&type=supplementary,6,Mihret Dananto Ulsido,"Department of Water supply and Environmental Engineering, Institute of Technology, Hawassa University, Hawassa, Ethiopia",Ethiopia,,,Yohannes Seifu Berego,"Department of Environmental Health, College of Medicine and Health Sciences, Hawassa University, Hawassa, Sidama Region, Ethiopia",Ethiopia,yohannesseifu@hu.edu.et,https://orcid.org/0000-0002-9266-1126,TRUE,The authors confirm that the data supporting the findings of this study are available within the article [and/or] its supplementary materials.,, +10.1371/journal.pwat.0000571,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000571,PLOS Water,"Governance and potential of decentralised water reuse in Bengaluru, India",2026-06-26,2026,Research Article,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Sanitary engineering/Solid waste management/Sewage treatment; /Medicine and health sciences/Public and occupational health; /Social sciences/Law and legal sciences/Regulations,TRUE,7,doc; doc; doc; doc; doc; doc; doc,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s007&type=supplementary,8,Abishek Sankara Narayan,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,Abishek Sankara Narayan,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,TRUE,All relevant data generated or analysed during this study are included in this published article and its supplementary information files. The specific names and job titles of interviewees are anonymised to protect their identity and privacy.,, +10.1371/journal.pwat.0000554,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000554,PLOS Water,"Handling left-censored PFAS data in surface-water reconnaissance: A reproducible workflow applied to ten sites in the Trinity River headwaters, Texas",2026-06-26,2026,Research Article,/Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Transportation infrastructure/Airports; /Engineering and technology/Transportation/Transportation infrastructure/Airports; /People and places/Geographical locations/North America/United States/Texas; /Research and analysis methods/Research assessment/Reproducibility; /Research and analysis methods/Research design/Pilot studies; /Research and analysis methods/Research facilities/Research laboratories/Government laboratories,TRUE,10,detected; i; nlcd; docx; docx; tif; purple; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s010&type=supplementary,12,Portia T. Asare,"Department of Environmental and Geological Sciences, Texas Christian University, Fort Worth, Texas, United States of America",United States of America,,https://orcid.org/0009-0003-1657-8050,Gehendra Kharel,"Department of Environmental and Geological Sciences, Texas Christian University, Fort Worth, Texas, United States of America",United States of America,g.kharel@tcu.edu,https://orcid.org/0000-0002-7463-7181,TRUE,"All data necessary to replicate the findings of this study are deposited at Zenodo (https://doi.org/10.5281/zenodo.19500593) under a CC-BY 4.0 license. The deposited data package contains: the complete site-by-analyte concentration matrix with all measured values, reporting limits, censoring indicators, and qualifier flags; the Python imputation, sensitivity-analysis, table-generation, and figure-generation code; compiled NPDES/DMR summaries; catchment land-use and river-network distance data; and a machine-readable QA/QC appendix reproducing the method blank results, LCS/LCSD/LLCS recoveries, isotope-dilution recovery ranges, and qualifier decision rules extracted from the laboratory analytical report (Eurofins Job 810-176371-1). Supporting Information tables accompanying this article reproduce the 40-analyte detection results (S1 Table), site-by-analyte concentrations (S2 Table), catchment and NPDES indicators (S3 Table), per-site source-category counts (S4 Table), and exploratory Spearman screening correlations with Benjamini-Hochberg FDR-adjusted q-values (S5 Table). Table 1 in the main text presents the five-way sensitivity analysis.",https://doi.org/10.5281/zenodo.19500593; 10.5281/zenodo.19500593,zenodo +10.1371/journal.pwat.0000575,5,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000575,PLOS Water,Water quality at the point of consumption and child health after installing in-line chlorination with electrolysis in Ethiopia,2026-07-06,2026,Research Article,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pediatrics/Child health; /Medicine and health sciences/Public and occupational health/Child health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,TRUE,6,docx; pdf; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000575.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000575.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000575.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000575.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000575.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000575.s006&type=supplementary,7,Regula Meierhofer,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Department of Sanitation, Water and Waste for Development, Dübendorf, Switzerland",Switzerland,regula.meierhofer@eawag.ch,https://orcid.org/0000-0002-9691-9374,Regula Meierhofer,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Department of Sanitation, Water and Waste for Development, Dübendorf, Switzerland",Switzerland,regula.meierhofer@eawag.ch,https://orcid.org/0000-0002-9691-9374,TRUE,"The data collected are covering sensitive topics related to personal health and participants in the study provided informed consent under the condition that personal data will be kept confidential and will not be shared with anyone other than members of the survey team. Only researchers involved in this study, and the members of the ethical review board in Ethiopia while keeping confidentiality, can access original data. Any inquiries regarding reasonable requests for the data can be directed to Head for Scientific and Ethical Review Office of the Ethiopian Public Health Institute: Ibrahim Kedir (email: ibro.kedir@yahoo.com or ephi@ethionet.et), referring to protocol nr. EPHI-IRB-499-2023.",, +10.1371/journal.pwat.0000564,5,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000564,PLOS Water,Going “Fourth” with PLOS Water,2026-07-06,2026,Editorial,/Earth sciences/Atmospheric science/Meteorology/Weather; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Public and occupational health/Global health; /Research and analysis methods/Research assessment/Peer review; /Science policy/Open science; /Social sciences/Sociology/Communications/Social communication,FALSE,0,,,3,Sera L. Young,"PLOS Water, Cambridge, United Kingdom",United Kingdom,,,Guillaume Wright,"PLOS Water, Cambridge, United Kingdom",United Kingdom,gwright@plos.org,https://orcid.org/0000-0003-0166-9200,FALSE,,, diff --git a/data-raw/washdev-country-review.csv b/data-raw/washdev-country-review.csv new file mode 100644 index 0000000..6fac690 --- /dev/null +++ b/data-raw/washdev-country-review.csv @@ -0,0 +1,34 @@ +paperid,volume,issue,first_author_affiliation,correspondence_author_affiliation +28742,1,1,"Journal of Water, Sanitation and Hygiene for Development",NA +28811,2,1,Freelance Consultant,"Research Associate, Water, Engineering and Development Centre (WEDC), Loughborough University, Loughborough, UK" +30292,3,2,Consultant in Water and Sanitation,Consultant in Water and Sanitation +30121,6,2,UNICEF (formerly World Bank),NA +30123,6,3,Institute for Public Health and Environmental Engineering,Institute for Public Health and Environmental Engineering +38055,7,4,School of Economic Sciences,School of Economic Sciences +38050,7,4,Department of Civil and Environmental Engineering,Department of Civil Engineering +38049,7,4,Department of Civil Engineering,Department of Civil Engineering +38047,7,4,Department of Architecture and Regional Planning,Department of Architecture and Regional Planning +38058,7,4,Department of Civil & Environment Engineering #35-518,"Sustainable Management of Natural Resources and Environment Research Group, Faculty of Environment and Labour Safety" +38057,7,4,Centers for Disease Control and Prevention,Centers for Disease Control and Prevention +39045,8,2,Department of Environmental Health and Sanitation Education,Department of Environmental Health and Sanitation Education +39036,8,2,School of Civil Engineering,School of Civil Engineering +39053,8,2,Lyon,UNICEF +39026,8,2,Department of Civil Engineering,Department of Civil Engineering +39038,8,2,Department of Civil Engineering,Department of Civil Engineering +39032,8,2,Institute for Sustainable Futures,Institute for Sustainable Futures +39031,8,2,"Ministry of Health, Community Development, Gender, Elderly and Children","Department of Mathematics, Informatics and Computational Sciences, Solomon Mahlangu College of Science and Education" +39040,8,2,"Community Water and Sanitation Agency, Head Office, PMB-KIA","Community Water and Sanitation Agency, Head Office, PMB-KIA" +39035,8,2,UNICEF – Ethiopia,Department of Environmental and Occupational Health and Safety +39037,8,2,"Department of Environmental Health Engineering, Faculty of Health","Department of Environmental Health Engineering, Faculty of Health" +39051,8,2,"Faculty of Agriculture, Department of Agricultural Economics","Faculty of Agriculture, Department of Agricultural Economics" +39050,8,2,Escuela de Ingeniería en Construcción,Escuela de Ingeniería en Construcción +74015,10,2,"International Master Degree on Energy Engineering, National Cheng Kung University, Tainan 700, Taiwan","Department of Aeronautics and Astronautics, National Cheng Kung University, Tainan 700, Taiwan" +103258,14,8,"Department of Environmental Health, Kinshasa School of Public Health, University of Kinshasa, The Democratic Republic Of The Congo","Department of Environmental Health, Kinshasa School of Public Health, University of Kinshasa, The Democratic Republic Of The Congo" +103538,14,8,"Department of Civil and Environmental Engineering, University of Strathclyde, Glasgow UK","Department of Civil and Environmental Engineering, University of Strathclyde, Glasgow UK" +105387,14,11,"Department of Economics, Krishnagar Government College, Krishnagar, Nadia, West Bengal 741101","Department of Economics, University of Calcutta, Kolkata, West Bengal 700050" +105560,14,12,"Foreign Policy Institute, Johns Hopkins University, 555 Pennsylvania Avenue NW. Washington, DC 20001","Foreign Policy Institute, Johns Hopkins University, 555 Pennsylvania Avenue NW. Washington, DC 20001" +106403,15,1,"Division of Medical Safety and Risk Management, National Center for Global Health and Medicine, 1-21-1, Toyama, Shinjuku-ku, Tokyo, Japan, 162-8655","Division of Medical Safety and Risk Management, National Center for Global Health and Medicine, 1-21-1, Toyama, Shinjuku-ku, Tokyo, Japan, 162-8655" +107555,15,3,"School of Architecture and Environment, University of the West of England, Bristol, UKE-mail: Helen.Underhill@uwe.ac.uk",NA +107879,15,5,"Propel Manila, Penthouse B, PDCP Bank Center Building, V.A. Rufino St, Makati City, 1227 Metro Manila, the Philippines","Propel Manila, Penthouse B, PDCP Bank Center Building, V.A. Rufino St, Makati City, 1227 Metro Manila, the Philippines" +108230,15,6,"Centre for Sustainable Development, School of Politics and International Relations, University College Dublin, Ireland.","Centre for Sustainable Development, School of Politics and International Relations, University College Dublin, Ireland." +109017,15,9,"Faculty of Health Sciences, Durban University of Technology. P O Box 1334, Durban, 4001 South Africa","Faculty of Health Sciences, Durban University of Technology. P O Box 1334, Durban, 4001 South Africa" diff --git a/data-raw/washdev-das-review.csv b/data-raw/washdev-das-review.csv new file mode 100644 index 0000000..e108625 --- /dev/null +++ b/data-raw/washdev-das-review.csv @@ -0,0 +1,15 @@ +paperid,volume,issue,das_type +98803,13,12,NA +98841,13,12,NA +99077,13,12,NA +99074,13,12,NA +98932,13,12,NA +99204,13,12,NA +99226,13,12,NA +99802,14,1,The repository links are available at: NFHS: https://dhsprogram.com/data/; NSSO: http://mospi.gov.in/; IHDS: https://www.icpsr.umich.edu/; UDISE: http://udise.in/; UDISE Plus: https://udiseplus.gov.in/#/home. +105669,14,11,Data is available for access upon reasonable request. +107295,15,3,"We encourage all authors of articles published in MDPI journals to share their research data. In this section, please provide details regarding where data supporting reported results can be found, including links to publicly archived datasets analysed or generated during the study. Where no new data were created, or where data are unavailable due to privacy or ethical restrictions, a statement is still required. Suggested Data Availability Statements are available in section ‘MDPI Research Data Policies’ at https://www.mdpi.com/ethics." +107910,15,5,All the relevant data for the research is provided as supplementary material. +110627,16,1,"The sequencing datasets from this study are publicly available in the NCBI Sequence Read Archive (SRA), BioProject ID: PRJNA1181577. https://dataview.ncbi.nlm.nih.gov/object/PRJNA1181577?reviewer=nfq2mho30umld4hmmt75qpukg4." +111441,16,4,The datasets generated and/or analysed during the current study are not publicly available due to ethical and confidentiality considerations but are available from the corresponding author on reasonable request. +111764,16,5,All dataset used for supporting the conclusion of this article are available from the corresponding authors upon request. diff --git a/data-raw/washdev.csv b/data-raw/washdev.csv index 759e77a..6347879 100644 --- a/data-raw/washdev.csv +++ b/data-raw/washdev.csv @@ -1,933 +1,1174 @@ -,paperid,volume,issue,url,journal,title,published_year,is_supp,num_supp,supp_file_type,supp_url,num_authors,first_author_name,first_author_affiliation,first_author_affiliation_country,first_author_email,first_author_orcid,correspondence_author_name,correspondence_author_affiliation,correspondence_author_affiliation_country,correspondence_author_email,correspondence_author_orcid,has_das,das,das_type,das_repo_url,keywords -0,28742,1,1,https://iwaponline.com/washdev/article/1/1/1/28742/Editorial,"Journal of Water, Sanitation & Hygiene for Development",Editorial,2011,FALSE,0,,[],6,Jamie Bartram,"Journal of Water, Sanitation and Hygiene for Development",Sanitation and Hygiene for Development,,,,,,,,FALSE,,,,[] -1,28745,1,1,https://iwaponline.com/washdev/article/1/1/3/28745/The-sanitation-ladder-a-need-for-a-revamp,"Journal of Water, Sanitation & Hygiene for Development",The sanitation ladder – a need for a revamp?,2011,FALSE,0,,[],5,E. Kvarnström,"Stockholm Environment Institute, Kräftriket 2B, SE-10691 Stockholm, Sweden",Sweden,elisabeth.kvarnstrom@sei.se,,E. Kvarnström,"Stockholm Environment Institute, Kräftriket 2B, SE-10691 Stockholm, Sweden",Sweden,elisabeth.kvarnstrom@sei.se,,FALSE,,,,"['function-based', 'sanitation technologies', 'sustainability', 'the sanitation ladder']" -2,28743,1,1,https://iwaponline.com/washdev/article/1/1/13/28743/Vertical-flow-constructed-wetlands-as-an-emerging,"Journal of Water, Sanitation & Hygiene for Development",Vertical-flow constructed wetlands as an emerging solution for faecal sludge dewatering in developing countries,2011,FALSE,0,,[],6,I. M. Kengne,"Laboratory of Plant Biotechnology and Environment, Faculty of Science, University Yaoundé I, PO Box 812, Yaoundé, Cameroon",Cameroon,,,E. Soh Kengne,"Laboratory of Plant Biotechnology and Environment, Faculty of Science, University Yaoundé I, PO Box 812, Yaoundé, Cameroon",Cameroon,ives_kengne@yahoo.fr,,FALSE,,,,"['biosolid accumulation', 'Cyperus papyrus', 'Echinochloa pyramidalis', 'faecal sludge dewatering', 'pollutant removal efficiencies', 'vertical-flow constructed wetlands']" -3,28744,1,1,https://iwaponline.com/washdev/article/1/1/20/28744/The-effectiveness-and-sustainability-of-two-demand,"Journal of Water, Sanitation & Hygiene for Development",The effectiveness and sustainability of two demand-driven sanitation and hygiene approaches in Zimbabwe,2011,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/1/1/10.2166_washdev.2011.015/4/015.pdf?Expires=1706026814&Signature=aK~z72sQJVXyfFFr1x8kN9RfFai9ThHg3Xuauxk4yhZ2TKJ01apTQ20-yTvpmdz5ezdfk8RpPKAfEnMneyaivPS1ZxB1NG9Fl6YR5P6ULq31vJAIlkOtwAFkzjXgjFvZhikW4W7ecfp6fwiPh9k4muyCSc47dVUsVwv~Zj4s8Ap909lcnyQj13Z9wVQce5k2NNNAeEV927OmOpk4D18~3YEZGtZrtjzTzjBvbETyZoCZd6lpPg~1i~N7fAIpunQ~PVEn93~3dyEyaOmvIAgWKFLla-vrOMczNfUOIednf-XOGacBMgJzT2pJKNG0svQv9LChEiXIwtdCNn911zH4yw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,L. Whaley,"NIWAS (National Institute for Water and Sanitation), Kolakkudipatti, Thottiyam, Trichy District, Tamil Nadu, India. Pin: 621 208",India. Pin: 621 208,lukewhaley1@gmail.com,,L. Whaley,"NIWAS (National Institute for Water and Sanitation), Kolakkudipatti, Thottiyam, Trichy District, Tamil Nadu, India. Pin: 621 208",India. Pin: 621 208,lukewhaley1@gmail.com,,FALSE,,,,"['behaviour change', 'effectiveness', 'hand washing', 'sanitation', 'sustainability']" -4,28746,1,1,https://iwaponline.com/washdev/article/1/1/37/28746/Performance-evaluation-of-different-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of different wastewater treatment technologies operating in a developing country,2011,FALSE,0,,[],2,Sílvia C. Oliveira,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 – sala 4622, 31270-901 – Belo Horizonte, Brazil",Brazil,silvia@desa.ufmg.br,,Sílvia C. Oliveira,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 – sala 4622, 31270-901 – Belo Horizonte, Brazil",Brazil,silvia@desa.ufmg.br,,FALSE,,,,"['developing countries', 'effluent quality', 'performance evaluation', 'wastewater treatment']" -5,28747,1,1,https://iwaponline.com/washdev/article/1/1/57/28747/Impact-of-a-natural-coagulant-pretreatment-for,"Journal of Water, Sanitation & Hygiene for Development",Impact of a natural coagulant pretreatment for colour removal on solar water disinfection (SODIS),2011,FALSE,0,,[],2,Sarah A. Wilson,"Department of Civil Engineering, University of Toronto, 35 St George Street, Toronto, Ontario, M5S 1A4, Canada",Canada,sarahanne.wilson@gmail.com,,Sarah A. Wilson,"Department of Civil Engineering, University of Toronto, 35 St George Street, Toronto, Ontario, M5S 1A4, Canada",Canada,sarahanne.wilson@gmail.com,,FALSE,,,,"['drinking water', 'E. coli', 'Moringa oleifera', 'point of use', 'pretreatment', 'solar disinfection']" -6,28748,1,1,https://iwaponline.com/washdev/article/1/1/68/28748/Comparison-and-verification-of-four-field-based,"Journal of Water, Sanitation & Hygiene for Development","Comparison and verification of four field-based microbiological tests: H2S test, Easygel®, Colilert®, Petrifilm™",2011,FALSE,0,,[],3,Patty Chuang,"301 Heidinger Drive, Cary, North Carolina, 27511, USA",USA,,,Susan Murcott,"Mass. Institute of Technology, Civil and Environmental Engineering Dept., 77 Massachusetts Ave., 1-138 Cambridge, MA 02139, USA",USA,murcott@mit.edu,,FALSE,,,,"['Colilert®', 'drinking water', 'Easygel®', 'H2S', 'Petrifilm™', 'Quanti-Tray®']" -7,28772,1,2,https://iwaponline.com/washdev/article/1/2/86/28772/Exploring-the-negative-space-evaluating-reasons,"Journal of Water, Sanitation & Hygiene for Development",Exploring the negative space: evaluating reasons for the failure of pro-poor targeting in urban sanitation projects,2011,FALSE,0,,[],2,Guy Norman,"Postgraduate Medical School, Public Health Area, University of Surrey, UK",UK,g.j.norman@surrey.ac.uk,,Guy Norman,"Postgraduate Medical School, Public Health Area, University of Surrey, UK",UK,g.j.norman@surrey.ac.uk,,FALSE,,,,"['pro-poorness', 'Senegal', 'sewerage', 'targeting', 'World Bank']" -8,28767,1,2,https://iwaponline.com/washdev/article/1/2/102/28767/Efficacy-of-a-ceramic-siphon-household-water,"Journal of Water, Sanitation & Hygiene for Development",Efficacy of a ceramic siphon household water filter for removal of pathogenic microorganisms: lifespan volume test,2011,FALSE,0,,[],3,Amanda R. Kaufman,"Department of Environmental Sciences and Engineering CB#7431, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",USA,Amanda.Kaufman@unc.edu,,Amanda R. Kaufman,"Department of Environmental Sciences and Engineering CB#7431, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",USA,Amanda.Kaufman@unc.edu,,FALSE,,,,"['ceramic siphon water filter', 'diarrhoeal diseases', 'E. coli', 'MS2', 'point of use']" -9,28768,1,2,https://iwaponline.com/washdev/article/1/2/112/28768/Efficacy-of-an-appropriate-point-of-use-water,"Journal of Water, Sanitation & Hygiene for Development","Efficacy of an appropriate point-of-use water treatment intervention for low-income communities in India utilizing Moringa oleifera, sari-cloth filtration and solar UV disinfection",2011,FALSE,0,,[],8,Syed Imran Ali,"School of Engineering, University of Guelph, Guelph, Canada",Canada,alis@uoguelph.ca,,Syed Imran Ali,"School of Engineering, University of Guelph, Guelph, Canada",Canada,alis@uoguelph.ca,,FALSE,,,,"['appropriate technology', 'Moringa oleifera', 'point-of-use', 'sari-cloth filtration', 'SODIS', 'water treatment']" -10,28769,1,2,https://iwaponline.com/washdev/article/1/2/124/28769/Coupling-microbiological-testing-and-sanitary,"Journal of Water, Sanitation & Hygiene for Development","Coupling microbiological testing and sanitary surveys in drinking water quality programs: results from Capiz Province, Philippines",2011,FALSE,0,,[],3,J. Molly Patrick,"211 Randolph St NE Unit C, Atlanta, GA 30312, USA",USA,vej7@cdc.gov,,J. Molly Patrick,"211 Randolph St NE Unit C, Atlanta, GA 30312, USA",USA,vej7@cdc.gov,,FALSE,,,,"['drinking water', 'microbiological testing', 'point sources', 'sanitary surveys', 'water safety']" -11,28770,1,2,https://iwaponline.com/washdev/article/1/2/136/28770/Assessing-and-managing-fluorosis-risk-in-children,"Journal of Water, Sanitation & Hygiene for Development","Assessing and managing fluorosis risk in children and adults in rural Madhya Pradesh, India",2011,FALSE,0,,[],6,Sam Godfrey,"Water and Environmental Sanitation, UNICEF, Maputo, Mozambique",Mozambique,sgodfrey@unicef.org,,Sam Godfrey,"Water and Environmental Sanitation, UNICEF, Maputo, Mozambique",Mozambique,sgodfrey@unicef.org,,FALSE,,,,"['fluorosis', 'health-based targets', 'quantitative chemical risk assessment']" -12,28771,1,2,https://iwaponline.com/washdev/article/1/2/144/28771/Evaluating-performance-of-vertical-flow,"Journal of Water, Sanitation & Hygiene for Development",Evaluating performance of vertical flow constructed wetland under various hydraulic loading rates in effluent polishing,2011,FALSE,0,,[],3,C. W. Maina,"Department of Agricultural Engineering, Egerton University, P.O. Box 536 – 20115, Nairobi, Kenya",Kenya,mainawcaroline@gmail.com,,C. W. Maina,"Department of Agricultural Engineering, Egerton University, P.O. Box 536 – 20115, Nairobi, Kenya",Kenya,mainawcaroline@gmail.com,,FALSE,,,,"['constructed wetland', 'hydraulic loading rates', 'hydraulics', 'treatment efficiency']" -13,28774,1,3,https://iwaponline.com/washdev/article/1/3/153/28774/Impact-of-intestinal-microorganisms-and-protozoan,"Journal of Water, Sanitation & Hygiene for Development","Impact of intestinal microorganisms and protozoan parasites on drinking water quality in Harare, Zimbabwe",2011,FALSE,0,,[],3,Tatenda Dalu,"Aquatic Ecology Research Group, Department of Biological Sciences, University of Zimbabwe, P. O. Box MP 167, Mount Pleasant, Harare, Zimbabwe",Zimbabwe,tdalu@science.uz.ac.zw,,Tatenda Dalu,"Aquatic Ecology Research Group, Department of Biological Sciences, University of Zimbabwe, P. O. Box MP 167, Mount Pleasant, Harare, Zimbabwe",Zimbabwe,tdalu@science.uz.ac.zw,,FALSE,,,,"['coliforms', 'drinking water', 'Harare', 'microorganisms', 'parasites', 'protozoa']" -14,28775,1,3,https://iwaponline.com/washdev/article/1/3/165/28775/Inactivation-of-rotavirus-in-water-by-copper-pot,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of rotavirus in water by copper pot,2011,FALSE,0,,[],5,V. B. Preethi Sudha,"Centre for Pharmacognosy, Pharmaceutics and Pharmacology, Institute of Ayurveda and Integrated Medicine (IAIM), 74/2, Jarakabande Kaval, Yelahanka via Attur, Bangalore – 5600106, Karnataka, India",India,preethi.s@frlht.org,,V. B. Preethi Sudha,"Centre for Pharmacognosy, Pharmaceutics and Pharmacology, Institute of Ayurveda and Integrated Medicine (IAIM), 74/2, Jarakabande Kaval, Yelahanka via Attur, Bangalore – 5600106, Karnataka, India",India,preethi.s@frlht.org,,FALSE,,,,"['ayurveda', 'copper', 'diarrhoea', 'rotavirus', 'water']" -15,28776,1,3,https://iwaponline.com/washdev/article/1/3/171/28776/Rainwater-harvesting-practices-and-attitudes-in,"Journal of Water, Sanitation & Hygiene for Development",Rainwater harvesting practices and attitudes in the Mekong Delta of Vietnam,2011,FALSE,0,,[],6,Semra Özdemir,"Gillings Global School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",USA,semramir@gmail.com,,Semra Özdemir,"Gillings Global School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",USA,semramir@gmail.com,,FALSE,,,,"['attitudes', 'improved drinking water', 'perception', 'rainwater', 'Vietnam']" -16,28777,1,3,https://iwaponline.com/washdev/article/1/3/179/28777/Economies-of-scale-in-the-water-sector-a-survey-of,"Journal of Water, Sanitation & Hygiene for Development",Economies of scale in the water sector: a survey of the empirical literature,2011,FALSE,0,,[],3,Gustavo Ferro,"Instituto de Economía UADE and CONICET, Universidad Argentina de la Empresa and Consejo Nacional de Investigaciones Científicas y Técnicas – National Council of Scientific and Technical Research, Lima 717, (1073) Buenos Aires, Argentina",Argentina,gferro@uade.edu.ar,,Gustavo Ferro,"Instituto de Economía UADE and CONICET, Universidad Argentina de la Empresa and Consejo Nacional de Investigaciones Científicas y Técnicas – National Council of Scientific and Technical Research, Lima 717, (1073) Buenos Aires, Argentina",Argentina,gferro@uade.edu.ar,,FALSE,,,,"['decentralization', 'economies of scale', 'efficiency', 'water']" -17,28778,1,3,https://iwaponline.com/washdev/article/1/3/195/28778/Effect-of-transparent-covers-for-collection,"Journal of Water, Sanitation & Hygiene for Development",Effect of transparent covers for collection chambers of urine-diverting dry toilets on dehydration of faecal waste,2011,FALSE,0,,[],1,Jörn Germer,"University of Hohenheim, Institute of Plant Production and Agroecology in the Tropics and Subtropics, 70593 Stuttgart, Germany",Germany,jgermer@uni-hohenheim.de,,Jörn Germer,"University of Hohenheim, Institute of Plant Production and Agroecology in the Tropics and Subtropics, 70593 Stuttgart, Germany",Germany,jgermer@uni-hohenheim.de,,FALSE,,,,"['collection chamber', 'dehydration', 'faecal matter', 'pathogen inactivation', 'temperature', 'ventilation', 'urine-diverting dry toilet']" -18,28779,1,3,https://iwaponline.com/washdev/article/1/3/205/28779/Bridging-sanitation-engineering-and-planning,"Journal of Water, Sanitation & Hygiene for Development",Bridging sanitation engineering and planning: theory and practice in Burkina Faso,2011,FALSE,0,,[],4,Jennifer McConville,"CIT Urban Water Management AB, Årstaängsvägen 1A, SE-117 43 Stockholm, Sweden",Sweden,jennifer.mcconville@cit.chalmers.se,,Jennifer McConville,"CIT Urban Water Management AB, Årstaängsvägen 1A, SE-117 43 Stockholm, Sweden",Sweden,jennifer.mcconville@cit.chalmers.se,,FALSE,,,,"['planning theory', 'process', 'sanitation', 'service provision']" -19,28800,1,4,https://iwaponline.com/washdev/article/1/4/213/28800/Fluoride-removal-from-drinking-water-in-Senegal,"Journal of Water, Sanitation & Hygiene for Development",Fluoride removal from drinking water in Senegal: laboratory and pilot experimentation on bone char-based treatment,2011,FALSE,0,,[],3,Sabrina Sorlini,"Faculty of Engineering, University of Brescia, via Branze 43, 25123 Brescia, Italy",Italy,sabrina.sorlini@ing.unibs.it,,Sabrina Sorlini,"Faculty of Engineering, University of Brescia, via Branze 43, 25123 Brescia, Italy",Italy,sabrina.sorlini@ing.unibs.it,,FALSE,,,,"['animal bone char', 'defluoridation technique', 'drinking water', 'fluoride', 'Senegal']" -20,28801,1,4,https://iwaponline.com/washdev/article/1/4/224/28801/The-role-of-social-networks-on-the-uptake-of,"Journal of Water, Sanitation & Hygiene for Development",The role of social networks on the uptake of household water filters by women in self-help groups in rural India,2011,FALSE,0,,[],4,Victoria Trinies,"Department of Environmental Health Sciences, Mailman School of Public Health, Columbia University, New York, NY, USA",USA,,,Matthew C. Freeman,"Environmental Health Group, Faculty of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, London, UK",UK,mcfreem@emory.edu,,FALSE,,,,"['decision-making', 'HWTS', 'India', 'self-help groups', 'social network', 'water filter']" -21,28802,1,4,https://iwaponline.com/washdev/article/1/4/233/28802/Turbidity-tubes-for-drinking-water-quality,"Journal of Water, Sanitation & Hygiene for Development",Turbidity tubes for drinking water quality assessments,2011,FALSE,0,,[],2,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6",Canada G1V 0A6,caetanodorea@hotmail.com,,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6",Canada G1V 0A6,caetanodorea@hotmail.com,,FALSE,,,,"['aesthetics', 'transparency', 'tube', 'turbidity', 'visual extinction']" -22,28803,1,4,https://iwaponline.com/washdev/article/1/4/242/28803/A-comparative-assessment-of-institutional,"Journal of Water, Sanitation & Hygiene for Development",A comparative assessment of institutional frameworks for managing drinking water quality,2011,FALSE,0,,[],5,Zarah Rahman,"The Aquaya Institute, 1004B O'Reilly Avenue, San Francisco, CA 94129, USA",USA,zarah@aquaya.org,,Zarah Rahman,"The Aquaya Institute, 1004B O'Reilly Avenue, San Francisco, CA 94129, USA",USA,zarah@aquaya.org,,FALSE,,,,"['institutional arrangements', 'operational monitoring', 'surveillance', 'water quality', 'water quality testing']" -23,28804,1,4,https://iwaponline.com/washdev/article/1/4/259/28804/A-novel-community-based-water-recreation-area-for,"Journal of Water, Sanitation & Hygiene for Development",A novel community-based water recreation area for schistosomiasis control in rural Ghana,2011,FALSE,0,,[],6,Karen Claire Kosinski,"Community Health Program, Tufts University, 112 Packard Avenue, Medford, MA 02155, USA",USA,karen.kosinski@tufts.edu,,Karen Claire Kosinski,"Community Health Program, Tufts University, 112 Packard Avenue, Medford, MA 02155, USA",USA,karen.kosinski@tufts.edu,,FALSE,,,,"['primary prevention', 'public health engineering', 'recreation', 'Schistosoma haematobium', 'urogenital schistosomiasis', 'water']" -24,28805,1,4,https://iwaponline.com/washdev/article/1/4/269/28805/Confronting-culture-to-overcome-sector-failure,"Journal of Water, Sanitation & Hygiene for Development",Confronting culture to overcome sector failure: sanitation in Indonesia,2011,FALSE,0,,[],1,Wayne C. White,"Foresight Associates, Johns Creek, GA, USA",USA,wayne@waynecwhite.com,,Wayne C. White,"Foresight Associates, Johns Creek, GA, USA",USA,wayne@waynecwhite.com,,FALSE,,,,"['culture', 'Indonesia', 'sanitation', 'transformational development', 'values']" -25,28806,2,1,https://iwaponline.com/washdev/article/2/1/1/28806/Effect-of-first-flush-on-storage-reliability-yield,"Journal of Water, Sanitation & Hygiene for Development",Effect of first flush on storage-reliability-yield of rainwater harvesting,2012,FALSE,0,,[],2,Kelly C. Doyle,"Montgomery Associates: Resource Solutions, 119 South Main Street, Cottage Grove, WI 53527, USA",USA,,,Peter Shanahan,"Department of Civil and Environmental Engineering, Massachusetts Institute of Technology, 77 Massachusetts Avenue, Cambridge, MA 02139, USA",USA,peteshan@mit.edu,,FALSE,,,,"['first flush', 'rainwater harvesting', 'storage-reliability-yield', 'water supply']" -26,28807,2,1,https://iwaponline.com/washdev/article/2/1/10/28807/Development-of-residential-water-demand-model-for,"Journal of Water, Sanitation & Hygiene for Development","Development of residential water demand model for a densely populated area of Jaipur City, India",2012,FALSE,0,,[],3,Mahender Choudhary,"Department of Civil Engineering, Malaviya National Institute of Technology, Jaipur, India",India,mah_thory@yahoo.co.in,,Mahender Choudhary,"Department of Civil Engineering, Malaviya National Institute of Technology, Jaipur, India",India,mah_thory@yahoo.co.in,,FALSE,,,,"['asset score (AS)', 'econometric water demand model', 'ordinary least squared (OLS)', 'residential water use (RWU)']" -27,28808,2,1,https://iwaponline.com/washdev/article/2/1/20/28808/Assessing-sustainability-of-community-management,"Journal of Water, Sanitation & Hygiene for Development",Assessing sustainability of community management of rural water systems in the developing world,2012,FALSE,0,,[],2,Ryan W. Schweitzer,"Civil & Environmental Engineering, University of South Florida, 4202 East Fowler Ave, ENG 134 Tampa, FL 33620, USA",USA,rschweit@mail.usf.edu,,Ryan W. Schweitzer,"Civil & Environmental Engineering, University of South Florida, 4202 East Fowler Ave, ENG 134 Tampa, FL 33620, USA",USA,rschweit@mail.usf.edu,,FALSE,,,,"['community management', 'Millennium Development Goals', 'rural water supply', 'sustainability assessment']" -28,28809,2,1,https://iwaponline.com/washdev/article/2/1/31/28809/Development-and-testing-of-a-water-efficient,"Journal of Water, Sanitation & Hygiene for Development","Development and testing of a water-efficient laundry system in informal settlements of eThekwini municipality, South Africa",2012,FALSE,0,,[],7,S. Mathenjwa,"School of Chemical Engineering, University of KwaZulu-Natal, Howard College Campus, Durban, South Africa",South Africa,,,E. Roma,"Pollution Research Group, School of Chemical Engineering, University of KwaZulu-Natal, Howard College Campus, Durban, South Africa",South Africa,roma@ukzn.ac.za,,FALSE,,,,"['community water supply', 'countercurrent', 'washing efficiency', 'water conservation']" -29,28810,2,1,https://iwaponline.com/washdev/article/2/1/40/28810/The-participatory-process-in-environmental,"Journal of Water, Sanitation & Hygiene for Development",The participatory process in environmental sanitation issues: how does it reverberate in printed media?,2012,FALSE,0,,[],6,Silmara Machado Teixeira,"The Environment Secretariat, Belo Horizonte City Hall, Brazil",Brazil,,,Léo Heller,"Av. Antônio Carlos, 6627, ZIP code 31.270-901, Belo Horizonte, Brazil; Department of Sanitary and Environmental Engineering, Universidade Federal de Minas Gerais, Brazil",Brazil,heller@desa.ufmg.br,,FALSE,,,,"['conflict', 'environmental justice', 'participation', 'pollution', 'sanitation', 'water']" -30,28811,2,1,https://iwaponline.com/washdev/article/2/1/50/28811/Menstrual-hygiene-in-Ugandan-schools-an,"Journal of Water, Sanitation & Hygiene for Development",Menstrual hygiene in Ugandan schools: an investigation of low-cost sanitary pads,2012,FALSE,0,,[],2,Tracey Crofts,Freelance Consultant,Freelance Consultant,,,Julie Fisher,"Research Associate, Water, Engineering and Development Centre (WEDC), Loughborough University, Loughborough, UK",UK,j.fisher1@lboro.ac.uk,,FALSE,,,,"['girls', 'hygiene', 'menstruation', 'pads', 'sanitation', 'schools']" -31,30016,2,2,https://iwaponline.com/washdev/article/2/2/59/30016/Open-trickling-filter-an-innovative-cheap-and,"Journal of Water, Sanitation & Hygiene for Development","Open trickling filter: an innovative, cheap and simple form of post-treatment of sanitary effluents from anaerobic reactors in small communities",2012,FALSE,0,,[],2,P. C. Vieira,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627, Escola de Engenharia, Bloco 1, sala 4622, 31270–901 Belo Horizonte, Brazil",Brazil,,,M. von Sperling,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627, Escola de Engenharia, Bloco 1, sala 4622, 31270–901 Belo Horizonte, Brazil",Brazil,marcos@desa.ufmg.br,,FALSE,,,,"['construction cost', 'domestic sewage', 'open trickling filter', 'performance', 'UASB reactor']" -32,30017,2,2,https://iwaponline.com/washdev/article/2/2/68/30017/Sludge-removal-from-primary-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Sludge removal from primary wastewater stabilization ponds with excessive accumulation: a sustainable method for developing regions,2012,FALSE,0,,[],3,Stewart M. Oakley,"Department of Civil Engineering, California State University, Chico, California 95929-0930, USA",USA,soakley@csuchico.edu,,Stewart M. Oakley,"Department of Civil Engineering, California State University, Chico, California 95929-0930, USA",USA,soakley@csuchico.edu,,FALSE,,,,"['desludging stabilization ponds', 'sludge drying', 'sludge removal', 'sustainable sludge management', 'wastewater stabilization ponds']" -33,30018,2,2,https://iwaponline.com/washdev/article/2/2/79/30018/Impact-of-climate-and-bulking-materials-on,"Journal of Water, Sanitation & Hygiene for Development",Impact of climate and bulking materials on characteristics of compost from ecological toilets,2012,FALSE,0,,[],3,James W. McKinley,"Center for Water and Environmental Sanitation, Department of Science and Technology, University of San Simón, P.O. Box 5783, Cochabamba, Bolivia",Bolivia,jmckinley089@gmail.com,,James W. McKinley,"Center for Water and Environmental Sanitation, Department of Science and Technology, University of San Simón, P.O. Box 5783, Cochabamba, Bolivia",Bolivia,jmckinley089@gmail.com,,FALSE,,,,"['Ascaris', 'compost', 'ecological sanitation', 'urine-diversion dehydration toilet']" -34,30019,2,2,https://iwaponline.com/washdev/article/2/2/87/30019/Optimizing-the-solar-water-disinfection-SODIS,"Journal of Water, Sanitation & Hygiene for Development",Optimizing the solar water disinfection (SODIS) method by decreasing turbidity with NaCl,2012,FALSE,0,,[],2,Brittney Dawney,"Department of Civil Engineering, Queen's University, Kingston, ON, Canada",Canada,,,Joshua M. Pearce,"Department of Materials Science & Engineering and Department of Electrical & Computer Engineering, Michigan Technological University, Houghton, MI, USA",USA,pearce@mtu.edu,,FALSE,,,,"['drinking water', 'flocculation', 'sanitation', 'SODIS', 'sodium', 'turbidity']" -35,30020,2,2,https://iwaponline.com/washdev/article/2/2/95/30020/Potential-of-community-prepared-wooden-charcoal-of,"Journal of Water, Sanitation & Hygiene for Development",Potential of community prepared wooden charcoal of Assam (India) for As(III) removal through batch and continuous column studies,2012,FALSE,0,,[],2,Kamal Uddin Ahamad,"Department of Civil Engineering, Tezpur University, Napaam 784028, Assam, India",India,kahamad@tezu.ernet.in,,Kamal Uddin Ahamad,"Department of Civil Engineering, Tezpur University, Napaam 784028, Assam, India",India,kahamad@tezu.ernet.in,,FALSE,,,,"['adsorption', 'arsenic removal', 'batch studies', 'breakthrough analysis', 'continuous column studies', 'wooden charcoal']" -36,30013,2,2,https://iwaponline.com/washdev/article/2/2/103/30013/A-conceptual-framework-to-evaluate-the-outcomes,"Journal of Water, Sanitation & Hygiene for Development",A conceptual framework to evaluate the outcomes and impacts of water safety plans,2012,FALSE,0,,[],3,Richard J. Gelting,"Global Water, Sanitation and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA",GA,rgelting@cdc.gov,,Richard J. Gelting,"Global Water, Sanitation and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA",GA,rgelting@cdc.gov,,FALSE,,,,"['drinking water', 'evaluation', 'impacts', 'logic model', 'outcomes', 'Water Safety Plans']" -37,30014,2,2,https://iwaponline.com/washdev/article/2/2/112/30014/Water-resources-management-in-central-northern,"Journal of Water, Sanitation & Hygiene for Development",Water resources management in central northern Namibia using empirically grounded modelling,2012,FALSE,0,,[],1,M. Zimmermann,"Technische Universität Darmstadt, Department of Civil Engineering and Geodesy, Institute IWAR, Chair of Water Supply and Groundwater Protection, Petersenstr. 13, 64287 Darmstadt, Germany",Germany,m.zimmermann@iwar.tu-darmstadt.de,,M. Zimmermann,"Technische Universität Darmstadt, Department of Civil Engineering and Geodesy, Institute IWAR, Chair of Water Supply and Groundwater Protection, Petersenstr. 13, 64287 Darmstadt, Germany",Germany,m.zimmermann@iwar.tu-darmstadt.de,,FALSE,,,,"['empirically grounded modelling', 'grounded theory', 'integrated water resources management', 'northern Namibia', 'sustainability', 'systems analysis']" -38,30015,2,2,https://iwaponline.com/washdev/article/2/2/124/30015/Applying-the-Household-Centered-Environmental,"Journal of Water, Sanitation & Hygiene for Development",Applying the Household-Centered Environmental Sanitation planning approach: a case study from Nepal,2012,FALSE,0,,[],3,Mingma Gyalzen Sherpa,"Environmental Engineering and Management, Asian Institute of Technology, PO Box 4, Klong Laung Pathumthani 12120, Thailand",Thailand,ming_sherpa527@yahoo.co.uk,,Mingma Gyalzen Sherpa,"Environmental Engineering and Management, Asian Institute of Technology, PO Box 4, Klong Laung Pathumthani 12120, Thailand",Thailand,ming_sherpa527@yahoo.co.uk,,FALSE,,,,"['decentralized sanitation', 'environmental sanitation', 'HCES', 'participatory planning']" -39,30021,2,3,https://iwaponline.com/washdev/article/2/3/133/30021/Removal-of-cyanobacteria-by-slow-sand-filtration,"Journal of Water, Sanitation & Hygiene for Development",Removal of cyanobacteria by slow sand filtration for drinking water,2012,FALSE,0,,[],5,Silvano Porto Pereira,"Department of Hydraulic and Environmental Engineering, Federal University of Ceará, Campus do Pici, Bloco 713, Fortaleza, Brazil CEP 60451-970 and Water and Sewage Company of Ceará (CAGECE), Av. Dr. Lauro Vieira Chaves, 1030 Vila União, Fortaleza, Brazil CEP 60422-901",Brazil CEP 60422-901,silvanopereira@terra.com.br,,Silvano Porto Pereira,"Department of Hydraulic and Environmental Engineering, Federal University of Ceará, Campus do Pici, Bloco 713, Fortaleza, Brazil CEP 60451-970 and Water and Sewage Company of Ceará (CAGECE), Av. Dr. Lauro Vieira Chaves, 1030 Vila União, Fortaleza, Brazil CEP 60422-901",Brazil CEP 60422-901,silvanopereira@terra.com.br,,FALSE,,,,"['cyanobacteria', 'drinking water', 'pre-filtration', 'slow sand filtration']" -40,30022,2,3,https://iwaponline.com/washdev/article/2/3/146/30022/Cross-contamination-of-distributed-drinking-water,"Journal of Water, Sanitation & Hygiene for Development",Cross-contamination of distributed drinking water as the cause of waterborne outbreaks in Armenia 1992–2010,2012,FALSE,0,,[],4,Emma Anakhasyan,"Norwegian University of Life Sciences, 1432 ÅsNorway",1432 ÅsNorway,emmaanakhasyan@mail.ru,,Emma Anakhasyan,"Norwegian University of Life Sciences, 1432 ÅsNorway",1432 ÅsNorway,emmaanakhasyan@mail.ru,,FALSE,,,,"['delivery interruptions', 'microbial water contamination', 'water and sanitation', 'waterborne outbreaks', 'water distribution']" -41,30023,2,3,https://iwaponline.com/washdev/article/2/3/157/30023/User-perceptions-of-participatory-planning-in,"Journal of Water, Sanitation & Hygiene for Development",User perceptions of participatory planning in urban environmental sanitation,2012,FALSE,0,,[],2,Christoph Lüthi,"Department for Water and Sanitation in Developing Countries (SANDEC), Swiss Federal Institute of Aquatic Science and Technology, Eawag, P.O. Box 611, 8600 Dübendorf, Switzerland",Switzerland,christoph.luthi@eawag.ch,,Christoph Lüthi,"Department for Water and Sanitation in Developing Countries (SANDEC), Swiss Federal Institute of Aquatic Science and Technology, Eawag, P.O. Box 611, 8600 Dübendorf, Switzerland",Switzerland,christoph.luthi@eawag.ch,,FALSE,,,,"['community participation', 'environmental sanitation', 'social capital', 'user preferences']" -42,30024,2,3,https://iwaponline.com/washdev/article/2/3/168/30024/Water-meanings-sanitation-practices-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Water meanings, sanitation practices and hygiene behaviours in the cultural mirror: a perspective from Nigeria",2012,FALSE,0,,[],1,Emmanuel M. Akpabio,"Department of Geography & Regional Planning, Faculty of Social Sciences, University of Uyo, P. O. Box 4223, Uyo, Akwa Ibom State, Nigeria and Currently serving as AvH Fellow, Center for Development Research (ZEF), University of Bonn, Walter-Flex-Str.3, 53113 Bonn, Germany",Germany,emakpabio@yahoo.com,,Emmanuel M. Akpabio,"Department of Geography & Regional Planning, Faculty of Social Sciences, University of Uyo, P. O. Box 4223, Uyo, Akwa Ibom State, Nigeria and Currently serving as AvH Fellow, Center for Development Research (ZEF), University of Bonn, Walter-Flex-Str.3, 53113 Bonn, Germany",Germany,emakpabio@yahoo.com,,FALSE,,,,"['beliefs', 'culture', 'hygiene behaviours', 'Nigeria', 'sanitation practices', 'water']" -43,30025,2,3,https://iwaponline.com/washdev/article/2/3/182/30025/Assessment-of-social-acceptance-and-scope-of,"Journal of Water, Sanitation & Hygiene for Development",Assessment of social acceptance and scope of scaling up urine diversion dehydration toilets in Kenya,2012,FALSE,0,,[],5,S. M. N. Uddin,"Graduate School of Environmental Studies, Nagoya University, Nagoya 464-8601, Japan",Japan,nazimiwfmbuet@gmail.com,,S. M. N. Uddin,"Graduate School of Environmental Studies, Nagoya University, Nagoya 464-8601, Japan",Japan,nazimiwfmbuet@gmail.com,,FALSE,,,,"['participatory approaches', 'scaling up', 'social acceptance', 'urine diversion dehydration toilet (UDDT)']" -44,30026,2,3,https://iwaponline.com/washdev/article/2/3/190/30026/European-Union-support-for-sanitation-in-sub,"Journal of Water, Sanitation & Hygiene for Development",European Union support for sanitation in sub-Saharan Africa: aid flows and effectiveness,2012,FALSE,0,,[],4,A. Cotton,"WEDC, Loughborough University, Loughborough, LE11 3TU, UK",UK,a.p.cotton@lboro.ac.uk,,A. Cotton,"WEDC, Loughborough University, Loughborough, LE11 3TU, UK",UK,a.p.cotton@lboro.ac.uk,,FALSE,,,,"['aid effectiveness', 'donor support', 'financing', 'monitoring', 'policy', 'sanitation']" -45,30027,2,3,https://iwaponline.com/washdev/article/2/3/200/30027/A-practical-course-on-filter-assessment-for-water,"Journal of Water, Sanitation & Hygiene for Development",A practical course on filter assessment for water treatment plant operators,2012,FALSE,0,,[],2,S. J. van Staden,"Department of Civil Engineering Science, University of Johannesburg, PO Box 524, Auckland Park, 2006, South Africa",South Africa,samvs@uj.ac.za,,S. J. van Staden,"Department of Civil Engineering Science, University of Johannesburg, PO Box 524, Auckland Park, 2006, South Africa",South Africa,samvs@uj.ac.za,,FALSE,,,,"['filter assessment', 'filter course', 'skills development', 'technology transfer', 'treatment training']" -46,30028,2,3,https://iwaponline.com/washdev/article/2/3/205/30028/A-comprehensive-index-to-assess-the-sustainability,"Journal of Water, Sanitation & Hygiene for Development",A comprehensive index to assess the sustainability of water and sanitation management systems,2012,FALSE,0,,[],8,M. A. Iribarnegaray,"Research Institute on Non-Conventional Energy Sources (INENCO), National Agency for the Advancement of Science and Technology (ANPCyT), UNSa, Avda. Bolivia 5150, A4408FVY Salta, Argentina",Argentina,,,L. Seghezzo,"National Council of Scientific and Technical Research (CONICET) - INENCO - UNSa., Avda. Bolivia 5150, A4408FVY, Salta, Argentina",Argentina,Lucas.Seghezzo@wur.nl,,FALSE,,,,"['Argentina', 'management systems', 'Salta', 'sanitation', 'sustainability', 'water']" -47,29805,2,4,https://iwaponline.com/washdev/article/2/4/223/29805/Sachet-drinking-water-in-Ghana-s-Accra-Tema,"Journal of Water, Sanitation & Hygiene for Development","Sachet drinking water in Ghana's Accra-Tema metropolitan area: past, present, and future",2012,FALSE,0,,[],3,Justin Stoler,"Department of Geography and Regional Studies, University of Miami,1000 Memorial Drive, Coral Gables, FL 33124, USA",USA,stoler@miami.edu,,Justin Stoler,"Department of Geography and Regional Studies, University of Miami,1000 Memorial Drive, Coral Gables, FL 33124, USA",USA,stoler@miami.edu,,FALSE,,,,"['Africa', 'drinking water', 'Ghana', 'infrastructure', 'poverty', 'sachets']" -48,29806,2,4,https://iwaponline.com/washdev/article/2/4/241/29806/Rainwater-harvesting-in-rural-Trinidad-a-cross,"Journal of Water, Sanitation & Hygiene for Development","Rainwater harvesting in rural Trinidad; a cross sectional, observational study",2012,FALSE,0,,[],5,Jonathan M. E. Dean,"The Norwich School of Medicine, University of East Anglia, Norwich NR4 7TJ, UK",UK,,,Paul R. Hunter,"The Norwich School of Medicine, University of East Anglia, Norwich NR4 7TJ, UK",UK,Paul.Hunter@uea.ac.uk,,FALSE,,,,"['cross-sectional survey', 'drinking water', 'rainwater harvesting', 'risk perception']" -49,29807,2,4,https://iwaponline.com/washdev/article/2/4/250/29807/Microbiological-quality-of-chlorinated-water-after,"Journal of Water, Sanitation & Hygiene for Development",Microbiological quality of chlorinated water after storage in ceramic pots,2012,FALSE,0,,[],2,Clair Null,"Rollins School of Public Health, Emory University, 1518 Clifton Road Northeast, Atlanta, GA 30329, USA",USA,clair.null@emory.edu,,Clair Null,"Rollins School of Public Health, Emory University, 1518 Clifton Road Northeast, Atlanta, GA 30329, USA",USA,clair.null@emory.edu,,FALSE,,,,"['ceramic pots', 'chlorination', 'household water treatment', 'recontamination', 'safe storage']" -50,29808,2,4,https://iwaponline.com/washdev/article/2/4/254/29808/Evaluation-of-DEWATS-in-Java-Indonesia,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of DEWATS in Java, Indonesia",2012,FALSE,0,,[],3,S. M. Kerstens,"DHV B.V, Short-term Consultant to Urban Sanitation Development Program (USDP) Project, Jl. Pambaru 1 No. 1, Pejompongan, Jakarta, Indonesia",Indonesia,sjoerd.kerstens@dhv.com,,S. M. Kerstens,"DHV B.V, Short-term Consultant to Urban Sanitation Development Program (USDP) Project, Jl. Pambaru 1 No. 1, Pejompongan, Jakarta, Indonesia",Indonesia,sjoerd.kerstens@dhv.com,,FALSE,,,,"['DEWATS', 'financial', 'Indonesia', 'performance evaluation', 'sanitation', 'technical']" -51,29809,2,4,https://iwaponline.com/washdev/article/2/4/266/29809/Investigating-the-dynamic-interactions-between,"Journal of Water, Sanitation & Hygiene for Development","Investigating the dynamic interactions between supply and demand for rural sanitation, Malawi",2012,FALSE,0,,[],4,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",Western Australia 6150,ben_cole_h2o@mac.com,,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",Western Australia 6150,ben_cole_h2o@mac.com,,FALSE,,,,"['constraints', 'financing', 'motivators', 'sanitation', 'social marketing']" -52,29810,2,4,https://iwaponline.com/washdev/article/2/4/279/29810/Life-cycle-costs-approach-LCCA-for-sustainable,"Journal of Water, Sanitation & Hygiene for Development","Life-cycle costs approach (LCCA) for sustainable water service delivery: a study in rural Andhra Pradesh, India",2012,FALSE,0,,[],5,V. Ratna Reddy,"Livelihoods and Natural Resources Management Institute, 12-2-417/18 Saradanagar, Hyderabad-500067",Hyderabad-500067,vratnareddy@lnrmi.ac.in,,V. Ratna Reddy,"Livelihoods and Natural Resources Management Institute, 12-2-417/18 Saradanagar, Hyderabad-500067",Hyderabad-500067,vratnareddy@lnrmi.ac.in,,FALSE,,,,"['drinking water', 'financial analysis', 'India', 'life-cycle costs', 'rural Andhra Pradesh', 'sustainable service']" -53,29811,2,4,https://iwaponline.com/washdev/article/2/4/291/29811/SISAR-a-sustainable-management-model-for-small,"Journal of Water, Sanitation & Hygiene for Development",SISAR: a sustainable management model for small rural decentralized water and wastewater systems in developing countries,2012,FALSE,0,,[],1,Alejandro Meleg,"MACS Management & Consulting Services GmbH, Arnburgerstr. 64, 60385, Frankfurt/Main, Germany",Germany,alejandro.meleg@macsonline.de,,Alejandro Meleg,"MACS Management & Consulting Services GmbH, Arnburgerstr. 64, 60385, Frankfurt/Main, Germany",Germany,alejandro.meleg@macsonline.de,,FALSE,,,,"['community participation', 'regional rural sanitation model', 'self-administration and financially sustainable management']" -54,30031,3,1,https://iwaponline.com/washdev/article/3/1/1/30031/Evaluation-of-sanitation-and-wastewater-treatment,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of sanitation and wastewater treatment technologies: case studies from India,2013,FALSE,0,,[],5,M. Starkl,"Centre for Environmental Management and Decision Support (CEMDS) and University of Natural Resources and Life Sciences, Vienna, Austria",Austria,markus.starkl@boku.ac.at,,M. Starkl,"Centre for Environmental Management and Decision Support (CEMDS) and University of Natural Resources and Life Sciences, Vienna, Austria",Austria,markus.starkl@boku.ac.at,,FALSE,,,,"['biogas', 'DEWATS', 'ecosan', 'MSF (multiple stage filtration)', 'septic tank', 'SIBF (solid immobilized biofilter)']" -55,30032,3,1,https://iwaponline.com/washdev/article/3/1/12/30032/Coupling-ASM3-and-ADM1-for-wastewater-treatment,"Journal of Water, Sanitation & Hygiene for Development","Coupling ASM3 and ADM1 for wastewater treatment process optimisation and biogas production in a developing country: case-study Surat, India",2013,FALSE,0,,[],5,Carlos M. Lopez-Vazquez,"Environmental Engineering and Water Technology Department, UNESCO-IHE Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",The Netherlands,c.lopezvazquez@unesco-ihe.org,,Carlos M. Lopez-Vazquez,"Environmental Engineering and Water Technology Department, UNESCO-IHE Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",The Netherlands,c.lopezvazquez@unesco-ihe.org,,FALSE,,,,"['ADM1', 'ASM3', 'developing countries', 'modeling']" -56,30033,3,1,https://iwaponline.com/washdev/article/3/1/26/30033/Accelerating-uptake-of-household-latrines-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Accelerating uptake of household latrines in rural communities in the Volta region of Ghana,2013,FALSE,0,,[],5,Bernard Keraita,"International Water Management Institute (IWMI) Kumasi Office c/o KNUST, Kumasi, Ghana",Ghana,b.keraita@sund.ku.dk,,Bernard Keraita,"International Water Management Institute (IWMI) Kumasi Office c/o KNUST, Kumasi, Ghana",Ghana,b.keraita@sund.ku.dk,,FALSE,,,,"['adoption', 'barriers and motivating factors', 'Ghana', 'household latrines', 'rural communities']" -57,30034,3,1,https://iwaponline.com/washdev/article/3/1/35/30034/Water-quantity-auditing-of-a-Ghanaian-beverage,"Journal of Water, Sanitation & Hygiene for Development",Water quantity auditing of a Ghanaian beverage plant,2013,FALSE,0,,[],5,Emmanuel Okoh Agyemang,"Department of Energy Systems Engineering, Koforidua Polytechnic, P.O. Box KF981, Koforidua, Ghana",Ghana,doc.okohmet@yahoo.com,,Emmanuel Okoh Agyemang,"Department of Energy Systems Engineering, Koforidua Polytechnic, P.O. Box KF981, Koforidua, Ghana",Ghana,doc.okohmet@yahoo.com,,FALSE,,,,"['beverage', 'environment', 'resource', 'specific water consumption', 'stages']" -58,30035,3,1,https://iwaponline.com/washdev/article/3/1/42/30035/Manufacture-of-a-low-cost-ceramic-microporous,"Journal of Water, Sanitation & Hygiene for Development",Manufacture of a low-cost ceramic microporous filter for the elimination of microorganisms causing common diseases,2013,FALSE,0,,[],2,J. J. Simonis,"Department of Hydrology, University of Zululand, KwaDlangezwa, P Bag X1001, KwaDlangezwa, 3886, South Africa",South Africa,jsimonis@pan.uzulu.ac.za,,J. J. Simonis,"Department of Hydrology, University of Zululand, KwaDlangezwa, P Bag X1001, KwaDlangezwa, 3886, South Africa",South Africa,jsimonis@pan.uzulu.ac.za,,FALSE,,,,"['bacteria', 'ceramic filter', 'low cost', 'micro-porous', 'slip casting', 'water filtration']" -59,30036,3,1,https://iwaponline.com/washdev/article/3/1/51/30036/An-assessment-of-long-term-biosand-filter-use-and,"Journal of Water, Sanitation & Hygiene for Development","An assessment of long-term biosand filter use and sustainability in the Artibonite Valley near Deschapelles, Haiti",2013,FALSE,0,,[],4,Andrew J. Sisson,"Annis Water Resource Institute, Grand Valley State University, 740 W. Shoreline Dr. Muskegon, MI 49451",MI 49451,sissonaj@gmail.com,,Andrew J. Sisson,"Annis Water Resource Institute, Grand Valley State University, 740 W. Shoreline Dr. Muskegon, MI 49451",MI 49451,sissonaj@gmail.com,,FALSE,,,,"['biosand filtration', 'Haiti', 'point-of-use filtration', 'slow sand filtration', 'water']" -60,30037,3,1,https://iwaponline.com/washdev/article/3/1/61/30037/Access-monitoring-and-intervention-challenges-in,"Journal of Water, Sanitation & Hygiene for Development","Access, monitoring and intervention challenges in the provision of safe drinking water in rural Bihar, India",2013,FALSE,0,,[],1,Raghavachari Srikanth,"Bihar Technical Assistance Support Team, for Government of Bihar, 10, IAS Colony, Kiwaipuri, Patna, Bihar -800001, India",India,rsrikanth60@gmail.com,,Raghavachari Srikanth,"Bihar Technical Assistance Support Team, for Government of Bihar, 10, IAS Colony, Kiwaipuri, Patna, Bihar -800001, India",India,rsrikanth60@gmail.com,,FALSE,,,,"['access', 'arsenic', 'fluoride', 'rural Bihar', 'technological intervention', 'water quality monitoring']" -61,30038,3,1,https://iwaponline.com/washdev/article/3/1/70/30038/Water-Diaries-generate-intra-household-water-use,"Journal of Water, Sanitation & Hygiene for Development",Water Diaries: generate intra-household water use data – generate water use behaviour change,2013,FALSE,0,,[],1,K. Harriden,,,kate@newflowsresearch.com,,K. Harriden,,,kate@newflowsresearch.com,,FALSE,,,,"['behaviour change', 'household water use', 'participatory research', 'sensitisation', 'water diary', 'water use data generation', 'digitalwatercollection', 'digitalwaterdata']" -62,30039,3,1,https://iwaponline.com/washdev/article/3/1/81/30039/Assessment-of-knowledge-attitude-and-practice,"Journal of Water, Sanitation & Hygiene for Development","Assessment of knowledge, attitude and practice regarding water, sanitation and hygiene for people living with HIV/AIDS",2013,FALSE,0,,[],2,Hunachew Beyene,"Hawassa University, College of Medicine and Health Sciences, School of Public and Environmental Health, Ethiopia",Ethiopia,hunachew@gmail.com,,Hunachew Beyene,"Hawassa University, College of Medicine and Health Sciences, School of Public and Environmental Health, Ethiopia",Ethiopia,hunachew@gmail.com,,FALSE,,,,"['attitude', 'HIV/AIDS', 'knowledge', 'PLWHA', 'practice', 'WSH']" -63,30298,3,2,https://iwaponline.com/washdev/article/3/2/87/30298/Assessment-of-urine-diverting-dehydrating-toilets,"Journal of Water, Sanitation & Hygiene for Development",Assessment of urine diverting dehydrating toilets as a flood-resilient and affordable sanitation technology in the context of Bangladesh,2013,FALSE,0,,[],3,Saif Mohammad Uddin,"Sub-Divisional Engineer, Bangladesh Water Development Board, 72 Green Road, Dhaka, Bangladesh",Bangladesh,m.ronteltap@unesco-ihe.org,,Saif Mohammad Uddin,"Sub-Divisional Engineer, Bangladesh Water Development Board, 72 Green Road, Dhaka, Bangladesh",Bangladesh,m.ronteltap@unesco-ihe.org,,FALSE,,,,"['affordability', 'flood resilient sanitation', 'low cost', 'raised latrine', 'UDDT']" -64,30300,3,2,https://iwaponline.com/washdev/article/3/2/96/30300/Households-access-and-use-of-water-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Households' access and use of water and sanitation facilities in poor urban areas of Kampala, Uganda",2013,FALSE,0,,[],2,Innocent Kamara Tumwebaze,"University of Zurich, Department of Psychology, Zurich, Switzerland",Switzerland,kamara.innocent@gmail.com,,Innocent Kamara Tumwebaze,"University of Zurich, Department of Psychology, Zurich, Switzerland",Switzerland,kamara.innocent@gmail.com,,FALSE,,,,"['informal settlements', 'Kampala', 'Uganda', 'urban sanitation', 'water sources']" -65,30280,3,2,https://iwaponline.com/washdev/article/3/2/106/30280/Slow-sand-filtration-pre-treatment-with-alum-is,"Journal of Water, Sanitation & Hygiene for Development","Slow sand filtration pre-treatment with alum is efficient, but is it effective?",2013,FALSE,0,,[],1,C. C. Dorea,"Département génie civil et génie des eaux, Université Laval, Quebec, QC, Canada G1V 0A6",Canada G1V 0A6,caetano.dorea@gci.ulaval.ca,,C. C. Dorea,"Département génie civil et génie des eaux, Université Laval, Quebec, QC, Canada G1V 0A6",Canada G1V 0A6,caetano.dorea@gci.ulaval.ca,,FALSE,,,,"['alum coagulation', 'filtration', 'gravel', 'pre-treatment', 'roughing', 'slow sand']" -66,30281,3,2,https://iwaponline.com/washdev/article/3/2/112/30281/Extension-of-Moringa-oleifera-seed-aqueous-extract,"Journal of Water, Sanitation & Hygiene for Development",Extension of Moringa oleifera seed aqueous extract shelf life using trona as a preservative,2013,FALSE,0,,[],6,S. B. Saulawa,"Department of Water Resources and Environmental Engineering, Ahmadu Bello University, Zaria-Nigeria",Zaria-Nigeria,basaule@gmail.com,,S. B. Saulawa,"Department of Water Resources and Environmental Engineering, Ahmadu Bello University, Zaria-Nigeria",Zaria-Nigeria,basaule@gmail.com,,FALSE,,,,"['deterioration', 'Moringa oleifera seed extract', 'preservative', 'stability', 'trona']" -67,30282,3,2,https://iwaponline.com/washdev/article/3/2/122/30282/Does-sense-of-ownership-matter-for-rural-water,"Journal of Water, Sanitation & Hygiene for Development",Does sense of ownership matter for rural water system sustainability? Evidence from Kenya,2013,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/2/10.2166_washdev.2013.098/4/098.pdf?Expires=1706027012&Signature=A3DWE1IaaLvYBo2kKp5ET~W53itDPN5p0xfJd302B8zWnY9Xs7eiFRKof~TQ2RwyCWprEvgAiPVKb85yGtYIiTPvfUnjMUVBGEjodio-gIAC0ZPUDDVwjCp7mW8dsvJPubP9SbYidnElPLcOCyqJefb1POMOgz5Ywt0w4CAhhGrM~WoBniC1n0kXLD8K8lBHsZIgaCsQ4ZRVvcZYwLd2YzfJ7L~Yzo8C~WsW0FZ8vUCQOyVgiX-NZoiTyZo8DJQ-1cSB4NgHDYa6IKPICzxH5cYSReiNbr68~VhTLbrYj3g01kIaYA-yNKarisL5-rCRKJmCX9Cc5b4obKGC1n5ptw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Sara J. Marks,"Dept. of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",USA,,,Jennifer Davis,"Dept. of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",USA,jennadavis@stanford.edu,,FALSE,,,,"['Kenya', 'rural water supply', 'sense of ownership', 'sustainability', 'sub-Saharan Africa', 'water committee']" -68,30283,3,2,https://iwaponline.com/washdev/article/3/2/134/30283/Risk-factor-analysis-of-diarrhoeal-disease,"Journal of Water, Sanitation & Hygiene for Development","Risk factor analysis of diarrhoeal disease incidence in faecal sludge-applying farmers’ households in Tamale, Ghana",2013,FALSE,0,,[],4,Razak Seidu,"Department of Mathematical Sciences and Technology, Norwegian University of Life Sciences, Postboks 5003, N-1432 Ås, Norway",Norway,razaks@umb.no,,Razak Seidu,"Department of Mathematical Sciences and Technology, Norwegian University of Life Sciences, Postboks 5003, N-1432 Ås, Norway",Norway,razaks@umb.no,,FALSE,,,,"['diarrhoea', 'faecal sludge application', 'mediation', 'risk factors', 'Tamale Metropolitan Area']" -69,30284,3,2,https://iwaponline.com/washdev/article/3/2/144/30284/Creating-a-culture-of-health-hygiene-behaviour,"Journal of Water, Sanitation & Hygiene for Development",Creating a culture of health: hygiene behaviour change in community health clubs through knowledge and positive peer pressure,2013,FALSE,0,,[],2,Juliet Anne Waterkeyn,"Africa AHEAD, 95 Dorries Drive, Simons Town, Cape Town, Western Cape 7075, South Africa",South Africa,juliet@africaahead.com,,Juliet Anne Waterkeyn,"Africa AHEAD, 95 Dorries Drive, Simons Town, Cape Town, Western Cape 7075, South Africa",South Africa,juliet@africaahead.com,,FALSE,,,,"['Africa', 'community health club', 'hygiene behaviour change', 'knowledge', 'women']" -70,30285,3,2,https://iwaponline.com/washdev/article/3/2/156/30285/The-sustainability-of-urban-water-supply-in-low,"Journal of Water, Sanitation & Hygiene for Development",The sustainability of urban water supply in low income countries: a livelihoods model,2013,FALSE,0,,[],3,Wijanto Hadipuro,"Soegijapranata Catholic University, Jl. Pawiyatan Luhur IV/1 Semarang, Indonesia",Indonesia,hadipuro@yahoo.com,,Wijanto Hadipuro,"Soegijapranata Catholic University, Jl. Pawiyatan Luhur IV/1 Semarang, Indonesia",Indonesia,hadipuro@yahoo.com,,FALSE,,,,"['livelihoods', 'sustainability', 'urban', 'water supply']" -71,30286,3,2,https://iwaponline.com/washdev/article/3/2/165/30286/Willingness-to-pay-for-sanitation-services-in,"Journal of Water, Sanitation & Hygiene for Development","Willingness to pay for sanitation services in Dagupan City, Philippines",2013,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/2/10.2166_washdev.2013.064/4/064.pdf?Expires=1706027022&Signature=lu1s7mUnKl2AkgGd-ZqBg5uDqFSML0TVWiAEXaJeZ~ua4bzYKwSfdIqtBmnn9LN2f5QDV0SZowEzuD0OdXzrJonjMYFEKO3QBuL2VHHjuvYGi-aKrZ7w~BtFeootaG1Y4awrDDFZkMAVkzp6ndSekkPwh0MzZbYKr~bOJxL9tKZS2avSdTV0k7bFOtijsrsK7txQyI4TgU7R06~3CIAcUDuHGUYJnb2J3sgmxRrVGzf0O-mL36Wmi8hW~YU5S7leZla-SSmIQSnUFrADLjVnoh8NIQqgaPxF1N1aitKp~DQBhWJhVKlgErjxsDRxRHJh4DcsOvfK1chV-ENFVfJJYA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,D. S. Harder,"Resources Environment and Economic Center for Studies (REECS), Quezon City, Philippines",Philippines,dieldre@yahoo.com,,D. S. Harder,"Resources Environment and Economic Center for Studies (REECS), Quezon City, Philippines",Philippines,dieldre@yahoo.com,,FALSE,,,,"['sanitation', 'septage', 'sewerage', 'willingness to pay (WTP)']" -72,30287,3,2,https://iwaponline.com/washdev/article/3/2/181/30287/Pathogen-and-indicator-inactivation-in-source,"Journal of Water, Sanitation & Hygiene for Development",Pathogen and indicator inactivation in source-separated human urine heated by the sun,2013,FALSE,0,,[],4,Annika Nordin,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Box 7032, SE-750 07, Uppsala, Sweden",Sweden,,,Björn Vinnerås,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Box 7032, SE-750 07, Uppsala, Sweden",Sweden,bjorn.vinneras@slu.se,,FALSE,,,,"['inactivation', 'pathogen', 'sanitisation', 'source-separation', 'temperature', 'urine']" -73,30288,3,2,https://iwaponline.com/washdev/article/3/2/189/30288/In-home-performance-and-variability-of-biosand,"Journal of Water, Sanitation & Hygiene for Development",In-home performance and variability of biosand filters treating turbid surface and rain water in rural Kenya,2013,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/2/10.2166_washdev.2013.050/4/050.pdf?Expires=1706027029&Signature=dhVM4WUDd0ogmCOCli83Tv0NWPeIZKwdF7JQxVOC95onwOc-yDkwbmP6-Ei0i6WHGwJ0lCR448zNGUUP4TCKGDjFIYrOr9IWsBSrAfDSJAWlcK44TIRY-HyuY~aLacLtiyt4DwIcce-BJJCog6ICR6DV94on6OPSyHzmTiAA3UMDNjvPrIdHmfkFQsnJ0fGnpZtynzkxb-abf2yE7VAVnEpqXbHYZ7lPTllRcneM~pDd57Dwa~fIPnn478mL-VKpkehctrVAL5GfebGiDVx0wDf-hX2jGooNGnTvL5QAM9AKO8hjr0rYVZ~zYVVHUqh70Ph22pELhEjDAEUzTQNkhg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Erica R. McKenzie,"Department of Civil & Environmental Engineering, University of California Davis, One Shields Ave, Davis, CA 95616, USA",USA,,,Marion W. Jenkins,"Department of Civil & Environmental Engineering, University of California Davis, One Shields Ave, Davis, CA 95616, USA",USA,mwjenkins@ucdavis.edu,,FALSE,,,,"['aqueous chemistry', 'bacteria removal', 'fecal coliform', 'household water treatment', 'multivariate modeling', 'point-of-use', 'socio-economic status', 'turbidity', 'water hardness']" -74,30289,3,2,https://iwaponline.com/washdev/article/3/2/199/30289/Use-of-volcanic-ash-and-its-impact-on-algae,"Journal of Water, Sanitation & Hygiene for Development",Use of volcanic ash and its impact on algae proliferation in drinking water filtration,2013,FALSE,0,,[],3,Kalibbala Herbert Mpagi,"Department of Civil & Environmental Engineering, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,hkalibbala@tech.mak.ac.ug,,Kalibbala Herbert Mpagi,"Department of Civil & Environmental Engineering, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,hkalibbala@tech.mak.ac.ug,,FALSE,,,,"['algae', 'drinking water', 'filtration', 'intact cells', 'pre-treatment', 'volcanic ash']" -75,30290,3,2,https://iwaponline.com/washdev/article/3/2/207/30290/Assessing-reported-use-and-microbiological,"Journal of Water, Sanitation & Hygiene for Development",Assessing reported use and microbiological performance of a point-of-use household water filter in rural Fiji,2013,FALSE,0,,[],7,Jeremy Kohlitz,"Applied Geoscience and Technology Division (SOPAC) of the Secretariat of the Pacific Community (SPC), Private Mailbag, Suva, Fiji Islands",Fiji Islands,jkohlitz@yahoo.com,,Jeremy Kohlitz,"Applied Geoscience and Technology Division (SOPAC) of the Secretariat of the Pacific Community (SPC), Private Mailbag, Suva, Fiji Islands",Fiji Islands,jkohlitz@yahoo.com,,FALSE,,,,"['drinking water', 'Fiji', 'hydrogen sulphide test', 'point-of-use', 'sustainability', 'water filter']" -76,30291,3,2,https://iwaponline.com/washdev/article/3/2/216/30291/Integrated-faecal-sludge-management-scheme-for-the,"Journal of Water, Sanitation & Hygiene for Development",Integrated faecal sludge management scheme for the cities of Burkina Faso,2013,FALSE,0,,[],5,M. Bassan,"Eawag (Swiss Federal Institute of Aquatic Science & Technology), Sandec (Department of Water & Sanitation in Developing Countries), P.O. Box 611, CH-8600 Dübendorf, Switzerland",Switzerland,magalie.bassan@eawag.ch,,M. Bassan,"Eawag (Swiss Federal Institute of Aquatic Science & Technology), Sandec (Department of Water & Sanitation in Developing Countries), P.O. Box 611, CH-8600 Dübendorf, Switzerland",Switzerland,magalie.bassan@eawag.ch,,FALSE,,,,"['Burkina Faso', 'faecal sludge', 'institutional setup', 'treatment plant']" -77,30292,3,2,https://iwaponline.com/washdev/article/3/2/222/30292/Engineering-in-the-time-of-cholera-overcoming,"Journal of Water, Sanitation & Hygiene for Development",Engineering in the time of cholera: overcoming institutional and political challenges to rebuild Zimbabwe's water and sanitation infrastructure in the aftermath of the 2008 cholera epidemic,2013,FALSE,0,,[],4,Clarissa Brocklehurst,Consultant in Water and Sanitation,Consultant in Water and Sanitation,clarissa.brocklehurst@gmail.com,,Clarissa Brocklehurst,Consultant in Water and Sanitation,Consultant in Water and Sanitation,clarissa.brocklehurst@gmail.com,,FALSE,,,,"['water', 'sanitation', 'hygiene', 'cholera', 'urban infrastructure', 'emergency', 'humanitarian aid', 'rehabilitation', 'policy']" -78,30293,3,2,https://iwaponline.com/washdev/article/3/2/230/30293/Challenges-facing-sanitation-provision,"Journal of Water, Sanitation & Hygiene for Development",Challenges facing sanitation-provision partnerships for informal settlements: a South African case study,2013,FALSE,0,,[],5,L. Taing,"Department of Social Anthropology, University of Cape Town, South Africa",South Africa,,,N. P. Armitage,"Department of Civil Engineering, University of Cape Town, South Africa",South Africa,neil.armitage@uct.ac.za,,FALSE,,,,"['informal settlements', 'partnerships', 'sanitation', 'settled sewerage', 'South Africa']" -79,30294,3,2,https://iwaponline.com/washdev/article/3/2/240/30294/Sanitation-coverage-in-Bangladesh-since-the,"Journal of Water, Sanitation & Hygiene for Development",Sanitation coverage in Bangladesh since the millennium: consistency matters,2013,FALSE,0,,[],5,Y. Zheng,"Water and Environmental Sanitation Section, UNICEF Bangladesh, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,yan.zheng@qc.cuny.edu,,Y. Zheng,"Water and Environmental Sanitation Section, UNICEF Bangladesh, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,yan.zheng@qc.cuny.edu,,FALSE,,,,"['Bangladesh', 'demographic and health survey', 'multiple indicator cluster survey', 'population density', 'sanitation', 'wealth']" -80,30295,3,2,https://iwaponline.com/washdev/article/3/2/252/30295/Current-practices-in-manufacturing-locally-made,"Journal of Water, Sanitation & Hygiene for Development",Current practices in manufacturing locally-made ceramic pot filters for water treatment in developing countries,2013,FALSE,0,,[],3,Justine Rayner,"2315 9th Ave, Apt 6, Oakland, CA 94606, USA",USA,jsrayners@yahoo.com,,Justine Rayner,"2315 9th Ave, Apt 6, Oakland, CA 94606, USA",USA,jsrayners@yahoo.com,,FALSE,,,,"['ceramics manufacturing', 'ceramic water filter', 'drinking water quality', 'household water treatment and safe storage', 'point of use water treatment', 'Potters for Peace pot filter']" -81,30296,3,2,https://iwaponline.com/washdev/article/3/2/262/30296/Sustainability-assessment-of-sanitation-options-in,"Journal of Water, Sanitation & Hygiene for Development",Sustainability assessment of sanitation options in Vietnam: planning with the future in mind,2013,FALSE,0,,[],5,J. Willetts,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,Juliet.Willetts@uts.edu.au,,J. Willetts,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,Juliet.Willetts@uts.edu.au,,FALSE,,,,"['planning', 'sanitation services', 'sustainability assessment']" -82,30297,3,2,https://iwaponline.com/washdev/article/3/2/269/30297/A-new-approach-to-measure-sanitation-performance,"Journal of Water, Sanitation & Hygiene for Development",A new approach to measure sanitation performance,2013,FALSE,0,,[],2,I. P. P. Gunawardana,"Postgraduate Institute of Agriculture, University of Peradeniya, Sri Lanka",Sri Lanka,ippgunawardana@gmail.com,,I. P. P. Gunawardana,"Postgraduate Institute of Agriculture, University of Peradeniya, Sri Lanka",Sri Lanka,ippgunawardana@gmail.com,,FALSE,,,,"['hygiene', 'latrine', 'sanitation index', 'sanitation ladder', 'treatment and disposal']" -83,30301,3,3,https://iwaponline.com/washdev/article/3/3/283/30301/Girls-and-women-s-unmet-needs-for-menstrual,"Journal of Water, Sanitation & Hygiene for Development",Girls' and women's unmet needs for menstrual hygiene management (MHM): the interactions between MHM and sanitation systems in low-income countries,2013,FALSE,0,,[],3,Marni Sommer,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 540, New York, New York 10032, USA",USA,ms2778@columbia.edu,,Marni Sommer,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 540, New York, New York 10032, USA",USA,ms2778@columbia.edu,,FALSE,,,,"['hygiene', 'low-income countries', 'menstrual beliefs', 'menstruation', 'sanitation']" -84,30302,3,3,https://iwaponline.com/washdev/article/3/3/298/30302/Sanitation-in-developing-countries-a-review,"Journal of Water, Sanitation & Hygiene for Development",Sanitation in developing countries: a review through a gender lens,2013,FALSE,0,,[],3,E. Tilley,"NADEL: Centre for Development and Cooperation, Voltastrasse 24, 8092 Zürich, Switzerland formerly at: Water & Sanitation in Developing Countries (Sandec), Swiss Federal Institute of Aquatic Science & Technology (Eawag), Ueberlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,elizabeth.tilley@nadel.ethz.ch,,E. Tilley,"NADEL: Centre for Development and Cooperation, Voltastrasse 24, 8092 Zürich, Switzerland formerly at: Water & Sanitation in Developing Countries (Sandec), Swiss Federal Institute of Aquatic Science & Technology (Eawag), Ueberlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,elizabeth.tilley@nadel.ethz.ch,,FALSE,,,,"['appropriate technology', 'development', 'gender', 'menstrual hygiene management (MHM)', 'sanitation']" -85,30303,3,3,https://iwaponline.com/washdev/article/3/3/315/30303/Using-covenants-in-loan-agreements-to-promote,"Journal of Water, Sanitation & Hygiene for Development",Using covenants in loan agreements to promote tariff reform,2013,FALSE,0,,[],1,Michael Fortin,"M. Fortin Associates, 207 Speedvale Avenue East, Guelph Ontario, Canada N1E 1M6",Canada N1E 1M6,mfortin@sentex.net,,Michael Fortin,"M. Fortin Associates, 207 Speedvale Avenue East, Guelph Ontario, Canada N1E 1M6",Canada N1E 1M6,mfortin@sentex.net,,FALSE,,,,"['infrastructure', 'loan covenant', 'regulation', 'sanitation', 'tariff', 'water supply']" -86,30304,3,3,https://iwaponline.com/washdev/article/3/3/322/30304/Evaluation-of-user-satisfaction-of-rural-water,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of user satisfaction of rural water supply in Yemen,2013,FALSE,0,,[],2,Ahmed M. Alderwish,"Department of Earth and Environmental Sciences, Sana'a University, PO Box 1247, Sana'a, Yemen",Yemen,ahmedalderwish@gmail.com,,Ahmed M. Alderwish,"Department of Earth and Environmental Sciences, Sana'a University, PO Box 1247, Sana'a, Yemen",Yemen,ahmedalderwish@gmail.com,,FALSE,,,,"['rural', 'survey', 'user satisfaction', 'water supply', 'Yemen']" -87,30305,3,3,https://iwaponline.com/washdev/article/3/3/330/30305/ANN-versus-SARIMA-models-in-forecasting,"Journal of Water, Sanitation & Hygiene for Development",ANN versus SARIMA models in forecasting residential water consumption in Tunisia,2013,FALSE,0,,[],1,Maamar Sebri,"Faculty of Economic Sciences and Management of Sousse, University of Sousse, Tunisia",Tunisia,maamar.sebri@gmail.com,,Maamar Sebri,"Faculty of Economic Sciences and Management of Sousse, University of Sousse, Tunisia",Tunisia,maamar.sebri@gmail.com,,FALSE,,,,"['artificial neural networks', 'residential water demand', 'SARIMA', 'time-series forecasting', 'Tunisia']" -88,30306,3,3,https://iwaponline.com/washdev/article/3/3/341/30306/Use-of-Certeza-point-of-use-water-treatment,"Journal of Water, Sanitation & Hygiene for Development",Use of Certeza point-of-use water treatment product in Mozambique,2013,FALSE,0,,[],2,Jennifer Wheeler,"711 Sixth Street, New Orleans, LA 70115, USA",USA,,,Sohail Agha,"Tulane University, Department of Global Health Systems and Development, 1440 Canal Street, Suite 2200, New Orleans, LA 70112, USA",USA,sohailagha@gmail.com,,FALSE,,,,"['behavior change interventions', 'point-of-use water treatment', 'sodium hypochlorite']" -89,30307,3,3,https://iwaponline.com/washdev/article/3/3/349/30307/Community-based-quality-management-of-non-piped,"Journal of Water, Sanitation & Hygiene for Development",Community-based quality management of non-piped drinking water sources in Koboko and Yumbe,2013,FALSE,0,,[],3,T. Gerlach,"Reform of the Urban Water and Sanitation Sector Programme (RUWASS), Kampala, Uganda",Uganda,,,A. K. Mayr,"Reform of the Urban Water and Sanitation Sector Programme (RUWASS), Kampala, Uganda",Uganda,annakristina.mayr@giz.de,,FALSE,,,,"['capacity development', 'non-piped drinking water supply', 'quick test methods', 'risk management', 'stakeholder involvement', 'water quality monitoring']" -90,30308,3,3,https://iwaponline.com/washdev/article/3/3/355/30308/The-impact-of-loading-frequency-and-copper-as-a,"Journal of Water, Sanitation & Hygiene for Development",The impact of loading frequency and copper as a biocide on biosand filter performance,2013,FALSE,0,,[],2,Elizabeth M. Hyde,"Mercer University School of Engineering, 1400 Coleman Ave., Macon, Georgia, 478-301-2552",478-301-2552,,,Laura W. Lackey,"Mercer University School of Engineering, 1400 Coleman Ave., Macon, Georgia, 478-301-2552",478-301-2552,Lackey_l@mercer.edu,,FALSE,,,,"['appropriate technology', 'biological sand filter', 'loading frequency', 'metallic biocide', 'point-of-use filtration']" -91,30309,3,3,https://iwaponline.com/washdev/article/3/3/365/30309/Determination-of-capital-costs-for-conventional,"Journal of Water, Sanitation & Hygiene for Development","Determination of capital costs for conventional sewerage systems (collection, transportation and treatment) in a developing country",2013,FALSE,0,,[],2,Marcos von Sperling,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 - sala 4622, 31270-901, Belo Horizonte, Brazil",Brazil,marcos@desa.ufmg.br,,Marcos von Sperling,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 - sala 4622, 31270-901, Belo Horizonte, Brazil",Brazil,marcos@desa.ufmg.br,,FALSE,,,,"['capital costs', 'construction', 'sewerage system', 'wastewater treatment']" -92,30311,3,3,https://iwaponline.com/washdev/article/3/3/375/30311/Characterisation-and-fluidisation-of-synthetic-pit,"Journal of Water, Sanitation & Hygiene for Development",Characterisation and fluidisation of synthetic pit latrine sludge,2013,FALSE,0,,[],2,J. T. Radford,"Mott MacDonald Ltd., Cambridge, UK",UK,,,R. A. Fenner,"Centre for Sustainable Development, Department of Engineering, Cambridge University, Cambridge, UK",UK,raf37@cam.ac.uk,,FALSE,,,,"['developing countries', 'faecal sludge', 'pit latrine', 'sanitation', 'urban slums']" -93,30313,3,3,https://iwaponline.com/washdev/article/3/3/383/30313/Energy-production-and-sanitation-improvement-using,"Journal of Water, Sanitation & Hygiene for Development",Energy production and sanitation improvement using microbial fuel cells,2013,FALSE,0,,[],4,I. Ieropoulos,"Bristol Robotics Laboratory, University of the West of England and University of Bristol, T-Building, Frenchay Campus, Coldharbour Lane, BS16 1QY, UK",UK,ioannis.ieropoulos@brl.ac.uk,,I. Ieropoulos,"Bristol Robotics Laboratory, University of the West of England and University of Bristol, T-Building, Frenchay Campus, Coldharbour Lane, BS16 1QY, UK",UK,ioannis.ieropoulos@brl.ac.uk,,FALSE,,,,"['microbial fuel cells', 'practical application', 'sanitation', 'urine', 'waste utilisation']" -94,30315,3,3,https://iwaponline.com/washdev/article/3/3/392/30315/Water-safety-planning-adapting-the-existing,"Journal of Water, Sanitation & Hygiene for Development",Water safety planning: adapting the existing approach to community-managed systems in rural Nepal,2013,FALSE,0,,[],3,Dani Barrington,"Nepal Water for Health, Lohasal, Kathmandu",Kathmandu,dani.barrington@gmail.com,,Dani Barrington,"Nepal Water for Health, Lohasal, Kathmandu",Kathmandu,dani.barrington@gmail.com,,FALSE,,,,"['community', 'Nepal', 'rural', 'WASH', 'Water Safety Plan', 'WSP']" -95,30317,3,3,https://iwaponline.com/washdev/article/3/3/402/30317/Effective-water-safety-management-of-piped-water,"Journal of Water, Sanitation & Hygiene for Development",Effective water safety management of piped water networks in low-income urban settlements,2013,FALSE,0,,[],1,Sam Kayaga,"Senior Lecturer/Programme Manager, Water, Engineering and Development Centre (WEDC), School of Civil and Building Engineering, Loughborough University, Leicestershire LE11 3TU, UK",UK,s.m.kayaga@lboro.ac.uk,,Sam Kayaga,"Senior Lecturer/Programme Manager, Water, Engineering and Development Centre (WEDC), School of Civil and Building Engineering, Loughborough University, Leicestershire LE11 3TU, UK",UK,s.m.kayaga@lboro.ac.uk,,FALSE,,,,"['community participation', 'low-income urban settlements', 'operation and maintenance', 'piped water supply system', 'water safety management']" -96,30319,3,3,https://iwaponline.com/washdev/article/3/3/411/30319/Identifying-pathways-to-continued-maintenance-of,"Journal of Water, Sanitation & Hygiene for Development",Identifying pathways to continued maintenance of school sanitation in Belize,2013,FALSE,0,,[],3,Christie Chatterley,"Department of Civil, Environmental and Architectural Engineering, University of Colorado at Boulder, ECOT 441, UCB 428, Boulder, CO 80309-0428, U.S.A",U.S.A,christie.chatterley@gmail.com,,Christie Chatterley,"Department of Civil, Environmental and Architectural Engineering, University of Colorado at Boulder, ECOT 441, UCB 428, Boulder, CO 80309-0428, U.S.A",U.S.A,christie.chatterley@gmail.com,,FALSE,,,,"['Latin America', 'participation', 'qualitative comparative analysis', 'sanitation and hygiene', 'school sanitation', 'sustainability']" -97,30321,3,3,https://iwaponline.com/washdev/article/3/3/423/30321/Evolution-of-contract-structures-in-water-supply,"Journal of Water, Sanitation & Hygiene for Development",Evolution of contract structures in water supply and sanitation,2013,FALSE,0,,[],3,Didier Carron,"President of Pöyry SAS, 55 rue de la Villette, 69425 Lyon Cedex 03, France",France,didier.carron@poyry.com,,Didier Carron,"President of Pöyry SAS, 55 rue de la Villette, 69425 Lyon Cedex 03, France",France,didier.carron@poyry.com,,FALSE,,,,"['affermage', 'delegated management', 'lease contract', 'private sector', 'public-private partnerships (PPPs)', 'sanitation', 'water supply']" -98,30322,3,3,https://iwaponline.com/washdev/article/3/3/432/30322/A-qualitative-study-of-access-to-sanitation,"Journal of Water, Sanitation & Hygiene for Development","A qualitative study of access to sanitation amongst low-income working women in Bangalore, India",2013,FALSE,0,,[],3,Divya Rajaraman,"Division of Epidemiology, St John's Research Institute, St John's National Academy of Health Sciences, Bangalore 560034",Bangalore 560034,Divya.rajaraman@sjri.res.in,,Divya Rajaraman,"Division of Epidemiology, St John's Research Institute, St John's National Academy of Health Sciences, Bangalore 560034",Bangalore 560034,Divya.rajaraman@sjri.res.in,,FALSE,,,,"['India', 'low-income women', 'sanitation', 'working conditions']" -99,30324,3,3,https://iwaponline.com/washdev/article/3/3/441/30324/Reporting-aid-flows-for-water-supply-and,"Journal of Water, Sanitation & Hygiene for Development",Reporting aid flows for water supply and sanitation: official development assistance,2013,FALSE,0,,[],1,A. Cotton,"WEDC, Loughborough University, Loughborough LE11 3TU, UK",UK,a.p.cotton@lboro.ac.uk,,A. Cotton,"WEDC, Loughborough University, Loughborough LE11 3TU, UK",UK,a.p.cotton@lboro.ac.uk,,FALSE,,,,"['basic systems', 'large systems', 'monitoring', 'official development assistance', 'sanitation', 'water']" -100,30326,3,3,https://iwaponline.com/washdev/article/3/3/451/30326/Social-franchising-principles-do-work-the-business,"Journal of Water, Sanitation & Hygiene for Development",Social franchising principles do work: the business approach to removal and disposal of faecal sludge – from pilot to scale,2013,FALSE,0,,[],4,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,,FALSE,,,,"['microenterprises', 'sanitation', 'schools', 'social franchising partnerships', 'South Africa']" -101,30328,3,3,https://iwaponline.com/washdev/article/3/3/459/30328/An-opportunity-not-to-be-missed-immunisation-as-an,"Journal of Water, Sanitation & Hygiene for Development",An opportunity not to be missed – immunisation as an entry point for hygiene promotion and diarrhoeal disease reduction in Nepal,2013,FALSE,0,,[],3,Yael Velleman,"WaterAid, 47-49 Durham Street, London SE11 5JD",London SE11 5JD,YaelVelleman@wateraid.org,,Yael Velleman,"WaterAid, 47-49 Durham Street, London SE11 5JD",London SE11 5JD,YaelVelleman@wateraid.org,,FALSE,,,,"['diarrhoea', 'hygiene', 'immunisation', 'rotavirus', 'sanitation', 'vaccines']" -102,30330,3,3,https://iwaponline.com/washdev/article/3/3/467/30330/Mitigation-of-naturally-occurring-fluoride-in,"Journal of Water, Sanitation & Hygiene for Development",Mitigation of naturally occurring fluoride in drinking water sources in rural areas in India: an overview,2013,FALSE,0,,[],1,Brajesh K. Shrivastava,"Consultant-Water Quality, Ministry of Drinking Water & Sanitation, 9th Floor, Paryavaran Bhavan, CGO Complex, Lodhi Road, New Delhi-03, New Delhi",New Delhi,brajeshchem@gmail.com,,Brajesh K. Shrivastava,"Consultant-Water Quality, Ministry of Drinking Water & Sanitation, 9th Floor, Paryavaran Bhavan, CGO Complex, Lodhi Road, New Delhi-03, New Delhi",New Delhi,brajeshchem@gmail.com,,FALSE,,,,"['coverage', 'fluoride', 'habitations', 'India']" -103,30310,3,4,https://iwaponline.com/washdev/article/3/4/479/30310/The-risk-of-unimproved-water-and-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development",The risk of unimproved water and sanitation and the global burden of disease,2013,FALSE,0,,[],2,Sandy Cairncross,"London School of Hygiene and Tropical Medicine, Keppel St, London WC1E 7HT, United Kingdom",United Kingdom,,,Helen Petach,"Biomedical Science Advisor, US Agency for International Development, 1300 Pennsylvania Ave, NW, Washington, DC 20523, USA",USA,hpetach@usaid.gov,,FALSE,,,,[] -104,30312,3,4,https://iwaponline.com/washdev/article/3/4/481/30312/City-sanitation-ladder-moving-from-household-to,"Journal of Water, Sanitation & Hygiene for Development",City sanitation ladder: moving from household to citywide sanitation assessment,2013,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/4/10.2166_washdev.2013.134/4/134.pdf?Expires=1706024236&Signature=peNs0KjqvZ1WtAyS1U4UCMij6qpJMwBZSlwooJ0WihjiQQO0Ruislz00Gfftz5GFWBpxva5VZqzKSVnBxpERsOPzEKPgyXus7g96xApTphMY4rq7tFLam-0SaWRoN5cxaZHGR-PkAimBuaIVoh4zac9w5MhOdJQUe6ECsbSRS0mW5d8tRadmkPfW9l2MGHSrfyFEiy3a4ACYg8iNHlfUN1Y29zAsrIOhOIrYWoj3Adw1TyqRTVXWDtQkt4zjvWpgqVK0gkaItBT9EWE-ltymipUtMhvwHiBK6wsIbUaHKCu-1ce3KJ6M12Z2SRNSLtU9HoMZ0jLLzWXe5YI8G74gBA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad- 380009, India",India,meeramehta@cept.ac.in,,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad- 380009, India",India,meeramehta@cept.ac.in,,FALSE,,,,"['city sanitation plans', 'citywide approach', 'monitoring', 'sanitation ladder', 'urban sanitation']" -105,30314,3,4,https://iwaponline.com/washdev/article/3/4/489/30314/In-pursuit-of-sustainable-water-solutions-in,"Journal of Water, Sanitation & Hygiene for Development",In pursuit of sustainable water solutions in emerging regions,2013,FALSE,0,,[],4,Laura R. Brunson,"CEES; 202 W. Boyd St, Room 334, Norman, OK 73019, 405-255-9622, US",US,lbrunson@ou.edu,,Laura R. Brunson,"CEES; 202 W. Boyd St, Room 334, Norman, OK 73019, 405-255-9622, US",US,lbrunson@ou.edu,,FALSE,,,,"['drinking water', 'interdisciplinary', 'market-based implementation', 'safe water', 'sustainability']" -106,30316,3,4,https://iwaponline.com/washdev/article/3/4/500/30316/Potential-of-natural-treatment-technologies-for,"Journal of Water, Sanitation & Hygiene for Development",Potential of natural treatment technologies for wastewater management in India,2013,FALSE,0,,[],6,M. Starkl,"Centre for Environmental Management and Decision Support, Gregor Mendel Strasse 33, 1180 Vienna, Austria",Austria,markus.starkl@boku.ac.at,,M. Starkl,"Centre for Environmental Management and Decision Support, Gregor Mendel Strasse 33, 1180 Vienna, Austria",Austria,markus.starkl@boku.ac.at,,FALSE,,,,"['constructed wetlands', 'duckweed ponds', 'natural treatment ponds', 'rapid sustainability assessment', 'waste stabilization ponds']" -107,30318,3,4,https://iwaponline.com/washdev/article/3/4/512/30318/Drinking-water-quality-for-peri-urban-residents-in,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality for peri-urban residents in Phnom Penh, Cambodia",2013,FALSE,0,,[],3,K. Thomas,"School of Engineering, University of Guelph, Guelph, Ontario, N1G 2W1, Canada",Canada,kimberleythomas@gmail.com,,K. Thomas,"School of Engineering, University of Guelph, Guelph, Ontario, N1G 2W1, Canada",Canada,kimberleythomas@gmail.com,,FALSE,,,,"['Cambodia', 'drinking water', 'microbial', 'peri-urban', 'Phnom Penh', 'water quality']" -108,30320,3,4,https://iwaponline.com/washdev/article/3/4/522/30320/Temporal-changes-in-peri-urban-drinking-water,"Journal of Water, Sanitation & Hygiene for Development",Temporal changes in peri-urban drinking water practices and quality,2013,FALSE,0,,[],2,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne NE1 7RU, UK",UK,claire.furlong@ymail.com,,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne NE1 7RU, UK",UK,claire.furlong@ymail.com,,FALSE,,,,"['Amazon', 'chemical quality', 'household survey', 'microbiological parameters', 'Peru', 'seasonal changes']" -109,30323,3,4,https://iwaponline.com/washdev/article/3/4/530/30323/Assessing-the-demographic-behavioural-and,"Journal of Water, Sanitation & Hygiene for Development","Assessing the demographic, behavioural and environmental characteristics and the potential effectiveness of a household water filter in the Republic of Kiribati",2013,FALSE,0,,[],6,Rebecca Psutka,"Department of Preventive and Social Medicine, University of Otago, New Zealand 9010",New Zealand 9010,rebecca.psutka@gmail.com,,Rebecca Psutka,"Department of Preventive and Social Medicine, University of Otago, New Zealand 9010",New Zealand 9010,rebecca.psutka@gmail.com,,FALSE,,,,"['climate change', 'household water treatment', 'hygiene', 'Kiribati', 'pacific islands', 'water quality']" -110,30325,3,4,https://iwaponline.com/washdev/article/3/4/541/30325/Awareness-adoption-and-implementation-of-the-water,"Journal of Water, Sanitation & Hygiene for Development","Awareness, adoption and implementation of the water safety plan methodology: insights from five Latin American and Caribbean experiences",2013,FALSE,0,,[],5,Brian Hubbard,"Department of Health and Human Services, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, 4770 Buford Highway, NE, MS F-60, Atlanta, GA 30341, USA",USA,bhubbard@cdc.gov,,Brian Hubbard,"Department of Health and Human Services, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, 4770 Buford Highway, NE, MS F-60, Atlanta, GA 30341, USA",USA,bhubbard@cdc.gov,,FALSE,,,,"['drinking-water regulations', 'Latin America and Caribbean', 'preventive risk management', 'public health', 'water safety plans', 'water supply operations and management']" -111,30327,3,4,https://iwaponline.com/washdev/article/3/4/549/30327/Rehabilitation-of-water-treatment-plants-with,"Journal of Water, Sanitation & Hygiene for Development",Rehabilitation of water treatment plants with operational constrains: a study on turbidity removal,2013,FALSE,0,,[],2,Kaveh Sookhak Lari,"Centre for Environmental Risk Assessment and Remediation (CERAR), University of South Australia, Mawson Lakes Campus, Mawson Lakes, SA 5095, Australia and CSIRO Land and Water, Private Bag No. 5, Wembley WA 6913, Australia",Australia,Kaveh.SookhakLari@unisa.edu.au,,Kaveh Sookhak Lari,"Centre for Environmental Risk Assessment and Remediation (CERAR), University of South Australia, Mawson Lakes Campus, Mawson Lakes, SA 5095, Australia and CSIRO Land and Water, Private Bag No. 5, Wembley WA 6913, Australia",Australia,Kaveh.SookhakLari@unisa.edu.au,,FALSE,,,,"['clarifier', 'filter', 'rehabilitation', 'turbidity', 'water treatment plant']" -112,30329,3,4,https://iwaponline.com/washdev/article/3/4/557/30329/Water-safety-planning-and-implementation-lessons,"Journal of Water, Sanitation & Hygiene for Development",Water safety planning and implementation: lessons from South Africa,2013,FALSE,0,,[],2,Mthokozisi Ncube,"Johannesburg Water (SOC) Ltd, 17 Harrison Street, Marshalltown, Johannesburg, 2107, South Africa",South Africa,mthokozisi.ncube@jwater.co.za,,Mthokozisi Ncube,"Johannesburg Water (SOC) Ltd, 17 Harrison Street, Marshalltown, Johannesburg, 2107, South Africa",South Africa,mthokozisi.ncube@jwater.co.za,,FALSE,,,,"['risk management', 'Ugu district municipality', 'water safety planning']" -113,30331,3,4,https://iwaponline.com/washdev/article/3/4/564/30331/Pot-chlorination-of-shallow-wells-in-a-peri-urban,"Journal of Water, Sanitation & Hygiene for Development",Pot chlorination of shallow wells in a peri-urban community in Kenya: an effectiveness trial,2013,FALSE,0,,[],4,Krista Vandermeer,"London School of Hygiene and Tropical Medicine, Keppel Street, London, WC1E 7HT, UK",UK,,,Robert Dreibelbis,"Department of International Health, Johns Hopkins Bloomberg School of Public Health, Johns Hopkins University, 615 N Wolfe Street, Baltimore, Maryland 21215, USA and Hubert Department of Global Health, Center for Global Safe Water, Rollins School of Public Health, Emory University, 1518 Clifton Road, Room 767, Atlanta, Georgia, 30322, USA",USA,rdreibel@jhsph.edu,,FALSE,,,,"['Africa', 'faecal contamination', 'pot chlorination', 'residual free chlorine', 'well water']" -114,30332,3,4,https://iwaponline.com/washdev/article/3/4/572/30332/Enhanced-anaerobic-digestion-as-a-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development",Enhanced anaerobic digestion as a sanitation and energy recovery technology,2013,FALSE,0,,[],2,T. Garoma,"Department of Civil and Environmental Engineering, San Diego State University, San Diego, CA 92182, USA",USA,tgaroma@mail.sdsu.edu,,T. Garoma,"Department of Civil and Environmental Engineering, San Diego State University, San Diego, CA 92182, USA",USA,tgaroma@mail.sdsu.edu,,FALSE,,,,"['algae', 'anaerobic digestion', 'resource recovery', 'sanitation', 'waste treatment']" -115,30333,3,4,https://iwaponline.com/washdev/article/3/4/582/30333/Assessing-perceptions-and-willingness-to-use-urine,"Journal of Water, Sanitation & Hygiene for Development","Assessing perceptions and willingness to use urine in agriculture: a case study from rural areas of eThekwini municipality, South Africa",2013,FALSE,0,,[],5,A. E. Okem,"School of Social Science, University of KwaZulu Natal, Durban, South Africa",South Africa,okem@ukzn.ac.za,,A. E. Okem,"School of Social Science, University of KwaZulu Natal, Durban, South Africa",South Africa,okem@ukzn.ac.za,,FALSE,,,,"['South Africa', 'urine diversion toilets', 'urine re-use', 'user perceptions']" -116,30334,3,4,https://iwaponline.com/washdev/article/3/4/592/30334/A-cluster-randomized-trial-assessing-the-impact-of,"Journal of Water, Sanitation & Hygiene for Development","A cluster-randomized trial assessing the impact of school water, sanitation and hygiene improvements on pupil enrolment and gender parity in enrolment",2013,FALSE,0,,[],6,Joshua V. Garn,"Department of Epidemiology, Rollins School of Public Health and Laney Graduate School, Emory University, 3rd floor CNR, 1518 Clifton Rd NE, Atlanta, Georgia 30322, USA",USA,,,Matthew C. Freeman,"Department of Environmental Health, Center for Global Safe Water, Rollins School of Public Health, Emory University, CNR 2027, 1518 Clifton Rd NE, Atlanta, Georgia 30322, USA",USA,mcfreem@emory.edu,,FALSE,,,,"['enrolment', 'gender parity', 'Kenya', 'sanitation', 'WASH']" -117,30335,3,4,https://iwaponline.com/washdev/article/3/4/602/30335/Statistical-analysis-of-shallow-well,"Journal of Water, Sanitation & Hygiene for Development","Statistical analysis of shallow well characteristics as indicators of water quality in parts of Ibadan City, Nigeria",2013,FALSE,0,,[],3,Olusegun Oguntoke,"Geography, Environmental Management and Energy Studies, University of Johannesburg, PO Box 524, Kingsway Campus, Auckland Park, University of Johannesburg, Johannesburg, Gauteng 2006, South Africa",South Africa,oguntokeo@gmail.com,,Olusegun Oguntoke,"Geography, Environmental Management and Energy Studies, University of Johannesburg, PO Box 524, Kingsway Campus, Auckland Park, University of Johannesburg, Johannesburg, Gauteng 2006, South Africa",South Africa,oguntokeo@gmail.com,,FALSE,,,,"['associative analysis', 'hygiene', 'markers', 'underground water', 'water quality']" -118,30336,3,4,https://iwaponline.com/washdev/article/3/4/612/30336/Cambodian-girls-recommendations-for-facilitating,"Journal of Water, Sanitation & Hygiene for Development",Cambodian girls' recommendations for facilitating menstrual hygiene management in school,2013,FALSE,0,,[],2,Susan Connolly,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 537, New York, NY 10032, USA",USA,,,Marni Sommer,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 537, New York, NY 10032, USA",USA,ms2778@columbia.edu,,FALSE,,,,"['adolescents', 'Cambodia', 'education', 'health', 'menstruation', 'sanitation']" -119,30337,3,4,https://iwaponline.com/washdev/article/3/4/623/30337/Demonstrating-the-effectiveness-of-social,"Journal of Water, Sanitation & Hygiene for Development",Demonstrating the effectiveness of social franchising principles: the emptying of household ventilated improved pits: a case study from South Africa,2013,FALSE,0,,[],7,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,,FALSE,,,,"['faecal sludge', 'microenterprises', 'schools', 'social franchising partnerships', 'South Africa']" -120,30338,3,4,https://iwaponline.com/washdev/article/3/4/629/30338/Returning-knowledge-to-the-community-an-innovative,"Journal of Water, Sanitation & Hygiene for Development",Returning knowledge to the community: an innovative approach to sharing knowledge about drinking water practices in a peri-urban community,2013,FALSE,0,,[],2,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne, NE1 7RU, UK",UK,claire.furlong@ymail.com,,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne, NE1 7RU, UK",UK,claire.furlong@ymail.com,,FALSE,,,,"['co-production', 'drinking water', 'knowledge exchange', 'participatory methods', 'Peru', 'public engagement']" -121,30339,3,4,https://iwaponline.com/washdev/article/3/4/638/30339/Sub-national-inequities-in-Philippine-water-access,"Journal of Water, Sanitation & Hygiene for Development",Sub-national inequities in Philippine water access associated with poverty and water potential,2013,FALSE,0,,[],3,Alexandra Fehr,"Department of Environmental Health, Emory University, Atlanta, GA 30322",GA 30322,,,Matthew C. Freeman,"Department of Environmental Health, Emory University, Atlanta, GA 30322",GA 30322,mcfreem@emory.edu,,FALSE,,,,"['equity', 'geospatial analysis', 'Millennium Development Goals', 'water access']" -122,30341,3,4,https://iwaponline.com/washdev/article/3/4/646/30341/Ceramic-pot-filter-user-satisfaction-and-water,"Journal of Water, Sanitation & Hygiene for Development",Ceramic pot filter user satisfaction and water quantity production in tsunami-affected Sri Lankan communities,2013,FALSE,0,,[],4,Lisa M. Casanova,"Institute of Public Health, Georgia State University, P.O. Box 3995, Atlanta, GA 30302",GA 30302,lcasanova@gsu.edu,,Lisa M. Casanova,"Institute of Public Health, Georgia State University, P.O. Box 3995, Atlanta, GA 30302",GA 30302,lcasanova@gsu.edu,,FALSE,,,,"['ceramic pot filter', 'ceramic water purifier', 'filter', 'point-of-use', 'tsunami']" -123,30344,3,4,https://iwaponline.com/washdev/article/3/4/649/30344/Thermophilic-co-composting-of-human-wastes-in,"Journal of Water, Sanitation & Hygiene for Development",Thermophilic co-composting of human wastes in Haiti,2013,FALSE,0,,[],4,N. Preneta,"Carrefour Rue Chavannes et Rue A. Martial, Port au Prince, Haiti",Haiti,,,S. Kramer,"Impasse Cala #24, Rue Jean Baptiste, Port au Prince, Haiti",Haiti,skramer@oursoil.org,,FALSE,,,,"['compost', 'ecological sanitation', 'Haiti', 'soil', 'thermophilic composting']" -124,30340,4,1,https://iwaponline.com/washdev/article/4/1/1/30340/Challenges-for-the-future-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Challenges for the future of urban sanitation planning: critical analysis of John Kalbermatten's influence,2014,FALSE,0,,[],4,Ruth Kennedy-Walker,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle-upon-Tyne NE1 7RU, UK",UK,r.kennedy-walker@ncl.ac.uk,,Ruth Kennedy-Walker,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle-upon-Tyne NE1 7RU, UK",UK,r.kennedy-walker@ncl.ac.uk,,FALSE,,,,"['enabling environment', 'participation', 'planning', 'sanitation', 'urban']" -125,30348,4,1,https://iwaponline.com/washdev/article/4/1/15/30348/The-uneven-progress-of-sanitation-in-India,"Journal of Water, Sanitation & Hygiene for Development",The uneven progress of sanitation in India,2014,FALSE,0,,[],2,Arabinda Ghosh,"Indian Administrative Service, Additional District Magistrate, Nadia District, P.O – Krishnagar, PIN – 741101, West Bengal, India",India,,,Sandy Cairncross,"Professor of Environmental Health, London School of Hygiene & Tropical Medicine, Keppel St, London WC1E 7HT, UK",UK,sandy.cairncross@lshtm.ac.uk,,FALSE,,,,"['coverage', 'India', 'latrine', 'open defecation', 'sanitation']" -126,30354,4,1,https://iwaponline.com/washdev/article/4/1/23/30354/Economic-efficiency-of-sanitation-interventions-in,"Journal of Water, Sanitation & Hygiene for Development",Economic efficiency of sanitation interventions in Southeast Asia,2014,FALSE,0,,[],8,Guy Hutton,"Water and Sanitation Program, World Bank, 55 Lodi Estate, New Delhi, 110003, India",India,ghutton@worldbank.org,,Guy Hutton,"Water and Sanitation Program, World Bank, 55 Lodi Estate, New Delhi, 110003, India",India,ghutton@worldbank.org,,FALSE,,,,"['Cambodia', 'China', 'East Asia', 'Indonesia', 'Lao PDR', 'Philippines', 'Southeast Asia', 'Vietnam']" -127,30355,4,1,https://iwaponline.com/washdev/article/4/1/37/30355/Removal-of-selected-microorganisms-using-silver,"Journal of Water, Sanitation & Hygiene for Development","Removal of selected microorganisms using silver-impregnated and coated, low-cost, micro-porous, ceramic water filters",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/1/10.2166_washdev.2013.027/4/027.pdf?Expires=1706027179&Signature=IS0r7NhD6q--PJbUuTgfCVtNS~DbRroROZ9ZmqfBKpG4-5a-mtU31GOwjBfjYwdY9rcKuEwZwUDMJbkveLMbWMSAxMsQrXdqw86Q9~iCZl6Hvevl3ApVhTIQFy7wkyN8TpbrL6y6x40LASBnO~z8tdR06PjpU483yTy7~PkiasXcCHaFf0t9dCk2s4CTejSscxyxujVw4e42rasdXF-R4hshxXIguvciZtlPcd8~OfEr8gSFFKKznZjmccKz6Yiql8PBZBgVTiwX-LOTHgGXIm0rUaiTKJXiB4ATON84LjH7sY9HGH0JpW3nNK1C3G1264hZCN~pltAS2WX7Ou1XQg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Jean Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, KwaDlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,,Jean Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, KwaDlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,,FALSE,,,,"['ceramic water filter', 'drinking water', 'oligodynamic', 'virus', 'water treatment']" -128,30356,4,1,https://iwaponline.com/washdev/article/4/1/43/30356/When-water-is-scarce-the-perception-of-water,"Journal of Water, Sanitation & Hygiene for Development",When water is scarce: the perception of water quality and effects on the vulnerable,2014,FALSE,0,,[],2,Hamdiyah Alhassan,"Department of Agricultural and Resource Economics, University for Development Studies, Tamale, Ghana",Ghana,,,Paul Adjei Kwakwa,"Faculty of Development Studies, Presbyterian University College Ghana, Akuapem Campus, Akropong-Akuapem, Eastern Region, Ghana",Ghana,pauladkwa@yahoo.com,,FALSE,,,,"['Ghana', 'household', 'vulnerable', 'water insecurity', 'water management']" -129,30357,4,1,https://iwaponline.com/washdev/article/4/1/51/30357/Exploring-the-methodology-of-participatory-design,"Journal of Water, Sanitation & Hygiene for Development",Exploring the methodology of participatory design to create appropriate sanitation technologies in rural Malawi,2014,FALSE,0,,[],4,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",Western Australia 6150,ben_cole_h2o@mac.com,,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",Western Australia 6150,ben_cole_h2o@mac.com,,FALSE,,,,"['design', 'participation', 'rural', 'sanitation']" -130,30358,4,1,https://iwaponline.com/washdev/article/4/1/62/30358/Viscous-heating-analysis-of-simulant-feces-by,"Journal of Water, Sanitation & Hygiene for Development",Viscous heating analysis of simulant feces by computational fluid dynamics and experimentation,2014,FALSE,0,,[],5,Jagdeep T. Podichetty,"423 Engineering North, School of Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",USA,,,Gary L. Foutch,"423 Engineering North, School of Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",USA,foutch@okstate.edu,,FALSE,,,,"['Comsol Multiphysics', 'extrusion', 'feces', 'parasite', 'viscosity', 'viscous heating']" -131,30359,4,1,https://iwaponline.com/washdev/article/4/1/72/30359/Power-earth-auger-modification-for-waste,"Journal of Water, Sanitation & Hygiene for Development",Power earth auger modification for waste extraction from pit latrines,2014,FALSE,0,,[],4,Tate Weston Rogers,"Department of Civil, Construction and Environmental Engineering, North Carolina State University, Campus Box 7908, Raleigh, NC 27695, USA",USA,,,Robert C. Borden,"Department of Civil, Construction and Environmental Engineering, North Carolina State University, Campus Box 7908, Raleigh, NC 27695, USA",USA,rcborden@ncsu.edu,,FALSE,,,,"['auger', 'pit emptying', 'portable']" -132,30361,4,1,https://iwaponline.com/washdev/article/4/1/81/30361/Modeling-of-pathogen-inactivation-in-thermal,"Journal of Water, Sanitation & Hygiene for Development",Modeling of pathogen inactivation in thermal septic tanks,2014,FALSE,0,,[],5,T. Koottatep,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Thailand",Thailand,,,T. Pussayanavin,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Thailand",Thailand,Tatchai.Pussayanavin@ait.ac.th,,FALSE,,,,"['E. coli', 'methanogens', 'modified Weibull model', 'pathogen inactivation', 'septic tanks', 'temperatures']" -133,30363,4,1,https://iwaponline.com/washdev/article/4/1/89/30363/Sustainability-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Sustainability of water, sanitation and hygiene interventions in Central America",2014,FALSE,0,,[],4,Raquel I. Sabogal,"Centers for Disease Control & Prevention, National Center for Environmental Health, Division of Emergency and Environmental Health Services, 4770 Buford Highway NE, Chamblee, Georgia 30341, US",US,rsabogal@cdc.gov,,Raquel I. Sabogal,"Centers for Disease Control & Prevention, National Center for Environmental Health, Division of Emergency and Environmental Health Services, 4770 Buford Highway NE, Chamblee, Georgia 30341, US",US,rsabogal@cdc.gov,,FALSE,,,,"['Central America', 'evaluation', 'hygiene promotion', 'sanitation', 'sustainability', 'water']" -134,30342,4,1,https://iwaponline.com/washdev/article/4/1/100/30342/Participatory-multi-criteria-evaluation-of,"Journal of Water, Sanitation & Hygiene for Development",Participatory multi-criteria evaluation of alternative options for water supply in cyclone-prone areas of Bangladesh,2014,FALSE,0,,[],2,Abu Hena Mustafa Kamal Sikder,"Ka-86/C, Khapara, Khilkhet, Dhaka, Bangladesh",Bangladesh,sikder_cee@yahoo.com,,Abu Hena Mustafa Kamal Sikder,"Ka-86/C, Khapara, Khilkhet, Dhaka, Bangladesh",Bangladesh,sikder_cee@yahoo.com,,FALSE,,,,"['coastal area', 'cyclone', 'drinking water supply', 'participatory multi-criteria analysis', 'water supply option']" -135,30343,4,1,https://iwaponline.com/washdev/article/4/1/108/30343/Health-in-perspective-framing-motivational-factors,"Journal of Water, Sanitation & Hygiene for Development","Health in perspective: framing motivational factors for personal sanitation in urban slums in Nairobi, Kenya, using anchored best–worst scaling",2014,FALSE,0,,[],3,Carl Johan Lagerkvist,"Department of Economics, Swedish University of Agricultural Sciences, PO Box 7013, 75007 Uppsala, Sweden",Sweden,carl-johan.lagerkvist@slu.se,,Carl Johan Lagerkvist,"Department of Economics, Swedish University of Agricultural Sciences, PO Box 7013, 75007 Uppsala, Sweden",Sweden,carl-johan.lagerkvist@slu.se,,FALSE,,,,"['anchored best–worst scaling', 'factor importance', 'motivation', 'personal sanitation', 'slums']" -136,30345,4,1,https://iwaponline.com/washdev/article/4/1/120/30345/School-based-intervention-evaluating-the-role-of,"Journal of Water, Sanitation & Hygiene for Development","School-based intervention: evaluating the role of water, latrines and hygiene education on trachoma and intestinal parasitic infections in Ethiopia",2014,FALSE,0,,[],5,Bizu Gelaye,"Department of Epidemiology, University of Washington School of Public Health, Seattle, WA, USA",USA,bgelaye@hsph.harvard.edu,,Bizu Gelaye,"Department of Epidemiology, University of Washington School of Public Health, Seattle, WA, USA",USA,bgelaye@hsph.harvard.edu,,FALSE,,,,"['Ethiopia', 'intervention', 'parasitic infection', 'sanitation', 'school', 'trachoma']" -137,30346,4,1,https://iwaponline.com/washdev/article/4/1/131/30346/Beyond-improved-towards-safe-and-sustainable-urban,"Journal of Water, Sanitation & Hygiene for Development","Beyond ‘improved’ towards ‘safe and sustainable’ urban sanitation: assessing the design, management and functionality of sanitation in poor communities of Dar es Salaam, Tanzania",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/1/10.2166_washdev.2013.180/4/180.pdf?Expires=1706027210&Signature=U3~LjU8HijmNe5Dx77yoJi-wvE97zMWL0Jh9s3-8GIfpNygVXqEKglrBqBDMoRsCyPuiD6Op6UE008JU94qDq87vibJv8J6g7yGNWQ3lVVBNidzbFgD~gyv77YyabNUa6zh2SGKKVmK5Hyilov4JXGViqEyWcrjaaH2NI0hTShOkVO2HgKauRouNh1Ai13yKJZ~CMKBRVozSpb-0cm50iagY6YuKPhkQULw~oiKKLkscH-IxcrsPwZ3~1hmBPca5LeEckPrmDl6ExOyw6u2uOl~lrFjEVJnjWBnzxx3-LPfH7hKXLuxZn4-7fYIxhBIw7DZQxnZnTWqThY9oQ5nNAA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,M. W. Jenkins,"Civil and Environmental Engineering, University of California, Davis, CA, USA",USA,mwjenkins@ucdavis.edu,,M. W. Jenkins,"Civil and Environmental Engineering, University of California, Davis, CA, USA",USA,mwjenkins@ucdavis.edu,,FALSE,,,,"['equity', 'fecal sludge management', 'indicators', 'monitoring and evaluation', 'pit emptying', 'shared sanitation']" -138,30347,4,1,https://iwaponline.com/washdev/article/4/1/142/30347/Planning-for-water-and-sanitation-in-the,"Journal of Water, Sanitation & Hygiene for Development","Planning for water and sanitation in the residential suburbs: the case of Aligarh City, India",2014,FALSE,0,,[],2,Abha Lakshmi Singh,"Department of Geography, Aligarh Muslim University, Aligarh, 202002, Uttar Pradesh, India",India,abhalakshmisingh@yahoo.com,,Abha Lakshmi Singh,"Department of Geography, Aligarh Muslim University, Aligarh, 202002, Uttar Pradesh, India",India,abhalakshmisingh@yahoo.com,,FALSE,,,,"['levels', 'residential colonies', 'sanitation', 'suburbs', 'water']" -139,30349,4,1,https://iwaponline.com/washdev/article/4/1/153/30349/Prefabricated-biogas-reactor-based-systems-for,"Journal of Water, Sanitation & Hygiene for Development",Prefabricated biogas reactor-based systems for community wastewater and organic waste treatment in developing regions,2014,FALSE,0,,[],5,S. Cheng,"School of Civil & Environmental Engineering, University of Science and Technology Beijing, Xueyuan Road 30, Haidian District, 100083, Beijing, China",China,zifulee@aliyun.com,,S. Cheng,"School of Civil & Environmental Engineering, University of Science and Technology Beijing, Xueyuan Road 30, Haidian District, 100083, Beijing, China",China,zifulee@aliyun.com,,FALSE,,,,"['DEWATS', 'prefabricated biogas reactor', 'slum', 'wastewater and waste management']" -140,30350,4,1,https://iwaponline.com/washdev/article/4/1/159/30350/Development-of-Haiti-s-rural-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Development of Haiti's rural water, sanitation and hygiene workforce",2014,FALSE,0,,[],4,Brian Hubbard,"Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, 4770 Buford Highway, NE., MS F-58, Atlanta, GA 30341, USA",USA,bnh5@cdc.gov,,Brian Hubbard,"Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, 4770 Buford Highway, NE., MS F-58, Atlanta, GA 30341, USA",USA,bnh5@cdc.gov,,FALSE,,,,"['cholera', 'Haiti', 'sanitation and hygiene', 'water quality', 'water', 'workforce development']" -141,30351,4,1,https://iwaponline.com/washdev/article/4/1/164/30351/Developing-behaviour-change-communication-for,"Journal of Water, Sanitation & Hygiene for Development",Developing behaviour change communication for improving faecal sludge management in Bhutan,2014,FALSE,0,,[],4,G. Halcrow,"SNV Netherlands Development Organisation, Langjophaka, PO Box 815, Thimphu, Bhutan and Ministry of Works and Human Settlements, PO Box 791, Thimphu, Bhutan",Bhutan,ghalcrow@snvworld.org,,G. Halcrow,"SNV Netherlands Development Organisation, Langjophaka, PO Box 815, Thimphu, Bhutan and Ministry of Works and Human Settlements, PO Box 791, Thimphu, Bhutan",Bhutan,ghalcrow@snvworld.org,,FALSE,,,,"['behaviour change', 'faecal sludge', 'urban sanitation']" -142,30352,4,1,https://iwaponline.com/washdev/article/4/1/171/30352/Development-of-indicators-for-measuring-outcomes,"Journal of Water, Sanitation & Hygiene for Development",Development of indicators for measuring outcomes of water safety plans,2014,FALSE,0,,[],5,Gabriella Lockhart,"Water, Sanitation, and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA, USA",USA,,,Richard J. Gelting,"Water, Sanitation, and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA, USA",USA,rgelting@cdc.gov,,FALSE,,,,"['drinking water', 'evaluation', 'indicators', 'outcomes', 'water safety plans']" -143,30353,4,1,https://iwaponline.com/washdev/article/4/1/182/30353/Rights-based-indicators-regarding-non,"Journal of Water, Sanitation & Hygiene for Development",Rights-based indicators regarding non-discrimination and equity in access to water and sanitation,2014,FALSE,0,,[],3,Urooj Quezon Amjad,"Post-doctoral Research Associate, The Water Institute, Gillings School of Global Public Health, and Research Fellow, Global Research Institute, University of North Carolina, Chapel Hill, Rosenau Hall, CB #7431, 135 Dauer Dr. Chapel Hill, North Carolina 27599-7431, USA",USA,amjad@unc.edu,,Urooj Quezon Amjad,"Post-doctoral Research Associate, The Water Institute, Gillings School of Global Public Health, and Research Fellow, Global Research Institute, University of North Carolina, Chapel Hill, Rosenau Hall, CB #7431, 135 Dauer Dr. Chapel Hill, North Carolina 27599-7431, USA",USA,amjad@unc.edu,,FALSE,,,,"['equity', 'human right to water and sanitation', 'indicators', 'public health', 'water quality']" -144,30360,4,2,https://iwaponline.com/washdev/article/4/2/189/30360/Faecal-sludge-management-in-low-income-areas-a,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge management in low income areas: a case study of three districts in the Ashanti region of Ghana,2014,FALSE,0,,[],4,Eugene Appiah-Effah,"Civil Engineering Department, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@yahoo.com,,Eugene Appiah-Effah,"Civil Engineering Department, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@yahoo.com,,FALSE,,,,"['desludging', 'faecal sludge management', 'peri-urban area', 'rural area']" -145,30362,4,2,https://iwaponline.com/washdev/article/4/2/200/30362/Initial-fluoride-concentration-and-loading,"Journal of Water, Sanitation & Hygiene for Development","Initial fluoride concentration and loading capacity in defluoridation with bauxite, gypsum, magnesite and their composite",2014,FALSE,0,,[],1,Bernard Thole,"Polytechnic, Private Bag 303, Blantyre 3, Malawi",Malawi,tholebernard@hotmail.com,,Bernard Thole,"Polytechnic, Private Bag 303, Blantyre 3, Malawi",Malawi,tholebernard@hotmail.com,,FALSE,,,,"['bauxite', 'defluoridation', 'fluorosis', 'gypsum', 'magnesite']" -146,30364,4,2,https://iwaponline.com/washdev/article/4/2/206/30364/The-effect-of-increasing-grain-size-in-biosand,"Journal of Water, Sanitation & Hygiene for Development",The effect of increasing grain size in biosand water filters in combination with ultraviolet disinfection,2014,FALSE,0,,[],4,Timothy E. Frank,"2354 Fairchild Drive Suite 6J-117, USAF Academy, CO 80840, 01-719-660-6903, USA",USA,tefrank18@gmail.com,,Timothy E. Frank,"2354 Fairchild Drive Suite 6J-117, USAF Academy, CO 80840, 01-719-660-6903, USA",USA,tefrank18@gmail.com,,FALSE,,,,"['biosand water filter', 'developing countries', 'disinfection', 'grain size', 'water quality']" -147,30365,4,2,https://iwaponline.com/washdev/article/4/2/214/30365/Removal-of-As-III-and-As-V-in-surface-modified,"Journal of Water, Sanitation & Hygiene for Development",Removal of As(III) and As(V) in surface modified ceramic filters,2014,FALSE,0,,[],3,Emily C. Robbins,"Department of Civil, Environmental, and Architectural Engineering, University of Kansas, Lawrence, KS 66045, USA",USA,,,Craig D. Adams,"Department of Civil and Environmental Engineering, Utah State University, Logan, UT 84322, USA",USA,craig.adams@usu.edu,,FALSE,,,,"['arsenic removal', 'breakthrough', 'SMCF']" -148,30366,4,2,https://iwaponline.com/washdev/article/4/2/223/30366/Fuel-potential-of-faecal-sludge-calorific-value,"Journal of Water, Sanitation & Hygiene for Development","Fuel potential of faecal sludge: calorific value results from Uganda, Ghana and Senegal",2014,FALSE,0,,[],9,A. Murray Muspratt,"Waste Enterprisers Ltd, PMB CT 185, Cantonments, Accra, Ghana",Ghana,ashley@waste-enterprisers.com,,A. Murray Muspratt,"Waste Enterprisers Ltd, PMB CT 185, Cantonments, Accra, Ghana",Ghana,ashley@waste-enterprisers.com,,FALSE,,,,"['calorific value', 'drying beds', 'reuse', 'sanitation', 'sludge drying', 'sub-Saharan Africa']" -149,30367,4,2,https://iwaponline.com/washdev/article/4/2/231/30367/Processing-of-human-faeces-by-wet-vermifiltration,"Journal of Water, Sanitation & Hygiene for Development",Processing of human faeces by wet vermifiltration for improved on-site sanitation,2014,FALSE,0,,[],3,C. Furlong,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",UK,claire.furlong@ymail.com,,C. Furlong,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",UK,claire.furlong@ymail.com,,FALSE,,,,"['Eisenia fetida', 'sewage', 'vermicompost', 'vermifilter', 'vermireactor', 'worm']" -150,30368,4,2,https://iwaponline.com/washdev/article/4/2/240/30368/The-neglect-of-hygiene-promotion-in-developing,"Journal of Water, Sanitation & Hygiene for Development","The neglect of hygiene promotion in developing countries, as shown by the Global Analysis and Assessment of Sanitation and Drinking-Water survey",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/2/10.2166_washdev.2014.119/4/119.pdf?Expires=1706089327&Signature=RnnRpBUGnnVIUG-NU805~DaIe9ADZtiZeIL1SNnhOj2Gwei17SWqRxVhndoNGo2EdSafr0mr4PCzhOs6clIJpQikaEosDrgF~-Kuz0KxiFpj5DgnTiF~9CkX66CRHfnGRCCDzEfIhF5dEA42WtoC0xpmt-LalHOzwLT6ptW0tDEEK7j6PvYQKv02uv2swWNqIO1HtdClbr8j63ijQlp0utq8WNjcDXSUE2hqCecny5S~JhUguttDGe8gV-ykuBxmf5W7c4G4Zvio7z4GJwihGuZX-USYIWtSzl5bnyV7NztPC4Hz4ezR2sHbXy3W-SsxdGmn-Ej2DyijwcSmXFsH2A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Alejandro Jiménez,"Technical University of Catalonia (UPC), Barcelona, Spain and Stockholm International Water Institute, Drottninggatan 33. 11151 Stockholm, Sweden",Sweden,alejandro.jimenez@siwi.org,,Alejandro Jiménez,"Technical University of Catalonia (UPC), Barcelona, Spain and Stockholm International Water Institute, Drottninggatan 33. 11151 Stockholm, Sweden",Sweden,alejandro.jimenez@siwi.org,,FALSE,,,,"['developing countries', 'GLAAS report', 'global monitoring', 'hygiene promotion', 'public health', 'United Nations']" -151,30369,4,2,https://iwaponline.com/washdev/article/4/2/248/30369/Knowledge-and-menstrual-hygiene-practices-among,"Journal of Water, Sanitation & Hygiene for Development","Knowledge and menstrual hygiene practices among adolescents in senior secondary schools in Ile Ife, south-western Nigeria",2014,FALSE,0,,[],6,O. Olufemi Aluko,"Department of Community Health, Obafemi Awolowo University, Ile Ife, Nigeria",Nigeria,ooaluko@gmail.com,,O. Olufemi Aluko,"Department of Community Health, Obafemi Awolowo University, Ile Ife, Nigeria",Nigeria,ooaluko@gmail.com,,FALSE,,,,"['gender-friendly MHM facilities', 'in-school adolescents', 'menarche', 'menstrual hygiene', 'Nigeria']" -152,30370,4,2,https://iwaponline.com/washdev/article/4/2/257/30370/Why-are-some-latrines-cleaner-than-others,"Journal of Water, Sanitation & Hygiene for Development",Why are some latrines cleaner than others? Determining the factors of habitual cleaning behaviour and latrine cleanliness in rural Burundi,2014,FALSE,0,,[],2,Ina L. Sonego,"Environmental Social Sciences, EAWAG: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, P.O. Box 611, 8600 Duebendorf, Switzerland",Switzerland,ina.sonego@eawag.ch,,Ina L. Sonego,"Environmental Social Sciences, EAWAG: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, P.O. Box 611, 8600 Duebendorf, Switzerland",Switzerland,ina.sonego@eawag.ch,,FALSE,,,,"['behaviour change', 'Burundi', 'cleaning', 'diarrhoea', 'sanitation', 'sub-Saharan Africa']" -153,30371,4,2,https://iwaponline.com/washdev/article/4/2/268/30371/Risk-perception-choice-of-drinking-water-and-water,"Journal of Water, Sanitation & Hygiene for Development","Risk perception, choice of drinking water and water treatment: evidence from Kenyan towns",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/2/10.2166_washdev.2014.131/4/131.pdf?Expires=1706089336&Signature=dPdt7BIDPkCfDMpk0X2KbqaaiHUwdYHXV-JzcQAA9JfApRoo9wKmN3ZA5VjNTiLsLtXjdbNh8tvQg7WA-aspm3imGm4EIYb8CBfHe~i0-mxX8HHGV4eM6eP6W0~hrDxDkeJpuLuHhqGsGIP1XiBBxNbQip6MMzoS6cx0K0oZki0pbTTaF7XjEjm4x5Pm0fmVOaUwrTPPwz7RhzpPPBeJTJMJwsdFMfiUWW1FQHDJPbu62dkaKeDYVmxMMsOFvRXxAveUdrmdYXjxYnMCpxsigzIwhfYeSE1KyE9py5pfV3DpsW3FVKlRJXex039vvwOfZPNmmOyvfr0TZbHuvxJRIw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Joseph Onjala,"Institute for Development Studies, University of Nairobi, PO Box 30197, Nairobi, Kenya",Kenya,,,Jesper Stage,"Department of Business, Economics and Law, Mid Sweden University, 851 70 Sundsvall, Sweden and Department of Business Administration, Technology and Social Sciences, Luleå University of Technology, 971 87 Luleå, Sweden",Sweden,Jesper.Stage@miun.se,,FALSE,,,,"['drinking water', 'subjective risk perception', 'water quality', 'water treatment']" -154,30372,4,2,https://iwaponline.com/washdev/article/4/2/281/30372/The-entrepreneurship-myth-in-small-scale-service,"Journal of Water, Sanitation & Hygiene for Development","The entrepreneurship myth in small-scale service provision: Water resale in Maputo, Mozambique",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/2/10.2166_washdev.2013.065/4/065.pdf?Expires=1706026603&Signature=He5h3rg0PX8m5~mDipNZ1M~7xShK-ex~z~OiInNoofU7zvXjXk3osA3PBqEgtJL8P9X5Jrlu60pPF9CGXpIjjvPaui4PYSH8bBxXynHJo8ZVowYPbeDVphecDhX3LE~h4uEQAR1YjRGjmDwLh3ffhLd~yvWt-T1LkoKUtKqzM9CzqFeuTS~Cd-2ZgNymp7kefyB25i6vTfvbG46tgDHr3~6~jK~knr0K77QKxfvuBzi1AFr9URImZxphPDGXNPOiS7dTUJ3gM57xdwdnySltiLGAORLQv~Gl9WCpO1j1h1bKDmFbg9ELwXpqMChE7LvE~THmik5RaQDDWg~CHo5tbw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Valentina Zuin,"Emmett Interdisciplinary Program in Environment and Resources, The Jerry Yang and Akiko Yamazaki Environment & Energy Building, 473 Via Ortega, Room 249, Stanford University Stanford, CA 94305, USA",USA,valezuin@stanford.edu,,Valentina Zuin,"Emmett Interdisciplinary Program in Environment and Resources, The Jerry Yang and Akiko Yamazaki Environment & Energy Building, 473 Via Ortega, Room 249, Stanford University Stanford, CA 94305, USA",USA,valezuin@stanford.edu,,FALSE,,,,"['Mozambique', 'small-scale providers', 'sub-Saharan Africa', 'urban water supply', 'water access', 'water resale']" -155,30373,4,2,https://iwaponline.com/washdev/article/4/2/293/30373/Gender-mainstreaming-in-integrated-rural-water,"Journal of Water, Sanitation & Hygiene for Development","Gender mainstreaming in integrated rural water supply and sanitation project in Mzimba, Malawi",2014,FALSE,0,,[],2,O. K. K. Mwamsamali,"Department of Water Resources Engineering, University of Dar es Salaam, Tanzania",Tanzania,,,A. W. Mayo,"Department of Water Resources Engineering, University of Dar es Salaam, Tanzania",Tanzania,aloyce.mayo@yahoo.com,,FALSE,,,,"['gender mainstreaming', 'Malawi', 'rural water supply', 'sanitation']" -156,30374,4,2,https://iwaponline.com/washdev/article/4/2/304/30374/Participation-in-sanitation-planning-in-Burkina,"Journal of Water, Sanitation & Hygiene for Development",Participation in sanitation planning in Burkina Faso: theory and practice,2014,FALSE,0,,[],4,J. R. McConville,"Department of Architecture, Chalmers University of Technology, SE-412-96 Göteborg, Sweden",Sweden,jenmcc@chalmers.se,,J. R. McConville,"Department of Architecture, Chalmers University of Technology, SE-412-96 Göteborg, Sweden",Sweden,jenmcc@chalmers.se,,FALSE,,,,"['participation', 'planning practice', 'planning theory', 'sanitation']" -157,30375,4,2,https://iwaponline.com/washdev/article/4/2/313/30375/Analysis-of-water-governance-in-Malawi-towards-a,"Journal of Water, Sanitation & Hygiene for Development",Analysis of water governance in Malawi: towards a favourable enabling environment?,2014,FALSE,0,,[],2,Quinex W. Chiluwe,"Water Research Node, Monash South Africa, P/Bag X60, Roodepoort 1725, South Africa",South Africa,qchiluwe@gmail.com,,Quinex W. Chiluwe,"Water Research Node, Monash South Africa, P/Bag X60, Roodepoort 1725, South Africa",South Africa,qchiluwe@gmail.com,,FALSE,,,,"['enabling environment', 'governance principles', 'IWRM', 'water governance', 'water laws', 'water policy']" -158,30376,4,2,https://iwaponline.com/washdev/article/4/2/324/30376/Rethinking-public-toilet-technologies-in-Nairobi,"Journal of Water, Sanitation & Hygiene for Development",Rethinking public toilet technologies in Nairobi: the case of Ikotoilet facilities,2014,FALSE,0,,[],1,Jeremia Nyaga Njeru,"Assistant Professor Geology and Geography Department, West Virginia University, 98 Beechurst Ave, Morgantown, WV 26505, USA",USA,jeremia.njeru@mail.wvu.edu,,Jeremia Nyaga Njeru,"Assistant Professor Geology and Geography Department, West Virginia University, 98 Beechurst Ave, Morgantown, WV 26505, USA",USA,jeremia.njeru@mail.wvu.edu,,FALSE,,,,"['Ikotoilets', 'Kenya', 'public toilets', 'shared sanitation']" -159,30377,4,2,https://iwaponline.com/washdev/article/4/2/329/30377/The-Right-to-Water-politics-governance-and-social,"Journal of Water, Sanitation & Hygiene for Development","The Right to Water: politics, governance and social struggles",2014,FALSE,0,,[],1,Rory Padfield,"Department of Environment and Green Technology, Malaysia – Japan International Institute of Technology, Universiti Teknologi Malaysia (UTM), Kuala Lumpur, Malaysia",Malaysia,,,,,,,,FALSE,,,,[] -160,30040,4,3,https://iwaponline.com/washdev/article/4/3/331/30040/Private-and-social-enterprise-roles-in-water,"Journal of Water, Sanitation & Hygiene for Development","Private and social enterprise roles in water, sanitation and hygiene for the poor: a systematic review",2014,FALSE,0,,[],4,Anna Gero,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,anna.gero@uts.edu.au,,Anna Gero,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,anna.gero@uts.edu.au,,FALSE,,,,"['civil society organisations', 'private enterprise', 'social enterprise', 'systematic review', 'water and sanitation services']" -161,30041,4,3,https://iwaponline.com/washdev/article/4/3/346/30041/Factors-affecting-slum-sanitation-projects-in,"Journal of Water, Sanitation & Hygiene for Development",Factors affecting slum sanitation projects in Dhaka City: learning from the dynamics of social-technological-governance systems,2014,FALSE,0,,[],3,Md Mizanur Rahman,"Jahangirnagar University, Department of Geography and Environment, Savar, Dhaka 1342, Bangladesh",Bangladesh,mmrahmanju@yahoo.com,,Md Mizanur Rahman,"Jahangirnagar University, Department of Geography and Environment, Savar, Dhaka 1342, Bangladesh",Bangladesh,mmrahmanju@yahoo.com,,FALSE,,,,"['governance', 'government–NGO', 'sanitation', 'slum', 'society', 'technology']" -162,30042,4,3,https://iwaponline.com/washdev/article/4/3/359/30042/Why-clean-the-toilet-if-others-don-t-Using-a,"Journal of Water, Sanitation & Hygiene for Development",Why clean the toilet if others don't? Using a social dilemma approach to understand users of shared toilets' collective cleaning behaviour in urban slums: a review,2014,FALSE,0,,[],2,Innocent K. Tumwebaze,"University of Zurich, Department of Psychology, Binzmühlestrasse 14/1, 8050 Zürich, Switzerland",Switzerland,kamara.innocent@gmail.com,,Innocent K. Tumwebaze,"University of Zurich, Department of Psychology, Binzmühlestrasse 14/1, 8050 Zürich, Switzerland",Switzerland,kamara.innocent@gmail.com,,FALSE,,,,"['cleaning', 'collective action', 'cooperation', 'shared toilets', 'social dilemma', 'urban slums']" -163,30043,4,3,https://iwaponline.com/washdev/article/4/3/371/30043/Fecal-sludge-management-FSM-analytical-tools-for,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge management (FSM): analytical tools for assessing FSM in cities,2014,FALSE,0,,[],5,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",UK,andy.peal@ntlworld.com,,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",UK,andy.peal@ntlworld.com,,FALSE,,,,"['fecal sludge management', 'institutions', 'low-income countries', 'sanitation', 'service/value chain', 'urban']" -164,30044,4,3,https://iwaponline.com/washdev/article/4/3/384/30044/Bacterial-quality-of-drinking-water-sources-and,"Journal of Water, Sanitation & Hygiene for Development","Bacterial quality of drinking water sources and antimicrobial resistance profile of Enterobacteriaceae in Bahir Dar city, Ethiopia",2014,FALSE,0,,[],4,Bayeh Abera,"Department of Microbiology, Immunology and Parasitology, College of Medicine and Health Sciences, Bahir Dar University, Ethiopia",Ethiopia,bayeabera15@gmail.com,,Bayeh Abera,"Department of Microbiology, Immunology and Parasitology, College of Medicine and Health Sciences, Bahir Dar University, Ethiopia",Ethiopia,bayeabera15@gmail.com,,FALSE,,,,"['antibiotic resistance', 'E. coli', 'Ethiopia', 'thermotolerant coliforms', 'total coliforms', 'water']" -165,30045,4,3,https://iwaponline.com/washdev/article/4/3/391/30045/Assessing-domestic-water-quality-in-Belen,"Journal of Water, Sanitation & Hygiene for Development","Assessing domestic water quality in Belén municipality, Iquitos, Peru",2014,FALSE,0,,[],7,Kimberly F. Faldetta,"Penn State Milton S. Hershey Medical Center, Hershey Global Health Center, 500 University Drive, Hershey, PA 17033, USA",USA,kfaldetta@hmc.psu.edu,,Kimberly F. Faldetta,"Penn State Milton S. Hershey Medical Center, Hershey Global Health Center, 500 University Drive, Hershey, PA 17033, USA",USA,kfaldetta@hmc.psu.edu,,FALSE,,,,"['fecal coliform', 'peri-urban slum', 'Peru', 'point-of-use treatment']" -166,30046,4,3,https://iwaponline.com/washdev/article/4/3/400/30046/Retrofitting-arsenic-iron-removal-plants-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Retrofitting arsenic-iron removal plants in rural Bangladesh for performance enhancement,2014,FALSE,0,,[],3,Ingrid M. Sorensen,"School of Engineering, University of Guelph, 50 Stone Rd., Guelph, ON, Canada N1G 2W1",Canada N1G 2W1,ingrid.m.sorensen@gmail.com,,Ingrid M. Sorensen,"School of Engineering, University of Guelph, 50 Stone Rd., Guelph, ON, Canada N1G 2W1",Canada N1G 2W1,ingrid.m.sorensen@gmail.com,,FALSE,,,,"['AIRP', 'arsenic', 'Bangladesh', 'retrofit', 'water treatment']" -167,30047,4,3,https://iwaponline.com/washdev/article/4/3/410/30047/Using-baseline-surveys-to-inform-interventions-and,"Journal of Water, Sanitation & Hygiene for Development","Using baseline surveys to inform interventions and follow-up surveys: a case-study using the Nampula Province Water, Sanitation, and Hygiene Program",2014,FALSE,0,,[],2,Ryan Admiraal,"School of Engineering and Information Technology, Murdoch University, Perth, Australia",Australia,R.Admiraal@murdoch.edu.au,,Ryan Admiraal,"School of Engineering and Information Technology, Murdoch University, Perth, Australia",Australia,R.Admiraal@murdoch.edu.au,,FALSE,,,,"['baseline study', 'control', 'Mozambique', 'statistical survey methods']" -168,30049,4,3,https://iwaponline.com/washdev/article/4/3/422/30049/Synthetic-organic-water-contaminants-in-developing,"Journal of Water, Sanitation & Hygiene for Development",Synthetic organic water contaminants in developing communities: an overlooked challenge addressed by adsorption with locally generated char,2014,FALSE,0,,[],3,Joshua P. Kearns,"Department of Civil, Environmental, & Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Dr, ECOT 441, UCB 428, Boulder, CO 80309, USA",USA,joshua.kearns@colorado.edu,,Joshua P. Kearns,"Department of Civil, Environmental, & Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Dr, ECOT 441, UCB 428, Boulder, CO 80309, USA",USA,joshua.kearns@colorado.edu,,FALSE,,,,"['biochar', 'charcoal', 'drinking water', 'herbicide', 'pesticide', 'Thailand']" -169,30050,4,3,https://iwaponline.com/washdev/article/4/3/437/30050/A-strengths-weaknesses-opportunities-and-threats,"Journal of Water, Sanitation & Hygiene for Development","A strengths, weaknesses, opportunities, and threats analysis on integrating safe water supply and sustainable sanitation systems",2014,FALSE,0,,[],5,Sayed Mohammad Nazim Uddin,"Action Contre La Faim (ACF), Mongolia, Diplomatic Compound 95-11, Chingeltei District, 4th Khoroo, Ulaanbaatar, Mongolia",Mongolia,nazimiwfmbuet@gmail.com,,Sayed Mohammad Nazim Uddin,"Action Contre La Faim (ACF), Mongolia, Diplomatic Compound 95-11, Chingeltei District, 4th Khoroo, Ulaanbaatar, Mongolia",Mongolia,nazimiwfmbuet@gmail.com,,FALSE,,,,"['integration', 'safe water supply', 'sustainable sanitation system', 'SWOT', 'urban development', 'WASH']" -170,30051,4,3,https://iwaponline.com/washdev/article/4/3/449/30051/The-potential-for-financing-small-scale-wastewater,"Journal of Water, Sanitation & Hygiene for Development","The potential for financing small-scale wastewater treatment through resource recovery: experience from Bocas del Toro, Panama",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/3/10.2166_washdev.2014.138/4/138.pdf?Expires=1706089385&Signature=TZR6Gh4XKsc5sglR0rem95JhF5Qwn0lXl-yipP5xkhgd6XkOw7aMp6F4IPNg63LGB1O3txcqbI-hsJy2zlz5O5wy6X~KpD4K0G0WBnrqt7GpK9tcdzJKBp6mhCu2Q8VO26erX2zBi9~AK6qbDcqR4BHBq4576S~NE4FOHAYsKw8z26RBlyhG2S9r7RLx1Stt39bM1puBUVRagQ~uuyrp1DDziezJfGuLh~agJ48zHwkR7qPRjE-dRdFTQ-JaEpWMV~rmfGWWYJ39HKv5geLB0XjjFfb~2P05DzdQMsXeL-v3gOJOiLj86HvKWvr9RlwL7bdhRaTyM61knhe7CaRDzg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Sebastien Tilmans,"Department of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",USA,,,Jennifer Davis,"Department of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",USA,jennadavis@stanford.edu,,FALSE,,,,"['anaerobic treatment', 'biogas', 'Panama', 'resource recovery', 'sanitation', 'wastewater treatment']" -171,30052,4,3,https://iwaponline.com/washdev/article/4/3/460/30052/Circuit-Rider-post-construction-support,"Journal of Water, Sanitation & Hygiene for Development",Circuit Rider post-construction support: improvements in domestic water quality and system sustainability in El Salvador,2014,FALSE,0,,[],4,Georgia L. Kayser,"The Department of Environmental Science and Engineering and Public Policy, The Water Institute, Gillings School of Global Public Health CB#7431, University of North Carolina at Chapel Hill, NC 27599-7431, USA",USA,gkayser@unc.edu,,Georgia L. Kayser,"The Department of Environmental Science and Engineering and Public Policy, The Water Institute, Gillings School of Global Public Health CB#7431, University of North Carolina at Chapel Hill, NC 27599-7431, USA",USA,gkayser@unc.edu,,FALSE,,,,"['Circuit Rider', 'El Salvador', 'post-construction support', 'sustainability', 'water quality', 'water supply']" -172,30053,4,3,https://iwaponline.com/washdev/article/4/3/471/30053/Sustainability-check-five-year-annual,"Journal of Water, Sanitation & Hygiene for Development","Sustainability check: five-year annual sustainability audits of the water supply and open defecation free status in the ‘One Million Initiative’, Mozambique",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/3/10.2166_washdev.2014.118/4/118.pdf?Expires=1706089391&Signature=uzA~osRuWxWMCCFrdJN2WL8j8UW06HpL8HPOIwAbTe-jROYLg8sx69L0-EYZMZqG2qE6QrZxFBB06auSquiYoVoZcTPNITXCdDqs8tvlaDboZZALhAfROT6i5pdqX-iid391zMkZknXu1x6d2d14kbRq5SXe2KtJpB5FhjvKZWShPEPhYzaQhrqt6G1ckn1XeCYisNGT6EtsfqcrtN2zR2ztJsTRj1jOqDYlcR38v5QHpBtd5jbWjdRGWLLxDUM62yBSTeVup3xmdXspbtev7he5Q8SDHQSRaDKRdOSCmsm4zaFSRcFdhZRACk2jrlmhOEQdxsgclwphj5a4XHwTsw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,S. Godfrey,"Water and Environmental Sanitation Section, UNICEF Ethiopia, UNICEF House (Opposite ECA/German House), Box 1167, Africa Hall, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,,S. Godfrey,"Water and Environmental Sanitation Section, UNICEF Ethiopia, UNICEF House (Opposite ECA/German House), Box 1167, Africa Hall, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,,FALSE,,,,"['open defecation free', 'rural water', 'sustainability check']" -173,30054,4,3,https://iwaponline.com/washdev/article/4/3/484/30054/Rheological-modelling-of-fresh-human-faeces,"Journal of Water, Sanitation & Hygiene for Development",Rheological modelling of fresh human faeces,2014,FALSE,0,,[],4,S. M. Woolley,"Pollution Research Group, School of Chemical Engineering, University of KwaZulu-Natal, King George V Avenue, Berea, 4041, South Africa",South Africa,206517826@stu.ukzn.ac.za,,S. M. Woolley,"Pollution Research Group, School of Chemical Engineering, University of KwaZulu-Natal, King George V Avenue, Berea, 4041, South Africa",South Africa,206517826@stu.ukzn.ac.za,,FALSE,,,,"['Herschel–Bulkley', 'human stool', 'mechanical properties', 'moisture content', 'Power Law']" -174,30055,4,3,https://iwaponline.com/washdev/article/4/3/490/30055/Willingness-to-pay-for-improved-water-supplies-in,"Journal of Water, Sanitation & Hygiene for Development",Willingness to pay for improved water supplies in rural Ugandan villages,2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/3/10.2166_washdev.2013.011/4/011.pdf?Expires=1706050894&Signature=pCjSJPqH3mylDbmZukNKlkOdMNClrBF14vY0Nh9Dj-L1ZNpBB715U53O3IC11zm4Wi12AO1qrm9Qyzr4zEfX2-HDYUPxJOE9ovh8eObVDTSN1e-B7Iuy7Q5Pf0tFTvjC83yXJZqyf8t0S4KTfb-i83LxFDawIeW1y9BXfZcm3kE2y2iBYJNIr0GNk9m6OGSr~8s8xAsO1KCzKiEsN3V6CB2th6dV1Oppz~2n0-2vXTIVRCv2anCGM2x58SJgp8PWh0eUq2h3Xkn3nVt66vOmeyGraPN9ySM4~pb73cLTyBwdcEzniWzMWdDT-yBonhKpFfcd96WenjyDCVoFW1~ekg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Steven G. Wright,"Department of Civil & Environmental Engineering, Michigan Technological University, Houghton, Michigan 49931, USA",USA,,,Alex S. Mayer,"Department of Civil & Environmental Engineering, Michigan Technological University, Houghton, Michigan 49931, USA",USA,asmayer@mtu.edu,,FALSE,,,,"['contingent valuation', 'rural water supply improvements', 'Uganda', 'willingness to pay']" -175,30056,4,3,https://iwaponline.com/washdev/article/4/3/499/30056/A-study-of-water-and-sanitation-access-trends-in,"Journal of Water, Sanitation & Hygiene for Development",A study of water and sanitation access trends in Peru: where do inequities persist?,2014,FALSE,0,,[],2,Betsy Eagin,"Department of Global Health, Milken Institute School of Public Health at the George Washington University, Washington, DC 20051, USA",USA,,,Jay P. Graham,"Department of Global Health, Milken Institute School of Public Health at the George Washington University, Washington, DC 20051, USA",USA,jgraham@gwu.edu,,FALSE,,,,"['demographic and health survey', 'hygiene', 'Peru', 'inequity', 'sanitation', 'water']" -176,30057,4,3,https://iwaponline.com/washdev/article/4/3/509/30057/The-environmental-burden-of-diarrhea-in-young,"Journal of Water, Sanitation & Hygiene for Development",The environmental burden of diarrhea in young children attributable to inadequate sanitation in Brazil,2014,FALSE,0,,[],5,T. C. M. Sousa,"Health Information Laboratory, ICICT/Fiocruz, Brazilian Ministry of Health, Rio de Janeiro, Brazil",Brazil,taticmsousa@gmail.com,,T. C. M. Sousa,"Health Information Laboratory, ICICT/Fiocruz, Brazilian Ministry of Health, Rio de Janeiro, Brazil",Brazil,taticmsousa@gmail.com,,FALSE,,,,"['Brazil', 'diarrhea', 'environmental burden of disease', 'Millennium Development Goals', 'unsafe sanitation']" -177,30058,4,3,https://iwaponline.com/washdev/article/4/3/521/30058/Social-and-economic-cost-benefit-analysis-of,"Journal of Water, Sanitation & Hygiene for Development","Social and economic cost-benefit analysis of sanitation in Odisha State, India",2014,FALSE,0,,[],3,Aidan A. Cronin,"Water, Sanitation and Hygiene Section, UNICEF India Country Office, 73 Lodi Estate, New Delhi, India",India,acronin@unicef.org,,Aidan A. Cronin,"Water, Sanitation and Hygiene Section, UNICEF India Country Office, 73 Lodi Estate, New Delhi, India",India,acronin@unicef.org,,FALSE,,,,"['BCR', 'cost-benefit analysis', 'India', 'Odisha', 'sanitation']" -178,30059,4,3,https://iwaponline.com/washdev/article/4/3/532/30059/Open-source-mobile-water-quality-testing-platform,"Journal of Water, Sanitation & Hygiene for Development",Open-source mobile water quality testing platform,2014,FALSE,0,,[],3,Bas Wijnen,"Department of Materials Science & Engineering, Michigan Technological University, 601 M&M Building, 1400 Townsend Drive, Houghton, MI 49931-1295, USA",USA,,,Joshua M. Pearce,"Department of Materials Science & Engineering, Michigan Technological University, 601 M&M Building, 1400 Townsend Drive, Houghton, MI 49931-1295, USA",USA,pearce@mtu.edu,,FALSE,,,,"['BOD', 'COD', 'nephelometry', 'open-source hardware', 'turbidity', 'water testing']" -179,30060,4,3,https://iwaponline.com/washdev/article/4/3/538/30060/Monitoring-microbiological-and-physicochemical,"Journal of Water, Sanitation & Hygiene for Development","Monitoring microbiological and physicochemical quality of bottled mineral water sold in Minas Gerais, Brazil",2014,FALSE,0,,[],5,F. C. O. Gomes,"Department of Chemistry, Centro Federal de Educação Tecnológica de Minas Gerais, 5253, Amazonas Avenue, Belo Horizonte, Minas Gerais 30421-169, Brazil",Brazil,,,F. Badotti,"Department of Chemistry, Centro Federal de Educação Tecnológica de Minas Gerais, 5253, Amazonas Avenue, Belo Horizonte, Minas Gerais 30421-169, Brazil",Brazil,fbadotti@cebio.org,,FALSE,,,,"['bottled mineral water', 'chemical composition', 'microbiological quality', 'quality control']" -180,30061,4,4,https://iwaponline.com/washdev/article/4/4/545/30061/Effectiveness-of-public-rural-waterpoints-in,"Journal of Water, Sanitation & Hygiene for Development",Effectiveness of public rural waterpoints in Bangladesh with special reference to arsenic mitigation,2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.038/4/038.pdf?Expires=1706089417&Signature=VPVvdlR9vWGTsIvsSFT6jRGubo3eATjcCUh6a19ahpbdp1so2uyXwyIJLG4mwhUzVifZ-YTkYaoXbSu~vyVwLeUNYLXXsq21Uk461VCyCt~BeoILiAJTOy5-W-Cu57qD4uFuGrfklvJEmwnyaCjvcCDMsZ1RJ3oEXepsBqm~FmVLEGqsCfUzYgfJtxK6G2PfQHdENhaCsQxf4kVvFNMJqW9kXG2G0E0ot0ukqdiMinCSSM2y0qSC2OHB7FeKM7VOTK-zPP0nXj9~O8S1o~dfVIIc~0IwXfBV1ruZEjNmYXX5IZWkYpwIjclmhYBNEDbv9GqjkrG2SEzAFUUATaCLrA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Peter Ravenscroft,"UNICEF, BSL Office Complex, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,ravenscroftp@aol.com,,Peter Ravenscroft,"UNICEF, BSL Office Complex, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,ravenscroftp@aol.com,,FALSE,,,,"['arsenic', 'Bangladesh', 'contamination', 'functionality', 'rural water supply', 'sustainability']" -181,30063,4,4,https://iwaponline.com/washdev/article/4/4/563/30063/Fecal-sludge-management-a-comparative-analysis-of,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge management: a comparative analysis of 12 cities,2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.026/4/026.pdf?Expires=1706089419&Signature=TC9ZYapIKpDVSRzk3qfUnHoX~-AvyjuwT5uRYJMUvFRABlK4g1p-pkOQP~x2MTtRQcyg190UteBSm6UnG7sI~a6va1K-m2hudvsgt2J7XQrRNmSHHwFD1ux81~42KKcAifWLfzOldGF-XAsl1x1O2-gE1yNwpXp1Kk36DSUpcE0jHDguG~m4Mlpa5gS7of0-ZMXSJsodmLq3PNxEEYaZ1h8f9iFszZmO3r3wy0qk-XcHE~uhHWQhTdy2~xazfW2NOa-7OvAEVrTwyPxDLRquIboHmzhS3SINn5UXTu34BlHfFD331UoAh61u6fxvIM6OT5RkoUn4bgpvaPFDDfVuqA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",UK,andy.peal@ntlworld.com,,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",UK,andy.peal@ntlworld.com,,FALSE,,,,"['fecal sludge management', 'institutions', 'low-income countries', 'sanitation', 'service/value chain', 'urban']" -182,30064,4,4,https://iwaponline.com/washdev/article/4/4/576/30064/Undernutrition-s-blind-spot-a-review-of-fecally,"Journal of Water, Sanitation & Hygiene for Development",Undernutrition's blind spot: a review of fecally transmitted infections in India,2014,FALSE,0,,[],2,Robert Chambers,"Institute of Development Studies, University of Sussex, Brighton, BN1 9RE, UK and UNICEF Guinea-Bissau, United Nations Building – PO Box 464, 1034 Bissau-Codex, Guinea-Bissau",Guinea-Bissau,r.chambers@ids.ac.uk,,Robert Chambers,"Institute of Development Studies, University of Sussex, Brighton, BN1 9RE, UK and UNICEF Guinea-Bissau, United Nations Building – PO Box 464, 1034 Bissau-Codex, Guinea-Bissau",Guinea-Bissau,r.chambers@ids.ac.uk,,FALSE,,,,"['fecally transmitted infections', 'India', 'open defecation', 'sanitation', 'stunting', 'undernutrition']" -183,30065,4,4,https://iwaponline.com/washdev/article/4/4/590/30065/Data-and-monitoring-in-the-Indian-rural-water-and,"Journal of Water, Sanitation & Hygiene for Development",Data and monitoring in the Indian rural water and sanitation sector – a review of current status and proposed ways forward,2014,FALSE,0,,[],2,Aidan A. Cronin,"UNICEF India Country Office, UNICEF House, 73 Lodhi Estate, New Delhi 110 003, India",India,acronin@unicef.org,,Aidan A. Cronin,"UNICEF India Country Office, UNICEF House, 73 Lodhi Estate, New Delhi 110 003, India",India,acronin@unicef.org,,FALSE,,,,"['auditing', 'India', 'monitoring', 'open data', 'sanitation', 'water']" -184,30066,4,4,https://iwaponline.com/washdev/article/4/4/604/30066/Evaluation-of-Colilert-18R-as-an-alternative,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of Colilert-18® as an alternative method for monitoring total coliforms and Escherichia coli in some faecally polluted river waters,2014,FALSE,0,,[],2,Amanda S. Brand,"Division of Community Health, Faculty of Medicine and Health Sciences, University of Stellenbosch, South Africa",South Africa,anibrand85@gmail.com,,Amanda S. Brand,"Division of Community Health, Faculty of Medicine and Health Sciences, University of Stellenbosch, South Africa",South Africa,anibrand85@gmail.com,,FALSE,,,,"['faecal pollution monitoring', 'health risk assessment', 'method comparison', 'polluted environmental waters']" -185,30067,4,4,https://iwaponline.com/washdev/article/4/4/612/30067/Spatial-variations-in-access-to-improved,"Journal of Water, Sanitation & Hygiene for Development",Spatial variations in access to improved sanitation and water in Lagos state,2014,FALSE,0,,[],1,Michael Kunnuji,"Department of Sociology, University of Lagos, Nigeria",Nigeria,michaelkunnuji@gmail.com,,Michael Kunnuji,"Department of Sociology, University of Lagos, Nigeria",Nigeria,michaelkunnuji@gmail.com,,FALSE,,,,"['equitable distribution', 'Lagos state', 'metropocentric', 'pipe-borne water', 'waste collection']" -186,30068,4,4,https://iwaponline.com/washdev/article/4/4/620/30068/Removal-of-microbes-to-World-Health-Organization,"Journal of Water, Sanitation & Hygiene for Development","Removal of microbes to World Health Organization requirements using a locally developed, low cost, micro-porous, ceramic water filter",2014,FALSE,0,,[],3,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, 3886, South Africa",South Africa,simonisj@unizulu.ac.za,,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, 3886, South Africa",South Africa,simonisj@unizulu.ac.za,,FALSE,,,,"['ceramic', 'filtration', 'low-cost', 'microbial', 'recommendation', 'WHO']" -187,30069,4,4,https://iwaponline.com/washdev/article/4/4/625/30069/Greywater-treatment-by-vermifiltration-for-sub,"Journal of Water, Sanitation & Hygiene for Development",Greywater treatment by vermifiltration for sub-Saharan urban poor,2014,FALSE,0,,[],5,Amare T. Adugna,"International Institute for Water and Environmental Engineering, 01 BP 594 Ouagadougou 01, Burkina Faso",Burkina Faso,adugna.amare@2ie-edu.org,,Amare T. Adugna,"International Institute for Water and Environmental Engineering, 01 BP 594 Ouagadougou 01, Burkina Faso",Burkina Faso,adugna.amare@2ie-edu.org,,FALSE,,,,"['earthworms', 'Eudrilus eugeniae', 'greywater treatment', 'vermifiltration']" -188,30070,4,4,https://iwaponline.com/washdev/article/4/4/633/30070/Effect-of-hydraulic-loading-frequency-on,"Journal of Water, Sanitation & Hygiene for Development",Effect of hydraulic loading frequency on performance of planted drying beds for the treatment of faecal sludge,2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.024/4/024.pdf?Expires=1706089439&Signature=riP24KhlHHEGk5q772j6AKlVs8G6ue234LCBWdkcrYsLP1HDP5gdOQRba3~PVAw27i-2nnjSwGxQEj89YeRGDjtKPlC6pqWB~sYmokylhKGwe01aVh7vYt~lSloyqLrezWUwNrvfifJvq98IwvvD2Vi4Wyi6ARBLeix5VtLx9-bFSQp4JZW7F4P3JfiqN74VWvGuiaimkJPCmC6-vu9wcUsuO2kSwb192AzLKs34b1Nh9uKfsgJTQK5hMGwmVYEdlHMkKaPL~pCgJEzNH5WIq5jvSi6md6bpyxjYPQSi7DOyPwFFPjFn5iW3HO5SnAOr0G0hCUULA8gZj34lwOak7A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,El hadji Mamadou Sonko,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Sandec: Department of Water and Sanitation in Developing Countries, Ueberlandstrasse 133, 8600 Duebendorf, Switzerland",Switzerland,,,Linda Strande,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Sandec: Department of Water and Sanitation in Developing Countries, Ueberlandstrasse 133, 8600 Duebendorf, Switzerland",Switzerland,linda.strande@eawag.ch,,FALSE,,,,"['biosolids', 'Echinochloa pyramidalis', 'fodder', 'leachate', 'low- and middle-income countries', 'wastewater']" -189,30071,4,4,https://iwaponline.com/washdev/article/4/4/642/30071/If-you-build-it-will-they-come-Factors-influencing,"Journal of Water, Sanitation & Hygiene for Development",If you build it will they come? Factors influencing rural primary pupils' urination and defecation practices at school in western Kenya,2014,FALSE,0,,[],4,Bethany A. Caruso,"Center for Global Safe Water, Hubert Department of Global Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA 30322, USA and Department of Behavioral Sciences and Health Education, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",USA,bcaruso@emory.edu,,Bethany A. Caruso,"Center for Global Safe Water, Hubert Department of Global Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA 30322, USA and Department of Behavioral Sciences and Health Education, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",USA,bcaruso@emory.edu,,FALSE,,,,"['behavior', 'Kenya', 'menstrual hygiene management', 'school sanitation']" -190,30072,4,4,https://iwaponline.com/washdev/article/4/4/654/30072/Passive-evaporation-of-source-separated-urine-from,"Journal of Water, Sanitation & Hygiene for Development",Passive evaporation of source-separated urine from dry toilets: a lab study,2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.058/4/058.pdf?Expires=1706089445&Signature=hMEq78rHfwm65mXH8Y~62pcSxpMD3Y9s6OAS8jQ2Wu3zqTjs4FdToGBHDcNDFSwBSIjh7L7veiRYMqqj3KP7dEJ65CnonWZbjHC5V23p5DPwtYvTlq1e6PwS~zY5xC19RGXUbIm83k5ehBjotgjV-m-R5PTfeh~o0TBUpSD0LSXu~njekkbF-xGQ97SmGuTuyZ41zhEc0~Ow3FZh0ffmghhDXLhkcOdcNG~CcY4iy9xSfjunLZnJRTGKB3tsxxfjLQeIXvAAtZ80dC0umalxZE~Pn2NRnmm7dhXoFYbMDes~aPl3~u9OjMc~j1zkJ98maCH4emKgC8FwDwrWBWvQeQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada, T2N 1N4",T2N 1N4,bethuned@ucalgary.ca,,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada, T2N 1N4",T2N 1N4,bethuned@ucalgary.ca,,FALSE,,,,"['diversion', 'evaporation', 'sanitation', 'source-separation', 'urine']" -191,30073,4,4,https://iwaponline.com/washdev/article/4/4/663/30073/Deployment-of-the-microbial-fuel-cell-latrine-in,"Journal of Water, Sanitation & Hygiene for Development",Deployment of the microbial fuel cell latrine in Ghana for decentralized sanitation,2014,FALSE,0,,[],5,Cynthia J. Castro,"University of Massachusetts Amherst, Department of Civil and Environmental Engineering, 18 Marston Hall, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",USA,,,Caitlyn S. Butler,"University of Massachusetts Amherst, Department of Civil and Environmental Engineering, 16B Marston Hall, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",USA,cbutler@ecs.umass.edu,,FALSE,,,,"['decentralized treatment', 'ecological sanitation', 'latrine', 'microbial fuel cell', 'sustainability']" -192,30074,4,4,https://iwaponline.com/washdev/article/4/4/672/30074/Comparing-health-outcomes-and-point-of-use-water,"Journal of Water, Sanitation & Hygiene for Development","Comparing health outcomes and point-of-use water quality in two rural indigenous communities of Baja California, Mexico before and after receiving new potable water infrastructure",2014,FALSE,0,,[],5,Paula Stigler-Granados,"San Diego State University, Graduate School of Public Health, 5250 Campanile Dr. San Diego, CA 92182",CA 92182,paula.stigler@gmail.com,,Paula Stigler-Granados,"San Diego State University, Graduate School of Public Health, 5250 Campanile Dr. San Diego, CA 92182",CA 92182,paula.stigler@gmail.com,,FALSE,,,,"['health outcomes', 'indigenous community', 'Mexico', 'point-of-use', 'pre- and post-evaluation', 'rural water systems']" -193,30075,4,4,https://iwaponline.com/washdev/article/4/4/681/30075/Sanitation-in-developing-countries-a-systematic,"Journal of Water, Sanitation & Hygiene for Development",Sanitation in developing countries: a systematic review of user preferences and motivations,2014,FALSE,0,,[],2,Zakiya Seymour,"School of Civil and Environmental Engineering, Georgia Institute of Technology, Atlanta, GA 30332, USA",USA,,,Joseph Hughes,"College of Engineering, Drexel University, Philadelphia, PA 19104, USA",USA,jhughes@coe.drexel.edu,,FALSE,,,,"['adoption', 'attitude', 'behavior', 'preferences', 'sanitation']" -194,30076,4,4,https://iwaponline.com/washdev/article/4/4/692/30076/Constraints-and-motivations-to-sanitation-business,"Journal of Water, Sanitation & Hygiene for Development",Constraints and motivations to sanitation business in peri-urban communities in Ghana,2014,FALSE,0,,[],5,Fred Nimoh,"Department of Agricultural Economics, Agribusiness and Extension, KNUST, Kumasi, Ghana",Ghana,frediemoh@yahoo.com,,Fred Nimoh,"Department of Agricultural Economics, Agribusiness and Extension, KNUST, Kumasi, Ghana",Ghana,frediemoh@yahoo.com,,FALSE,,,,"['constraints', 'motivations', 'peri-urban Ghana', 'sanitation business', 'SUSA']" -195,30078,4,4,https://iwaponline.com/washdev/article/4/4/699/30078/Microfinance-partnerships-to-improve-access-to,"Journal of Water, Sanitation & Hygiene for Development",Microfinance partnerships to improve access to durable water filters: results from six pilots in India and Cambodia,2014,FALSE,0,,[],6,Elizabeth M. Blanton,"Safe Water Project, Technology Solutions, PATH, 2201 Westlake Ave, Suite 200, Seattle, WA 98121, USA",USA,eblanton@uw.edu,,Elizabeth M. Blanton,"Safe Water Project, Technology Solutions, PATH, 2201 Westlake Ave, Suite 200, Seattle, WA 98121, USA",USA,eblanton@uw.edu,,FALSE,,,,"['Cambodia', 'household water filters', 'HWTS', 'India', 'microfinance', 'monitoring and evaluation']" -196,30079,4,4,https://iwaponline.com/washdev/article/4/4/709/30079/The-potential-of-a-semi-decentralised-bulk-water,"Journal of Water, Sanitation & Hygiene for Development",The potential of a semi-decentralised bulk water treatment approach for emergency relief,2014,FALSE,0,,[],2,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6 and Environment & Regional Development Graduate Program (PGDRA), Universidade Federal de Rondônia (UNIR), Porto Velho, Rondônia, Brazil",Brazil,caetano.dorea@gci.ulaval.ca,,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6 and Environment & Regional Development Graduate Program (PGDRA), Universidade Federal de Rondônia (UNIR), Porto Velho, Rondônia, Brazil",Brazil,caetano.dorea@gci.ulaval.ca,,FALSE,,,,"['coagulation', 'disinfection', 'emergency', 'water treatment']" -197,30080,4,4,https://iwaponline.com/washdev/article/4/4/714/30080/Effect-of-source-water-quality-on-solar,"Journal of Water, Sanitation & Hygiene for Development",Effect of source water quality on solar disinfection rate under multiple experimental conditions,2014,FALSE,0,,[],2,M. Mansoor Ahammed,"Civil Engineering Department, S V National Institute of Technology, Surat – 395 007, Gujarat, India",India,mansoorahammed@gmail.com,,M. Mansoor Ahammed,"Civil Engineering Department, S V National Institute of Technology, Surat – 395 007, Gujarat, India",India,mansoorahammed@gmail.com,,FALSE,,,,"['household water treatment', 'solar disinfection', 'source water quality', 'total coliforms']" -198,30081,4,4,https://iwaponline.com/washdev/article/4/4/720/30081/Water-consumption-patterns-in-a-rural-setting-in,"Journal of Water, Sanitation & Hygiene for Development","Water consumption patterns in a rural setting in Ngamiland district, Botswana: the case of Boro village",2014,FALSE,0,,[],2,Itumeleng Oageng,"University of Botswana, Maun, Ngamiland District, Botswana",Botswana,,,Gagoitseope Power Mmopelwa,"University of Botswana, Maun, Ngamiland District, Botswana",Botswana,gmmopelwa@mopipi.ub.bw,,FALSE,,,,"['Boro', 'households', 'Okavango Delta', 'per capita', 'rural', 'water consumption']" -199,30082,4,4,https://iwaponline.com/washdev/article/4/4/727/30082/A-study-on-contamination-risks-of-wells-from,"Journal of Water, Sanitation & Hygiene for Development","A study on contamination risks of wells from Kollam district, southern India",2014,FALSE,0,,[],5,S. Usha,"Department of Zoology, SN Women's College, Kollam, India",India,,,P. S. Rakesh,"District Medical Office, Kerala State Health Services, Kollam, India",India,rakeshrenjini@gmail.com,,FALSE,,,,"['hepatitis A', 'risk of contamination scoring', 'sanitary inspection', 'sanitary well', 'waterborne diseases', 'water quality']" -200,30083,4,4,https://iwaponline.com/washdev/article/4/4/733/30083/Letters-to-the-Editor,"Journal of Water, Sanitation & Hygiene for Development",Letters to the Editor,2014,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[] -201,30084,4,4,https://iwaponline.com/washdev/article/4/4/734/30084/Letters-to-the-Editor,"Journal of Water, Sanitation & Hygiene for Development",Letters to the Editor,2014,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[] -202,30378,5,1,https://iwaponline.com/washdev/article/5/1/1/30378/A-multidimensional-measurement-of-the-health,"Journal of Water, Sanitation & Hygiene for Development",A multidimensional measurement of the health impact of community-based water treatment systems in Uganda,2015,FALSE,0,,[],6,Jeffery L. Deal,"Water Missions International, 2049 Savannah Highway, Charleston, SC 29407, USA",USA,jldeal@comcast.net,,Jeffery L. Deal,"Water Missions International, 2049 Savannah Highway, Charleston, SC 29407, USA",USA,jldeal@comcast.net,,FALSE,,,,"['diarrhea', 'health', 'hygiene', 'methodology', 'water', 'waterborne pathogens']" -203,30379,5,1,https://iwaponline.com/washdev/article/5/1/9/30379/Choosing-bottled-over-tapped-drinking-water-in-the,"Journal of Water, Sanitation & Hygiene for Development",Choosing bottled over tapped: drinking water in the Dominican Republic,2015,FALSE,0,,[],1,John D. McLennan,"Cumming School of Medicine, University of Calgary, TRW Building, 3rd Floor, 3280 Hospital Drive N.W., Calgary, AB, Canada T2N 4Z6",Canada T2N 4Z6,jmclenna@ucalgary.ca,,John D. McLennan,"Cumming School of Medicine, University of Calgary, TRW Building, 3rd Floor, 3280 Hospital Drive N.W., Calgary, AB, Canada T2N 4Z6",Canada T2N 4Z6,jmclenna@ucalgary.ca,,FALSE,,,,"['bottled water', 'domestic water consumption', 'Dominican Republic', 'drinking water']" -204,30381,5,1,https://iwaponline.com/washdev/article/5/1/17/30381/Evaluation-of-the-quality-of-service-of-the-water,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of the quality of service of the water supply delivery in Lebanon,2015,FALSE,0,,[],1,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,,FALSE,,,,"['fuzzy sets', 'monitoring and reporting', 'quality of service', 'water supply']" -205,30382,5,1,https://iwaponline.com/washdev/article/5/1/28/30382/Development-of-improved-low-cost-ceramic-water,"Journal of Water, Sanitation & Hygiene for Development",Development of improved low-cost ceramic water filters for viral removal in the Haitian context,2015,FALSE,0,,[],8,L. Guerrero-Latorre,"Laboratory of Virus Contaminants of Water and Food, Department of Microbiology, Faculty of Biology, University of Barcelona, Barcelona 08028, Spain",Spain,,,R. Girones,"Laboratory of Virus Contaminants of Water and Food, Department of Microbiology, Faculty of Biology, University of Barcelona, Barcelona 08028, Spain",Spain,rgirones@ub.edu,,FALSE,,,,"['ceramic fired in reductive atmosphere', 'ceramic water filters', 'household water treatment and safe storage', 'viral removal efficiencies', 'waterborne viruses']" -206,30384,5,1,https://iwaponline.com/washdev/article/5/1/39/30384/Microbial-quality-of-domestic-water-following-the,"Journal of Water, Sanitation & Hygiene for Development",Microbial quality of domestic water: following the contamination chain in a rural township in Kenya,2015,FALSE,0,,[],5,Pauline W. Macharia,"Department of Biological Sciences, Egerton University, Njoro Campus, P.O. Box 536-20115 Egerton, Kenya",Kenya,macharia.pauline@yahoo.com,,Pauline W. Macharia,"Department of Biological Sciences, Egerton University, Njoro Campus, P.O. Box 536-20115 Egerton, Kenya",Kenya,macharia.pauline@yahoo.com,,FALSE,,,,"['contamination chain', 'domestic water', 'household income', 'microbial quality', 'point-of-consumption']" -207,30386,5,1,https://iwaponline.com/washdev/article/5/1/50/30386/First-stage-of-the-French-vertical-flow,"Journal of Water, Sanitation & Hygiene for Development",First stage of the French vertical flow constructed wetland system: experiments with the reduction of surface area and number of units,2015,FALSE,0,,[],6,E. S. Manjate,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Brazil",Brazil,eliasmanjate@yahoo.com.br,,E. S. Manjate,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Brazil",Brazil,eliasmanjate@yahoo.com.br,,FALSE,,,,"['domestic sewage', 'feeding operation', 'vertical-flow constructed wetlands']" -208,30387,5,1,https://iwaponline.com/washdev/article/5/1/56/30387/Effective-pathogen-removal-by-low-temperature,"Journal of Water, Sanitation & Hygiene for Development",Effective pathogen removal by low temperature thermal pre-treatment and anaerobic digestion for Class A biosolids production from sewage sludge,2015,FALSE,0,,[],3,Daniel De los Cobos-Vasconcelos,"Instituto de Ingeniería, Universidad Nacional Autónoma de México, Circuito Escolar, Ciudad Universitaria, Coyoacán, 04510 Mexico, DF, Mexico",Mexico,ddeloscobosv@ii.unam.mx,,Daniel De los Cobos-Vasconcelos,"Instituto de Ingeniería, Universidad Nacional Autónoma de México, Circuito Escolar, Ciudad Universitaria, Coyoacán, 04510 Mexico, DF, Mexico",Mexico,ddeloscobosv@ii.unam.mx,,FALSE,,,,"['Class A biosolids', 'low thermal pre-treatment', 'pathogen reactivation', 'sewage sludge']" -209,30388,5,1,https://iwaponline.com/washdev/article/5/1/64/30388/Blue-Diversion-a-new-approach-to-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Blue Diversion: a new approach to sanitation in informal settlements,2015,FALSE,0,,[],9,Tove A. Larsen,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,tove.larsen@eawag.ch,,Tove A. Larsen,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,tove.larsen@eawag.ch,,FALSE,,,,"['innovation', 'resource recovery', 'source separation', 'toilet design', 'urban', 'wastewater treatment']" -210,30389,5,1,https://iwaponline.com/washdev/article/5/1/72/30389/Faecal-sludge-drying-beds-increasing-drying-rates,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge drying beds: increasing drying rates for fuel resource recovery in Sub-Saharan Africa,2015,FALSE,0,,[],6,Alsane Seck,"Institute of Environmental Sciences (ISE), Faculty of Sciences and Technics, Cheikh Anta Diop University of Dakar, Dakar-Fann B.P. 5005, Senegal",Senegal,,,Moritz Gold,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Sandec: Department of Water and Sanitation in Developing Countries, Ueberlandstrasse 133, Duebendorf 8600, Switzerland",Switzerland,moritz.gold@eawag.ch,,FALSE,,,,"['developing countries', 'faecal sludge management', 'sanitation', 'solar drying', 'waste to energy']" -211,30392,5,1,https://iwaponline.com/washdev/article/5/1/81/30392/Characterization-of-a-bioflocculant-produced-from,"Journal of Water, Sanitation & Hygiene for Development",Characterization of a bioflocculant produced from the consortium of three marine bacteria of the genera Cobetia and Bacillus and its application for wastewater treatment,2015,FALSE,0,,[],5,A. M. Ugbenyen,"Department of Hydrology, University of Zululand, KwaDlangezwa, KZN, South Africa",South Africa,ugbenyenanthony@gmail.com,,A. M. Ugbenyen,"Department of Hydrology, University of Zululand, KwaDlangezwa, KZN, South Africa",South Africa,ugbenyenanthony@gmail.com,,FALSE,,,,"['bioflocculant', 'biotechnology', 'COD reduction', 'turbidity', 'wastewater']" -212,30393,5,1,https://iwaponline.com/washdev/article/5/1/89/30393/Access-to-improved-sanitation-facilities-in-low,"Journal of Water, Sanitation & Hygiene for Development",Access to improved sanitation facilities in low-income informal settlements of East African cities,2015,FALSE,0,,[],8,K. Okurut,"Centre for Environmental Strategy (CES), University of Surrey, Guildford, UK",UK,k.okurut@surrey.ac.uk,,K. Okurut,"Centre for Environmental Strategy (CES), University of Surrey, Guildford, UK",UK,k.okurut@surrey.ac.uk,,FALSE,,,,"['access', 'barriers', 'East Africa', 'improved sanitation', 'informal settlements', 'mixed methods']" -213,30395,5,1,https://iwaponline.com/washdev/article/5/1/100/30395/Modelling-the-fill-rate-of-pit-latrines-in-Ifakara,"Journal of Water, Sanitation & Hygiene for Development","Modelling the fill rate of pit latrines in Ifakara, Tanzania",2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/1/10.2166_washdev.2014.082/4/082.pdf?Expires=1706089521&Signature=w5MQgRd5dUzhN8Q5kMd7o2wvehdtUHEbxsjc8V04jNHC4QSqAO04mucMKotk2~T~r~Tgb8964Ft2uIkU9wTrpKFJCDnX7YV3kTLIbZ05UqVQmNy5ioywJI7Q-eBmWKuTPntqY9Iochj9jO4fG7HUErezPML03Db3sOVdz-Auv5Z7AJUyeXHb5wQtlYozWZ7FStczOR9IsOllRSjX6pS22Nh71VogqaNURe04IKVNw7SQ2J1Ljj-RhjtxCZx1qb0Hj~kCYYteESTX803P4rBSRYvU4mLVM0Og781bawdHzNBiuJRADfgFPNxuq1eji9rJg0pIO1n5kTmbm82Dr~3K~A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Lindsay C. Todman,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",UK,lindsay.todman@rothamsted.ac.uk,,Lindsay C. Todman,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",UK,lindsay.todman@rothamsted.ac.uk,,FALSE,,,,"['biodegradation', 'fill rate', 'pit latrine']" -214,30396,5,1,https://iwaponline.com/washdev/article/5/1/107/30396/Hand-washing-practices-of-the-residents-of-Silesia,"Journal of Water, Sanitation & Hygiene for Development",Hand washing practices of the residents of Silesia (Poland) based on observations in public toilets,2015,FALSE,0,,[],3,Jolanta Malinowska-Borowska,"Department of Toxicology and Health Protection, Chair of Toxicology and Addiction, School of Public Health, Medical University of Silesia, 18 Medyków Str., Katowice 40-752, Poland",Poland,jmalinowska@sum.edu.pl,,Jolanta Malinowska-Borowska,"Department of Toxicology and Health Protection, Chair of Toxicology and Addiction, School of Public Health, Medical University of Silesia, 18 Medyków Str., Katowice 40-752, Poland",Poland,jmalinowska@sum.edu.pl,,FALSE,,,,"['disinfection', 'hand observation', 'hand washing', 'Poland', 'public toilets']" -215,30398,5,1,https://iwaponline.com/washdev/article/5/1/115/30398/Psychosocial-stress-associated-with-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Psychosocial stress associated with sanitation practices: experiences of women in a rural community in India,2015,FALSE,0,,[],7,Siddhivinayak Hirve,"KEM Hospital Research Center, Pune, India",India,sidbela@vsnl.com,,Siddhivinayak Hirve,"KEM Hospital Research Center, Pune, India",India,sidbela@vsnl.com,,FALSE,,,,"['hygiene', 'India', 'psychosocial stress', 'sanitation', 'toilets', 'WASH']" -216,30400,5,1,https://iwaponline.com/washdev/article/5/1/127/30400/Drinking-water-infrastructure-in-the-Ashanti,"Journal of Water, Sanitation & Hygiene for Development",Drinking water infrastructure in the Ashanti Region of Ghana: developing a model for sustainable interventions by non-governmental organizations,2015,FALSE,0,,[],9,D. Alexander,"Department of Medicine, Center for Global Health, University of Chicago, Chicago, USA",USA,,,C. O. Olopade,"Section of Pulmonary and Critical Care, Department of Medicine, Center for Global Health, University of Chicago, 5841 S. Maryland Avenue, MC 6076, Chicago, IL 60637, USA",USA,solopade@bsd.uchicago.edu,,FALSE,,,,"['Ashanti Region', 'borehole', 'drinking water', 'Ghana', 'non-profit organization', 'well']" -217,30402,5,1,https://iwaponline.com/washdev/article/5/1/136/30402/A-critical-evaluation-of-Rwanda-s-potential-to,"Journal of Water, Sanitation & Hygiene for Development",A critical evaluation of Rwanda's potential to achieve the millennium development goals for clean water and sanitation,2015,FALSE,0,,[],4,Pamela Abbott,"University of Aberdeen, Aberdeen, UK",UK,,,Roger Sapsford,"Formerly National University of Rwanda, Butare, Rwanda",Rwanda,rjsapsford@gmail.com,,FALSE,,,,"['informal settlements', 'Millennium Development Goals', 'Rwanda', 'safe water', 'sanitation chains']" -218,30404,5,1,https://iwaponline.com/washdev/article/5/1/143/30404/Domestic-private-fecal-sludge-emptying-services-in,"Journal of Water, Sanitation & Hygiene for Development",Domestic private fecal sludge emptying services in Cambodia: between market efficiency and regulation needs for sustainable management,2015,FALSE,0,,[],2,Clément Frenoux,"LEREPS/GRET, Université de Toulouse 1 Capitole, Manufacture des tabacs, 21 allée de Brienne, 31 042, Toulouse, France",France,frenoux@gret.org,,Clément Frenoux,"LEREPS/GRET, Université de Toulouse 1 Capitole, Manufacture des tabacs, 21 allée de Brienne, 31 042, Toulouse, France",France,frenoux@gret.org,,FALSE,,,,"['externalities', 'fecal sludge management', 'market-oriented approach', 'regulation', 'urban sanitation']" -219,30407,5,1,https://iwaponline.com/washdev/article/5/1/156/30407/eSOSR-emergency-Sanitation-Operation-System,"Journal of Water, Sanitation & Hygiene for Development",eSOS® – emergency Sanitation Operation System,2015,FALSE,0,,[],8,D. Brdjanovic,"Environmental Engineering and Water Technology Department, UNESCO-IHE, P.O. Box 3015, 2601 DA Delft, The Netherlands",The Netherlands,d.brdjanovic@unesco-ihe.org,,D. Brdjanovic,"Environmental Engineering and Water Technology Department, UNESCO-IHE, P.O. Box 3015, 2601 DA Delft, The Netherlands",The Netherlands,d.brdjanovic@unesco-ihe.org,,FALSE,,,,"['emergency', 'feces', 'sanitation', 'technology', 'toilet', 'urine']" -220,30409,5,1,https://iwaponline.com/washdev/article/5/1/165/30409/Co-composting-of-fecal-matter-in-Mongolia-using,"Journal of Water, Sanitation & Hygiene for Development",Co-composting of fecal matter in Mongolia using two different technologies,2015,FALSE,0,,[],5,Ibrahim Babatunde Mahmood,"School of Civil and Environmental Engineering, University of Science and Technology Beijing, Beijing 100083, PR China",PR China,ibrahim_827@yahoo.com,,Ibrahim Babatunde Mahmood,"School of Civil and Environmental Engineering, University of Science and Technology Beijing, Beijing 100083, PR China",PR China,ibrahim_827@yahoo.com,,FALSE,,,,"['co-composting', 'composting facility', 'eco-toilets', 'fecal matter', 'greenhouse', 'sanitation']" -221,30085,5,2,https://iwaponline.com/washdev/article/5/2/173/30085/The-Native-American-voice-in-United-States-water,"Journal of Water, Sanitation & Hygiene for Development",The Native American voice in United States water rights,2015,FALSE,0,,[],2,Karen R. Marsh,"228 Harbor Fog Trail, Holly Springs, NC, 27540, USA",USA,,,Michael D. Smith,"Water, Engineering and Development Centre, Loughborough University, The John Pickford Building, Loughborough, Leicestershire LE11 3TU, UK",UK,M.D.Smith@lboro.ac.uk,,FALSE,,,,"['Native Americans', 'sacred beliefs', 'USA', 'water rights']" -222,30087,5,2,https://iwaponline.com/washdev/article/5/2/183/30087/Putting-WASH-in-the-water-cycle-climate-change,"Journal of Water, Sanitation & Hygiene for Development","Putting WASH in the water cycle: climate change, water resources and the future of water, sanitation and hygiene challenges in Pacific Island Countries",2015,FALSE,0,,[],7,Wade L. Hadwen,"Australian Rivers Institute, Griffith School of Environment, Griffith University, Nathan, Queensland 4111, Australia",Australia,w.hadwen@griffith.edu.au,,Wade L. Hadwen,"Australian Rivers Institute, Griffith School of Environment, Griffith University, Nathan, Queensland 4111, Australia",Australia,w.hadwen@griffith.edu.au,,FALSE,,,,"['adaptation', 'adaptive capacity', 'integrated water resource management', 'sustainable development', 'vulnerability']" -223,30090,5,2,https://iwaponline.com/washdev/article/5/2/192/30090/Water-and-sanitation-hygiene-knowledge-attitudes,"Journal of Water, Sanitation & Hygiene for Development","Water and sanitation hygiene knowledge, attitudes and practices among school settings in rural Chennai",2015,FALSE,0,,[],7,S. Vishnupriya,"Saveetha Medical College, Saveetha University, Saveetha Nagar, Thandalam, Chennai 602105, India",India,,,Ashish Joshi,"Center for Global Health and Development, College of Public Health, University of Nebraska Medical Center, 42nd and Emile, Omaha, Nebraska 68198, USA",USA,ashish.joshi@unmc.edu,,FALSE,,,,"['India', 'knowledge and perceptions', 'rural', 'school', 'water and sanitation hygiene', 'WASH practices']" -224,30091,5,2,https://iwaponline.com/washdev/article/5/2/201/30091/A-study-of-the-consumption-pattern-in-a-continuous,"Journal of Water, Sanitation & Hygiene for Development","A study of the consumption pattern in a continuous water service demonstration zone and bulk water demand forecasting for Hubli-Dharwad, India",2015,FALSE,0,,[],3,K. P. Jayaramu,"Research Scholar (External), Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Mysore, Karnataka 570006, India and Executive Engineer, Karnataka Urban Water Supply & Drainage Board, JnNURM City Division, Mysore, Karnataka 570020, India",India,jayaram.savewater@gmail.com,,K. P. Jayaramu,"Research Scholar (External), Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Mysore, Karnataka 570006, India and Executive Engineer, Karnataka Urban Water Supply & Drainage Board, JnNURM City Division, Mysore, Karnataka 570020, India",India,jayaram.savewater@gmail.com,,FALSE,,,,"['continuous water service', 'intermittent water service', 'water demand forecast']" -225,30093,5,2,https://iwaponline.com/washdev/article/5/2/213/30093/Biosand-water-filters-for-floating-villages-in,"Journal of Water, Sanitation & Hygiene for Development",Biosand water filters for floating villages in Cambodia: safe water does not prevent recontamination,2015,FALSE,0,,[],4,K. D. Curry,"Bridgewater State University, 131 Summer Street, Bridgewater, MA 02325, USA",USA,kcurry@bridgew.edu,,K. D. Curry,"Bridgewater State University, 131 Summer Street, Bridgewater, MA 02325, USA",USA,kcurry@bridgew.edu,,FALSE,,,,"['biosand filters', 'Cambodia', 'floating villages', 'recontamination', 'Tonle Sap', 'WASH']" -226,30094,5,2,https://iwaponline.com/washdev/article/5/2/220/30094/Fouling-in-hollow-fiber-membrane-microfilters-used,"Journal of Water, Sanitation & Hygiene for Development",Fouling in hollow fiber membrane microfilters used for household water treatment,2015,FALSE,0,,[],8,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",USA,anna.murray@tufts.edu,,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",USA,anna.murray@tufts.edu,,FALSE,,,,"['drinking water', 'filter fouling', 'hollow fiber membrane', 'household water treatment', 'microfiltration', 'point-of-use']" -227,30095,5,2,https://iwaponline.com/washdev/article/5/2/229/30095/A-review-of-Fouling-in-hollow-fiber-membrane,"Journal of Water, Sanitation & Hygiene for Development","A review of: Fouling in hollow fiber membrane microfilters used for household water treatment (2015) Murray, A., Goeb, M., Stewart, B., Hopper, C., Peck, J., Meub, C., Asatekin, A. & Lantagne, D. J. WASHDEV 5 (2), 220–228 doi:10.2166/washdev.2015.206",2015,FALSE,0,,[],3,Erik D. Lindquist,"School of Science, Engineering and Health, Messiah College, One College Avenue, Mechanicsburg, PA 17055, USA",USA,quist@messiah.edu,,Erik D. Lindquist,"School of Science, Engineering and Health, Messiah College, One College Avenue, Mechanicsburg, PA 17055, USA",USA,quist@messiah.edu,,FALSE,,,,[] -228,30096,5,2,https://iwaponline.com/washdev/article/5/2/232/30096/Response-to-Lindquist-E-D-Norman-W-R-amp-Soerens-T,"Journal of Water, Sanitation & Hygiene for Development","Response to: Lindquist, E. D., Norman, W. R., & Soerens, T. (2015) A review of: Fouling in hollow fiber membrane microfilters used for household water treatment (2015) Murray, A., Goeb, M., Stewart, B., Hopper, C., Peck, J., Meub, C., Asatekin, A. & Lantagne, D. J. WASHDEV 5 (2), 220–228 doi:10.2166/washdev.2015.206",2015,FALSE,0,,[],8,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",USA,anna.murray@tufts.edu,,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",USA,anna.murray@tufts.edu,,FALSE,,,,[] -229,30098,5,2,https://iwaponline.com/washdev/article/5/2/235/30098/Removal-of-an-azo-dye-Orange-G-from-aqueous,"Journal of Water, Sanitation & Hygiene for Development",Removal of an azo dye (Orange G) from aqueous solution using modified sawdust,2015,FALSE,0,,[],3,Sushmita Banerjee,"Department of Chemistry, University of Allahabad, Allahabad 211 002, India",India,sushmita.bnerjee@gmail.com,,Sushmita Banerjee,"Department of Chemistry, University of Allahabad, Allahabad 211 002, India",India,sushmita.bnerjee@gmail.com,,FALSE,,,,"['adsorption', 'azo dye', 'isotherm study', 'mass transfer study', 'sawdust']" -230,30099,5,2,https://iwaponline.com/washdev/article/5/2/244/30099/Assessing-public-perception-of-odours-in-a,"Journal of Water, Sanitation & Hygiene for Development","Assessing public perception of odours in a community: case of Ayigya Zongo, an urban poor community in Ghana",2015,FALSE,0,,[],3,Kobina Afful,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,affulkobina@yahoo.com,,Kobina Afful,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,affulkobina@yahoo.com,,FALSE,,,,"['community survey', 'odour', 'odour annoyance']" -231,30100,5,2,https://iwaponline.com/washdev/article/5/2/252/30100/Faecal-pollution-and-solar-purification-of,"Journal of Water, Sanitation & Hygiene for Development","Faecal pollution and solar purification of community water sources within Lake Naivasha basin, Kenya",2015,FALSE,0,,[],6,Donde O. Omondi,"Department of Environmental Science, Egerton University, P.O. Box 536-20115, Egerton, Kenya",Kenya,oscinho@yahoo.co.uk,,Donde O. Omondi,"Department of Environmental Science, Egerton University, P.O. Box 536-20115, Egerton, Kenya",Kenya,oscinho@yahoo.co.uk,,FALSE,,,,"['coliforms', 'disinfection', 'microbial', 'pasteurization', 'pollution']" -232,30103,5,2,https://iwaponline.com/washdev/article/5/2/261/30103/Sustainability-of-a-sanitation-program-in-flooded,"Journal of Water, Sanitation & Hygiene for Development",Sustainability of a sanitation program in flooded areas of the Brazilian Amazon,2015,FALSE,0,,[],5,Maria Cecilia Rosinski Lima Gomes,"Mamiraua Institute for Sustainable Development, Estrada do Bexiga, No 2584, P.O. Box 31, CEP 69550-000, Tefé, Amazonas, Brazil",Brazil,engceciliagomes@gmail.com,,Maria Cecilia Rosinski Lima Gomes,"Mamiraua Institute for Sustainable Development, Estrada do Bexiga, No 2584, P.O. Box 31, CEP 69550-000, Tefé, Amazonas, Brazil",Brazil,engceciliagomes@gmail.com,,FALSE,,,,"['Amazon', 'Brazil', 'double-vault toilet', 'flooded area', 'riverine populations', 'sanitation']" -233,30107,5,2,https://iwaponline.com/washdev/article/5/2/271/30107/The-impact-of-a-school-based-hygiene-education,"Journal of Water, Sanitation & Hygiene for Development",The impact of a school-based hygiene education intervention on student knowledge in Kenya,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/2/10.2166_washdev.2015.134/4/134.pdf?Expires=1706089588&Signature=tBiLr3Yw3kfcMbdxXRAArOI9p31-~m07IXOgfFFsMNs~0YqWB3QFmzEO2UGoACCNtS-BXWj0XcTHLT3a2NTitKz13c0--Bk4og7tiNkY2Kf~BEtW-q6uoBZjxq40eEEkS2uWOkAF5hoBJCwvDwcFZKUODU~nmzuTfGBZRQvqLe3hC3fH08SGln4Mhx72IvmtFKpKa40lvuClFuHZ09J59grbfevgBxij9KMlzEC22RTNkiwX~e7cdV9l7GotnZslDF4AcAaFm3CrZGizIDdH019VYpYSVCJ1UUlpKBAlHEITuE03DypWck8DkeyYK0xV7~eenZWJ1E9QgcsZAeqUlQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Daniel M. Nzengya,"Biodesign Institute, Center for Sustainable Health, Arizona State University, Tempe, Arizona 85287-6701, USA",USA,dnzengya@yahoo.com,,Daniel M. Nzengya,"Biodesign Institute, Center for Sustainable Health, Arizona State University, Tempe, Arizona 85287-6701, USA",USA,dnzengya@yahoo.com,,FALSE,,,,"['drinking-water quality', 'hand washing', 'hygiene education', 'Kenya', 'schoolchildren', 'water-borne diarrhea']" -234,30108,5,2,https://iwaponline.com/washdev/article/5/2/279/30108/Assessing-factors-that-lead-to-use-of-appropriate,"Journal of Water, Sanitation & Hygiene for Development","Assessing factors that lead to use of appropriate technology handwashing stations in Mali, West Africa",2015,FALSE,0,,[],3,Colleen C. Naughton,"Civil & Environmental Engineering, University of South Florida, 4202 E. Fowler Avenue, ENB 118, Tampa, FL 33620-5350",FL 33620-5350,cnaughto@mail.usf.edu,,Colleen C. Naughton,"Civil & Environmental Engineering, University of South Florida, 4202 E. Fowler Avenue, ENB 118, Tampa, FL 33620-5350",FL 33620-5350,cnaughto@mail.usf.edu,,FALSE,,,,"['gender', 'health', 'hygiene', 'Millennium Development Goals', 'sub-Saharan Africa', 'sustainable development']" -235,30109,5,2,https://iwaponline.com/washdev/article/5/2/289/30109/Exploring-the-utility-of-diffusion-theory-to,"Journal of Water, Sanitation & Hygiene for Development",Exploring the utility of diffusion theory to evaluate social marketing approaches to improve urban sanitation in Malawi,2015,FALSE,0,,[],4,B. Cole,"School of Engineering and Information Technology, Murdoch University, Murdoch, Western Australia, Australia",Australia,ben_cole_h2o@mac.com,,B. Cole,"School of Engineering and Information Technology, Murdoch University, Murdoch, Western Australia, Australia",Australia,ben_cole_h2o@mac.com,,FALSE,,,,"['diffusion', 'ecological sanitation', 'innovator', 'social marketing']" -236,30111,5,2,https://iwaponline.com/washdev/article/5/2/301/30111/A-validity-assessment-of-consumer-satisfaction-to,"Journal of Water, Sanitation & Hygiene for Development",A validity assessment of consumer satisfaction to measure performance of water services in Guatemala,2015,FALSE,0,,[],1,William F. Vásquez,"Associate Professor of Economics, Fairfield University, 1073 North Benson Rd, Fairfield, CT 06824, USA",USA,wvasquez@fairfield.edu,,William F. Vásquez,"Associate Professor of Economics, Fairfield University, 1073 North Benson Rd, Fairfield, CT 06824, USA",USA,wvasquez@fairfield.edu,,FALSE,,,,"['consumer satisfaction', 'Guatemala', 'service performance', 'validity assessment', 'water services']" -237,30114,5,2,https://iwaponline.com/washdev/article/5/2/310/30114/Reporting-progress-on-the-human-right-to-water-and,"Journal of Water, Sanitation & Hygiene for Development",Reporting progress on the human right to water and sanitation through JMP and GLAAS,2015,FALSE,0,,[],3,Óscar Flores Baquero,"Research Group on Engineering Sciences and Global Development, Universitat Politècnica de Catalunya, Barcelona (UPC), Spain",Spain,oscar.flores.baquero@upc.edu,,Óscar Flores Baquero,"Research Group on Engineering Sciences and Global Development, Universitat Politècnica de Catalunya, Barcelona (UPC), Spain",Spain,oscar.flores.baquero@upc.edu,,FALSE,,,,"['GLAAS', 'global monitoring', 'human rights', 'JMP', 'post-2015', 'WASH']" -238,30116,5,2,https://iwaponline.com/washdev/article/5/2/322/30116/Identification-of-urine-scale-problems-in-urinals,"Journal of Water, Sanitation & Hygiene for Development",Identification of urine scale problems in urinals and the solution using rainwater,2015,FALSE,0,,[],3,Shervin Hashemi,"Waterfirst Lab, Dept. of Civil and Environmental Engineering, Seoul National University, Seoul, Korea",Korea,,,Mooyoung Han,"Waterfirst Lab, Dept. of Civil and Environmental Engineering, Seoul National University, Seoul, Korea",Korea,myhan@snu.ac.kr,,FALSE,,,,"['hygiene and sanitation', 'rainwater', 'TDS of flushing water', 'urinal', 'urine scale']" -239,30119,5,2,https://iwaponline.com/washdev/article/5/2/330/30119/Dry-sanitation-concepts-with-inspiration-from,"Journal of Water, Sanitation & Hygiene for Development",Dry sanitation concepts with inspiration from nature,2015,FALSE,0,,[],2,Torben Lenau,"Department of Mechanical Engineering, Technical University of Denmark, Building 426B, DK2800 Lyngby, Denmark",Denmark,lenau@dtu.dk,,Torben Lenau,"Department of Mechanical Engineering, Technical University of Denmark, Building 426B, DK2800 Lyngby, Denmark",Denmark,lenau@dtu.dk,,FALSE,,,,"['biomimetic design', 'cleaning', 'dry toilets', 'flies', 'smell']" -240,30120,5,2,https://iwaponline.com/washdev/article/5/2/336/30120/Use-of-permeable-reactive-barrier-to-mitigate,"Journal of Water, Sanitation & Hygiene for Development",Use of permeable reactive barrier to mitigate groundwater nitrate contamination from on-site sanitation,2015,FALSE,0,,[],2,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore 560012, India",India,msrao@civil.iisc.ernet.in,,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore 560012, India",India,msrao@civil.iisc.ernet.in,,FALSE,,,,"['contamination', 'groundwater', 'nitrate', 'on-site sanitation', 'permeable reactive barrier']" -241,30380,5,3,https://iwaponline.com/washdev/article/5/3/341/30380/Monitoring-sanitation-performance-unpacking-the,"Journal of Water, Sanitation & Hygiene for Development",Monitoring sanitation performance: unpacking the figures on sanitation coverage,2015,FALSE,0,,[],3,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,,,Shepherd N. Misi,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,mismuchie@gmail.com,,FALSE,,,,"['coverage', 'improved', 'JMP', 'monitoring', 'sanitation', 'sustainability']" -242,30383,5,3,https://iwaponline.com/washdev/article/5/3/351/30383/E-coli-from-dishcloths-as-an-indicator-of-hygienic,"Journal of Water, Sanitation & Hygiene for Development",E. coli from dishcloths as an indicator of hygienic status in households,2015,FALSE,0,,[],6,V. Keshav,"Water and Health Research Centre, Faculty of Health Sciences, University of Johannesburg, P.O. Box 17011, 2028 Auckland Park, South Africa",South Africa,,,T. G. Barnard,"Water and Health Research Centre, Faculty of Health Sciences, University of Johannesburg, P.O. Box 17011, 2028 Auckland Park, South Africa",South Africa,tgbarnard@uj.ac.za,,FALSE,,,,"['contaminated dishcloths', 'fecal contamination', 'home-based hygiene']" -243,30385,5,3,https://iwaponline.com/washdev/article/5/3/359/30385/Meeting-multiple-water-quality-objectives-through,"Journal of Water, Sanitation & Hygiene for Development",Meeting multiple water quality objectives through treatment using locally generated char: improving organoleptic properties and removing synthetic organic contaminants and disinfection by-products,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.172/4/172.pdf?Expires=1706026609&Signature=lfvBhkTBrgfxpz425yKEb7OeuGCwrEr6ij~CmZKGwkPK8o0h-nxh0~eN0fxYLleEAluQoUiUbSrhK0kOjtypm6gedAJBk2nNH-lH26CgbsV66hfhgjZcJYcz~JFp2CuTsA1SDRY-4eO7xAxVGtIMMKa5NiDeBDqSZ~xcHSBW6PqK7kJGmAGBOThCNAgVoDYGdMGc-AjsVUBsnVk9LubsV8-r4d0ljMmSEGC3bGWICqpbOSldzJxheWv5b6A0mkqzvwnm6-YQ1aTGHEfnNCxID6LTBTkhTY3HXxpxGVRT2~pTr5CzuM~ImK9717vgl0vq0hkQJTvttMQmuySeKSjwBQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Joshua P. Kearns,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Drive, ECOT 441, UCB 428, Boulder, CO 80309, USA",USA,joshua.kearns@colorado.edu,,Joshua P. Kearns,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Drive, ECOT 441, UCB 428, Boulder, CO 80309, USA",USA,joshua.kearns@colorado.edu,,FALSE,,,,"['adsorption', 'biochar', 'charcoal', 'chemical water contaminants', 'point-of-use water treatment']" -244,30390,5,3,https://iwaponline.com/washdev/article/5/3/373/30390/Effect-of-hydraulic-loading-on-the-performance-of,"Journal of Water, Sanitation & Hygiene for Development",Effect of hydraulic loading on the performance of unplanted drying beds treating low-concentrated faecal sludge,2015,FALSE,0,,[],6,El hadji Mamadou Sonko,"Department of Water and Sanitation in Developing Countries (Sandec), Swiss Federal Institute of Aquatic Science and Technology (Eawag), Ueberlandstrasse 133, 8600 Duebendorf, Switzerland",Switzerland,,,Cheikh Diop,"Institut des Sciences de l'Environnement, Faculté des Sciences et Techniques, Université Cheikh Anta Diop de Dakar, B.P 5005, Dakar-Fann, Sénégal",Sénégal,namorydiop@yahoo.fr,,FALSE,,,,"['clogging', 'dryness', 'load fractioning', 'loading rate', 'purification performance', 'unplanted drying beds']" -245,30391,5,3,https://iwaponline.com/washdev/article/5/3/381/30391/Modelling-biological-oxygen-demand-in-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Modelling biological oxygen demand in wastewater of Arak City, Iran",2015,FALSE,0,,[],3,Mohamad Sakizadeh,"Department of Environmental Sciences, Faculty of Sciences, Shahid Rajaee Teacher Training University, Shahid Shabanloo Avenue, Lavizan, Tehran, Iran",Iran,msakizadeh@gmail.com,,Mohamad Sakizadeh,"Department of Environmental Sciences, Faculty of Sciences, Shahid Rajaee Teacher Training University, Shahid Shabanloo Avenue, Lavizan, Tehran, Iran",Iran,msakizadeh@gmail.com,,FALSE,,,,"['artificial neural network', 'biological oxygen demand', 'partial least squares regression']" -246,30394,5,3,https://iwaponline.com/washdev/article/5/3/392/30394/Passive-evaporation-of-source-separated-urine-from,"Journal of Water, Sanitation & Hygiene for Development",Passive evaporation of source-separated urine from dry toilets: prototype design and field testing using municipal water,2015,FALSE,0,,[],3,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, AB T2N 1N4, Canada",Canada,bethuned@ucalgary.ca,,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, AB T2N 1N4, Canada",Canada,bethuned@ucalgary.ca,,FALSE,,,,"['dry toilet', 'passive', 'solar evaporation', 'urine-diversion']" -247,30397,5,3,https://iwaponline.com/washdev/article/5/3/402/30397/Effect-of-temperature-and-shear-stress-on-the,"Journal of Water, Sanitation & Hygiene for Development",Effect of temperature and shear stress on the viability of Ascaris suum,2015,FALSE,0,,[],10,J. E. Thomas,"Department of Veterinary Pathobiology, Center for Veterinary Health Sciences, Oklahoma State University, Stillwater, OK 74078, USA",USA,,,G. L. Foutch,"School of Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",USA,foutch@okstate.edu,,FALSE,,,,"['Ascaris suum', 'rheology', 'viscous heating']" -248,30399,5,3,https://iwaponline.com/washdev/article/5/3/412/30399/Adoption-and-sustained-use-of-the-arborloo-in,"Journal of Water, Sanitation & Hygiene for Development",Adoption and sustained use of the arborloo in rural Ethiopia: a cross-sectional study,2015,FALSE,0,,[],7,Dionna Fry,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",USA,,,Matthew C. Freeman,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",USA,mcfreem@emory.edu,,FALSE,,,,"['adoption', 'arborloo', 'ecological sanitation', 'Ethiopia', 'latrine', 'sustainability']" -249,30401,5,3,https://iwaponline.com/washdev/article/5/3/426/30401/Combining-sensor-monitoring-and-ethnography-to,"Journal of Water, Sanitation & Hygiene for Development",Combining sensor monitoring and ethnography to evaluate household latrine usage in rural India,2015,FALSE,0,,[],4,Kathleen O'Reilly,"Texas A&M University, 810 O&M Building, College Station, TX 77843, USA",USA,koreilly@tamu.edu,,Kathleen O'Reilly,"Texas A&M University, 810 O&M Building, College Station, TX 77843, USA",USA,koreilly@tamu.edu,,FALSE,,,,"['behavior change', 'ethnography', 'India', 'policy', 'sanitation', 'sensor monitoring']" -250,30403,5,3,https://iwaponline.com/washdev/article/5/3/439/30403/Hydrochar-production-by-hydrothermal-carbonization,"Journal of Water, Sanitation & Hygiene for Development",Hydrochar production by hydrothermal carbonization of faecal sludge,2015,FALSE,0,,[],4,K. Fakkaew,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Bangkok, Thailand",Thailand,p-krai@hotmail.com,,K. Fakkaew,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Bangkok, Thailand",Thailand,p-krai@hotmail.com,,FALSE,,,,"['energy content', 'faecal sludge', 'hydrochar', 'hydrothermal carbonization', 'reaction kinetics', 'regression model']" -251,30405,5,3,https://iwaponline.com/washdev/article/5/3/448/30405/An-energy-efficient-membrane-bioreactor-for-on,"Journal of Water, Sanitation & Hygiene for Development",An energy-efficient membrane bioreactor for on-site treatment and recovery of wastewater,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.116/4/116.pdf?Expires=1706089647&Signature=Kt5ZQT1HHnJa~z5Cu6U8dpOdVYi8dGRfHRxRG5xGJcBPatuOmHihTKItWOybNqunFkbIM04pNQPjRVKUDaEGyxRQSJQB~JOb8sH4q0oO0HluqQE1QaObTpK3JqbPwPOTvnH~aMtItSHfLMdQwaif6PQMnxKSSTL31IvdavPf5h7OdgEYzjtnw3tLiMbVot1FztbxvxZaESwRARPaA15GF6sqhgD0SFxW7oBZ2Sk9F6raf2gqyXFxqO00FCeN~6D3Li-FDXEcIFX6hHi57L1NaROoSWlpjgBTByJ7eFnT1Rmhcazd44wGpjtAjzJQqAcluL20TAKy~qWx4fmIcnis4A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Rahel Künzle,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,,,Tove A. Larsen,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,tove.larsen@eawag.ch,,FALSE,,,,"['Blue Diversion', 'maintenance', 'resilience', 'sustainable development', 'urban slums']" -252,30406,5,3,https://iwaponline.com/washdev/article/5/3/456/30406/Faecal-sludge-simulants-to-aid-the-development-of,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge simulants to aid the development of desludging technologies,2015,FALSE,0,,[],8,J. T. Radford,"Mott MacDonald, Demeter House, Station Road, Cambridge CB1 2RS, UK",UK,james.radford@mottmac.com,,J. T. Radford,"Mott MacDonald, Demeter House, Station Road, Cambridge CB1 2RS, UK",UK,james.radford@mottmac.com,,FALSE,,,,"['desludging pumps', 'faecal sludge simulant', 'pit emptying']" -253,30408,5,3,https://iwaponline.com/washdev/article/5/3/465/30408/Household-access-to-sanitation-facilities-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Household access to sanitation facilities in rural China,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.141/4/141.pdf?Expires=1706089654&Signature=fHP7NE~-PSYAfF3gz9VrNOqP8yO7hzvN94paP9OQ4lVaY6zDfqe8zveDtiP9FNFpZOCWMB9X667tfSGhQ7jn4w-MWe6vZ~hLFEIkbbbJbLrDSwHTPI6djhc7cWmKekpTy1P4AkCmGGQqgIMg6bjRlxel0a5eKTTZzvsu0QmMKpYleS0j2DNsjKIrSC4FX4i2CGSau2b-PG2ISaEG-NlJ2wJqPV1uDDv55MA2APolsjjUyBVOueQJQknlrHfXptFlSPu9swz6mZ-zHlzcPi4wQ-iAcjIPwwiHqseGlQ-Pec5YZhr5PUWMLSYIWh2-ADnEz1wrTnxgdWR4KIShFM9UJA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Xiaolong Li,"School of Economics and Management, Beijing University of Posts and Telecommunications, Beijing 100876, China",China,,,Yanqing Miao,"China National Health Development Research Center, NHFPC, Beijing 100083, China",China,miaohanxinyun@126.com,,FALSE,,,,"['inequity', 'influence factors', 'practices', 'rural China', 'sanitation improvement']" -254,30410,5,3,https://iwaponline.com/washdev/article/5/3/474/30410/Availability-and-satisfactoriness-of-latrines-and,"Journal of Water, Sanitation & Hygiene for Development","Availability and satisfactoriness of latrines and hand washing stations in health facilities, and role in health seeking behavior of women: evidence from rural Pune district, India",2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.101/4/101.pdf?Expires=1706089657&Signature=kFdWY1u6tQTmyKDwyS5AoyyU0I~d2beGOBVFm~XSEYJhzlm04FPWC1tykHudTc0kQI0rPnegbvKxDKOfxfuWRPFrfkiGbIaYLRhREoRSk7SLmsiBmxAFdIN5xSQZUEG1p5QtlHmhgicbw6T~PaIMLpoQFejf~bCQUm3nqU2ke0QBKAABXGzcHxm0Ju0fISjUmSomFhX9XH8v8SB4l-ZShwItZWtCmQI3oVmm0tYrWLuQPzkbdtTPUEADyUhdMqwxcTwZOrVvt~H3eKyHWrHNIaU1cDnGB5q1bXxh~7Tsn5epmqiaPyM~F7v1~CIhxmnYkmhTWHWPO2zy8o1-8iAmrg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Peter Steinmann,"Department of Epidemiology and Public Health, Swiss Tropical and Public Health Institute, Socinstrasse 57, 4051 Basel, Switzerland",Switzerland,peter.steinmann@unibas.ch,,Peter Steinmann,"Department of Epidemiology and Public Health, Swiss Tropical and Public Health Institute, Socinstrasse 57, 4051 Basel, Switzerland",Switzerland,peter.steinmann@unibas.ch,,FALSE,,,,"['adequacy', 'health facility', 'health seeking behavior', 'India', 'sanitation facility', 'women']" -255,30411,5,3,https://iwaponline.com/washdev/article/5/3/483/30411/Effective-faecal-sludge-management-measures-for-on,"Journal of Water, Sanitation & Hygiene for Development",Effective faecal sludge management measures for on-site sanitation systems,2015,FALSE,0,,[],3,Achara Taweesan,"Department of Environmental Engineering and Management, Asian Institute of Technology, Bangkok, Thailand",Thailand,st108697@ait.ac.th,,Achara Taweesan,"Department of Environmental Engineering and Management, Asian Institute of Technology, Bangkok, Thailand",Thailand,st108697@ait.ac.th,,FALSE,,,,"['effective measures', 'faecal sludge management', 'influencing factors', 'on-site sanitation systems']" -256,30412,5,3,https://iwaponline.com/washdev/article/5/3/493/30412/A-regional-approach-to-optimizing-the-location-of,"Journal of Water, Sanitation & Hygiene for Development",A regional approach to optimizing the location of rural handpumps,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.128/4/128.pdf?Expires=1706089663&Signature=xhKfe5OxBSjtXU~Cck18ENHE54wTxjZBQIWfmS9MCqW4lxwUhaNgSSgN1GcKDrDx4i89SLTBniU7nn-bUgc28RjebweUWjuo2G7mYt6nU2XfSJlnrArt00kH0BeOUb5~lDe7bwWMH4tHat5HK~Zi8z7v~SlSUvk8670r~boVIjnY505s-Npf5bz11R87w6LXOL92sc3DCYBosRb~0B33xl-FVH-M93ty9u3tmUaWPyRAahHqDPQD9QEW~FfbqdozYkLayI62kXkoBXAY0Rz45aqE5U8~4FLTMj04YWHko5H90GeUX570XRmnBuTWcltAfR2aJD--ds-6xEOajXlfVw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Omar S. Hopkins,"Director, Millennium Challenge Corporation, 875 15th Street NW, Washington, DC 20005, USA",USA,hopkinsos@mcc.gov,,Omar S. Hopkins,"Director, Millennium Challenge Corporation, 875 15th Street NW, Washington, DC 20005, USA",USA,hopkinsos@mcc.gov,,FALSE,,,,"['facility location models', 'optimization', 'planning', 'rural water']" -257,30414,5,3,https://iwaponline.com/washdev/article/5/3/502/30414/Development-of-cost-functions-for-water-supply-and,"Journal of Water, Sanitation & Hygiene for Development","Development of cost functions for water supply and sanitation technologies: case study of Bahir Dar and Arba Minch, Ethiopia",2015,FALSE,0,,[],4,Atekelt Abebe Ketema,"Institute of Sanitary Engineering and Water Pollution Control, University of Natural Resources and Life Sciences, Vienna (BOKU), Muthgasse 18, A-1190 Vienna, Austria",Austria,,,Guenter Langergraber,"Institute of Sanitary Engineering and Water Pollution Control, University of Natural Resources and Life Sciences, Vienna (BOKU), Muthgasse 18, A-1190 Vienna, Austria",Austria,guenter.langergraber@boku.ac.at,,FALSE,,,,"['daily water demand', 'initial investment cost', 'person equivalent', 'recurrent cost', 'water supply and sanitation']" -258,30418,5,3,https://iwaponline.com/washdev/article/5/3/512/30418/Monitoring-and-evaluation-of-WASH-in-schools,"Journal of Water, Sanitation & Hygiene for Development",Monitoring and evaluation of WASH in schools programs: lessons from implementing organizations,2015,FALSE,0,,[],3,Leslie Deroo,"WASH Advocates, 1506 21st St NW, Suite 200, Washington, DC 20036, USA",USA,,,Jay Graham,"Milken Institute School of Public Health, Suite 413, Washington, DC 20052, USA",USA,jgraham@gwu.edu,,FALSE,,,,"['evaluation', 'hygiene', 'monitoring', 'sanitation', 'school', 'water']" -259,30420,5,3,https://iwaponline.com/washdev/article/5/3/521/30420/Designing-a-high-throughput-viscous-heater-to,"Journal of Water, Sanitation & Hygiene for Development",Designing a high-throughput viscous heater to process feces: heater geometry,2015,FALSE,0,,[],5,Jagdeep T. Podichetty,"Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",USA,,,Gary L. Foutch,"Computing and Engineering, University of Missouri Kansas City, MO 64110, USA",USA,foutch@okstate.edu,,FALSE,,,,"['computational fluid dynamics', 'extrusion', 'feces', 'parasite', 'viscosity', 'viscous heating']" -260,30422,5,3,https://iwaponline.com/washdev/article/5/3/525/30422/Income-democracy-and-public-policy-the-effects-of,"Journal of Water, Sanitation & Hygiene for Development","Income, democracy, and public policy: the effects of improved sanitation on life expectancy",2015,FALSE,0,,[],2,Torsten J. Selck,"Faculty of Educational and Social Sciences, University of Oldenburg, Ammerlaender Heerstrasse 114-118, 26129 Oldenburg, Germany",Germany,torsten.joerg.selck@uni-oldenburg.de,,Torsten J. Selck,"Faculty of Educational and Social Sciences, University of Oldenburg, Ammerlaender Heerstrasse 114-118, 26129 Oldenburg, Germany",Germany,torsten.joerg.selck@uni-oldenburg.de,,FALSE,,,,"['democracy', 'income', 'life expectancy', 'public goods', 'sanitation']" -261,30097,5,4,https://iwaponline.com/washdev/article/5/4/531/30097/Accelerating-rural-sanitation-coverage-in-Ghana,"Journal of Water, Sanitation & Hygiene for Development",Accelerating rural sanitation coverage in Ghana: what are the speed bumps impeding progress?,2015,FALSE,0,,[],3,Isaac Monney,"Department of Environmental Health and Sanitation Education, University of Education, Winneba, P.O. Box M40, Mampong, Ashanti, Ghana",Ghana,monney.isaac@gmail.com,,Isaac Monney,"Department of Environmental Health and Sanitation Education, University of Education, Winneba, P.O. Box M40, Mampong, Ashanti, Ghana",Ghana,monney.isaac@gmail.com,,FALSE,,,,"['community-led total sanitation', 'household toilet', 'MDG sanitation targets', 'rural sanitation in Ghana', 'sanitation coverage']" -262,30101,5,4,https://iwaponline.com/washdev/article/5/4/544/30101/On-site-treatment-of-used-wash-water-using,"Journal of Water, Sanitation & Hygiene for Development",On-site treatment of used wash-water using biologically activated membrane bioreactors operated at different solids retention times,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/4/10.2166_washdev.2015.174/4/washdev2015174supp.pdf?Expires=1706089683&Signature=SGgz1-cvepzz9X3M1vCgqtaw6cLWTh9daUh2jq81L8JVSCE6WOYFH3NtmOKvoj4ZZg8My4YaF-7hNtdkWVsiZ2dow7fOSK1CFLyOAeM~CY78WJ5Ls1aOY2vW0Mz06SYHeVOnf~0wGmGwAXmhhGAQweDzd~nOjbgMD9Yw8RU29sIvkePGZ6X9uYk-K9Bl91yks6CFxBLpUQaK~GuR1F-zJa58heZ-fwwb44jUBOdTLEnvZWbfqnauQnZtm1waVCFg4y~t-iMXA9b2xUmqvizv2xBXxgFvmQd3yhOW9E~oW-oMP482CJvxN5z0iWZGjJLYAXeNQGnJkxNnSXJySjRarw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Kristin T. Ravndal,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, PO Box 611, 8600 Dübendorf, Switzerland",Switzerland,,,Nicolas Derlon,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, PO Box 611, 8600 Dübendorf, Switzerland",Switzerland,nicolas.derlon@eawag.ch,,FALSE,,,,"['biologically activated membrane bioreactor (BAMBi)', 'full solids retention', 'particle colonization', 'permeate flux stabilization', 'suspended solids retention time', 'ultrafiltration']" -263,30102,5,4,https://iwaponline.com/washdev/article/5/4/553/30102/The-paradox-of-water-accessibility-understanding,"Journal of Water, Sanitation & Hygiene for Development",The paradox of water accessibility: understanding the temporal and spatial dimensions of access to improved water sources in Rwanda,2015,FALSE,0,,[],5,Lydia Osei,"Department of Geography, University of Western Ontario, London-Ontario, Canada",Canada,losei3@uwo.ca,,Lydia Osei,"Department of Geography, University of Western Ontario, London-Ontario, Canada",Canada,losei3@uwo.ca,,FALSE,,,,"['access', 'improved', 'Rwanda', 'time', 'water source']" -264,30104,5,4,https://iwaponline.com/washdev/article/5/4/565/30104/The-usefulness-of-a-handwashing-proxy-in-large,"Journal of Water, Sanitation & Hygiene for Development",The usefulness of a handwashing proxy in large household surveys,2015,FALSE,0,,[],2,Victoria Shelus,"Previously associated with the Scientific Affairs Department, Global Research Unit, FHI 360, 359 Blackwell Street, Suite 200, Durham, NC 27701, USA",USA,,,Orlando L. Hernandez,"Global Health Population and Nutrition Division, Global Programs Unit, FHI 360, 1825 Connecticut Avenue NW, Washington, DC 20008, USA",USA,ohernandez@fhi360.org,,FALSE,,,,"['children under 5 years of age', 'diarrheal disease', 'handwashing indicator', 'handwashing station', 'low-income countries', 'post-2015 agenda']" -265,30105,5,4,https://iwaponline.com/washdev/article/5/4/574/30105/Handwashing-promotion-in-humanitarian-emergencies,"Journal of Water, Sanitation & Hygiene for Development",Handwashing promotion in humanitarian emergencies: strategies and challenges according to experts,2015,FALSE,0,,[],3,Jelena Vujcic,"Department of Epidemiology and Environmental Health, School of Public Health and Health Professions, State University of New York at Buffalo, 270 Farber Hall, Buffalo, NY 14214, USA",USA,jelenavu@buffalo.edu,,Jelena Vujcic,"Department of Epidemiology and Environmental Health, School of Public Health and Health Professions, State University of New York at Buffalo, 270 Farber Hall, Buffalo, NY 14214, USA",USA,jelenavu@buffalo.edu,,FALSE,,,,"['behavior change communication', 'handwashing', 'handwashing hardware', 'humanitarian emergencies', 'key informant interviews', 'qualitative research']" -266,30106,5,4,https://iwaponline.com/washdev/article/5/4/586/30106/Willingness-to-pay-for-VIP-latrines-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Willingness to pay for VIP latrines in rural Senegal,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/4/10.2166_washdev.2015.053/4/washdev2015053supp.pdf?Expires=1706089696&Signature=CVX~MEKV7jqMDfQaS5rMEaah2HTGkHBPeUy1o-cxapkDh4FPHnJonjp7q7GzEr0197hTX~BleNcn3XIhZc1cXjpEQtr8y3b5jPfwJlFdRAL8WPkaLRZHrHGmFcRL4hEibMBro3f91YWxfl~IK~KRBZHDn2Vyn6IegWzQvDOS8jkLwPgc~CBhwE6RrGpqgAa1CNk7mSQJorPa6pxjj9b1Q9rNzKP2dEyhuf5y2pR-JbVAHGGDGErdJH61Ar8UUAA-PR0ig22viAZNHNM6vYvwuvKXbyYAP3nK4fguiNs-UV8OrG3jp2DNXrnqBhaO8WkZyXqXBY5oLeJYOoypJ22zIw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Ralph P. Hall,"School of Public and International Affairs, Urban Affairs and Planning Program, Virginia Tech, 201 Architecture Annex (0113), Blacksburg, VA 24061, USA",USA,rphall@vt.edu,,Ralph P. Hall,"School of Public and International Affairs, Urban Affairs and Planning Program, Virginia Tech, 201 Architecture Annex (0113), Blacksburg, VA 24061, USA",USA,rphall@vt.edu,,FALSE,,,,"['rural Senegal', 'sanitation', 'ventilated improved pit', 'VIP latrine', 'willingness to pay']" -267,30110,5,4,https://iwaponline.com/washdev/article/5/4/594/30110/Analysis-of-institutional-arrangement-for,"Journal of Water, Sanitation & Hygiene for Development",Analysis of institutional arrangement for greywater management in unplanned settlements of Kinondoni municipality Tanzania,2015,FALSE,0,,[],2,Teresia W. Ndunguru,"Department of Water Resources Engineering, University of Dar es Salaam, College of Engineering and Technology, P.O. Box 35131, Dar es Salaam, Tanzania E-mail: ",Tanzania E-mail: ,deorgm@yahoo.co.uk,,Teresia W. Ndunguru,"Department of Water Resources Engineering, University of Dar es Salaam, College of Engineering and Technology, P.O. Box 35131, Dar es Salaam, Tanzania E-mail: ",Tanzania E-mail: ,deorgm@yahoo.co.uk,,FALSE,,,,"['greywater', 'greywater management', 'institutional arrangement', 'Kinondoni municipality', 'unplanned settlements']" -268,30112,5,4,https://iwaponline.com/washdev/article/5/4/608/30112/The-development-of-an-onsite-sanitation-system,"Journal of Water, Sanitation & Hygiene for Development",The development of an onsite sanitation system based on vermifiltration: the ‘Tiger Toilet’,2015,FALSE,0,,[],12,C. Furlong,"Bear Valley Ventures Limited, Braeside, Utkinton Lane, Cotebrook, Tarporley, Cheshire CW6 0JH, UK",UK,claire.furlong@ymail.com,,C. Furlong,"Bear Valley Ventures Limited, Braeside, Utkinton Lane, Cotebrook, Tarporley, Cheshire CW6 0JH, UK",UK,claire.furlong@ymail.com,,FALSE,,,,"['Eisenia fetida', 'faecal sludge', 'India', 'sewage', 'worms']" -269,30113,5,4,https://iwaponline.com/washdev/article/5/4/614/30113/An-economical-environmental-and-social-comparison,"Journal of Water, Sanitation & Hygiene for Development","An economical, environmental, and social comparison between vacuum and gravity sewers in decentralized sanitation systems, with Egypt as a case study",2015,FALSE,0,,[],3,Abdelsalam Elawwad,"Faculty of Engineering, Cairo University, Cairo University Road, Oula, Giza, Egypt",Egypt,elawwad@cu.edu.eg,,Abdelsalam Elawwad,"Faculty of Engineering, Cairo University, Cairo University Road, Oula, Giza, Egypt",Egypt,elawwad@cu.edu.eg,,FALSE,,,,"['decentralized systems', 'gravity sewers', 'vacuum sewers']" -270,30115,5,4,https://iwaponline.com/washdev/article/5/4/620/30115/Latrine-desludging-pump-development-using-a-simple,"Journal of Water, Sanitation & Hygiene for Development",Latrine desludging pump development using a simple test for simulant strength: A case study from Uganda,2015,FALSE,0,,[],6,J. T. Radford,"Mott MacDonald Ltd., Demeter House, Station Road, Cambridge, CB1 2RS, United Kingdom",United Kingdom,james.radford@mottmac.com,,J. T. Radford,"Mott MacDonald Ltd., Demeter House, Station Road, Cambridge, CB1 2RS, United Kingdom",United Kingdom,james.radford@mottmac.com,,FALSE,,,,"['desludging pump', 'faecal sludge simulant', 'latrine emptying']" -271,30117,5,4,https://iwaponline.com/washdev/article/5/4/625/30117/Achieving-sustainable-water-supply-through-better,"Journal of Water, Sanitation & Hygiene for Development","Achieving sustainable water supply through better institutions, design innovations and Water Safety Plans – an experience from Nepal",2015,FALSE,0,,[],3,Pamela White,"FCG International/RVWRMP, Osmontie 34/ PO Box 950, FI-00601 Helsinki, Finland",Finland,pamela.white@fcg.fi,,Pamela White,"FCG International/RVWRMP, Osmontie 34/ PO Box 950, FI-00601 Helsinki, Finland",Finland,pamela.white@fcg.fi,,FALSE,,,,"['community', 'functionality', 'operation and maintenance', 'rural water supply', 'Water Safety Plans']" -272,30118,5,4,https://iwaponline.com/washdev/article/5/4/632/30118/Application-of-nano-silver-coated-granular,"Journal of Water, Sanitation & Hygiene for Development",Application of nano-silver coated granular activated carbon for inactivation of septic tank effluent,2015,FALSE,0,,[],4,Thammarat Koottatep,"Environmental Engineering and Management, Asian Institute of Technology (AIT), P.O. Box 4 Klong Luang, Pathumthani 12120, Thailand",Thailand,,,Saroj Kumar Chapagain,"Environmental Engineering and Management, Asian Institute of Technology (AIT), P.O. Box 4 Klong Luang, Pathumthani 12120, Thailand",Thailand,sarojchapagain77@gmail.com,,FALSE,,,,"['E. coli', 'granular activated carbon', 'inactivation', 'nano-silver', 'on-site sanitation', 'septic tank effluents']" -273,30413,6,1,https://iwaponline.com/washdev/article/6/1/1/30413/Challenges-of-public-water-provision-in-Nigerian,"Journal of Water, Sanitation & Hygiene for Development",Challenges of public water provision in Nigerian cities: a review,2016,FALSE,0,,[],1,Odafivwotu Ohwo,"Department of Geography and Environmental Management, Faculty of Social Sciences, Niger Delta University, Wilberforce Island, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,,Odafivwotu Ohwo,"Department of Geography and Environmental Management, Faculty of Social Sciences, Niger Delta University, Wilberforce Island, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,,FALSE,,,,"['challenges', 'Nigerian cities', 'public water', 'State Water Agencies']" -274,30415,6,1,https://iwaponline.com/washdev/article/6/1/13/30415/Source-identification-of-fecal-contamination-in,"Journal of Water, Sanitation & Hygiene for Development",Source identification of fecal contamination in the canals in Bangkok using fecal sterol compounds,2016,FALSE,0,,[],4,Supattra Srijew,"Department of Chemical Engineering, Faculty of Engineering, Kasetsart University, Bangkok 10900, Thailand",Thailand,,,Wilai Chiemchaisri,"Department of Environmental Engineering, Faculty of Engineering, Kasetsart University, Bangkok 10900, Thailand",Thailand,fengwlc@ku.ac.th,,FALSE,,,,"['coliforms', 'fecal sterol', 'feces', 'sewage', 'surface water']" -275,30416,6,1,https://iwaponline.com/washdev/article/6/1/23/30416/Evaluation-of-treatment-potential-biogas,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of treatment potential, biogas generation and sludge properties of an anaerobic claridigester",2016,FALSE,0,,[],4,Khalid Muzamil Gani,"Environmental Engineering Group, Department of Civil Engineering, Indian Institute of Technology Roorkee (IITR), Roorkee 247667, Uttrakhand, India",India,khalidmzml@gmail.com,,Khalid Muzamil Gani,"Environmental Engineering Group, Department of Civil Engineering, Indian Institute of Technology Roorkee (IITR), Roorkee 247667, Uttrakhand, India",India,khalidmzml@gmail.com,,FALSE,,,,"['anaerobic digestion', 'COD mass balance', 'methane production', 'primary sludge']" -276,30417,6,1,https://iwaponline.com/washdev/article/6/1/32/30417/Field-trial-of-an-automated-batch-chlorinator,"Journal of Water, Sanitation & Hygiene for Development","Field trial of an automated batch chlorinator system at shared water points in an urban community of Dhaka, Bangladesh",2016,TRUE,1,doc,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.027/5/washdev2016027supp.doc?Expires=1706017133&Signature=IP4h11g5bS66UtwkijcvKZBi0bLqDxcZw48588lTqOJ7BJfWsAzRAe4838tn7YUz~mEErl6nvlbIT1Gwcj5WMPqHDuLfNW2bY5IvkrorJqgbwlRf5ZX3ExABbA23rEYklkWeCpuo6Y9y~PpZ~dMty4GSxFv71TZWMbrOkUxACtS5qiDARIX4BMj4uu7wBAmuNyW7~3X8fASo4w6zlzPthozamBZApvxLMCZ0CCMSydbUVOz1LUhy9EDsu725MY8X-Td~ihsNgef4OEROrqOfcvz5iPc0Gtrk69Bs-MghQKV0oMCCn5aSgDdqQ-Uawd6jCoKHo~drFE7BKUqAKxfSmQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,Nuhu Amin,"International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,,,Amy J. Pickering,"Stanford University, Stanford, CA, USA",USA,amyjanel@stanford.edu,,FALSE,,,,"['automated chlorine dispenser', 'Bangladesh', 'chlorination', 'household water treatment', 'urban', 'water quality']" -277,30419,6,1,https://iwaponline.com/washdev/article/6/1/42/30419/Evaluation-of-household-drinking-water-filter,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of household drinking water filter distribution programs in Haiti,2016,FALSE,0,,[],5,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",USA,Justine.Rayner@tufts.edu,,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",USA,Justine.Rayner@tufts.edu,,FALSE,,,,"['biosand filters', 'ceramic filters', 'cholera', 'Haiti', 'household water treatment', 'Sawyer filters']" -278,30421,6,1,https://iwaponline.com/washdev/article/6/1/55/30421/High-fluoride-drinking-water-in-Gokwe-northwest,"Journal of Water, Sanitation & Hygiene for Development","High fluoride drinking water in Gokwe, northwest Zimbabwe",2016,FALSE,0,,[],2,Antony Mamuse,"Midlands State University, P. Bag 9055, Gweru, Zimbabwe",Zimbabwe,antony.mamuse@postgrad.curtin.edu.au,,Antony Mamuse,"Midlands State University, P. Bag 9055, Gweru, Zimbabwe",Zimbabwe,antony.mamuse@postgrad.curtin.edu.au,,FALSE,,,,"['artesian', 'defluoridation', 'fluorosis', 'Lower Karoo Aquifer', 'water quality']" -279,30423,6,1,https://iwaponline.com/washdev/article/6/1/65/30423/Reactor-performance-and-pathogen-removal-during,"Journal of Water, Sanitation & Hygiene for Development",Reactor performance and pathogen removal during wastewater treatment by vermifiltration,2016,FALSE,0,,[],2,Sudipti Arora,"Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667, India",India,sudiptiarora@gmail.com,,Sudipti Arora,"Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667, India",India,sudiptiarora@gmail.com,,FALSE,,,,"['antimicrobial', 'earthworms', 'pathogens', 'vermifilter', 'wastewater treatment']" -280,30424,6,1,https://iwaponline.com/washdev/article/6/1/74/30424/Public-health-risk-assessment-tool-strategy-to,"Journal of Water, Sanitation & Hygiene for Development",Public health risk assessment tool: strategy to improve public policy framework for onsite wastewater treatment systems (OWTS),2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.081/5/washdev2016081supp.docx?Expires=1706089746&Signature=np-gSNMhF6kTTJuwwQ0c-snQ435he2qyqOYaVphfHj7Z2ud879Cl9QStbWZCWEUosjb1aLxn5rB99HSL-Rv8PuXode7vql6~DGXBUxz21NUa3XH6t-DvWnRLClBqWNIRdX-QkN4ndIqVMAztGYzfML-K7YWUKMfRslHc5xufnQ2QFb08Wc1OYMKYLsVbh7sFaxEuqJ25cALaQCpI~3FcRVU-lfwd8h4YsdNjZVHhsSPVGVzvssVcXi6RhH22ozpIe9HNWmPcFj4sNX9gO2Xscbjln2mz~CmTqFrn75vfYGEZjloA-r~9vBq34GcchI9mhCEeAbm7bLj0MFHHeBkQzw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Peter Emmanuel Cookey,"Asian Institute of Technology, Bangkok, Thailand",Thailand,peter@earthwatchnigeria.org,,Peter Emmanuel Cookey,"Asian Institute of Technology, Bangkok, Thailand",Thailand,peter@earthwatchnigeria.org,,FALSE,,,,"['legislation', 'onsite wastewater treatment system', 'public health', 'public policy', 'risk assessment', 'standards']" -281,30427,6,1,https://iwaponline.com/washdev/article/6/1/89/30427/Semi-quantitative-estimation-of-Escherichia-coli,"Journal of Water, Sanitation & Hygiene for Development",Semi-quantitative estimation of Escherichia coli levels in public drinking water sources in northern Haiti,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.043/5/washdev2016043supp.docx?Expires=1706089749&Signature=JNFQsqolWIAU-zRCPRp4Kld2Svd1gwIXNyiMz3qDAM~sZEeDBzktsAu~POZU6Rwn7pvLtN~QgDiON-HUrkGv~3K3nsrzqjG0iDKhxcF0jnAlrJ-eAUngVZMuJT1vp9shTNjws93XNPx8rUdfC829V9rAqRv6fYa7IylxyzAlfmUo7CrW9BD-zL55uYdsXmub9Ck8I5BE6vbD5i1~DInHHVjEGuT25pC~wUcUT1GJS5b-W4lTkn2A6OTf-e7IAM~exH7SY4OJzg~EY4xJuciwPMhiiN6WnpzaXIn402v9-lcs1ocj-rgI-EjKahMrjueRPpXp8pv52okJ-G1-h05sag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Daniel I. Gerges,"Tufts University School of Medicine, 136 Harrison Ave, Boston, MA 02111, USA",USA,,,Janet Forrester,"Tufts University School of Medicine, 136 Harrison Ave, Boston, MA 02111, USA",USA,janet.forrester@tufts.edu,,FALSE,,,,"['drinking water', 'Escherichia coli', 'Haiti']" -282,30428,6,1,https://iwaponline.com/washdev/article/6/1/96/30428/Passive-evaporation-of-source-separated-urine-from,"Journal of Water, Sanitation & Hygiene for Development",Passive evaporation of source-separated urine from dry toilets: UES optimization and dry product accumulation over time,2016,FALSE,0,,[],3,David N. Bethune,"Department of Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada T2N 1N4",Canada T2N 1N4,bethuned@ucalgary.ca,,David N. Bethune,"Department of Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada T2N 1N4",Canada T2N 1N4,bethuned@ucalgary.ca,,FALSE,,,,"['dry toilets', 'urine evaporation', 'urine separation']" -283,30430,6,1,https://iwaponline.com/washdev/article/6/1/104/30430/In-toilet-disinfection-of-fresh-fecal-sludge-with,"Journal of Water, Sanitation & Hygiene for Development",In-toilet disinfection of fresh fecal sludge with ammonia naturally present in excreta,2016,FALSE,0,,[],3,Temitope A. Ogunyoku,"Department of Civil and Environmental Engineering, University of California, Berkeley, CA 94720-1710, USA",USA,,,Kara L. Nelson,"Department of Civil and Environmental Engineering, University of California, Berkeley, CA 94720-1710, USA",USA,karanelson@berkeley.edu,,FALSE,,,,"['ammonia', 'disinfection', 'fecal sludge management', 'helminth eggs', 'latrine']" -284,30431,6,1,https://iwaponline.com/washdev/article/6/1/115/30431/Sewage-treatment-efficacy-and-heavy-metal-removal,"Journal of Water, Sanitation & Hygiene for Development",Sewage treatment efficacy and heavy metal removal in moving bed biofilm based treatment plants of northern India,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.134/5/washdev2016134supp.docx?Expires=1706089760&Signature=b6gT3~NF0YXJ9QkJS-yF0fhRa9SoUPgipf1IeJ0MMyfqmFSdCFk1NVThz1D6PKF8lIHaY8xImjNK6LNGgoPOnYpVXkebZTsBO3dPWsJcZOgFBTZjTZfjchHB8-h3aEqWsSe58E-b5yERuGdsSJ7RUz9kfU5clUwu7ciunW8LBV5ZiwGU4ReKseB~AeyG~1B2V1aq-R472qq3MRXumo~lQuYTpZekNtYUulTvu5mOOROyEoqEifBQoR-gr3QW0T2NnzGLDV50F5cnaKYA39KuKIrpzOLlQwnOxlE2aUTecm025DiEYEIoMEYXpAElGCuhRVXDkEUnyGUc~hrYd7gBYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Khalid Muzamil Gani,"Environmental Engineering Section, Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667 India",247667 India,khalidmzml@gmail.com,,Khalid Muzamil Gani,"Environmental Engineering Section, Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667 India",247667 India,khalidmzml@gmail.com,,FALSE,,,,"['evaluation', 'heavy metal', 'India', 'MBBR', 'performance', 'wastewater treatment']" -285,30433,6,1,https://iwaponline.com/washdev/article/6/1/121/30433/Focus-group-discussions-among-the-Bai-in-China-to,"Journal of Water, Sanitation & Hygiene for Development",Focus group discussions among the Bai in China to inform a social marketing campaign for sanitation promotion,2016,FALSE,0,,[],4,Mary Kathryn Dickey,"Oklahoma Baptist University, 500 West University, Shawnee, OK 74804, USA",USA,dickey@pobox.com,,Mary Kathryn Dickey,"Oklahoma Baptist University, 500 West University, Shawnee, OK 74804, USA",USA,dickey@pobox.com,,FALSE,,,,"['focus group discussions', 'sanitation marketing', 'social marketing']" -286,30434,6,1,https://iwaponline.com/washdev/article/6/1/132/30434/Negotiating-hygiene-and-sanitary-behaviors-in,"Journal of Water, Sanitation & Hygiene for Development",Negotiating hygiene and sanitary behaviors in transnational contexts: examples of Nigerians in the UK,2016,FALSE,0,,[],1,Emmanuel M. Akpabio,"Department of Geography and Natural Resources Management, Faculty of Social Sciences, University of Uyo, PO Box 4223, Uyo, Akwa Ibom State, Nigeria",Nigeria,emakpabio@yahoo.com,,Emmanuel M. Akpabio,"Department of Geography and Natural Resources Management, Faculty of Social Sciences, University of Uyo, PO Box 4223, Uyo, Akwa Ibom State, Nigeria",Nigeria,emakpabio@yahoo.com,,FALSE,,,,"['diaspora sanitary habits', 'health', 'Ibibio', 'knowledge', 'migrants', 'UK']" -287,30436,6,1,https://iwaponline.com/washdev/article/6/1/142/30436/Inequitable-allocation-of-deep-community-wells-for,"Journal of Water, Sanitation & Hygiene for Development",Inequitable allocation of deep community wells for reducing arsenic exposure in Bangladesh,2016,FALSE,0,,[],7,A. van Geen,"Lamont-Doherty Earth Observatory of Columbia University, Palisades, NY, USA",USA,avangeen@ldeo.columbia.edu,,A. van Geen,"Lamont-Doherty Earth Observatory of Columbia University, Palisades, NY, USA",USA,avangeen@ldeo.columbia.edu,,FALSE,,,,"['arsenic', 'Bangladesh', 'groundwater quality', 'public water supply allocations']" -288,30438,6,1,https://iwaponline.com/washdev/article/6/1/151/30438/Understanding-women-s-decision-making-power-and,"Journal of Water, Sanitation & Hygiene for Development",Understanding women's decision making power and its link to improved household sanitation: the case of Kenya,2016,FALSE,0,,[],3,Mitsuaki Hirai,"Milken Institute School of Public Health, Department of Global Health, The George Washington University, 950 New Hampshire Ave., Suite 400, Washington, DC 20052 USA",DC 20052 USA,mhirai@gwu.edu,,Mitsuaki Hirai,"Milken Institute School of Public Health, Department of Global Health, The George Washington University, 950 New Hampshire Ave., Suite 400, Washington, DC 20052 USA",DC 20052 USA,mhirai@gwu.edu,,FALSE,,,,"['gender equity', 'Kenya', 'sanitation', 'women']" -289,30439,6,1,https://iwaponline.com/washdev/article/6/1/161/30439/Measuring-willingness-to-pay-for-water-and,"Journal of Water, Sanitation & Hygiene for Development",Measuring willingness-to-pay for water and sanitation by people living with HIV and AIDs in South Africa,2016,FALSE,0,,[],1,Ephias M. Makaudze,"Department of Economics, University of the Western Cape, Robert Sobukwe Road, Bellville 7535, Cape Town, South Africa",South Africa,emakaudze@gmail.com,,Ephias M. Makaudze,"Department of Economics, University of the Western Cape, Robert Sobukwe Road, Bellville 7535, Cape Town, South Africa",South Africa,emakaudze@gmail.com,,FALSE,,,,"['contingent valuation method', 'HIV and AIDs', 'slum settlements', 'water and sanitation', 'willingness-to-pay']" -290,30442,6,1,https://iwaponline.com/washdev/article/6/1/170/30442/Study-of-national-rural-drinking-water-programme,"Journal of Water, Sanitation & Hygiene for Development","Study of national rural drinking water programme implementation during last five years (from FY 2010–2011 to 2014–2015) in state of Madhya Pradesh, India",2016,FALSE,0,,[],2,Abhishek Parsai,"Department of Management Studies, Maulana Azad National Institute of Technology, Bhopal, India",India,abhishek.parsai@gmail.com,,Abhishek Parsai,"Department of Management Studies, Maulana Azad National Institute of Technology, Bhopal, India",India,abhishek.parsai@gmail.com,,FALSE,,,,"['LPCD', 'NRDWP', 'piped water supply schemes', 'service delivery', 'strategic plan']" -291,30443,6,1,https://iwaponline.com/washdev/article/6/1/184/30443/Needs-and-vulnerability-assessment-NAVA-indicators,"Journal of Water, Sanitation & Hygiene for Development",Needs and vulnerability assessment (NAVA) indicators for specific hazards in the context of Sri Lanka,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.105/5/washdev2016105supp.docx?Expires=1706089784&Signature=wWSlSCFXzTifcg4UP9LTqAj6jIiDb6m2WjQ3dNQfOAETBADH80G6oJHXhPoh9jPQ8yYxpO-8mPbrq0RmmbI-Z8ULOVeZIelx-uh~2sw6T4qoV7bVMHyhezf2sHGWzky0MbXtrko1CgBCI7EMIhVVdF4uCrMuBfK~k9-EcQSeXPp5XUYhY62VaJcqHOrmGV0vuAW4624F4NCcZtG-Nma8uvLyid9odhd9hqMLDL~sfgfITt6zZU6aqNe~FN6OeKDsbDYi5kmkF6GSi3YKLp8tYDFX~5I6u3iPPhrZzsrzX4pAvgCbniaNpDPkn~GUQhw7W6ZtUI6uCmgFQGpQKzP40w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Aslam Saja,"Faculty of Engineering, South Eastern University of Sri Lanka, Oluvil, Sri Lanka",Sri Lanka,saja.aslam@gmail.com,,Aslam Saja,"Faculty of Engineering, South Eastern University of Sri Lanka, Oluvil, Sri Lanka",Sri Lanka,saja.aslam@gmail.com,,FALSE,,,,"['assessment', 'disasters', 'indicators', 'needs', 'vulnerability']" -292,30121,6,2,https://iwaponline.com/washdev/article/6/2/191/30121/Editorial-Can-we-meet-the-costs-of-achieving,"Journal of Water, Sanitation & Hygiene for Development","Editorial: Can we meet the costs of achieving safely managed drinking-water, sanitation and hygiene services under the new sustainable development goals?",2016,FALSE,0,,[],1,Guy Hutton,UNICEF (formerly World Bank),UNICEF (formerly World Bank),,,,,,,,FALSE,,,,[] -293,30122,6,2,https://iwaponline.com/washdev/article/6/2/195/30122/Assessment-of-the-quality-effectiveness-and,"Journal of Water, Sanitation & Hygiene for Development","Assessment of the quality, effectiveness, and acceptability of ceramic water filters in Tanzania",2016,FALSE,0,,[],5,Ansley Lemons,"Emory University, Rollins School of Public Health, Atlanta, GA 30333, USA and Centers for Disease Control and Prevention, Atlanta, GA 30333, USA",USA,,,Daniele Lantagne,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA 02155, USA",USA,daniele.lantagne@tufts.edu,,FALSE,,,,"['acceptability', 'ceramic water filters', 'effectiveness', 'household water treatment', 'point-of-use water treatment', 'QA/QC']" -294,30124,6,2,https://iwaponline.com/washdev/article/6/2/205/30124/Everyone-is-exhausted-and-frustrated-exploring,"Journal of Water, Sanitation & Hygiene for Development","‘Everyone is exhausted and frustrated’: exploring psychosocial impacts of the lack of access to safe water and adequate sanitation in Usoma, Kenya",2016,FALSE,0,,[],2,Elijah Bisung,"Department of Geography and Environmental Management, University of Waterloo, Waterloo, ON, Canada and United Nations University Institute for Water Environment and Health, Hamilton, ON, Canada",Canada,ebisung@uwaterloo.ca,,Elijah Bisung,"Department of Geography and Environmental Management, University of Waterloo, Waterloo, ON, Canada and United Nations University Institute for Water Environment and Health, Hamilton, ON, Canada",Canada,ebisung@uwaterloo.ca,,FALSE,,,,"['health and wellbeing', 'Kenya', 'psychosocial stress', 'water and sanitation']" -295,30125,6,2,https://iwaponline.com/washdev/article/6/2/215/30125/Chemically-activated-cow-bone-for-increased,"Journal of Water, Sanitation & Hygiene for Development",Chemically activated cow bone for increased fluoride removal from drinking water,2016,FALSE,0,,[],3,Teshome L. Yami,"School of Civil Engineering and Environmental Science, University of Oklahoma, 202 W. Boyd St., Room 334, Norman, Oklahoma 73019, USA",USA,teshome.l.yami-1@ou.edu,,Teshome L. Yami,"School of Civil Engineering and Environmental Science, University of Oklahoma, 202 W. Boyd St., Room 334, Norman, Oklahoma 73019, USA",USA,teshome.l.yami-1@ou.edu,,FALSE,,,,"['bassanite', 'chemical activation', 'cow bone', 'fluoride removal', 'low-cost adsorbent', 'monetite']" -296,30127,6,2,https://iwaponline.com/washdev/article/6/2/224/30127/Bacteriological-quality-of-drinking-water-at-point,"Journal of Water, Sanitation & Hygiene for Development",Bacteriological quality of drinking water at point of use and hand hygiene of primary food preparers: implications for household food safety,2016,FALSE,0,,[],5,S. G. D. N. Lakshmi Reddi,"Food and Drug Toxicology Research Centre, National Institute of Nutrition, Indian Council of Medical Research (ICMR), Jamai Osmania (PO), Hyderabad 500007, India",India,,,R. V. Sudershan,"Food and Drug Toxicology Research Centre, National Institute of Nutrition, Indian Council of Medical Research (ICMR), Jamai Osmania (PO), Hyderabad 500007, India",India,vemulasr@yahoo.com,,FALSE,,,,"['bacteriological quality', 'drinking water', 'food safety', 'household', 'hand hygiene', 'point of use']" -297,30129,6,2,https://iwaponline.com/washdev/article/6/2/231/30129/Bacteriological-assessment-of-aquifer-storage-and,"Journal of Water, Sanitation & Hygiene for Development",Bacteriological assessment of aquifer storage and recovery (ASR) water in southwest coastal Bangladesh,2016,FALSE,0,,[],4,Md. Pervez Kabir,"Environmental Science Discipline, Khulna University, Khulna, Bangladesh",Bangladesh,,,Md. Atikul Islam,"Environmental Science Discipline, Khulna University, Khulna, Bangladesh",Bangladesh,atikku_es@yahoo.com,,FALSE,,,,"['aquifer storage and recovery (ASR)', 'Bangladesh', 'drinking water', 'health risk', 'indicator bacteria']" -298,30131,6,2,https://iwaponline.com/washdev/article/6/2/242/30131/Assessing-the-impact-of-property-size-on,"Journal of Water, Sanitation & Hygiene for Development","Assessing the impact of property size on residential water use for selected neighbourhoods in Lilongwe, Malawi",2016,FALSE,0,,[],2,Chikondi Makwiza,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,,,Heinz Erasmus Jacobs,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,hejacobs@sun.ac.za,,FALSE,,,,"['equitable water use', 'residential plot size', 'urban water use']" -299,30132,6,2,https://iwaponline.com/washdev/article/6/2/252/30132/Performance-evaluation-of-a-low-cost-odour-trap,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of a low-cost odour trap installed in waterless urinals,2016,FALSE,0,,[],4,S. Ramesh Sakthivel,"Tata Institute of Social Sciences, Tuljapur Campus, Tuljapur, Osmanabad District, Maharashtra, India",India,ramsakthivel@yahoo.com,,S. Ramesh Sakthivel,"Tata Institute of Social Sciences, Tuljapur Campus, Tuljapur, Osmanabad District, Maharashtra, India",India,ramsakthivel@yahoo.com,,FALSE,,,,"['ammonia', 'membrane trap', 'odour', 'urinals', 'waterless']" -300,30133,6,2,https://iwaponline.com/washdev/article/6/2/259/30133/Estimation-of-Ascaris-lumbricoides-egg,"Journal of Water, Sanitation & Hygiene for Development",Estimation of Ascaris lumbricoides egg inactivation by free ammonia treatment of ash-amended UDDT vault products using stored urine in Uganda,2016,FALSE,0,,[],6,John T. Trimmer,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave ENB 118, Tampa, FL 33620, USA",USA,,,Sarina J. Ergas,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave ENB 118, Tampa, FL 33620, USA",USA,sergas@usf.edu,,FALSE,,,,"['ecological sanitation', 'helminth', 'resource recovery', 'sanitation', 'sub-Saharan Africa', 'urine-diverting dry toilet']" -301,30134,6,2,https://iwaponline.com/washdev/article/6/2/269/30134/Inactivation-kinetics-of-indicator-microorganisms,"Journal of Water, Sanitation & Hygiene for Development",Inactivation kinetics of indicator microorganisms during urea treatment for sanitizing finished compost from composting toilet,2016,FALSE,0,,[],5,Seyram K. Sossou,"International Institute for Water and Environmental Engineering (2iE), P.O. Box 594, 01 Rue de la science, Ouagadougou, Burkina Faso",Burkina Faso,seyram.sossou@2ie-edu.org,,Seyram K. Sossou,"International Institute for Water and Environmental Engineering (2iE), P.O. Box 594, 01 Rue de la science, Ouagadougou, Burkina Faso",Burkina Faso,seyram.sossou@2ie-edu.org,,FALSE,,,,"['composting toilet', 'finished compost', 'inactivation kinetics', 'indicator microorganism', 'urea treatment']" -302,30136,6,2,https://iwaponline.com/washdev/article/6/2/276/30136/Assessing-the-promotion-of-urine-diverting-dry,"Journal of Water, Sanitation & Hygiene for Development","Assessing the promotion of urine-diverting dry toilets through school-based demonstration facilities in Kalisizo, Uganda",2016,FALSE,0,,[],6,John T. Trimmer,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave, ENB 118, Tampa, FL 33620, USA",USA,,,Sarina J. Ergas,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave, ENB 118, Tampa, FL 33620, USA",USA,sergas@usf.edu,,FALSE,,,,"['ecological sanitation', 'food security', 'health', 'latrine', 'sub-Saharan Africa', 'sustainable development goals']" -303,30139,6,2,https://iwaponline.com/washdev/article/6/2/287/30139/When-behavior-change-fails-evidence-for-building,"Journal of Water, Sanitation & Hygiene for Development",When behavior change fails: evidence for building WASH strategies on existing motivations,2016,FALSE,0,,[],2,Lia Marshall,"Department of Civil and Environmental Engineering, University of Washington, 121H More Hall, Seattle, WA 98195, USA",USA,liamarshall@gmail.com,,Lia Marshall,"Department of Civil and Environmental Engineering, University of Washington, 121H More Hall, Seattle, WA 98195, USA",USA,liamarshall@gmail.com,,FALSE,,,,"['behavior change', 'motivation', 'rural', 'sustainability', 'water']" -304,30142,6,2,https://iwaponline.com/washdev/article/6/2/298/30142/A-short-history-of-how-we-think-and-talk-about,"Journal of Water, Sanitation & Hygiene for Development",A short history of how we think and talk about sanitation services and why it matters,2016,FALSE,0,,[],3,Tanja Rosenqvist,"Institute for Sustainable Futures, University of Technology Sydney, Bldg 10, 235 Jones Street, Ultimo, Sydney, NSW 2007, Australia",Australia,tanja.rosenqvist@uts.edu.au,,Tanja Rosenqvist,"Institute for Sustainable Futures, University of Technology Sydney, Bldg 10, 235 Jones Street, Ultimo, Sydney, NSW 2007, Australia",Australia,tanja.rosenqvist@uts.edu.au,,FALSE,,,,"['history', 'MDG', 'perspectives', 'sanitation', 'SDG', 'sustainability']" -305,30149,6,2,https://iwaponline.com/washdev/article/6/2/313/30149/Assessing-population-coverage-of-safely-managed,"Journal of Water, Sanitation & Hygiene for Development",Assessing population coverage of safely managed wastewater systems: a case study of Lebanon,2016,FALSE,0,,[],1,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,,FALSE,,,,"['environmental risks', 'monitoring and reporting', 'sustainable development goals', 'wastewater']" -306,30151,6,2,https://iwaponline.com/washdev/article/6/2/320/30151/Equity-in-access-to-water-supply-and-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Equity in access to water supply and sanitation in Ethiopia: an analysis of EDHS data (2000–2011),2016,FALSE,0,,[],2,Selamawit Seyoum,"Department of Environmental and Occupational Health, Milken Institute School of Public Health, The George Washington University, 950 New Hampshire Ave. NW, Suite 413, Washington, DC 20052, USA",USA,,,Jay P. Graham,"Department of Environmental and Occupational Health, Milken Institute School of Public Health, The George Washington University, 950 New Hampshire Ave. NW, Suite 413, Washington, DC 20052, USA",USA,jgraham@gwu.edu,,FALSE,,,,"['environmental health', 'Ethiopia', 'inequities', 'open defecation', 'sanitation', 'water']" -307,30153,6,2,https://iwaponline.com/washdev/article/6/2/331/30153/Arsenic-concentration-in-drinking-water-of-Bihar,"Journal of Water, Sanitation & Hygiene for Development",Arsenic concentration in drinking water of Bihar: health issues and socio-economic problems,2016,FALSE,0,,[],2,Barun Kumar Thakur,"National Institute of Industrial Engineering (NITIE), Mumbai, Maharashtra 400087, India",India,barunsandilya@gmail.com,,Barun Kumar Thakur,"National Institute of Industrial Engineering (NITIE), Mumbai, Maharashtra 400087, India",India,barunsandilya@gmail.com,,FALSE,,,,"['arsenic contamination', 'arsenicosis', 'Bihar', 'health costs', 'health problems', 'social and economic problems']" -308,30155,6,2,https://iwaponline.com/washdev/article/6/2/342/30155/Green-walls-for-greywater-treatment-and-recycling,"Journal of Water, Sanitation & Hygiene for Development",Green walls for greywater treatment and recycling in dense urban areas: a case-study in Pune,2016,FALSE,0,,[],7,F. Masi,"IRIDRA Srl, Via La Marmora 51, Firenze 50121, Italy",Italy,fmasi@iridra.com,,F. Masi,"IRIDRA Srl, Via La Marmora 51, Firenze 50121, Italy",Italy,fmasi@iridra.com,,FALSE,,,,"['green walls', 'greywater reuse', 'greywater treatment', 'vertical gardens']" -309,30156,6,2,https://iwaponline.com/washdev/article/6/2/348/30156/Corrigendum-Measuring-willingness-to-pay-for-water,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Measuring willingness-to-pay for water and sanitation by people living with HIV and AIDs in South Africa, DOI: 10.2166/washdev.2016.102 Ephias M. Makaudze",2016,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[] -310,30123,6,3,https://iwaponline.com/washdev/article/6/3/349/30123/The-all-inclusive-sustainable-development-goals,"Journal of Water, Sanitation & Hygiene for Development",The all-inclusive sustainable development goals: the WASH professional's guide (or should that be ‘nightmare’?),2016,FALSE,0,,[],1,Duncan Mara,Institute for Public Health and Environmental Engineering,Institute for Public Health and Environmental Engineering,d.d.mara@leeds.ac.uk,,Duncan Mara,Institute for Public Health and Environmental Engineering,Institute for Public Health and Environmental Engineering,d.d.mara@leeds.ac.uk,,FALSE,,,,[] -311,30126,6,3,https://iwaponline.com/washdev/article/6/3/353/30126/Fecal-contamination-and-Microcystis-in-drinking,"Journal of Water, Sanitation & Hygiene for Development",Fecal contamination and Microcystis in drinking-water sources of rural Cambodia using PCR and culture-based methods,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/3/10.2166_washdev.2016.136/4/washdev2016136supp.docx?Expires=1706090597&Signature=caczL4JiuRZ~GNXGX5kYOpO9n4Xnek1X7ZGGV6glczrbVmkGRwWkO-rSHPrvmvL6cSWSzsBNFnLK-SRay-4OrXAlb0rCJsTsHh20jWdQ-a4PBNcTaDP0RBKBtEBzqVP8YbtbgfzvDophola5yhb8jmcyWdrOc8HLMU5AXMI3mhr6XS-gA1Dq1vYKeZdqO8OKemNjW3t-jvbD-k82iIfsufDMY4-az3epSktRO4-wiGBZKTbr-cYMCFZ5y2~ImeVsnIe7LzHzOR1K8tQk5KhQ2fpycEJdJvT9bIde047rMqi1xY-mgmwF4Lq10PifjQa3Z~xanVEP2LskqRNNFgpfnQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Audrey R. Matteson,"Department of Soil Science, North Carolina State University, Raleigh, NC 27996 USA",NC 27996 USA,audrey_matteson@ncsu.edu,,Audrey R. Matteson,"Department of Soil Science, North Carolina State University, Raleigh, NC 27996 USA",NC 27996 USA,audrey_matteson@ncsu.edu,,FALSE,,,,"['Bacteroides', 'Cambodia', 'coliforms', 'Enterococcus', 'fecal pollution', 'water']" -312,30128,6,3,https://iwaponline.com/washdev/article/6/3/362/30128/Investigating-the-management-of-unaccounted-for,"Journal of Water, Sanitation & Hygiene for Development","Investigating the management of unaccounted for water for Lilongwe Water Board, Malawi",2016,FALSE,0,,[],4,Michael M. Harawa,"Civil Engineering Department, University of Zimbabwe, Box MP 167, Harare, Zimbabwe",Zimbabwe,michaelharawa@gmail.com,,Michael M. Harawa,"Civil Engineering Department, University of Zimbabwe, Box MP 167, Harare, Zimbabwe",Zimbabwe,michaelharawa@gmail.com,,FALSE,,,,"['apparent losses', 'data logging', 'leakages', 'pressure', 'real losses', 'unaccounted for water']" -313,30130,6,3,https://iwaponline.com/washdev/article/6/3/377/30130/Zinc-removal-from-aqueous-solution-using-novel,"Journal of Water, Sanitation & Hygiene for Development",Zinc removal from aqueous solution using novel adsorbent MISCBA,2016,FALSE,0,,[],4,Ibrahim Umar Salihi,"Department of Civil and Environmental Engineering, Universiti of Teknologi PETRONAS (UTP), 32610 Bandar Seri Iskandar, Perak Darul Ridzuan, Malaysia",Malaysia,salihi37@yahoo.com,,Ibrahim Umar Salihi,"Department of Civil and Environmental Engineering, Universiti of Teknologi PETRONAS (UTP), 32610 Bandar Seri Iskandar, Perak Darul Ridzuan, Malaysia",Malaysia,salihi37@yahoo.com,,FALSE,,,,"['adsorption', 'agitation', 'aqueous', 'environment', 'heavy metals', 'sugarcane bagasse ash']" -314,30135,6,3,https://iwaponline.com/washdev/article/6/3/389/30135/Development-and-evaluation-of-a-small-scale-water,"Journal of Water, Sanitation & Hygiene for Development",Development and evaluation of a small scale water disinfection system,2016,FALSE,0,,[],5,Dorcas Alfa,"Faculty of Engineering and the Built Environment, Department of Chemical Engineering, Durban University of Technology, 4001 Berea, 70 Mansfield Road, Durban, South Africa",South Africa,,,Martha N. Chollom,"Faculty of Engineering and the Built Environment, Department of Chemical Engineering, Durban University of Technology, 4001 Berea, 70 Mansfield Road, Durban, South Africa",South Africa,mnchollom@gmail.com,,FALSE,,,,"['chlorine', 'disinfection', 'drinking water', 'E. coli', 'membrane', 'point-of-use']" -315,30137,6,3,https://iwaponline.com/washdev/article/6/3/401/30137/Multi-criteria-analysis-applied-to-the-selection,"Journal of Water, Sanitation & Hygiene for Development","Multi-criteria analysis applied to the selection of drinking water sources in developing countries: a case study of Cali, Colombia",2016,FALSE,0,,[],5,Juan Pablo Gutiérrez,"Faculty of Engineering, Universidad del Valle, Cinara Institute, Calle 13 100-00, Cali, Colombia",Colombia,juan.p.gutierrez@correounivalle.edu.co,,Juan Pablo Gutiérrez,"Faculty of Engineering, Universidad del Valle, Cinara Institute, Calle 13 100-00, Cali, Colombia",Colombia,juan.p.gutierrez@correounivalle.edu.co,,FALSE,,,,"['drinking water supply', 'multi-criteria analysis', 'PROMETHEE', 'riverbank filtration']" -316,30138,6,3,https://iwaponline.com/washdev/article/6/3/414/30138/Three-phase-approach-to-improve-deep-groundwater,"Journal of Water, Sanitation & Hygiene for Development",Three-phase approach to improve deep groundwater supply availability in the Elidar district of Afar region of Ethiopia,2016,FALSE,0,,[],2,S. Godfrey,"Water Supply, Sanitation and Hygiene (WASH) Section – UNICEF Ethiopia, UNECA Compound, NO-F Building, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,,S. Godfrey,"Water Supply, Sanitation and Hygiene (WASH) Section – UNICEF Ethiopia, UNECA Compound, NO-F Building, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,,FALSE,,,,"['deep groundwater', 'Ethiopia', 'geophysical survey', 'hydrogeology', 'radar and optical remote sensing']" -317,30140,6,3,https://iwaponline.com/washdev/article/6/3/425/30140/A-novel-approach-for-providing-potable-water-in,"Journal of Water, Sanitation & Hygiene for Development","A novel approach for providing potable water in rural Sodwana Bay, northern Kwazulu-Natal, South Africa",2016,FALSE,0,,[],2,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,,FALSE,,,,"['electrical resistivity', 'fresh water needs', 'groundwater', 'low-cost drilling', 'water quality']" -318,30141,6,3,https://iwaponline.com/washdev/article/6/3/435/30141/Looking-beyond-headline-indicators-water-and,"Journal of Water, Sanitation & Hygiene for Development",Looking beyond headline indicators: water and sanitation services in small towns in Ethiopia,2016,TRUE,1,doc,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/3/10.2166_washdev.2016.034/4/washdev2016034supp.doc?Expires=1706091609&Signature=RYnXDVzYeLb3EO4Thcv7dtXUY9Q1V~5-fYpV389jxZ61y6B6zMEx-I18KCxloDMT49bavatA3baaOrHffk-wTJ3qYisHZy-ikZUYWkgL1F3W6z6hnlPkxVaJKVevYIoeXqWgQzugGTPtrN2DmVX70h2CyvK5GYxh~WJANu2D8zDeWqv-037OjzzvIf4ukdKH3-0UlQDQVgdQhDuM~GZsubM2StYWHL9LDnInMoXfW686kGQp6q~JZmBDlMeDqAKhTjtSRdijqAJfVfqhN-qTEfYE8p2f-gD4yZ76W67Jiq04HDT1SooET7vtIqt3sRCnAszVIW6ytXqx6d8P7N4C6g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Marieke Adank,"IRC, P.O. Box 82327, The Hague 2508 EH, The Netherlands",The Netherlands,,,John Butterworth,"IRC Ethiopia, P.O. Box 2, Addis Ababa 1251, Ethiopia",Ethiopia,butterworth@ircwash.org,,FALSE,,,,"['Ethiopia', 'monitoring', 'sanitation', 'service levels', 'small towns', 'water supply']" -319,30143,6,3,https://iwaponline.com/washdev/article/6/3/447/30143/Sustainability-evaluation-of-a-primary-school,"Journal of Water, Sanitation & Hygiene for Development",Sustainability evaluation of a primary school rainwater demonstration project in Tanzania,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/3/10.2166_washdev.2016.186/4/washdev2016186supp.docx?Expires=1706091615&Signature=OtidY9GHgaeBNNJpd7cfaxmnmOb8DtZy~zdnLWpSU1JFMsrn0qJqc59OHmgV8OiEPsEat-~NHfjk9ZRkF0mRUJBVRTo-JytGcZVw79ojdpKBH4nWGxVQtONihqCUs49IFeuW9J6ukDVtdcuYbqPWPnf~pycuYN58K7RX0tn3CFQrr0U7mVdJMvQ9P62AnsCUI9-Oopjz0fa6ClBk4BwNcctyfAxKTIh3BH4Px-UDlbjS6vAmtIm86eh6NF~0pFATuG2y9pzxEMymTs7UJFcJ-XleBEo1RpKXjt0hj5tafcdMq-eAeyoOBKm4db46GtPLBWNTWDE9twtIYtPh~CUluQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Tulinave Burton Mwamila,"Department of Civil and Environmental Engineering, Seoul National University, 599 Gwanak-ro, Gwanak-gu, Seoul 151-744, South Korea",South Korea,,,Moo Young Han,"Department of Civil and Environmental Engineering, Seoul National University, 599 Gwanak-ro, Gwanak-gu, Seoul 151-744, South Korea",South Korea,myhan@snu.ac.kr,,FALSE,,,,"['community water supply', 'demonstration project', 'rainwater harvesting', 'sustainability', 'water supply service level']" -320,30144,6,3,https://iwaponline.com/washdev/article/6/3/456/30144/Pump-it-up-making-single-pit-emptying-safer-in,"Journal of Water, Sanitation & Hygiene for Development",Pump it up: making single-pit emptying safer in rural Bangladesh,2016,FALSE,0,,[],10,Soumya Balasubramanya,"International Water Management Institute, Sri Lanka, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,,Soumya Balasubramanya,"International Water Management Institute, Sri Lanka, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,,FALSE,,,,"['Bangladesh', 'disposal', 'emptying', 'fecal sludge', 'rural', 'sanitation', 'single pit latrines']" -321,30145,6,3,https://iwaponline.com/washdev/article/6/3/465/30145/Inactivation-of-Ascaris-eggs-and-Salmonella-spp-in,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of Ascaris eggs and Salmonella spp. in fecal sludge by treatment with urea and ammonia solution,2016,FALSE,0,,[],3,J. Fidjeland,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Uppsala, Sweden",Sweden,,,B. Vinnerås,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Uppsala, Sweden",Sweden,bjorn.vinneras@slu.se,,FALSE,,,,"['ammonia', 'Ascaris', 'carbonate', 'inactivation', 'Salmonella']" -322,30146,6,3,https://iwaponline.com/washdev/article/6/3/474/30146/Fecal-sludge-derived-pellet-fertilizer-in-maize,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge-derived pellet fertilizer in maize cultivation,2016,FALSE,0,,[],5,Surendra K. Pradhan,"International Water Management Institute, PMB, CT 112, Cantonments, Accra, Ghana",Ghana,surendra.pradhan@aalto.fi,,Surendra K. Pradhan,"International Water Management Institute, PMB, CT 112, Cantonments, Accra, Ghana",Ghana,surendra.pradhan@aalto.fi,,FALSE,,,,"['fecal sludge', 'fertilizer', 'maize', 'pellets', 'sanitation']" -323,30147,6,3,https://iwaponline.com/washdev/article/6/3/482/30147/Utilization-rates-water-demand-and-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Utilization rates, water demand and wastewater characteristics of a shared sanitation facility in North Namibia",2016,FALSE,0,,[],3,K. Müller,"Technische Universität Darmstadt, Institute IWAR, Franziska-Braun-Str. 7, Darmstadt 64287, Germany",Germany,,,P. Cornel,"Technische Universität Darmstadt, Institute IWAR, Franziska-Braun-Str. 7, Darmstadt 64287, Germany",Germany,p.cornel@iwar.tu-darmstadt.de,,FALSE,,,,"['communal sanitation', 'informal settlements', 'shared sanitation', 'toilet facilities', 'wastewater characteristics', 'water demand']" -324,30148,6,3,https://iwaponline.com/washdev/article/6/3/491/30148/Understanding-the-drivers-of-sanitation-behaviour,"Journal of Water, Sanitation & Hygiene for Development","Understanding the drivers of sanitation behaviour in riverine communities of Niger Delta, Nigeria: the case of Odi and Kaiama communities",2016,FALSE,0,,[],5,E. D. Sample,"Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9JT, UK",UK,cneei@leeds.ac.uk,,E. D. Sample,"Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9JT, UK",UK,cneei@leeds.ac.uk,,FALSE,,,,"['Bayelsa', 'CLTS', 'Nigeria', 'open defecation', 'riverine areas', 'sanitation']" -325,30150,6,3,https://iwaponline.com/washdev/article/6/3/500/30150/National-Water-Operators-Partnerships-a-promising,"Journal of Water, Sanitation & Hygiene for Development",National Water Operators' Partnerships: a promising instrument for capacity development?,2016,FALSE,0,,[],2,M. Tutusaus,"UNESCO-IHE Institute for Water Education Westvest 7, Delft, The Netherlands",The Netherlands,m.tutusaus@unesco-ihe.org,,M. Tutusaus,"UNESCO-IHE Institute for Water Education Westvest 7, Delft, The Netherlands",The Netherlands,m.tutusaus@unesco-ihe.org,,FALSE,,,,"['capacity', 'efficiency', 'partnership', 'performance', 'water']" -326,30152,6,3,https://iwaponline.com/washdev/article/6/3/507/30152/Domestic-wastewater-treatment-with-a-decentralized,"Journal of Water, Sanitation & Hygiene for Development","Domestic wastewater treatment with a decentralized, simple technology biomass concentrator reactor",2016,FALSE,0,,[],2,Andrea G. Capodaglio,"DICAr, University of Pavia, Via Ferrata 3, Pavia 27100, Italy",Italy,capo@unipv.it,,Andrea G. Capodaglio,"DICAr, University of Pavia, Via Ferrata 3, Pavia 27100, Italy",Italy,capo@unipv.it,,FALSE,,,,"['BCR', 'biomass', 'domestic wastewater', 'MBR', 'membranes', 'wastewater treatment']" -327,30425,6,4,https://iwaponline.com/washdev/article/6/4/511/30425/Drinking-water-quality-control-control-charts-for,"Journal of Water, Sanitation & Hygiene for Development",Drinking water quality control: control charts for turbidity and pH,2016,FALSE,0,,[],4,Sermin Elevli,"Industrial Engineering Department, Ondokuz Mayis University, Samsun, Turkey",Turkey,sermin.elevli@omu.edu.tr,,Sermin Elevli,"Industrial Engineering Department, Ondokuz Mayis University, Samsun, Turkey",Turkey,sermin.elevli@omu.edu.tr,,FALSE,,,,"['ARIMA', 'autocorrelation', 'drinking water', 'pH', 'special cause control chart', 'turbidity']" -328,30426,6,4,https://iwaponline.com/washdev/article/6/4/519/30426/Assessment-of-water-loss-in-Harare-Zimbabwe,"Journal of Water, Sanitation & Hygiene for Development","Assessment of water loss in Harare, Zimbabwe",2016,FALSE,0,,[],2,Michael Gregory Ndunguru,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,micgregory2000@gmail.com,,Michael Gregory Ndunguru,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,micgregory2000@gmail.com,,FALSE,,,,"['Harare', 'real losses', 'water audits', 'water leakage', 'water loss']" -329,30429,6,4,https://iwaponline.com/washdev/article/6/4/534/30429/Utilizing-analytic-hierarchy-process-AHP-for,"Journal of Water, Sanitation & Hygiene for Development",Utilizing analytic hierarchy process (AHP) for decision making in water loss management of intermittent water supply systems,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/4/10.2166_washdev.2016.123/4/washdev2016123supp.docx?Expires=1706091649&Signature=dEzeiOYxHeRD6IBASgjAOfLzq-ug0Vc04qulj6pjnLoaoqg-pptP~NOQs6F4W7z8VEe8Mu8DayK8Ffintb4-W4beXKS4R8cQxk8YEmfjQagrafmH8BEYSRcTymcRrU6bCcL3PGr976dVZZ0h0fmlkCqTWX2w~jWW~5UjQVDAg7r5G55WnEcuZbVpoLKUo~c7jmrt9JLiirb6bvrzJ4z-4JaS5QVGjLEUaGVZBKBlcREV8p4Rrq8W8pFdLtZKRP09KKTFu-JOOZhUeNsZiIWzSC6KI2YvW8e0EvCOADOsjokC-~HPo3q4QvfJ2beGBCPE9I2Cft9bfL9ot9D0uez0OQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Shaher H. Zyoud,"Institute of Urban Water Management and Landscape Water Engineering, Graz University of Technology, Graz, Austria",Austria,shaherzyouds@gmail.com,,Shaher H. Zyoud,"Institute of Urban Water Management and Landscape Water Engineering, Graz University of Technology, Graz, Austria",Austria,shaherzyouds@gmail.com,,FALSE,,,,"['analytic hierarchy process', 'intermittent supply', 'multi-criteria decision analysis', 'water losses']" -330,30432,6,4,https://iwaponline.com/washdev/article/6/4/547/30432/Study-of-hydraulics-and-mixing-in-roof-tanks-used,"Journal of Water, Sanitation & Hygiene for Development",Study of hydraulics and mixing in roof tanks used in intermittent water supply,2016,FALSE,0,,[],4,R. D. Hernandez-Lopez,"Universidad Nacional Autónoma de México, Morelos Campus, Paseo Cuauhnahuac 8532, Jiutepec, Mor., Mexico, CP 62550",CP 62550,,,V. G. Tzatchkov,"Instituto Mexicano de Tecnología del Agua, Paseo Cuauhnahuac 8532, Jiutepec, Mor, Mexico, CP 62550",CP 62550,velitchk@tlaloc.imta.mx,,FALSE,,,,"['computational fluid dynamic (CFD) models', 'instantaneous water demand', 'intermittent water supply', 'residence time distribution', 'roof tanks']" -331,30435,6,4,https://iwaponline.com/washdev/article/6/4/555/30435/Knowledge-attitudes-and-practices-on-use-of-Fossa,"Journal of Water, Sanitation & Hygiene for Development","Knowledge, attitudes and practices on use of Fossa Alternas and double vault urine diverting dry (DVUDD) latrines in Malawi",2016,FALSE,0,,[],6,Save Kumwenda,"University of Malawi, College of Medicine, P/Bag 360, Blantyre 3, Chichiri, Malawi",Malawi,skumwenda@poly.ac.mw,,Save Kumwenda,"University of Malawi, College of Medicine, P/Bag 360, Blantyre 3, Chichiri, Malawi",Malawi,skumwenda@poly.ac.mw,,FALSE,,,,"['double vault urine diverting dry latrine and Fossa Alterna', 'ecological sanitation', 'Malawi', 'practices']" -332,30437,6,4,https://iwaponline.com/washdev/article/6/4/569/30437/Seasonal-patterns-of-drinking-water-consumption,"Journal of Water, Sanitation & Hygiene for Development","Seasonal patterns of drinking water consumption pattern in Mysore City, Karnataka, South India",2016,FALSE,0,,[],2,Jessen George,"Department of Water and Health, Faculty of Life Sciences, JSS University, SS Nagar, Mysore, Karnataka 570015, India",India,,,S. Suriyanarayanan,"Department of Water and Health, Faculty of Life Sciences, JSS University, SS Nagar, Mysore, Karnataka 570015, India",India,sunsjk@gmail.com,,FALSE,,,,"['cold water intake', 'drinking water', 'risk assessment', 'water consumption']" -333,30440,6,4,https://iwaponline.com/washdev/article/6/4/576/30440/Inactivation-of-E-coli-by-copper-and-silver-wire,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of E. coli by copper and silver wire in the presence of synthetic sunlight for safe drinking water,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/4/10.2166_washdev.2016.024/4/washdev2016024supp.docx?Expires=1706091667&Signature=NWOX5Ixv-UDt7QyFlEZWxc3KiV0krGZ2beI7JPjfLFHuWP2gyTTiJzXvko8t9xLrMPxV3zCma0Urtgwkqwbyr7~u3xAT-iv4ZHjAAe0hsXnYpyYGO0zN0dXB54491NXQlPB1BXk3I4d9NhK~POySt~YxOnf4ZexV8YCEf6NuBwAQh9tmM3WVyCJ4cuRb5vDHKRrtOwGVtfgiQQSHmhNShzhMlOB1Fh4D7PNA5gXfk-5MG8H90SQncCrO-EJiL-elIKY05srNxVch7alxethUYWKZldnYvAactaC3hUq3ys9RgwSGatB1suz-8wDSGI0eRzZaW9je8h1ZmA~MpX8-FA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Graham McLaughlin,"Department of Plant Agriculture, Gosling Research Institute for Plant Preservation, University of Guelph, Guelph, ON N1G 2W1, Canada",Canada,,,Praveen Saxena,"Department of Plant Agriculture, Gosling Research Institute for Plant Preservation, University of Guelph, Guelph, ON N1G 2W1, Canada",Canada,psaxena@uoguelph.ca,,FALSE,,,,"['copper', 'drinking water', 'E. coli', 'silver', 'solar disinfection']" -334,30441,6,4,https://iwaponline.com/washdev/article/6/4/584/30441/Build-up-a-database-to-determine-the-management-of,"Journal of Water, Sanitation & Hygiene for Development","Build up a database to determine the management of drinking water in the Province of Cartago, Costa Rica",2016,FALSE,0,,[],3,Silvia M. Soto Córdoba,"ITCR School of Environmental Engineering, Technological Institute of Costa Rica, San José, Costa Rica",Costa Rica,ssoto@itcr.ac.cr,,Silvia M. Soto Córdoba,"ITCR School of Environmental Engineering, Technological Institute of Costa Rica, San José, Costa Rica",Costa Rica,ssoto@itcr.ac.cr,,FALSE,,,,"['disinfection water', 'drinking water', 'rural water distribution', 'water management', 'water suppliers']" -335,30444,6,4,https://iwaponline.com/washdev/article/6/4/593/30444/A-comparative-study-of-lead-adsorption-by,"Journal of Water, Sanitation & Hygiene for Development",A comparative study of lead adsorption by activated Khaya Ivoresnsis and Pycanthus Angolensis sawdust,2016,FALSE,0,,[],2,Chidozie Charles Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka 410001, Enugu State, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,,Chidozie Charles Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka 410001, Enugu State, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,,FALSE,,,,"['adsorbent', 'adsorption', 'kinetics', 'lead', 'sawdust', 'water']" -336,30445,6,4,https://iwaponline.com/washdev/article/6/4/602/30445/Sustained-effectiveness-of-automatic-chlorinators,"Journal of Water, Sanitation & Hygiene for Development",Sustained effectiveness of automatic chlorinators installed in community-scale water distribution systems during an emergency recovery project in Haiti,2016,FALSE,0,,[],4,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Anderson Hall, Room 207, Medford, MA 02155, USA",USA,justine.rayner@tufts.edu,,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Anderson Hall, Room 207, Medford, MA 02155, USA",USA,justine.rayner@tufts.edu,,FALSE,,,,"['automatic chlorinators', 'centralized water treatment', 'evaluation', 'relief-to-recovery', 'sustained use', 'water quality']" -337,30447,6,4,https://iwaponline.com/washdev/article/6/4/613/30447/Decentralized-wastewater-treatment-using-a,"Journal of Water, Sanitation & Hygiene for Development",Decentralized wastewater treatment using a bioelectrochemical system to produce methane and electricity,2016,FALSE,0,,[],4,Cynthia J. Castro,"Department of Civil and Environmental Engineering, University of Massachusetts Amherst, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",USA,,,Caitlyn S. Butler,"Department of Civil and Environmental Engineering, University of Massachusetts Amherst, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",USA,cbutler@ecs.umass.edu,,FALSE,,,,"['hydraulically partitioned', 'methanogenesis', 'microbial fuel cell', 'sanitation', 'scale-up', 'wastewater treatment']" -338,30448,6,4,https://iwaponline.com/washdev/article/6/4/622/30448/Prevalence-and-diversity-of-intestinal-helminth,"Journal of Water, Sanitation & Hygiene for Development",Prevalence and diversity of intestinal helminth eggs in pit latrine sludge of a tropical urban area,2016,FALSE,0,,[],3,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Faculty of Science, University of Yaounde I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Faculty of Science, University of Yaounde I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,,FALSE,,,,"['health consideration', 'parasite', 'pit latrine', 'tropical urban area', 'waste management']" -339,30449,6,4,https://iwaponline.com/washdev/article/6/4/631/30449/Characterisation-of-septage-in-partially-sealed,"Journal of Water, Sanitation & Hygiene for Development",Characterisation of septage in partially sealed cesspit,2016,FALSE,0,,[],4,Nezar Al-Atawneh,"Institute of Environmental and Water Studies (IEWS), Birzeit University, P.O. Box 14, Birzeit, The West Bank, Palestine",Palestine,,,Nidal Mahmoud,"Institute of Environmental and Water Studies (IEWS), Birzeit University, P.O. Box 14, Birzeit, The West Bank, Palestine",Palestine,nmahmoud@birzeit.edu,,FALSE,,,,"['anaerobic treatment', 'heavy metals', 'nitrogenous compounds', 'on-site sanitation', 'pollution', 'wastewater']" -340,30451,6,4,https://iwaponline.com/washdev/article/6/4/640/30451/Water-and-sanitation-interventions-to-control,"Journal of Water, Sanitation & Hygiene for Development",Water and sanitation interventions to control diarrheal disease in rural China,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/4/10.2166_washdev.2016.131/4/washdev2016131supp.docx?Expires=1706091695&Signature=fzmkgxbGhGhmQjLhKmFeBQhrXInW4rZp5irWVprzDlZOiabcBhaEMqIm4AzJlHW1me-kV-ONNtT-XCcGKZnQvvBIZ2je9DvMNgpbCb7pkSP81-wqfdLkJSx0GWem8NV~1rk5AoUyHs9mMJ1oq7tzkM5PDjzzCSGwEGeUKl0RtjhFNfpW2fZ3KWsMDNXJ~P0e8C50yKkZtwBXs2uEmihKWp1qn63l6v2BLKzKIsyysW4ra~0C2J9dg-LqH14uH9XVGhZTcNYtDl1BDVhruhLPuP-0K2ddu0gkUyDkjsP45IOkCidec7cs3KV-duOyaxy~s0fZa4SrA9diXMJqP0mBuA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Li Hongxing,"National Center for Rural Water Supply Technical Guidance, Chinese Center for Disease Control and Prevention, No.13 Zhengfu St, Changping District, Beijing 102200, China",China,,,Zhang Qi,"National Center for Rural Water Supply Technical Guidance, Chinese Center for Disease Control and Prevention, No.13 Zhengfu St, Changping District, Beijing 102200, China",China,zhangqi@crwstc.org,,FALSE,,,,"['meta-analysis', 'rural China', 'sanitation', 'water']" -341,30453,6,4,https://iwaponline.com/washdev/article/6/4/650/30453/Is-access-to-adequate-and-equitable-sanitation-for,"Journal of Water, Sanitation & Hygiene for Development",Is ‘access to adequate and equitable sanitation’ for all by 2030 achievable? Perspectives from sector experts on what needs to change to realise the Sustainable Development Goal,2016,FALSE,0,,[],1,Andrés Hueso,"WaterAid, 47–49 Durham Street, London SE11 5JD, UK",UK,andreshueso@wateraid.org,,Andrés Hueso,"WaterAid, 47–49 Durham Street, London SE11 5JD, UK",UK,andreshueso@wateraid.org,,FALSE,,,,"['post-2015', 'sanitation', 'Sustainable Development Goals', 'universal access']" -342,30446,7,1,https://iwaponline.com/washdev/article/7/1/1/30446/The-elimination-of-open-defecation-and-its-adverse,"Journal of Water, Sanitation & Hygiene for Development",The elimination of open defecation and its adverse health effects: a moral imperative for governments and development professionals,2017,FALSE,0,,[],1,Duncan Mara,"Emeritus Professor of Civil Engineering, Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",UK,d.d.mara@leeds.ac.uk,,Duncan Mara,"Emeritus Professor of Civil Engineering, Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",UK,d.d.mara@leeds.ac.uk,,FALSE,,,,"['child health', 'diarrhea', 'environmental enteropathy', 'impaired cognition', 'open defecation', 'stunting']" -343,30450,7,1,https://iwaponline.com/washdev/article/7/1/13/30450/Socio-psychological-determinants-for-safe-drinking,"Journal of Water, Sanitation & Hygiene for Development",Socio-psychological determinants for safe drinking water consumption behaviors: a multi-country review,2017,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.080/4/washdev2017080supp.pdf?Expires=1706091706&Signature=sAEu8HhKlvOkA30mcxEPpNB1ihR5B80iw5QPa8Fm7U47MYCT~jS7gFUVG5wHQbTbOM7XV-DO8PJh0X9fFrF-8ANiAptrhZyA3zHB2RkIfo5GeWhOyAGEmJPvJRIlkXI33ZRFlLPNqd21fU1RVKIqGDZ1JB0aeKUicLOqnthTYNH44M8ULI7tI~8jis~wbX3arudFY4ND4JWPtu~dVkwnUbgVRFu92sd~tDh1LBcYqOAAJxasrvg-w49bPy3teZnd1XrBUZ~3xifEotAM~62gqHnwab~9DBL~eWbkKCLCO31sSC5x9-ZENLrV7RMubXzQYvzEdoRiIYMOcGec1mrpoA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Jonathan Lilje,"Department of Environmental Social Sciences within Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,jonathan.lilje@eawag.ch,,Jonathan Lilje,"Department of Environmental Social Sciences within Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,jonathan.lilje@eawag.ch,,FALSE,,,,"['behavior change', 'behavioral determinants', 'developing countries', 'drinking water treatment', 'health promotion', 'health psychology']" -344,30452,7,1,https://iwaponline.com/washdev/article/7/1/25/30452/Towards-sustained-sanitation-services-a-review-of,"Journal of Water, Sanitation & Hygiene for Development",Towards sustained sanitation services: a review of existing frameworks and an alternative framework combining ecological and sanitation life stage approaches,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.086/4/washdev2017086supp.docx?Expires=1706091711&Signature=aEaeyluDC84zFm1klaedvezOM4sM3KUPGTvfeH6-6r-4aL77SXjRqENifi~lPlhxTf5wcoVEZgCl9sDinNfuUZiMmN4zzhwDDeFi07CZGUr6GmCl3muY6hHkbw-D32zWNwGTJoJTdc5d4xGEBQ5n7SrbZ0iN9C-W5Ry1Q99NvycaBf5uRbA3Re6LMajY7ZyspjXzaxW6qH3hyCn3IwLeRoYCuSoD~eQ84ZJWWKEZWU8ho2eZbySKzsO6zB12L~W5elK1RSsvtxrubiHGAANeg0VsVeO10p4VQfBeLlRhvDNZnFP6olS3ZbaEghNcQ4Ezq-2N5~U7zHNtb7C9R-E7fQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Ni Made Utami Dwipayanti,"Center for Environment and Population Health, School of Environment, Griffith University, 170 Kessels Road, Nathan, Brisbane, Queensland 4111, Australia",Australia,nimadeutami.dwipayanti@griffithuni.edu.au,,Ni Made Utami Dwipayanti,"Center for Environment and Population Health, School of Environment, Griffith University, 170 Kessels Road, Nathan, Brisbane, Queensland 4111, Australia",Australia,nimadeutami.dwipayanti@griffithuni.edu.au,,FALSE,,,,"['comprehensive framework', 'ecological approach', 'factors', 'sanitation adoption', 'sanitation system', 'sustainability']" -345,30459,7,1,https://iwaponline.com/washdev/article/7/1/43/30459/Message-method-and-messenger-a-literature-survey,"Journal of Water, Sanitation & Hygiene for Development","Message, method and messenger – a literature survey and typology for planning strategic advocacy",2017,FALSE,0,,[],2,Tanvi Nagpal,"International Development Program, Paul H. Nitze School of Advanced International Studies – Johns Hopkins University, Washington, DC, USA",USA,,,Rachel Rose,"International Development Program, Paul H. Nitze School of Advanced International Studies – Johns Hopkins University, Washington, DC, USA",USA,rrose12@jhu.edu,,FALSE,,,,"['advocacy', 'communication', 'municipal budgets', 'sanitation', 'WASH']" -346,30467,7,1,https://iwaponline.com/washdev/article/7/1/56/30467/Sustained-use-in-a-relief-to-recovery-household,"Journal of Water, Sanitation & Hygiene for Development",Sustained use in a relief-to-recovery household water chlorination program in Haiti: comparing external evaluation findings with internal supervisor and community health worker monitoring data,2017,FALSE,0,,[],6,Lauren Wilner,"Public Health and Professional Degree Program, Tufts University School of Medicine, Boston, MA, USA",USA,,,Daniele Lantagne,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA, USA",USA,daniele.lantagne@tufts.edu,,FALSE,,,,"['chlorine', 'evaluation', 'household water treatment', 'linking relief to rehabilitation and development', 'monitoring', 'sustained use']" -347,30482,7,1,https://iwaponline.com/washdev/article/7/1/67/30482/Removing-Legionella-pneumophila-and-biofilms-from,"Journal of Water, Sanitation & Hygiene for Development",Removing Legionella pneumophila and biofilms from water supply systems using plant essential oils,2017,FALSE,0,,[],2,Ozgur Ceylan,"Food Quality Control and Analysis Program, Ula Ali Kocman Vocational School, Mugla Sitki Kocman University, Ula, Mugla 48147, Turkey",Turkey,ozgceylan@hotmail.com,,Ozgur Ceylan,"Food Quality Control and Analysis Program, Ula Ali Kocman Vocational School, Mugla Sitki Kocman University, Ula, Mugla 48147, Turkey",Turkey,ozgceylan@hotmail.com,,FALSE,,,,"['antibiofilm activity', 'antimicrobial activity', 'essential oils', 'Legionella pneumophila']" -348,30488,7,1,https://iwaponline.com/washdev/article/7/1/74/30488/Laboratory-efficacy-and-field-effectiveness-of,"Journal of Water, Sanitation & Hygiene for Development",Laboratory efficacy and field effectiveness of hollow fiber membrane microfilters used for household water treatment in Honduras,2017,FALSE,0,,[],12,Anna L. Murray,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA, USA",USA,anna.murray@tufts.edu,,Anna L. Murray,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA, USA",USA,anna.murray@tufts.edu,,FALSE,,,,"['drinking water', 'hollow fiber membrane', 'household water treatment', 'microbiological effectiveness', 'microfiltration', 'point-of-use']" -349,30494,7,1,https://iwaponline.com/washdev/article/7/1/85/30494/Trash-removal-methods-for-improved-mechanical,"Journal of Water, Sanitation & Hygiene for Development",Trash removal methods for improved mechanical emptying of pit latrines using a screw auger,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.106/4/washdev2017106supp.docx?Expires=1706091733&Signature=P3ifdaZcaJJY5l3~l2gx-5F5cyFrJ38zrP6rM5uzJtAlGYehnpS3dCZpP30TssjIoaS8mM6CsHqp3D1dl45-c25pwMnHxKykFeyVZfMos1U-VNMVAxd9ozLzbDDp5dUACfV0fVLNxP6Uz8qUztRodR1YomoYyEs5cdfpd6E0EWgg51kpYtRNXAgDJcQCAdaRDQsgevkEDuTX54-2KdJBuMprPsoEw-9Xx-W-GD-jtOAmeA9AnXnbmTjPyWqxykyvmkBp1~thtIE1RExn8jzerPvajDPWIzlCin11EqLWZ70asq4xzY-FfwogAiROTN9DqvrBgsJewgRHR8OMw7MaVA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Tracey Sisco,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC, USA",USA,,,"Francis L. de los Reyes, III","Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC, USA",USA,fldelosr@ncsu.edu,,FALSE,,,,"['auger', 'developing countries', 'Excrevator', 'pit emptying', 'trash removal']" -350,30500,7,1,https://iwaponline.com/washdev/article/7/1/92/30500/Assessing-ambient-and-internal-environmental,"Journal of Water, Sanitation & Hygiene for Development","Assessing ambient and internal environmental conditions of pit latrines in urban slums of Kampala, Uganda: effect on performance",2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.085/4/washdev2017085supp.docx?Expires=1706091736&Signature=VOv76UbfhPMNclq7dZXNy3b30cfFcQEdJb-F1moLBfTTZzTA50wrL57J3pTSWDiygH8CXx0u51eDnz8ukcErXOS822-idsR-sRuDcBMw~PIBOcbNtFfAqAPqP~zJyPJYwepJIjps8OvOAz5vKbVEOzZnxQM9XOsmNTPWO2eYIwdRSfL4x9rSqR-TMeBlTXzUATSolo4WAwhYSOx-BFBHPmwp4lg7sTClymabhNPcwGStkAxNez-6X2e1oK-XW5r0dA2Vkwb82TQ~XxCmLLKJARRUKsJzVuKHTmFKqMGLeDhFqpOBbMv1cizClEJajXJktQTHDD0ZKL0YTlDM8iEYag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Anne Nakagiri,"Department of Civil and Environmental Engineering, College of Engineering, Design, Art and Technology, Makerere University, Kampala, Uganda",Uganda,anakagiri@gmail.com,,Anne Nakagiri,"Department of Civil and Environmental Engineering, College of Engineering, Design, Art and Technology, Makerere University, Kampala, Uganda",Uganda,anakagiri@gmail.com,,FALSE,,,,"['ambient conditions', 'environmental conditions', 'oxygen-reduction potential', 'performance', 'pit latrine', 'urban slums']" -351,30513,7,1,https://iwaponline.com/washdev/article/7/1/102/30513/Isotherm-models-and-kinetics-of-copper-adsorption,"Journal of Water, Sanitation & Hygiene for Development",Isotherm models and kinetics of copper adsorption by using hydrochar produced from hydrothermal carbonization of faecal sludge,2017,FALSE,0,,[],4,Thammarat Koottatep,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Pathumthani, Thailand",Thailand,,,Krailak Fakkaew,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Pathumthani, Thailand",Thailand,p-krai@hotmail.com,,FALSE,,,,"['copper removal', 'faecal sludge', 'hydrochar', 'low cost adsorbent']" -352,30518,7,1,https://iwaponline.com/washdev/article/7/1/111/30518/Urine-diversion-dry-toilets-in-eThekwini,"Journal of Water, Sanitation & Hygiene for Development","Urine diversion dry toilets in eThekwini Municipality, South Africa: acceptance, use and maintenance through users' eyes",2017,FALSE,0,,[],5,Nosipho Mkhize,"eThekwini Water and Sanitation, 3 Prior Road, Durban 4000, South Africa",South Africa,nosiphmk@durban.gov.za,,Nosipho Mkhize,"eThekwini Water and Sanitation, 3 Prior Road, Durban 4000, South Africa",South Africa,nosiphmk@durban.gov.za,,FALSE,,,,"['education', 'focus group discussions', 'qualitative', 'quantitative', 're-use', 'sanitation']" -353,30525,7,1,https://iwaponline.com/washdev/article/7/1/121/30525/Take-it-away-the-need-for-designing-fecal-sludge,"Journal of Water, Sanitation & Hygiene for Development",Take it away: the need for designing fecal sludge disposal services for single-pit latrines,2017,FALSE,0,,[],11,Soumya Balasubramanya,"International Water Management Institute, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,,Soumya Balasubramanya,"International Water Management Institute, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,,FALSE,,,,"['disposal', 'emptying', 'fecal sludge', 'rural', 'sanitation', 'single-pit latrines']" -354,30526,7,1,https://iwaponline.com/washdev/article/7/1/129/30526/What-has-poverty-got-to-do-with-it-Analysis-of,"Journal of Water, Sanitation & Hygiene for Development",What has poverty got to do with it? Analysis of household access to improved sanitation in Ghana,2017,FALSE,0,,[],3,Simon Mariwah,"Department of Geography and Regional Planning, University of Cape Coast, Cape Coast, Ghana",Ghana,,,Joshua Amo-Adjei,"African Population and Health Research Center, Manga Close, P.O. Box 10787-00100, Nairobi, Kenya",Kenya,joshua.amo-adjei@ucc.edu.gh,,FALSE,,,,"['Ghana', 'household', 'improved sanitation', 'poverty']" -355,30542,7,1,https://iwaponline.com/washdev/article/7/1/140/30542/Water-sanitation-and-hygiene-WASH-in-schools,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene (WASH) in schools: results from a process evaluation of the National Sanitation Campaign in Tanzania",2017,FALSE,0,,[],7,Prince Antwi-Agyei,"Environmental Health Group, Faculty of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, Keppel Street, London WC1E 7HT, UK",UK,princekaagyei@gmail.com,,Prince Antwi-Agyei,"Environmental Health Group, Faculty of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, Keppel Street, London WC1E 7HT, UK",UK,princekaagyei@gmail.com,,FALSE,,,,"['National Sanitation Campaign', 'process evaluation', 'schools', 'Tanzania', 'WASH']" -356,30544,7,1,https://iwaponline.com/washdev/article/7/1/151/30544/Characterization-of-pit-latrines-to-support-the,"Journal of Water, Sanitation & Hygiene for Development","Characterization of pit latrines to support the design and selection of emptying tools in peri-urban Mzuzu, Malawi",2017,FALSE,0,,[],5,Rashid Chiposa,"Centre of Excellence in Water and Sanitation, Mzuzu University, Private Bag 201, Mzuzu 2, Malawi",Malawi,,,Rochelle H. Holm,"Centre of Excellence in Water and Sanitation, Mzuzu University, Private Bag 201, Mzuzu 2, Malawi",Malawi,rochelle@rochelleholm.com,,FALSE,,,,"['fecal sludge management', 'low-income countries', 'Malawi', 'pit emptying', 'pit latrine']" -357,30548,7,1,https://iwaponline.com/washdev/article/7/1/156/30548/Control-of-urine-odor-in-different-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Control of urine odor in different sanitation practices and its implication on water saving,2017,FALSE,0,,[],2,Shervin Hashemi,"Department of Civil and Environmental Engineering, Seoul National University, Seoul, Republic of Korea",Republic of Korea,,,Mooyoung Han,"Department of Civil and Environmental Engineering, Seoul National University, Seoul, Republic of Korea",Republic of Korea,myhan@snu.ac.kr,,FALSE,,,,"['dilution ratio', 'sanitation', 'sustainability', 'threshold odor number', 'urine odor']" -358,30154,7,2,https://iwaponline.com/washdev/article/7/2/163/30154/History-of-sanitation-and-hygiene-technologies-in,"Journal of Water, Sanitation & Hygiene for Development",History of sanitation and hygiene technologies in the Hellenic world,2017,FALSE,0,,[],5,Stavros Yannopoulos,"Faculty of Engineering, School of Rural and Surveying Engineering, Aristotle University of Thessaloniki, 54124 Thessaloniki, Greece E-mail: ",Greece E-mail: ,giann@vergina.eng.auth.gr,,,,,,,FALSE,,,,"['drains', 'hygiene', 'sanitary structures', 'sanitation', 'sewers']" -359,30170,7,2,https://iwaponline.com/washdev/article/7/2/181/30170/Climate-change-vulnerability-and-resilience-of,"Journal of Water, Sanitation & Hygiene for Development","Climate change vulnerability and resilience of water, sanitation, and hygiene services: a theoretical perspective",2017,FALSE,0,,[],3,Jeremy Paul Kohlitz,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, New South Wales, Australia E-mail: jeremy.kohlitz@uts.edu.au",Australia E-mail: jeremy.kohlitz@uts.edu.au,jeremy.kohlitz@uts.edu.au,,,,,,,FALSE,,,,"['climate change', 'perspectives', 'resilience', 'theory', 'vulnerability', 'WASH']" -360,30193,7,2,https://iwaponline.com/washdev/article/7/2/196/30193/Qualitative-comparative-analysis-for-WASH-research,"Journal of Water, Sanitation & Hygiene for Development",Qualitative comparative analysis for WASH research and practice,2017,FALSE,0,,[],2,Jessica Kaminsky,"Department of Civil and Environmental Engineering, University of Washington, 121H More Hall, Seattle, WA 98195, USA E-mail: ",USA E-mail: ,jkaminsk@uw.edu,,,,,,,FALSE,,,,"['hygiene', 'methods', 'QCA', 'sanitation', 'WASH', 'water']" -361,30206,7,2,https://iwaponline.com/washdev/article/7/2/209/30206/Environmentally-sustainable-WASH-Current-discourse,"Journal of Water, Sanitation & Hygiene for Development","Environmentally sustainable WASH? Current discourse, planetary boundaries and future directions",2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.130/2/washdev2017130supp.docx?Expires=1706091787&Signature=EV~XVVQl6JvyXvgffhH8NS2mClHCRe3AHAMkZz6GtNZkEotUcxVe6sZ1ZW9AZk7VRD5oc-4~ZXu~OkZfT38OCCb35Lrt~~1950fndzN~L-3LGSszPcAI3KLWRC-1EXR09KuVyaEN7IzVW7kToc08VfPgiY5zhiGKcRUO9C-ef3~QYzF0rIS15SIo5kUm7kCkXSNQNF16gMh2UD8Ob082JaTZIkppSwy71T7OikDgV1IZsqPqyuoLzb4y2BE191FREYh0qO6uyXXNuKXr59MIcXVkpV3JMUWwY8Mima80oU4fCm52ixn8Fe6pHz736CBhscEbAwaJYDhwnz02icVHbA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Naomi Carrard,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia E-mail: naomi.carrard@uts.edu.au",Australia E-mail: naomi.carrard@uts.edu.au,naomi.carrard@uts.edu.au,,,,,,,FALSE,,,,"['environmental sustainability', 'planetary boundaries', 'reuse', 'Sustainable Development Goals', 'WASH', 'water security']" -362,30222,7,2,https://iwaponline.com/washdev/article/7/2/229/30222/Decision-sciences-in-the-management-of-water,"Journal of Water, Sanitation & Hygiene for Development",Decision sciences in the management of water resources: multi-criteria methods and game theory applied to the field of sanitation,2017,FALSE,0,,[],2,Alexandre Bevilacqua Leoneti,"Research Group in Decision Sciences, School of Economics, Business Administration and Accounting, University of São Paulo, Ribeirão Preto, Brazil E-mail: ",Brazil E-mail: ,ableoneti@usp.br,,,,,,,FALSE,,,,"['decision sciences', 'game theory', 'multi-criteria methods', 'sanitation', 'water management']" -363,30234,7,2,https://iwaponline.com/washdev/article/7/2/243/30234/Faecal-sludge-as-a-solid-industrial-fuel-a-pilot,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge as a solid industrial fuel: a pilot-scale study,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.089/2/washdev2017089supp.docx?Expires=1706091800&Signature=Nr4Uk6RWZYUtMMMQSgHcDwgzlI5gMtXDyPvjBl8IP2vayMfeLiiEX2Z7ZxRd-6kFw7oD2pYDkkEAC0uvmgbG6HTBmdClJRO1e5MiFl0eTCQFw69FJQRprIQtE~RDFQDS~ti3fAUwJxx1YO6pJ6Gdl4TJXOQSlMk2QaD9Mcmq0wbSwTwmnQ2HICK0hQZZSon7hr1B2lI2mYAhQY3AYIY0yRIyAi9czHNHoLs2MqObT0JIYC7d5uvhhQ4~D6RqKA5SZDthvUqeh7M7zVkup1pxEu4v3s2IE~XF1SmiYyrHzTE0IPuR88OT91KUQpHSxun3BF1cYpe7T4qkMRycxysgkA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Moritz Gold,"Sandec, Department of Sanitation, Water and Solid Waste for Development, EAWAG, Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, 8600 Duebendorf, Switzerland E-mail: ",Switzerland E-mail: ,moritz.gold@eawag.ch,,,,,,,FALSE,,,,"['co-combustion', 'fecal sludge management', 'heavy metals', 'resource recovery', 'sanitation', 'waste-to-energy']" -364,30236,7,2,https://iwaponline.com/washdev/article/7/2/252/30236/Rendering-fecal-waste-safe-for-reuse-via-a-cost,"Journal of Water, Sanitation & Hygiene for Development",Rendering fecal waste safe for reuse via a cost-effective solar concentrator,2017,FALSE,0,,[],4,Andrew M. Foote,"College of Engineering, Georgia Institute of Technology, Atlanta, GA, USA and Sanivation LLC, P.O. Box 262-20117, Naivasha 20117, Kenya E-mail: ",Kenya E-mail: ,andrew.foote@sanivation.com,,,,,,,FALSE,,,,"['developing countries', 'helminth', 'pathogen inactivation', 'sanitation', 'solar treatment', 'waste']" -365,30237,7,2,https://iwaponline.com/washdev/article/7/2/260/30237/Types-and-distribution-of-improved-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Types and distribution of improved sanitation technologies in sub-Saharan Africa,2017,FALSE,0,,[],3,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe E-mail: ",Zimbabwe E-mail: ,mismuchie@gmail.com,,,,,,,FALSE,,,,"['coverage', 'improved sanitation technology', 'sanitation technology', 'sub-Saharan Africa', 'technology selection']" -366,30238,7,2,https://iwaponline.com/washdev/article/7/2/272/30238/Sanitation-and-externalities-evidence-from-early,"Journal of Water, Sanitation & Hygiene for Development",Sanitation and externalities: evidence from early childhood health in rural India,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.143/2/washdev2017143supp.docx?Expires=1706091813&Signature=Fyf1ckjEQWuAHyXnEytNdmPgip6~URgJtx2nJrR0W2K9FqBncpU7aPs9gnCysyEIE3AvQEf1IyZ3Eo80jkGF36NzYG6n2U5GCHUSJXdguGB-xVGzBm-KcCHCLRmHiJr53xNbsUnRltBptrFJJvU0c3blU4N1V7fpQZebaLebBzF4xAKRbmUhgcCCU9BT6-Og57Ru4mbwYn3bo22HkXdJShB3UVRFsaL-Hzu3LJahY7xwv3~lf~bBQVpkJan6G1I12D7hq6XNa6Ogn9CZRsGwwCr8l4syiF7zlXCVl--0quo7JAdbQym2VKCITou9Lb3wXr-YQsXnyeZWh9ogR10bUg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Luis Andrés,"World Bank, 1818 H Street NW, Washington, DC, USA E-mail: ",USA E-mail: ,landres@worldbank.org,,,,,,,FALSE,,,,"['diarrhea', 'externalities', 'health', 'India', 'sanitation']" -367,30239,7,2,https://iwaponline.com/washdev/article/7/2/290/30239/Systematic-risk-management-approach-of-household,"Journal of Water, Sanitation & Hygiene for Development",Systematic risk management approach of household drinking water from the source to point of use,2017,FALSE,0,,[],3,Lutendo S. Mudau,"Department of Environmental Health, Tshwane University of Technology, P/Bag x680, Pretoria 0001, South Africa E-mail: ",South Africa E-mail: ,mudauls@tut.ac.za,,,,,,,FALSE,,,,"['drinking water quality', 'hazard analysis critical control point', 'households', 'risk assessment', 'water safety plans', 'water sources']" -368,30240,7,2,https://iwaponline.com/washdev/article/7/2/300/30240/Behavioral-influences-on-risk-of-exposure-to-fecal,"Journal of Water, Sanitation & Hygiene for Development","Behavioral influences on risk of exposure to fecal contamination in low-resource neighborhoods in Accra, Ghana",2017,FALSE,0,,[],8,J. Hurd,"Center for Global Safe Water, Sanitation and Hygiene, Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, GA 30322, USA E-mail: ",USA E-mail: ,mhennin@emory.edu,,,,,,,FALSE,,,,"['Accra', 'behavior', 'fecal contamination', 'Ghana', 'qualitative research']" -369,30242,7,2,https://iwaponline.com/washdev/article/7/2/312/30242/Exploring-the-link-between-handwashing-proxy,"Journal of Water, Sanitation & Hygiene for Development",Exploring the link between handwashing proxy measures and child diarrhea in 25 countries in sub-Saharan Africa: a cross-sectional study,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.126/2/washdev2017126supp.docx?Expires=1706091826&Signature=wGq4JasPYCROosbKTiBpI~QPpaqOOcWKe5OBJlCNBag6QiZfrx7t0NDfK8LDck19E39gyRQV9bvHfu~IiGhyOeYzGeHxzIP4bGlekOpJK6bqksV8iOYh7X~Yb20yZ7bl9DVmzAMUCUmwTZKkebzDpvo1juPpY7~GzipjVIJKPg5fx6AhR5IoKIBqwTvc7luVC2MICDB9o6Am85wq1ptPM9OVW93paEzv8BayMFscnty-IThGhNVcSStU0FXWLfvHQWdKsmsFDD0RHfbSrLCEPAugbTDKFIaaR18mGo3bn6XGAu6K9~O0h9ZNnMytXQ4gJYkYMoDClBtfRLWHuxOIIg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Mitsuaki Hirai,"Milken Institute School of Public Health, Department of Global Health, The George Washington University, 950 New Hampshire Ave., Suite 400, Washington, DC 20052, USA E-mail: mhirai@gwu.edu",USA E-mail: mhirai@gwu.edu,mhirai@gwu.edu,,,,,,,FALSE,,,,"['child health', 'diarrhea', 'handwashing', 'hygiene']" -370,30243,7,2,https://iwaponline.com/washdev/article/7/2/323/30243/Assessment-of-personal-hygiene-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Assessment of personal hygiene and sanitation using a composite index among adolescent girls and their households in urban slums of Pune, Maharashtra",2017,FALSE,0,,[],2,Angeline Jeyakumar,"Interdisciplinary School of Health Sciences, Savitribai Phule Pune University, Pune, Maharashtra, India E-mail: ",India E-mail: ,angelinejaykumar@gmail.com,,,,,,,FALSE,,,,"['adolescent health', 'personal hygiene', 'sanitation', 'urban slums']" -371,30245,7,2,https://iwaponline.com/washdev/article/7/2/331/30245/Reduction-in-exposure-to-arsenic-from-drinking,"Journal of Water, Sanitation & Hygiene for Development",Reduction in exposure to arsenic from drinking well-water in Bangladesh limited by insufficient testing and awareness,2017,FALSE,0,,[],4,A. Pfaff,"Sanford School of Public Policy, Duke University, 302 Towerview, Durham, NC 27708, USA",USA,,,,,,,,FALSE,,,,"['arsenic', 'Bangladesh', 'groundwater', 'mitigation']" -372,30248,7,2,https://iwaponline.com/washdev/article/7/2/340/30248/Development-of-a-Sanitation-Safety-Plan-for,"Journal of Water, Sanitation & Hygiene for Development","Development of a Sanitation Safety Plan for improving the sanitation system in peri-urban areas of Iringa, Tanzania",2017,TRUE,1,doc,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.256/2/washdev2017256supp.doc?Expires=1706091838&Signature=bSv1SKiZed1Rvb-dkz7inwUMa6CvhLhbTPnueq-uWFXtxtuL8OYKuQQdRR0VcPQXYqgJHqhalDNsWyIES6ZfM40am-F7vR4YQFy~yXiOcIRSlOVXqy2fIPWJTy9kTyVw79RvenpSZFMfuwkMqJt7oiS-cjj5Bh1bNA86ZYUv0D3P~ktr-gfYSvZcWgAyz0rp6rXogUwgFHKz362uiWEOxIerVIgVAtvGXsfit1w4bokXkuckvH8O4-Bk55aLbSjqZI1xmsWFmb-z7bD64BKkB2GNDzSVAXO~u8oNXH-CBl6q6fHdJU3HJI6j00EqziLBphlMpo4XsrF~JAIf1cRm~g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,M. Domini,"CeTAmb LAB, Research Laboratory on Appropriate Technologies for Environmental Management in Resource-Limited Countries, Department of Civil Engineering, Architecture, Land, Environment and of Mathematics, University of Brescia, via Branze 43, 25123 Brescia, Italy E-mail: ",Italy E-mail: ,m.domini@unibs.it,,,,,,,FALSE,,,,"['fecal sludge management', 'peri-urban', 'risk assessment', 'Sanitation Safety Planning', 'Tanzania']" -373,31612,7,3,https://iwaponline.com/washdev/article/7/3/349/31612/Limited-services-The-role-of-shared-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Limited services? The role of shared sanitation in the 2030 Agenda for Sustainable Development,2017,FALSE,0,,[],7,Barbara Evans,"Institute of Public Health and Environmental Engineering, University of Leeds, Leeds LS2 9JT, UK",UK,,,,,,,,FALSE,,,,"['limited services', 'shared sanitation', 'Sustainable Development Goals']" -374,31613,7,3,https://iwaponline.com/washdev/article/7/3/352/31613/Temporal-and-thematic-trends-in-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Temporal and thematic trends in water, sanitation and hygiene (WaSH) research in Pacific Island Countries: a systematic review",2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.021/2/washdev2017021supp.docx?Expires=1706091845&Signature=rA2Kc0S~6wGHyGnKB4mUcU0PT~pxfxKhmfHb7qGHDqLssUKCdV-tiKC5EFi5vuzmRbd3x0N8zBqN1~Rcw8kNEw4~8Z7vz20hBWeEqKr167bUzXpM9cmNErkfg7trjoWazrCdMKwgk8R9CMgdXymzIUesNWLPGIHWxAHmXvrzP2ovwnHvIY-EAuiyErYKFw6H49zLji-1E0J12aDLX~9uLrQwE5CMfOqL2PZC0k8gtzg~zYosQPeWhiue3UngtAZDTLuli2N5EITA-u7NZFcxWHEy2u9ukcL8ZiJNT3xvVGUoUztLqV0gCjHBuQ-9eKvV34GSel1U4TdNXlQzKIlVcg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,Morgan C. MacDonald,"Australian Rivers Institute, Griffith School of Environment, Griffith University, Nathan, QLD 4111, Australia E-mail: ",Australia E-mail: ,morgan.macdonald82@gmail.com,,,,,,,FALSE,,,,"['development goals', 'disaster relief and response', 'environmental health', 'public health', 'small island developing states (SIDS)', 'water resource management']" -375,31614,7,3,https://iwaponline.com/washdev/article/7/3/369/31614/The-role-of-packaged-water-in-meeting-global,"Journal of Water, Sanitation & Hygiene for Development",The role of packaged water in meeting global targets on improved water access,2017,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.155/2/washdev2017155supp.pdf?Expires=1706091850&Signature=2uWFsdmmmvDvPF5tALvJH0iKoWjAl2g8LJmRC3LCzMBr4jx8TI4YCweRIGhl~M6JtxA9sX4JTB1xuUoTRsrX4Avq6g-aJ7RxQ9qmhOUkGIj9JPw-i0oehfRwLdGZj1F8xqGSliYkX91yxZXUV5kbtXC~1JZUVI3CYWtcleG01f2gI8~P0itPkBCjczcf9eK4Eq~8BlKrENiAjrJ45IS4RuMwkCv8zkt2oBiXYdsJL33ER4Oq86h1DNHcZ~MmYOoipdEewQa4jkw6v9H~lVg4q~Tne9pbgvUxgqc3h57C4AaSDGrGDBn61shwsmkHzFJI8PX8vu0qe9qgI5cKggiXoA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Sridhar Vedachalam,"Johns Hopkins Water Institute, Johns Hopkins Bloomberg School of Public Health, 615 N Wolfe St, E6638, Baltimore, MD 21205, USA E-mail: ",USA E-mail: ,svedach1@jhu.edu,,,,,,,FALSE,,,,"['bottled', 'Ghana', 'improved', 'Nigeria', 'packaged water', 'sachet']" -376,31615,7,3,https://iwaponline.com/washdev/article/7/3/378/31615/Investigation-on-microbial-inactivation-and-urea,"Journal of Water, Sanitation & Hygiene for Development",Investigation on microbial inactivation and urea decomposition in human urine during thermal storage,2017,FALSE,0,,[],6,Xiaoqin Zhou,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, University of Science and Technology Beijing, Beijing 100083, China E-mail: ",China E-mail: ,zifuli@ustb.edu.cn,,,,,,,FALSE,,,,"['human urine', 'hygienization', 'stabilization', 'thermal treatment']" -377,31616,7,3,https://iwaponline.com/washdev/article/7/3/387/31616/Using-business-models-in-designing-market-based,"Journal of Water, Sanitation & Hygiene for Development",Using business models in designing market-based solutions: the case of fluoride treatment systems,2017,TRUE,1,doc,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.117/2/washdev2017117supp.doc?Expires=1706023359&Signature=0FPhx4BjF8z9lOOZz27QKWTIVvwFwSADhJdFfSNFWFzcBa~HQeoHXcETIr1P2NnknSKfNXaJDflXjJaQrlMiYGy5g-zne5BfMEl14GFI77-SK3cwj3WewVZbjfuzhksFWq6h2~-GwcBWVe8wCN8Y5MPrJpjwmSiKD0U1R90Pg01dGTH~oaSO2aCf6oYbQ1knCPAEXeAtCI1k6i~Ri3DhIcw8yN80eUKw4BTBUsCWxofXHCdqnMQaXH8UzyXbeBUvIDtTgF-AdUtGEiVr8AU1e1CmjtQ4cDzJdF5OLexCBzr6O7~MC9Hxgv9-awkIX~Xsndi9yFXVcTgUtix8OphZWg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Teshome L. Yami,"School of Civil Engineering and Environmental Science, and Entrepreneurship and Economic Development, University of Oklahoma, 202 W. Boyd St., Room 334, Norman, Oklahoma 73019, USA E-mail: teshome.l.yami-1@ou.edu",USA E-mail: teshome.l.yami-1@ou.edu,teshome.l.yami-1@ou.edu,,,,,,,FALSE,,,,"['business models', 'chemically activated cow bone', 'electrolytic defluoridation fluoride', 'Nalgonda', 'technological and economic sustainability']" -378,31617,7,3,https://iwaponline.com/washdev/article/7/3/396/31617/Adapting-the-IWA-water-balance-to-intermittent,"Journal of Water, Sanitation & Hygiene for Development",Adapting the IWA water balance to intermittent water supply and flat-rate tariffs without customer metering,2017,FALSE,0,,[],2,Miran Mastaller,"Karlsruhe Institute of Technology (KIT), Institute for Water and River Basin Management, Kaiserstraße 12, 76131 Karlsruhe, Germany E-mail: miran.mastaller@kit.edu",Germany E-mail: miran.mastaller@kit.edu,miran.mastaller@kit.edu,,,,,,,FALSE,,,,"['intermittent water distribution', 'water balance', 'water losses']" -379,31618,7,3,https://iwaponline.com/washdev/article/7/3/407/31618/Cultural-preferences-for-the-methods-and,"Journal of Water, Sanitation & Hygiene for Development",Cultural preferences for the methods and motivation of sanitation infrastructure development,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.188/2/washdev2017188supp.docx?Expires=1706024061&Signature=EFBl4I7SmqbqZ571MWriNEdw3Bb2yWyysbf0XSdBres16GQf13eW8Uz1Vu21x97-tgGLHQP4KQYRd8Wa40VAJaRpgJlFA1PXhOr0ZUxslejJUaTAR-pBmLAlCQZQYeUdvxLC5wxKKKgs8Zt-uzxm0FyuSoa4FWL~J~iU3xinouus1brfdCImB-cuHvYKzkehRWCv95aYsYxN16GR4gumN46RS0J4qkbvQSmfQKYrIL45~ieBWDERgdtS1Mn6yakuewNShBAKGxv6fWknzK3ylpOB6idDfrmseOfqAfzmDnUbyKkH-XJEjP1GNhHWbumyrvPtVn45PXYjC76dFxFgHQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Miriam E. Hacker,"Department of Civil and Environmental Engineering, University of Washington, 201 More Hall, Seattle, WA 98195, USA E-mail: meh7@uw.edu",USA E-mail: meh7@uw.edu,meh7@uw.edu,,,,,,,FALSE,,,,"['culture', 'fuzzy-set', 'Hofstede', 'infrastructure', 'sanitation']" -380,31619,7,3,https://iwaponline.com/washdev/article/7/3/416/31619/A-study-of-the-effect-of-water-quality-related,"Journal of Water, Sanitation & Hygiene for Development",A study of the effect of water quality-related variables on some age-related diseases adjusted for other well-known risk factors: a multivariate multilevel study,2017,FALSE,0,,[],2,Kapuruge Nishika Oshadini Ranathunga,"Department of Statistics, University of Colombo, PO Box 1490, Colombo 03, Sri Lanka E-mail: roshinis@hotmail.com",Sri Lanka E-mail: roshinis@hotmail.com,roshinis@hotmail.com,,,,,,,FALSE,,,,"['cardiovascular disease and diabetes', 'chronic respiratory conditions', 'Markov chain Monte Carlo', 'multivariate multilevel model', 'probit regression']" -381,31620,7,3,https://iwaponline.com/washdev/article/7/3/426/31620/Working-with-complexity-a-participatory-systems,"Journal of Water, Sanitation & Hygiene for Development","Working with complexity: a participatory systems-based process for planning and evaluating rural water, sanitation and hygiene services",2017,FALSE,0,,[],3,Jeffrey P. Walters,"Department of Civil Engineering, Universidad Diego Portales, Av. Ejército 441, Santiago, Chile E-mail: ",Chile E-mail: ,jeffrey.walters@udp.cl,,,,,,,FALSE,,,,"['MICMAC', 'participatory modeling', 'sustainability', 'systems approach', 'water', 'sanitation and hygiene (WASH)']" -382,31621,7,3,https://iwaponline.com/washdev/article/7/3/436/31621/Mobility-up-the-sanitation-ladder-following,"Journal of Water, Sanitation & Hygiene for Development",Mobility up the sanitation ladder following community-led total sanitation in rural Zambia,2017,FALSE,0,,[],10,Scott Russpatrick,"Akros, Lusaka, Zambia E-mail: ",Zambia E-mail: ,dalarsen@syr.edu,,,,,,,FALSE,,,,"['community-led total sanitation', 'sanitation ladder']" -383,31622,7,3,https://iwaponline.com/washdev/article/7/3/445/31622/Sanitation-value-chains-in-low-density-settings-in,"Journal of Water, Sanitation & Hygiene for Development",Sanitation value chains in low density settings in Indonesia and Vietnam: impetus for a rethink to achieve pro-poor outcomes,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.141/2/washdev2017141supp.docx?Expires=1706091882&Signature=5Nmc6tFLONENroUZWUe~ljWHnd159FAP4BiLnp06-y-FfaM9rUmq0gs6fBzGtO-sHtFo2WVDMABPE4X6lOXfGXvky5CUB24iHylPnoKbNhlGvxBIJQA6ABwM~-F~LvRH5dAMEb34f8IjthUmbkjTfZfJLYqjeALTWT4GAcND2lsHKGWBIg12cjaxXlRCImXnxvM5a2VxQyJkfyDCA50l4MwXG7sT21Ry7bPTO2cVC2c6dYB6o1EHR85h1tbbdN0LMvZeEErVIlauZyqOWgcptyRGcfBmdrry4xWJ0ksLlS5XVYcb2eFfcCvTNH36iAb2HUAMENqIt7cneGj5srdebA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Juliet Willetts,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia E-mail: ",Australia E-mail: ,juliet.willetts@uts.edu.au,,,,,,,FALSE,,,,"['market-based approaches', 'pro-poor', 'rural sanitation', 'supply chain', 'value chain']" -384,31623,7,3,https://iwaponline.com/washdev/article/7/3/455/31623/The-sanitation-and-urban-agriculture-nexus-urine,"Journal of Water, Sanitation & Hygiene for Development","The sanitation and urban agriculture nexus: urine collection and application as fertilizer in São Paulo, Brazil",2017,FALSE,0,,[],4,Mariana C. Chrispim,"School of Arts, Sciences, and Humanities, University of São Paulo, 1000 Arlindo Bettio Ave., Sao Paulo, SP 03828000, Brazil E-mail: ",Brazil E-mail: ,mnolasco@usp.br,,,,,,,FALSE,,,,"['fertilizer', 'nexus', 'source separation', 'urine']" -385,31624,7,3,https://iwaponline.com/washdev/article/7/3/466/31624/Technology-choices-in-scaling-up-sanitation-can,"Journal of Water, Sanitation & Hygiene for Development",Technology choices in scaling up sanitation can significantly affect greenhouse gas emissions and the fertiliser gap in India,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.005/2/washdev2017005supp.docx?Expires=1706091891&Signature=MbKobrzagmW7kKC8WLIG6dp1BIwT76yVuIcZfBuVcFwIboknnPki7kU8EpPUSZGytS-Tc3OW~tyCrGIFBAHKMWsto90fj~O2jSMHAB2L6uQEe-B5n69Vjl5hpHMjN1zIKTME48oCwVUCpiH-N7EP~XulutgWLLPqLSAyu2rRhnDMUoIKMy-sYcl77R8ujDbafYlkmEjnIWvZKNV7Vjr~14asq-DZpGjZNi0n55dQXYeDCSoAzsOk57eUQtHB2z4W9T2R9ZKr9FxuusMrmvgT-AhluLPW1xPnJMpoU7VgixQyTa9P1dH9fS58RPv~Om18ujgWjAzu36Fz3GPEa-nPSg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Michal Kulak,"UNILEVER Safety and Environmental Assurance Centre (SEAC), Colworth Science Park, Sharnbrook MK44 1LQ, UK E-mail: ",UK E-mail: ,michal.kulak@unilever.com,,,,,,,FALSE,,,,"['greenhouse gases', 'India', 'LCA', 'life cycle assessment', 'nutrients', 'sanitation']" -386,31625,7,3,https://iwaponline.com/washdev/article/7/3/477/31625/The-impact-of-low-flow-season-on-source-drinking,"Journal of Water, Sanitation & Hygiene for Development","The impact of low-flow season on source drinking water quality, Rosetta branch, Egypt",2017,FALSE,0,,[],3,K. Ghodeif,"Suez Canal University, Ismailia 41522, Egypt E-mail: ",Egypt E-mail: ,kghodeif@yahoo.com,,,,,,,FALSE,,,,"['drinking', 'Egypt', 'low-flow', 'source water quality']" -387,31626,7,3,https://iwaponline.com/washdev/article/7/3/485/31626/Microbiological-contamination-of-water-pans-in,"Journal of Water, Sanitation & Hygiene for Development",Microbiological contamination of water pans in Baringo County,2017,FALSE,0,,[],3,Edith J. Kurui,"Department of Environmental Science, Egerton University, Nairobi, Kenya E-mail: ",Kenya E-mail: ,kuruiedith89@gmail.com,,,,,,,FALSE,,,,"['Baringo', 'fecal contamination', 'microbiological water quality', 'water pans']" -388,31627,7,3,https://iwaponline.com/washdev/article/7/3/495/31627/Investigating-unaccounted-for-water-and-its,"Journal of Water, Sanitation & Hygiene for Development","Investigating unaccounted for water and its components in Zomba City water supply system, Malawi",2017,FALSE,0,,[],2,Zvikomborero Hoko,"Department of Civil Engineering, University of Zimbabwe, Box MP 167, Mount Pleasant, Harare, Zimbabwe E-mail: ",Zimbabwe E-mail: ,z_hoko@yahoo.com,,,,,,,FALSE,,,,"['apparent losses', 'minimum night flow', 'real losses', 'non-revenue water', 'water utility']" -389,31628,7,3,https://iwaponline.com/washdev/article/7/3/507/31628/Methods-for-controlling-stored-urine-odor-in,"Journal of Water, Sanitation & Hygiene for Development",Methods for controlling stored urine odor in resource-oriented sanitation,2017,FALSE,0,,[],2,Shervin Hashemi,"Department of Civil and Environmental Engineering, Seoul National University, Seoul, Republic of Korea E-mail: myhan@snu.ac.kr",Republic of Korea E-mail: myhan@snu.ac.kr,myhan@snu.ac.kr,,,,,,,FALSE,,,,"['ancient practices', 'resource-oriented sanitation', 'sustainable sanitation', 'threshold odor number (TON)', 'urine odor']" -390,31629,7,3,https://iwaponline.com/washdev/article/7/3/515/31629/Sustainability-inspired-composting-latrine-design,"Journal of Water, Sanitation & Hygiene for Development",Sustainability-inspired composting latrine design,2017,FALSE,0,,[],2,D. Kierys,"Department of Civil and Environmental Engineering, Michigan Technological University, Houghton, MI 49931, USA E-mail: barkdoll@mtu.edu",USA E-mail: barkdoll@mtu.edu,barkdoll@mtu.edu,,,,,,,FALSE,,,,"['developing country', 'ferrocement', 'public health', 'sanitation', 'social habits']" -391,31630,7,3,https://iwaponline.com/washdev/article/7/3/521/31630/Developing-water-and-sanitation-services-in,"Journal of Water, Sanitation & Hygiene for Development",Developing water and sanitation services in refugee settings from emergency to sustainability – the case of Zaatari Camp in Jordan,2017,FALSE,0,,[],5,A. W. C. van der Helm,"Waternet, P.O. Box 94370, 1090 GJ, Amsterdam, The Netherlands E-mail: ",The Netherlands E-mail: ,alex.van.der.helm@waternet.nl,,,,,,,FALSE,,,,"['drinking water', 'infrastructure', 'public health', 'refugee camp', 'sustainability', 'wastewater']" -392,31631,7,3,https://iwaponline.com/washdev/article/7/3/528/31631/Getting-a-foot-on-the-sanitation-ladder-user,"Journal of Water, Sanitation & Hygiene for Development","Getting a foot on the sanitation ladder: user satisfaction and willingness to pay for improved public toilets in Accra, Ghana",2017,FALSE,0,,[],3,Simon Mariwah,"Department of Geography and Regional Planning, PMB University Post Office, University of Cape Coast, Cape Coast, Ghana E-mail: ",Ghana E-mail: ,smariwah@ucc.edu.gh,,,,,,,FALSE,,,,"['Ghana', 'public toilets', 'sanitation', 'satisfaction', 'willingness to pay']" -393,38055,7,4,https://iwaponline.com/washdev/article/7/4/535/38055/Why-do-water-points-fail-Learning-from-open-ended,"Journal of Water, Sanitation & Hygiene for Development",Why do water points fail? Learning from open-ended failure descriptions in the WPDx dataset,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.022/1/washdev2017022supp.docx?Expires=1706091921&Signature=tP8wbb~q4e29aZwctXTDQ8Du5mxAT6rUN50IWPWM8iU0XuFamZ2DSWIcqjp82OT~eU8ZvWkqZGEhsy5~YSQafoYOdz3utqeU-wBBRP5~AE7cbiuB8v6yHlO1x1VR1hrCEBihGronS4tHIsGrOIWDdiIOXTU-QqUg02wXeufdppKtWS9IL2IBMacg2i-sH9egTS6u0A66YA884cwTIoXNObc5duCY8r882OvppUImC~OSimvSzMR1LBo2jktbdTi5pmlIpzvD34SDmQ2u6AxKAsZi-MZciyDceDEo9kx~YS4FV-X7RN2XIMDVIirUi7ZotgdBmqwdE8q4XSbMRo9uGw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Joseph Cook,School of Economic Sciences,School of Economic Sciences,jhcook@uw.edu,,Joseph Cook,School of Economic Sciences,School of Economic Sciences,jhcook@uw.edu,,FALSE,,,,"['functionality', 'management', 'water point']" -394,38050,7,4,https://iwaponline.com/washdev/article/7/4/546/38050/Revealing-causal-pathways-to-sustainable-water,"Journal of Water, Sanitation & Hygiene for Development",Revealing causal pathways to sustainable water service delivery using fsQCA,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.053/1/washdev2017053supp.docx?Expires=1706091925&Signature=K8I0y-g4Dz-4UiZTzoenEn1wO5vJjY4k6sdrIaUScWOsSdSHugF9P3HGSqIAQ7TsE7tnX-Sbw8KU8YavwtOsYEuDEMZj7M~NSf6AVWg6PnIcKH61VlNb~SJZdBWZwTN6uy3~KnRaI7HQvOH4MKBufA4oJcactfOZPFZoWXav2iRFw7tOI4XHbXJIcGhwtSoZjc0MHUqaBUcCDSqJaU4kIWzPumNrFIOdyV~zNn9MSv32SPbo2zlkQDV7vk4ZiLIE95V6y2jnMP94h9B3pcoCLY3AEMLgMeqGvc8Hx3feQBxGdxz9Wg~lrSTddIvxjZe5S-9mx~iooiC~OifvI5aSDQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Kate E. Gasparro,Department of Civil and Environmental Engineering,Department of Civil and Environmental Engineering,,,Jeffrey P. Walters,Department of Civil Engineering,Department of Civil Engineering,jeffrey.walters@udp.cl,,FALSE,,,,"['causal pathways', 'engineers without borders', 'external partners', 'fuzzy set qualitative comparative analysis', 'sustainable service delivery', 'WASH']" -395,38049,7,4,https://iwaponline.com/washdev/article/7/4/557/38049/An-assessment-of-sub-standard-water-pressure-in,"Journal of Water, Sanitation & Hygiene for Development",An assessment of sub-standard water pressure in South African potable distribution systems,2017,FALSE,0,,[],3,Louis Strijdom,Department of Civil Engineering,Department of Civil Engineering,,,Heinz Erasmus Jacobs,Department of Civil Engineering,Department of Civil Engineering,hejacobs@sun.ac.za,,FALSE,,,,"['distribution system', 'hydraulic model', 'water pressure']" -396,38051,7,4,https://iwaponline.com/washdev/article/7/4/568/38051/Analysis-of-domestic-water-demand-variables-of-a,"Journal of Water, Sanitation & Hygiene for Development","Analysis of domestic water demand variables of a residential colony in Ajmer, Rajasthan (India)",2017,FALSE,0,,[],3,Ganpat Singh,"Civil Engineering Department, NIT, Kurukshetra, India",India,,,Mahender Choudhary,"Civil Engineering, MNIT, Jaipur, India",India,mah_thory@yahoo.co.in,,FALSE,,,,"['domestic water demand', 'multiple linear regression (MLR)', 'neural network (NN)', 'principal component analysis (PCA)']" -397,38047,7,4,https://iwaponline.com/washdev/article/7/4/589/38047/Service-quality-of-household-toilets-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Service quality of household toilets in rural settlements of India: an assessment from the users' perspective,2017,FALSE,0,,[],2,Mohammad Rashid,Department of Architecture and Regional Planning,Department of Architecture and Regional Planning,rashidgeog@gmail.com,,Mohammad Rashid,Department of Architecture and Regional Planning,Department of Architecture and Regional Planning,rashidgeog@gmail.com,,FALSE,,,,"['household toilet', 'India', 'rural settlement', 'SEM', 'service quality', ""users' perception""]" -398,38059,7,4,https://iwaponline.com/washdev/article/7/4/601/38059/Life-cycle-cost-analysis-of-water-supply,"Journal of Water, Sanitation & Hygiene for Development",Life cycle cost analysis of water supply infrastructure affected by low rainfall in Ethiopia,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.026/1/washdev2017026supp.docx?Expires=1706091944&Signature=foTtvkS-4bb18lqVEpSkts9MyWewgTruuLLFzFAgSiFuoL842ZedBBmadZszIDAcxDnPD10D5YGRgQiXXbHeUDu56I5dpFI82zsuKV5wVufQa4xSuUGKTOWmGmnIdQRZJWV-MI4ESY2GlQE1ECrVEb02vYNmQ-fQMc-I3tFYe4r5autPj1bTBhevBO4jZWxsVkq2vd~s67~po0YiUMpPZYumYmvj04ESRmD5eyWfadPpLMCujRCRLy4Umc~P57UR4hFqWz4Kv0cQZ-GzODbXWyWHtmM1gL12HMhbNCo9tJnbmHc-C8f-H93M16VRyDAlztW0PoFI6BsnUp6AXXoHsw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,S. Godfrey,"Water Sanitation and Hygiene Section, UNICEF-Ethiopia, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,,S. Godfrey,"Water Sanitation and Hygiene Section, UNICEF-Ethiopia, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,,FALSE,,,,"['CAPEX', 'drought', 'EMMEX', 'Ethiopia', 'life cycle cost', 'water scarcity']" -399,38053,7,4,https://iwaponline.com/washdev/article/7/4/611/38053/Assessing-the-influence-of-social-capital-on-water,"Journal of Water, Sanitation & Hygiene for Development",Assessing the influence of social capital on water point sustainability in rural Ethiopia,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.167/1/washdev2017167supp.docx?Expires=1706091948&Signature=z8sdH7ul5BcB3mlM7Ngr4cDs9rbnxGozP4g-u2jEXtbeGBLfeVosV-CtgHhnCvyFSpMcXskoNXPkWOYYBek7SREDK5TIgp-CauaEyZufCSPuac61EwxczVNcqQ5kctfkGPzObfXtllnR3HqUZeI4iadfm15U3byq8ZX29iWmh9PweN2tR5GOMWlERX9jHh2T2h-kyzrouUsK9MJLYjP9Hcp1NdFuNbprocSzTXwz9bqwFflZua045nQZj48o96TfXrcMj9P8PsGyzqD6xYUzMB-F8A4l7Va2i0ZGbD6CGfDOpgF1VrNJqXGuFVDlAqEFiOh1zjf655B9tE2eAqo70A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Margaret T. Person,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",USA,,,Matthew C. Freeman,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",USA,matthew.freeman@emory.edu,,FALSE,,,,"['community governance', 'Ethiopia', 'health', 'social capital', 'sustainability', 'water']" -400,38054,7,4,https://iwaponline.com/washdev/article/7/4/623/38054/Effect-of-television-broadcasts-of-global-sporting,"Journal of Water, Sanitation & Hygiene for Development",Effect of television broadcasts of global sporting events on short-term changes in the use of water from the water supply network,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.191/1/washdev2017191supp.docx?Expires=1706091952&Signature=O7ExpPozzAHoZuEW7SEZoB3-B3FeU4mQQkluYpdSSG2XIE68i48j3CTSVgvfA-mSDUK15-rMBF6LgL~wyInZr2~l1GOJKqXIoJw0uMGM86YtEF3HXQoHm3NaY-EmaSMyM9da9jxFXncfI7rtwiR6~kV5zGIJuqMWyC1-83DjcNL3M2vy1xqel74TWZCU1zldw~uDByHr2HNYLjtP4Q48SBtoJsp6U2JZc9IpoYjOgsufqablqYBO3l3ChgFmrx7kx0Pni6JdxK9jePWys6OjHCN3WRbaz9G~0dcOQnRH1fGs589il1iG5zk8AT1xAV0yhP-IIEsQ3IK7xFe3eESo8w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Włodzimierz Marszelewski,"Department of Hydrology and Water Management, Faculty of Earth Sciences, Nicolaus Copernicus University, Toruń, Poland",Poland,marszel@umk.pl,,Włodzimierz Marszelewski,"Department of Hydrology and Water Management, Faculty of Earth Sciences, Nicolaus Copernicus University, Toruń, Poland",Poland,marszel@umk.pl,,FALSE,,,,"['FIFA 2014 World Cup', 'flush analysis', 'toilet facilities', 'water supply']" -401,38056,7,4,https://iwaponline.com/washdev/article/7/4/642/38056/The-role-of-bottled-drinking-water-in-achieving,"Journal of Water, Sanitation & Hygiene for Development","The role of bottled drinking water in achieving SDG 6.1: an analysis of affordability and equity from Jakarta, Indonesia",2017,FALSE,0,,[],3,Carolin Tina Walter,"University of Amsterdam, Nieuwe Achtergracht 166, Amsterdam 1018 WV, The Netherlands",The Netherlands,carolintinawalter@gmail.com,,Carolin Tina Walter,"University of Amsterdam, Nieuwe Achtergracht 166, Amsterdam 1018 WV, The Netherlands",The Netherlands,carolintinawalter@gmail.com,,FALSE,,,,"['affordability', 'bottled water', 'drinking water', 'equity', 'Jakarta', 'SDG 6']" -402,38058,7,4,https://iwaponline.com/washdev/article/7/4/651/38058/Design-and-operation-of-a-rainwater-for-drinking,"Journal of Water, Sanitation & Hygiene for Development","Design and operation of a rainwater for drinking (RFD) project in a rural area: case study at Cukhe Elementary School, Vietnam",2017,FALSE,0,,[],3,Anh Dzung Dao,Department of Civil & Environment Engineering #35-518,Department of Civil & Environment Engineering #35-518,,,Duc Canh Nguyen,"Sustainable Management of Natural Resources and Environment Research Group, Faculty of Environment and Labour Safety",Faculty of Environment and Labour Safety,nguyenduccanh@tdt.edu.vn,,FALSE,,,,"['developing countries', 'drinking water', 'rainfall data', 'rainwater for drinking', 'SDG6', 'water quality']" -403,38048,7,4,https://iwaponline.com/washdev/article/7/4/576/38048/Development-and-application-of-biogas-project-for,"Journal of Water, Sanitation & Hygiene for Development",Development and application of biogas project for domestic sewage treatment in rural China: opportunities and challenges,2017,FALSE,0,,[],5,Shikun Cheng,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants",Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants,,,Zifu Li,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants",Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants,zifulee@aliyun.com,,FALSE,,,,"['biogas', 'challenge', 'domestic sewage', 'opportunity', 'rural China']" -404,38052,7,4,https://iwaponline.com/washdev/article/7/4/630/38052/Constitutional-mandate-and-judicial-initiatives,"Journal of Water, Sanitation & Hygiene for Development","Constitutional mandate and judicial initiatives influencing Water, Sanitation and Hygiene (WASH) programmes in India",2017,FALSE,0,,[],2,M. P. Ram Mohan,"Indian Institute of Management, Ahmedabad, India",India,mprmohan@iima.ac.in,,M. P. Ram Mohan,"Indian Institute of Management, Ahmedabad, India",India,mprmohan@iima.ac.in,,FALSE,,,,"['constitution', 'Indian judiciary', 'right to sanitation', 'right to water', 'Sustainable Development Goals (SDGs)', 'WASH programmes']" -405,38057,7,4,https://iwaponline.com/washdev/article/7/4/659/38057/Cost-analysis-of-the-implementation-of-portable,"Journal of Water, Sanitation & Hygiene for Development",Cost analysis of the implementation of portable handwashing and drinking water stations in rural Kenyan health facilities,2017,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.010/1/washdev2017010supp.pdf?Expires=1706091974&Signature=aa1QEb3jk-FF0Z0FotVT-76osnKdSRX950Ksxbufx0n7E~8nrswVyIwF9kL4lMuJE2yeZSn3JnCkYxwdJm40jCD1Tx00e-tk5c5UZiwvOYrHNv03PFrlYHftra3HydeUtBRt3ejcwSOfBQFqP0kIgfHBBNGmSh3~WtGQ~QAB4EPy7Y9MDFsNQkruLSpZ3~nzZ4xxlapFAjRfj8DB1TWm-EizaHqFoJtTit~vdjTW-2AiI9vxC93sHFRzTNv4HQNzhgXIP45GJQrzvujK~Eg9XyPhyLlKI3Un55AlU5sfB1OIpg2XNts30-esCKUzDi-5vsCFmR9kqDMVZcr06CGEFw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Michael Freedman,Centers for Disease Control and Prevention,Centers for Disease Control and Prevention,,,Rob Quick,Centers for Disease Control and Prevention,Centers for Disease Control and Prevention,rquick@cdc.gov,,FALSE,,,,"['cost analysis', 'drinking water', 'handwashing', 'health care facilities', 'Kenya']" -406,38061,8,1,https://iwaponline.com/washdev/article/8/1/1/38061/The-sanitation-and-hygiene-targets-of-the,"Journal of Water, Sanitation & Hygiene for Development",The sanitation and hygiene targets of the sustainable development goals: scope and challenges,2018,FALSE,0,,[],2,Duncan Mara,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",UK,d.d.mara@leeds.ac.uk,,Duncan Mara,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",UK,d.d.mara@leeds.ac.uk,,FALSE,,,,"['open defecation', 'safely-managed sanitation', 'safely-practised hygiene', 'sustainable development goals']" -407,38064,8,1,https://iwaponline.com/washdev/article/8/1/17/38064/Degradation-rate-of-anaerobically-digested-sewage,"Journal of Water, Sanitation & Hygiene for Development",Degradation rate of anaerobically digested sewage sludge in soil,2018,FALSE,0,,[],5,Antonio T. Matos,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, Belo Horizonte, MG 31270-901, Brazil",Brazil,antonio.matos@pq.cnpq.br,,Antonio T. Matos,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, Belo Horizonte, MG 31270-901, Brazil",Brazil,antonio.matos@pq.cnpq.br,,FALSE,,,,"['digestate', 'organic fertilizer', 'organic matter mineralization', 'organic residues', 'soil disposal', 'urban residues']" -408,38063,8,1,https://iwaponline.com/washdev/article/8/1/27/38063/Computational-fluid-dynamics-analysis-of-a-high,"Journal of Water, Sanitation & Hygiene for Development",Computational fluid dynamics analysis of a high-throughput viscous heater to process feces and a fecal simulant using temperature and shear rate-dependent viscosity model,2018,FALSE,0,,[],6,C. L. German,"Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",USA,,,G. L. Foutch,"Pollution Research Group, University of KwaZulu Natal, Howard College Campus, Durban 4001, South Africa",South Africa,foutchg@umkc.edu,,FALSE,,,,"['CFD', 'fecal pasteurization', 'viscous heating']" -409,38071,8,1,https://iwaponline.com/washdev/article/8/1/33/38071/Up-scaling-sanitation-provision-using-mixed-design,"Journal of Water, Sanitation & Hygiene for Development","Up-scaling sanitation provision using mixed design methodologies and failure risk assessment: a case study of Marikuppam, India",2018,FALSE,0,,[],3,M. Gormley,"School of Energy, Geoscience, Infrastructure and Society, Heriot-Watt University, Edinburgh, Scotland, UK",UK,m.gormley@hw.ac.uk,,M. Gormley,"School of Energy, Geoscience, Infrastructure and Society, Heriot-Watt University, Edinburgh, Scotland, UK",UK,m.gormley@hw.ac.uk,,FALSE,,,,"['design', 'DRAINET', 'India', 'settlements', 'simplified sewerage']" -410,38060,8,1,https://iwaponline.com/washdev/article/8/1/44/38060/Constraints-on-foreign-aid-effectiveness-in-the,"Journal of Water, Sanitation & Hygiene for Development","Constraints on foreign aid effectiveness in the water, sanitation, and hygiene (WaSH) sector",2018,FALSE,0,,[],1,Joshua Wayland,"University System of Maryland, 2181 LeFrak Hall, College Park, MD, USA",USA,waylandj@umd.edu,,Joshua Wayland,"University System of Maryland, 2181 LeFrak Hall, College Park, MD, USA",USA,waylandj@umd.edu,,FALSE,,,,"['drinking water', 'foreign aid effectiveness', 'sanitation']" -411,38065,8,1,https://iwaponline.com/washdev/article/8/1/53/38065/Sanitation-and-water-supply-in-schools-and-girls,"Journal of Water, Sanitation & Hygiene for Development",Sanitation and water supply in schools and girls' educational progression in Zambia,2018,FALSE,0,,[],3,Dorice Agol,"Independent Consultant, Nairobi, Kenya",Kenya,,,Peter Harvey,"UNICEF, Copenhagen, Denmark",Denmark,pharvey@unicef.org,,FALSE,,,,"['education', 'gender', 'sanitation', 'schools', 'WASH', 'Zambia']" -412,38062,8,1,https://iwaponline.com/washdev/article/8/1/62/38062/Child-feces-disposal-practice-and-associated,"Journal of Water, Sanitation & Hygiene for Development","Child feces disposal practice and associated factors: a dilemma in Tigray, northern Ethiopia",2018,FALSE,0,,[],4,Yisfalem Ayele,"Tigray Regional Health Bureau, Mekelle, Ethiopia",Ethiopia,,,Getachew Redae,"Department of Environmental Health and Behavioral Sciences, Mekelle University, School of Public Health, Mekelle, Ethiopia",Ethiopia,getachewr5@gmail.com,,FALSE,,,,"['child feces', 'dilemma', 'hygiene', 'sanitation']" -413,38066,8,1,https://iwaponline.com/washdev/article/8/1/71/38066/Human-excreta-a-resource-or-a-taboo-Assessing-the,"Journal of Water, Sanitation & Hygiene for Development","Human excreta: a resource or a taboo? Assessing the socio-cultural barriers, acceptability, and reuse of human excreta as a resource in Kakul Village District Abbottabad, Northwestern Pakistan",2018,FALSE,0,,[],1,Abda Khalid,"COMSTATS Institute of Information Technology, Abbottabad, Pakistan",Pakistan,abda@ciit.net.pk,,Abda Khalid,"COMSTATS Institute of Information Technology, Abbottabad, Pakistan",Pakistan,abda@ciit.net.pk,,FALSE,,,,"['accessibility', 'feces', 'human excreta', 'recycling', 'rural', 'urine']" -414,38068,8,1,https://iwaponline.com/washdev/article/8/1/81/38068/Bacterial-contamination-of-reusable-bottled,"Journal of Water, Sanitation & Hygiene for Development",Bacterial contamination of reusable bottled drinking water in Ecuador,2018,FALSE,0,,[],9,Kelly Mills,"Aquality International 501(c)3, 183 Marlborough St., Unit 2, Boston, MA 02116-1884, USA",USA,kmills@waterecuador.org,,Kelly Mills,"Aquality International 501(c)3, 183 Marlborough St., Unit 2, Boston, MA 02116-1884, USA",USA,kmills@waterecuador.org,,FALSE,,,,"['bottled water', 'developing countries', 'drinking water quality', 'Escherichia coli', 'public health', 'total coliform']" -415,38070,8,1,https://iwaponline.com/washdev/article/8/1/90/38070/Exposure-to-sewage-from-on-site-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development",Exposure to sewage from on-site sanitation and child health: a spatial analysis of linkages and externalities in peri-urban Bolivia,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/1/10.2166_washdev.2017.179/4/washdev2017179supp.docx?Expires=1706023349&Signature=AezbYxFs7H8QrLMLRMJY2pbQ0tobZNWt4I3Tu3mGUIkdHywFZs64UdaRKofTD0e611JPs0Iln3Lx00qjx6xNNUVMQkdSh3EpjMhQUae-ECLad37gUfLuWaBboA0eKNZlmjsLWuCKqEE2LDRg2rnY7dnROaR~tHnUXWKEye13RPrdTRgxWsxjoCo48fbFnaa2lcDpHijK2ENF-1BVZaOCOh7FQFy42HOuqoNU7BiRDilZ9lzlQq5uTmiZmY6k0CQ4UjzYCyw7Ign0VkQwfLmLiuIxNo3yqcL2mEDJlC5JSXmlHWig8S6KxSL7klFXeNUP3gXTzyPOUzIlA7r2yfF5ag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Antonella Bancalari,"London School of Economics and Political Science, Houghton Street, WC2A 2AE London, UK",UK,a.bancalari@lse.ac.uk,,Antonella Bancalari,"London School of Economics and Political Science, Houghton Street, WC2A 2AE London, UK",UK,a.bancalari@lse.ac.uk,,FALSE,,,,"['diarrhea', 'externalities', 'on-site sanitation', 'peri-urban', 'sewage']" -416,38069,8,1,https://iwaponline.com/washdev/article/8/1/100/38069/Moving-up-the-sanitation-ladder-with-the-help-of,"Journal of Water, Sanitation & Hygiene for Development",Moving up the sanitation ladder with the help of microfinance in urban Malawi,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/1/10.2166_washdev.2017.186/4/washdev2017186supp.docx?Expires=1706092023&Signature=wY1vzQaRkOE-SwsDMaRLNLrvaeY9u7i6joyyNOglAkyexZkJWCMe~e8El2gg1jAv7nwDRZcEDf-VtqlDw58wuoDPL5Cx3occII33sbN1BUDNJSguXOaBRLFBMa4GRqI5mTb7C5KqJ-N1y0ZqluKKwhGuDMFdDbkiUvJ~U1fjlMj3XKakA9vJrqL5X8iCcRSqR8ll9mGYOpR7VMlt310sLv3M97Qw3OxIp7lC~EGUz2jollNj8DW~4TLUwC9MZSWL3yPzrBZj2gojDQJu22UzBZh3AVgJau2hHejT~i-hflzaRVgZMLZuWxnwuFxliQPP0IxHfQ3jiiasORpXcf2Nww__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Richard Chunga,"London School of Hygiene and Tropical Medicine, London, UK",UK,chunga.richard@gmail.com,,Richard Chunga,"London School of Hygiene and Tropical Medicine, London, UK",UK,chunga.richard@gmail.com,,FALSE,,,,"['Malawi', 'microfinance', 'sanitation', 'urban sanitation']" -417,38072,8,1,https://iwaponline.com/washdev/article/8/1/113/38072/Management-challenges-for-a-more-decentralized,"Journal of Water, Sanitation & Hygiene for Development",Management challenges for a more decentralized treatment and reuse of domestic wastewater in metropolitan areas,2018,FALSE,0,,[],5,Martín Alejandro Iribarnegaray,"Instituto de Investigaciones en Energía No Convencional (INENCO), Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET), Universidad Nacional de Salta (UNSa), Avenida Bolivia 5150, Salta A4408FVY, Argentina",Argentina,iribarnegarayma@gmail.com,,Martín Alejandro Iribarnegaray,"Instituto de Investigaciones en Energía No Convencional (INENCO), Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET), Universidad Nacional de Salta (UNSa), Avenida Bolivia 5150, Salta A4408FVY, Argentina",Argentina,iribarnegarayma@gmail.com,,FALSE,,,,"['decentralized sanitation', 'decentralized wastewater treatment systems', 'domestic wastewater', 'metropolitan areas', 'Salta', 'wastewater reuse']" -418,38067,8,1,https://iwaponline.com/washdev/article/8/1/123/38067/The-time-temperature-relationship-for-the,"Journal of Water, Sanitation & Hygiene for Development",The time–temperature relationship for the inactivation of Ascaris eggs,2018,FALSE,0,,[],2,D. Naidoo,"School of Life Sciences, Westville Campus, University of KwaZulu-Natal, Durban 4051, South Africa",South Africa,,,G. L. Foutch,"School of Computing and Engineering, University of Missouri-Kansas City, Kansas City, MO 64110, USAand Chemical Engineering, Howard Campus, University of KwaZulu-Natal, Durban 4001, South Africa",South Africa,foutch@okstate.edu,,FALSE,,,,"['Ascaris sp.', 'exposure time', 'inactivation', 'temperature', 'viscous heating']" -419,39045,8,2,https://iwaponline.com/washdev/article/8/2/127/39045/Beyond-the-MDG-water-target-to-universal-water,"Journal of Water, Sanitation & Hygiene for Development",Beyond the MDG water target to universal water coverage in Ghana: the key transformative shifts required,2018,FALSE,0,,[],2,Isaac Monney,Department of Environmental Health and Sanitation Education,Department of Environmental Health and Sanitation Education,monney.isaac@gmail.com,,Isaac Monney,Department of Environmental Health and Sanitation Education,Department of Environmental Health and Sanitation Education,monney.isaac@gmail.com,,FALSE,,,,"['climate change', 'drinking water', 'financing', 'Ghana', 'sustainable water supply', 'universal water coverage']" -420,39044,8,2,https://iwaponline.com/washdev/article/8/2/142/39044/Reliability-of-water-supplies-in-low-and-middle,"Journal of Water, Sanitation & Hygiene for Development",Reliability of water supplies in low and middle-income countries: a structured review of definitions and assessment criteria,2018,FALSE,0,,[],3,Batsirai Majuru,Norwich Medical School,Norwich Medical School,,,Paul R. Hunter,Norwich Medical School,Norwich Medical School,paul.hunter@uea.ac.uk,,FALSE,,,,"['assessment criteria', 'definition', 'reliability', 'review', 'water supply']" -421,39036,8,2,https://iwaponline.com/washdev/article/8/2/165/39036/Top-down-planning-for-scalable-sustainable,"Journal of Water, Sanitation & Hygiene for Development",‘Top-down’ planning for scalable sustainable sanitation in high-density low-income urban areas: is it more appropriate than ‘bottom-up’ planning?,2018,FALSE,0,,[],1,Duncan Mara,School of Civil Engineering,School of Civil Engineering,d.d.mara@leeds.ac.uk,,Duncan Mara,School of Civil Engineering,School of Civil Engineering,d.d.mara@leeds.ac.uk,,FALSE,,,,"['community-managed sanitation blocks', 'low-cost combined sewerage', 'low-income urban areas', 'planning', 'simplified sewerage', 'slums']" -422,39027,8,2,https://iwaponline.com/washdev/article/8/2/176/39027/The-cost-of-urban-sanitation-solutions-a,"Journal of Water, Sanitation & Hygiene for Development",The cost of urban sanitation solutions: a literature review,2018,FALSE,0,,[],1,Loïc Daudey,Agence Française de Développement/French Agency for Development (AFD),Agence Française de Développement/French Agency for Development (AFD),loic.daudey@gmail.com,,Loïc Daudey,Agence Française de Développement/French Agency for Development (AFD),Agence Française de Développement/French Agency for Development (AFD),loic.daudey@gmail.com,,FALSE,,,,"['faecal sludge management (FSM)', 'lifecycle costs', 'sanitation chain', 'septic tank', 'sewerage', 'urban sanitation']" -423,39053,8,2,https://iwaponline.com/washdev/article/8/2/196/39053/Understanding-water-related-emotional-distress-for,"Journal of Water, Sanitation & Hygiene for Development",Understanding water-related emotional distress for improving water services: a case study from an Ethiopian small town,2018,FALSE,0,,[],2,Vincent Thomas,Lyon,Lyon,,,Samuel Godfrey,UNICEF,UNICEF,sgodfrey@unicef.org,,FALSE,,,,"['Africa', 'emotional distress', 'Ethiopia', 'urban', 'water supply']" -424,39033,8,2,https://iwaponline.com/washdev/article/8/2/208/39033/The-impact-of-pro-poor-interventions-on-the,"Journal of Water, Sanitation & Hygiene for Development",The impact of pro-poor interventions on the performance indicators of a water utility: case studies of Nakuru and Kisumu,2018,FALSE,0,,[],2,T. J. Kemendi,Musoma Urban Water and Sanitation Authority,Musoma Urban Water and Sanitation Authority,,,M. Tutusaus,"IHE Delft, Institute for Water Education",Institute for Water Education,m.tutusaus@un-ihe.org,,FALSE,,,,"['financial sustainability', 'low income areas', 'pro-poor interventions', 'social responsibility', 'water utilities']" -425,39026,8,2,https://iwaponline.com/washdev/article/8/2/217/39026/Estimating-the-impact-of-climate-change-on,"Journal of Water, Sanitation & Hygiene for Development","Estimating the impact of climate change on residential water use using panel data analysis: a case study of Lilongwe, Malawi",2018,FALSE,0,,[],4,Chikondi Makwiza,Department of Civil Engineering,Department of Civil Engineering,,,Heinz Erasmus Jacobs,Department of Civil Engineering,Department of Civil Engineering,hejacobs@sun.ac.za,,FALSE,,,,"['climate change', 'panel linear models', 'residential water use']" -426,39028,8,2,https://iwaponline.com/washdev/article/8/2/227/39028/Towards-sustainable-urban-sanitation-a-capacity,"Journal of Water, Sanitation & Hygiene for Development",Towards sustainable urban sanitation: a capacity-building approach to wastewater mapping for small towns in India,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/2/10.2166_washdev.2017.071/1/washdev2017071supp.docx?Expires=1706049840&Signature=W3QzaTB7feTJ2ujTs9tEaMNqGLAhhog2HldsgnN2O8qO4zuHXYfqBL1moqcFMCDoNDM3FnP67UcUClS~nPSc8BnxmCaKEASGOxGDCQbu2M53zq8J-JF-PyZ5hhy7nqFam9mMaoYPyVlzdnTNw5TayCi3QwX0CYaOOtbzbaUlbkMzll3tVYQXn8~8QQxcdQpGbWItom5VXTeKlvkAjbZLy7s5ajjl5XtqyRndSMcgToLrhmoK881IdvA3WV6-ffTWIMiomLNkTpr7XWtLyxJmLZ55RdOJcbdLn8vGiPXhY7t3~c4KovUdTLaoyvqDxCj-pqsRowL-TKld4tzd60OzSA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,N. C. Narayanan,Indian Institute of Technology Bombay,Indian Institute of Technology Bombay,ncn@iitb.ac.in,,N. C. Narayanan,Indian Institute of Technology Bombay,Indian Institute of Technology Bombay,ncn@iitb.ac.in,,FALSE,,,,"['capacity-building', 'participatory mapping', 'sanitation planning', 'sanitation zones', 'waste watersheds']" -427,39038,8,2,https://iwaponline.com/washdev/article/8/2/238/39038/Investigating-wastewater-flow-from-a-gated,"Journal of Water, Sanitation & Hygiene for Development",Investigating wastewater flow from a gated community to disaggregate indoor and outdoor water use,2018,FALSE,0,,[],5,J. L. Du Plessis,Department of Civil Engineering,Department of Civil Engineering,,,C. Loubser,Department of Civil Engineering,Department of Civil Engineering,carloloubser@sun.ac.za,,FALSE,,,,"['disaggregation', 'outdoor demand', 'residential water use']" -428,39032,8,2,https://iwaponline.com/washdev/article/8/2/246/39032/Sludge-removal-enterprises-in-Indonesia-factors,"Journal of Water, Sanitation & Hygiene for Development",Sludge removal enterprises in Indonesia: factors affecting entrepreneurial success,2018,FALSE,0,,[],5,Jeremy Paul Kohlitz,Institute for Sustainable Futures,Institute for Sustainable Futures,Jeremy.Kohlitz@uts.edu.au,,Jeremy Paul Kohlitz,Institute for Sustainable Futures,Institute for Sustainable Futures,Jeremy.Kohlitz@uts.edu.au,,FALSE,,,,"['entrepreneurship', 'faecal sludge management', 'government', 'Indonesia', 'sanitation', 'sludge removal']" -429,39043,8,2,https://iwaponline.com/washdev/article/8/2/257/39043/Volatile-fatty-acids-build-up-and-its-effect-on-E,"Journal of Water, Sanitation & Hygiene for Development",Volatile fatty acids build-up and its effect on E. coli inactivation during excreta stabilisation in single-stage and two-stage systems,2018,FALSE,0,,[],3,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft",2611 AX Delft,rnyawirah@yahoo.com,,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft",2611 AX Delft,rnyawirah@yahoo.com,,FALSE,,,,"['anaerobic (CO) digestion', 'non-dissociated volatile fatty acids', 'pathogen inactivation', 'UDDT faeces']" -430,39034,8,2,https://iwaponline.com/washdev/article/8/2/268/39034/Association-of-septic-tank-and-sand-filter-for,"Journal of Water, Sanitation & Hygiene for Development",Association of septic tank and sand filter for wastewater treatment: full-scale feasibility for decentralized sanitation,2018,FALSE,0,,[],3,Luana Mattos de Oliveira Cruz,"School of Civil Engineering, Architecture and Urbanism – FEC",Architecture and Urbanism – FEC,,,Adriano Luiz Tonetti,"School of Civil Engineering, Architecture and Urbanism – FEC",Architecture and Urbanism – FEC,adriano@fec.unicamp.br,,FALSE,,,,"['anaerobic treatment', 'decentralized sanitation', 'nitrification', 'wastewater']" -431,39039,8,2,https://iwaponline.com/washdev/article/8/2/278/39039/Do-household-surveys-estimate-tap-water-use,"Journal of Water, Sanitation & Hygiene for Development","Do household surveys estimate tap water use accurately? Evidence from pressure-sensor based estimates in Coimbatore, India",2018,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/2/10.2166_washdev.2018.127/1/washdev2018127supp.pdf?Expires=1706044350&Signature=DZeiBkDLCF9tjE3CKGgyhs30Jijn6EV0adxadg0aZseXFUVMhQgtP5PtRqz5jeFBihJbFMyRgoD0HoaQEoD-FJXfToZ4Ex2o2bRYO9niuv3akBkKnDyD~k0okR5CCjLhirpGtDAc6Lq0nmOlI4gSaXRN0VoWo7XS8iQ~LbRDVriCfmO3Yj2Y4Otd7M8MhuxzWuPKacwY4PgIzdpE03UiobgKZ4ouo5yPLmP7YnIWUD-JqA15droRvLPCGHcQDQOPrygd6Gbge5OSQZ8SfDF-0pxeoYtE3EOPW0bal1yAvT44K2EyLuDe7gXSlE0DAejfTXQIAQYke4V9h8hN1oA8OA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,R. Apoorva,"Ashoka Trust for Research in Ecology and the Environment (ATREE), Royal Enclave",Royal Enclave,apoorva.r@atree.org,,R. Apoorva,"Ashoka Trust for Research in Ecology and the Environment (ATREE), Royal Enclave",Royal Enclave,apoorva.r@atree.org,,FALSE,,,,"['household survey', 'household water use', 'multiple source dependence', 'sensor monitoring', 'unmetered connections', 'water diary']" -432,39031,8,2,https://iwaponline.com/washdev/article/8/2/290/39031/Scaling-up-rural-sanitation-in-Tanzania-evidence,"Journal of Water, Sanitation & Hygiene for Development",Scaling up rural sanitation in Tanzania: evidence from the National Sanitation Campaign,2018,FALSE,0,,[],4,Anyitike Mwakitalima,"Ministry of Health, Community Development, Gender, Elderly and Children",Elderly and Children,,,Telemu Kassile,"Department of Mathematics, Informatics and Computational Sciences, Solomon Mahlangu College of Science and Education",Solomon Mahlangu College of Science and Education,telemuk@yahoo.com,,FALSE,,,,"['Community-Led Total Sanitation', 'National Sanitation Campaign', 'rural sanitation', 'Tanzania']" -433,39040,8,2,https://iwaponline.com/washdev/article/8/2/307/39040/Tracking-user-satisfaction-of-rural-water-services,"Journal of Water, Sanitation & Hygiene for Development",Tracking user satisfaction of rural water services in northern Ghana,2018,FALSE,0,,[],2,T. C. Kumasi,"Community Water and Sanitation Agency, Head Office, PMB-KIA",PMB-KIA,tyhracarolynkumasi@gmail.com,,T. C. Kumasi,"Community Water and Sanitation Agency, Head Office, PMB-KIA",PMB-KIA,tyhracarolynkumasi@gmail.com,,FALSE,,,,"['affordability', 'Ghana', 'handpump', 'user satisfaction', 'water and sanitation management teams', 'water service levels']" -434,39035,8,2,https://iwaponline.com/washdev/article/8/2/319/39035/Communal-latrine-utilization-and-associated,"Journal of Water, Sanitation & Hygiene for Development","Communal latrine utilization and associated factors in Addis Ababa, Ethiopia: a community-based cross-sectional study",2018,FALSE,0,,[],2,Elzabeth Girma Kefeni,UNICEF – Ethiopia,UNICEF – Ethiopia,,,Walelegn Worku Yallew,Department of Environmental and Occupational Health and Safety,Department of Environmental and Occupational Health and Safety,walelegnw@gmail.com,,FALSE,,,,"['barriers of latrine use', 'communal latrine', 'Ethiopia', 'latrine use']" -435,39037,8,2,https://iwaponline.com/washdev/article/8/2/325/39037/The-role-of-decentralized-municipal-desalination,"Journal of Water, Sanitation & Hygiene for Development","The role of decentralized municipal desalination plants in removal of physical, chemical and microbial parameters from drinking water: a case study in Bushehr, Iran",2018,FALSE,0,,[],7,Vahid Noroozi Karbasdehi,"Department of Environmental Health Engineering, Faculty of Health",Faculty of Health,,,Sina Dobaradaran,"Department of Environmental Health Engineering, Faculty of Health",Faculty of Health,sina_dobaradaran@yahoo.com,,FALSE,,,,"['Bushehr', 'decentralized municipal desalination plants', 'drinking water guidelines', 'water treatment']" -436,39051,8,2,https://iwaponline.com/washdev/article/8/2/340/39051/Evaluation-of-the-factors-affecting-water-saving,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of the factors affecting water-saving attitudes of urban life on the verge of the next century: a case study of the Mediterranean region of Turkey,2018,FALSE,0,,[],4,M. Goksel Akpinar,"Faculty of Agriculture, Department of Agricultural Economics",Department of Agricultural Economics,,,Mevlut Gul,"Faculty of Agriculture, Department of Agricultural Economics",Department of Agricultural Economics,mevlutgul@sdu.edu.tr,,FALSE,,,,"['consumer attitudes', 'factor analysis', 'Turkey', 'water saving', 'water usage']" -437,39050,8,2,https://iwaponline.com/washdev/article/8/2/349/39050/Residual-chlorine-behavior-in-a-distribution,"Journal of Water, Sanitation & Hygiene for Development",Residual chlorine behavior in a distribution network of a small water supply system,2018,FALSE,0,,[],2,Andrés Araya,Escuela de Ingeniería en Construcción,Escuela de Ingeniería en Construcción,jobando@itcr.ac.cr,,Andrés Araya,Escuela de Ingeniería en Construcción,Escuela de Ingeniería en Construcción,jobando@itcr.ac.cr,,FALSE,,,,"['distribution network', 'EPANET', 'residual chlorine', 'small systems']" -438,39015,8,3,https://iwaponline.com/washdev/article/8/3/359/39015/Public-finance-at-scale-for-rural-sanitation-a,"Journal of Water, Sanitation & Hygiene for Development","Public finance at scale for rural sanitation – a case of Swachh Bharat Mission, India",2018,FALSE,0,,[],1,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad 380009, India",India,meeramehta@cept.ac.in,,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad 380009, India",India,meeramehta@cept.ac.in,,FALSE,,,,"['India', 'open defecation', 'public finance', 'sanitation', 'Swachh Bharat']" -439,39018,8,3,https://iwaponline.com/washdev/article/8/3/374/39018/Microbial-contamination-of-non-household-drinking,"Journal of Water, Sanitation & Hygiene for Development",Microbial contamination of non-household drinking water sources: a systematic review,2018,FALSE,0,,[],6,Lydia Abebe,"The Water Institute, University of North Carolina at Chapel Hill, 148 Rosenau Hall, CB #7431 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",USA,,,Jamie Bartram,"The Water Institute, University of North Carolina at Chapel Hill, 148 Rosenau Hall, CB #7431 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",USA,jbartram@live.unc.edu,,FALSE,,,,"['E. coli', 'fecal indicator bacteria', 'health care facilities', 'restaurants', 'schools', 'water quality']" -440,41301,8,3,https://iwaponline.com/washdev/article/8/3/386/41301/Water-sanitation-and-hygiene-systems-in-Pacific,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene systems in Pacific Island schools to promote the health and education of girls and children with disability: a systematic scoping review",2018,FALSE,0,,[],6,Michelle Redman-MacLaren,"College of Medicine and Dentistry, James Cook University, Australia",Australia,michelle.maclaren@jcu.edu.au,,Michelle Redman-MacLaren,"College of Medicine and Dentistry, James Cook University, Australia",Australia,michelle.maclaren@jcu.edu.au,,FALSE,,,,"['children with disability', 'education', 'girl students', 'Pacific Island Countries and Territories (PICTs)', 'public health', 'water', 'sanitation and hygiene']" -441,39041,8,3,https://iwaponline.com/washdev/article/8/3/402/39041/A-systematic-assessment-of-the-pro-poor-reach-of,"Journal of Water, Sanitation & Hygiene for Development",A systematic assessment of the pro-poor reach of development bank investments in urban sanitation,2018,FALSE,0,,[],5,P. Hutchings,"Cranfield University, Vincent Building (1st Floor), Cranfield, Bedfordshire MK43 0AL, UK",UK,p.t.hutchings@cranfield.ac.uk,,P. Hutchings,"Cranfield University, Vincent Building (1st Floor), Cranfield, Bedfordshire MK43 0AL, UK",UK,p.t.hutchings@cranfield.ac.uk,,FALSE,,,,"['development bank', 'finance', 'pro-poor', 'urban sanitation']" -442,39347,8,3,https://iwaponline.com/washdev/article/8/3/415/39347/Investigating-disinfectant-by-products-in-Harare,"Journal of Water, Sanitation & Hygiene for Development","Investigating disinfectant by-products in Harare potable water supply, Zimbabwe",2018,FALSE,0,,[],3,Kuitakwashe Nhongo,"Department of Civil Engineering, University of Zimbabwe, BOX MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,kuitanhongo@gmail.com,,Kuitakwashe Nhongo,"Department of Civil Engineering, University of Zimbabwe, BOX MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,kuitanhongo@gmail.com,,FALSE,,,,"['bromodichloromethane', 'disinfection by-products', 'Harare', 'residual chlorine', 'trihalomethanes', 'water quality']" -443,39052,8,3,https://iwaponline.com/washdev/article/8/3/429/39052/Assessing-equity-a-way-to-improve-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Assessing equity: a way to improve sanitation service delivery in South African informal settlements,2018,FALSE,0,,[],3,S. M. Pan,"Department of Civil Engineering, University of Cape Town, Rondebosch 7700, South Africa",South Africa,sphpan@gmail.com,,S. M. Pan,"Department of Civil Engineering, University of Cape Town, Rondebosch 7700, South Africa",South Africa,sphpan@gmail.com,,FALSE,,,,"['equity', 'informal settlements', 'sanitation', 'South Africa']" -444,39054,8,3,https://iwaponline.com/washdev/article/8/3/439/39054/Analysis-of-water-security-and-source-preferences,"Journal of Water, Sanitation & Hygiene for Development",Analysis of water security and source preferences in rural Tanzania,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/3/10.2166_washdev.2018.169/2/washdev2018169supp.docx?Expires=1706092154&Signature=iI97~jaJ8fK5huPqoqxyjFSb6al7r-z7DlhJNJzYtNohtT9TZpn8KVcv-LyuPC6-Swnag1NTcurOVsx6-7NZdoiX01jcl5Xhh-2vnKKVkHtPpBGQkpsbdW8-2Xwy3wSwqeWA6ZqFRXsYJrtLR9mATMcZhOKNi~Pm8ESNJaz~i7K4NfKiiMZSHHARMjj9faiNn2r5SvYBL65~vRHwQoVMmn72jtkqWRBR-yxiun4mUJwIf4y1iTqRjAlHtCaXN0aLMW3qbnRQ6SOuGMqVZBLyXV28Til6~aiQb07MoljUCLRqh0l-UV3VZuhrsYVNhjHBvd~Nu2UkgBWr2APaTZRugg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Tula M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",USA,,,Susan J. Masten,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",USA,masten@egr.msu.edu,,FALSE,,,,"['rural communities', 'shallow wells', 'surface water', 'Tanzania', 'Water Poverty Index', 'Water Quality Index']" -445,39020,8,3,https://iwaponline.com/washdev/article/8/3/449/39020/An-investigation-of-some-water-quality-properties,"Journal of Water, Sanitation & Hygiene for Development","An investigation of some water quality properties from different sources in Pelengana commune, Segou, Mali",2018,FALSE,0,,[],3,Amadou Toure,"School of Forestry, Northeast Forestry University, No.26 Hexing Road Xiangfang District, Harbin 150040, China",China,,,Duan Wenbiao,"School of Forestry, Northeast Forestry University, No.26 Hexing Road Xiangfang District, Harbin 150040, China",China,dwbiao88@126.com,,FALSE,,,,"['borehole water', 'Mali', 'Pelengana commune', 'physicochemical quality', 'river water', 'well water']" -446,40826,8,3,https://iwaponline.com/washdev/article/8/3/459/40826/Performance-evaluation-of-a-municipal-water,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of a municipal water distribution system using WaterCAD and Epanet,2018,FALSE,0,,[],3,J. C. Agunwamba,"Department of Civil Engineering, University of Nigeria Nsukka, Nsukka, Nigeria",Nigeria,,,C. C. Nnaji,"Department of Civil Engineering, University of Nigeria Nsukka, Nsukka, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,,FALSE,,,,"['demand', 'Epanet', 'pressure', 'velocity', 'water distribution system', 'WaterCAD']" -447,39047,8,3,https://iwaponline.com/washdev/article/8/3/468/39047/Point-of-use-water-chlorination-among-urban-and,"Journal of Water, Sanitation & Hygiene for Development","Point-of-use water chlorination among urban and rural households with under-five-year children: a comparative study in Kersa Health and Demographic Surveillance Site, Eastern Ethiopia",2018,FALSE,0,,[],6,Abraham Geremew,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,,Abraham Geremew,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,,FALSE,,,,"['caregivers', 'point-of-use', 'rural', 'urban', 'water chlorination']" -448,39048,8,3,https://iwaponline.com/washdev/article/8/3/481/39048/Impact-of-sanitation-monitoring-approaches-on,"Journal of Water, Sanitation & Hygiene for Development",Impact of sanitation monitoring approaches on sanitation estimates in Sub-Saharan Africa,2018,FALSE,0,,[],3,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,mismuchie@gmail.com,,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,mismuchie@gmail.com,,FALSE,,,,"['Government approach', 'improved sanitation access', 'JMP approach', 'sanitation estimates', 'sanitation monitoring']" -449,41220,8,3,https://iwaponline.com/washdev/article/8/3/497/41220/Physico-chemical-quality-of-drinking-water-in-the,"Journal of Water, Sanitation & Hygiene for Development",Physico-chemical quality of drinking water in the Njoro sub-county in Kenya,2018,FALSE,0,,[],3,Philip Ruciaka Kirianki,"Department of Biochemistry and Molecular Biology, Egerton University, P.O BOX 536-20115, Egerton, Njoro, Kenya",Kenya,,,Natasha Potgieter,"Department of Microbiology, School of Mathematical and Natural Sciences, University of Venda, Limpopo, South Africa and Dean, School of Mathematical and Natural Sciences, University of Venda, Limpopo, South Africa",South Africa,natasha.potgieter@univen.ac.za,,FALSE,,,,"['Kenya', 'physico-chemical parameters', 'public health', 'water quality']" -450,39029,8,3,https://iwaponline.com/washdev/article/8/3/508/39029/Who-is-being-left-behind-An-analysis-of-improved,"Journal of Water, Sanitation & Hygiene for Development",Who is being left behind? An analysis of improved drinking water and basic sanitation access in the Vietnamese Mekong Delta,2018,FALSE,0,,[],4,Caitlin A. Grady,"Department of Civil and Environmental Engineering, Pennsylvania State University, University Park, PA, USA and Rock Ethics Institute, Pennsylvania State University, University Park, PA, USA",USA,cgrady@psu.edu,,Caitlin A. Grady,"Department of Civil and Environmental Engineering, Pennsylvania State University, University Park, PA, USA and Rock Ethics Institute, Pennsylvania State University, University Park, PA, USA",USA,cgrady@psu.edu,,FALSE,,,,"['access', 'clean water', 'Millennium Development Goals', 'sanitation', 'Sustainable Development Goals', 'Vietnam']" -451,39030,8,3,https://iwaponline.com/washdev/article/8/3/520/39030/Impact-of-a-multidimensional-child-cash-grant,"Journal of Water, Sanitation & Hygiene for Development","Impact of a multidimensional child cash grant programme on water, sanitation and hygiene in Nepal",2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/3/10.2166_washdev.2018.006/2/washdev2018006supp.docx?Expires=1706092182&Signature=gEIUvmPA1RXNClkWIYARyFASQAfwN0KJAx4DIrgJ3pu0ZYrLQ1q1G2NTXw8BD1StqUqnbGvPXqv2bID8hdaTP1QWox-7Egi0w~5FqHgV~4LQ5DTBywEG5XCMumAZ240mGSQ~UkpNuEHb-f1uqkjWXsZbzyiCeSeBrMpLFUIeQk2oll~C7iITOsHsgsAGGwUae3W2RxMp4tBxoBxCGVTkFCx2twGyefEoiv3tC0hYWGu3BgZBhkp~IhxNeRTvb~MMYNhI4uI6C3OH5SgL7u5kFqUe4Dr3361bY0P0FNbOEuG-ujglp--cjN83FqOtxgxg-GLFZJYo806VzIe-2mpkMw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Andre Renzaho,"Humanitarian and Development Studies, School of Social Sciences and Psychology, Western Sydney University, Locked Bag 1797, Penrith, NSW 2751, Australia",Australia,andre.renzaho@westernsydney.edu.au,,Andre Renzaho,"Humanitarian and Development Studies, School of Social Sciences and Psychology, Western Sydney University, Locked Bag 1797, Penrith, NSW 2751, Australia",Australia,andre.renzaho@westernsydney.edu.au,,FALSE,,,,"['drinking-water sources', 'hygiene', 'Nepal', 'sanitation', 'social protection', 'WASH']" -452,39016,8,3,https://iwaponline.com/washdev/article/8/3/533/39016/Determinants-of-toilet-ownership-among-rural,"Journal of Water, Sanitation & Hygiene for Development",Determinants of toilet ownership among rural households in six eastern districts of Indonesia,2018,FALSE,0,,[],6,Mitsuaki Hirai,"Department of Global Health, Milken Institute School of Public Health, The George Washington University, Washington, DC, USA",USA,,,Jay P. Graham,"Public Health Institute, Oakland, CA, USA",USA,jay.graham@phi.org,,FALSE,,,,"['Indonesia', 'open defecation', 'sanitation', 'social norms']" -453,39017,8,3,https://iwaponline.com/washdev/article/8/3/546/39017/Exploring-equity-focus-of-the-SHAWN-WASH-programme,"Journal of Water, Sanitation & Hygiene for Development",Exploring equity focus of the SHAWN WASH programme in Nigeria,2018,FALSE,0,,[],8,Ngozi Akwataghibe,"Royal Tropical Institute Mauritskade 63, 1092 AD Amsterdam, The Netherlands",The Netherlands,n.akwataghibe@kit.nl,,Ngozi Akwataghibe,"Royal Tropical Institute Mauritskade 63, 1092 AD Amsterdam, The Netherlands",The Netherlands,n.akwataghibe@kit.nl,,FALSE,,,,"['disability', 'equity', 'gender', 'sanitation', 'water']" -454,40790,8,3,https://iwaponline.com/washdev/article/8/3/556/40790/Business-model-analysis-for-faecal-sludge,"Journal of Water, Sanitation & Hygiene for Development",Business model analysis for faecal sludge collection and transport services in Thailand and Vietnam,2018,FALSE,0,,[],3,Ta Hung Anh,"School of Environment Resources and Development, Asian Institute of Technology, P.O. Box 4, Khlong Luang, Pathumthani 12120, Thailand",Thailand,ta.hung.anh@ait.ac.th,,Ta Hung Anh,"School of Environment Resources and Development, Asian Institute of Technology, P.O. Box 4, Khlong Luang, Pathumthani 12120, Thailand",Thailand,ta.hung.anh@ait.ac.th,,FALSE,,,,"['business component', 'business model', 'collection and transport', 'faecal sludge']" -455,39772,8,3,https://iwaponline.com/washdev/article/8/3/568/39772/Characterisation-of-pit-latrine-sludge-from,"Journal of Water, Sanitation & Hygiene for Development","Characterisation of pit latrine sludge from shackleton, a peri-urban residential area of Zimbabwe",2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/3/10.2166_washdev.2018.041/2/washdev2018041supp.docx?Expires=1706012091&Signature=pVOD8TqYz9aSe99N2OEIHDsG7UL4XgBNKVhf6bMqkGYPaJyhAmtKBNv6mWaUc9sh-y6SqFoQim50grjzRbGpLgp1PldprQREgRDk6SAB2mhijVxd77lXh0Rho0I2dN91952zpc1pG6Tm39Wwkpt3fWpoqMUECxcU5Cb-Z0auMeu6Zr635wPP41SujgbQnIorAB0SgDy39JYWiyIOULkZe7ZkLe9jX44vFKx7O2ZmYnBCcSoNrXUOnW367V55BKBnfTaCVVFomRTy96FAByhfSwd3dxtFuXUvuaZTHIUF6J3idWHbh4Sdg0-X3bsMuaXL8m5z9yps44~IxTJXbLO23g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,M. C. Changara,"Department of Environmental Science and Technology, Chinhoyi University of Technology, P.O. Box 7724, Chinhoyi, Zimbabwe",Zimbabwe,chrischangara@gmail.com,,M. C. Changara,"Department of Environmental Science and Technology, Chinhoyi University of Technology, P.O. Box 7724, Chinhoyi, Zimbabwe",Zimbabwe,chrischangara@gmail.com,,FALSE,,,,"['characterisation', 'physico-chemical parameters', 'pit latrine sludge', 'user habits']" -456,39019,8,3,https://iwaponline.com/washdev/article/8/3/578/39019/Performance-of-modified-twin-pit-toilet-in,"Journal of Water, Sanitation & Hygiene for Development","Performance of modified twin pit toilet in Mulbagal town, Karnataka, India",2018,FALSE,0,,[],3,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore, India",India,msrao@iisc.ac.in,,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore, India",India,msrao@iisc.ac.in,,FALSE,,,,"['groundwater', 'nitrate', 'pit toilet', 'remediation']" -457,39042,8,3,https://iwaponline.com/washdev/article/8/3/585/39042/Water-insecurity-among-rural-households-of-West,"Journal of Water, Sanitation & Hygiene for Development",Water insecurity among rural households of West Cameroon: lessons learned from the field,2018,FALSE,0,,[],2,Carole Debora Nounkeu,"University of North Carolina at Greensboro, Greensboro, North Carolina, USA",USA,dcnounke@uncg.edu,,Carole Debora Nounkeu,"University of North Carolina at Greensboro, Greensboro, North Carolina, USA",USA,dcnounke@uncg.edu,,FALSE,,,,"['children', 'diarrhea', 'hygiene', 'sanitation', 'water insecurity']" -458,41425,8,4,https://iwaponline.com/washdev/article/8/4/595/41425/Institutional-WASH-in-the-SDGs-data-gaps-and,"Journal of Water, Sanitation & Hygiene for Development",Institutional WASH in the SDGs: data gaps and opportunities for national monitoring,2018,FALSE,0,,[],6,Christie Chatterley,"Fort Lewis College, 1000 Rim Dr., Durango, CO 81301, USA",USA,cachatterley@fortlewis.edu,,Christie Chatterley,"Fort Lewis College, 1000 Rim Dr., Durango, CO 81301, USA",USA,cachatterley@fortlewis.edu,,FALSE,,,,"['equity', 'health care facilities', 'monitoring and evaluation', 'schools', 'SDG6', 'WASH']" -459,40924,8,4,https://iwaponline.com/washdev/article/8/4/607/40924/Multi-date-trends-in-groundwater-pollution-from,"Journal of Water, Sanitation & Hygiene for Development",Multi-date trends in groundwater pollution from pit latrines,2018,FALSE,0,,[],1,Bloodless Dzwairo,"Civil Engineering Midlands, Durban University of Technology, P.O. Box 101112, Scottsville, 3209, South Africa",South Africa,ig445578@gmail.com,,Bloodless Dzwairo,"Civil Engineering Midlands, Durban University of Technology, P.O. Box 101112, Scottsville, 3209, South Africa",South Africa,ig445578@gmail.com,,FALSE,,,,"['groundwater pollution', 'hygiene', 'microbial pollution', 'phosphorus and nitrate', 'pit latrine', 'sustainable water quality management']" -460,41573,8,4,https://iwaponline.com/washdev/article/8/4/622/41573/Improving-the-use-of-qualitative-comparative,"Journal of Water, Sanitation & Hygiene for Development",Improving the use of qualitative comparative analysis for inferring complex causation in development and planning research,2018,FALSE,0,,[],1,Alrik Thiem,"University of Lucerne, Lucerne, Switzerland",Switzerland,alrik.thiem@unilu.ch,,Alrik Thiem,"University of Lucerne, Lucerne, Switzerland",Switzerland,alrik.thiem@unilu.ch,,FALSE,,,,"['causal complexity', 'configurational comparative methods', 'Qualitative Comparative Analysis (QCA)', 'research methods']" -461,63287,8,4,https://iwaponline.com/washdev/article/8/4/632/63287/Actively-engaging-women-is-helping-solve-the,"Journal of Water, Sanitation & Hygiene for Development",Actively engaging women is helping solve the global water crisis,2018,FALSE,0,,[],3,E. Allen,"Water For People, 100 E Tennessee Ave, Denver, CO 80209, USA",USA,eallen@waterforpeople.org,,E. Allen,"Water For People, 100 E Tennessee Ave, Denver, CO 80209, USA",USA,eallen@waterforpeople.org,,FALSE,,,,"['gender parity', 'inclusion', 'leadership', 'professional development', 'sustainability', 'women']" -462,39014,8,4,https://iwaponline.com/washdev/article/8/4/640/39014/Assessing-sustainability-of-community-managed-NGOs,"Journal of Water, Sanitation & Hygiene for Development",Assessing sustainability of community managed NGOs’ WASH interventions in rural Zimbabwe: the case of Chivi district in Masvingo province,2018,FALSE,0,,[],1,Victor Madziyauswa,"Department of Development Studies, Faculty of Management and Commerce, University of Fort Hare, Alice Town 5700, Republic of South Africa",Republic of South Africa,victormadziyauswa@gmail.com,,Victor Madziyauswa,"Department of Development Studies, Faculty of Management and Commerce, University of Fort Hare, Alice Town 5700, Republic of South Africa",Republic of South Africa,victormadziyauswa@gmail.com,,FALSE,,,,"['non-government organizations', 'service delivery', 'sustainability', 'water and sanitation']" -463,41271,8,4,https://iwaponline.com/washdev/article/8/4/650/41271/Determinants-of-rural-sanitation-in-India-and,"Journal of Water, Sanitation & Hygiene for Development",Determinants of rural sanitation in India and implications for public policy,2018,FALSE,0,,[],1,Indranil De,"Institute of Rural Management Anand, Anand, Gujarat, India",India,india.indranil@gmail.com,,Indranil De,"Institute of Rural Management Anand, Anand, Gujarat, India",India,india.indranil@gmail.com,,FALSE,,,,"['ethnicity', 'family size', 'income', 'infrastructure', 'public policy', 'sanitation']" -464,41221,8,4,https://iwaponline.com/washdev/article/8/4/660/41221/Cinderella-and-the-missing-slipper-gender-dynamics,"Journal of Water, Sanitation & Hygiene for Development",Cinderella and the missing slipper: gender dynamics in water management in the coastal region of Bangladesh,2018,FALSE,0,,[],2,Khalid Md. Bahauddin,"Institute of Development Studies and Sustainability (IDSS), United International University (UIU), Dhaka, Bangladesh",Bangladesh,khalid.bahauddin@gmail.com,,Khalid Md. Bahauddin,"Institute of Development Studies and Sustainability (IDSS), United International University (UIU), Dhaka, Bangladesh",Bangladesh,khalid.bahauddin@gmail.com,,FALSE,,,,"['coastal Bangladesh', 'gender', 'inequalities', 'responsibility', 'role']" -465,62855,8,4,https://iwaponline.com/washdev/article/8/4/668/62855/Assessing-peri-urban-sanitation-quality-using-a,"Journal of Water, Sanitation & Hygiene for Development","Assessing peri-urban sanitation quality using a theoretically derived composite measure in Lusaka, Zambia",2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.029/2/washdev2018029supp.docx?Expires=1706021782&Signature=ayUOL8qufxqZHBZjXh5Z-39TdVg961o21oV6U0726FQlGFiG1kZkde-hrF~CBxsy0ZsfpgOQX~PtScu7toIRC1db3rHu6iigtD5ahthSV3oTTrQe2LKWdyajymIR5PD5LQDWwAzJr8DfIFw0a5v17~8gtPzzNxIEIXkZd38hC6APwUxSXuvFJN1CH3Bw2bPqvFNWLKl-5GIht9m~rrwqPcKYnjrI-WANkb96BdB0Szh-crBzB392c7FTE0a~CMpx3pDut-YcgQ6gcR5u26qk3lu2KrX7o0UB6-nX9Igxr48Vj~glY95aRfn7xxbXPMVSNAePUlYGTMY59N4DZV-8jg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,James B. Tidwell,"London School of Hygiene & Tropical Medicine, Keppel St, London WC1E 7HT, UK",UK,ben.tidwell@lshtm.ac.uk,,James B. Tidwell,"London School of Hygiene & Tropical Medicine, Keppel St, London WC1E 7HT, UK",UK,ben.tidwell@lshtm.ac.uk,,FALSE,,,,"['measure', 'peri-urban', 'quality', 'sanitation', 'shared', 'toilet']" -466,63652,8,4,https://iwaponline.com/washdev/article/8/4/679/63652/Consolidating-the-use-of-reclaimed-water-for,"Journal of Water, Sanitation & Hygiene for Development",Consolidating the use of reclaimed water for irrigation and infiltration in a semi-arid agricultural valley in Mexico: water management experiences and results,2018,FALSE,0,,[],2,L. G. Mendoza-Espinosa,"Water and Environment Group, Oceanographic Research Institute, Autonomous University of Baja California, Ensenada, Baja California, Mexico",Mexico,lmendoza@uabc.edu.mx,,L. G. Mendoza-Espinosa,"Water and Environment Group, Oceanographic Research Institute, Autonomous University of Baja California, Ensenada, Baja California, Mexico",Mexico,lmendoza@uabc.edu.mx,,FALSE,,,,"['crop irrigation', 'Ensenada', 'Mexico', 'water reclamation']" -467,63812,8,4,https://iwaponline.com/washdev/article/8/4/688/63812/In-vessel-co-composting-a-rapid-resource-recovery,"Journal of Water, Sanitation & Hygiene for Development",In-vessel co-composting – a rapid resource recovery option for septage treatment in Indian cities,2018,TRUE,1,doc,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.046/2/washdev2018046supp.doc?Expires=1706092247&Signature=EeeA0DV4erM2rMbnWYxw2WepB9FetriG0Td3gWZkaJioj6Oo9YHSHL9jc53ngi2EM0OxM~mAJsR3rqKiCcgX4UStMWiJ3d3ocFNG1sdeESGhRmo0ZBaHq-oRnyIZvsr-S3OmXcsAK7WlTWu-aBUw1qy6KFdnuPTAZCnSG-eNJO6dgAXLbhfftB9TVnqwWcY3AQXHZdPnvRgd-hLSOWtCZjkdTc3ee2dYIMerXfUPToIWADJJSeK~-LzCPNC-g4DF-3eE6ScNE1wuKaa6YJTrYQsbebe8BaZkmLwCicvvp3bu95TU2c--CROmctSrUNMoemdZu6Egiegj1kjWOLj6mw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Anu Rachel Thomas,"Department of Civil Engineering, Indian Institute of Technology Madras, Chennai 600036, India",India,,,Ligy Philip,"Department of Civil Engineering, Indian Institute of Technology Madras, Chennai 600036, India",India,ligy@iitm.ac.in,,FALSE,,,,"['co-substrates', 'end use', 'fertilizer', 'in-vessel co-composting', 'maturity test', 'septage']" -468,64331,8,4,https://iwaponline.com/washdev/article/8/4/698/64331/Microbiological-water-quality-of-the-sacred-River,"Journal of Water, Sanitation & Hygiene for Development","Microbiological water quality of the sacred River Bhagirathi, Garhwal Himalaya, India",2018,FALSE,0,,[],3,Nidhi Sharma,"Department of Microbiology, J.V. College, Baraut-Baghpat, Uttar Pradesh, India",India,,,Rahul Kumar,"Department of Environmental Sciences, H.N.B. Garhwal University (A Central University), Srinagar Garhwal 246174, Uttarakhand, India",India,rahul.khadwalia@gmail.com,,FALSE,,,,"['Bhagirathi', 'Ganga', 'Garhwal Himalaya', 'India', 'microbiological', 'water quality']" -469,63653,8,4,https://iwaponline.com/washdev/article/8/4/707/63653/Operating-parameters-for-three-resource-recovery,"Journal of Water, Sanitation & Hygiene for Development",Operating parameters for three resource recovery options from slow-pyrolysis of faecal sludge,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.009/2/washdev2018009supp.docx?Expires=1706043976&Signature=cUqMhbYXwnpq1L7yf04gbvUmQSIQxRLC3C3r~W8AWuS7toP1GBJqdpUWpVF-rZu7Vxmxke-qNBFGkplAJr-9cNu5Fulc6hIdHs-sPuFT0~oewvQn1M4d-hsAE0-L32XGcwEy487MAehR6tVsf7LNzbCGl7ClAacO1ihholO64SGAn06QIbN03zst4vbi6gEIKPuKosg3hJyqnOcvoRHJFDgO2WiYGDYFTd4AgO5M463KtfkiAOdk-GNjqrq8hglda59~Q2h3LsqSqi8umRzqjqyeVOa1MRUgLdsJoY1VmDp74bC7AdASNS5ng8P~K1QxVgYBDphjWwMqjMG~aaQHdA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,M. Gold,"Sandec: Department of Sanitation, Water and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, 8600 Duebendorf, Switzerland",Switzerland,moritz.gold@eawag.ch,,M. Gold,"Sandec: Department of Sanitation, Water and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, 8600 Duebendorf, Switzerland",Switzerland,moritz.gold@eawag.ch,,FALSE,,,,"['char', 'pyrolysis', 'sanitation', 'treatment', 'Uganda', 'wastewater']" -470,64190,8,4,https://iwaponline.com/washdev/article/8/4/718/64190/Sanitation-for-all-a-Panglossian-perspective,"Journal of Water, Sanitation & Hygiene for Development",Sanitation for all: a Panglossian perspective?,2018,FALSE,0,,[],2,Priyam Das,"University of Hawai‘i at Mānoa, Honolulu, HI, USA",USA,priyam@hawaii.edu,,Priyam Das,"University of Hawai‘i at Mānoa, Honolulu, HI, USA",USA,priyam@hawaii.edu,,FALSE,,,,"['India', 'low-income settlements', 'open defecation', 'sanitation', 'toilets', 'urban']" -471,63697,8,4,https://iwaponline.com/washdev/article/8/4/730/63697/Contributing-to-water-security-through-water,"Journal of Water, Sanitation & Hygiene for Development",Contributing to water security through water tariffs: some guidelines for implementation mechanisms,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.015/2/washdev2018015supp.docx?Expires=1706026647&Signature=OpIhMMCLbcOEPDf~dWSc41r79fo5c4enzDtMkZ33cOfyBHHBDu3cV~0HjOp6dxRLVjEDtPsLxpkUQBQQo5HseobX6CjtIXQnWGGJ6yePqMMrgeUrciJT0DJzdHNHvaf~C96uHHnaKHri0iinYvLZ0CAhQXZLg47ywddc94FlL9aAsBW7VHCbLlF2Djex0Yz2Oavi-dQFD4q9UHv6-Yuh5Ux351nWD2LH-cZ7N38vdV1YujK7HIt6okdM-XS--8z2Gliqah9yyKVZPNNfRdkbljz4AFpeIiegXY8dKM4XBi815nT8wP5heHj7PbQ3UxPZzaXTFEiA902RHXg56KebhQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Francisco Silva Pinto,"CERIS, CESUR, Instituto Superior Técnico, Universidade de Lisboa, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,frcsilvapinto@tecnico.ulisboa.pt,,Francisco Silva Pinto,"CERIS, CESUR, Instituto Superior Técnico, Universidade de Lisboa, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,frcsilvapinto@tecnico.ulisboa.pt,,FALSE,,,,"['growing urban centres', 'pricing policies', 'water security', 'water tariff implementation']" -472,64304,8,4,https://iwaponline.com/washdev/article/8/4/740/64304/Incidence-of-chlorination-by-products-in-an,"Journal of Water, Sanitation & Hygiene for Development","Incidence of chlorination by-products in an institutional drinking water distribution network, Islamabad, Pakistan, using response surface methodology",2018,FALSE,0,,[],5,Romana Khan,"Institute of Environmental Sciences and Engineering, School of Civil and Environmental Engineering, National University of Sciences and Technology (NUST), H-12 Sector, Islamabad, 44000, Pakistan",Pakistan,romanakhan333@gmail.com,,Romana Khan,"Institute of Environmental Sciences and Engineering, School of Civil and Environmental Engineering, National University of Sciences and Technology (NUST), H-12 Sector, Islamabad, 44000, Pakistan",Pakistan,romanakhan333@gmail.com,,FALSE,,,,"['disinfection by-products', 'distribution network', 'response surface methodology', 'solid-phase microextraction', 'water analysis']" -473,64305,8,4,https://iwaponline.com/washdev/article/8/4/752/64305/Developing-a-water-quality-index-in-a-tropical,"Journal of Water, Sanitation & Hygiene for Development",Developing a water quality index in a tropical reservoir using a measure of multiparameters,2018,FALSE,0,,[],6,Alberto Quevedo-Castro,"División de Estudios de Posgrado e Investigación, Instituto Tecnológico de Culiacán, Juan de Dios Bátiz 310, Col. Guadalupe, P.C. 80220, Culiacán, Sinaloa, Mexico",Mexico,,,Yaneth Bustos-Terrones,"CONACYT-División de Estudios de Posgrado e Investigación, Instituto Tecnológico de Culiacán, Juan de Dios Bátiz 310, Col. Guadalupe, P.C. 80220, Culiacán, Sinaloa, Mexico",Mexico,yabustoste@conacyt.mx,,FALSE,,,,"['Pearson correlation', 'principal component analysis', 'sensitivity analysis', 'tropical reservoir', 'water quality index']" -474,64491,8,4,https://iwaponline.com/washdev/article/8/4/767/64491/Microbiological-and-physico-chemical-properties-of,"Journal of Water, Sanitation & Hygiene for Development","Microbiological and physico-chemical properties of packaged, residential treatment device and tap water drinking water and their possible effects on human health",2018,FALSE,0,,[],7,Neriman Aydın,"Faculty of Medicine, Department of Public Health, Gaziantep University, 27310 Gaziantep, Turkey",Turkey,neriman_aydin@yahoo.com,,Neriman Aydın,"Faculty of Medicine, Department of Public Health, Gaziantep University, 27310 Gaziantep, Turkey",Turkey,neriman_aydin@yahoo.com,,FALSE,,,,"['drinking water', 'packaged water', 'sanitation', 'tap water', 'water analysis']" -475,64417,8,4,https://iwaponline.com/washdev/article/8/4/777/64417/Lead-lag-series-and-staged-parallel-operational,"Journal of Water, Sanitation & Hygiene for Development",Lead-lag series and staged parallel operational strategies improve the performance and cost-effectiveness of bonechar for control of fluoride in groundwater,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.111/2/washdev2018111supp.docx?Expires=1706092283&Signature=whDPyjL3Ai7Nddis2iT4~FJny4kJuGZVkLxYr1gdB53mbeuNZalINxgxDgOhwCNCD2Ia6JvszoQtc1Idq2pVAtP6zR7VO2aUZbfD~Ds-S33ThZ0DLPJ6Jr4I~KlBPGMZ0JX1YajdrEoi~VEEWVJvGu7xE2inVBClJnJbsQOfzWirWNpCSkDDBXV8oEMnKb76-WvxDTozTqbFksUChz8otDFFwDhdtdL35ptO~zXUAmTQVWRbekHEEZI~c0tgbeajiew1SxZvlTyErZWDvjNtVIdJxz0RMWjm8ZclA3LeGarwZt8xzInfBqNd7qURmn6sN5ynfxnlO~Tfp5rAyu8rXA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,J. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, NC 27695, USA",USA,jpkearns@ncsu.edu,,J. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, NC 27695, USA",USA,jpkearns@ncsu.edu,,FALSE,,,,"['bonechar', 'fluoride', 'groundwater', 'household water treatment', 'Mexico', 'sorption']" -476,41370,8,4,https://iwaponline.com/washdev/article/8/4/785/41370/Improving-environmental-conditions-for,"Journal of Water, Sanitation & Hygiene for Development","Improving environmental conditions for involuntarily displaced populations: water, sanitation, and hygiene in orphanages, prisons, and refugee and IDP settlements",2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.019/2/washdev2018019supp.docx?Expires=1706022745&Signature=iydkyZEZwzmwmeerw4yjz0JxWxqpD6FEPOvzr2Cn4FT-cgWfh0YSs3fuSfdrP~doVap153o4CFVZEhR7GqC3r7ND7X7FA1oV25Sv-ICszAbORGuI1o4kYiXYxdAQ8bv1rlsGjffKQg70v4aaiLjwkaNciyYccgb-HdgGwpJJp9svMeHFBQu0tFWRPmRfZi9VtI4GNod6Jzjtm~dtEEz-AlW-QbYnKusAsAvxzdWE2FfHqikJmV1SiVmPjyxCDrFxrH5tFI5fGiN16zgpX1IL2ZjatJu4~N-Bh8S9Ia3oNbzOpHLnCrK-ysBT9ruCoxDAezaoTLRZJ6uD76mtebKBwA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],11,Nikki Behnke,"Gillings School of Global Public Health, The Water Institute at UNC, Campus Box #7431, 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",USA,behnke@live.unc.edu,,Nikki Behnke,"Gillings School of Global Public Health, The Water Institute at UNC, Campus Box #7431, 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",USA,behnke@live.unc.edu,,FALSE,,,,"['environmental health', 'orphanages', 'prisons', 'refugees', 'WaSH']" -477,41533,8,4,https://iwaponline.com/washdev/article/8/4/792/41533/Dewatering-of-septic-tank-sludge-in-alternative,"Journal of Water, Sanitation & Hygiene for Development",Dewatering of septic tank sludge in alternative sludge drying bed,2018,FALSE,0,,[],3,Denise Vazquez Manfio,"School of Civil Engineering, Architecture and Urban Design – FEC, University of Campinas – UNICAMP, Avenida Albert Einstein, 951, Cidade Universitária ‘Zeferino Vaz’, P.O. Mailbox: 6021, 13083-852, Campinas, SP, Brazil",Brazil,,,Adriano Luiz Tonetti,"School of Civil Engineering, Architecture and Urban Design – FEC, University of Campinas – UNICAMP, Avenida Albert Einstein, 951, Cidade Universitária ‘Zeferino Vaz’, P.O. Mailbox: 6021, 13083-852, Campinas, SP, Brazil",Brazil,adriano@fec.unicamp.br,,FALSE,,,,"['conditioning', 'drying bed', 'permeable pavement', 'septic tank', 'sludge']" -478,41532,8,4,https://iwaponline.com/washdev/article/8/4/799/41532/Emergency-response-in-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Emergency response in water, sanitation and hygiene to control cholera in post-earthquake Nepal in 2016",2018,FALSE,0,,[],2,Kazutaka Sekine,"UNICEF Sierra Leone, Freetown, Sierra Leone",Sierra Leone,kazutaka_sekine@hotmail.com,,Kazutaka Sekine,"UNICEF Sierra Leone, Freetown, Sierra Leone",Sierra Leone,kazutaka_sekine@hotmail.com,,FALSE,,,,"['cholera', 'diarrhea', 'disasters', 'disease outbreaks', 'sanitation']" -479,62800,8,4,https://iwaponline.com/washdev/article/8/4/803/62800/Engaging-field-staff-in-strategic-asset-management,"Journal of Water, Sanitation & Hygiene for Development",Engaging field staff in strategic asset management,2018,FALSE,0,,[],2,Patricia Bakir,"Consultant and IWA Fellow, Amman, Jordan",Jordan,bakirp@gmail.com,,Patricia Bakir,"Consultant and IWA Fellow, Amman, Jordan",Jordan,bakirp@gmail.com,,FALSE,,,,"['asset management', 'communication', 'field staff', 'utility management']" -480,63305,8,4,https://iwaponline.com/washdev/article/8/4/809/63305/Evaluation-of-use-acceptability-and-effectiveness,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of use, acceptability, and effectiveness of household water filter systems in Honduras, 2016–2017",2018,FALSE,0,,[],9,Kirsten Fagerli,"Centers for Disease Control and Prevention, Division of Foodborne, Waterborne, and Environmental Diseases, 1600 Clifton Road, Atlanta, GA 30329, USA",USA,kfagerli@cdc.gov,,Kirsten Fagerli,"Centers for Disease Control and Prevention, Division of Foodborne, Waterborne, and Environmental Diseases, 1600 Clifton Road, Atlanta, GA 30329, USA",USA,kfagerli@cdc.gov,,FALSE,,,,"['E. coli', 'hollow fiber water filter', 'Honduras', 'water quality']" -481,64359,8,4,https://iwaponline.com/washdev/article/8/4/817/64359/Indigenous-drinking-water-consumption-pattern-of,"Journal of Water, Sanitation & Hygiene for Development",Indigenous drinking-water consumption pattern of residents in Kuching city: results of a pilot study,2018,FALSE,0,,[],2,King Kuok Kuok,"Faculty of Engineering, Computing and Science, Swinburne University of Technology Sarawak Campus, 93350 Kuching, Sarawak, Malaysia",Malaysia,kkuok@swinburne.edu.my,,King Kuok Kuok,"Faculty of Engineering, Computing and Science, Swinburne University of Technology Sarawak Campus, 93350 Kuching, Sarawak, Malaysia",Malaysia,kkuok@swinburne.edu.my,,FALSE,,,,"['bottled water', 'demographic factors', 'drinking water consumption pattern', 'in-home water treatment device', 'raw water', 'tap water']" -482,65058,9,1,https://iwaponline.com/washdev/article/9/1/1/65058/Motivators-for-treated-wastewater-acceptance,"Journal of Water, Sanitation & Hygiene for Development",Motivators for treated wastewater acceptance across developed and developing contexts,2019,FALSE,0,,[],6,Jacelyn Rice,"Department of Engineering Technology and Construction Management, University of North Carolina-Charlotte, Charlotte, NC, 28223, USA",USA,jrice35@uncc.edu,,Jacelyn Rice,"Department of Engineering Technology and Construction Management, University of North Carolina-Charlotte, Charlotte, NC, 28223, USA",USA,jrice35@uncc.edu,,FALSE,,,,"['acceptability', 'motivation', 'treated wastewater', 'water reuse', 'willingness to use']" -483,65389,9,1,https://iwaponline.com/washdev/article/9/1/7/65389/Rethinking-Brasilia-s-water-services-new-targets,"Journal of Water, Sanitation & Hygiene for Development",Rethinking Brasília's water services: ‘new targets’ using the regulatory impact assessment (RIA) tool,2019,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2019.088/3/washdev2019088supp.pdf?Expires=1706092312&Signature=aoqAL~0tm9ShZj4n0OqFu1bflOL3d5a4H5I5eiMBTAGvp9z9F1ZCJ~8d6uKQ5C2m1cfHaBwqj0DbKuRWD1uvxACv-SN9j76JXo4B7lsKRbpYyCO2NkrfFlvpAS6dHTRAtAx7fJ3OIQRmWpiYdrsV52koeUOo19HJ~5LW5YHlh2q3In9un99D0EjGiecTo6DGuamqK26So77fFDKBIOk4HtVfjqZvtzIJ6Mvg8xSjLceHgxDAYqOBzDQ-0s56Oy5YYF~yTH9Lh4aYhEnYSEiM0Wn1PFLAlp5XhdCoC4S7Bqutbt8HPcyno67vFP3xably4RUSYZdfdJVhE9gDFftFtg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Bruno Eustaquio de Carvalho,"CERIS-IST, University of Lisbon, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,bruno.d.carvalho@tecnico.ulisboa.pt,,Bruno Eustaquio de Carvalho,"CERIS-IST, University of Lisbon, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,bruno.d.carvalho@tecnico.ulisboa.pt,,FALSE,,,,"['Brasília water sector', 'multicriteria decision analysis', 'regulatory impact assessment']" -484,65081,9,1,https://iwaponline.com/washdev/article/9/1/19/65081/The-inactivation-of-Ascaris-suum-eggs-by-short,"Journal of Water, Sanitation & Hygiene for Development",The inactivation of Ascaris suum eggs by short exposure to high temperatures,2019,FALSE,0,,[],4,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban, South Africa",South Africa,danica.naidoo987@gmail.com,,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban, South Africa",South Africa,danica.naidoo987@gmail.com,,FALSE,,,,"['Ascaris suum', 'heat treatment', 'inactivation', 'temperature', 'viability']" -485,64605,9,1,https://iwaponline.com/washdev/article/9/1/28/64605/Water-quality-before-and-after-a-campaign-of,"Journal of Water, Sanitation & Hygiene for Development","Water quality before and after a campaign of cleaning and disinfecting shallow wells: a study conducted during and after floods in Khyber Pakhtunkhwa, Pakistan",2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.272/3/washdev2018272supp.docx?Expires=1706092320&Signature=BzoTP~0IjqywGzBgPmDlS3BNr0ManSKPzS77D54EblKYicIBXOR1465JR0BBSTUFWFNSySjCG6zsJQmr0ac3IcoBwGrqMxcWm5-IpqlgyBrzSL~yaQ4yUuQJkxK55Qm19XsoZ9RsjF0Oct7NRaTtq17ZjIVO0pWtXQ3iWlF137~IyH2YoZ0dFDQAXorOjPviOyqE8IRnVzelDrGi8MUoQll7dzI0nzoEwjhy1FcVL4xHhe3CqEyaz97mGme3jJNSCXM9XvvRvrK~fLgw-xcCCgOqUyhbBebWSdnTFauaOWDjDlOLQzDBHD6b~HBB57IDtNFCC2mAuHuItwdol~NI8w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Rashid Ali,"Integrated Regional Support Program, Mardan, Pakistan",Pakistan,,,Claudio Valsangiacomo,"University of Applied Sciences and Arts of Southern Switzerland, Centre for Development and Cooperation, Lugano, Switzerland",Switzerland,claudio.valsangiacomo@supsi.ch,,FALSE,,,,"['flood', 'shallow well', 'water quality', 'well cleaning']" -486,65044,9,1,https://iwaponline.com/washdev/article/9/1/38/65044/Exploration-of-bacterial-contaminants-in,"Journal of Water, Sanitation & Hygiene for Development",Exploration of bacterial contaminants in reservoirs of Palamuru by PCR-DGGE method: household water treatment,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.077/3/washdev2018077supp.docx?Expires=1706092325&Signature=0TKCTzD881zeyBmbyaqdm4jyyVX1Gpe72v-HnbFTxIm2Hc04vbMvk~Bi08UqYkuAJL2NYTG-0XTnK9lxUvA4gYtIdE64PgoPE6ZUTmLDCSQnPl87RyreCtU4gIkLY48amGkvm9I1v~BWqFEDp2n8oHRZ0OTRhgfL9Ut9A5mAU1AoMYNb40rDFNouRz-QHOoI~PLsD-uG5OWQRrmLnWuHWtg~VGMpUxl746VMGbCZvicZauWZ2s3rFwSB8XGtmOynz1YSgiBD-LYvEPHrqNtwD8KcCgRgv7BDCXKZgIi~EjCFAXaT9GC6wfPf0p-O3rOseq7INzJm7dHlvloK9x7~TQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,A. Shiva Shanker,"Department of Microbiology, Palamuru University, Mahabubnagar, Telangana 509 001, India",India,,,Pavan Kumar Pindi,"Department of Microbiology, Palamuru University, Mahabubnagar, Telangana 509 001, India",India,pavankumarpindi@gmail.com,,FALSE,,,,"['bacterial contamination', 'bacterial diversity', 'CFU', 'community drinking water', 'drinking water']" -487,65390,9,1,https://iwaponline.com/washdev/article/9/1/49/65390/Electropermeabilization-of-nematode-eggs-for,"Journal of Water, Sanitation & Hygiene for Development",Electropermeabilization of nematode eggs for parasite deactivation,2019,FALSE,0,,[],7,M. H. Dryzer,"Department of Physics, Elon University, Elon, NC 27244, USA",USA,mdryzer@elon.edu,,M. H. Dryzer,"Department of Physics, Elon University, Elon, NC 27244, USA",USA,mdryzer@elon.edu,,FALSE,,,,"['Caenorhabditis elegans', 'eggshell permeability', 'electroporation', 'parasitic helminth eggs', 'propidium iodide staining', 'wastewater sanitation']" -488,65779,9,1,https://iwaponline.com/washdev/article/9/1/56/65779/Physicochemical-and-bacteriological-quality-of,"Journal of Water, Sanitation & Hygiene for Development",Physicochemical and bacteriological quality of sachet water used by Ghanaian university students: implications for public health,2019,FALSE,0,,[],3,Bismark Elorm Addo,"Department of Chemistry, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,,,Razak M. Gyasi,"African Population and Health Research Center (APHRC), Manga Close, Off Kirawa Road, P.O. Box 10787 - 00100, Nairobi, Kenya",Kenya,rgyasi@aphrc.org,,FALSE,,,,"['bacteriological analysis', 'faecal coliform', 'public health', 'sachet water', 'university students', 'water quality']" -489,65309,9,1,https://iwaponline.com/washdev/article/9/1/64/65309/Chemical-and-microbiological-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Chemical and microbiological quality of desalinated waters in Birjand city, Iran",2019,FALSE,0,,[],4,Ali Naghizadeh,"Medical Toxicology and Drug Abuse Research Center (MTDRC), Birjand University of Medical Sciences (BUMS), Birjand, Iran",Iran,aliinaghizadeh@gmail.com,,Ali Naghizadeh,"Medical Toxicology and Drug Abuse Research Center (MTDRC), Birjand University of Medical Sciences (BUMS), Birjand, Iran",Iran,aliinaghizadeh@gmail.com,,FALSE,,,,"['Birjand', 'chemical quality', 'desalination', 'Iran', 'microbiological quality']" -490,65308,9,1,https://iwaponline.com/washdev/article/9/1/71/65308/Analysis-of-households-vulnerability-to-waterborne,"Journal of Water, Sanitation & Hygiene for Development","Analysis of households' vulnerability to waterborne diseases in Yenagoa, Nigeria",2019,FALSE,0,,[],1,Odafivwotu Ohwo,"Niger Delta University, Amassoma, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,,Odafivwotu Ohwo,"Niger Delta University, Amassoma, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,,FALSE,,,,"['drinking water', 'hygiene', 'sanitation', 'vulnerability', 'waterborne diseases']" -491,65056,9,1,https://iwaponline.com/washdev/article/9/1/80/65056/Household-level-drinking-water-quality-access-and,"Journal of Water, Sanitation & Hygiene for Development","Household-level drinking water quality, access, and management practices within an informal community: a case study at Rio das Pedras, Rio de Janeiro",2019,FALSE,0,,[],6,Richard V. Remigio,"Urban Health Collaborative, Dornsife School of Public Health, Drexel University, Philadelphia, PA, USA",USA,rvr350@umd.edu,,Richard V. Remigio,"Urban Health Collaborative, Dornsife School of Public Health, Drexel University, Philadelphia, PA, USA",USA,rvr350@umd.edu,,FALSE,,,,"['drinking water', 'households', 'informal communities', 'urban health', 'water access', 'water storage']" -492,65352,9,1,https://iwaponline.com/washdev/article/9/1/90/65352/Investigating-the-quality-of-stored-drinking-water,"Journal of Water, Sanitation & Hygiene for Development","Investigating the quality of stored drinking water from the Harare water distribution system, Zimbabwe",2019,FALSE,0,,[],3,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,,FALSE,,,,"['chlorophyll-a', 'free residual chlorine', 'Harare', 'stored water', 'water distribution system', 'water quality']" -493,65138,9,1,https://iwaponline.com/washdev/article/9/1/102/65138/The-social-dynamics-around-shared-sanitation-in-an,"Journal of Water, Sanitation & Hygiene for Development","The social dynamics around shared sanitation in an informal settlement of Lusaka, Zambia",2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.102/3/washdev2018102supp.docx?Expires=1706092353&Signature=eAWjPZTKCWHt4gT3B6O1WMlX-RoUXxHOjV6TfxUsgsiaMMGpL4iaCob0-vRSukd7sq15sb9Rz-OO42KYVU7decmnfNva-4xTkwvS0g5IyJlMMztgR6K~fYWVdAggBT091Tg4bTvnkot0n1T2~SHWzaEZ28vBXZqlghf9Jbo47CutVrqpHXpVE6GfzMXmPX0zMUV0pEwDffEZLIuAInVSz4Qc-BrvrHpDA3XosPNBHQairncTtqFcNa6M5LrMUvxbLFRzQqn0mgo~Q4DU5pN-GGZ8c-C~7cBo44YHhP1rpxP11N~-kShJZIfhRnFJqlhKNOpXi7UygFQELJ2XCdihaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Jenala Chipungu,"Centre for Infectious Disease Research in Zambia, Lusaka, Zambia",Zambia,jenala.chipungu@cidrz.org,,Jenala Chipungu,"Centre for Infectious Disease Research in Zambia, Lusaka, Zambia",Zambia,jenala.chipungu@cidrz.org,,FALSE,,,,"['common-pool resources', 'Ostrom', 'shared sanitation', 'social dynamics']" -494,65094,9,1,https://iwaponline.com/washdev/article/9/1/111/65094/Diagnostics-for-assessing-city-wide-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Diagnostics for assessing city-wide sanitation services,2019,FALSE,0,,[],5,R. E. Scott,"School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, UK",UK,r.e.scott@lboro.ac.uk,,R. E. Scott,"School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, UK",UK,r.e.scott@lboro.ac.uk,,FALSE,,,,"['diagnostics', 'enabling environment', 'faecal sludge management', 'political economy analysis', 'sanitation service chain', 'service delivery assessment']" -495,65468,9,1,https://iwaponline.com/washdev/article/9/1/119/65468/Water-consumption-in-public-schools-a-case-study,"Journal of Water, Sanitation & Hygiene for Development",Water consumption in public schools: a case study,2019,FALSE,0,,[],4,Luiz Gustavo Costa Ferreira Nunes,"Universidade de Pernambuco Escola Politecnica de Pernambuco, R. Benfica, 455 - Madalena, Recife – PE, 50720-001, Brazil",Brazil,l.gustavo.nunes@hotmail.com,,Luiz Gustavo Costa Ferreira Nunes,"Universidade de Pernambuco Escola Politecnica de Pernambuco, R. Benfica, 455 - Madalena, Recife – PE, 50720-001, Brazil",Brazil,l.gustavo.nunes@hotmail.com,,FALSE,,,,"['public schools', 'water conservation', 'water consumption indicators']" -496,64608,9,1,https://iwaponline.com/washdev/article/9/1/129/64608/Health-costs-and-benefits-from-a-pilot-rural,"Journal of Water, Sanitation & Hygiene for Development",Health costs and benefits from a pilot rural sanitation intervention in India,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.076/3/washdev2018076supp.docx?Expires=1706092364&Signature=NsiCjIxHbu8DBIZwRpA-LJv3-VSVz~u8VP0OteTCXnBwuQKg6XIi17qBwhxGCsQ18U-BJQrlbiKHjqsFPk6wmvfpJjjhUDJ~cyu-15JWwvhm99QEB01LjWEjmHUk46VfYiCiuCBp8mPsindDpaRgfK5DOMUurkEuMwh-p0-3LEwNlv9jP1hRT0eYjddNSnARoiypCozv8RL8jQ0AHx0Hjkty9JDz6tXeQwSbxjrAnzbw0bkf1u89oYOz4ZZGW7js~VLhpPFUXYqJ2JoiZqHocBDri~3sAFNMFQbJyRQu~kuwxg9ytPN0ICy24zKMC-eh3TyIfjfg6TVZhBs-92aCBg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,David Weis,"Institute of Environmental Engineering and Management and Institute for Teaching and Educational Research in Health Sciences, Witten/Herdecke University, Alfred-Herrhausen-Straße 50, 58448 Witten, Germany",Germany,david.weis@uni-wh.de,,David Weis,"Institute of Environmental Engineering and Management and Institute for Teaching and Educational Research in Health Sciences, Witten/Herdecke University, Alfred-Herrhausen-Straße 50, 58448 Witten, Germany",Germany,david.weis@uni-wh.de,,FALSE,,,,"['cost benefit', 'health', 'India', 'sanitation', 'water']" -497,65469,9,1,https://iwaponline.com/washdev/article/9/1/139/65469/Mobile-crowd-participation-to-root-small-scale,"Journal of Water, Sanitation & Hygiene for Development",Mobile crowd participation to root small-scale piped water supply systems in India and Bangladesh,2019,FALSE,0,,[],4,A. Mink,"Civil Engineering and Geosciences, Water Management, Delft University of Technology, Stevinweg 1, 2628CN, Delft, The Netherlands",The Netherlands,a.mink@tudelft.nl,,A. Mink,"Civil Engineering and Geosciences, Water Management, Delft University of Technology, Stevinweg 1, 2628CN, Delft, The Netherlands",The Netherlands,a.mink@tudelft.nl,,FALSE,,,,"['end-user participation', 'safe water supply', 'smartphone application', 'water quality']" -498,64762,9,1,https://iwaponline.com/washdev/article/9/1/152/64762/Multisectoral-approach-to-nutrition-in-Pakistan,"Journal of Water, Sanitation & Hygiene for Development",Multisectoral approach to nutrition in Pakistan,2019,FALSE,0,,[],1,Muhammad Ali,"School of Social Sciences and Humanities, National University of Science and Technology Islamabad, Islamabad, Pakistan",Pakistan,alishuja@s3h.nust.edu.pk,,Muhammad Ali,"School of Social Sciences and Humanities, National University of Science and Technology Islamabad, Islamabad, Pakistan",Pakistan,alishuja@s3h.nust.edu.pk,,FALSE,,,,"['malnutrition', 'sanitation and hygiene', 'stunting', 'WASH', 'water']" -499,65470,9,1,https://iwaponline.com/washdev/article/9/1/164/65470/Water-sanitation-and-hygiene-practices-in-early,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene practices in early childhood development (ECD) centres in low socio-economic areas in Nelson Mandela Bay, South Africa",2019,FALSE,0,,[],6,Paula Melariri,"Department of Environmental Health, Nelson Mandela University, P.O. Box 77000, Port Elizabeth 6031, South Africa",South Africa,paulaezinne.melariri@mandela.ac.za,,Paula Melariri,"Department of Environmental Health, Nelson Mandela University, P.O. Box 77000, Port Elizabeth 6031, South Africa",South Africa,paulaezinne.melariri@mandela.ac.za,,FALSE,,,,"['hand washing', 'hygiene', 'sanitation', 'water', 'wins indicators']" -500,64604,9,1,https://iwaponline.com/washdev/article/9/1/172/64604/A-low-cost-open-source-autonomous-surface-vehicle,"Journal of Water, Sanitation & Hygiene for Development","A low-cost, open-source autonomous surface vehicle as a multipurpose waste stabilization pond monitoring platform",2019,FALSE,0,,[],5,A. Cuppens,"Facultad de Ciencias de la Ingeniería, Universidad Paraguayo Alemana, Lope de Vega 1279, San Lorenzo, Paraguay",Paraguay,arnoud.cuppens@upa.edu.py,,A. Cuppens,"Facultad de Ciencias de la Ingeniería, Universidad Paraguayo Alemana, Lope de Vega 1279, San Lorenzo, Paraguay",Paraguay,arnoud.cuppens@upa.edu.py,,FALSE,,,,"['autonomous surface vehicle', 'monitoring', 'open-source', 'waste stabilization ponds']" -501,65057,9,1,https://iwaponline.com/washdev/article/9/1/181/65057/Can-a-precast-pit-latrine-concrete-floor-withstand,"Journal of Water, Sanitation & Hygiene for Development",Can a precast pit latrine concrete floor withstand emptying operations? An investigation from Malawi,2019,FALSE,0,,[],2,Joshua Mchenga,"Centre of Excellence in Water and Sanitation, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,,,Rochelle H. Holm,"Centre of Excellence in Water and Sanitation, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,rochelle@rochelleholm.com,,FALSE,,,,"['concrete', 'fecal sludge management', 'Malawi', 'pit latrine', 'safety', 'sanitation']" -502,66378,9,2,https://iwaponline.com/washdev/article/9/2/187/66378/Unravelling-pro-poor-water-services-what-does-it,"Journal of Water, Sanitation & Hygiene for Development",Unravelling pro-poor water services: what does it mean and why is it so popular?,2019,FALSE,0,,[],3,Akosua Sarpong Boakye-Ansah,"Department of Integrated Water Systems and Governance, IHE-Delft Institute for Water Education, Westvest 7, 2611AX Delft, The Netherlands and Amsterdam Institute for Social Science Research, University of Amsterdam, Nieuwe Achtergracht 166, 1018 WV, Amsterdam, The Netherlands",The Netherlands,a.boakyeansah@un-ihe.org,,Akosua Sarpong Boakye-Ansah,"Department of Integrated Water Systems and Governance, IHE-Delft Institute for Water Education, Westvest 7, 2611AX Delft, The Netherlands and Amsterdam Institute for Social Science Research, University of Amsterdam, Nieuwe Achtergracht 166, 1018 WV, Amsterdam, The Netherlands",The Netherlands,a.boakyeansah@un-ihe.org,,FALSE,,,,"['low-income areas', 'pro-poor water services', 'service differentiation', 'urban poor', 'water utility']" -503,66715,9,2,https://iwaponline.com/washdev/article/9/2/198/66715/Relationships-between-shared-sanitation-facilities,"Journal of Water, Sanitation & Hygiene for Development",Relationships between shared sanitation facilities and diarrhoeal and soil-transmitted helminth infections: an analytical review,2019,FALSE,0,,[],6,P. S. Ramlal,"School of Life Sciences, University of KwaZulu-Natal, Durban, KwaZulu-Natal, 4001, South Africa",South Africa,preshod.ramlal@durban.gov.za,,P. S. Ramlal,"School of Life Sciences, University of KwaZulu-Natal, Durban, KwaZulu-Natal, 4001, South Africa",South Africa,preshod.ramlal@durban.gov.za,,FALSE,,,,"['diarrhoea', 'odds ratio', 'private toilets', 'shared sanitation', 'soil-transmitted helminths']" -504,66755,9,2,https://iwaponline.com/washdev/article/9/2/210/66755/To-char-or-not-to-char-Review-of-technologies-to,"Journal of Water, Sanitation & Hygiene for Development",To char or not to char? Review of technologies to produce solid fuels for resource recovery from faecal sludge,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.184/7/washdev2019184supp.docx?Expires=1706092402&Signature=Q~dsnaik-aTrggDV0yjNrBCtpJqT80nvHkTuI3K819lzRc0zwSucKdOwsSZ6BHDzCrqdSXf~yCCXduEMdQVnAgoaf1vtGaYokevaYQULkGZeTXHg7d2HM-s2l5JWj0FCMBcTl535kxcHlZEjlQjvVVjwS6wv8OMJlJSaOapeAWTlIPng-~utawfx-QjZA9iJnX-xokAb9fLXiMUZyDCWe7C1lzzg8kERyuoPy~MUyxrRWfhdYdYiQ0HFI~~VT~0j1ecoKS8j7yOZ~jqBGT3gJbQQq7W7GF1JDA6cZ~P4do2zOUV0jm~tXMrnv6htiyGdFa6Rxt1un9KRXHitWj8zUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Nienke Andriessen,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,nienke.andriessen@eawag.ch,,Nienke Andriessen,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,nienke.andriessen@eawag.ch,,FALSE,,,,"['carbonization', 'energy recovery', 'faecal sludge', 'fecal sludge', 'onsite sanitation', 'pyrolysis']" -505,65991,9,2,https://iwaponline.com/washdev/article/9/2/225/65991/Potable-water-supply-among-the-physically,"Journal of Water, Sanitation & Hygiene for Development",Potable water supply among the physically challenged in selected homes for the disabled in Ibadan,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.170/7/washdev2019170supp.docx?Expires=1706092407&Signature=O3QSsAM-rdviEHS0GNYuHI2XgHxl0YVRxNEglxFXKey2KcpE2Nxcvwv~KFfqnX1xpFX5zxILbqy0OpEIjC9A21GZIDYVJPHjuF7OipeDfEQ68jrdGKyBIbuoaLLNDjscnJYrwpFMdqf8AMyrA6o-TA2e~3e5RMksu6DhFdE9kEFBFFA21bNsCxYm0JSZ52zxuPn~SFPDlIBZEWf8FfhrxhTKtd0ihmUZS8tIPYjxfpFmXgS-zQQzwSXW3lvNjZaQMiHv3S9HX2vHXwM1xFZaCbOhvEl139g6JuNIvQfHyfwWDQYyQ-f8QHzNSleR3pNW8M9sghCwV8ypAfi1w0DhEw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Ifiok P. Udofia,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Oyo State, Nigeria",Nigeria,piusifiok@yahoo.com,,Ifiok P. Udofia,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Oyo State, Nigeria",Nigeria,piusifiok@yahoo.com,,FALSE,,,,"['access', 'physically challenged people', 'potable water']" -506,65846,9,2,https://iwaponline.com/washdev/article/9/2/237/65846/Protecting-sources-of-urban-water-supply-in-Haiti,"Journal of Water, Sanitation & Hygiene for Development",Protecting sources of urban water supply in Haiti: An institutional analysis,2019,FALSE,0,,[],1,Antonio Andres Martinez,"Water and Sanitation Consultant, C/Pedro II el Catolico 31, 4 F, 50010, Zaragoza, Spain",Spain,sahara.sia2@gmail.com,,Antonio Andres Martinez,"Water and Sanitation Consultant, C/Pedro II el Catolico 31, 4 F, 50010, Zaragoza, Spain",Spain,sahara.sia2@gmail.com,,FALSE,,,,"['Haiti', 'institutional', 'integration', 'urban', 'water resource management', 'water resource protection']" -507,65948,9,2,https://iwaponline.com/washdev/article/9/2/247/65948/Acceptability-effectiveness-and-fouling-of,"Journal of Water, Sanitation & Hygiene for Development","Acceptability, effectiveness, and fouling of PointOne membrane filters distributed in South Sudan",2019,FALSE,0,,[],7,Shannon Holding,"Medair – Emergency Relief and Recovery, Ecublens, Switzerland",Switzerland,sholding@sfu.ca,,Shannon Holding,"Medair – Emergency Relief and Recovery, Ecublens, Switzerland",Switzerland,sholding@sfu.ca,,FALSE,,,,"['emergency response', 'hollow fiber membrane', 'household water treatment', 'membrane fouling', 'microbiological effectiveness', 'point-of-use']" -508,66476,9,2,https://iwaponline.com/washdev/article/9/2/258/66476/Geo-spatial-modeling-of-access-to-water-and,"Journal of Water, Sanitation & Hygiene for Development",Geo-spatial modeling of access to water and sanitation in Nigeria,2019,FALSE,0,,[],8,Benson Ajisegiri,"Federal Ministry of Water Resources, Nigeria",Nigeria,,,Luis A. Andres,"World Bank Water Global Practice, Washington, DC, USA",USA,landres@worldbank.org,,FALSE,,,,"['geo-spatial modeling', 'Nigeria', 'sanitation', 'Sustainable Development Goals', 'water']" -509,65989,9,2,https://iwaponline.com/washdev/article/9/2/281/65989/In-situ-drying-of-faecal-sludge-in-breathable,"Journal of Water, Sanitation & Hygiene for Development",In-situ drying of faecal sludge in breathable membrane-lined collection containers,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.095/7/washdev2019095supp.docx?Expires=1706092427&Signature=5Ef7uH7lhIh6i-kSnG5uv7HygCvP6G-yBBeoWJkBt~N74DUd6WCB8dy~YaZOxxi3yqfXAxTZhQAERBpG8FiEoO7eiM3Zj3xWQ3f6~Y4Gtm1REOLPpxo9-IvId4Qb5YAEtkt7Kuu4pXUWMjauOl0hTP2378RexfIdA7iLdzUIFLwfSlvSvYwmgcI0uarsO8dTXh9wykqXX~spGZwxNJYmAdPDfvMp3zBmqaJdyYu6Guj5sWfcpxCl1K9Siu2MJT-0MzB4VzlofylNpxlZ5NGX04UrOkZcii0eMZ8qpaoh1vzfAelGg~YaW-9IhwGYT2EGL1nXReHevBqJoubueB7ayQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Shray Saxena,"Department of Civil and Environmental Engineering, University of Delaware, Newark, DE, USA",USA,,,Daniel K. Cha,"Department of Civil and Environmental Engineering, University of Delaware, Newark, DE, USA",USA,cha@udel.edu,,FALSE,,,,"['breathable membrane', 'container-based sanitation', 'faecal sludge drying', 'modelling', 'moisture transport']" -510,66450,9,2,https://iwaponline.com/washdev/article/9/2/289/66450/Anaerobic-stabilisation-of-urine-diverting,"Journal of Water, Sanitation & Hygiene for Development",Anaerobic stabilisation of urine diverting dehydrating toilet faeces (UDDT-F) in urban poor settlements: biochemical energy recovery,2019,FALSE,0,,[],3,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",The Netherlands,rnyawirah@yahoo.com,,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",The Netherlands,rnyawirah@yahoo.com,,FALSE,,,,"['anaerobic digestion', 'biogas production', 'co-digestion', 'informal settlements', 'UDDT faeces']" -511,65990,9,2,https://iwaponline.com/washdev/article/9/2/300/65990/Qualitative-exploration-of-local-knowledge,"Journal of Water, Sanitation & Hygiene for Development","Qualitative exploration of local knowledge, attitudes and use of Moringa oleifera seeds for home-based water purification and diarrhoea prevention in Niger State, Nigeria",2019,FALSE,0,,[],2,Agatha Aduro,"Opposite Minna Industrial Estate, Sauka Kahuta, Minna, Niger State, Nigeria",Nigeria,agatha.aduro@gmail.com,,Agatha Aduro,"Opposite Minna Industrial Estate, Sauka Kahuta, Minna, Niger State, Nigeria",Nigeria,agatha.aduro@gmail.com,,FALSE,,,,"['diarrhoea prevention', 'home-based water treatment', 'Moringa oleifera', 'Nigeria', 'perceptions', 'water safety']" -512,66610,9,2,https://iwaponline.com/washdev/article/9/2/309/66610/Mineralization-of-organic-matter-and-productivity,"Journal of Water, Sanitation & Hygiene for Development",Mineralization of organic matter and productivity of tifton 85 grass (Cynodon spp.) in soil incorporated with stabilized sludge from a vertical flow constructed wetland,2019,FALSE,0,,[],3,Diogo André P. Silva,"Belo Horizonte, MG, Brazil",Brazil,,,Antonio T. Matos,"Belo Horizonte, MG, Brazil",Brazil,atmatos@desa.ufmg.br,,FALSE,,,,"['mineralization fraction', 'organic matter decay', 'septic tank sludge']" -513,66603,9,2,https://iwaponline.com/washdev/article/9/2/319/66603/Microbial-contamination-levels-in-the-drinking,"Journal of Water, Sanitation & Hygiene for Development","Microbial contamination levels in the drinking water and associated health risks in Karachi, Pakistan",2019,FALSE,0,,[],7,Rafat Amin,"Department of Pathology, Dow International Medical Collage, Dow Research Institute of Biotechnology and Biomedical Sciences, Dow University of Health Sciences, Ojha Campus, Karachi, Pakistan",Pakistan,,,Sadaf Khan,"Department of Biochemistry, Dow International Medical College, Dow Research Institute of Biotechnology and Biomedical Sciences, Dow University of Health Sciences, Ojha Campus, Karachi, Pakistan",Pakistan,sudafkhan@gmail.com,,FALSE,,,,"['ground water', 'microbial quality', 'municipal supplied water', 'public health', 'waterborne diseases']" -514,66175,9,2,https://iwaponline.com/washdev/article/9/2/329/66175/Storage-induced-deterioration-of-domestic-water,"Journal of Water, Sanitation & Hygiene for Development",Storage-induced deterioration of domestic water quality,2019,FALSE,0,,[],3,C. C. Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,,C. C. Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,,FALSE,,,,"['contamination', 'drinking water', 'E. coli', 'rainwater', 'storage tank', 'tanker']" -515,66056,9,2,https://iwaponline.com/washdev/article/9/2/338/66056/When-the-pits-fill-up-in-visible-flows-of-waste-in,"Journal of Water, Sanitation & Hygiene for Development",When the pits fill up: (in)visible flows of waste in urban India,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.153/7/washdev2019153supp.docx?Expires=1706033413&Signature=384zZsI0ZiH9-Cd-T8J~055IRM1sdDGJOLWaYpxyFyneYCtd33zHba1akhLJRSljaV591WukFs~ojoIUDlLeLI1dsxEbNfQPZlQwo7F2YWG8x78X4bvLq7v0Z8G8Ao-g73FIgbF3uDFo-AZSU4v~rOmMe8Go~cUrk7GQBSlSIzhJBEGX9dRnD7iifK40JqVrluJ-FAK6FROwwO7nFH6BYuqXZTYgJ~FkeQl20QxWYLHtYajqeXPjIwCpCFdXd5sOxHNWwqefH83Eoh4S74qeEnvcRjK~A5NTeblKMzqiTR-2O9acvItcVg5yF9PemshxexB2qe8-YMrHok~ojAxb~A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,C. S. Sharada Prasad,"School of Development, Azim Premji University, Pixel Park, B Block, Electronics City, Hosur Road (Beside NICE Road), Bengaluru 560100, India",India,,,Isha Ray,"Energy & Resources Group, 310 Barrows Hall, UC Berkeley, Berkeley, CA 94720, USA",USA,isharay@berkeley.edu,,FALSE,,,,"['caste', 'disgust', 'fecal sludge management', 'on-site sanitation', 'Sustainable Development Goal 6']" -516,66731,9,2,https://iwaponline.com/washdev/article/9/2/348/66731/Assessing-the-short-term-outcomes-of-a-piped-water,"Journal of Water, Sanitation & Hygiene for Development",Assessing the short-term outcomes of a piped water supply intervention in peri-urban Mozambique,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.158/7/washdev2019158supp.docx?Expires=1706092459&Signature=hrX~opaA0z-qcGdhbJfnqsxNeBrWOFNx2bKz3cnIiOnZd4Zk~DJnZyTO4O5mOy6xo0FajZSuMn2FTt9PtivkybKheZR5GE~WiNnes2oDh7-5eE9VMyS8B9LSUMeLyAXnafljHTAow5hgHOXu~kX-JOxDXop8bjsI8VtkU6hPGKkeZG4ob9jt3xcW4AgogFnceTr4MN3LPS8p0-tYdEsuYSk5b-WoBqpSZIBoHzcZlVP-qdMCFr1txiCc5lFt14sDDi8kKI89sSpNxp-36nQjhRsfh5~59R8AIGmcPoLXZHFcnS868Ru24jBfuC5QUaX5mIP4zvWVdLEcDvhvJnNGEw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Ana Rita Sequeira,"School of Business and Governance, Murdoch University, Murdoch, Australia;Sir Walter Murdoch School of Public Policy and International Affairs, Murdoch University, Murdoch, Australia andCenter for International Studies, ISCTE – University Institute of Lisbon, Lisbon, Portugal",Portugal,,,Ryan Admiraal,"School of Engineering and Information Technology, Murdoch University, Murdoch, Australia and School of Mathematics and Statistics, Victoria University of Wellington, Cotton Building 536, Kelburn, Wellington 6012, New Zealand",New Zealand,ryan.admiraal@vuw.ac.nz,,FALSE,,,,"['impact assessment', 'Mozambique', 'statistical survey methods', 'water supply']" -517,66057,9,2,https://iwaponline.com/washdev/article/9/2/356/66057/Illuminating-utility-benchmarking-data-with,"Journal of Water, Sanitation & Hygiene for Development",Illuminating utility benchmarking data with analysis and consumer feedback – insights from Nepal,2019,FALSE,0,,[],3,R. Ogata,"JICA Jordan Office, Amman, Jordan",Jordan,ogata.ryuji2@gmail.com,,R. Ogata,"JICA Jordan Office, Amman, Jordan",Jordan,ogata.ryuji2@gmail.com,,FALSE,,,,"['benchmarking', 'consumer survey', 'performance indicator', 'water quality']" -518,66760,9,2,https://iwaponline.com/washdev/article/9/2/363/66760/Optimization-of-multiple-fillers-used-for-removal,"Journal of Water, Sanitation & Hygiene for Development",Optimization of multiple fillers used for removal of water pollutants of large well near the river in northern China,2019,FALSE,0,,[],2,Yanjiao Gao,"College of Civil Engineering and Architecture, Liaoning University of Technology, Jinzhou 121001, China",China,yanjiaogao@163.com,,Yanjiao Gao,"College of Civil Engineering and Architecture, Liaoning University of Technology, Jinzhou 121001, China",China,yanjiaogao@163.com,,FALSE,,,,"['ammonia nitrogen', 'chemical oxygen demand', 'hexavalent chromium', 'large well water', 'multiple fillers']" -519,66055,9,2,https://iwaponline.com/washdev/article/9/2/374/66055/Redesigning-the-ventilated-improved-pit-latrine,"Journal of Water, Sanitation & Hygiene for Development",Redesigning the ventilated improved pit latrine for use in built-up low-income settings,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.098/7/washdev2019098supp.docx?Expires=1706092473&Signature=ztzpRZmfGaYpUr9k0pkTUMNXcK3gujc9yx0IbNQ6ieYFUUwbRaO4YlzQ-qFJ5LDLIuwmbgbujmSh8cKkKmmiIkKsqjI68mdvCvZ2STz20hj0rxtcCKyOPxi2rryA0W4DGhsaAUsADG7iYITz3jc3NY7Vqgnh5CKJ~d5Ov3psieeQgZUuYwImUY~0r42WuhGttxMadpQls4qKX374fS4kFFt6DC~RpV9X0p1vTaIsmHjDWBfYKa6RIH~TwKSY54LEbNUrCz95u7pF71c9RusQUFHCVyms8DJBShpemItluJ6tLZBPWmdeZ~hVYFD8hOvsYIvlyJXQPVWU3mNBrlPjSw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Peter A. Obeng,"Water and Sanitation Unit, Chemistry Department, University of Cape Coast, Cape Coast, Ghana",Ghana,pobeng@ucc.edu.gh,,Peter A. Obeng,"Water and Sanitation Unit, Chemistry Department, University of Cape Coast, Cape Coast, Ghana",Ghana,pobeng@ucc.edu.gh,,FALSE,,,,"['dry sanitation technology', 'multidirectional VIP', 'ventilation rate', 'VIP latrine']" -520,65934,9,2,https://iwaponline.com/washdev/article/9/2/380/65934/A-conceptual-evaluation-framework-for-the-water,"Journal of Water, Sanitation & Hygiene for Development",A conceptual evaluation framework for the water and sanitation for health facility improvement tool (WASH FIT),2019,FALSE,0,,[],5,Nicole Weber,"Oak Ridge Institute for Science and Education (ORISE), Emergency Response and Recovery Branch, Center for Global Health, Division of Global Health Protection, Centers for Disease Control and Prevention, 1600 Clifton Rd. NE, Atlanta GA 30329-4027, USA",USA,nicoleweber12@gmail.com,,Nicole Weber,"Oak Ridge Institute for Science and Education (ORISE), Emergency Response and Recovery Branch, Center for Global Health, Division of Global Health Protection, Centers for Disease Control and Prevention, 1600 Clifton Rd. NE, Atlanta GA 30329-4027, USA",USA,nicoleweber12@gmail.com,,FALSE,,,,"['evaluation', 'healthcare facilities', 'hygiene', 'outcomes', 'sanitation', 'water']" -521,66588,9,2,https://iwaponline.com/washdev/article/9/2/392/66588/Impacts-of-flooding-on-drinking-water-access-in,"Journal of Water, Sanitation & Hygiene for Development","Impacts of flooding on drinking water access in Dar es Salaam, Tanzania: implications for the Sustainable Development Goals",2019,FALSE,0,,[],2,Sarah L. Smiley,"Kent State University at Salem, 2491 State Route 45 South, Salem, OH 44460, USA",USA,ssmiley8@kent.edu,,Sarah L. Smiley,"Kent State University at Salem, 2491 State Route 45 South, Salem, OH 44460, USA",USA,ssmiley8@kent.edu,,FALSE,,,,"['Dar es Salaam', 'drinking water', 'flooding', 'Sustainable Development Goals', 'Tanzania', 'water access']" -522,67971,9,3,https://iwaponline.com/washdev/article/9/3/397/67971/Ghana-s-post-MDGs-sanitation-situation-an-overview,"Journal of Water, Sanitation & Hygiene for Development",Ghana's post-MDGs sanitation situation: an overview,2019,FALSE,0,,[],6,Eugene Appiah-Effah,"Department of Civil Engineering, College of Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@gmail.com,,Eugene Appiah-Effah,"Department of Civil Engineering, College of Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@gmail.com,,FALSE,,,,"['financing mechanisms', 'Ghana', 'post-MDGs', 'sanitation coverage', 'SDGs', 'toilet technologies']" -523,67927,9,3,https://iwaponline.com/washdev/article/9/3/416/67927/Effects-of-complexity-of-handwashing-instructions,"Journal of Water, Sanitation & Hygiene for Development",Effects of complexity of handwashing instructions on handwashing procedure replication in low-income urban slums in Bangladesh: a randomized non-inferiority field trial,2019,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.131/4/washdev2019131supp.pdf?Expires=1706092496&Signature=J~p5X-ILiA8wh5Tj5p4oCF4ASc~v7vEI2X8bo6xl-IGjZx7uMQFfJCHB0SeBRa9-aZTPOytQxaSzWsXj-q4jQQY-gWuevZh7wXmhh~EsHQxPR3KPu7iIx-cv1oddFJFSj2c-TI-90TfeLxJO44by4H6EkV0szhsqfvkr74xQeDCqc60G7meK3VYdZRT7fwl58k1HlL2mMtX19Ir~EaPh0OjTLkmkYE3pqc2xBUKYDtMOyYqOdRGwXqNztuLa61igWeyPqAcT5xa2Yk6KS4gcHzfONwvJmxuNyX-eAPb07ftkI9Ma~II0VZNsAiwyWF07hN3agxdD6FClphgFQ~xfcA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Nuhu Amin,"Infectious Diseases Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,nuhu.amin@icddrb.org,,Nuhu Amin,"Infectious Diseases Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,nuhu.amin@icddrb.org,,FALSE,,,,"['adherence', 'Bangladesh', 'children', 'handwashing complexity', 'mothers', 'WASH', 'water and sanitation']" -524,67784,9,3,https://iwaponline.com/washdev/article/9/3/429/67784/Challenges-of-WASH-in-remote-Australian-Indigenous,"Journal of Water, Sanitation & Hygiene for Development",Challenges of WASH in remote Australian Indigenous communities,2019,FALSE,0,,[],1,Nina Lansbury Hall,"School of Public Health, Faculty of Medicine, University of Queensland, Brisbane, QLD, Australia",Australia,n.hall2@uq.edu.au,,Nina Lansbury Hall,"School of Public Health, Faculty of Medicine, University of Queensland, Brisbane, QLD, Australia",Australia,n.hall2@uq.edu.au,,FALSE,,,,"['Australia', 'development', 'drinking water', 'Indigenous health', 'remote', 'WASH']" -525,67544,9,3,https://iwaponline.com/washdev/article/9/3/438/67544/Cultural-determinants-of-sanitation-uptake-and,"Journal of Water, Sanitation & Hygiene for Development","Cultural determinants of sanitation uptake and sustainability: local values and traditional roles in rural Bali, Indonesia",2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.178/4/washdev2019178supp.docx?Expires=1706023533&Signature=RO3CTh03h69durIuES3GSaaVcOJQXXq8fdEuFQogaqt~gpLAKeLmuE6Q~lQELMUh5RyL1KyEQfYifOrvMCz5APEEPlyW8H5KGxOw2Jif1LyJHCqiD5UPncficSfNK8UlWCHn2nNDPmzYjpaU9nPMV~KF4G1XOvnhbZian5SCTjx6fvaIT6ZPxfm1oKksBbGrIshsc2yVzS0EOHrAk5uHI8elEaXGEn3m-E8it-oz0kJ3fVgRJgJzO8WdY0mP8nw3Y-Xdi1U5buOAel-ZI9SAcrjfFlkf9i0aLea-XyXtwQOTdV13x~4Q23kLL2mibETuFUkDgNg8dCCsLvcB9LvTMg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Ni Made Utami Dwipayanti,"School of Public Health, Jl. PB. Sudirman, Udayana University, Denpasar, Bali 80234, Indonesia",Indonesia,nimadeutami.dwipayanti@griffithuni.edu.au,,Ni Made Utami Dwipayanti,"School of Public Health, Jl. PB. Sudirman, Udayana University, Denpasar, Bali 80234, Indonesia",Indonesia,nimadeutami.dwipayanti@griffithuni.edu.au,,FALSE,,,,"['cultural determinants', 'local values', 'rural Bali', 'sanitation uptake', 'sustainability', 'traditional roles']" -526,66609,9,3,https://iwaponline.com/washdev/article/9/3/450/66609/Water-source-quality-in-Ahenema-Kokoben-Ghana,"Journal of Water, Sanitation & Hygiene for Development","Water source quality in Ahenema Kokoben, Ghana",2019,FALSE,0,,[],4,Amadu Salifu,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, University Post Office, Kumasi, Ghana",Ghana,salifuamadu@gmail.com,,Amadu Salifu,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, University Post Office, Kumasi, Ghana",Ghana,salifuamadu@gmail.com,,FALSE,,,,"['compartment bag test', 'drinking water quality', 'E. coli', 'Ghana']" -527,67180,9,3,https://iwaponline.com/washdev/article/9/3/460/67180/Free-living-amoebae-Acanthamoeba-spp-diagnosis-by,"Journal of Water, Sanitation & Hygiene for Development","Free-living amoebae (Acanthamoeba spp.): diagnosis by PCR method in different sources of water in Rabat, Morocco",2019,FALSE,0,,[],5,Sakhi El Mahdi,"Department of Scientific Institute, Zoology Laboratory, Mohammed V University, 4, Ibn Battouta Avenue, P.O. Box 1014, Rabat, Morocco",Morocco,sakhi.elmahdi@gmail.com,,Sakhi El Mahdi,"Department of Scientific Institute, Zoology Laboratory, Mohammed V University, 4, Ibn Battouta Avenue, P.O. Box 1014, Rabat, Morocco",Morocco,sakhi.elmahdi@gmail.com,,FALSE,,,,"['Acanthamoeba spp.', 'Acanthamoeba keratitis', 'conventional PCR', 'free-living amoebae']" -528,67545,9,3,https://iwaponline.com/washdev/article/9/3/464/67545/Assessment-of-the-impact-of-pit-latrines-on,"Journal of Water, Sanitation & Hygiene for Development","Assessment of the impact of pit latrines on groundwater contamination in Hopley Settlement, Harare, Zimbabwe",2019,FALSE,0,,[],3,Alfonse Tapera Ndoziya,"Department of Civil Engineering, University of Zimbabwe, Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,alfonse.ndoziya@gmail.com,,Alfonse Tapera Ndoziya,"Department of Civil Engineering, University of Zimbabwe, Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,alfonse.ndoziya@gmail.com,,FALSE,,,,"['GIS', 'groundwater', 'peri-urban', 'pit latrine', 'principal component analysis', 'water quality']" -529,67251,9,3,https://iwaponline.com/washdev/article/9/3/477/67251/Drinking-water-treatment-using-indigenous-wood,"Journal of Water, Sanitation & Hygiene for Development",Drinking water treatment using indigenous wood filters combined with granular activated carbon,2019,FALSE,0,,[],2,Stephen Siwila,"Department of Civil Engineering, Water Engineering Division, Stellenbosch University, Private Bag X1, Matieland 7602, Cape Town, South Africa",South Africa,ssiwilatabbie@yahoo.co.uk,,Stephen Siwila,"Department of Civil Engineering, Water Engineering Division, Stellenbosch University, Private Bag X1, Matieland 7602, Cape Town, South Africa",South Africa,ssiwilatabbie@yahoo.co.uk,,FALSE,,,,"['aesthetic aspects', 'bacterial removal', 'drinking water', 'heavy metals', 'indigenous wood filters', 'water quality']" -530,66785,9,3,https://iwaponline.com/washdev/article/9/3/492/66785/Taqman-hydrolysis-probe-application-for,"Journal of Water, Sanitation & Hygiene for Development","Taqman hydrolysis probe application for Escherichia coli, Salmonella enterica, and Vibrio cholerae detection in surface and drinking water",2019,FALSE,0,,[],4,Ahmed K. A. El-Sayed,"Botany and Microbiology Department, Faculty of Science, Damietta University, Damietta El-Gededa, P.O. 34517, Damietta, Egypt",Egypt,,,Amira A. E. El-Badaly,"Chemistry Department, Faculty of Science, Damietta University, Damietta El-Gededa, P.O. 34517, Damietta, Egypt",Egypt,amiraelsaied55@yahoo.com,,FALSE,,,,"['bioindicators', 'invA', 'ompW', 'uidA', 'water treatment']" -531,67158,9,3,https://iwaponline.com/washdev/article/9/3/500/67158/Household-drinking-water-safety-among-the,"Journal of Water, Sanitation & Hygiene for Development","Household drinking water safety among the population of Gaza Strip, Palestine: knowledge, attitudes, practices, and satisfaction",2019,FALSE,0,,[],7,Samer Abuzerr,"Department of Environmental Health Engineering, School of Public Health, International Campus, Tehran University of Medical Sciences, Tehran, Iran",Iran,,,Simin Nasseri,"Department of Environmental Health Engineering, School of Public Health, Tehran University of Medical Sciences, Tehran, Iran",Iran,naserise@tums.ac.ir,,FALSE,,,,"['attitude', 'drinking water safety', 'Gaza Strip households', 'knowledge', 'practice', 'satisfaction']" -532,66754,9,3,https://iwaponline.com/washdev/article/9/3/513/66754/Diurnal-water-use-patterns-for-low-cost-houses,"Journal of Water, Sanitation & Hygiene for Development",Diurnal water use patterns for low-cost houses with indigent water allocation: a South African case study,2019,FALSE,0,,[],3,Dian Pretorius,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,,,Heinz Erasmus Jacobs,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,hejacobs@sun.ac.za,,FALSE,,,,"['diurnal patterns', 'low-cost housing', 'peak flow', 'water use']" -533,68671,9,3,https://iwaponline.com/washdev/article/9/3/522/68671/Habitations-villages-and-gram-panchayats-local,"Journal of Water, Sanitation & Hygiene for Development","Habitations, villages, and gram panchayats: local drinking water planning in rural India with a Pune district case study",2019,FALSE,0,,[],4,"James L. Wescoat, Jr","Massachusetts Institute of Technology, Cambridge, MA, USA",USA,wescoat@mit.edu,,"James L. Wescoat, Jr","Massachusetts Institute of Technology, Cambridge, MA, USA",USA,wescoat@mit.edu,,FALSE,,,,"['drinking water planning', 'gram panchayat', 'habitation', 'Maharashtra', 'Pune', 'village']" -534,67620,9,3,https://iwaponline.com/washdev/article/9/3/531/67620/Physical-factors-limiting-access-to-clean,"Journal of Water, Sanitation & Hygiene for Development",Physical factors limiting access to clean groundwater in Tanzania villages,2019,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.198/4/washdev2019198supp.pdf?Expires=1706092545&Signature=dTXR24Mxp7BGsCh2B02J0d3tGZBo0meO74bcv~beWN77-14uk24IewehAJZMFiZIcvdKIxpSMAHleOKFRs1gp8DPTkj~~9zCZFUtXrkG9x9lvhCfeG6bEGta7Nsa-3S9EwLmFYDQ-0e6rJM~uG7LjARvC8I1zIJUQxMSgjtnJwI0x~FcTrm7fOJetTTThKeg-ETecgCYpb841145hzryii0DbC1YcZkL~aNBsWoK85HCExbr6Rugaasif3ixpB0CCGe6MoyjS0H5ajDSEu64gjo~DDoSPU8SorCrmcw7tegkN3mxepcudtidco6crjMIkmWx7BkaBbBHhpmZfr6YCA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Zaina Hussein Mseli,"College of Earth Sciences, University of Dodoma, Dodoma, Tanzania",Tanzania,,,Audrey H. Sawyer,"School of Earth Sciences, The Ohio State University, Columbus, Ohio, USA",USA,sawyer.143@osu.edu,,FALSE,,,,"['contamination', 'fractured rocks', 'groundwater development', 'nitrate', 'water supply']" -535,68687,9,3,https://iwaponline.com/washdev/article/9/3/540/68687/The-struggle-for-water-in-Indonesia-the-role-of,"Journal of Water, Sanitation & Hygiene for Development",The struggle for water in Indonesia: the role of women and children as household water fetcher,2019,FALSE,0,,[],2,S. Irianti,"National Institute of Health Research and Development, Ministry of Health, Jl. Percetakan Negara No. 29, Jakarta 10560, Indonesia",Indonesia,iriantis@gmail.com,,S. Irianti,"National Institute of Health Research and Development, Ministry of Health, Jl. Percetakan Negara No. 29, Jakarta 10560, Indonesia",Indonesia,iriantis@gmail.com,,FALSE,,,,"['gender', 'Indonesia', 'water collection', 'water fetcher', 'water source']" -536,68122,9,3,https://iwaponline.com/washdev/article/9/3/549/68122/Leaving-no-one-behind-Analysis-of-trends-in-access,"Journal of Water, Sanitation & Hygiene for Development","Leaving no one behind? Analysis of trends in access to water and sanitation services in the slum areas of Nairobi, 2003–2015",2019,FALSE,0,,[],4,Claudious Chikozho,"African Population and Health Research Center, P.O. Box 10787-00100, Nairobi, Kenya",Kenya,c.chikozho@gmail.com,,Claudious Chikozho,"African Population and Health Research Center, P.O. Box 10787-00100, Nairobi, Kenya",Kenya,c.chikozho@gmail.com,,FALSE,,,,"['diseases', 'Nairobi', 'sanitation', 'slums', 'water']" -537,67156,9,3,https://iwaponline.com/washdev/article/9/3/559/67156/Hybrid-constructed-wetlands-system-with,"Journal of Water, Sanitation & Hygiene for Development",Hybrid constructed wetlands system with intermittent feeding applied for urban wastewater treatment in South Brazil,2019,FALSE,0,,[],4,Benny Zuse Rousso,"GESAD – Decentralized Sanitation Research Group, Department of Sanitary and Environmental Engineering, Federal University of Santa Catarina, Trindade, Florianópolis, Santa Catarina 88040-900, Brazil",Brazil,,,Pablo Heleno Sezerino,"GESAD – Decentralized Sanitation Research Group, Department of Sanitary and Environmental Engineering, Federal University of Santa Catarina, Trindade, Florianópolis, Santa Catarina 88040-900, Brazil",Brazil,pablo.sezerino@ufsc.br,,FALSE,,,,"['hydraulic regime', 'startup', 'temporal performance', 'Thypha domingensis', 'vertical and horizontal flow constructed wetlands']" -538,68104,9,3,https://iwaponline.com/washdev/article/9/3/571/68104/Efficacy-of-integrated-ultraviolet-ultrasonic,"Journal of Water, Sanitation & Hygiene for Development",Efficacy of integrated ultraviolet ultrasonic technologies in the removal of erythromycin- and quinolone-resistant Escherichia coli from domestic wastewater through a laboratory-based experiment,2019,FALSE,0,,[],5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,,FALSE,,,,"['erythromycin', 'quinolones', 'ultrasonic', 'ultraviolet radiation', 'wastewater']" -539,67353,9,3,https://iwaponline.com/washdev/article/9/3/581/67353/Experiences-of-shared-sanitation-towards-a-better,"Journal of Water, Sanitation & Hygiene for Development","Experiences of shared sanitation – towards a better understanding of access, exclusion and ‘toilet mobility’ in low-income urban areas",2019,FALSE,0,,[],4,Ella Foggitt,"Biomedical and Life Sciences, Lancaster University, Lancaster, UK",UK,e.foggitt@lancaster.ac.uk,,Ella Foggitt,"Biomedical and Life Sciences, Lancaster University, Lancaster, UK",UK,e.foggitt@lancaster.ac.uk,,FALSE,,,,"['exclusion', 'Ghana', 'SDG 6', 'shared sanitation', 'urban']" -540,66732,9,3,https://iwaponline.com/washdev/article/9/3/591/66732/Does-the-source-of-water-for-piped-supplies-affect,"Journal of Water, Sanitation & Hygiene for Development",Does the source of water for piped supplies affect child health? Evidence from rural Vanuatu,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.161/4/washdev2019161supp.docx?Expires=1706092571&Signature=ulq9143dVdHMaEBTr6gHrTcoqSpdjaSXIjiyErsicEBd2vcakkkm4MuFYJoGBILol3mp9ykj3IKymCvcVsyg-0bcynyfaHcx~RxkX-wbjbxi7LAMbVJ55j0hEJcVEmfsPkycxQ~PMEz0n1cmbmi-IcaJ~2S-1SbxjA3glxeDCgd86PxMz1Ai6ip4Tmx8nbGHh9Sf~oc8wPTO9rMWrPOIMcpdccYN3IDDtMFoHOBQUBmrI83H1gvOzz7rd2xN2SgJ7J4a5oHFPdbVCL0bGNlHp2ZbE5Mkaxm2ZzJdc21qDMmcJDDNkJTsuy~Z7p6y7uoPGnVZzoQ5pmKKWYW~vlkTkg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Tim Foster,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones St, Ultimo, NSW 2007, Australia",Australia,tim.foster@uts.edu.au,,Tim Foster,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones St, Ultimo, NSW 2007, Australia",Australia,tim.foster@uts.edu.au,,FALSE,,,,"['child health', 'diarrhoeal disease', 'rural water supply', 'Sustainable Development Goals', 'Vanuatu', 'water quality']" -541,67157,9,3,https://iwaponline.com/washdev/article/9/3/596/67157/Water-reuse-in-the-production-of-non-reinforced,"Journal of Water, Sanitation & Hygiene for Development",Water reuse in the production of non-reinforced concrete elements: An alternative for decentralized wastewater management,2019,FALSE,0,,[],5,Natalia Cangussu Duarte,"School of Civil Engineering, Architecture and Urban Design – FEC, UNICAMP (University of Campinas), Rua Saturnino de Brito, 224, Cidade Universitária ‘Zeferino Vaz’, P.O. Box 6143, 13083-889, Campinas, SP, Brazil",Brazil,,,Adriano Luiz Tonetti,"School of Civil Engineering, Architecture and Urban Design – FEC, UNICAMP (University of Campinas), Rua Saturnino de Brito, 224, Cidade Universitária ‘Zeferino Vaz’, P.O. Box 6143, 13083-889, Campinas, SP, Brazil",Brazil,adriano@fec.unicamp.br,,FALSE,,,,"['compressive strength', 'decentralized system', 'management', 'reclamation', 'reuse', 'wastewater']" -542,71342,9,4,https://iwaponline.com/washdev/article/9/4/v/71342/The-future-of-academic-publishing-in-achieving,"Journal of Water, Sanitation & Hygiene for Development",The future of academic publishing in achieving Sustainable Development Goal 6,2019,FALSE,0,,[],2,Barbara Evans,"The University of Leeds, UK",UK,,,,,,,,FALSE,,,,[] -543,69038,9,4,https://iwaponline.com/washdev/article/9/4/601/69038/Pipe-enlargement-to-satisfy-concentration-time,"Journal of Water, Sanitation & Hygiene for Development",Pipe enlargement to satisfy concentration-time product for in-system disinfection in a water distribution system,2019,FALSE,0,,[],2,Margaret Neff,"Department of Civil and Environmental Engineering, Michigan Technological University, Houghton, MI 49931, USA",USA,,,Brian D. Barkdoll,"Department of Civil and Environmental Engineering, Michigan Technological University, Houghton, MI 49931, USA",USA,barkdoll@mtu.edu,,FALSE,,,,"['developing country', 'drinking water', 'sustainability', 'water quality', 'water supply']" -544,69478,9,4,https://iwaponline.com/washdev/article/9/4/608/69478/Sisal-fiber-as-an-alternative-to-the-construction,"Journal of Water, Sanitation & Hygiene for Development",Sisal fiber as an alternative to the construction of flexible fiber filters applied to water treatment,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.032/10/washdev2019032supp.docx?Expires=1706024228&Signature=UGJxjiDdHv3aylML1iAMR3LgL2xqlfsJ4R3YhjVpCaLfDuBTChitDYCsgxFlr2yheycfWx7~J6QpmbiUUF40Ci51XG9yJ33kgBns3p9lJ3oWFQmIPY3gtDIGVS3Y6yXo-Ta-7E7HoTxHrHrDnPonXxiP6K1id5fa0ZPkEnbunYaUol2sv2FHZ6-U05lO-ZkazuYDEQmuBTiTdduw~Wb8Ij~w8o3OY-GNJuGH~niSxbAaQ21rdkFLqcOQxkGk5Uaic6tYcehEuU7o2~sp~0Pj2hBLdOK0AK7FYG0T4~JY50XC8xq5lQsuUDMQ9C7PHLwjh5Qr3zejYnDcDcY5Qslk2A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Alice K. M. Morita,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo (EESC/USP), Avenida Trabalhador São Carlense, 400, São Carlos, SP 13560-250, Brazil",Brazil,alice.morita@usp.br,,Alice K. M. Morita,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo (EESC/USP), Avenida Trabalhador São Carlense, 400, São Carlos, SP 13560-250, Brazil",Brazil,alice.morita@usp.br,,FALSE,,,,"['deep bed fiber filtration', 'flexible fiber filter', 'low-cost configuration', 'sisal fiber', 'water clarification']" -545,69838,9,4,https://iwaponline.com/washdev/article/9/4/616/69838/Suitability-of-fecal-sludge-from-composting,"Journal of Water, Sanitation & Hygiene for Development",Suitability of fecal sludge from composting toilets as feedstock for carbonization,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.047/10/washdev2019047supp.docx?Expires=1706092589&Signature=Vft3a8TetxXTfgJ3qzOdyU3trmNi3Ek9QneimWqDK3LOxZf-SnUjEjY-nQHyNX8HO94VOJkOd1UgrlRVtKTdGoIQmJXzGRR5zyt2bW-H01w-tyFYZg8mnIok0PNHOC~vkDJLp1DcTCxbGTtxyTxrqo0cmlQHSw89VtITbbD28V3WvKKyXM8V69FwNg-tgo4YFLTKtazCStjY~wMq2YJ~Hrc92lqYGlYOEMH5BF7RmiqvjnGPdynlAJcEouid8uB~VjqI0phltdSepZpVnsLbq94zeFlfUIbgD4TZfcSXPMx07dHhz1xEz84emQdkSNFKxeUJDZXDI1LrOP8m3b9Btg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Tobias Hübner,"Helmholtz-Centre for Environmental Research GmbH – UFZ, Department Environmental Microbiology, Permoserstraße 15, 04318 Leipzig, Germany",Germany,tobias.huebner@ufz.de,,Tobias Hübner,"Helmholtz-Centre for Environmental Research GmbH – UFZ, Department Environmental Microbiology, Permoserstraße 15, 04318 Leipzig, Germany",Germany,tobias.huebner@ufz.de,,FALSE,,,,"['bio-toilet', 'compost toilet', 'dry toilet', 'fecal sludge', 'hydrothermal carbonization', 'pyrolysis']" -546,70272,9,4,https://iwaponline.com/washdev/article/9/4/627/70272/Investigation-into-untreated-greywater-reuse,"Journal of Water, Sanitation & Hygiene for Development",Investigation into untreated greywater reuse practices by suburban households under the threat of intermittent water supply,2019,FALSE,0,,[],2,N. Nel,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,,,H. E. Jacobs,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,hejacobs@sun.ac.za,,FALSE,,,,"['greywater', 'risk', 'water restrictions']" -547,69014,9,4,https://iwaponline.com/washdev/article/9/4/635/69014/Knowledge-and-perception-of-the-role-of-water,"Journal of Water, Sanitation & Hygiene for Development","Knowledge and perception of the role of water, sanitation and hygiene in containment of Ebola virus disease among secondary school students in Ibadan, Nigeria",2019,FALSE,0,,[],3,Faith I. Edoror,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Nigeria",Nigeria,,,Elizabeth O. Oloruntoba,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Nigeria",Nigeria,li_zzyy@yahoo.com,,FALSE,,,,"['hygiene', 'knowledge and perception on Ebola virus disease', 'sanitation', 'schools', 'water supply']" -548,67998,9,4,https://iwaponline.com/washdev/article/9/4/644/67998/Assessment-of-bacterial-diversity-in-western-Accra,"Journal of Water, Sanitation & Hygiene for Development","Assessment of bacterial diversity in western Accra, Ghana, drinking water samples",2019,TRUE,1,xlsx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.123/10/washdev2019123supp.xlsx?Expires=1706092602&Signature=Nk0U5aiGrDz~14z6gVw03PuNGVJBitO95hvJtIB983UcMr5v-QafMZCRFQUZUnG-5kxL4hyakYF2UnA85CcNMKe6IOBbMCBnaxwQiIQkuEfktGMzfquev-LqhkeDoxYIO1CfR3vmCaMG6SvHhoDCceS17qLpQ~RHfrJqXr28bbHREkM4TY-I8lAc-WKJvTAnuudHDoMh885V82GYbkJenks3lRgnPkldHE5tuxYTWwbLuK5Nb0EXbbvKzPKoPqZqMhe8K61pMHXondvxBob26-aT2e~V-pmryjhzjikOUKBH8XEDzJ~d9LaULk3XlJmN4I-s5njwtRjvmsS9RgP-cQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Gertrude Ecklu-Mensah,"Department of Biochemistry, Cell and Molecular Biology, University of Ghana, Legon, Accra, Ghana",Ghana,,,William S. Reznikoff,"Current address: Josephine Bay Paul Center for Comparative Molecular Biology and Evolution, Marine Biological Laboratory, 7 MBL St., Woods Hole, MA 02543, USA",USA,breznikoff@mbl.edu,,FALSE,,,,"['454 pyrotag sequencing', 'bacterial diversity', 'drinking water', 'polytanks', 'water storage']" -549,69976,9,4,https://iwaponline.com/washdev/article/9/4/662/69976/Hygiene-practices-of-mothers-of-hospitalized,"Journal of Water, Sanitation & Hygiene for Development",Hygiene practices of mothers of hospitalized neonates at a tertiary care neonatal intensive care unit in Zambia,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.140/10/washdev2019140supp.docx?Expires=1706021857&Signature=1OPYmy8sFdo-V3b~pUoFXktF9ti4KX-ooTeFurl5wzXwjzJr-5VCkTIMcl8ZMJaXHumZaYki70ZVUqWY8A42ubNaaJEatShuGGdwhuEE99s0KUZpKIoS9wM7tgB~nn1CLOSRVipc~atCDH2JGVtOE8WpFucqKDE9L-3-PK8sJYqQ6-bdBUeG~aQcorUMyS4STejmtm5~jexNjb5VmmNGm8WpEu8VwHAfX9okS2m4UhjXhNiEoJ9-k1XYvQDvNpdvyZwBD6rjBCu5~oDZ5v915pTmBI09YCv3xz0nVVBfGNzAVQ7Mn4HUaucoALJWNt~6RoAF-s~92XTSMV5DGf6x2w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Jason H. Park,"Boston University School of Medicine, 112 Longwood Ave, Apt 3, Brookline, MA 02446, USA",USA,jhspark@bu.edu,,Jason H. Park,"Boston University School of Medicine, 112 Longwood Ave, Apt 3, Brookline, MA 02446, USA",USA,jhspark@bu.edu,,FALSE,,,,"['global health', 'hygiene', 'maternal', 'neonatal', 'umbilical cord care']" -550,67976,9,4,https://iwaponline.com/washdev/article/9/4/671/67976/Determinants-of-microbiological-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Determinants of microbiological quality of drinking water in refugee camps and host communities in Gambella Region, Ethiopia",2019,FALSE,0,,[],5,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa City Administration, P.O. Box 150461, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa City Administration, P.O. Box 150461, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,,FALSE,,,,"['Ethiopia', 'fecal coliform', 'refugees', 'under-five children', 'water quality']" -551,70048,9,4,https://iwaponline.com/washdev/article/9/4/683/70048/Quality-of-water-sources-in-Southwestern-Uganda,"Journal of Water, Sanitation & Hygiene for Development",Quality of water sources in Southwestern Uganda using the compartment bag test (CBT): a cross-sectional descriptive study,2019,FALSE,0,,[],6,Richard Onyuthi Apecu,"Department of Medical Laboratory Sciences, Mbarara University of Science and Technology, PO Box 1410, Mbarara, Uganda",Uganda,apecurich400@gmail.com,,Richard Onyuthi Apecu,"Department of Medical Laboratory Sciences, Mbarara University of Science and Technology, PO Box 1410, Mbarara, Uganda",Uganda,apecurich400@gmail.com,,FALSE,,,,"['bacteriological assessment', 'CBT', 'Escherichia coli', 'Uganda', 'water quality']" -552,69622,9,4,https://iwaponline.com/washdev/article/9/4/694/69622/Performance-of-black-ceramic-water-filters-and,"Journal of Water, Sanitation & Hygiene for Development",Performance of black ceramic water filters and their implementation in rural Ecuador,2019,FALSE,0,,[],8,Laura Guerrero-Latorre,"Biodiversity, environment and health research group (BIOMAS), Faculty of Engineering and Applied Sciences (FICA), Biotechnology Engineering, Universidad de las Americas, José Queri and De los Granados Av., Quito, Ecuador",Ecuador,laura.guerrero.latorre@udlanet.ec,,Laura Guerrero-Latorre,"Biodiversity, environment and health research group (BIOMAS), Faculty of Engineering and Applied Sciences (FICA), Biotechnology Engineering, Universidad de las Americas, José Queri and De los Granados Av., Quito, Ecuador",Ecuador,laura.guerrero.latorre@udlanet.ec,,FALSE,,,,"['ceramic water filters', 'Ecuador water access', 'waterborne virus', 'water quality']" -553,68965,9,4,https://iwaponline.com/washdev/article/9/4/703/68965/Nexus-between-sanitation-and-groundwater-quality,"Journal of Water, Sanitation & Hygiene for Development",Nexus between sanitation and groundwater quality: case study from a hard rock region in India,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.002/10/washdev2019002supp.docx?Expires=1706033548&Signature=blD15ZSRjOTeaKTtYt6zREJmvilQZ-q0XOnj69LaCqReArjbJWEMft9xe5gxa9ocZFyF5xBe7gYHt~QKvLFA-5Oz6CXa2qiYMHqChBnMCpiumlXSUlZIf15j4zVLzVgQT-DE14grl03GPUhkmhTiStExrFxRENhFlO0xTHINIssHDEUA52CqxMfVID1L~0tp03ci1AOlfpLQAsKf0LhGt0Jv6bjqkBRxPyU64y45WG5S3aSiiuz8oFORuIxO~wfIQyQhHi-y3aAETDKFMTO6beik~a~~7ayn6C9z0JnKtZIhvbOXq2kl8iRjk9D7hzBxariS64pjr8pp7K14IotvuA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,S. Murty Bhallamudi,"Department of Civil Engineering, IIT Madras, Chennai, India",India,,,Ligy Philip,"Department of Civil Engineering, IIT Madras, Chennai, India",India,ligy@iitm.ac.in,,FALSE,,,,"['bacteriological contamination', 'groundwater quality', 'hard rock areas', 'sanitation']" -554,69460,9,4,https://iwaponline.com/washdev/article/9/4/714/69460/Improving-environmental-sanitation-in-the,"Journal of Water, Sanitation & Hygiene for Development","Improving environmental sanitation in the catchment area of Benya Lagoon, Ghana: the non-household stakeholder role and participation dimension",2019,FALSE,0,,[],1,Justice Mensah,"Directorate of Academic Planning and Quality Assurance, University of Cape Coast, Cape Coast, Ghana",Ghana,justice44mensah@gmail.com,,Justice Mensah,"Directorate of Academic Planning and Quality Assurance, University of Cape Coast, Cape Coast, Ghana",Ghana,justice44mensah@gmail.com,,FALSE,,,,"['collaboration', 'environmental sanitation', 'Ghana', 'non-household stakeholders', 'participation']" -555,70047,9,4,https://iwaponline.com/washdev/article/9/4/731/70047/Spatiotemporal-hydrochemical-variations-in-river,"Journal of Water, Sanitation & Hygiene for Development",Spatiotemporal hydrochemical variations in river water in the Qilian Mountains and their sources: a case study of the Binggou River Basin,2019,FALSE,0,,[],9,Junju Zhou,"College of Geography and Environmental Science, Northwest Normal University, Lanzhou 730070, China",China,,,Juan Xiang,"College of Geography and Environmental Science, Northwest Normal University, Lanzhou 730070, China",China,xiagjuan@163.com,,FALSE,,,,"['controlling factor', 'hydrogeochemistry', 'major ions', 'water quality']" -556,70882,9,4,https://iwaponline.com/washdev/article/9/4/743/70882/What-determines-the-operational-sustainability-of,"Journal of Water, Sanitation & Hygiene for Development",What determines the operational sustainability of rural drinking water points in Ethiopia? The case of Woliso woreda,2019,FALSE,0,,[],2,Birki Gurmessa,"College of Agriculture and Veterinary Medicine, Jimma University, Jimma, Ethiopia",Ethiopia,birkigurmessa@gmail.com,,Birki Gurmessa,"College of Agriculture and Veterinary Medicine, Jimma University, Jimma, Ethiopia",Ethiopia,birkigurmessa@gmail.com,,FALSE,,,,"['operational sustainability', 'rural drinking water points', 'water user committee', 'willingness to pay']" -557,70434,9,4,https://iwaponline.com/washdev/article/9/4/754/70434/Lessons-learned-from-the-national-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Lessons learned from the national sanitation campaign in Njombe district, Tanzania",2019,FALSE,0,,[],8,John Safari,"Institute of Rural Development Planning, P.O. Box 138, Dodoma, Tanzania",Tanzania,jsafari@irdp.ac.tz,,John Safari,"Institute of Rural Development Planning, P.O. Box 138, Dodoma, Tanzania",Tanzania,jsafari@irdp.ac.tz,,FALSE,,,,"['CLTS', 'rural sanitation', 'Tanzania']" -558,70237,9,4,https://iwaponline.com/washdev/article/9/4/765/70237/Barriers-and-opportunities-for-behavior-change-in,"Journal of Water, Sanitation & Hygiene for Development",Barriers and opportunities for behavior change in managing high water demand in water scarce Indigenous communities: an Australian perspective,2019,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.091/10/washdev2019091supp.pdf?Expires=1706092647&Signature=q2~eA00GWNdnR91YYuWwGgSE1MGUpkcKE0nrPW-c7vlFX-b0vYG2mdkhYKP~FeBrvSTpC7drekLo6K0w~w5qe4P7dziJmcBFoGXi4om0qIOsK4W11dj4cMCkGMHHjWPNhE1vQOpZd4-lL7zP4tXMH-vJDpwlWMhMD0gf0B97-vKY3PypT23oeirzntXfXcDJZ~hCx7IyedlcQqJmZAGCx1vLCrG9ghvxvhjP5o5asNWP0Aa4hkG4WeTeIBo6uumrCYOO95sp04gkYAcAjnTT06a9eWRZPObbrHNvVVGLTDFErFA~8IF68uADdEumzAxPQ~C~en2zf8esN0arF9eBBg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Safaa Aldirawi,"Improvement and Development for Communities Center (IDCO), Gaza Strip, Palestine",Palestine,,,Cara D. Beal,"Cities Research Institute and School of Medicine, Griffith University Brisbane, Brisbane, Qld, Australia",Australia,c.beal@griffith.edu.au,,FALSE,,,,"['Aboriginal and Torres Strait Island', 'behavior change', 'demand management', 'WASH', 'water conservation']" -559,69758,9,4,https://iwaponline.com/washdev/article/9/4/774/69758/Global-water-access-fund-a-new-idea-to-bridge,"Journal of Water, Sanitation & Hygiene for Development",Global water access fund: a new idea to bridge operations and maintenance shortfalls for the poorest water utilities,2019,FALSE,0,,[],3,Tanvi Nagpal,"School of Advanced International Studies, Johns Hopkins University, 1740 Massachusetts Ave NW, Washington, DC 20036, USA",USA,,,Matthew Eldridge,"Urban Institute, 500 L'Enfant Plaza, SW, Washington, DC, 20024, USA",USA,meldridge@urban.org,,FALSE,,,,"['global fund', 'operations and maintenance', 'pro-poor', 'solidarity levies', 'sustainable funding', 'water utilities']" -560,69713,9,4,https://iwaponline.com/washdev/article/9/4/780/69713/Protozoan-pathogens-Blastocystis-and-Giardia-spp,"Journal of Water, Sanitation & Hygiene for Development",Protozoan pathogens Blastocystis and Giardia spp. in roof-harvested rainwater: the need to investigate the role of the common brushtail possum (Trichosurus vulpecula) and other potential sources of zoonotic transmission,2019,FALSE,0,,[],5,Edward Waters,"School of Medicine, University of Notre Dame Australia, Sydney 160 Oxford Street, Darlinghurst, NSW 2010, Australia",Australia,,,Kerry Ann Hamilton,"Arizona State University School of Sustainable Engineering and the Built Environment, 1001 S McAllister Ave, Tempe AZ 85281, USA and Arizona State University Biodesign Center for Environmental Health Engineering, 1001 S McAllister Ave, Tempe, AZ 85281, USA",USA,kerry.hamilton@asu.edu,,FALSE,,,,"['Blastocystis spp.', 'Cryptosporidium spp.', 'Giardia spp.', 'possum', 'public health', 'rainwater']" -561,69946,9,4,https://iwaponline.com/washdev/article/9/4/786/69946/Underrepresented-groups-in-WaSH-the-overlooked,"Journal of Water, Sanitation & Hygiene for Development",Underrepresented groups in WaSH – the overlooked role of chemical toxicants in water and health,2019,TRUE,1,xlsx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.059/7/washdev2019059supp.xlsx?Expires=1706044456&Signature=S2TujN0Vts3jgNMBRDpXox7oB-wCdbVRGFhC5oKkokp4Xu6kaU7dR2SewA2PkqHT-GLh703bCfDDxcygGLaxaJ5zx-CiTso9~IxIuX77bVCRvyg91wDxcE52RXHyp5ibgK-HzA3WpTS0TCIUr3XLJ4TxVpAkWjZaqO~IGm0~tWI6tw3aQWZDOcKAdXXMIBSoY9rcmB5S57TVAqz~M9uAEI6uIXJq2Aulg9TjLMR74Ho50b7frh-P~bO5VSHnQ1rFh90KkUCDy~W8WTfizFpBbciV1-fPRn9kUlrBy5EKdYquBipGCE~htHCYq33hUhN6A3pSufcaB0OvehnkLjqg3w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Joshua P. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, North Carolina 27695, USA",USA,jpkearns@ncsu.edu,,Joshua P. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, North Carolina 27695, USA",USA,jpkearns@ncsu.edu,,FALSE,,,,"['chemicals', 'drinking water', 'health', 'inorganic', 'organic', 'toxicants']" -562,70215,9,4,https://iwaponline.com/washdev/article/9/4/794/70215/Factors-associated-with-the-practice-of-water,"Journal of Water, Sanitation & Hygiene for Development","Factors associated with the practice of water, sanitation, and hygiene (WASH) among the Rohingya refugees in Bangladesh",2019,FALSE,0,,[],5,Kamrul Hsan,"Department of Public Health and Informatics, Jahangirnagar University, Savar, Dhaka 1342, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,,Kamrul Hsan,"Department of Public Health and Informatics, Jahangirnagar University, Savar, Dhaka 1342, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,,FALSE,,,,"['Rohingya refugees', 'WASH', 'WASH knowledge', 'WASH practices', 'water sanitation and hygiene']" -563,72321,10,1,https://iwaponline.com/washdev/article/10/1/1/72321/Shining-the-spotlight-on-household-investments-for,"Journal of Water, Sanitation & Hygiene for Development","Shining the spotlight on household investments for water, sanitation and hygiene (WASH): let us talk about HI and the three ‘T's",2020,FALSE,0,,[],2,Kerstin Danert,"Skat Foundation, St Gallen, Switzerland",Switzerland,kerstin@danert.com,,Kerstin Danert,"Skat Foundation, St Gallen, Switzerland",Switzerland,kerstin@danert.com,,FALSE,,,,"['household investments', ""3 T's (taxes, tariffs and transfers)"", 'self-supply']" -564,71150,10,1,https://iwaponline.com/washdev/article/10/1/5/71150/Understanding-empowerment-in-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Understanding empowerment in water, sanitation, and hygiene (WASH): a scoping review",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2019.077/7/washdev2019077supp.docx?Expires=1706023316&Signature=em1yE4t9sCLk5OXMdS2eRbc1-WcB0EJCZ7RUNd0y-CBjD8gRLXG6-jMolngZO4Z7ffkMODi0HGRrwD3VhhXI-tdvCVJSj5jx6urpJiSUR6evj8KiBbUx8~dl1T8cWp6zVXXCK-T7niJZbhnmqGRmXO-NtuaP9mpxzX2WkT-5riEkvXK4U5P07Src42lBhLRiCOnir5W9yWJ0AWZnI4JRO12VuGLScM4djmNDc0S9vbPP5Im61m0luDCjk1xqV2UrsQE5Fc-thPaQRYpZzT2A4KyOHMihosWSIU5ge2XHJc6Gdy5ZbFZA8s-aBkMwBwpavnYErkPCHEyY4W6F7yL7vA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Florence Dery,"School of Kinesiology and Health Studies, Queen's University, Kingston K7L 3N6, ON, Canada",Canada,17fad@queensu.ca,,Florence Dery,"School of Kinesiology and Health Studies, Queen's University, Kingston K7L 3N6, ON, Canada",Canada,17fad@queensu.ca,,FALSE,,,,"['empowerment', 'equality', 'gender', 'scoping review', 'water security']" -565,71338,10,1,https://iwaponline.com/washdev/article/10/1/16/71338/Challenges-and-facilitators-of-public-engagement,"Journal of Water, Sanitation & Hygiene for Development","Challenges and facilitators of public engagement with water, sanitation, hygiene and other environmental health issues in Ghana and Uganda: perspectives of scientists, journalists and the public",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2019.019/7/washdev2019019supp.docx?Expires=1706092672&Signature=YDP5k5YrbbC5FTIZOudIR6kxsgiy4SuMQACPgFJe9A~yPlieb9bleGplTYDs78VH8Cy-T-fdwpjDUdbPy31U-e-x-MrgdWe1YopfeTVOR0CqR4tZX3M~t7K7-Rvtz-sKuzIEEN~5W~VE~Y9mjlo~ykJ-gyIle-ylzqXvcbeqeDNKCShFNT5WbaMREyJ20rMf7Fp1E890HmFbop92GMW5odLYpgRgdiBaIXdv1DXI4juY1mVkq5bwC3zEwfkCAWLjniT3XgehQryVLe2BgLB6kCD9O-TzEJhi~vl17hZTM10R9n1b1tMn5a-t0WsbJDvuXea23kGquhH06Yon~h8qNw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,Bernard Appiah,"Research Program on Public and International Engagement for Health, Department of Environmental and Occupational Health, School of Public Health, Texas A&M University, College Station, TX, USA",USA,bappiah1@tamu.edu,,Bernard Appiah,"Research Program on Public and International Engagement for Health, Department of Environmental and Occupational Health, School of Public Health, Texas A&M University, College Station, TX, USA",USA,bappiah1@tamu.edu,,FALSE,,,,"['environmental health', 'public engagement', 'science journalism', 'sub-Saharan Africa', 'WASH']" -566,70853,10,1,https://iwaponline.com/washdev/article/10/1/27/70853/Process-of-developing-education-material-on-water,"Journal of Water, Sanitation & Hygiene for Development","Process of developing education material on water, sanitation and hygiene (WaSH) and diarrhoea prevention and testing its acceptability among tribal mothers",2020,FALSE,0,,[],5,Angeline Jeyakumar,"Interdisciplinary School of Health Sciences, Savitribai Phule Pune University (SPPU), Pune, India",India,angelinejaykumar@gmail.com,,Angeline Jeyakumar,"Interdisciplinary School of Health Sciences, Savitribai Phule Pune University (SPPU), Pune, India",India,angelinejaykumar@gmail.com,,FALSE,,,,"['diarrhoea', 'health education', 'hygiene', 'sanitation', 'water']" -567,71870,10,1,https://iwaponline.com/washdev/article/10/1/36/71870/Rural-communities-perception-of-and-willingness-to,"Journal of Water, Sanitation & Hygiene for Development","Rural communities' perception of and willingness to pay for wastewater and stormwater management infrastructure in Bihar, India",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2020.033/7/washdev2020033supp.docx?Expires=1706092681&Signature=qY0i0PpyMqmbXOJrwkpw-Oxk3KU5QaQ~k5rZdhJTtZbT7ldTalPSL9En7GkOBh1T25g2cikF-wZj1k1e1RU36DyDBT0GRmyAUPRxhkBW3~puKlcad2mpQ~cVX3x~XSvrv65c6OYPKU-KwWH8iXbZp9tZ~mMY5p43Io7ZyACnlXKGeulbMD2VutOTqIwEkh6T0SM5ZsSUrRLfmgzQkYpxZNy89aam6zoh9G~5AOkwCbbDSt~vIRsuU6dR7jultAPtdj2zkJ1HAbg6hZ3gv26dy3XY0d9rEFMm2A0nnP17I6COgTXvJecfgUWqgkJLxIMPUiCf1h~T8EZwzaClpkL3ew__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Mohammad Rashid,"Department of Architecture and Regional Planning, Indian Institute of Technology, Kharagpur, India",India,rashidgeog@gmail.com,,Mohammad Rashid,"Department of Architecture and Regional Planning, Indian Institute of Technology, Kharagpur, India",India,rashidgeog@gmail.com,,FALSE,,,,"['India', 'rural', 'sanitation', 'user preferences', 'wastewater management', 'willingness to pay']" -568,72030,10,1,https://iwaponline.com/washdev/article/10/1/48/72030/Occurrence-of-antimicrobial-resistant-Escherichia,"Journal of Water, Sanitation & Hygiene for Development",Occurrence of antimicrobial-resistant Escherichia coli in sewage treatment plants of South India,2020,FALSE,0,,[],6,Yerabham Praveenkumarreddy,"Department of Civil Engineering, Manipal Institute of Technology (MIT), Manipal Academy of Higher Education, Manipal 576104, India",India,,,Keshava Balakrishna,"Department of Civil Engineering, Manipal Institute of Technology (MIT), Manipal Academy of Higher Education, Manipal 576104, India",India,k.balakrishna@manipal.edu,,FALSE,,,,"['antimicrobial resistance', 'E. coli', 'sewage treatment plant', 'wastewater']" -569,72026,10,1,https://iwaponline.com/washdev/article/10/1/56/72026/Synthesis-and-application-of-magnetized,"Journal of Water, Sanitation & Hygiene for Development",Synthesis and application of magnetized nanoparticles to remove lead from drinking water: Taguchi design of experiment,2020,FALSE,0,,[],1,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,,FALSE,,,,"['agro-nanoparticles', 'design of experiments (DOE)', 'drinking water', 'Pb2+', 'Taguchi method']" -570,71321,10,1,https://iwaponline.com/washdev/article/10/1/66/71321/Household-water-treatment-using-adequate-methods,"Journal of Water, Sanitation & Hygiene for Development",Household water treatment using adequate methods in sub-Saharan countries: evidence from 2013–2016 Demographic and Health Surveys,2020,FALSE,0,,[],2,Abraham Geremew,"Department of Environmental Health, College of Health and Medical Sciences, Haramaya University, Dire Dawa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,,Abraham Geremew,"Department of Environmental Health, College of Health and Medical Sciences, Haramaya University, Dire Dawa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,,FALSE,,,,"['adequate treatment methods', 'household water treatment']" -571,72308,10,1,https://iwaponline.com/washdev/article/10/1/76/72308/Ripening-of-household-slow-sand-filter-by-adding,"Journal of Water, Sanitation & Hygiene for Development",Ripening of household slow sand filter by adding fish food,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2020.143/7/washdev2020143supp.docx?Expires=1706022543&Signature=fxg~B5-Ro6OjJ2bLPvHkNbIu7c4R4AQhSq2AURWYLPDK1c3qJXRh9S9bP5uY2Iyjof2NqJnhEyl-FwSdawUT9VK2G-kbFMGxElKdU6p8gSKTwjuL16xl2j262Vrnz3ACPTIYXQNTtrehzmF~IxXmQ5OFlTiXjVzTpaeTvaS1Xwe7FI1FEAiiBAPYEpDt-E8cRrXrzuEJqPjua89gFo-wH9YcBDUE5s0g0F9IbAGNMZJ7A2MfG0rsjw5NAuFRuVRNGT0vtFd6BIAiGY3CTqfJ71l8NC25FWTyeI0pDoHh2VOtH2ldcY-OAnex2ek~L4SevWhP~XrCR30SDY7ah6HnvQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Kalyl Gomes Calixto,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-carlense 400, São Carlos, São Paulo, 13566-590, Brazil",Brazil,,,Lyda Patricia Sabogal-Paz,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-carlense 400, São Carlos, São Paulo, 13566-590, Brazil",Brazil,lysaboga@sc.usp.br,,FALSE,,,,"['biological maturation', 'biosand filter', 'drinking water', 'slow sand filtration', 'tracer tests', 'treatment']" -572,72317,10,1,https://iwaponline.com/washdev/article/10/1/86/72317/Can-electrocoagulation-be-an-effective-post,"Journal of Water, Sanitation & Hygiene for Development",Can electrocoagulation be an effective post-treatment option for SBR treated landfill leachate and municipal wastewater mixture?,2020,FALSE,0,,[],4,Shubhrasekhar Chakraborty,"Department of Civil and Environmental Engineering, Birla Institute of Technology, Mesra Ranchi 835215, Jharkhand, India",India,,,R. Naresh Kumar,"Department of Civil and Environmental Engineering, Birla Institute of Technology, Mesra Ranchi 835215, Jharkhand, India",India,rnaresh@bitmesra.ac.in,,FALSE,,,,"['co-treatment', 'electrocoagulation', 'leachate', 'municipal wastewater', 'SBR']" -573,70958,10,1,https://iwaponline.com/washdev/article/10/1/96/70958/WASH-conditions-in-a-small-town-in-Uganda-how-safe,"Journal of Water, Sanitation & Hygiene for Development",WASH conditions in a small town in Uganda: how safe are on-site facilities?,2020,FALSE,0,,[],6,J. G. Nayebare,"Department of Geology and Petroleum Studies, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,njacintha1@gmail.com,,J. G. Nayebare,"Department of Geology and Petroleum Studies, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,njacintha1@gmail.com,,FALSE,,,,"['hygiene', 'on-site', 'sanitation', 'urban', 'water supply']" -574,71315,10,1,https://iwaponline.com/washdev/article/10/1/111/71315/Water-sanitation-and-hygiene-risk-factors-of-acute,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene risk factors of acute diarrhea among children under five years in the Gaza Strip",2020,FALSE,0,,[],9,Samer Abuzerr,"Department of Environmental Health Engineering, School of Public Health, International Campus, Tehran University of Medical Sciences, Tehran, Iran",Iran,,,Simin Nasseri,"Department of Environmental Health Engineering, School of Public Health, Tehran University of Medical Sciences, Tehran, Iran",Iran,naserise@tums.ac.ir,,FALSE,,,,"['acute diarrhea', 'children', 'households', 'hygiene', 'sanitation', 'water']" -575,72210,10,1,https://iwaponline.com/washdev/article/10/1/124/72210/Engaging-with-the-WASH-enabling-environment,"Journal of Water, Sanitation & Hygiene for Development",Engaging with the WASH enabling environment,2020,FALSE,0,,[],3,Paul Tyndale-Biscoe,"FH Designs, Melbourne, Australia",Australia,paultyndale@fhdesigns.com.au,,Paul Tyndale-Biscoe,"FH Designs, Melbourne, Australia",Australia,paultyndale@fhdesigns.com.au,,FALSE,,,,"['change agent', 'enabling environment', 'sustainability', 'theory of change', 'WASH Tools']" -576,72211,10,1,https://iwaponline.com/washdev/article/10/1/136/72211/Photo-assisted-heterogeneous-Fenton-like-process,"Journal of Water, Sanitation & Hygiene for Development",Photo-assisted heterogeneous Fenton-like process for treatment of PNP wastewater,2020,FALSE,0,,[],3,F. C. Ban,"School of Municipal and Environmental Engineering, Shenyang Jianzhu University, Shenyang 110168, China",China,,,X. T. Zheng,"School of Municipal and Environmental Engineering, Shenyang Jianzhu University, Shenyang 110168, China",China,zhengxueting0407@163.com,,FALSE,,,,"['dynamics', 'Fe-Ce/Al2O3 catalyst', 'heterogeneous Fenton-like', 'P-nitrophenol', 'synergistic effect']" -577,72131,10,1,https://iwaponline.com/washdev/article/10/1/146/72131/Characteristics-of-packaged-water-production,"Journal of Water, Sanitation & Hygiene for Development","Characteristics of packaged water production facilities in Greater Accra, Ghana: implications for water safety and associated environmental impacts",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2020.110/7/washdev2020110supp.docx?Expires=1706092724&Signature=1VYelWNDwAxpGIs7v6wv3GrHpK4atODi5WBFaDWrz0ZX2Y00Khf6kcMC17GMEf4ZrUIFdoywRveQJWq2ubBWzAo0OGlbuSjgwVzh1rTCzgS6f1eIqkl0-5jK8NXh~MNSPG3JC4lp5gXETpoNThz6MQBZK4NLjQJOYK7t-W4-sAj8Wk-lbdDpP3Z7mNp2WI-7QRj-MO3A3BDmRW30X6fb5rwrAtJhAKNTbHugE3YpLaIAqOQJVzl-R-m6EWUgqfrVWu7ynCV9pnyw-O9uysJNhP~gFEj0Cf-z8y6wzX8kBRaW-9O5TH2VxBAWlvQihmn6fUckJq~Knzs-9MUg8cWPLg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Maxwell D. K. Semey,"Ghana School of Public Health, University of Ghana, P.O. Box LG 13, Legon, Accra, Ghana",Ghana,,,Mawuli Dzodzomenyo,"Ghana School of Public Health, University of Ghana, P.O. Box LG 13, Legon, Accra, Ghana",Ghana,mdzodzo@hotmail.com,,FALSE,,,,"['groundwater', 'packaged water', 'urbanisation', 'water pollution', 'water safety']" -578,72212,10,1,https://iwaponline.com/washdev/article/10/1/157/72212/Physical-chemical-and-microbiological,"Journal of Water, Sanitation & Hygiene for Development","Physical, chemical and microbiological characterization of processed drinking water in central Nepal: current state study",2020,FALSE,0,,[],8,Niru Burlakoti,"Nepal Academy of Science and Technology, Khumaltar, Lalitpur, Nepal",Nepal,,,Bhoj Raj Pant,"Nepal Academy of Science and Technology, Khumaltar, Lalitpur, Nepal",Nepal,environmentnast@gmail.com,,FALSE,,,,"['ammonia', 'chemical parameter', 'fecal coliform', 'Kathmandu', 'public health', 'total coliform']" -579,71716,10,1,https://iwaponline.com/washdev/article/10/1/166/71716/Impact-of-rock-alum-pretreatment-on-biosand-filter,"Journal of Water, Sanitation & Hygiene for Development",Impact of rock alum pretreatment on biosand filter performance in Cambodia,2020,FALSE,0,,[],3,Kevin D. Curry,"Bridgewater State University, Bridgewater, MA 02325, USA",USA,kcurry@bridgew.edu,,Kevin D. Curry,"Bridgewater State University, Bridgewater, MA 02325, USA",USA,kcurry@bridgew.edu,,FALSE,,,,"['alum', 'aluminum', 'biosand filters', 'Cambodia', 'flow rate', 'turbidity']" -580,72307,10,2,https://iwaponline.com/washdev/article/10/2/171/72307/Hospital-wastewater-effluent-hot-spot-for,"Journal of Water, Sanitation & Hygiene for Development",Hospital wastewater effluent: hot spot for antibiotic resistant bacteria,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.086/4/washdev2020086supp.docx?Expires=1706092735&Signature=pnl2tbiwmKxFC8fzU3Isl6HMI~MK0kkIvsQMZdpff0Nw4h1c6F3hNt5N~CDSSv7DzZijI0tZ9eEPjvY4H33gaHHjKv7RYHCJvBzBtKQEGesV2pR3p6-g36Xx7Xl4mXe7cjf0G-tbYgEpVKydNH4o2E8kseVeKTwWUxea3MHcharqISe3Nu5YHczTyj5Y2rQTF0PIyFaWSweHTQovfR4h9Hp1yoBpceuHXZ8DsJGQDfj5PYEvjkeINQYwKaQH6qxJMw~hG3Sboq66nWenoO-pcTXM5-QkzuruOtDRCXHJgQkiqZt0M~jMCBDY2dUZd81l9KBgtVET9geatiAb~-qbXw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Urška Rozman,"Univerza v Mariboru Fakulteta za Zdravstvene vede, Maribor, Slovenia",Slovenia,urska.rozman@um.si,,Urška Rozman,"Univerza v Mariboru Fakulteta za Zdravstvene vede, Maribor, Slovenia",Slovenia,urska.rozman@um.si,,FALSE,,,,"['antibiotic resistant genes', 'carbapenemase producing Enterobacteriaceae', 'extended spectrum beta-lactamase', 'hospital wastewaters']" -581,72318,10,2,https://iwaponline.com/washdev/article/10/2/179/72318/Investigating-the-occurrence-of-algae-in-the,"Journal of Water, Sanitation & Hygiene for Development","Investigating the occurrence of algae in the drinking water supply system of Harare, Zimbabwe",2020,FALSE,0,,[],3,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,,FALSE,,,,"['algae', 'distribution system', 'Microcystis aeruginosa', 'Morton Jaffray Water Treatment Works', 'water quality']" -582,72319,10,2,https://iwaponline.com/washdev/article/10/2/191/72319/Context-and-intentions-practical-associations-for,"Journal of Water, Sanitation & Hygiene for Development",Context and intentions: practical associations for fecal sludge management in rural low-income Cambodia,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.103/4/washdev2020103supp.docx?Expires=1706092744&Signature=kAr7xFpnXxt99Ip5YA5BFR7WvRWvol5wVO1ifWzgBTczHW1~pA2dmCofK~C0gMDtZLAGCxNY2vbPu6phOS~DXo0Iy7kymd4SoXjbvazAmLqTemKzJiaX4dWZZnOfssj2xUJzaxONUpPxYLpyctc3s9LmBMJhuP-mKCYpYrYCCSY0CnXv~DVwzrSVhUOyQuXlOe8Hyn18lebc~d272DNfsi~geJQ4kFoEyUKUYe-XKxvdmyhxQ61CvcnhPWxKTsqN11d4eh-gprnf0ZF5fr6cUFdKveh1LPfFVzjOywzQ7tsiiaOBvu4hyZfwL1fKUDiK5dJvaTXdfS~bu6dgmVMAzA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,James Harper,"Department of Civil, Environmental and Architectural Engineering, College of Engineering and Applied Science, University of Colorado at Boulder, 1111 Engineering Drive, 422 UCB, Boulder, CO 80309-0422, USA",USA,james.harper@colorado.edu,,James Harper,"Department of Civil, Environmental and Architectural Engineering, College of Engineering and Applied Science, University of Colorado at Boulder, 1111 Engineering Drive, 422 UCB, Boulder, CO 80309-0422, USA",USA,james.harper@colorado.edu,,FALSE,,,,"['Cambodia', 'context', 'fecal sludge management', 'intention', 'rural', 'sanitation']" -583,72320,10,2,https://iwaponline.com/washdev/article/10/2/202/72320/Sources-of-microbiological-contamination-in-sachet,"Journal of Water, Sanitation & Hygiene for Development",Sources of microbiological contamination in sachet water from Ghana,2020,FALSE,0,,[],11,Asli Aslan,"Biostatistics, Epidemiology and Environmental Health Sciences Department, Georgia Southern University, 501 Forest Drive, Hendricks Hall, Statesboro, GA 30460, USA",USA,aaslan@georgiasouthern.edu,,Asli Aslan,"Biostatistics, Epidemiology and Environmental Health Sciences Department, Georgia Southern University, 501 Forest Drive, Hendricks Hall, Statesboro, GA 30460, USA",USA,aaslan@georgiasouthern.edu,,FALSE,,,,"['coliform', 'Ghana', 'microbial source tracking', 'sachet water', 'West Africa']" -584,73470,10,2,https://iwaponline.com/washdev/article/10/2/209/73470/Inactivation-of-Ascaris-for-thermal-treatment-and,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of Ascaris for thermal treatment and drying applications in faecal sludge,2020,FALSE,0,,[],5,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban 4041, South Africa",South Africa,danica.naidoo987@gmail.com,,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban 4041, South Africa",South Africa,danica.naidoo987@gmail.com,,FALSE,,,,"['Ascaris', 'exposure time', 'heating', 'inactivation', 'moisture content', 'temperature']" -585,72508,10,2,https://iwaponline.com/washdev/article/10/2/219/72508/Treatment-of-fecal-matter-by-smoldering-and,"Journal of Water, Sanitation & Hygiene for Development",Treatment of fecal matter by smoldering and catalytic oxidation,2020,FALSE,0,,[],6,Shadi Saberi,"University of Toronto, 200 College Street, Toronto, ON M5S 3E5, Canada",Canada,,,Kasra Samiei,"University of Toronto, 200 College Street, Toronto, ON M5S 3E5, Canada",Canada,kasra.samiei@utoronto.ca,,FALSE,,,,"['catalytic oxidation', 'combustion', 'feces', 'non-sewered toilet', 'sanitation', 'smoldering']" -586,73747,10,2,https://iwaponline.com/washdev/article/10/2/227/73747/A-socio-ecological-perspective-of-the-facilitators,"Journal of Water, Sanitation & Hygiene for Development","A socio-ecological perspective of the facilitators and barriers to uptake of water, sanitation and hygiene interventions in a slum setting in Kampala, Uganda: a qualitative study",2020,FALSE,0,,[],5,Charles Ssemugabo,"Department of Disease control and Environmental Health, School of Public Health, Makerere University College of Health Sciences, Kampala, Uganda",Uganda,cssemugabo@gmail.com,,Charles Ssemugabo,"Department of Disease control and Environmental Health, School of Public Health, Makerere University College of Health Sciences, Kampala, Uganda",Uganda,cssemugabo@gmail.com,,FALSE,,,,"['beliefs', 'community health workers', 'community leaders', ""neighbours' practices"", 'perceived susceptibility']" -587,73957,10,2,https://iwaponline.com/washdev/article/10/2/238/73957/Factors-and-impacts-of-informal-settlements,"Journal of Water, Sanitation & Hygiene for Development",Factors and impacts of informal settlements residents' sanitation practices on access and sustainability of sanitation services in the policy context of Free Basic Sanitation,2020,FALSE,0,,[],3,Christophe Muanda,"Department of Civil Engineering and Surveying, Faculty of Engineering and the Built Environment, Cape Peninsula University of Technology, P.O. Box 1906, Bellville 7535, South Africa",South Africa,muandac@cput.ac.za,,Christophe Muanda,"Department of Civil Engineering and Surveying, Faculty of Engineering and the Built Environment, Cape Peninsula University of Technology, P.O. Box 1906, Bellville 7535, South Africa",South Africa,muandac@cput.ac.za,,FALSE,,,,"['Free Basic Sanitation', 'informal settlement', 'sanitation practices', 'sanitation services', 'Western Cape']" -588,74104,10,2,https://iwaponline.com/washdev/article/10/2/249/74104/Human-health-risk-assessment-through-the,"Journal of Water, Sanitation & Hygiene for Development",Human health risk assessment through the comparative analysis of diverse irrigation regimes for Luffa (Luffa cylindrica (L.) Roem.),2020,FALSE,0,,[],7,Zafar Iqbal Khan,"Department of Botany, University of Sargodha, Sargodha, Pakistan",Pakistan,,,Ilker Ugulu,"Faculty of Education, Usak University, Usak, Turkey",Turkey,ilkerugulu@gmail.com,,FALSE,,,,"['health risk', 'Luffa cylindrica', 'municipal wastewater', 'trace metals']" -589,74524,10,2,https://iwaponline.com/washdev/article/10/2/262/74524/Effect-of-human-urine-application-on-cabbage,"Journal of Water, Sanitation & Hygiene for Development",Effect of human urine application on cabbage production and soil characteristics,2020,FALSE,0,,[],5,Yitayal Addis Alemayehu,"Kotebe Metropolitan University, Addis Ababa, Ethiopia",Ethiopia,yituaddis@gmail.com,,Yitayal Addis Alemayehu,"Kotebe Metropolitan University, Addis Ababa, Ethiopia",Ethiopia,yituaddis@gmail.com,,FALSE,,,,"['cabbage', 'human urine', 'nutrients', 'pH', 'salinity', 'yield']" -590,72560,10,2,https://iwaponline.com/washdev/article/10/2/276/72560/Performance-evaluation-of-combined-ultraviolet,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of combined ultraviolet-ultrasonic technologies in removal of sulfonamide and tetracycline resistant Escherichia coli from domestic effluents,2020,FALSE,0,,[],5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,,FALSE,,,,"['sulfonamide', 'tetracycline', 'ultrasonic', 'ultraviolet radiation', 'wastewater']" -591,73652,10,2,https://iwaponline.com/washdev/article/10/2/286/73652/Water-treatment-in-rural-Guatemala-factors,"Journal of Water, Sanitation & Hygiene for Development",Water treatment in rural Guatemala: factors associated with the use of biosand water filters,2020,FALSE,0,,[],5,Chi-Fang Wu,"School of Social Work, University of Illinois at Urbana-Champaign, 1010 West Nevada Street, Urbana, IL 61801, USA",USA,cfangwu@illinois.edu,,Chi-Fang Wu,"School of Social Work, University of Illinois at Urbana-Champaign, 1010 West Nevada Street, Urbana, IL 61801, USA",USA,cfangwu@illinois.edu,,FALSE,,,,"['biosand filter', 'Guatemala', 'point of use', 'regular filter users', 'water filters', 'water treatment']" -592,73558,10,2,https://iwaponline.com/washdev/article/10/2/298/73558/Household-stored-water-quality-in-an-intermittent,"Journal of Water, Sanitation & Hygiene for Development",Household stored water quality in an intermittent water supply network in Panama,2020,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.156/4/washdev2020156supp.pdf?Expires=1706092790&Signature=jqaa4GTwbKR30E924nrIAfg2sFu2leYWjlJp7ygHeRH4G96R11bfs9x-zf-wsojuT~aQnmFaEUmyGYtXaVi~Jc0iAJcgS6kpvanNInf-bU-BHqWnoThkUXJYKQc0fUI2AAjY7ERAbTxwRQwtcOh1fJOIO5YKbYp9MSRq8xbYRldlI1wD~YC5gL8Rl48KG4Bfdea86gaP9RbDtT4i2c5EVHRxI7UA1izl6CUKjLVYj3U-BsSD5MYdNSxV-dwcCufPTeyoK7~gOU2j43UquiJcKdhIZcBE2PDznfYbJuawTMWElK9iy-AqblWmNwowJQchdQQsCuSKNaaG2cLwNZG7Iw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Carlos I. Gonzalez,"Centro de Biología Molecular y Celular de Enfermedades, Instituto de Investigaciones Científicas y Servicios de Alta Tecnología (INDICASAT-AIP), Ciudad del Saber, Panama",Panama,,,Amador Goodridge,"Centro de Biología Molecular y Celular de Enfermedades, Instituto de Investigaciones Científicas y Servicios de Alta Tecnología (INDICASAT-AIP), Ciudad del Saber, Panama",Panama,agoodridge@indicasat.org.pa,,FALSE,,,,"['chlorine residual', 'E. coli', 'household drinking water storage', 'intermittent drinking water supply']" -593,74480,10,2,https://iwaponline.com/washdev/article/10/2/309/74480/Locating-water-distribution-reservoirs-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Locating water distribution reservoirs in rural Andean areas: a methodological approach,2020,FALSE,0,,[],2,Nadya Lizeth Serrano Abarca,"Program Water Resources, Federal University of Mato Grosso, Cuiabá, Brazil",Brazil,nadyliz1190@gmail.com,,Nadya Lizeth Serrano Abarca,"Program Water Resources, Federal University of Mato Grosso, Cuiabá, Brazil",Brazil,nadyliz1190@gmail.com,,FALSE,,,,"['adequate location', 'rural water', 'water reservoir', 'water supply systems']" -594,73830,10,2,https://iwaponline.com/washdev/article/10/2/320/73830/Is-household-water-insecurity-a-link-between-water,"Journal of Water, Sanitation & Hygiene for Development",Is household water insecurity a link between water governance and well-being? A multi-site analysis,2020,TRUE,2,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.165/4/washdev2020165supp1.pdf?Expires=1706085264&Signature=h6JfZ-w~D9BLzhiZy9cIosBe0fKZfuIbHwhNzuXcdMGVjJp08rAAmFZsVx0LDccCR4vcyTKr8K1DonoPcT0Cew2fEunwsfhBbEugjgLpxVEVkGtU8nBHBgqFLjZL5T5c6a5LCp0tvlrUJiOWWHTCZYCg0tUCIwx-rfO6M9r9l0SQEtUmOf5Ck2x7leHT83Ixwezo3pF04~MxoPdq4jj4Sa~6ixqrCAniYLiDUmn2YyrbLULOeGHC80S6yBKozMv-F2PexslS4nsePcLFHffzU5q0nGUnuH44WOATdBc6gxWx9u5X2MC8hNwmS7U68uXvkAzZvNXnMFELDxVDoFi0DA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.165/4/washdev2020165supp2.docx?Expires=1706085264&Signature=39~SHR-5VeVuna28yHz4kUy48KOZDR5kZqu5Se7m~KPZK1VeOD7OlF1aDX0kLwMoMoTMNRGhimIfxvA3YQSDeSKr3FekGwoDHuLWrMvJOdpJ33KbKa4XUznPakr7J57P6hURpzj2gZLKqBpbBvDEBFGr2JGbL3sAQNQ4l0YjYgijfuQd00dvZAvC56x2-OWLv3x0zqP1sCPbDhmW25g5AI9bJHUfgrVWgjR0gMwQ9kA9NaUS2v8E5WeMEv0MdTl~-44Tw5UY1w1ZPjcdq1ZC99oV-ycXxNui7Fr23bYfifKlqeFnddlT3B2D42YRidrfLVxMOZU2aSqVzApvanIdow__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",4,Joshua D. Miller,"Department of Anthropology, Northwestern University, 1819 Hinman Avenue, Evanston, IL 60208, USA",USA,,,Sera L. Young,"Department of Anthropology, Global Health Studies, Institute for Policy Research, Northwestern University, 1819 Hinman Avenue, Evanston, IL 60208, USA",USA,sera.young@northwestern.edu,,FALSE,,,,"['cholera', 'diarrhea', 'household water insecurity', 'sub-Saharan Africa', 'water governance', 'water quality']" -595,74232,10,2,https://iwaponline.com/washdev/article/10/2/335/74232/Effect-of-natural-disinfectant-Moringa-oleifera,"Journal of Water, Sanitation & Hygiene for Development",Effect of natural disinfectant (Moringa oleifera) and a chemical disinfectant (calcium hypochlorite) on nematode eggs: bioefficiency and impact of physico-chemical variables,2020,FALSE,0,,[],2,Arnold Landry Fotseu Kouam,"Faculty of Sciences, The University of Yaounde I, Yaounde, Cameroon",Cameroon,landryfotseu@gmail.com,,Arnold Landry Fotseu Kouam,"Faculty of Sciences, The University of Yaounde I, Yaounde, Cameroon",Cameroon,landryfotseu@gmail.com,,FALSE,,,,"['disinfectants', 'nematodes', 'sustainability', 'treatment wastewater']" -596,74015,10,2,https://iwaponline.com/washdev/article/10/2/347/74015/Solar-energy-based-water-treatment-system,"Journal of Water, Sanitation & Hygiene for Development",Solar energy-based water treatment system applicable to the remote areas: Case of Indonesia,2020,FALSE,0,,[],2,Arsanto Ishadi Wibowo,"International Master Degree on Energy Engineering, National Cheng Kung University, Tainan 700, Taiwan",Taiwan,,,Keh-Chin Chang,"Department of Aeronautics and Astronautics, National Cheng Kung University, Tainan 700, Taiwan",Taiwan,kcchang@mail.ncku.edu.tw,,FALSE,,,,"['developing country', 'Indonesia', 'remote area', 'solar energy', 'solar thermal', 'water treatment system']" -597,74279,10,2,https://iwaponline.com/washdev/article/10/2/357/74279/Does-self-reported-water-collection-time-differ,"Journal of Water, Sanitation & Hygiene for Development",Does self-reported water collection time differ from observed water collection time? Evidence from the Upper West Region of Ghana,2020,FALSE,0,,[],3,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, University for Development Studies, Tamale, Ghana",Ghana,adongzagla@yahoo.com,,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, University for Development Studies, Tamale, Ghana",Ghana,adongzagla@yahoo.com,,FALSE,,,,"['collection time', 'Ghana', 'observed time', 'self-reported time', 'water']" -598,74196,10,2,https://iwaponline.com/washdev/article/10/2/366/74196/A-multidisciplinary-perspective-to-protect-the,"Journal of Water, Sanitation & Hygiene for Development","A multidisciplinary perspective to protect the quality of water in natural wetlands. A case study in Oaxaca, Mexico",2020,FALSE,0,,[],5,Ignacio Sánchez-Cohen,"INIFAP-CENID RASPA, Gómez Palacio, Durango 35140, México",México,,,Maritza Argelia Macias-Corral,"Faculty of Medicine Torreón Campus, Universidad Autónoma de Coahuila, Torreón, Coahuila 27000, México",México,maritza.macias@gmail.com,,FALSE,,,,"['coastal wetlands', 'multi-objective decision modeling software', 'Oaxaca Mexico', 'sensibility analysis', 'social implications']" -599,73829,10,2,https://iwaponline.com/washdev/article/10/2/374/73829/Facile-and-simultaneous-separation-of-nitrogen,"Journal of Water, Sanitation & Hygiene for Development","Facile and simultaneous separation of nitrogen, phosphorus and bacteria from urine by using ash depth filters which harvest ammonium and phosphate as Struvite Enriched Ash",2020,FALSE,0,,[],5,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",USA,mwitty@fsw.edu,,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",USA,mwitty@fsw.edu,,FALSE,,,,"['ammonia', 'ash', 'depth filter', 'phosphate', 'struvite']" -600,73058,10,2,https://iwaponline.com/washdev/article/10/2/378/73058/Erratum-Journal-of-Water-Sanitation-and-Hygiene,"Journal of Water, Sanitation & Hygiene for Development","Erratum: Journal of Water, Sanitation and Hygiene for Development 9 (1), 71–79: Analysis of households’ vulnerability to waterborne diseases in Yenagoa, Nigeria, Odafivwotu Ohwo, doi: 10.2166/washdev.2018.052",2020,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[] -601,75578,10,3,https://iwaponline.com/washdev/article/10/3/379/75578/COVID-19-urgent-actions-critical-reflections-and,"Journal of Water, Sanitation & Hygiene for Development","COVID-19: urgent actions, critical reflections and future relevance of ‘WaSH’: lessons for the current and future pandemics",2020,FALSE,0,,[],13,Guy Howard,"Department of Civil Engineering, University of Bristol, Bristol, UK",UK,guy.howard@bristol.ac.uk,,Guy Howard,"Department of Civil Engineering, University of Bristol, Bristol, UK",UK,guy.howard@bristol.ac.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['COVID-19', 'coronavirus', 'hygiene', 'pandemics', 'WaSH', 'water']" -602,75339,10,3,https://iwaponline.com/washdev/article/10/3/397/75339/A-review-of-sanitation-technologies-for-flood,"Journal of Water, Sanitation & Hygiene for Development",A review of sanitation technologies for flood-prone areas,2020,TRUE,1,pptx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.019/3/washdev2020019supp.pptx?Expires=1706092848&Signature=GIDNXOUT~YE9YeBAYBMCB6xQJJKSqybPIhYeY4DIIC7xi-QTaKaN0W135KJsQnY5ewpbkAD~PNMfBhX8rVVMv4ycK6ZZRZ1XmgUzE~j5QGLhck5TkLTy~aJUUZCAS95e4GiLoe9~KpgzO9~Y~rTvjKmLfPeYkpOgLCB~wCVyTg8JY4jA0HkQEXjZmoyENJd7gRI2x-y0Klw9gmAp-~9upfrL1F5iLKdj6fEqPolEXQvWp2Jo34ZXtfmiIBvZ~GR3MKqNuSlbH8tJ-z~L2BZerNJaQ1HuvNcrJ-zvJ0kDRb59kZDbDoa~dxiPnBx0T9o22VeebkPfFtzhum4cxXVslA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,João Paulo Borges Pedro,"Mamirauá Institute for Sustainable Development, Estrada do Bexiga, 2584, CEP 69553-225, Tefé, AM, Brazil",Brazil,joaopaulo.pedro@hotmail.com,,João Paulo Borges Pedro,"Mamirauá Institute for Sustainable Development, Estrada do Bexiga, 2584, CEP 69553-225, Tefé, AM, Brazil",Brazil,joaopaulo.pedro@hotmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['feces management', 'floodplain', 'wastewater', 'wetland']" -603,74896,10,3,https://iwaponline.com/washdev/article/10/3/413/74896/Sanitary-quality-bacteriological-and-physical,"Journal of Water, Sanitation & Hygiene for Development","Sanitary quality (bacteriological and physical-chemical) of drinking water in urban slums in Rio de Janeiro, RJ, Brazil",2020,FALSE,0,,[],6,Natasha Berendonk Handam,"Program of Doctor's Degree in Public Health and Environment, Sergio Arouca National School of Public Health, Oswaldo Cruz Fundation (ENSP/FIOCRUZ), Rua Leopoldo Bulhões, 1480 - Manguinhos, Rio de Janeiro, RJ, Brazil",Brazil,natashabhandam@gmail.com,,Natasha Berendonk Handam,"Program of Doctor's Degree in Public Health and Environment, Sergio Arouca National School of Public Health, Oswaldo Cruz Fundation (ENSP/FIOCRUZ), Rua Leopoldo Bulhões, 1480 - Manguinhos, Rio de Janeiro, RJ, Brazil",Brazil,natashabhandam@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['coliforms', 'drinking water', 'Manguinhos slums', 'physicochemical analysis', 'water quality']" -604,75870,10,3,https://iwaponline.com/washdev/article/10/3/425/75870/Irrigation-drinking-water-quality-and-child,"Journal of Water, Sanitation & Hygiene for Development","Irrigation, drinking water quality, and child nutritional status in northern Ethiopia",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.045/3/washdev2020045supp.docx?Expires=1706092857&Signature=HiYbHQyC4d9VMFXOrBEuGVmWQH6nXYlkd1d8Ib0MvJROE6Ccy2AUGb5VA3TOzqwq7YU5xy8lhOb85W2k8wpxic13Gko33kIuTjjiNyb~0PKaxqvsk98m~Jo8U4m22hl9sSMBoLCZTT78IFxnNtlpd7GP5THJUHh2behmk0q0CQ1gs4PzFHPjnFrtvfIsgldwsdg1gC7oEtuXRswq7BJXOkXv3ltnlgFUo1g7FOafr~uw7-uVAd-RId7rQ1yROap9xjEmOAeAP0t1BgvfxEsIt1SzygEpoSZFU2X1ScsmIkNe6GJnc-wFGtNn0WMHSxIBVxjvMl6fmyLviaBDQSb0tA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Muhammed A. Usman,"Center for Development Research (ZEF), University of Bonn, Genscherallee 3, 53113, Bonn, Germany",Germany,mausman25@gmail.com,,Muhammed A. Usman,"Center for Development Research (ZEF), University of Bonn, Genscherallee 3, 53113, Bonn, Germany",Germany,mausman25@gmail.com,,TRUE,All relevant data are available from an online repository or repositories (https://data.zef.de/geonetwork_zef/apps/search/?east_collapsed=true&s_search=&s_E_any=usman&s_timeType=true&s_scaleOn=false&s_E_hitsperpage=20).,All relevant data are available from an online repository or repositories,https://data.zef.de/geonetwork_zef/apps/search/?east_collapsed=true&s_search=&s_E_any=usman&s_timeType=true&s_scaleOn=false&s_E_hitsperpage=20,"['child nutrition', 'irrigated agriculture', 'rural Ethiopia', 'water quality']" -605,75724,10,3,https://iwaponline.com/washdev/article/10/3/435/75724/Urban-household-water-resilience-and-source,"Journal of Water, Sanitation & Hygiene for Development",Urban household water resilience and source selection in Nepal pre- and post-disaster,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.042/3/washdev2020042supp.docx?Expires=1706092861&Signature=i29ao36yxIpvmswlyXHHIiXQrkaNVEQ9BVOCIJpm18LojnSR4HkiRq-~~V5V0VjE~FTQJqoS7b-UiaTL~ODEMVadOyp290LAUrMCTgoaWPUTEHeAVlTqLCfW8AywzOY6DvfiNUn6fEAc-3dVx95fuaxa6nQqotnhs-VWC3E1eI7QYiO0H8-YAHbTl5LcP~YGh6H4UDV-hCVZ293sQLIiE2998BgAi~QaJYdgwTMDYTTBQOXx8SNYGTWtucfYPukx0e6~-m7OGvfzoJK7brp8RMLnpoNSm4daqgdQKLIdZlHDV6-b7oVP9ozc2T3JFH8CED1DP-GNDTccrV-Zksj2Rw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Sadhana Shrestha,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, 4-3-11 Takeda, 400-8511, Kofu, Japan",Japan,shrestha@yamanashi.ac.jp,,Sadhana Shrestha,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, 4-3-11 Takeda, 400-8511, Kofu, Japan",Japan,shrestha@yamanashi.ac.jp,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['adaptive strategies', 'earthquake', 'household', 'multiple water sources use', 'natural disaster', 'water security']" -606,75173,10,3,https://iwaponline.com/washdev/article/10/3/447/75173/A-decision-support-tool-for-rural-water-supply,"Journal of Water, Sanitation & Hygiene for Development",A decision support tool for rural water supply planning,2020,FALSE,0,,[],3,Joseph Cook,"Washington State University, School of Economic Sciences, Pullman, WA, USA",USA,joe.cook@wsu.edu,,Joseph Cook,"Washington State University, School of Economic Sciences, Pullman, WA, USA",USA,joe.cook@wsu.edu,,TRUE,All relevant data are available from ruralwaterdecisions.org.,All relevant data are available from ruralwaterdecisions.org.,,"['decision support', 'development economics', 'rural water supply', 'water supply engineering', 'digitalwatercollection', 'digitalwatertechniques']" -607,75764,10,3,https://iwaponline.com/washdev/article/10/3/458/75764/Air-drying-bed-as-an-alternative-treatment-for,"Journal of Water, Sanitation & Hygiene for Development",Air-drying bed as an alternative treatment for UASB sludge under tropical conditions,2020,FALSE,0,,[],7,Bruna Coelho Lopes,"Department of Sanitary and Environmental Engineering, Faculty of Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, BL 1 31270-901, Belo Horizonte, Brazil",Brazil,bruna.coelho.lopes@gmail.com,,Bruna Coelho Lopes,"Department of Sanitary and Environmental Engineering, Faculty of Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, BL 1 31270-901, Belo Horizonte, Brazil",Brazil,bruna.coelho.lopes@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['air-drying bed', 'microbial indicators', 'pathogens', 'sewage sludge', 'tropical climate', 'UASB reactor']" -608,75387,10,3,https://iwaponline.com/washdev/article/10/3/471/75387/A-cellular-automata-modelling-approach-in,"Journal of Water, Sanitation & Hygiene for Development",A cellular automata modelling approach in household water use,2020,FALSE,0,,[],1,Salsabil M. Abdalbaki,"Department of Socio-Computing, Cairo University, Cairo, Egypt",Egypt,salsabil.abdalbaki@feps.edu.eg,,Salsabil M. Abdalbaki,"Department of Socio-Computing, Cairo University, Cairo, Egypt",Egypt,salsabil.abdalbaki@feps.edu.eg,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['cellular automata', 'Egypt', 'Renaissance Dam', 'social media', 'water conservation']" -609,75172,10,3,https://iwaponline.com/washdev/article/10/3/481/75172/Infrastructure-for-water-security-coping-with,"Journal of Water, Sanitation & Hygiene for Development",Infrastructure for water security: coping with risks in rural Kenya,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.038/3/washdev2020038supp.docx?Expires=1706084453&Signature=FV4O0yDagowNxA6xZf~gsQ9jln365WN~HSjRWN7lxNQ2CZpuHpbze3IteBh5arlZoWiUwF~~VCD72IKVs2CBIBrsY2RPOLVS9gUKOwRt4xs6EWXp33OD3PDbFB-HXMV2CAVYb23NqmBnr68JKQu1Tg-xlsnZraXoZTsokUWnutoKruHH6Bghcy46tmYG8VsmpasTfA-Sg-5hPxdjZDz7IbArBmvHsRu9MAX38Od7Zr36xdK5gxT646HSNGqK4LOhTn7blX5WdrB~xZJ5gqdsB1SCUqxlIRfXHdWBhhiLjYMZIpkf~2vOm-GzUZs79aGHwWmKMmpZ-DsoOpdyo-dXTQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Leigh C. Hamlet,"Department of Civil & Environmental Engineering, University of Washington, 201 More Hall, Box 352700, Seattle, WA 98195, USA",USA,lhamlet@uw.edu,,Leigh C. Hamlet,"Department of Civil & Environmental Engineering, University of Washington, 201 More Hall, Box 352700, Seattle, WA 98195, USA",USA,lhamlet@uw.edu,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['climate change', 'Kenya', 'mitigation', 'perception', 'photovoice', 'protection motivation theory']" -610,75340,10,3,https://iwaponline.com/washdev/article/10/3/490/75340/Closing-the-cycle-Potential-and-limitations-of,"Journal of Water, Sanitation & Hygiene for Development",Closing the cycle? Potential and limitations of Water and Sanitation Safety Plans (WSSPs) for Latin American metropolitan areas,2020,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.056/3/washdev2020056supp.pdf?Expires=1706092884&Signature=IAAC4nZ2SMOYrg3BcHyvNqgsCma8iSgAz3JvGQQCqYqZPsBRfnP4K1N-dl3xG75OT96ud81pGTP3p~OcHdUTwqIriU~VBvMBFfHMXm6IX41RLGlmCen37LnZs9JTdaZnHkLyExGv5h-IDup~At06dNkC~PkER4vMW68OjjJmm5G-A2baNU32q0DM2fTLvZrclaoQCfrOy3MbNLkkEUAi33SZ2qWZEChccWvUiHTKf0AOREypIhQG7pE8P8c6rtdoIxWRcTmazbFZHeGXOsfSzNAg9FeDm8zmb7TafuOwWBwEAw7hbAuSNsyMGj05VzBcjpXjcbLm5UUONnSse6r8nw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Araceli Clavijo,"Instituto de Investigaciones en Energía No Convencional (INENCO), CONICET – Universidad Nacional de Salta, Avenida Bolivia 5150, A4408FVY Salta, Argentina",Argentina,a.clavijo@agro.uba.ar,,Araceli Clavijo,"Instituto de Investigaciones en Energía No Convencional (INENCO), CONICET – Universidad Nacional de Salta, Avenida Bolivia 5150, A4408FVY Salta, Argentina",Argentina,a.clavijo@agro.uba.ar,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Argentina', 'decentralized sanitation', 'risk assessment', 'Water and Sanitation Safety Plan (WSSP)', 'water governance']" -611,74755,10,3,https://iwaponline.com/washdev/article/10/3/502/74755/Rainwater-harvesting-and-primary-uses-among-rural,"Journal of Water, Sanitation & Hygiene for Development",Rainwater harvesting and primary uses among rural communities in Ghana,2020,FALSE,0,,[],2,Seth Owusu,"Koforidua Technical University, P.O. Box KF 981, Koforidua, Ghana",Ghana,owususok@yahoo.com,,Seth Owusu,"Koforidua Technical University, P.O. Box KF 981, Koforidua, Ghana",Ghana,owususok@yahoo.com,,FALSE,,,,"['Ghana', 'primary uses', 'quality', 'rainwater harvesting']" -612,75953,10,3,https://iwaponline.com/washdev/article/10/3/512/75953/Drivers-of-unhygienic-desludging-practices-in,"Journal of Water, Sanitation & Hygiene for Development","Drivers of unhygienic desludging practices in unplanned settlements of Dar es Salaam, Tanzania",2020,FALSE,0,,[],4,Amour Seleman,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, P. O. Box 35131, Dar es Salaam, Tanzania",Tanzania,matipula@hotmail.com,,Amour Seleman,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, P. O. Box 35131, Dar es Salaam, Tanzania",Tanzania,matipula@hotmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Dar es Salaam', 'non-sewered sanitation', 'safely managed sanitation', 'unhygienic desludging', 'unplanned urban settlements']" -613,76068,10,3,https://iwaponline.com/washdev/article/10/3/527/76068/Going-to-scale-with-rural-water-supply-a,"Journal of Water, Sanitation & Hygiene for Development",Going to scale with rural water supply: a reflection on experiences from sustaining community managed piped water schemes in rural Zimbabwe,2020,FALSE,0,,[],1,L. Dhoba,"College of Business, Peace Leadership & Governance (CBPLG), Africa University, P O BOX 1320, Mutare, Zimbabwe",Zimbabwe,dhobal@africau.edu,,L. Dhoba,"College of Business, Peace Leadership & Governance (CBPLG), Africa University, P O BOX 1320, Mutare, Zimbabwe",Zimbabwe,dhobal@africau.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community managed piped water scheme', 'rehabilitation', 'rural water supply', 'sustainability']" -614,75442,10,3,https://iwaponline.com/washdev/article/10/3/539/75442/Rainwater-as-an-alternative-drinking-water-source,"Journal of Water, Sanitation & Hygiene for Development","Rainwater as an alternative drinking water source for the Chronic Kidney Disease Of Uncertain etiology (CKDu) prone areas: a case study for Girandurukotte, Sri Lanka",2020,FALSE,0,,[],3,V. M. Jayasooriya,"Department of Forestry and Environmental Science, Faculty of Applied Sciences, University of Sri Jayewardenepura, Nugegoda, Sri Lanka",Sri Lanka,varuni.jayasooriya@sjp.ac.lk,,V. M. Jayasooriya,"Department of Forestry and Environmental Science, Faculty of Applied Sciences, University of Sri Jayewardenepura, Nugegoda, Sri Lanka",Sri Lanka,varuni.jayasooriya@sjp.ac.lk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['CKDu', 'ferrocement', 'groundwater', 'polyethylene', 'rainwater harvesting']" -615,76069,10,3,https://iwaponline.com/washdev/article/10/3/549/76069/Maintenance-practices-and-water-quality-from,"Journal of Water, Sanitation & Hygiene for Development",Maintenance practices and water quality from rainwater harvesting in south-west Uganda,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.115/3/washdev2020115supp.docx?Expires=1706092905&Signature=s7Llx6OXcIFWEzgLvPMg2DITbf4AETFgV5IK1AMW~kSF01wCtzL7om6vY9qk8hm1EZg2MLjq5ozUCO3pat9-COot8Jk8F5W3fH80cVKRQVEm8eom86pQlIF3hOqSNlIGX5tbyaUspOe74C1OaNmCBLGqtypFhSIHa8BQ2eoqUi26a5-Pl9gA2DE-QnIO9-CGlLlnhUhhstcTPSDN1RdCkV~-M565bguNgQY8cRh4wIdJOm0sWLRDUD~b-b1vszo9HETFxpKuby2QREaUjFornjwmqASrEFKuQqmPtT7ANJ7eBrLL3Fh6ZB9DbeTr2kB0ZwWa9kQHGsLdf1LmruqlCA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Francesca O'Hanlon,"University of Cambridge, Cambridge, UK",UK,fo249@cam.ac.uk,,Francesca O'Hanlon,"University of Cambridge, Cambridge, UK",UK,fo249@cam.ac.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['decentralised water', 'domestic rainwater harvesting', 'rural and urban water supply', 'water quality']" -616,75543,10,3,https://iwaponline.com/washdev/article/10/3/558/75543/Deactivation-of-Ascaris-suum-eggs-using,"Journal of Water, Sanitation & Hygiene for Development",Deactivation of Ascaris suum eggs using electroporation and sequential inactivation with chemical disinfection,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.192/3/washdev2020192supp.docx?Expires=1706092909&Signature=BRRacX6Mo8VG84PFTxhTkPeetCBcVDnW-nvBD1xlIMolg0lEYiVefNS0pi7r5IvKzqe8r2Gv7he4s9ZykLfQbtpDHVJB3Pqwp8GSX9BVoKIV7ThEhI5uvjDanVrX9RwvDN1jqf0De374eZv-6WhP1v6ousebC3XG3N3WtMI8XNQG9Yjab7eGxyh14fuGK61J324cFUDEAUiJe7KAzwp1rB-XQlrBp2~gqgKCrRxe2BD7rwTKHePAkoM6kEwGE3HpWSLHBXOrpcZ8oURsUkmbi2UxNNrl8eunRNusTOOmOuEWw6oSFPlNF4ujQ03d6Z7KrLC~eNoxdqFvQ7Z-HvVUjQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,C. Niven,"Center for WaSH-AID, Duke University, Durham, NC 27708, USA",USA,,,E. Ngaboyamahina,"Center for WaSH-AID, Duke University, Durham, NC 27708, USA",USA,edgard.ngaboyamahina@duke.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ascaris suum', 'chemical disinfection', 'eggshell permeability', 'electroporation', 'helminth deactivation', 'wastewater sanitation']" -617,76123,10,3,https://iwaponline.com/washdev/article/10/3/569/76123/Numerical-modelling-of-FC-bacteria-using-a-dynamic,"Journal of Water, Sanitation & Hygiene for Development",Numerical modelling of FC bacteria using a dynamic and variable mortality rate,2020,FALSE,0,,[],2,Siavash Mohammadi,"Faculty of Water Science Engineering, Shahid Chamran University of Ahvaz, Ahvaz, Iran",Iran,siavash.mohammadi86@gmail.com,,Siavash Mohammadi,"Faculty of Water Science Engineering, Shahid Chamran University of Ahvaz, Ahvaz, Iran",Iran,siavash.mohammadi86@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['biological water pollution', 'environment', 'faecal coliform', 'mathematical modelling', 'river engineering']" -618,76081,10,3,https://iwaponline.com/washdev/article/10/3/580/76081/Exploration-of-coliform-diversity-in-drinking,"Journal of Water, Sanitation & Hygiene for Development",Exploration of coliform diversity in drinking water resources by culture-independent approaches,2020,FALSE,0,,[],3,A. Shiva Shanker,"Department of Microbiology, Palamuru University, Mahabubnagar 509 001, Telangana State, India",India,,,Pavan Kumar Pindi,"Department of Microbiology, Palamuru University, Mahabubnagar 509 001, Telangana State, India",India,pavankumarpindi@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['16S rRNA', 'coliform', 'contamination', 'drinking water', 'public health', 'reservoir']" -619,75952,10,3,https://iwaponline.com/washdev/article/10/3/589/75952/The-reality-of-water-quality-monitoring-for-SDG-6,"Journal of Water, Sanitation & Hygiene for Development",The reality of water quality monitoring for SDG 6: a report from a small town in India,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.131/3/washdev2020131supp.docx?Expires=1706092922&Signature=W-Osm~M6bVvid4usVPuHDYviM6q1YYgVkMVUrHRsU~zntXfjUn~LAF7KyFG4agweeW9h8EZnqgE~3wkRzIflLWAeYSCmPJaZpHAnZmPX~7VoXltIng9~Y~mDkSZb6FmufvVUr6WXb9~2padG81~gB9S7JrEoii1JI745ZWH11yzgT1wMKalkX3zH1OULj-bIazHj2I4p04tAzxSKIoAUKdLDgSy9K4odHhoQ3~ObG1AmtUEstDAYIq~-1Sas5c6uRaUFTOl0~F4iHkf0DaQlZWobUuN4YKm5V1mJYu8B97PkDwRhAENHOMiurANt-AHqf4DbuVRL5kcIW92S3-QfDg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Swati D. G. Rayasam,"School of Public Health, Environmental Health Sciences Department, University of California, Berkeley, CA, USA",USA,,,Isha Ray,"Energy and Resources Group, University of California, 310 Barrows Hall #3050, Berkeley, CA 94720, USA",USA,isharay@berkeley.edu,,TRUE,The data that support the findings of this study are available on Zenodo (10.5281/zenodo.3555385). Survey information and maps are available upon request from the corresponding author.,The data that support the findings of this study are available on Zenodo (10.5281/zenodo.3555385). Survey information and maps are available upon request from the corresponding author.,,"['Sustainable Development Goals', 'urban India', 'WASH monitoring', 'water quality']" -620,74989,10,3,https://iwaponline.com/washdev/article/10/3/596/74989/Improved-chlorination-and-rapid-water-quality,"Journal of Water, Sanitation & Hygiene for Development","Improved chlorination and rapid water quality assessment in response to an outbreak of acute watery diarrhea in Somali Region, Ethiopia",2020,FALSE,0,,[],9,Anu Rajasingham,"Emergency Response and Recovery Branch, Division of Global Health Protection, Centers for Disease Control and Prevention, Atlanta, USA",USA,idb4@cdc.gov,,Anu Rajasingham,"Emergency Response and Recovery Branch, Division of Global Health Protection, Centers for Disease Control and Prevention, Atlanta, USA",USA,idb4@cdc.gov,,FALSE,,,,"['acute watery diarrhea', 'centralized chlorination', 'chlorination', 'rapid assessment', 'water quality', 'water treatment']" -621,76083,10,3,https://iwaponline.com/washdev/article/10/3/603/76083/Ash-depth-filter-sanitation-eliminates-all,"Journal of Water, Sanitation & Hygiene for Development",Ash depth filter sanitation eliminates all bacteria and makes source-separated urine waste sterile,2020,TRUE,3,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.125/3/washdev2020125supp1.xlsx?Expires=1706092929&Signature=2xLQUUroheHMrNdmmeA4~BkMjWiGVVpqJKBZY5R5kBouLsnhSRmrngz3xDzrvrToTsOKBy9w4b8WPc~eEwqpVOqnV7qWUsHqdKbvJpL0ZY8nJEuuCejNBuCcqWgXshH3h2dPln1U96UVRSyKfBYp0XFHbvSG4O~cCk5F2cWvzJNi9U9iOKKPqr1HwvFz7~3l-uCO7RgTylUQlcBfeoPC-sU2QcN~Ep-SVzoEW-vp6ckv5ZeMTZlyYaHVRWHzj5-dTs6O~s0j16zGT4jFcYVfil1WitDjSmwfb1aFJmAfjAq6pd2UXns9xA6uPfjOLMUxmW1uQDheoMBnesbT4JThlA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.125/3/washdev2020125supp2.docx?Expires=1706092929&Signature=3AiWumwpP6Dlr2V7ojg5beZZjhSaGXAZfvDylQJ9PECjsLT8ssbG8pmcJhS5gD~8HVAgiwNs2Fm5medusXHM5b4ffwex4wrBaOBXkI4~pdoUccJbGW3eK~VzJg4vD-12bYxObwvHTnwZ8t-weh0K8rNrZ0gx3MCFh6gzD2d6ApfEq-5rpDsfW1UJm117tycaHVUedULkiP7PY2dxwMMK7WJgaPub6pbpatzLskYGe4gQUes8WtO2CtjeZuZoPxmW92CaD05s5N3MRwbAykRe02AOcRdBfyFRrxjy0KxRejUXLFkC1I6~y7RYGMGMmJpq88JOl7rF2lPEmyUpvsm-QQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.125/3/washdev2020125supp3.pptx?Expires=1706092929&Signature=bBmgpMXWq0PfD7pijGK1b8gCbFj4QU0rOq00FDbOiNjz7gwFrgFgsgwg5~CcKDECnFDsXafEJp5JYMHT9D87QdgsdKCIWoIKTwjW2Kw6ARaoaZ1rnX9oSHASMKu3kzFnBeTjUQBCFxJzQv-9soleOhR1fD-wwnxMiSiJmYXsfrVQfyBdgLTL3nGJA6a35Z3CpCCzioGdQdreZXptfWz-1iDe7dzJaiFgnNsvF3OpT1pWIAafm2Wzg7F5g9uWYa3oUBj6os82DrhuW6MrNiGcNGr0HGEHcYyrwK0P6lTrv3yGYGo3bcA47wcDY0YT8As0gjiI5ip6vmxrWwLPrqlRAQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",5,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",USA,mwitty@fsw.edu,,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",USA,mwitty@fsw.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['ash', 'bacteria', 'depth filtration', 'sanitation', 'source-separated urine']" -622,75541,10,3,https://iwaponline.com/washdev/article/10/3/608/75541/Inclusion-of-innovative-technology-in-integrated,"Journal of Water, Sanitation & Hygiene for Development","Inclusion of innovative technology in integrated waste management of a city: case of Bogura, Bangladesh",2020,FALSE,0,,[],3,D. Dey,"IRCWASH, 32/1, Dilu Road, Maghbazar, Dhaka, Bangladesh",Bangladesh,digbijoy@ircwash.org,,D. Dey,"IRCWASH, 32/1, Dilu Road, Maghbazar, Dhaka, Bangladesh",Bangladesh,digbijoy@ircwash.org,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['anaerobic digestion', 'faecal waste', 'leachate', 'solid waste', 'torrefaction', 'waste-to-energy']" -623,78561,10,4,https://iwaponline.com/washdev/article/10/4/615/78561/Editorial-WASH-Economics-and-Financing-towards-a,"Journal of Water, Sanitation & Hygiene for Development",Editorial: WASH Economics and Financing: towards a better understanding of costs and benefits,2020,FALSE,0,,[],2,Britta Augsburg,"Institute of Fiscal Studies, UK",UK,,,,,,,,FALSE,,,,[] -624,74531,10,4,https://iwaponline.com/washdev/article/10/4/618/74531/Interaction-of-village-and-school-latrines-on,"Journal of Water, Sanitation & Hygiene for Development",Interaction of village and school latrines on educational outcomes in India,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.049/7/washdev2020049supp.docx?Expires=1706092939&Signature=O-Yf97D97jQZNVMjm9vWb4Itl7Eqvzxak5nMi0pYGnEwkRI3tumv~6a68a0lD7AWFb2CJgQyKyEhd7WDsRVaOf1aiSh3055BzyS2xMX8evbexj1rjyMC9dxaGw0R6qPZXmp7YSFzUPnt5uUY4J8Zx2fIkGjuuqVB5YDiZLK9DUUFgzRaXs4KEcADTi~hK~XO~QxhQI0BFYud0xe-6WAJnHMP4S-tnHVvTfGyQC9c9RVrZengDGSoX-4G98HJSdcnhP3UixiHK6JhNCt03alP5Sg247UqZwmIE7FVsTCpBAv6IV3mhgYzwPx17GNxCodfWmlie9MMQCSI73oXtem7FQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Jennifer Orgill-Meyer,"Department of Government and Public Health Program, Franklin and Marshall College, Lancaster, PA 17603, USA",USA,jorgill@fandm.edu,,Jennifer Orgill-Meyer,"Department of Government and Public Health Program, Franklin and Marshall College, Lancaster, PA 17603, USA",USA,jorgill@fandm.edu,,FALSE,,,,"['education', 'gender', 'India', 'sanitation']" -625,77508,10,4,https://iwaponline.com/washdev/article/10/4/628/77508/Sanitation-dynamics-toilet-acquisition-and-its,"Journal of Water, Sanitation & Hygiene for Development",Sanitation dynamics: toilet acquisition and its economic and social implications in rural and urban contexts,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.098/7/washdev2020098supp.docx?Expires=1706092944&Signature=tXGv-1Uh47tCQJe6f54YOn0i46BRpBAIPnOP3ZfjHlce77Ob4pSSf0-lx93FQ6RkMS5kSKKLHdMri5zm6WHJKl-FDg7Po7reQLaUKBmiIK5rA657xqHCWChvMwOuVkEtnAWCyRlH-1eLGtaIEx8pp-5OizclnHXyj1-vfv11NPyQeiaCXHJgVSy2wMLF-4N2Mg3UD4lIMdT3dpEWumYZVzjyDLsW~z4UDHTXydtfGofm-UFhy-eJODvdc-op8aZ4gNVo1QVn-pEnk~aqeOLqLtAC6NNfT2Tnd2VFXVV8Jw-0bC4i1aMnzit7v8vfXXCMZwnGkUn15kj-fheJCvg-Rg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Britta Augsburg,"Institute for Fiscal Studies, 7 Ridgmount Street, London WC1E 7AE, UK",UK,britta_a@ifs.org.uk,,Britta Augsburg,"Institute for Fiscal Studies, 7 Ridgmount Street, London WC1E 7AE, UK",UK,britta_a@ifs.org.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['economic drivers', 'household investment', 'India', 'sanitation', 'WASH']" -626,77908,10,4,https://iwaponline.com/washdev/article/10/4/642/77908/Understanding-the-costs-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Understanding the costs of urban sanitation: towards a standard costing model,2020,FALSE,0,,[],5,Tristano Sainati,"Water@leeds, University of Leeds, Leeds, UK",UK,t.sainati@leeds.ac.uk,,Tristano Sainati,"Water@leeds, University of Leeds, Leeds, UK",UK,t.sainati@leeds.ac.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['benchmarking', 'cost estimation', 'costing standards', 'urban sanitation']" -627,77472,10,4,https://iwaponline.com/washdev/article/10/4/659/77472/Life-cycle-costs-approach-for-private-piped-water,"Journal of Water, Sanitation & Hygiene for Development",Life-cycle costs approach for private piped water service delivery: a study in rural Viet Nam,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.037/7/washdev2020037supp.docx?Expires=1706044900&Signature=MaF4Cf9wNMgY~9GDY4QbRHtLSaq~Dv4J3C8fAjAwHlBQ77ktBGXfKqBSrWASGsH-mWJ2EalXuJ8nypqmf3IpqZFNCXQz4BsVo1C~hOnto8LBXsR3ISvngsLzLe~bx57AXevhvkrUujE4qncBejoF~JTRDvqXrGFB25CqnNqyR-fiK1dxcp~Fp60y2AwKTMU1CG-FeE6Om6j77GMA1X77wIzb-VUuF9U4BAhM-N8ShvpeDF~aZajRnnF-yA8llz8~cYXY~vlEI~-~hAJR3FeTfTJiUUxtDw2mFPMIvr5vrUBCdXzbXROq2rdl~8bUKuvbHCoVcz2BIAxRDZ4AToRQrw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Melita Grant,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones Street, Ultimo, NSW 2007, Australia",Australia,melita.grant@uts.edu.au,,Melita Grant,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones Street, Ultimo, NSW 2007, Australia",Australia,melita.grant@uts.edu.au,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['costs', 'enterprises', 'finance', 'life-cycle', 'private', 'water']" -628,77803,10,4,https://iwaponline.com/washdev/article/10/4/670/77803/An-assessment-of-penetration-for-pay-to-fetch,"Journal of Water, Sanitation & Hygiene for Development",An assessment of penetration for pay-to-fetch water kiosks in rural Ghana using the Huff gravity model,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.034/7/washdev2020034supp.docx?Expires=1706046491&Signature=pB~YLJCPZzHR2NGU2EXFpj4GT3h0C7khr8b-J1EKp9rSFLX9GQtVhTsU6zGRogpu6UuLqlpZcg~SgzOTsNs9a3zVOV4MHwirMSq-M4XfkJ3Bw64SCEWuOOPru1UPoGvn1nQg1QumAvKiI-TvNvovG0mN6H~-gwpSgujGGmvMy9~M~FCvULNMvn30sCxN6a~1M3eUYsn-MthxMsTR-h3Zy1tKgCm7dSpiXxb6~WL58BFkLIoKaJhW37yN9lLrW6BkDfH3F8OcLj-PSzhUDuOFPVm0NcNQP4sn3KFy0twBGnZUl~bw17SVNFOIhPz8r2DYk9D16Mz-zF5FzGrhlXrNkQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Philip T. Deal,"School of Civil and Environmental Science, University of Oklahoma, 202 W Boyd Street, Norman, OK 73019, USA",USA,philip.deal.125@gmail.com,,Philip T. Deal,"School of Civil and Environmental Science, University of Oklahoma, 202 W Boyd Street, Norman, OK 73019, USA",USA,philip.deal.125@gmail.com,,TRUE,All relevant data are available from an online repository or repositories. Visit: http://dx.doi.org/10.17632/b6gs9fd33z.2.,All relevant data are available from an online repository or repositories,http://dx.doi.org/10.17632/b6gs9fd33z.2.,"['Huff gravity model', 'rural water supply', 'safe water enterprise', 'sub-Saharan Africa', 'willingness-to-pay']" -629,75869,10,4,https://iwaponline.com/washdev/article/10/4/680/75869/Understanding-water-demand-and-usage-in-Mandalay,"Journal of Water, Sanitation & Hygiene for Development","Understanding water demand and usage in Mandalay city, Myanmar as a basis for resetting tariffs†",2020,FALSE,0,,[],3,Tanvi Nagpal,"Johns Hopkins University School of Advanced International Studies, 1717 Massachusetts Ave., Washington, DC 20036, USA",USA,tnagpal1@jhu.edu,,Tanvi Nagpal,"Johns Hopkins University School of Advanced International Studies, 1717 Massachusetts Ave., Washington, DC 20036, USA",USA,tnagpal1@jhu.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['groundwater', 'Myanmar', 'piped water supply', 'service delivery', 'tariff setting', 'water demand']" -630,75542,10,4,https://iwaponline.com/washdev/article/10/4/691/75542/Unpacking-piped-water-consumption-subsidies-Who,"Journal of Water, Sanitation & Hygiene for Development",Unpacking piped water consumption subsidies: Who benefits? New evidence from 10 countries,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.073/7/washdev2020073supp.docx?Expires=1706024078&Signature=2IwgGiq6P7HPiy1nkBTcnD6bCeK~ioysDP3w0btCMY0y3cXrfSpAosCq53aCbOP1n5sJgwJy5twDMNBjKdwuQ1ZzI~TWlmfWRel-U7jGgSOk37xR-QqCDdYllT-7qkfSCzT10~nKqA~pw6Oo-HIPryMRYhz2-HF~nQIiNg6JD3heoUCQZEoB~hA-zlC43uis5Hb8Fb0jurN1Vo9Sb2-dMcIjuCwy3Jnq~zSeKrSO7V0mbTZfc09Av5zneOClDlEzAuPp~uf57au0vjT44XyMOIRfz7vOSfHxu6MZoezm5Op1XIXm7ExCW15Vz97KIi47fJHo3Ms3xl5AvSQJAW1DsA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Laura Abramovsky,"Institute for Fiscal Studies (IFS) and MacroConsulting, 7 Ridgmount Street, London WC1E 7AE, UK",UK,labramovsky@ifs.org.uk,,Laura Abramovsky,"Institute for Fiscal Studies (IFS) and MacroConsulting, 7 Ridgmount Street, London WC1E 7AE, UK",UK,labramovsky@ifs.org.uk,,FALSE,,,,"['consumption of piped water', 'developing country', 'distributional incidence of subsidies']" -631,74233,10,4,https://iwaponline.com/washdev/article/10/4/716/74233/Does-payment-by-results-work-Lessons-from-a-multi,"Journal of Water, Sanitation & Hygiene for Development",Does payment by results work? Lessons from a multi-country WASH programme,2020,FALSE,0,,[],2,Guy Howard,"Department of Civil Engineering, University of Bristol, University Walk, Bristol BS8 1TR, UK",UK,guy.howard@bristol.ac.uk,,Guy Howard,"Department of Civil Engineering, University of Bristol, University Walk, Bristol BS8 1TR, UK",UK,guy.howard@bristol.ac.uk,,FALSE,,,,"['payment-by-results', 'finance', 'results-based finance', 'WASH results', 'WASH targets']" -632,77907,10,4,https://iwaponline.com/washdev/article/10/4/724/77907/Benefits-and-costs-of-rural-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Benefits and costs of rural sanitation interventions in Ghana,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.066/7/washdev2020066supp.docx?Expires=1706085638&Signature=HC95zKZZ2jaLCvA8~6zWqR-wglTStZABne9SN-8NGUQo7ro6hBxGFGfXPiT8Ri9TRxGbyKdcbi9BeVK~1maRleECxyNJrzVMOYHHmCwNXqJ5ZeXZmoZOnqDMh1ile58JudDtDO1eDsELM2K5JnzqIcjB4zcrugRgJP07GCTeYeOmn43PKkN14K4VqE032cswRFADIj-HrW4DCobrVvHkrZc4wv8xTYvQbTYV~~087-jtpjgiN0DqjNb4FHaG9iJweoXrwfcxFErcO9-d4qnqB2gTHAU9IFNqLOEhm5GEyOt1zbpEwHR9~56C45qw1Jx9VQU15pwYz0F2OCUkk8FFSA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Mark Radin,"Department of Environmental Science & Engineering, Rosenau CB#7341, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",USA,maradin@unc.edu,,Mark Radin,"Department of Environmental Science & Engineering, Rosenau CB#7341, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",USA,maradin@unc.edu,,FALSE,,,,"['community-led total sanitation', 'benefit-cost analysis', 'externalities', 'Ghana', 'open defecation', 'WASH']" -633,75834,10,4,https://iwaponline.com/washdev/article/10/4/744/75834/Expanding-safe-fecal-sludge-management-in-Kisumu,"Journal of Water, Sanitation & Hygiene for Development","Expanding safe fecal sludge management in Kisumu, Kenya: an experimental comparison of latrine pit-emptying services",2020,FALSE,0,,[],9,Rachel Peletz,"The Aquaya Institute, P.O. Box 1603, San Anselmo, CA 94979, USA",USA,,,Ranjiv Khush,"The Aquaya Institute, P.O. Box 1603, San Anselmo, CA 94979, USA",USA,ranjiv@aquaya.org,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['fecal sludge management', 'Kenya', 'latrines', 'low-income', 'sanitation', 'urban']" -634,76853,10,4,https://iwaponline.com/washdev/article/10/4/756/76853/Users-are-willing-to-pay-for-sanitation-but-not-as,"Journal of Water, Sanitation & Hygiene for Development","Users are willing to pay for sanitation, but not as much as they say: empirical results and methodological comparisons of willingness to pay for peri-urban sanitation in Lusaka, Zambia using contingent valuation, discrete choice experiments, and hedonic pricing",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.072/7/washdev2020072supp.docx?Expires=1706022532&Signature=x0HObybbKbdnsVnYBsAgZ4s9ZaFITxV~SnzdYvB4Y4IxoRQNTUswuakqhC6Av~uliDm0GA2l57NQor1rax8AZQ9bZSdpIPCmTaRCI7dNK0fUmBC~rcgAqLEA7oL-RZsI8LLuIye4zqTRX3hm8z2SntPh-DJzwAyduxLauCsxQyfA00kqsLB8gJll-~3ICRDn9UIJLYgsEVA2LUx9vAnUd74GGwuyyUxpX4elOU6aU8MzCu6gpTgdi721QNlClsQsZPPwClBgOCJmrNACJp~Qpb560yR2R393wZctdSFIC-DrpHFb7eTTv3P1V9zo8UgSmPnbS-VxswHtB4-~7bdgDg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,James B. Tidwell,"Mossavar-Rahmani Center for Business and Government, Harvard Kennedy School of Government, Cambridge, MA, USA and World Vision, Washington, DC, USA",USA,btidwell@worldvision.org,,James B. Tidwell,"Mossavar-Rahmani Center for Business and Government, Harvard Kennedy School of Government, Cambridge, MA, USA and World Vision, Washington, DC, USA",USA,btidwell@worldvision.org,,FALSE,,,,"['contingent valuation', 'discrete choice experiments', 'financing', 'hedonic pricing', 'sanitation', 'willingness to pay']" -635,76656,10,4,https://iwaponline.com/washdev/article/10/4/768/76656/Review-of-frameworks-and-tools-for-urban-strategic,"Journal of Water, Sanitation & Hygiene for Development",Review of frameworks and tools for urban strategic sanitation planning: considering technology innovations and sustainability,2020,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.062/7/washdev2020062supp.pdf?Expires=1706043813&Signature=mt6CAjz7y9uKvkBKDiYJY7QbWZBi-DHcgkhAraoOEqz7XUjkBvO0EIik-i7u~TaAUGvOKHddQl9fFj16J4eJ6xBqGkM7JhnQM6u1icM2pXb9Cz5~Aoem-XlGoGJ0UTDifAC~fMhUn8v~i3rz5FY-sweOcHoUUnDlCkree8BYlHXGkGTkPQHDbyBv~~ODTa4r8l2NMTnACxtJILVVv~TmoW~6WyhubVc0mciLMjIFZAeNcU17aei-~6UtTR~t7REISJW~PkS9VZopUVs1HOqVy3KyDyeWLq8mueR8KaiCltnMyOO8v5jHOzv0lFJPxJPiwj3JwDXnSxUWNy3v-RPnnQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Dorothee Spuhler,"Department Sanitation, Water and Solid Waste for Development (Sandec), Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,dorothee.spuhler@eawag.ch,,Dorothee Spuhler,"Department Sanitation, Water and Solid Waste for Development (Sandec), Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,dorothee.spuhler@eawag.ch,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['appropriate technologies', 'developing countries', 'SDG 6', 'strategic sanitation planning approach (SSA)', 'structured decision making (SDM)', 'sustainable sanitation']" -636,78122,10,4,https://iwaponline.com/washdev/article/10/4/786/78122/Multiple-and-complex-links-between-babyWASH-and,"Journal of Water, Sanitation & Hygiene for Development",Multiple and complex links between babyWASH and stunting: an evidence synthesis,2020,FALSE,0,,[],4,Amy Waller,"Department of Civil, Environment and Geomatic Engineering, University College London, Chadwick Building, London WC1E 6BT, UK",UK,,,Priti Parikh,"Engineering for International Development Centre, Civil, Environmental and Geomatic Engineering, University College London, Chadwick Building, London WC1E 6BT, UK",UK,priti.parikh@ucl.ac.uk,,TRUE,All relevant data are available from an online repository or repositories.,All relevant data are available from an online repository or repositories,,"['babyWASH', 'stunting', 'sub-Saharan Africa', 'WASH']" -637,77780,10,4,https://iwaponline.com/washdev/article/10/4/806/77780/Temporal-analysis-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Temporal analysis of water, sanitation, and hygiene data from knowledge, attitudes, and practices surveys in the protracted humanitarian crisis in Myanmar",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.025/7/washdev2020025supp.docx?Expires=1706065086&Signature=cZcFZLDYjlIxPiaZW2jdOgOlvmMfuAtq1CLi5NOsUD5bmILkzre5wzjcJQR48PkuAC7EAlx~XfVt6dy1S9esmDjDO2bjKJwuu9l2qgKRhvrly3FKe~9QB4Gh-P6DGV5llM6LqAg7PoYPHKUsPXbrSNdo5DSyQAeUxVkIb1JY4L2OdAgQrsvHC2Ixu9diWwLdlKaOYo9BP418KU0I-kxlEiJaJj1f9yXXvsCkjUg0LMQcRuJX5pZJEp~X-FCNmZVXAB9hycGVp4db4QHw6D2SUlOUtE9C8fJQ8N4tv76SbKHSZnlP3wSjaFuOWnTvQrBYCAmfHj9DKY6JQtAeFiDppg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Marta Domini,"Tufts University School of Engineering, 200 College Av., 02155 Medford, MA, USA",USA,marta.domini@tufts.edu,,Marta Domini,"Tufts University School of Engineering, 200 College Av., 02155 Medford, MA, USA",USA,marta.domini@tufts.edu,,TRUE,All relevant data are available from an online repository or repositories. Documents are available at the following link: https://sites.google.com/view/washclustermyanmar/ and/or can be requested from the authors.,All relevant data are available from an online repository or repositories,https://sites.google.com/view/washclustermyanmar/,"['behavior change', 'humanitarian response', 'hygiene promotion', 'KAP surveys', 'WASH programming']" -638,76803,10,4,https://iwaponline.com/washdev/article/10/4/818/76803/WASH-and-Gender-a-critical-review-of-the,"Journal of Water, Sanitation & Hygiene for Development",WASH and Gender: a critical review of the literature and implications for gender-transformative WASH research,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.232/7/washdev2020232supp.docx?Expires=1706065123&Signature=Epw4oyh85f6p0~Hsu8G50k90iMzlE-031a1oNBPC1GekqMjVsfUu2FN2rVSSrxiLdD-8wG8yolsRdyXWD7nkDweiBJ1grxKQUhIzG8xTZHUUTWJDQcGYVgC~3sjDB8pSZw~7kwsUma9PDAo5CoJBlmCYkpyzTiMcWovzuUDJ7Gg7zeot0FRawf7XbjncfoU1514EwhJkfFcN5fURhZmSQBTTKRvkayoIUFFVBW8tRbkS-FFRCLDbsrVXx1EO0ForNLmH7~YA8P4O0rh5XrwMxBVIdDX5O8iwtUvfjSTXE1VBIx-vjKPtdSL~s1MfHmxaDL3BuF1-HMeb6mFk0Pw9QA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Building 10, 235 Jones St, Ultimo NSW 2007, Australia",Australia,jessica.macarthur@uts.edu.au,,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Building 10, 235 Jones St, Ultimo NSW 2007, Australia",Australia,jessica.macarthur@uts.edu.au,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['gender equality', 'gender-transformative', 'sanitation', 'transformative research', 'WASH', 'water']" -639,77998,10,4,https://iwaponline.com/washdev/article/10/4/828/77998/Solar-septic-tank-evaluation-of-innovative,"Journal of Water, Sanitation & Hygiene for Development",‘Solar septic tank’: evaluation of innovative decentralized treatment of blackwater in developing countries,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.168/7/washdev2020168supp.docx?Expires=1706093001&Signature=CU5JXpgalfomNSvXflyuyjxWqaOuvn7IY0D7NKMg7afiKNsUuNOFfODPnHZfl~-uOOyiUnwq9K6~ZBVr9-R28jTDhPaMgG1PZxS0IypbAowE4WQYlU68XMzY5w3zXcX4I7r6aAPlCpjGOqupWTeU4VU5Amlem-k-VUdWly4ey3t-JBclG6Wh1Rv183spp14tm6GguqBvBNr-jnyoAXmj~jWlMXhm5DiY8M4CKFf0MJjx8P9t4p0H-XVcnLw1x9IZ8g5zTDucb1DsSE6Ln1zZzDsb4LPObM30e492ZXdziG7yC2oyaCw06VExD9faIs3Voskp0bce9~sq~VwAyUsH2A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Thammarat Koottatep,"School of Environment, Resources and Development, Asian Institute of Technology, Pathum Thani, Thailand",Thailand,,,Tatchai Pussayanavin,"School of Environment, Resources and Development, Asian Institute of Technology, Pathum Thani, Thailand",Thailand,poktatchai@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['blackwater treatment', 'long-term study', 'performance evaluation', 'reinvented toilet technology', 'Solar Septic Tank', 'WASH']" -640,77909,10,4,https://iwaponline.com/washdev/article/10/4/841/77909/Myth-and-reality-of-community-ownership-and,"Journal of Water, Sanitation & Hygiene for Development",Myth and reality of community ownership and control of community-managed piped water systems in Ghana,2020,FALSE,0,,[],1,Nicholas Fielmua,"Department of Planning, University for Development Studies, Wa Campus, Wa, Upper West Region, Ghana",Ghana,nfielmua@uds.edu.gh,,Nicholas Fielmua,"Department of Planning, University for Development Studies, Wa Campus, Wa, Upper West Region, Ghana",Ghana,nfielmua@uds.edu.gh,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['beneficiary ownership', 'community-managed', 'control', 'dualistic ownership', 'Ghana', 'water systems']" -641,77804,10,4,https://iwaponline.com/washdev/article/10/4/851/77804/Predictors-of-hand-hygiene-behaviours-among,"Journal of Water, Sanitation & Hygiene for Development",Predictors of hand hygiene behaviours among primary and secondary school children in a rural district setting in Zimbabwe: a cross-sectional epidemiologic study,2020,FALSE,0,,[],5,France Ncube,"Department of Crop and Soil Sciences, Lupane State University, Private Bag 170, Lupane, Zimbabwe",Zimbabwe,france.ncube257@gmail.com,,France Ncube,"Department of Crop and Soil Sciences, Lupane State University, Private Bag 170, Lupane, Zimbabwe",Zimbabwe,france.ncube257@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['fingernails', 'handwashing', 'hygiene behaviour', 'hygienic hand drying', 'sanitation', 'school children']" -642,77910,10,4,https://iwaponline.com/washdev/article/10/4/862/77910/Comparative-life-cycle-assessment-of-four-commonly,"Journal of Water, Sanitation & Hygiene for Development",Comparative life cycle assessment of four commonly used point-of-use water treatment technologies,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.158/7/washdev2020158supp.docx?Expires=1706010602&Signature=edrasHTZ5rDatNh~UoioRXGs2iU0RORXMpaLf1bneSJ-MngvLfwUA6KswHIf0NmeO~enj4MJQ3ucgp58VZQecGpSKK6tIKCu8QQoLi4V8DgDwngba7i7Uy1AcnMaW62rhjgfiABi6MmEz2Q6l43qKLRzZSAZ2EGjojf5UteFzPGMUw1eFQIV33TA6~-v15cmJAw6V8AiL6t0Cs44~GDONSrn-1xW1xOIYzn-8p2zVkaqTKIpAq72XPQB1MEw~9o0HPqjmuCFR0G-~hDCjRra5LvaOnRFsarFB1mi-mQEdDeZSbhFqU3PwPX0emSjEIaGrL6SlZLtlXZOT9eNgRFDtg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Tara Walsh,"Department of Civil and Environmental Engineering, University of Connecticut, Storrs, CT 06269, USA",USA,tara.walsh@uconn.edu,,Tara Walsh,"Department of Civil and Environmental Engineering, University of Connecticut, Storrs, CT 06269, USA",USA,tara.walsh@uconn.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['climate change', 'life cycle assessment', 'point-of-use water treatment']" -643,77727,10,4,https://iwaponline.com/washdev/article/10/4/874/77727/Performance-evaluation-of-anoxic-oxic-anoxic,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of anoxic–oxic–anoxic processes in illuminated biofilm reactor (AOA-IBR) treating septic tank effluent,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.145/7/washdev2020145supp.docx?Expires=1706093018&Signature=ZvH0n5LZjPstZ6fG7x5H6XGugJQpcRlh5ZoRLNa5lriq1UYLRGtH9KHzKQekdwaxH5ULZKe0-7Bhbnmnxhga4ZJPTfO6xs0aEQJu6hCm3babIGOKbPyJPX9VxzH~AfqcA4IdVHlOMsxbqHCV1VuvSf0ugaxqWUVgqLrIOANi80hm7H7x4bypBfad-gB11WejS3vsmyHGRZd24djDvjtQyyzy1sMdcbmJGKRrAVDWtrdG7ZDpU2tdT0AwZMb1Zw~qytFTWecivblnp4hwFg5w4pIkbbkQaar8SV~l-7u~H5kV5PPLOlz6XHy49FraMBc2r49JE50Io6R62DKczT5MKA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Sittikorn Kamngam,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Khlong Luang, Pathum Thani 12120, Thailand",Thailand,sittikornkam@gmail.com,,Sittikorn Kamngam,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Khlong Luang, Pathum Thani 12120, Thailand",Thailand,sittikornkam@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adsorption', 'kinetic model', 'microalgal–bacterial symbiosis', 'on-site sanitation system', 'photobioreactor', 'septic tank effluent']" -644,76327,10,4,https://iwaponline.com/washdev/article/10/4/885/76327/Chlorine-disinfection-against-Legionella,"Journal of Water, Sanitation & Hygiene for Development",Chlorine disinfection against Legionella pneumophila biofilms,2020,FALSE,0,,[],6,Abdelwahid Assaidi,"Laboratory of Bioprocess and Biointerfaces, Faculty of Sciences and Technics, Sultan Moulay Slimane University, Beni Mellal, Morocco",Morocco,,,El Mostafa Mliji,"Laboratory of Water Microbiology and Environmental Hygiene, Institut Pasteur du Maroc, Casablanca, Morocco",Morocco,mostafa.mliji@pasteur.ma,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['biofilm', 'chlorine disinfection', 'Legionella pneumophila', 'water distribution networks']" -645,76516,10,4,https://iwaponline.com/washdev/article/10/4/894/76516/Estimating-averting-expenditure-in-domestic-water,"Journal of Water, Sanitation & Hygiene for Development",Estimating averting expenditure in domestic water use: evidence from Ghana,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.197/7/washdev2020197supp.docx?Expires=1706023775&Signature=uuZ~YV5JtnnfHDulXJln-tgoJ3WEls2AOD3WNIY2wbiHT7UwQjRi2o0ngSwnMSGRStorxVKyFs8IHGMwXenme3iJLE7LGbsV4nNVqDR5wZg7KM27wsb2rQtt3o2SYBq1FL3fqNMDYvt7s52OcC-i-bjl4wH1waALQVyIgw-DQgFZTZv1hzh9z8D6mWPqWVdY-n5Igdvg45nI2wa1x~N1ngf6zo9zR2MVVSjAdlqjPzoovEzQ2nJqFV8hq7cLnru-rwBzw8ou8wQo1aSNBCSuDOiWsf0j6~ZtLVyL9KZetwhYR6D4OKRI1vF~uxMoOq09MAIc9ozz5DZbooBxGS2xZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Anthony Amoah,"Central University, Post Office Box 2310, Accra, Ghana",Ghana,anthonyamoahgh@gmail.com,,Anthony Amoah,"Central University, Post Office Box 2310, Accra, Ghana",Ghana,anthonyamoahgh@gmail.com,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['averting behaviour', 'Ghana', 'safe water', 'SDGs', 'willingness-to-pay']" -646,76802,10,4,https://iwaponline.com/washdev/article/10/4/905/76802/Septage-composition-and-pollution-fluxes-from,"Journal of Water, Sanitation & Hygiene for Development",Septage composition and pollution fluxes from cesspits in Palestine,2020,FALSE,0,,[],4,Belal Amous,"Institute of Environmental and Water Studies, Birzeit University, P.O. Box 14, Birzeit, West Bank, Palestine",Palestine,,,Nidal Mahmoud,"Institute of Environmental and Water Studies, Birzeit University, P.O. Box 14, Birzeit, West Bank, Palestine",Palestine,nmahmoud@birzeit.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['assessment', 'cesspit', 'heavy metals', 'on-site', 'septage', 'total nitrogen']" -647,76929,10,4,https://iwaponline.com/washdev/article/10/4/916/76929/Improving-the-hydrological-performance-of-a,"Journal of Water, Sanitation & Hygiene for Development",Improving the hydrological performance of a rainwater for drinking (RFD) system at a rural hospital in Vietnam,2020,FALSE,0,,[],3,Gippeum Bak,"Department of Civil & Environmental Engineering, Seoul National University, 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,,,Mooyoung Han,"Department of Civil & Environmental Engineering, Seoul National University, 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,myhan@snu.ac.kr,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['evaluation', 'performance indicators', 'rainwater', 'SDG6', 'water supply']" -648,77473,10,4,https://iwaponline.com/washdev/article/10/4/927/77473/On-site-sanitation-density-and-groundwater-quality,"Journal of Water, Sanitation & Hygiene for Development","On-site sanitation density and groundwater quality: evidence from remote sensing and in situ observations in the Thiaroye aquifer, Senegal",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.162/7/washdev2020162supp.docx?Expires=1706064939&Signature=4rwRB28u3Q2sZHeVZAjBVlQjolwzazGnP1xR3-QAcIYrooRWPvLQjPi4k7S5DwhXZvuJW6XA~2CQ4Y~WumijRLW7lAHHsHDqEvR-~L6fwWRUHoBV8UplWadHwdjy81~u7FVf3pErA3cXSFwTCySxCrveVbiRJEUYcDSwjC4w57eodoqLAhBF6ydDBwLHreCvVZB2Rk5N6sZEtQHdwhQqFL1o-2DUGt8UusbNPAHuTsZPeKuvB3XK1t4A1DBxjmU3N29O5B-ApYVaWIb9eFomU3NvHKgYDfHKHJndwhtF3f4vOuSZNzcte51DzcL3xl8LUmYeYATHjYRlQSzsE3WtAA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Mor Talla Diaw,"Geology Department, Faculty of Sciences and Techniques, Cheikh Anta DIOP University, Dakar, B.P. 5005, Dakar-Fann, Senegal",Senegal,tallamor010186@yahoo.fr,,Mor Talla Diaw,"Geology Department, Faculty of Sciences and Techniques, Cheikh Anta DIOP University, Dakar, B.P. 5005, Dakar-Fann, Senegal",Senegal,tallamor010186@yahoo.fr,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['faecal contamination and remote sensing', 'groundwater quality', 'on-site sanitation density', 'urban and peri-urban area', 'water supply']" -649,77726,10,4,https://iwaponline.com/washdev/article/10/4/940/77726/Impact-of-community-health-promoters-on-awareness,"Journal of Water, Sanitation & Hygiene for Development","Impact of community health promoters on awareness of a rural social marketing program, purchase and use of health products, and disease risk, Kenya, 2014–2016",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.043/7/washdev2020043supp.docx?Expires=1706043796&Signature=xyk5sK1I~5YkZRPy81zOtYj-oD5KzVzHvtv43l3DjIt1dNmmX~uB-GlKsSviwvXmUu0KfobNymy-h52MW34Qr~eOW7WZKf4RLFLmPhUmOKDMXyFcfXB7HViTMIDr~JANe8p-ts-apij1~bvKvxD-Ple93WOzGhB9R-IoQZlXy3MLA7~~Mf7yUDDzXyVsUO7fm6kxuYtiTVZd10ZuAXaXkVszU1YD0bxYqZAsr-nxtYx9FSLNbR8W7w3q7jmYHfmZtfh76ZKmGYTEavfxMds0UkQPCBL68yq56MGT3H5dM5ogYImcAgdw703UaPjlluIajy9K0sgJRfVZT~R1x4CDtw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],14,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",USA,wox0@cdc.gov,,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",USA,wox0@cdc.gov,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['children', 'diarrhea', 'Jamii', 'social marketing', 'SWAP']" -650,77658,10,4,https://iwaponline.com/washdev/article/10/4/951/77658/Water-sanitation-and-hygiene-WASH-conditions-and,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene (WASH) conditions and prevalence of office visits due to anemia: a regional-level analysis from Peru",2020,FALSE,0,,[],3,Benoit Mougenot,"Facultad de Ciencias Empresariales, Universidad San Ignacio de Loyola, Lima, Peru",Peru,bmougenot@usil.edu.pe,,Benoit Mougenot,"Facultad de Ciencias Empresariales, Universidad San Ignacio de Loyola, Lima, Peru",Peru,bmougenot@usil.edu.pe,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['anemia', 'diarrhea', 'fresh water', 'parasitic', 'sanitation']" -651,77524,10,4,https://iwaponline.com/washdev/article/10/4/959/77524/When-is-shared-sanitation-acceptable-in-low-income,"Journal of Water, Sanitation & Hygiene for Development","When is shared sanitation acceptable in low-income urban settlements? A user perspective on shared sanitation quality in Kumasi, Kisumu and Dhaka",2020,FALSE,0,,[],12,Vasco Schelbert,"Department Sanitation, Water and Solid Waste for Development, Eawag – Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,vasco.schelbert@eawag.ch,,Vasco Schelbert,"Department Sanitation, Water and Solid Waste for Development, Eawag – Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,vasco.schelbert@eawag.ch,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['low-income urban settlements', 'monitoring', 'quality', 'shared sanitation', 'Sustainable Development Goal 6', 'user-centred qualitative approach']" -652,77557,10,4,https://iwaponline.com/washdev/article/10/4/969/77557/Longitudinal-study-of-microbial-load-of-drinking,"Journal of Water, Sanitation & Hygiene for Development","Longitudinal study of microbial load of drinking water and seasonal variation of water quality at the point of use in food establishments of Addis Ababa, Ethiopia",2020,FALSE,0,,[],6,Aderajew Mekonnen Girmay,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,,Aderajew Mekonnen Girmay,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Addis Ababa', 'drinking water', 'food establishment', 'longitudinal', 'microbial load', 'seasonal variation']" -653,77659,10,4,https://iwaponline.com/washdev/article/10/4/979/77659/Immediate-influences-of-hygiene-education-sessions,"Journal of Water, Sanitation & Hygiene for Development",Immediate influences of hygiene education sessions on handwashing behaviors of selected Nepali students,2020,FALSE,0,,[],6,Govinda Prasad Devkota,"Graduate School of Education, Tribhuvan University, Kathmandu, Nepal",Nepal,govindaprasad.devkota@mrc.tu.edu.np,,Govinda Prasad Devkota,"Graduate School of Education, Tribhuvan University, Kathmandu, Nepal",Nepal,govindaprasad.devkota@mrc.tu.edu.np,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['behavior change', 'handwashing with soap', 'hygiene education', 'sustainability']" -654,77599,10,4,https://iwaponline.com/washdev/article/10/4/986/77599/Backpack-use-as-an-alternative-water-transport,"Journal of Water, Sanitation & Hygiene for Development","Backpack use as an alternative water transport method in Kisumu, Kenya",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.239/7/washdev2020239supp.docx?Expires=1706047006&Signature=LV-NPxyyS3XEgD0eeRdosBdiZMvUq2yNir7XtIqtjLYtpyKYYGK3byqcYAXwbhzhXc1vIFunEwyYWtKleF4tGS89YaeELuOhFLp9tvwdkKV1g2oym5EoDCwij1TExhg1niWOWcP9crS0ksyNgUBceudtYXJdU4g0fsq04rHXaidK9MwDpJjhnOlCJr1SSOfnmB822t8MlUniTCzaEcoq3aIXMhOp9V1PlMhowiOrCXZ1u8d6kHEyX6w8vfibj7ZiHrMXSAqJ5fuamxxT1GinH8JwUv~X24gK8jtOhONrIAOBufMAElrIFqLW5Zd1he~081FT2eeSGTCoXvm0I0xNcg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",USA,wox0@cdc.gov,,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",USA,wox0@cdc.gov,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['backpack', 'Kenya', 'musculoskeletal pain', 'water storage', 'water transport']" -655,78139,10,4,https://iwaponline.com/washdev/article/10/4/996/78139/Reconfiguring-urban-waterscape-water-kiosks-in,"Journal of Water, Sanitation & Hygiene for Development",Reconfiguring urban waterscape: water kiosks in Delhi as a new governance model,2020,FALSE,0,,[],2,Uma Dey Sarkar,"Jawaharlal Nehru University, New Delhi, Delhi, India",India,,,Bikramaditya K. Choudhary,"Jawaharlal Nehru University, New Delhi, Delhi, India",India,bkcjnu@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Delhi', 'urban governance', 'water kiosk', 'waterscape', 'water supply']" -656,77765,10,4,https://iwaponline.com/washdev/article/10/4/1012/77765/Implementation-of-point-of-use-water-treatment,"Journal of Water, Sanitation & Hygiene for Development",Implementation of point-of-use water treatment methods in a rural Tanzanian community: a case study,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.141/7/washdev2020141supp.docx?Expires=1706093069&Signature=NS9oqccGnCANZuUpG3eEN~TcjwAQ9DvGDHD4PKmojWeYRa-2ln67FRkb4M5HhDPVnfH~IxHuUzCQs6ODr8OzM25yXeekGkIDiTrxS-NkD-PIEs~AGcB8KuCgs~NFR1AGmaiDI~BSFgBEaO0IMcp5quBBiOZd3uyaNrK8Y0oA3Yz3nPo8LjbtkbjlFiCEI~XIRMG602gnWKD9DOyd-s3GyQyUdZafVxPRkkMID-yqeX2I0Yz4N-F-xPevPYjI9Kq5yGQ8MyB5T5d2SrfqgdaCD3tSo7Pu82rEOt8-BkNjEX8XwGLUm-n~3ufo51LQ0IvJxfRDzK2hFjUGj5dHHcB5IA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,T. M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",USA,ngasalat@msu.edu,,T. M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",USA,ngasalat@msu.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Escherichia coli', 'household water treatment methods', 'rural areas', 'solar disinfection', 'Tanzania', 'water quality']" -657,76254,10,4,https://iwaponline.com/washdev/article/10/4/1019/76254/Fertilizer-effect-of-composted-sewage-sludge-and,"Journal of Water, Sanitation & Hygiene for Development",Fertilizer effect of composted sewage sludge and cattle manure on Pelargonium growth,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.082/7/washdev2020082supp.docx?Expires=1706022442&Signature=nrJ5AM43ZUsUqMrZR7SzLju8gDjzA1uxwO6ipKolDBBpL5U8TDduv3wM49s4EdQF61RJsNo7CbKD6~8DeY6MG8iLWYrJMMMCxoPwccm5rxfGBCZm9t2~W0Zklt9gqCz~5mzYzrgYVCjk1dKENqH-lyjc8xXP8505a1bPDL~ZI7QSOztnKvOSsyi6Wy~VJ~09Ffo2zPUIdw5jq9cdhRp4t~Bq8A5T-gWdmAXrCGXmYXGQEruai~HsGzY8vStI-0TdgYqJedD2m3g37AUP6~Ki66l-yRElVoUB-xa6ooYNt071CYr5hPdR880mj-ulKrTh8Pqfqsu7KQ2XgSXfODzl0A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Nesrine Dridi,"LR. RME-Ressources, Matériaux et Ecosystèmes, Faculty of Sciences of Bizerte, University of Carthage, Bizerte, Tunisia",Tunisia,,,Noomene Sleimi,"LR. RME-Ressources, Matériaux et Ecosystèmes, Faculty of Sciences of Bizerte, University of Carthage, Bizerte, Tunisia",Tunisia,noomene.sleimi@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['cattle manure', 'compost', 'dewatered sewage sludge', 'nutrients', 'Pelargonium inquinans']" -658,77471,10,4,https://iwaponline.com/washdev/article/10/4/1026/77471/Use-of-group-maturity-index-to-measure-growth,"Journal of Water, Sanitation & Hygiene for Development","Use of group maturity index to measure growth, performance, and sustainability of community health clubs in urban water, sanitation and hygiene (WASH) program in Zimbabwe",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.023/7/washdev2020023supp.docx?Expires=1706009561&Signature=uHUKgqUJ5cBvbXVqkvgV-kqU-SWWKkkvuD3lydc17k41uM2iRr9wm9pMEu74mPNC1logAj~7L2AbCqCYwrF6xRBFD-lA2LML4wlk~DWmSpqmjaFB11h1TQnplHGp~3NWXDDiQ3UXmFH0f32J1deaRRbsEyAcK4dBETwoG9x9DTbUSTlLr3~vrsjHNCCy~gYa9JGOgDbPnksYNERbipF2Ch~5brFe~qtDEyCop9tbgQxm9eR8V1nRcuvWSmxS5yZNIpe5sDk7Xd1IG~KbiVs~tUyxmdy6Fyqv2TAUfitpk2-jWlFoYpm1iKmeoKtXr1PCSeHvdCnwuySKq3q8t8uCvg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Mitsuaki Hirai,"United Nations Children's Fund (UNICEF), Harare, Zimbabwe",Zimbabwe,mhirai@unicef.org,,Mitsuaki Hirai,"United Nations Children's Fund (UNICEF), Harare, Zimbabwe",Zimbabwe,mhirai@unicef.org,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['community health', 'hygiene', 'hygiene promotion', 'WASH']" -659,76082,10,4,https://iwaponline.com/washdev/article/10/4/1034/76082/Impact-of-alum-pretreatment-on-biosand-filter,"Journal of Water, Sanitation & Hygiene for Development",Impact of alum pretreatment on biosand filter performance: a commentary on Curry et al. (2020),2020,FALSE,0,,[],1,Caetano C. Dorea,"Department of Civil Engineering, University of Victoria, 3800 Finnerty Rd, Victoria, BC V8P 5C2, Canada",Canada,caetanodorea@uvic.ca,,Caetano C. Dorea,"Department of Civil Engineering, University of Victoria, 3800 Finnerty Rd, Victoria, BC V8P 5C2, Canada",Canada,caetanodorea@uvic.ca,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['aluminium sulphate', 'biosand filter', 'headloss', 'pretreatment', 'slow sand filtration']" -660,76175,10,4,https://iwaponline.com/washdev/article/10/4/1036/76175/Impact-of-alum-pretreatment-on-biosand-filter,"Journal of Water, Sanitation & Hygiene for Development",Impact of alum pretreatment on biosand filter performance: reply to Dorea's commentary on Curry et al. (2020) article,2020,FALSE,0,,[],2,Kevin D. Curry,"Department of Biological Sciences, Bridgewater State University, Bridgewater, MA, USA",USA,kcurry@bridgew.edu,,Kevin D. Curry,"Department of Biological Sciences, Bridgewater State University, Bridgewater, MA, USA",USA,kcurry@bridgew.edu,,FALSE,,,,[] -661,78146,10,4,https://iwaponline.com/washdev/article/10/4/1037/78146/The-H-in-WASH-a-reflection-on-the-contribution,"Journal of Water, Sanitation & Hygiene for Development","The H in WASH: a reflection on the contribution, style and legacy of Professor Val Curtis",2020,FALSE,0,,[],9,O. Cumming,"Department of Disease Control, London School of Hygiene & Tropical Medicine, London, UK",UK,oliver.cumming@lshtm.ac.uk,,O. Cumming,"Department of Disease Control, London School of Hygiene & Tropical Medicine, London, UK",UK,oliver.cumming@lshtm.ac.uk,,FALSE,,,,"['behaviour change', 'hygiene', 'sanitation', 'water']" -662,78245,11,1,https://iwaponline.com/washdev/article/11/1/1/78245/Urine-treatment-by-solar-disinfection-for,"Journal of Water, Sanitation & Hygiene for Development",Urine treatment by solar disinfection for agriculture reuse purpose in a poor rural context: case of Burkina Faso,2021,FALSE,0,,[],4,Drissa Sangare,"University of Man, Côte d'Ivoire, BP 20 Man, Côte d'Ivoire",Côte d'Ivoire,dsangare2012@gmail.com,,Drissa Sangare,"University of Man, Côte d'Ivoire, BP 20 Man, Côte d'Ivoire",Côte d'Ivoire,dsangare2012@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Escherichia coli', 'inactivation time', 'Salmonella', 'Solar DISinfection (SODIS)', 'urine']" -663,78380,11,1,https://iwaponline.com/washdev/article/11/1/10/78380/Modelling-behavioural-change-from-sea-based,"Journal of Water, Sanitation & Hygiene for Development","Modelling behavioural change from sea-based ‘helicopter latrines’ to land-based shared improved latrines in the Demaan, Jepara, Indonesia",2021,FALSE,0,,[],4,S. Sunarti,"Department of Urban and Regional Planning, Universitas Diponegoro, Jalan Prof. Soedarto, SH Tembalang, Semarang, Central Java 50275, Indonesia",Indonesia,sunarti@pwk.undip.ac.id,,S. Sunarti,"Department of Urban and Regional Planning, Universitas Diponegoro, Jalan Prof. Soedarto, SH Tembalang, Semarang, Central Java 50275, Indonesia",Indonesia,sunarti@pwk.undip.ac.id,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['behaviour setting', 'community empowerment', 'sanitation', 'slums', 'sustainable behaviour']" -664,78302,11,1,https://iwaponline.com/washdev/article/11/1/26/78302/Participatory-analysis-of-sustainable-land-and,"Journal of Water, Sanitation & Hygiene for Development",Participatory analysis of sustainable land and water management practices for integrated rural development in Myanmar,2021,FALSE,0,,[],6,Giulio Castelli,"Department of Agriculture, Food, Environment and Forestry (DAGRI), Università degli Studi di Firenze, Via San Bonaventura, 13 50145 Firenze, Italy",Italy,giulio.castelli@unifi.it,,Giulio Castelli,"Department of Agriculture, Food, Environment and Forestry (DAGRI), Università degli Studi di Firenze, Via San Bonaventura, 13 50145 Firenze, Italy",Italy,giulio.castelli@unifi.it,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['erosion', 'expert participation', 'public engagement', 'soil and water bioengineering', 'water harvesting', 'Water Safety Plans']" -665,78540,11,1,https://iwaponline.com/washdev/article/11/1/37/78540/Assessing-water-service-performances-in-rural-sub,"Journal of Water, Sanitation & Hygiene for Development",Assessing water service performances in rural sub-Saharan Africa environment: The case studies of two councils of the southern and eastern regions of the Republic of Cameroon (Central Africa),2021,FALSE,0,,[],2,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box: 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box: 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water', 'multi-criteria analysis', 'rural area', 'water service']" -666,78648,11,1,https://iwaponline.com/washdev/article/11/1/51/78648/Understanding-the-role-of-informal-pit-emptiers-in,"Journal of Water, Sanitation & Hygiene for Development",Understanding the role of informal pit emptiers in sanitation in Nairobi through case studies in Mukuru and Kibera settlements,2021,FALSE,0,,[],6,Adrian Mallory,"Cranfield University, Cranfield Water Science Institute, Cranfield, UK",UK,,,Alison Parker,"Cranfield University, Cranfield Water Science Institute, Cranfield, UK",UK,a.parker@cranfield.ac.uk,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['faecal sludge management', 'informal sector', 'Kenya', 'pit emptiers']" -667,78800,11,1,https://iwaponline.com/washdev/article/11/1/60/78800/Household-levels-of-deprivation-to-WaSH-and,"Journal of Water, Sanitation & Hygiene for Development","Household levels of deprivation to WaSH and residential conditions in slum settlements of Lagos, Nigeria",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.157/2/washdev2020157supp.docx?Expires=1706044270&Signature=TQnmxsO5v3IlBWNF33iNDGZ4cBHlgT5SuaDweKVXSyzgtWvwkaYSmBl0eg50m03VyKqhOg4-oRXSNIxkSQ2w~UjWsWO-UFtDeMLJKR6agV2AGwJmnYdfCzYUi4hvkZxffFa1kc9T5puwjKz04Wxcbbzve3s32qXzFRSbbTJEWl8LH9l5V6xvxLKDkMatud7treSGEsOnu00v0Om60~VxF~sibrgQxwUFwF6dBFqrhzRIA5ScQ8WlOclrIRJZZs9swSmugRZAXhu9vuBg58TjUPcd38DV9B~9SebTD463SeqtFLmBYhFcM2pX3FW2fwlzZ1RnD1Zfibu~mCWajSaaaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Isaiah Sewanu Akoteyon,"Department of Geography and Planning, Lagos State University, Ojo, Lagos, Nigeria",Nigeria,isaiah.akoteyon@lasu.edu.ng,,Isaiah Sewanu Akoteyon,"Department of Geography and Planning, Lagos State University, Ojo, Lagos, Nigeria",Nigeria,isaiah.akoteyon@lasu.edu.ng,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['environmental conditions', 'residential conditions', 'slum', 'slum deprivation index', 'sustainable development WaSH']" -668,79072,11,1,https://iwaponline.com/washdev/article/11/1/75/79072/An-assessment-of-availability-of-handwashing,"Journal of Water, Sanitation & Hygiene for Development",An assessment of availability of handwashing facilities in households from four East African countries,2021,FALSE,0,,[],3,Peter Kisaakye,"Department of Population Studies, School of Statistics and Planning, College of Business and Management Sciences, Makerere University, Kampala, Uganda",Uganda,pkisaakye@gmail.com,,Peter Kisaakye,"Department of Population Studies, School of Statistics and Planning, College of Business and Management Sciences, Makerere University, Kampala, Uganda",Uganda,pkisaakye@gmail.com,,TRUE,All relevant data are available from an online repository or repositories (https://dhsprogram.com/).,All relevant data are available from an online repository or repositories,https://dhsprogram.com/,"['demographic and health survey', 'East Africa', 'handwashing']" -669,78531,11,1,https://iwaponline.com/washdev/article/11/1/91/78531/Influence-of-multiple-uses-of-water-on-the,"Journal of Water, Sanitation & Hygiene for Development",Influence of multiple uses of water on the sustainability of communally-managed rural water supply systems in Zimbabwe,2021,FALSE,0,,[],4,Tendai Kativhu,"Department of Environmental Science and Health, National University of Science and Technology, P.O. Box AC939, Ascot, Bulawayo, Zimbabwe",Zimbabwe,tendaid.kativhu@gmail.com,,Tendai Kativhu,"Department of Environmental Science and Health, National University of Science and Technology, P.O. Box AC939, Ascot, Bulawayo, Zimbabwe",Zimbabwe,tendaid.kativhu@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['communally-managed systems', 'community gardens', 'multiple uses of water', 'rural water supply', 'sustainability', 'Zimbabwe']" -670,79073,11,1,https://iwaponline.com/washdev/article/11/1/102/79073/Water-quality-status-of-groundwater-and-municipal,"Journal of Water, Sanitation & Hygiene for Development","Water quality status of groundwater and municipal water supply (tap water) from Bagmati river basin in Kathmandu valley, Nepal",2021,FALSE,0,,[],6,Pabitra Bhandari,"Central Department of Microbiology, Tribhuvan University, Kirtipur, Kathmandu, Nepal",Nepal,,,Bhoj Raj Pant,"Nepal Academy of Science and Technology, Khumaltar, Lalitpur, Nepal",Nepal,environmentnast@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['coliphage', 'fecal pollution', 'microbial', 'total coliform', 'water contamination']" -671,79205,11,1,https://iwaponline.com/washdev/article/11/1/112/79205/Status-of-sustainable-sanitation-chain-in-rural,"Journal of Water, Sanitation & Hygiene for Development","Status of sustainable sanitation chain in rural, semi-urban, and urban regions: a case study of Maharashtra, India",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.020/2/washdev2020020supp.docx?Expires=1706017659&Signature=5AkPZnFY~U0S776x~qGCyKN1-y7PVh5ueqqdh5PqezmxIi~Vf0U2DtfT6YATlIfgLQD45waS3ZW13IzbXIs09s8ogVy0-c-fTLaEEtr7J9FUE5h7J72jUGOY39RHjxCINi9Vy1xZr06t4aigw2Ut3FvLiTm94OVQKAb947NmdtG4qeFRVFqKlMXj-nfPXo4qCuHeTkhm3-QyL7gZUOesS10X6VGx~JpIKufpex29wfZJF03-SVfozYSLwSRHeGu9a7XVlEysfuwGD3RjD4~RBDw0zow8lq-HPgV56LGFwEIbrwh13Ppk6DsyosPpS0GGQXbciuKCw6rgBRtoDkcPRg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,N. Chandana,"Centre for Technology Alternatives for Rural Areas, Indian Institute of Technology Bombay, Mumbai 400076, India",India,,,Bakul Rao,"Centre for Technology Alternatives for Rural Areas, Indian Institute of Technology Bombay, Mumbai 400076, India",India,bakulrao@iitb.ac.in,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['developing countries', 'faecal sludge', 'faecal sludge management', 'household survey']" -672,79162,11,1,https://iwaponline.com/washdev/article/11/1/126/79162/Potential-of-ceramic-and-biosand-water-filters-as,"Journal of Water, Sanitation & Hygiene for Development",Potential of ceramic and biosand water filters as low-cost point-of-use water treatment options for household use in Nigeria,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.096/2/washdev2020096supp.docx?Expires=1706086796&Signature=nHeYlx2~n73Fp~6cJUAeG8g1r~InoMjnLUxeE879LvjMxi3S6GAmLKq3bZ-xOfzyGcEX3l41mkufaLpuQ2YAIVB~lBynDNvXGumJ3FDxN~jNgznonSWOmxixexWwY29jacw3N5hDoPWwEKSTXloHYNoIJ9E3nFzZ3ZqsB~kD5fHFyNH8G7XSdeREq8srBV09qkbBub7GOqi27fXUxv8IqeBbZxXj0hRrU3AJ6PicImZp69-mDW4pTApCJgkf8SlDESghhAZ0WrHSpaGEdN7LV2Mqv4hQt-0SjcPirpGF4xDY69NLRWMvfWkRBzeyYeTT3bV09Voc~E5dIOkICc72xA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Ebele Erhuanga,"Department of Industrial Design, Federal University of Technology Akure, Akure, Nigeria",Nigeria,eaerhuanga@futa.edu.ng,,Ebele Erhuanga,"Department of Industrial Design, Federal University of Technology Akure, Akure, Nigeria",Nigeria,eaerhuanga@futa.edu.ng,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['biosand water filters', 'clay water filters', 'household water treatment', 'rural and urban Nigeria', 'safe drinking water', 'UNICEF Nigeria']" -673,79187,11,1,https://iwaponline.com/washdev/article/11/1/141/79187/Association-between-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Association between water, sanitation, and hygiene practices (WASH) and anthropometric nutritional status among selected under-five children in rural Noakhali, Bangladesh: a cross-sectional analysis",2021,FALSE,0,,[],9,Susmita Ghosh,"Noakhali Science & Technology University, Noakhali, Bangladesh",Bangladesh,susmita.dristy@gmail.com,,Susmita Ghosh,"Noakhali Science & Technology University, Noakhali, Bangladesh",Bangladesh,susmita.dristy@gmail.com,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['Bangladesh', 'hygiene and sanitation practice', 'nutritional status', 'under-five children']" -674,79188,11,1,https://iwaponline.com/washdev/article/11/1/152/79188/Freshwater-requirement-to-attain-open-defecation,"Journal of Water, Sanitation & Hygiene for Development",Freshwater requirement to attain open-defecation-free status in Nigeria by 2025,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.135/2/washdev2020135supp.docx?Expires=1706086582&Signature=iN4pl4l78GJI8GHwZiXF1vLbFITXzCk51QfNfTAT4ghCttYLcO5e4XXuBNmiFuDhvxdLkx5rdWxSp4IW-ULES89K8hpCztUfHmKhb9RpYJwZkTQramqjfxbRoW8SrFVGt9YlxOcDqdDNZId5y8ifwtsanWVORtMhBkYf-cpgoakUeIQ-JfDXhisTleluFuKtw3RHsNwnmI3mf-lHHg528SDtptErErfaCmoRNnj7qJXCTMkj2t8yDLVpDdbTXfJsza1dm6BSYfgs5Yu-XeiX908Kr4sAqX5vEDi7POU2LDjg0TTD-AKN9mWDIo7Kmmt93uq5prKuTsJEX9KteLSP6A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,O. Adeoti,"Department of Agricultural and Bio-Environmental Engineering, The Federal Polytechnic, Ado Ekiti, Ekiti State, Nigeria",Nigeria,,,B. S. Awe,"Department of Agricultural and Bio-Environmental Engineering, The Federal Polytechnic, Ado Ekiti, Ekiti State, Nigeria",Nigeria,awebanjisam@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['freshwater requirement', 'Nigeria', 'open defecation', 'sanitation', 'SDGs']" -675,79189,11,1,https://iwaponline.com/washdev/article/11/1/165/79189/Hand-hygiene-innovation-for-low-income-households,"Journal of Water, Sanitation & Hygiene for Development",Hand hygiene innovation for low income households in India,2021,FALSE,0,,[],10,Walter T. Gibson,"Bear Valley Ventures Ltd, Utkinton Lane, Cotebrook, Tarporley, Braeside, CW6 0JH, UK",UK,waltergibson@bearvalleyventures.com,,Walter T. Gibson,"Bear Valley Ventures Ltd, Utkinton Lane, Cotebrook, Tarporley, Braeside, CW6 0JH, UK",UK,waltergibson@bearvalleyventures.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['diarrhoea prevention', 'hand hygiene', 'user-centred innovation']" -676,79190,11,1,https://iwaponline.com/washdev/article/11/1/173/79190/Improving-students-knowledge-of-puberty-and,"Journal of Water, Sanitation & Hygiene for Development",Improving students' knowledge of puberty and menstruation in rural Zimbabwe: an evaluation of Sesame Workshop's Girl Talk program,2021,FALSE,0,,[],5,Daniel Light,"Education Development Center, New York, NY 10014, USA",USA,dlight@edc.org,,Daniel Light,"Education Development Center, New York, NY 10014, USA",USA,dlight@edc.org,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['adolescent health', 'hygiene', 'menstruation', 'puberty', 'Zimbabwe']" -677,80712,11,2,https://iwaponline.com/washdev/article/11/2/iii/80712/Editorial-Important-news-about-this-journal,"Journal of Water, Sanitation & Hygiene for Development",Editorial: Important news about this journal,2021,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[] -678,79208,11,2,https://iwaponline.com/washdev/article/11/2/179/79208/Rapid-evidence-assessment-of-the-impacts-of,"Journal of Water, Sanitation & Hygiene for Development","Rapid evidence assessment of the impacts of sewerage, drainage, and piped water chlorination in urban settings of low- and middle-income countries",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2020.256/1/washdev2020256supp.docx?Expires=1706009907&Signature=0S-CYOFlRxoNpH2mtlMj89U66TYQvY04vw2WpG6dzRIG4fkoUjST3uvRNjEhm11dIX5OR5D5X~hqWg3x9EvMPmyNrg0A29kybEgmADjxNaOE0XjRo8dRWhCSkCHLBFO1-CHZrSAi9qSp4BYIPPJcio-s4EYV6CncSfNL9P4zpJgiU5pet1vvcjGgNooCs1haxSHscasqD4p-v1~ngTSschBQrxZoG6oiFEGrB3pMrj1DsTuLbwyJNOpgTEV5w2bHSYJkNVPx95st14w7Hic22ExTUMfHmyAcTHDWJJQEOmqeuTz20F5DTaSwFkc43fxxUG4tMOHslPYxmqv-ApODng__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Sridevi K. Prasad,"International Initiative for Impact Evaluation, 1020 19th St NW, Suite 400, Washington, DC 20036, USA",USA,sprasad@3ieimpact.org,,Sridevi K. Prasad,"International Initiative for Impact Evaluation, 1020 19th St NW, Suite 400, Washington, DC 20036, USA",USA,sprasad@3ieimpact.org,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['chlorination', 'drainage', 'impact', 'LMIC', 'sewerage', 'WaSH']" -679,79764,11,2,https://iwaponline.com/washdev/article/11/2/195/79764/Understanding-values-of-sanitation-users-examining,"Journal of Water, Sanitation & Hygiene for Development",Understanding values of sanitation users: examining preferences and behaviors for sanitation systems,2021,FALSE,0,,[],5,Zakiya A. Seymour,"Georgia Institute of Technology, 2839 Paces Ferry Rd SE Suite 900, Atlanta, Georgia 30339, USA",USA,zakiya.seymour@arcadis.com,,Zakiya A. Seymour,"Georgia Institute of Technology, 2839 Paces Ferry Rd SE Suite 900, Atlanta, Georgia 30339, USA",USA,zakiya.seymour@arcadis.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['sanitation adoption', 'systematic behavioral changes']" -680,80098,11,2,https://iwaponline.com/washdev/article/11/2/208/80098/Decision-support-system-for-selection-of,"Journal of Water, Sanitation & Hygiene for Development",Decision support system for selection of appropriate water supply and sanitation technologies in developing countries,2021,FALSE,0,,[],2,Ali Bouabid,"Industrial and Systems Engineering Department, Khalifa University, Abu Dhabi, United Arab Emirates",United Arab Emirates,ali.bouabid@ku.ac.ae,,Ali Bouabid,"Industrial and Systems Engineering Department, Khalifa University, Abu Dhabi, United Arab Emirates",United Arab Emirates,ali.bouabid@ku.ac.ae,,TRUE,All relevant data are available from an online repository or repositories (https://data.mendeley.com/datasets/2szmr4tg3z/2).,All relevant data are available from an online repository or repositories,https://data.mendeley.com/datasets/2szmr4tg3z/2,"['community capacity assessment', 'decision support system', 'Sustainable Development Goals', 'sustainable infrastructure', 'water and sanitation systems', 'digitalwatercollection', 'digitalwatertechniques']" -681,79207,11,2,https://iwaponline.com/washdev/article/11/2/222/79207/What-factors-determine-the-technical-performance,"Journal of Water, Sanitation & Hygiene for Development",What factors determine the technical performance of community-managed rural water systems in the middle hills of Nepal?,2021,FALSE,0,,[],4,Raj K. GC,"School of Public and International Affairs (SPIA), Virginia Tech, Blacksburg, VA, USA",USA,rajgc@vt.edu,,Raj K. GC,"School of Public and International Affairs (SPIA), Virginia Tech, Blacksburg, VA, USA",USA,rajgc@vt.edu,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['duration of water system breakdown', 'gravity-fed water system', 'hierarchical regression model', 'Nepal', 'productive income', 'sustainable']" -682,79881,11,2,https://iwaponline.com/washdev/article/11/2/231/79881/Models-for-forecasting-water-demand-using-time,"Journal of Water, Sanitation & Hygiene for Development",Models for forecasting water demand using time series analysis: a case study in Southern Brazil,2021,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.208/2/washdev2021208supp.pdf?Expires=1706093168&Signature=Dv~lK0DeugO3Zd2yRjI-GFmcNT895kdzBe-YEeA3ZUfeBKG2g-XcSKUZfjV5fZBpMu2IVMGtRjyhNg2i0ijMH3ARoHhi5D-GHa87FDHt7JKvbLwVLuZ6ZnM9YlrooYVgAz8eTgpLQ7ovgCQ~500JOJI6C9pJT~3aurxlVWmcYPASaQ3q5fjtm4bjn-V5c7xDHR9oDveyKgcXfHwO0A1mx1pWTBnBj7rzjo~3mB4~SHn6C3tfk2s465z5I1xeEozNu~Bep8Nvlla7ePeJQJxzI~gtomL3PA3k1LreC8MgEGPlscbOn8zalcQTYX9wFeVxy34vTks751rPydDY8rSMZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Danielle C. M. Ristow,"Civil Engineering Department, Santa Catarina State University, Joinville, Brazil",Brazil,,,Elisa Henning,"Mathematics Department, Santa Catarina State University, Joinville, Brazil",Brazil,elisa.henning@udesc.br,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['ARIMA', 'exponential smoothing', 'forecasting water demand', 'time series', 'digitalwatercollection', 'digitalwatertechniques']" -683,79282,11,2,https://iwaponline.com/washdev/article/11/2/241/79282/Spatial-arrangement-of-well-and-latrine-and-their,"Journal of Water, Sanitation & Hygiene for Development","Spatial arrangement of well and latrine and their influence on water quality in clayey soil – a study in low-income peri-urban neighborhoods in Lichinga, Mozambique",2021,FALSE,0,,[],4,Beni Jequicene Mussengue Chaúque,"Department of Microbiology, Immunology and Parasitology, Institute of Basic Health Sciences, Universidade Federal do Rio Grande do Sul, Sarmento Leite Street, N° 500, Porto Alegre, Rio Grande do Sul 90050-170, Brazil",Brazil,,,Marilise Brittes Rott,"Department of Microbiology, Immunology and Parasitology, Institute of Basic Health Sciences, Universidade Federal do Rio Grande do Sul, Sarmento Leite Street, N° 500, Porto Alegre, Rio Grande do Sul 90050-170, Brazil",Brazil,marilise.rott@ufrgs.br,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['distance from the latrine', 'fecal coliforms', 'fecal contamination', 'latrines', 'shallow domestic wells', 'well location']" -684,80195,11,2,https://iwaponline.com/washdev/article/11/2/255/80195/Water-sanitation-and-hygiene-for-schistosomiasis,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene for schistosomiasis prevention: a qualitative analysis of experiences of stakeholders in rural KwaZulu-Natal",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.182/1/washdev2021182supp.docx?Expires=1706069973&Signature=3hXJC~ao1mUQduOnLe91Nh83PqHuIDncPW6Ez5XgGZJlL4yPVtQRNBgIq8h0K0TZwgAILHwyUOtzk9YG1TARdUF2KjlVQK9hAlqWPjExJGF1-NtXYQo7WaRQe5jtiCSh8AK5AJuVUGDA96lwj2TrM57iOuWHZ26mTqUvyz1zfitu2~gz7HbcVicWO8O~-AcKbEqxhorE4bLh0CrnVFishap2kX6bVi3xdfLiutAIsUaHOHcOY-aQ5ZhdcCv90ogtD4GVlzYag-kWlq7kzd7ogUEiZjjRnPqsXz3L-oCBw44CeKWIyMI7Ze6ez2ZKMXisKz2t0Uh5WfyvdjlbADYbMg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Chanelle Mulopo,"School of Nursing and Public Health, College of Health Sciences, University of KwaZulu-Natal, Howard Campus, Durban 4001, South Africa",South Africa,cmulopo@gmail.com,,Chanelle Mulopo,"School of Nursing and Public Health, College of Health Sciences, University of KwaZulu-Natal, Howard Campus, Durban 4001, South Africa",South Africa,cmulopo@gmail.com,,TRUE,All relevant data are available from an online repository or repositories (https://drive.google.com/drive/folders/1BdEqT5lw2TracHRIlrakfoWUMRMYWAca?usp=sharing).,All relevant data are available from an online repository or repositories,https://drive.google.com/drive/folders/1BdEqT5lw2TracHRIlrakfoWUMRMYWAca?usp=sharing,"['hygiene', 'knowledge', 'practices', 'schistosomiasis', 'water']" -685,80316,11,2,https://iwaponline.com/washdev/article/11/2/271/80316/Bacteriological-and-physicochemical-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Bacteriological and physicochemical quality of drinking water in Kobo town, Northern Ethiopia",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.218/1/washdev2021218supp.docx?Expires=1706086775&Signature=YpZ-xTo3HkW5B24pjOcnT12fhyBWmjRNXpJ5fWXjj2BQojV2CGEtY8p-zSQ90sBK2pgRGmsL1~UzjVTAShZd9wN0ffZYnWa2ccTBUh0GZf17QQ7aUWrZ2hyrlrL5RxYu7FHq5oV00WdqQ7ObJSmYcoZnRn6pnBYZcAGj~RQ-cSr8xY2Npn6YGwyV8upQa~kf7MPvGaSpQ5a5CR6mvfbxZCHGWBwdhVPWJpe68Bf0YLuMFuR5-fYMu3-E0lsUqTfrCVez1PwrwkQos8CIDGgDyHKA1ryY1JCld9~UkMPc1SuJjCVMofNX~pcSzsf2IJzbY0yUeRBEzc0PxAutGhrmbQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O.box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O.box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['bacteriological quality', 'coliforms', 'drinking water', 'Kobo town', 'physicochemical parameters']" -686,80315,11,2,https://iwaponline.com/washdev/article/11/2/282/80315/Evaluation-of-willingness-to-pay-toward-improving,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of willingness to pay toward improving water supply services in Sebeta town, Ethiopia",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.204/1/washdev2021204supp.docx?Expires=1706093186&Signature=QM2viAtydUc2rcx1aABsizJtrUxNh1IQ2mlwWTWV426PYwAaa5xIek8CjMbzp0ESWzanuG7cvJXYhtDrHX0Eof9W4-AnIlh3n6n1d1~PuykrSv2PNu6eZgJi0f5ElhYVNmE5-A2JdRryFy~RG969Eb5CqOAT7b-g91uLl~OzUxCUYpW796~hORdN9tPLn-4Ms4Ffu7ANgW80YL1b2gombnjUOa5j0MNFMqTzY3UMppcXLRlKCg3aoKy5eA4r1jLYMN9jY5Dp~1POlo2PD4zE0cXGe4y0aPxrkTPlcSYEX-nVCxxXr2dOuAR9gL0zS~I7nR5gAHCmBdWGg-74uN4bdQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Hosea Mutanda Eridadi,"Africa Center of Excellence for Water Management, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia",Ethiopia,hoseamaka@gmail.com,,Hosea Mutanda Eridadi,"Africa Center of Excellence for Water Management, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia",Ethiopia,hoseamaka@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['binary logistic model', 'contingent valuation', 'water supply', 'WTP']" -687,80344,11,2,https://iwaponline.com/washdev/article/11/2/295/80344/Capturing-menstrual-health-and-hygiene-in-national,"Journal of Water, Sanitation & Hygiene for Development","Capturing menstrual health and hygiene in national surveys: insights from performance monitoring and accountability 2020 resident enumerators in Niamey, Niger",2021,FALSE,0,,[],8,Elizabeth Larson,"Department of Population, Family and Reproductive Health, Johns Hopkins Bloomberg School of Public Health, Baltimore, MD, USA",USA,,,Julie Hennegan,"Department of Environmental Health and Engineering, Johns Hopkins Bloomberg School of Public Health, Baltimore, MD, USA",USA,julie.hennegan@burnet.edu.au,,TRUE,PMA2020 data is publicly available for request from the website: https://www.pmadata.org/data. Qualitative data cannot be made publicly available; readers should contact the corresponding author for details.,PMA2020 data is publicly available for request from the website: https://www.pmadata.org/data. Qualitative data cannot be made publicly available; readers should contact the corresponding author for details.,,"['measurement', 'menstrual health', 'menstrual hygiene', 'national monitoring', 'outcome assessment', 'survey']" -688,80254,11,2,https://iwaponline.com/washdev/article/11/2/304/80254/Impact-of-cyclone-Amphan-on-the-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Impact of cyclone Amphan on the water, sanitation, hygiene, and health (WASH2) facilities of coastal Bangladesh",2021,FALSE,0,,[],3,Nazifa Rafa,"Environmental Sciences Program, Asian University for Women, 20 M. M. Ali Road, Chattogram, Bangladesh",Bangladesh,,,Sayed Mohammad Nazim Uddin,"Environmental Sciences Program, Asian University for Women, 20 M. M. Ali Road, Chattogram, Bangladesh",Bangladesh,sayed.uddin@auw.edu.bd,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Amphan', 'inequalities and insecurity', 'natural disaster', 'risks', 'hazards', 'and vulnerabilities', 'service delivery', 'water', 'sanitation', 'hygiene', 'and health (WASH2)']" -689,80430,11,2,https://iwaponline.com/washdev/article/11/2/314/80430/Cancer-risk-assessment-and-modeling-of-groundwater,"Journal of Water, Sanitation & Hygiene for Development","Cancer risk assessment and modeling of groundwater contamination near industrial estate, Lahore, Pakistan",2021,FALSE,0,,[],3,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['correlation', 'heavy metals', 'risk assessment', 'source', 'statistical modeling']" -690,79268,11,2,https://iwaponline.com/washdev/article/11/2/327/79268/Water-sanitation-and-hygiene-coverage-and,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene coverage and practices of a semi-arid county in the Eastern region of Kenya",2021,FALSE,0,,[],4,Kioko Kithuki,"Amref Health Africa, Nairobi, Kenya",Kenya,,,Yvonne Opanga,"Amref Health Africa, Nairobi, Kenya",Kenya,yvonne.opanga@amref.org,,TRUE,All relevant data are included in the paper or in its Supplementary Information.,All relevant data are included in the paper or in its Supplementary Information.,,"['hygiene', 'sanitation', 'semi-arid', 'water']" -691,81332,11,3,https://iwaponline.com/washdev/article/11/3/335/81332/Improved-and-promising-fecal-sludge-sanitizing,"Journal of Water, Sanitation & Hygiene for Development",Improved and promising fecal sludge sanitizing methods: treatment of fecal sludge using resource recovery technologies,2021,FALSE,0,,[],3,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, University of Science and Technology, Beijing Xueyuan 30, Beijing 10003, China",China,aaz4ev@gmail.com,,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, University of Science and Technology, Beijing Xueyuan 30, Beijing 10003, China",China,aaz4ev@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['fecal sludge', 'lactic acid treatment', 'lime treatment', 'solar septic tank', 'volatile fatty acid treatment']" -692,79206,11,3,https://iwaponline.com/washdev/article/11/3/350/79206/Does-poor-mental-health-change-the-influence-of,"Journal of Water, Sanitation & Hygiene for Development",Does poor mental health change the influence of interventions on handwashing in a vulnerable population of rural Malawi? The key role of emotions,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2020.107/1/washdev2020107supp.docx?Expires=1706093214&Signature=P~GOHKeoZJKPVqm0TYSfHUMmihmFZjP6lwJHXdC6WQ9vYuFjfSA1~UgnGtKjq~GKstuyE0p-xNzDGeAmIvOuqh7X-kBDagP54-wFC-1LqUjthtZJWV4PZbNCy7hjbRfSzc-JOey9EyrwPjo7q7Ap3EjLUpUN2azdj~o9dD2QHtM2HERnL0SipmQEDrsBnB0CI5YAV5qRGIs5Dmf9hPdtFBi4EPQBtaB3XC1vujzDuLpkLoDM50EsK-XqVhD5tqMcnNwIqQorUOLt-5lJCvy9WthsbJfJXWvB29xbEXVcHPKu5bBBidjG8dX3hlJ19sbV9Br~nJp4FCuJ5uOoiMYlyw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Jurgita Slekiene,"Department of Environmental Social Sciences, EAWAG, Swiss Federal Institute of Aquatic Science & Technology, Uberlandstrasse 133, CH-8600 Dubendorf, Switzerland",Switzerland,jurgita.slekiene@eawag.ch,,Jurgita Slekiene,"Department of Environmental Social Sciences, EAWAG, Swiss Federal Institute of Aquatic Science & Technology, Uberlandstrasse 133, CH-8600 Dubendorf, Switzerland",Switzerland,jurgita.slekiene@eawag.ch,,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.6084/m9.figshare.13166612.v2).,All relevant data are available from an online repository or repositories,https://doi.org/10.6084/m9.figshare.13166612.v2,"['behavior change', 'emotions', 'handwashing with soap', 'mental health', 'RANAS', 'WASH']" -693,80627,11,3,https://iwaponline.com/washdev/article/11/3/362/80627/An-evaluation-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","An evaluation of water, sanitation, and hygiene status and household assets and their associations with soil-transmitted helminthiasis and reported diarrhea in Nueva Santa Rosa, Guatemala",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.160/1/washdev2021160supp.docx?Expires=1706162683&Signature=j29JDZfxpCX1GwVLk6EdpHN-MY-tQ3t6CLmDZDiPnCyKW81hkBme0rifpfShrqTaeyY63ktPDFyTzJkFOiOeAnkWpkYAwM8R8PXxVqYcahrn11CevAJBDHVztfclObQobubYdVQnNozvV09g7i9OVXwgoYm7V1bBeVwUgePYqNMOTYmYEX~AH-3KoyQbXfeCg35d32qbcV5li5uc4h-eQDb7AECwxaKVQ9mVcYjNeEA09kkLKrAUbKC-hdPk9Q-Q9r16FmZyCuKBwgbAbHs5JABdyzKroGfQNJ7abHKaJTlGryI8RuKTFI3Oyn-d6RbgCQmAw3ch1GjiXFIqxweTlQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],16,Gouthami Rao,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention (CDC), Atlanta, GA 30329, USA",USA,www8@cdc.gov,,Gouthami Rao,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention (CDC), Atlanta, GA 30329, USA",USA,www8@cdc.gov,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['diarrhea', 'Guatemala', 'hygiene', 'sanitation', 'soil-transmitted helminths', 'water']" -694,80556,11,3,https://iwaponline.com/washdev/article/11/3/374/80556/Effectiveness-of-solar-disinfection-for-household,"Journal of Water, Sanitation & Hygiene for Development",Effectiveness of solar disinfection for household water treatment: an experimental and modeling study,2021,FALSE,0,,[],4,Md. Rezaul Karim,"Civil and Environmental Engineering, Islamic University of Technology (IUT), Board Bazar, Gazipur, Bangladesh",Bangladesh,rezaulmd@gmail.com,,Md. Rezaul Karim,"Civil and Environmental Engineering, Islamic University of Technology (IUT), Board Bazar, Gazipur, Bangladesh",Bangladesh,rezaulmd@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['bacterial inactivation', 'PET bottle', 'plastic bag', 'safe exposure time', 'solar disinfection (SODIS)', 'Weibull model']" -695,80656,11,3,https://iwaponline.com/washdev/article/11/3/386/80656/The-cultural-economy-of-human-waste-reuse,"Journal of Water, Sanitation & Hygiene for Development","The cultural economy of human waste reuse: perspectives from peri-urban Karnataka, India",2021,TRUE,3,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.196/1/washdev2021196supp1.docx?Expires=1706093229&Signature=OnJZNW0lAeFJ7ekly49GTC3sFZXXq17GCfbUGZCOWKbsr6eWvlphzNO5Ag23AvSIoMhcE5uWGwEDsobBVwQa~Ae46wnVQ5DVNXiN2jLW6fAtsOz0Fysucg0LPZLVCEjvoScjxFhABPzkhi2gZU5P0w1DncVyMklv-BfamAzCaVwo5HwraQ0LUhY55-2ys3RqJliuwdqRPdn6yKzDZ0WRc8t04lEys~yyWFSpQF3ne1-ya0Zb-SoaOM2Leo5p8SArs9XqkqTztVrTBP1~bLGJt2BFJGFZ9WNm8ViSz~aeI85CUggSzLkZG4if4R8EF-aMy8tymOxbXRVyqTGVjRww7w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.196/1/washdev2021196supp2.docx?Expires=1706093229&Signature=svGLXVAU1skxS~vgIlFxQr6vlsKWDNGj4U06jZU8xxbLwQw8qG-vrbHLL9jQ5DN8HecgLUQPCq~ubPuqZQLwCt19M1s7d75DUK~8x39152yd1hFMLl~qB14b0vCHZdMuDC9-13akM33-OzpXg1OEBhh-HJoFtqD2EIOOZBux3jbWwlvFU9iYUtoljaW66EnboCTXoJDI~MWhO0U5woihSSZvk2j4H4URwPaW-mjWKPyuawj7a6q6v~thU4Y7AMEFMPJMc-zmkzzMNjIYDfkyRI2Jupdqufofpxh4uwmInz3km~6ny33zDiR-I5oXQuuvxKejTtLJDbBgXwYub8-xYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.196/1/washdev2021196supp3.docx?Expires=1706093229&Signature=zYpd3Gaf0AfOoDsBmlkQIfrFdpwhEtbctLIU8pgmkKJIQk-I095odEIZaiOCiy2PfERTT2Y8GaGKy-KEFLG9~UUHH~PvWuKGMcBcYaPpvqtVIkLNPvaH56vXDidaTcjXPfbPFaWpkdjvMw~~xJxZh9ip5qKFje7PJQHLB7ke4vg8BisISL4AIKt2w8DVgvsYZDj~q1hZtNvjg-ES5oLG4DrIEJ58oWD0TP219axtUAaNbaASALtAMlOyjy3ew58l8ATTtnHKKVoDnWnEoHdDJOn6xE~e8QGMjiHPMgTT5Sk5X-C~8rcTi-MykPYDOVTGJxq1CjaQs4~QQsiLIJguaA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",4,Zachary Burt,"Athena Infonomics, Washington, DC, USA",USA,zzburt@gmail.com,,Zachary Burt,"Athena Infonomics, Washington, DC, USA",USA,zzburt@gmail.com,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['caste', 'fecal sludge', 'human waste management', 'preference model', 'resource recovery and reuse']" -696,81401,11,3,https://iwaponline.com/washdev/article/11/3/398/81401/Evaluation-of-water-sanitation-and-hygiene-status,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of water, sanitation and hygiene status of COVID-19 healthcare facilities in Ghana using the WASH FIT approach",2021,TRUE,4,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp1.docx?Expires=1706093233&Signature=p~mVcEcfRJ~kwn5~2Vnj7esga2dQVnYCXBAj1QT1-iiIYDnQMfC9d30aF3-lRRdePq0Dyz5-0Gy7ILEKI7LG~28WGIYTEgaqjLx0lGIkCHoMUwNw5N8L2sZ9CCLMvjVwsE~F4ms8gROQMcYqpu8wae4funG1BHc3j66dJjHYzZextYjvdbtryJdDfuMNmUMxaLCd32Hpz2CyiFVlJrhia2GLVD~nMEbm7sq~GjUcNSx~RGAbOCL8XrD55GTRA5OjjUSaUA95wLL1~gHe66P4fLpkVWt7~jMydNmbGdbDrHXI~a9cTD5T9HXvxhKOeSd3yn52hUMk6TeFsn8fHVcNtQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp2.docx?Expires=1706093233&Signature=gKgoo84LK3X5BEDME-fgVakcKFic4uUbx1-RNzyFbB4fUbUg7Ri75F2jASfEIeu~wVLqg7BQ3hmSgetaUdt0Z8wB4Mv9-H6JgIL3wMYOiSbjbScaU~gxSRU2wGEaIy19-Nz72nTGWNWyTuzO7luy41NcHiVQz4~uV0RvXjB2ssROD9zFP3zinlUhoesvHc8uDO58xBVZ-8qSaCPFslLTErmB7uAVT3DK099p7x8tVE~mXZcULHxLnJO4DRbJ5yl2MicO4n2PuRXJgu4-feJRbECsgEQ~uGS3eO~lXFGRh8u~OhfpGGf7fMg2EG-XDxc-Ew7csJGiSTnCOF8NlG8sdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp3.docx?Expires=1706093233&Signature=O1xe0jMhZLGovBU9g7UVLyYFjGjDPEOBGu2BK1iz4GHw600B~xt90S5ja3y4C92Z26z5utXFZtyCtZ8SMES8cYVa2PtxspdTWiziW1G3BJYaHW4q7qk4ylzJfNO~UUBrAee6q8WHo6zxRpZsGqz5gwwndRgLn8GbkBmyWADmaFY5j70IAtVP35GJc9p0lfA4hZoDX1jg~-UAJHrIhj6ZRswILTSVSMKbdGEMGnZnuwHzPNNlLNVG-5r2RAFbN6g9vxT7f3WM3XZSq2MZgYZm234WrIbUY5PY-Oy7ul13ac3lNPwwazquELjrCenIU0EcAHJuXykqwkts8GJo9oG7fg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp4.docx?Expires=1706093233&Signature=0kEuhdHUdiSj6ZCsHoTXQo4ksTANJjwbpU9eOAU9KKng3ADMers3DK8XUo4wUvUe38E1QFrDOLaZmsHxSQcIxnUhhyfYiRILdOCbNXG6MJE20nDh5J5Js3Ckk-Z5Ckmr5EpOZ1QFcokstuNMPZOxbQFUCm4ePY0IYdMdr6MUwbXEDzw4l7tOmj1brJbYBd0TyNfsokYE2NSaFjYc~btJyslBjL6Uo3a5Idys-AAHEhQLBYKgjaoEko50dpfGZz3~IUqdMsKOWojS3Pns~FmFrb9TjqPoo9O0piZVtSQltCu7Wb3D50dUqIE02Y7z6XFMRZN3O9cZadnmI-k19nuhKA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",15,Mary Eyram Ashinyo,"Institutional Care Division, Ghana Health Service Headquarters, Accra, Ghana",Ghana,mary.ashinyo@ghsmail.org,,Mary Eyram Ashinyo,"Institutional Care Division, Ghana Health Service Headquarters, Accra, Ghana",Ghana,mary.ashinyo@ghsmail.org,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['COVID-19', 'Ghana', 'healthcare facilities', 'healthcare quality and safety', 'infection prevention and control', 'WASH']" -697,81233,11,3,https://iwaponline.com/washdev/article/11/3/405/81233/Prevalence-of-water-borne-diseases-in-western,"Journal of Water, Sanitation & Hygiene for Development",Prevalence of water-borne diseases in western India: dependency on the quality of potable water and personal hygiene practices,2021,FALSE,0,,[],6,Koustubh Karande,"Mumbai Zonal Centre, CSIR-National Environmental Engineering Research Institute (NEERI), 18/B, Dr A B Road, Worli, Mumbai 400018, Maharashtra, India",India,,,Shalini Tandon,"Mumbai Zonal Centre, CSIR-National Environmental Engineering Research Institute (NEERI), 18/B, Dr A B Road, Worli, Mumbai 400018, Maharashtra, India",India,tandon.shalini@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['personal hygiene', 'regression', 'water-borne diseases', 'water quality']" -698,80750,11,3,https://iwaponline.com/washdev/article/11/3/416/80750/Assessment-of-microbiological-and-physico-chemical,"Journal of Water, Sanitation & Hygiene for Development","Assessment of microbiological and physico-chemical characterıstics of water samples in households of Bangalore city, Karnataka, India",2021,FALSE,0,,[],3,Jessen George,"Rev. Jacob Memorial Christian College, Ambilikkai 624612, Oddanchatram, Dindigul (Dist), Tamilnadu, India",India,georgejessen@gmail.com,,Jessen George,"Rev. Jacob Memorial Christian College, Ambilikkai 624612, Oddanchatram, Dindigul (Dist), Tamilnadu, India",India,georgejessen@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['coliforms', 'Enterobacteriaceae', 'health hazard', 'HPC', 'MPN', 'water quality']" -699,81270,11,3,https://iwaponline.com/washdev/article/11/3/423/81270/Classifying-household-water-use-into-indoor-and,"Journal of Water, Sanitation & Hygiene for Development","Classifying household water use into indoor and outdoor use from a rudimentary data set: a case study in Johannesburg, South Africa",2021,FALSE,0,,[],3,Bettina Elizabeth Meyer,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,bebotha@gls.co.za,,Bettina Elizabeth Meyer,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,bebotha@gls.co.za,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['end-use events', 'low resolution data', 'residential water demand', 'water classification models']" -700,81373,11,3,https://iwaponline.com/washdev/article/11/3/432/81373/Virulence-associated-factors-in-bacteria-from,"Journal of Water, Sanitation & Hygiene for Development","Virulence associated factors in bacteria from water bodies in Belém, Pará, Brazil: bacteriological composition and threat to public health",2021,FALSE,0,,[],7,Lucas Monteiro da Trindade,"Environmental Microbiology Laboratory, Evandro Chagas Institute, Ananindeua, Brazil",Brazil,lukas.trindade23@gmail.com,,Lucas Monteiro da Trindade,"Environmental Microbiology Laboratory, Evandro Chagas Institute, Ananindeua, Brazil",Brazil,lukas.trindade23@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['microbiological indicators', 'pathogenic bacteria', 'surface water', 'water pollution']" -701,80915,11,3,https://iwaponline.com/washdev/article/11/3/442/80915/Hand-hygiene-and-safety-behaviours-at-shopping,"Journal of Water, Sanitation & Hygiene for Development",Hand hygiene and safety behaviours at shopping centres in COVID-19: an observation in Wa township in Ghana,2021,FALSE,0,,[],3,Nicholas Fielmua,"Department of Planning, Faculty of Planning and Land Management, University of Business and Integrated Development Studies, Wa, Ghana",Ghana,nfielmua@uds.edu.gh,,Nicholas Fielmua,"Department of Planning, Faculty of Planning and Land Management, University of Business and Integrated Development Studies, Wa, Ghana",Ghana,nfielmua@uds.edu.gh,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['COVID-19', 'handwashing practices', 'mouth-and-nose masks', 'shopping centres', 'Wa – Ghana']" -702,81271,11,3,https://iwaponline.com/washdev/article/11/3/453/81271/An-association-between-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","An association between water, sanitation, and hygiene (WASH) and prevalence of trachoma in Monze district of Southern Province, Zambia",2021,FALSE,0,,[],6,Musonda Chikwanda,"University of Zambia Ridgeway Campus, University of Zambia School of Public Health, Department of Environmental Health, Lusaka, Zambia",Zambia,musondachikwanda1@gmail.com,,Musonda Chikwanda,"University of Zambia Ridgeway Campus, University of Zambia School of Public Health, Department of Environmental Health, Lusaka, Zambia",Zambia,musondachikwanda1@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['trachoma', 'water and sanitation']" -703,80916,11,3,https://iwaponline.com/washdev/article/11/3/461/80916/Monitoring-of-water-and-sanitation-services-within,"Journal of Water, Sanitation & Hygiene for Development",Monitoring of water and sanitation services within an integrated decentralised monitoring system: experiences from Ghana,2021,FALSE,0,,[],1,Bernard Afiik Akanpabadai Akanbang,"Department of Planning, SDD University of Business and Integrated Development Studies, Wa, Ghana",Ghana,bakanbang@uds.edu.gh,,Bernard Afiik Akanpabadai Akanbang,"Department of Planning, SDD University of Business and Integrated Development Studies, Wa, Ghana",Ghana,bakanbang@uds.edu.gh,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['decentralised monitoring', 'Ghana', 'integration', 'subnational', 'water and sanitation services']" -704,80628,11,3,https://iwaponline.com/washdev/article/11/3/474/80628/Physical-properties-of-menstrual-hygiene-waste-as,"Journal of Water, Sanitation & Hygiene for Development",Physical properties of menstrual hygiene waste as feedstock for onsite disposal technologies,2021,FALSE,0,,[],7,Sarani Sasidaran,"RTI International India, New Delhi 110 037, India",India,,,Sonia Grego,"Duke University Center for WaSH-AID, Durham, NC 27701, USA",USA,sonia.grego@duke.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['incineration', 'menstrual health and hygiene (MHH)', 'moisture content', 'pads', 'sanitation']" -705,80998,11,3,https://iwaponline.com/washdev/article/11/3/483/80998/Social-outcomes-of-a-community-based-water,"Journal of Water, Sanitation & Hygiene for Development","Social outcomes of a community-based water, sanitation and hygiene intervention",2021,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.264/1/washdev2021264supp.pdf?Expires=1706093269&Signature=BCnHnFH~PDWKpzKchJa3YWLKjx~~~3HNgb-dSqFa1JAXFMNFy7d5LhS4UVgIXvLw5ivI7dov-dmOC9j8bsfiSyJuZxsbsDi0TSGGePon8Vzu29wy-beFi9uhQ52yy6hCRBt2mA-BDSB-dWn-vKYL9USl7iYl3dbEcuAP4fW~ylCHiRSueMcnOz~XYTa~rfWpPG0l1SrFdxG6Ve8-cM-mqHa1~gjV6cehpz1unUdk5y~NkEsptbYQblrCYteWvKZbULY2IpCpCSKzW5c89jry98jkm~QMW9DKcL87d~W7v6AACQG6amUAe6AP7yDKqzsicaqMWSivi5GLpe4k2niHyw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Rossanie Malolo,"Centre for Water, Sanitation, Health and Appropriate Technology Development (WASHTED), Polytechnic, University of Malawi, Private Bag 303, Chichiri, Blantyre, Malawi",Malawi,rossaniedaudi@yahoo.com,,Rossanie Malolo,"Centre for Water, Sanitation, Health and Appropriate Technology Development (WASHTED), Polytechnic, University of Malawi, Private Bag 303, Chichiri, Blantyre, Malawi",Malawi,rossaniedaudi@yahoo.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community', 'hygiene', 'Malawi', 'sanitation', 'social outcomes', 'water']" -706,80857,11,3,https://iwaponline.com/washdev/article/11/3/494/80857/Methods-for-estimating-quantities-and-qualities-Q,"Journal of Water, Sanitation & Hygiene for Development","Methods for estimating quantities and qualities (Q&Q) of faecal sludge: field evaluation in Sircilla, India",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.269/1/washdev2021269supp.docx?Expires=1706093272&Signature=Ez0ynZfMMb9g8wXKjNnRoNvoA6wISp1Zz1R2XAacvBWBvPjtcp1LfB0Zh1DJau5F1ULehaDQ1PLMLOG-cxELRDZYHArSJkAYViEQVTrTTzyKCErHsrPhJJg~kysMQiisED1l--~6L~yG40HWF6AVzKqRneDr31zh~T5JrDVlSvdGX7P6FQ0JyhvM7sZcsut8k4cdAlUa243FtpxISAYMP-CZ9XuzeorZP~46CInWIO5vhfoJGkE4XtHKb6dVHW3k3DAu--4lIqDM6Vgy4H8jgGwBDklFrD~IyngRbZhYdwprFENoMW6DJzUQ0SLox7r7wJ5GZT~qVStx2lTZ4Gzebg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Prerna Prasad,"Consortium for DEWATS Dissemination Society, Survey No. 205 Kengeri Satellite Town, Bengaluru, Karnataka 560060, India",India,,,Linda Strande,"Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,linda.strande@eawag.ch,,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.25678/0002VH).,All relevant data are available from an online repository or repositories,https://doi.org/10.25678/0002VH,"['accumulation rate', 'method evaluation', 'pit latrine', 'sanitation', 'septic tank', 'sludge blanket']" -707,81442,11,3,https://iwaponline.com/washdev/article/11/3/505/81442/Field-demonstration-of-breathable-laminate-lined,"Journal of Water, Sanitation & Hygiene for Development","Field demonstration of breathable laminate-lined container-based toilets in Kanpur, India",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.011/1/washdev2021011supp.docx?Expires=1706093276&Signature=RmU2aXFmPPO2qjqW7pEup5Ny76SFH1VONtbkv3J0-6rcvPlpdzENDfhttjGIi-8kdLo64NwVHnhWMdezC7o-e3vYeJNy1IFK9rTwsg4gOh5SGImCqb8tuiHtUPuEIIxwOSlI1DwxtU7VtLZxGMnfH2EPn-lzRlXzGpWCrUNDmLnDFo-mXvuH6cEzMBVAFiD1i-VdaYEliTV5oxu3L4iC-yamxhno2-oD1ZI7C4YzkmbRd0xoGAf28WOxQwlgBtDdszYXU~cYlbrcKW~AVY~oxSSEgNIjsM0wt40EA~3aK9iyMGkDueXqSvtoi349nQiRdIU2Sro2-HWuyCVZLlvzNQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Shray Saxena,"Department of Civil and Environmental Engineering, University of Delaware, 301 DuPont Hall, Newark, DE 19716, USA",USA,,,Daniel K. Cha,"Department of Civil and Environmental Engineering, University of Delaware, 301 DuPont Hall, Newark, DE 19716, USA",USA,cha@udel.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['breathable laminate', 'Eco-Vapor toilets', 'fecal sludge', 'stagnant film model']" -708,81402,11,4,https://iwaponline.com/washdev/article/11/4/515/81402/Legacy-1-2-3-trichloropropane-contamination-a,"Journal of Water, Sanitation & Hygiene for Development","Legacy 1,2,3-trichloropropane contamination: a systematic review of treatments",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.006/1/washdev2021006supp.docx?Expires=1706023332&Signature=zYRVlCPhEnJXmfTg6qC2QoCaaaOWuzPQoI4eWK20JkXV3mSE9Gb0AcZeVSNMamBa74lyaIxDhThMltAXAEWuXjqciyFfFV4q20dBupx-AOY79X0SZu27DHNGU~TlZHAdxxFR6S9-Ubn21Gvtf6ZqP9aioWwE~oYwEeyAFNpaYNdFUN~NhoXqeSm~2lW2qykv8ygRXYooF3fiCo9ErReX~j0mmBOVsrpW46Q1s4-q7xoExg2UCE7BDjsdq-hYGUBatUT-xhyCnDPIxk5xrGRx5YKR1LfRxVVyT29gqJcmchdM50wdQeOsv-afqfdcxxqGTWScTCXtczQzDVKFeUgIJQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,B. Hope Hauptman,"Environmental Systems Graduate Group, University of California Merced, 5200 N. Lake Rd., Merced, CA 95343, USA",USA,bhauptman@ucmerced.edu,,B. Hope Hauptman,"Environmental Systems Graduate Group, University of California Merced, 5200 N. Lake Rd., Merced, CA 95343, USA",USA,bhauptman@ucmerced.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['1,2,3-TCP', 'granulated activated carbon (GAC)', 'groundwater treatment', 'legacy contaminant', 'United Nations Sustainable Development Goal 3 and 6']" -709,82147,11,4,https://iwaponline.com/washdev/article/11/4/535/82147/Strategic-value-of-interviewer-training-and-local,"Journal of Water, Sanitation & Hygiene for Development",Strategic value of interviewer training and local community-based organisations for WaSH and antibiotic resistance surveys,2021,FALSE,0,,[],4,Gopal Iyer,"School of Education Communication and Language Sciences, Newcastle University, Newcastle upon Tyne, UK",UK,gopal.iyer@newcastle.ac.uk,,Gopal Iyer,"School of Education Communication and Language Sciences, Newcastle University, Newcastle upon Tyne, UK",UK,gopal.iyer@newcastle.ac.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibiotics', 'empowerment', 'KAP research', 'surveys', 'training', 'WaSH']" -710,81582,11,4,https://iwaponline.com/washdev/article/11/4/546/81582/Integrated-control-of-river-and-pond-water-as-an,"Journal of Water, Sanitation & Hygiene for Development","Integrated control of river and pond water as an exposure source to urogenital schistosomiasis of rural inhabitants in southern Taraba State, Nigeria",2021,FALSE,0,,[],9,Robert Soumay Houmsou,"Department of Biological Sciences, Taraba State University, Jalingo, Taraba, Nigeria",Nigeria,rs.houmsou@gmail.com,,Robert Soumay Houmsou,"Department of Biological Sciences, Taraba State University, Jalingo, Taraba, Nigeria",Nigeria,rs.houmsou@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['inhabitants', 'risk', 'riverine', 'rural', 'schistosomiasis', 'urogenital']" -711,82131,11,4,https://iwaponline.com/washdev/article/11/4/558/82131/When-you-preach-water-and-you-drink-wine-WASH-in,"Journal of Water, Sanitation & Hygiene for Development",‘When you preach water and you drink wine’: WASH in healthcare facilities in Kenya,2021,FALSE,0,,[],3,Thelma Zulfawu Abu,"Department of Geography and Environmental Management, University of Waterloo, 200 University Avenue West, Waterloo, ON N2L 3GI, Canada",Canada,tzabu@uwaterloo.ca,,Thelma Zulfawu Abu,"Department of Geography and Environmental Management, University of Waterloo, 200 University Avenue West, Waterloo, ON N2L 3GI, Canada",Canada,tzabu@uwaterloo.ca,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['emergencies', 'governance', 'healthcare facilities', 'politics', 'WASH']" -712,81860,11,4,https://iwaponline.com/washdev/article/11/4/570/81860/Risk-of-adenovirus-and-Cryptosporidium-ingestion,"Journal of Water, Sanitation & Hygiene for Development","Risk of adenovirus and Cryptosporidium ingestion to sanitation workers in a municipal scale non-sewered sanitation process: a case study from Kigali, Rwanda",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.241/1/washdev2021241supp.docx?Expires=1706093298&Signature=yA4HjupZhbRN~l0lNLcRqtTc4s-1O0pM04q~4jsMR2DJGq2VlCw8VVrLraCYBZBAmu0bIT12gfuzpl7YBoZBvgqL6PelJxtFq4xAasBwjkclJKwNb79xbTDT06WT2ilb3AH63V7j8kaaRYziV8eMcWfFPmu9Q~OyuRO2UCdkHRlB34FB9PCRw3i3bdpATVxzKWHA~BLlZK4Tm6mZpbAYblova0uOLKL5YK1AejPiZNymBxGqgtxtddUbsrJGS2G0t4-wDJLFE~RqLQcEm0UVmNn87YKXHrGGk9ujZ33XmMADbrnujUgCAMjD9BLakhu1AxNuPCVq0TIEnlJtgaoR3w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Rachel Sklar,"School of Public Health, University of California, Berkeley, CA 94720, USA",USA,rsklar@berkeley.edu,,Rachel Sklar,"School of Public Health, University of California, Berkeley, CA 94720, USA",USA,rsklar@berkeley.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['occupational exposure', 'quantitative microbial risk assessment', 'resource recovery', 'Rwanda', 'sanitation workers', 'urban sanitation']" -713,81498,11,4,https://iwaponline.com/washdev/article/11/4/579/81498/Treatment-of-drinking-water-for-rural-households,"Journal of Water, Sanitation & Hygiene for Development",Treatment of drinking water for rural households using Moringa seed and solar disinfection,2021,FALSE,0,,[],2,Nancy Jotham Marobhe,"School of Environmental Science and Technology, Ardhi University, P. O. Box 35176, Dar es Salaam, Tanzania",Tanzania,,,Shadrack Mwita Sabai,"School of Environmental Science and Technology, Ardhi University, P. O. Box 35176, Dar es Salaam, Tanzania",Tanzania,shadrack.sabai@aru.ac.tz,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Moringa seed protein', 'rural women', 'Tanzania', 'turbid water', 'water purification']" -714,82148,11,4,https://iwaponline.com/washdev/article/11/4/591/82148/Variability-of-naturally-occurring-fluoride-in,"Journal of Water, Sanitation & Hygiene for Development","Variability of naturally occurring fluoride in diverse community drinking-water sources, Tanna Island, Vanuatu",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.270/1/washdev2021270supp.docx?Expires=1706093306&Signature=BHBmH3FUmbofdrnlEOXfF9h9YV6ktEwksNpC6uuM--NkJeVPcNCUqnRvkp2Uhoakqvd4EvlS1-suxsJINhdq8NTQcu1CGH17ZNc9h2JHGMnXtFytWllAz5bkD0eyu6bVELOf1npN4TrMImaVHJIQEy5Dpeh2ze0d95X3H1rWZH6gBYjgWurZPHej8g2wC-eR-4zRBRGaKLtxo4zb9RzdOXdzTLr47Z1~WqnwB-z9XRpg2k-b6iUIZOBqHei~~8kuWOZDgRYys2HxA5X7-AnGNkRr8mK36M0xX7IMoqMI0VWwFUPnfNMqEivHUO6udTMPwmijvyw1oHsyCmEASddyRA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Elizabeth Webb,"School of Biological Sciences, Victoria University of Wellington, P.O. Box 600, Wellington 6140, New Zealand",New Zealand,webbonponga@xtra.co.nz,,Elizabeth Webb,"School of Biological Sciences, Victoria University of Wellington, P.O. Box 600, Wellington 6140, New Zealand",New Zealand,webbonponga@xtra.co.nz,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking waters', 'fluoride', 'fluorosis', 'groundwater', 'Vanuatu', 'volcanism']" -715,81994,11,4,https://iwaponline.com/washdev/article/11/4/600/81994/Inclusion-of-water-quality-testing-in-the,"Journal of Water, Sanitation & Hygiene for Development",Inclusion of water quality testing in the Afghanistan Living Conditions Survey and status of bacteriological contamination of drinking water in 10 provinces of Afghanistan,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.046/1/washdev2021046supp.docx?Expires=1706093311&Signature=NvKMnq8~tPSriWxlwxUYLHo28-TO6j5NGki8h4uSiroV6NkT2JtRcWv75vm9JYAkzDk-SVJ31Oo~0uOfPFEZ7fTNmRFs3duW197yY~U1Mp12lzu00tSrUiJ9YAsYg5eIn8j2XjbV~GQE3QMr56R2q3slhLhGMGY8OsxpuAtII9teBjEwOw-n2Bihwfj8BkLa4fE9T7FmmXTdAyideNB706Ed2QxANJbJ9O~FW5Gqw9cwsYkwM8rMunkQdLZVFTiFiv4Z~dwGZdKqUt3fNrQ3f50XvmoNV0RBslOaCbhd5VRYsoPzYMn6NnI-xW9E0OOtazHNm-SCVJ0qPQk~EYR3og__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Abdus Saboor,"Formerly UNICEF, Kabul, Afghanistan",Afghanistan,saboorpcrwr@yahoo.com,,Abdus Saboor,"Formerly UNICEF, Kabul, Afghanistan",Afghanistan,saboorpcrwr@yahoo.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water quality', 'household survey', 'safely managed water services', 'Sustainable Development Goal']" -716,82423,11,4,https://iwaponline.com/washdev/article/11/4/612/82423/Drinking-water-quality-exposure-and-health-risk,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality, exposure and health risk assessment for the school-going children at school time in the southwest coastal of Bangladesh",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.016/1/washdev2021016supp.docx?Expires=1706093314&Signature=aRhsTfnSOjESJp7SqaZgQuLcd6V8LMiTAzniVAED5gBe7WTWPH3uBgewTWoKQA1eVNmG-9kZM~syYhvBOhwt~MJs0AhQv-dspLRZI1QqXN8Gt4Ddks3Eyj0qQNXpRcYoHuqUGVZefkAeZtmFYTDg-oRle5s0~xMgr2F9AP5nY~eYXAHZVb4QhotbrSS11yo6r0WYKzbhSMrwNFU9pFZsKxBdBLivWrutX4wrmR2i2DRCyQ964LFtySWIwD9qoIOXiUvnhRlZeVppWmfEXPr8IdCvU-qFLGVhbAfdU0v7yNMhC97RANPd1O66HZxd-oNvPswQGGVlX5MYyMKwJWYUWQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Md. Aminur Rahman,"Department of Public Health Engineering (DPHE), Zonal Laboratory, Khulna 9100, Bangladesh",Bangladesh,aminur98@yahoo.com,https://orcid.org/ 0000-0003-4741-2507,Md. Aminur Rahman,"Department of Public Health Engineering (DPHE), Zonal Laboratory, Khulna 9100, Bangladesh",Bangladesh,aminur98@yahoo.com,https://orcid.org/ 0000-0003-4741-2507,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['coastal region', 'health risk assessment', 'Khulna', 'primary school children', 'tubewell water']" -717,82554,11,4,https://iwaponline.com/washdev/article/11/4/629/82554/Elevated-tanks-effect-on-transient-pressures-case,"Journal of Water, Sanitation & Hygiene for Development",Elevated tanks effect on transient pressures: case study,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.022/1/washdev2021022supp.docx?Expires=1706024195&Signature=O0Dbd8mgut08ddWXARKrx7SDO8ReyPOT~~70KQTiGkPQPKmBG92UzfAK0eIqSlyzomz9hZdv8KV3vs9KRp1AHgdEaqpXyYaYsQQBc4TYDeA0zgAmQs5OzTy2iClNMMSNWBfl8OyGI8py6pnHXCDMC4LKaZSIMiQJP-xhZNoTUBbN993b9CBVdSU9fVBt5~XpqwW9Mh1R2OkNM7JL6KHfURAuZHCMYXMrpXWV3M-7WiqMpCDgglk2semiiqLgT1e5m57sOmBR3RFWm3ybShIIekQpyJf9FHHhiy6lH8wyypEuYSRhKPHZIkmn-g5Cjc-ziqhzHg22D3FPxniSUMaa1A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Moustafa S. Darweesh,"Department of Civil Engineering, Assiut University, Assiut 71516, Egypt",Egypt,eng_taftaf82@yahoo.com,https://orcid.org/0000-0002-0050-2663,Moustafa S. Darweesh,"Department of Civil Engineering, Assiut University, Assiut 71516, Egypt",Egypt,eng_taftaf82@yahoo.com,https://orcid.org/0000-0002-0050-2663,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['elevated tanks', 'pressure transients', 'pumps', 'water distribution network', 'water hammer']" -718,82566,11,4,https://iwaponline.com/washdev/article/11/4/638/82566/How-are-we-actually-doing-Comparing-water-and,"Journal of Water, Sanitation & Hygiene for Development",How are we actually doing? Comparing water and sanitation in Kenya with MDG and SDG criteria,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.023/1/washdev2021023supp.docx?Expires=1706093323&Signature=ve4Jv4~d8HNyaqS8h~CY3PzzeuO6RFAiY2Qwv0AwIuAcclj6G7gsJRuxdldixWHV9qLw7DfkVOwCD8KMGO4xC4vygnPtHSOvTZ66IBRt7~ngov~aw5I8hGGF-G30i-tKR6V9h1KTgnbI8VNS7x4SzD2JEN7SdWeKiWu~sn3U0kKvKWRDX5mBHgM64HccvbpsOet7uemscC2X061pB3o9XB1gbX0QBK755gLp5RK0uqtq7tDroolUwzq00~LG5El2xSqyVPdwvpBNYvo28-adV28MCEFPJ87ORIxKGqOX3pcS0HH1pqyW-3DOmSm0Esnutz1~NhDQ2qPzzFiGAP1iYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Lauren Trepanier,"Civil and Environmental Engineering Department, Penn State University, 212 Sackett Building, University Park, PA 16802, USA",USA,,https://orcid.org/0000-0003-2726-4930,Caitlin Grady,"Civil and Environmental Engineering Department, Penn State University, 212 Sackett Building, University Park, PA 16802, USA",USA,cgrady@psu.edu,https://orcid.org/0000-0002-9151-6664,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Kenya', 'monitoring and evaluation', 'sanitation', 'Sustainable Development Goals (SDGs)', 'water', 'water quality']" -719,82555,11,4,https://iwaponline.com/washdev/article/11/4/657/82555/Latrine-characteristics-and-maintenance-practices,"Journal of Water, Sanitation & Hygiene for Development","Latrine characteristics and maintenance practices associated with pit latrine lifetime in an informal settlement in Kampala, Uganda",2021,FALSE,0,,[],12,Johnson B. Mubatsi,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, P.O. Box 7072 Kampala, Uganda",Uganda,,,Solomon Tsebeni Wafula,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, P.O. Box 7072 Kampala, Uganda",Uganda,swafula@musph.ac.ug,https://orcid.org/0000-0002-6405-015X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['human waste', 'informal settlements', 'Kampala', 'lifetime', 'private pit latrines', 'Uganda']" -720,81993,11,4,https://iwaponline.com/washdev/article/11/4/668/81993/A-toolkit-for-costing-environmental-health,"Journal of Water, Sanitation & Hygiene for Development",A toolkit for costing environmental health services in healthcare facilities,2021,TRUE,2,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.018/1/washdev2021018supp1.docx?Expires=1706093332&Signature=bzp0dEwwR4Kk23RO9exTDOR9C1pFYU1YyRTImsprlSbaMb22VSuI2Eqg-1c1E7bWuksvj0tvNNPlZFl8lkfhQR1lm5ayl2KBSpnsPkXNHWYTHEVaKo9mXCNs-cSdCiKrRhZENI~z4wEPCH5a8qUcql6nSB7O52Bhe6EccMk~Z22k4ZG-OI8GHY6uoNcNYGdknY9gsYp5WZdWAcBtAAVVKgXLcqvUydate7~7yz3QXdRqbruTZshLoKEsfBhvDeWv6IfB~qhdD1bLYHzxwY4jM4Y~RZ6Cq2n11hOd7fBMti1LmqiD1IB75VQ43y1NmEzzAGjDCCTBokJg-b8t4uiw0A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.018/1/washdev2021018supp2.xlsx?Expires=1706093332&Signature=q0FTEubvGEZ8dOaHn7f7JH0j4-NnNBkIsCNXC6SuU24czFMDV~T4-eHHZynkeSczNGV-BtmvOjspEfbp0Wi-HXHGFSP2XCzhGL9I4YcAKpYHk0a9a8-4HlCybEtq2yi8JH3MP9hZ6UfTeScKpI08jmGWAbdkxRuU4x5SGPTH3~s283bvUe5Hoh1KLTvgW63KLd5OeEB5y5T9Tqw9EybV6XTJqMcoTAERkGtn8JQc0EyW0kAWDRU~pkFecC-lJgm7JDlvk~iGACfCd3SrJ6TnF3d9~icUYjutsQnusuWgTOpbCYLG33dwnbFI1oirBvt1qBnTejPRiK4l1t~X9EaPCg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",6,Darcy M. Anderson,"The Water Institute, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",USA,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,Darcy M. Anderson,"The Water Institute, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",USA,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['costing', 'environmental health', 'healthcare facilities', 'infection prevention', 'water', 'sanitation', 'and hygiene (WaSH)']" -721,81998,11,4,https://iwaponline.com/washdev/article/11/4/676/81998/Microbiological-analysis-of-domestic-water-sources,"Journal of Water, Sanitation & Hygiene for Development","Microbiological analysis of domestic water sources in Banda slum of Kampala, Uganda",2021,FALSE,0,,[],2,Barugahara Evyline Isingoma,"Department of Human Nutrition and Home Economics, Box 1, Kyambogo University, Kampala, Uganda",Uganda,bisingoma@gmail.com,,Barugahara Evyline Isingoma,"Department of Human Nutrition and Home Economics, Box 1, Kyambogo University, Kampala, Uganda",Uganda,bisingoma@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Banda slum', 'domestic water', 'microbiological', 'Uganda']" -722,81842,11,4,https://iwaponline.com/washdev/article/11/4/687/81842/Factors-influencing-personal-hygiene-among-primary,"Journal of Water, Sanitation & Hygiene for Development",Factors influencing personal hygiene among primary schoolchildren in western Côte d'Ivoire,2021,FALSE,0,,[],7,Julie Sackou Kouakou,"Department of Public Health, Hydrology and Toxicology, Faculty of Pharmaceutical and Biological Sciences, Félix Houphouët Boigny University, BPV 34, Abidjan, Côte d'Ivoire",Côte d'Ivoire,,,Marie Laure Tiadé,"Department of Public Health, Hydrology and Toxicology, Faculty of Pharmaceutical and Biological Sciences, Félix Houphouët Boigny University, BPV 34, Abidjan, Côte d'Ivoire",Côte d'Ivoire,marlatial29@yahoo.fr,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"[""Côte d'Ivoire"", 'personal hygiene', 'primary schools', 'pupils']" -723,82996,11,5,https://iwaponline.com/washdev/article/11/5/693/82996/Achieving-Sustainable-Development-Goals-in-water,"Journal of Water, Sanitation & Hygiene for Development",Achieving Sustainable Development Goals in water and sanitation sectors in India,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.002/1/washdev2021002supp.docx?Expires=1706041918&Signature=lk~A6AcylhAbj5Oj~cJRmX83xDOYwK7lX9Kwaow~zG3f6my7l3IQ0S-BCU2ZGIXJGSl5Ec~m9XZ-FWcEXdfsRPYAmFAc9oebdvRspVxqoQ9sb1BPVaI-~Z4MQX51KNgCHzti-I-TYAkEibmpQiO4QhK0SrO8HYU32sFCUMhi~bmY4Z0UB0alT5bHdJ7wwQSkJMle8z~kGFtiLGVlWGvZQ7Pwd03xuEDmTbh~nva8eMuoSYuL3SXnBwj5FmjD18NJADmypI3Vi4Z5YmHS8~uHQxuzMG3sb-OCLQp~jxTLxV-gzcCo7704piDcYe8whRbu8fLNpm8hMtOtrav7qS1fpA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,S. K. Sarkar,"India Habitat Center, The Energy and Resources Institute (TERI), New Delhi, Delhi 110003, India",India,,,Girija K. Bharat,"Mu Gamma Consultants Private Limited, Nirvana Country, Gurugram, Haryana 122018, India",India,gbharat@mugammaconsultants.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Har Ghar Jal', 'Jal Jeevan Mission', 'open defecation', 'Sustainable Development Goal 6', 'Swachh Bharat Mission', 'water and sanitation']" -724,83264,11,5,https://iwaponline.com/washdev/article/11/5/706/83264/Phosphorus-recovery-by-struvite-precipitation-a,"Journal of Water, Sanitation & Hygiene for Development",Phosphorus recovery by struvite precipitation: a review of the impact of calcium on struvite quality,2021,FALSE,0,,[],4,Isaac Enyemadze,"Department of Civil Engineering, Regional Water and Environmental Sanitation Center Kumasi (RWESCK), Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,isaac.enyemadze@gmail.com,https://orcid.org/0000-0001-7652-1257,Isaac Enyemadze,"Department of Civil Engineering, Regional Water and Environmental Sanitation Center Kumasi (RWESCK), Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,isaac.enyemadze@gmail.com,https://orcid.org/0000-0001-7652-1257,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['calcium', 'magnesium sources', 'precipitation', 'quality', 'struvite']" -725,83399,11,5,https://iwaponline.com/washdev/article/11/5/719/83399/Adapting-a-safe-water-storage-container-to-improve,"Journal of Water, Sanitation & Hygiene for Development",Adapting a safe water storage container to improve household stored water quality in rural Burkina Faso: a cluster randomized trial,2021,TRUE,6,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp1.docx?Expires=1706093354&Signature=1UIZlO3dtWdw34XtP6--B5Z4SKIg-d9RxexfaAIaEKghBsLS-7O4mos98FhME-iIU6prkA8IY7D6fdhYc-GSRGP86rT1Z8TgdlAsnrxz17L0c7K5AZOPAjGUSqDv7Z-QqhUEu6SNCJqh-HMhuY2IlWYutSKx1VR7F4ftzDIbx9SmTqF2yu5zu46hTrHHcwy6npuZ1yOvbdje6qNhFt4hdrpIUjEppstGVDdAf2-7YsvkNpwWHRaUn4owqlIeRipcMLZm-26qWNb3ONcKkT2fzoscOxobZ3yzIgSTP04eJIDDMSOh03WlqqAQWpeXbwfqlaleSVokz~JhxfL45m91qg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp2.pdf?Expires=1706093354&Signature=HnRHlTluIVpDmS-1MT3GwLl9orl-I~3kFfwGjV8E3M2RdIUzKJJxZLnnwJvbK7jnGK1WI~zVBLfhzSNln0KU9jivVAlrIjjcpF7OC7uZRqUc2AZu9hyIPtSH0ZT7l5CRHJc80Lv6F~cQ3TMs3H43uvZsXJOPC5p8SUng4dlGsTq9D6mZYPWyl5LzxSSNQSsnqngfrdyuMqIaiypJXO3jLNDF27DZonBTDxIu8JXiDRG2pPqbhX6Bhle8gUG40C9RTXm43g3xsp9WIXZoSQMuRXyjTLTS8Y9Y7UHe3yYS8oJuddzMaIHIl6I4ZWuLeb4gM4e3pXnvCrfPaqVGIgdkLA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp3.docx?Expires=1706093354&Signature=LJ77houHYoRoYT9uMmIsXsp~zRMo~A6OgNB4q7uYxceNi-k9uOSa-aKZ2TDTZkjqlD0QkkNkXiPyCXdcx-1P1Rx-CEI8D5HsjIH1aJKceZ1SZQ2R4C-APZISolkNcsDtA1xJzj-8yhBFsOcGpChFTriTq8zlCQqyRguxOnCXjZWVa2j8YkQOyxPqyLmwJrg4Se9syUi6k0-~iRmvM4yEnvOykxxr~0Gofa5NHzYgs1DtYvSmi4L-moe~RbZrkpoaV719Ey626arfBgDgofQ9TBmrkxchKuMyTcERejCNBziZicnesuqEcHN4KOzdQ6IHsceq4J0UKX3x9Z5E8zbEPQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp4.docx?Expires=1706093354&Signature=rFLszaTytTIvLv~ETV~4SqZNvfRDbDxyXuBg3kg-OrjrUg1B9A7oNIhfbJvAh2BqTUvnUhSnn7AxoDDwQJLoi3SGK-GJgvUKvsOqBepBB26ET86rW44D29OehuEvHUnYzdFc7IEDLqx8fH7embQuEFqaYc0rMBqsCMnzy9JHMY94ug8Kc0U-lJBEgKhxeq5YMlDCEHPHFaLgD2MtkIXi8TC7vRs1AswDlGIEU5ys7HOuPTwsaiAe7gV~4JnMAA~-x5RjlB-KGqukOf97-ua7rGgNRtr8siN5tOC0fXlNOcpYGoxx4JfcPpFEPWtpYXtnz34Ol6XbqPZYqci-7l6hFw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp5.pdf?Expires=1706093354&Signature=TlTVLPSpUDaBSgQBsj~X7zaRj9ce2rFTKgBNphE-1OXaNmugkWh49vL6E7zpkor-u9RFH91IhSaZ-rkcdnikgDdgS5kZZ8R5PGL0TcYP9SN~5rcV-CuWORnFA-ZmQTwNnYFSK2GRwykt4~4ibqNQp8sepiJoGWu8mlkFuvbTENevyK2GNvUCMDf14zrFJ89QxawL7szdUl5x-lvrnQSv8If7unN3Cxf75CSIyWXXTqfZaZPfAKVeo-Zttde4~TuljSClnexbI8szhmAM02fRqyR1E62zjMMQqXShO--~vDRPWcyQ9GfYjb46HelONxplFBJWD90JHMcmILI-XOP8LA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp6.xlsx?Expires=1706093354&Signature=mwpCnYxHI7DGkTLvLiQZ645esWpwMWr4WbrSwsJQ9BdDG~sX~Zmkp00cq5P5KwgkTrTnH6hgP3caixwtuLRI9GHnXc9qxbPhmH9y4rBs4dDyBNg50ICePS-GIBPIHxGJeEV9MLhZntRaweS6lFHcMTNLRt0T1qNxSKP7jO8cNJ3YD6scSOoaWwZbn1yXrEfsjl6gajSDvqw~JrACFtukqNA9-xrbhJhuxgdoNU8-PbbF3rPHzsPXneu2mbMRXRtN~9~s6RQvAEnPtNNU56W8posJHq8IEYbPcf5eOLjOmtm~Etrk~lQZCWc348cVJqGclJRpcF6tGZ1iCpiYm6it8w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",9,Darcy M. Anderson,"The Water Institute at UNC, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",USA,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,Darcy M. Anderson,"The Water Institute at UNC, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",USA,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.15139/S3/IGSF54).,All relevant data are available from an online repository or repositories,https://doi.org/10.15139/S3/IGSF54,"['adaptation', 'Burkina Faso', 'drinking water', 'Escherichia coli', 'Plan-Do-Study-Act', 'safe storage']" -726,83394,11,5,https://iwaponline.com/washdev/article/11/5/732/83394/Reusable-rainwater-quality-at-the-Ikorodu-area-of,"Journal of Water, Sanitation & Hygiene for Development","Reusable rainwater quality at the Ikorodu area of Lagos, Nigeria: impact of first-flush and household treatment techniques",2021,FALSE,0,,[],5,Chukwuemeka K. John,"Faculty of Engineering and Informatics, University of Bradford, Bradford DB7 1DP, UK",UK,,,Jaan H. Pu,"Faculty of Engineering and Informatics, University of Bradford, Bradford DB7 1DP, UK",UK,j.h.pu1@bradford.ac.uk,https://orcid.org/0000-0002-3944-8801,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Escherichia coli', 'roof-harvested rainwater (RHRW)', 'total coliform', 'total suspended solids (TSS)', 'turbidity']" -727,83237,11,5,https://iwaponline.com/washdev/article/11/5/746/83237/Effect-of-fecal-matter-co-digestion-with-kitchen,"Journal of Water, Sanitation & Hygiene for Development",Effect of fecal matter co-digestion with kitchen waste on Hermetia illucens’ larval weight and protein content,2021,FALSE,0,,[],5,Rosemary M. Matheka,"Soil, Water and Environmental Engineering Department, Jomo Kenyatta University of Agriculture and Technology, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,,Rosemary M. Matheka,"Soil, Water and Environmental Engineering Department, Jomo Kenyatta University of Agriculture and Technology, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['circular economy', 'co-digestion', 'kitchen waste', 'sanitation']" -728,83057,11,5,https://iwaponline.com/washdev/article/11/5/758/83057/Knowledge-attitudes-and-practices-KAP-on-fecal,"Journal of Water, Sanitation & Hygiene for Development","Knowledge, attitudes and practices (KAP) on fecal sludge resource recovery and reuse in Dar es Salaam, Tanzania",2021,FALSE,0,,[],3,Isabela T. Mkude,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, Dar es Salaam, Tanzania",Tanzania,isabela.thomas@yahoo.com,https://orcid.org/0000-0001-6194-3967,Isabela T. Mkude,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, Dar es Salaam, Tanzania",Tanzania,isabela.thomas@yahoo.com,https://orcid.org/0000-0001-6194-3967,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['attitudes', 'fecal sludge', 'FSM', 'knowledge', 'practices', 'resource recovery']" -729,82556,11,5,https://iwaponline.com/washdev/article/11/5/771/82556/Scenario-based-life-cycle-cost-assessment-to,"Journal of Water, Sanitation & Hygiene for Development",Scenario-based life-cycle cost assessment to support sustainable investment in rural communal sanitation facilities: application to a school-based sanitation facility,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.230/1/washdev2021230supp.docx?Expires=1706023730&Signature=oL1Qac271y33ICtwQ1-q~wDgl9MY7SXHZ9aN5vYvGfOr1vVsSF--tQmvBJ-63QaY3yUilX6eh5MwoV8N98vBW7KhC-Iul6lWMs59ZbTsQrB10R2JDtrcwkz9htkOA3Ry7iqOuhzbyAkeMMcUXsk1qqONy0aQBvXyMbGrBx8aisJduOlQ~d2FJZB-nu4bTAtC2TDaE6hQBoTP3CWI1kd-DiQ4iosa4Ym60mYz1QLWyGvs7u1ej7GPk3d7vR8Qk--AGKLS61TBm0Vgs5AcHshBPfPZKRdzZabPGUb42L8hicnNAIJ5LAymNFhSwDrRavCdV-C~ImZyDhCFyrBj44tOnw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,N. M. Koseoglu,"Social, Economic and Geographical Sciences Department, James Hutton Institute, Aberdeen, UK",UK,Nazli.Koseoglu@hutton.ac.uk,https://orcid.org/0000-0003-0310-2494,N. M. Koseoglu,"Social, Economic and Geographical Sciences Department, James Hutton Institute, Aberdeen, UK",UK,Nazli.Koseoglu@hutton.ac.uk,https://orcid.org/0000-0003-0310-2494,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['decentralised WASH', 'functionality', 'governance', 'India', 'rural sanitation', 'socio-economic determinants']" -730,83058,11,5,https://iwaponline.com/washdev/article/11/5/785/83058/Private-emptiers-perspectives-on-the-regulation-of,"Journal of Water, Sanitation & Hygiene for Development",Private emptiers' perspectives on the regulation of faecal sludge emptying services in Sub-Saharan Africa,2021,FALSE,0,,[],3,Alix Lerebours,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",UK,a.m.lerebours@lboro.ac.uk,https://orcid.org/0000-0003-2796-3635,Alix Lerebours,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",UK,a.m.lerebours@lboro.ac.uk,https://orcid.org/0000-0003-2796-3635,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['enabling environment', 'onsite sanitation', 'private sector participation', 'pro-poor measures', 'sanitation chain', 'urban']" -731,82567,11,5,https://iwaponline.com/washdev/article/11/5/794/82567/Who-does-what-and-why-Examining-intra-household,"Journal of Water, Sanitation & Hygiene for Development","Who does what and why? Examining intra-household water and sanitation decision-making and autonomy in Asutifi North, Ghana",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.039/1/washdev2021039supp.docx?Expires=1706093381&Signature=lLJAHLaZTbBkqyfXXwWzKrj9Y75-LSOx1CssALZ~GbYjFCuzOGvFevZ4ckd4g8gxKrjPqc45VlZwI69X10-gd2voB3TWxhm-vr5jIl7iCbL7DWetoCgsOYUkXp-a5dD0~X8FaCbTqco53sLyYrsFMnooJqO4mKXrZ5W7ymroYjmLX-ypMcmfZPMXAGsIURiVhTRan0g7ZUe4bftcgC9CNPqCHbrkxgWfBDx5sAtbjD1XjAZIQtieOHICcXHJ-P98twPVBJ-TV7djoz4AI5ptQHAVv8xbrxAJ2ESjiu9~--yNC-WsDXJqjKRtr0npqJuk8JorsHW2upAwntAYAAfGUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Elijah Bisung,"School of Kinesiology and Health Studies, Queen's University Kingston, Kingston, ON, Canada",Canada,eb120@queensu.ca,https://orcid.org/0000-0002-1560-3256,Elijah Bisung,"School of Kinesiology and Health Studies, Queen's University Kingston, Kingston, ON, Canada",Canada,eb120@queensu.ca,https://orcid.org/0000-0002-1560-3256,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['autonomy', 'decision-making', 'gender', 'Ghana', 'motivation', 'water and sanitation']" -732,82568,11,5,https://iwaponline.com/washdev/article/11/5/805/82568/Assessing-national-WaSH-targets-through-a-water,"Journal of Water, Sanitation & Hygiene for Development",Assessing national WaSH targets through a water governance lens: a case study of the Sanitation and Water for All partnership commitments,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.049/1/washdev2021049supp.docx?Expires=1706093385&Signature=1TI5ckVAykt7YnnGhRhjN8gDd6TnQZKjZ8lv9Yfn6Hfq5qiT1KLSQwfbrIqR05h4I8WUURWuzHKZcZUqL-wDfKLDDmS9CEqi4V1VeZWqsxncgeWjhBBVVJmjV1yMBUC5BSdBoMpwZOafDluqhU12n27U9~u4kCCfEWniU-JRJCivfRjQ9phUQHareHaCvTUGTtiKG0vheEW8vtzSQNaCWF5yEzRir45Lc0nLbXy2SuQd1S339woRHsdR5gP9fjHaaYrN98k0hpOoqkHHx5e9TAh0UKcq79S~mUR6gvHQc4on2ZHrN~S3UErHzI93KGo~3cDZMGFsBBXS5VbJeInbug__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Leonie Schiedek,"Uppsala University, Department of Earth Sciences, P.O. Box 256, SE-751 05 Uppsala, Sweden",Sweden,leonie.schiedek@web.de,https://orcid.org/0000-0001-6025-8140,Leonie Schiedek,"Uppsala University, Department of Earth Sciences, P.O. Box 256, SE-751 05 Uppsala, Sweden",Sweden,leonie.schiedek@web.de,https://orcid.org/0000-0001-6025-8140,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['national commitments', 'SDGs', 'target-setting', 'WaSH', 'water governance']" -733,83132,11,5,https://iwaponline.com/washdev/article/11/5/814/83132/Predominance-of-blaTEM-and-tetA-genes-in,"Journal of Water, Sanitation & Hygiene for Development","Predominance of blaTEM and tetA genes in antibiotic-resistant Escherichia coli isolates from Laguna Lake, Philippines",2021,FALSE,0,,[],2,Daile Meek Salvador-Membreve,"Pathogen-Host-Environment Interactions Research Laboratory, Institute of Biology, College of Science, University of the Philippines Diliman, Quezon City 1101, Philippines",Philippines,,,Windell L. Rivera,"Pathogen-Host-Environment Interactions Research Laboratory, Institute of Biology, College of Science, University of the Philippines Diliman, Quezon City 1101, Philippines",Philippines,wlrivera@science.upd.edu.ph,https://orcid.org/0000-0002-4659-6132,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['lake water quality', 'multidrug resistance', 'Philippines', 'surface water', 'thermotolerant E. coli']" -734,83265,11,5,https://iwaponline.com/washdev/article/11/5/824/83265/Removal-of-hydrogen-sulfide-gas-using-coal-fly-ash,"Journal of Water, Sanitation & Hygiene for Development",Removal of hydrogen sulfide gas using coal fly ash – blast furnace cement composite,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.091/1/washdev2021091supp.docx?Expires=1706093393&Signature=2RardCs7nEgqQ18fWRnl~4R4qDU1iiLyVYhiYzqJwREUubr376r6BlJKLEtCF66iK21WpYMkb6XKTrJ4ObBAaBab-8zY~fhRYdLPqxk249b2nFKVHjal1d8Y6dJ-qGjJI2PhaBtN-R7-pQldj7iLBb6A9G1CxxBnEBLDBD4wmfdxlRkz62g6LrnijEP9KJ4pyQp3Slxgchqfac3ROktb81diPoWugnIurSe7KhAuzclmY8jwX6fQ01xw5EuvPKVlw5NDY-ic5Eejdui6mNUjGoVs7qirn6IN7yxHwughGaFyTZKM0W17SXCsApePrjuzznMbYkApvHq~ykvstqlALg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Satoshi Asaoka,"Graduated School of Integrated Sciences for Life, Hiroshima University, 1-4-4 Kagamiyama, Higashi-Hiroshima, Hiroshima 739-8528, Japan",Japan,stasaoka@hiroshima-u.ac.jp,,Satoshi Asaoka,"Graduated School of Integrated Sciences for Life, Hiroshima University, 1-4-4 Kagamiyama, Higashi-Hiroshima, Hiroshima 739-8528, Japan",Japan,stasaoka@hiroshima-u.ac.jp,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['decentralized wastewater treatment system', 'deodorant', 'hydrogen sulfide', 'recycled materials', 'SDGs', 'septic tank']" -735,83017,11,5,https://iwaponline.com/washdev/article/11/5/831/83017/Determinants-of-drinking-water-quality-and,"Journal of Water, Sanitation & Hygiene for Development","Determinants of drinking water quality and sanitary risk levels of water storage in food establishments of Addis Ababa, Ethiopia",2021,FALSE,0,,[],4,Aderajew Mekonnen Girmay,"Ethiopian Public Health Institute (EPHI), Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,Aderajew Mekonnen Girmay,"Ethiopian Public Health Institute (EPHI), Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Addis Ababa', 'bacteriological', 'determinants', 'drinking water storage', 'food outlet']" -736,82958,11,5,https://iwaponline.com/washdev/article/11/5/841/82958/From-emergency-to-durable-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","From emergency to durable water, sanitation and hygiene (WASH) interventions: insights from the protracted Syrian refugee situation in Lebanon",2021,FALSE,0,,[],4,Hani Chatila,"World Food Programme, Rome, Italy",Italy,hani.chatila@gmail.com,https://orcid.org/0000-0002-4954-5023,Hani Chatila,"World Food Programme, Rome, Italy",Italy,hani.chatila@gmail.com,https://orcid.org/0000-0002-4954-5023,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['aid policy', 'durable WASH interventions', 'humanitarian–development nexus', 'protracted refugee situations']" -737,83236,11,5,https://iwaponline.com/washdev/article/11/5/849/83236/Reaching-those-left-behind-knowledge-gaps,"Journal of Water, Sanitation & Hygiene for Development","Reaching those left behind: knowledge gaps, challenges, and approaches to achieving SDG 6 in high-income countries",2021,FALSE,0,,[],15,Kaitlin J. Mattos,"Mortenson Center in Global Engineering, Environmental Engineering Program, University of Colorado, Boulder, CO, USA",USA,kaitlin.mattos@colorado.edu,https://orcid.org/0000-0002-9273-0101,Kaitlin J. Mattos,"Mortenson Center in Global Engineering, Environmental Engineering Program, University of Colorado, Boulder, CO, USA",USA,kaitlin.mattos@colorado.edu,https://orcid.org/0000-0002-9273-0101,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['high-income countries', 'hygiene', 'sanitation', 'water']" -738,84261,11,6,https://iwaponline.com/washdev/article/11/6/859/84261/Drinking-water-status-in-Nepal-an-overview-in-the,"Journal of Water, Sanitation & Hygiene for Development",Drinking water status in Nepal: an overview in the context of climate change,2021,FALSE,0,,[],7,S. Sharma,"Aquatic Ecology Centre, School of Science, Kathmandu University, P.O. Box 6250, Kathmandu, Nepal",Nepal,,,P. Poudel,"Department of Environmental Science and Engineering, Kathmandu University, Dhulikhel, Nepal",Nepal,prativapoudel1@gmail.com,https://orcid.org/0000-0001-7124-713X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['climate change', 'Nepal', 'WASH', 'water']" -739,84795,11,6,https://iwaponline.com/washdev/article/11/6/867/84795/Research-progress-on-the-contamination-status-and,"Journal of Water, Sanitation & Hygiene for Development",Research progress on the contamination status and control policy of Giardia and Cryptosporidium in drinking water,2021,FALSE,0,,[],5,Cuimin Feng,"Key Laboratory of Urban Stormwater System and Water Environment, Ministry of Education, Beijing University of Civil Engineering and Architecture, Beijing 100044, China",China,feng-cuimin@sohu.com,,Cuimin Feng,"Key Laboratory of Urban Stormwater System and Water Environment, Ministry of Education, Beijing University of Civil Engineering and Architecture, Beijing 100044, China",China,feng-cuimin@sohu.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Cryptosporidium', 'disinfection', 'drinking water', 'Giardia', 'water treatment']" -740,83329,11,6,https://iwaponline.com/washdev/article/11/6/887/83329/Assessing-inequalities-in-sustainable-access-to,"Journal of Water, Sanitation & Hygiene for Development",Assessing inequalities in sustainable access to improved water services using service level indicators in a rural municipality of South Africa,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.234/2/washdev2021234supp.docx?Expires=1706093421&Signature=HqFE3IlZSNGjIIqZw5~3RHlA01EHHfWKHW6lOoeLWr-TwVFXg8lruBTaWZwv22MEgajdqpjKtM1QCOsInkao0ehXpU~Q9MfOpzpOrJz8BONDpJl8RYLRCUwk2-RiTA~JwkMEJWjsfdIBk0IxY0ios3Uao-IUNMw5g-WC-17HMr6IEX4ar8me~Dp4ZSkPx1NkTHrZtbjjEwqd0246qipZXUFZJ0DMQR7i34qyf53Tbo50MjnkUqKw7uXnFWCSRjlt-dSXiMBS09bkYTvHpilFO1p1yXI2YyjYkc54Dts649qgwiGoazSXgg0U1V3P2mQBo4paMGGwqUSfpBGrX0MuNg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Calvin Sambo,"Bioresources Engineering Programme, School of Engineering, University of KwaZulu-Natal, King Edward Ave, Scottsville, Pietermaritzburg 3209, KwaZulu-Natal, South Africa",South Africa,calvinsambo@gmail.com,https://orcid.org/0000-0002-7124-805X,Calvin Sambo,"Bioresources Engineering Programme, School of Engineering, University of KwaZulu-Natal, King Edward Ave, Scottsville, Pietermaritzburg 3209, KwaZulu-Natal, South Africa",South Africa,calvinsambo@gmail.com,https://orcid.org/0000-0002-7124-805X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['free basic water policy', 'improved water sources', 'rural water supply', 'water service indicators']" -741,83444,11,6,https://iwaponline.com/washdev/article/11/6/902/83444/Linkages-between-environmental-factors-WASH-and,"Journal of Water, Sanitation & Hygiene for Development",Linkages between environmental factors (WASH and energy) and Infant and Young Child Feeding practices in rural India: implications for cross-sectoral interventions for child health,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.005/2/washdev2021005supp.docx?Expires=1706093426&Signature=LdJHdvbh8dg~luW3aZWOTLUF~sKT9rpU-pQegiseKrUhxKoEvVP7D20dx4OhbssWf1-yoSMsWJkK-HMWjokS6BHVllix2JzcsrKl39wNVYw37UCXV0ut7O6Wca2z9QvAjCxNOBDBKJ0PNF7hdZZPhrTxKnvfD2C1lOjrjQUy-OLTIDk4WVzHvmB6SFVeuwQZh~kIIwViYYW~w76otkILEm7xOST~BRKad0pDpUoEbbstfkacpm-Cq7-tE93x3mhYwjowa8aXScOZSTIBNs2S74lTr3oY6bFz69IIAXD466Q-l6cZ5APxosVEB6UfLK3LYjeW9bDyfAlqWWrhpl9aqA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,Priti Parikh,"Engineering for International Development Centre, Bartlett School of Sustainable Construction, University College London, London WC1E 7HB, UK",UK,priti.parikh@ucl.ac.uk,https://orcid.org/0000-0002-1086-4190,Priti Parikh,"Engineering for International Development Centre, Bartlett School of Sustainable Construction, University College London, London WC1E 7HB, UK",UK,priti.parikh@ucl.ac.uk,https://orcid.org/0000-0002-1086-4190,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['child health', 'energy', 'environment', 'feeding practices', 'India', 'WASH']" -742,83445,11,6,https://iwaponline.com/washdev/article/11/6/916/83445/Assessment-of-multiple-boiling-of-potable-water,"Journal of Water, Sanitation & Hygiene for Development",Assessment of multiple boiling of potable water utilizing household kettles for consumption,2021,FALSE,0,,[],3,Bader S. Al-Anzi,"Department of Environmental Technology and Management, Kuwait University, P.O. Box 5969, Safat 13060, Kuwait",Kuwait,bader.alanzi@ku.edu.kw,,Bader S. Al-Anzi,"Department of Environmental Technology and Management, Kuwait University, P.O. Box 5969, Safat 13060, Kuwait",Kuwait,bader.alanzi@ku.edu.kw,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['boiling', 'drinking water', 'kettle', 'total dissolved solids']" -743,84262,11,6,https://iwaponline.com/washdev/article/11/6/926/84262/Water-sanitation-and-hygiene-in-healthcare-centres,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene in healthcare centres: appraisal in a pandemic",2021,FALSE,0,,[],4,Enovwo E. Odjegba,"Department of Water Resources Management & Agrometeorology, Federal University of Agriculture, Abeokuta, Ogun State, Southwest Nigeria",Southwest Nigeria,odjegbaee@funaab.edu.ng,https://orcid.org/0000-0003-3402-4708,Enovwo E. Odjegba,"Department of Water Resources Management & Agrometeorology, Federal University of Agriculture, Abeokuta, Ogun State, Southwest Nigeria",Southwest Nigeria,odjegbaee@funaab.edu.ng,https://orcid.org/0000-0003-3402-4708,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['infections', 'pandemic', 'primary healthcare facilities', 'SDGs', 'WASH']" -744,83948,11,6,https://iwaponline.com/washdev/article/11/6/937/83948/Community-management-does-not-equate-to,"Journal of Water, Sanitation & Hygiene for Development",Community management does not equate to participation: fostering community participation in rural water supplies,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.089/2/washdev2021089supp.docx?Expires=1706023714&Signature=VSiethOvETTGgSO2fVySRd3NgXDAgyBp4BK2ERplsaMbqoxeOreBkGvjE0XJxP7k0fkvYd7j-orxrkM5ENtwOMmQOvcit8ZP~9uE3qtDlvRzU5cdz-SrrFJDhWWVgQy1icIDL82fhEwCCkx-qlKKjc8sAwpT0PbTrjVRjpgzN8OeIBf~Bqu8vsJVUo73hRsMGM4SyEUFCVyzsBW1VPQ-52qZMuzgLX6-Gq5hPfT6b~zWXOfsxtuiFX2M4CTUkNuJiaGj08CtlNl-jRkN7ZWpInMVbzOr07AnqrSRbB~uUL45YqaZs48V-BmdKPKQFiB-OJ8fnbZRED1JUPsjjKyAUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Katherine F. Shields,"Department of Geography, University of Oregon, Eugene, OR, USA",USA,kfs@uoregon.edu,https://orcid.org/0000-0003-0625-7723,Katherine F. Shields,"Department of Geography, University of Oregon, Eugene, OR, USA",USA,kfs@uoregon.edu,https://orcid.org/0000-0003-0625-7723,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['community ownership', 'governance', 'qualitative', 'rural water supply', 'sub-Saharan Africa', 'water committee']" -745,83400,11,6,https://iwaponline.com/washdev/article/11/6/948/83400/Financial-and-operational-sustainability-of-a,"Journal of Water, Sanitation & Hygiene for Development",Financial and operational sustainability of a gravity-fed rural piped water supply system in Malawi,2021,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.090/2/washdev2021090supp.pdf?Expires=1706162859&Signature=yWp3zO71yTIpZFZjQT2fgezVh5692cPOfdR8cdCX0CejCo-S7sFaO63Cnu4DOO~208dYOBvDwRzREKgBgRaa7YbJicBfMQ3zUZhfkUOVtqDfJipE7dpJfur~g3rhM41ZiaPE4~3V6YF1sc26jhOrsLMi7PY1fCGo3Ja0Sr9oPXjQhdW84l8u7f~h90s3ohjd0hVCJwfJa~WXnhcLc0Y6vi-o2uKFLAkr6lXCMPcmyF0YYVL9mhpK43y6SPohy2jD-I2wj7htOP1W022wvmZbfZjsh84Yn~uhcKYmF88RmL1NEy-WL8fe2kdxLPrw7igtwEDEpUZxC40odHa8V2Mpew__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Patrick Mwagomba,"Malawi University of Business and Applied Sciences (MUBAS), Blantyre, Malawi",Malawi,,,Elizabeth Tilley,"Mechanical and Process Engineering, ETH Zurich, Clausiusstrasse 37, 8092 Zurich, Switzerland",Switzerland,tilleye@ethz.ch,https://orcid.org/0000-0002-2095-9724,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['capacity', 'distribution', 'financial sustainability', 'rural water', 'social acceptability', 'user satisfaction']" -746,83446,11,6,https://iwaponline.com/washdev/article/11/6/959/83446/Fate-and-mass-loading-of-antibiotics-in-hospital,"Journal of Water, Sanitation & Hygiene for Development","Fate and mass loading of antibiotics in hospital and domestic wastewater treatment plants in Bangkok, Thailand",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.092/2/washdev2021092supp.docx?Expires=1706162863&Signature=B1076L5CM7sLmJz8eFbRTGN-qxgKVvvV0y~bMHH4y1Pf4m8YV6Gvl1mSD0Ir2NY0s1ky1lPXdKbR3SuvXEyyt19SI8Jl4EX32M8arpZEg36MN2rBCDk2cjBsGSBeE-NSK2~VLpmnRUxV2Plb4sNzIriaPc72sNIhnWuNAcmEEgCHyHQi~3rURu~vzi8Klaz-OjnaGhMoLjW3ogO40t-pdIfIg5ZDyHvEop1chtT0P~HJXD3gK90u3j9OCgF316ltD~dQbdp6bK1ET9d5NZQoDpHhNy-4gbfGSoWcXq2Kheyh-wptQXyECWE8AzxQcaTSbD03jd2deiNGpB4iSYBLYg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Donwichai Sinthuchai,"Department of Civil and Environmental Engineering, Faculty of Engineering, Mahidol University, 999 Phutthamonthon 4 Rd. Salaya, Phutthamonthon, Nakhon Pathom 73170, Thailand",Thailand,,,Suwanna Kitpati Boontanon,"Department of Civil and Environmental Engineering, Faculty of Engineering, Mahidol University, 999 Phutthamonthon 4 Rd. Salaya, Phutthamonthon, Nakhon Pathom 73170, Thailand",Thailand,suwanna.boo@mahidol.ac.th,https://orcid.org/0000-0003-2118-4577,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibiotics', 'domestic wastewater', 'hospital wastewater', 'mass loading', 'wastewater treatment plant']" -747,84001,11,6,https://iwaponline.com/washdev/article/11/6/972/84001/Evaluation-of-monitoring-tools-for-WASH-response,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of monitoring tools for WASH response in a cholera outbreak in northeast Nigeria,2021,FALSE,0,,[],5,Marine Ricau,"Department of Civil and Environmental Engineering, Tufts University School of Engineering, Medford, MA 02155, USA",USA,marine.ricau@tufts.edu,,Marine Ricau,"Department of Civil and Environmental Engineering, Tufts University School of Engineering, Medford, MA 02155, USA",USA,marine.ricau@tufts.edu,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['cholera', 'data collection', 'humanitarian context', 'monitoring', 'Nigeria', 'WASH']" -748,84260,11,6,https://iwaponline.com/washdev/article/11/6/983/84260/Re-emergence-of-dry-toilets-and-fecal-nutrient,"Journal of Water, Sanitation & Hygiene for Development",Re-emergence of dry toilets and fecal nutrient reuse in M'zab cities,2021,FALSE,0,,[],3,Sara Bekaddour,"Agricultural Water Management Laboratory, National Higher School of Agronomy (ENSA ex INA), Hassen Badi, El Harrach 16004, Algiers, Algeria",Algeria,bekaddour.sara@gmail.com,https://orcid.org/0000-0003-2169-0090,Sara Bekaddour,"Agricultural Water Management Laboratory, National Higher School of Agronomy (ENSA ex INA), Hassen Badi, El Harrach 16004, Algiers, Algeria",Algeria,bekaddour.sara@gmail.com,https://orcid.org/0000-0003-2169-0090,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['arid regions', 'dry toilets', 'human excreta', 'oasis', 'recycling', 'water and nutrient cycles']" -749,84326,11,6,https://iwaponline.com/washdev/article/11/6/994/84326/Pathways-to-the-successful-function-and-use-of-mid,"Journal of Water, Sanitation & Hygiene for Development",Pathways to the successful function and use of mid-tech household water and sanitation systems,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.107/2/washdev2021107supp.docx?Expires=1706162874&Signature=1lX-butMkuz42-0jcmC~iOjeELOvh1~ooW1nTJCDGM2QCN5AM-A6PxzqUMlL8zT0-fUnZgUTiyJFQyN06iQp1a~~uaP8Svkn0dwHMxzCarKMhlcO1zk4q2HcemD70DN27of~tbS0-40dx3bbhl4OLKLwNDraXe7WBVGm7bEoqc2JX31cvek4jFnSWeKRj8PP44-q1pQUg~Hczk7JT5jg4f-k3GTSBih4-qz889W-A2cKqog0gzA30QUTJH6zJGTbbHJxpuhWB5vFg8P2ba-AekNroT5CkCAdRIuqTf7Qqj68gO9X3HM4mDCGpbmElDZa~GAknTFNRNSV2zSrKTQ3Rg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Kaitlin Mattos,"Civil, Environmental, & Architectural Engineering Department and the Mortenson Center in Global Engineering, University of Colorado, 4001 Discovery Drive, Boulder, CO 80303, USA",USA,,https://orcid.org/0000-0002-9273-0101,Karl G. Linden,"Civil, Environmental, & Architectural Engineering Department and the Mortenson Center in Global Engineering, University of Colorado, 4001 Discovery Drive, Boulder, CO 80303, USA",USA,karl.linden@colorado.edu,https://orcid.org/0000-0003-4301-7227,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['Alaska', 'household', 'qualitative comparative analysis', 'sanitation', 'WASH', 'water']" -750,84509,11,6,https://iwaponline.com/washdev/article/11/6/1006/84509/Exploring-behavioral-determinants-of-handwashing,"Journal of Water, Sanitation & Hygiene for Development",Exploring behavioral determinants of handwashing with soap after defecation in an urban setting in Bangladesh: findings from a barrier analysis,2021,TRUE,2,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.070/2/washdev2021070supp1.xlsx?Expires=1706162878&Signature=iYQvaIiZDesni3hrvegvomfhq8jQNMnqGU9XNtTPEnvsSatuEh9YAKPo06ELveAOexYZvVsxwLtabc-fwK3Q7Cgb6iLltuglVahysaDeH3HRWfRcv6qkbd9dl7kep4PiZq9ovwyEQr7WGDdeVgwXDWSv6pCXe-wvipV-1NICoXVeqSXT4xqJa-siLtvEb9c-5gU5RwBx-OCM8qJdL8ArOd7oOfq6HXD3aOH8FemSzrZA2z0dfqFOXU9Qx-fVqmD4LAHauP80hn8Q2T5BPj7noMyhANl7e37JpX9Z5jfSV4LCyqdRSKSkvcThQtBnVg0Hbb0BQNqun5qgmSPSThb1oA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.070/2/washdev2021070supp2.docx?Expires=1706162878&Signature=UCYE7m7YFFXhufEx27vnL3YUm30NiqTKOFzHQqk8Jv7DKAVVhNDXnh44ogDm2Fb~yqucHPQwYRjFSf8laFyi7bgvMTLCVYhpfdZLzutnzV2njKr3LNG5LlyZ~cUHyQlAeJzOrGbt7fuFua4wlbmWQFvtron~7BXqp4mHKQyfnmoK5lb-sWji90ARdNtYMbyQ6xlxQjeiufMcslAQfF~WT06S8rgCC7tarq8oHTH6u~VkgbMhwA12N7bvSwJNjaW~LUgSaFTCsUq3QBNgEg~fiJpBJrbQ8jiFroOQdORzCLXTMyKQCvQuGglCF4NasxNV9WVh0U14G71isFpgrxqv2g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",6,Md. Abul Kalam,"Bangladesh Country Office, Helen Keller International, House 10/F, Road 82, Gulshan-2, Dhaka 1212, Bangladesh",Bangladesh,a.kalam724@gmail.com,https://orcid.org/0000-0003-4236-8519,Md. Abul Kalam,"Bangladesh Country Office, Helen Keller International, House 10/F, Road 82, Gulshan-2, Dhaka 1212, Bangladesh",Bangladesh,a.kalam724@gmail.com,https://orcid.org/0000-0003-4236-8519,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['barrier analysis', 'behavior change', 'behavioral determinants', 'handwashing', 'hygiene']" -751,84510,11,6,https://iwaponline.com/washdev/article/11/6/1016/84510/The-hidden-WASH-needs-of-perimenopausal-women,"Journal of Water, Sanitation & Hygiene for Development",The hidden WASH needs of perimenopausal women,2021,FALSE,0,,[],5,Amita Bhakta,"Consultant, UK",UK,amitabhakta@hotmail.co.uk,,Amita Bhakta,"Consultant, UK",UK,amitabhakta@hotmail.co.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['bathing', 'laundry', 'menstrual hygiene', 'perimenopause', 'sanitation', 'water']" -752,84532,11,6,https://iwaponline.com/washdev/article/11/6/1026/84532/Climbing-the-sanitation-ladder-latrine-promotion,"Journal of Water, Sanitation & Hygiene for Development",Climbing the sanitation ladder: latrine promotion and household decision-making in Viet Nam,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.072/2/washdev2021072supp.docx?Expires=1706026641&Signature=qCyntfbkA2~D5TozvW5SOk9bP6tQgGLCvAEvHIqISKzfV63EeSxhzluSU1YR4XWVtynKJvHZP0yCMRJDhGsq08Uz7nG0LpeqGGYnXjq6H5TefKChe9HMrmHLa6NGClE64W7MbGCdzjZoqMHTMdy026RoFys8s4goAaJX1y9sK2JqhYM8owScGgnsG4zakZqSPBZCDb~vet660uLvj2GBT8jmQ7tCKMrHLLMqGHsBWQemykZNxPNkhneuQ0HmsxxFpk~6k7qWZsWyzB7y2pq8wu4kJ2un~fw9A-6InOz8P8v4uhNvruxsZoy-KTw4NJTwdOm3VlQHUwU0AB7FH29KrQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Milan Thomas,"Economic Research and Regional Cooperation Department, Asian Development Bank, 6 ADB Avenue, Mandaluyong City 1550, Metro Manila, Philippines",Philippines,mthomas@adb.org,https://orcid.org/0000-0001-8100-9506,Milan Thomas,"Economic Research and Regional Cooperation Department, Asian Development Bank, 6 ADB Avenue, Mandaluyong City 1550, Metro Manila, Philippines",Philippines,mthomas@adb.org,https://orcid.org/0000-0001-8100-9506,TRUE,All relevant data are available from an online repository or repositories (https://georgetown.app.box.com/s/4kcyhfl2227rntacm49pdiyfzwgaxmyc).,All relevant data are available from an online repository or repositories,https://georgetown.app.box.com/s/4kcyhfl2227rntacm49pdiyfzwgaxmyc,"['gender', 'marketing', 'rural development', 'sanitation', 'septic tanks', 'social influences']" -753,84546,11,6,https://iwaponline.com/washdev/article/11/6/1036/84546/The-clean-plan-analysing-sanitation-planning-in,"Journal of Water, Sanitation & Hygiene for Development",The clean plan: analysing sanitation planning in India using the CWIS planning framework,2021,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.130/2/washdev2021130supp.pdf?Expires=1706162888&Signature=fYSpcNpbNJqdoxXrGceS1E8b8FZbnhWDujwPs~Sq1jwew~O0Rw4SZgSFmQV5tGmtUKcu3kKaji1NMJRhOy3qsdKBCWWbwoBBk~HRS3zpNzhjXlwEOeO5chYHtIKJFgMwoaMvH-bIP7Dzm8uyUhUYm8Y~5yrZkvflCtTQEWi1rszK313Q1-HkuI0o7ZgQXbMitgwMwE9xHugdVnzV2D35Bwk0B9Z2S-40f8BWEn5xpjJRccpjcYxbctPm~-dtNmIzFI0YfyNSVR9zDKZlI6At6UWFa4LxpPoba702L6WwdqileupsbTFRilvjddLLJPYzbLcxIqMFvt2ZbqsG4j8xTg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Abishek S. Narayan,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,Abishek S. Narayan,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Citywide Inclusive Sanitation', 'CWIS planning framework', 'India', 'sanitation planning', 'Swachh Bharat Mission']" -754,84439,11,6,https://iwaponline.com/washdev/article/11/6/1048/84439/Enhancing-the-resilience-of-the-rainwater-for,"Journal of Water, Sanitation & Hygiene for Development",Enhancing the resilience of the rainwater for drinking (RFD) system through systematic monitoring: a case study at the Ly Nhan rural hospital in Vietnam,2021,FALSE,0,,[],6,Hakyung Lee,"Department of Civil and Environmental Engineering, Seoul National University (SNU), 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,,https://orcid.org/0000-0002-1064-4227,Mooyoung Han,"Institute of Construction and Environmental Engineering (ICEE), Seoul National Universit (SNU), 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,myhan@snu.ac.kr,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['developing countries', 'rainwater for drinking system', 'rural health-care facility', 'safe drinking water', 'SDG 6', 'Vietnam']" -755,84550,11,6,https://iwaponline.com/washdev/article/11/6/1062/84550/Inconvenient-truth-unsafely-managed-fecal-sludge,"Journal of Water, Sanitation & Hygiene for Development",Inconvenient truth: unsafely managed fecal sludge after achieving MDG for decades in Thailand,2021,FALSE,0,,[],4,Thammarat Koottatep,"School of Environment, Resources and Development, Asian Institute of Technology, Klong Luang, Pathumthani, Thailand",Thailand,,,Achara Taweesan,"Department of Environmental Science, Faculty of Science, Ramkhamhaeng University, Bankapi, Bangkok, Thailand",Thailand,acharataweesan@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['effective sanitation measures', 'fecal pathogen infections', 'fecal sludge management', 'improved sanitation facilities', 'Millennium Development Goals', 'Sustainable Development Goals']" -756,84675,11,6,https://iwaponline.com/washdev/article/11/6/1071/84675/Effect-of-single-and-combined-exposures-to-UV-C,"Journal of Water, Sanitation & Hygiene for Development",Effect of single and combined exposures to UV-C and UV-A LEDs on the inactivation of Klebsiella pneumoniae and Escherichia coli in water disinfection,2021,TRUE,2,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.105/2/washdev2021105supp1.docx?Expires=1706162900&Signature=x2weFjFEY8S85yaf~SLTzD9VYazmx8D5-TcM8BKCCW4Toe5UPjMq2GCngRlQ3pPdcMO7RoToCuXgWaMe85blazNPbt1ubU9ku-txiztiu1l4fFdndSwfRBZfQQyNZUez21sEWkQ2eSxu0XEd7wx-3af-5LELCCDQ7Vhnbu99oiZ5D84TtLVGqTguVjSgakuKa69f-g4fhYQ-644uCsOuh5CdHt8QMx88Ed7Efzo2NUACV75jOgqlbSuKeNXUPDZJ6FcMLK6YqUGcLccajnL3mJcEEsnMs5nBCOT1dbDEwGZD~ZNznx2GA8qn-qb36JvvnYnNUStqK44G4VhCOGLn6w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.105/2/washdev2021105supp2.docx?Expires=1706162900&Signature=MERjB2Pu1260lYKhaSqbNjC8TJty8krzWrfiCcZhMooleRs4r1Nt174SJO2At89uEFXwz1LMXfCpBqOy-ClxypGlJYWLowhanJasTQioEe922eSSpicDeOFBsOjb6SsDZJZb7tqSBUjbIeZ3ZB-rXj3a1hs-U25WZR5XAtBeu~vtEdDt7F3CDKs3zMrqLP8PRfBcy2zjoV2GXoZPh9mt2e0L9sV3sKAyPUarsc0Q9ReaDH~~u1LhK04otgsCcaoHnuMTXRx4gQlsipcnDITlrFr7khJa7Dt7vaEdUQ0wp4Kek95suQWKvydmxNy37fuOmkO2DRzmhk259rNsikWjmw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",2,María-Angélica Galezzo,"Environmental Engineering Research Center, Department of Civil and Environmental Engineering, Universidad de los Andes, Carrera 1 No. 18A-12, Mario Laserna Building, Office 733, Bogotá, Colombia",Colombia,ma.galezzo@uniandes.edu.co,https://orcid.org/0000-0003-3945-7115,María-Angélica Galezzo,"Environmental Engineering Research Center, Department of Civil and Environmental Engineering, Universidad de los Andes, Carrera 1 No. 18A-12, Mario Laserna Building, Office 733, Bogotá, Colombia",Colombia,ma.galezzo@uniandes.edu.co,https://orcid.org/0000-0003-3945-7115,TRUE,All relevant data are available from an online repository or repositories (https://data.mendeley.com/datasets/z9w7d7gw9n/1).,All relevant data are available from an online repository or repositories,https://data.mendeley.com/datasets/z9w7d7gw9n/1,"['drinking water', 'Klebsiella pneumoniae', 'photo/dark repair', 'point-of-use systems', 'UV disinfection', 'water treatment']" -757,84794,11,6,https://iwaponline.com/washdev/article/11/6/1083/84794/Removal-of-metronidazole-antibiotic-from-aqueous,"Journal of Water, Sanitation & Hygiene for Development",Removal of metronidazole antibiotic from aqueous solution by ammonia-modified activated carbon: adsorption isotherm and kinetic study,2021,FALSE,0,,[],6,Ali Ahmadfazeli,"Health Research Center, Lifestyle Institute, Baqiyatallah University of Medical Sciences, Tehran, Iran",Iran,,,Amir Adibzadeh,"Health Research Center, Lifestyle Institute, Baqiyatallah University of Medical Sciences, Tehran, Iran",Iran,rsr.adibzadeh@bmsu.ac.ir,https://orcid.org/0000-0002-5703-0759,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adsorption isotherm', 'kinetic', 'metronidazole antibiotic', 'modified activated carbon']" -758,83807,11,6,https://iwaponline.com/washdev/article/11/6/1097/83807/Revenue-augmentation-through-improved-water-supply,"Journal of Water, Sanitation & Hygiene for Development","Revenue augmentation through improved water supply services: a case study of the SMART-WASA team of Faisalabad, Pakistan",2021,FALSE,0,,[],4,R. Ogata,"JICA, Niban-cho, Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,R. Ogata,"JICA, Niban-cho, Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['hydraulic separation', 'Pakistan', 'revenue augmentation', 'service improvement', 'willingness to pay']" -759,84405,11,6,https://iwaponline.com/washdev/article/11/6/1102/84405/The-Household-Water-Insecurity-Experiences-HWISE,"Journal of Water, Sanitation & Hygiene for Development",The Household Water Insecurity Experiences (HWISE) Scale: comparison scores from 27 sites in 22 countries,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.108/2/washdev2021108supp.docx?Expires=1706162912&Signature=QOaZDgXD91SqJjOy2-4sPBySZGE6~dCeIb~V2Z5tQXJFsXAfLtdxZFjIzHWhIAw9evFOUc9Dl3UbdkdRtOfiXO0FA3hq4kphSzr8SVYsoPPQHzrc~KZCz86K5lwWszga6DvGFBOeHQUeMRFx-xqNK3Snq-webh~-AUaHOGYQmy9rW8Iy9wptNw8fUDQ7MLWo1ApI6YbbDOngsfz4iM~k3qu7-ANKAONEYe85Bn91gc5fooMe-t5vqg9ZsS9XDlyEZZ98sjuNFRzvJrKvHmPGNnAvEnPQ-iSmKBa2LLVf3ZLFv5ltty7PaN7C2Ioc1cAg0fO-6f5~RreJ3J49r3rvrQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],47,Justin Stoler,"Department of Geography and Sustainable Development, University of Miami, Coral Gables, FL 33146, USA",USA,stoler@miami.edu,https://orcid.org/0000-0001-8435-7012,Justin Stoler,"Department of Geography and Sustainable Development, University of Miami, Coral Gables, FL 33146, USA",USA,stoler@miami.edu,https://orcid.org/0000-0001-8435-7012,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['global health', 'measurement', 'metrics', 'water insecurity']" -760,85061,12,1,https://iwaponline.com/washdev/article/12/1/1/85061/Impact-of-regional-water-supply-sanitation-et,"Journal of Water, Sanitation & Hygiene for Development","Impact of regional water supply, sanitation et hygiene (WASH) program in Senegal on rural livelihoods and sustainable development",2022,FALSE,0,,[],7,Ibrahima Sy,"University Cheikh Anta Diop (UCAD), BP 5005 Dakar, Senegal",Senegal,ibrahima.ousmane.sy@gmail.com,https://orcid.org/0000-0002-3266-1001,Ibrahima Sy,"University Cheikh Anta Diop (UCAD), BP 5005 Dakar, Senegal",Senegal,ibrahima.ousmane.sy@gmail.com,https://orcid.org/0000-0002-3266-1001,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['hygiene', 'impact', 'sanitation', 'Senegal', 'sustainable development', 'WASH sub-program', 'water']" -761,85555,12,1,https://iwaponline.com/washdev/article/12/1/16/85555/Time-and-motion-assessment-of-pit-emptying,"Journal of Water, Sanitation & Hygiene for Development","Time and motion assessment of pit-emptying operations in Kigali, Rwanda",2022,TRUE,2,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.079/1/washdev2021079supp1.docx?Expires=1706017747&Signature=XbBuc8wceO7PaJukMgFKgZvgRQcJ5y3xUlpP5MPQD8uLqgCyopUvwEpWrJCSiaG06rNsPYit20EzMmzooKa6hwtjg1HohtfuaeENk7DELH-aaeEZhErOJCgU9PtxzWTnS3Mk1w5f-XyLdncGd9486kGCHPfTprL5GeXs2w0RvxilvMlUa8W4smbHAhx56HYDsnjVzWL9ZwwWE~OIPGIZ7hgwuyRnpvXJ5xGtiWx8ijciDZrH5jB94jIBqyLK4VaMaY0y1hVd1EyuoGNqe9m0sHZ8T~LYcypTDUFDI8hwBic2A79Ng1oyblGQkbOy626CEefrPxT1Ue0M6rkUPvvdqg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.079/1/washdev2021079supp2.xlsx?Expires=1706017747&Signature=uz5GcdZ3O~41UDGdG8yVP-dkHoxvogjYPWXn1dp7ItWWz~dya56wvB05CSS7nmzjRThpNGLZQUVhS1uatYN58J4LmqY5XQfs1itShRL6zqHA-Vrek4sx7NJdduX60A~RB9MzM6HRsfyMmSPlXkdpeYuh0UiMZxjL0vtGRH1x6KkSuwk8fbOiTANKQcvh7zAMwqQp4zc6ev8rS80au3BrmgYf8OJI~0ymOL01c~M7E9U~Jb-C2dDBLJh-7WmDF3TKxPJQLYo8niECLWiK35vzkZTEhNU1gfpxp36QuFP2SPgkauhbe-w5zXLQIn0Nu84xaKWUMugy-2wxE9uOFMyuvQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",4,Bruce Rutayisire,"Pit Pumpers Ltd, Kigali, Rwanda",Rwanda,bruce@pitvidura.com,https://orcid.org/0000-0003-0180-5292,Bruce Rutayisire,"Pit Pumpers Ltd, Kigali, Rwanda",Rwanda,bruce@pitvidura.com,https://orcid.org/0000-0003-0180-5292,TRUE,All relevant data are included in the paper or its Supplementary Information. Deidentified data on the tasks analyzed for this study are available in a separate file.,All relevant data are included in the paper or its Supplementary Information. Deidentified data on the tasks analyzed for this study are available in a separate file.,,"['FSM', 'on-site sanitation', 'pit latrines', 'septic tanks', 'time-motion study', 'trash fishing']" -762,85238,12,1,https://iwaponline.com/washdev/article/12/1/23/85238/Does-economic-policy-in-Nigeria-enhance,"Journal of Water, Sanitation & Hygiene for Development",Does economic policy in Nigeria enhance sustainable water and sanitation facilities?,2022,FALSE,0,,[],4,Paschaline Nkeiruka Ugwu,"Department of Economics, University of Nigeria, Nsukka, Nigeria",Nigeria,,https://orcid.org/0000-0002-9958-6341,Divine Ndubuisi Obodoechi,"Department of Economics, University of Nigeria, Nsukka, Nigeria",Nigeria,divine.obodoechi@unn.edu.ng,https://orcid.org/0000-0001-7873-1856,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['economic policy', 'PEWASH', 'unsafe sanitation', 'water sanitation', 'WASH']" -763,84883,12,1,https://iwaponline.com/washdev/article/12/1/32/84883/Pattern-of-child-faeces-management-and-disposable,"Journal of Water, Sanitation & Hygiene for Development","Pattern of child faeces management and disposable diaper usage among under-fives in an Urban Slum of Bandung, Indonesia",2022,FALSE,0,,[],5,Lina Agestika,"Graduate School of Health Sciences, Hokkaido University, 060-0812 Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,,https://orcid.org/0000-0003-2902-8296,Taro Yamauchi,"Graduate School of Health Sciences, Hokkaido University, 060-0812 Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,taroy@med.hokudai.ac.jp,https://orcid.org/0000-0002-5168-2748,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['child faeces', 'disposable diapers', 'hygiene', 'sanitation', 'toilet training', 'urban slum']" -764,85229,12,1,https://iwaponline.com/washdev/article/12/1/41/85229/Situation-of-menstrual-management-facilities-in,"Journal of Water, Sanitation & Hygiene for Development","Situation of menstrual management facilities in schools of peri-urban areas of Nepal: WASH, privacy, and healthcare",2022,FALSE,0,,[],7,Sadhana Shrestha,"Center of Research for Environment, Energy and Water, Upahar Marg, Baluwatar, Kathmandu-4, 44600, Nepal",Nepal,gosadhana@gmail.com,https://orcid.org/0000-0003-0468-4350,Sadhana Shrestha,"Center of Research for Environment, Energy and Water, Upahar Marg, Baluwatar, Kathmandu-4, 44600, Nepal",Nepal,gosadhana@gmail.com,https://orcid.org/0000-0003-0468-4350,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['healthcare need', 'menstrual pain and discomfort', 'Nepal', 'school absenteeism', 'sick room', 'space for washing and drying']" -765,85669,12,1,https://iwaponline.com/washdev/article/12/1/52/85669/Willingness-of-boarding-school-students-in,"Journal of Water, Sanitation & Hygiene for Development",Willingness of boarding school students in Tanzania to employ point-of-use water treatment: a case study,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.134/1/washdev2021134supp.docx?Expires=1706162936&Signature=P102hVYN-fUulk9JDsxdycB-SA~GJog~VU8CVg4jxzuSWeRPxUrbK0Dcce1~b6nm7rISNLGy3q~12SXqb9fyXgoMBZzGKgHNhn46COwD57~c-i5O8xn8VhqtHrjhtxx0h8DOJG77knJTrG5UnzBkBgvOIQNDzF3w1i4hJh4Lw~Th-tQnCYjSZ-48shIa1VEJhO1PPz-ctc1MYBcH6umhAHpLzLOZ5QU8QNdfY-PRGGW~yE9zG2HMnGmWPnYwgmkUrf0J2HERXos8kHkhx-YvzUhZnwRtXlohtTsL1uyVP7-5M-CypLlhe3ltCtI3Qib5on4DifG4WeogGdtnUrl~NQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Getrude A. Felix,"Department of Civil Engineering, School of Architecture, Construction Economics and Management, Ardhi University, P.O. Box 35176, Dar es Salaam, Tanzania",Tanzania,,,Tula. M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",USA,ngasalat@msu.edu,https://orcid.org/0000-0003-0610-3070,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['boarding school', 'chlorine tablets', 'fecal coliform', 'point of use', 'water quality', 'water treatment methods']" -766,85656,12,1,https://iwaponline.com/washdev/article/12/1/58/85656/Assessment-of-groundwater-quality-and-human-health,"Journal of Water, Sanitation & Hygiene for Development","Assessment of groundwater quality and human health risk associated with chromium exposure in the industrial area of Ranipet, Tamil Nadu, India",2022,FALSE,0,,[],3,Christina Rajam Vijayakumar,"School of Civil Engineering, Vellore Institute of Technology, Vellore 632 014, Tamil Nadu, India",India,,,Divya Priya Balasubramani,"School of Civil Engineering, Vellore Institute of Technology, Vellore 632 014, Tamil Nadu, India",India,divyapriya.b@vit.ac.in,https://orcid.org/0000-0003-1507-0274,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['carcinogenic risk', 'chromium exposure', 'chronic toxicity', 'groundwater', 'heavy metal', 'water quality index']" -767,85945,12,1,https://iwaponline.com/washdev/article/12/1/68/85945/Limited-water-access-is-associated-with-food,"Journal of Water, Sanitation & Hygiene for Development",Limited water access is associated with food insecurity and diarrheal episodes among children suffering from moderate acute malnutrition in Far-North Cameroon,2022,FALSE,0,,[],8,Carole Debora Nounkeu,"Regional Hospital Limbe, South West, P.O. Box 219, Limbe, Cameroon",Cameroon,carolenounkeu@gmail.com,https://orcid.org/0000-0002-7291-6988,Carole Debora Nounkeu,"Regional Hospital Limbe, South West, P.O. Box 219, Limbe, Cameroon",Cameroon,carolenounkeu@gmail.com,https://orcid.org/0000-0002-7291-6988,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['diarrhea', 'food insecurity', 'moderate acute malnutrition', 'WASH', 'water insecurity']" -768,86153,12,1,https://iwaponline.com/washdev/article/12/1/80/86153/A-qualitative-analysis-on-implementing-the-sewer,"Journal of Water, Sanitation & Hygiene for Development",A qualitative analysis on implementing the sewer system for an indigenous village in the influence area of Belo Monte Hydroelectric Plant (Brazil),2022,FALSE,0,,[],4,Tarciana Lima Cirino,"Department of Materials and Construction Engineering, Federal University of Minas Gerais, 6627 Antônio Carlos Avenue, Belo Horizonte, Brazil",Brazil,,,Marys Lene Braga Almeida,"Department of Materials and Construction Engineering, Federal University of Minas Gerais, 6627 Antônio Carlos Avenue, Belo Horizonte, Brazil",Brazil,marys@demc.ufmg.br,https://orcid.org/0000-0002-2061-1613,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['environmental licensing', 'ethnodevelopment', 'Indigenous Rights Public Policy']" -769,86152,12,1,https://iwaponline.com/washdev/article/12/1/90/86152/The-sanitation-arc-an-alternative-examination-of,"Journal of Water, Sanitation & Hygiene for Development",The sanitation arc: an alternative examination of WASH behavior change,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.162/1/washdev2021162supp.docx?Expires=1706162951&Signature=eP6kcutxdQvm~7G1ukMkv5D7zyKw0J4b6oKSFKJqm18tuenrD5kzgV6sxVWvC7aOkkYP2xtnfoKO1YK~xfYk36PUpwzh~lJ4djz5LZyr3l6tP-UoYi-dOyFr7cF9D5yHUshEZ3L298MLJJMV6cC2dAHhIM7oDIQk3CB8s6cR4e8owwaFNE9BlKI-gfRarIsK0PdfDdlt5oMD5dkzbUGh36vS4dp8bIEIvbIlW7tzqdIyIJP-HRQcgyde0fucTrUMOzcTVaEBIVdPe4FtUNOULb6Wcx6tHnT-kbDFY279UIdy6Ey4XOdzAQaLr2i2qVJLOoVicRvsKYcjbjGwuv5zWA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Froggi VanRiper,"Oregon State University Environmental Sciences Graduate Program, 2900 SW Jefferson Way, Corvallis, OR 97331, USA",USA,vanriper@oregonstate.edu,https://orcid.org/0000-0002-2564-5177,Froggi VanRiper,"Oregon State University Environmental Sciences Graduate Program, 2900 SW Jefferson Way, Corvallis, OR 97331, USA",USA,vanriper@oregonstate.edu,https://orcid.org/0000-0002-2564-5177,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['container-based sanitation', 'improved sanitation', 'open defecation', 'sanitation arc', 'sanitation ladder', 'transitional sanitation']" -770,86035,12,1,https://iwaponline.com/washdev/article/12/1/102/86035/In-situ-treatment-technologies-for-pit-latrines-to,"Journal of Water, Sanitation & Hygiene for Development",In situ treatment technologies for pit latrines to mitigate groundwater contamination by fecal pathogens: a review of recent technical advances,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.184/1/washdev2021184supp.docx?Expires=1706162955&Signature=XdvraCVFUlHbQ72B9zXB-6d8skk2rVhmN-YuNaqj814x9a-fPxiVLs4OrTakdN-an9a6fIr0zqt120VZ88kQRHBTix-QlMXQRrmwAxPDNNAbKRTAqFAj-BmdOrDSZQ9m6Amn70ovasI~KvVni6-tCiDt8cp07frmHFLUoLh0D-wKd-6Bog~zbDiW5wn0v5ymGhaFqU17X-QEwXBDFGaK2YYrlOfeHHikLKd39qXKdM102PDmlTfJ6BD0TObBqyB0eQP5i2ukIidImS~6SXwLvAHsDkrDfzUbhFMGweNyTHbz3NWtH4eDnho7Az4BPz-MdQCA-EFmzFImroIQGSISYg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Shray Saxena,"Department of Mathematical, Physical, and Engineering Sciences, Institute for Water Resources Science and Technology, Texas A&M University-San Antonio, San Antonio, TX 78224, USA",USA,ssaxena@tamusa.edu,https://orcid.org/0000-0002-0452-5619,Shray Saxena,"Department of Mathematical, Physical, and Engineering Sciences, Institute for Water Resources Science and Technology, Texas A&M University-San Antonio, San Antonio, TX 78224, USA",USA,ssaxena@tamusa.edu,https://orcid.org/0000-0002-0452-5619,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['fecal pathogen', 'groundwater contamination', 'pit latrine', 'pit lining', 'sludge treatment']" -771,86114,12,1,https://iwaponline.com/washdev/article/12/1/116/86114/Water-and-sanitation-influence-on-child-health-in,"Journal of Water, Sanitation & Hygiene for Development",Water and sanitation influence on child health in Namibia: using demographic and health surveys,2022,FALSE,0,,[],3,Mona Abdelhady,"Ca' Foscari University of Venice, Department of Economics, San Giobbe, Cannaregio 873, 30121 Venice, Italy",Italy,mona.abdalhady@feps.edu.eg,https://orcid.org/0000-0002-7161-2237,Mona Abdelhady,"Ca' Foscari University of Venice, Department of Economics, San Giobbe, Cannaregio 873, 30121 Venice, Italy",Italy,mona.abdalhady@feps.edu.eg,https://orcid.org/0000-0002-7161-2237,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['child health', 'demographic and health survey', 'Namibia', 'safe water', 'sanitation', 'under-five mortality']" -772,85720,12,1,https://iwaponline.com/washdev/article/12/1/129/85720/Factors-influencing-physicochemical,"Journal of Water, Sanitation & Hygiene for Development","Factors influencing physicochemical characteristics of faecal sludge in Phnom Penh, Cambodia",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.193/1/washdev2021193supp.docx?Expires=1706159326&Signature=AeRVKBjrp8eAr2B9su3iopGPwsTK7br-0qAUQaI-0ak91WZJLer5SKFBAu3eggfwbRxpzCSIONxO~PH2LW3pC8SZZarznZGZePzE7gvYbRlPfkCkxubSB7rfV39IlTZPAGdlpRt2wVI26yC8IbtvLtgkkuULF-PGZ3cx4Tne9OTkeImlqgn5tv9nMo8Il6tZfpew4hjtPTZrBo~swavFN7OguIXH2ofF4ZeOviTKXp1vfPwxZ~qSU9hC1qcQX0FaYczQqlNGc2ca5ouhIE5hr5eOzTVHaJfNxbTRoc5N958G882O0MlMXApFZhx-jBhpVyZdPmT0D9s7GUIVe3amNg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Chea Eliyan,"Department of Energy and Technology, Swedish University of Agricultural Sciences, P.O. Box 7032, Uppsala SE-750 07, Sweden",Sweden,chea.eliyan@slu.se,https://orcid.org/0000-0002-4608-9886,Chea Eliyan,"Department of Energy and Technology, Swedish University of Agricultural Sciences, P.O. Box 7032, Uppsala SE-750 07, Sweden",Sweden,chea.eliyan@slu.se,https://orcid.org/0000-0002-4608-9886,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['blackwater', 'cesspit', 'low-income country', 'onsite sanitation', 'pollutant loading', 'septic tank']" -773,86190,12,1,https://iwaponline.com/washdev/article/12/1/141/86190/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 9 (3), 571–580: Efficacy of integrated ultraviolet ultrasonic technologies in the removal of erythromycin- and quinolone-resistant Escherichia coli from domestic wastewater through a laboratory-based experiment, Owassa Dza Rebecca Annisha, Zifu Li, Xiaoqin Zhou, Ngomah Madgil Don Stenay Junior and Oscar Omondi Donde, https://doi.org/10.2166/washdev.2019.021",2022,FALSE,0,,[],5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,,FALSE,,,,[] -774,86189,12,1,https://iwaponline.com/washdev/article/12/1/142/86189/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 10 (2), 276–285: Performance evaluation of combined ultraviolet-ultrasonic technologies in removal of sulfonamide and tetracycline resistant Escherichia coli from domestic effluents, Owassa Dza Rebecca Annisha, Zifu Li, Xiaoqin Zhou, Ngomah Madgil Don Stenay, Jr. and Oscar Omondi Donde, https://doi.org/10.2166/washdev.2020.144",2022,FALSE,0,,[],5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,,FALSE,,,,[] -775,86255,12,2,https://iwaponline.com/washdev/article/12/2/143/86255/Community-engagement-in-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Community engagement in water, sanitation and hygiene in sub-Saharan Africa: does it WASH?",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.136/1/washdev2022136supp.docx?Expires=1706042938&Signature=WCFabQS1l9d0kYB6S2I4WY9zI9GnwOdixkvCnRAcdBBapAXNgg7GUekItzm5wW7QgmyYeISKlBPwhdHA8VhH1DDRdQi1dH9RNOX-0NEDAGmSCMJBwXV3T~gYjYAImb1etQ4-5b9r7jMP59ATUfnFLwgJzoTPz8X-~kHc-Foo1YiD6n9G3Xu-wO8sJ0crmG4Qy8-n0oyTc9xNZlqt-9drE-KLVqHNuG9ZY7P53uuY-PdERN3qWIM5RtEBPDzy~8kZts52VrP9uaOk3YMnVnFUF0l62ugGG4Whmd7~JZ4qSn1arBRdG2WfT05eLE-uwCdEfaCi59aaY7unc4d1vCIElQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Emmanuel Tsekleves,"LICA, Lancaster University, The LICA Building, Lancaster, Lancashire LA1 4YW, UK",UK,e.tsekleves@lancaster.ac.uk,https://orcid.org/0000-0003-1842-7830,Emmanuel Tsekleves,"LICA, Lancaster University, The LICA Building, Lancaster, Lancashire LA1 4YW, UK",UK,e.tsekleves@lancaster.ac.uk,https://orcid.org/0000-0003-1842-7830,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community engagement', 'gender', 'health', 'participatory approaches', 'transdisciplinary review', 'WASH']" -776,86263,12,2,https://iwaponline.com/washdev/article/12/2/157/86263/Drinking-water-quality-and-health-risk-assessment,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality and health risk assessment of intake and point-of-use water sources in Tano North Municipality, Ghana",2022,FALSE,0,,[],3,Saeed Ibn Idris K. Yeboah,"Department of Civil and Environmental Engineering, University of Energy and Natural Resources, P.O. Box 214, Sunyani, Ghana",Ghana,,https://orcid.org/0000-0002-8088-4920,Prince Antwi-Agyei,"Department of Civil and Environmental Engineering, University of Energy and Natural Resources, P.O. Box 214, Sunyani, Ghana",Ghana,prince.antwi-agyei@uenr.edu.gh,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ghana', 'public health', 'QMRA', 'water quality', 'water-related diseases']" -777,86265,12,2,https://iwaponline.com/washdev/article/12/2/168/86265/Application-of-the-Water-Service-Sustainability,"Journal of Water, Sanitation & Hygiene for Development",Application of the Water Service Sustainability Index to water services in sub-Saharan Africa: the case studies of eight councils in the Southern region of Cameroon (Central Africa),2022,TRUE,4,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp1.docx?Expires=1706162981&Signature=tSd1uabGdS1XxUvtX2ZcgWl4ESiw7VyKuD1Wt39KtzT6qeKLomsT0FVyWmRgt-fFc-K2Z7nWghgLC03TW-L-FfxQ3dByzP9~0UDem0xdFxgR8PZellsHXayBRpMQwWQ-p4yvrlUIRQ7Im-89pMj~GVUoMiFL8Lk3CDXhgTYSQHoVpNcOmZqv2d-mePGAfHDVQErKVO2~7sJqJnWJeWXSduB5aQcZmZ-N4LRhl5N2Hp3oM6RA~3hEMmumzudiHjw1Ez9Bcz4FmfFxJ4pD29apJnSVGEj1~366z275Dx9KKI6-bxezLhWqSOPMMFNzNa1Ssg~GTS2YRYM7g1AXk8Aylw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp2.xlsx?Expires=1706162981&Signature=y0KUmSQvMDZPmkqc-1TXoVuYm6zpC829oOUBuluzrmX2DFxyPQjJqtRvMwC2apC6y-ytGiSE34mpimgNfdgZ~WdsK3ztUmeY8rxDOgME88BrZTWtR2AyRR0ZKl-5VEUG~ZK3ovUqqUDXFnXcJHMdtXOPaqBQ6po~wdA9GfBC5AAsooh9KKfC-JnLIS66taGHwP6mn~AqNix5P5MAUo8w3aOMh3wej749SYga8uwz2Y8XdBlam8zfl8pryW5-g2x4gmVMw~2fSXHNxnJSjHrHZ3uJZ-f0NAXwuNMasJa6pXEvfcdFSgkA58zfalKImud30hvK86VSBC5NfYHrvmCULg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp3.xlsx?Expires=1706162981&Signature=BxvqPe4u8UJr~2p4IGnLtw1OKV9io68Vop1HI8Hk1r2RHBrz7AwJSfCihZdRCkKPp-r4bJWMeFF3e4dVF-Ay4n56CW9MMhhZdjryBOKLyLYwOQyrIzXe6-XCzw8~xiyyZbP2QQ3XWd9xCXrhq-K2ao5zFX4RXfmcs6gmdRkQIq0R6BldhKdnR19YcNmHIvXbuC2a0bXfiR26Wl477GZLwfp95AEHVkbcCCXvA9SAfNo5EF4FpnuzZPss9hJOecm~jmlDL95WdV8dKDKMLkERnUi9PquRDwwnpyNfV0GpxCuexVkPHJ417f6zAeoNCuVeSAgitef5-r~6ypb7~uli~A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp4.xlsx?Expires=1706162981&Signature=S-6-wkHMPm-Y5amUXU2jxs1UxdsP-09mMbVhBET4OecQygTaIAKK5zUX6aNjvKc~TziQQodcx--bG3q62ubZOaYYUAz8hqEt0W3-ZY8wM8qp8XyLV-EX16Wvhayf05yPl6IK9~kCyCaMkfSKG5CQWDIaif1tFdUbzuOXAkmHc4ZpGR388-7qZaB-NldQW~lBRbQurldgdm0sogkQ0e1nRNwbdGAw5gcwdp0z-6C-ksDNKr0JE8k6ypDjTspSEW4yLWfVzbX51h0lNRStmTpVIBiD0ObO6R40sXf9p~fHNPc1F3b8dcz56tTiEyVq391VRL7gRfzzOgM3louUCBhEfw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['index', 'rural water service', 'sub-Saharan Africa', 'sustainability']" -778,86256,12,2,https://iwaponline.com/washdev/article/12/2/186/86256/Prioritization-of-maintenance-work-in-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Prioritization of maintenance work in wastewater networks using decision support methods,2022,FALSE,0,,[],4,Cherifa Mezhoud,"Laboratoire de Recherche en Hydraulique Appliquée et Environnement (LRHAE), Département d'Hydraulique, Faculté de Technologie, Université de Bejaia, Route de Targa-Ouzemmour, Bejaia 06000, Algérie",Algérie,,https://orcid.org/0000-0002-0868-8810,Ali Berreksi,"Laboratoire de Recherche en Hydraulique Appliquée et Environnement (LRHAE), Département d'Hydraulique, Faculté de Technologie, Université de Bejaia, Route de Targa-Ouzemmour, Bejaia 06000, Algérie",Algérie,ali.berreksi@univ-bejaia.dz,https://orcid.org/0000-0002-5989-3427,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['AHP', 'maintenance', 'sanitation defect', 'TOPSIS', 'urban sanitation network', 'WPM', 'digitalwatercollection', 'digitalwatertechniques']" -779,85782,12,2,https://iwaponline.com/washdev/article/12/2/200/85782/Determinants-of-household-water-demand-a-cross,"Journal of Water, Sanitation & Hygiene for Development",Determinants of household water demand: a cross-sectional study in South West Nigeria,2022,FALSE,0,,[],2,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['access', 'demand', 'household', 'sources', 'urban']" -780,86270,12,2,https://iwaponline.com/washdev/article/12/2/208/86270/The-multiple-uses-of-water-derived-from-managed,"Journal of Water, Sanitation & Hygiene for Development",The multiple uses of water derived from managed aquifer recharge systems in Kenya and India,2022,FALSE,0,,[],7,A. H. Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",UK,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,A. H. Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",UK,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['manager aquifer recharge', 'multiple-use services', 'percolation ponds', 'sand dams', 'water harvesting']" -781,86682,12,2,https://iwaponline.com/washdev/article/12/2/217/86682/Households-access-to-safely-managed-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Households' access to safely managed sanitation facility and its determinant factors in Jimma town, Ethiopia",2022,TRUE,2,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.003/1/washdev2022003supp1.docx?Expires=1706163000&Signature=NTTpDHt7bA~iWjA7SjyIYCVTCjzuw4G4faVxBISm1JUxWgYsEcFRHQ-C6xQkkc0benyQ0yZEO1Z3efKVWLQFbKZb-kuLeJnHtwQUF3NNtG3cbF4ypnfiigXYfIv1UElzJ-nOasOxftgwwIGiw3SNPhgdbzXXk9T9D-CSZazgUagi2gAZcyDySaOo70uvNofsY2LQ6GOqGI3pumtwXZqX~P8sOrB4OGEMAvWJNNTLttNLc3Q09oCzzPF45B-QWvotqTVpLkncBfSa8LGuCgFF60tPXsTh~O98iuqS4cEX4MRrXxJT1VpxP9tdgTHgDimM0-tz68b8auPIS0J~j1IvBw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.003/1/washdev2022003supp2.docx?Expires=1706163000&Signature=QGIJtb4VjUaSmRcsmVV9mL-wN3YkAnQE2rJJX-BI7m0R9s-oxQHyoTjjol1OUJZo6v38h-rAL1KRfMTMJ6DKEmd2mbHG7D9ApzpgAPAvG3rbbg1ziZ4xT-y9nt3ir8Vn3eiCTsm3Ctiqn6TZvv1PbXxmBX-lb7Ioj8NddVVNd4M6Gb57tjGaFqbAjkUosEiUe2gchI5aKcUoQJ0FIupZ-rdEwtcGmsNif6~711LDCfk~oWumjBgJSu4i74GrEIwmKD7FNotjTNCpN93obnaMwKrugjQxNwmSMmek5Kni4ZG2g254kWau4gWgHkRWqyPdCq4IXMdPr9okvacYD4qzIQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",3,Dereje Oljira Donacho,"Department of Environmental Health Science and Technology, Jimma University, Jimma, Ethiopia",Ethiopia,dodbau3687@gmail.com,https://orcid.org/0000-0001-6145-2914,Dereje Oljira Donacho,"Department of Environmental Health Science and Technology, Jimma University, Jimma, Ethiopia",Ethiopia,dodbau3687@gmail.com,https://orcid.org/0000-0001-6145-2914,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['determinant factors', 'Jimma town', 'safely managed', 'sanitation', 'Urban Ethiopia']" -782,86269,12,2,https://iwaponline.com/washdev/article/12/2/227/86269/Community-health-clubs-improve-latrine,"Journal of Water, Sanitation & Hygiene for Development","Community health clubs improve latrine construction through savings, lending, and income-generating activities",2022,FALSE,0,,[],4,Pamela Ncube Murakwani,"Health and Nutrition Specialist, International Medical Corps, 4 Clark Road, Suburbs, Bulawayo, Zimbabwe",Zimbabwe,,,Nicole Weber,"Director PRO-WASH, Save the Children, 899 North Capitol Street NE, Suite 900, Washington, DC 20002, USA",USA,nweber@savechildren.org,https://orcid.org/0000-0003-4897-0447,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community health clubs', 'food security', 'hygiene promotion', 'income-generating activities', 'sanitation', 'sustainable development goal 6']" -783,87435,12,3,https://iwaponline.com/washdev/article/12/3/237/87435/The-complex-nature-of-household-water-supply-an,"Journal of Water, Sanitation & Hygiene for Development",The complex nature of household water supply: an evidence-based assessment of urban water access in Southwest Nigeria,2022,FALSE,0,,[],2,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, 7602 Matieland, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, 7602 Matieland, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['accessibility', 'decentralised solution', 'multiple water sources', 'Nigeria', 'non-tap supplies', 'self-help projects']" -784,87102,12,3,https://iwaponline.com/washdev/article/12/3/248/87102/Sanitation-planning-for-resettlement-sites-in-Laos,"Journal of Water, Sanitation & Hygiene for Development",Sanitation planning for resettlement sites in Laos,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.178/1/washdev2022178supp.docx?Expires=1706083099&Signature=E7haOpwvNZ4073wvVMPkUlyRPIQSKiEDLaup0-eAivKWSDiM9aPHNSNzDDgjKmKhN7yAoglWvof6tHKzy8-yE4SHnZ-rthvextLmqxDOTrGr8MOStRbTkpBCOGdmpeJ4-4MqPx3IRylHzmyryt-yyRBMmflIuHRAnVQbUjqgLC738ek2RQdRqN3YieXnB0RCqGpqbOU05ZcdBRNm6VW9tgT2fas75Y3XnJxfj01ysr4gvfcbAk1jIowpQSX6bbhOw7Sj2WhdhefSZpJ0R~Pw-Ef88yOdS8s9HBC1RANtHWrfB9577S96dnLBFK3ec-O0azbulL-HCtfWN1ZtRDZ4pA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Souphaphone Soudachanh,"Department of Water, Atmosphere and Environment, Institute of Waste Management, University of Natural Resources and Life Sciences, Muthgasse 107, 1190 Vienna, Austria",Austria,souphaphone.soudachan@boku.ac.at,https://orcid.org/0000-0001-8363-7995,Souphaphone Soudachanh,"Department of Water, Atmosphere and Environment, Institute of Waste Management, University of Natural Resources and Life Sciences, Muthgasse 107, 1190 Vienna, Austria",Austria,souphaphone.soudachan@boku.ac.at,https://orcid.org/0000-0001-8363-7995,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['hydropower plant', 'Laos', 'resettlement sites', 'sanitation guidelines', 'sanitation safety planning']" -785,86905,12,3,https://iwaponline.com/washdev/article/12/3/258/86905/Pathways-for-securing-government-commitment-for,"Journal of Water, Sanitation & Hygiene for Development",Pathways for securing government commitment for activities of collaborative approaches,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.183/1/washdev2022183supp.docx?Expires=1706013871&Signature=lNb3UBEwMttkacLjEnDMAyl4txIDUk8X~zcOv-yAp~7GqNBBtKJN-wJSPt4PJD0zxzS~uAkFGl6oxm2JwIL5fWPwwZpPKZ1tieygnoZ7m2zlUpDuGfSC4ecArid3LIoH6yXrAjQICYKxhBQPCL9RheGB0ceY~NUq04DRRjWMwXHCSKwg33GZNssVN1OkppAWvmv~VIpcqkABsBej98HTUyfuNuiVfLvGl54J8OnFXqNnGPGdm97HiprvfPPCWYsAjMmUpZ-bBieqvQ7OWszsriZ2unrlFdFV3NSN5UnsLMOF8j-n8vDKH17v5EAZF5~~JWGn0SjhA2yJW~eB9TXYBw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Kimberly Pugel,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",USA,,https://orcid.org/0000-0001-6974-3046,Amy Javernick-Will,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",USA,amy.javernick@colorado.edu,https://orcid.org/0000-0002-3933-2614,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['collaboration', 'collective action', 'government', 'learning alliances', 'political will', 'systems strengthening']" -786,87097,12,3,https://iwaponline.com/washdev/article/12/3/271/87097/A-new-tool-for-disinfecting-household-drinking,"Journal of Water, Sanitation & Hygiene for Development",A new tool for disinfecting household drinking water for rural residents: protonated mordenite-embedded sheet,2022,FALSE,0,,[],6,Erni Johan,"Faculty of Agriculture, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,johan@agr.ehime-u.ac.jp,,Erni Johan,"Faculty of Agriculture, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,johan@agr.ehime-u.ac.jp,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['developing countries', 'disinfection', 'drinking water', 'Escherichia coli', 'mordenite', 'rural residents']" -787,87125,12,3,https://iwaponline.com/washdev/article/12/3/278/87125/Developing-a-novel-tool-for-assessing-water,"Journal of Water, Sanitation & Hygiene for Development",Developing a novel tool for assessing water service sustainability in rural areas of sub-Saharan Africa,2022,TRUE,1,xlsx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.203/1/washdev2022203supp.xlsx?Expires=1706163023&Signature=PlOAgM0szyzrJFg-ZrU4cj6mRABkltDiDLFLQ1OiOa9BgbitbrWlAeZf19OawB9y8Js4yVHuTrQaaMpqbHt9fkHBfVuxoPCkCGsuMzQT-kh7CsalEWLQi-AGnBoc476yKKexRFivCgZE3Oq1W3zuLtH1Wi8SjQAiP~uAc9fr-T4C-~0hv9qz~OAnaLjlE29BFGBFijE4JWRLaOW7Cev1rMkrpOTnuMxa-tewYtfHMoLtarTSDTyCgmNkdMZuDsew5LC-QLjHDn2qqH4pOOABQZkZpmiXT33mlZATpXTWHpq--LJVf7tZZ7rxJEZpBquRR1pOc1GHqK86Ddjva0KIrA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Sub-Saharan Africa', 'sustainability', 'water service assessment tool']" -788,87070,12,3,https://iwaponline.com/washdev/article/12/3/286/87070/A-One-Health-evaluation-of-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","A One Health evaluation of water, sanitation, and hygiene (WASH) services in Butaro Sector, Rwanda",2022,FALSE,0,,[],11,Laura L. Coughlin,"Department of Infectious Disease and Global Health, Cummings School of Veterinary Medicine at Tufts University, Grafton, MA, USA",USA,,https://orcid.org/0000-0002-5244-5082,Janna M. Schurer,"Department of Infectious Disease and Global Health, Cummings School of Veterinary Medicine at Tufts University, Grafton, MA, USA",USA,jschurer@gmail.com,https://orcid.org/0000-0001-6122-5332,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['drinking water', 'livestock', 'One Health', 'Rwanda', 'sanitation practices', 'water treatment']" -789,86842,12,3,https://iwaponline.com/washdev/article/12/3/302/86842/Role-of-cleaners-in-establishing-and-maintaining,"Journal of Water, Sanitation & Hygiene for Development",Role of cleaners in establishing and maintaining essential environmental conditions in healthcare facilities in Malawi,2022,TRUE,3,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.206/1/washdev2022206supp1.docx?Expires=1706163031&Signature=Tr6n90-9nStmlEz7KbAysAiaL3jpD2R7xDxu3WaFOhITTsgqQJFsw0Xw80bqb00E-1qGpmNR-vea5-uDaX8rZpPp4DO3RDpt8DrsCskPI7UaGfupLQnUtU0SLZ2KP2PEc3Lc66u1oNLSYxVyV2a2zbqHxmeZmBHnEdFWjKiUYQTif7CGRtMvSP4eW6kMuZxKc02r4WtQplL~daJ3NUGFEiU2cLX3JvaKtoTkoyvHX26EfUluCpEUYyq4ts9FMCd2lDcWf~xJP2rUud16kkfl92vGX0lAP~Qd4jt2S7bgkd1yfltHHirjNRcxGwdk5Ae43z3Nn0cDhCNM3mny-DjOoA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.206/1/washdev2022206supp2.docx?Expires=1706163031&Signature=mrjkU6AR3NN7i-TbO35MpqOcd2Lp7rqcUR-17LSukAE5S4aAjbH3PVXu-RutvcCOkvGGxwyHlw4JdfoWID4uBrPwJshQbrglemmcaI9uThmpLGd-oxWGysMLLqXAfTsXdePT-PhYe4dMSclcjXPyM4YEiQ-sGIslTCT1WUhjN2hZ7Sv2NlA-o-0-23BJ3Ek4H9Ic6rk9KwKdkRQxOK7hKttq9qDL05-QOyFJRXjp7KCXDLzePMt-vdZ44rw0LvKPQDfVu8ma6xUJgtZWR~83b13s6DidIovSk9-SvZtbYRB29PnhZZrdgwz0izlZrb9H9dluWnLlQWQkyq1rk5zilg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.206/1/washdev2022206supp3.docx?Expires=1706163031&Signature=ifsk1S3dMZe5YkgoCO7sSZdpBVe~QGTMYxxOI74Fy1C17wfu-UWr2E6Wd0xXy~VWJzmKYLUobLMgy6b15RVFfbnQLTPUTWR5JmLq8qz56pB2YxgcMq1gYeUhwUDsZr1jkUnwP8n6czyUnyN-~9n-lrzMW~om8UBnBMFjesms9S-4L2dF~J4rv4C7R2XZDuOzpOnwuxRb~Qt8zf9YsamF4ZJJ9eagNmenboseew2hq5fpo9GGXE99B0RMlKPQG0zLnUaO0BWgVcBLHxB8vKAe7l54UkleZaMxsgArcAtwPLzT~SrMf-A0L49pc0ryA85qL2dD5nOjQaf6cSX1EF2GNw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",9,Hayley Elling,"World Vision, Washington, DC, USA",USA,,,Ryan Cronk,"ICF, 2635 Meridian Pkwy Suite 200, Durham, NC 27713, USA",USA,rcronk@alumni.unc.edu,https://orcid.org/0000-0003-0157-4447,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['cleaners', 'infection prevention and control', 'Malawi', 'water', 'sanitation and hygiene (WASH), healthcare facilities']" -790,87112,12,3,https://iwaponline.com/washdev/article/12/3/318/87112/A-qualitative-study-on-resource-barriers-facing,"Journal of Water, Sanitation & Hygiene for Development",A qualitative study on resource barriers facing scaled container-based sanitation service chains,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.218/1/washdev2022218supp.docx?Expires=1706163036&Signature=pnN5BNI-C1jlDhHsVnlzEfjapAuTSZ0Si~o1u78ANkjSupIEWOuLP0iroNTMundfU1SxYlHzk8fXlUhgaDYVH82ZooSD9DuJO57RqkRUHG8ZUgotVYvChbQbJ3P7K6YJ40u7mij4aHiGI0F4-Zvv72EiJoxLGl5DUoCfz9yvdaqyOsBSW1oyBBuTeDk2WXKjdBw8lyGaTQoAtzGZsSEWcA4wCtuqK-nC0WDZz2Hmhu4Nn~fJq-DqPJtqBbXa2Vmww2Fq4bB6FvdQMV-Nd2P1Tvk3ViFDv4kvzMxycYr5shhgjEJtIyepop6K7Ec4CP3BmL1-QoWjPLny0BV4xLwtvg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Charlie Ferguson,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",UK,,,Alison Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",UK,a.aprker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['circular sanitation', 'off-grid technologies', 'sanitation', 'WASH']" -791,87434,12,3,https://iwaponline.com/washdev/article/12/3/329/87434/A-lab-scale-study-on-the-influence-of-the-compost,"Journal of Water, Sanitation & Hygiene for Development",A lab-scale study on the influence of the compost-dewatering process on moisture removal and pathogen inactivation in pre-sanitized fecal sludge,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.002/1/washdev2022002supp.docx?Expires=1706163041&Signature=tGrlLPHAp0zsTHU1MecftgrMdrv65dwq5hR2M0YNBydOVU6ITdrcykl~FUkaxSgwiCyvsMewKFn6j-o5Kervc~8Kk-f9es0ptYhYkM3Gq7zWzzVyPEWyU2OQo~I5az-PbBQafmrLBTSf2Pq5BLDmbyQpFr91lcO3ebwEJwLy6NUHIo-7MH3ksnmAN4oHryhBM7QUj21LntBob53rs0ftfApuKaOatWUuitDe2rS920MGJ1MbIJ8MKb~kzIcwODS1YEk28RVZT9JL5HTzlB0nJoRMGUsBL3Vbq9XpJ4fvCl6eVS4GAtZZaynSAH2S3453R74WD~OjAxVivOIYGiGA4Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Emmanuel Alepu Odey,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Xueyuan 30, Beijing 100083, China",China,lordodey1@yahoo.com,https://orcid.org/0000-0002-2330-1864,Emmanuel Alepu Odey,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Xueyuan 30, Beijing 100083, China",China,lordodey1@yahoo.com,https://orcid.org/0000-0002-2330-1864,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['biochar', 'compost-dewatering', 'fecal sludge', 'moisture content', 'soil amendment']" -792,86884,12,3,https://iwaponline.com/washdev/article/12/3/336/86884/Evaluation-of-user-experiences-for-the-Clean-Team,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of user experiences for the Clean Team Ghana container-based sanitation service in Kumasi, Ghana",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.013/1/washdev2022013supp.docx?Expires=1706027621&Signature=afsTJ1BAS0HqtA5Ap15g7Ba3tkYnoH~I7Gtm-2Xm4KtYq7yOFPWMbx8BG~3NewbqZImM1vHdLm9Me-M6j6LB0PtB8kgh3u2w3v-fKsl8kXzOLmZUDtDqwsc4mSHTDN7ue8Vo9yxf8wv1JUbubC4rrlIg-Jv3mHNRJ2uIc4vSBJUOBEj~tIbRBVLTfHlGqdvqEnCDkxKB5hdNg7IZBN6fK0WkguyugmnfuEs-G98vfjtk2-cHa~aofKlF-kZIZMv6UbBBY7j6zdGPoKMrr-dMmmu-LneZCCnP1WmjgqQENA1iJ9feSuKRoPFdHY3GT3ECAkSLF0xnX8EVrTiVmajRmA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,James B. Tidwell,"Harvard Kennedy School of Government, 79 John F. Kennedy Drive, Cambridge, MA 02134, USA",USA,btidwell@worldvision.org,https://orcid.org/0000-0001-5868-6584,James B. Tidwell,"Harvard Kennedy School of Government, 79 John F. Kennedy Drive, Cambridge, MA 02134, USA",USA,btidwell@worldvision.org,https://orcid.org/0000-0001-5868-6584,TRUE,All relevant data are available from http://dx.doi.org/10.17605/OSF.IO/N4GBP.,All relevant data are available from http://dx.doi.org/10.17605/OSF.IO/N4GBP.,,"['container-based sanitation', 'Ghana', 'quality of life', 'sanitation', 'urban', 'user experience']" -793,87631,12,4,https://iwaponline.com/washdev/article/12/4/347/87631/How-much-does-it-cost-to-meet-the-standards-for,"Journal of Water, Sanitation & Hygiene for Development","How much does it cost to meet the standards for making healthcare facilities water, sanitation, and hygiene (WASH) compliant?: analysis from Assam, India",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/4/10.2166_washdev.2022.124/1/washdev2022124supp.docx?Expires=1706163048&Signature=w~9MEM3trMOr7G9DRpjK7OBCHVcKKUmAKqzhNnCZJvd9QAboCQAML2zZznoXV0i-Lk9iBdmfK6AahKoEqxt0~rpy8~Sa4sCWfn3XgWYkT9xTcTwi4UlVTXtfjw6neGh33tWuiEB6~kLyuWUsNZM25zRYj3sPPfcdXUqxC3Y-Bz54D~7pTP-qahh-2lr7SZ53mPwbrJ50ubHxZQN68FjIMENUhidtwRz4ktLZjzPgv5J6Dw4cFOpFIlrVnhFnfYMCP0LWuYSYbPs2t9~LGo1HypnBqLaJFUu5UoET7tSdG6mIrjUeYFnR8CmLGGhF2rAytL68AJAMpYVX485phKS62g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Priya Bhavsar,"Indian Institute of Public Health Gandhinagar (IIPHG), Gandhinagar, Gujarat, India",India,,,Deepak Saxena,"Indian Institute of Public Health Gandhinagar (IIPHG), Gandhinagar, Gujarat, India",India,ddeepak72@iiphg.org,https://orcid.org/0000-0003-0563-4259,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Assam', 'cost estimation', 'healthcare facilities', 'necessitate', 'quality improvement', 'WASH compliant']" -794,87912,12,4,https://iwaponline.com/washdev/article/12/4/359/87912/Evaluation-of-WASH-indicators-associated-with,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of WASH indicators associated with diarrhoeal disease among under-five children in an urban slum pocket, Mumbai city, India: a community-based repeated cross-sectional study",2022,FALSE,0,,[],3,H. Wani,"Department of Microbiology, Bhavan's College, Andheri West, Mumbai 400058, Maharashtra, India",India,,https://orcid.org/0000-0001-6595-9878,S. Shrivastava,"Bhavan's Research Center (Microbiology), Bhavan's College Campus, Andheri West, Mumbai 400058, Maharashtra, India",India,sandhya_s10@brcmicrobiology.in,https://orcid.org/0000-0002-0671-9214,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['children', 'diarrhoea', 'households', 'urban slum', 'WASH', 'water quality']" -795,88268,12,4,https://iwaponline.com/washdev/article/12/4/375/88268/A-qualitative-assessment-of-mothers-perceptions,"Journal of Water, Sanitation & Hygiene for Development","A qualitative assessment of mothers' perceptions and behaviors in response to an intervention designed to encourage safe child feces management practices in rural Odisha, India",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/4/10.2166_washdev.2022.011/1/washdev2022011supp.docx?Expires=1706163056&Signature=PhTpZKbvWIp7jzZkmtvEiMr0AJMlcnoChD~LT0qJE1H~iLSAic7COrC3otguDmlPfXIMVhgDtm4vLVAnMTYBduJxUJqPKgx7kpmp24eELz-~lzkwJhO~7IyVrT6zxlLbbvgE~uCa0ZHw-sMtqqEggg6fWiuQx6LXEfGQI~emaVglXxJC6AY6z3dQrZ0bz73jJVvXtP5JKyHEw1G7rwiBhmPgkyRy1GntKeryPmJr208pZ2gduWPfogEOecMSA1PV5QmIzWx1F0-ceNSMr51R2Tlj7GIzGHqigJkhNJqLjDXJGz-odGGaofT5rw0pBL25omgQahzyIQnIjZcGZfAoJQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Rebekah N. Williams,"Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",USA,rebekahnwilliams@gmail.com,,Rebekah N. Williams,"Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",USA,rebekahnwilliams@gmail.com,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['behavior change', 'focus group discussions', 'in-depth interviews', 'mothers', 'open defecation', 'sanitation']" -796,88331,12,4,https://iwaponline.com/washdev/article/12/4/387/88331/Impact-of-COVID-19-on-community-led-total,"Journal of Water, Sanitation & Hygiene for Development",Impact of COVID-19 on community-led total sanitation (CLTS) in Ghana: perspectives of implementing partners,2022,FALSE,0,,[],4,Kweku Tsekpetse-Akuamoah,"Ministry of Sanitation and Water Resources, Accra, Ghana",Ghana,,,Simon Mariwah,"Department of Geography and Regional Planning, Faculty of Social Sciences, University of Cape Coast, Cape Coast, Ghana",Ghana,smariwah@ucc.edu.gh,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['CLTS', 'COVID-19', 'Ghana', 'pandemic', 'partners', 'sanitation']" -797,88299,12,4,https://iwaponline.com/washdev/article/12/4/394/88299/Electrochemical-defluorination-of-water-an,"Journal of Water, Sanitation & Hygiene for Development",Electrochemical defluorination of water: an experimental and morphological study,2022,FALSE,0,,[],6,Muhammad Abdulredha,"Department of Civil Engineering, College of Engineering, University of Kerbala, Kerbala, Iraq",Iraq,,,Nadhir Al-Ansari,"Department of Civil, Environmental and Natural Resources Engineering, Mining and Geotechnical Engineering, Luleå University of Technology, Luleå, Sweden",Sweden,nadhir.alansari@ltu.se,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['aluminium electrodes', 'defluoridation', 'engineered reactor', 'electrocoagulation']" -798,88573,12,5,https://iwaponline.com/washdev/article/12/5/405/88573/Does-microcredit-for-water-and-sanitation-improve,"Journal of Water, Sanitation & Hygiene for Development",Does microcredit for water and sanitation improve household welfare? Evidence from Indonesia,2022,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/5/10.2166_washdev.2022.143/1/washdev2022143supp.pdf?Expires=1706163068&Signature=SvSR0soO23b5kcyBbAp3PTpi6ljvQGaYa8kHTe-3oDOk~YOtx6gwLC76jVi7OMSme-Ywm2lqho57Xqcsiz0ed~gyQx0EKy8vPwFxef8iBsDhFFVP558hZB6LqPRsGYLzE6UtU4lIxbwlGYYwIFsNAObS43KNiqtyvY9HgnuQfP5HAdFCsODBCrmuvaIw71xr2pWWOuJfQmb87Zt70WPJkgelchNqFEi~x-ERLoMaXki~9hgRs5zN-QiD-JA1T13B5ulk4OTtQ1WQuj0bi5Ks4imv0kY24zuWiJc8yNUFer-~N~AM2xpthBt-j7BJ-wCesDcBusJTdUkSyK8x6dQvhg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Kiki Amalia Tazkiyah,"Master Program of Economic Planning and Development Policy, Faculty of Economics and Business, Universitas Indonesia, Jl. Salemba Raya IV No. 4, RW.4, Kenari, Kec. Senen, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10430, Indonesia",Indonesia,,https://orcid.org/0000-0002-4291-3911,Alin Halimatussadiah,"Department of Economics, Faculty of Economics and Business, Universitas Indonesia, Gedung Dekanat FEB UI Kampus Widjojo Nitisastro, Jl. Prof. DR. Sumitro Djojohadikusumo, Kota Depok, West Java 16424, Indonesia",Indonesia,alin.halimatussadiah@ui.ac.id,https://orcid.org/0000-0001-7539-134X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['consumptive loan', 'health expenditure', 'household welfare', 'microcredit', 'water and sanitation', 'WSS (water supply and sanitation)']" -799,88568,12,5,https://iwaponline.com/washdev/article/12/5/417/88568/Inclusive-WASH-and-sustainable-tourism-in-Labuan,"Journal of Water, Sanitation & Hygiene for Development","Inclusive WASH and sustainable tourism in Labuan Bajo, Indonesia: needs and opportunities",2022,FALSE,0,,[],10,Ni Made Utami Dwipayanti,"School of Public Health, Faculty of Medicine and Health Sciences, Udayana University, Denpasar, Bali, Indonesia",Indonesia,utami_dwipayanti@unud.ac.id,https://orcid.org/0000-0002-5788-2871,Ni Made Utami Dwipayanti,"School of Public Health, Faculty of Medicine and Health Sciences, Udayana University, Denpasar, Bali, Indonesia",Indonesia,utami_dwipayanti@unud.ac.id,https://orcid.org/0000-0002-5788-2871,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['equity', 'hygiene', 'inclusive', 'sanitation', 'tourism', 'water']" -800,88608,12,5,https://iwaponline.com/washdev/article/12/5/432/88608/Household-water-treatment-practice-and-associated,"Journal of Water, Sanitation & Hygiene for Development","Household water treatment practice and associated factors among households dependent on unimproved water sources in Ameya district, Oromia, Ethiopia",2022,FALSE,0,,[],6,Mesfin Eticha,"Ameya Weroda Health Office, South-West District, Oromia Region, Ethiopia",Ethiopia,,,Gebisa Dirirsa,"Department of Environmental Health, College of Health and Medical Sciences, Haramaya University, Harar, Ethiopia",Ethiopia,gebisadirirsa@gmail.com,https://orcid.org/0000-0003-0246-6253,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ameya district', 'household water treatment', 'rural Ethiopia', 'small-scale water treatment', 'unimproved water sources']" -801,88592,12,5,https://iwaponline.com/washdev/article/12/5/443/88592/Raw-sewage-treatment-by-a-single-stage-vertical,"Journal of Water, Sanitation & Hygiene for Development",Raw sewage treatment by a single-stage vertical flow constructed wetland: a case study in Brazil,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/5/10.2166_washdev.2022.038/1/washdev2022038supp.docx?Expires=1706163080&Signature=XyP~rN1orQ2h1blj~xnYq9qHaHE4B01P3ocF~7ZLhCbP27cHf149y3Q9ZVsNoP-SL0VRYhD~h6e7pHGT5RzvM0SKcxU6UEljaunpjLMozHC4afWu8DaqFwyhtX~7F96Hrz1S8e5JOEo3USHXZBr8gR9HvP~nIVpDUfl3X2cWymv-iQSzyMFHX3Kaw1EIpvzrpDRVh2CTpo8dfAji7EDekmGQIumrSDZH8kUxOIJ~pBvk5RSIOyByWcN4YFzC8Enge~WY4yDRLo-7jff0OS3-2bqOtFpTmAEfAUUVmVltGLBSZZR67tAf07ujvaTS4oKS1H1AlKOzhlk--Qs0WGpFxA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Mariko. A. Carneiro,"Center of Technology, Federal University of Paraiba, Cidade Universitária, s/n – Conj. Pres. Castelo Branco III, João Pessoa-PB 58051-900, Brazil",Brazil,mariko.carneiro@fe.up.pt,https://orcid.org/0000-0002-7043-0618,Mariko. A. Carneiro,"Center of Technology, Federal University of Paraiba, Cidade Universitária, s/n – Conj. Pres. Castelo Branco III, João Pessoa-PB 58051-900, Brazil",Brazil,mariko.carneiro@fe.up.pt,https://orcid.org/0000-0002-7043-0618,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['ceramic construction waste', 'concrete construction waste', 'decentralized treatment', 'domestic wastewater', 'feeding operation']" -802,88817,12,5,https://iwaponline.com/washdev/article/12/5/454/88817/Determinants-of-sanitation-and-hygiene-status,"Journal of Water, Sanitation & Hygiene for Development","Determinants of sanitation and hygiene status among food and drink establishments in Fiche town, Oromia, Ethiopia",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/5/10.2166_washdev.2022.166/1/washdev2022166supp.docx?Expires=1706163084&Signature=QnoL6Nb2mEDUFFwt2bdmPEQ~60xFJzs~~NbNyGhr9yRfUiT2llbMp8VRqlWh4WLNuWMNrNZ21MlAaCfHBM5W0WO5Y22osZw0jsK~JmqzK~dVz~1ez9-hZzQIkphPa1i-lfCwj1gPkGuA0IJp7sgFOhVBGDHaZKlVDnRColMul-J2A-GuzHYfBeBbBEMJF2FZ-QBDwareA~k7~7yFWPdHobSuECzFuCmVppAllSb3YOnior-LWkP3jpcURWkmCk0dm9KxUKMW~emfBPLcRM4soynqma3~4HnuH3EH2LhCEO11znp0rmrobh5W9RFy5fpt6gYxCScpGZNL9~2mw7A-Tg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Samuel Chane,"Department of Biology, Salale University, P.O. Box. 245, Fiche, Ethiopia",Ethiopia,samuelchane19@gmail.com,https://orcid.org/0000-0002-5805-7857,Samuel Chane,"Department of Biology, Salale University, P.O. Box. 245, Fiche, Ethiopia",Ethiopia,samuelchane19@gmail.com,https://orcid.org/0000-0002-5805-7857,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Fiche town', 'food and drink establishments', 'foodborne diseases', 'hygiene and sanitation']" -803,88775,12,6,https://iwaponline.com/washdev/article/12/6/463/88775/A-de-jure-study-of-social-accountability-for-water,"Journal of Water, Sanitation & Hygiene for Development",A de jure study of social accountability for water and sanitation services in Uganda,2022,FALSE,0,,[],3,J. Nansubuga,"Cranfield Water Science Institute, Cranfield University, College Road, Cranfield, Bedford MK43 0AL, UK",UK,,,P. Jeffrey,"Cranfield Water Science Institute, Cranfield University, College Road, Cranfield, Bedford MK43 0AL, UK",UK,p.j.jeffrey@cranfield.ac.uk,https://orcid.org/0000-0001-6618-0815,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['legal requirements', 'social accountability', 'water and sanitation services']" -804,88924,12,6,https://iwaponline.com/washdev/article/12/6/475/88924/Direct-centrifugation-for-detecting-Giardia-spp,"Journal of Water, Sanitation & Hygiene for Development",Direct centrifugation for detecting Giardia spp. cysts in filter backwash water,2022,FALSE,0,,[],2,Allan Pretti Ogura,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-Carlense 400, Zip code 13566-590, São Carlos, São Paulo, Brazil",Brazil,,https://orcid.org/0000-0001-8549-5820,Lyda Patricia Sabogal-Paz,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-Carlense 400, Zip code 13566-590, São Carlos, São Paulo, Brazil",Brazil,lysaboga@sc.usp.br,https://orcid.org/0000-0003-2753-3248,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['calcium carbonate flocculation', 'immunomagnetic separation', 'propidium iodide', 'protozoa', 'waterborne disease', 'water treatment residues']" -805,89148,12,6,https://iwaponline.com/washdev/article/12/6/485/89148/Performance-assessment-of-sewage-treatment-plants,"Journal of Water, Sanitation & Hygiene for Development",Performance assessment of sewage treatment plants using compliance index,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/6/10.2166_washdev.2022.055/1/washdev2022055supp.docx?Expires=1706163095&Signature=4AOHFAKZz4hYkDtGLziudvEkaeNd6HL1ghM1TTFu1UvUh6pMdYyRGLOGQgPOgyDBdENnCd1sVgKpTHONPyJdCFNFPq-36xvkk7piCf~l1FzXBtZaNjXqiu1lYlCFkhXEDQIfvdxwg3H5gmRql4pIhD4l3jQawXtBbK9VQydy2rGPK6UcC5YB6-XIRs3jeuU6B0DpGKBEA8-onf6JkdJgxQZnyhUFpTFJANOqB5yA5A0yP77fy1xmlHAs3kE2ZZOmSi8V6xTqSI2AGLVdbkusWCZY0ILNwsFwkfbXYOFuYoQ2ST515Cl2bcyNOPfuftHu-gIFIZTjz~EMnmHap0njSQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,D. Ramkumar,"Department of Civil Engineering, Indian Institute of Technology Bombay, Mumbai 400076, India",India,,,V. Jothiprakash,"Department of Civil Engineering, Indian Institute of Technology Bombay, Mumbai 400076, India",India,vprakash@iitb.ac.in,https://orcid.org/0000-0002-0303-2468,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['compliance index', 'NMMC', 'non-parametric', 'removal efficiency', 'STPs', 'wastewater']" -806,89269,12,6,https://iwaponline.com/washdev/article/12/6/498/89269/An-evidence-based-approach-towards-identifying,"Journal of Water, Sanitation & Hygiene for Development",An evidence-based approach towards identifying household emerging pollutants in rural areas in Southern Karnataka,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/6/10.2166_washdev.2022.073/1/washdev2022073supp.docx?Expires=1706024238&Signature=ewQT2AdO9yoNV4p9BZ8lc79FiR-sIHk1IB5ztSECo5u4zQ1v~uRrLhHBxf4xJGhCcbb3wA-nDG3RMAll~Gy2c3OmwgR8T-AuybAThYB2z0QX2NoX3HUhREcGORKsHFJSeYt22G1F674bg1GEXSZjkUo-CQDGPJNe~6727VDt3Q4srTsioxd8t1MA2-kQjkndsBBWOGM8CzklR8yDxvtxVXIBecKN3UyrJA66mHzFLqLcxQfISnORkNXASn2FLO3o6jOH~iiLoagkCN3o~3ZEVR85QGK2g8Ny2k1qu4nh-u29UwkjoDxO~uWXvHlzJCuGIp9RGLOeRxk2KZyz61vSig__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,G. V. Rathnamala,"Department of Civil Engineering, GITAM School of Technology, Bengaluru Campus, Bengaluru, Karnataka, India",India,rnaveen@gitam.edu,https://orcid.org/0000-0001-5796-8897,G. V. Rathnamala,"Department of Civil Engineering, GITAM School of Technology, Bengaluru Campus, Bengaluru, Karnataka, India",India,rnaveen@gitam.edu,https://orcid.org/0000-0001-5796-8897,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['classification', 'demographic', 'income', 'pollution', 'poverty', 'questionnaire']" -807,89384,12,7,https://iwaponline.com/washdev/article/12/7/517/89384/Menstrual-material-maintenance-disposal-and,"Journal of Water, Sanitation & Hygiene for Development","Menstrual material maintenance, disposal, and laundering challenges among displaced girls and women in Northeast Nigeria",2022,FALSE,0,,[],6,Margaret L. Schmitt,"Columbia University, Mailman School of Public Health, 722 W. 168th Street, New York, NY 10032, USA",USA,maggie.schmitt@columbia.edu,,Margaret L. Schmitt,"Columbia University, Mailman School of Public Health, 722 W. 168th Street, New York, NY 10032, USA",USA,maggie.schmitt@columbia.edu,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['humanitarian emergencies', 'menstrual hygiene management', 'water', 'sanitation', 'and hygiene (WASH)']" -808,89588,12,7,https://iwaponline.com/washdev/article/12/7/529/89588/Effect-of-45-full-scale-WWTPs-on-tropical,"Journal of Water, Sanitation & Hygiene for Development",Effect of 45 full-scale WWTPs on tropical receiving water bodies in Brazil by partial least squares-discriminant analysis,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/7/10.2166_washdev.2022.045/2/washdev0120529supp1.docx?Expires=1706163107&Signature=grkhoPS8Wpy6g0JiOkdEd-Wl3RVq7tP354vvIP~jBsP8j--Yamw88ydMBG4F56DC~IeGT8yQq9073QLuFshabs3bFrZcFvJk~QRorxMSoMVTjBZEdo3dZtrd3XvdEGSIWJrlWwxtgBM~2chBbqr-kRGZ25iDOURKIjIT6rMdrSS3tB605hx2ysq~~5BKMlHLI~wkniKjUNgVcpwmn6KCiEk1JAkJFUcOpcL3Dhto~lO1ApcBu2YqWMTBSj0CoZ6~BVS~7RViLrF-~BsyvWlA93OKRNDndC4jM7OkGYmChfiTW59xFPh1JiMHtzSwJ-b8idUFr5~OmMaiyyOxTklh8g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Marina Salim Dantas,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Presidente Antônio Carlos, 6627, Belo Horizonte/MG, CEP 31270-901, Brazil",Brazil,marina-dantas@hotmail.com,https://orcid.org/0000-0002-7084-7798,Marina Salim Dantas,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Presidente Antônio Carlos, 6627, Belo Horizonte/MG, CEP 31270-901, Brazil",Brazil,marina-dantas@hotmail.com,https://orcid.org/0000-0002-7084-7798,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['data mining', 'environmental statistics', 'sewage treatment plants', 'tropical rivers', 'water pollution']" -809,89596,12,7,https://iwaponline.com/washdev/article/12/7/542/89596/A-participatory-SWOT-analysis-on-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","A participatory SWOT analysis on water, sanitation, and hygiene management of disabled females in Dhaka slums of Bangladesh",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/7/10.2166_washdev.2022.061/1/washdev0120542supp1.docx?Expires=1706163112&Signature=0j4ovIBMO7IhlR-0eo8qLwtU412KRSC4p43jf3464KLLCdvLWJAXNznOaAWtA7FSoIZ5PG5ExZXGmXawf9ugoJHoWOmbtAUEY4DT2FjMYXsfV-uHX5LnorRFXWz2rrDiOwRX7ueFdqJT2iadItQslZBZaxS9FUWYSJDEBgRMxldqvR4THaybKNFvNCqJGf0ulWlIjmlSaRKNDNjjGLjN8vwAhcUfigbjvauG6Kj6rd7QtjZSJJa5P2VRRGwxeW~ZOa--C0aopSX3phs6Nz727PBmsxsQ8wyA-ldhfIO5exHRLvys6qtvsIk3cv5A5C5dxbp80NsFjWESCtH3hP6Mmw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Sara Nowreen,"Institute of Water and Flood Management, Bangladesh University of Engineering and Technology, Dhaka, Bangladesh",Bangladesh,snowreen@iwfm.buet.ac.bd,https://orcid.org/0000-0001-8116-4020,Sara Nowreen,"Institute of Water and Flood Management, Bangladesh University of Engineering and Technology, Dhaka, Bangladesh",Bangladesh,snowreen@iwfm.buet.ac.bd,https://orcid.org/0000-0001-8116-4020,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['female hygiene', 'gender', 'inequalities', 'participatory SWOT']" -810,89672,12,7,https://iwaponline.com/washdev/article/12/7/555/89672/Water-sanitation-and-hygiene-WASH-coverage-and,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene (WASH) coverage and practices of children from five public primary schools in Guinea",2022,FALSE,0,,[],4,Alseny Bah,"Collaborative Innovation Center of Atmospheric Environment and Equipment Technology, Jiangsu Key Laboratory of Atmospheric Environment Monitoring and Pollution Control, School of Environmental Science and Engineering, Nanjing University of Information Science and Technology, Nanjing 210044, China",China,,,Feihu Li,"Collaborative Innovation Center of Atmospheric Environment and Equipment Technology, Jiangsu Key Laboratory of Atmospheric Environment Monitoring and Pollution Control, School of Environmental Science and Engineering, Nanjing University of Information Science and Technology, Nanjing 210044, China",China,fhli@nuist.edu.cn,https://orcid.org/0000-0002-2969-8276,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['hygiene', 'incidence and prevalence', 'primary school pupils', 'sanitation', 'water']" -811,89621,12,7,https://iwaponline.com/washdev/article/12/7/563/89621/Government-institutional-emergent-issues-and-gaps,"Journal of Water, Sanitation & Hygiene for Development",Government institutional emergent issues and gaps in disaster management mechanisms for WASH: a case study of Zambia's Kanyama peri-urban area,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/7/10.2166_washdev.2022.079/1/washdev0120563supp1.docx?Expires=1706163119&Signature=MWenZ~RxwEw7pvR6Er-Rd3D19ep1QdGYQgMaGUzKzy37tzAn47A7W7Xw9GSaTaDKoj44nf4RXC8jHp7BdCSI4XoEPO2VYE-6ciLqnCrGkm1R-rhq~DpiWfuADCcBlwOd4MfGzH3jNoS3icr30Z4PmFYojr6edWt611cNq64YFBYI2C~n39grl4bBjuAq2eol-C23qoroLvoKJzWLksEXdbU1Tr4VGd8wXMDkLdfi0PVLakNQ1AiN8RSvo5SdbvMTqdq5eC64w45TA~7KccWkYqRl1NmjucoG8z2jt4rT2m8trSc1pyOfUYG51duvNO1i9ClhT7PO1SwZAWyupHVMhA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Sydney Haanzuki Mulekwa Mudenda,"Department of Civil and Environmental Engineering, School of Engineering, University of Zambia, Great East Road, Lusaka, Zambia",Zambia,sydney.mudenda@gmail.com,https://orcid.org/0000-0003-3165-3832,Sydney Haanzuki Mulekwa Mudenda,"Department of Civil and Environmental Engineering, School of Engineering, University of Zambia, Great East Road, Lusaka, Zambia",Zambia,sydney.mudenda@gmail.com,https://orcid.org/0000-0003-3165-3832,TRUE,All relevant data are available from an online repository or repositories (https://drive.google.com/drive/folders/1ORDS67jJWK7kayHaF85HRtOmja0HYpMd?usp=sharing).,All relevant data are available from an online repository or repositories,https://drive.google.com/drive/folders/1ORDS67jJWK7kayHaF85HRtOmja0HYpMd?usp=sharing,"['disaster', 'peri-urban', 'preparedness', 'prevention', 'response', 'sanitation']" -812,90182,12,8,https://iwaponline.com/washdev/article/12/8/575/90182/Regression-models-for-predicting-the-die-off-rate,"Journal of Water, Sanitation & Hygiene for Development",Regression models for predicting the die-off rate of E. coli in solar water disinfection,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/8/10.2166_washdev.2022.056/2/washdev0120575supp1.docx?Expires=1706123472&Signature=Iz2ZUaKbAT~SIs6fAnUiIaoBv5aVmv9MCOmOoRvHeyr3aHLGRNwRafxW6QsAsATcjgDVrZsrCgrUP9HfmQzBHet6TTxYNJr6a-dCNo8xGwOdjYTMtsmng5QqpMNeFnXyOpSfwVc6PApjfaHogkl3My5zMWEGqNhkJb-JyigvqNWjYGzfAVpaAN0ZA9rDNBZ-pnc4nJwRPIGq-KPpkFnsJ4xembajrfH7zlyx~82Us~99W2ndBpuqAZMWrYuk5txLkBntJeLsXr324T55hycslfDfU-jhckn5pNBiNXaEwtyGBAKzRuUmrLzy1macaeLo8zqWT4Gzjv9uB1ggc72FmQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Ekene Jude Nwankwo,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,ekene.nwankwo@unn.edu.ng,https://orcid.org/0000-0002-3789-0049,Ekene Jude Nwankwo,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,ekene.nwankwo@unn.edu.ng,https://orcid.org/0000-0002-3789-0049,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water', 'exposure period', 'multicollinearity', 'temperature', 'turbidity', 'ultraviolet']" -813,89424,12,8,https://iwaponline.com/washdev/article/12/8/587/89424/Exploring-waste-and-sanitation-borne-hazards-in,"Journal of Water, Sanitation & Hygiene for Development",Exploring waste and sanitation-borne hazards in Rohingya refugee camps in Bangladesh,2022,FALSE,0,,[],6,Sayed Mohammad Nazim Uddin,"Environmental Sciences Program, Asian University for Women, Chattogram, Bangladesh",Bangladesh,,https://orcid.org/0000-0002-6143-5572,Jutta Gutberlet,"Department of Geography, University of Victoria, P.O. BOX 3060 STN CSC, Victoria, V8W3R4, BC, Canada",Canada,gutber@uvic.ca,https://orcid.org/0000-0003-4602-1483,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['refugee camps', 'Royingha', 'sanitation', 'WASH', 'waste management']" -814,90260,12,8,https://iwaponline.com/washdev/article/12/8/600/90260/WASH-vulnerability-severity-and-the-response-of,"Journal of Water, Sanitation & Hygiene for Development","WASH, vulnerability, severity, and the response of urban slum dwellers to the COVID-19 pandemic",2022,FALSE,0,,[],2,Thi Phuoc Lai Nguyen,"Department of Development and Sustainability, School of Environment, Resources and Development, Asian Institute of Technology, 58 Moo 9, Km.42, Paholyothin Highway, P.O. Box 4, Klong Luang, Pathumthani 12120, Thailand",Thailand,phuoclai@ait.asia,https://orcid.org/0000-0003-2827-5762,Thi Phuoc Lai Nguyen,"Department of Development and Sustainability, School of Environment, Resources and Development, Asian Institute of Technology, 58 Moo 9, Km.42, Paholyothin Highway, P.O. Box 4, Klong Luang, Pathumthani 12120, Thailand",Thailand,phuoclai@ait.asia,https://orcid.org/0000-0003-2827-5762,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['attitude', 'Bangkok slum dweller communities', 'knowledge', 'practice', 'self-efficacy']" -815,90177,12,8,https://iwaponline.com/washdev/article/12/8/612/90177/Water-and-sanitation-service-levels-in-urban,"Journal of Water, Sanitation & Hygiene for Development","Water and sanitation service levels in urban informal settlements: a case study of Portee-Rokupa in Freetown, Sierra Leone",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/8/10.2166_washdev.2022.115/2/washdev0120612supp1.docx?Expires=1706163135&Signature=4eYwwtVs3MgtmtGb0d2UsRMF4ynilUaCZ8-5AuJEJaEmb4hEiSFTgf-6aaUG6TwPZdk1iF~Y28pqHZJnmVlqpQflGnQa-SQVp~VWzR8BfgUEM37NY4AlRh14-crk8X1jxiGcXEx4AqIBMbt7n7lNCa8FjdT5yRsaE6ROnd-Z790B6eJ2SOZLH5GvNfLn3~bQYxbnZPLQGTPX87Nqs~iyJ~GkKsnPEd2jH0u9qXARDFgwryp2DoHIp1Spq1gtS0sO4erS1hjZ1l9nRjQr9rxRs905Q7y~lJi1-mv~1wkBI73LJ6Jw7v4wnZ7~8HvynEkiMG7O7XxSeWEzVCaCinTXmA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,Innocent Kamara Tumwebaze,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",UK,i.k.tumwebaze@lboro.ac.uk,https://orcid.org/0000-0003-2364-4602,Innocent Kamara Tumwebaze,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",UK,i.k.tumwebaze@lboro.ac.uk,https://orcid.org/0000-0003-2364-4602,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking and domestic water', 'informal settlement', 'sanitation', 'Sierra Leone', 'urban']" -816,90481,12,8,https://iwaponline.com/washdev/article/12/8/622/90481/Obituary-Professor-Duncan-Mara-1945-2022,"Journal of Water, Sanitation & Hygiene for Development",Obituary: Professor Duncan Mara (1945–2022),2022,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[] -817,90791,12,9,https://iwaponline.com/washdev/article/12/9/625/90791/Water-sanitation-and-hygiene-conditions-in-schools,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene conditions in schools in Antalya in Turkey: a descriptive survey",2022,FALSE,0,,[],3,Ayse Meydanlioglu,"Department of Public Health Nursing, Faculty of Nursing, Akdeniz University, Antalya, Turkey",Turkey,,https://orcid.org/0000-0002-9799-937X,Arzu Akcan,"Department of Public Health Nursing, Faculty of Nursing, Akdeniz University, Antalya, Turkey",Turkey,aarzu@akdeniz.edu.tr,https://orcid.org/0000-0003-0503-2610,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['hygiene', 'sanitation', 'school', 'school nurse', 'water']" -818,90605,12,9,https://iwaponline.com/washdev/article/12/9/634/90605/Fecal-sludge-treatment-in-a-pilot-scale-vertical,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge treatment in a pilot-scale vertical-flow constructed wetland for the removal of helminth eggs,2022,FALSE,0,,[],5,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Department of Plant Biology, Faculty of Science, University of Yaoundé I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,https://orcid.org/0000-0003-2108-3733,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Department of Plant Biology, Faculty of Science, University of Yaoundé I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,https://orcid.org/0000-0003-2108-3733,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['environmental pollution', 'fecal sludge', 'pathogenic parasites', 'public health', 'tropical climate', 'vertical-flow constructed wetlands']" -819,90783,12,9,https://iwaponline.com/washdev/article/12/9/647/90783/Validity-of-an-abbreviated-Individual-Water,"Journal of Water, Sanitation & Hygiene for Development",Validity of an abbreviated Individual Water Insecurity Experiences (IWISE-4) Scale for measuring the prevalence of water insecurity in low- and middle-income countries,2022,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/9/10.2166_washdev.2022.094/1/washdev0120647supp1.pdf?Expires=1706050608&Signature=LwqFpEtw9G7coxKn6eZlDvPeqv0AvHPBHdqk3NDh6BI-4UnY~AtAOkemZY-P3KJ57ByW23TcnMoq~tc9Alg3s-nErSUgbJH6GjNioSsVyOvN4px4h5dcQG71Ubsla-qeLfU8In3s88oKjF8BJgifSgu-Aq8qRApKQxWK81nkscSErOgiW0yMo5UidX1oGfiksPKMDXyHOYWCMZYgl99Cg7shhxYnpMFHFR-WdZZ9LC~h12PT4s0nkeHvoHRIkiz5TShfY3rXQ-uExhyayi9~C0ymG6YTR~eWpBoUkoEuojRBtSpxRwn4kYO9CC-LZ4PuaQKXqzFXgxtCaC~hybZsKg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Hilary J. Bethancourt,"Department of Anthropology, Northwestern University, Evanston, IL, USA",USA,,https://orcid.org/0000-0001-5774-7525,Sera L. Young,"Department of Anthropology, Northwestern University, Evanston, IL, USA",USA,sera.young@northwestern.edu,https://orcid.org/0000-0002-1763-1218,TRUE,Data can be made publicly available upon reasonable request; readers should contact the corresponding author for details.,Data can be made publicly available upon reasonable request; readers should contact the corresponding author for details.,,"['indicator', 'measurement', 'prevalence', 'scale', 'validation', 'water security']" -820,90784,12,9,https://iwaponline.com/washdev/article/12/9/659/90784/Effects-of-Moringa-oleifera-seeds-on-the,"Journal of Water, Sanitation & Hygiene for Development",Effects of Moringa oleifera seeds on the physicochemical properties and microbiological quality of borehole water from Botswana,2022,FALSE,0,,[],3,Tiroyamodimo Semanka,"Department of Food Science and Technology, Botswana University of Agriculture and Natural Resources, Private Bag 0027, Gaborone, Botswana",Botswana,,,Eyassu Seifu,"Department of Food Science and Technology, Botswana University of Agriculture and Natural Resources, Private Bag 0027, Gaborone, Botswana",Botswana,eseifu@buan.ac.bw,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibacterial property', 'Moringa oleifera seed', 'Thamaga village', 'water treatment']" -821,91123,12,10,https://iwaponline.com/washdev/article/12/10/671/91123/Psychosocial-factors-influencing-handwashing,"Journal of Water, Sanitation & Hygiene for Development",Psychosocial factors influencing handwashing behaviour and the design of behaviour change interventions for the Rohingya camps in Bangladesh,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.167/1/washdev0120671supp1.docx?Expires=1706163154&Signature=cPleI8n3tqpLko-vvi3czmIPlQNek6e1~XwWM7bwbvQOix8A7MaSiMt-LLto2ieSN559I5qg-BHb8mQ3ivnN6tBxbs5Wo6Hm8~zYT~mlBBBiCFXe~UX-Xu78OYFDGHEhfaLB2EhvOdIqK0Qwsv6Tz2Q~yXFOfu4ae-ripWWEiLNqMyjHWii-FxCJo-KoHUwsdecW2Zct4M2JUkGVsxJVrWVAWffmvBNVPB~vDv2pgNN6~q2y9ozypQROUwbqOhir-P2VureNRgIcO9~xAnYrMLpDuc0WqxFPHCvtREyqniQNpRUcbbSgzLrxxdM7VF3WZtNFpFCuQ4nZ6v3qgdv4Xw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Kh. Shafiur Rahaman,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, Dübendorf 8600, Switzerland",Switzerland,shafiur.mr@outlook.com,https://orcid.org/0000-0002-7754-1177,Kh. Shafiur Rahaman,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, Dübendorf 8600, Switzerland",Switzerland,shafiur.mr@outlook.com,https://orcid.org/0000-0002-7754-1177,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['behaviour change', 'handwashing', 'psychosocial factors', 'RANAS', 'refugees', 'Rohingya camps']" -822,91438,12,10,https://iwaponline.com/washdev/article/12/10/683/91438/WASH-and-MHM-experiences-of-disabled-females,"Journal of Water, Sanitation & Hygiene for Development",WASH and MHM experiences of disabled females living in Dhaka slums of Bangladesh,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.060/1/washdev0120683supp1.docx?Expires=1706131489&Signature=gSjSWLDCypKy61t9teC0j7RmP4TdGN0jORNMQqiP1CRG5-HssTSmA49MlJjNiWjg67DnmR7FL~~Plq47CGDCNykRPLWXZaS41BnMgmkyAX4sBF5fxlOoVCJLkGzggAOhKUuv9h5ODGP4ywSwriqNKu0wBjeyMqIGO5fusRgTjkf2lgQmlNiZps-vCbpLDY3QZTLk4Vvkyfnub3WboXRqv7fi9DLDixCdUQ2lWAzFGbrUd4RftbS5QpRuJIZrSe8VwT~f6uBBuanjyVwuvWCa5q7h0EepxZCVOelNpxl6cGGNo1p~EaCnBvXgRwaPBoqaZzgcJOwhU3kBTmrst6dCaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Md. Arif Chowdhury,"Department of Climate and Disaster Management, Jashore University of Science and Technology, Jashore-7408, Bangladesh",Bangladesh,,https://orcid.org/0000-0002-0646-512X,Sara Nowreen,"Institute of Water and Flood Management, Bangladesh University of Engineering and Technology, Dhaka-1000, Bangladesh",Bangladesh,snowreen@iwfm.buet.ac.bd,https://orcid.org/0000-0001-8116-4020,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Dhaka slums', 'female with disabilities', 'gender inequalities', 'MHM (menstrual hygiene management)', 'WASH (Water', 'Sanitation', 'and Hygiene)']" -823,91334,12,10,https://iwaponline.com/washdev/article/12/10/698/91334/Effect-of-peracetic-acid-ultraviolet-combination,"Journal of Water, Sanitation & Hygiene for Development",Effect of peracetic acid–ultraviolet combination treatment on microbial and endotoxin levels in a pharmaceutical water system,2022,FALSE,0,,[],5,Afsaneh Farjami,"Food and Drug Safety Research Center, Tabriz University of Medical Sciences, Tabriz, Iran",Iran,,,Farzaneh LotfiPour,"Food and Drug Safety Research Center, Tabriz University of Medical Sciences, Tabriz, Iran",Iran,farzaneh.lotfipour@gmail.com,https://orcid.org/0000-0002-0774-9466,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['biocide', 'biocontol', 'purified water', 'water for injection', 'water treatment']" -824,91114,12,10,https://iwaponline.com/washdev/article/12/10/711/91114/Mental-health-in-arsenic-induced-cancer-a-study,"Journal of Water, Sanitation & Hygiene for Development","Mental health in arsenic-induced cancer: a study from middle Gangetic plain of Bihar, India",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.077/1/washdev0120711supp1.docx?Expires=1706163164&Signature=0hB7IjAFVK8IFzmIyvmwwjfkVOnuRC6L7~s3sqW~ljbJL4rI1rhWGpz6iFVxCQEdUCBGyhXdEdVgqFqtRls8-ok-y4emn5UFvgRt2LB9dHt7r0BDRzmup92UjGaL1oO-zLSY~ns1zzVIAUF9NLJ~~gb~F8QZgH69xdg6CbvK928SxC-nl4QtFajvNK0tUhtLW4lco~daPGtjrmBW-3GWRPMQoY-LxLSSOE2XRQ1zpvmoo3TPQuCgWOylT3nuJqpkayc~5Y-7-4b99skl64aooeSFfLKSncJFdKMd40dMzaE7sRcstaAuGVEE2cusSpmSEOub3RdwE9PRIhDY5OVT8Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Shishu Kesh Kumar,"Department of Psychological Sciences, Central University of South Bihar, Gaya, Bihar, India",India,,https://orcid.org/0000-0002-7943-835X,Das Ambika Bharti,"Department of Psychological Sciences, Central University of South Bihar, Gaya, Bihar, India",India,ambika@cub.ac.in,https://orcid.org/0000-0003-0465-4725,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['arsenic contamination', 'arsenic-induced cancer', 'groundwater', 'mental health', 'middle Gangetic plain', 'perceived social support']" -825,91202,12,10,https://iwaponline.com/washdev/article/12/10/721/91202/Validation-of-the-UNICEF-fiscal-diagnostic-tool,"Journal of Water, Sanitation & Hygiene for Development",Validation of the UNICEF fiscal diagnostic tool for SDGs 6.1 and 6.2 in East and Southern Africa using the analytical hierarchy process (AHP),2022,FALSE,0,,[],4,Samuel Godfrey,"UNICEF East and Southern Africa Regional Office, Nairobi, Kenya",Kenya,sgodfrey@unicef.org,,Samuel Godfrey,"UNICEF East and Southern Africa Regional Office, Nairobi, Kenya",Kenya,sgodfrey@unicef.org,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Africa', 'AHP', 'infrastructure finance', 'SDG 6', 'UNICEF', 'water and sanitation']" -826,91501,12,11,https://iwaponline.com/washdev/article/12/11/737/91501/Reducing-sexual-violence-through-safe-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Reducing sexual violence through safe sanitation?,2022,FALSE,0,,[],1,Isha Ray,"University of California, Berkeley, CA, USA",USA,isharay@berkeley.edu,https://orcid.org/0000-0002-9966-8822,Isha Ray,"University of California, Berkeley, CA, USA",USA,isharay@berkeley.edu,https://orcid.org/0000-0002-9966-8822,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['gender-based violence', 'latrines', 'rape', 'sexual violence', 'toilets']" -827,91579,12,11,https://iwaponline.com/washdev/article/12/11/742/91579/Unsafe-fecal-disposal-practices-in-children-and,"Journal of Water, Sanitation & Hygiene for Development",Unsafe fecal disposal practices in children and the nexus with childhood diarrhea in low- and middle-income countries: a systematic review and meta-analysis,2022,TRUE,2,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.040/2/washdev0120742supp1.docx?Expires=1706024073&Signature=DNfXjEY657YhTmmO5kuCBfPzeKFTlvSsrpuHRZp5hp8ujFZgFZXxjErIv6cwPZKahKidkkfHIR0BC1ZJ8vhUu9Cgfr99D1FgGv5GWZLKOgBxba0PjbqtdCeYrkYqaeVXSEJfxF1NDrXHpqTr0A2Nz7V4fHYH7mu9wIV9KFlYtSOg80R6GcXQ7309V4y1YsCOuMaxM9gSnYIvPPS~izjiLSu4SNMaYaCbITKbLU6~ksd4I0le2NTbfAe1ZgkT~Fp309aMW6OpPjX3RtT5ThQiuTQEbU-aqYDMtZ88MSsrOsusvomD1yzw7O1bUWM7GPn7Nej7GVc84cWK2PIq4EXORw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.040/2/washdev0120742supp2.docx?Expires=1706024073&Signature=sO0uuxo07ZZhp-JtjacF6JNH4~A2ukvi0OpnYjxxccloNOAgsLdiFsFRi7ZIcufZOCJLadOyjAtMo4x76lqVxDMOgZt1XD-DgCwcjPbexDDc4W~a92gqPR0sayPZtMyv41OiDWmWw8wn20AlU0WdRVsBJAM5ca78M7~~UHmtJWquEUWQizd7oWB33pZhS~xbDmegVOHt-5OBTrXXAGcRaBtOTeWzTr1rsRwEV~GYxCzN30b29OYhwa2n-8Ih~7u8Ok9Jr3aD~yNYzJnNK0JETF4nL4NPtUSKTcemtzBsZ0gmQxmJq6LTVQ1WQkRH2xg8FZh9oGM~gtaYuO2j4pEDXw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",5,Negasa Eshete Soboksa,"Department of Environmental Health, College of Health Sciences and Medicine, Dilla University, Dilla, Ethiopia",Ethiopia,yeroosaa@gmail.com,https://orcid.org/0000-0003-3451-175X,Negasa Eshete Soboksa,"Department of Environmental Health, College of Health Sciences and Medicine, Dilla University, Dilla, Ethiopia",Ethiopia,yeroosaa@gmail.com,https://orcid.org/0000-0003-3451-175X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['association', 'child', 'diarrhea', 'feces disposal', 'low-income', 'middle-income countries', 'pooled prevalence']" -828,91517,12,11,https://iwaponline.com/washdev/article/12/11/755/91517/Complexity-of-adoption-and-diffusion-of-ecological,"Journal of Water, Sanitation & Hygiene for Development",Complexity of adoption and diffusion of ecological sanitation technology: a review of literature,2022,FALSE,0,,[],7,Celestin Banamwana,"Department of Environmental Health, College of Medicine and Health Sciences, University of Rwanda, P.O. Box 3286, Kigali, Rwanda",Rwanda,cbanamwana@nursph.org,https://orcid.org/0000-0002-2817-2926,Celestin Banamwana,"Department of Environmental Health, College of Medicine and Health Sciences, University of Rwanda, P.O. Box 3286, Kigali, Rwanda",Rwanda,cbanamwana@nursph.org,https://orcid.org/0000-0002-2817-2926,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adoption', 'complexity', 'diffusion', 'Ecosan technology', 'sanitation']" -829,91503,12,11,https://iwaponline.com/washdev/article/12/11/770/91503/A-longitudinal-study-of-multiple-water-source-use,"Journal of Water, Sanitation & Hygiene for Development","A longitudinal study of multiple water source use in Bekasi, Indonesia: implications for monitoring safely-managed services",2022,TRUE,8,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp1.pdf?Expires=1706163181&Signature=ItwFdi08EMPERsOzMk3pPVuvesDmjnDpYaG8unxTVUvjAUyf59Da0CA~bSymDcwKZjHp6h2sOx6G95ffPcome~feNAsT-khdHcAOFZHubQvT1TwBam3PwfatwWLOyc4COZcnYgfg6WmXTmhFDtZNT5TYv-CC58n0VkzuXy7EtT-d28Zw5pBMp3FmPXB7Shd9OS5Z3PWIv3MF3aZ1JnFx6qYF~16Yul-3xrvdKmPHaKmxR2~MPRUNsthsm~9CLxyEOXEgHvW32VpJQICXy7NCSaHgzx6JcR7Eg9vHNjj5-wtgSayjxsPl8jii3oMouupRdNY1cYOhT08N58ZnRExuwQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp2.xlsx?Expires=1706163181&Signature=fT0vdFC2EaJuXPqA3j-Yk3sp769TqflS2Nn5Ve9cYJLN1VEFF7hGpfK91T8LwAn3FkHPUoZdTCDjWstq6F5fxlaNgZIJFhETkwB49VQJnh19vRNp22MKZVSLHYlKUF-6656vXUS9Iwiovp2yyFl-DVx4yhq~VwDo4PB~OQVZrug5yqsKjn74~XSBEFEprC3BFb3zetPXAP2wqlfbsPdE~TodHrz~KwS4NSpsKVkUHMoswN2PlEYZ6cB3PuWPQ9pqbr-EXOGXMbR~dMooPwMeLR-a5K4R8G3e6YD0DobD42S7cPFPvbfrnhGjbMFhvMACiW4kheifBhPsghNFxEUheg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp3.xlsx?Expires=1706163181&Signature=ZbuqPWaRFq8butZGUZav9FiFqW77X7hOHQgrtFvS1awjuVOKXEGb4Iimnd7eNVwv12SH1uxWiFC3VsvymZs7bGLW~HQF9tvMm1S9MUq97aFi9JELjXx39AaUbCGM1BJ6eyuUL83qrN2TZ71zYiuOvR3HOoAapqUi5hn9FaMQvdRJtAjTYUzqtFvx8F7cbEYp-IXg3tHhi8UIIjRzrbe2jZ3fJtZbA8H2pHNMy-PkpCqwJQYq-7t93bu4eoWWw1ZXuW770YNIryECEGeXBMMmIusxAffTtMCcY44p0SDSS7CBiyPKfpGVr4RQ7pMcF75zl04UdFEoqFE8sUtfiBxK-w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp4.xlsx?Expires=1706163181&Signature=Gc1N-5NEuGr70uNUrWfmtfL99cB-PlPmWMcEfTQjawgBhJ8wu4Unud83ip32JjTks~8dhSqF5p4aBeN3IoDUGVfTfz7D4VCdTA39OePVk7VDAHIW4rPHSIAt0P-91UskPO-DOVP8r5JBsjVbDJj0xxjjfikKLfAxbMYJxVaeXDW-MHSzKFWTuLhOd3ilhogqD4X8dJSALpXL8hINdv-RXYuVWlPEPQAmKeuDneL9u7xV~U4-9HDR2S3XwPHzAT09MMd~pKp3wiVpK3QVM~Jj0mAU4cixI5QouuwSEg9IiKZ0OCyUgIsPRJ~jxOKox8UZ4gWpcCwDG3uWTvMqBM3IHA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp5.xlsx?Expires=1706163181&Signature=vQYXf3lWI4bIXEnVpmH29FoTeWdlZf-psCe5ScgCCeD9PmOwCI020tfuuNMCIS06lVk~BubLJLoC40r3Msohm2miVHfhDZZ~tOLDY3B9C5wWN3fuHfF-7ukOS4wtq74Pc8OZZtef1bY~DmNFWPngy016b0CeTsBpt4AASoxxxJsRQzCf~YtHlWO25jUMAEarmnHHPih3thP0E0XPlsG0~M9Jii5kb9BRUNoFvW1EFfZ3adfEpy-4cQbHkkwDkFXq9-R5ch3LOF01~rjCGhRnWp0jQOZ2xI0aBy6CRk6qecbbdrc3U1s0t8IvyEKslgnGLz9zCGmzJLmC9E3FNPQdbw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp6.xlsx?Expires=1706163181&Signature=B6BnQp7sKnSX3dvXQ-GIFKQ0pXoroNFRTAZGXpR0aO8f8uDZXODb0rwF7QAxdeqotq1j7vOjccKA6pzj7R4Ey4Awboc9goWfc-jeaR5qPW-UoIjHRPol0IE0SRzfijFOL01O02Vcn0L0DtizOOnMIYJZi9ewjR3QsjsH7z9Oh~sCNyUOaa-dASznbVCu~Z9M9MH9sNe~t~vjLIiV3jeOFG7Ux8oYiyGhObXE5VWhHALeTMT8-Rr1iHfQ3fv5agL-04x7Oyx5bK1e~vD~hbaVBpCGxic5QCSE3KkLsAwRlHFx5hunZFSd58cU-lCSW3Rouox4iVpqw8Og-IetRzEAgg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp7.xlsx?Expires=1706163181&Signature=HOK9Zc9MPrflHFiluY6qC0SmxV7hUb0k6fXAGDiM~gCvKol3g7A2ldtc6SDqxqPz98cZL-htLDBa7IhnkyNrvd9JLMg9SIZV6RCTqL6LYwSq72qqpKSTfDTysvdzdhM3FJ~f2o1hOetkCVnzhzm4oUHwFVxxYvXeHlD8lZMOpLTTJyF7zvIYNdmfL0Vd1LvFts7muilN2sRXhwJIgxCGkF~fhaETvPG8eSlIb~au9SJiP7zqm-U3ya0nOKIg~LsslLrd98j1wEay3xzPxEuJHNxz5HSmcV-ArxqutyXX0NJ4xfTDWWqPzeyzxrwICOvS2s92n2wCvrQU5wmc6H35RA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp8.xlsx?Expires=1706163181&Signature=4T0WwB1mtc9vyiskyBnrPpYuwvtONHg2q~8t-PYF6e~EVzoYTovCRmP2qYi59~QIQrdWeE1~SxOPyfpFGnIZ1rG1WxGYcAXI1cFMpXuRMwibAqLgGCn7Q1gpIsi502IUmAY~5AKzFAy5Al231kbm9ubkRj2IWZxTUChTaNuHITtTn10GRcPHd2dBa5QaXbHcPQK57DK8~ijyVSSRO27Aye-m3qNfGMIOtSz4jT-yfk8gBnbmu1BrgHvayM~A6K5RELxhJ9OWrybve1eY6xF7B2bKlf9yix7Lx46BIxP3H0lSia9OaKUY6jnbmHk0vGvagRizmilzr3nmcY9y4A~Imw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",8,Cindy R. Priadi,"Environmental Engineering Study Program, Department of Civil and Environmental Engineering, Faculty of Engineering, Universitas Indonesia, Kampus UI, Depok 16420, Indonesia",Indonesia,crpriadi@ui.ac.id,https://orcid.org/0000-0002-5423-3446,Cindy R. Priadi,"Environmental Engineering Study Program, Department of Civil and Environmental Engineering, Faculty of Engineering, Universitas Indonesia, Kampus UI, Depok 16420, Indonesia",Indonesia,crpriadi@ui.ac.id,https://orcid.org/0000-0002-5423-3446,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water', 'groundwater', 'low-middle-income country', 'multiple water source use (MWSU)', 'seasonality', 'temporal variation']" -830,91548,12,11,https://iwaponline.com/washdev/article/12/11/782/91548/Increasing-latrine-sales-among-poor-households-in,"Journal of Water, Sanitation & Hygiene for Development",Increasing latrine sales among poor households in rural Cambodia using targeted subsidies: a randomized control trial,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.184/1/washdev0120782supp1.docx?Expires=1706163184&Signature=sadHThNtgHJPw3p16oIAlu8FDxaqZmQkubgXBIfrSwnyTEbjp5XIWngdllK1yRRZz9m0VQVlLUaR5fnUToGiOPzD2e3BK9-5uZFMQTLM2lHzFOWbRJF1fHGb1GF4MM3pCBDsmra-NY~AttSgmuyjNdfqTYYQLhKpVMHEvqF97-N~5FM0ziuiGiBWYaYSOQeLkJvtv3IJj7bhfHt0-edla6lcr9bcnsz5-96VKZk5xhFjgCrx2Si7rQsUrlMsIoqhjRioD6fGorPUpkzgj3eK8L6Ufwwz-~xj3KoSfMOxG2k0980r5pwVlwobowRx-zhl7HKN3fIjWHYf4ZNOzRJG3g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Chris Nicoletti,"iDE, 1031 33rd St #270, Denver, CO 80205, USA",USA,Cnicoletti17@gmail.com,https://orcid.org/0000-0001-5335-6527,Chris Nicoletti,"iDE, 1031 33rd St #270, Denver, CO 80205, USA",USA,Cnicoletti17@gmail.com,https://orcid.org/0000-0001-5335-6527,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['cost-effectiveness', 'latrine coverage', 'market distortion', 'marketing', 'randomized controlled trial', 'sanitation']" -831,91546,12,11,https://iwaponline.com/washdev/article/12/11/792/91546/Use-of-rivers-water-inadequate-hygiene-and,"Journal of Water, Sanitation & Hygiene for Development","Use of rivers' water, inadequate hygiene, and sanitation as exposure of internally displaced persons (IDPs) to urogenital schistosomiasis and soil-transmitted helminthiasis in Jalingo Local Government Area (LGA), Taraba State, Nigeria",2022,FALSE,0,,[],5,Wama Emmanuel Binga,"Department of Biological Sciences, Taraba State University, PMB 1167 Jalingo, Taraba State, Nigeria",Nigeria,,,Robert Soumay Houmsou,"Department of Biological Sciences, Taraba State University, PMB 1167 Jalingo, Taraba State, Nigeria",Nigeria,rs.houmsou@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['displaced', 'helminthiasis', 'internally', 'persons', 'urogenital']" -832,91502,12,11,https://iwaponline.com/washdev/article/12/11/803/91502/Application-of-tannin-based-coagulant-for-high,"Journal of Water, Sanitation & Hygiene for Development",Application of tannin-based coagulant for high-range turbidity surface water clarification,2022,FALSE,0,,[],3,Camila de Oliveira,"Departamento de Engenharia Ambiental e Sanitária, Laboratório de Tratamento de Água e Resíduos, Universidade do Estado de Santa Catarina, Av. Luís de Camões, 2090, Lages, Santa Catarina CEP 88520-000, Brasil",Brasil,,,Everton Skoronski,"Departamento de Engenharia Ambiental e Sanitária, Laboratório de Tratamento de Água e Resíduos, Universidade do Estado de Santa Catarina, Av. Luís de Camões, 2090, Lages, Santa Catarina CEP 88520-000, Brasil",Brasil,everton.skoronski@udesc.br,https://orcid.org/0000-0002-8554-8272,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['coagulation and flocculation', 'sludge', 'tannin-based coagulant', 'water clarification']" -833,91933,12,11,https://iwaponline.com/washdev/article/12/11/816/91933/Assessment-of-health-risk-induced-by-heavy-metal,"Journal of Water, Sanitation & Hygiene for Development",Assessment of health risk induced by heavy metal contents in drinking water,2022,FALSE,0,,[],6,Alma Shehu,"Department of Chemistry, Faculty of Natural Sciences, University of Tirana, Boulevard Zogu I, 1001 Tirana, Albania",Albania,alma.shehu@fshn.edu.al,https://orcid.org/0000-0001-8486-6300,Alma Shehu,"Department of Chemistry, Faculty of Natural Sciences, University of Tirana, Boulevard Zogu I, 1001 Tirana, Albania",Albania,alma.shehu@fshn.edu.al,https://orcid.org/0000-0001-8486-6300,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['cancer risk', 'drinking water', 'health risk assessment', 'heavy metals', 'toxicity']" -834,91547,12,11,https://iwaponline.com/washdev/article/12/11/828/91547/COVID-19-public-health-messaging-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","COVID-19, public health messaging, and sanitation and hygiene practices in rural India",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.134/1/washdev0120828supp1.docx?Expires=1706163198&Signature=4psmj0SEnyeuW~G~adFpabyA6m6hARv4gzcxBsLEEc3GpovSTMgy2lJDh~7vKoqSJWGYsV7FQAvqfTgg-Vfb6O6CbIabN5OyxDaz4J3bgdlpYm15n5cXStom49qLMEsTk-ScVOmc91UUy15bsvCSkhE6mK5XPY~3ssEo29I-y7~f73V1D3auif~624EC8g5ZVlcUaLXexnPQ4ms1pXjRVCQFOFsuqQJb4W5SKoBAZDqhQCgCU5tr8pgfWvTtBuaZhjEOgcaE57MbzQ3ER2cHxVQWjhnieRl0VtrP98cmp6zQipfN2DltF6jDkvUZrp0j1dluoX2ltNHU~-ZfY9-1PA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Emily L. Pakhtigian,"School of Public Policy, Pennsylvania State University, 322 Pond Lab, University Park, PA 16802, USA",USA,emilypakhtigian@psu.edu,https://orcid.org/0000-0003-3532-5596,Emily L. Pakhtigian,"School of Public Policy, Pennsylvania State University, 322 Pond Lab, University Park, PA 16802, USA",USA,emilypakhtigian@psu.edu,https://orcid.org/0000-0003-3532-5596,TRUE,All relevant data are available from an online repository or repositories (doi.10.17632/79fss5rwg4.1).,All relevant data are available from an online repository or repositories,doi.10.17632/79fss5rwg4.1,"['COVID-19', 'health information', 'hygiene', 'sanitation']" -835,91518,12,11,https://iwaponline.com/washdev/article/12/11/838/91518/Integrated-behaviour-change-intervention-for,"Journal of Water, Sanitation & Hygiene for Development","Integrated behaviour change intervention for sustainable community development: a KAP study of WASH in district Gujrat, Pakistan",2022,FALSE,0,,[],3,Afzaal Afzal,"Department of Social Work, University of the Punjab, Lahore, Punjab, Pakistan",Pakistan,,https://orcid.org/0000-0001-9095-1245,Muqaddas Javed,"Department of Statistics, University of Gujrat, Gujrat, Punjab 50700, Pakistan",Pakistan,muqaddas.javed@uog.edu.pk,https://orcid.org/0000-0003-0379-5788,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['behaviour change intervention', 'integrated interventions', 'knowledge attitude and practice', 'sustainable community development', 'stratified random sampling', 'water sanitation and hygiene']" -836,91932,12,12,https://iwaponline.com/washdev/article/12/12/851/91932/Evaluating-filter-functionality-and-user,"Journal of Water, Sanitation & Hygiene for Development",Evaluating filter functionality and user competence after a hollow fiber membrane filter intervention in Liberia,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.075/1/washdev0120851supp1.docx?Expires=1706163205&Signature=MFlCp-rpFqkSWr8HSQZFaDKuySy~-ZyBh~lDuJDp8vNvclMOJHXcgybuzpcJciYDkWwqa8woL-2OPNfP796L-pyo2oKRTZ3brtEC0ATsN5WDeVEGnb9V6rn5N~uKin6WfTkzq35~CmHPOY7i6uyJ1YeFXTD7-aLpI8n-zZ~HN~gpsNpd2Rza8S-byuYV~CaXFWipoWMOk16k8VhuawKKQXbgQpQX~5YGUHUKZGOw6LRi0bHkrY3UTklNhFo82zD9hNbEB5LQs7iQlGnBsRo1YaAGSvn9xGLuY7EwKIKJpL17u6xvPa~WkDBwg4W~DK4xPD0a7-METhuQVTkqy6lIvA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],15,Kristen R. Alford,"Calvin University, Grand Rapids, MI, USA",USA,,https://orcid.org/0000-0002-1007-8018,Stacy L. DeRuiter,"Calvin University, Grand Rapids, MI, USA",USA,sld33@calvin.edu,https://orcid.org/0000-0002-0571-0306,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['filtration', 'Liberia', 'point-of-use filters', 'water']" -837,92016,12,12,https://iwaponline.com/washdev/article/12/12/862/92016/Prevalence-of-multidrug-resistant-Escherichia-coli,"Journal of Water, Sanitation & Hygiene for Development",Prevalence of multidrug-resistant Escherichia coli in household drinking water in rural Ghana,2022,FALSE,0,,[],3,Elvis Kichana,"Regional Water Quality Laboratory, World Vision International, Tamale, Ghana",Ghana,ekichana@gmail.com,https://orcid.org/0000-0002-1816-0120,Elvis Kichana,"Regional Water Quality Laboratory, World Vision International, Tamale, Ghana",Ghana,ekichana@gmail.com,https://orcid.org/0000-0002-1816-0120,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibiotic stewardship', 'antimicrobial', 'drinking water', 'E. coli', 'multidrug resistance']" -838,92437,12,12,https://iwaponline.com/washdev/article/12/12/869/92437/Spatial-inequality-in-safely-managed-water-access,"Journal of Water, Sanitation & Hygiene for Development",Spatial inequality in safely managed water access in Ghana,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.099/1/washdev0120869supp1.docx?Expires=1706043268&Signature=cl-mTh82NAepwsNyKOzO~DEhwGuHOJDI1nQzP43pYB~FUDhsh-7M9E7N-UrSVzDhYfmchX~7x2A2enAIpClfgzBBMweNLo4AfKgMKnT9YoMVzedVWBE8r2~eFxMwtNtLlWQA40kLkZM6tCfkPvSv0dg8-QRE0GLEoHna8RXuFJKtzR3CaQ-NDUaoyHvL49KEqtfNgn30ctfJLEhQD0Ey9yHABVDrPmHsHBDK-kOBIFTo9-uLZdVSO5DK7T1mLQG0wFWf5mVGxOZqP2UC0ahx04ygz~GUbEc81eYiYu~ai~vS-ZUs8od2TjCBVvIDqXHrP-rGT2KW9PoThlPbea6PGg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, SD Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,adongzagla@yahoo.com,https://orcid.org/0000-0001-8173-7714,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, SD Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,adongzagla@yahoo.com,https://orcid.org/0000-0001-8173-7714,TRUE,All relevant data are available from an online repository or repositories (https://www.statsghana.gov.gh/gssdatadownloadspage.php).,All relevant data are available from an online repository or repositories,https://www.statsghana.gov.gh/gssdatadownloadspage.php,"['Ghana', 'Gini index', 'inequality', 'safely managed water', 'Sustainable Development Goals']" -839,91951,12,12,https://iwaponline.com/washdev/article/12/12/883/91951/Water-insecurity-and-sexual-and-gender-based,"Journal of Water, Sanitation & Hygiene for Development",Water insecurity and sexual and gender-based violence among refugee youth: qualitative insights from a humanitarian setting in Uganda,2022,FALSE,0,,[],11,Carmen H. Logie,"Factor-Inwentash Faculty of Social Work, University of Toronto, Toronto, ON M5S 1V4, Canada",Canada,carmen.logie@utoronto.ca,https://orcid.org/0000-0002-8035-433X,Carmen H. Logie,"Factor-Inwentash Faculty of Social Work, University of Toronto, Toronto, ON M5S 1V4, Canada",Canada,carmen.logie@utoronto.ca,https://orcid.org/0000-0002-8035-433X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['refugees', 'self-care', 'sexual and gender-based violence', 'WASH', 'water insecurity', 'youth']" -840,92017,12,12,https://iwaponline.com/washdev/article/12/12/894/92017/Access-to-handwashing-with-soap-facility-a-post,"Journal of Water, Sanitation & Hygiene for Development",Access to handwashing with soap facility: a post-sensitisation investigation of drivers,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.149/1/washdev0120894supp1.docx?Expires=1706163218&Signature=sGNBdx87L-pw1zxYKHmtLVCt8WFrkIe6AuM~yNH8ufqBHfblb~yKbWSinc2jRS2xrdMbe9gIDl2LGaRsAEcR7WVN61NDSC-~J5HjFd6rvFbkCdWPWAVhB~~zh7dDII1Uk-O4TSxOzW~Ooo3jIWP2lfgitB2bEdqTfVv6DzMbaVWTHPqpQbLBDo9NOfbA63maptyPkoT-ivNUv~klRxd-8PJzLf53ub-A0BVb3RI3jzuhnzpiPNckwENPgPjhuF16mAaCDQsilJ-TwxA99VtT~B16lRPDkcj2qsb5IW5BduIRzTRyb-MD3tpA9fAskOw7YBIXyiY612Yg3jc3yYT0Xw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Andrew Manoba Limantol,"School of Sustainable Development, University of Environment and Sustainable Development, Somanya, Ghana",Ghana,amlimantol@uesd.edu.gh,https://orcid.org/0000-0002-7359-7616,Andrew Manoba Limantol,"School of Sustainable Development, University of Environment and Sustainable Development, Somanya, Ghana",Ghana,amlimantol@uesd.edu.gh,https://orcid.org/0000-0002-7359-7616,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ghana', 'handwashing', 'logit regression', 'post-sensitisation', 'soap', 'Tippy-Tap']" -841,92031,12,12,https://iwaponline.com/washdev/article/12/12/905/92031/Understanding-the-adoption-of-urine-diverting-dry,"Journal of Water, Sanitation & Hygiene for Development",Understanding the adoption of urine-diverting dry toilets (UDDTs) in low- and lower-middle-income countries using the Diffusion of Innovation framework,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.154/1/washdev0120905supp1.docx?Expires=1706163222&Signature=OStrU9-r~Y3B-KTiR8-F1QbOaHPYo2SF0rwpJltSvCzXdgpwdvqQlkGPiTutFvBwu5~gV1IRd6IzySaSU1Xw48ESifDFsrEDUrxLWCJfBexUH1oZL~BLkeZgoZJc6uXpIirQUpQFUWrp0qU4lGHXtdHz5TKGnVwz9asRSfO0J8-3IZQiRrsKh~kQAM6k84Z2WKBHGt6D0XEGIwno77AyVF5L0lAszt3H4bSDqs1x66acSNjfjAHhjIRZUimcVTVFSNmqFnf98fr3ODs1wZMmWS3JhfsIDt~4jOlEjvc12uT1QHpu~bmt5r~bjWwLjm0nk4Ue241xAuZ2HSY6z78c1g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Kristen M. Conroy,"Department of Food, Agricultural and Biological Engineering, The Ohio State University, 590 Woody Hayes Drive, Columbus, OH 43210, USA",USA,conroy.137@osu.edu,,Kristen M. Conroy,"Department of Food, Agricultural and Biological Engineering, The Ohio State University, 590 Woody Hayes Drive, Columbus, OH 43210, USA",USA,conroy.137@osu.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adoption', 'barriers and facilitators', 'Diffusion of Innovation', 'UDDT', 'urine-diverting dry toilet']" -842,93019,13,1,https://iwaponline.com/washdev/article/13/1/1/93019/Factors-affecting-the-performance-of-household,"Journal of Water, Sanitation & Hygiene for Development",Factors affecting the performance of household rainwater harvesting systems in the south-western coastal region of Bangladesh,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/1/10.2166_washdev.2023.123/1/washdev0130001supp1.docx?Expires=1706163226&Signature=emMUPynzD5YlC76YPml981t9sz6uSL9jX6asN4VXzL-KQ3gOvVRcBE3b86pSVflLs6cqcYoZbJ6HW5yhdbzxCtvOQJYc2wPGQ1jbpye7nNrXTDUjRzkDLlltqIIHGTZs12JSxD6I7-Yflzrxliv7TjmEzI9lLzInNZtViszmOPsVE4YTqssTbHzy6AJfCI5Tad6Y6vfG74caygIxfO7VIuJFpa87bGrl2sLLihdCWo2E12OsiirCRoKNqbZL99JwYWVQRDnHDSJtywUV2yoCAlTp7lAf-3pL2KhlLwUe~a2VHEXn2k1OIAM41cUyBKG5iryw3I60Q796GXBUJPQLjQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Shimul Ghosh,"Department of Civil Engineering, Bangladesh University of Engineering and Technology, Dhaka 1000, Bangladesh",Bangladesh,,,Tanvir Ahmed,"Department of Civil Engineering, Bangladesh University of Engineering and Technology, Dhaka 1000, Bangladesh",Bangladesh,tanvirahmed@ce.buet.ac.bd,https://orcid.org/0000-0002-8970-0999,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adjusted odds ratio', 'logistic regression', 'operation and maintenance', 'rainwater harvesting system']" -843,92636,13,1,https://iwaponline.com/washdev/article/13/1/11/92636/Stakeholder-acceptance-of-shared-toilets-to,"Journal of Water, Sanitation & Hygiene for Development","Stakeholder acceptance of shared toilets to improve sanitation access in low-income urban settings: a case study of Gulu city, Uganda",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/1/10.2166_washdev.2022.172/1/washdev0130011supp1.docx?Expires=1706163229&Signature=dX7-c3kuL0cUHBl7uQA7FY4CqBhRmlxz2dBl3CR0CMesk9vyEUCqMv3csCwTPVfybJEWQnuOqwyBxU8dJGA3RYICLyxzBId-eqGdG0hv3q6AbTzd~6cU5fVKNVzY34lsXcbquS8zCiBQhYtKtBd56YmFdtuKHavcyjEryJwldGa5HZgsHbaxGDWqbJEN7E3UlqaN7eOiwxQ0LOLE04kj0u4YpLgZ7l03acSouf68Q4oR3T4HXWYHUqJVIlK0oZkF0f-q1N8U4cayrYF--FicLoy13pfJQzxhh0m7XJMCWXrS~tO4OnCoqZ5bavcgS5PSvWT1ppdvYk2mD1FwsA~t-A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Anna Therese Schoell,"Fichtner Water & Transportation, Rofra House, 2nd Floor, Plot 546, Ggaba Road, Kampala, Uganda",Uganda,,,Rebecca Scott,"WEDC, School of Architecture, Building and Civil Engineering, Loughborough University, Leicestershire LE11 3TU, UK",UK,r.e.scott@lboro.ac.uk,https://orcid.org/0000-0002-0069-065X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['emptiable toilet', 'faecal sludge management', 'sanitation technology', 'urban development', 'user acceptance']" -844,92851,13,1,https://iwaponline.com/washdev/article/13/1/19/92851/The-water-finance-gap-and-the-multiple,"Journal of Water, Sanitation & Hygiene for Development",The water finance gap and the multiple interpretations of ‘bankability’,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/1/10.2166_washdev.2022.201/1/washdev0130019supp1.docx?Expires=1706163232&Signature=4m3TX0EtvcRJ26AYRFrtDx40Rz5R4JR1d5igMA1SI726Y~F9b0TZlrplp70ioHVkEsDaxjxES7M0krVd7hHErP7X7gy0gijtDeX1pIJWZGA~vdWXIAcoM9Zot0O0yoD1JKeWgmbj4Csw9ochNKpASjloHscjaxRIWmWiIH7~0mM9zFOe6ZH9o0X0l7WX7nhTzsWEhF4HEZPVFCOpxji7pHl1qg5VtBxOHtZ0grooN2aJPSUD4PRqsMP2JqBrsiJJ0CA93MHwWrjo5XobazTwGOipZblBH8KCLp0D-xzth22714eVRB5bjkRifAhZK5EDCRUB5QR8XAxW5t93MEpknw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Wilder McCoy,"IHE Delft Institute for Water Education, Delft, the Netherlands",the Netherlands,,,Klaas Schwartz,"IHE Delft Institute for Water Education, Delft, the Netherlands",the Netherlands,k.schwartz@un-ihe.org,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['bankability', 'blended finance', 'financing gap', 'water finance']" -845,92909,13,1,https://iwaponline.com/washdev/article/13/1/30/92909/Women-technology-and-water-creating-new,"Journal of Water, Sanitation & Hygiene for Development","Women, technology, and water: creating new waterscapes and contesting cultural norms",2023,FALSE,0,,[],1,Anindita Sarkar,"Department of Geography, Miranda House, University of Delhi, Delhi, India",India,anindita.sarkar@mirandahouse.ac.in,https://orcid.org/0000-0002-6626-2455,Anindita Sarkar,"Department of Geography, Miranda House, University of Delhi, Delhi, India",India,anindita.sarkar@mirandahouse.ac.in,https://orcid.org/0000-0002-6626-2455,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['gendered roles', 'private tanker', 'technology', 'water', 'waterscapes', 'women']" -846,92908,13,1,https://iwaponline.com/washdev/article/13/1/39/92908/Access-to-basic-water-sanitation-and-hygiene-WASH,"Journal of Water, Sanitation & Hygiene for Development","Access to basic water, sanitation, and hygiene (WASH) facilities and associated factors in Ethiopia: evidence from demographics and health surveys",2023,FALSE,0,,[],8,Belay Desye,"Department of Environmental Health, College of Medicine and Health Sciences, Wollo University, Dessie, Ethiopia",Ethiopia,belaydesye.2001@gmail.com,https://orcid.org/0000-0001-5265-0994,Belay Desye,"Department of Environmental Health, College of Medicine and Health Sciences, Wollo University, Dessie, Ethiopia",Ethiopia,belaydesye.2001@gmail.com,https://orcid.org/0000-0001-5265-0994,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ethiopia', 'households', 'hygiene', 'sanitation', 'water']" -847,92913,13,1,https://iwaponline.com/washdev/article/13/1/50/92913/Status-of-drinking-water-sanitation-facilities-and,"Journal of Water, Sanitation & Hygiene for Development","Status of drinking water, sanitation facilities, and hygiene in West Bengal: evidence from the National Family Health Survey of India (NFHS), 2019–2021",2023,FALSE,0,,[],4,Chandan Roy,"Department of Geography and Resource Management, Mizoram University, Aizawl 796004, Mizoram, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,Chandan Roy,"Department of Geography and Resource Management, Mizoram University, Aizawl 796004, Mizoram, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,TRUE,All relevant data are available from an online repository or repositories (https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1).,All relevant data are available from an online repository or repositories,https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1,"['multivariate regression', 'NFHS-5', 'open defecation', 'quality of life', 'WASH services', 'West Bengal']" -848,93386,13,2,https://iwaponline.com/washdev/article/13/2/63/93386/An-exploration-of-market-organic-sanitary-products,"Journal of Water, Sanitation & Hygiene for Development",An exploration of market organic sanitary products for improving menstrual health and environmental impact,2023,FALSE,0,,[],5,Jamie Hand,"Civil Engineering Program, Texas State University, San Marcos, TX 78666, USA",USA,,,Sangchul Hwang,"Civil Engineering Program, Texas State University, San Marcos, TX 78666, USA",USA,sanhwang@txstate.edu,https://orcid.org/0000-0003-3821-1308,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['healthier', 'menstruation', 'more accessible', 'more eco-friendly', 'more economical', 'sociocultural']" -849,92644,13,2,https://iwaponline.com/washdev/article/13/2/78/92644/Sustained-effectiveness-evaluation-two-years-after,"Journal of Water, Sanitation & Hygiene for Development",Sustained effectiveness evaluation two years after two water systems were installed in Haitian communities,2023,FALSE,0,,[],7,Shruti Sagar,"Department of Community Health, School of Arts and Sciences, Tufts University, Medford, MA, USA",USA,ssagar2930@gmail.com,https://orcid.org/0000-0001-9053-760X,Shruti Sagar,"Department of Community Health, School of Arts and Sciences, Tufts University, Medford, MA, USA",USA,ssagar2930@gmail.com,https://orcid.org/0000-0001-9053-760X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community water management', 'evaluation', 'low- and middle-income countries (LMIC)', 'sustained effectiveness', 'water finances', 'water quality']" -850,93159,13,2,https://iwaponline.com/washdev/article/13/2/90/93159/Sustainability-of-rural-water-services-in-the,"Journal of Water, Sanitation & Hygiene for Development","Sustainability of rural water services in the humanitarian-development-peace nexus: a case study from Diffa, Niger",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.124/2/washdev0130090supp1.docx?Expires=1706163252&Signature=uQem1WzCJCuKUP~5CqYo4NYXgWP7OpFbvXTxNBf26uz6~u8pfMxg25oZt2z1MMqjbdHBzdPdocVbNze8a6OIXeZByTcqDwTBMaDwRNwCuut9H9yeCOaHjIlIVYueIUqddZJTsSIaDFESGgJE8tyBMGjlWSo-x~YcZJiNudPl7EC~autatu2rUncF1GS~t3Mx~s7zpUjvrKUoEXeqOQmrs0Ivz0nRk8lRuORxdj2aTnWMKPPwMpoq-DRvq9MKLU1jlfeYMih6wNIyW65EoA8gAhrj4oaoB7p7GVQURzljJrQNIc3uA22NxTXFwDo-oypPZLVpfKVE6jvSKA5mvYWjBA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Paul Hayes,"International WaterCentre, Griffith University, Nathan, QLD, Australia",Australia,paul.john.hayes1979@gmail.com,https://orcid.org/0000-0002-6599-8604,Paul Hayes,"International WaterCentre, Griffith University, Nathan, QLD, Australia",Australia,paul.john.hayes1979@gmail.com,https://orcid.org/0000-0002-6599-8604,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['community-based water management', 'conflict and insecurity', 'humanitarian', 'rural water services', 'sustainability', 'triple nexus']" -851,93160,13,2,https://iwaponline.com/washdev/article/13/2/103/93160/Peri-urban-schools-of-Kinshasa-before-and-during,"Journal of Water, Sanitation & Hygiene for Development","Peri-urban schools of Kinshasa before and during COVID-19: an evaluation of water, handwashing facilities, and girl students’ hand hygiene practices",2023,FALSE,0,,[],5,Jean-Marie Mukiese Nlunda,"Department of Environmental health, Kinshasa School of Public Health, University of Kinshasa. The Democratic Republic of Congo",University of Kinshasa. The Democratic Republic of Congo,jmukiese@gmail.com,https://orcid.org/0000-0002-7323-4436,Jean-Marie Mukiese Nlunda,"Department of Environmental health, Kinshasa School of Public Health, University of Kinshasa. The Democratic Republic of Congo",University of Kinshasa. The Democratic Republic of Congo,jmukiese@gmail.com,https://orcid.org/0000-0002-7323-4436,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['Covid-19', 'girl students', 'hand hygiene', 'schools', 'WASH infrastructures']" -852,93070,13,2,https://iwaponline.com/washdev/article/13/2/113/93070/Engaging-boys-in-menstrual-hygiene-management-MHM,"Journal of Water, Sanitation & Hygiene for Development",Engaging boys in menstrual hygiene management (MHM) interventions in Bangladeshi schools: a pilot study to assess acceptability and feasibility,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.153/2/washdev0130113supp1.docx?Expires=1706163258&Signature=c9MQJZBZkVy99myyddraW~oSP7LvHHrMekiWqHd38DVnp6peeyKyPOA3EDTc2TuBb2YdRCwf742jkriWKkO4AuC~fSye5XOYHjHI6N6mAMln~B8Shj1aVym8LXtWpdOFlcuLDrGmFWbeX~VHfjfRqfB9qHYtRyETICZCwOdYBl14taIyu7nFFnYsBi3dj8Tchw4ZRnNCwjihjOhczUxngssLL1nFQIqcbcxn3mf7r-whEr-VJsVkUNDm9TU6MuxjUFpeFm7mPSjFiEO~kuFSmJGe-xfnw6StOvatD-gqFzxKUL~JHtrdFfnJTZ5GWyo9cuVzVzIh2T95Vn-WH6we7A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],14,Rizwana Khan,"Infectious Disease Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka 1212, Bangladesh",Bangladesh,rizwana.khan@icddrb.org,https://orcid.org/0000-0002-9210-9024,Rizwana Khan,"Infectious Disease Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka 1212, Bangladesh",Bangladesh,rizwana.khan@icddrb.org,https://orcid.org/0000-0002-9210-9024,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adolescent boys', 'Bangladesh', 'in-depth interview', 'menstrual hygiene management', 'puberty curriculum', 'social and behavior change communication']" -853,93020,13,2,https://iwaponline.com/washdev/article/13/2/127/93020/Availability-and-accessibility-of-toilet,"Journal of Water, Sanitation & Hygiene for Development","Availability and accessibility of toilet facilities among low-income households in selected settlements of Cape Coast Metropolis, Ghana",2023,TRUE,2,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.197/2/washdev0130127supp1.xls?Expires=1706163261&Signature=LAXaOeK9t5SxmQ~7l9hQAvCaFcgIIiQbij4EA78R3x22LB78PnWeRdgXXT88Ggq12fsa7HcK0EjMcF0etlFu307RCr5eKRvtYfgrGVvl4YLAQOkqfCPPpMcIjW34vvgxyeFlAnIyPVUx6wdOKljwCOeu7UCmktBqnYeg-QgTkAPAffnsawjrjodqzNLmWv9ZY02dZyV2gr0Jxk9lu6l-Y4neUfdUwY3zzttg~ZuBKqxO2Cn1jnFKkM7MRC39PxHzY1dgV8lmu~AAVZRx25rdfEiHrYBMXxcEJgEtlQMzW8Ay6IDsh7odW2~vgNvsahb00tFod3F14mCG31k3pKHJjw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.197/2/washdev0130127supp2.xlsx?Expires=1706163261&Signature=aqiLzHkY4Kd9Oy4M1kArfvwNFC5bO8Q6Z-9jMXVppaVL1Hi3TaOshvjo893mEu4sMVOGOBA6Ef~bOty1F8BYhQyFDwd5Op7FPq9QS2kro3eYvIbr~snQc5QRXRjjdfIeOnimolw6wtsNp0~lhrp3PopM6cMXrhBNdIdrwv4J0fG5kLIoUmM2eyGA0UtXS5M616UD~JxaZVPbg42tGUL2UhR9GzEseHr1VLgKwIQyF8CatqXd96FlhUk60K~2dI14uKPtg5J5zSDGjUlyMkJjudPdkdsntwAj7y-WGkRB-EEl-mEd7zJViDjPRY8tTACUEMKmWDlTCsDWG2y5ErQEzw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",5,Rogers Kipkoech,"Department of Environmental Science, School of Biological Sciences, College of Agriculture and Natural Sciences, University of Cape Coast, Cape Coast, Ghana",Ghana,rogers.kipkoech@stu.ucc.edu.gh,https://orcid.org/0000-0002-5001-7578,Rogers Kipkoech,"Department of Environmental Science, School of Biological Sciences, College of Agriculture and Natural Sciences, University of Cape Coast, Cape Coast, Ghana",Ghana,rogers.kipkoech@stu.ucc.edu.gh,https://orcid.org/0000-0002-5001-7578,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Cape Coast Metropolis', 'households', 'low-income household', 'toilet facilities', 'urban']" -854,93348,13,2,https://iwaponline.com/washdev/article/13/2/140/93348/Linking-poverty-with-water-and-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Linking poverty with water and sanitation in targeting households for achieving sustainable development,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.199/2/washdev0130140supp1.docx?Expires=1706088264&Signature=uxvpItB7OtfDKADWzMrQp7BQZrsn6oTQkPHgBiEgLasUd7OOq-Cy6t~2RcpSC5WBRuf2lTWLFpIEtkgO817ORBURZsdsOlVvYCmqXEcobLqn9ncjp5eKaSidlpAd3W5BhiMlG3RDSPg8jRVjgKZbtq10UZdOlkQf3Cxcq4RZIwCSpQcqnvU45GBHoORuk0pEhSBWu8QSWgwgaCfWJe0Z61vDthWRl6jr9zsLaFZjhsVO04voAPicgRZ0Nv~tAtm5d~MIKQsnZomqTFA2Rb8WB0hPEZSbOY4pVgEz1vVSGEmPg60~iAQGzijDVIR9f3FcYCH40DpZ56tPYfJkG-Ixag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Novlloyd E. Celeste,"College of Criminal Justice and Sciences, Northwest Samar State University, Calbayog City, Samar, Philippines",Philippines,novlloyd.celeste@nwssu.edu.ph,https://orcid.org/0000-0002-1986-2597,Novlloyd E. Celeste,"College of Criminal Justice and Sciences, Northwest Samar State University, Calbayog City, Samar, Philippines",Philippines,novlloyd.celeste@nwssu.edu.ph,https://orcid.org/0000-0002-1986-2597,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['data mining', 'poverty', 'sanitation', 'supervised learning', 'toilet facilities', 'water source']" -855,93161,13,2,https://iwaponline.com/washdev/article/13/2/150/93161/Coping-with-water-insecurity-in-urban-Ghana,"Journal of Water, Sanitation & Hygiene for Development","Coping with water insecurity in urban Ghana: patterns, determinants and consequences",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.203/2/washdev0130150supp1.docx?Expires=1706103163&Signature=a1uYN1Szo024x7~UzSrvd7yLQJQPzheWazBjQsNgdwUnVLRwXwhcoo5ESpyEfQSxLrghwwkmQoC9hbAx5ZhFWYIUVuazj2XB9rkXQ0L~ruJ-TU1whKFDpjNSJnF5AeTxTDYZAefIiibOWu0if21TUxmun8cwqqsH25qNNAsTm7oKCdsPKaxvUvkuG7va3KW-hquaqOu7zQh7u3-pHankJp9Mz-a10o5MBdeqK~5JCtyVsceC2INuqOEONRnf701nruN6qr2VA2iK0PZSqRFW8MAjDI-FWNoFR0-SpGvHiMV8ZWeiYlp4r14yVxywSSjne3my7MO2wLXLwMly23iJMQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Meshack Achore,"Department of Kinesiology and Health Sciences, Columbus State University, Columbus, GA, USA",USA,18ma42@queensu.ca,https://orcid.org/0000-0002-8321-7293,Meshack Achore,"Department of Kinesiology and Health Sciences, Columbus State University, Columbus, GA, USA",USA,18ma42@queensu.ca,https://orcid.org/0000-0002-8321-7293,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['coping strategies', 'Ghana', 'Sub-Saharan Africa', 'water insecurity']" -856,93625,13,3,https://iwaponline.com/washdev/article/13/3/165/93625/Condition-of-water-sanitation-and-hygiene-WaSH-in,"Journal of Water, Sanitation & Hygiene for Development","Condition of water, sanitation and hygiene (WaSH) in Ghana's basic schools: Empirical evidence from Wa municipality",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/3/10.2166_washdev.2023.164/1/washdev0130165supp1.docx?Expires=1706163271&Signature=1LE3LN3NrgpWwwswbYQhty-uAh5vrLYOElgjI798kAmNl2aszrQUGQwxAK83C~XyZlNdmsp2lU5ItseL7Vzj0faQWFoSTvypQpkEajhq8la5-SG-9cpzcHhiigUba7D8jOo9Ek~eTq~Cmtmlckyam~wPUTpwlQAv-tOmZWG-C3S~-SYH9Sd9P06dgMiRr8q3O5uXEf3cCoy~Hf17iFNS1xHwrH2RTvwOgMleyOnDyB2vDcgWKR8OKD0M2A2Riq1EOnAUD6~mToGNaWgM0M3jph7Z5AIDCoi7AwxgU3JWc5BX4c3Iymsfbi63s8xxK-9CuBVtMhTAsCm-UeFeYbE28g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Nuhu Ismaila,"Department of Development Management and Governance, Faculty of Public Policy and Governance, SD Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,,,Issah Baddianaah,"Department of Environment and Sustainability Sciences, University for Development Studies, Tamale, Northern Region, Ghana",Ghana,yakubuissah1983@gmail.com,https://orcid.org/0000-0002-3351-4409,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['handwashing', 'sanitary facilities', 'school-based WaSH', 'sustainable development goals']" -857,93608,13,3,https://iwaponline.com/washdev/article/13/3/174/93608/Climate-adaptation-and-WASH-behavior-change-in-the,"Journal of Water, Sanitation & Hygiene for Development",Climate adaptation and WASH behavior change in the Lake Victoria Basin,2023,FALSE,0,,[],3,Hannah Marcus,"World Federation of Public Health Associations, Toronto, Ontario, Canada",Canada,hannahmarcus6@hotmail.com,https://orcid.org/0000-0002-4756-6429,Hannah Marcus,"World Federation of Public Health Associations, Toronto, Ontario, Canada",Canada,hannahmarcus6@hotmail.com,https://orcid.org/0000-0002-4756-6429,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['climate adaptation', 'climate change', 'drought', 'flooding', 'Lake Victoria Basin', 'WASH']" -858,93635,13,3,https://iwaponline.com/washdev/article/13/3/187/93635/Decreasing-diarrhea-cases-through-on-site-sodium,"Journal of Water, Sanitation & Hygiene for Development",Decreasing diarrhea cases through on-site sodium hypochlorite production in Madagascar,2023,FALSE,0,,[],8,Pierre-Gilles Duvernay,"Antenna Foundation, Av. de la Grenade 24, 1027 Geneva, Switzerland",Switzerland,pgduvernay@antenna.ch,,Pierre-Gilles Duvernay,"Antenna Foundation, Av. de la Grenade 24, 1027 Geneva, Switzerland",Switzerland,pgduvernay@antenna.ch,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['chlorine', 'education', 'HWTS', 'Madagascar', 'water']" -859,93894,13,3,https://iwaponline.com/washdev/article/13/3/197/93894/Electrochemical-treatment-of-real-cotton-fabric,"Journal of Water, Sanitation & Hygiene for Development",Electrochemical treatment of real cotton fabric industry wastewater using copper and stainless steel electrodes,2023,FALSE,0,,[],5,Thanushree M S,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru 570006, Karnataka, India",India,thanushree.shree@sjce.ac.in,https://orcid.org/0000-0001-5896-2649,Thanushree M S,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru 570006, Karnataka, India",India,thanushree.shree@sjce.ac.in,https://orcid.org/0000-0001-5896-2649,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['copper and stainless steel electrodes', 'cotton fabric industry wastewater', 'electrochemical coagulation', 'sludge volume index']" -860,93636,13,3,https://iwaponline.com/washdev/article/13/3/208/93636/Household-drinking-water-treatment-in-rural,"Journal of Water, Sanitation & Hygiene for Development","Household drinking water treatment in rural Indonesia: actual practice, determinants, and drinking water quality",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/3/10.2166_washdev.2023.215/1/washdev0130208supp1.docx?Expires=1706011351&Signature=fOcHY6pnaNqEbtVZqztytCU5qXw~Jx02ONGEstTAcaBbFJe4GuF9Alaz94gtUSM0x8uhU3iAgBYYk-HMc2O7sZU7gjBw-sbbKq63jWjr-Vg1efjVzdzhqYiP~DDUERAUB-90ecgrGtm9rxmS9qtbrj-3TCkLkr1LxhiuzIfPkILeHD30B1LV6EzFfGlMADviEVba3TeXqp57wBc8szV3QFjq4VXG8uZTMk-h6qw9OQ2Pm-nR0~th5bl9KKK0urBIfTix1P8oN8-dosZ2QTpxbizyv~bvJILdh1AymE~VGrtJ-3OfThlm7GlymAaygC2MK8Ca4GO683O9mrf9LzOxCg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,D. Daniel,"Department of Health Behaviour, Environment, and Social Medicine, Faculty of Medicine, Public Health and Nursing, Universitas Gadjah Mada, Yogyakarta, Indonesia",Indonesia,daniel01@ugm.ac.id,https://orcid.org/0000-0002-2664-2517,D. Daniel,"Department of Health Behaviour, Environment, and Social Medicine, Faculty of Medicine, Public Health and Nursing, Universitas Gadjah Mada, Yogyakarta, Indonesia",Indonesia,daniel01@ugm.ac.id,https://orcid.org/0000-0002-2664-2517,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['household water treatment', 'Indonesia', 'psychological factors', 'WASH behavior']" -861,93910,13,3,https://iwaponline.com/washdev/article/13/3/218/93910/A-review-on-the-use-and-applications-of-Volatile,"Journal of Water, Sanitation & Hygiene for Development",A review on the use and applications of Volatile Fatty Acids on fecal sludge sanitization,2023,FALSE,0,,[],3,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,aaz4ev@gmail.com,,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,aaz4ev@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['anaerobic digestion', 'fecal sludge', 'food waste', 'pathogen inactivation', 'sanitation', 'VFA']" -862,93924,13,4,https://iwaponline.com/washdev/article/13/4/235/93924/Impact-of-hygiene-promotion-intervention-on-acute,"Journal of Water, Sanitation & Hygiene for Development","Impact of hygiene promotion intervention on acute childhood diarrhea: evidence from a cluster-randomized trial in refugee communities in Gambella Region, Ethiopia",2023,FALSE,0,,[],5,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,,TRUE,All relevant data are available from an online repository or repositories at https://github.com/GK2006/Getachew#getachew.,All relevant data are available from an online repository or repositories,https://github.com/GK2006/Getachew#getachew.,"['children', 'diarrhea', 'hygiene promotion', 'randomized', 'refugees']" -863,94455,13,4,https://iwaponline.com/washdev/article/13/4/250/94455/Overall-performance-evaluation-of-an-urban-water,"Journal of Water, Sanitation & Hygiene for Development",Overall performance evaluation of an urban water supply system: a case study of Debre Tabor Town in Ethiopia,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.157/2/washdev0130250supp1.docx?Expires=1706056648&Signature=A4MWj02qKnePJC5BlFng44zk8IY6qjsTiY8A0BnqMNmBSZuF22JKoEgbSe4WuXMy26EHd768MOD0XZFjC-Kr39AkMQBaDPtLSHBcL1843eyy9bmZtSubin1pgbL4Li3gzMN13ZV6nlJkKzXAKmxXNHeWaCYDy4tX0BtV2W9-xH0b6Bdl7Y2IX~3E2bx7VxPkdZxZqwmxKGdVyTcZm8-c2lqAqiIixNlYtN0fgydW~axSbYFTYxuLqWI2f4SaAqcD-ix8MgakkNGaNk4AqeM2I6zpGyXZhw1wlieZoYjbJP0VB~4PAaJk8z11MiXLvxal~NX-iSdEHuYzrEXjuGgiCQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Andinet Tekile,"Adama Science and Technology University, Adama P.O.Box: 1888, Ethiopia",Ethiopia,andinetm@gmail.com,https://orcid.org/0000-0002-8373-6114,Andinet Tekile,"Adama Science and Technology University, Adama P.O.Box: 1888, Ethiopia",Ethiopia,andinetm@gmail.com,https://orcid.org/0000-0002-8373-6114,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['customer satisfaction', 'distribution system', 'intermittent', 'performance', 'water quality']" -864,94203,13,4,https://iwaponline.com/washdev/article/13/4/265/94203/Trends-for-sanitation-practices-in-Tanzania-the,"Journal of Water, Sanitation & Hygiene for Development",Trends for sanitation practices in Tanzania: the history from colonial to current times,2023,TRUE,2,pptx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.158/2/washdev0130265supp1.pptx?Expires=1706163302&Signature=xjbBZagEN5frw41XIT4ZzZx6nVquZ4SwlNZ4K5GVShMN9KradcwR0zD2brx8KJiVVJOyrd5g6VMM0HN7bYIDney98Lh3P-3ZYninomJaDKbijlvfZvU~Mw36RgohKpoHLaOk94LtEZ8lNY~~ZcE4~FuwwfIMC7zK-qq5Xi5evfQoFerZ3nt6FyYtUJb8hTM96yx3lG2vUGhe-OX0vlMbPFXLmkkvxJ8SRMJLzvXcBPa4Bqz4PUzO9KysY9ZSGbi7vuLORRR1yEcYk8rJzdo5pmLVJNQTImBaZqRA-ofnbVtpp2O0ZLSLiKB50cvxLRTPaBWnYi3F4WnKLFeIPm6aWw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.158/2/washdev0130265supp2.pptx?Expires=1706163302&Signature=Tc9BRypcSeg2c4QbwzJOAIIxnHyxehN9Ajfrw6j8r4JeSeXz5l1O5WNeHr1YfZCp5PFUg7N4ZIX8tVHay2u76M4EwN-sTgBYXzQ2g3GAZhmzXzgi8CW5Sfem9h4VgpDqnc9WJOoIwpF5NhMuGWbFMTAX3w5GBDz49d-btPxWmA~a~8SwRYgh9rOHW68VKaxgctZJY416I3uuG-McmAoZkKpGP-q-NV1wey~qkkfsH0AX581W7XPoq5YdPptEvzZzxOErfkOt9OcvUlDWNlS9jrdCQ-dTtggDab4rW1dULlzjCBGYYZPycTi~Szw4~ejCZhIHf1fIY3y-FhGPAggJSQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",2,Chaeka Semango Mwesongo,"Department of Geography and Environmental Studies, College of Humanities and Social Sciences, The University of Dodoma, P.O. Box 259, Dodoma, Tanzania",Tanzania,csemango@yahoo.com,https://orcid.org/0000-0001-6253-1032,Chaeka Semango Mwesongo,"Department of Geography and Environmental Studies, College of Humanities and Social Sciences, The University of Dodoma, P.O. Box 259, Dodoma, Tanzania",Tanzania,csemango@yahoo.com,https://orcid.org/0000-0001-6253-1032,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['colonial times', 'history', 'sanitation practices', 'Tanzania']" -865,94152,13,4,https://iwaponline.com/washdev/article/13/4/276/94152/Environmental-hygiene-in-outdoor-food-markets-in,"Journal of Water, Sanitation & Hygiene for Development",Environmental hygiene in outdoor food markets in Africa: a scoping review,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.221/2/washdev0130276supp1.docx?Expires=1706163306&Signature=Hffr3slRDCQHjh3fQP~kp45nzlcz86AtxNjm-zohEb9EdkHSNjbFsunVRLo1T2ESRE4JOpyibR1zVdU~c7vuU8HbevH5g1IU4dS2Z23VSqkVSdHnv2ddgPK8M7Yjqs90WYx6JesR~63NvEmvvDIzddemojTJ051jWlDy8F4JN1x9ucSWZlao--S7yZ7s4Gh~oH-0ziNBXyIXEw23uhbr62NNNibrJDy4yPGjlMLfJsl0TbM8ojVx1GmC1MtW7BTNSqjkTj4EyRPzvBEFTC17K2dA8TUjIltmXNeV-mPIUO5J1c9KO3XvPvjgilL16qHpdx1OKVl39TgyJoBfShrbdw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Anisha Nijhawan,"Department of Civil Engineering and Cabot Institute for the Environment, University of Bristol, Bristol, UK",UK,anisha.nijhawan@bristol.ac.uk,https://orcid.org/0000-0003-0317-7306,Anisha Nijhawan,"Department of Civil Engineering and Cabot Institute for the Environment, University of Bristol, Bristol, UK",UK,anisha.nijhawan@bristol.ac.uk,https://orcid.org/0000-0003-0317-7306,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['handwashing', 'drainage', 'sanitation', 'solid waste', 'vendor behaviour', 'water supply']" -866,94060,13,4,https://iwaponline.com/washdev/article/13/4/289/94060/Towards-a-new-spatial-representation-of-faecal,"Journal of Water, Sanitation & Hygiene for Development",Towards a new spatial representation of faecal sources and pathways in unsewered urban catchments using open-source data,2023,FALSE,0,,[],4,M. Sufia Sultana,"Cranfield Water Science Institute, Cranfield University, Bedfordshire MK43 0AL, UK",UK,mst-sufia.sultana@cranfield.ac.uk,,M. Sufia Sultana,"Cranfield Water Science Institute, Cranfield University, Bedfordshire MK43 0AL, UK",UK,mst-sufia.sultana@cranfield.ac.uk,,TRUE,"All relevant data used in this study are available from online repositories. The LandScan data used in this study is available at https://doi.org/10.48690/1524214. The ALOS PALSAR 12 m digital elevation model data used in this study are available from https://search.asf.alaska.edu/#/?dataset=ALOS. The OpenStreetMap building data used in this study is available at https://planet.openstreetmap.org. Additionally, Google Street View data was used in this study and is available through GoogleMaps at https://earth.google.com (last accessed 20 Dec. 2022). The data used to generate the model are open-source and referenced with citations in the text where they appear.","All relevant data used in this study are available from online repositories. The LandScan data used in this study is available at https://doi.org/10.48690/1524214. The ALOS PALSAR 12 m digital elevation model data used in this study are available from https://search.asf.alaska.edu/#/?dataset=ALOS. The OpenStreetMap building data used in this study is available at https://planet.openstreetmap.org. Additionally, Google Street View data was used in this study and is available through GoogleMaps at https://earth.google.com (last accessed 20 Dec. 2022). The data used to generate the model are open-source and referenced with citations in the text where they appear.",,"['Bangladesh', 'faecal movement', 'open-source data', 'spatial representation', 'unsewered', 'urban catchment']" -867,94844,13,5,https://iwaponline.com/washdev/article/13/5/301/94844/Hygiene-and-sanitation-practices-in-school,"Journal of Water, Sanitation & Hygiene for Development",Hygiene and sanitation practices in school children: an evaluation of WASH conditions in Visakhapatnam,2023,FALSE,0,,[],4,Payala Vijayalakshmi,"Department of Microbiology, GITAM Institute of Medical Sciences and Research, Gandhi Institute of Technology and Management (GITAM – Deemed to be University), Visakhapatnam, Andhra Pradesh 530045, India",India,,,M. Kiranmai Reddy,"Department of Environmental Science, GITAM School of Science, Gandhi Institute of Technology and Management (GITAM – Deemed to be University), Visakhapatnam, Andhra Pradesh 530045, India",India,kmajji@gitam.edu,https://orcid.org/0000-0001-6656-4675,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['primary school', 'WASH adopted policy', 'WASH involvement', 'WASH practice']" -868,94766,13,5,https://iwaponline.com/washdev/article/13/5/312/94766/Understanding-small-NGOs-access-to-and-use-of,"Journal of Water, Sanitation & Hygiene for Development",Understanding small NGOs' access to and use of geological data and expertise in delivering SDG 6 in eastern Africa,2023,FALSE,0,,[],5,Brenda Wagaba,"Cranfield University, Cranfield MK43 0AL, UK",UK,,,Alison Parker,"Cranfield University, Cranfield MK43 0AL, UK",UK,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['eastern Africa', 'geological data', 'groundwater', 'hydrogeology', 'knowledge', 'NGOs']" -869,94689,13,5,https://iwaponline.com/washdev/article/13/5/322/94689/Assessing-the-functionality-of-water-supply,"Journal of Water, Sanitation & Hygiene for Development","Assessing the functionality of water supply handpumps in a Sub-Saharan Africa rural environment: a practical application in eight councils in the Mvila Division, Southern Cameroon",2023,FALSE,0,,[],3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['boreholes and wells', 'groundwater resources', 'rural area', 'water security', 'water supply']" -870,94658,13,5,https://iwaponline.com/washdev/article/13/5/333/94658/Seven-year-performance-of-biosand-filters-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Seven-year performance of biosand filters in rural Rwanda,2023,FALSE,0,,[],6,Bethesda O'Connell,"East Tennessee State University, Johnson City, Tennessee, United States",United States,oconnell@etsu.edu,https://orcid.org/0000-0002-6150-876X,Bethesda O'Connell,"East Tennessee State University, Johnson City, Tennessee, United States",United States,oconnell@etsu.edu,https://orcid.org/0000-0002-6150-876X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['evaluation', 'filtration', 'water']" -871,94907,13,5,https://iwaponline.com/washdev/article/13/5/339/94907/Quality-of-latrines-and-willingness-to-improve,"Journal of Water, Sanitation & Hygiene for Development",Quality of latrines and willingness to improve them in rural Ethiopia,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/5/10.2166_washdev.2023.257/1/washdev0130339supp1.docx?Expires=1706163327&Signature=FV2~FwRL3PTm9XHT~j3m0RuqSkXg2gzlU62ITOaan71kAPEWpkjkO0u7rFaVEWQWz8Lw9pf~nIfOJ7OswuUyguAlC~VxNL3dvs4qX4y4uqcBXSjva-wa3~bmVUOVuE1VqvHDpNt77TrVSJwO8l85Ry9HQ0Nn0zBvG-KcCNI-2w8CHZJIisRG4AobfFWm04lTT8pKxshUWsb7wRN6SVTPLuBTLvYmUdKFNd6oHQb7rGfYcqbrB55pZle9lQOWE5ft-QV3EeYMP49GT50eJ03DEvuG9GsxEHB1uTaBd7wpa7YL25fuwd7z33s065hHd1g2qGG~3CeyvxJaF3mVjwKS0A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Biruk Getachew Mamo,"Department of Social Geography and Regional Development, Faculty of Science, Charles University, Prague, Czechia",Czechia,birukget619@gmail.com,https://orcid.org/0000-0001-8077-8231,Biruk Getachew Mamo,"Department of Social Geography and Regional Development, Faculty of Science, Charles University, Prague, Czechia",Czechia,birukget619@gmail.com,https://orcid.org/0000-0001-8077-8231,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ethiopia', 'latrine quality', 'latrine upgrading', 'preferences', 'sanitation', 'willingness to improve']" -872,95009,13,5,https://iwaponline.com/washdev/article/13/5/350/95009/Planted-drying-beds-in-the-African-context-state,"Journal of Water, Sanitation & Hygiene for Development",Planted drying beds in the African context: state of knowledge and prospects,2023,FALSE,0,,[],7,Baruc Kpèhouénou Goussanou,"Laboratoire des Sciences et Techniques de l'Eau et de l'Environnement, Institut National de l'Eau, Université d'Abomey, Calavi, Cotonou, Bénin",Bénin,goussanoub@gmail.com,https://orcid.org/0000-0002-8154-8566,Baruc Kpèhouénou Goussanou,"Laboratoire des Sciences et Techniques de l'Eau et de l'Environnement, Institut National de l'Eau, Université d'Abomey, Calavi, Cotonou, Bénin",Bénin,goussanoub@gmail.com,https://orcid.org/0000-0002-8154-8566,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Echinochloa pyramidalis', 'fecal sludge', 'planted drying beds', 'pollutant removal efficiencies']" -873,94662,13,5,https://iwaponline.com/washdev/article/13/5/362/94662/Multilateral-development-banks-investment,"Journal of Water, Sanitation & Hygiene for Development",Multilateral development banks investment behaviour in water and sanitation: Findings and lessons from 60 years of investment projects in Africa and Asia,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/5/10.2166_washdev.2023.004/1/washdev0130362supp1.docx?Expires=1706163335&Signature=gFAa8eXX57C-8GXROcQdV2ptLLopRN2EYtXtsLAk82Nh8yTjMdymzHSmWHN6f2sdXsphu5qLOcaifuaQDDSXpBLJB4RNO9yXX2tFM3Afz-icVAc-QUAFXUZ3tANJAASOoWs8N4AVomXWe~CCgztXob8NCtLXVHcEG4K1AQvMaq0S3agjrued4l0AEgnFDVrXkvf43cL0UPLjLukRTQFiYTjY2qw1PmWB4N-PKM0vtBNjhx~IJ692FMe0phHdIF73wcWLO2GXNSzEwEeWBwO3eNOaR99MjHOgSbX3eiA0sQ51K03Lr1ednjnR5hG1E9xOqaN4cK08w8iExZz15d602g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Andri Heidler,"Université de Neuchâtel, Faubourg de l'hôpitale, Neuchâtel 2000, Switzerland",Switzerland,andri.heidler@unine.ch,https://orcid.org/0000-0003-2138-4675,Andri Heidler,"Université de Neuchâtel, Faubourg de l'hôpitale, Neuchâtel 2000, Switzerland",Switzerland,andri.heidler@unine.ch,https://orcid.org/0000-0003-2138-4675,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.25678/0008DA).,All relevant data are available from an online repository or repositories,https://doi.org/10.25678/0008DA,"['institutional reform', 'investment', 'multilateral development banks', 'sanitation', 'SDG6', 'water']" -874,95123,13,6,https://iwaponline.com/washdev/article/13/6/375/95123/Assessment-of-WASH-infrastructure-in-schools-in,"Journal of Water, Sanitation & Hygiene for Development","Assessment of WASH infrastructure in schools in Central Sulawesi, Indonesia using structured observations and principal interviews",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.147/1/washdev0130375supp1.docx?Expires=1706163339&Signature=YB~rOTVLsIJP1x89yVjdwrxqHFo62iQ9R0bpd~Mle99c5LDTOLQoKRJKd7pFajB18etAzFl17GPXWPyZB~uiiqskkOCJB1ab1NrEFQRFEa1hICqCtAKYmXt7tRAA1og4gJLh8lH5Pxv63vetivpAmV6B3qZJJdpKgBFJsjFTz7O2WGdyO0WFtV-6dZedtE0yBh~I4cnkH~vRxa7iNq-yQBtYA-RCn69lejnA7L3IJnrox32MhQLkcyIiPiyL73br0wWfDSfZW0jGpx~kF7iQ3RIAfZJ7cI2lAKby1KRRbJWm9vDpzeOaWJOY24NxS1rW8agag-kUc3JM5CSlSwK1TA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Imaduddin Ahmed,"Bartlett School of Sustainable Construction, Engineering for International Development, UCL, 1-19 Torrington Place, London WC1E 7HB, UK",UK,,https://orcid.org/0000-0003-2300-412X,Priti Parikh,"Bartlett School of Sustainable Construction, Engineering for International Development, UCL, 1-19 Torrington Place, London WC1E 7HB, UK",UK,priti.parikh@ucl.ac.uk,https://orcid.org/0000-0002-1086-4190,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,,"['Central Sulawesi', 'Indonesia', 'Palu', 'post-disaster schools', 'sphere Humanitarian framework', 'structured observations', 'WASH']" -875,95562,13,6,https://iwaponline.com/washdev/article/13/6/391/95562/The-public-perceptions-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",The public perceptions of urban sanitation infrastructure: a cross-sectional study in Kegalle township in Sri Lanka,2023,TRUE,2,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.184/1/washdev0130391supp1.docx?Expires=1706163343&Signature=ACfSrMYku7hjo~J1U-N0r1bwnmNgBjH~P95vwjUpk7skL7bavWYn18bXvhRMHB5ka16uI~sXOH1RFYz8wg8tuAASJcDEYTM-KQFbplHaJNm0DhtE9PBkLkUNCctVIS9fLz-fo7gz6M8Y7PhpT7N71K2PIONBsbetyZ5g2r25CCqi2tSPXmrYZ2ORl3zvRZ8h2tA6raXKiH0W2LMBn-APXZYW8bVKvZrynqCu6Dexq5rpuE0Ex70xggyE9eapU1P8k9zIJpM668iGdyNqNmteYuO3sPe4tERf0EUoM8I~eSLDRqwdstw9HFAYjtjCTUzxeHgcTZjtt0Xz-QRYgu5MuQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.184/1/washdev0130391supp2.docx?Expires=1706163343&Signature=yPrgMPLDiNxi87smpU9~ae9wirL678m9RPZdiia0eyzyezMgJfZirwmt6Xtpkn1QyixZcL5qXcwFcXH42OuE31aZvWV628dJFR~~cqVwF9EpR48Sl0mYEMVcQmT6v3FPRzKqYKzJHGjTHuF~RnO-zxU-zyX3d5vEPzQX4SY5jSmGPpFyow7NoLZ-uhVLvQWrG4mQ0lc2iYanW~KvmB0TRRIk4UBOu5M0Fcpu4gWBB55FuV1gqkFl2jAHmClnfbrYaNhlTw~v6MpLD2OTFXtex4isz-wIvJmuDbrrPYrT~r3-v8AgCKNjlSBtvePn-vrOnexZ6KCOQAvZYdMluaVVZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",8,B.K.A. Bellanthudawa,"Department of Agricultural Engineering, Faculty of Agriculture, University of Ruhuna, Matara, Sri Lanka 81100",Sri Lanka 81100,aravindabellanthudawa@gmail.com,https://orcid.org/0000-0002-1830-8949,B.K.A. Bellanthudawa,"Department of Agricultural Engineering, Faculty of Agriculture, University of Ruhuna, Matara, Sri Lanka 81100",Sri Lanka 81100,aravindabellanthudawa@gmail.com,https://orcid.org/0000-0002-1830-8949,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['gender sensitivity', 'partnership interventions', 'public perceptions', 'public restrooms', 'sanitation', 'sustainability measures']" -876,95451,13,6,https://iwaponline.com/washdev/article/13/6/403/95451/Feasibility-and-acceptability-of-a-novel,"Journal of Water, Sanitation & Hygiene for Development",Feasibility and acceptability of a novel intervention to improve hand hygiene behavior in rural Liberian health facilities,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.190/1/washdev0130403supp1.docx?Expires=1706163347&Signature=2kk6nlCgn1X0VOZQP6o-fA2Bpx5Tees6gOsvXotkDJV9QEpJ5vVQdTQhTxzHghtgy3kyVeIEnruQzitkMgFlzcngYsRDkyCMd5J8bH8FqCnBkAlkjk2-tUqbPFw2i8t5E4jaKz-zD0vtpYevlKdSfEonhR3ryqf-DpuUgD8IKDzaGpdDL1FcbhnOgQ9TG~aY2dQwgxctc1dUjBnXb6TvPml40I8ZRQO9Wt25PSo6f0p7Q-LdYXtT1P3OvFWoi3CPxuw0se0y0~OdtOSFF7YaDACFzYh9Eqr~oRUcD4S7xp7kj53sJRDHOjPUi2XkbQ5sNWVvil2dWaxZp2I2h7AVQA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Lucy K. Tantum,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill Gillings School of Global Public Health, 135 Dauer Dr., Chapel Hill, NC 27599, USA",USA,ltantum@unc.edu,https://orcid.org/0000-0001-9887-6219,Lucy K. Tantum,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill Gillings School of Global Public Health, 135 Dauer Dr., Chapel Hill, NC 27599, USA",USA,ltantum@unc.edu,https://orcid.org/0000-0001-9887-6219,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['behavior change', 'hand hygiene', 'infection prevention', 'Liberia', 'pilot study']" -877,95553,13,6,https://iwaponline.com/washdev/article/13/6/415/95553/Level-of-JMP-ladders-for-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Level of JMP ladders for water, sanitation, and hygiene (WASH) services among healthcare facilities of Bishoftu Town, Ethiopia: An implication of healthcare-associated infection prevention status",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.230/1/washdev0130415supp1.docx?Expires=1706163351&Signature=fmuMj5j~chhmMcurAI5YweRS9fbErEm1BtBHAhg1pAZb8w540IgtSVNn5L~JSx60Bt947e6PhfX-yxC2EalZfbOkMTZkqvIDLVuT0N~fMGLdrZTcxqA0Ryn8Y8-62NsoG8bHIedFiPejFjp4P7v6-vZD-X-m9AB6nt1K5Ce1gMTmbIHSJMbCj7pCfKRrVStNI6QrfjM91HIChtC~CVw8NwEdzibLA10VHjlukjjoUGZGiiLZLDdV6wjkpR0jchispdLRtzuv1iwpTwcq5y-EkIORTGbIP00IaDF8EEPVSuT5K07c7bY7lc7vAMaySexesH-WlTez0Iot6G6SL6ohOA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],16,Aderajew Mekonnen Girmay,"Department of Nutrition and Environmental Health Research Directorate, Ethiopian Public Health Institute, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,Aderajew Mekonnen Girmay,"Department of Nutrition and Environmental Health Research Directorate, Ethiopian Public Health Institute, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['healthcare', 'healthcare-associated infection', 'JMP ladders', 'WASH']" -878,94631,13,6,https://iwaponline.com/washdev/article/13/6/424/94631/The-design-of-climate-adaptive-water-subsidies,"Journal of Water, Sanitation & Hygiene for Development",The design of climate-adaptive water subsidies: financial incentives for urban water conservation in Morocco,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.236/1/washdev0130424supp1.docx?Expires=1706163355&Signature=GViK2oxwsHQFw244UtgeNpJjb3RMX6CuEXX3GuUzHXHs9QubStCvM-nedXvNOLPTYALRXWz1DnubieZhWUoGJlcBGuovskkvGyM9pRFNecuDhM39Ytbreq8V59Vlk7yCR8WndtNzbtF~jh7vjVLCihiBjDijIfB3BTkJ3rEGmAaRf0wpg2wWcN~0hNk88UYSBsXX8Op7CyqWo95ydEEgn3OJh1vtd5KlsuPpRt036cW04AJA5sqEjOYIWhPOHHuV7vhyge03IQJC~tcawroddC17NqCNmsr64ZN1oNl5ofyu8Hb50EBSkVb3NFs4CA23tcqiuvXodEECJIUxLm8OpA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Zachary Burt,"Athena Infonomics, Washington DC, USA",USA,,https://orcid.org/0000-0003-2276-0863,Zachary Burt,"Athena Infonomics, Washington DC, USA",USA,,https://orcid.org/0000-0003-2276-0863,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['climate adaptation', 'conservation-oriented pricing', 'demand management', 'MENA', 'subsidized water services', 'utility policy']" -879,95484,13,6,https://iwaponline.com/washdev/article/13/6/433/95484/The-right-to-sanitation-in-India-Realisation-of,"Journal of Water, Sanitation & Hygiene for Development",The right to sanitation in India: Realisation of what?,2023,FALSE,0,,[],1,Kopal Khare,"Department of Humanities and Social Sciences, Birla Institute of Technology & Science Pilani, Hyderabad Campus, Hyderabad, India",India,p20160019@hyderabad.bits-pilani.ac.in,https://orcid.org/0000-0002-4316-2486,Kopal Khare,"Department of Humanities and Social Sciences, Birla Institute of Technology & Science Pilani, Hyderabad Campus, Hyderabad, India",India,p20160019@hyderabad.bits-pilani.ac.in,https://orcid.org/0000-0002-4316-2486,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['caste system', 'manual scavenging', 'right to sanitation', 'sanitation justice', 'Swacch Bharat Mission', 'well-being approach']" -880,95122,13,6,https://iwaponline.com/washdev/article/13/6/441/95122/Process-performance-evaluation-of-faecal-matter,"Journal of Water, Sanitation & Hygiene for Development",Process performance evaluation of faecal matter treatment via black soldier fly,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.010/1/washdev0130441supp1.docx?Expires=1706163363&Signature=h2F8GJDyD4Ea2guAql435c--aExssUo60HCDkVwPoHAHZBKrUBY9Q35fMyJypWusuweOaiHq3C7MvwKdN1~fsGWpbaMYY~w5XR7R46EBg5464dKVlnf5R13nn4dEQST2-hO1G0ZZQ5~6DJfBzT~eVuIrodJeeEFuQBmxoRYNVLr81ZzD7IVSczvsxi24WPYcwm-Ivk8eoZO5EPhajMslfbXPeQ5hRwlaaca~0iFHJ5xqDP0EOLQPrS5KyjEkyYhc1tQWAkOjX-1ItxtFSMeMj8IUlGAiOj8g5bgU4WLIzpUHmpmwJeoHBD2wHL4Tm~YKfENQm3HipsvdydBbYpFTNQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Valary Achieng Oyoo,"Sanitation Research Institute, Meru University of Science and Technology, Meru, Kenya",Kenya,valary.oyoo@yahoo.com,,Valary Achieng Oyoo,"Sanitation Research Institute, Meru University of Science and Technology, Meru, Kenya",Kenya,valary.oyoo@yahoo.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['circular bioeconomy', 'co-treatment', 'faecal matter', 'Hermetia illucens', 'sanitation']" -881,95182,13,6,https://iwaponline.com/washdev/article/13/6/453/95182/Promoting-safe-and-inclusive-water-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Promoting safe and inclusive water and sanitation services for students with physical disabilities in primary schools: a concept mapping study in Ghana,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.029/1/washdev0130453supp1.docx?Expires=1706163366&Signature=Bu2~FbeFQ9ccGEP6o88-nIQb-BPzxEZhB4fKU2Zi2PkzrIxz~hr~gYVKvO5hwaYkMJQo3DqSHjmsLZVd9Dxj3Z8AmQjEM45PBHP8KW33uGgIBJTgxl91MSjLMYSt45i7JF6Nfv6ytlGrrSieJw5cfmn8JeooCWdEaiugFCH1tCXe-3TsZn-zLF7lgZN6yF-l2wd6IWjcvfusu2E6shYyhInHd8EdVOewAuoCkDHojoygmAS~ZUImohyZsZm5hx1Ye~cJ7QaBph-jTtVpvb8BRKq03tsfequ126aeAS1kNee0917XhDJqVxEzZwnOxpM7Z3EZDIW5kZuHZqzW2frS9Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Urbanus Wedaaba Azupogo,"School of Kinesiology & Health Studies, Queen's University, Kingston, Ontario, Canada",Canada,20uwa@queensu.ca,https://orcid.org/0000-0002-1716-4082,Urbanus Wedaaba Azupogo,"School of Kinesiology & Health Studies, Queen's University, Kingston, Ontario, Canada",Canada,20uwa@queensu.ca,https://orcid.org/0000-0002-1716-4082,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['concept mapping', 'physical disability', 'stakeholders', 'WASH']" -882,95297,13,6,https://iwaponline.com/washdev/article/13/6/464/95297/Life-has-become-more-colourful-the-social-and,"Journal of Water, Sanitation & Hygiene for Development",Life has become more colourful: the social and economic outcomes of community-led sanitation initiatives in the rural Philippines,2023,FALSE,0,,[],5,Rachael Sorcher,"Outreach International, 112 W 18th St., Kansas City, MO 64108, United States",United States,r.sorcher@outreachmail.org,https://orcid.org/0000-0002-3603-1234,Rachael Sorcher,"Outreach International, 112 W 18th St., Kansas City, MO 64108, United States",United States,r.sorcher@outreachmail.org,https://orcid.org/0000-0002-3603-1234,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community-led', 'economic outcomes', 'rural Philippines', 'social outcomes', 'sustainable sanitation', 'WASH']" -883,95552,13,6,https://iwaponline.com/washdev/article/13/6/474/95552/Functioning-of-community-sanitary-complexes-in,"Journal of Water, Sanitation & Hygiene for Development",Functioning of community sanitary complexes in rural India: Insights into selected states,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.066/1/washdev0130474supp1.docx?Expires=1706163375&Signature=wDTQiXhnUXQF5MffMlX1NSb6n3yuVA7WBYbiVNQ9zotVbPPUzCRQFZ3MEWq7OOdPqkluleE38plNQmDkD-CzSvxzNeYGFiKa7WM14M~8B2PdkHlLJSAOUFGKV2KGWmg7KCQ-hDQ-piCIT4xFq0edPbLeVQsEXFd-nI826qIVgZxbN334SHnM~BPLcijmNvioXsM591l2EnMJZma4TL3xjH2S3wRwHUOzb0AiMWlDaDV4KtbW6EfOIzWh~njwJFTLX2BtZCBZTUYbyQcCqNCxviANs7gTfiX4pa7vE~l~jzv~r4pCEasbM~gUDP9h~l2V4423Gw4ruhlf-zOSSLOzsQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,William Joe,"Population Research Centre, Institute of Economic Growth, Delhi University Enclave (North Campus), Delhi 110007, India",India,william@iegindia.org,,William Joe,"Population Research Centre, Institute of Economic Growth, Delhi University Enclave (North Campus), Delhi 110007, India",India,william@iegindia.org,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community sanitary complexes', 'Gram Panchayat', 'logistic regression', 'principal component analysis', 'Swachh Bharat Mission']" -884,95920,13,7,https://iwaponline.com/washdev/article/13/7/487/95920/Predictors-of-pre-and-post-care-handwashing-among,"Journal of Water, Sanitation & Hygiene for Development",Predictors of pre-and post-care handwashing among community healthcare providers: a cross-sectional survey in Bangladeshi community clinics,2023,FALSE,0,,[],9,Kamrul Hsan,"Department of Public Health, Hamdard University Bangladesh, Hamdard City of Science, Education & Culture, Gazaria, Munshiganj 1510, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,https://orcid.org/0000-0002-1879-2785,Kamrul Hsan,"Department of Public Health, Hamdard University Bangladesh, Hamdard City of Science, Education & Culture, Gazaria, Munshiganj 1510, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,https://orcid.org/0000-0002-1879-2785,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['hand hygiene', 'healthcare', 'soap', 'water']" -885,95798,13,7,https://iwaponline.com/washdev/article/13/7/494/95798/Building-a-business-case-for-workplace-menstrual,"Journal of Water, Sanitation & Hygiene for Development",Building a business case for workplace menstrual hygiene management programs: a social cost–benefit analysis,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/7/10.2166_washdev.2023.001/1/washdev0130494supp1.docx?Expires=1706163383&Signature=RPhfzcUmQ-NE8byXF-3FXfs-j~MEgXlj5Mm8gQ8DUGsyJhF0jvzWNcxYCsLLbcW2e6Nt8bzH1EHnar-zx2sVxyblWN57tOE9vMf6wkGkgtm2CC6qPcVuKCboWNAFCn4Ql1h0IZFR7kQWDCwVHmKBNktkXVEpbRJpmyKF~3OiL0X8hx3rjtg2is8M1055kd5uGuaMjIBeqJggKz6Un9zMj7inCp6n0DaNMHDmJ0hTSqg~KoQyUtcP5IOr-0h4ZLw6B3mgjM7gsKnKuxnNpUQo7fwTMiucyq6~68U0KqrF7a9zUYWrvVPurAu8098993mMfxyz3WYrEBepJaVQ4mPNjg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Jacob C. Eaton,"Iris Group, 121 S. Estes Drive, Suite 103C, Chapel Hill, NC 27514, USA",USA,,,Aditi Krishna,"Iris Group, 121 S. Estes Drive, Suite 103C, Chapel Hill, NC 27514, USA",USA,aditi@irisgroupinternational.com,https://orcid.org/0000-0002-2635-5016,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['economic analysis', 'gender equality', 'menstrual health and hygiene', 'workplace']" -886,95862,13,7,https://iwaponline.com/washdev/article/13/7/508/95862/Packaged-drinking-water-in-Indonesia-The,"Journal of Water, Sanitation & Hygiene for Development",Packaged drinking water in Indonesia: The determinants of household in the selection and management process,2023,FALSE,0,,[],8,Tities Puspita,"Research Center for Public Health and Nutrition, Research Organization for Health, National Research and Innovation Agency, Bogor District, West Java 16915, Indonesia",Indonesia,,https://orcid.org/0000-0002-4287-3657,Ika Dharmayanti,"Research Center for Public Health and Nutrition, Research Organization for Health, National Research and Innovation Agency, Bogor District, West Java 16915, Indonesia",Indonesia,ikad003@brin.go.id,https://orcid.org/0000-0001-8368-4732,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['bottled water', 'health', 'household', 'Indonesia', 'packaged drinking water', 'refilled water']" -887,96189,13,7,https://iwaponline.com/washdev/article/13/7/520/96189/Environmental-social-and-WASH-factors-affecting,"Journal of Water, Sanitation & Hygiene for Development","Environmental, social, and WASH factors affecting the recurrence of cholera outbreaks in displacement camps in Northeast Nigeria: a rapid appraisal",2023,FALSE,0,,[],6,Tarek Jaber,"UNU-MERIT, Boschstraat 24, Maastricht 6211 AX, The Netherlands",The Netherlands,jaber@merit.unu.edu,https://orcid.org/0000-0003-3057-0154,Tarek Jaber,"UNU-MERIT, Boschstraat 24, Maastricht 6211 AX, The Netherlands",The Netherlands,jaber@merit.unu.edu,https://orcid.org/0000-0003-3057-0154,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['acute watery diarrhoea', 'epidemics', 'faecal–oral diseases', 'forcibly displaced people', 'water-related diseases', 'West Africa']" -888,96121,13,7,https://iwaponline.com/washdev/article/13/7/527/96121/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 1 January 2022; 12 (1): 129–140: Factors influencing physicochemical characteristics of faecal sludge in Phnom Penh, Cambodia, Chea Eliyan, Björn Vinnerås, Christian Zurbrügg, Thammarat Koottatep, Kok Sothea, Jennifer McConville",2023,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[] -889,96740,13,8,https://iwaponline.com/washdev/article/13/8/529/96740/WaSH-Futurism-exploring-post-SDG6-targets-using,"Journal of Water, Sanitation & Hygiene for Development",‘WaSH Futurism’: exploring post-SDG6 targets using the Nominal Group Technique for more equitable global agenda setting,2023,FALSE,0,,[],8,Georgia Hales,"School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9D, UK",UK,cn14gih@leeds.ac.uk,https://orcid.org/0000-0003-4776-3905,Georgia Hales,"School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9D, UK",UK,cn14gih@leeds.ac.uk,https://orcid.org/0000-0003-4776-3905,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['future agenda setting', 'Human Right to Water', 'Nominal Group Technique', 'Sustainable Development Goal 6', 'Water Sanitation and Hygiene']" -890,97003,13,8,https://iwaponline.com/washdev/article/13/8/540/97003/Impacts-of-hydration-and-dehydration-on,"Journal of Water, Sanitation & Hygiene for Development",Impacts of hydration and dehydration on microfiltration point-of-use filters: performance and cleaning impacts,2023,FALSE,0,,[],3,Andrea Ninabanda Ocampo,"Department of Civil and Environmental Engineering, Carleton University, Ottawa, ON K1S-3B4, Canada",Canada,,,Onita D. Basu,"Department of Civil and Environmental Engineering, Carleton University, Ottawa, ON K1S-3B4, Canada",Canada,onita.basu@carleton.ca,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['backwashing', 'hollow-fiber', 'membrane', 'microfiltration', 'point-of-use']" -891,96767,13,8,https://iwaponline.com/washdev/article/13/8/551/96767/Greywater-generation-and-reuse-among-residents-of,"Journal of Water, Sanitation & Hygiene for Development","Greywater generation and reuse among residents of low-income urban settlements in the Oforikrom Municipal Assembly, Ghana",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.009/1/washdev0130551supp1.docx?Expires=1706163403&Signature=KMuMI4K3H3cZ4T1Dh5Oav3jLyT1wTKkkfCRWqNGSn9uXPPpQi-cLgbsf-ceDDaUUkFJCtWS6OztAFKjJyTvWYW5XM-hMFACXXIdn3bY1o1IBYDcFxTmTR48XvUD8h8dYYSG-gS-WYLxqIkKXrGdOn0oMEXgi2sidCtOZi8rKLHugayE3ZUB0uDeb299Ez7CVcQxzobo4A1g7mqU3tLKbx7btUc25dprb2WoCAtA9UAW4fJ3hJI4u6kR3wq1aKMZhyrAhAKfKVdrtvANGJ92VU4~SgO1~AdMAECHX-2R7ceJwoV3CWK3IO-kWjw9fQGK49BcMtyTB8fc26F2Gz-RX7Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Barbara Gyapong-Korsah,"Regional Water and Environmental Sanitation Centre, Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,barbygk@yahoo.com,https://orcid.org/0000-0002-8290-8551,Barbara Gyapong-Korsah,"Regional Water and Environmental Sanitation Centre, Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,barbygk@yahoo.com,https://orcid.org/0000-0002-8290-8551,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['generation pattern', 'greywater', 'low-income urban settlement', 'reuse']" -892,96773,13,8,https://iwaponline.com/washdev/article/13/8/566/96773/WASH-and-drinking-water-quality-considerations-in,"Journal of Water, Sanitation & Hygiene for Development",WASH and drinking water quality considerations in schools in reflection of the sustainable development goals – a review,2023,FALSE,0,,[],2,Magareth Thulisile Ngcongo,"Department of Environmental Sciences, University of South Africa, Science Campus, P.O. Box X6, Florida 1710, South Africa",South Africa,mtshengu.thuli@mut.ac.za,https://orcid.org/0000-0003-4443-679X,Magareth Thulisile Ngcongo,"Department of Environmental Sciences, University of South Africa, Science Campus, P.O. Box X6, Florida 1710, South Africa",South Africa,mtshengu.thuli@mut.ac.za,https://orcid.org/0000-0003-4443-679X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water quality', 'Escherichia coli', 'schools', 'SDGs', 'systematic review', 'WASH']" -893,96721,13,8,https://iwaponline.com/washdev/article/13/8/584/96721/Drinking-water-quality-and-associated-factors-in,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality and associated factors in Bahir Dar City and the surrounding rural areas, Northwest Ethiopia: a community-based cross-sectional study",2023,TRUE,3,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.049/1/washdev0130584supp1.docx?Expires=1706163411&Signature=VCv6SRRF87eI-YmtTQWPFsytxolQ4GncvpE9vfmQlCR3b7oMtaXUFZgwyFOUzyRNxqZskJmRTV1zsQUhs9fMMfVLlfA1yVaynBbsNrNMuhqrKJQLNOIIVSTWy5Rlk2yUuqSbX2OQOMUKx2CjT3klprHlpTOF3h7G584ZHo0l2tIW3sb08ztbKYVAlUFEpt-0gcpj-DzXnNOPXzuq~MZ9F~pZLK~qxZ4l4s6Yh2I6IQMD9YZQVgT5tu2Hpe4SxCoK1p7NCv9Jafqz8Kuvy4D9URmpAtc56pRBkPws1afUGMl6mWy9yrOslQ8RaDonw2bVBEYGIf9Z-jrETIYIvgfJAw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.049/1/washdev0130584supp2.xlsx?Expires=1706163411&Signature=VwD6BH91UsFgD3rRJtVg36d8gBzDR~I4AaaIpHg5LFdiqD1uOy8pEYZE6d4~WsaumkASKjjOG6mEr4mSMqJhXiXuYQScolZJqDNPy1TEpayUfJVM4Fopzhk67OFdYpIYYXArQutkl2Qfz5kDVcT9FhKZkG9Q9H~TA-oo6T8cDlUAojfD~FiqplGWeRu7hoXS7XILRVktCRR99cOmdmBmKLdV9QPagdPIAULmx9~kZj8QW3TnX6nhmm2dxm6YSYAjGelt1TLM7UMNNbNKffoAg0WK1McK2tu9EDLS8RKF-88liIoHblgaxZj-XZLZBc4xUIHqKI-aB8d2G3CjZpMH~Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.049/1/washdev0130584supp3.docx?Expires=1706163411&Signature=1jwBnLkCzfx-O3lbwT96g5ElcguDiZxVDoHGOZGD691VDfs0H7w1fMY9fjudSR6QXv3l0p9BHE7G5wpR8l7P8V4pRuIIaCnB-llw6Cuk3mfjjaZBYBK3jv~ECF1iuva3bYKuZv6Z6URN2vgr8p34wMMJlmLiebxdupb1WTvC7aeIB6tJ~lb7TK4Pws3T5-FwvXrAGN6XGnvz~GJ~gyYRR2FCAftq1AJzwVfpqBipl~UQHbJueiWYHtgAbl0Yk8QD0Za456HFNGuuMaTXkpgAu--AkjgBS8fSVqDKN-X37mPX8D7PAjmB8Rfu~7uw0pSh7uhFQWfxcTTdnIqIKRqLqQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",4,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O. Box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,https://orcid.org/0000-0001-5546-2382,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O. Box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,https://orcid.org/0000-0001-5546-2382,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Bahir Dar City', 'coliforms', 'drinking water quality', 'physicochemical quality', 'sanitary survey']" -894,96834,13,8,https://iwaponline.com/washdev/article/13/8/595/96834/A-case-study-of-comparative-techno-economic-and,"Journal of Water, Sanitation & Hygiene for Development",A case study of comparative techno-economic and life cycle assessment of tap water versus household reverse osmosis-based drinking water systems in a North Indian city,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.081/1/washdev0130595supp1.docx?Expires=1706163416&Signature=Fg10AfbP43YFa8dYvigVhoJGLgxn62IqB4Hlncns8eEoWwgb-mLxUTQOTsPAyDC50rVHEKpibif39P6w0b6crCJUXqjGOqRF4Lc1yI2W~j6kAxoeEGMCHOvbGvE0HpgZM-w~EZNljn6UgakdhD8GSZTdouITJ001Qn6pwV6fLWm9qRJ2BulN6If~MLXTJinaS47~H~IFhF6O0Gon0jU2OXzA7wXNS3NPRJzDR~g9hl-5SRtCVChdyPLNjGsKBPptZUDEfPDowvwH5M1PTwGE87ijXdMO~njyj9irtC2WJMbL3qcczKZVSfcaTQct8~eiTLP60raxPK-Y-UCDs-9e~g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Khalid Muzamil Gani,"Department of Civil Engineering, National Institute of Technology, Srinagar, Jammu, and Kashmir 190006, India",India,khalidmzml@gmail.com,https://orcid.org/0000-0002-2062-1547,Khalid Muzamil Gani,"Department of Civil Engineering, National Institute of Technology, Srinagar, Jammu, and Kashmir 190006, India",India,khalidmzml@gmail.com,https://orcid.org/0000-0002-2062-1547,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water', 'household reverse osmosis', 'Life Cycle Assessment (LCA)', 'techno-economic assessment', 'water quality']" -895,96678,13,8,https://iwaponline.com/washdev/article/13/8/604/96678/Lessons-learned-from-a-Tiger-Worm-Toilet,"Journal of Water, Sanitation & Hygiene for Development",Lessons learned from a Tiger Worm Toilet implementation project in Sierra Leone,2023,FALSE,0,,[],4,Laure Sioné,"Department of Civil and Environmental Engineering, Imperial College London, London SW7 2AZ, UK",UK,laure.sione09@imperial.ac.uk,https://orcid.org/0000-0002-5137-7487,Laure Sioné,"Department of Civil and Environmental Engineering, Imperial College London, London SW7 2AZ, UK",UK,laure.sione09@imperial.ac.uk,https://orcid.org/0000-0002-5137-7487,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['pit latrine', 'sanitation', 'Tiger Worm Toilet', 'vermifiltration', 'worm-based sanitation']" -896,97024,13,9,https://iwaponline.com/washdev/article/13/9/611/97024/Racial-and-ethnic-disparities-in-access-to-safe,"Journal of Water, Sanitation & Hygiene for Development",Racial and ethnic disparities in access to safe water and sanitation in high-income countries: a case study among the Arab-Bedouins of Southern Israel,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.162/1/washdev0130611supp1.docx?Expires=1706075803&Signature=LXjFt~1cuCAWisZRjE70X0C-ASKJbF9hp4Rit-pFo6FukNEBPi9sbq1YNJygBxAwwK3oKGeWwRMnTJi~b036lA7jBN02bxOBP7FDe5Kyl9wKdD9NUIqh6Jz~2uEwKI10rY3JvOwqwGRiG6IxTRl45uh~oeA5vgDqVtbUDeDCOQLkyjZnnIS47QhSBXTTVSTsM8knWw0Ic4A28NknZv0ub0epwaBQEE1LXd22qFkMQfZ1n0ZY-RuTDzj8nDX3qY~DAejcB7hU~l~R2QnpyLVRs8MgDkmRzthl9X7l5WOPla6kOrEIO0eGzFnJ7lOPsGj-KqovQZag22xjUxLx3gg0Hg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Jesse D. Contreras,"Department of Epidemiology, University of Michigan, Ann Arbor, MI, United States",United States,,https://orcid.org/0000-0002-9766-2945,Joseph N.S. Eisenberg,"Department of Epidemiology, University of Michigan, Ann Arbor, MI, United States",United States,jnse@umich.edu,https://orcid.org/0000-0001-8019-296X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,,"['diarrheal disease', 'disparities', 'ethnic groups', 'sanitation', 'WASH', 'water']" -897,97159,13,9,https://iwaponline.com/washdev/article/13/9/625/97159/Tariff-setting-for-the-sustainability-of-communal,"Journal of Water, Sanitation & Hygiene for Development","Tariff setting for the sustainability of communal water points in Mangochi District, Malawi",2023,TRUE,1,xlsx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.183/1/washdev0130625supp1.xlsx?Expires=1706163426&Signature=V2RXU3jzMy3oaLLYyQJlQqlaQR08Cz49Sw00p5LayplThZNeEQ5v75ep7uaPCm-w3EoE935sGN-F9sbJAY7Zu0fN~mOG9rLi5LNoJfZePhHKDXesRG~CJLlge2dIGRnHhIl0jYg1GW2xAfIAB3SW9TOyrYprWqgXqdH7ULXgob08DdFvjghk2Bhy7pzAfj0klWJ9p-hz7GZANSb6pveLP0YB8hTe5CTA-c0hmPZDtF8eKbyskY39-4JR7anK2LFTufuTpwmsaUKGpA3Z-ZGP-4xKwwb8hyrKriONcc2DP7ZVdKIczt5BkOA5RLa0y9sq1x038BhF8IFEAs8jVI4lsw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Kondwani Andreah,"Department of Agrisciences, Faculty of Environmental Sciences, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,koandreah@gmail.com,https://orcid.org/0000-0001-8444-7333,Kondwani Andreah,"Department of Agrisciences, Faculty of Environmental Sciences, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,koandreah@gmail.com,https://orcid.org/0000-0001-8444-7333,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Afridev hand pump', 'lifecycle costs', 'operation and maintenance', 'sustainability']" -898,97005,13,9,https://iwaponline.com/washdev/article/13/9/635/97005/Growth-performance-and-carcass-characteristics-of,"Journal of Water, Sanitation & Hygiene for Development",Growth performance and carcass characteristics of broiler chicken fed on black soldier fly larvae meal: a product of fecal sludge waste management,2023,FALSE,0,,[],7,James G. Kirimi,"Directorate of Livestock and Fisheries Development, Meru County Government, Meru, Kenya",Kenya,kirimijg@yahoo.com,https://orcid.org/0000-0001-9692-1258,James G. Kirimi,"Directorate of Livestock and Fisheries Development, Meru County Government, Meru, Kenya",Kenya,kirimijg@yahoo.com,https://orcid.org/0000-0001-9692-1258,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['black soldier fly', 'broiler chicken', 'fecal sludge', 'growth performance', 'waste management']" -899,97035,13,9,https://iwaponline.com/washdev/article/13/9/645/97035/Characterizing-modern-bathrooms-to-support,"Journal of Water, Sanitation & Hygiene for Development",Characterizing modern bathrooms to support sanitation adoption,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.034/1/washdev0130645supp1.docx?Expires=1706163434&Signature=r0~eV0YoC0rKddGx3Ga3ZWise8AsqpbxjHhctgIy-TZ2ZbwkOuuhQqSkPBHTj4RlOnxs5NzIzcxCnN4pn2zb0IsDWGHqbqBT9JP0VMkQAf8ow-X6wl8flmS0tE9NA1o3ngsJK8edkrOmSLs~bkjgAza4Ld3QfbR6Vs7Keaowj8PimUG2Ecklr-YF1gak1121ZaSWcDGPevbzseGRf4YshmbltVpeWmaGYKtyMdGpUJrb31VQ5f24WmMw2wT0TyhwXEbRSTdvzLwWDiZF1TSu49oX6WS0xKxKDu6GZfQpAAjdOyBXzmUh1PBZCoxv6PvF49NZG5fYQ-f7NfUFHcK4yA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Rebecca Ventura,"Department of Civil, Environmental and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",USA,rebecca.ventura@colorado.edu,https://orcid.org/0000-0002-0872-3102,Rebecca Ventura,"Department of Civil, Environmental and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",USA,rebecca.ventura@colorado.edu,https://orcid.org/0000-0002-0872-3102,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['bathroom', 'improved sanitation', 'modern', 'Peru', 'rural', 'sanitation systems']" -900,97023,13,9,https://iwaponline.com/washdev/article/13/9/655/97023/Hospital-wastewater-treatment-coupling,"Journal of Water, Sanitation & Hygiene for Development",Hospital wastewater treatment coupling electrochemical coagulation and activated sludge process,2023,FALSE,0,,[],3,Kempanapura Shivashankar Shivaprasad,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru, Karnataka 570006, India",India,prasadks@jssstuniv.in,https://orcid.org/0000-0002-3322-6554,Kempanapura Shivashankar Shivaprasad,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru, Karnataka 570006, India",India,prasadks@jssstuniv.in,https://orcid.org/0000-0002-3322-6554,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['activated sludge process (ASP)', 'COD', 'electrochemical coagulation (ECC)', 'hybrid treatment process', 'raw hospital wastewater (RHWW)']" -901,97004,13,9,https://iwaponline.com/washdev/article/13/9/669/97004/COVID-19-pandemic-welfare-programs-and-access-to,"Journal of Water, Sanitation & Hygiene for Development","COVID-19 pandemic, welfare programs, and access to ‘free water’ in Ghana: how did the urban poor fare?",2023,FALSE,0,,[],3,Meshack Achore,"Department of Population Health, Hofstra University, Hempstead, NY, USA",USA,meshack.achore@hofstra.edu,https://orcid.org/0000-0002-8321-7293,Meshack Achore,"Department of Population Health, Hofstra University, Hempstead, NY, USA",USA,meshack.achore@hofstra.edu,https://orcid.org/0000-0002-8321-7293,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['COVID-19', 'Ghana', 'pandemic', 'sub-Saharan Africa', 'water access', 'water insecurity']" -902,97311,13,9,https://iwaponline.com/washdev/article/13/9/681/97311/Aluminum-foil-immersed-in-alkalized-seawater,"Journal of Water, Sanitation & Hygiene for Development",Aluminum foil immersed in alkalized seawater removes Escherichia coli from household drinking water,2023,FALSE,0,,[],4,Erni Johan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,erni.johan.td@ehime-u.ac.jp,https://orcid.org/0009-0003-5386-8276,Erni Johan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,erni.johan.td@ehime-u.ac.jp,https://orcid.org/0009-0003-5386-8276,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adsorption', 'drinking water', 'Escherichia coli', 'layered double hydroxide', 'removal']" -903,97398,13,9,https://iwaponline.com/washdev/article/13/9/687/97398/Analysis-of-physical-and-non-physical-factors,"Journal of Water, Sanitation & Hygiene for Development",Analysis of physical and non-physical factors associated with individual water consumption using a hierarchical linear model before and after an earthquake in a region with insufficient water supply,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.059/1/washdev0130687supp1.docx?Expires=1706023338&Signature=C3Vyp-Cy5pFNX6LIMCdV0Sr~ciMiKqcdbAEkwOXaUKvvErZ98JsEwk3tIL3Wc39r9FpxVdiBm~el-sjy9hY0leaDsYUB499A~JfvQPu8w38u1m~I-iYUthr~wo6iaAABvUDcCXxogzixrKWTg6XMnAvY3toMajnpnk6sWlaLo0RdgHKc2BaVUA4LuyXyJ9efHuQ52lSdJbMZZHVWgGAD313BQo-1ivy3EAlCnExbVI86HNz320aHbYUN2WLUBVSgPkQ2MX9PJaTWoma3waGPlHnXWuXHEWOavetr0ZASODt4K8f6JZqBubZqSXMyL6vhQGjr2Tvrm5HZS3E~ZXSQdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Yuri Ito,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, Kofu, Yamanashi 400-8511, Japan",Japan,,,Kei Nishida,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, Kofu, Yamanashi 400-8511, Japan",Japan,nishida@yamanashi.ac.jp,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['coping strategy', 'Kathmandu Valley', 'regional disparity', 'water scarcity']" -904,97182,13,9,https://iwaponline.com/washdev/article/13/9/699/97182/Changes-in-organic-fractions-cations-and,"Journal of Water, Sanitation & Hygiene for Development","Changes in organic fractions, cations, and stabilization from feces to fecal sludge: implications for dewatering performance and management solutions",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.086/1/washdev0130699supp1.docx?Expires=1706163450&Signature=cV8FF0Gdqd-5TCkU8ayllBmSeoyRKvhj3KnfLJ9GIkqL-zfg17wyVUaxHOX1dSYOAdhj2L5al6~A7XliArHSmLSNdLyQK8Sc7~DBNQLGiyEcR-b~YkYOfj5IIyNgLHBx-EEBgs77dKP9KcrbOZwi3Fvuy-4dFWjbzTc-CVKzAmRnGzp9XcFaXWJdFrPLD1dxWYYIiCT4iczO5tiUNDp9088w-Mio5YEjRbXMk4IoX8CXxW0km~k5kVbUxIyoLpNFF~fUn8PBYCuIFCL6DCkfrCdsUHi6pLei6qqiZa9X-6ECVNRa5m8o7GfbuOVmVh6XRHeUbnzWlMFHVoXK-LurLg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Stanley Bortse Sam,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf 8600, Switzerland",Switzerland,stanley.sam@eawag.ch,https://orcid.org/0000-0002-2128-9128,Stanley Bortse Sam,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf 8600, Switzerland",Switzerland,stanley.sam@eawag.ch,https://orcid.org/0000-0002-2128-9128,TRUE,All relevant data are available from an online repository or repositories. https://doi.org/10.25678/0007MP.,All relevant data are available from an online repository or repositories,https://doi.org/10.25678/0007MP.,"['microbial community', 'organic fibers', 'settling performance', 'stabilization', 'water-holding capacity']" -905,96974,13,9,https://iwaponline.com/washdev/article/13/9/711/96974/Association-between-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Association between water, sanitation and hygiene practices and diarrhea among under 3-year-old children: Evidence from a nationally representative sample in India (2019–2021)",2023,TRUE,2,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.108/1/washdev0130711supp1.docx?Expires=1706163455&Signature=icbPY1WDEz1UuwACZSOKXVTVgggi1aOl2lMaodjrcDEt9hOghIr-OOtsXuXOAyx6~aqqzv0bsTGYZS4kDLJ6kv5ur~mQz~e7c~QlX~NJqTqOoKYyDySQywXvYmHFFfFillBx9MhLUJ8APySS9JYmzrJneg18A7TmkLKkg8lFD5StCL~GsQCG5laJRCdARhAK3~MiJaXzF6ftmrOwEe1TFaB-y4uhtp9HtANEQC4SLdVCuv~-Ciqx9socFzB5PTBQBtwy3TH5qauabZ2GStM26zP9Cd3RXvJee8GGu7znVk3r8Al1S9Vxw-nHvEfNCnKFXXFveA-0p7tTMMdJypyIyw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.108/1/washdev0130711supp2.xlsx?Expires=1706163455&Signature=Kxi1CLWGo6T1YYte0O~rey3hgYTLtO~FtbRaH0ZmCubuf6NhJ1eWwcYwVy6mMZ3OM95oMrr5Cb0~u3ejLIUAaBFhX~iM16UAB4ni6UNUw6rwQdI7tQN6uKwARmH0VoMsWsLTVI0zFykoN5FXvWo5B9dKpgQx4Qaf4ChxhbUbVCN5orHMvZ5vdWyENtJRxTJi-70Z0XLY5OyZa9ExDR~TLdyJMjOzHIEDREsUQfki52G3O2tIFD2lHLwvoHXApg15dcpmqokk1dRfnjiyV9vj5n8nb-HR~-~1MTwjC3tgO3dg-oOcWpxY5mzIu-XJ61WD9XOKFnoGoI~z2ZD49RXVeQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",5,Shubhanjali Roy,"Department of Epidemiology and Public Health, National Institute of Epidemiology-Indian Council of Medical Research, R-127, Second Main Road, Housing Board, Ayapakkam, Chennai 600 077, Tamil Nadu, India",India,drshubhanjaliroy@gmail.com,https://orcid.org/0000-0003-3796-0964,Shubhanjali Roy,"Department of Epidemiology and Public Health, National Institute of Epidemiology-Indian Council of Medical Research, R-127, Second Main Road, Housing Board, Ayapakkam, Chennai 600 077, Tamil Nadu, India",India,drshubhanjaliroy@gmail.com,https://orcid.org/0000-0003-3796-0964,TRUE,All relevant data are available from an online repository or repositories: https://dhsprogram.com/data/dataset_admin/index.cfm.,All relevant data are available from an online repository or repositories,https://dhsprogram.com/data/dataset_admin/index.cfm.,"['child health', 'diarrhea', 'National Family Health Survey-5', 'prevention of diarrheal disease', 'water sanitation and hygiene']" -906,97399,13,9,https://iwaponline.com/washdev/article/13/9/723/97399/Water-sanitation-and-hygiene-facilities-enabling,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene facilities: enabling or impeding handwashing? An assessment of a primary school infrastructure in Palwal, India",2023,FALSE,0,,[],2,Vibha Gupta,"Department of Development Communication and Extension, Lady Irwin College, University of Delhi, New Delhi 110001, India",India,vibha365@gmail.com,https://orcid.org/0000-0003-2854-9452,Vibha Gupta,"Department of Development Communication and Extension, Lady Irwin College, University of Delhi, New Delhi 110001, India",India,vibha365@gmail.com,https://orcid.org/0000-0003-2854-9452,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['hygiene', 'rural', 'sanitation', 'schools', 'WASH']" -907,97055,13,9,https://iwaponline.com/washdev/article/13/9/735/97055/There-is-water-available-and-so-our-hearts-are-at,"Journal of Water, Sanitation & Hygiene for Development",‘There is water available and so our hearts are at peace’: exploring the impact of access to safe water on women's subjective well-being in Ghana,2023,FALSE,0,,[],3,Prosperous Ahiabli,"School of Health, Leeds Beckett University, Leeds, UK",UK,prosperoussch@gmail.com,https://orcid.org/0000-0002-0350-6571,Prosperous Ahiabli,"School of Health, Leeds Beckett University, Leeds, UK",UK,prosperoussch@gmail.com,https://orcid.org/0000-0002-0350-6571,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['gender inequality', 'Ghana', 'rural communities', 'safe water', ""women's well-being""]" -908,97581,13,10,https://iwaponline.com/washdev/article/13/10/749/97581/Sustaining-an-elementary-school-based-hygiene,"Journal of Water, Sanitation & Hygiene for Development",Sustaining an elementary school-based hygiene intervention in Bangladesh by forming ‘hygiene committees’: a pilot study,2023,TRUE,2,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.191/1/washdev0130749supp1.docx?Expires=1706163467&Signature=kmguXVuMJ0xme5SO19h~CPPOX5C1FkNj17RpMzKfm2IgFlLoARPgR4w~h2s9kFgA21u5L5~LstfqYdBN6ypXFh3zflV-EtMeJDcCWKHra3mNeAoM-ZkbKiOBoDfr2G5kafO1B6zHc4EFJD4Xv6R6U8qo~-gFlf0vhMEzSCA7-cJILrM3RelP6xMPAojz1Ql2Wd4a8WgwdSsYnh94a30yl7~65cGb~Dca~yua~DJzUVyFBiwN4MPArLbXgcySblnXGnDIQdowN1wFoHRIBa~WYIXX6sDdZfQ57bpy6e8OGFT5rkdp1RIVesdUD5AzXR3BTrPSY2WXLAy9vfJpf69-Cg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.191/1/washdev0130749supp2.docx?Expires=1706163467&Signature=lMwUebT-GLAPbbNkZ1bRU9CelX6k1jGlmr1E~sT~aNVHp0OOIa0RPzxozxKghQ6d~OHDG3gvgKoycNpuliDrB~g24ylpQJT1M5fcQnwvDb04D4MAuoHC3lAeWAdSurTMFI~x-s0-xSceZfwO9y9rlxiwpHD6UzE2R4-8Civ4rpj~MIR9pTFbqwyylJ6qibvacNRVbN6QteEW2a95P7arZSG-51Q34nfOZbdtoWWzn9yu8ZPe~lLGWTSYurbvWQ9UdjYqr-HSZ-68gx-wCQV5cNeLojWFJjNWxv8-zNz8A8SAQD-tTstgYti~bAlXoRrGMS2BWhIHoezGfSJ2Wky60A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",6,Farhana Sultana,"Environmental Health and WASH, Health System and Population Studies Division, icddr,b, 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali, Dhaka 1212, Bangladesh",Bangladesh,farhana.sultana@icddrb.org,https://orcid.org/0000-0002-0714-7262,Farhana Sultana,"Environmental Health and WASH, Health System and Population Studies Division, icddr,b, 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali, Dhaka 1212, Bangladesh",Bangladesh,farhana.sultana@icddrb.org,https://orcid.org/0000-0002-0714-7262,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['financial support', 'hygiene', 'motivation', 'ownership', 'school']" -909,97636,13,10,https://iwaponline.com/washdev/article/13/10/764/97636/Microbial-hazards-in-real-world-alternating-dual,"Journal of Water, Sanitation & Hygiene for Development",Microbial hazards in real-world alternating dual-pit latrines treated with storage and lime in rural Cambodia,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.016/1/washdev0130764supp1.docx?Expires=1706163471&Signature=XBiL-NQ-pTr3qvqlkHct5VNsNumvWUra-iXu3taiPq3yEcK2DTYYySGr2XKNtWBh~HLu1TW5bIu3UKPvM3XHY5EavxsFdeXneI3hA9oQwNuvTUi1rKPpaDQzuHKIbtjmEkZ7SZFECYGozCSaBMZ4iR0wyk9ws3VfS8htmQen82jyB0lsxgeceOWZCptH-p6e2CRhoa2Qepij25i5U2sSHIQEU7OFtOKcCijmu1sDbg0D2Qm5LyZgvmFd6bn2GEUSFDNKhYB0r9xIGADPqIQhxR9KLBK1sUlgeL6nfJ4oUwmHsT-PzaXKa0hg5fJQIz3xlNYVt5LemSPRRHBtwHSuCg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,James Harper,"Noble Pursuits, LLC, 1641 Twin Sisters Rd, Nederland, CO 80466, USA",USA,james@noblepursuitsllc.com,https://orcid.org/0000-0003-0087-9265,James Harper,"Noble Pursuits, LLC, 1641 Twin Sisters Rd, Nederland, CO 80466, USA",USA,james@noblepursuitsllc.com,https://orcid.org/0000-0003-0087-9265,TRUE,All relevant data are available from an online repository at https://osf.io/uwq82/.,All relevant data are available from an online repository at https://osf.io/uwq82/.,,"['fecal sludge management', 'on-site sanitation', 'pathogen inactivation', 'public health', 'safely managed sanitation', 'toilet']" -910,97441,13,10,https://iwaponline.com/washdev/article/13/10/776/97441/Potential-of-waterbodies-as-a-reservoir-of,"Journal of Water, Sanitation & Hygiene for Development",Potential of waterbodies as a reservoir of Escherichia coli pathogens and the spread of antibiotic resistance in the Indonesian aquatic environment,2023,FALSE,0,,[],6,Imam Megantara,"Microbiology Division Department of Biomedical Science, Faculty of Medicine, Universitas Padjadjaran, Bandung, Indonesia",Indonesia,imam.megantara@unpad.ac.id,,Imam Megantara,"Microbiology Division Department of Biomedical Science, Faculty of Medicine, Universitas Padjadjaran, Bandung, Indonesia",Indonesia,imam.megantara@unpad.ac.id,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibiotic', 'Escherichia coli', 'resistance', 'river contamination']" -911,97508,13,10,https://iwaponline.com/washdev/article/13/10/793/97508/Associations-between-seasonality-and-faecal,"Journal of Water, Sanitation & Hygiene for Development",Associations between seasonality and faecal contamination of self-supply sources in urban Indonesia,2023,TRUE,3,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.060/1/washdev0130793supp1.png?Expires=1706030465&Signature=sVJXkHzYyHDMrRscWu5mXQXgi~eh9SU3klAC7gQdgSFAA6dALg4uW1z2r-RM9eZMq52egWuoKkwBItnsnu-1Ep3jokz7dzAli5MBASQgemKg8AIYUskIJiSSU65edVN~Fvzzzj4~yPQzf-GUCDbLoBXZkYEiLe7zsMvmmcZy74gZRCr3nwlE-z904jqsxdD67VAKefzj4KJZzgmufZoslDteMLghw~9ubK6WCa9ESyAIMxf74mi2bCLIjiiCpHudw2XTpuyV2Cq36jr3ijJwW4tExfFt5hzpziQgs3-Av5TvriubruAY8VLiDhv6pYBNN2MMiuQueySEyB8MgwNl0g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.060/1/washdev0130793supp2.xlsx?Expires=1706030465&Signature=VQAjYj8PVPfzux0WMOVFOW-NC1DowrClZlZl16E5fdYOLARQ7AHmCbM1uuKhfc5Txs7RcteumtUraTaVeEK2dCDhUzIzuJmNOAtJ7YDiPwv60-g5SJ2CtbNTnBsVbcRpGKD7yNEZ9EX~a7~3FPPkhKBulZpkSa1hZ7FUWcJDLD8DgU67lK3ErxFavyvcIvcXKX6Jvb4coPUjLnuZrnIs1zIYmNKFdoMPuZnbSD~jg~aVk76p7TqNFu3QWXLB0WBT8OA9v5mn83-wkYqDGoJVRuoC0UNxT-Z-m97zT8NPUGTzKdhddtwZ9jC-YmescZgMWdqFQvzDmcb9Gqv2CJOhdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.060/1/washdev0130793supp3.docx?Expires=1706030465&Signature=bJHVeKsbRIyQ7FqvZvTdL7D7tjbGTX8WlHHVNUUZJs8TxKrPlHeTuBQ4HQ~sjshKVSEy1KFK8lXDZmSYDmHbd8wWkdlxzRCjRHcBPlm8NMC8Dgf6i4Mxkv-ReTFXQsYJIfEN98wrBAUqbgd13n73LRj~TajiFeytwiqSgHaqxLkVUxaKzUhJZYN8wThZAoAwwskOO0eQx6HHESYBAI3iEobO8q0n37LjdvuNuwh44qI1ODbHgstKBGS~SMmL7m9PJ5-7e6VRPxLGG~9fsz1Wve3h~Uy6Uy8sKqyTFomgjUThFav-~hLZae3sABwLHzFojWHVpc4CtUa5odnYPLyPGw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",8,Franziska Genter,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW 2007, Australia",Australia,franziska.g.genter@student.uts.edu.au,https://orcid.org/0000-0001-5867-4671,Franziska Genter,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW 2007, Australia",Australia,franziska.g.genter@student.uts.edu.au,https://orcid.org/0000-0001-5867-4671,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water quality', 'faecal contamination', 'groundwater', 'seasonality', 'self-supply', 'urban Indonesia']" -912,97183,13,10,https://iwaponline.com/washdev/article/13/10/801/97183/Investigation-on-children-s-handwashing-behaviour,"Journal of Water, Sanitation & Hygiene for Development",Investigation on children's handwashing behaviour and contamination levels in rural Cambodia,2023,FALSE,0,,[],2,Gaku Manago,"Graduate School of International Cultural Studies, Tohoku University, 41 Kawauchi, Aoba-ku, Sendai-shi, Miyagi, Japan",Japan,,https://orcid.org/0009-0008-9545-8503,Kongkea Phan,"Faculty of Science and Technology, International University, St 1978, Sen Sok, Phnom Penh 120801, Cambodia",Cambodia,phanklabs@gmail.com,https://orcid.org/0000-0003-2965-8415,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['children', 'diarrhoea', 'handwashing', 'rural Cambodia']" -913,97568,13,10,https://iwaponline.com/washdev/article/13/10/811/97568/Response-to-COVID-19-building-resilience-through,"Journal of Water, Sanitation & Hygiene for Development",Response to COVID-19: building resilience through water and wastewater management in Ghana,2023,FALSE,0,,[],6,Bertha Darteh,"International Water Management Institute, Accra, Ghana",Ghana,,,Olufunke Cofie,"International Water Management Institute, Accra, Ghana",Ghana,o.cofie@cgiar.org,https://orcid.org/0000-0002-2092-4679,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['COVID-19', 'Ghana', 'hygiene', 'sanitation', 'wastewater', 'water']" -914,97671,13,10,https://iwaponline.com/washdev/article/13/10/825/97671/Water-access-and-sanitation-facilities-in-the,"Journal of Water, Sanitation & Hygiene for Development","Water access and sanitation facilities in the Johor River Basin, Malaysia: A comparison between indigenous and more modernised communities",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.126/1/washdev0130825supp1.docx?Expires=1706037032&Signature=nGdt6zl-lpJKZ9Ole9QM95SgMYbD9CT31Keemi4dwgAg9yK9RryjUsP6KERR0Vh4pMwf1Tv1w-n0AvQZbXu45XtCZMAvvoHXK44Tf21-iumxVoU2vlyIMWiGHkZeS97-tB6NMN76VLNUC5-4NHS1dNlzeUJwqkNvQITGEGaYNGbbYuSTqU9QsZjt~X5~~YC57AwWwTGu5Hc3~qaF79geq3v-XUHpVOdhqgUrMIuSBkg49YAtgLx8XdhSw3nNsul0nuaBi9YNIUYgb19GJGtQwlj1nSRD6ushyuxbzb78kJUNtKi~6S6RPcBuR7zgG5Dt0AEc5dhtNAQN6hvNEBBupw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Michaela L. Goodson,"Newcastle University Medicine Malaysia (NUMed), No. 1 Jalan Sarjana 1, Kota Ilmu, EduCity@Iskandar, Iskandar Puteri, Johor, Malaysia",Malaysia,michaela.goodson@newcastle.edu.my,https://orcid.org/0000-0003-2481-7704,Michaela L. Goodson,"Newcastle University Medicine Malaysia (NUMed), No. 1 Jalan Sarjana 1, Kota Ilmu, EduCity@Iskandar, Iskandar Puteri, Johor, Malaysia",Malaysia,michaela.goodson@newcastle.edu.my,https://orcid.org/0000-0003-2481-7704,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['hygiene', 'quality', 'sanitation', 'water']" -915,97930,13,10,https://iwaponline.com/washdev/article/13/10/833/97930/A-historical-and-critical-review-of-latrine-siting,"Journal of Water, Sanitation & Hygiene for Development",A historical and critical review of latrine-siting guidelines,2023,TRUE,3,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.140/1/washdev0130833supp1.docx?Expires=1706163493&Signature=ddJbfLspicKR7wJF9kL4jZbqJcxuhJaC-oxbq7d5xrDiZjo1iTzguyChTTOlUU-A~Sav6ogGRSkF4s3ed0hSPYDi5cBfF~MCXLRM7F~VoC~EfUrXHNX9L0QpRhU6Zqcvw97-c49oTU3Ja23tVfBEe7M2KFeQ5QnRDTIVnUoxNZzwhdUOL3zRXR30cFl~0T4bl9y4I43M9U77RNr~Vouq3fRricThfbh0vR3YWH70ZsdogD2TAFAuNnz0StbpnVnz3yn8vkvAvaTB~S9gnrUUkln2mR8RSmM9jDETAzswRy358mCje5gApZEb4nO1XDTOHGLwP-6aygVnFBF9MiD0Bg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.140/1/washdev0130833supp2.pptx?Expires=1706163493&Signature=Yodd-0yLtfGnf~AEpivS3czf1aaIvUaQNejW5JQN4xrdPceBRdbJjbNXyLGVCf1JxbME7jMk8bf8R4DUMfdeFqTiNJTRpsZ8AlBDg~CpgTtWevI7uV4m~BaYxUORg3nzrE4a5~cGm2MPBmyxavfeT2e1mPepMVoej5wvFSG5u1aGniRE5ClXRTlxdrHCS9vYdNm6otAXU~YQBjOGtRsjAPE2S9ZIXEUzWllN5ya6wTHib3uvMnJpX7qCjdHDn75~9awb0nyZwaBb4waS0gYkG0pIe~DxY4lS34w5hA-fPLtSATTGj56izMaY4hp9d5idsE~lVSyOw8YmPjyJPF-hag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.140/1/washdev0130833supp3.xlsx?Expires=1706163493&Signature=Td5gORklEP049vrZx9aJzKAuhpHhEK8IDn~M1D-jYziFoRiAyLcGiHsG2zQCQVB3WinNRd0AWGPFpUn8tqER1R99ja8oSvQlr0xUHZUFoXnMGGjzK023mAPVj2ZNTx8G7TfAJEvpzQfqYmtjxMYQpPoFjAIWZEc0sDmRpoQpPhG0E0r6263oqGapahCLyvId9kHgiUWwq~UN6LATcnCRl5uKW9J~EqlemAu3CoZlFd-OnMICoaewvysPiDVbdtzJNsKu26lPYC5LLF22VaXchu3gScsKiLce3cxqCuNokarB4RxW9gBoqyrXeCQu-nchIXddDOJoZb3fdOL8biM14A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",3,Christopher Nenninger,"Department of Civil and Environmental Engineering, University of South Florida, Florida, USA",USA,,https://orcid.org/0009-0007-3053-5486,James R. Mihelcic,"Department of Civil and Environmental Engineering, University of South Florida, Florida, USA",USA,jm41@usf.edu,https://orcid.org/0000-0002-1736-9264,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['groundwater', 'latrine', 'modeling', 'pollution', 'setback distance', 'toilet']" -916,97590,13,10,https://iwaponline.com/washdev/article/13/10/847/97590/Establishment-of-district-led-production-of-WHO,"Journal of Water, Sanitation & Hygiene for Development",Establishment of district-led production of WHO-recommended Alcohol-Based Hand Rub (ABHR) during the COVID-19 pandemic: a model for improving access to ABHR during health emergencies,2023,TRUE,4,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp1.docx?Expires=1706027168&Signature=yFYw1d5S4zYBKXMuV92z0AsFgW2tSXoqjaf8h72P62giElBcCmOVlI6OwILT38H7TXKf68o4TCsVDdf4Xb-d2tuCjrJHx577C8nGxLs~hVmfPA-nRKjFZLnzXeXjlEK6SSJVkFYK2vEJOrWDJmMVncFl6S1rVsaLZRlsgL8-iARvJMYvHhyrYyXnfu-qoC-etjT7j-bhlaoSQ-8exiGlKrAIgn36jE-PHQ1L~kgV4WF4294fP39HvnE9fwfOGhFmPBEgEZSPb7sbUEzWjv4jiVQAz6Huwv3ZfXfwG762b7AdItR7HyAA1MQrXhgzHZhBu5hwRdvSf8GJXPR3oj8iKQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp2.xlsx?Expires=1706027168&Signature=lHKialNF-l2GFSLiCnNPL5LgbC8iYjPxJvCmOW9XO2~uzV2n9IBD7RxD2d4bOzROeU8LZzbHo3k4lQuFVghyU1oifBPyE-hqACD1jkUoOnLrOg0y7-WXQHanP5ExV6cYPdHVNoPWHKi2MBgNGIgvUPnWVZt~7fysDN1D7DEnjqXNGEs7hsMKZDU3n0Wfw2fBl1yk8YEWnev~aCnR-osf3UF2zFL7fsf0XtarEgQJBMosmEHKpysCK43fIxS5qQVGBoY~aR-S7tzs6lkBoahjMsAJbUYtYpeM4CVqxNpn3Jh9GJnCEh2WyQ3rr-iIOtMS~JqGGjKibmumNhh3yO5Kvw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp3.docx?Expires=1706027168&Signature=sUhOU2fpYY01MLxppNS5~ICHHHkHpfAEROBnCzYmCLE-CczDYG6itmrOQnlq7ChW7qhlehu90PKewQByG-lvKKMzsPhka-OwT8p3EgsQmnFh~4xGnGonBINizh74rSLMxIlCRKtENPOsbuXirtPNcfCy7jUPHObVYf~fOVF8ZKF2~Al-RXBWpcw50nRAt1tv-uyVQIBsp-qcRVLEW8TaW-4sr-gW2FQQ4yy90PFyCPEA5ebPtUHZWvShS9O8l2l2ftGoi7hg0qq85fxeCsEKGA-mA4sth2x2Y9mkgvuamP1SfzCRM-ZUctjS9~N0ghZ3ghJQ8DuEBcWaumtAD2mHog__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp4.docx?Expires=1706027168&Signature=uL0KTuGzImNhNkLZT9eLulJQzwqMBV4NMT5Eld806IIayxdZtACxpS46bmngB8882QO9BzWBSTFPuSZZXiH1Hnb1w82Ft~tY-d-qEfBs8Ju9dTHEbCS2EChTOSZ7gs0whHsdw5Xlx77at0zPMtMYemU-cHtk1CXsqdfdNdHU4oG2RwJD07J5jfPZZ4p7OAdgzymmBCuY5JOqZGOAPYhJNISMwRrCjsPwFbSch8lVcc51BIrDdWcdVyZCcSATSU~xbNivGKlOQU5F66dx339qi7lB3gdB98JY~OJtIPbw1nFQeml8l9CkN2H3qUvVSt7BWS6EQAdM2zhAkUIkbNgpcA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",15,Fred Tusabe,"Infectious Diseases Institute, Makerere University, Kampala, Uganda",Uganda,,,David Berendes,"Waterborne Disease Prevention Branch, Division of Foodborne, Waterborne, and Environmental Diseases, U.S. Centers for Disease Control and Prevention, 1600 Clifton Rd. Mailstop H24-11, Atlanta, GA 30329, USA",USA,dberendes@cdc.gov,https://orcid.org/0000-0002-8303-9298,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Alcohol-Based Hand Rub', 'community locations', 'hand hygiene', 'health emergency', 'healthcare facilities']" -917,98804,13,11,https://iwaponline.com/washdev/article/13/11/857/98804/We-do-not-wash-hands-Barriers-to-the-maintenance,"Journal of Water, Sanitation & Hygiene for Development","‘We do not wash hands’: Barriers to the maintenance of five moments of hand hygiene among learner nurses at a university in Limpopo province, South Africa",2023,FALSE,0,,[],2,Takalani Edith Mutshatshi,"Department of Nursing Science, University of Limpopo, P/Bag x1106, Sovenga 0727, South Africa",South Africa,takalani.mutshatshi@ul.ac.za,https://orcid.org/0000-0003-1581-0041,Takalani Edith Mutshatshi,"Department of Nursing Science, University of Limpopo, P/Bag x1106, Sovenga 0727, South Africa",South Africa,takalani.mutshatshi@ul.ac.za,https://orcid.org/0000-0003-1581-0041,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['barriers', 'five moments', 'hand hygiene', 'learner nurse', 'maintenance', 'wash hands']" -918,98248,13,11,https://iwaponline.com/washdev/article/13/11/866/98248/WASH-FIT-implementation-in-Rohingya-camps-in-Cox-s,"Journal of Water, Sanitation & Hygiene for Development",WASH FIT implementation in Rohingya camps in Cox's Bazar Bangladesh – results after 1 year,2023,FALSE,0,,[],7,Ahammadul Kabir,"World Health Organization (WHO), Dhaka, Bangladesh",Bangladesh,ahammadul.kabir@gmail.com,https://orcid.org/0000-0002-6452-6963,Ahammadul Kabir,"World Health Organization (WHO), Dhaka, Bangladesh",Bangladesh,ahammadul.kabir@gmail.com,https://orcid.org/0000-0002-6452-6963,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['emergency', 'health care facility', 'healthcare waste management', 'Rohingya settlement', 'WASH FIT']" -919,98614,13,11,https://iwaponline.com/washdev/article/13/11/875/98614/Socioeconomic-predictors-of-access-to-improved,"Journal of Water, Sanitation & Hygiene for Development","Socioeconomic predictors of access to improved water sources, sanitation facilities, and household water treatment in Nigeria",2023,FALSE,0,,[],4,Olumayowa Azeez,"Department of Community Medicine & Population Health, The University of Alabama, 1103 Northeast Medical Bldg, Tuscaloosa, AL 35487, USA",USA,oazeez@crimson.ua.edu,https://orcid.org/0000-0001-8398-2334,Olumayowa Azeez,"Department of Community Medicine & Population Health, The University of Alabama, 1103 Northeast Medical Bldg, Tuscaloosa, AL 35487, USA",USA,oazeez@crimson.ua.edu,https://orcid.org/0000-0001-8398-2334,TRUE,All relevant data are available from an online repository or repositories at https://dhsprogram.com/data/dataset/Nigeria_Standard-DHS_2018.cfm?flag=0.,All relevant data are available from an online repository or repositories,https://dhsprogram.com/data/dataset/Nigeria_Standard-DHS_2018.cfm?flag=0.,"['global health', 'hygiene', 'Nigeria', 'sanitation', 'sustainable development goals', 'water']" -920,98258,13,11,https://iwaponline.com/washdev/article/13/11/885/98258/Occurrence-of-Acanthamoeba-spp-in-a-major-river-in,"Journal of Water, Sanitation & Hygiene for Development",Occurrence of Acanthamoeba spp. in a major river in the Philippines: Impact on water quality and health,2023,FALSE,0,,[],12,Kaiser Garrido,"Department of Medical Technology, Faculty of Pharmacy, University of Santo Tomas, Manila 1008, Philippines",Philippines,,,Giovanni De Jesus Milanez,"Department of Medical Technology, Faculty of Pharmacy, University of Santo Tomas, Manila 1008, Philippines",Philippines,gdmilanez@ust.edu.ph,https://orcid.org/0000-0002-4467-3173,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Acanthamoeba', 'free-living amoeba', 'Philippines', 'public health', 'river']" -921,98247,13,11,https://iwaponline.com/washdev/article/13/11/893/98247/Spatial-distribution-and-determinants-of-limited,"Journal of Water, Sanitation & Hygiene for Development",Spatial distribution and determinants of limited access to drinking water and sanitation services of households in India,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/11/10.2166_washdev.2023.181/1/washdev0130893supp1.docx?Expires=1706052557&Signature=fAUufnmYkXJLuI1rhwrT-PwS5jVPmj4vRlqN6n~agirjEBnLUfADxFKCBza~umAVst-DU3Oju1JF4VX5qWxG0TjcdkyOO1X3hVZ1GfogkDWdSVHiOzGMxmCusxuZAwJ6zY0jpYLYLRyMtB7DTKnmY4QChaiWrlgoEeHqeSZ-oXA9nA6EIAWPphf1fE8gfh0M1TujIwX0Zo--vorDrMZkxg7SSQ2ngAyda~bIjIXRByALNDkpGGF7YPX16VckzeEhhVcBBjmCMkZAGpLugsKjHdZtwugd2kmrUT24JD6ydOZxT2ELW-n1q3~-z90dDZ4dGiKn7oTGNGkoAaUomeF5Lg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Chandan Roy,"Department of Geography and Resource Management, Mizoram University (A Central University), Aizawl, Mizoram 796004, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,Chandan Roy,"Department of Geography and Resource Management, Mizoram University (A Central University), Aizawl, Mizoram 796004, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,TRUE,All relevant data are available from an online repository or repositories at https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1.,All relevant data are available from an online repository or repositories,https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1.,"['drinking water', 'health risks', 'India', 'logistic regression', 'spatial analysis', 'statistical analysis']" -922,98627,13,11,https://iwaponline.com/washdev/article/13/11/910/98627/WASH-practices-increased-the-prevalence-of,"Journal of Water, Sanitation & Hygiene for Development","WASH practices increased the prevalence of malnutrition among under-five children (6–59 months) in an urban slum area in Ibadan, Nigeria",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/11/10.2166_washdev.2023.186/1/washdev0130910supp1.docx?Expires=1706163520&Signature=TqE25wf~XUM8t49w9zWrF9rM0WXruELgTEc5Bb~bp30jWqFjWIJcldQmtwkQfLkkMkEJA9--oY3dpxTkg7J62rH7R7jlLmdS767l47ZR20vxj0WsNP5qpiZ4TbEwvvvJgn4RoAJokK27kRA~NamQNRA6pV5yWZjQPflplWaCTaGwAV-4MgGIw0yb~N1jv-NDytSYUWj~30LYBdYM6G~yH0cXoFJFCrIqTyq1OC5aROqvgqnKcl24-nKcOYB~Bo-0~RnjI9xCx9~6ZGVcKDaRMlEFYY~iAev1HdwOniZavR6yI3MzL4TMuT6tyt4GmNorLgqS~4TL4mUmn-mnniFgcQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Elizabeth Oluwafolakemi Aleru,"Department of Human Nutrition and Dietetics, Faculty of Basic Medical and Health Sciences, Lead City University Ibadan, Oyo State, Nigeria",Nigeria,elizabethadedipe16@gmail.com,https://orcid.org/0000-0001-5294-8096,Elizabeth Oluwafolakemi Aleru,"Department of Human Nutrition and Dietetics, Faculty of Basic Medical and Health Sciences, Lead City University Ibadan, Oyo State, Nigeria",Nigeria,elizabethadedipe16@gmail.com,https://orcid.org/0000-0001-5294-8096,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['malnutrition', 'stunting', 'under-five children', 'urban slum', 'WASH practices', 'wasting']" -923,98396,13,11,https://iwaponline.com/washdev/article/13/11/921/98396/Enhancing-rural-drinking-water-safety-using-an-Mg,"Journal of Water, Sanitation & Hygiene for Development",Enhancing rural drinking water safety using an Mg–Al-type layered double hydroxide foil as a new point-of-use disinfection tool,2023,FALSE,0,,[],4,Taufiq Ihsan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,taufiqihsan86@gmail.com,,Taufiq Ihsan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,taufiqihsan86@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['disinfection', 'drinking water', 'layered double hydroxide', 'pathogen adsorption', 'rural area']" -924,98803,13,12,https://iwaponline.com/washdev/article/13/12/931/98803/Impact-of-targeted-subsidies-on-access-to,"Journal of Water, Sanitation & Hygiene for Development",Impact of targeted subsidies on access to resilient sanitation for climate-vulnerable households in rural Cambodia,2023,TRUE,2,"docx, xlsx","['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/6/10.2166_washdev.2022.055/1/washdev2022055supp.docx?Expires=1706163095&Signature=4AOHFAKZz4hYkDtGLziudvEkaeNd6HL1ghM1TTFu1UvUh6pMdYyRGLOGQgPOgyDBdENnCd1sVgKpTHONPyJdCFNFPq-36xvkk7piC', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.039/3/washdev0130931supp2.xls?Expires=1737455104&Signature=CGvjmPc-TP4XGtdXqA6prdlN8zT2Q2LQkdHdm4azueGUsz2~0snabdqUZyYtg-yI8FSbdVmpfu0W-WyDN8ptDLFtihYYualooyk7e3WQqqZ5s4MG6uFZEbBS4mjzQV4max9JGiI01Ouc3vt-jgRGm65FLNTtTknlhn6fM4GHsS7P28DoE0s~K~~chwdWTMe~CPfBwiPH112b2AjdTu97s5kFrVhpqMCcaAXhi1uWSm8oWvi6VYi~9ZvQnUenxYVT1O1Xkr6vkJq6H~HtNQju8AYM8DVjJJRzmWdn8XX~LGvodkVqlO~-AO3wXq2mU55xiay3R57EuW1tEPAShVQi7A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",7,Tyler Kozole,"iDE Cambodia, 97A, St. Taphon (19BT), Boeung Tumpun 12351, Cambodia",Cambodia,,,Marlaina Ross,"Causal Design, 1159 National Road 2, Phnom Penh, Cambodia",Cambodia,marlaina.ross@causaldesign.com,https://orcid.org/0000-0002-3366-9443,TRUE,All relevant data are included in the paper or its Supplementary Information.,,,[] -925,98841,13,12,https://iwaponline.com/washdev/article/13/12/941/98841/Developing-formal-pit-latrine-emptying-businesses,"Journal of Water, Sanitation & Hygiene for Development","Developing formal pit-latrine emptying businesses for hard-to-serve customers: resources, methods, and pricing structures",2023,TRUE,2,"docx, xlsx","['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.110/2/washdev0130941supp1.docx?Expires=1736423728&Signature=kCCVytULqk7bEWlZ4aBCmx10cQ~KhPgRn9VRUHwEFuC2SB~gRTaAWVQGnWMX0ejj9eN46112V4NtErdZ~PMQ~VESF38jaWl~avHHkjAHyT7zuw2Vn49R85xUcdbyfGZrYUlVV6shUV1Yb7diHJwW2ZPQMV9SWg4kvBxAHd9rAl2FEhYGWYk2FhF38YiLj93ltMZzxq2m0QJPg7gQUVNXuDvzHUHgkqk7hERJnx6wH5fW54hPuwkO5h23QiBnQu~UONjEc0JxA9IG6yPJiU4nPK0Qs9o0rSkZqsBG8drKJR02pOb70QD6GmTm3Wi0g0N82H2skY0UTKHG6QnVlnIP5Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.110/2/washdev0130941supp2.xlsx?Expires=1736423728&Signature=LyGniyuh8KTVPUXdbDWlXaAe9-amNWH0-8KG2qjNv2Px6RePHMtTUOQ0l0SQs2XbX-r1CZNJ4qs0flUq~oIMgjUELRrmkIYd2HOdyLigP9ccKULmF6Knf8Or5zDeru2fKOVDz3h5wIfjJv2ekkptbKQ3IMSApFp64wqKwEWiwNhgjZvrIoKopAkAGL2roBT2viLPVfttZAbNJ4q8QeS-WlJumMUf4IBd3brU3I~qob-s9GHmyCKrfqtlu0VcLmW57lgIvDkR~cDdPCbhsdaUEMazyWt0YiLJrG2rDxjSy67BDahq0zUSRMVgFSNU-~ZQRXn9ArSJgPG1FxtWTkSm7Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",6,Jonathan Wilcox,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, United Kingdom",United Kingdom,,https://orcid.org/0009-0003-0224-7138,Bruce Rutayisire,"Pit Vidura, KN 20 Ave, Kigali, Rwanda",Rwanda,bruce@pitvidura.com,https://orcid.org/0000-0003-0180-5292,TRUE,"All relevant data are included in the paper or its Supplementary Information. The following supplementary materials are available: volumetric tariff structure description, price variability distribution, time and motion summary statistics, pit evaluation results, time and motion box plots.",,,[] -926,99077,13,12,https://iwaponline.com/washdev/article/13/12/952/99077/The-integrity-management-toolbox-in-action-a-study,"Journal of Water, Sanitation & Hygiene for Development",The integrity management toolbox in action: a study of 22 urban water service cases,2023,TRUE,2,"docx, xlsx",['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.060/1/washdev0120683supp1.docx?Expires=1706131489&Signature=gSjSWLDCypKy61t9teC0j7RmP4TdGN0jORNMQqiP1CRG5-HssTSmA49MlJjNiWjg67DnmR7FL~~Plq47CGDCNykRPLWXZaS41Bn,8,Pilar Avello,"Stockholm International Water Institute, Stockholm, Sweden",Sweden,piluca.avello@gmail.com,https://orcid.org/0000-0002-2795-7465,Pilar Avello,"Stockholm International Water Institute, Stockholm, Sweden",Sweden,piluca.avello@gmail.com,https://orcid.org/0000-0002-2795-7465,TRUE,All relevant data are included in the paper or its Supplementary Information.,,,[] -927,99074,13,12,https://iwaponline.com/washdev/article/13/12/962/99074/Sanitary-conditions-of-the-third-largest-informal,"Journal of Water, Sanitation & Hygiene for Development",Sanitary conditions of the third largest informal settlement in Brazil,2023,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.152/2/washdev0130962supp1.pdf?Expires=1737455885&Signature=VTWZEDC0KI~Cp2YTHtpUeNpTWtnY-a80LCszdnpDPmrZnXgVck-QMoMA5prkQfGHlP1fJUCLW8l7ZvNkzo~icjECjKoPWXcbqMqbB2ptJAx4QOSWrrw36~zmiTR9KpGA0RR6Ew52NzPptI7kqZUjV3OLIA2VUgZXY3mV6jvHlBQ1ugu8s1TQ9V40-x7UFS5lExcuxbEhPNELBu9W9n7m242fPrr2MPEJwfT51qyfS4xfcV~-N7AgudgrO27cKly9DLN-Vs2auvf-31oEWBbn4niaXn7CsDD-oPv3-tRBDHfRq~T3gMc0ylZ0jQ3yL-tTvITQ5CPVGuncLv3NqkJPKg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Fernando Augusto Braga Castro,"Department of Sanitary and Environmental Engineering, Rio de Janeiro State University, 524 So Francisco Xavier Street, Room 5024, Block E/5th floor, Maracan, Rio de Janeiro RJ, Brazil",Brazil,fernandoabc@gmail.com,https://orcid.org/0000-0002-7560-3266,Fernando Augusto Braga Castro,"Department of Sanitary and Environmental Engineering, Rio de Janeiro State University, 524 So Francisco Xavier Street, Room 5024, Block E/5th floor, Maracan, Rio de Janeiro RJ, Brazil",Brazil,fernandoabc@gmail.com,https://orcid.org/0000-0002-7560-3266,TRUE,All relevant data are included in the paper or its Supplementary Information.,,,[] -928,99218,13,12,https://iwaponline.com/washdev/article/13/12/974/99218/Shifting-from-traditional-infrastructure-planning,"Journal of Water, Sanitation & Hygiene for Development",Shifting from traditional infrastructure planning to a collaborative approach: lessons from the Freetown sanitation master plan,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.171/2/washdev0130974supp1.docx?Expires=1737456273&Signature=dc0IjzusHLqF4jNvkLYmml-p0GYdEiHiSBf7ekCrV8RBfS2SWLghM44twPb3ZN9KsbLMaHzLUrlOwNRm21VCQakLgzXbXhoBr6PDGjRhf3vPp2hPeBrOYQct1-eWH1myrKp4SRG~TZawHNqpriQWJkUV~ZvKZYg5toTAhZJBfgXHEvXO1KE6AeYkI20rfZa-82SN1IzD8~7ORagnbUbnvwDrj~vp1UZRGJZTWXdh2b8MOlF7m0bUAH51ScO18-rIlIDpZbQ5yooHBpfLTtJLZ4WnkHIQM7vad4YeYXQ618~poQqgP0VefitoJvp5emLaVWgSpAfdWVyhBs2ysqMTYg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],,,,,,,,,,,,,,,,[] -929,98932,13,12,https://iwaponline.com/washdev/article/13/12/986/98932/Water-supply-and-sanitation-projects-in-the-last,"Journal of Water, Sanitation & Hygiene for Development","Water supply and sanitation projects in the last decade: project characteristics, multilateral development bank performance, and quality of results",2023,TRUE,2,"docx, xlsx",['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.002/1/washdev2022002supp.docx?Expires=1706163041&Signature=tGrlLPHAp0zsTHU1MecftgrMdrv65dwq5hR2M0YNBydOVU6ITdrcykl~FUkaxSgwiCyvsMewKFn6j-o5Kervc~8Kk-f9es0ptYhYk,2,Ins Freire Machete,"Instituto Superior Tcnico, University of Lisbon, Lisbon 1049-001, Portugal",Portugal,ines.machete@tecnico.ulisboa.pt,https://orcid.org/0000-0003-2333-7872,Ins Freire Machete,"Instituto Superior Tcnico, University of Lisbon, Lisbon 1049-001, Portugal",Portugal,ines.machete@tecnico.ulisboa.pt,https://orcid.org/0000-0003-2333-7872,TRUE,All relevant data are included in the paper or its Supplementary Information.,,,[] -930,99204,13,12,https://iwaponline.com/washdev/article/13/12/1001/99204/Healthcare-facility-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Water supply and sanitation projects in the last decade: project characteristics, multilateral development bank performance, and quality of results",2023,FALSE,0,,[],3,Atimen Derso,"Ethiopian Institute of Water Resource, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,,,Bezatu Mengistie,"Ethiopian Institute of Water Resource, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,bezatum@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,,,[] -931,99226,13,12,https://iwaponline.com/washdev/article/13/12/1018/99266/Hand-hygiene-practices-among-primary-and-secondary,"Journal of Water, Sanitation & Hygiene for Development","Water supply and sanitation projects in the last decade: project characteristics, multilateral development bank performance, and quality of results",2023,FALSE,0,,[],8,Obadia Kyetuza Bishoge,"Department of Research Coordination and Promotion, National Institute for Medical Research, P.O. Box 9653, Dar es Salaam, Tanzania",Tanzania,obishoge@yahoo.co.uk,,Obadia Kyetuza Bishoge,"Department of Research Coordination and Promotion, National Institute for Medical Research, P.O. Box 9653, Dar es Salaam, Tanzania",Tanzania,obishoge@yahoo.co.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,,,[] \ No newline at end of file +,paperid,volume,issue,url,journal,title,published_year,is_supp,num_supp,supp_file_type,supp_url,num_authors,first_author_name,first_author_affiliation,first_author_affiliation_country,first_author_email,first_author_orcid,correspondence_author_name,correspondence_author_affiliation,correspondence_author_affiliation_country,correspondence_author_email,correspondence_author_orcid,has_das,das,das_type,das_repo_url,keywords,doi +0,28742,1,1,https://iwaponline.com/washdev/article/1/1/1/28742/Editorial,"Journal of Water, Sanitation & Hygiene for Development",Editorial,2011,FALSE,0,,[],6,Jamie Bartram,"Journal of Water, Sanitation and Hygiene for Development",Sanitation and Hygiene for Development,,,,,,,,FALSE,,,,[], +1,28745,1,1,https://iwaponline.com/washdev/article/1/1/3/28745/The-sanitation-ladder-a-need-for-a-revamp,"Journal of Water, Sanitation & Hygiene for Development",The sanitation ladder – a need for a revamp?,2011,FALSE,0,,[],5,E. Kvarnström,"Stockholm Environment Institute, Kräftriket 2B, SE-10691 Stockholm, Sweden",Sweden,elisabeth.kvarnstrom@sei.se,,E. Kvarnström,"Stockholm Environment Institute, Kräftriket 2B, SE-10691 Stockholm, Sweden",Sweden,elisabeth.kvarnstrom@sei.se,,FALSE,,,,"['function-based', 'sanitation technologies', 'sustainability', 'the sanitation ladder']", +2,28743,1,1,https://iwaponline.com/washdev/article/1/1/13/28743/Vertical-flow-constructed-wetlands-as-an-emerging,"Journal of Water, Sanitation & Hygiene for Development",Vertical-flow constructed wetlands as an emerging solution for faecal sludge dewatering in developing countries,2011,FALSE,0,,[],6,I. M. Kengne,"Laboratory of Plant Biotechnology and Environment, Faculty of Science, University Yaoundé I, PO Box 812, Yaoundé, Cameroon",Cameroon,,,E. Soh Kengne,"Laboratory of Plant Biotechnology and Environment, Faculty of Science, University Yaoundé I, PO Box 812, Yaoundé, Cameroon",Cameroon,ives_kengne@yahoo.fr,,FALSE,,,,"['biosolid accumulation', 'Cyperus papyrus', 'Echinochloa pyramidalis', 'faecal sludge dewatering', 'pollutant removal efficiencies', 'vertical-flow constructed wetlands']", +3,28744,1,1,https://iwaponline.com/washdev/article/1/1/20/28744/The-effectiveness-and-sustainability-of-two-demand,"Journal of Water, Sanitation & Hygiene for Development",The effectiveness and sustainability of two demand-driven sanitation and hygiene approaches in Zimbabwe,2011,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/1/1/10.2166_washdev.2011.015/4/015.pdf?Expires=1706026814&Signature=aK~z72sQJVXyfFFr1x8kN9RfFai9ThHg3Xuauxk4yhZ2TKJ01apTQ20-yTvpmdz5ezdfk8RpPKAfEnMneyaivPS1ZxB1NG9Fl6YR5P6ULq31vJAIlkOtwAFkzjXgjFvZhikW4W7ecfp6fwiPh9k4muyCSc47dVUsVwv~Zj4s8Ap909lcnyQj13Z9wVQce5k2NNNAeEV927OmOpk4D18~3YEZGtZrtjzTzjBvbETyZoCZd6lpPg~1i~N7fAIpunQ~PVEn93~3dyEyaOmvIAgWKFLla-vrOMczNfUOIednf-XOGacBMgJzT2pJKNG0svQv9LChEiXIwtdCNn911zH4yw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,L. Whaley,"NIWAS (National Institute for Water and Sanitation), Kolakkudipatti, Thottiyam, Trichy District, Tamil Nadu, India. Pin: 621 208",India. Pin: 621 208,lukewhaley1@gmail.com,,L. Whaley,"NIWAS (National Institute for Water and Sanitation), Kolakkudipatti, Thottiyam, Trichy District, Tamil Nadu, India. Pin: 621 208",India. Pin: 621 208,lukewhaley1@gmail.com,,FALSE,,,,"['behaviour change', 'effectiveness', 'hand washing', 'sanitation', 'sustainability']", +4,28746,1,1,https://iwaponline.com/washdev/article/1/1/37/28746/Performance-evaluation-of-different-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of different wastewater treatment technologies operating in a developing country,2011,FALSE,0,,[],2,Sílvia C. Oliveira,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 – sala 4622, 31270-901 – Belo Horizonte, Brazil",Brazil,silvia@desa.ufmg.br,,Sílvia C. Oliveira,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 – sala 4622, 31270-901 – Belo Horizonte, Brazil",Brazil,silvia@desa.ufmg.br,,FALSE,,,,"['developing countries', 'effluent quality', 'performance evaluation', 'wastewater treatment']", +5,28747,1,1,https://iwaponline.com/washdev/article/1/1/57/28747/Impact-of-a-natural-coagulant-pretreatment-for,"Journal of Water, Sanitation & Hygiene for Development",Impact of a natural coagulant pretreatment for colour removal on solar water disinfection (SODIS),2011,FALSE,0,,[],2,Sarah A. Wilson,"Department of Civil Engineering, University of Toronto, 35 St George Street, Toronto, Ontario, M5S 1A4, Canada",Canada,sarahanne.wilson@gmail.com,,Sarah A. Wilson,"Department of Civil Engineering, University of Toronto, 35 St George Street, Toronto, Ontario, M5S 1A4, Canada",Canada,sarahanne.wilson@gmail.com,,FALSE,,,,"['drinking water', 'E. coli', 'Moringa oleifera', 'point of use', 'pretreatment', 'solar disinfection']", +6,28748,1,1,https://iwaponline.com/washdev/article/1/1/68/28748/Comparison-and-verification-of-four-field-based,"Journal of Water, Sanitation & Hygiene for Development","Comparison and verification of four field-based microbiological tests: H2S test, Easygel®, Colilert®, Petrifilm™",2011,FALSE,0,,[],3,Patty Chuang,"301 Heidinger Drive, Cary, North Carolina, 27511, USA",USA,,,Susan Murcott,"Mass. Institute of Technology, Civil and Environmental Engineering Dept., 77 Massachusetts Ave., 1-138 Cambridge, MA 02139, USA",USA,murcott@mit.edu,,FALSE,,,,"['Colilert®', 'drinking water', 'Easygel®', 'H2S', 'Petrifilm™', 'Quanti-Tray®']", +7,28772,1,2,https://iwaponline.com/washdev/article/1/2/86/28772/Exploring-the-negative-space-evaluating-reasons,"Journal of Water, Sanitation & Hygiene for Development",Exploring the negative space: evaluating reasons for the failure of pro-poor targeting in urban sanitation projects,2011,FALSE,0,,[],2,Guy Norman,"Postgraduate Medical School, Public Health Area, University of Surrey, UK",UK,g.j.norman@surrey.ac.uk,,Guy Norman,"Postgraduate Medical School, Public Health Area, University of Surrey, UK",UK,g.j.norman@surrey.ac.uk,,FALSE,,,,"['pro-poorness', 'Senegal', 'sewerage', 'targeting', 'World Bank']", +8,28767,1,2,https://iwaponline.com/washdev/article/1/2/102/28767/Efficacy-of-a-ceramic-siphon-household-water,"Journal of Water, Sanitation & Hygiene for Development",Efficacy of a ceramic siphon household water filter for removal of pathogenic microorganisms: lifespan volume test,2011,FALSE,0,,[],3,Amanda R. Kaufman,"Department of Environmental Sciences and Engineering CB#7431, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",USA,Amanda.Kaufman@unc.edu,,Amanda R. Kaufman,"Department of Environmental Sciences and Engineering CB#7431, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",USA,Amanda.Kaufman@unc.edu,,FALSE,,,,"['ceramic siphon water filter', 'diarrhoeal diseases', 'E. coli', 'MS2', 'point of use']", +9,28768,1,2,https://iwaponline.com/washdev/article/1/2/112/28768/Efficacy-of-an-appropriate-point-of-use-water,"Journal of Water, Sanitation & Hygiene for Development","Efficacy of an appropriate point-of-use water treatment intervention for low-income communities in India utilizing Moringa oleifera, sari-cloth filtration and solar UV disinfection",2011,FALSE,0,,[],8,Syed Imran Ali,"School of Engineering, University of Guelph, Guelph, Canada",Canada,alis@uoguelph.ca,,Syed Imran Ali,"School of Engineering, University of Guelph, Guelph, Canada",Canada,alis@uoguelph.ca,,FALSE,,,,"['appropriate technology', 'Moringa oleifera', 'point-of-use', 'sari-cloth filtration', 'SODIS', 'water treatment']", +10,28769,1,2,https://iwaponline.com/washdev/article/1/2/124/28769/Coupling-microbiological-testing-and-sanitary,"Journal of Water, Sanitation & Hygiene for Development","Coupling microbiological testing and sanitary surveys in drinking water quality programs: results from Capiz Province, Philippines",2011,FALSE,0,,[],3,J. Molly Patrick,"211 Randolph St NE Unit C, Atlanta, GA 30312, USA",USA,vej7@cdc.gov,,J. Molly Patrick,"211 Randolph St NE Unit C, Atlanta, GA 30312, USA",USA,vej7@cdc.gov,,FALSE,,,,"['drinking water', 'microbiological testing', 'point sources', 'sanitary surveys', 'water safety']", +11,28770,1,2,https://iwaponline.com/washdev/article/1/2/136/28770/Assessing-and-managing-fluorosis-risk-in-children,"Journal of Water, Sanitation & Hygiene for Development","Assessing and managing fluorosis risk in children and adults in rural Madhya Pradesh, India",2011,FALSE,0,,[],6,Sam Godfrey,"Water and Environmental Sanitation, UNICEF, Maputo, Mozambique",Mozambique,sgodfrey@unicef.org,,Sam Godfrey,"Water and Environmental Sanitation, UNICEF, Maputo, Mozambique",Mozambique,sgodfrey@unicef.org,,FALSE,,,,"['fluorosis', 'health-based targets', 'quantitative chemical risk assessment']", +12,28771,1,2,https://iwaponline.com/washdev/article/1/2/144/28771/Evaluating-performance-of-vertical-flow,"Journal of Water, Sanitation & Hygiene for Development",Evaluating performance of vertical flow constructed wetland under various hydraulic loading rates in effluent polishing,2011,FALSE,0,,[],3,C. W. Maina,"Department of Agricultural Engineering, Egerton University, P.O. Box 536 – 20115, Nairobi, Kenya",Kenya,mainawcaroline@gmail.com,,C. W. Maina,"Department of Agricultural Engineering, Egerton University, P.O. Box 536 – 20115, Nairobi, Kenya",Kenya,mainawcaroline@gmail.com,,FALSE,,,,"['constructed wetland', 'hydraulic loading rates', 'hydraulics', 'treatment efficiency']", +13,28774,1,3,https://iwaponline.com/washdev/article/1/3/153/28774/Impact-of-intestinal-microorganisms-and-protozoan,"Journal of Water, Sanitation & Hygiene for Development","Impact of intestinal microorganisms and protozoan parasites on drinking water quality in Harare, Zimbabwe",2011,FALSE,0,,[],3,Tatenda Dalu,"Aquatic Ecology Research Group, Department of Biological Sciences, University of Zimbabwe, P. O. Box MP 167, Mount Pleasant, Harare, Zimbabwe",Zimbabwe,tdalu@science.uz.ac.zw,,Tatenda Dalu,"Aquatic Ecology Research Group, Department of Biological Sciences, University of Zimbabwe, P. O. Box MP 167, Mount Pleasant, Harare, Zimbabwe",Zimbabwe,tdalu@science.uz.ac.zw,,FALSE,,,,"['coliforms', 'drinking water', 'Harare', 'microorganisms', 'parasites', 'protozoa']", +14,28775,1,3,https://iwaponline.com/washdev/article/1/3/165/28775/Inactivation-of-rotavirus-in-water-by-copper-pot,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of rotavirus in water by copper pot,2011,FALSE,0,,[],5,V. B. Preethi Sudha,"Centre for Pharmacognosy, Pharmaceutics and Pharmacology, Institute of Ayurveda and Integrated Medicine (IAIM), 74/2, Jarakabande Kaval, Yelahanka via Attur, Bangalore – 5600106, Karnataka, India",India,preethi.s@frlht.org,,V. B. Preethi Sudha,"Centre for Pharmacognosy, Pharmaceutics and Pharmacology, Institute of Ayurveda and Integrated Medicine (IAIM), 74/2, Jarakabande Kaval, Yelahanka via Attur, Bangalore – 5600106, Karnataka, India",India,preethi.s@frlht.org,,FALSE,,,,"['ayurveda', 'copper', 'diarrhoea', 'rotavirus', 'water']", +15,28776,1,3,https://iwaponline.com/washdev/article/1/3/171/28776/Rainwater-harvesting-practices-and-attitudes-in,"Journal of Water, Sanitation & Hygiene for Development",Rainwater harvesting practices and attitudes in the Mekong Delta of Vietnam,2011,FALSE,0,,[],6,Semra Özdemir,"Gillings Global School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",USA,semramir@gmail.com,,Semra Özdemir,"Gillings Global School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",USA,semramir@gmail.com,,FALSE,,,,"['attitudes', 'improved drinking water', 'perception', 'rainwater', 'Vietnam']", +16,28777,1,3,https://iwaponline.com/washdev/article/1/3/179/28777/Economies-of-scale-in-the-water-sector-a-survey-of,"Journal of Water, Sanitation & Hygiene for Development",Economies of scale in the water sector: a survey of the empirical literature,2011,FALSE,0,,[],3,Gustavo Ferro,"Instituto de Economía UADE and CONICET, Universidad Argentina de la Empresa and Consejo Nacional de Investigaciones Científicas y Técnicas – National Council of Scientific and Technical Research, Lima 717, (1073) Buenos Aires, Argentina",Argentina,gferro@uade.edu.ar,,Gustavo Ferro,"Instituto de Economía UADE and CONICET, Universidad Argentina de la Empresa and Consejo Nacional de Investigaciones Científicas y Técnicas – National Council of Scientific and Technical Research, Lima 717, (1073) Buenos Aires, Argentina",Argentina,gferro@uade.edu.ar,,FALSE,,,,"['decentralization', 'economies of scale', 'efficiency', 'water']", +17,28778,1,3,https://iwaponline.com/washdev/article/1/3/195/28778/Effect-of-transparent-covers-for-collection,"Journal of Water, Sanitation & Hygiene for Development",Effect of transparent covers for collection chambers of urine-diverting dry toilets on dehydration of faecal waste,2011,FALSE,0,,[],1,Jörn Germer,"University of Hohenheim, Institute of Plant Production and Agroecology in the Tropics and Subtropics, 70593 Stuttgart, Germany",Germany,jgermer@uni-hohenheim.de,,Jörn Germer,"University of Hohenheim, Institute of Plant Production and Agroecology in the Tropics and Subtropics, 70593 Stuttgart, Germany",Germany,jgermer@uni-hohenheim.de,,FALSE,,,,"['collection chamber', 'dehydration', 'faecal matter', 'pathogen inactivation', 'temperature', 'ventilation', 'urine-diverting dry toilet']", +18,28779,1,3,https://iwaponline.com/washdev/article/1/3/205/28779/Bridging-sanitation-engineering-and-planning,"Journal of Water, Sanitation & Hygiene for Development",Bridging sanitation engineering and planning: theory and practice in Burkina Faso,2011,FALSE,0,,[],4,Jennifer McConville,"CIT Urban Water Management AB, Årstaängsvägen 1A, SE-117 43 Stockholm, Sweden",Sweden,jennifer.mcconville@cit.chalmers.se,,Jennifer McConville,"CIT Urban Water Management AB, Årstaängsvägen 1A, SE-117 43 Stockholm, Sweden",Sweden,jennifer.mcconville@cit.chalmers.se,,FALSE,,,,"['planning theory', 'process', 'sanitation', 'service provision']", +19,28800,1,4,https://iwaponline.com/washdev/article/1/4/213/28800/Fluoride-removal-from-drinking-water-in-Senegal,"Journal of Water, Sanitation & Hygiene for Development",Fluoride removal from drinking water in Senegal: laboratory and pilot experimentation on bone char-based treatment,2011,FALSE,0,,[],3,Sabrina Sorlini,"Faculty of Engineering, University of Brescia, via Branze 43, 25123 Brescia, Italy",Italy,sabrina.sorlini@ing.unibs.it,,Sabrina Sorlini,"Faculty of Engineering, University of Brescia, via Branze 43, 25123 Brescia, Italy",Italy,sabrina.sorlini@ing.unibs.it,,FALSE,,,,"['animal bone char', 'defluoridation technique', 'drinking water', 'fluoride', 'Senegal']", +20,28801,1,4,https://iwaponline.com/washdev/article/1/4/224/28801/The-role-of-social-networks-on-the-uptake-of,"Journal of Water, Sanitation & Hygiene for Development",The role of social networks on the uptake of household water filters by women in self-help groups in rural India,2011,FALSE,0,,[],4,Victoria Trinies,"Department of Environmental Health Sciences, Mailman School of Public Health, Columbia University, New York, NY, USA",USA,,,Matthew C. Freeman,"Environmental Health Group, Faculty of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, London, UK",UK,mcfreem@emory.edu,,FALSE,,,,"['decision-making', 'HWTS', 'India', 'self-help groups', 'social network', 'water filter']", +21,28802,1,4,https://iwaponline.com/washdev/article/1/4/233/28802/Turbidity-tubes-for-drinking-water-quality,"Journal of Water, Sanitation & Hygiene for Development",Turbidity tubes for drinking water quality assessments,2011,FALSE,0,,[],2,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6",Canada G1V 0A6,caetanodorea@hotmail.com,,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6",Canada G1V 0A6,caetanodorea@hotmail.com,,FALSE,,,,"['aesthetics', 'transparency', 'tube', 'turbidity', 'visual extinction']", +22,28803,1,4,https://iwaponline.com/washdev/article/1/4/242/28803/A-comparative-assessment-of-institutional,"Journal of Water, Sanitation & Hygiene for Development",A comparative assessment of institutional frameworks for managing drinking water quality,2011,FALSE,0,,[],5,Zarah Rahman,"The Aquaya Institute, 1004B O'Reilly Avenue, San Francisco, CA 94129, USA",USA,zarah@aquaya.org,,Zarah Rahman,"The Aquaya Institute, 1004B O'Reilly Avenue, San Francisco, CA 94129, USA",USA,zarah@aquaya.org,,FALSE,,,,"['institutional arrangements', 'operational monitoring', 'surveillance', 'water quality', 'water quality testing']", +23,28804,1,4,https://iwaponline.com/washdev/article/1/4/259/28804/A-novel-community-based-water-recreation-area-for,"Journal of Water, Sanitation & Hygiene for Development",A novel community-based water recreation area for schistosomiasis control in rural Ghana,2011,FALSE,0,,[],6,Karen Claire Kosinski,"Community Health Program, Tufts University, 112 Packard Avenue, Medford, MA 02155, USA",USA,karen.kosinski@tufts.edu,,Karen Claire Kosinski,"Community Health Program, Tufts University, 112 Packard Avenue, Medford, MA 02155, USA",USA,karen.kosinski@tufts.edu,,FALSE,,,,"['primary prevention', 'public health engineering', 'recreation', 'Schistosoma haematobium', 'urogenital schistosomiasis', 'water']", +24,28805,1,4,https://iwaponline.com/washdev/article/1/4/269/28805/Confronting-culture-to-overcome-sector-failure,"Journal of Water, Sanitation & Hygiene for Development",Confronting culture to overcome sector failure: sanitation in Indonesia,2011,FALSE,0,,[],1,Wayne C. White,"Foresight Associates, Johns Creek, GA, USA",USA,wayne@waynecwhite.com,,Wayne C. White,"Foresight Associates, Johns Creek, GA, USA",USA,wayne@waynecwhite.com,,FALSE,,,,"['culture', 'Indonesia', 'sanitation', 'transformational development', 'values']", +25,28806,2,1,https://iwaponline.com/washdev/article/2/1/1/28806/Effect-of-first-flush-on-storage-reliability-yield,"Journal of Water, Sanitation & Hygiene for Development",Effect of first flush on storage-reliability-yield of rainwater harvesting,2012,FALSE,0,,[],2,Kelly C. Doyle,"Montgomery Associates: Resource Solutions, 119 South Main Street, Cottage Grove, WI 53527, USA",USA,,,Peter Shanahan,"Department of Civil and Environmental Engineering, Massachusetts Institute of Technology, 77 Massachusetts Avenue, Cambridge, MA 02139, USA",USA,peteshan@mit.edu,,FALSE,,,,"['first flush', 'rainwater harvesting', 'storage-reliability-yield', 'water supply']", +26,28807,2,1,https://iwaponline.com/washdev/article/2/1/10/28807/Development-of-residential-water-demand-model-for,"Journal of Water, Sanitation & Hygiene for Development","Development of residential water demand model for a densely populated area of Jaipur City, India",2012,FALSE,0,,[],3,Mahender Choudhary,"Department of Civil Engineering, Malaviya National Institute of Technology, Jaipur, India",India,mah_thory@yahoo.co.in,,Mahender Choudhary,"Department of Civil Engineering, Malaviya National Institute of Technology, Jaipur, India",India,mah_thory@yahoo.co.in,,FALSE,,,,"['asset score (AS)', 'econometric water demand model', 'ordinary least squared (OLS)', 'residential water use (RWU)']", +27,28808,2,1,https://iwaponline.com/washdev/article/2/1/20/28808/Assessing-sustainability-of-community-management,"Journal of Water, Sanitation & Hygiene for Development",Assessing sustainability of community management of rural water systems in the developing world,2012,FALSE,0,,[],2,Ryan W. Schweitzer,"Civil & Environmental Engineering, University of South Florida, 4202 East Fowler Ave, ENG 134 Tampa, FL 33620, USA",USA,rschweit@mail.usf.edu,,Ryan W. Schweitzer,"Civil & Environmental Engineering, University of South Florida, 4202 East Fowler Ave, ENG 134 Tampa, FL 33620, USA",USA,rschweit@mail.usf.edu,,FALSE,,,,"['community management', 'Millennium Development Goals', 'rural water supply', 'sustainability assessment']", +28,28809,2,1,https://iwaponline.com/washdev/article/2/1/31/28809/Development-and-testing-of-a-water-efficient,"Journal of Water, Sanitation & Hygiene for Development","Development and testing of a water-efficient laundry system in informal settlements of eThekwini municipality, South Africa",2012,FALSE,0,,[],7,S. Mathenjwa,"School of Chemical Engineering, University of KwaZulu-Natal, Howard College Campus, Durban, South Africa",South Africa,,,E. Roma,"Pollution Research Group, School of Chemical Engineering, University of KwaZulu-Natal, Howard College Campus, Durban, South Africa",South Africa,roma@ukzn.ac.za,,FALSE,,,,"['community water supply', 'countercurrent', 'washing efficiency', 'water conservation']", +29,28810,2,1,https://iwaponline.com/washdev/article/2/1/40/28810/The-participatory-process-in-environmental,"Journal of Water, Sanitation & Hygiene for Development",The participatory process in environmental sanitation issues: how does it reverberate in printed media?,2012,FALSE,0,,[],6,Silmara Machado Teixeira,"The Environment Secretariat, Belo Horizonte City Hall, Brazil",Brazil,,,Léo Heller,"Av. Antônio Carlos, 6627, ZIP code 31.270-901, Belo Horizonte, Brazil; Department of Sanitary and Environmental Engineering, Universidade Federal de Minas Gerais, Brazil",Brazil,heller@desa.ufmg.br,,FALSE,,,,"['conflict', 'environmental justice', 'participation', 'pollution', 'sanitation', 'water']", +30,28811,2,1,https://iwaponline.com/washdev/article/2/1/50/28811/Menstrual-hygiene-in-Ugandan-schools-an,"Journal of Water, Sanitation & Hygiene for Development",Menstrual hygiene in Ugandan schools: an investigation of low-cost sanitary pads,2012,FALSE,0,,[],2,Tracey Crofts,Freelance Consultant,Freelance Consultant,,,Julie Fisher,"Research Associate, Water, Engineering and Development Centre (WEDC), Loughborough University, Loughborough, UK",UK,j.fisher1@lboro.ac.uk,,FALSE,,,,"['girls', 'hygiene', 'menstruation', 'pads', 'sanitation', 'schools']", +31,30016,2,2,https://iwaponline.com/washdev/article/2/2/59/30016/Open-trickling-filter-an-innovative-cheap-and,"Journal of Water, Sanitation & Hygiene for Development","Open trickling filter: an innovative, cheap and simple form of post-treatment of sanitary effluents from anaerobic reactors in small communities",2012,FALSE,0,,[],2,P. C. Vieira,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627, Escola de Engenharia, Bloco 1, sala 4622, 31270–901 Belo Horizonte, Brazil",Brazil,,,M. von Sperling,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627, Escola de Engenharia, Bloco 1, sala 4622, 31270–901 Belo Horizonte, Brazil",Brazil,marcos@desa.ufmg.br,,FALSE,,,,"['construction cost', 'domestic sewage', 'open trickling filter', 'performance', 'UASB reactor']", +32,30017,2,2,https://iwaponline.com/washdev/article/2/2/68/30017/Sludge-removal-from-primary-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Sludge removal from primary wastewater stabilization ponds with excessive accumulation: a sustainable method for developing regions,2012,FALSE,0,,[],3,Stewart M. Oakley,"Department of Civil Engineering, California State University, Chico, California 95929-0930, USA",USA,soakley@csuchico.edu,,Stewart M. Oakley,"Department of Civil Engineering, California State University, Chico, California 95929-0930, USA",USA,soakley@csuchico.edu,,FALSE,,,,"['desludging stabilization ponds', 'sludge drying', 'sludge removal', 'sustainable sludge management', 'wastewater stabilization ponds']", +33,30018,2,2,https://iwaponline.com/washdev/article/2/2/79/30018/Impact-of-climate-and-bulking-materials-on,"Journal of Water, Sanitation & Hygiene for Development",Impact of climate and bulking materials on characteristics of compost from ecological toilets,2012,FALSE,0,,[],3,James W. McKinley,"Center for Water and Environmental Sanitation, Department of Science and Technology, University of San Simón, P.O. Box 5783, Cochabamba, Bolivia",Bolivia,jmckinley089@gmail.com,,James W. McKinley,"Center for Water and Environmental Sanitation, Department of Science and Technology, University of San Simón, P.O. Box 5783, Cochabamba, Bolivia",Bolivia,jmckinley089@gmail.com,,FALSE,,,,"['Ascaris', 'compost', 'ecological sanitation', 'urine-diversion dehydration toilet']", +34,30019,2,2,https://iwaponline.com/washdev/article/2/2/87/30019/Optimizing-the-solar-water-disinfection-SODIS,"Journal of Water, Sanitation & Hygiene for Development",Optimizing the solar water disinfection (SODIS) method by decreasing turbidity with NaCl,2012,FALSE,0,,[],2,Brittney Dawney,"Department of Civil Engineering, Queen's University, Kingston, ON, Canada",Canada,,,Joshua M. Pearce,"Department of Materials Science & Engineering and Department of Electrical & Computer Engineering, Michigan Technological University, Houghton, MI, USA",USA,pearce@mtu.edu,,FALSE,,,,"['drinking water', 'flocculation', 'sanitation', 'SODIS', 'sodium', 'turbidity']", +35,30020,2,2,https://iwaponline.com/washdev/article/2/2/95/30020/Potential-of-community-prepared-wooden-charcoal-of,"Journal of Water, Sanitation & Hygiene for Development",Potential of community prepared wooden charcoal of Assam (India) for As(III) removal through batch and continuous column studies,2012,FALSE,0,,[],2,Kamal Uddin Ahamad,"Department of Civil Engineering, Tezpur University, Napaam 784028, Assam, India",India,kahamad@tezu.ernet.in,,Kamal Uddin Ahamad,"Department of Civil Engineering, Tezpur University, Napaam 784028, Assam, India",India,kahamad@tezu.ernet.in,,FALSE,,,,"['adsorption', 'arsenic removal', 'batch studies', 'breakthrough analysis', 'continuous column studies', 'wooden charcoal']", +36,30013,2,2,https://iwaponline.com/washdev/article/2/2/103/30013/A-conceptual-framework-to-evaluate-the-outcomes,"Journal of Water, Sanitation & Hygiene for Development",A conceptual framework to evaluate the outcomes and impacts of water safety plans,2012,FALSE,0,,[],3,Richard J. Gelting,"Global Water, Sanitation and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA",GA,rgelting@cdc.gov,,Richard J. Gelting,"Global Water, Sanitation and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA",GA,rgelting@cdc.gov,,FALSE,,,,"['drinking water', 'evaluation', 'impacts', 'logic model', 'outcomes', 'Water Safety Plans']", +37,30014,2,2,https://iwaponline.com/washdev/article/2/2/112/30014/Water-resources-management-in-central-northern,"Journal of Water, Sanitation & Hygiene for Development",Water resources management in central northern Namibia using empirically grounded modelling,2012,FALSE,0,,[],1,M. Zimmermann,"Technische Universität Darmstadt, Department of Civil Engineering and Geodesy, Institute IWAR, Chair of Water Supply and Groundwater Protection, Petersenstr. 13, 64287 Darmstadt, Germany",Germany,m.zimmermann@iwar.tu-darmstadt.de,,M. Zimmermann,"Technische Universität Darmstadt, Department of Civil Engineering and Geodesy, Institute IWAR, Chair of Water Supply and Groundwater Protection, Petersenstr. 13, 64287 Darmstadt, Germany",Germany,m.zimmermann@iwar.tu-darmstadt.de,,FALSE,,,,"['empirically grounded modelling', 'grounded theory', 'integrated water resources management', 'northern Namibia', 'sustainability', 'systems analysis']", +38,30015,2,2,https://iwaponline.com/washdev/article/2/2/124/30015/Applying-the-Household-Centered-Environmental,"Journal of Water, Sanitation & Hygiene for Development",Applying the Household-Centered Environmental Sanitation planning approach: a case study from Nepal,2012,FALSE,0,,[],3,Mingma Gyalzen Sherpa,"Environmental Engineering and Management, Asian Institute of Technology, PO Box 4, Klong Laung Pathumthani 12120, Thailand",Thailand,ming_sherpa527@yahoo.co.uk,,Mingma Gyalzen Sherpa,"Environmental Engineering and Management, Asian Institute of Technology, PO Box 4, Klong Laung Pathumthani 12120, Thailand",Thailand,ming_sherpa527@yahoo.co.uk,,FALSE,,,,"['decentralized sanitation', 'environmental sanitation', 'HCES', 'participatory planning']", +39,30021,2,3,https://iwaponline.com/washdev/article/2/3/133/30021/Removal-of-cyanobacteria-by-slow-sand-filtration,"Journal of Water, Sanitation & Hygiene for Development",Removal of cyanobacteria by slow sand filtration for drinking water,2012,FALSE,0,,[],5,Silvano Porto Pereira,"Department of Hydraulic and Environmental Engineering, Federal University of Ceará, Campus do Pici, Bloco 713, Fortaleza, Brazil CEP 60451-970 and Water and Sewage Company of Ceará (CAGECE), Av. Dr. Lauro Vieira Chaves, 1030 Vila União, Fortaleza, Brazil CEP 60422-901",Brazil CEP 60422-901,silvanopereira@terra.com.br,,Silvano Porto Pereira,"Department of Hydraulic and Environmental Engineering, Federal University of Ceará, Campus do Pici, Bloco 713, Fortaleza, Brazil CEP 60451-970 and Water and Sewage Company of Ceará (CAGECE), Av. Dr. Lauro Vieira Chaves, 1030 Vila União, Fortaleza, Brazil CEP 60422-901",Brazil CEP 60422-901,silvanopereira@terra.com.br,,FALSE,,,,"['cyanobacteria', 'drinking water', 'pre-filtration', 'slow sand filtration']", +40,30022,2,3,https://iwaponline.com/washdev/article/2/3/146/30022/Cross-contamination-of-distributed-drinking-water,"Journal of Water, Sanitation & Hygiene for Development",Cross-contamination of distributed drinking water as the cause of waterborne outbreaks in Armenia 1992–2010,2012,FALSE,0,,[],4,Emma Anakhasyan,"Norwegian University of Life Sciences, 1432 ÅsNorway",1432 ÅsNorway,emmaanakhasyan@mail.ru,,Emma Anakhasyan,"Norwegian University of Life Sciences, 1432 ÅsNorway",1432 ÅsNorway,emmaanakhasyan@mail.ru,,FALSE,,,,"['delivery interruptions', 'microbial water contamination', 'water and sanitation', 'waterborne outbreaks', 'water distribution']", +41,30023,2,3,https://iwaponline.com/washdev/article/2/3/157/30023/User-perceptions-of-participatory-planning-in,"Journal of Water, Sanitation & Hygiene for Development",User perceptions of participatory planning in urban environmental sanitation,2012,FALSE,0,,[],2,Christoph Lüthi,"Department for Water and Sanitation in Developing Countries (SANDEC), Swiss Federal Institute of Aquatic Science and Technology, Eawag, P.O. Box 611, 8600 Dübendorf, Switzerland",Switzerland,christoph.luthi@eawag.ch,,Christoph Lüthi,"Department for Water and Sanitation in Developing Countries (SANDEC), Swiss Federal Institute of Aquatic Science and Technology, Eawag, P.O. Box 611, 8600 Dübendorf, Switzerland",Switzerland,christoph.luthi@eawag.ch,,FALSE,,,,"['community participation', 'environmental sanitation', 'social capital', 'user preferences']", +42,30024,2,3,https://iwaponline.com/washdev/article/2/3/168/30024/Water-meanings-sanitation-practices-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Water meanings, sanitation practices and hygiene behaviours in the cultural mirror: a perspective from Nigeria",2012,FALSE,0,,[],1,Emmanuel M. Akpabio,"Department of Geography & Regional Planning, Faculty of Social Sciences, University of Uyo, P. O. Box 4223, Uyo, Akwa Ibom State, Nigeria and Currently serving as AvH Fellow, Center for Development Research (ZEF), University of Bonn, Walter-Flex-Str.3, 53113 Bonn, Germany",Germany,emakpabio@yahoo.com,,Emmanuel M. Akpabio,"Department of Geography & Regional Planning, Faculty of Social Sciences, University of Uyo, P. O. Box 4223, Uyo, Akwa Ibom State, Nigeria and Currently serving as AvH Fellow, Center for Development Research (ZEF), University of Bonn, Walter-Flex-Str.3, 53113 Bonn, Germany",Germany,emakpabio@yahoo.com,,FALSE,,,,"['beliefs', 'culture', 'hygiene behaviours', 'Nigeria', 'sanitation practices', 'water']", +43,30025,2,3,https://iwaponline.com/washdev/article/2/3/182/30025/Assessment-of-social-acceptance-and-scope-of,"Journal of Water, Sanitation & Hygiene for Development",Assessment of social acceptance and scope of scaling up urine diversion dehydration toilets in Kenya,2012,FALSE,0,,[],5,S. M. N. Uddin,"Graduate School of Environmental Studies, Nagoya University, Nagoya 464-8601, Japan",Japan,nazimiwfmbuet@gmail.com,,S. M. N. Uddin,"Graduate School of Environmental Studies, Nagoya University, Nagoya 464-8601, Japan",Japan,nazimiwfmbuet@gmail.com,,FALSE,,,,"['participatory approaches', 'scaling up', 'social acceptance', 'urine diversion dehydration toilet (UDDT)']", +44,30026,2,3,https://iwaponline.com/washdev/article/2/3/190/30026/European-Union-support-for-sanitation-in-sub,"Journal of Water, Sanitation & Hygiene for Development",European Union support for sanitation in sub-Saharan Africa: aid flows and effectiveness,2012,FALSE,0,,[],4,A. Cotton,"WEDC, Loughborough University, Loughborough, LE11 3TU, UK",UK,a.p.cotton@lboro.ac.uk,,A. Cotton,"WEDC, Loughborough University, Loughborough, LE11 3TU, UK",UK,a.p.cotton@lboro.ac.uk,,FALSE,,,,"['aid effectiveness', 'donor support', 'financing', 'monitoring', 'policy', 'sanitation']", +45,30027,2,3,https://iwaponline.com/washdev/article/2/3/200/30027/A-practical-course-on-filter-assessment-for-water,"Journal of Water, Sanitation & Hygiene for Development",A practical course on filter assessment for water treatment plant operators,2012,FALSE,0,,[],2,S. J. van Staden,"Department of Civil Engineering Science, University of Johannesburg, PO Box 524, Auckland Park, 2006, South Africa",South Africa,samvs@uj.ac.za,,S. J. van Staden,"Department of Civil Engineering Science, University of Johannesburg, PO Box 524, Auckland Park, 2006, South Africa",South Africa,samvs@uj.ac.za,,FALSE,,,,"['filter assessment', 'filter course', 'skills development', 'technology transfer', 'treatment training']", +46,30028,2,3,https://iwaponline.com/washdev/article/2/3/205/30028/A-comprehensive-index-to-assess-the-sustainability,"Journal of Water, Sanitation & Hygiene for Development",A comprehensive index to assess the sustainability of water and sanitation management systems,2012,FALSE,0,,[],8,M. A. Iribarnegaray,"Research Institute on Non-Conventional Energy Sources (INENCO), National Agency for the Advancement of Science and Technology (ANPCyT), UNSa, Avda. Bolivia 5150, A4408FVY Salta, Argentina",Argentina,,,L. Seghezzo,"National Council of Scientific and Technical Research (CONICET) - INENCO - UNSa., Avda. Bolivia 5150, A4408FVY, Salta, Argentina",Argentina,Lucas.Seghezzo@wur.nl,,FALSE,,,,"['Argentina', 'management systems', 'Salta', 'sanitation', 'sustainability', 'water']", +47,29805,2,4,https://iwaponline.com/washdev/article/2/4/223/29805/Sachet-drinking-water-in-Ghana-s-Accra-Tema,"Journal of Water, Sanitation & Hygiene for Development","Sachet drinking water in Ghana's Accra-Tema metropolitan area: past, present, and future",2012,FALSE,0,,[],3,Justin Stoler,"Department of Geography and Regional Studies, University of Miami,1000 Memorial Drive, Coral Gables, FL 33124, USA",USA,stoler@miami.edu,,Justin Stoler,"Department of Geography and Regional Studies, University of Miami,1000 Memorial Drive, Coral Gables, FL 33124, USA",USA,stoler@miami.edu,,FALSE,,,,"['Africa', 'drinking water', 'Ghana', 'infrastructure', 'poverty', 'sachets']", +48,29806,2,4,https://iwaponline.com/washdev/article/2/4/241/29806/Rainwater-harvesting-in-rural-Trinidad-a-cross,"Journal of Water, Sanitation & Hygiene for Development","Rainwater harvesting in rural Trinidad; a cross sectional, observational study",2012,FALSE,0,,[],5,Jonathan M. E. Dean,"The Norwich School of Medicine, University of East Anglia, Norwich NR4 7TJ, UK",UK,,,Paul R. Hunter,"The Norwich School of Medicine, University of East Anglia, Norwich NR4 7TJ, UK",UK,Paul.Hunter@uea.ac.uk,,FALSE,,,,"['cross-sectional survey', 'drinking water', 'rainwater harvesting', 'risk perception']", +49,29807,2,4,https://iwaponline.com/washdev/article/2/4/250/29807/Microbiological-quality-of-chlorinated-water-after,"Journal of Water, Sanitation & Hygiene for Development",Microbiological quality of chlorinated water after storage in ceramic pots,2012,FALSE,0,,[],2,Clair Null,"Rollins School of Public Health, Emory University, 1518 Clifton Road Northeast, Atlanta, GA 30329, USA",USA,clair.null@emory.edu,,Clair Null,"Rollins School of Public Health, Emory University, 1518 Clifton Road Northeast, Atlanta, GA 30329, USA",USA,clair.null@emory.edu,,FALSE,,,,"['ceramic pots', 'chlorination', 'household water treatment', 'recontamination', 'safe storage']", +50,29808,2,4,https://iwaponline.com/washdev/article/2/4/254/29808/Evaluation-of-DEWATS-in-Java-Indonesia,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of DEWATS in Java, Indonesia",2012,FALSE,0,,[],3,S. M. Kerstens,"DHV B.V, Short-term Consultant to Urban Sanitation Development Program (USDP) Project, Jl. Pambaru 1 No. 1, Pejompongan, Jakarta, Indonesia",Indonesia,sjoerd.kerstens@dhv.com,,S. M. Kerstens,"DHV B.V, Short-term Consultant to Urban Sanitation Development Program (USDP) Project, Jl. Pambaru 1 No. 1, Pejompongan, Jakarta, Indonesia",Indonesia,sjoerd.kerstens@dhv.com,,FALSE,,,,"['DEWATS', 'financial', 'Indonesia', 'performance evaluation', 'sanitation', 'technical']", +51,29809,2,4,https://iwaponline.com/washdev/article/2/4/266/29809/Investigating-the-dynamic-interactions-between,"Journal of Water, Sanitation & Hygiene for Development","Investigating the dynamic interactions between supply and demand for rural sanitation, Malawi",2012,FALSE,0,,[],4,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",Western Australia 6150,ben_cole_h2o@mac.com,,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",Western Australia 6150,ben_cole_h2o@mac.com,,FALSE,,,,"['constraints', 'financing', 'motivators', 'sanitation', 'social marketing']", +52,29810,2,4,https://iwaponline.com/washdev/article/2/4/279/29810/Life-cycle-costs-approach-LCCA-for-sustainable,"Journal of Water, Sanitation & Hygiene for Development","Life-cycle costs approach (LCCA) for sustainable water service delivery: a study in rural Andhra Pradesh, India",2012,FALSE,0,,[],5,V. Ratna Reddy,"Livelihoods and Natural Resources Management Institute, 12-2-417/18 Saradanagar, Hyderabad-500067",Hyderabad-500067,vratnareddy@lnrmi.ac.in,,V. Ratna Reddy,"Livelihoods and Natural Resources Management Institute, 12-2-417/18 Saradanagar, Hyderabad-500067",Hyderabad-500067,vratnareddy@lnrmi.ac.in,,FALSE,,,,"['drinking water', 'financial analysis', 'India', 'life-cycle costs', 'rural Andhra Pradesh', 'sustainable service']", +53,29811,2,4,https://iwaponline.com/washdev/article/2/4/291/29811/SISAR-a-sustainable-management-model-for-small,"Journal of Water, Sanitation & Hygiene for Development",SISAR: a sustainable management model for small rural decentralized water and wastewater systems in developing countries,2012,FALSE,0,,[],1,Alejandro Meleg,"MACS Management & Consulting Services GmbH, Arnburgerstr. 64, 60385, Frankfurt/Main, Germany",Germany,alejandro.meleg@macsonline.de,,Alejandro Meleg,"MACS Management & Consulting Services GmbH, Arnburgerstr. 64, 60385, Frankfurt/Main, Germany",Germany,alejandro.meleg@macsonline.de,,FALSE,,,,"['community participation', 'regional rural sanitation model', 'self-administration and financially sustainable management']", +54,30031,3,1,https://iwaponline.com/washdev/article/3/1/1/30031/Evaluation-of-sanitation-and-wastewater-treatment,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of sanitation and wastewater treatment technologies: case studies from India,2013,FALSE,0,,[],5,M. Starkl,"Centre for Environmental Management and Decision Support (CEMDS) and University of Natural Resources and Life Sciences, Vienna, Austria",Austria,markus.starkl@boku.ac.at,,M. Starkl,"Centre for Environmental Management and Decision Support (CEMDS) and University of Natural Resources and Life Sciences, Vienna, Austria",Austria,markus.starkl@boku.ac.at,,FALSE,,,,"['biogas', 'DEWATS', 'ecosan', 'MSF (multiple stage filtration)', 'septic tank', 'SIBF (solid immobilized biofilter)']", +55,30032,3,1,https://iwaponline.com/washdev/article/3/1/12/30032/Coupling-ASM3-and-ADM1-for-wastewater-treatment,"Journal of Water, Sanitation & Hygiene for Development","Coupling ASM3 and ADM1 for wastewater treatment process optimisation and biogas production in a developing country: case-study Surat, India",2013,FALSE,0,,[],5,Carlos M. Lopez-Vazquez,"Environmental Engineering and Water Technology Department, UNESCO-IHE Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",The Netherlands,c.lopezvazquez@unesco-ihe.org,,Carlos M. Lopez-Vazquez,"Environmental Engineering and Water Technology Department, UNESCO-IHE Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",The Netherlands,c.lopezvazquez@unesco-ihe.org,,FALSE,,,,"['ADM1', 'ASM3', 'developing countries', 'modeling']", +56,30033,3,1,https://iwaponline.com/washdev/article/3/1/26/30033/Accelerating-uptake-of-household-latrines-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Accelerating uptake of household latrines in rural communities in the Volta region of Ghana,2013,FALSE,0,,[],5,Bernard Keraita,"International Water Management Institute (IWMI) Kumasi Office c/o KNUST, Kumasi, Ghana",Ghana,b.keraita@sund.ku.dk,,Bernard Keraita,"International Water Management Institute (IWMI) Kumasi Office c/o KNUST, Kumasi, Ghana",Ghana,b.keraita@sund.ku.dk,,FALSE,,,,"['adoption', 'barriers and motivating factors', 'Ghana', 'household latrines', 'rural communities']", +57,30034,3,1,https://iwaponline.com/washdev/article/3/1/35/30034/Water-quantity-auditing-of-a-Ghanaian-beverage,"Journal of Water, Sanitation & Hygiene for Development",Water quantity auditing of a Ghanaian beverage plant,2013,FALSE,0,,[],5,Emmanuel Okoh Agyemang,"Department of Energy Systems Engineering, Koforidua Polytechnic, P.O. Box KF981, Koforidua, Ghana",Ghana,doc.okohmet@yahoo.com,,Emmanuel Okoh Agyemang,"Department of Energy Systems Engineering, Koforidua Polytechnic, P.O. Box KF981, Koforidua, Ghana",Ghana,doc.okohmet@yahoo.com,,FALSE,,,,"['beverage', 'environment', 'resource', 'specific water consumption', 'stages']", +58,30035,3,1,https://iwaponline.com/washdev/article/3/1/42/30035/Manufacture-of-a-low-cost-ceramic-microporous,"Journal of Water, Sanitation & Hygiene for Development",Manufacture of a low-cost ceramic microporous filter for the elimination of microorganisms causing common diseases,2013,FALSE,0,,[],2,J. J. Simonis,"Department of Hydrology, University of Zululand, KwaDlangezwa, P Bag X1001, KwaDlangezwa, 3886, South Africa",South Africa,jsimonis@pan.uzulu.ac.za,,J. J. Simonis,"Department of Hydrology, University of Zululand, KwaDlangezwa, P Bag X1001, KwaDlangezwa, 3886, South Africa",South Africa,jsimonis@pan.uzulu.ac.za,,FALSE,,,,"['bacteria', 'ceramic filter', 'low cost', 'micro-porous', 'slip casting', 'water filtration']", +59,30036,3,1,https://iwaponline.com/washdev/article/3/1/51/30036/An-assessment-of-long-term-biosand-filter-use-and,"Journal of Water, Sanitation & Hygiene for Development","An assessment of long-term biosand filter use and sustainability in the Artibonite Valley near Deschapelles, Haiti",2013,FALSE,0,,[],4,Andrew J. Sisson,"Annis Water Resource Institute, Grand Valley State University, 740 W. Shoreline Dr. Muskegon, MI 49451",MI 49451,sissonaj@gmail.com,,Andrew J. Sisson,"Annis Water Resource Institute, Grand Valley State University, 740 W. Shoreline Dr. Muskegon, MI 49451",MI 49451,sissonaj@gmail.com,,FALSE,,,,"['biosand filtration', 'Haiti', 'point-of-use filtration', 'slow sand filtration', 'water']", +60,30037,3,1,https://iwaponline.com/washdev/article/3/1/61/30037/Access-monitoring-and-intervention-challenges-in,"Journal of Water, Sanitation & Hygiene for Development","Access, monitoring and intervention challenges in the provision of safe drinking water in rural Bihar, India",2013,FALSE,0,,[],1,Raghavachari Srikanth,"Bihar Technical Assistance Support Team, for Government of Bihar, 10, IAS Colony, Kiwaipuri, Patna, Bihar -800001, India",India,rsrikanth60@gmail.com,,Raghavachari Srikanth,"Bihar Technical Assistance Support Team, for Government of Bihar, 10, IAS Colony, Kiwaipuri, Patna, Bihar -800001, India",India,rsrikanth60@gmail.com,,FALSE,,,,"['access', 'arsenic', 'fluoride', 'rural Bihar', 'technological intervention', 'water quality monitoring']", +61,30038,3,1,https://iwaponline.com/washdev/article/3/1/70/30038/Water-Diaries-generate-intra-household-water-use,"Journal of Water, Sanitation & Hygiene for Development",Water Diaries: generate intra-household water use data – generate water use behaviour change,2013,FALSE,0,,[],1,K. Harriden,,,kate@newflowsresearch.com,,K. Harriden,,,kate@newflowsresearch.com,,FALSE,,,,"['behaviour change', 'household water use', 'participatory research', 'sensitisation', 'water diary', 'water use data generation', 'digitalwatercollection', 'digitalwaterdata']", +62,30039,3,1,https://iwaponline.com/washdev/article/3/1/81/30039/Assessment-of-knowledge-attitude-and-practice,"Journal of Water, Sanitation & Hygiene for Development","Assessment of knowledge, attitude and practice regarding water, sanitation and hygiene for people living with HIV/AIDS",2013,FALSE,0,,[],2,Hunachew Beyene,"Hawassa University, College of Medicine and Health Sciences, School of Public and Environmental Health, Ethiopia",Ethiopia,hunachew@gmail.com,,Hunachew Beyene,"Hawassa University, College of Medicine and Health Sciences, School of Public and Environmental Health, Ethiopia",Ethiopia,hunachew@gmail.com,,FALSE,,,,"['attitude', 'HIV/AIDS', 'knowledge', 'PLWHA', 'practice', 'WSH']", +63,30298,3,2,https://iwaponline.com/washdev/article/3/2/87/30298/Assessment-of-urine-diverting-dehydrating-toilets,"Journal of Water, Sanitation & Hygiene for Development",Assessment of urine diverting dehydrating toilets as a flood-resilient and affordable sanitation technology in the context of Bangladesh,2013,FALSE,0,,[],3,Saif Mohammad Uddin,"Sub-Divisional Engineer, Bangladesh Water Development Board, 72 Green Road, Dhaka, Bangladesh",Bangladesh,m.ronteltap@unesco-ihe.org,,Saif Mohammad Uddin,"Sub-Divisional Engineer, Bangladesh Water Development Board, 72 Green Road, Dhaka, Bangladesh",Bangladesh,m.ronteltap@unesco-ihe.org,,FALSE,,,,"['affordability', 'flood resilient sanitation', 'low cost', 'raised latrine', 'UDDT']", +64,30300,3,2,https://iwaponline.com/washdev/article/3/2/96/30300/Households-access-and-use-of-water-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Households' access and use of water and sanitation facilities in poor urban areas of Kampala, Uganda",2013,FALSE,0,,[],2,Innocent Kamara Tumwebaze,"University of Zurich, Department of Psychology, Zurich, Switzerland",Switzerland,kamara.innocent@gmail.com,,Innocent Kamara Tumwebaze,"University of Zurich, Department of Psychology, Zurich, Switzerland",Switzerland,kamara.innocent@gmail.com,,FALSE,,,,"['informal settlements', 'Kampala', 'Uganda', 'urban sanitation', 'water sources']", +65,30280,3,2,https://iwaponline.com/washdev/article/3/2/106/30280/Slow-sand-filtration-pre-treatment-with-alum-is,"Journal of Water, Sanitation & Hygiene for Development","Slow sand filtration pre-treatment with alum is efficient, but is it effective?",2013,FALSE,0,,[],1,C. C. Dorea,"Département génie civil et génie des eaux, Université Laval, Quebec, QC, Canada G1V 0A6",Canada G1V 0A6,caetano.dorea@gci.ulaval.ca,,C. C. Dorea,"Département génie civil et génie des eaux, Université Laval, Quebec, QC, Canada G1V 0A6",Canada G1V 0A6,caetano.dorea@gci.ulaval.ca,,FALSE,,,,"['alum coagulation', 'filtration', 'gravel', 'pre-treatment', 'roughing', 'slow sand']", +66,30281,3,2,https://iwaponline.com/washdev/article/3/2/112/30281/Extension-of-Moringa-oleifera-seed-aqueous-extract,"Journal of Water, Sanitation & Hygiene for Development",Extension of Moringa oleifera seed aqueous extract shelf life using trona as a preservative,2013,FALSE,0,,[],6,S. B. Saulawa,"Department of Water Resources and Environmental Engineering, Ahmadu Bello University, Zaria-Nigeria",Zaria-Nigeria,basaule@gmail.com,,S. B. Saulawa,"Department of Water Resources and Environmental Engineering, Ahmadu Bello University, Zaria-Nigeria",Zaria-Nigeria,basaule@gmail.com,,FALSE,,,,"['deterioration', 'Moringa oleifera seed extract', 'preservative', 'stability', 'trona']", +67,30282,3,2,https://iwaponline.com/washdev/article/3/2/122/30282/Does-sense-of-ownership-matter-for-rural-water,"Journal of Water, Sanitation & Hygiene for Development",Does sense of ownership matter for rural water system sustainability? Evidence from Kenya,2013,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/2/10.2166_washdev.2013.098/4/098.pdf?Expires=1706027012&Signature=A3DWE1IaaLvYBo2kKp5ET~W53itDPN5p0xfJd302B8zWnY9Xs7eiFRKof~TQ2RwyCWprEvgAiPVKb85yGtYIiTPvfUnjMUVBGEjodio-gIAC0ZPUDDVwjCp7mW8dsvJPubP9SbYidnElPLcOCyqJefb1POMOgz5Ywt0w4CAhhGrM~WoBniC1n0kXLD8K8lBHsZIgaCsQ4ZRVvcZYwLd2YzfJ7L~Yzo8C~WsW0FZ8vUCQOyVgiX-NZoiTyZo8DJQ-1cSB4NgHDYa6IKPICzxH5cYSReiNbr68~VhTLbrYj3g01kIaYA-yNKarisL5-rCRKJmCX9Cc5b4obKGC1n5ptw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Sara J. Marks,"Dept. of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",USA,,,Jennifer Davis,"Dept. of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",USA,jennadavis@stanford.edu,,FALSE,,,,"['Kenya', 'rural water supply', 'sense of ownership', 'sustainability', 'sub-Saharan Africa', 'water committee']", +68,30283,3,2,https://iwaponline.com/washdev/article/3/2/134/30283/Risk-factor-analysis-of-diarrhoeal-disease,"Journal of Water, Sanitation & Hygiene for Development","Risk factor analysis of diarrhoeal disease incidence in faecal sludge-applying farmers’ households in Tamale, Ghana",2013,FALSE,0,,[],4,Razak Seidu,"Department of Mathematical Sciences and Technology, Norwegian University of Life Sciences, Postboks 5003, N-1432 Ås, Norway",Norway,razaks@umb.no,,Razak Seidu,"Department of Mathematical Sciences and Technology, Norwegian University of Life Sciences, Postboks 5003, N-1432 Ås, Norway",Norway,razaks@umb.no,,FALSE,,,,"['diarrhoea', 'faecal sludge application', 'mediation', 'risk factors', 'Tamale Metropolitan Area']", +69,30284,3,2,https://iwaponline.com/washdev/article/3/2/144/30284/Creating-a-culture-of-health-hygiene-behaviour,"Journal of Water, Sanitation & Hygiene for Development",Creating a culture of health: hygiene behaviour change in community health clubs through knowledge and positive peer pressure,2013,FALSE,0,,[],2,Juliet Anne Waterkeyn,"Africa AHEAD, 95 Dorries Drive, Simons Town, Cape Town, Western Cape 7075, South Africa",South Africa,juliet@africaahead.com,,Juliet Anne Waterkeyn,"Africa AHEAD, 95 Dorries Drive, Simons Town, Cape Town, Western Cape 7075, South Africa",South Africa,juliet@africaahead.com,,FALSE,,,,"['Africa', 'community health club', 'hygiene behaviour change', 'knowledge', 'women']", +70,30285,3,2,https://iwaponline.com/washdev/article/3/2/156/30285/The-sustainability-of-urban-water-supply-in-low,"Journal of Water, Sanitation & Hygiene for Development",The sustainability of urban water supply in low income countries: a livelihoods model,2013,FALSE,0,,[],3,Wijanto Hadipuro,"Soegijapranata Catholic University, Jl. Pawiyatan Luhur IV/1 Semarang, Indonesia",Indonesia,hadipuro@yahoo.com,,Wijanto Hadipuro,"Soegijapranata Catholic University, Jl. Pawiyatan Luhur IV/1 Semarang, Indonesia",Indonesia,hadipuro@yahoo.com,,FALSE,,,,"['livelihoods', 'sustainability', 'urban', 'water supply']", +71,30286,3,2,https://iwaponline.com/washdev/article/3/2/165/30286/Willingness-to-pay-for-sanitation-services-in,"Journal of Water, Sanitation & Hygiene for Development","Willingness to pay for sanitation services in Dagupan City, Philippines",2013,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/2/10.2166_washdev.2013.064/4/064.pdf?Expires=1706027022&Signature=lu1s7mUnKl2AkgGd-ZqBg5uDqFSML0TVWiAEXaJeZ~ua4bzYKwSfdIqtBmnn9LN2f5QDV0SZowEzuD0OdXzrJonjMYFEKO3QBuL2VHHjuvYGi-aKrZ7w~BtFeootaG1Y4awrDDFZkMAVkzp6ndSekkPwh0MzZbYKr~bOJxL9tKZS2avSdTV0k7bFOtijsrsK7txQyI4TgU7R06~3CIAcUDuHGUYJnb2J3sgmxRrVGzf0O-mL36Wmi8hW~YU5S7leZla-SSmIQSnUFrADLjVnoh8NIQqgaPxF1N1aitKp~DQBhWJhVKlgErjxsDRxRHJh4DcsOvfK1chV-ENFVfJJYA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,D. S. Harder,"Resources Environment and Economic Center for Studies (REECS), Quezon City, Philippines",Philippines,dieldre@yahoo.com,,D. S. Harder,"Resources Environment and Economic Center for Studies (REECS), Quezon City, Philippines",Philippines,dieldre@yahoo.com,,FALSE,,,,"['sanitation', 'septage', 'sewerage', 'willingness to pay (WTP)']", +72,30287,3,2,https://iwaponline.com/washdev/article/3/2/181/30287/Pathogen-and-indicator-inactivation-in-source,"Journal of Water, Sanitation & Hygiene for Development",Pathogen and indicator inactivation in source-separated human urine heated by the sun,2013,FALSE,0,,[],4,Annika Nordin,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Box 7032, SE-750 07, Uppsala, Sweden",Sweden,,,Björn Vinnerås,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Box 7032, SE-750 07, Uppsala, Sweden",Sweden,bjorn.vinneras@slu.se,,FALSE,,,,"['inactivation', 'pathogen', 'sanitisation', 'source-separation', 'temperature', 'urine']", +73,30288,3,2,https://iwaponline.com/washdev/article/3/2/189/30288/In-home-performance-and-variability-of-biosand,"Journal of Water, Sanitation & Hygiene for Development",In-home performance and variability of biosand filters treating turbid surface and rain water in rural Kenya,2013,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/2/10.2166_washdev.2013.050/4/050.pdf?Expires=1706027029&Signature=dhVM4WUDd0ogmCOCli83Tv0NWPeIZKwdF7JQxVOC95onwOc-yDkwbmP6-Ei0i6WHGwJ0lCR448zNGUUP4TCKGDjFIYrOr9IWsBSrAfDSJAWlcK44TIRY-HyuY~aLacLtiyt4DwIcce-BJJCog6ICR6DV94on6OPSyHzmTiAA3UMDNjvPrIdHmfkFQsnJ0fGnpZtynzkxb-abf2yE7VAVnEpqXbHYZ7lPTllRcneM~pDd57Dwa~fIPnn478mL-VKpkehctrVAL5GfebGiDVx0wDf-hX2jGooNGnTvL5QAM9AKO8hjr0rYVZ~zYVVHUqh70Ph22pELhEjDAEUzTQNkhg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Erica R. McKenzie,"Department of Civil & Environmental Engineering, University of California Davis, One Shields Ave, Davis, CA 95616, USA",USA,,,Marion W. Jenkins,"Department of Civil & Environmental Engineering, University of California Davis, One Shields Ave, Davis, CA 95616, USA",USA,mwjenkins@ucdavis.edu,,FALSE,,,,"['aqueous chemistry', 'bacteria removal', 'fecal coliform', 'household water treatment', 'multivariate modeling', 'point-of-use', 'socio-economic status', 'turbidity', 'water hardness']", +74,30289,3,2,https://iwaponline.com/washdev/article/3/2/199/30289/Use-of-volcanic-ash-and-its-impact-on-algae,"Journal of Water, Sanitation & Hygiene for Development",Use of volcanic ash and its impact on algae proliferation in drinking water filtration,2013,FALSE,0,,[],3,Kalibbala Herbert Mpagi,"Department of Civil & Environmental Engineering, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,hkalibbala@tech.mak.ac.ug,,Kalibbala Herbert Mpagi,"Department of Civil & Environmental Engineering, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,hkalibbala@tech.mak.ac.ug,,FALSE,,,,"['algae', 'drinking water', 'filtration', 'intact cells', 'pre-treatment', 'volcanic ash']", +75,30290,3,2,https://iwaponline.com/washdev/article/3/2/207/30290/Assessing-reported-use-and-microbiological,"Journal of Water, Sanitation & Hygiene for Development",Assessing reported use and microbiological performance of a point-of-use household water filter in rural Fiji,2013,FALSE,0,,[],7,Jeremy Kohlitz,"Applied Geoscience and Technology Division (SOPAC) of the Secretariat of the Pacific Community (SPC), Private Mailbag, Suva, Fiji Islands",Fiji Islands,jkohlitz@yahoo.com,,Jeremy Kohlitz,"Applied Geoscience and Technology Division (SOPAC) of the Secretariat of the Pacific Community (SPC), Private Mailbag, Suva, Fiji Islands",Fiji Islands,jkohlitz@yahoo.com,,FALSE,,,,"['drinking water', 'Fiji', 'hydrogen sulphide test', 'point-of-use', 'sustainability', 'water filter']", +76,30291,3,2,https://iwaponline.com/washdev/article/3/2/216/30291/Integrated-faecal-sludge-management-scheme-for-the,"Journal of Water, Sanitation & Hygiene for Development",Integrated faecal sludge management scheme for the cities of Burkina Faso,2013,FALSE,0,,[],5,M. Bassan,"Eawag (Swiss Federal Institute of Aquatic Science & Technology), Sandec (Department of Water & Sanitation in Developing Countries), P.O. Box 611, CH-8600 Dübendorf, Switzerland",Switzerland,magalie.bassan@eawag.ch,,M. Bassan,"Eawag (Swiss Federal Institute of Aquatic Science & Technology), Sandec (Department of Water & Sanitation in Developing Countries), P.O. Box 611, CH-8600 Dübendorf, Switzerland",Switzerland,magalie.bassan@eawag.ch,,FALSE,,,,"['Burkina Faso', 'faecal sludge', 'institutional setup', 'treatment plant']", +77,30292,3,2,https://iwaponline.com/washdev/article/3/2/222/30292/Engineering-in-the-time-of-cholera-overcoming,"Journal of Water, Sanitation & Hygiene for Development",Engineering in the time of cholera: overcoming institutional and political challenges to rebuild Zimbabwe's water and sanitation infrastructure in the aftermath of the 2008 cholera epidemic,2013,FALSE,0,,[],4,Clarissa Brocklehurst,Consultant in Water and Sanitation,Consultant in Water and Sanitation,clarissa.brocklehurst@gmail.com,,Clarissa Brocklehurst,Consultant in Water and Sanitation,Consultant in Water and Sanitation,clarissa.brocklehurst@gmail.com,,FALSE,,,,"['water', 'sanitation', 'hygiene', 'cholera', 'urban infrastructure', 'emergency', 'humanitarian aid', 'rehabilitation', 'policy']", +78,30293,3,2,https://iwaponline.com/washdev/article/3/2/230/30293/Challenges-facing-sanitation-provision,"Journal of Water, Sanitation & Hygiene for Development",Challenges facing sanitation-provision partnerships for informal settlements: a South African case study,2013,FALSE,0,,[],5,L. Taing,"Department of Social Anthropology, University of Cape Town, South Africa",South Africa,,,N. P. Armitage,"Department of Civil Engineering, University of Cape Town, South Africa",South Africa,neil.armitage@uct.ac.za,,FALSE,,,,"['informal settlements', 'partnerships', 'sanitation', 'settled sewerage', 'South Africa']", +79,30294,3,2,https://iwaponline.com/washdev/article/3/2/240/30294/Sanitation-coverage-in-Bangladesh-since-the,"Journal of Water, Sanitation & Hygiene for Development",Sanitation coverage in Bangladesh since the millennium: consistency matters,2013,FALSE,0,,[],5,Y. Zheng,"Water and Environmental Sanitation Section, UNICEF Bangladesh, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,yan.zheng@qc.cuny.edu,,Y. Zheng,"Water and Environmental Sanitation Section, UNICEF Bangladesh, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,yan.zheng@qc.cuny.edu,,FALSE,,,,"['Bangladesh', 'demographic and health survey', 'multiple indicator cluster survey', 'population density', 'sanitation', 'wealth']", +80,30295,3,2,https://iwaponline.com/washdev/article/3/2/252/30295/Current-practices-in-manufacturing-locally-made,"Journal of Water, Sanitation & Hygiene for Development",Current practices in manufacturing locally-made ceramic pot filters for water treatment in developing countries,2013,FALSE,0,,[],3,Justine Rayner,"2315 9th Ave, Apt 6, Oakland, CA 94606, USA",USA,jsrayners@yahoo.com,,Justine Rayner,"2315 9th Ave, Apt 6, Oakland, CA 94606, USA",USA,jsrayners@yahoo.com,,FALSE,,,,"['ceramics manufacturing', 'ceramic water filter', 'drinking water quality', 'household water treatment and safe storage', 'point of use water treatment', 'Potters for Peace pot filter']", +81,30296,3,2,https://iwaponline.com/washdev/article/3/2/262/30296/Sustainability-assessment-of-sanitation-options-in,"Journal of Water, Sanitation & Hygiene for Development",Sustainability assessment of sanitation options in Vietnam: planning with the future in mind,2013,FALSE,0,,[],5,J. Willetts,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,Juliet.Willetts@uts.edu.au,,J. Willetts,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,Juliet.Willetts@uts.edu.au,,FALSE,,,,"['planning', 'sanitation services', 'sustainability assessment']", +82,30297,3,2,https://iwaponline.com/washdev/article/3/2/269/30297/A-new-approach-to-measure-sanitation-performance,"Journal of Water, Sanitation & Hygiene for Development",A new approach to measure sanitation performance,2013,FALSE,0,,[],2,I. P. P. Gunawardana,"Postgraduate Institute of Agriculture, University of Peradeniya, Sri Lanka",Sri Lanka,ippgunawardana@gmail.com,,I. P. P. Gunawardana,"Postgraduate Institute of Agriculture, University of Peradeniya, Sri Lanka",Sri Lanka,ippgunawardana@gmail.com,,FALSE,,,,"['hygiene', 'latrine', 'sanitation index', 'sanitation ladder', 'treatment and disposal']", +83,30301,3,3,https://iwaponline.com/washdev/article/3/3/283/30301/Girls-and-women-s-unmet-needs-for-menstrual,"Journal of Water, Sanitation & Hygiene for Development",Girls' and women's unmet needs for menstrual hygiene management (MHM): the interactions between MHM and sanitation systems in low-income countries,2013,FALSE,0,,[],3,Marni Sommer,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 540, New York, New York 10032, USA",USA,ms2778@columbia.edu,,Marni Sommer,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 540, New York, New York 10032, USA",USA,ms2778@columbia.edu,,FALSE,,,,"['hygiene', 'low-income countries', 'menstrual beliefs', 'menstruation', 'sanitation']", +84,30302,3,3,https://iwaponline.com/washdev/article/3/3/298/30302/Sanitation-in-developing-countries-a-review,"Journal of Water, Sanitation & Hygiene for Development",Sanitation in developing countries: a review through a gender lens,2013,FALSE,0,,[],3,E. Tilley,"NADEL: Centre for Development and Cooperation, Voltastrasse 24, 8092 Zürich, Switzerland formerly at: Water & Sanitation in Developing Countries (Sandec), Swiss Federal Institute of Aquatic Science & Technology (Eawag), Ueberlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,elizabeth.tilley@nadel.ethz.ch,,E. Tilley,"NADEL: Centre for Development and Cooperation, Voltastrasse 24, 8092 Zürich, Switzerland formerly at: Water & Sanitation in Developing Countries (Sandec), Swiss Federal Institute of Aquatic Science & Technology (Eawag), Ueberlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,elizabeth.tilley@nadel.ethz.ch,,FALSE,,,,"['appropriate technology', 'development', 'gender', 'menstrual hygiene management (MHM)', 'sanitation']", +85,30303,3,3,https://iwaponline.com/washdev/article/3/3/315/30303/Using-covenants-in-loan-agreements-to-promote,"Journal of Water, Sanitation & Hygiene for Development",Using covenants in loan agreements to promote tariff reform,2013,FALSE,0,,[],1,Michael Fortin,"M. Fortin Associates, 207 Speedvale Avenue East, Guelph Ontario, Canada N1E 1M6",Canada N1E 1M6,mfortin@sentex.net,,Michael Fortin,"M. Fortin Associates, 207 Speedvale Avenue East, Guelph Ontario, Canada N1E 1M6",Canada N1E 1M6,mfortin@sentex.net,,FALSE,,,,"['infrastructure', 'loan covenant', 'regulation', 'sanitation', 'tariff', 'water supply']", +86,30304,3,3,https://iwaponline.com/washdev/article/3/3/322/30304/Evaluation-of-user-satisfaction-of-rural-water,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of user satisfaction of rural water supply in Yemen,2013,FALSE,0,,[],2,Ahmed M. Alderwish,"Department of Earth and Environmental Sciences, Sana'a University, PO Box 1247, Sana'a, Yemen",Yemen,ahmedalderwish@gmail.com,,Ahmed M. Alderwish,"Department of Earth and Environmental Sciences, Sana'a University, PO Box 1247, Sana'a, Yemen",Yemen,ahmedalderwish@gmail.com,,FALSE,,,,"['rural', 'survey', 'user satisfaction', 'water supply', 'Yemen']", +87,30305,3,3,https://iwaponline.com/washdev/article/3/3/330/30305/ANN-versus-SARIMA-models-in-forecasting,"Journal of Water, Sanitation & Hygiene for Development",ANN versus SARIMA models in forecasting residential water consumption in Tunisia,2013,FALSE,0,,[],1,Maamar Sebri,"Faculty of Economic Sciences and Management of Sousse, University of Sousse, Tunisia",Tunisia,maamar.sebri@gmail.com,,Maamar Sebri,"Faculty of Economic Sciences and Management of Sousse, University of Sousse, Tunisia",Tunisia,maamar.sebri@gmail.com,,FALSE,,,,"['artificial neural networks', 'residential water demand', 'SARIMA', 'time-series forecasting', 'Tunisia']", +88,30306,3,3,https://iwaponline.com/washdev/article/3/3/341/30306/Use-of-Certeza-point-of-use-water-treatment,"Journal of Water, Sanitation & Hygiene for Development",Use of Certeza point-of-use water treatment product in Mozambique,2013,FALSE,0,,[],2,Jennifer Wheeler,"711 Sixth Street, New Orleans, LA 70115, USA",USA,,,Sohail Agha,"Tulane University, Department of Global Health Systems and Development, 1440 Canal Street, Suite 2200, New Orleans, LA 70112, USA",USA,sohailagha@gmail.com,,FALSE,,,,"['behavior change interventions', 'point-of-use water treatment', 'sodium hypochlorite']", +89,30307,3,3,https://iwaponline.com/washdev/article/3/3/349/30307/Community-based-quality-management-of-non-piped,"Journal of Water, Sanitation & Hygiene for Development",Community-based quality management of non-piped drinking water sources in Koboko and Yumbe,2013,FALSE,0,,[],3,T. Gerlach,"Reform of the Urban Water and Sanitation Sector Programme (RUWASS), Kampala, Uganda",Uganda,,,A. K. Mayr,"Reform of the Urban Water and Sanitation Sector Programme (RUWASS), Kampala, Uganda",Uganda,annakristina.mayr@giz.de,,FALSE,,,,"['capacity development', 'non-piped drinking water supply', 'quick test methods', 'risk management', 'stakeholder involvement', 'water quality monitoring']", +90,30308,3,3,https://iwaponline.com/washdev/article/3/3/355/30308/The-impact-of-loading-frequency-and-copper-as-a,"Journal of Water, Sanitation & Hygiene for Development",The impact of loading frequency and copper as a biocide on biosand filter performance,2013,FALSE,0,,[],2,Elizabeth M. Hyde,"Mercer University School of Engineering, 1400 Coleman Ave., Macon, Georgia, 478-301-2552",478-301-2552,,,Laura W. Lackey,"Mercer University School of Engineering, 1400 Coleman Ave., Macon, Georgia, 478-301-2552",478-301-2552,Lackey_l@mercer.edu,,FALSE,,,,"['appropriate technology', 'biological sand filter', 'loading frequency', 'metallic biocide', 'point-of-use filtration']", +91,30309,3,3,https://iwaponline.com/washdev/article/3/3/365/30309/Determination-of-capital-costs-for-conventional,"Journal of Water, Sanitation & Hygiene for Development","Determination of capital costs for conventional sewerage systems (collection, transportation and treatment) in a developing country",2013,FALSE,0,,[],2,Marcos von Sperling,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 - sala 4622, 31270-901, Belo Horizonte, Brazil",Brazil,marcos@desa.ufmg.br,,Marcos von Sperling,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 - sala 4622, 31270-901, Belo Horizonte, Brazil",Brazil,marcos@desa.ufmg.br,,FALSE,,,,"['capital costs', 'construction', 'sewerage system', 'wastewater treatment']", +92,30311,3,3,https://iwaponline.com/washdev/article/3/3/375/30311/Characterisation-and-fluidisation-of-synthetic-pit,"Journal of Water, Sanitation & Hygiene for Development",Characterisation and fluidisation of synthetic pit latrine sludge,2013,FALSE,0,,[],2,J. T. Radford,"Mott MacDonald Ltd., Cambridge, UK",UK,,,R. A. Fenner,"Centre for Sustainable Development, Department of Engineering, Cambridge University, Cambridge, UK",UK,raf37@cam.ac.uk,,FALSE,,,,"['developing countries', 'faecal sludge', 'pit latrine', 'sanitation', 'urban slums']", +93,30313,3,3,https://iwaponline.com/washdev/article/3/3/383/30313/Energy-production-and-sanitation-improvement-using,"Journal of Water, Sanitation & Hygiene for Development",Energy production and sanitation improvement using microbial fuel cells,2013,FALSE,0,,[],4,I. Ieropoulos,"Bristol Robotics Laboratory, University of the West of England and University of Bristol, T-Building, Frenchay Campus, Coldharbour Lane, BS16 1QY, UK",UK,ioannis.ieropoulos@brl.ac.uk,,I. Ieropoulos,"Bristol Robotics Laboratory, University of the West of England and University of Bristol, T-Building, Frenchay Campus, Coldharbour Lane, BS16 1QY, UK",UK,ioannis.ieropoulos@brl.ac.uk,,FALSE,,,,"['microbial fuel cells', 'practical application', 'sanitation', 'urine', 'waste utilisation']", +94,30315,3,3,https://iwaponline.com/washdev/article/3/3/392/30315/Water-safety-planning-adapting-the-existing,"Journal of Water, Sanitation & Hygiene for Development",Water safety planning: adapting the existing approach to community-managed systems in rural Nepal,2013,FALSE,0,,[],3,Dani Barrington,"Nepal Water for Health, Lohasal, Kathmandu",Kathmandu,dani.barrington@gmail.com,,Dani Barrington,"Nepal Water for Health, Lohasal, Kathmandu",Kathmandu,dani.barrington@gmail.com,,FALSE,,,,"['community', 'Nepal', 'rural', 'WASH', 'Water Safety Plan', 'WSP']", +95,30317,3,3,https://iwaponline.com/washdev/article/3/3/402/30317/Effective-water-safety-management-of-piped-water,"Journal of Water, Sanitation & Hygiene for Development",Effective water safety management of piped water networks in low-income urban settlements,2013,FALSE,0,,[],1,Sam Kayaga,"Senior Lecturer/Programme Manager, Water, Engineering and Development Centre (WEDC), School of Civil and Building Engineering, Loughborough University, Leicestershire LE11 3TU, UK",UK,s.m.kayaga@lboro.ac.uk,,Sam Kayaga,"Senior Lecturer/Programme Manager, Water, Engineering and Development Centre (WEDC), School of Civil and Building Engineering, Loughborough University, Leicestershire LE11 3TU, UK",UK,s.m.kayaga@lboro.ac.uk,,FALSE,,,,"['community participation', 'low-income urban settlements', 'operation and maintenance', 'piped water supply system', 'water safety management']", +96,30319,3,3,https://iwaponline.com/washdev/article/3/3/411/30319/Identifying-pathways-to-continued-maintenance-of,"Journal of Water, Sanitation & Hygiene for Development",Identifying pathways to continued maintenance of school sanitation in Belize,2013,FALSE,0,,[],3,Christie Chatterley,"Department of Civil, Environmental and Architectural Engineering, University of Colorado at Boulder, ECOT 441, UCB 428, Boulder, CO 80309-0428, U.S.A",U.S.A,christie.chatterley@gmail.com,,Christie Chatterley,"Department of Civil, Environmental and Architectural Engineering, University of Colorado at Boulder, ECOT 441, UCB 428, Boulder, CO 80309-0428, U.S.A",U.S.A,christie.chatterley@gmail.com,,FALSE,,,,"['Latin America', 'participation', 'qualitative comparative analysis', 'sanitation and hygiene', 'school sanitation', 'sustainability']", +97,30321,3,3,https://iwaponline.com/washdev/article/3/3/423/30321/Evolution-of-contract-structures-in-water-supply,"Journal of Water, Sanitation & Hygiene for Development",Evolution of contract structures in water supply and sanitation,2013,FALSE,0,,[],3,Didier Carron,"President of Pöyry SAS, 55 rue de la Villette, 69425 Lyon Cedex 03, France",France,didier.carron@poyry.com,,Didier Carron,"President of Pöyry SAS, 55 rue de la Villette, 69425 Lyon Cedex 03, France",France,didier.carron@poyry.com,,FALSE,,,,"['affermage', 'delegated management', 'lease contract', 'private sector', 'public-private partnerships (PPPs)', 'sanitation', 'water supply']", +98,30322,3,3,https://iwaponline.com/washdev/article/3/3/432/30322/A-qualitative-study-of-access-to-sanitation,"Journal of Water, Sanitation & Hygiene for Development","A qualitative study of access to sanitation amongst low-income working women in Bangalore, India",2013,FALSE,0,,[],3,Divya Rajaraman,"Division of Epidemiology, St John's Research Institute, St John's National Academy of Health Sciences, Bangalore 560034",Bangalore 560034,Divya.rajaraman@sjri.res.in,,Divya Rajaraman,"Division of Epidemiology, St John's Research Institute, St John's National Academy of Health Sciences, Bangalore 560034",Bangalore 560034,Divya.rajaraman@sjri.res.in,,FALSE,,,,"['India', 'low-income women', 'sanitation', 'working conditions']", +99,30324,3,3,https://iwaponline.com/washdev/article/3/3/441/30324/Reporting-aid-flows-for-water-supply-and,"Journal of Water, Sanitation & Hygiene for Development",Reporting aid flows for water supply and sanitation: official development assistance,2013,FALSE,0,,[],1,A. Cotton,"WEDC, Loughborough University, Loughborough LE11 3TU, UK",UK,a.p.cotton@lboro.ac.uk,,A. Cotton,"WEDC, Loughborough University, Loughborough LE11 3TU, UK",UK,a.p.cotton@lboro.ac.uk,,FALSE,,,,"['basic systems', 'large systems', 'monitoring', 'official development assistance', 'sanitation', 'water']", +100,30326,3,3,https://iwaponline.com/washdev/article/3/3/451/30326/Social-franchising-principles-do-work-the-business,"Journal of Water, Sanitation & Hygiene for Development",Social franchising principles do work: the business approach to removal and disposal of faecal sludge – from pilot to scale,2013,FALSE,0,,[],4,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,,FALSE,,,,"['microenterprises', 'sanitation', 'schools', 'social franchising partnerships', 'South Africa']", +101,30328,3,3,https://iwaponline.com/washdev/article/3/3/459/30328/An-opportunity-not-to-be-missed-immunisation-as-an,"Journal of Water, Sanitation & Hygiene for Development",An opportunity not to be missed – immunisation as an entry point for hygiene promotion and diarrhoeal disease reduction in Nepal,2013,FALSE,0,,[],3,Yael Velleman,"WaterAid, 47-49 Durham Street, London SE11 5JD",London SE11 5JD,YaelVelleman@wateraid.org,,Yael Velleman,"WaterAid, 47-49 Durham Street, London SE11 5JD",London SE11 5JD,YaelVelleman@wateraid.org,,FALSE,,,,"['diarrhoea', 'hygiene', 'immunisation', 'rotavirus', 'sanitation', 'vaccines']", +102,30330,3,3,https://iwaponline.com/washdev/article/3/3/467/30330/Mitigation-of-naturally-occurring-fluoride-in,"Journal of Water, Sanitation & Hygiene for Development",Mitigation of naturally occurring fluoride in drinking water sources in rural areas in India: an overview,2013,FALSE,0,,[],1,Brajesh K. Shrivastava,"Consultant-Water Quality, Ministry of Drinking Water & Sanitation, 9th Floor, Paryavaran Bhavan, CGO Complex, Lodhi Road, New Delhi-03, New Delhi",New Delhi,brajeshchem@gmail.com,,Brajesh K. Shrivastava,"Consultant-Water Quality, Ministry of Drinking Water & Sanitation, 9th Floor, Paryavaran Bhavan, CGO Complex, Lodhi Road, New Delhi-03, New Delhi",New Delhi,brajeshchem@gmail.com,,FALSE,,,,"['coverage', 'fluoride', 'habitations', 'India']", +103,30310,3,4,https://iwaponline.com/washdev/article/3/4/479/30310/The-risk-of-unimproved-water-and-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development",The risk of unimproved water and sanitation and the global burden of disease,2013,FALSE,0,,[],2,Sandy Cairncross,"London School of Hygiene and Tropical Medicine, Keppel St, London WC1E 7HT, United Kingdom",United Kingdom,,,Helen Petach,"Biomedical Science Advisor, US Agency for International Development, 1300 Pennsylvania Ave, NW, Washington, DC 20523, USA",USA,hpetach@usaid.gov,,FALSE,,,,[], +104,30312,3,4,https://iwaponline.com/washdev/article/3/4/481/30312/City-sanitation-ladder-moving-from-household-to,"Journal of Water, Sanitation & Hygiene for Development",City sanitation ladder: moving from household to citywide sanitation assessment,2013,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/4/10.2166_washdev.2013.134/4/134.pdf?Expires=1706024236&Signature=peNs0KjqvZ1WtAyS1U4UCMij6qpJMwBZSlwooJ0WihjiQQO0Ruislz00Gfftz5GFWBpxva5VZqzKSVnBxpERsOPzEKPgyXus7g96xApTphMY4rq7tFLam-0SaWRoN5cxaZHGR-PkAimBuaIVoh4zac9w5MhOdJQUe6ECsbSRS0mW5d8tRadmkPfW9l2MGHSrfyFEiy3a4ACYg8iNHlfUN1Y29zAsrIOhOIrYWoj3Adw1TyqRTVXWDtQkt4zjvWpgqVK0gkaItBT9EWE-ltymipUtMhvwHiBK6wsIbUaHKCu-1ce3KJ6M12Z2SRNSLtU9HoMZ0jLLzWXe5YI8G74gBA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad- 380009, India",India,meeramehta@cept.ac.in,,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad- 380009, India",India,meeramehta@cept.ac.in,,FALSE,,,,"['city sanitation plans', 'citywide approach', 'monitoring', 'sanitation ladder', 'urban sanitation']", +105,30314,3,4,https://iwaponline.com/washdev/article/3/4/489/30314/In-pursuit-of-sustainable-water-solutions-in,"Journal of Water, Sanitation & Hygiene for Development",In pursuit of sustainable water solutions in emerging regions,2013,FALSE,0,,[],4,Laura R. Brunson,"CEES; 202 W. Boyd St, Room 334, Norman, OK 73019, 405-255-9622, US",US,lbrunson@ou.edu,,Laura R. Brunson,"CEES; 202 W. Boyd St, Room 334, Norman, OK 73019, 405-255-9622, US",US,lbrunson@ou.edu,,FALSE,,,,"['drinking water', 'interdisciplinary', 'market-based implementation', 'safe water', 'sustainability']", +106,30316,3,4,https://iwaponline.com/washdev/article/3/4/500/30316/Potential-of-natural-treatment-technologies-for,"Journal of Water, Sanitation & Hygiene for Development",Potential of natural treatment technologies for wastewater management in India,2013,FALSE,0,,[],6,M. Starkl,"Centre for Environmental Management and Decision Support, Gregor Mendel Strasse 33, 1180 Vienna, Austria",Austria,markus.starkl@boku.ac.at,,M. Starkl,"Centre for Environmental Management and Decision Support, Gregor Mendel Strasse 33, 1180 Vienna, Austria",Austria,markus.starkl@boku.ac.at,,FALSE,,,,"['constructed wetlands', 'duckweed ponds', 'natural treatment ponds', 'rapid sustainability assessment', 'waste stabilization ponds']", +107,30318,3,4,https://iwaponline.com/washdev/article/3/4/512/30318/Drinking-water-quality-for-peri-urban-residents-in,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality for peri-urban residents in Phnom Penh, Cambodia",2013,FALSE,0,,[],3,K. Thomas,"School of Engineering, University of Guelph, Guelph, Ontario, N1G 2W1, Canada",Canada,kimberleythomas@gmail.com,,K. Thomas,"School of Engineering, University of Guelph, Guelph, Ontario, N1G 2W1, Canada",Canada,kimberleythomas@gmail.com,,FALSE,,,,"['Cambodia', 'drinking water', 'microbial', 'peri-urban', 'Phnom Penh', 'water quality']", +108,30320,3,4,https://iwaponline.com/washdev/article/3/4/522/30320/Temporal-changes-in-peri-urban-drinking-water,"Journal of Water, Sanitation & Hygiene for Development",Temporal changes in peri-urban drinking water practices and quality,2013,FALSE,0,,[],2,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne NE1 7RU, UK",UK,claire.furlong@ymail.com,,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne NE1 7RU, UK",UK,claire.furlong@ymail.com,,FALSE,,,,"['Amazon', 'chemical quality', 'household survey', 'microbiological parameters', 'Peru', 'seasonal changes']", +109,30323,3,4,https://iwaponline.com/washdev/article/3/4/530/30323/Assessing-the-demographic-behavioural-and,"Journal of Water, Sanitation & Hygiene for Development","Assessing the demographic, behavioural and environmental characteristics and the potential effectiveness of a household water filter in the Republic of Kiribati",2013,FALSE,0,,[],6,Rebecca Psutka,"Department of Preventive and Social Medicine, University of Otago, New Zealand 9010",New Zealand 9010,rebecca.psutka@gmail.com,,Rebecca Psutka,"Department of Preventive and Social Medicine, University of Otago, New Zealand 9010",New Zealand 9010,rebecca.psutka@gmail.com,,FALSE,,,,"['climate change', 'household water treatment', 'hygiene', 'Kiribati', 'pacific islands', 'water quality']", +110,30325,3,4,https://iwaponline.com/washdev/article/3/4/541/30325/Awareness-adoption-and-implementation-of-the-water,"Journal of Water, Sanitation & Hygiene for Development","Awareness, adoption and implementation of the water safety plan methodology: insights from five Latin American and Caribbean experiences",2013,FALSE,0,,[],5,Brian Hubbard,"Department of Health and Human Services, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, 4770 Buford Highway, NE, MS F-60, Atlanta, GA 30341, USA",USA,bhubbard@cdc.gov,,Brian Hubbard,"Department of Health and Human Services, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, 4770 Buford Highway, NE, MS F-60, Atlanta, GA 30341, USA",USA,bhubbard@cdc.gov,,FALSE,,,,"['drinking-water regulations', 'Latin America and Caribbean', 'preventive risk management', 'public health', 'water safety plans', 'water supply operations and management']", +111,30327,3,4,https://iwaponline.com/washdev/article/3/4/549/30327/Rehabilitation-of-water-treatment-plants-with,"Journal of Water, Sanitation & Hygiene for Development",Rehabilitation of water treatment plants with operational constrains: a study on turbidity removal,2013,FALSE,0,,[],2,Kaveh Sookhak Lari,"Centre for Environmental Risk Assessment and Remediation (CERAR), University of South Australia, Mawson Lakes Campus, Mawson Lakes, SA 5095, Australia and CSIRO Land and Water, Private Bag No. 5, Wembley WA 6913, Australia",Australia,Kaveh.SookhakLari@unisa.edu.au,,Kaveh Sookhak Lari,"Centre for Environmental Risk Assessment and Remediation (CERAR), University of South Australia, Mawson Lakes Campus, Mawson Lakes, SA 5095, Australia and CSIRO Land and Water, Private Bag No. 5, Wembley WA 6913, Australia",Australia,Kaveh.SookhakLari@unisa.edu.au,,FALSE,,,,"['clarifier', 'filter', 'rehabilitation', 'turbidity', 'water treatment plant']", +112,30329,3,4,https://iwaponline.com/washdev/article/3/4/557/30329/Water-safety-planning-and-implementation-lessons,"Journal of Water, Sanitation & Hygiene for Development",Water safety planning and implementation: lessons from South Africa,2013,FALSE,0,,[],2,Mthokozisi Ncube,"Johannesburg Water (SOC) Ltd, 17 Harrison Street, Marshalltown, Johannesburg, 2107, South Africa",South Africa,mthokozisi.ncube@jwater.co.za,,Mthokozisi Ncube,"Johannesburg Water (SOC) Ltd, 17 Harrison Street, Marshalltown, Johannesburg, 2107, South Africa",South Africa,mthokozisi.ncube@jwater.co.za,,FALSE,,,,"['risk management', 'Ugu district municipality', 'water safety planning']", +113,30331,3,4,https://iwaponline.com/washdev/article/3/4/564/30331/Pot-chlorination-of-shallow-wells-in-a-peri-urban,"Journal of Water, Sanitation & Hygiene for Development",Pot chlorination of shallow wells in a peri-urban community in Kenya: an effectiveness trial,2013,FALSE,0,,[],4,Krista Vandermeer,"London School of Hygiene and Tropical Medicine, Keppel Street, London, WC1E 7HT, UK",UK,,,Robert Dreibelbis,"Department of International Health, Johns Hopkins Bloomberg School of Public Health, Johns Hopkins University, 615 N Wolfe Street, Baltimore, Maryland 21215, USA and Hubert Department of Global Health, Center for Global Safe Water, Rollins School of Public Health, Emory University, 1518 Clifton Road, Room 767, Atlanta, Georgia, 30322, USA",USA,rdreibel@jhsph.edu,,FALSE,,,,"['Africa', 'faecal contamination', 'pot chlorination', 'residual free chlorine', 'well water']", +114,30332,3,4,https://iwaponline.com/washdev/article/3/4/572/30332/Enhanced-anaerobic-digestion-as-a-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development",Enhanced anaerobic digestion as a sanitation and energy recovery technology,2013,FALSE,0,,[],2,T. Garoma,"Department of Civil and Environmental Engineering, San Diego State University, San Diego, CA 92182, USA",USA,tgaroma@mail.sdsu.edu,,T. Garoma,"Department of Civil and Environmental Engineering, San Diego State University, San Diego, CA 92182, USA",USA,tgaroma@mail.sdsu.edu,,FALSE,,,,"['algae', 'anaerobic digestion', 'resource recovery', 'sanitation', 'waste treatment']", +115,30333,3,4,https://iwaponline.com/washdev/article/3/4/582/30333/Assessing-perceptions-and-willingness-to-use-urine,"Journal of Water, Sanitation & Hygiene for Development","Assessing perceptions and willingness to use urine in agriculture: a case study from rural areas of eThekwini municipality, South Africa",2013,FALSE,0,,[],5,A. E. Okem,"School of Social Science, University of KwaZulu Natal, Durban, South Africa",South Africa,okem@ukzn.ac.za,,A. E. Okem,"School of Social Science, University of KwaZulu Natal, Durban, South Africa",South Africa,okem@ukzn.ac.za,,FALSE,,,,"['South Africa', 'urine diversion toilets', 'urine re-use', 'user perceptions']", +116,30334,3,4,https://iwaponline.com/washdev/article/3/4/592/30334/A-cluster-randomized-trial-assessing-the-impact-of,"Journal of Water, Sanitation & Hygiene for Development","A cluster-randomized trial assessing the impact of school water, sanitation and hygiene improvements on pupil enrolment and gender parity in enrolment",2013,FALSE,0,,[],6,Joshua V. Garn,"Department of Epidemiology, Rollins School of Public Health and Laney Graduate School, Emory University, 3rd floor CNR, 1518 Clifton Rd NE, Atlanta, Georgia 30322, USA",USA,,,Matthew C. Freeman,"Department of Environmental Health, Center for Global Safe Water, Rollins School of Public Health, Emory University, CNR 2027, 1518 Clifton Rd NE, Atlanta, Georgia 30322, USA",USA,mcfreem@emory.edu,,FALSE,,,,"['enrolment', 'gender parity', 'Kenya', 'sanitation', 'WASH']", +117,30335,3,4,https://iwaponline.com/washdev/article/3/4/602/30335/Statistical-analysis-of-shallow-well,"Journal of Water, Sanitation & Hygiene for Development","Statistical analysis of shallow well characteristics as indicators of water quality in parts of Ibadan City, Nigeria",2013,FALSE,0,,[],3,Olusegun Oguntoke,"Geography, Environmental Management and Energy Studies, University of Johannesburg, PO Box 524, Kingsway Campus, Auckland Park, University of Johannesburg, Johannesburg, Gauteng 2006, South Africa",South Africa,oguntokeo@gmail.com,,Olusegun Oguntoke,"Geography, Environmental Management and Energy Studies, University of Johannesburg, PO Box 524, Kingsway Campus, Auckland Park, University of Johannesburg, Johannesburg, Gauteng 2006, South Africa",South Africa,oguntokeo@gmail.com,,FALSE,,,,"['associative analysis', 'hygiene', 'markers', 'underground water', 'water quality']", +118,30336,3,4,https://iwaponline.com/washdev/article/3/4/612/30336/Cambodian-girls-recommendations-for-facilitating,"Journal of Water, Sanitation & Hygiene for Development",Cambodian girls' recommendations for facilitating menstrual hygiene management in school,2013,FALSE,0,,[],2,Susan Connolly,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 537, New York, NY 10032, USA",USA,,,Marni Sommer,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 537, New York, NY 10032, USA",USA,ms2778@columbia.edu,,FALSE,,,,"['adolescents', 'Cambodia', 'education', 'health', 'menstruation', 'sanitation']", +119,30337,3,4,https://iwaponline.com/washdev/article/3/4/623/30337/Demonstrating-the-effectiveness-of-social,"Journal of Water, Sanitation & Hygiene for Development",Demonstrating the effectiveness of social franchising principles: the emptying of household ventilated improved pits: a case study from South Africa,2013,FALSE,0,,[],7,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,,FALSE,,,,"['faecal sludge', 'microenterprises', 'schools', 'social franchising partnerships', 'South Africa']", +120,30338,3,4,https://iwaponline.com/washdev/article/3/4/629/30338/Returning-knowledge-to-the-community-an-innovative,"Journal of Water, Sanitation & Hygiene for Development",Returning knowledge to the community: an innovative approach to sharing knowledge about drinking water practices in a peri-urban community,2013,FALSE,0,,[],2,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne, NE1 7RU, UK",UK,claire.furlong@ymail.com,,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne, NE1 7RU, UK",UK,claire.furlong@ymail.com,,FALSE,,,,"['co-production', 'drinking water', 'knowledge exchange', 'participatory methods', 'Peru', 'public engagement']", +121,30339,3,4,https://iwaponline.com/washdev/article/3/4/638/30339/Sub-national-inequities-in-Philippine-water-access,"Journal of Water, Sanitation & Hygiene for Development",Sub-national inequities in Philippine water access associated with poverty and water potential,2013,FALSE,0,,[],3,Alexandra Fehr,"Department of Environmental Health, Emory University, Atlanta, GA 30322",GA 30322,,,Matthew C. Freeman,"Department of Environmental Health, Emory University, Atlanta, GA 30322",GA 30322,mcfreem@emory.edu,,FALSE,,,,"['equity', 'geospatial analysis', 'Millennium Development Goals', 'water access']", +122,30341,3,4,https://iwaponline.com/washdev/article/3/4/646/30341/Ceramic-pot-filter-user-satisfaction-and-water,"Journal of Water, Sanitation & Hygiene for Development",Ceramic pot filter user satisfaction and water quantity production in tsunami-affected Sri Lankan communities,2013,FALSE,0,,[],4,Lisa M. Casanova,"Institute of Public Health, Georgia State University, P.O. Box 3995, Atlanta, GA 30302",GA 30302,lcasanova@gsu.edu,,Lisa M. Casanova,"Institute of Public Health, Georgia State University, P.O. Box 3995, Atlanta, GA 30302",GA 30302,lcasanova@gsu.edu,,FALSE,,,,"['ceramic pot filter', 'ceramic water purifier', 'filter', 'point-of-use', 'tsunami']", +123,30344,3,4,https://iwaponline.com/washdev/article/3/4/649/30344/Thermophilic-co-composting-of-human-wastes-in,"Journal of Water, Sanitation & Hygiene for Development",Thermophilic co-composting of human wastes in Haiti,2013,FALSE,0,,[],4,N. Preneta,"Carrefour Rue Chavannes et Rue A. Martial, Port au Prince, Haiti",Haiti,,,S. Kramer,"Impasse Cala #24, Rue Jean Baptiste, Port au Prince, Haiti",Haiti,skramer@oursoil.org,,FALSE,,,,"['compost', 'ecological sanitation', 'Haiti', 'soil', 'thermophilic composting']", +124,30340,4,1,https://iwaponline.com/washdev/article/4/1/1/30340/Challenges-for-the-future-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Challenges for the future of urban sanitation planning: critical analysis of John Kalbermatten's influence,2014,FALSE,0,,[],4,Ruth Kennedy-Walker,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle-upon-Tyne NE1 7RU, UK",UK,r.kennedy-walker@ncl.ac.uk,,Ruth Kennedy-Walker,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle-upon-Tyne NE1 7RU, UK",UK,r.kennedy-walker@ncl.ac.uk,,FALSE,,,,"['enabling environment', 'participation', 'planning', 'sanitation', 'urban']", +125,30348,4,1,https://iwaponline.com/washdev/article/4/1/15/30348/The-uneven-progress-of-sanitation-in-India,"Journal of Water, Sanitation & Hygiene for Development",The uneven progress of sanitation in India,2014,FALSE,0,,[],2,Arabinda Ghosh,"Indian Administrative Service, Additional District Magistrate, Nadia District, P.O – Krishnagar, PIN – 741101, West Bengal, India",India,,,Sandy Cairncross,"Professor of Environmental Health, London School of Hygiene & Tropical Medicine, Keppel St, London WC1E 7HT, UK",UK,sandy.cairncross@lshtm.ac.uk,,FALSE,,,,"['coverage', 'India', 'latrine', 'open defecation', 'sanitation']", +126,30354,4,1,https://iwaponline.com/washdev/article/4/1/23/30354/Economic-efficiency-of-sanitation-interventions-in,"Journal of Water, Sanitation & Hygiene for Development",Economic efficiency of sanitation interventions in Southeast Asia,2014,FALSE,0,,[],8,Guy Hutton,"Water and Sanitation Program, World Bank, 55 Lodi Estate, New Delhi, 110003, India",India,ghutton@worldbank.org,,Guy Hutton,"Water and Sanitation Program, World Bank, 55 Lodi Estate, New Delhi, 110003, India",India,ghutton@worldbank.org,,FALSE,,,,"['Cambodia', 'China', 'East Asia', 'Indonesia', 'Lao PDR', 'Philippines', 'Southeast Asia', 'Vietnam']", +127,30355,4,1,https://iwaponline.com/washdev/article/4/1/37/30355/Removal-of-selected-microorganisms-using-silver,"Journal of Water, Sanitation & Hygiene for Development","Removal of selected microorganisms using silver-impregnated and coated, low-cost, micro-porous, ceramic water filters",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/1/10.2166_washdev.2013.027/4/027.pdf?Expires=1706027179&Signature=IS0r7NhD6q--PJbUuTgfCVtNS~DbRroROZ9ZmqfBKpG4-5a-mtU31GOwjBfjYwdY9rcKuEwZwUDMJbkveLMbWMSAxMsQrXdqw86Q9~iCZl6Hvevl3ApVhTIQFy7wkyN8TpbrL6y6x40LASBnO~z8tdR06PjpU483yTy7~PkiasXcCHaFf0t9dCk2s4CTejSscxyxujVw4e42rasdXF-R4hshxXIguvciZtlPcd8~OfEr8gSFFKKznZjmccKz6Yiql8PBZBgVTiwX-LOTHgGXIm0rUaiTKJXiB4ATON84LjH7sY9HGH0JpW3nNK1C3G1264hZCN~pltAS2WX7Ou1XQg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Jean Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, KwaDlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,,Jean Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, KwaDlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,,FALSE,,,,"['ceramic water filter', 'drinking water', 'oligodynamic', 'virus', 'water treatment']", +128,30356,4,1,https://iwaponline.com/washdev/article/4/1/43/30356/When-water-is-scarce-the-perception-of-water,"Journal of Water, Sanitation & Hygiene for Development",When water is scarce: the perception of water quality and effects on the vulnerable,2014,FALSE,0,,[],2,Hamdiyah Alhassan,"Department of Agricultural and Resource Economics, University for Development Studies, Tamale, Ghana",Ghana,,,Paul Adjei Kwakwa,"Faculty of Development Studies, Presbyterian University College Ghana, Akuapem Campus, Akropong-Akuapem, Eastern Region, Ghana",Ghana,pauladkwa@yahoo.com,,FALSE,,,,"['Ghana', 'household', 'vulnerable', 'water insecurity', 'water management']", +129,30357,4,1,https://iwaponline.com/washdev/article/4/1/51/30357/Exploring-the-methodology-of-participatory-design,"Journal of Water, Sanitation & Hygiene for Development",Exploring the methodology of participatory design to create appropriate sanitation technologies in rural Malawi,2014,FALSE,0,,[],4,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",Western Australia 6150,ben_cole_h2o@mac.com,,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",Western Australia 6150,ben_cole_h2o@mac.com,,FALSE,,,,"['design', 'participation', 'rural', 'sanitation']", +130,30358,4,1,https://iwaponline.com/washdev/article/4/1/62/30358/Viscous-heating-analysis-of-simulant-feces-by,"Journal of Water, Sanitation & Hygiene for Development",Viscous heating analysis of simulant feces by computational fluid dynamics and experimentation,2014,FALSE,0,,[],5,Jagdeep T. Podichetty,"423 Engineering North, School of Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",USA,,,Gary L. Foutch,"423 Engineering North, School of Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",USA,foutch@okstate.edu,,FALSE,,,,"['Comsol Multiphysics', 'extrusion', 'feces', 'parasite', 'viscosity', 'viscous heating']", +131,30359,4,1,https://iwaponline.com/washdev/article/4/1/72/30359/Power-earth-auger-modification-for-waste,"Journal of Water, Sanitation & Hygiene for Development",Power earth auger modification for waste extraction from pit latrines,2014,FALSE,0,,[],4,Tate Weston Rogers,"Department of Civil, Construction and Environmental Engineering, North Carolina State University, Campus Box 7908, Raleigh, NC 27695, USA",USA,,,Robert C. Borden,"Department of Civil, Construction and Environmental Engineering, North Carolina State University, Campus Box 7908, Raleigh, NC 27695, USA",USA,rcborden@ncsu.edu,,FALSE,,,,"['auger', 'pit emptying', 'portable']", +132,30361,4,1,https://iwaponline.com/washdev/article/4/1/81/30361/Modeling-of-pathogen-inactivation-in-thermal,"Journal of Water, Sanitation & Hygiene for Development",Modeling of pathogen inactivation in thermal septic tanks,2014,FALSE,0,,[],5,T. Koottatep,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Thailand",Thailand,,,T. Pussayanavin,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Thailand",Thailand,Tatchai.Pussayanavin@ait.ac.th,,FALSE,,,,"['E. coli', 'methanogens', 'modified Weibull model', 'pathogen inactivation', 'septic tanks', 'temperatures']", +133,30363,4,1,https://iwaponline.com/washdev/article/4/1/89/30363/Sustainability-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Sustainability of water, sanitation and hygiene interventions in Central America",2014,FALSE,0,,[],4,Raquel I. Sabogal,"Centers for Disease Control & Prevention, National Center for Environmental Health, Division of Emergency and Environmental Health Services, 4770 Buford Highway NE, Chamblee, Georgia 30341, US",US,rsabogal@cdc.gov,,Raquel I. Sabogal,"Centers for Disease Control & Prevention, National Center for Environmental Health, Division of Emergency and Environmental Health Services, 4770 Buford Highway NE, Chamblee, Georgia 30341, US",US,rsabogal@cdc.gov,,FALSE,,,,"['Central America', 'evaluation', 'hygiene promotion', 'sanitation', 'sustainability', 'water']", +134,30342,4,1,https://iwaponline.com/washdev/article/4/1/100/30342/Participatory-multi-criteria-evaluation-of,"Journal of Water, Sanitation & Hygiene for Development",Participatory multi-criteria evaluation of alternative options for water supply in cyclone-prone areas of Bangladesh,2014,FALSE,0,,[],2,Abu Hena Mustafa Kamal Sikder,"Ka-86/C, Khapara, Khilkhet, Dhaka, Bangladesh",Bangladesh,sikder_cee@yahoo.com,,Abu Hena Mustafa Kamal Sikder,"Ka-86/C, Khapara, Khilkhet, Dhaka, Bangladesh",Bangladesh,sikder_cee@yahoo.com,,FALSE,,,,"['coastal area', 'cyclone', 'drinking water supply', 'participatory multi-criteria analysis', 'water supply option']", +135,30343,4,1,https://iwaponline.com/washdev/article/4/1/108/30343/Health-in-perspective-framing-motivational-factors,"Journal of Water, Sanitation & Hygiene for Development","Health in perspective: framing motivational factors for personal sanitation in urban slums in Nairobi, Kenya, using anchored best–worst scaling",2014,FALSE,0,,[],3,Carl Johan Lagerkvist,"Department of Economics, Swedish University of Agricultural Sciences, PO Box 7013, 75007 Uppsala, Sweden",Sweden,carl-johan.lagerkvist@slu.se,,Carl Johan Lagerkvist,"Department of Economics, Swedish University of Agricultural Sciences, PO Box 7013, 75007 Uppsala, Sweden",Sweden,carl-johan.lagerkvist@slu.se,,FALSE,,,,"['anchored best–worst scaling', 'factor importance', 'motivation', 'personal sanitation', 'slums']", +136,30345,4,1,https://iwaponline.com/washdev/article/4/1/120/30345/School-based-intervention-evaluating-the-role-of,"Journal of Water, Sanitation & Hygiene for Development","School-based intervention: evaluating the role of water, latrines and hygiene education on trachoma and intestinal parasitic infections in Ethiopia",2014,FALSE,0,,[],5,Bizu Gelaye,"Department of Epidemiology, University of Washington School of Public Health, Seattle, WA, USA",USA,bgelaye@hsph.harvard.edu,,Bizu Gelaye,"Department of Epidemiology, University of Washington School of Public Health, Seattle, WA, USA",USA,bgelaye@hsph.harvard.edu,,FALSE,,,,"['Ethiopia', 'intervention', 'parasitic infection', 'sanitation', 'school', 'trachoma']", +137,30346,4,1,https://iwaponline.com/washdev/article/4/1/131/30346/Beyond-improved-towards-safe-and-sustainable-urban,"Journal of Water, Sanitation & Hygiene for Development","Beyond ‘improved’ towards ‘safe and sustainable’ urban sanitation: assessing the design, management and functionality of sanitation in poor communities of Dar es Salaam, Tanzania",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/1/10.2166_washdev.2013.180/4/180.pdf?Expires=1706027210&Signature=U3~LjU8HijmNe5Dx77yoJi-wvE97zMWL0Jh9s3-8GIfpNygVXqEKglrBqBDMoRsCyPuiD6Op6UE008JU94qDq87vibJv8J6g7yGNWQ3lVVBNidzbFgD~gyv77YyabNUa6zh2SGKKVmK5Hyilov4JXGViqEyWcrjaaH2NI0hTShOkVO2HgKauRouNh1Ai13yKJZ~CMKBRVozSpb-0cm50iagY6YuKPhkQULw~oiKKLkscH-IxcrsPwZ3~1hmBPca5LeEckPrmDl6ExOyw6u2uOl~lrFjEVJnjWBnzxx3-LPfH7hKXLuxZn4-7fYIxhBIw7DZQxnZnTWqThY9oQ5nNAA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,M. W. Jenkins,"Civil and Environmental Engineering, University of California, Davis, CA, USA",USA,mwjenkins@ucdavis.edu,,M. W. Jenkins,"Civil and Environmental Engineering, University of California, Davis, CA, USA",USA,mwjenkins@ucdavis.edu,,FALSE,,,,"['equity', 'fecal sludge management', 'indicators', 'monitoring and evaluation', 'pit emptying', 'shared sanitation']", +138,30347,4,1,https://iwaponline.com/washdev/article/4/1/142/30347/Planning-for-water-and-sanitation-in-the,"Journal of Water, Sanitation & Hygiene for Development","Planning for water and sanitation in the residential suburbs: the case of Aligarh City, India",2014,FALSE,0,,[],2,Abha Lakshmi Singh,"Department of Geography, Aligarh Muslim University, Aligarh, 202002, Uttar Pradesh, India",India,abhalakshmisingh@yahoo.com,,Abha Lakshmi Singh,"Department of Geography, Aligarh Muslim University, Aligarh, 202002, Uttar Pradesh, India",India,abhalakshmisingh@yahoo.com,,FALSE,,,,"['levels', 'residential colonies', 'sanitation', 'suburbs', 'water']", +139,30349,4,1,https://iwaponline.com/washdev/article/4/1/153/30349/Prefabricated-biogas-reactor-based-systems-for,"Journal of Water, Sanitation & Hygiene for Development",Prefabricated biogas reactor-based systems for community wastewater and organic waste treatment in developing regions,2014,FALSE,0,,[],5,S. Cheng,"School of Civil & Environmental Engineering, University of Science and Technology Beijing, Xueyuan Road 30, Haidian District, 100083, Beijing, China",China,zifulee@aliyun.com,,S. Cheng,"School of Civil & Environmental Engineering, University of Science and Technology Beijing, Xueyuan Road 30, Haidian District, 100083, Beijing, China",China,zifulee@aliyun.com,,FALSE,,,,"['DEWATS', 'prefabricated biogas reactor', 'slum', 'wastewater and waste management']", +140,30350,4,1,https://iwaponline.com/washdev/article/4/1/159/30350/Development-of-Haiti-s-rural-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Development of Haiti's rural water, sanitation and hygiene workforce",2014,FALSE,0,,[],4,Brian Hubbard,"Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, 4770 Buford Highway, NE., MS F-58, Atlanta, GA 30341, USA",USA,bnh5@cdc.gov,,Brian Hubbard,"Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, 4770 Buford Highway, NE., MS F-58, Atlanta, GA 30341, USA",USA,bnh5@cdc.gov,,FALSE,,,,"['cholera', 'Haiti', 'sanitation and hygiene', 'water quality', 'water', 'workforce development']", +141,30351,4,1,https://iwaponline.com/washdev/article/4/1/164/30351/Developing-behaviour-change-communication-for,"Journal of Water, Sanitation & Hygiene for Development",Developing behaviour change communication for improving faecal sludge management in Bhutan,2014,FALSE,0,,[],4,G. Halcrow,"SNV Netherlands Development Organisation, Langjophaka, PO Box 815, Thimphu, Bhutan and Ministry of Works and Human Settlements, PO Box 791, Thimphu, Bhutan",Bhutan,ghalcrow@snvworld.org,,G. Halcrow,"SNV Netherlands Development Organisation, Langjophaka, PO Box 815, Thimphu, Bhutan and Ministry of Works and Human Settlements, PO Box 791, Thimphu, Bhutan",Bhutan,ghalcrow@snvworld.org,,FALSE,,,,"['behaviour change', 'faecal sludge', 'urban sanitation']", +142,30352,4,1,https://iwaponline.com/washdev/article/4/1/171/30352/Development-of-indicators-for-measuring-outcomes,"Journal of Water, Sanitation & Hygiene for Development",Development of indicators for measuring outcomes of water safety plans,2014,FALSE,0,,[],5,Gabriella Lockhart,"Water, Sanitation, and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA, USA",USA,,,Richard J. Gelting,"Water, Sanitation, and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA, USA",USA,rgelting@cdc.gov,,FALSE,,,,"['drinking water', 'evaluation', 'indicators', 'outcomes', 'water safety plans']", +143,30353,4,1,https://iwaponline.com/washdev/article/4/1/182/30353/Rights-based-indicators-regarding-non,"Journal of Water, Sanitation & Hygiene for Development",Rights-based indicators regarding non-discrimination and equity in access to water and sanitation,2014,FALSE,0,,[],3,Urooj Quezon Amjad,"Post-doctoral Research Associate, The Water Institute, Gillings School of Global Public Health, and Research Fellow, Global Research Institute, University of North Carolina, Chapel Hill, Rosenau Hall, CB #7431, 135 Dauer Dr. Chapel Hill, North Carolina 27599-7431, USA",USA,amjad@unc.edu,,Urooj Quezon Amjad,"Post-doctoral Research Associate, The Water Institute, Gillings School of Global Public Health, and Research Fellow, Global Research Institute, University of North Carolina, Chapel Hill, Rosenau Hall, CB #7431, 135 Dauer Dr. Chapel Hill, North Carolina 27599-7431, USA",USA,amjad@unc.edu,,FALSE,,,,"['equity', 'human right to water and sanitation', 'indicators', 'public health', 'water quality']", +144,30360,4,2,https://iwaponline.com/washdev/article/4/2/189/30360/Faecal-sludge-management-in-low-income-areas-a,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge management in low income areas: a case study of three districts in the Ashanti region of Ghana,2014,FALSE,0,,[],4,Eugene Appiah-Effah,"Civil Engineering Department, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@yahoo.com,,Eugene Appiah-Effah,"Civil Engineering Department, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@yahoo.com,,FALSE,,,,"['desludging', 'faecal sludge management', 'peri-urban area', 'rural area']", +145,30362,4,2,https://iwaponline.com/washdev/article/4/2/200/30362/Initial-fluoride-concentration-and-loading,"Journal of Water, Sanitation & Hygiene for Development","Initial fluoride concentration and loading capacity in defluoridation with bauxite, gypsum, magnesite and their composite",2014,FALSE,0,,[],1,Bernard Thole,"Polytechnic, Private Bag 303, Blantyre 3, Malawi",Malawi,tholebernard@hotmail.com,,Bernard Thole,"Polytechnic, Private Bag 303, Blantyre 3, Malawi",Malawi,tholebernard@hotmail.com,,FALSE,,,,"['bauxite', 'defluoridation', 'fluorosis', 'gypsum', 'magnesite']", +146,30364,4,2,https://iwaponline.com/washdev/article/4/2/206/30364/The-effect-of-increasing-grain-size-in-biosand,"Journal of Water, Sanitation & Hygiene for Development",The effect of increasing grain size in biosand water filters in combination with ultraviolet disinfection,2014,FALSE,0,,[],4,Timothy E. Frank,"2354 Fairchild Drive Suite 6J-117, USAF Academy, CO 80840, 01-719-660-6903, USA",USA,tefrank18@gmail.com,,Timothy E. Frank,"2354 Fairchild Drive Suite 6J-117, USAF Academy, CO 80840, 01-719-660-6903, USA",USA,tefrank18@gmail.com,,FALSE,,,,"['biosand water filter', 'developing countries', 'disinfection', 'grain size', 'water quality']", +147,30365,4,2,https://iwaponline.com/washdev/article/4/2/214/30365/Removal-of-As-III-and-As-V-in-surface-modified,"Journal of Water, Sanitation & Hygiene for Development",Removal of As(III) and As(V) in surface modified ceramic filters,2014,FALSE,0,,[],3,Emily C. Robbins,"Department of Civil, Environmental, and Architectural Engineering, University of Kansas, Lawrence, KS 66045, USA",USA,,,Craig D. Adams,"Department of Civil and Environmental Engineering, Utah State University, Logan, UT 84322, USA",USA,craig.adams@usu.edu,,FALSE,,,,"['arsenic removal', 'breakthrough', 'SMCF']", +148,30366,4,2,https://iwaponline.com/washdev/article/4/2/223/30366/Fuel-potential-of-faecal-sludge-calorific-value,"Journal of Water, Sanitation & Hygiene for Development","Fuel potential of faecal sludge: calorific value results from Uganda, Ghana and Senegal",2014,FALSE,0,,[],9,A. Murray Muspratt,"Waste Enterprisers Ltd, PMB CT 185, Cantonments, Accra, Ghana",Ghana,ashley@waste-enterprisers.com,,A. Murray Muspratt,"Waste Enterprisers Ltd, PMB CT 185, Cantonments, Accra, Ghana",Ghana,ashley@waste-enterprisers.com,,FALSE,,,,"['calorific value', 'drying beds', 'reuse', 'sanitation', 'sludge drying', 'sub-Saharan Africa']", +149,30367,4,2,https://iwaponline.com/washdev/article/4/2/231/30367/Processing-of-human-faeces-by-wet-vermifiltration,"Journal of Water, Sanitation & Hygiene for Development",Processing of human faeces by wet vermifiltration for improved on-site sanitation,2014,FALSE,0,,[],3,C. Furlong,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",UK,claire.furlong@ymail.com,,C. Furlong,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",UK,claire.furlong@ymail.com,,FALSE,,,,"['Eisenia fetida', 'sewage', 'vermicompost', 'vermifilter', 'vermireactor', 'worm']", +150,30368,4,2,https://iwaponline.com/washdev/article/4/2/240/30368/The-neglect-of-hygiene-promotion-in-developing,"Journal of Water, Sanitation & Hygiene for Development","The neglect of hygiene promotion in developing countries, as shown by the Global Analysis and Assessment of Sanitation and Drinking-Water survey",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/2/10.2166_washdev.2014.119/4/119.pdf?Expires=1706089327&Signature=RnnRpBUGnnVIUG-NU805~DaIe9ADZtiZeIL1SNnhOj2Gwei17SWqRxVhndoNGo2EdSafr0mr4PCzhOs6clIJpQikaEosDrgF~-Kuz0KxiFpj5DgnTiF~9CkX66CRHfnGRCCDzEfIhF5dEA42WtoC0xpmt-LalHOzwLT6ptW0tDEEK7j6PvYQKv02uv2swWNqIO1HtdClbr8j63ijQlp0utq8WNjcDXSUE2hqCecny5S~JhUguttDGe8gV-ykuBxmf5W7c4G4Zvio7z4GJwihGuZX-USYIWtSzl5bnyV7NztPC4Hz4ezR2sHbXy3W-SsxdGmn-Ej2DyijwcSmXFsH2A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Alejandro Jiménez,"Technical University of Catalonia (UPC), Barcelona, Spain and Stockholm International Water Institute, Drottninggatan 33. 11151 Stockholm, Sweden",Sweden,alejandro.jimenez@siwi.org,,Alejandro Jiménez,"Technical University of Catalonia (UPC), Barcelona, Spain and Stockholm International Water Institute, Drottninggatan 33. 11151 Stockholm, Sweden",Sweden,alejandro.jimenez@siwi.org,,FALSE,,,,"['developing countries', 'GLAAS report', 'global monitoring', 'hygiene promotion', 'public health', 'United Nations']", +151,30369,4,2,https://iwaponline.com/washdev/article/4/2/248/30369/Knowledge-and-menstrual-hygiene-practices-among,"Journal of Water, Sanitation & Hygiene for Development","Knowledge and menstrual hygiene practices among adolescents in senior secondary schools in Ile Ife, south-western Nigeria",2014,FALSE,0,,[],6,O. Olufemi Aluko,"Department of Community Health, Obafemi Awolowo University, Ile Ife, Nigeria",Nigeria,ooaluko@gmail.com,,O. Olufemi Aluko,"Department of Community Health, Obafemi Awolowo University, Ile Ife, Nigeria",Nigeria,ooaluko@gmail.com,,FALSE,,,,"['gender-friendly MHM facilities', 'in-school adolescents', 'menarche', 'menstrual hygiene', 'Nigeria']", +152,30370,4,2,https://iwaponline.com/washdev/article/4/2/257/30370/Why-are-some-latrines-cleaner-than-others,"Journal of Water, Sanitation & Hygiene for Development",Why are some latrines cleaner than others? Determining the factors of habitual cleaning behaviour and latrine cleanliness in rural Burundi,2014,FALSE,0,,[],2,Ina L. Sonego,"Environmental Social Sciences, EAWAG: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, P.O. Box 611, 8600 Duebendorf, Switzerland",Switzerland,ina.sonego@eawag.ch,,Ina L. Sonego,"Environmental Social Sciences, EAWAG: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, P.O. Box 611, 8600 Duebendorf, Switzerland",Switzerland,ina.sonego@eawag.ch,,FALSE,,,,"['behaviour change', 'Burundi', 'cleaning', 'diarrhoea', 'sanitation', 'sub-Saharan Africa']", +153,30371,4,2,https://iwaponline.com/washdev/article/4/2/268/30371/Risk-perception-choice-of-drinking-water-and-water,"Journal of Water, Sanitation & Hygiene for Development","Risk perception, choice of drinking water and water treatment: evidence from Kenyan towns",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/2/10.2166_washdev.2014.131/4/131.pdf?Expires=1706089336&Signature=dPdt7BIDPkCfDMpk0X2KbqaaiHUwdYHXV-JzcQAA9JfApRoo9wKmN3ZA5VjNTiLsLtXjdbNh8tvQg7WA-aspm3imGm4EIYb8CBfHe~i0-mxX8HHGV4eM6eP6W0~hrDxDkeJpuLuHhqGsGIP1XiBBxNbQip6MMzoS6cx0K0oZki0pbTTaF7XjEjm4x5Pm0fmVOaUwrTPPwz7RhzpPPBeJTJMJwsdFMfiUWW1FQHDJPbu62dkaKeDYVmxMMsOFvRXxAveUdrmdYXjxYnMCpxsigzIwhfYeSE1KyE9py5pfV3DpsW3FVKlRJXex039vvwOfZPNmmOyvfr0TZbHuvxJRIw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Joseph Onjala,"Institute for Development Studies, University of Nairobi, PO Box 30197, Nairobi, Kenya",Kenya,,,Jesper Stage,"Department of Business, Economics and Law, Mid Sweden University, 851 70 Sundsvall, Sweden and Department of Business Administration, Technology and Social Sciences, Luleå University of Technology, 971 87 Luleå, Sweden",Sweden,Jesper.Stage@miun.se,,FALSE,,,,"['drinking water', 'subjective risk perception', 'water quality', 'water treatment']", +154,30372,4,2,https://iwaponline.com/washdev/article/4/2/281/30372/The-entrepreneurship-myth-in-small-scale-service,"Journal of Water, Sanitation & Hygiene for Development","The entrepreneurship myth in small-scale service provision: Water resale in Maputo, Mozambique",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/2/10.2166_washdev.2013.065/4/065.pdf?Expires=1706026603&Signature=He5h3rg0PX8m5~mDipNZ1M~7xShK-ex~z~OiInNoofU7zvXjXk3osA3PBqEgtJL8P9X5Jrlu60pPF9CGXpIjjvPaui4PYSH8bBxXynHJo8ZVowYPbeDVphecDhX3LE~h4uEQAR1YjRGjmDwLh3ffhLd~yvWt-T1LkoKUtKqzM9CzqFeuTS~Cd-2ZgNymp7kefyB25i6vTfvbG46tgDHr3~6~jK~knr0K77QKxfvuBzi1AFr9URImZxphPDGXNPOiS7dTUJ3gM57xdwdnySltiLGAORLQv~Gl9WCpO1j1h1bKDmFbg9ELwXpqMChE7LvE~THmik5RaQDDWg~CHo5tbw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Valentina Zuin,"Emmett Interdisciplinary Program in Environment and Resources, The Jerry Yang and Akiko Yamazaki Environment & Energy Building, 473 Via Ortega, Room 249, Stanford University Stanford, CA 94305, USA",USA,valezuin@stanford.edu,,Valentina Zuin,"Emmett Interdisciplinary Program in Environment and Resources, The Jerry Yang and Akiko Yamazaki Environment & Energy Building, 473 Via Ortega, Room 249, Stanford University Stanford, CA 94305, USA",USA,valezuin@stanford.edu,,FALSE,,,,"['Mozambique', 'small-scale providers', 'sub-Saharan Africa', 'urban water supply', 'water access', 'water resale']", +155,30373,4,2,https://iwaponline.com/washdev/article/4/2/293/30373/Gender-mainstreaming-in-integrated-rural-water,"Journal of Water, Sanitation & Hygiene for Development","Gender mainstreaming in integrated rural water supply and sanitation project in Mzimba, Malawi",2014,FALSE,0,,[],2,O. K. K. Mwamsamali,"Department of Water Resources Engineering, University of Dar es Salaam, Tanzania",Tanzania,,,A. W. Mayo,"Department of Water Resources Engineering, University of Dar es Salaam, Tanzania",Tanzania,aloyce.mayo@yahoo.com,,FALSE,,,,"['gender mainstreaming', 'Malawi', 'rural water supply', 'sanitation']", +156,30374,4,2,https://iwaponline.com/washdev/article/4/2/304/30374/Participation-in-sanitation-planning-in-Burkina,"Journal of Water, Sanitation & Hygiene for Development",Participation in sanitation planning in Burkina Faso: theory and practice,2014,FALSE,0,,[],4,J. R. McConville,"Department of Architecture, Chalmers University of Technology, SE-412-96 Göteborg, Sweden",Sweden,jenmcc@chalmers.se,,J. R. McConville,"Department of Architecture, Chalmers University of Technology, SE-412-96 Göteborg, Sweden",Sweden,jenmcc@chalmers.se,,FALSE,,,,"['participation', 'planning practice', 'planning theory', 'sanitation']", +157,30375,4,2,https://iwaponline.com/washdev/article/4/2/313/30375/Analysis-of-water-governance-in-Malawi-towards-a,"Journal of Water, Sanitation & Hygiene for Development",Analysis of water governance in Malawi: towards a favourable enabling environment?,2014,FALSE,0,,[],2,Quinex W. Chiluwe,"Water Research Node, Monash South Africa, P/Bag X60, Roodepoort 1725, South Africa",South Africa,qchiluwe@gmail.com,,Quinex W. Chiluwe,"Water Research Node, Monash South Africa, P/Bag X60, Roodepoort 1725, South Africa",South Africa,qchiluwe@gmail.com,,FALSE,,,,"['enabling environment', 'governance principles', 'IWRM', 'water governance', 'water laws', 'water policy']", +158,30376,4,2,https://iwaponline.com/washdev/article/4/2/324/30376/Rethinking-public-toilet-technologies-in-Nairobi,"Journal of Water, Sanitation & Hygiene for Development",Rethinking public toilet technologies in Nairobi: the case of Ikotoilet facilities,2014,FALSE,0,,[],1,Jeremia Nyaga Njeru,"Assistant Professor Geology and Geography Department, West Virginia University, 98 Beechurst Ave, Morgantown, WV 26505, USA",USA,jeremia.njeru@mail.wvu.edu,,Jeremia Nyaga Njeru,"Assistant Professor Geology and Geography Department, West Virginia University, 98 Beechurst Ave, Morgantown, WV 26505, USA",USA,jeremia.njeru@mail.wvu.edu,,FALSE,,,,"['Ikotoilets', 'Kenya', 'public toilets', 'shared sanitation']", +159,30377,4,2,https://iwaponline.com/washdev/article/4/2/329/30377/The-Right-to-Water-politics-governance-and-social,"Journal of Water, Sanitation & Hygiene for Development","The Right to Water: politics, governance and social struggles",2014,FALSE,0,,[],1,Rory Padfield,"Department of Environment and Green Technology, Malaysia – Japan International Institute of Technology, Universiti Teknologi Malaysia (UTM), Kuala Lumpur, Malaysia",Malaysia,,,,,,,,FALSE,,,,[], +160,30040,4,3,https://iwaponline.com/washdev/article/4/3/331/30040/Private-and-social-enterprise-roles-in-water,"Journal of Water, Sanitation & Hygiene for Development","Private and social enterprise roles in water, sanitation and hygiene for the poor: a systematic review",2014,FALSE,0,,[],4,Anna Gero,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,anna.gero@uts.edu.au,,Anna Gero,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,anna.gero@uts.edu.au,,FALSE,,,,"['civil society organisations', 'private enterprise', 'social enterprise', 'systematic review', 'water and sanitation services']", +161,30041,4,3,https://iwaponline.com/washdev/article/4/3/346/30041/Factors-affecting-slum-sanitation-projects-in,"Journal of Water, Sanitation & Hygiene for Development",Factors affecting slum sanitation projects in Dhaka City: learning from the dynamics of social-technological-governance systems,2014,FALSE,0,,[],3,Md Mizanur Rahman,"Jahangirnagar University, Department of Geography and Environment, Savar, Dhaka 1342, Bangladesh",Bangladesh,mmrahmanju@yahoo.com,,Md Mizanur Rahman,"Jahangirnagar University, Department of Geography and Environment, Savar, Dhaka 1342, Bangladesh",Bangladesh,mmrahmanju@yahoo.com,,FALSE,,,,"['governance', 'government–NGO', 'sanitation', 'slum', 'society', 'technology']", +162,30042,4,3,https://iwaponline.com/washdev/article/4/3/359/30042/Why-clean-the-toilet-if-others-don-t-Using-a,"Journal of Water, Sanitation & Hygiene for Development",Why clean the toilet if others don't? Using a social dilemma approach to understand users of shared toilets' collective cleaning behaviour in urban slums: a review,2014,FALSE,0,,[],2,Innocent K. Tumwebaze,"University of Zurich, Department of Psychology, Binzmühlestrasse 14/1, 8050 Zürich, Switzerland",Switzerland,kamara.innocent@gmail.com,,Innocent K. Tumwebaze,"University of Zurich, Department of Psychology, Binzmühlestrasse 14/1, 8050 Zürich, Switzerland",Switzerland,kamara.innocent@gmail.com,,FALSE,,,,"['cleaning', 'collective action', 'cooperation', 'shared toilets', 'social dilemma', 'urban slums']", +163,30043,4,3,https://iwaponline.com/washdev/article/4/3/371/30043/Fecal-sludge-management-FSM-analytical-tools-for,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge management (FSM): analytical tools for assessing FSM in cities,2014,FALSE,0,,[],5,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",UK,andy.peal@ntlworld.com,,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",UK,andy.peal@ntlworld.com,,FALSE,,,,"['fecal sludge management', 'institutions', 'low-income countries', 'sanitation', 'service/value chain', 'urban']", +164,30044,4,3,https://iwaponline.com/washdev/article/4/3/384/30044/Bacterial-quality-of-drinking-water-sources-and,"Journal of Water, Sanitation & Hygiene for Development","Bacterial quality of drinking water sources and antimicrobial resistance profile of Enterobacteriaceae in Bahir Dar city, Ethiopia",2014,FALSE,0,,[],4,Bayeh Abera,"Department of Microbiology, Immunology and Parasitology, College of Medicine and Health Sciences, Bahir Dar University, Ethiopia",Ethiopia,bayeabera15@gmail.com,,Bayeh Abera,"Department of Microbiology, Immunology and Parasitology, College of Medicine and Health Sciences, Bahir Dar University, Ethiopia",Ethiopia,bayeabera15@gmail.com,,FALSE,,,,"['antibiotic resistance', 'E. coli', 'Ethiopia', 'thermotolerant coliforms', 'total coliforms', 'water']", +165,30045,4,3,https://iwaponline.com/washdev/article/4/3/391/30045/Assessing-domestic-water-quality-in-Belen,"Journal of Water, Sanitation & Hygiene for Development","Assessing domestic water quality in Belén municipality, Iquitos, Peru",2014,FALSE,0,,[],7,Kimberly F. Faldetta,"Penn State Milton S. Hershey Medical Center, Hershey Global Health Center, 500 University Drive, Hershey, PA 17033, USA",USA,kfaldetta@hmc.psu.edu,,Kimberly F. Faldetta,"Penn State Milton S. Hershey Medical Center, Hershey Global Health Center, 500 University Drive, Hershey, PA 17033, USA",USA,kfaldetta@hmc.psu.edu,,FALSE,,,,"['fecal coliform', 'peri-urban slum', 'Peru', 'point-of-use treatment']", +166,30046,4,3,https://iwaponline.com/washdev/article/4/3/400/30046/Retrofitting-arsenic-iron-removal-plants-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Retrofitting arsenic-iron removal plants in rural Bangladesh for performance enhancement,2014,FALSE,0,,[],3,Ingrid M. Sorensen,"School of Engineering, University of Guelph, 50 Stone Rd., Guelph, ON, Canada N1G 2W1",Canada N1G 2W1,ingrid.m.sorensen@gmail.com,,Ingrid M. Sorensen,"School of Engineering, University of Guelph, 50 Stone Rd., Guelph, ON, Canada N1G 2W1",Canada N1G 2W1,ingrid.m.sorensen@gmail.com,,FALSE,,,,"['AIRP', 'arsenic', 'Bangladesh', 'retrofit', 'water treatment']", +167,30047,4,3,https://iwaponline.com/washdev/article/4/3/410/30047/Using-baseline-surveys-to-inform-interventions-and,"Journal of Water, Sanitation & Hygiene for Development","Using baseline surveys to inform interventions and follow-up surveys: a case-study using the Nampula Province Water, Sanitation, and Hygiene Program",2014,FALSE,0,,[],2,Ryan Admiraal,"School of Engineering and Information Technology, Murdoch University, Perth, Australia",Australia,R.Admiraal@murdoch.edu.au,,Ryan Admiraal,"School of Engineering and Information Technology, Murdoch University, Perth, Australia",Australia,R.Admiraal@murdoch.edu.au,,FALSE,,,,"['baseline study', 'control', 'Mozambique', 'statistical survey methods']", +168,30049,4,3,https://iwaponline.com/washdev/article/4/3/422/30049/Synthetic-organic-water-contaminants-in-developing,"Journal of Water, Sanitation & Hygiene for Development",Synthetic organic water contaminants in developing communities: an overlooked challenge addressed by adsorption with locally generated char,2014,FALSE,0,,[],3,Joshua P. Kearns,"Department of Civil, Environmental, & Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Dr, ECOT 441, UCB 428, Boulder, CO 80309, USA",USA,joshua.kearns@colorado.edu,,Joshua P. Kearns,"Department of Civil, Environmental, & Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Dr, ECOT 441, UCB 428, Boulder, CO 80309, USA",USA,joshua.kearns@colorado.edu,,FALSE,,,,"['biochar', 'charcoal', 'drinking water', 'herbicide', 'pesticide', 'Thailand']", +169,30050,4,3,https://iwaponline.com/washdev/article/4/3/437/30050/A-strengths-weaknesses-opportunities-and-threats,"Journal of Water, Sanitation & Hygiene for Development","A strengths, weaknesses, opportunities, and threats analysis on integrating safe water supply and sustainable sanitation systems",2014,FALSE,0,,[],5,Sayed Mohammad Nazim Uddin,"Action Contre La Faim (ACF), Mongolia, Diplomatic Compound 95-11, Chingeltei District, 4th Khoroo, Ulaanbaatar, Mongolia",Mongolia,nazimiwfmbuet@gmail.com,,Sayed Mohammad Nazim Uddin,"Action Contre La Faim (ACF), Mongolia, Diplomatic Compound 95-11, Chingeltei District, 4th Khoroo, Ulaanbaatar, Mongolia",Mongolia,nazimiwfmbuet@gmail.com,,FALSE,,,,"['integration', 'safe water supply', 'sustainable sanitation system', 'SWOT', 'urban development', 'WASH']", +170,30051,4,3,https://iwaponline.com/washdev/article/4/3/449/30051/The-potential-for-financing-small-scale-wastewater,"Journal of Water, Sanitation & Hygiene for Development","The potential for financing small-scale wastewater treatment through resource recovery: experience from Bocas del Toro, Panama",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/3/10.2166_washdev.2014.138/4/138.pdf?Expires=1706089385&Signature=TZR6Gh4XKsc5sglR0rem95JhF5Qwn0lXl-yipP5xkhgd6XkOw7aMp6F4IPNg63LGB1O3txcqbI-hsJy2zlz5O5wy6X~KpD4K0G0WBnrqt7GpK9tcdzJKBp6mhCu2Q8VO26erX2zBi9~AK6qbDcqR4BHBq4576S~NE4FOHAYsKw8z26RBlyhG2S9r7RLx1Stt39bM1puBUVRagQ~uuyrp1DDziezJfGuLh~agJ48zHwkR7qPRjE-dRdFTQ-JaEpWMV~rmfGWWYJ39HKv5geLB0XjjFfb~2P05DzdQMsXeL-v3gOJOiLj86HvKWvr9RlwL7bdhRaTyM61knhe7CaRDzg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Sebastien Tilmans,"Department of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",USA,,,Jennifer Davis,"Department of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",USA,jennadavis@stanford.edu,,FALSE,,,,"['anaerobic treatment', 'biogas', 'Panama', 'resource recovery', 'sanitation', 'wastewater treatment']", +171,30052,4,3,https://iwaponline.com/washdev/article/4/3/460/30052/Circuit-Rider-post-construction-support,"Journal of Water, Sanitation & Hygiene for Development",Circuit Rider post-construction support: improvements in domestic water quality and system sustainability in El Salvador,2014,FALSE,0,,[],4,Georgia L. Kayser,"The Department of Environmental Science and Engineering and Public Policy, The Water Institute, Gillings School of Global Public Health CB#7431, University of North Carolina at Chapel Hill, NC 27599-7431, USA",USA,gkayser@unc.edu,,Georgia L. Kayser,"The Department of Environmental Science and Engineering and Public Policy, The Water Institute, Gillings School of Global Public Health CB#7431, University of North Carolina at Chapel Hill, NC 27599-7431, USA",USA,gkayser@unc.edu,,FALSE,,,,"['Circuit Rider', 'El Salvador', 'post-construction support', 'sustainability', 'water quality', 'water supply']", +172,30053,4,3,https://iwaponline.com/washdev/article/4/3/471/30053/Sustainability-check-five-year-annual,"Journal of Water, Sanitation & Hygiene for Development","Sustainability check: five-year annual sustainability audits of the water supply and open defecation free status in the ‘One Million Initiative’, Mozambique",2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/3/10.2166_washdev.2014.118/4/118.pdf?Expires=1706089391&Signature=uzA~osRuWxWMCCFrdJN2WL8j8UW06HpL8HPOIwAbTe-jROYLg8sx69L0-EYZMZqG2qE6QrZxFBB06auSquiYoVoZcTPNITXCdDqs8tvlaDboZZALhAfROT6i5pdqX-iid391zMkZknXu1x6d2d14kbRq5SXe2KtJpB5FhjvKZWShPEPhYzaQhrqt6G1ckn1XeCYisNGT6EtsfqcrtN2zR2ztJsTRj1jOqDYlcR38v5QHpBtd5jbWjdRGWLLxDUM62yBSTeVup3xmdXspbtev7he5Q8SDHQSRaDKRdOSCmsm4zaFSRcFdhZRACk2jrlmhOEQdxsgclwphj5a4XHwTsw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,S. Godfrey,"Water and Environmental Sanitation Section, UNICEF Ethiopia, UNICEF House (Opposite ECA/German House), Box 1167, Africa Hall, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,,S. Godfrey,"Water and Environmental Sanitation Section, UNICEF Ethiopia, UNICEF House (Opposite ECA/German House), Box 1167, Africa Hall, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,,FALSE,,,,"['open defecation free', 'rural water', 'sustainability check']", +173,30054,4,3,https://iwaponline.com/washdev/article/4/3/484/30054/Rheological-modelling-of-fresh-human-faeces,"Journal of Water, Sanitation & Hygiene for Development",Rheological modelling of fresh human faeces,2014,FALSE,0,,[],4,S. M. Woolley,"Pollution Research Group, School of Chemical Engineering, University of KwaZulu-Natal, King George V Avenue, Berea, 4041, South Africa",South Africa,206517826@stu.ukzn.ac.za,,S. M. Woolley,"Pollution Research Group, School of Chemical Engineering, University of KwaZulu-Natal, King George V Avenue, Berea, 4041, South Africa",South Africa,206517826@stu.ukzn.ac.za,,FALSE,,,,"['Herschel–Bulkley', 'human stool', 'mechanical properties', 'moisture content', 'Power Law']", +174,30055,4,3,https://iwaponline.com/washdev/article/4/3/490/30055/Willingness-to-pay-for-improved-water-supplies-in,"Journal of Water, Sanitation & Hygiene for Development",Willingness to pay for improved water supplies in rural Ugandan villages,2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/3/10.2166_washdev.2013.011/4/011.pdf?Expires=1706050894&Signature=pCjSJPqH3mylDbmZukNKlkOdMNClrBF14vY0Nh9Dj-L1ZNpBB715U53O3IC11zm4Wi12AO1qrm9Qyzr4zEfX2-HDYUPxJOE9ovh8eObVDTSN1e-B7Iuy7Q5Pf0tFTvjC83yXJZqyf8t0S4KTfb-i83LxFDawIeW1y9BXfZcm3kE2y2iBYJNIr0GNk9m6OGSr~8s8xAsO1KCzKiEsN3V6CB2th6dV1Oppz~2n0-2vXTIVRCv2anCGM2x58SJgp8PWh0eUq2h3Xkn3nVt66vOmeyGraPN9ySM4~pb73cLTyBwdcEzniWzMWdDT-yBonhKpFfcd96WenjyDCVoFW1~ekg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Steven G. Wright,"Department of Civil & Environmental Engineering, Michigan Technological University, Houghton, Michigan 49931, USA",USA,,,Alex S. Mayer,"Department of Civil & Environmental Engineering, Michigan Technological University, Houghton, Michigan 49931, USA",USA,asmayer@mtu.edu,,FALSE,,,,"['contingent valuation', 'rural water supply improvements', 'Uganda', 'willingness to pay']", +175,30056,4,3,https://iwaponline.com/washdev/article/4/3/499/30056/A-study-of-water-and-sanitation-access-trends-in,"Journal of Water, Sanitation & Hygiene for Development",A study of water and sanitation access trends in Peru: where do inequities persist?,2014,FALSE,0,,[],2,Betsy Eagin,"Department of Global Health, Milken Institute School of Public Health at the George Washington University, Washington, DC 20051, USA",USA,,,Jay P. Graham,"Department of Global Health, Milken Institute School of Public Health at the George Washington University, Washington, DC 20051, USA",USA,jgraham@gwu.edu,,FALSE,,,,"['demographic and health survey', 'hygiene', 'Peru', 'inequity', 'sanitation', 'water']", +176,30057,4,3,https://iwaponline.com/washdev/article/4/3/509/30057/The-environmental-burden-of-diarrhea-in-young,"Journal of Water, Sanitation & Hygiene for Development",The environmental burden of diarrhea in young children attributable to inadequate sanitation in Brazil,2014,FALSE,0,,[],5,T. C. M. Sousa,"Health Information Laboratory, ICICT/Fiocruz, Brazilian Ministry of Health, Rio de Janeiro, Brazil",Brazil,taticmsousa@gmail.com,,T. C. M. Sousa,"Health Information Laboratory, ICICT/Fiocruz, Brazilian Ministry of Health, Rio de Janeiro, Brazil",Brazil,taticmsousa@gmail.com,,FALSE,,,,"['Brazil', 'diarrhea', 'environmental burden of disease', 'Millennium Development Goals', 'unsafe sanitation']", +177,30058,4,3,https://iwaponline.com/washdev/article/4/3/521/30058/Social-and-economic-cost-benefit-analysis-of,"Journal of Water, Sanitation & Hygiene for Development","Social and economic cost-benefit analysis of sanitation in Odisha State, India",2014,FALSE,0,,[],3,Aidan A. Cronin,"Water, Sanitation and Hygiene Section, UNICEF India Country Office, 73 Lodi Estate, New Delhi, India",India,acronin@unicef.org,,Aidan A. Cronin,"Water, Sanitation and Hygiene Section, UNICEF India Country Office, 73 Lodi Estate, New Delhi, India",India,acronin@unicef.org,,FALSE,,,,"['BCR', 'cost-benefit analysis', 'India', 'Odisha', 'sanitation']", +178,30059,4,3,https://iwaponline.com/washdev/article/4/3/532/30059/Open-source-mobile-water-quality-testing-platform,"Journal of Water, Sanitation & Hygiene for Development",Open-source mobile water quality testing platform,2014,FALSE,0,,[],3,Bas Wijnen,"Department of Materials Science & Engineering, Michigan Technological University, 601 M&M Building, 1400 Townsend Drive, Houghton, MI 49931-1295, USA",USA,,,Joshua M. Pearce,"Department of Materials Science & Engineering, Michigan Technological University, 601 M&M Building, 1400 Townsend Drive, Houghton, MI 49931-1295, USA",USA,pearce@mtu.edu,,FALSE,,,,"['BOD', 'COD', 'nephelometry', 'open-source hardware', 'turbidity', 'water testing']", +179,30060,4,3,https://iwaponline.com/washdev/article/4/3/538/30060/Monitoring-microbiological-and-physicochemical,"Journal of Water, Sanitation & Hygiene for Development","Monitoring microbiological and physicochemical quality of bottled mineral water sold in Minas Gerais, Brazil",2014,FALSE,0,,[],5,F. C. O. Gomes,"Department of Chemistry, Centro Federal de Educação Tecnológica de Minas Gerais, 5253, Amazonas Avenue, Belo Horizonte, Minas Gerais 30421-169, Brazil",Brazil,,,F. Badotti,"Department of Chemistry, Centro Federal de Educação Tecnológica de Minas Gerais, 5253, Amazonas Avenue, Belo Horizonte, Minas Gerais 30421-169, Brazil",Brazil,fbadotti@cebio.org,,FALSE,,,,"['bottled mineral water', 'chemical composition', 'microbiological quality', 'quality control']", +180,30061,4,4,https://iwaponline.com/washdev/article/4/4/545/30061/Effectiveness-of-public-rural-waterpoints-in,"Journal of Water, Sanitation & Hygiene for Development",Effectiveness of public rural waterpoints in Bangladesh with special reference to arsenic mitigation,2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.038/4/038.pdf?Expires=1706089417&Signature=VPVvdlR9vWGTsIvsSFT6jRGubo3eATjcCUh6a19ahpbdp1so2uyXwyIJLG4mwhUzVifZ-YTkYaoXbSu~vyVwLeUNYLXXsq21Uk461VCyCt~BeoILiAJTOy5-W-Cu57qD4uFuGrfklvJEmwnyaCjvcCDMsZ1RJ3oEXepsBqm~FmVLEGqsCfUzYgfJtxK6G2PfQHdENhaCsQxf4kVvFNMJqW9kXG2G0E0ot0ukqdiMinCSSM2y0qSC2OHB7FeKM7VOTK-zPP0nXj9~O8S1o~dfVIIc~0IwXfBV1ruZEjNmYXX5IZWkYpwIjclmhYBNEDbv9GqjkrG2SEzAFUUATaCLrA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Peter Ravenscroft,"UNICEF, BSL Office Complex, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,ravenscroftp@aol.com,,Peter Ravenscroft,"UNICEF, BSL Office Complex, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,ravenscroftp@aol.com,,FALSE,,,,"['arsenic', 'Bangladesh', 'contamination', 'functionality', 'rural water supply', 'sustainability']", +181,30063,4,4,https://iwaponline.com/washdev/article/4/4/563/30063/Fecal-sludge-management-a-comparative-analysis-of,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge management: a comparative analysis of 12 cities,2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.026/4/026.pdf?Expires=1706089419&Signature=TC9ZYapIKpDVSRzk3qfUnHoX~-AvyjuwT5uRYJMUvFRABlK4g1p-pkOQP~x2MTtRQcyg190UteBSm6UnG7sI~a6va1K-m2hudvsgt2J7XQrRNmSHHwFD1ux81~42KKcAifWLfzOldGF-XAsl1x1O2-gE1yNwpXp1Kk36DSUpcE0jHDguG~m4Mlpa5gS7of0-ZMXSJsodmLq3PNxEEYaZ1h8f9iFszZmO3r3wy0qk-XcHE~uhHWQhTdy2~xazfW2NOa-7OvAEVrTwyPxDLRquIboHmzhS3SINn5UXTu34BlHfFD331UoAh61u6fxvIM6OT5RkoUn4bgpvaPFDDfVuqA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",UK,andy.peal@ntlworld.com,,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",UK,andy.peal@ntlworld.com,,FALSE,,,,"['fecal sludge management', 'institutions', 'low-income countries', 'sanitation', 'service/value chain', 'urban']", +182,30064,4,4,https://iwaponline.com/washdev/article/4/4/576/30064/Undernutrition-s-blind-spot-a-review-of-fecally,"Journal of Water, Sanitation & Hygiene for Development",Undernutrition's blind spot: a review of fecally transmitted infections in India,2014,FALSE,0,,[],2,Robert Chambers,"Institute of Development Studies, University of Sussex, Brighton, BN1 9RE, UK and UNICEF Guinea-Bissau, United Nations Building – PO Box 464, 1034 Bissau-Codex, Guinea-Bissau",Guinea-Bissau,r.chambers@ids.ac.uk,,Robert Chambers,"Institute of Development Studies, University of Sussex, Brighton, BN1 9RE, UK and UNICEF Guinea-Bissau, United Nations Building – PO Box 464, 1034 Bissau-Codex, Guinea-Bissau",Guinea-Bissau,r.chambers@ids.ac.uk,,FALSE,,,,"['fecally transmitted infections', 'India', 'open defecation', 'sanitation', 'stunting', 'undernutrition']", +183,30065,4,4,https://iwaponline.com/washdev/article/4/4/590/30065/Data-and-monitoring-in-the-Indian-rural-water-and,"Journal of Water, Sanitation & Hygiene for Development",Data and monitoring in the Indian rural water and sanitation sector – a review of current status and proposed ways forward,2014,FALSE,0,,[],2,Aidan A. Cronin,"UNICEF India Country Office, UNICEF House, 73 Lodhi Estate, New Delhi 110 003, India",India,acronin@unicef.org,,Aidan A. Cronin,"UNICEF India Country Office, UNICEF House, 73 Lodhi Estate, New Delhi 110 003, India",India,acronin@unicef.org,,FALSE,,,,"['auditing', 'India', 'monitoring', 'open data', 'sanitation', 'water']", +184,30066,4,4,https://iwaponline.com/washdev/article/4/4/604/30066/Evaluation-of-Colilert-18R-as-an-alternative,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of Colilert-18® as an alternative method for monitoring total coliforms and Escherichia coli in some faecally polluted river waters,2014,FALSE,0,,[],2,Amanda S. Brand,"Division of Community Health, Faculty of Medicine and Health Sciences, University of Stellenbosch, South Africa",South Africa,anibrand85@gmail.com,,Amanda S. Brand,"Division of Community Health, Faculty of Medicine and Health Sciences, University of Stellenbosch, South Africa",South Africa,anibrand85@gmail.com,,FALSE,,,,"['faecal pollution monitoring', 'health risk assessment', 'method comparison', 'polluted environmental waters']", +185,30067,4,4,https://iwaponline.com/washdev/article/4/4/612/30067/Spatial-variations-in-access-to-improved,"Journal of Water, Sanitation & Hygiene for Development",Spatial variations in access to improved sanitation and water in Lagos state,2014,FALSE,0,,[],1,Michael Kunnuji,"Department of Sociology, University of Lagos, Nigeria",Nigeria,michaelkunnuji@gmail.com,,Michael Kunnuji,"Department of Sociology, University of Lagos, Nigeria",Nigeria,michaelkunnuji@gmail.com,,FALSE,,,,"['equitable distribution', 'Lagos state', 'metropocentric', 'pipe-borne water', 'waste collection']", +186,30068,4,4,https://iwaponline.com/washdev/article/4/4/620/30068/Removal-of-microbes-to-World-Health-Organization,"Journal of Water, Sanitation & Hygiene for Development","Removal of microbes to World Health Organization requirements using a locally developed, low cost, micro-porous, ceramic water filter",2014,FALSE,0,,[],3,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, 3886, South Africa",South Africa,simonisj@unizulu.ac.za,,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, 3886, South Africa",South Africa,simonisj@unizulu.ac.za,,FALSE,,,,"['ceramic', 'filtration', 'low-cost', 'microbial', 'recommendation', 'WHO']", +187,30069,4,4,https://iwaponline.com/washdev/article/4/4/625/30069/Greywater-treatment-by-vermifiltration-for-sub,"Journal of Water, Sanitation & Hygiene for Development",Greywater treatment by vermifiltration for sub-Saharan urban poor,2014,FALSE,0,,[],5,Amare T. Adugna,"International Institute for Water and Environmental Engineering, 01 BP 594 Ouagadougou 01, Burkina Faso",Burkina Faso,adugna.amare@2ie-edu.org,,Amare T. Adugna,"International Institute for Water and Environmental Engineering, 01 BP 594 Ouagadougou 01, Burkina Faso",Burkina Faso,adugna.amare@2ie-edu.org,,FALSE,,,,"['earthworms', 'Eudrilus eugeniae', 'greywater treatment', 'vermifiltration']", +188,30070,4,4,https://iwaponline.com/washdev/article/4/4/633/30070/Effect-of-hydraulic-loading-frequency-on,"Journal of Water, Sanitation & Hygiene for Development",Effect of hydraulic loading frequency on performance of planted drying beds for the treatment of faecal sludge,2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.024/4/024.pdf?Expires=1706089439&Signature=riP24KhlHHEGk5q772j6AKlVs8G6ue234LCBWdkcrYsLP1HDP5gdOQRba3~PVAw27i-2nnjSwGxQEj89YeRGDjtKPlC6pqWB~sYmokylhKGwe01aVh7vYt~lSloyqLrezWUwNrvfifJvq98IwvvD2Vi4Wyi6ARBLeix5VtLx9-bFSQp4JZW7F4P3JfiqN74VWvGuiaimkJPCmC6-vu9wcUsuO2kSwb192AzLKs34b1Nh9uKfsgJTQK5hMGwmVYEdlHMkKaPL~pCgJEzNH5WIq5jvSi6md6bpyxjYPQSi7DOyPwFFPjFn5iW3HO5SnAOr0G0hCUULA8gZj34lwOak7A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,El hadji Mamadou Sonko,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Sandec: Department of Water and Sanitation in Developing Countries, Ueberlandstrasse 133, 8600 Duebendorf, Switzerland",Switzerland,,,Linda Strande,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Sandec: Department of Water and Sanitation in Developing Countries, Ueberlandstrasse 133, 8600 Duebendorf, Switzerland",Switzerland,linda.strande@eawag.ch,,FALSE,,,,"['biosolids', 'Echinochloa pyramidalis', 'fodder', 'leachate', 'low- and middle-income countries', 'wastewater']", +189,30071,4,4,https://iwaponline.com/washdev/article/4/4/642/30071/If-you-build-it-will-they-come-Factors-influencing,"Journal of Water, Sanitation & Hygiene for Development",If you build it will they come? Factors influencing rural primary pupils' urination and defecation practices at school in western Kenya,2014,FALSE,0,,[],4,Bethany A. Caruso,"Center for Global Safe Water, Hubert Department of Global Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA 30322, USA and Department of Behavioral Sciences and Health Education, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",USA,bcaruso@emory.edu,,Bethany A. Caruso,"Center for Global Safe Water, Hubert Department of Global Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA 30322, USA and Department of Behavioral Sciences and Health Education, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",USA,bcaruso@emory.edu,,FALSE,,,,"['behavior', 'Kenya', 'menstrual hygiene management', 'school sanitation']", +190,30072,4,4,https://iwaponline.com/washdev/article/4/4/654/30072/Passive-evaporation-of-source-separated-urine-from,"Journal of Water, Sanitation & Hygiene for Development",Passive evaporation of source-separated urine from dry toilets: a lab study,2014,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.058/4/058.pdf?Expires=1706089445&Signature=hMEq78rHfwm65mXH8Y~62pcSxpMD3Y9s6OAS8jQ2Wu3zqTjs4FdToGBHDcNDFSwBSIjh7L7veiRYMqqj3KP7dEJ65CnonWZbjHC5V23p5DPwtYvTlq1e6PwS~zY5xC19RGXUbIm83k5ehBjotgjV-m-R5PTfeh~o0TBUpSD0LSXu~njekkbF-xGQ97SmGuTuyZ41zhEc0~Ow3FZh0ffmghhDXLhkcOdcNG~CcY4iy9xSfjunLZnJRTGKB3tsxxfjLQeIXvAAtZ80dC0umalxZE~Pn2NRnmm7dhXoFYbMDes~aPl3~u9OjMc~j1zkJ98maCH4emKgC8FwDwrWBWvQeQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada, T2N 1N4",T2N 1N4,bethuned@ucalgary.ca,,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada, T2N 1N4",T2N 1N4,bethuned@ucalgary.ca,,FALSE,,,,"['diversion', 'evaporation', 'sanitation', 'source-separation', 'urine']", +191,30073,4,4,https://iwaponline.com/washdev/article/4/4/663/30073/Deployment-of-the-microbial-fuel-cell-latrine-in,"Journal of Water, Sanitation & Hygiene for Development",Deployment of the microbial fuel cell latrine in Ghana for decentralized sanitation,2014,FALSE,0,,[],5,Cynthia J. Castro,"University of Massachusetts Amherst, Department of Civil and Environmental Engineering, 18 Marston Hall, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",USA,,,Caitlyn S. Butler,"University of Massachusetts Amherst, Department of Civil and Environmental Engineering, 16B Marston Hall, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",USA,cbutler@ecs.umass.edu,,FALSE,,,,"['decentralized treatment', 'ecological sanitation', 'latrine', 'microbial fuel cell', 'sustainability']", +192,30074,4,4,https://iwaponline.com/washdev/article/4/4/672/30074/Comparing-health-outcomes-and-point-of-use-water,"Journal of Water, Sanitation & Hygiene for Development","Comparing health outcomes and point-of-use water quality in two rural indigenous communities of Baja California, Mexico before and after receiving new potable water infrastructure",2014,FALSE,0,,[],5,Paula Stigler-Granados,"San Diego State University, Graduate School of Public Health, 5250 Campanile Dr. San Diego, CA 92182",CA 92182,paula.stigler@gmail.com,,Paula Stigler-Granados,"San Diego State University, Graduate School of Public Health, 5250 Campanile Dr. San Diego, CA 92182",CA 92182,paula.stigler@gmail.com,,FALSE,,,,"['health outcomes', 'indigenous community', 'Mexico', 'point-of-use', 'pre- and post-evaluation', 'rural water systems']", +193,30075,4,4,https://iwaponline.com/washdev/article/4/4/681/30075/Sanitation-in-developing-countries-a-systematic,"Journal of Water, Sanitation & Hygiene for Development",Sanitation in developing countries: a systematic review of user preferences and motivations,2014,FALSE,0,,[],2,Zakiya Seymour,"School of Civil and Environmental Engineering, Georgia Institute of Technology, Atlanta, GA 30332, USA",USA,,,Joseph Hughes,"College of Engineering, Drexel University, Philadelphia, PA 19104, USA",USA,jhughes@coe.drexel.edu,,FALSE,,,,"['adoption', 'attitude', 'behavior', 'preferences', 'sanitation']", +194,30076,4,4,https://iwaponline.com/washdev/article/4/4/692/30076/Constraints-and-motivations-to-sanitation-business,"Journal of Water, Sanitation & Hygiene for Development",Constraints and motivations to sanitation business in peri-urban communities in Ghana,2014,FALSE,0,,[],5,Fred Nimoh,"Department of Agricultural Economics, Agribusiness and Extension, KNUST, Kumasi, Ghana",Ghana,frediemoh@yahoo.com,,Fred Nimoh,"Department of Agricultural Economics, Agribusiness and Extension, KNUST, Kumasi, Ghana",Ghana,frediemoh@yahoo.com,,FALSE,,,,"['constraints', 'motivations', 'peri-urban Ghana', 'sanitation business', 'SUSA']", +195,30078,4,4,https://iwaponline.com/washdev/article/4/4/699/30078/Microfinance-partnerships-to-improve-access-to,"Journal of Water, Sanitation & Hygiene for Development",Microfinance partnerships to improve access to durable water filters: results from six pilots in India and Cambodia,2014,FALSE,0,,[],6,Elizabeth M. Blanton,"Safe Water Project, Technology Solutions, PATH, 2201 Westlake Ave, Suite 200, Seattle, WA 98121, USA",USA,eblanton@uw.edu,,Elizabeth M. Blanton,"Safe Water Project, Technology Solutions, PATH, 2201 Westlake Ave, Suite 200, Seattle, WA 98121, USA",USA,eblanton@uw.edu,,FALSE,,,,"['Cambodia', 'household water filters', 'HWTS', 'India', 'microfinance', 'monitoring and evaluation']", +196,30079,4,4,https://iwaponline.com/washdev/article/4/4/709/30079/The-potential-of-a-semi-decentralised-bulk-water,"Journal of Water, Sanitation & Hygiene for Development",The potential of a semi-decentralised bulk water treatment approach for emergency relief,2014,FALSE,0,,[],2,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6 and Environment & Regional Development Graduate Program (PGDRA), Universidade Federal de Rondônia (UNIR), Porto Velho, Rondônia, Brazil",Brazil,caetano.dorea@gci.ulaval.ca,,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6 and Environment & Regional Development Graduate Program (PGDRA), Universidade Federal de Rondônia (UNIR), Porto Velho, Rondônia, Brazil",Brazil,caetano.dorea@gci.ulaval.ca,,FALSE,,,,"['coagulation', 'disinfection', 'emergency', 'water treatment']", +197,30080,4,4,https://iwaponline.com/washdev/article/4/4/714/30080/Effect-of-source-water-quality-on-solar,"Journal of Water, Sanitation & Hygiene for Development",Effect of source water quality on solar disinfection rate under multiple experimental conditions,2014,FALSE,0,,[],2,M. Mansoor Ahammed,"Civil Engineering Department, S V National Institute of Technology, Surat – 395 007, Gujarat, India",India,mansoorahammed@gmail.com,,M. Mansoor Ahammed,"Civil Engineering Department, S V National Institute of Technology, Surat – 395 007, Gujarat, India",India,mansoorahammed@gmail.com,,FALSE,,,,"['household water treatment', 'solar disinfection', 'source water quality', 'total coliforms']", +198,30081,4,4,https://iwaponline.com/washdev/article/4/4/720/30081/Water-consumption-patterns-in-a-rural-setting-in,"Journal of Water, Sanitation & Hygiene for Development","Water consumption patterns in a rural setting in Ngamiland district, Botswana: the case of Boro village",2014,FALSE,0,,[],2,Itumeleng Oageng,"University of Botswana, Maun, Ngamiland District, Botswana",Botswana,,,Gagoitseope Power Mmopelwa,"University of Botswana, Maun, Ngamiland District, Botswana",Botswana,gmmopelwa@mopipi.ub.bw,,FALSE,,,,"['Boro', 'households', 'Okavango Delta', 'per capita', 'rural', 'water consumption']", +199,30082,4,4,https://iwaponline.com/washdev/article/4/4/727/30082/A-study-on-contamination-risks-of-wells-from,"Journal of Water, Sanitation & Hygiene for Development","A study on contamination risks of wells from Kollam district, southern India",2014,FALSE,0,,[],5,S. Usha,"Department of Zoology, SN Women's College, Kollam, India",India,,,P. S. Rakesh,"District Medical Office, Kerala State Health Services, Kollam, India",India,rakeshrenjini@gmail.com,,FALSE,,,,"['hepatitis A', 'risk of contamination scoring', 'sanitary inspection', 'sanitary well', 'waterborne diseases', 'water quality']", +200,30083,4,4,https://iwaponline.com/washdev/article/4/4/733/30083/Letters-to-the-Editor,"Journal of Water, Sanitation & Hygiene for Development",Letters to the Editor,2014,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[], +201,30084,4,4,https://iwaponline.com/washdev/article/4/4/734/30084/Letters-to-the-Editor,"Journal of Water, Sanitation & Hygiene for Development",Letters to the Editor,2014,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[], +202,30378,5,1,https://iwaponline.com/washdev/article/5/1/1/30378/A-multidimensional-measurement-of-the-health,"Journal of Water, Sanitation & Hygiene for Development",A multidimensional measurement of the health impact of community-based water treatment systems in Uganda,2015,FALSE,0,,[],6,Jeffery L. Deal,"Water Missions International, 2049 Savannah Highway, Charleston, SC 29407, USA",USA,jldeal@comcast.net,,Jeffery L. Deal,"Water Missions International, 2049 Savannah Highway, Charleston, SC 29407, USA",USA,jldeal@comcast.net,,FALSE,,,,"['diarrhea', 'health', 'hygiene', 'methodology', 'water', 'waterborne pathogens']", +203,30379,5,1,https://iwaponline.com/washdev/article/5/1/9/30379/Choosing-bottled-over-tapped-drinking-water-in-the,"Journal of Water, Sanitation & Hygiene for Development",Choosing bottled over tapped: drinking water in the Dominican Republic,2015,FALSE,0,,[],1,John D. McLennan,"Cumming School of Medicine, University of Calgary, TRW Building, 3rd Floor, 3280 Hospital Drive N.W., Calgary, AB, Canada T2N 4Z6",Canada T2N 4Z6,jmclenna@ucalgary.ca,,John D. McLennan,"Cumming School of Medicine, University of Calgary, TRW Building, 3rd Floor, 3280 Hospital Drive N.W., Calgary, AB, Canada T2N 4Z6",Canada T2N 4Z6,jmclenna@ucalgary.ca,,FALSE,,,,"['bottled water', 'domestic water consumption', 'Dominican Republic', 'drinking water']", +204,30381,5,1,https://iwaponline.com/washdev/article/5/1/17/30381/Evaluation-of-the-quality-of-service-of-the-water,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of the quality of service of the water supply delivery in Lebanon,2015,FALSE,0,,[],1,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,,FALSE,,,,"['fuzzy sets', 'monitoring and reporting', 'quality of service', 'water supply']", +205,30382,5,1,https://iwaponline.com/washdev/article/5/1/28/30382/Development-of-improved-low-cost-ceramic-water,"Journal of Water, Sanitation & Hygiene for Development",Development of improved low-cost ceramic water filters for viral removal in the Haitian context,2015,FALSE,0,,[],8,L. Guerrero-Latorre,"Laboratory of Virus Contaminants of Water and Food, Department of Microbiology, Faculty of Biology, University of Barcelona, Barcelona 08028, Spain",Spain,,,R. Girones,"Laboratory of Virus Contaminants of Water and Food, Department of Microbiology, Faculty of Biology, University of Barcelona, Barcelona 08028, Spain",Spain,rgirones@ub.edu,,FALSE,,,,"['ceramic fired in reductive atmosphere', 'ceramic water filters', 'household water treatment and safe storage', 'viral removal efficiencies', 'waterborne viruses']", +206,30384,5,1,https://iwaponline.com/washdev/article/5/1/39/30384/Microbial-quality-of-domestic-water-following-the,"Journal of Water, Sanitation & Hygiene for Development",Microbial quality of domestic water: following the contamination chain in a rural township in Kenya,2015,FALSE,0,,[],5,Pauline W. Macharia,"Department of Biological Sciences, Egerton University, Njoro Campus, P.O. Box 536-20115 Egerton, Kenya",Kenya,macharia.pauline@yahoo.com,,Pauline W. Macharia,"Department of Biological Sciences, Egerton University, Njoro Campus, P.O. Box 536-20115 Egerton, Kenya",Kenya,macharia.pauline@yahoo.com,,FALSE,,,,"['contamination chain', 'domestic water', 'household income', 'microbial quality', 'point-of-consumption']", +207,30386,5,1,https://iwaponline.com/washdev/article/5/1/50/30386/First-stage-of-the-French-vertical-flow,"Journal of Water, Sanitation & Hygiene for Development",First stage of the French vertical flow constructed wetland system: experiments with the reduction of surface area and number of units,2015,FALSE,0,,[],6,E. S. Manjate,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Brazil",Brazil,eliasmanjate@yahoo.com.br,,E. S. Manjate,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Brazil",Brazil,eliasmanjate@yahoo.com.br,,FALSE,,,,"['domestic sewage', 'feeding operation', 'vertical-flow constructed wetlands']", +208,30387,5,1,https://iwaponline.com/washdev/article/5/1/56/30387/Effective-pathogen-removal-by-low-temperature,"Journal of Water, Sanitation & Hygiene for Development",Effective pathogen removal by low temperature thermal pre-treatment and anaerobic digestion for Class A biosolids production from sewage sludge,2015,FALSE,0,,[],3,Daniel De los Cobos-Vasconcelos,"Instituto de Ingeniería, Universidad Nacional Autónoma de México, Circuito Escolar, Ciudad Universitaria, Coyoacán, 04510 Mexico, DF, Mexico",Mexico,ddeloscobosv@ii.unam.mx,,Daniel De los Cobos-Vasconcelos,"Instituto de Ingeniería, Universidad Nacional Autónoma de México, Circuito Escolar, Ciudad Universitaria, Coyoacán, 04510 Mexico, DF, Mexico",Mexico,ddeloscobosv@ii.unam.mx,,FALSE,,,,"['Class A biosolids', 'low thermal pre-treatment', 'pathogen reactivation', 'sewage sludge']", +209,30388,5,1,https://iwaponline.com/washdev/article/5/1/64/30388/Blue-Diversion-a-new-approach-to-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Blue Diversion: a new approach to sanitation in informal settlements,2015,FALSE,0,,[],9,Tove A. Larsen,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,tove.larsen@eawag.ch,,Tove A. Larsen,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,tove.larsen@eawag.ch,,FALSE,,,,"['innovation', 'resource recovery', 'source separation', 'toilet design', 'urban', 'wastewater treatment']", +210,30389,5,1,https://iwaponline.com/washdev/article/5/1/72/30389/Faecal-sludge-drying-beds-increasing-drying-rates,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge drying beds: increasing drying rates for fuel resource recovery in Sub-Saharan Africa,2015,FALSE,0,,[],6,Alsane Seck,"Institute of Environmental Sciences (ISE), Faculty of Sciences and Technics, Cheikh Anta Diop University of Dakar, Dakar-Fann B.P. 5005, Senegal",Senegal,,,Moritz Gold,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Sandec: Department of Water and Sanitation in Developing Countries, Ueberlandstrasse 133, Duebendorf 8600, Switzerland",Switzerland,moritz.gold@eawag.ch,,FALSE,,,,"['developing countries', 'faecal sludge management', 'sanitation', 'solar drying', 'waste to energy']", +211,30392,5,1,https://iwaponline.com/washdev/article/5/1/81/30392/Characterization-of-a-bioflocculant-produced-from,"Journal of Water, Sanitation & Hygiene for Development",Characterization of a bioflocculant produced from the consortium of three marine bacteria of the genera Cobetia and Bacillus and its application for wastewater treatment,2015,FALSE,0,,[],5,A. M. Ugbenyen,"Department of Hydrology, University of Zululand, KwaDlangezwa, KZN, South Africa",South Africa,ugbenyenanthony@gmail.com,,A. M. Ugbenyen,"Department of Hydrology, University of Zululand, KwaDlangezwa, KZN, South Africa",South Africa,ugbenyenanthony@gmail.com,,FALSE,,,,"['bioflocculant', 'biotechnology', 'COD reduction', 'turbidity', 'wastewater']", +212,30393,5,1,https://iwaponline.com/washdev/article/5/1/89/30393/Access-to-improved-sanitation-facilities-in-low,"Journal of Water, Sanitation & Hygiene for Development",Access to improved sanitation facilities in low-income informal settlements of East African cities,2015,FALSE,0,,[],8,K. Okurut,"Centre for Environmental Strategy (CES), University of Surrey, Guildford, UK",UK,k.okurut@surrey.ac.uk,,K. Okurut,"Centre for Environmental Strategy (CES), University of Surrey, Guildford, UK",UK,k.okurut@surrey.ac.uk,,FALSE,,,,"['access', 'barriers', 'East Africa', 'improved sanitation', 'informal settlements', 'mixed methods']", +213,30395,5,1,https://iwaponline.com/washdev/article/5/1/100/30395/Modelling-the-fill-rate-of-pit-latrines-in-Ifakara,"Journal of Water, Sanitation & Hygiene for Development","Modelling the fill rate of pit latrines in Ifakara, Tanzania",2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/1/10.2166_washdev.2014.082/4/082.pdf?Expires=1706089521&Signature=w5MQgRd5dUzhN8Q5kMd7o2wvehdtUHEbxsjc8V04jNHC4QSqAO04mucMKotk2~T~r~Tgb8964Ft2uIkU9wTrpKFJCDnX7YV3kTLIbZ05UqVQmNy5ioywJI7Q-eBmWKuTPntqY9Iochj9jO4fG7HUErezPML03Db3sOVdz-Auv5Z7AJUyeXHb5wQtlYozWZ7FStczOR9IsOllRSjX6pS22Nh71VogqaNURe04IKVNw7SQ2J1Ljj-RhjtxCZx1qb0Hj~kCYYteESTX803P4rBSRYvU4mLVM0Og781bawdHzNBiuJRADfgFPNxuq1eji9rJg0pIO1n5kTmbm82Dr~3K~A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Lindsay C. Todman,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",UK,lindsay.todman@rothamsted.ac.uk,,Lindsay C. Todman,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",UK,lindsay.todman@rothamsted.ac.uk,,FALSE,,,,"['biodegradation', 'fill rate', 'pit latrine']", +214,30396,5,1,https://iwaponline.com/washdev/article/5/1/107/30396/Hand-washing-practices-of-the-residents-of-Silesia,"Journal of Water, Sanitation & Hygiene for Development",Hand washing practices of the residents of Silesia (Poland) based on observations in public toilets,2015,FALSE,0,,[],3,Jolanta Malinowska-Borowska,"Department of Toxicology and Health Protection, Chair of Toxicology and Addiction, School of Public Health, Medical University of Silesia, 18 Medyków Str., Katowice 40-752, Poland",Poland,jmalinowska@sum.edu.pl,,Jolanta Malinowska-Borowska,"Department of Toxicology and Health Protection, Chair of Toxicology and Addiction, School of Public Health, Medical University of Silesia, 18 Medyków Str., Katowice 40-752, Poland",Poland,jmalinowska@sum.edu.pl,,FALSE,,,,"['disinfection', 'hand observation', 'hand washing', 'Poland', 'public toilets']", +215,30398,5,1,https://iwaponline.com/washdev/article/5/1/115/30398/Psychosocial-stress-associated-with-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Psychosocial stress associated with sanitation practices: experiences of women in a rural community in India,2015,FALSE,0,,[],7,Siddhivinayak Hirve,"KEM Hospital Research Center, Pune, India",India,sidbela@vsnl.com,,Siddhivinayak Hirve,"KEM Hospital Research Center, Pune, India",India,sidbela@vsnl.com,,FALSE,,,,"['hygiene', 'India', 'psychosocial stress', 'sanitation', 'toilets', 'WASH']", +216,30400,5,1,https://iwaponline.com/washdev/article/5/1/127/30400/Drinking-water-infrastructure-in-the-Ashanti,"Journal of Water, Sanitation & Hygiene for Development",Drinking water infrastructure in the Ashanti Region of Ghana: developing a model for sustainable interventions by non-governmental organizations,2015,FALSE,0,,[],9,D. Alexander,"Department of Medicine, Center for Global Health, University of Chicago, Chicago, USA",USA,,,C. O. Olopade,"Section of Pulmonary and Critical Care, Department of Medicine, Center for Global Health, University of Chicago, 5841 S. Maryland Avenue, MC 6076, Chicago, IL 60637, USA",USA,solopade@bsd.uchicago.edu,,FALSE,,,,"['Ashanti Region', 'borehole', 'drinking water', 'Ghana', 'non-profit organization', 'well']", +217,30402,5,1,https://iwaponline.com/washdev/article/5/1/136/30402/A-critical-evaluation-of-Rwanda-s-potential-to,"Journal of Water, Sanitation & Hygiene for Development",A critical evaluation of Rwanda's potential to achieve the millennium development goals for clean water and sanitation,2015,FALSE,0,,[],4,Pamela Abbott,"University of Aberdeen, Aberdeen, UK",UK,,,Roger Sapsford,"Formerly National University of Rwanda, Butare, Rwanda",Rwanda,rjsapsford@gmail.com,,FALSE,,,,"['informal settlements', 'Millennium Development Goals', 'Rwanda', 'safe water', 'sanitation chains']", +218,30404,5,1,https://iwaponline.com/washdev/article/5/1/143/30404/Domestic-private-fecal-sludge-emptying-services-in,"Journal of Water, Sanitation & Hygiene for Development",Domestic private fecal sludge emptying services in Cambodia: between market efficiency and regulation needs for sustainable management,2015,FALSE,0,,[],2,Clément Frenoux,"LEREPS/GRET, Université de Toulouse 1 Capitole, Manufacture des tabacs, 21 allée de Brienne, 31 042, Toulouse, France",France,frenoux@gret.org,,Clément Frenoux,"LEREPS/GRET, Université de Toulouse 1 Capitole, Manufacture des tabacs, 21 allée de Brienne, 31 042, Toulouse, France",France,frenoux@gret.org,,FALSE,,,,"['externalities', 'fecal sludge management', 'market-oriented approach', 'regulation', 'urban sanitation']", +219,30407,5,1,https://iwaponline.com/washdev/article/5/1/156/30407/eSOSR-emergency-Sanitation-Operation-System,"Journal of Water, Sanitation & Hygiene for Development",eSOS® – emergency Sanitation Operation System,2015,FALSE,0,,[],8,D. Brdjanovic,"Environmental Engineering and Water Technology Department, UNESCO-IHE, P.O. Box 3015, 2601 DA Delft, The Netherlands",The Netherlands,d.brdjanovic@unesco-ihe.org,,D. Brdjanovic,"Environmental Engineering and Water Technology Department, UNESCO-IHE, P.O. Box 3015, 2601 DA Delft, The Netherlands",The Netherlands,d.brdjanovic@unesco-ihe.org,,FALSE,,,,"['emergency', 'feces', 'sanitation', 'technology', 'toilet', 'urine']", +220,30409,5,1,https://iwaponline.com/washdev/article/5/1/165/30409/Co-composting-of-fecal-matter-in-Mongolia-using,"Journal of Water, Sanitation & Hygiene for Development",Co-composting of fecal matter in Mongolia using two different technologies,2015,FALSE,0,,[],5,Ibrahim Babatunde Mahmood,"School of Civil and Environmental Engineering, University of Science and Technology Beijing, Beijing 100083, PR China",PR China,ibrahim_827@yahoo.com,,Ibrahim Babatunde Mahmood,"School of Civil and Environmental Engineering, University of Science and Technology Beijing, Beijing 100083, PR China",PR China,ibrahim_827@yahoo.com,,FALSE,,,,"['co-composting', 'composting facility', 'eco-toilets', 'fecal matter', 'greenhouse', 'sanitation']", +221,30085,5,2,https://iwaponline.com/washdev/article/5/2/173/30085/The-Native-American-voice-in-United-States-water,"Journal of Water, Sanitation & Hygiene for Development",The Native American voice in United States water rights,2015,FALSE,0,,[],2,Karen R. Marsh,"228 Harbor Fog Trail, Holly Springs, NC, 27540, USA",USA,,,Michael D. Smith,"Water, Engineering and Development Centre, Loughborough University, The John Pickford Building, Loughborough, Leicestershire LE11 3TU, UK",UK,M.D.Smith@lboro.ac.uk,,FALSE,,,,"['Native Americans', 'sacred beliefs', 'USA', 'water rights']", +222,30087,5,2,https://iwaponline.com/washdev/article/5/2/183/30087/Putting-WASH-in-the-water-cycle-climate-change,"Journal of Water, Sanitation & Hygiene for Development","Putting WASH in the water cycle: climate change, water resources and the future of water, sanitation and hygiene challenges in Pacific Island Countries",2015,FALSE,0,,[],7,Wade L. Hadwen,"Australian Rivers Institute, Griffith School of Environment, Griffith University, Nathan, Queensland 4111, Australia",Australia,w.hadwen@griffith.edu.au,,Wade L. Hadwen,"Australian Rivers Institute, Griffith School of Environment, Griffith University, Nathan, Queensland 4111, Australia",Australia,w.hadwen@griffith.edu.au,,FALSE,,,,"['adaptation', 'adaptive capacity', 'integrated water resource management', 'sustainable development', 'vulnerability']", +223,30090,5,2,https://iwaponline.com/washdev/article/5/2/192/30090/Water-and-sanitation-hygiene-knowledge-attitudes,"Journal of Water, Sanitation & Hygiene for Development","Water and sanitation hygiene knowledge, attitudes and practices among school settings in rural Chennai",2015,FALSE,0,,[],7,S. Vishnupriya,"Saveetha Medical College, Saveetha University, Saveetha Nagar, Thandalam, Chennai 602105, India",India,,,Ashish Joshi,"Center for Global Health and Development, College of Public Health, University of Nebraska Medical Center, 42nd and Emile, Omaha, Nebraska 68198, USA",USA,ashish.joshi@unmc.edu,,FALSE,,,,"['India', 'knowledge and perceptions', 'rural', 'school', 'water and sanitation hygiene', 'WASH practices']", +224,30091,5,2,https://iwaponline.com/washdev/article/5/2/201/30091/A-study-of-the-consumption-pattern-in-a-continuous,"Journal of Water, Sanitation & Hygiene for Development","A study of the consumption pattern in a continuous water service demonstration zone and bulk water demand forecasting for Hubli-Dharwad, India",2015,FALSE,0,,[],3,K. P. Jayaramu,"Research Scholar (External), Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Mysore, Karnataka 570006, India and Executive Engineer, Karnataka Urban Water Supply & Drainage Board, JnNURM City Division, Mysore, Karnataka 570020, India",India,jayaram.savewater@gmail.com,,K. P. Jayaramu,"Research Scholar (External), Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Mysore, Karnataka 570006, India and Executive Engineer, Karnataka Urban Water Supply & Drainage Board, JnNURM City Division, Mysore, Karnataka 570020, India",India,jayaram.savewater@gmail.com,,FALSE,,,,"['continuous water service', 'intermittent water service', 'water demand forecast']", +225,30093,5,2,https://iwaponline.com/washdev/article/5/2/213/30093/Biosand-water-filters-for-floating-villages-in,"Journal of Water, Sanitation & Hygiene for Development",Biosand water filters for floating villages in Cambodia: safe water does not prevent recontamination,2015,FALSE,0,,[],4,K. D. Curry,"Bridgewater State University, 131 Summer Street, Bridgewater, MA 02325, USA",USA,kcurry@bridgew.edu,,K. D. Curry,"Bridgewater State University, 131 Summer Street, Bridgewater, MA 02325, USA",USA,kcurry@bridgew.edu,,FALSE,,,,"['biosand filters', 'Cambodia', 'floating villages', 'recontamination', 'Tonle Sap', 'WASH']", +226,30094,5,2,https://iwaponline.com/washdev/article/5/2/220/30094/Fouling-in-hollow-fiber-membrane-microfilters-used,"Journal of Water, Sanitation & Hygiene for Development",Fouling in hollow fiber membrane microfilters used for household water treatment,2015,FALSE,0,,[],8,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",USA,anna.murray@tufts.edu,,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",USA,anna.murray@tufts.edu,,FALSE,,,,"['drinking water', 'filter fouling', 'hollow fiber membrane', 'household water treatment', 'microfiltration', 'point-of-use']", +227,30095,5,2,https://iwaponline.com/washdev/article/5/2/229/30095/A-review-of-Fouling-in-hollow-fiber-membrane,"Journal of Water, Sanitation & Hygiene for Development","A review of: Fouling in hollow fiber membrane microfilters used for household water treatment (2015) Murray, A., Goeb, M., Stewart, B., Hopper, C., Peck, J., Meub, C., Asatekin, A. & Lantagne, D. J. WASHDEV 5 (2), 220–228 doi:10.2166/washdev.2015.206",2015,FALSE,0,,[],3,Erik D. Lindquist,"School of Science, Engineering and Health, Messiah College, One College Avenue, Mechanicsburg, PA 17055, USA",USA,quist@messiah.edu,,Erik D. Lindquist,"School of Science, Engineering and Health, Messiah College, One College Avenue, Mechanicsburg, PA 17055, USA",USA,quist@messiah.edu,,FALSE,,,,[], +228,30096,5,2,https://iwaponline.com/washdev/article/5/2/232/30096/Response-to-Lindquist-E-D-Norman-W-R-amp-Soerens-T,"Journal of Water, Sanitation & Hygiene for Development","Response to: Lindquist, E. D., Norman, W. R., & Soerens, T. (2015) A review of: Fouling in hollow fiber membrane microfilters used for household water treatment (2015) Murray, A., Goeb, M., Stewart, B., Hopper, C., Peck, J., Meub, C., Asatekin, A. & Lantagne, D. J. WASHDEV 5 (2), 220–228 doi:10.2166/washdev.2015.206",2015,FALSE,0,,[],8,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",USA,anna.murray@tufts.edu,,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",USA,anna.murray@tufts.edu,,FALSE,,,,[], +229,30098,5,2,https://iwaponline.com/washdev/article/5/2/235/30098/Removal-of-an-azo-dye-Orange-G-from-aqueous,"Journal of Water, Sanitation & Hygiene for Development",Removal of an azo dye (Orange G) from aqueous solution using modified sawdust,2015,FALSE,0,,[],3,Sushmita Banerjee,"Department of Chemistry, University of Allahabad, Allahabad 211 002, India",India,sushmita.bnerjee@gmail.com,,Sushmita Banerjee,"Department of Chemistry, University of Allahabad, Allahabad 211 002, India",India,sushmita.bnerjee@gmail.com,,FALSE,,,,"['adsorption', 'azo dye', 'isotherm study', 'mass transfer study', 'sawdust']", +230,30099,5,2,https://iwaponline.com/washdev/article/5/2/244/30099/Assessing-public-perception-of-odours-in-a,"Journal of Water, Sanitation & Hygiene for Development","Assessing public perception of odours in a community: case of Ayigya Zongo, an urban poor community in Ghana",2015,FALSE,0,,[],3,Kobina Afful,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,affulkobina@yahoo.com,,Kobina Afful,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,affulkobina@yahoo.com,,FALSE,,,,"['community survey', 'odour', 'odour annoyance']", +231,30100,5,2,https://iwaponline.com/washdev/article/5/2/252/30100/Faecal-pollution-and-solar-purification-of,"Journal of Water, Sanitation & Hygiene for Development","Faecal pollution and solar purification of community water sources within Lake Naivasha basin, Kenya",2015,FALSE,0,,[],6,Donde O. Omondi,"Department of Environmental Science, Egerton University, P.O. Box 536-20115, Egerton, Kenya",Kenya,oscinho@yahoo.co.uk,,Donde O. Omondi,"Department of Environmental Science, Egerton University, P.O. Box 536-20115, Egerton, Kenya",Kenya,oscinho@yahoo.co.uk,,FALSE,,,,"['coliforms', 'disinfection', 'microbial', 'pasteurization', 'pollution']", +232,30103,5,2,https://iwaponline.com/washdev/article/5/2/261/30103/Sustainability-of-a-sanitation-program-in-flooded,"Journal of Water, Sanitation & Hygiene for Development",Sustainability of a sanitation program in flooded areas of the Brazilian Amazon,2015,FALSE,0,,[],5,Maria Cecilia Rosinski Lima Gomes,"Mamiraua Institute for Sustainable Development, Estrada do Bexiga, No 2584, P.O. Box 31, CEP 69550-000, Tefé, Amazonas, Brazil",Brazil,engceciliagomes@gmail.com,,Maria Cecilia Rosinski Lima Gomes,"Mamiraua Institute for Sustainable Development, Estrada do Bexiga, No 2584, P.O. Box 31, CEP 69550-000, Tefé, Amazonas, Brazil",Brazil,engceciliagomes@gmail.com,,FALSE,,,,"['Amazon', 'Brazil', 'double-vault toilet', 'flooded area', 'riverine populations', 'sanitation']", +233,30107,5,2,https://iwaponline.com/washdev/article/5/2/271/30107/The-impact-of-a-school-based-hygiene-education,"Journal of Water, Sanitation & Hygiene for Development",The impact of a school-based hygiene education intervention on student knowledge in Kenya,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/2/10.2166_washdev.2015.134/4/134.pdf?Expires=1706089588&Signature=tBiLr3Yw3kfcMbdxXRAArOI9p31-~m07IXOgfFFsMNs~0YqWB3QFmzEO2UGoACCNtS-BXWj0XcTHLT3a2NTitKz13c0--Bk4og7tiNkY2Kf~BEtW-q6uoBZjxq40eEEkS2uWOkAF5hoBJCwvDwcFZKUODU~nmzuTfGBZRQvqLe3hC3fH08SGln4Mhx72IvmtFKpKa40lvuClFuHZ09J59grbfevgBxij9KMlzEC22RTNkiwX~e7cdV9l7GotnZslDF4AcAaFm3CrZGizIDdH019VYpYSVCJ1UUlpKBAlHEITuE03DypWck8DkeyYK0xV7~eenZWJ1E9QgcsZAeqUlQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Daniel M. Nzengya,"Biodesign Institute, Center for Sustainable Health, Arizona State University, Tempe, Arizona 85287-6701, USA",USA,dnzengya@yahoo.com,,Daniel M. Nzengya,"Biodesign Institute, Center for Sustainable Health, Arizona State University, Tempe, Arizona 85287-6701, USA",USA,dnzengya@yahoo.com,,FALSE,,,,"['drinking-water quality', 'hand washing', 'hygiene education', 'Kenya', 'schoolchildren', 'water-borne diarrhea']", +234,30108,5,2,https://iwaponline.com/washdev/article/5/2/279/30108/Assessing-factors-that-lead-to-use-of-appropriate,"Journal of Water, Sanitation & Hygiene for Development","Assessing factors that lead to use of appropriate technology handwashing stations in Mali, West Africa",2015,FALSE,0,,[],3,Colleen C. Naughton,"Civil & Environmental Engineering, University of South Florida, 4202 E. Fowler Avenue, ENB 118, Tampa, FL 33620-5350",FL 33620-5350,cnaughto@mail.usf.edu,,Colleen C. Naughton,"Civil & Environmental Engineering, University of South Florida, 4202 E. Fowler Avenue, ENB 118, Tampa, FL 33620-5350",FL 33620-5350,cnaughto@mail.usf.edu,,FALSE,,,,"['gender', 'health', 'hygiene', 'Millennium Development Goals', 'sub-Saharan Africa', 'sustainable development']", +235,30109,5,2,https://iwaponline.com/washdev/article/5/2/289/30109/Exploring-the-utility-of-diffusion-theory-to,"Journal of Water, Sanitation & Hygiene for Development",Exploring the utility of diffusion theory to evaluate social marketing approaches to improve urban sanitation in Malawi,2015,FALSE,0,,[],4,B. Cole,"School of Engineering and Information Technology, Murdoch University, Murdoch, Western Australia, Australia",Australia,ben_cole_h2o@mac.com,,B. Cole,"School of Engineering and Information Technology, Murdoch University, Murdoch, Western Australia, Australia",Australia,ben_cole_h2o@mac.com,,FALSE,,,,"['diffusion', 'ecological sanitation', 'innovator', 'social marketing']", +236,30111,5,2,https://iwaponline.com/washdev/article/5/2/301/30111/A-validity-assessment-of-consumer-satisfaction-to,"Journal of Water, Sanitation & Hygiene for Development",A validity assessment of consumer satisfaction to measure performance of water services in Guatemala,2015,FALSE,0,,[],1,William F. Vásquez,"Associate Professor of Economics, Fairfield University, 1073 North Benson Rd, Fairfield, CT 06824, USA",USA,wvasquez@fairfield.edu,,William F. Vásquez,"Associate Professor of Economics, Fairfield University, 1073 North Benson Rd, Fairfield, CT 06824, USA",USA,wvasquez@fairfield.edu,,FALSE,,,,"['consumer satisfaction', 'Guatemala', 'service performance', 'validity assessment', 'water services']", +237,30114,5,2,https://iwaponline.com/washdev/article/5/2/310/30114/Reporting-progress-on-the-human-right-to-water-and,"Journal of Water, Sanitation & Hygiene for Development",Reporting progress on the human right to water and sanitation through JMP and GLAAS,2015,FALSE,0,,[],3,Óscar Flores Baquero,"Research Group on Engineering Sciences and Global Development, Universitat Politècnica de Catalunya, Barcelona (UPC), Spain",Spain,oscar.flores.baquero@upc.edu,,Óscar Flores Baquero,"Research Group on Engineering Sciences and Global Development, Universitat Politècnica de Catalunya, Barcelona (UPC), Spain",Spain,oscar.flores.baquero@upc.edu,,FALSE,,,,"['GLAAS', 'global monitoring', 'human rights', 'JMP', 'post-2015', 'WASH']", +238,30116,5,2,https://iwaponline.com/washdev/article/5/2/322/30116/Identification-of-urine-scale-problems-in-urinals,"Journal of Water, Sanitation & Hygiene for Development",Identification of urine scale problems in urinals and the solution using rainwater,2015,FALSE,0,,[],3,Shervin Hashemi,"Waterfirst Lab, Dept. of Civil and Environmental Engineering, Seoul National University, Seoul, Korea",Korea,,,Mooyoung Han,"Waterfirst Lab, Dept. of Civil and Environmental Engineering, Seoul National University, Seoul, Korea",Korea,myhan@snu.ac.kr,,FALSE,,,,"['hygiene and sanitation', 'rainwater', 'TDS of flushing water', 'urinal', 'urine scale']", +239,30119,5,2,https://iwaponline.com/washdev/article/5/2/330/30119/Dry-sanitation-concepts-with-inspiration-from,"Journal of Water, Sanitation & Hygiene for Development",Dry sanitation concepts with inspiration from nature,2015,FALSE,0,,[],2,Torben Lenau,"Department of Mechanical Engineering, Technical University of Denmark, Building 426B, DK2800 Lyngby, Denmark",Denmark,lenau@dtu.dk,,Torben Lenau,"Department of Mechanical Engineering, Technical University of Denmark, Building 426B, DK2800 Lyngby, Denmark",Denmark,lenau@dtu.dk,,FALSE,,,,"['biomimetic design', 'cleaning', 'dry toilets', 'flies', 'smell']", +240,30120,5,2,https://iwaponline.com/washdev/article/5/2/336/30120/Use-of-permeable-reactive-barrier-to-mitigate,"Journal of Water, Sanitation & Hygiene for Development",Use of permeable reactive barrier to mitigate groundwater nitrate contamination from on-site sanitation,2015,FALSE,0,,[],2,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore 560012, India",India,msrao@civil.iisc.ernet.in,,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore 560012, India",India,msrao@civil.iisc.ernet.in,,FALSE,,,,"['contamination', 'groundwater', 'nitrate', 'on-site sanitation', 'permeable reactive barrier']", +241,30380,5,3,https://iwaponline.com/washdev/article/5/3/341/30380/Monitoring-sanitation-performance-unpacking-the,"Journal of Water, Sanitation & Hygiene for Development",Monitoring sanitation performance: unpacking the figures on sanitation coverage,2015,FALSE,0,,[],3,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,,,Shepherd N. Misi,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,mismuchie@gmail.com,,FALSE,,,,"['coverage', 'improved', 'JMP', 'monitoring', 'sanitation', 'sustainability']", +242,30383,5,3,https://iwaponline.com/washdev/article/5/3/351/30383/E-coli-from-dishcloths-as-an-indicator-of-hygienic,"Journal of Water, Sanitation & Hygiene for Development",E. coli from dishcloths as an indicator of hygienic status in households,2015,FALSE,0,,[],6,V. Keshav,"Water and Health Research Centre, Faculty of Health Sciences, University of Johannesburg, P.O. Box 17011, 2028 Auckland Park, South Africa",South Africa,,,T. G. Barnard,"Water and Health Research Centre, Faculty of Health Sciences, University of Johannesburg, P.O. Box 17011, 2028 Auckland Park, South Africa",South Africa,tgbarnard@uj.ac.za,,FALSE,,,,"['contaminated dishcloths', 'fecal contamination', 'home-based hygiene']", +243,30385,5,3,https://iwaponline.com/washdev/article/5/3/359/30385/Meeting-multiple-water-quality-objectives-through,"Journal of Water, Sanitation & Hygiene for Development",Meeting multiple water quality objectives through treatment using locally generated char: improving organoleptic properties and removing synthetic organic contaminants and disinfection by-products,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.172/4/172.pdf?Expires=1706026609&Signature=lfvBhkTBrgfxpz425yKEb7OeuGCwrEr6ij~CmZKGwkPK8o0h-nxh0~eN0fxYLleEAluQoUiUbSrhK0kOjtypm6gedAJBk2nNH-lH26CgbsV66hfhgjZcJYcz~JFp2CuTsA1SDRY-4eO7xAxVGtIMMKa5NiDeBDqSZ~xcHSBW6PqK7kJGmAGBOThCNAgVoDYGdMGc-AjsVUBsnVk9LubsV8-r4d0ljMmSEGC3bGWICqpbOSldzJxheWv5b6A0mkqzvwnm6-YQ1aTGHEfnNCxID6LTBTkhTY3HXxpxGVRT2~pTr5CzuM~ImK9717vgl0vq0hkQJTvttMQmuySeKSjwBQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Joshua P. Kearns,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Drive, ECOT 441, UCB 428, Boulder, CO 80309, USA",USA,joshua.kearns@colorado.edu,,Joshua P. Kearns,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Drive, ECOT 441, UCB 428, Boulder, CO 80309, USA",USA,joshua.kearns@colorado.edu,,FALSE,,,,"['adsorption', 'biochar', 'charcoal', 'chemical water contaminants', 'point-of-use water treatment']", +244,30390,5,3,https://iwaponline.com/washdev/article/5/3/373/30390/Effect-of-hydraulic-loading-on-the-performance-of,"Journal of Water, Sanitation & Hygiene for Development",Effect of hydraulic loading on the performance of unplanted drying beds treating low-concentrated faecal sludge,2015,FALSE,0,,[],6,El hadji Mamadou Sonko,"Department of Water and Sanitation in Developing Countries (Sandec), Swiss Federal Institute of Aquatic Science and Technology (Eawag), Ueberlandstrasse 133, 8600 Duebendorf, Switzerland",Switzerland,,,Cheikh Diop,"Institut des Sciences de l'Environnement, Faculté des Sciences et Techniques, Université Cheikh Anta Diop de Dakar, B.P 5005, Dakar-Fann, Sénégal",Sénégal,namorydiop@yahoo.fr,,FALSE,,,,"['clogging', 'dryness', 'load fractioning', 'loading rate', 'purification performance', 'unplanted drying beds']", +245,30391,5,3,https://iwaponline.com/washdev/article/5/3/381/30391/Modelling-biological-oxygen-demand-in-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Modelling biological oxygen demand in wastewater of Arak City, Iran",2015,FALSE,0,,[],3,Mohamad Sakizadeh,"Department of Environmental Sciences, Faculty of Sciences, Shahid Rajaee Teacher Training University, Shahid Shabanloo Avenue, Lavizan, Tehran, Iran",Iran,msakizadeh@gmail.com,,Mohamad Sakizadeh,"Department of Environmental Sciences, Faculty of Sciences, Shahid Rajaee Teacher Training University, Shahid Shabanloo Avenue, Lavizan, Tehran, Iran",Iran,msakizadeh@gmail.com,,FALSE,,,,"['artificial neural network', 'biological oxygen demand', 'partial least squares regression']", +246,30394,5,3,https://iwaponline.com/washdev/article/5/3/392/30394/Passive-evaporation-of-source-separated-urine-from,"Journal of Water, Sanitation & Hygiene for Development",Passive evaporation of source-separated urine from dry toilets: prototype design and field testing using municipal water,2015,FALSE,0,,[],3,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, AB T2N 1N4, Canada",Canada,bethuned@ucalgary.ca,,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, AB T2N 1N4, Canada",Canada,bethuned@ucalgary.ca,,FALSE,,,,"['dry toilet', 'passive', 'solar evaporation', 'urine-diversion']", +247,30397,5,3,https://iwaponline.com/washdev/article/5/3/402/30397/Effect-of-temperature-and-shear-stress-on-the,"Journal of Water, Sanitation & Hygiene for Development",Effect of temperature and shear stress on the viability of Ascaris suum,2015,FALSE,0,,[],10,J. E. Thomas,"Department of Veterinary Pathobiology, Center for Veterinary Health Sciences, Oklahoma State University, Stillwater, OK 74078, USA",USA,,,G. L. Foutch,"School of Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",USA,foutch@okstate.edu,,FALSE,,,,"['Ascaris suum', 'rheology', 'viscous heating']", +248,30399,5,3,https://iwaponline.com/washdev/article/5/3/412/30399/Adoption-and-sustained-use-of-the-arborloo-in,"Journal of Water, Sanitation & Hygiene for Development",Adoption and sustained use of the arborloo in rural Ethiopia: a cross-sectional study,2015,FALSE,0,,[],7,Dionna Fry,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",USA,,,Matthew C. Freeman,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",USA,mcfreem@emory.edu,,FALSE,,,,"['adoption', 'arborloo', 'ecological sanitation', 'Ethiopia', 'latrine', 'sustainability']", +249,30401,5,3,https://iwaponline.com/washdev/article/5/3/426/30401/Combining-sensor-monitoring-and-ethnography-to,"Journal of Water, Sanitation & Hygiene for Development",Combining sensor monitoring and ethnography to evaluate household latrine usage in rural India,2015,FALSE,0,,[],4,Kathleen O'Reilly,"Texas A&M University, 810 O&M Building, College Station, TX 77843, USA",USA,koreilly@tamu.edu,,Kathleen O'Reilly,"Texas A&M University, 810 O&M Building, College Station, TX 77843, USA",USA,koreilly@tamu.edu,,FALSE,,,,"['behavior change', 'ethnography', 'India', 'policy', 'sanitation', 'sensor monitoring']", +250,30403,5,3,https://iwaponline.com/washdev/article/5/3/439/30403/Hydrochar-production-by-hydrothermal-carbonization,"Journal of Water, Sanitation & Hygiene for Development",Hydrochar production by hydrothermal carbonization of faecal sludge,2015,FALSE,0,,[],4,K. Fakkaew,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Bangkok, Thailand",Thailand,p-krai@hotmail.com,,K. Fakkaew,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Bangkok, Thailand",Thailand,p-krai@hotmail.com,,FALSE,,,,"['energy content', 'faecal sludge', 'hydrochar', 'hydrothermal carbonization', 'reaction kinetics', 'regression model']", +251,30405,5,3,https://iwaponline.com/washdev/article/5/3/448/30405/An-energy-efficient-membrane-bioreactor-for-on,"Journal of Water, Sanitation & Hygiene for Development",An energy-efficient membrane bioreactor for on-site treatment and recovery of wastewater,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.116/4/116.pdf?Expires=1706089647&Signature=Kt5ZQT1HHnJa~z5Cu6U8dpOdVYi8dGRfHRxRG5xGJcBPatuOmHihTKItWOybNqunFkbIM04pNQPjRVKUDaEGyxRQSJQB~JOb8sH4q0oO0HluqQE1QaObTpK3JqbPwPOTvnH~aMtItSHfLMdQwaif6PQMnxKSSTL31IvdavPf5h7OdgEYzjtnw3tLiMbVot1FztbxvxZaESwRARPaA15GF6sqhgD0SFxW7oBZ2Sk9F6raf2gqyXFxqO00FCeN~6D3Li-FDXEcIFX6hHi57L1NaROoSWlpjgBTByJ7eFnT1Rmhcazd44wGpjtAjzJQqAcluL20TAKy~qWx4fmIcnis4A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Rahel Künzle,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,,,Tove A. Larsen,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,tove.larsen@eawag.ch,,FALSE,,,,"['Blue Diversion', 'maintenance', 'resilience', 'sustainable development', 'urban slums']", +252,30406,5,3,https://iwaponline.com/washdev/article/5/3/456/30406/Faecal-sludge-simulants-to-aid-the-development-of,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge simulants to aid the development of desludging technologies,2015,FALSE,0,,[],8,J. T. Radford,"Mott MacDonald, Demeter House, Station Road, Cambridge CB1 2RS, UK",UK,james.radford@mottmac.com,,J. T. Radford,"Mott MacDonald, Demeter House, Station Road, Cambridge CB1 2RS, UK",UK,james.radford@mottmac.com,,FALSE,,,,"['desludging pumps', 'faecal sludge simulant', 'pit emptying']", +253,30408,5,3,https://iwaponline.com/washdev/article/5/3/465/30408/Household-access-to-sanitation-facilities-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Household access to sanitation facilities in rural China,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.141/4/141.pdf?Expires=1706089654&Signature=fHP7NE~-PSYAfF3gz9VrNOqP8yO7hzvN94paP9OQ4lVaY6zDfqe8zveDtiP9FNFpZOCWMB9X667tfSGhQ7jn4w-MWe6vZ~hLFEIkbbbJbLrDSwHTPI6djhc7cWmKekpTy1P4AkCmGGQqgIMg6bjRlxel0a5eKTTZzvsu0QmMKpYleS0j2DNsjKIrSC4FX4i2CGSau2b-PG2ISaEG-NlJ2wJqPV1uDDv55MA2APolsjjUyBVOueQJQknlrHfXptFlSPu9swz6mZ-zHlzcPi4wQ-iAcjIPwwiHqseGlQ-Pec5YZhr5PUWMLSYIWh2-ADnEz1wrTnxgdWR4KIShFM9UJA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Xiaolong Li,"School of Economics and Management, Beijing University of Posts and Telecommunications, Beijing 100876, China",China,,,Yanqing Miao,"China National Health Development Research Center, NHFPC, Beijing 100083, China",China,miaohanxinyun@126.com,,FALSE,,,,"['inequity', 'influence factors', 'practices', 'rural China', 'sanitation improvement']", +254,30410,5,3,https://iwaponline.com/washdev/article/5/3/474/30410/Availability-and-satisfactoriness-of-latrines-and,"Journal of Water, Sanitation & Hygiene for Development","Availability and satisfactoriness of latrines and hand washing stations in health facilities, and role in health seeking behavior of women: evidence from rural Pune district, India",2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.101/4/101.pdf?Expires=1706089657&Signature=kFdWY1u6tQTmyKDwyS5AoyyU0I~d2beGOBVFm~XSEYJhzlm04FPWC1tykHudTc0kQI0rPnegbvKxDKOfxfuWRPFrfkiGbIaYLRhREoRSk7SLmsiBmxAFdIN5xSQZUEG1p5QtlHmhgicbw6T~PaIMLpoQFejf~bCQUm3nqU2ke0QBKAABXGzcHxm0Ju0fISjUmSomFhX9XH8v8SB4l-ZShwItZWtCmQI3oVmm0tYrWLuQPzkbdtTPUEADyUhdMqwxcTwZOrVvt~H3eKyHWrHNIaU1cDnGB5q1bXxh~7Tsn5epmqiaPyM~F7v1~CIhxmnYkmhTWHWPO2zy8o1-8iAmrg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Peter Steinmann,"Department of Epidemiology and Public Health, Swiss Tropical and Public Health Institute, Socinstrasse 57, 4051 Basel, Switzerland",Switzerland,peter.steinmann@unibas.ch,,Peter Steinmann,"Department of Epidemiology and Public Health, Swiss Tropical and Public Health Institute, Socinstrasse 57, 4051 Basel, Switzerland",Switzerland,peter.steinmann@unibas.ch,,FALSE,,,,"['adequacy', 'health facility', 'health seeking behavior', 'India', 'sanitation facility', 'women']", +255,30411,5,3,https://iwaponline.com/washdev/article/5/3/483/30411/Effective-faecal-sludge-management-measures-for-on,"Journal of Water, Sanitation & Hygiene for Development",Effective faecal sludge management measures for on-site sanitation systems,2015,FALSE,0,,[],3,Achara Taweesan,"Department of Environmental Engineering and Management, Asian Institute of Technology, Bangkok, Thailand",Thailand,st108697@ait.ac.th,,Achara Taweesan,"Department of Environmental Engineering and Management, Asian Institute of Technology, Bangkok, Thailand",Thailand,st108697@ait.ac.th,,FALSE,,,,"['effective measures', 'faecal sludge management', 'influencing factors', 'on-site sanitation systems']", +256,30412,5,3,https://iwaponline.com/washdev/article/5/3/493/30412/A-regional-approach-to-optimizing-the-location-of,"Journal of Water, Sanitation & Hygiene for Development",A regional approach to optimizing the location of rural handpumps,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.128/4/128.pdf?Expires=1706089663&Signature=xhKfe5OxBSjtXU~Cck18ENHE54wTxjZBQIWfmS9MCqW4lxwUhaNgSSgN1GcKDrDx4i89SLTBniU7nn-bUgc28RjebweUWjuo2G7mYt6nU2XfSJlnrArt00kH0BeOUb5~lDe7bwWMH4tHat5HK~Zi8z7v~SlSUvk8670r~boVIjnY505s-Npf5bz11R87w6LXOL92sc3DCYBosRb~0B33xl-FVH-M93ty9u3tmUaWPyRAahHqDPQD9QEW~FfbqdozYkLayI62kXkoBXAY0Rz45aqE5U8~4FLTMj04YWHko5H90GeUX570XRmnBuTWcltAfR2aJD--ds-6xEOajXlfVw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Omar S. Hopkins,"Director, Millennium Challenge Corporation, 875 15th Street NW, Washington, DC 20005, USA",USA,hopkinsos@mcc.gov,,Omar S. Hopkins,"Director, Millennium Challenge Corporation, 875 15th Street NW, Washington, DC 20005, USA",USA,hopkinsos@mcc.gov,,FALSE,,,,"['facility location models', 'optimization', 'planning', 'rural water']", +257,30414,5,3,https://iwaponline.com/washdev/article/5/3/502/30414/Development-of-cost-functions-for-water-supply-and,"Journal of Water, Sanitation & Hygiene for Development","Development of cost functions for water supply and sanitation technologies: case study of Bahir Dar and Arba Minch, Ethiopia",2015,FALSE,0,,[],4,Atekelt Abebe Ketema,"Institute of Sanitary Engineering and Water Pollution Control, University of Natural Resources and Life Sciences, Vienna (BOKU), Muthgasse 18, A-1190 Vienna, Austria",Austria,,,Guenter Langergraber,"Institute of Sanitary Engineering and Water Pollution Control, University of Natural Resources and Life Sciences, Vienna (BOKU), Muthgasse 18, A-1190 Vienna, Austria",Austria,guenter.langergraber@boku.ac.at,,FALSE,,,,"['daily water demand', 'initial investment cost', 'person equivalent', 'recurrent cost', 'water supply and sanitation']", +258,30418,5,3,https://iwaponline.com/washdev/article/5/3/512/30418/Monitoring-and-evaluation-of-WASH-in-schools,"Journal of Water, Sanitation & Hygiene for Development",Monitoring and evaluation of WASH in schools programs: lessons from implementing organizations,2015,FALSE,0,,[],3,Leslie Deroo,"WASH Advocates, 1506 21st St NW, Suite 200, Washington, DC 20036, USA",USA,,,Jay Graham,"Milken Institute School of Public Health, Suite 413, Washington, DC 20052, USA",USA,jgraham@gwu.edu,,FALSE,,,,"['evaluation', 'hygiene', 'monitoring', 'sanitation', 'school', 'water']", +259,30420,5,3,https://iwaponline.com/washdev/article/5/3/521/30420/Designing-a-high-throughput-viscous-heater-to,"Journal of Water, Sanitation & Hygiene for Development",Designing a high-throughput viscous heater to process feces: heater geometry,2015,FALSE,0,,[],5,Jagdeep T. Podichetty,"Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",USA,,,Gary L. Foutch,"Computing and Engineering, University of Missouri Kansas City, MO 64110, USA",USA,foutch@okstate.edu,,FALSE,,,,"['computational fluid dynamics', 'extrusion', 'feces', 'parasite', 'viscosity', 'viscous heating']", +260,30422,5,3,https://iwaponline.com/washdev/article/5/3/525/30422/Income-democracy-and-public-policy-the-effects-of,"Journal of Water, Sanitation & Hygiene for Development","Income, democracy, and public policy: the effects of improved sanitation on life expectancy",2015,FALSE,0,,[],2,Torsten J. Selck,"Faculty of Educational and Social Sciences, University of Oldenburg, Ammerlaender Heerstrasse 114-118, 26129 Oldenburg, Germany",Germany,torsten.joerg.selck@uni-oldenburg.de,,Torsten J. Selck,"Faculty of Educational and Social Sciences, University of Oldenburg, Ammerlaender Heerstrasse 114-118, 26129 Oldenburg, Germany",Germany,torsten.joerg.selck@uni-oldenburg.de,,FALSE,,,,"['democracy', 'income', 'life expectancy', 'public goods', 'sanitation']", +261,30097,5,4,https://iwaponline.com/washdev/article/5/4/531/30097/Accelerating-rural-sanitation-coverage-in-Ghana,"Journal of Water, Sanitation & Hygiene for Development",Accelerating rural sanitation coverage in Ghana: what are the speed bumps impeding progress?,2015,FALSE,0,,[],3,Isaac Monney,"Department of Environmental Health and Sanitation Education, University of Education, Winneba, P.O. Box M40, Mampong, Ashanti, Ghana",Ghana,monney.isaac@gmail.com,,Isaac Monney,"Department of Environmental Health and Sanitation Education, University of Education, Winneba, P.O. Box M40, Mampong, Ashanti, Ghana",Ghana,monney.isaac@gmail.com,,FALSE,,,,"['community-led total sanitation', 'household toilet', 'MDG sanitation targets', 'rural sanitation in Ghana', 'sanitation coverage']", +262,30101,5,4,https://iwaponline.com/washdev/article/5/4/544/30101/On-site-treatment-of-used-wash-water-using,"Journal of Water, Sanitation & Hygiene for Development",On-site treatment of used wash-water using biologically activated membrane bioreactors operated at different solids retention times,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/4/10.2166_washdev.2015.174/4/washdev2015174supp.pdf?Expires=1706089683&Signature=SGgz1-cvepzz9X3M1vCgqtaw6cLWTh9daUh2jq81L8JVSCE6WOYFH3NtmOKvoj4ZZg8My4YaF-7hNtdkWVsiZ2dow7fOSK1CFLyOAeM~CY78WJ5Ls1aOY2vW0Mz06SYHeVOnf~0wGmGwAXmhhGAQweDzd~nOjbgMD9Yw8RU29sIvkePGZ6X9uYk-K9Bl91yks6CFxBLpUQaK~GuR1F-zJa58heZ-fwwb44jUBOdTLEnvZWbfqnauQnZtm1waVCFg4y~t-iMXA9b2xUmqvizv2xBXxgFvmQd3yhOW9E~oW-oMP482CJvxN5z0iWZGjJLYAXeNQGnJkxNnSXJySjRarw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Kristin T. Ravndal,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, PO Box 611, 8600 Dübendorf, Switzerland",Switzerland,,,Nicolas Derlon,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, PO Box 611, 8600 Dübendorf, Switzerland",Switzerland,nicolas.derlon@eawag.ch,,FALSE,,,,"['biologically activated membrane bioreactor (BAMBi)', 'full solids retention', 'particle colonization', 'permeate flux stabilization', 'suspended solids retention time', 'ultrafiltration']", +263,30102,5,4,https://iwaponline.com/washdev/article/5/4/553/30102/The-paradox-of-water-accessibility-understanding,"Journal of Water, Sanitation & Hygiene for Development",The paradox of water accessibility: understanding the temporal and spatial dimensions of access to improved water sources in Rwanda,2015,FALSE,0,,[],5,Lydia Osei,"Department of Geography, University of Western Ontario, London-Ontario, Canada",Canada,losei3@uwo.ca,,Lydia Osei,"Department of Geography, University of Western Ontario, London-Ontario, Canada",Canada,losei3@uwo.ca,,FALSE,,,,"['access', 'improved', 'Rwanda', 'time', 'water source']", +264,30104,5,4,https://iwaponline.com/washdev/article/5/4/565/30104/The-usefulness-of-a-handwashing-proxy-in-large,"Journal of Water, Sanitation & Hygiene for Development",The usefulness of a handwashing proxy in large household surveys,2015,FALSE,0,,[],2,Victoria Shelus,"Previously associated with the Scientific Affairs Department, Global Research Unit, FHI 360, 359 Blackwell Street, Suite 200, Durham, NC 27701, USA",USA,,,Orlando L. Hernandez,"Global Health Population and Nutrition Division, Global Programs Unit, FHI 360, 1825 Connecticut Avenue NW, Washington, DC 20008, USA",USA,ohernandez@fhi360.org,,FALSE,,,,"['children under 5 years of age', 'diarrheal disease', 'handwashing indicator', 'handwashing station', 'low-income countries', 'post-2015 agenda']", +265,30105,5,4,https://iwaponline.com/washdev/article/5/4/574/30105/Handwashing-promotion-in-humanitarian-emergencies,"Journal of Water, Sanitation & Hygiene for Development",Handwashing promotion in humanitarian emergencies: strategies and challenges according to experts,2015,FALSE,0,,[],3,Jelena Vujcic,"Department of Epidemiology and Environmental Health, School of Public Health and Health Professions, State University of New York at Buffalo, 270 Farber Hall, Buffalo, NY 14214, USA",USA,jelenavu@buffalo.edu,,Jelena Vujcic,"Department of Epidemiology and Environmental Health, School of Public Health and Health Professions, State University of New York at Buffalo, 270 Farber Hall, Buffalo, NY 14214, USA",USA,jelenavu@buffalo.edu,,FALSE,,,,"['behavior change communication', 'handwashing', 'handwashing hardware', 'humanitarian emergencies', 'key informant interviews', 'qualitative research']", +266,30106,5,4,https://iwaponline.com/washdev/article/5/4/586/30106/Willingness-to-pay-for-VIP-latrines-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Willingness to pay for VIP latrines in rural Senegal,2015,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/4/10.2166_washdev.2015.053/4/washdev2015053supp.pdf?Expires=1706089696&Signature=CVX~MEKV7jqMDfQaS5rMEaah2HTGkHBPeUy1o-cxapkDh4FPHnJonjp7q7GzEr0197hTX~BleNcn3XIhZc1cXjpEQtr8y3b5jPfwJlFdRAL8WPkaLRZHrHGmFcRL4hEibMBro3f91YWxfl~IK~KRBZHDn2Vyn6IegWzQvDOS8jkLwPgc~CBhwE6RrGpqgAa1CNk7mSQJorPa6pxjj9b1Q9rNzKP2dEyhuf5y2pR-JbVAHGGDGErdJH61Ar8UUAA-PR0ig22viAZNHNM6vYvwuvKXbyYAP3nK4fguiNs-UV8OrG3jp2DNXrnqBhaO8WkZyXqXBY5oLeJYOoypJ22zIw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Ralph P. Hall,"School of Public and International Affairs, Urban Affairs and Planning Program, Virginia Tech, 201 Architecture Annex (0113), Blacksburg, VA 24061, USA",USA,rphall@vt.edu,,Ralph P. Hall,"School of Public and International Affairs, Urban Affairs and Planning Program, Virginia Tech, 201 Architecture Annex (0113), Blacksburg, VA 24061, USA",USA,rphall@vt.edu,,FALSE,,,,"['rural Senegal', 'sanitation', 'ventilated improved pit', 'VIP latrine', 'willingness to pay']", +267,30110,5,4,https://iwaponline.com/washdev/article/5/4/594/30110/Analysis-of-institutional-arrangement-for,"Journal of Water, Sanitation & Hygiene for Development",Analysis of institutional arrangement for greywater management in unplanned settlements of Kinondoni municipality Tanzania,2015,FALSE,0,,[],2,Teresia W. Ndunguru,"Department of Water Resources Engineering, University of Dar es Salaam, College of Engineering and Technology, P.O. Box 35131, Dar es Salaam, Tanzania E-mail:",Tanzania E-mail:,deorgm@yahoo.co.uk,,Teresia W. Ndunguru,"Department of Water Resources Engineering, University of Dar es Salaam, College of Engineering and Technology, P.O. Box 35131, Dar es Salaam, Tanzania E-mail:",Tanzania E-mail:,deorgm@yahoo.co.uk,,FALSE,,,,"['greywater', 'greywater management', 'institutional arrangement', 'Kinondoni municipality', 'unplanned settlements']", +268,30112,5,4,https://iwaponline.com/washdev/article/5/4/608/30112/The-development-of-an-onsite-sanitation-system,"Journal of Water, Sanitation & Hygiene for Development",The development of an onsite sanitation system based on vermifiltration: the ‘Tiger Toilet’,2015,FALSE,0,,[],12,C. Furlong,"Bear Valley Ventures Limited, Braeside, Utkinton Lane, Cotebrook, Tarporley, Cheshire CW6 0JH, UK",UK,claire.furlong@ymail.com,,C. Furlong,"Bear Valley Ventures Limited, Braeside, Utkinton Lane, Cotebrook, Tarporley, Cheshire CW6 0JH, UK",UK,claire.furlong@ymail.com,,FALSE,,,,"['Eisenia fetida', 'faecal sludge', 'India', 'sewage', 'worms']", +269,30113,5,4,https://iwaponline.com/washdev/article/5/4/614/30113/An-economical-environmental-and-social-comparison,"Journal of Water, Sanitation & Hygiene for Development","An economical, environmental, and social comparison between vacuum and gravity sewers in decentralized sanitation systems, with Egypt as a case study",2015,FALSE,0,,[],3,Abdelsalam Elawwad,"Faculty of Engineering, Cairo University, Cairo University Road, Oula, Giza, Egypt",Egypt,elawwad@cu.edu.eg,,Abdelsalam Elawwad,"Faculty of Engineering, Cairo University, Cairo University Road, Oula, Giza, Egypt",Egypt,elawwad@cu.edu.eg,,FALSE,,,,"['decentralized systems', 'gravity sewers', 'vacuum sewers']", +270,30115,5,4,https://iwaponline.com/washdev/article/5/4/620/30115/Latrine-desludging-pump-development-using-a-simple,"Journal of Water, Sanitation & Hygiene for Development",Latrine desludging pump development using a simple test for simulant strength: A case study from Uganda,2015,FALSE,0,,[],6,J. T. Radford,"Mott MacDonald Ltd., Demeter House, Station Road, Cambridge, CB1 2RS, United Kingdom",United Kingdom,james.radford@mottmac.com,,J. T. Radford,"Mott MacDonald Ltd., Demeter House, Station Road, Cambridge, CB1 2RS, United Kingdom",United Kingdom,james.radford@mottmac.com,,FALSE,,,,"['desludging pump', 'faecal sludge simulant', 'latrine emptying']", +271,30117,5,4,https://iwaponline.com/washdev/article/5/4/625/30117/Achieving-sustainable-water-supply-through-better,"Journal of Water, Sanitation & Hygiene for Development","Achieving sustainable water supply through better institutions, design innovations and Water Safety Plans – an experience from Nepal",2015,FALSE,0,,[],3,Pamela White,"FCG International/RVWRMP, Osmontie 34/ PO Box 950, FI-00601 Helsinki, Finland",Finland,pamela.white@fcg.fi,,Pamela White,"FCG International/RVWRMP, Osmontie 34/ PO Box 950, FI-00601 Helsinki, Finland",Finland,pamela.white@fcg.fi,,FALSE,,,,"['community', 'functionality', 'operation and maintenance', 'rural water supply', 'Water Safety Plans']", +272,30118,5,4,https://iwaponline.com/washdev/article/5/4/632/30118/Application-of-nano-silver-coated-granular,"Journal of Water, Sanitation & Hygiene for Development",Application of nano-silver coated granular activated carbon for inactivation of septic tank effluent,2015,FALSE,0,,[],4,Thammarat Koottatep,"Environmental Engineering and Management, Asian Institute of Technology (AIT), P.O. Box 4 Klong Luang, Pathumthani 12120, Thailand",Thailand,,,Saroj Kumar Chapagain,"Environmental Engineering and Management, Asian Institute of Technology (AIT), P.O. Box 4 Klong Luang, Pathumthani 12120, Thailand",Thailand,sarojchapagain77@gmail.com,,FALSE,,,,"['E. coli', 'granular activated carbon', 'inactivation', 'nano-silver', 'on-site sanitation', 'septic tank effluents']", +273,30413,6,1,https://iwaponline.com/washdev/article/6/1/1/30413/Challenges-of-public-water-provision-in-Nigerian,"Journal of Water, Sanitation & Hygiene for Development",Challenges of public water provision in Nigerian cities: a review,2016,FALSE,0,,[],1,Odafivwotu Ohwo,"Department of Geography and Environmental Management, Faculty of Social Sciences, Niger Delta University, Wilberforce Island, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,,Odafivwotu Ohwo,"Department of Geography and Environmental Management, Faculty of Social Sciences, Niger Delta University, Wilberforce Island, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,,FALSE,,,,"['challenges', 'Nigerian cities', 'public water', 'State Water Agencies']", +274,30415,6,1,https://iwaponline.com/washdev/article/6/1/13/30415/Source-identification-of-fecal-contamination-in,"Journal of Water, Sanitation & Hygiene for Development",Source identification of fecal contamination in the canals in Bangkok using fecal sterol compounds,2016,FALSE,0,,[],4,Supattra Srijew,"Department of Chemical Engineering, Faculty of Engineering, Kasetsart University, Bangkok 10900, Thailand",Thailand,,,Wilai Chiemchaisri,"Department of Environmental Engineering, Faculty of Engineering, Kasetsart University, Bangkok 10900, Thailand",Thailand,fengwlc@ku.ac.th,,FALSE,,,,"['coliforms', 'fecal sterol', 'feces', 'sewage', 'surface water']", +275,30416,6,1,https://iwaponline.com/washdev/article/6/1/23/30416/Evaluation-of-treatment-potential-biogas,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of treatment potential, biogas generation and sludge properties of an anaerobic claridigester",2016,FALSE,0,,[],4,Khalid Muzamil Gani,"Environmental Engineering Group, Department of Civil Engineering, Indian Institute of Technology Roorkee (IITR), Roorkee 247667, Uttrakhand, India",India,khalidmzml@gmail.com,,Khalid Muzamil Gani,"Environmental Engineering Group, Department of Civil Engineering, Indian Institute of Technology Roorkee (IITR), Roorkee 247667, Uttrakhand, India",India,khalidmzml@gmail.com,,FALSE,,,,"['anaerobic digestion', 'COD mass balance', 'methane production', 'primary sludge']", +276,30417,6,1,https://iwaponline.com/washdev/article/6/1/32/30417/Field-trial-of-an-automated-batch-chlorinator,"Journal of Water, Sanitation & Hygiene for Development","Field trial of an automated batch chlorinator system at shared water points in an urban community of Dhaka, Bangladesh",2016,TRUE,1,doc,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.027/5/washdev2016027supp.doc?Expires=1706017133&Signature=IP4h11g5bS66UtwkijcvKZBi0bLqDxcZw48588lTqOJ7BJfWsAzRAe4838tn7YUz~mEErl6nvlbIT1Gwcj5WMPqHDuLfNW2bY5IvkrorJqgbwlRf5ZX3ExABbA23rEYklkWeCpuo6Y9y~PpZ~dMty4GSxFv71TZWMbrOkUxACtS5qiDARIX4BMj4uu7wBAmuNyW7~3X8fASo4w6zlzPthozamBZApvxLMCZ0CCMSydbUVOz1LUhy9EDsu725MY8X-Td~ihsNgef4OEROrqOfcvz5iPc0Gtrk69Bs-MghQKV0oMCCn5aSgDdqQ-Uawd6jCoKHo~drFE7BKUqAKxfSmQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,Nuhu Amin,"International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,,,Amy J. Pickering,"Stanford University, Stanford, CA, USA",USA,amyjanel@stanford.edu,,FALSE,,,,"['automated chlorine dispenser', 'Bangladesh', 'chlorination', 'household water treatment', 'urban', 'water quality']", +277,30419,6,1,https://iwaponline.com/washdev/article/6/1/42/30419/Evaluation-of-household-drinking-water-filter,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of household drinking water filter distribution programs in Haiti,2016,FALSE,0,,[],5,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",USA,Justine.Rayner@tufts.edu,,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",USA,Justine.Rayner@tufts.edu,,FALSE,,,,"['biosand filters', 'ceramic filters', 'cholera', 'Haiti', 'household water treatment', 'Sawyer filters']", +278,30421,6,1,https://iwaponline.com/washdev/article/6/1/55/30421/High-fluoride-drinking-water-in-Gokwe-northwest,"Journal of Water, Sanitation & Hygiene for Development","High fluoride drinking water in Gokwe, northwest Zimbabwe",2016,FALSE,0,,[],2,Antony Mamuse,"Midlands State University, P. Bag 9055, Gweru, Zimbabwe",Zimbabwe,antony.mamuse@postgrad.curtin.edu.au,,Antony Mamuse,"Midlands State University, P. Bag 9055, Gweru, Zimbabwe",Zimbabwe,antony.mamuse@postgrad.curtin.edu.au,,FALSE,,,,"['artesian', 'defluoridation', 'fluorosis', 'Lower Karoo Aquifer', 'water quality']", +279,30423,6,1,https://iwaponline.com/washdev/article/6/1/65/30423/Reactor-performance-and-pathogen-removal-during,"Journal of Water, Sanitation & Hygiene for Development",Reactor performance and pathogen removal during wastewater treatment by vermifiltration,2016,FALSE,0,,[],2,Sudipti Arora,"Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667, India",India,sudiptiarora@gmail.com,,Sudipti Arora,"Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667, India",India,sudiptiarora@gmail.com,,FALSE,,,,"['antimicrobial', 'earthworms', 'pathogens', 'vermifilter', 'wastewater treatment']", +280,30424,6,1,https://iwaponline.com/washdev/article/6/1/74/30424/Public-health-risk-assessment-tool-strategy-to,"Journal of Water, Sanitation & Hygiene for Development",Public health risk assessment tool: strategy to improve public policy framework for onsite wastewater treatment systems (OWTS),2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.081/5/washdev2016081supp.docx?Expires=1706089746&Signature=np-gSNMhF6kTTJuwwQ0c-snQ435he2qyqOYaVphfHj7Z2ud879Cl9QStbWZCWEUosjb1aLxn5rB99HSL-Rv8PuXode7vql6~DGXBUxz21NUa3XH6t-DvWnRLClBqWNIRdX-QkN4ndIqVMAztGYzfML-K7YWUKMfRslHc5xufnQ2QFb08Wc1OYMKYLsVbh7sFaxEuqJ25cALaQCpI~3FcRVU-lfwd8h4YsdNjZVHhsSPVGVzvssVcXi6RhH22ozpIe9HNWmPcFj4sNX9gO2Xscbjln2mz~CmTqFrn75vfYGEZjloA-r~9vBq34GcchI9mhCEeAbm7bLj0MFHHeBkQzw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Peter Emmanuel Cookey,"Asian Institute of Technology, Bangkok, Thailand",Thailand,peter@earthwatchnigeria.org,,Peter Emmanuel Cookey,"Asian Institute of Technology, Bangkok, Thailand",Thailand,peter@earthwatchnigeria.org,,FALSE,,,,"['legislation', 'onsite wastewater treatment system', 'public health', 'public policy', 'risk assessment', 'standards']", +281,30427,6,1,https://iwaponline.com/washdev/article/6/1/89/30427/Semi-quantitative-estimation-of-Escherichia-coli,"Journal of Water, Sanitation & Hygiene for Development",Semi-quantitative estimation of Escherichia coli levels in public drinking water sources in northern Haiti,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.043/5/washdev2016043supp.docx?Expires=1706089749&Signature=JNFQsqolWIAU-zRCPRp4Kld2Svd1gwIXNyiMz3qDAM~sZEeDBzktsAu~POZU6Rwn7pvLtN~QgDiON-HUrkGv~3K3nsrzqjG0iDKhxcF0jnAlrJ-eAUngVZMuJT1vp9shTNjws93XNPx8rUdfC829V9rAqRv6fYa7IylxyzAlfmUo7CrW9BD-zL55uYdsXmub9Ck8I5BE6vbD5i1~DInHHVjEGuT25pC~wUcUT1GJS5b-W4lTkn2A6OTf-e7IAM~exH7SY4OJzg~EY4xJuciwPMhiiN6WnpzaXIn402v9-lcs1ocj-rgI-EjKahMrjueRPpXp8pv52okJ-G1-h05sag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Daniel I. Gerges,"Tufts University School of Medicine, 136 Harrison Ave, Boston, MA 02111, USA",USA,,,Janet Forrester,"Tufts University School of Medicine, 136 Harrison Ave, Boston, MA 02111, USA",USA,janet.forrester@tufts.edu,,FALSE,,,,"['drinking water', 'Escherichia coli', 'Haiti']", +282,30428,6,1,https://iwaponline.com/washdev/article/6/1/96/30428/Passive-evaporation-of-source-separated-urine-from,"Journal of Water, Sanitation & Hygiene for Development",Passive evaporation of source-separated urine from dry toilets: UES optimization and dry product accumulation over time,2016,FALSE,0,,[],3,David N. Bethune,"Department of Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada T2N 1N4",Canada T2N 1N4,bethuned@ucalgary.ca,,David N. Bethune,"Department of Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada T2N 1N4",Canada T2N 1N4,bethuned@ucalgary.ca,,FALSE,,,,"['dry toilets', 'urine evaporation', 'urine separation']", +283,30430,6,1,https://iwaponline.com/washdev/article/6/1/104/30430/In-toilet-disinfection-of-fresh-fecal-sludge-with,"Journal of Water, Sanitation & Hygiene for Development",In-toilet disinfection of fresh fecal sludge with ammonia naturally present in excreta,2016,FALSE,0,,[],3,Temitope A. Ogunyoku,"Department of Civil and Environmental Engineering, University of California, Berkeley, CA 94720-1710, USA",USA,,,Kara L. Nelson,"Department of Civil and Environmental Engineering, University of California, Berkeley, CA 94720-1710, USA",USA,karanelson@berkeley.edu,,FALSE,,,,"['ammonia', 'disinfection', 'fecal sludge management', 'helminth eggs', 'latrine']", +284,30431,6,1,https://iwaponline.com/washdev/article/6/1/115/30431/Sewage-treatment-efficacy-and-heavy-metal-removal,"Journal of Water, Sanitation & Hygiene for Development",Sewage treatment efficacy and heavy metal removal in moving bed biofilm based treatment plants of northern India,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.134/5/washdev2016134supp.docx?Expires=1706089760&Signature=b6gT3~NF0YXJ9QkJS-yF0fhRa9SoUPgipf1IeJ0MMyfqmFSdCFk1NVThz1D6PKF8lIHaY8xImjNK6LNGgoPOnYpVXkebZTsBO3dPWsJcZOgFBTZjTZfjchHB8-h3aEqWsSe58E-b5yERuGdsSJ7RUz9kfU5clUwu7ciunW8LBV5ZiwGU4ReKseB~AeyG~1B2V1aq-R472qq3MRXumo~lQuYTpZekNtYUulTvu5mOOROyEoqEifBQoR-gr3QW0T2NnzGLDV50F5cnaKYA39KuKIrpzOLlQwnOxlE2aUTecm025DiEYEIoMEYXpAElGCuhRVXDkEUnyGUc~hrYd7gBYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Khalid Muzamil Gani,"Environmental Engineering Section, Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667 India",247667 India,khalidmzml@gmail.com,,Khalid Muzamil Gani,"Environmental Engineering Section, Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667 India",247667 India,khalidmzml@gmail.com,,FALSE,,,,"['evaluation', 'heavy metal', 'India', 'MBBR', 'performance', 'wastewater treatment']", +285,30433,6,1,https://iwaponline.com/washdev/article/6/1/121/30433/Focus-group-discussions-among-the-Bai-in-China-to,"Journal of Water, Sanitation & Hygiene for Development",Focus group discussions among the Bai in China to inform a social marketing campaign for sanitation promotion,2016,FALSE,0,,[],4,Mary Kathryn Dickey,"Oklahoma Baptist University, 500 West University, Shawnee, OK 74804, USA",USA,dickey@pobox.com,,Mary Kathryn Dickey,"Oklahoma Baptist University, 500 West University, Shawnee, OK 74804, USA",USA,dickey@pobox.com,,FALSE,,,,"['focus group discussions', 'sanitation marketing', 'social marketing']", +286,30434,6,1,https://iwaponline.com/washdev/article/6/1/132/30434/Negotiating-hygiene-and-sanitary-behaviors-in,"Journal of Water, Sanitation & Hygiene for Development",Negotiating hygiene and sanitary behaviors in transnational contexts: examples of Nigerians in the UK,2016,FALSE,0,,[],1,Emmanuel M. Akpabio,"Department of Geography and Natural Resources Management, Faculty of Social Sciences, University of Uyo, PO Box 4223, Uyo, Akwa Ibom State, Nigeria",Nigeria,emakpabio@yahoo.com,,Emmanuel M. Akpabio,"Department of Geography and Natural Resources Management, Faculty of Social Sciences, University of Uyo, PO Box 4223, Uyo, Akwa Ibom State, Nigeria",Nigeria,emakpabio@yahoo.com,,FALSE,,,,"['diaspora sanitary habits', 'health', 'Ibibio', 'knowledge', 'migrants', 'UK']", +287,30436,6,1,https://iwaponline.com/washdev/article/6/1/142/30436/Inequitable-allocation-of-deep-community-wells-for,"Journal of Water, Sanitation & Hygiene for Development",Inequitable allocation of deep community wells for reducing arsenic exposure in Bangladesh,2016,FALSE,0,,[],7,A. van Geen,"Lamont-Doherty Earth Observatory of Columbia University, Palisades, NY, USA",USA,avangeen@ldeo.columbia.edu,,A. van Geen,"Lamont-Doherty Earth Observatory of Columbia University, Palisades, NY, USA",USA,avangeen@ldeo.columbia.edu,,FALSE,,,,"['arsenic', 'Bangladesh', 'groundwater quality', 'public water supply allocations']", +288,30438,6,1,https://iwaponline.com/washdev/article/6/1/151/30438/Understanding-women-s-decision-making-power-and,"Journal of Water, Sanitation & Hygiene for Development",Understanding women's decision making power and its link to improved household sanitation: the case of Kenya,2016,FALSE,0,,[],3,Mitsuaki Hirai,"Milken Institute School of Public Health, Department of Global Health, The George Washington University, 950 New Hampshire Ave., Suite 400, Washington, DC 20052 USA",DC 20052 USA,mhirai@gwu.edu,,Mitsuaki Hirai,"Milken Institute School of Public Health, Department of Global Health, The George Washington University, 950 New Hampshire Ave., Suite 400, Washington, DC 20052 USA",DC 20052 USA,mhirai@gwu.edu,,FALSE,,,,"['gender equity', 'Kenya', 'sanitation', 'women']", +289,30439,6,1,https://iwaponline.com/washdev/article/6/1/161/30439/Measuring-willingness-to-pay-for-water-and,"Journal of Water, Sanitation & Hygiene for Development",Measuring willingness-to-pay for water and sanitation by people living with HIV and AIDs in South Africa,2016,FALSE,0,,[],1,Ephias M. Makaudze,"Department of Economics, University of the Western Cape, Robert Sobukwe Road, Bellville 7535, Cape Town, South Africa",South Africa,emakaudze@gmail.com,,Ephias M. Makaudze,"Department of Economics, University of the Western Cape, Robert Sobukwe Road, Bellville 7535, Cape Town, South Africa",South Africa,emakaudze@gmail.com,,FALSE,,,,"['contingent valuation method', 'HIV and AIDs', 'slum settlements', 'water and sanitation', 'willingness-to-pay']", +290,30442,6,1,https://iwaponline.com/washdev/article/6/1/170/30442/Study-of-national-rural-drinking-water-programme,"Journal of Water, Sanitation & Hygiene for Development","Study of national rural drinking water programme implementation during last five years (from FY 2010–2011 to 2014–2015) in state of Madhya Pradesh, India",2016,FALSE,0,,[],2,Abhishek Parsai,"Department of Management Studies, Maulana Azad National Institute of Technology, Bhopal, India",India,abhishek.parsai@gmail.com,,Abhishek Parsai,"Department of Management Studies, Maulana Azad National Institute of Technology, Bhopal, India",India,abhishek.parsai@gmail.com,,FALSE,,,,"['LPCD', 'NRDWP', 'piped water supply schemes', 'service delivery', 'strategic plan']", +291,30443,6,1,https://iwaponline.com/washdev/article/6/1/184/30443/Needs-and-vulnerability-assessment-NAVA-indicators,"Journal of Water, Sanitation & Hygiene for Development",Needs and vulnerability assessment (NAVA) indicators for specific hazards in the context of Sri Lanka,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.105/5/washdev2016105supp.docx?Expires=1706089784&Signature=wWSlSCFXzTifcg4UP9LTqAj6jIiDb6m2WjQ3dNQfOAETBADH80G6oJHXhPoh9jPQ8yYxpO-8mPbrq0RmmbI-Z8ULOVeZIelx-uh~2sw6T4qoV7bVMHyhezf2sHGWzky0MbXtrko1CgBCI7EMIhVVdF4uCrMuBfK~k9-EcQSeXPp5XUYhY62VaJcqHOrmGV0vuAW4624F4NCcZtG-Nma8uvLyid9odhd9hqMLDL~sfgfITt6zZU6aqNe~FN6OeKDsbDYi5kmkF6GSi3YKLp8tYDFX~5I6u3iPPhrZzsrzX4pAvgCbniaNpDPkn~GUQhw7W6ZtUI6uCmgFQGpQKzP40w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Aslam Saja,"Faculty of Engineering, South Eastern University of Sri Lanka, Oluvil, Sri Lanka",Sri Lanka,saja.aslam@gmail.com,,Aslam Saja,"Faculty of Engineering, South Eastern University of Sri Lanka, Oluvil, Sri Lanka",Sri Lanka,saja.aslam@gmail.com,,FALSE,,,,"['assessment', 'disasters', 'indicators', 'needs', 'vulnerability']", +292,30121,6,2,https://iwaponline.com/washdev/article/6/2/191/30121/Editorial-Can-we-meet-the-costs-of-achieving,"Journal of Water, Sanitation & Hygiene for Development","Editorial: Can we meet the costs of achieving safely managed drinking-water, sanitation and hygiene services under the new sustainable development goals?",2016,FALSE,0,,[],1,Guy Hutton,UNICEF (formerly World Bank),UNICEF (formerly World Bank),,,,,,,,FALSE,,,,[], +293,30122,6,2,https://iwaponline.com/washdev/article/6/2/195/30122/Assessment-of-the-quality-effectiveness-and,"Journal of Water, Sanitation & Hygiene for Development","Assessment of the quality, effectiveness, and acceptability of ceramic water filters in Tanzania",2016,FALSE,0,,[],5,Ansley Lemons,"Emory University, Rollins School of Public Health, Atlanta, GA 30333, USA and Centers for Disease Control and Prevention, Atlanta, GA 30333, USA",USA,,,Daniele Lantagne,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA 02155, USA",USA,daniele.lantagne@tufts.edu,,FALSE,,,,"['acceptability', 'ceramic water filters', 'effectiveness', 'household water treatment', 'point-of-use water treatment', 'QA/QC']", +294,30124,6,2,https://iwaponline.com/washdev/article/6/2/205/30124/Everyone-is-exhausted-and-frustrated-exploring,"Journal of Water, Sanitation & Hygiene for Development","‘Everyone is exhausted and frustrated’: exploring psychosocial impacts of the lack of access to safe water and adequate sanitation in Usoma, Kenya",2016,FALSE,0,,[],2,Elijah Bisung,"Department of Geography and Environmental Management, University of Waterloo, Waterloo, ON, Canada and United Nations University Institute for Water Environment and Health, Hamilton, ON, Canada",Canada,ebisung@uwaterloo.ca,,Elijah Bisung,"Department of Geography and Environmental Management, University of Waterloo, Waterloo, ON, Canada and United Nations University Institute for Water Environment and Health, Hamilton, ON, Canada",Canada,ebisung@uwaterloo.ca,,FALSE,,,,"['health and wellbeing', 'Kenya', 'psychosocial stress', 'water and sanitation']", +295,30125,6,2,https://iwaponline.com/washdev/article/6/2/215/30125/Chemically-activated-cow-bone-for-increased,"Journal of Water, Sanitation & Hygiene for Development",Chemically activated cow bone for increased fluoride removal from drinking water,2016,FALSE,0,,[],3,Teshome L. Yami,"School of Civil Engineering and Environmental Science, University of Oklahoma, 202 W. Boyd St., Room 334, Norman, Oklahoma 73019, USA",USA,teshome.l.yami-1@ou.edu,,Teshome L. Yami,"School of Civil Engineering and Environmental Science, University of Oklahoma, 202 W. Boyd St., Room 334, Norman, Oklahoma 73019, USA",USA,teshome.l.yami-1@ou.edu,,FALSE,,,,"['bassanite', 'chemical activation', 'cow bone', 'fluoride removal', 'low-cost adsorbent', 'monetite']", +296,30127,6,2,https://iwaponline.com/washdev/article/6/2/224/30127/Bacteriological-quality-of-drinking-water-at-point,"Journal of Water, Sanitation & Hygiene for Development",Bacteriological quality of drinking water at point of use and hand hygiene of primary food preparers: implications for household food safety,2016,FALSE,0,,[],5,S. G. D. N. Lakshmi Reddi,"Food and Drug Toxicology Research Centre, National Institute of Nutrition, Indian Council of Medical Research (ICMR), Jamai Osmania (PO), Hyderabad 500007, India",India,,,R. V. Sudershan,"Food and Drug Toxicology Research Centre, National Institute of Nutrition, Indian Council of Medical Research (ICMR), Jamai Osmania (PO), Hyderabad 500007, India",India,vemulasr@yahoo.com,,FALSE,,,,"['bacteriological quality', 'drinking water', 'food safety', 'household', 'hand hygiene', 'point of use']", +297,30129,6,2,https://iwaponline.com/washdev/article/6/2/231/30129/Bacteriological-assessment-of-aquifer-storage-and,"Journal of Water, Sanitation & Hygiene for Development",Bacteriological assessment of aquifer storage and recovery (ASR) water in southwest coastal Bangladesh,2016,FALSE,0,,[],4,Md. Pervez Kabir,"Environmental Science Discipline, Khulna University, Khulna, Bangladesh",Bangladesh,,,Md. Atikul Islam,"Environmental Science Discipline, Khulna University, Khulna, Bangladesh",Bangladesh,atikku_es@yahoo.com,,FALSE,,,,"['aquifer storage and recovery (ASR)', 'Bangladesh', 'drinking water', 'health risk', 'indicator bacteria']", +298,30131,6,2,https://iwaponline.com/washdev/article/6/2/242/30131/Assessing-the-impact-of-property-size-on,"Journal of Water, Sanitation & Hygiene for Development","Assessing the impact of property size on residential water use for selected neighbourhoods in Lilongwe, Malawi",2016,FALSE,0,,[],2,Chikondi Makwiza,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,,,Heinz Erasmus Jacobs,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,hejacobs@sun.ac.za,,FALSE,,,,"['equitable water use', 'residential plot size', 'urban water use']", +299,30132,6,2,https://iwaponline.com/washdev/article/6/2/252/30132/Performance-evaluation-of-a-low-cost-odour-trap,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of a low-cost odour trap installed in waterless urinals,2016,FALSE,0,,[],4,S. Ramesh Sakthivel,"Tata Institute of Social Sciences, Tuljapur Campus, Tuljapur, Osmanabad District, Maharashtra, India",India,ramsakthivel@yahoo.com,,S. Ramesh Sakthivel,"Tata Institute of Social Sciences, Tuljapur Campus, Tuljapur, Osmanabad District, Maharashtra, India",India,ramsakthivel@yahoo.com,,FALSE,,,,"['ammonia', 'membrane trap', 'odour', 'urinals', 'waterless']", +300,30133,6,2,https://iwaponline.com/washdev/article/6/2/259/30133/Estimation-of-Ascaris-lumbricoides-egg,"Journal of Water, Sanitation & Hygiene for Development",Estimation of Ascaris lumbricoides egg inactivation by free ammonia treatment of ash-amended UDDT vault products using stored urine in Uganda,2016,FALSE,0,,[],6,John T. Trimmer,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave ENB 118, Tampa, FL 33620, USA",USA,,,Sarina J. Ergas,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave ENB 118, Tampa, FL 33620, USA",USA,sergas@usf.edu,,FALSE,,,,"['ecological sanitation', 'helminth', 'resource recovery', 'sanitation', 'sub-Saharan Africa', 'urine-diverting dry toilet']", +301,30134,6,2,https://iwaponline.com/washdev/article/6/2/269/30134/Inactivation-kinetics-of-indicator-microorganisms,"Journal of Water, Sanitation & Hygiene for Development",Inactivation kinetics of indicator microorganisms during urea treatment for sanitizing finished compost from composting toilet,2016,FALSE,0,,[],5,Seyram K. Sossou,"International Institute for Water and Environmental Engineering (2iE), P.O. Box 594, 01 Rue de la science, Ouagadougou, Burkina Faso",Burkina Faso,seyram.sossou@2ie-edu.org,,Seyram K. Sossou,"International Institute for Water and Environmental Engineering (2iE), P.O. Box 594, 01 Rue de la science, Ouagadougou, Burkina Faso",Burkina Faso,seyram.sossou@2ie-edu.org,,FALSE,,,,"['composting toilet', 'finished compost', 'inactivation kinetics', 'indicator microorganism', 'urea treatment']", +302,30136,6,2,https://iwaponline.com/washdev/article/6/2/276/30136/Assessing-the-promotion-of-urine-diverting-dry,"Journal of Water, Sanitation & Hygiene for Development","Assessing the promotion of urine-diverting dry toilets through school-based demonstration facilities in Kalisizo, Uganda",2016,FALSE,0,,[],6,John T. Trimmer,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave, ENB 118, Tampa, FL 33620, USA",USA,,,Sarina J. Ergas,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave, ENB 118, Tampa, FL 33620, USA",USA,sergas@usf.edu,,FALSE,,,,"['ecological sanitation', 'food security', 'health', 'latrine', 'sub-Saharan Africa', 'sustainable development goals']", +303,30139,6,2,https://iwaponline.com/washdev/article/6/2/287/30139/When-behavior-change-fails-evidence-for-building,"Journal of Water, Sanitation & Hygiene for Development",When behavior change fails: evidence for building WASH strategies on existing motivations,2016,FALSE,0,,[],2,Lia Marshall,"Department of Civil and Environmental Engineering, University of Washington, 121H More Hall, Seattle, WA 98195, USA",USA,liamarshall@gmail.com,,Lia Marshall,"Department of Civil and Environmental Engineering, University of Washington, 121H More Hall, Seattle, WA 98195, USA",USA,liamarshall@gmail.com,,FALSE,,,,"['behavior change', 'motivation', 'rural', 'sustainability', 'water']", +304,30142,6,2,https://iwaponline.com/washdev/article/6/2/298/30142/A-short-history-of-how-we-think-and-talk-about,"Journal of Water, Sanitation & Hygiene for Development",A short history of how we think and talk about sanitation services and why it matters,2016,FALSE,0,,[],3,Tanja Rosenqvist,"Institute for Sustainable Futures, University of Technology Sydney, Bldg 10, 235 Jones Street, Ultimo, Sydney, NSW 2007, Australia",Australia,tanja.rosenqvist@uts.edu.au,,Tanja Rosenqvist,"Institute for Sustainable Futures, University of Technology Sydney, Bldg 10, 235 Jones Street, Ultimo, Sydney, NSW 2007, Australia",Australia,tanja.rosenqvist@uts.edu.au,,FALSE,,,,"['history', 'MDG', 'perspectives', 'sanitation', 'SDG', 'sustainability']", +305,30149,6,2,https://iwaponline.com/washdev/article/6/2/313/30149/Assessing-population-coverage-of-safely-managed,"Journal of Water, Sanitation & Hygiene for Development",Assessing population coverage of safely managed wastewater systems: a case study of Lebanon,2016,FALSE,0,,[],1,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,,FALSE,,,,"['environmental risks', 'monitoring and reporting', 'sustainable development goals', 'wastewater']", +306,30151,6,2,https://iwaponline.com/washdev/article/6/2/320/30151/Equity-in-access-to-water-supply-and-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Equity in access to water supply and sanitation in Ethiopia: an analysis of EDHS data (2000–2011),2016,FALSE,0,,[],2,Selamawit Seyoum,"Department of Environmental and Occupational Health, Milken Institute School of Public Health, The George Washington University, 950 New Hampshire Ave. NW, Suite 413, Washington, DC 20052, USA",USA,,,Jay P. Graham,"Department of Environmental and Occupational Health, Milken Institute School of Public Health, The George Washington University, 950 New Hampshire Ave. NW, Suite 413, Washington, DC 20052, USA",USA,jgraham@gwu.edu,,FALSE,,,,"['environmental health', 'Ethiopia', 'inequities', 'open defecation', 'sanitation', 'water']", +307,30153,6,2,https://iwaponline.com/washdev/article/6/2/331/30153/Arsenic-concentration-in-drinking-water-of-Bihar,"Journal of Water, Sanitation & Hygiene for Development",Arsenic concentration in drinking water of Bihar: health issues and socio-economic problems,2016,FALSE,0,,[],2,Barun Kumar Thakur,"National Institute of Industrial Engineering (NITIE), Mumbai, Maharashtra 400087, India",India,barunsandilya@gmail.com,,Barun Kumar Thakur,"National Institute of Industrial Engineering (NITIE), Mumbai, Maharashtra 400087, India",India,barunsandilya@gmail.com,,FALSE,,,,"['arsenic contamination', 'arsenicosis', 'Bihar', 'health costs', 'health problems', 'social and economic problems']", +308,30155,6,2,https://iwaponline.com/washdev/article/6/2/342/30155/Green-walls-for-greywater-treatment-and-recycling,"Journal of Water, Sanitation & Hygiene for Development",Green walls for greywater treatment and recycling in dense urban areas: a case-study in Pune,2016,FALSE,0,,[],7,F. Masi,"IRIDRA Srl, Via La Marmora 51, Firenze 50121, Italy",Italy,fmasi@iridra.com,,F. Masi,"IRIDRA Srl, Via La Marmora 51, Firenze 50121, Italy",Italy,fmasi@iridra.com,,FALSE,,,,"['green walls', 'greywater reuse', 'greywater treatment', 'vertical gardens']", +309,30156,6,2,https://iwaponline.com/washdev/article/6/2/348/30156/Corrigendum-Measuring-willingness-to-pay-for-water,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Measuring willingness-to-pay for water and sanitation by people living with HIV and AIDs in South Africa, DOI: 10.2166/washdev.2016.102 Ephias M. Makaudze",2016,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[], +310,30123,6,3,https://iwaponline.com/washdev/article/6/3/349/30123/The-all-inclusive-sustainable-development-goals,"Journal of Water, Sanitation & Hygiene for Development",The all-inclusive sustainable development goals: the WASH professional's guide (or should that be ‘nightmare’?),2016,FALSE,0,,[],1,Duncan Mara,Institute for Public Health and Environmental Engineering,Institute for Public Health and Environmental Engineering,d.d.mara@leeds.ac.uk,,Duncan Mara,Institute for Public Health and Environmental Engineering,Institute for Public Health and Environmental Engineering,d.d.mara@leeds.ac.uk,,FALSE,,,,[], +311,30126,6,3,https://iwaponline.com/washdev/article/6/3/353/30126/Fecal-contamination-and-Microcystis-in-drinking,"Journal of Water, Sanitation & Hygiene for Development",Fecal contamination and Microcystis in drinking-water sources of rural Cambodia using PCR and culture-based methods,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/3/10.2166_washdev.2016.136/4/washdev2016136supp.docx?Expires=1706090597&Signature=caczL4JiuRZ~GNXGX5kYOpO9n4Xnek1X7ZGGV6glczrbVmkGRwWkO-rSHPrvmvL6cSWSzsBNFnLK-SRay-4OrXAlb0rCJsTsHh20jWdQ-a4PBNcTaDP0RBKBtEBzqVP8YbtbgfzvDophola5yhb8jmcyWdrOc8HLMU5AXMI3mhr6XS-gA1Dq1vYKeZdqO8OKemNjW3t-jvbD-k82iIfsufDMY4-az3epSktRO4-wiGBZKTbr-cYMCFZ5y2~ImeVsnIe7LzHzOR1K8tQk5KhQ2fpycEJdJvT9bIde047rMqi1xY-mgmwF4Lq10PifjQa3Z~xanVEP2LskqRNNFgpfnQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Audrey R. Matteson,"Department of Soil Science, North Carolina State University, Raleigh, NC 27996 USA",NC 27996 USA,audrey_matteson@ncsu.edu,,Audrey R. Matteson,"Department of Soil Science, North Carolina State University, Raleigh, NC 27996 USA",NC 27996 USA,audrey_matteson@ncsu.edu,,FALSE,,,,"['Bacteroides', 'Cambodia', 'coliforms', 'Enterococcus', 'fecal pollution', 'water']", +312,30128,6,3,https://iwaponline.com/washdev/article/6/3/362/30128/Investigating-the-management-of-unaccounted-for,"Journal of Water, Sanitation & Hygiene for Development","Investigating the management of unaccounted for water for Lilongwe Water Board, Malawi",2016,FALSE,0,,[],4,Michael M. Harawa,"Civil Engineering Department, University of Zimbabwe, Box MP 167, Harare, Zimbabwe",Zimbabwe,michaelharawa@gmail.com,,Michael M. Harawa,"Civil Engineering Department, University of Zimbabwe, Box MP 167, Harare, Zimbabwe",Zimbabwe,michaelharawa@gmail.com,,FALSE,,,,"['apparent losses', 'data logging', 'leakages', 'pressure', 'real losses', 'unaccounted for water']", +313,30130,6,3,https://iwaponline.com/washdev/article/6/3/377/30130/Zinc-removal-from-aqueous-solution-using-novel,"Journal of Water, Sanitation & Hygiene for Development",Zinc removal from aqueous solution using novel adsorbent MISCBA,2016,FALSE,0,,[],4,Ibrahim Umar Salihi,"Department of Civil and Environmental Engineering, Universiti of Teknologi PETRONAS (UTP), 32610 Bandar Seri Iskandar, Perak Darul Ridzuan, Malaysia",Malaysia,salihi37@yahoo.com,,Ibrahim Umar Salihi,"Department of Civil and Environmental Engineering, Universiti of Teknologi PETRONAS (UTP), 32610 Bandar Seri Iskandar, Perak Darul Ridzuan, Malaysia",Malaysia,salihi37@yahoo.com,,FALSE,,,,"['adsorption', 'agitation', 'aqueous', 'environment', 'heavy metals', 'sugarcane bagasse ash']", +314,30135,6,3,https://iwaponline.com/washdev/article/6/3/389/30135/Development-and-evaluation-of-a-small-scale-water,"Journal of Water, Sanitation & Hygiene for Development",Development and evaluation of a small scale water disinfection system,2016,FALSE,0,,[],5,Dorcas Alfa,"Faculty of Engineering and the Built Environment, Department of Chemical Engineering, Durban University of Technology, 4001 Berea, 70 Mansfield Road, Durban, South Africa",South Africa,,,Martha N. Chollom,"Faculty of Engineering and the Built Environment, Department of Chemical Engineering, Durban University of Technology, 4001 Berea, 70 Mansfield Road, Durban, South Africa",South Africa,mnchollom@gmail.com,,FALSE,,,,"['chlorine', 'disinfection', 'drinking water', 'E. coli', 'membrane', 'point-of-use']", +315,30137,6,3,https://iwaponline.com/washdev/article/6/3/401/30137/Multi-criteria-analysis-applied-to-the-selection,"Journal of Water, Sanitation & Hygiene for Development","Multi-criteria analysis applied to the selection of drinking water sources in developing countries: a case study of Cali, Colombia",2016,FALSE,0,,[],5,Juan Pablo Gutiérrez,"Faculty of Engineering, Universidad del Valle, Cinara Institute, Calle 13 100-00, Cali, Colombia",Colombia,juan.p.gutierrez@correounivalle.edu.co,,Juan Pablo Gutiérrez,"Faculty of Engineering, Universidad del Valle, Cinara Institute, Calle 13 100-00, Cali, Colombia",Colombia,juan.p.gutierrez@correounivalle.edu.co,,FALSE,,,,"['drinking water supply', 'multi-criteria analysis', 'PROMETHEE', 'riverbank filtration']", +316,30138,6,3,https://iwaponline.com/washdev/article/6/3/414/30138/Three-phase-approach-to-improve-deep-groundwater,"Journal of Water, Sanitation & Hygiene for Development",Three-phase approach to improve deep groundwater supply availability in the Elidar district of Afar region of Ethiopia,2016,FALSE,0,,[],2,S. Godfrey,"Water Supply, Sanitation and Hygiene (WASH) Section – UNICEF Ethiopia, UNECA Compound, NO-F Building, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,,S. Godfrey,"Water Supply, Sanitation and Hygiene (WASH) Section – UNICEF Ethiopia, UNECA Compound, NO-F Building, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,,FALSE,,,,"['deep groundwater', 'Ethiopia', 'geophysical survey', 'hydrogeology', 'radar and optical remote sensing']", +317,30140,6,3,https://iwaponline.com/washdev/article/6/3/425/30140/A-novel-approach-for-providing-potable-water-in,"Journal of Water, Sanitation & Hygiene for Development","A novel approach for providing potable water in rural Sodwana Bay, northern Kwazulu-Natal, South Africa",2016,FALSE,0,,[],2,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,,FALSE,,,,"['electrical resistivity', 'fresh water needs', 'groundwater', 'low-cost drilling', 'water quality']", +318,30141,6,3,https://iwaponline.com/washdev/article/6/3/435/30141/Looking-beyond-headline-indicators-water-and,"Journal of Water, Sanitation & Hygiene for Development",Looking beyond headline indicators: water and sanitation services in small towns in Ethiopia,2016,TRUE,1,doc,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/3/10.2166_washdev.2016.034/4/washdev2016034supp.doc?Expires=1706091609&Signature=RYnXDVzYeLb3EO4Thcv7dtXUY9Q1V~5-fYpV389jxZ61y6B6zMEx-I18KCxloDMT49bavatA3baaOrHffk-wTJ3qYisHZy-ikZUYWkgL1F3W6z6hnlPkxVaJKVevYIoeXqWgQzugGTPtrN2DmVX70h2CyvK5GYxh~WJANu2D8zDeWqv-037OjzzvIf4ukdKH3-0UlQDQVgdQhDuM~GZsubM2StYWHL9LDnInMoXfW686kGQp6q~JZmBDlMeDqAKhTjtSRdijqAJfVfqhN-qTEfYE8p2f-gD4yZ76W67Jiq04HDT1SooET7vtIqt3sRCnAszVIW6ytXqx6d8P7N4C6g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Marieke Adank,"IRC, P.O. Box 82327, The Hague 2508 EH, The Netherlands",The Netherlands,,,John Butterworth,"IRC Ethiopia, P.O. Box 2, Addis Ababa 1251, Ethiopia",Ethiopia,butterworth@ircwash.org,,FALSE,,,,"['Ethiopia', 'monitoring', 'sanitation', 'service levels', 'small towns', 'water supply']", +319,30143,6,3,https://iwaponline.com/washdev/article/6/3/447/30143/Sustainability-evaluation-of-a-primary-school,"Journal of Water, Sanitation & Hygiene for Development",Sustainability evaluation of a primary school rainwater demonstration project in Tanzania,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/3/10.2166_washdev.2016.186/4/washdev2016186supp.docx?Expires=1706091615&Signature=OtidY9GHgaeBNNJpd7cfaxmnmOb8DtZy~zdnLWpSU1JFMsrn0qJqc59OHmgV8OiEPsEat-~NHfjk9ZRkF0mRUJBVRTo-JytGcZVw79ojdpKBH4nWGxVQtONihqCUs49IFeuW9J6ukDVtdcuYbqPWPnf~pycuYN58K7RX0tn3CFQrr0U7mVdJMvQ9P62AnsCUI9-Oopjz0fa6ClBk4BwNcctyfAxKTIh3BH4Px-UDlbjS6vAmtIm86eh6NF~0pFATuG2y9pzxEMymTs7UJFcJ-XleBEo1RpKXjt0hj5tafcdMq-eAeyoOBKm4db46GtPLBWNTWDE9twtIYtPh~CUluQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Tulinave Burton Mwamila,"Department of Civil and Environmental Engineering, Seoul National University, 599 Gwanak-ro, Gwanak-gu, Seoul 151-744, South Korea",South Korea,,,Moo Young Han,"Department of Civil and Environmental Engineering, Seoul National University, 599 Gwanak-ro, Gwanak-gu, Seoul 151-744, South Korea",South Korea,myhan@snu.ac.kr,,FALSE,,,,"['community water supply', 'demonstration project', 'rainwater harvesting', 'sustainability', 'water supply service level']", +320,30144,6,3,https://iwaponline.com/washdev/article/6/3/456/30144/Pump-it-up-making-single-pit-emptying-safer-in,"Journal of Water, Sanitation & Hygiene for Development",Pump it up: making single-pit emptying safer in rural Bangladesh,2016,FALSE,0,,[],10,Soumya Balasubramanya,"International Water Management Institute, Sri Lanka, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,,Soumya Balasubramanya,"International Water Management Institute, Sri Lanka, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,,FALSE,,,,"['Bangladesh', 'disposal', 'emptying', 'fecal sludge', 'rural', 'sanitation', 'single pit latrines']", +321,30145,6,3,https://iwaponline.com/washdev/article/6/3/465/30145/Inactivation-of-Ascaris-eggs-and-Salmonella-spp-in,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of Ascaris eggs and Salmonella spp. in fecal sludge by treatment with urea and ammonia solution,2016,FALSE,0,,[],3,J. Fidjeland,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Uppsala, Sweden",Sweden,,,B. Vinnerås,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Uppsala, Sweden",Sweden,bjorn.vinneras@slu.se,,FALSE,,,,"['ammonia', 'Ascaris', 'carbonate', 'inactivation', 'Salmonella']", +322,30146,6,3,https://iwaponline.com/washdev/article/6/3/474/30146/Fecal-sludge-derived-pellet-fertilizer-in-maize,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge-derived pellet fertilizer in maize cultivation,2016,FALSE,0,,[],5,Surendra K. Pradhan,"International Water Management Institute, PMB, CT 112, Cantonments, Accra, Ghana",Ghana,surendra.pradhan@aalto.fi,,Surendra K. Pradhan,"International Water Management Institute, PMB, CT 112, Cantonments, Accra, Ghana",Ghana,surendra.pradhan@aalto.fi,,FALSE,,,,"['fecal sludge', 'fertilizer', 'maize', 'pellets', 'sanitation']", +323,30147,6,3,https://iwaponline.com/washdev/article/6/3/482/30147/Utilization-rates-water-demand-and-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Utilization rates, water demand and wastewater characteristics of a shared sanitation facility in North Namibia",2016,FALSE,0,,[],3,K. Müller,"Technische Universität Darmstadt, Institute IWAR, Franziska-Braun-Str. 7, Darmstadt 64287, Germany",Germany,,,P. Cornel,"Technische Universität Darmstadt, Institute IWAR, Franziska-Braun-Str. 7, Darmstadt 64287, Germany",Germany,p.cornel@iwar.tu-darmstadt.de,,FALSE,,,,"['communal sanitation', 'informal settlements', 'shared sanitation', 'toilet facilities', 'wastewater characteristics', 'water demand']", +324,30148,6,3,https://iwaponline.com/washdev/article/6/3/491/30148/Understanding-the-drivers-of-sanitation-behaviour,"Journal of Water, Sanitation & Hygiene for Development","Understanding the drivers of sanitation behaviour in riverine communities of Niger Delta, Nigeria: the case of Odi and Kaiama communities",2016,FALSE,0,,[],5,E. D. Sample,"Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9JT, UK",UK,cneei@leeds.ac.uk,,E. D. Sample,"Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9JT, UK",UK,cneei@leeds.ac.uk,,FALSE,,,,"['Bayelsa', 'CLTS', 'Nigeria', 'open defecation', 'riverine areas', 'sanitation']", +325,30150,6,3,https://iwaponline.com/washdev/article/6/3/500/30150/National-Water-Operators-Partnerships-a-promising,"Journal of Water, Sanitation & Hygiene for Development",National Water Operators' Partnerships: a promising instrument for capacity development?,2016,FALSE,0,,[],2,M. Tutusaus,"UNESCO-IHE Institute for Water Education Westvest 7, Delft, The Netherlands",The Netherlands,m.tutusaus@unesco-ihe.org,,M. Tutusaus,"UNESCO-IHE Institute for Water Education Westvest 7, Delft, The Netherlands",The Netherlands,m.tutusaus@unesco-ihe.org,,FALSE,,,,"['capacity', 'efficiency', 'partnership', 'performance', 'water']", +326,30152,6,3,https://iwaponline.com/washdev/article/6/3/507/30152/Domestic-wastewater-treatment-with-a-decentralized,"Journal of Water, Sanitation & Hygiene for Development","Domestic wastewater treatment with a decentralized, simple technology biomass concentrator reactor",2016,FALSE,0,,[],2,Andrea G. Capodaglio,"DICAr, University of Pavia, Via Ferrata 3, Pavia 27100, Italy",Italy,capo@unipv.it,,Andrea G. Capodaglio,"DICAr, University of Pavia, Via Ferrata 3, Pavia 27100, Italy",Italy,capo@unipv.it,,FALSE,,,,"['BCR', 'biomass', 'domestic wastewater', 'MBR', 'membranes', 'wastewater treatment']", +327,30425,6,4,https://iwaponline.com/washdev/article/6/4/511/30425/Drinking-water-quality-control-control-charts-for,"Journal of Water, Sanitation & Hygiene for Development",Drinking water quality control: control charts for turbidity and pH,2016,FALSE,0,,[],4,Sermin Elevli,"Industrial Engineering Department, Ondokuz Mayis University, Samsun, Turkey",Turkey,sermin.elevli@omu.edu.tr,,Sermin Elevli,"Industrial Engineering Department, Ondokuz Mayis University, Samsun, Turkey",Turkey,sermin.elevli@omu.edu.tr,,FALSE,,,,"['ARIMA', 'autocorrelation', 'drinking water', 'pH', 'special cause control chart', 'turbidity']", +328,30426,6,4,https://iwaponline.com/washdev/article/6/4/519/30426/Assessment-of-water-loss-in-Harare-Zimbabwe,"Journal of Water, Sanitation & Hygiene for Development","Assessment of water loss in Harare, Zimbabwe",2016,FALSE,0,,[],2,Michael Gregory Ndunguru,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,micgregory2000@gmail.com,,Michael Gregory Ndunguru,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,micgregory2000@gmail.com,,FALSE,,,,"['Harare', 'real losses', 'water audits', 'water leakage', 'water loss']", +329,30429,6,4,https://iwaponline.com/washdev/article/6/4/534/30429/Utilizing-analytic-hierarchy-process-AHP-for,"Journal of Water, Sanitation & Hygiene for Development",Utilizing analytic hierarchy process (AHP) for decision making in water loss management of intermittent water supply systems,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/4/10.2166_washdev.2016.123/4/washdev2016123supp.docx?Expires=1706091649&Signature=dEzeiOYxHeRD6IBASgjAOfLzq-ug0Vc04qulj6pjnLoaoqg-pptP~NOQs6F4W7z8VEe8Mu8DayK8Ffintb4-W4beXKS4R8cQxk8YEmfjQagrafmH8BEYSRcTymcRrU6bCcL3PGr976dVZZ0h0fmlkCqTWX2w~jWW~5UjQVDAg7r5G55WnEcuZbVpoLKUo~c7jmrt9JLiirb6bvrzJ4z-4JaS5QVGjLEUaGVZBKBlcREV8p4Rrq8W8pFdLtZKRP09KKTFu-JOOZhUeNsZiIWzSC6KI2YvW8e0EvCOADOsjokC-~HPo3q4QvfJ2beGBCPE9I2Cft9bfL9ot9D0uez0OQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Shaher H. Zyoud,"Institute of Urban Water Management and Landscape Water Engineering, Graz University of Technology, Graz, Austria",Austria,shaherzyouds@gmail.com,,Shaher H. Zyoud,"Institute of Urban Water Management and Landscape Water Engineering, Graz University of Technology, Graz, Austria",Austria,shaherzyouds@gmail.com,,FALSE,,,,"['analytic hierarchy process', 'intermittent supply', 'multi-criteria decision analysis', 'water losses']", +330,30432,6,4,https://iwaponline.com/washdev/article/6/4/547/30432/Study-of-hydraulics-and-mixing-in-roof-tanks-used,"Journal of Water, Sanitation & Hygiene for Development",Study of hydraulics and mixing in roof tanks used in intermittent water supply,2016,FALSE,0,,[],4,R. D. Hernandez-Lopez,"Universidad Nacional Autónoma de México, Morelos Campus, Paseo Cuauhnahuac 8532, Jiutepec, Mor., Mexico, CP 62550",CP 62550,,,V. G. Tzatchkov,"Instituto Mexicano de Tecnología del Agua, Paseo Cuauhnahuac 8532, Jiutepec, Mor, Mexico, CP 62550",CP 62550,velitchk@tlaloc.imta.mx,,FALSE,,,,"['computational fluid dynamic (CFD) models', 'instantaneous water demand', 'intermittent water supply', 'residence time distribution', 'roof tanks']", +331,30435,6,4,https://iwaponline.com/washdev/article/6/4/555/30435/Knowledge-attitudes-and-practices-on-use-of-Fossa,"Journal of Water, Sanitation & Hygiene for Development","Knowledge, attitudes and practices on use of Fossa Alternas and double vault urine diverting dry (DVUDD) latrines in Malawi",2016,FALSE,0,,[],6,Save Kumwenda,"University of Malawi, College of Medicine, P/Bag 360, Blantyre 3, Chichiri, Malawi",Malawi,skumwenda@poly.ac.mw,,Save Kumwenda,"University of Malawi, College of Medicine, P/Bag 360, Blantyre 3, Chichiri, Malawi",Malawi,skumwenda@poly.ac.mw,,FALSE,,,,"['double vault urine diverting dry latrine and Fossa Alterna', 'ecological sanitation', 'Malawi', 'practices']", +332,30437,6,4,https://iwaponline.com/washdev/article/6/4/569/30437/Seasonal-patterns-of-drinking-water-consumption,"Journal of Water, Sanitation & Hygiene for Development","Seasonal patterns of drinking water consumption pattern in Mysore City, Karnataka, South India",2016,FALSE,0,,[],2,Jessen George,"Department of Water and Health, Faculty of Life Sciences, JSS University, SS Nagar, Mysore, Karnataka 570015, India",India,,,S. Suriyanarayanan,"Department of Water and Health, Faculty of Life Sciences, JSS University, SS Nagar, Mysore, Karnataka 570015, India",India,sunsjk@gmail.com,,FALSE,,,,"['cold water intake', 'drinking water', 'risk assessment', 'water consumption']", +333,30440,6,4,https://iwaponline.com/washdev/article/6/4/576/30440/Inactivation-of-E-coli-by-copper-and-silver-wire,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of E. coli by copper and silver wire in the presence of synthetic sunlight for safe drinking water,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/4/10.2166_washdev.2016.024/4/washdev2016024supp.docx?Expires=1706091667&Signature=NWOX5Ixv-UDt7QyFlEZWxc3KiV0krGZ2beI7JPjfLFHuWP2gyTTiJzXvko8t9xLrMPxV3zCma0Urtgwkqwbyr7~u3xAT-iv4ZHjAAe0hsXnYpyYGO0zN0dXB54491NXQlPB1BXk3I4d9NhK~POySt~YxOnf4ZexV8YCEf6NuBwAQh9tmM3WVyCJ4cuRb5vDHKRrtOwGVtfgiQQSHmhNShzhMlOB1Fh4D7PNA5gXfk-5MG8H90SQncCrO-EJiL-elIKY05srNxVch7alxethUYWKZldnYvAactaC3hUq3ys9RgwSGatB1suz-8wDSGI0eRzZaW9je8h1ZmA~MpX8-FA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Graham McLaughlin,"Department of Plant Agriculture, Gosling Research Institute for Plant Preservation, University of Guelph, Guelph, ON N1G 2W1, Canada",Canada,,,Praveen Saxena,"Department of Plant Agriculture, Gosling Research Institute for Plant Preservation, University of Guelph, Guelph, ON N1G 2W1, Canada",Canada,psaxena@uoguelph.ca,,FALSE,,,,"['copper', 'drinking water', 'E. coli', 'silver', 'solar disinfection']", +334,30441,6,4,https://iwaponline.com/washdev/article/6/4/584/30441/Build-up-a-database-to-determine-the-management-of,"Journal of Water, Sanitation & Hygiene for Development","Build up a database to determine the management of drinking water in the Province of Cartago, Costa Rica",2016,FALSE,0,,[],3,Silvia M. Soto Córdoba,"ITCR School of Environmental Engineering, Technological Institute of Costa Rica, San José, Costa Rica",Costa Rica,ssoto@itcr.ac.cr,,Silvia M. Soto Córdoba,"ITCR School of Environmental Engineering, Technological Institute of Costa Rica, San José, Costa Rica",Costa Rica,ssoto@itcr.ac.cr,,FALSE,,,,"['disinfection water', 'drinking water', 'rural water distribution', 'water management', 'water suppliers']", +335,30444,6,4,https://iwaponline.com/washdev/article/6/4/593/30444/A-comparative-study-of-lead-adsorption-by,"Journal of Water, Sanitation & Hygiene for Development",A comparative study of lead adsorption by activated Khaya Ivoresnsis and Pycanthus Angolensis sawdust,2016,FALSE,0,,[],2,Chidozie Charles Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka 410001, Enugu State, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,,Chidozie Charles Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka 410001, Enugu State, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,,FALSE,,,,"['adsorbent', 'adsorption', 'kinetics', 'lead', 'sawdust', 'water']", +336,30445,6,4,https://iwaponline.com/washdev/article/6/4/602/30445/Sustained-effectiveness-of-automatic-chlorinators,"Journal of Water, Sanitation & Hygiene for Development",Sustained effectiveness of automatic chlorinators installed in community-scale water distribution systems during an emergency recovery project in Haiti,2016,FALSE,0,,[],4,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Anderson Hall, Room 207, Medford, MA 02155, USA",USA,justine.rayner@tufts.edu,,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Anderson Hall, Room 207, Medford, MA 02155, USA",USA,justine.rayner@tufts.edu,,FALSE,,,,"['automatic chlorinators', 'centralized water treatment', 'evaluation', 'relief-to-recovery', 'sustained use', 'water quality']", +337,30447,6,4,https://iwaponline.com/washdev/article/6/4/613/30447/Decentralized-wastewater-treatment-using-a,"Journal of Water, Sanitation & Hygiene for Development",Decentralized wastewater treatment using a bioelectrochemical system to produce methane and electricity,2016,FALSE,0,,[],4,Cynthia J. Castro,"Department of Civil and Environmental Engineering, University of Massachusetts Amherst, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",USA,,,Caitlyn S. Butler,"Department of Civil and Environmental Engineering, University of Massachusetts Amherst, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",USA,cbutler@ecs.umass.edu,,FALSE,,,,"['hydraulically partitioned', 'methanogenesis', 'microbial fuel cell', 'sanitation', 'scale-up', 'wastewater treatment']", +338,30448,6,4,https://iwaponline.com/washdev/article/6/4/622/30448/Prevalence-and-diversity-of-intestinal-helminth,"Journal of Water, Sanitation & Hygiene for Development",Prevalence and diversity of intestinal helminth eggs in pit latrine sludge of a tropical urban area,2016,FALSE,0,,[],3,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Faculty of Science, University of Yaounde I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Faculty of Science, University of Yaounde I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,,FALSE,,,,"['health consideration', 'parasite', 'pit latrine', 'tropical urban area', 'waste management']", +339,30449,6,4,https://iwaponline.com/washdev/article/6/4/631/30449/Characterisation-of-septage-in-partially-sealed,"Journal of Water, Sanitation & Hygiene for Development",Characterisation of septage in partially sealed cesspit,2016,FALSE,0,,[],4,Nezar Al-Atawneh,"Institute of Environmental and Water Studies (IEWS), Birzeit University, P.O. Box 14, Birzeit, The West Bank, Palestine",Palestine,,,Nidal Mahmoud,"Institute of Environmental and Water Studies (IEWS), Birzeit University, P.O. Box 14, Birzeit, The West Bank, Palestine",Palestine,nmahmoud@birzeit.edu,,FALSE,,,,"['anaerobic treatment', 'heavy metals', 'nitrogenous compounds', 'on-site sanitation', 'pollution', 'wastewater']", +340,30451,6,4,https://iwaponline.com/washdev/article/6/4/640/30451/Water-and-sanitation-interventions-to-control,"Journal of Water, Sanitation & Hygiene for Development",Water and sanitation interventions to control diarrheal disease in rural China,2016,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/4/10.2166_washdev.2016.131/4/washdev2016131supp.docx?Expires=1706091695&Signature=fzmkgxbGhGhmQjLhKmFeBQhrXInW4rZp5irWVprzDlZOiabcBhaEMqIm4AzJlHW1me-kV-ONNtT-XCcGKZnQvvBIZ2je9DvMNgpbCb7pkSP81-wqfdLkJSx0GWem8NV~1rk5AoUyHs9mMJ1oq7tzkM5PDjzzCSGwEGeUKl0RtjhFNfpW2fZ3KWsMDNXJ~P0e8C50yKkZtwBXs2uEmihKWp1qn63l6v2BLKzKIsyysW4ra~0C2J9dg-LqH14uH9XVGhZTcNYtDl1BDVhruhLPuP-0K2ddu0gkUyDkjsP45IOkCidec7cs3KV-duOyaxy~s0fZa4SrA9diXMJqP0mBuA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Li Hongxing,"National Center for Rural Water Supply Technical Guidance, Chinese Center for Disease Control and Prevention, No.13 Zhengfu St, Changping District, Beijing 102200, China",China,,,Zhang Qi,"National Center for Rural Water Supply Technical Guidance, Chinese Center for Disease Control and Prevention, No.13 Zhengfu St, Changping District, Beijing 102200, China",China,zhangqi@crwstc.org,,FALSE,,,,"['meta-analysis', 'rural China', 'sanitation', 'water']", +341,30453,6,4,https://iwaponline.com/washdev/article/6/4/650/30453/Is-access-to-adequate-and-equitable-sanitation-for,"Journal of Water, Sanitation & Hygiene for Development",Is ‘access to adequate and equitable sanitation’ for all by 2030 achievable? Perspectives from sector experts on what needs to change to realise the Sustainable Development Goal,2016,FALSE,0,,[],1,Andrés Hueso,"WaterAid, 47–49 Durham Street, London SE11 5JD, UK",UK,andreshueso@wateraid.org,,Andrés Hueso,"WaterAid, 47–49 Durham Street, London SE11 5JD, UK",UK,andreshueso@wateraid.org,,FALSE,,,,"['post-2015', 'sanitation', 'Sustainable Development Goals', 'universal access']", +342,30446,7,1,https://iwaponline.com/washdev/article/7/1/1/30446/The-elimination-of-open-defecation-and-its-adverse,"Journal of Water, Sanitation & Hygiene for Development",The elimination of open defecation and its adverse health effects: a moral imperative for governments and development professionals,2017,FALSE,0,,[],1,Duncan Mara,"Emeritus Professor of Civil Engineering, Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",UK,d.d.mara@leeds.ac.uk,,Duncan Mara,"Emeritus Professor of Civil Engineering, Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",UK,d.d.mara@leeds.ac.uk,,FALSE,,,,"['child health', 'diarrhea', 'environmental enteropathy', 'impaired cognition', 'open defecation', 'stunting']", +343,30450,7,1,https://iwaponline.com/washdev/article/7/1/13/30450/Socio-psychological-determinants-for-safe-drinking,"Journal of Water, Sanitation & Hygiene for Development",Socio-psychological determinants for safe drinking water consumption behaviors: a multi-country review,2017,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.080/4/washdev2017080supp.pdf?Expires=1706091706&Signature=sAEu8HhKlvOkA30mcxEPpNB1ihR5B80iw5QPa8Fm7U47MYCT~jS7gFUVG5wHQbTbOM7XV-DO8PJh0X9fFrF-8ANiAptrhZyA3zHB2RkIfo5GeWhOyAGEmJPvJRIlkXI33ZRFlLPNqd21fU1RVKIqGDZ1JB0aeKUicLOqnthTYNH44M8ULI7tI~8jis~wbX3arudFY4ND4JWPtu~dVkwnUbgVRFu92sd~tDh1LBcYqOAAJxasrvg-w49bPy3teZnd1XrBUZ~3xifEotAM~62gqHnwab~9DBL~eWbkKCLCO31sSC5x9-ZENLrV7RMubXzQYvzEdoRiIYMOcGec1mrpoA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Jonathan Lilje,"Department of Environmental Social Sciences within Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,jonathan.lilje@eawag.ch,,Jonathan Lilje,"Department of Environmental Social Sciences within Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,jonathan.lilje@eawag.ch,,FALSE,,,,"['behavior change', 'behavioral determinants', 'developing countries', 'drinking water treatment', 'health promotion', 'health psychology']", +344,30452,7,1,https://iwaponline.com/washdev/article/7/1/25/30452/Towards-sustained-sanitation-services-a-review-of,"Journal of Water, Sanitation & Hygiene for Development",Towards sustained sanitation services: a review of existing frameworks and an alternative framework combining ecological and sanitation life stage approaches,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.086/4/washdev2017086supp.docx?Expires=1706091711&Signature=aEaeyluDC84zFm1klaedvezOM4sM3KUPGTvfeH6-6r-4aL77SXjRqENifi~lPlhxTf5wcoVEZgCl9sDinNfuUZiMmN4zzhwDDeFi07CZGUr6GmCl3muY6hHkbw-D32zWNwGTJoJTdc5d4xGEBQ5n7SrbZ0iN9C-W5Ry1Q99NvycaBf5uRbA3Re6LMajY7ZyspjXzaxW6qH3hyCn3IwLeRoYCuSoD~eQ84ZJWWKEZWU8ho2eZbySKzsO6zB12L~W5elK1RSsvtxrubiHGAANeg0VsVeO10p4VQfBeLlRhvDNZnFP6olS3ZbaEghNcQ4Ezq-2N5~U7zHNtb7C9R-E7fQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Ni Made Utami Dwipayanti,"Center for Environment and Population Health, School of Environment, Griffith University, 170 Kessels Road, Nathan, Brisbane, Queensland 4111, Australia",Australia,nimadeutami.dwipayanti@griffithuni.edu.au,,Ni Made Utami Dwipayanti,"Center for Environment and Population Health, School of Environment, Griffith University, 170 Kessels Road, Nathan, Brisbane, Queensland 4111, Australia",Australia,nimadeutami.dwipayanti@griffithuni.edu.au,,FALSE,,,,"['comprehensive framework', 'ecological approach', 'factors', 'sanitation adoption', 'sanitation system', 'sustainability']", +345,30459,7,1,https://iwaponline.com/washdev/article/7/1/43/30459/Message-method-and-messenger-a-literature-survey,"Journal of Water, Sanitation & Hygiene for Development","Message, method and messenger – a literature survey and typology for planning strategic advocacy",2017,FALSE,0,,[],2,Tanvi Nagpal,"International Development Program, Paul H. Nitze School of Advanced International Studies – Johns Hopkins University, Washington, DC, USA",USA,,,Rachel Rose,"International Development Program, Paul H. Nitze School of Advanced International Studies – Johns Hopkins University, Washington, DC, USA",USA,rrose12@jhu.edu,,FALSE,,,,"['advocacy', 'communication', 'municipal budgets', 'sanitation', 'WASH']", +346,30467,7,1,https://iwaponline.com/washdev/article/7/1/56/30467/Sustained-use-in-a-relief-to-recovery-household,"Journal of Water, Sanitation & Hygiene for Development",Sustained use in a relief-to-recovery household water chlorination program in Haiti: comparing external evaluation findings with internal supervisor and community health worker monitoring data,2017,FALSE,0,,[],6,Lauren Wilner,"Public Health and Professional Degree Program, Tufts University School of Medicine, Boston, MA, USA",USA,,,Daniele Lantagne,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA, USA",USA,daniele.lantagne@tufts.edu,,FALSE,,,,"['chlorine', 'evaluation', 'household water treatment', 'linking relief to rehabilitation and development', 'monitoring', 'sustained use']", +347,30482,7,1,https://iwaponline.com/washdev/article/7/1/67/30482/Removing-Legionella-pneumophila-and-biofilms-from,"Journal of Water, Sanitation & Hygiene for Development",Removing Legionella pneumophila and biofilms from water supply systems using plant essential oils,2017,FALSE,0,,[],2,Ozgur Ceylan,"Food Quality Control and Analysis Program, Ula Ali Kocman Vocational School, Mugla Sitki Kocman University, Ula, Mugla 48147, Turkey",Turkey,ozgceylan@hotmail.com,,Ozgur Ceylan,"Food Quality Control and Analysis Program, Ula Ali Kocman Vocational School, Mugla Sitki Kocman University, Ula, Mugla 48147, Turkey",Turkey,ozgceylan@hotmail.com,,FALSE,,,,"['antibiofilm activity', 'antimicrobial activity', 'essential oils', 'Legionella pneumophila']", +348,30488,7,1,https://iwaponline.com/washdev/article/7/1/74/30488/Laboratory-efficacy-and-field-effectiveness-of,"Journal of Water, Sanitation & Hygiene for Development",Laboratory efficacy and field effectiveness of hollow fiber membrane microfilters used for household water treatment in Honduras,2017,FALSE,0,,[],12,Anna L. Murray,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA, USA",USA,anna.murray@tufts.edu,,Anna L. Murray,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA, USA",USA,anna.murray@tufts.edu,,FALSE,,,,"['drinking water', 'hollow fiber membrane', 'household water treatment', 'microbiological effectiveness', 'microfiltration', 'point-of-use']", +349,30494,7,1,https://iwaponline.com/washdev/article/7/1/85/30494/Trash-removal-methods-for-improved-mechanical,"Journal of Water, Sanitation & Hygiene for Development",Trash removal methods for improved mechanical emptying of pit latrines using a screw auger,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.106/4/washdev2017106supp.docx?Expires=1706091733&Signature=P3ifdaZcaJJY5l3~l2gx-5F5cyFrJ38zrP6rM5uzJtAlGYehnpS3dCZpP30TssjIoaS8mM6CsHqp3D1dl45-c25pwMnHxKykFeyVZfMos1U-VNMVAxd9ozLzbDDp5dUACfV0fVLNxP6Uz8qUztRodR1YomoYyEs5cdfpd6E0EWgg51kpYtRNXAgDJcQCAdaRDQsgevkEDuTX54-2KdJBuMprPsoEw-9Xx-W-GD-jtOAmeA9AnXnbmTjPyWqxykyvmkBp1~thtIE1RExn8jzerPvajDPWIzlCin11EqLWZ70asq4xzY-FfwogAiROTN9DqvrBgsJewgRHR8OMw7MaVA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Tracey Sisco,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC, USA",USA,,,"Francis L. de los Reyes, III","Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC, USA",USA,fldelosr@ncsu.edu,,FALSE,,,,"['auger', 'developing countries', 'Excrevator', 'pit emptying', 'trash removal']", +350,30500,7,1,https://iwaponline.com/washdev/article/7/1/92/30500/Assessing-ambient-and-internal-environmental,"Journal of Water, Sanitation & Hygiene for Development","Assessing ambient and internal environmental conditions of pit latrines in urban slums of Kampala, Uganda: effect on performance",2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.085/4/washdev2017085supp.docx?Expires=1706091736&Signature=VOv76UbfhPMNclq7dZXNy3b30cfFcQEdJb-F1moLBfTTZzTA50wrL57J3pTSWDiygH8CXx0u51eDnz8ukcErXOS822-idsR-sRuDcBMw~PIBOcbNtFfAqAPqP~zJyPJYwepJIjps8OvOAz5vKbVEOzZnxQM9XOsmNTPWO2eYIwdRSfL4x9rSqR-TMeBlTXzUATSolo4WAwhYSOx-BFBHPmwp4lg7sTClymabhNPcwGStkAxNez-6X2e1oK-XW5r0dA2Vkwb82TQ~XxCmLLKJARRUKsJzVuKHTmFKqMGLeDhFqpOBbMv1cizClEJajXJktQTHDD0ZKL0YTlDM8iEYag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Anne Nakagiri,"Department of Civil and Environmental Engineering, College of Engineering, Design, Art and Technology, Makerere University, Kampala, Uganda",Uganda,anakagiri@gmail.com,,Anne Nakagiri,"Department of Civil and Environmental Engineering, College of Engineering, Design, Art and Technology, Makerere University, Kampala, Uganda",Uganda,anakagiri@gmail.com,,FALSE,,,,"['ambient conditions', 'environmental conditions', 'oxygen-reduction potential', 'performance', 'pit latrine', 'urban slums']", +351,30513,7,1,https://iwaponline.com/washdev/article/7/1/102/30513/Isotherm-models-and-kinetics-of-copper-adsorption,"Journal of Water, Sanitation & Hygiene for Development",Isotherm models and kinetics of copper adsorption by using hydrochar produced from hydrothermal carbonization of faecal sludge,2017,FALSE,0,,[],4,Thammarat Koottatep,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Pathumthani, Thailand",Thailand,,,Krailak Fakkaew,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Pathumthani, Thailand",Thailand,p-krai@hotmail.com,,FALSE,,,,"['copper removal', 'faecal sludge', 'hydrochar', 'low cost adsorbent']", +352,30518,7,1,https://iwaponline.com/washdev/article/7/1/111/30518/Urine-diversion-dry-toilets-in-eThekwini,"Journal of Water, Sanitation & Hygiene for Development","Urine diversion dry toilets in eThekwini Municipality, South Africa: acceptance, use and maintenance through users' eyes",2017,FALSE,0,,[],5,Nosipho Mkhize,"eThekwini Water and Sanitation, 3 Prior Road, Durban 4000, South Africa",South Africa,nosiphmk@durban.gov.za,,Nosipho Mkhize,"eThekwini Water and Sanitation, 3 Prior Road, Durban 4000, South Africa",South Africa,nosiphmk@durban.gov.za,,FALSE,,,,"['education', 'focus group discussions', 'qualitative', 'quantitative', 're-use', 'sanitation']", +353,30525,7,1,https://iwaponline.com/washdev/article/7/1/121/30525/Take-it-away-the-need-for-designing-fecal-sludge,"Journal of Water, Sanitation & Hygiene for Development",Take it away: the need for designing fecal sludge disposal services for single-pit latrines,2017,FALSE,0,,[],11,Soumya Balasubramanya,"International Water Management Institute, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,,Soumya Balasubramanya,"International Water Management Institute, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,,FALSE,,,,"['disposal', 'emptying', 'fecal sludge', 'rural', 'sanitation', 'single-pit latrines']", +354,30526,7,1,https://iwaponline.com/washdev/article/7/1/129/30526/What-has-poverty-got-to-do-with-it-Analysis-of,"Journal of Water, Sanitation & Hygiene for Development",What has poverty got to do with it? Analysis of household access to improved sanitation in Ghana,2017,FALSE,0,,[],3,Simon Mariwah,"Department of Geography and Regional Planning, University of Cape Coast, Cape Coast, Ghana",Ghana,,,Joshua Amo-Adjei,"African Population and Health Research Center, Manga Close, P.O. Box 10787-00100, Nairobi, Kenya",Kenya,joshua.amo-adjei@ucc.edu.gh,,FALSE,,,,"['Ghana', 'household', 'improved sanitation', 'poverty']", +355,30542,7,1,https://iwaponline.com/washdev/article/7/1/140/30542/Water-sanitation-and-hygiene-WASH-in-schools,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene (WASH) in schools: results from a process evaluation of the National Sanitation Campaign in Tanzania",2017,FALSE,0,,[],7,Prince Antwi-Agyei,"Environmental Health Group, Faculty of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, Keppel Street, London WC1E 7HT, UK",UK,princekaagyei@gmail.com,,Prince Antwi-Agyei,"Environmental Health Group, Faculty of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, Keppel Street, London WC1E 7HT, UK",UK,princekaagyei@gmail.com,,FALSE,,,,"['National Sanitation Campaign', 'process evaluation', 'schools', 'Tanzania', 'WASH']", +356,30544,7,1,https://iwaponline.com/washdev/article/7/1/151/30544/Characterization-of-pit-latrines-to-support-the,"Journal of Water, Sanitation & Hygiene for Development","Characterization of pit latrines to support the design and selection of emptying tools in peri-urban Mzuzu, Malawi",2017,FALSE,0,,[],5,Rashid Chiposa,"Centre of Excellence in Water and Sanitation, Mzuzu University, Private Bag 201, Mzuzu 2, Malawi",Malawi,,,Rochelle H. Holm,"Centre of Excellence in Water and Sanitation, Mzuzu University, Private Bag 201, Mzuzu 2, Malawi",Malawi,rochelle@rochelleholm.com,,FALSE,,,,"['fecal sludge management', 'low-income countries', 'Malawi', 'pit emptying', 'pit latrine']", +357,30548,7,1,https://iwaponline.com/washdev/article/7/1/156/30548/Control-of-urine-odor-in-different-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Control of urine odor in different sanitation practices and its implication on water saving,2017,FALSE,0,,[],2,Shervin Hashemi,"Department of Civil and Environmental Engineering, Seoul National University, Seoul, Republic of Korea",Republic of Korea,,,Mooyoung Han,"Department of Civil and Environmental Engineering, Seoul National University, Seoul, Republic of Korea",Republic of Korea,myhan@snu.ac.kr,,FALSE,,,,"['dilution ratio', 'sanitation', 'sustainability', 'threshold odor number', 'urine odor']", +358,30154,7,2,https://iwaponline.com/washdev/article/7/2/163/30154/History-of-sanitation-and-hygiene-technologies-in,"Journal of Water, Sanitation & Hygiene for Development",History of sanitation and hygiene technologies in the Hellenic world,2017,FALSE,0,,[],5,Stavros Yannopoulos,"Faculty of Engineering, School of Rural and Surveying Engineering, Aristotle University of Thessaloniki, 54124 Thessaloniki, Greece E-mail:",Greece E-mail:,giann@vergina.eng.auth.gr,,,,,,,FALSE,,,,"['drains', 'hygiene', 'sanitary structures', 'sanitation', 'sewers']", +359,30170,7,2,https://iwaponline.com/washdev/article/7/2/181/30170/Climate-change-vulnerability-and-resilience-of,"Journal of Water, Sanitation & Hygiene for Development","Climate change vulnerability and resilience of water, sanitation, and hygiene services: a theoretical perspective",2017,FALSE,0,,[],3,Jeremy Paul Kohlitz,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, New South Wales, Australia E-mail: jeremy.kohlitz@uts.edu.au",Australia E-mail: jeremy.kohlitz@uts.edu.au,jeremy.kohlitz@uts.edu.au,,,,,,,FALSE,,,,"['climate change', 'perspectives', 'resilience', 'theory', 'vulnerability', 'WASH']", +360,30193,7,2,https://iwaponline.com/washdev/article/7/2/196/30193/Qualitative-comparative-analysis-for-WASH-research,"Journal of Water, Sanitation & Hygiene for Development",Qualitative comparative analysis for WASH research and practice,2017,FALSE,0,,[],2,Jessica Kaminsky,"Department of Civil and Environmental Engineering, University of Washington, 121H More Hall, Seattle, WA 98195, USA E-mail:",USA E-mail:,jkaminsk@uw.edu,,,,,,,FALSE,,,,"['hygiene', 'methods', 'QCA', 'sanitation', 'WASH', 'water']", +361,30206,7,2,https://iwaponline.com/washdev/article/7/2/209/30206/Environmentally-sustainable-WASH-Current-discourse,"Journal of Water, Sanitation & Hygiene for Development","Environmentally sustainable WASH? Current discourse, planetary boundaries and future directions",2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.130/2/washdev2017130supp.docx?Expires=1706091787&Signature=EV~XVVQl6JvyXvgffhH8NS2mClHCRe3AHAMkZz6GtNZkEotUcxVe6sZ1ZW9AZk7VRD5oc-4~ZXu~OkZfT38OCCb35Lrt~~1950fndzN~L-3LGSszPcAI3KLWRC-1EXR09KuVyaEN7IzVW7kToc08VfPgiY5zhiGKcRUO9C-ef3~QYzF0rIS15SIo5kUm7kCkXSNQNF16gMh2UD8Ob082JaTZIkppSwy71T7OikDgV1IZsqPqyuoLzb4y2BE191FREYh0qO6uyXXNuKXr59MIcXVkpV3JMUWwY8Mima80oU4fCm52ixn8Fe6pHz736CBhscEbAwaJYDhwnz02icVHbA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Naomi Carrard,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia E-mail: naomi.carrard@uts.edu.au",Australia E-mail: naomi.carrard@uts.edu.au,naomi.carrard@uts.edu.au,,,,,,,FALSE,,,,"['environmental sustainability', 'planetary boundaries', 'reuse', 'Sustainable Development Goals', 'WASH', 'water security']", +362,30222,7,2,https://iwaponline.com/washdev/article/7/2/229/30222/Decision-sciences-in-the-management-of-water,"Journal of Water, Sanitation & Hygiene for Development",Decision sciences in the management of water resources: multi-criteria methods and game theory applied to the field of sanitation,2017,FALSE,0,,[],2,Alexandre Bevilacqua Leoneti,"Research Group in Decision Sciences, School of Economics, Business Administration and Accounting, University of São Paulo, Ribeirão Preto, Brazil E-mail:",Brazil E-mail:,ableoneti@usp.br,,,,,,,FALSE,,,,"['decision sciences', 'game theory', 'multi-criteria methods', 'sanitation', 'water management']", +363,30234,7,2,https://iwaponline.com/washdev/article/7/2/243/30234/Faecal-sludge-as-a-solid-industrial-fuel-a-pilot,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge as a solid industrial fuel: a pilot-scale study,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.089/2/washdev2017089supp.docx?Expires=1706091800&Signature=Nr4Uk6RWZYUtMMMQSgHcDwgzlI5gMtXDyPvjBl8IP2vayMfeLiiEX2Z7ZxRd-6kFw7oD2pYDkkEAC0uvmgbG6HTBmdClJRO1e5MiFl0eTCQFw69FJQRprIQtE~RDFQDS~ti3fAUwJxx1YO6pJ6Gdl4TJXOQSlMk2QaD9Mcmq0wbSwTwmnQ2HICK0hQZZSon7hr1B2lI2mYAhQY3AYIY0yRIyAi9czHNHoLs2MqObT0JIYC7d5uvhhQ4~D6RqKA5SZDthvUqeh7M7zVkup1pxEu4v3s2IE~XF1SmiYyrHzTE0IPuR88OT91KUQpHSxun3BF1cYpe7T4qkMRycxysgkA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Moritz Gold,"Sandec, Department of Sanitation, Water and Solid Waste for Development, EAWAG, Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, 8600 Duebendorf, Switzerland E-mail:",Switzerland E-mail:,moritz.gold@eawag.ch,,,,,,,FALSE,,,,"['co-combustion', 'fecal sludge management', 'heavy metals', 'resource recovery', 'sanitation', 'waste-to-energy']", +364,30236,7,2,https://iwaponline.com/washdev/article/7/2/252/30236/Rendering-fecal-waste-safe-for-reuse-via-a-cost,"Journal of Water, Sanitation & Hygiene for Development",Rendering fecal waste safe for reuse via a cost-effective solar concentrator,2017,FALSE,0,,[],4,Andrew M. Foote,"College of Engineering, Georgia Institute of Technology, Atlanta, GA, USA and Sanivation LLC, P.O. Box 262-20117, Naivasha 20117, Kenya E-mail:",Kenya E-mail:,andrew.foote@sanivation.com,,,,,,,FALSE,,,,"['developing countries', 'helminth', 'pathogen inactivation', 'sanitation', 'solar treatment', 'waste']", +365,30237,7,2,https://iwaponline.com/washdev/article/7/2/260/30237/Types-and-distribution-of-improved-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Types and distribution of improved sanitation technologies in sub-Saharan Africa,2017,FALSE,0,,[],3,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe E-mail:",Zimbabwe E-mail:,mismuchie@gmail.com,,,,,,,FALSE,,,,"['coverage', 'improved sanitation technology', 'sanitation technology', 'sub-Saharan Africa', 'technology selection']", +366,30238,7,2,https://iwaponline.com/washdev/article/7/2/272/30238/Sanitation-and-externalities-evidence-from-early,"Journal of Water, Sanitation & Hygiene for Development",Sanitation and externalities: evidence from early childhood health in rural India,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.143/2/washdev2017143supp.docx?Expires=1706091813&Signature=Fyf1ckjEQWuAHyXnEytNdmPgip6~URgJtx2nJrR0W2K9FqBncpU7aPs9gnCysyEIE3AvQEf1IyZ3Eo80jkGF36NzYG6n2U5GCHUSJXdguGB-xVGzBm-KcCHCLRmHiJr53xNbsUnRltBptrFJJvU0c3blU4N1V7fpQZebaLebBzF4xAKRbmUhgcCCU9BT6-Og57Ru4mbwYn3bo22HkXdJShB3UVRFsaL-Hzu3LJahY7xwv3~lf~bBQVpkJan6G1I12D7hq6XNa6Ogn9CZRsGwwCr8l4syiF7zlXCVl--0quo7JAdbQym2VKCITou9Lb3wXr-YQsXnyeZWh9ogR10bUg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Luis Andrés,"World Bank, 1818 H Street NW, Washington, DC, USA E-mail:",USA E-mail:,landres@worldbank.org,,,,,,,FALSE,,,,"['diarrhea', 'externalities', 'health', 'India', 'sanitation']", +367,30239,7,2,https://iwaponline.com/washdev/article/7/2/290/30239/Systematic-risk-management-approach-of-household,"Journal of Water, Sanitation & Hygiene for Development",Systematic risk management approach of household drinking water from the source to point of use,2017,FALSE,0,,[],3,Lutendo S. Mudau,"Department of Environmental Health, Tshwane University of Technology, P/Bag x680, Pretoria 0001, South Africa E-mail:",South Africa E-mail:,mudauls@tut.ac.za,,,,,,,FALSE,,,,"['drinking water quality', 'hazard analysis critical control point', 'households', 'risk assessment', 'water safety plans', 'water sources']", +368,30240,7,2,https://iwaponline.com/washdev/article/7/2/300/30240/Behavioral-influences-on-risk-of-exposure-to-fecal,"Journal of Water, Sanitation & Hygiene for Development","Behavioral influences on risk of exposure to fecal contamination in low-resource neighborhoods in Accra, Ghana",2017,FALSE,0,,[],8,J. Hurd,"Center for Global Safe Water, Sanitation and Hygiene, Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, GA 30322, USA E-mail:",USA E-mail:,mhennin@emory.edu,,,,,,,FALSE,,,,"['Accra', 'behavior', 'fecal contamination', 'Ghana', 'qualitative research']", +369,30242,7,2,https://iwaponline.com/washdev/article/7/2/312/30242/Exploring-the-link-between-handwashing-proxy,"Journal of Water, Sanitation & Hygiene for Development",Exploring the link between handwashing proxy measures and child diarrhea in 25 countries in sub-Saharan Africa: a cross-sectional study,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.126/2/washdev2017126supp.docx?Expires=1706091826&Signature=wGq4JasPYCROosbKTiBpI~QPpaqOOcWKe5OBJlCNBag6QiZfrx7t0NDfK8LDck19E39gyRQV9bvHfu~IiGhyOeYzGeHxzIP4bGlekOpJK6bqksV8iOYh7X~Yb20yZ7bl9DVmzAMUCUmwTZKkebzDpvo1juPpY7~GzipjVIJKPg5fx6AhR5IoKIBqwTvc7luVC2MICDB9o6Am85wq1ptPM9OVW93paEzv8BayMFscnty-IThGhNVcSStU0FXWLfvHQWdKsmsFDD0RHfbSrLCEPAugbTDKFIaaR18mGo3bn6XGAu6K9~O0h9ZNnMytXQ4gJYkYMoDClBtfRLWHuxOIIg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Mitsuaki Hirai,"Milken Institute School of Public Health, Department of Global Health, The George Washington University, 950 New Hampshire Ave., Suite 400, Washington, DC 20052, USA E-mail: mhirai@gwu.edu",USA E-mail: mhirai@gwu.edu,mhirai@gwu.edu,,,,,,,FALSE,,,,"['child health', 'diarrhea', 'handwashing', 'hygiene']", +370,30243,7,2,https://iwaponline.com/washdev/article/7/2/323/30243/Assessment-of-personal-hygiene-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Assessment of personal hygiene and sanitation using a composite index among adolescent girls and their households in urban slums of Pune, Maharashtra",2017,FALSE,0,,[],2,Angeline Jeyakumar,"Interdisciplinary School of Health Sciences, Savitribai Phule Pune University, Pune, Maharashtra, India E-mail:",India E-mail:,angelinejaykumar@gmail.com,,,,,,,FALSE,,,,"['adolescent health', 'personal hygiene', 'sanitation', 'urban slums']", +371,30245,7,2,https://iwaponline.com/washdev/article/7/2/331/30245/Reduction-in-exposure-to-arsenic-from-drinking,"Journal of Water, Sanitation & Hygiene for Development",Reduction in exposure to arsenic from drinking well-water in Bangladesh limited by insufficient testing and awareness,2017,FALSE,0,,[],4,A. Pfaff,"Sanford School of Public Policy, Duke University, 302 Towerview, Durham, NC 27708, USA",USA,,,,,,,,FALSE,,,,"['arsenic', 'Bangladesh', 'groundwater', 'mitigation']", +372,30248,7,2,https://iwaponline.com/washdev/article/7/2/340/30248/Development-of-a-Sanitation-Safety-Plan-for,"Journal of Water, Sanitation & Hygiene for Development","Development of a Sanitation Safety Plan for improving the sanitation system in peri-urban areas of Iringa, Tanzania",2017,TRUE,1,doc,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.256/2/washdev2017256supp.doc?Expires=1706091838&Signature=bSv1SKiZed1Rvb-dkz7inwUMa6CvhLhbTPnueq-uWFXtxtuL8OYKuQQdRR0VcPQXYqgJHqhalDNsWyIES6ZfM40am-F7vR4YQFy~yXiOcIRSlOVXqy2fIPWJTy9kTyVw79RvenpSZFMfuwkMqJt7oiS-cjj5Bh1bNA86ZYUv0D3P~ktr-gfYSvZcWgAyz0rp6rXogUwgFHKz362uiWEOxIerVIgVAtvGXsfit1w4bokXkuckvH8O4-Bk55aLbSjqZI1xmsWFmb-z7bD64BKkB2GNDzSVAXO~u8oNXH-CBl6q6fHdJU3HJI6j00EqziLBphlMpo4XsrF~JAIf1cRm~g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,M. Domini,"CeTAmb LAB, Research Laboratory on Appropriate Technologies for Environmental Management in Resource-Limited Countries, Department of Civil Engineering, Architecture, Land, Environment and of Mathematics, University of Brescia, via Branze 43, 25123 Brescia, Italy E-mail:",Italy E-mail:,m.domini@unibs.it,,,,,,,FALSE,,,,"['fecal sludge management', 'peri-urban', 'risk assessment', 'Sanitation Safety Planning', 'Tanzania']", +373,31612,7,3,https://iwaponline.com/washdev/article/7/3/349/31612/Limited-services-The-role-of-shared-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Limited services? The role of shared sanitation in the 2030 Agenda for Sustainable Development,2017,FALSE,0,,[],7,Barbara Evans,"Institute of Public Health and Environmental Engineering, University of Leeds, Leeds LS2 9JT, UK",UK,,,,,,,,FALSE,,,,"['limited services', 'shared sanitation', 'Sustainable Development Goals']", +374,31613,7,3,https://iwaponline.com/washdev/article/7/3/352/31613/Temporal-and-thematic-trends-in-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Temporal and thematic trends in water, sanitation and hygiene (WaSH) research in Pacific Island Countries: a systematic review",2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.021/2/washdev2017021supp.docx?Expires=1706091845&Signature=rA2Kc0S~6wGHyGnKB4mUcU0PT~pxfxKhmfHb7qGHDqLssUKCdV-tiKC5EFi5vuzmRbd3x0N8zBqN1~Rcw8kNEw4~8Z7vz20hBWeEqKr167bUzXpM9cmNErkfg7trjoWazrCdMKwgk8R9CMgdXymzIUesNWLPGIHWxAHmXvrzP2ovwnHvIY-EAuiyErYKFw6H49zLji-1E0J12aDLX~9uLrQwE5CMfOqL2PZC0k8gtzg~zYosQPeWhiue3UngtAZDTLuli2N5EITA-u7NZFcxWHEy2u9ukcL8ZiJNT3xvVGUoUztLqV0gCjHBuQ-9eKvV34GSel1U4TdNXlQzKIlVcg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,Morgan C. MacDonald,"Australian Rivers Institute, Griffith School of Environment, Griffith University, Nathan, QLD 4111, Australia E-mail:",Australia E-mail:,morgan.macdonald82@gmail.com,,,,,,,FALSE,,,,"['development goals', 'disaster relief and response', 'environmental health', 'public health', 'small island developing states (SIDS)', 'water resource management']", +375,31614,7,3,https://iwaponline.com/washdev/article/7/3/369/31614/The-role-of-packaged-water-in-meeting-global,"Journal of Water, Sanitation & Hygiene for Development",The role of packaged water in meeting global targets on improved water access,2017,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.155/2/washdev2017155supp.pdf?Expires=1706091850&Signature=2uWFsdmmmvDvPF5tALvJH0iKoWjAl2g8LJmRC3LCzMBr4jx8TI4YCweRIGhl~M6JtxA9sX4JTB1xuUoTRsrX4Avq6g-aJ7RxQ9qmhOUkGIj9JPw-i0oehfRwLdGZj1F8xqGSliYkX91yxZXUV5kbtXC~1JZUVI3CYWtcleG01f2gI8~P0itPkBCjczcf9eK4Eq~8BlKrENiAjrJ45IS4RuMwkCv8zkt2oBiXYdsJL33ER4Oq86h1DNHcZ~MmYOoipdEewQa4jkw6v9H~lVg4q~Tne9pbgvUxgqc3h57C4AaSDGrGDBn61shwsmkHzFJI8PX8vu0qe9qgI5cKggiXoA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Sridhar Vedachalam,"Johns Hopkins Water Institute, Johns Hopkins Bloomberg School of Public Health, 615 N Wolfe St, E6638, Baltimore, MD 21205, USA E-mail:",USA E-mail:,svedach1@jhu.edu,,,,,,,FALSE,,,,"['bottled', 'Ghana', 'improved', 'Nigeria', 'packaged water', 'sachet']", +376,31615,7,3,https://iwaponline.com/washdev/article/7/3/378/31615/Investigation-on-microbial-inactivation-and-urea,"Journal of Water, Sanitation & Hygiene for Development",Investigation on microbial inactivation and urea decomposition in human urine during thermal storage,2017,FALSE,0,,[],6,Xiaoqin Zhou,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, University of Science and Technology Beijing, Beijing 100083, China E-mail:",China E-mail:,zifuli@ustb.edu.cn,,,,,,,FALSE,,,,"['human urine', 'hygienization', 'stabilization', 'thermal treatment']", +377,31616,7,3,https://iwaponline.com/washdev/article/7/3/387/31616/Using-business-models-in-designing-market-based,"Journal of Water, Sanitation & Hygiene for Development",Using business models in designing market-based solutions: the case of fluoride treatment systems,2017,TRUE,1,doc,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.117/2/washdev2017117supp.doc?Expires=1706023359&Signature=0FPhx4BjF8z9lOOZz27QKWTIVvwFwSADhJdFfSNFWFzcBa~HQeoHXcETIr1P2NnknSKfNXaJDflXjJaQrlMiYGy5g-zne5BfMEl14GFI77-SK3cwj3WewVZbjfuzhksFWq6h2~-GwcBWVe8wCN8Y5MPrJpjwmSiKD0U1R90Pg01dGTH~oaSO2aCf6oYbQ1knCPAEXeAtCI1k6i~Ri3DhIcw8yN80eUKw4BTBUsCWxofXHCdqnMQaXH8UzyXbeBUvIDtTgF-AdUtGEiVr8AU1e1CmjtQ4cDzJdF5OLexCBzr6O7~MC9Hxgv9-awkIX~Xsndi9yFXVcTgUtix8OphZWg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Teshome L. Yami,"School of Civil Engineering and Environmental Science, and Entrepreneurship and Economic Development, University of Oklahoma, 202 W. Boyd St., Room 334, Norman, Oklahoma 73019, USA E-mail: teshome.l.yami-1@ou.edu",USA E-mail: teshome.l.yami-1@ou.edu,teshome.l.yami-1@ou.edu,,,,,,,FALSE,,,,"['business models', 'chemically activated cow bone', 'electrolytic defluoridation fluoride', 'Nalgonda', 'technological and economic sustainability']", +378,31617,7,3,https://iwaponline.com/washdev/article/7/3/396/31617/Adapting-the-IWA-water-balance-to-intermittent,"Journal of Water, Sanitation & Hygiene for Development",Adapting the IWA water balance to intermittent water supply and flat-rate tariffs without customer metering,2017,FALSE,0,,[],2,Miran Mastaller,"Karlsruhe Institute of Technology (KIT), Institute for Water and River Basin Management, Kaiserstraße 12, 76131 Karlsruhe, Germany E-mail: miran.mastaller@kit.edu",Germany E-mail: miran.mastaller@kit.edu,miran.mastaller@kit.edu,,,,,,,FALSE,,,,"['intermittent water distribution', 'water balance', 'water losses']", +379,31618,7,3,https://iwaponline.com/washdev/article/7/3/407/31618/Cultural-preferences-for-the-methods-and,"Journal of Water, Sanitation & Hygiene for Development",Cultural preferences for the methods and motivation of sanitation infrastructure development,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.188/2/washdev2017188supp.docx?Expires=1706024061&Signature=EFBl4I7SmqbqZ571MWriNEdw3Bb2yWyysbf0XSdBres16GQf13eW8Uz1Vu21x97-tgGLHQP4KQYRd8Wa40VAJaRpgJlFA1PXhOr0ZUxslejJUaTAR-pBmLAlCQZQYeUdvxLC5wxKKKgs8Zt-uzxm0FyuSoa4FWL~J~iU3xinouus1brfdCImB-cuHvYKzkehRWCv95aYsYxN16GR4gumN46RS0J4qkbvQSmfQKYrIL45~ieBWDERgdtS1Mn6yakuewNShBAKGxv6fWknzK3ylpOB6idDfrmseOfqAfzmDnUbyKkH-XJEjP1GNhHWbumyrvPtVn45PXYjC76dFxFgHQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Miriam E. Hacker,"Department of Civil and Environmental Engineering, University of Washington, 201 More Hall, Seattle, WA 98195, USA E-mail: meh7@uw.edu",USA E-mail: meh7@uw.edu,meh7@uw.edu,,,,,,,FALSE,,,,"['culture', 'fuzzy-set', 'Hofstede', 'infrastructure', 'sanitation']", +380,31619,7,3,https://iwaponline.com/washdev/article/7/3/416/31619/A-study-of-the-effect-of-water-quality-related,"Journal of Water, Sanitation & Hygiene for Development",A study of the effect of water quality-related variables on some age-related diseases adjusted for other well-known risk factors: a multivariate multilevel study,2017,FALSE,0,,[],2,Kapuruge Nishika Oshadini Ranathunga,"Department of Statistics, University of Colombo, PO Box 1490, Colombo 03, Sri Lanka E-mail: roshinis@hotmail.com",Sri Lanka E-mail: roshinis@hotmail.com,roshinis@hotmail.com,,,,,,,FALSE,,,,"['cardiovascular disease and diabetes', 'chronic respiratory conditions', 'Markov chain Monte Carlo', 'multivariate multilevel model', 'probit regression']", +381,31620,7,3,https://iwaponline.com/washdev/article/7/3/426/31620/Working-with-complexity-a-participatory-systems,"Journal of Water, Sanitation & Hygiene for Development","Working with complexity: a participatory systems-based process for planning and evaluating rural water, sanitation and hygiene services",2017,FALSE,0,,[],3,Jeffrey P. Walters,"Department of Civil Engineering, Universidad Diego Portales, Av. Ejército 441, Santiago, Chile E-mail:",Chile E-mail:,jeffrey.walters@udp.cl,,,,,,,FALSE,,,,"['MICMAC', 'participatory modeling', 'sustainability', 'systems approach', 'water', 'sanitation and hygiene (WASH)']", +382,31621,7,3,https://iwaponline.com/washdev/article/7/3/436/31621/Mobility-up-the-sanitation-ladder-following,"Journal of Water, Sanitation & Hygiene for Development",Mobility up the sanitation ladder following community-led total sanitation in rural Zambia,2017,FALSE,0,,[],10,Scott Russpatrick,"Akros, Lusaka, Zambia E-mail:",Zambia E-mail:,dalarsen@syr.edu,,,,,,,FALSE,,,,"['community-led total sanitation', 'sanitation ladder']", +383,31622,7,3,https://iwaponline.com/washdev/article/7/3/445/31622/Sanitation-value-chains-in-low-density-settings-in,"Journal of Water, Sanitation & Hygiene for Development",Sanitation value chains in low density settings in Indonesia and Vietnam: impetus for a rethink to achieve pro-poor outcomes,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.141/2/washdev2017141supp.docx?Expires=1706091882&Signature=5Nmc6tFLONENroUZWUe~ljWHnd159FAP4BiLnp06-y-FfaM9rUmq0gs6fBzGtO-sHtFo2WVDMABPE4X6lOXfGXvky5CUB24iHylPnoKbNhlGvxBIJQA6ABwM~-F~LvRH5dAMEb34f8IjthUmbkjTfZfJLYqjeALTWT4GAcND2lsHKGWBIg12cjaxXlRCImXnxvM5a2VxQyJkfyDCA50l4MwXG7sT21Ry7bPTO2cVC2c6dYB6o1EHR85h1tbbdN0LMvZeEErVIlauZyqOWgcptyRGcfBmdrry4xWJ0ksLlS5XVYcb2eFfcCvTNH36iAb2HUAMENqIt7cneGj5srdebA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Juliet Willetts,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia E-mail:",Australia E-mail:,juliet.willetts@uts.edu.au,,,,,,,FALSE,,,,"['market-based approaches', 'pro-poor', 'rural sanitation', 'supply chain', 'value chain']", +384,31623,7,3,https://iwaponline.com/washdev/article/7/3/455/31623/The-sanitation-and-urban-agriculture-nexus-urine,"Journal of Water, Sanitation & Hygiene for Development","The sanitation and urban agriculture nexus: urine collection and application as fertilizer in São Paulo, Brazil",2017,FALSE,0,,[],4,Mariana C. Chrispim,"School of Arts, Sciences, and Humanities, University of São Paulo, 1000 Arlindo Bettio Ave., Sao Paulo, SP 03828000, Brazil E-mail:",Brazil E-mail:,mnolasco@usp.br,,,,,,,FALSE,,,,"['fertilizer', 'nexus', 'source separation', 'urine']", +385,31624,7,3,https://iwaponline.com/washdev/article/7/3/466/31624/Technology-choices-in-scaling-up-sanitation-can,"Journal of Water, Sanitation & Hygiene for Development",Technology choices in scaling up sanitation can significantly affect greenhouse gas emissions and the fertiliser gap in India,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.005/2/washdev2017005supp.docx?Expires=1706091891&Signature=MbKobrzagmW7kKC8WLIG6dp1BIwT76yVuIcZfBuVcFwIboknnPki7kU8EpPUSZGytS-Tc3OW~tyCrGIFBAHKMWsto90fj~O2jSMHAB2L6uQEe-B5n69Vjl5hpHMjN1zIKTME48oCwVUCpiH-N7EP~XulutgWLLPqLSAyu2rRhnDMUoIKMy-sYcl77R8ujDbafYlkmEjnIWvZKNV7Vjr~14asq-DZpGjZNi0n55dQXYeDCSoAzsOk57eUQtHB2z4W9T2R9ZKr9FxuusMrmvgT-AhluLPW1xPnJMpoU7VgixQyTa9P1dH9fS58RPv~Om18ujgWjAzu36Fz3GPEa-nPSg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Michal Kulak,"UNILEVER Safety and Environmental Assurance Centre (SEAC), Colworth Science Park, Sharnbrook MK44 1LQ, UK E-mail:",UK E-mail:,michal.kulak@unilever.com,,,,,,,FALSE,,,,"['greenhouse gases', 'India', 'LCA', 'life cycle assessment', 'nutrients', 'sanitation']", +386,31625,7,3,https://iwaponline.com/washdev/article/7/3/477/31625/The-impact-of-low-flow-season-on-source-drinking,"Journal of Water, Sanitation & Hygiene for Development","The impact of low-flow season on source drinking water quality, Rosetta branch, Egypt",2017,FALSE,0,,[],3,K. Ghodeif,"Suez Canal University, Ismailia 41522, Egypt E-mail:",Egypt E-mail:,kghodeif@yahoo.com,,,,,,,FALSE,,,,"['drinking', 'Egypt', 'low-flow', 'source water quality']", +387,31626,7,3,https://iwaponline.com/washdev/article/7/3/485/31626/Microbiological-contamination-of-water-pans-in,"Journal of Water, Sanitation & Hygiene for Development",Microbiological contamination of water pans in Baringo County,2017,FALSE,0,,[],3,Edith J. Kurui,"Department of Environmental Science, Egerton University, Nairobi, Kenya E-mail:",Kenya E-mail:,kuruiedith89@gmail.com,,,,,,,FALSE,,,,"['Baringo', 'fecal contamination', 'microbiological water quality', 'water pans']", +388,31627,7,3,https://iwaponline.com/washdev/article/7/3/495/31627/Investigating-unaccounted-for-water-and-its,"Journal of Water, Sanitation & Hygiene for Development","Investigating unaccounted for water and its components in Zomba City water supply system, Malawi",2017,FALSE,0,,[],2,Zvikomborero Hoko,"Department of Civil Engineering, University of Zimbabwe, Box MP 167, Mount Pleasant, Harare, Zimbabwe E-mail:",Zimbabwe E-mail:,z_hoko@yahoo.com,,,,,,,FALSE,,,,"['apparent losses', 'minimum night flow', 'real losses', 'non-revenue water', 'water utility']", +389,31628,7,3,https://iwaponline.com/washdev/article/7/3/507/31628/Methods-for-controlling-stored-urine-odor-in,"Journal of Water, Sanitation & Hygiene for Development",Methods for controlling stored urine odor in resource-oriented sanitation,2017,FALSE,0,,[],2,Shervin Hashemi,"Department of Civil and Environmental Engineering, Seoul National University, Seoul, Republic of Korea E-mail: myhan@snu.ac.kr",Republic of Korea E-mail: myhan@snu.ac.kr,myhan@snu.ac.kr,,,,,,,FALSE,,,,"['ancient practices', 'resource-oriented sanitation', 'sustainable sanitation', 'threshold odor number (TON)', 'urine odor']", +390,31629,7,3,https://iwaponline.com/washdev/article/7/3/515/31629/Sustainability-inspired-composting-latrine-design,"Journal of Water, Sanitation & Hygiene for Development",Sustainability-inspired composting latrine design,2017,FALSE,0,,[],2,D. Kierys,"Department of Civil and Environmental Engineering, Michigan Technological University, Houghton, MI 49931, USA E-mail: barkdoll@mtu.edu",USA E-mail: barkdoll@mtu.edu,barkdoll@mtu.edu,,,,,,,FALSE,,,,"['developing country', 'ferrocement', 'public health', 'sanitation', 'social habits']", +391,31630,7,3,https://iwaponline.com/washdev/article/7/3/521/31630/Developing-water-and-sanitation-services-in,"Journal of Water, Sanitation & Hygiene for Development",Developing water and sanitation services in refugee settings from emergency to sustainability – the case of Zaatari Camp in Jordan,2017,FALSE,0,,[],5,A. W. C. van der Helm,"Waternet, P.O. Box 94370, 1090 GJ, Amsterdam, The Netherlands E-mail:",The Netherlands E-mail:,alex.van.der.helm@waternet.nl,,,,,,,FALSE,,,,"['drinking water', 'infrastructure', 'public health', 'refugee camp', 'sustainability', 'wastewater']", +392,31631,7,3,https://iwaponline.com/washdev/article/7/3/528/31631/Getting-a-foot-on-the-sanitation-ladder-user,"Journal of Water, Sanitation & Hygiene for Development","Getting a foot on the sanitation ladder: user satisfaction and willingness to pay for improved public toilets in Accra, Ghana",2017,FALSE,0,,[],3,Simon Mariwah,"Department of Geography and Regional Planning, PMB University Post Office, University of Cape Coast, Cape Coast, Ghana E-mail:",Ghana E-mail:,smariwah@ucc.edu.gh,,,,,,,FALSE,,,,"['Ghana', 'public toilets', 'sanitation', 'satisfaction', 'willingness to pay']", +393,38055,7,4,https://iwaponline.com/washdev/article/7/4/535/38055/Why-do-water-points-fail-Learning-from-open-ended,"Journal of Water, Sanitation & Hygiene for Development",Why do water points fail? Learning from open-ended failure descriptions in the WPDx dataset,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.022/1/washdev2017022supp.docx?Expires=1706091921&Signature=tP8wbb~q4e29aZwctXTDQ8Du5mxAT6rUN50IWPWM8iU0XuFamZ2DSWIcqjp82OT~eU8ZvWkqZGEhsy5~YSQafoYOdz3utqeU-wBBRP5~AE7cbiuB8v6yHlO1x1VR1hrCEBihGronS4tHIsGrOIWDdiIOXTU-QqUg02wXeufdppKtWS9IL2IBMacg2i-sH9egTS6u0A66YA884cwTIoXNObc5duCY8r882OvppUImC~OSimvSzMR1LBo2jktbdTi5pmlIpzvD34SDmQ2u6AxKAsZi-MZciyDceDEo9kx~YS4FV-X7RN2XIMDVIirUi7ZotgdBmqwdE8q4XSbMRo9uGw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Joseph Cook,School of Economic Sciences,School of Economic Sciences,jhcook@uw.edu,,Joseph Cook,School of Economic Sciences,School of Economic Sciences,jhcook@uw.edu,,FALSE,,,,"['functionality', 'management', 'water point']", +394,38050,7,4,https://iwaponline.com/washdev/article/7/4/546/38050/Revealing-causal-pathways-to-sustainable-water,"Journal of Water, Sanitation & Hygiene for Development",Revealing causal pathways to sustainable water service delivery using fsQCA,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.053/1/washdev2017053supp.docx?Expires=1706091925&Signature=K8I0y-g4Dz-4UiZTzoenEn1wO5vJjY4k6sdrIaUScWOsSdSHugF9P3HGSqIAQ7TsE7tnX-Sbw8KU8YavwtOsYEuDEMZj7M~NSf6AVWg6PnIcKH61VlNb~SJZdBWZwTN6uy3~KnRaI7HQvOH4MKBufA4oJcactfOZPFZoWXav2iRFw7tOI4XHbXJIcGhwtSoZjc0MHUqaBUcCDSqJaU4kIWzPumNrFIOdyV~zNn9MSv32SPbo2zlkQDV7vk4ZiLIE95V6y2jnMP94h9B3pcoCLY3AEMLgMeqGvc8Hx3feQBxGdxz9Wg~lrSTddIvxjZe5S-9mx~iooiC~OifvI5aSDQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Kate E. Gasparro,Department of Civil and Environmental Engineering,Department of Civil and Environmental Engineering,,,Jeffrey P. Walters,Department of Civil Engineering,Department of Civil Engineering,jeffrey.walters@udp.cl,,FALSE,,,,"['causal pathways', 'engineers without borders', 'external partners', 'fuzzy set qualitative comparative analysis', 'sustainable service delivery', 'WASH']", +395,38049,7,4,https://iwaponline.com/washdev/article/7/4/557/38049/An-assessment-of-sub-standard-water-pressure-in,"Journal of Water, Sanitation & Hygiene for Development",An assessment of sub-standard water pressure in South African potable distribution systems,2017,FALSE,0,,[],3,Louis Strijdom,Department of Civil Engineering,Department of Civil Engineering,,,Heinz Erasmus Jacobs,Department of Civil Engineering,Department of Civil Engineering,hejacobs@sun.ac.za,,FALSE,,,,"['distribution system', 'hydraulic model', 'water pressure']", +396,38051,7,4,https://iwaponline.com/washdev/article/7/4/568/38051/Analysis-of-domestic-water-demand-variables-of-a,"Journal of Water, Sanitation & Hygiene for Development","Analysis of domestic water demand variables of a residential colony in Ajmer, Rajasthan (India)",2017,FALSE,0,,[],3,Ganpat Singh,"Civil Engineering Department, NIT, Kurukshetra, India",India,,,Mahender Choudhary,"Civil Engineering, MNIT, Jaipur, India",India,mah_thory@yahoo.co.in,,FALSE,,,,"['domestic water demand', 'multiple linear regression (MLR)', 'neural network (NN)', 'principal component analysis (PCA)']", +397,38047,7,4,https://iwaponline.com/washdev/article/7/4/589/38047/Service-quality-of-household-toilets-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Service quality of household toilets in rural settlements of India: an assessment from the users' perspective,2017,FALSE,0,,[],2,Mohammad Rashid,Department of Architecture and Regional Planning,Department of Architecture and Regional Planning,rashidgeog@gmail.com,,Mohammad Rashid,Department of Architecture and Regional Planning,Department of Architecture and Regional Planning,rashidgeog@gmail.com,,FALSE,,,,"['household toilet', 'India', 'rural settlement', 'SEM', 'service quality', ""users' perception""]", +398,38059,7,4,https://iwaponline.com/washdev/article/7/4/601/38059/Life-cycle-cost-analysis-of-water-supply,"Journal of Water, Sanitation & Hygiene for Development",Life cycle cost analysis of water supply infrastructure affected by low rainfall in Ethiopia,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.026/1/washdev2017026supp.docx?Expires=1706091944&Signature=foTtvkS-4bb18lqVEpSkts9MyWewgTruuLLFzFAgSiFuoL842ZedBBmadZszIDAcxDnPD10D5YGRgQiXXbHeUDu56I5dpFI82zsuKV5wVufQa4xSuUGKTOWmGmnIdQRZJWV-MI4ESY2GlQE1ECrVEb02vYNmQ-fQMc-I3tFYe4r5autPj1bTBhevBO4jZWxsVkq2vd~s67~po0YiUMpPZYumYmvj04ESRmD5eyWfadPpLMCujRCRLy4Umc~P57UR4hFqWz4Kv0cQZ-GzODbXWyWHtmM1gL12HMhbNCo9tJnbmHc-C8f-H93M16VRyDAlztW0PoFI6BsnUp6AXXoHsw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,S. Godfrey,"Water Sanitation and Hygiene Section, UNICEF-Ethiopia, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,,S. Godfrey,"Water Sanitation and Hygiene Section, UNICEF-Ethiopia, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,,FALSE,,,,"['CAPEX', 'drought', 'EMMEX', 'Ethiopia', 'life cycle cost', 'water scarcity']", +399,38053,7,4,https://iwaponline.com/washdev/article/7/4/611/38053/Assessing-the-influence-of-social-capital-on-water,"Journal of Water, Sanitation & Hygiene for Development",Assessing the influence of social capital on water point sustainability in rural Ethiopia,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.167/1/washdev2017167supp.docx?Expires=1706091948&Signature=z8sdH7ul5BcB3mlM7Ngr4cDs9rbnxGozP4g-u2jEXtbeGBLfeVosV-CtgHhnCvyFSpMcXskoNXPkWOYYBek7SREDK5TIgp-CauaEyZufCSPuac61EwxczVNcqQ5kctfkGPzObfXtllnR3HqUZeI4iadfm15U3byq8ZX29iWmh9PweN2tR5GOMWlERX9jHh2T2h-kyzrouUsK9MJLYjP9Hcp1NdFuNbprocSzTXwz9bqwFflZua045nQZj48o96TfXrcMj9P8PsGyzqD6xYUzMB-F8A4l7Va2i0ZGbD6CGfDOpgF1VrNJqXGuFVDlAqEFiOh1zjf655B9tE2eAqo70A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Margaret T. Person,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",USA,,,Matthew C. Freeman,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",USA,matthew.freeman@emory.edu,,FALSE,,,,"['community governance', 'Ethiopia', 'health', 'social capital', 'sustainability', 'water']", +400,38054,7,4,https://iwaponline.com/washdev/article/7/4/623/38054/Effect-of-television-broadcasts-of-global-sporting,"Journal of Water, Sanitation & Hygiene for Development",Effect of television broadcasts of global sporting events on short-term changes in the use of water from the water supply network,2017,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.191/1/washdev2017191supp.docx?Expires=1706091952&Signature=O7ExpPozzAHoZuEW7SEZoB3-B3FeU4mQQkluYpdSSG2XIE68i48j3CTSVgvfA-mSDUK15-rMBF6LgL~wyInZr2~l1GOJKqXIoJw0uMGM86YtEF3HXQoHm3NaY-EmaSMyM9da9jxFXncfI7rtwiR6~kV5zGIJuqMWyC1-83DjcNL3M2vy1xqel74TWZCU1zldw~uDByHr2HNYLjtP4Q48SBtoJsp6U2JZc9IpoYjOgsufqablqYBO3l3ChgFmrx7kx0Pni6JdxK9jePWys6OjHCN3WRbaz9G~0dcOQnRH1fGs589il1iG5zk8AT1xAV0yhP-IIEsQ3IK7xFe3eESo8w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Włodzimierz Marszelewski,"Department of Hydrology and Water Management, Faculty of Earth Sciences, Nicolaus Copernicus University, Toruń, Poland",Poland,marszel@umk.pl,,Włodzimierz Marszelewski,"Department of Hydrology and Water Management, Faculty of Earth Sciences, Nicolaus Copernicus University, Toruń, Poland",Poland,marszel@umk.pl,,FALSE,,,,"['FIFA 2014 World Cup', 'flush analysis', 'toilet facilities', 'water supply']", +401,38056,7,4,https://iwaponline.com/washdev/article/7/4/642/38056/The-role-of-bottled-drinking-water-in-achieving,"Journal of Water, Sanitation & Hygiene for Development","The role of bottled drinking water in achieving SDG 6.1: an analysis of affordability and equity from Jakarta, Indonesia",2017,FALSE,0,,[],3,Carolin Tina Walter,"University of Amsterdam, Nieuwe Achtergracht 166, Amsterdam 1018 WV, The Netherlands",The Netherlands,carolintinawalter@gmail.com,,Carolin Tina Walter,"University of Amsterdam, Nieuwe Achtergracht 166, Amsterdam 1018 WV, The Netherlands",The Netherlands,carolintinawalter@gmail.com,,FALSE,,,,"['affordability', 'bottled water', 'drinking water', 'equity', 'Jakarta', 'SDG 6']", +402,38058,7,4,https://iwaponline.com/washdev/article/7/4/651/38058/Design-and-operation-of-a-rainwater-for-drinking,"Journal of Water, Sanitation & Hygiene for Development","Design and operation of a rainwater for drinking (RFD) project in a rural area: case study at Cukhe Elementary School, Vietnam",2017,FALSE,0,,[],3,Anh Dzung Dao,Department of Civil & Environment Engineering #35-518,Department of Civil & Environment Engineering #35-518,,,Duc Canh Nguyen,"Sustainable Management of Natural Resources and Environment Research Group, Faculty of Environment and Labour Safety",Faculty of Environment and Labour Safety,nguyenduccanh@tdt.edu.vn,,FALSE,,,,"['developing countries', 'drinking water', 'rainfall data', 'rainwater for drinking', 'SDG6', 'water quality']", +403,38048,7,4,https://iwaponline.com/washdev/article/7/4/576/38048/Development-and-application-of-biogas-project-for,"Journal of Water, Sanitation & Hygiene for Development",Development and application of biogas project for domestic sewage treatment in rural China: opportunities and challenges,2017,FALSE,0,,[],5,Shikun Cheng,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants",Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants,,,Zifu Li,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants",Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants,zifulee@aliyun.com,,FALSE,,,,"['biogas', 'challenge', 'domestic sewage', 'opportunity', 'rural China']", +404,38052,7,4,https://iwaponline.com/washdev/article/7/4/630/38052/Constitutional-mandate-and-judicial-initiatives,"Journal of Water, Sanitation & Hygiene for Development","Constitutional mandate and judicial initiatives influencing Water, Sanitation and Hygiene (WASH) programmes in India",2017,FALSE,0,,[],2,M. P. Ram Mohan,"Indian Institute of Management, Ahmedabad, India",India,mprmohan@iima.ac.in,,M. P. Ram Mohan,"Indian Institute of Management, Ahmedabad, India",India,mprmohan@iima.ac.in,,FALSE,,,,"['constitution', 'Indian judiciary', 'right to sanitation', 'right to water', 'Sustainable Development Goals (SDGs)', 'WASH programmes']", +405,38057,7,4,https://iwaponline.com/washdev/article/7/4/659/38057/Cost-analysis-of-the-implementation-of-portable,"Journal of Water, Sanitation & Hygiene for Development",Cost analysis of the implementation of portable handwashing and drinking water stations in rural Kenyan health facilities,2017,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.010/1/washdev2017010supp.pdf?Expires=1706091974&Signature=aa1QEb3jk-FF0Z0FotVT-76osnKdSRX950Ksxbufx0n7E~8nrswVyIwF9kL4lMuJE2yeZSn3JnCkYxwdJm40jCD1Tx00e-tk5c5UZiwvOYrHNv03PFrlYHftra3HydeUtBRt3ejcwSOfBQFqP0kIgfHBBNGmSh3~WtGQ~QAB4EPy7Y9MDFsNQkruLSpZ3~nzZ4xxlapFAjRfj8DB1TWm-EizaHqFoJtTit~vdjTW-2AiI9vxC93sHFRzTNv4HQNzhgXIP45GJQrzvujK~Eg9XyPhyLlKI3Un55AlU5sfB1OIpg2XNts30-esCKUzDi-5vsCFmR9kqDMVZcr06CGEFw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Michael Freedman,Centers for Disease Control and Prevention,Centers for Disease Control and Prevention,,,Rob Quick,Centers for Disease Control and Prevention,Centers for Disease Control and Prevention,rquick@cdc.gov,,FALSE,,,,"['cost analysis', 'drinking water', 'handwashing', 'health care facilities', 'Kenya']", +406,38061,8,1,https://iwaponline.com/washdev/article/8/1/1/38061/The-sanitation-and-hygiene-targets-of-the,"Journal of Water, Sanitation & Hygiene for Development",The sanitation and hygiene targets of the sustainable development goals: scope and challenges,2018,FALSE,0,,[],2,Duncan Mara,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",UK,d.d.mara@leeds.ac.uk,,Duncan Mara,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",UK,d.d.mara@leeds.ac.uk,,FALSE,,,,"['open defecation', 'safely-managed sanitation', 'safely-practised hygiene', 'sustainable development goals']", +407,38064,8,1,https://iwaponline.com/washdev/article/8/1/17/38064/Degradation-rate-of-anaerobically-digested-sewage,"Journal of Water, Sanitation & Hygiene for Development",Degradation rate of anaerobically digested sewage sludge in soil,2018,FALSE,0,,[],5,Antonio T. Matos,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, Belo Horizonte, MG 31270-901, Brazil",Brazil,antonio.matos@pq.cnpq.br,,Antonio T. Matos,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, Belo Horizonte, MG 31270-901, Brazil",Brazil,antonio.matos@pq.cnpq.br,,FALSE,,,,"['digestate', 'organic fertilizer', 'organic matter mineralization', 'organic residues', 'soil disposal', 'urban residues']", +408,38063,8,1,https://iwaponline.com/washdev/article/8/1/27/38063/Computational-fluid-dynamics-analysis-of-a-high,"Journal of Water, Sanitation & Hygiene for Development",Computational fluid dynamics analysis of a high-throughput viscous heater to process feces and a fecal simulant using temperature and shear rate-dependent viscosity model,2018,FALSE,0,,[],6,C. L. German,"Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",USA,,,G. L. Foutch,"Pollution Research Group, University of KwaZulu Natal, Howard College Campus, Durban 4001, South Africa",South Africa,foutchg@umkc.edu,,FALSE,,,,"['CFD', 'fecal pasteurization', 'viscous heating']", +409,38071,8,1,https://iwaponline.com/washdev/article/8/1/33/38071/Up-scaling-sanitation-provision-using-mixed-design,"Journal of Water, Sanitation & Hygiene for Development","Up-scaling sanitation provision using mixed design methodologies and failure risk assessment: a case study of Marikuppam, India",2018,FALSE,0,,[],3,M. Gormley,"School of Energy, Geoscience, Infrastructure and Society, Heriot-Watt University, Edinburgh, Scotland, UK",UK,m.gormley@hw.ac.uk,,M. Gormley,"School of Energy, Geoscience, Infrastructure and Society, Heriot-Watt University, Edinburgh, Scotland, UK",UK,m.gormley@hw.ac.uk,,FALSE,,,,"['design', 'DRAINET', 'India', 'settlements', 'simplified sewerage']", +410,38060,8,1,https://iwaponline.com/washdev/article/8/1/44/38060/Constraints-on-foreign-aid-effectiveness-in-the,"Journal of Water, Sanitation & Hygiene for Development","Constraints on foreign aid effectiveness in the water, sanitation, and hygiene (WaSH) sector",2018,FALSE,0,,[],1,Joshua Wayland,"University System of Maryland, 2181 LeFrak Hall, College Park, MD, USA",USA,waylandj@umd.edu,,Joshua Wayland,"University System of Maryland, 2181 LeFrak Hall, College Park, MD, USA",USA,waylandj@umd.edu,,FALSE,,,,"['drinking water', 'foreign aid effectiveness', 'sanitation']", +411,38065,8,1,https://iwaponline.com/washdev/article/8/1/53/38065/Sanitation-and-water-supply-in-schools-and-girls,"Journal of Water, Sanitation & Hygiene for Development",Sanitation and water supply in schools and girls' educational progression in Zambia,2018,FALSE,0,,[],3,Dorice Agol,"Independent Consultant, Nairobi, Kenya",Kenya,,,Peter Harvey,"UNICEF, Copenhagen, Denmark",Denmark,pharvey@unicef.org,,FALSE,,,,"['education', 'gender', 'sanitation', 'schools', 'WASH', 'Zambia']", +412,38062,8,1,https://iwaponline.com/washdev/article/8/1/62/38062/Child-feces-disposal-practice-and-associated,"Journal of Water, Sanitation & Hygiene for Development","Child feces disposal practice and associated factors: a dilemma in Tigray, northern Ethiopia",2018,FALSE,0,,[],4,Yisfalem Ayele,"Tigray Regional Health Bureau, Mekelle, Ethiopia",Ethiopia,,,Getachew Redae,"Department of Environmental Health and Behavioral Sciences, Mekelle University, School of Public Health, Mekelle, Ethiopia",Ethiopia,getachewr5@gmail.com,,FALSE,,,,"['child feces', 'dilemma', 'hygiene', 'sanitation']", +413,38066,8,1,https://iwaponline.com/washdev/article/8/1/71/38066/Human-excreta-a-resource-or-a-taboo-Assessing-the,"Journal of Water, Sanitation & Hygiene for Development","Human excreta: a resource or a taboo? Assessing the socio-cultural barriers, acceptability, and reuse of human excreta as a resource in Kakul Village District Abbottabad, Northwestern Pakistan",2018,FALSE,0,,[],1,Abda Khalid,"COMSTATS Institute of Information Technology, Abbottabad, Pakistan",Pakistan,abda@ciit.net.pk,,Abda Khalid,"COMSTATS Institute of Information Technology, Abbottabad, Pakistan",Pakistan,abda@ciit.net.pk,,FALSE,,,,"['accessibility', 'feces', 'human excreta', 'recycling', 'rural', 'urine']", +414,38068,8,1,https://iwaponline.com/washdev/article/8/1/81/38068/Bacterial-contamination-of-reusable-bottled,"Journal of Water, Sanitation & Hygiene for Development",Bacterial contamination of reusable bottled drinking water in Ecuador,2018,FALSE,0,,[],9,Kelly Mills,"Aquality International 501(c)3, 183 Marlborough St., Unit 2, Boston, MA 02116-1884, USA",USA,kmills@waterecuador.org,,Kelly Mills,"Aquality International 501(c)3, 183 Marlborough St., Unit 2, Boston, MA 02116-1884, USA",USA,kmills@waterecuador.org,,FALSE,,,,"['bottled water', 'developing countries', 'drinking water quality', 'Escherichia coli', 'public health', 'total coliform']", +415,38070,8,1,https://iwaponline.com/washdev/article/8/1/90/38070/Exposure-to-sewage-from-on-site-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development",Exposure to sewage from on-site sanitation and child health: a spatial analysis of linkages and externalities in peri-urban Bolivia,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/1/10.2166_washdev.2017.179/4/washdev2017179supp.docx?Expires=1706023349&Signature=AezbYxFs7H8QrLMLRMJY2pbQ0tobZNWt4I3Tu3mGUIkdHywFZs64UdaRKofTD0e611JPs0Iln3Lx00qjx6xNNUVMQkdSh3EpjMhQUae-ECLad37gUfLuWaBboA0eKNZlmjsLWuCKqEE2LDRg2rnY7dnROaR~tHnUXWKEye13RPrdTRgxWsxjoCo48fbFnaa2lcDpHijK2ENF-1BVZaOCOh7FQFy42HOuqoNU7BiRDilZ9lzlQq5uTmiZmY6k0CQ4UjzYCyw7Ign0VkQwfLmLiuIxNo3yqcL2mEDJlC5JSXmlHWig8S6KxSL7klFXeNUP3gXTzyPOUzIlA7r2yfF5ag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Antonella Bancalari,"London School of Economics and Political Science, Houghton Street, WC2A 2AE London, UK",UK,a.bancalari@lse.ac.uk,,Antonella Bancalari,"London School of Economics and Political Science, Houghton Street, WC2A 2AE London, UK",UK,a.bancalari@lse.ac.uk,,FALSE,,,,"['diarrhea', 'externalities', 'on-site sanitation', 'peri-urban', 'sewage']", +416,38069,8,1,https://iwaponline.com/washdev/article/8/1/100/38069/Moving-up-the-sanitation-ladder-with-the-help-of,"Journal of Water, Sanitation & Hygiene for Development",Moving up the sanitation ladder with the help of microfinance in urban Malawi,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/1/10.2166_washdev.2017.186/4/washdev2017186supp.docx?Expires=1706092023&Signature=wY1vzQaRkOE-SwsDMaRLNLrvaeY9u7i6joyyNOglAkyexZkJWCMe~e8El2gg1jAv7nwDRZcEDf-VtqlDw58wuoDPL5Cx3occII33sbN1BUDNJSguXOaBRLFBMa4GRqI5mTb7C5KqJ-N1y0ZqluKKwhGuDMFdDbkiUvJ~U1fjlMj3XKakA9vJrqL5X8iCcRSqR8ll9mGYOpR7VMlt310sLv3M97Qw3OxIp7lC~EGUz2jollNj8DW~4TLUwC9MZSWL3yPzrBZj2gojDQJu22UzBZh3AVgJau2hHejT~i-hflzaRVgZMLZuWxnwuFxliQPP0IxHfQ3jiiasORpXcf2Nww__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Richard Chunga,"London School of Hygiene and Tropical Medicine, London, UK",UK,chunga.richard@gmail.com,,Richard Chunga,"London School of Hygiene and Tropical Medicine, London, UK",UK,chunga.richard@gmail.com,,FALSE,,,,"['Malawi', 'microfinance', 'sanitation', 'urban sanitation']", +417,38072,8,1,https://iwaponline.com/washdev/article/8/1/113/38072/Management-challenges-for-a-more-decentralized,"Journal of Water, Sanitation & Hygiene for Development",Management challenges for a more decentralized treatment and reuse of domestic wastewater in metropolitan areas,2018,FALSE,0,,[],5,Martín Alejandro Iribarnegaray,"Instituto de Investigaciones en Energía No Convencional (INENCO), Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET), Universidad Nacional de Salta (UNSa), Avenida Bolivia 5150, Salta A4408FVY, Argentina",Argentina,iribarnegarayma@gmail.com,,Martín Alejandro Iribarnegaray,"Instituto de Investigaciones en Energía No Convencional (INENCO), Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET), Universidad Nacional de Salta (UNSa), Avenida Bolivia 5150, Salta A4408FVY, Argentina",Argentina,iribarnegarayma@gmail.com,,FALSE,,,,"['decentralized sanitation', 'decentralized wastewater treatment systems', 'domestic wastewater', 'metropolitan areas', 'Salta', 'wastewater reuse']", +418,38067,8,1,https://iwaponline.com/washdev/article/8/1/123/38067/The-time-temperature-relationship-for-the,"Journal of Water, Sanitation & Hygiene for Development",The time–temperature relationship for the inactivation of Ascaris eggs,2018,FALSE,0,,[],2,D. Naidoo,"School of Life Sciences, Westville Campus, University of KwaZulu-Natal, Durban 4051, South Africa",South Africa,,,G. L. Foutch,"School of Computing and Engineering, University of Missouri-Kansas City, Kansas City, MO 64110, USAand Chemical Engineering, Howard Campus, University of KwaZulu-Natal, Durban 4001, South Africa",South Africa,foutch@okstate.edu,,FALSE,,,,"['Ascaris sp.', 'exposure time', 'inactivation', 'temperature', 'viscous heating']", +419,39045,8,2,https://iwaponline.com/washdev/article/8/2/127/39045/Beyond-the-MDG-water-target-to-universal-water,"Journal of Water, Sanitation & Hygiene for Development",Beyond the MDG water target to universal water coverage in Ghana: the key transformative shifts required,2018,FALSE,0,,[],2,Isaac Monney,Department of Environmental Health and Sanitation Education,Department of Environmental Health and Sanitation Education,monney.isaac@gmail.com,,Isaac Monney,Department of Environmental Health and Sanitation Education,Department of Environmental Health and Sanitation Education,monney.isaac@gmail.com,,FALSE,,,,"['climate change', 'drinking water', 'financing', 'Ghana', 'sustainable water supply', 'universal water coverage']", +420,39044,8,2,https://iwaponline.com/washdev/article/8/2/142/39044/Reliability-of-water-supplies-in-low-and-middle,"Journal of Water, Sanitation & Hygiene for Development",Reliability of water supplies in low and middle-income countries: a structured review of definitions and assessment criteria,2018,FALSE,0,,[],3,Batsirai Majuru,Norwich Medical School,Norwich Medical School,,,Paul R. Hunter,Norwich Medical School,Norwich Medical School,paul.hunter@uea.ac.uk,,FALSE,,,,"['assessment criteria', 'definition', 'reliability', 'review', 'water supply']", +421,39036,8,2,https://iwaponline.com/washdev/article/8/2/165/39036/Top-down-planning-for-scalable-sustainable,"Journal of Water, Sanitation & Hygiene for Development",‘Top-down’ planning for scalable sustainable sanitation in high-density low-income urban areas: is it more appropriate than ‘bottom-up’ planning?,2018,FALSE,0,,[],1,Duncan Mara,School of Civil Engineering,School of Civil Engineering,d.d.mara@leeds.ac.uk,,Duncan Mara,School of Civil Engineering,School of Civil Engineering,d.d.mara@leeds.ac.uk,,FALSE,,,,"['community-managed sanitation blocks', 'low-cost combined sewerage', 'low-income urban areas', 'planning', 'simplified sewerage', 'slums']", +422,39027,8,2,https://iwaponline.com/washdev/article/8/2/176/39027/The-cost-of-urban-sanitation-solutions-a,"Journal of Water, Sanitation & Hygiene for Development",The cost of urban sanitation solutions: a literature review,2018,FALSE,0,,[],1,Loïc Daudey,Agence Française de Développement/French Agency for Development (AFD),Agence Française de Développement/French Agency for Development (AFD),loic.daudey@gmail.com,,Loïc Daudey,Agence Française de Développement/French Agency for Development (AFD),Agence Française de Développement/French Agency for Development (AFD),loic.daudey@gmail.com,,FALSE,,,,"['faecal sludge management (FSM)', 'lifecycle costs', 'sanitation chain', 'septic tank', 'sewerage', 'urban sanitation']", +423,39053,8,2,https://iwaponline.com/washdev/article/8/2/196/39053/Understanding-water-related-emotional-distress-for,"Journal of Water, Sanitation & Hygiene for Development",Understanding water-related emotional distress for improving water services: a case study from an Ethiopian small town,2018,FALSE,0,,[],2,Vincent Thomas,Lyon,Lyon,,,Samuel Godfrey,UNICEF,UNICEF,sgodfrey@unicef.org,,FALSE,,,,"['Africa', 'emotional distress', 'Ethiopia', 'urban', 'water supply']", +424,39033,8,2,https://iwaponline.com/washdev/article/8/2/208/39033/The-impact-of-pro-poor-interventions-on-the,"Journal of Water, Sanitation & Hygiene for Development",The impact of pro-poor interventions on the performance indicators of a water utility: case studies of Nakuru and Kisumu,2018,FALSE,0,,[],2,T. J. Kemendi,Musoma Urban Water and Sanitation Authority,Musoma Urban Water and Sanitation Authority,,,M. Tutusaus,"IHE Delft, Institute for Water Education",Institute for Water Education,m.tutusaus@un-ihe.org,,FALSE,,,,"['financial sustainability', 'low income areas', 'pro-poor interventions', 'social responsibility', 'water utilities']", +425,39026,8,2,https://iwaponline.com/washdev/article/8/2/217/39026/Estimating-the-impact-of-climate-change-on,"Journal of Water, Sanitation & Hygiene for Development","Estimating the impact of climate change on residential water use using panel data analysis: a case study of Lilongwe, Malawi",2018,FALSE,0,,[],4,Chikondi Makwiza,Department of Civil Engineering,Department of Civil Engineering,,,Heinz Erasmus Jacobs,Department of Civil Engineering,Department of Civil Engineering,hejacobs@sun.ac.za,,FALSE,,,,"['climate change', 'panel linear models', 'residential water use']", +426,39028,8,2,https://iwaponline.com/washdev/article/8/2/227/39028/Towards-sustainable-urban-sanitation-a-capacity,"Journal of Water, Sanitation & Hygiene for Development",Towards sustainable urban sanitation: a capacity-building approach to wastewater mapping for small towns in India,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/2/10.2166_washdev.2017.071/1/washdev2017071supp.docx?Expires=1706049840&Signature=W3QzaTB7feTJ2ujTs9tEaMNqGLAhhog2HldsgnN2O8qO4zuHXYfqBL1moqcFMCDoNDM3FnP67UcUClS~nPSc8BnxmCaKEASGOxGDCQbu2M53zq8J-JF-PyZ5hhy7nqFam9mMaoYPyVlzdnTNw5TayCi3QwX0CYaOOtbzbaUlbkMzll3tVYQXn8~8QQxcdQpGbWItom5VXTeKlvkAjbZLy7s5ajjl5XtqyRndSMcgToLrhmoK881IdvA3WV6-ffTWIMiomLNkTpr7XWtLyxJmLZ55RdOJcbdLn8vGiPXhY7t3~c4KovUdTLaoyvqDxCj-pqsRowL-TKld4tzd60OzSA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,N. C. Narayanan,Indian Institute of Technology Bombay,Indian Institute of Technology Bombay,ncn@iitb.ac.in,,N. C. Narayanan,Indian Institute of Technology Bombay,Indian Institute of Technology Bombay,ncn@iitb.ac.in,,FALSE,,,,"['capacity-building', 'participatory mapping', 'sanitation planning', 'sanitation zones', 'waste watersheds']", +427,39038,8,2,https://iwaponline.com/washdev/article/8/2/238/39038/Investigating-wastewater-flow-from-a-gated,"Journal of Water, Sanitation & Hygiene for Development",Investigating wastewater flow from a gated community to disaggregate indoor and outdoor water use,2018,FALSE,0,,[],5,J. L. Du Plessis,Department of Civil Engineering,Department of Civil Engineering,,,C. Loubser,Department of Civil Engineering,Department of Civil Engineering,carloloubser@sun.ac.za,,FALSE,,,,"['disaggregation', 'outdoor demand', 'residential water use']", +428,39032,8,2,https://iwaponline.com/washdev/article/8/2/246/39032/Sludge-removal-enterprises-in-Indonesia-factors,"Journal of Water, Sanitation & Hygiene for Development",Sludge removal enterprises in Indonesia: factors affecting entrepreneurial success,2018,FALSE,0,,[],5,Jeremy Paul Kohlitz,Institute for Sustainable Futures,Institute for Sustainable Futures,Jeremy.Kohlitz@uts.edu.au,,Jeremy Paul Kohlitz,Institute for Sustainable Futures,Institute for Sustainable Futures,Jeremy.Kohlitz@uts.edu.au,,FALSE,,,,"['entrepreneurship', 'faecal sludge management', 'government', 'Indonesia', 'sanitation', 'sludge removal']", +429,39043,8,2,https://iwaponline.com/washdev/article/8/2/257/39043/Volatile-fatty-acids-build-up-and-its-effect-on-E,"Journal of Water, Sanitation & Hygiene for Development",Volatile fatty acids build-up and its effect on E. coli inactivation during excreta stabilisation in single-stage and two-stage systems,2018,FALSE,0,,[],3,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft",2611 AX Delft,rnyawirah@yahoo.com,,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft",2611 AX Delft,rnyawirah@yahoo.com,,FALSE,,,,"['anaerobic (CO) digestion', 'non-dissociated volatile fatty acids', 'pathogen inactivation', 'UDDT faeces']", +430,39034,8,2,https://iwaponline.com/washdev/article/8/2/268/39034/Association-of-septic-tank-and-sand-filter-for,"Journal of Water, Sanitation & Hygiene for Development",Association of septic tank and sand filter for wastewater treatment: full-scale feasibility for decentralized sanitation,2018,FALSE,0,,[],3,Luana Mattos de Oliveira Cruz,"School of Civil Engineering, Architecture and Urbanism – FEC",Architecture and Urbanism – FEC,,,Adriano Luiz Tonetti,"School of Civil Engineering, Architecture and Urbanism – FEC",Architecture and Urbanism – FEC,adriano@fec.unicamp.br,,FALSE,,,,"['anaerobic treatment', 'decentralized sanitation', 'nitrification', 'wastewater']", +431,39039,8,2,https://iwaponline.com/washdev/article/8/2/278/39039/Do-household-surveys-estimate-tap-water-use,"Journal of Water, Sanitation & Hygiene for Development","Do household surveys estimate tap water use accurately? Evidence from pressure-sensor based estimates in Coimbatore, India",2018,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/2/10.2166_washdev.2018.127/1/washdev2018127supp.pdf?Expires=1706044350&Signature=DZeiBkDLCF9tjE3CKGgyhs30Jijn6EV0adxadg0aZseXFUVMhQgtP5PtRqz5jeFBihJbFMyRgoD0HoaQEoD-FJXfToZ4Ex2o2bRYO9niuv3akBkKnDyD~k0okR5CCjLhirpGtDAc6Lq0nmOlI4gSaXRN0VoWo7XS8iQ~LbRDVriCfmO3Yj2Y4Otd7M8MhuxzWuPKacwY4PgIzdpE03UiobgKZ4ouo5yPLmP7YnIWUD-JqA15droRvLPCGHcQDQOPrygd6Gbge5OSQZ8SfDF-0pxeoYtE3EOPW0bal1yAvT44K2EyLuDe7gXSlE0DAejfTXQIAQYke4V9h8hN1oA8OA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,R. Apoorva,"Ashoka Trust for Research in Ecology and the Environment (ATREE), Royal Enclave",Royal Enclave,apoorva.r@atree.org,,R. Apoorva,"Ashoka Trust for Research in Ecology and the Environment (ATREE), Royal Enclave",Royal Enclave,apoorva.r@atree.org,,FALSE,,,,"['household survey', 'household water use', 'multiple source dependence', 'sensor monitoring', 'unmetered connections', 'water diary']", +432,39031,8,2,https://iwaponline.com/washdev/article/8/2/290/39031/Scaling-up-rural-sanitation-in-Tanzania-evidence,"Journal of Water, Sanitation & Hygiene for Development",Scaling up rural sanitation in Tanzania: evidence from the National Sanitation Campaign,2018,FALSE,0,,[],4,Anyitike Mwakitalima,"Ministry of Health, Community Development, Gender, Elderly and Children",Elderly and Children,,,Telemu Kassile,"Department of Mathematics, Informatics and Computational Sciences, Solomon Mahlangu College of Science and Education",Solomon Mahlangu College of Science and Education,telemuk@yahoo.com,,FALSE,,,,"['Community-Led Total Sanitation', 'National Sanitation Campaign', 'rural sanitation', 'Tanzania']", +433,39040,8,2,https://iwaponline.com/washdev/article/8/2/307/39040/Tracking-user-satisfaction-of-rural-water-services,"Journal of Water, Sanitation & Hygiene for Development",Tracking user satisfaction of rural water services in northern Ghana,2018,FALSE,0,,[],2,T. C. Kumasi,"Community Water and Sanitation Agency, Head Office, PMB-KIA",PMB-KIA,tyhracarolynkumasi@gmail.com,,T. C. Kumasi,"Community Water and Sanitation Agency, Head Office, PMB-KIA",PMB-KIA,tyhracarolynkumasi@gmail.com,,FALSE,,,,"['affordability', 'Ghana', 'handpump', 'user satisfaction', 'water and sanitation management teams', 'water service levels']", +434,39035,8,2,https://iwaponline.com/washdev/article/8/2/319/39035/Communal-latrine-utilization-and-associated,"Journal of Water, Sanitation & Hygiene for Development","Communal latrine utilization and associated factors in Addis Ababa, Ethiopia: a community-based cross-sectional study",2018,FALSE,0,,[],2,Elzabeth Girma Kefeni,UNICEF – Ethiopia,UNICEF – Ethiopia,,,Walelegn Worku Yallew,Department of Environmental and Occupational Health and Safety,Department of Environmental and Occupational Health and Safety,walelegnw@gmail.com,,FALSE,,,,"['barriers of latrine use', 'communal latrine', 'Ethiopia', 'latrine use']", +435,39037,8,2,https://iwaponline.com/washdev/article/8/2/325/39037/The-role-of-decentralized-municipal-desalination,"Journal of Water, Sanitation & Hygiene for Development","The role of decentralized municipal desalination plants in removal of physical, chemical and microbial parameters from drinking water: a case study in Bushehr, Iran",2018,FALSE,0,,[],7,Vahid Noroozi Karbasdehi,"Department of Environmental Health Engineering, Faculty of Health",Faculty of Health,,,Sina Dobaradaran,"Department of Environmental Health Engineering, Faculty of Health",Faculty of Health,sina_dobaradaran@yahoo.com,,FALSE,,,,"['Bushehr', 'decentralized municipal desalination plants', 'drinking water guidelines', 'water treatment']", +436,39051,8,2,https://iwaponline.com/washdev/article/8/2/340/39051/Evaluation-of-the-factors-affecting-water-saving,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of the factors affecting water-saving attitudes of urban life on the verge of the next century: a case study of the Mediterranean region of Turkey,2018,FALSE,0,,[],4,M. Goksel Akpinar,"Faculty of Agriculture, Department of Agricultural Economics",Department of Agricultural Economics,,,Mevlut Gul,"Faculty of Agriculture, Department of Agricultural Economics",Department of Agricultural Economics,mevlutgul@sdu.edu.tr,,FALSE,,,,"['consumer attitudes', 'factor analysis', 'Turkey', 'water saving', 'water usage']", +437,39050,8,2,https://iwaponline.com/washdev/article/8/2/349/39050/Residual-chlorine-behavior-in-a-distribution,"Journal of Water, Sanitation & Hygiene for Development",Residual chlorine behavior in a distribution network of a small water supply system,2018,FALSE,0,,[],2,Andrés Araya,Escuela de Ingeniería en Construcción,Escuela de Ingeniería en Construcción,jobando@itcr.ac.cr,,Andrés Araya,Escuela de Ingeniería en Construcción,Escuela de Ingeniería en Construcción,jobando@itcr.ac.cr,,FALSE,,,,"['distribution network', 'EPANET', 'residual chlorine', 'small systems']", +438,39015,8,3,https://iwaponline.com/washdev/article/8/3/359/39015/Public-finance-at-scale-for-rural-sanitation-a,"Journal of Water, Sanitation & Hygiene for Development","Public finance at scale for rural sanitation – a case of Swachh Bharat Mission, India",2018,FALSE,0,,[],1,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad 380009, India",India,meeramehta@cept.ac.in,,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad 380009, India",India,meeramehta@cept.ac.in,,FALSE,,,,"['India', 'open defecation', 'public finance', 'sanitation', 'Swachh Bharat']", +439,39018,8,3,https://iwaponline.com/washdev/article/8/3/374/39018/Microbial-contamination-of-non-household-drinking,"Journal of Water, Sanitation & Hygiene for Development",Microbial contamination of non-household drinking water sources: a systematic review,2018,FALSE,0,,[],6,Lydia Abebe,"The Water Institute, University of North Carolina at Chapel Hill, 148 Rosenau Hall, CB #7431 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",USA,,,Jamie Bartram,"The Water Institute, University of North Carolina at Chapel Hill, 148 Rosenau Hall, CB #7431 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",USA,jbartram@live.unc.edu,,FALSE,,,,"['E. coli', 'fecal indicator bacteria', 'health care facilities', 'restaurants', 'schools', 'water quality']", +440,41301,8,3,https://iwaponline.com/washdev/article/8/3/386/41301/Water-sanitation-and-hygiene-systems-in-Pacific,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene systems in Pacific Island schools to promote the health and education of girls and children with disability: a systematic scoping review",2018,FALSE,0,,[],6,Michelle Redman-MacLaren,"College of Medicine and Dentistry, James Cook University, Australia",Australia,michelle.maclaren@jcu.edu.au,,Michelle Redman-MacLaren,"College of Medicine and Dentistry, James Cook University, Australia",Australia,michelle.maclaren@jcu.edu.au,,FALSE,,,,"['children with disability', 'education', 'girl students', 'Pacific Island Countries and Territories (PICTs)', 'public health', 'water', 'sanitation and hygiene']", +441,39041,8,3,https://iwaponline.com/washdev/article/8/3/402/39041/A-systematic-assessment-of-the-pro-poor-reach-of,"Journal of Water, Sanitation & Hygiene for Development",A systematic assessment of the pro-poor reach of development bank investments in urban sanitation,2018,FALSE,0,,[],5,P. Hutchings,"Cranfield University, Vincent Building (1st Floor), Cranfield, Bedfordshire MK43 0AL, UK",UK,p.t.hutchings@cranfield.ac.uk,,P. Hutchings,"Cranfield University, Vincent Building (1st Floor), Cranfield, Bedfordshire MK43 0AL, UK",UK,p.t.hutchings@cranfield.ac.uk,,FALSE,,,,"['development bank', 'finance', 'pro-poor', 'urban sanitation']", +442,39347,8,3,https://iwaponline.com/washdev/article/8/3/415/39347/Investigating-disinfectant-by-products-in-Harare,"Journal of Water, Sanitation & Hygiene for Development","Investigating disinfectant by-products in Harare potable water supply, Zimbabwe",2018,FALSE,0,,[],3,Kuitakwashe Nhongo,"Department of Civil Engineering, University of Zimbabwe, BOX MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,kuitanhongo@gmail.com,,Kuitakwashe Nhongo,"Department of Civil Engineering, University of Zimbabwe, BOX MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,kuitanhongo@gmail.com,,FALSE,,,,"['bromodichloromethane', 'disinfection by-products', 'Harare', 'residual chlorine', 'trihalomethanes', 'water quality']", +443,39052,8,3,https://iwaponline.com/washdev/article/8/3/429/39052/Assessing-equity-a-way-to-improve-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Assessing equity: a way to improve sanitation service delivery in South African informal settlements,2018,FALSE,0,,[],3,S. M. Pan,"Department of Civil Engineering, University of Cape Town, Rondebosch 7700, South Africa",South Africa,sphpan@gmail.com,,S. M. Pan,"Department of Civil Engineering, University of Cape Town, Rondebosch 7700, South Africa",South Africa,sphpan@gmail.com,,FALSE,,,,"['equity', 'informal settlements', 'sanitation', 'South Africa']", +444,39054,8,3,https://iwaponline.com/washdev/article/8/3/439/39054/Analysis-of-water-security-and-source-preferences,"Journal of Water, Sanitation & Hygiene for Development",Analysis of water security and source preferences in rural Tanzania,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/3/10.2166_washdev.2018.169/2/washdev2018169supp.docx?Expires=1706092154&Signature=iI97~jaJ8fK5huPqoqxyjFSb6al7r-z7DlhJNJzYtNohtT9TZpn8KVcv-LyuPC6-Swnag1NTcurOVsx6-7NZdoiX01jcl5Xhh-2vnKKVkHtPpBGQkpsbdW8-2Xwy3wSwqeWA6ZqFRXsYJrtLR9mATMcZhOKNi~Pm8ESNJaz~i7K4NfKiiMZSHHARMjj9faiNn2r5SvYBL65~vRHwQoVMmn72jtkqWRBR-yxiun4mUJwIf4y1iTqRjAlHtCaXN0aLMW3qbnRQ6SOuGMqVZBLyXV28Til6~aiQb07MoljUCLRqh0l-UV3VZuhrsYVNhjHBvd~Nu2UkgBWr2APaTZRugg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Tula M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",USA,,,Susan J. Masten,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",USA,masten@egr.msu.edu,,FALSE,,,,"['rural communities', 'shallow wells', 'surface water', 'Tanzania', 'Water Poverty Index', 'Water Quality Index']", +445,39020,8,3,https://iwaponline.com/washdev/article/8/3/449/39020/An-investigation-of-some-water-quality-properties,"Journal of Water, Sanitation & Hygiene for Development","An investigation of some water quality properties from different sources in Pelengana commune, Segou, Mali",2018,FALSE,0,,[],3,Amadou Toure,"School of Forestry, Northeast Forestry University, No.26 Hexing Road Xiangfang District, Harbin 150040, China",China,,,Duan Wenbiao,"School of Forestry, Northeast Forestry University, No.26 Hexing Road Xiangfang District, Harbin 150040, China",China,dwbiao88@126.com,,FALSE,,,,"['borehole water', 'Mali', 'Pelengana commune', 'physicochemical quality', 'river water', 'well water']", +446,40826,8,3,https://iwaponline.com/washdev/article/8/3/459/40826/Performance-evaluation-of-a-municipal-water,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of a municipal water distribution system using WaterCAD and Epanet,2018,FALSE,0,,[],3,J. C. Agunwamba,"Department of Civil Engineering, University of Nigeria Nsukka, Nsukka, Nigeria",Nigeria,,,C. C. Nnaji,"Department of Civil Engineering, University of Nigeria Nsukka, Nsukka, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,,FALSE,,,,"['demand', 'Epanet', 'pressure', 'velocity', 'water distribution system', 'WaterCAD']", +447,39047,8,3,https://iwaponline.com/washdev/article/8/3/468/39047/Point-of-use-water-chlorination-among-urban-and,"Journal of Water, Sanitation & Hygiene for Development","Point-of-use water chlorination among urban and rural households with under-five-year children: a comparative study in Kersa Health and Demographic Surveillance Site, Eastern Ethiopia",2018,FALSE,0,,[],6,Abraham Geremew,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,,Abraham Geremew,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,,FALSE,,,,"['caregivers', 'point-of-use', 'rural', 'urban', 'water chlorination']", +448,39048,8,3,https://iwaponline.com/washdev/article/8/3/481/39048/Impact-of-sanitation-monitoring-approaches-on,"Journal of Water, Sanitation & Hygiene for Development",Impact of sanitation monitoring approaches on sanitation estimates in Sub-Saharan Africa,2018,FALSE,0,,[],3,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,mismuchie@gmail.com,,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,mismuchie@gmail.com,,FALSE,,,,"['Government approach', 'improved sanitation access', 'JMP approach', 'sanitation estimates', 'sanitation monitoring']", +449,41220,8,3,https://iwaponline.com/washdev/article/8/3/497/41220/Physico-chemical-quality-of-drinking-water-in-the,"Journal of Water, Sanitation & Hygiene for Development",Physico-chemical quality of drinking water in the Njoro sub-county in Kenya,2018,FALSE,0,,[],3,Philip Ruciaka Kirianki,"Department of Biochemistry and Molecular Biology, Egerton University, P.O BOX 536-20115, Egerton, Njoro, Kenya",Kenya,,,Natasha Potgieter,"Department of Microbiology, School of Mathematical and Natural Sciences, University of Venda, Limpopo, South Africa and Dean, School of Mathematical and Natural Sciences, University of Venda, Limpopo, South Africa",South Africa,natasha.potgieter@univen.ac.za,,FALSE,,,,"['Kenya', 'physico-chemical parameters', 'public health', 'water quality']", +450,39029,8,3,https://iwaponline.com/washdev/article/8/3/508/39029/Who-is-being-left-behind-An-analysis-of-improved,"Journal of Water, Sanitation & Hygiene for Development",Who is being left behind? An analysis of improved drinking water and basic sanitation access in the Vietnamese Mekong Delta,2018,FALSE,0,,[],4,Caitlin A. Grady,"Department of Civil and Environmental Engineering, Pennsylvania State University, University Park, PA, USA and Rock Ethics Institute, Pennsylvania State University, University Park, PA, USA",USA,cgrady@psu.edu,,Caitlin A. Grady,"Department of Civil and Environmental Engineering, Pennsylvania State University, University Park, PA, USA and Rock Ethics Institute, Pennsylvania State University, University Park, PA, USA",USA,cgrady@psu.edu,,FALSE,,,,"['access', 'clean water', 'Millennium Development Goals', 'sanitation', 'Sustainable Development Goals', 'Vietnam']", +451,39030,8,3,https://iwaponline.com/washdev/article/8/3/520/39030/Impact-of-a-multidimensional-child-cash-grant,"Journal of Water, Sanitation & Hygiene for Development","Impact of a multidimensional child cash grant programme on water, sanitation and hygiene in Nepal",2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/3/10.2166_washdev.2018.006/2/washdev2018006supp.docx?Expires=1706092182&Signature=gEIUvmPA1RXNClkWIYARyFASQAfwN0KJAx4DIrgJ3pu0ZYrLQ1q1G2NTXw8BD1StqUqnbGvPXqv2bID8hdaTP1QWox-7Egi0w~5FqHgV~4LQ5DTBywEG5XCMumAZ240mGSQ~UkpNuEHb-f1uqkjWXsZbzyiCeSeBrMpLFUIeQk2oll~C7iITOsHsgsAGGwUae3W2RxMp4tBxoBxCGVTkFCx2twGyefEoiv3tC0hYWGu3BgZBhkp~IhxNeRTvb~MMYNhI4uI6C3OH5SgL7u5kFqUe4Dr3361bY0P0FNbOEuG-ujglp--cjN83FqOtxgxg-GLFZJYo806VzIe-2mpkMw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Andre Renzaho,"Humanitarian and Development Studies, School of Social Sciences and Psychology, Western Sydney University, Locked Bag 1797, Penrith, NSW 2751, Australia",Australia,andre.renzaho@westernsydney.edu.au,,Andre Renzaho,"Humanitarian and Development Studies, School of Social Sciences and Psychology, Western Sydney University, Locked Bag 1797, Penrith, NSW 2751, Australia",Australia,andre.renzaho@westernsydney.edu.au,,FALSE,,,,"['drinking-water sources', 'hygiene', 'Nepal', 'sanitation', 'social protection', 'WASH']", +452,39016,8,3,https://iwaponline.com/washdev/article/8/3/533/39016/Determinants-of-toilet-ownership-among-rural,"Journal of Water, Sanitation & Hygiene for Development",Determinants of toilet ownership among rural households in six eastern districts of Indonesia,2018,FALSE,0,,[],6,Mitsuaki Hirai,"Department of Global Health, Milken Institute School of Public Health, The George Washington University, Washington, DC, USA",USA,,,Jay P. Graham,"Public Health Institute, Oakland, CA, USA",USA,jay.graham@phi.org,,FALSE,,,,"['Indonesia', 'open defecation', 'sanitation', 'social norms']", +453,39017,8,3,https://iwaponline.com/washdev/article/8/3/546/39017/Exploring-equity-focus-of-the-SHAWN-WASH-programme,"Journal of Water, Sanitation & Hygiene for Development",Exploring equity focus of the SHAWN WASH programme in Nigeria,2018,FALSE,0,,[],8,Ngozi Akwataghibe,"Royal Tropical Institute Mauritskade 63, 1092 AD Amsterdam, The Netherlands",The Netherlands,n.akwataghibe@kit.nl,,Ngozi Akwataghibe,"Royal Tropical Institute Mauritskade 63, 1092 AD Amsterdam, The Netherlands",The Netherlands,n.akwataghibe@kit.nl,,FALSE,,,,"['disability', 'equity', 'gender', 'sanitation', 'water']", +454,40790,8,3,https://iwaponline.com/washdev/article/8/3/556/40790/Business-model-analysis-for-faecal-sludge,"Journal of Water, Sanitation & Hygiene for Development",Business model analysis for faecal sludge collection and transport services in Thailand and Vietnam,2018,FALSE,0,,[],3,Ta Hung Anh,"School of Environment Resources and Development, Asian Institute of Technology, P.O. Box 4, Khlong Luang, Pathumthani 12120, Thailand",Thailand,ta.hung.anh@ait.ac.th,,Ta Hung Anh,"School of Environment Resources and Development, Asian Institute of Technology, P.O. Box 4, Khlong Luang, Pathumthani 12120, Thailand",Thailand,ta.hung.anh@ait.ac.th,,FALSE,,,,"['business component', 'business model', 'collection and transport', 'faecal sludge']", +455,39772,8,3,https://iwaponline.com/washdev/article/8/3/568/39772/Characterisation-of-pit-latrine-sludge-from,"Journal of Water, Sanitation & Hygiene for Development","Characterisation of pit latrine sludge from shackleton, a peri-urban residential area of Zimbabwe",2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/3/10.2166_washdev.2018.041/2/washdev2018041supp.docx?Expires=1706012091&Signature=pVOD8TqYz9aSe99N2OEIHDsG7UL4XgBNKVhf6bMqkGYPaJyhAmtKBNv6mWaUc9sh-y6SqFoQim50grjzRbGpLgp1PldprQREgRDk6SAB2mhijVxd77lXh0Rho0I2dN91952zpc1pG6Tm39Wwkpt3fWpoqMUECxcU5Cb-Z0auMeu6Zr635wPP41SujgbQnIorAB0SgDy39JYWiyIOULkZe7ZkLe9jX44vFKx7O2ZmYnBCcSoNrXUOnW367V55BKBnfTaCVVFomRTy96FAByhfSwd3dxtFuXUvuaZTHIUF6J3idWHbh4Sdg0-X3bsMuaXL8m5z9yps44~IxTJXbLO23g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,M. C. Changara,"Department of Environmental Science and Technology, Chinhoyi University of Technology, P.O. Box 7724, Chinhoyi, Zimbabwe",Zimbabwe,chrischangara@gmail.com,,M. C. Changara,"Department of Environmental Science and Technology, Chinhoyi University of Technology, P.O. Box 7724, Chinhoyi, Zimbabwe",Zimbabwe,chrischangara@gmail.com,,FALSE,,,,"['characterisation', 'physico-chemical parameters', 'pit latrine sludge', 'user habits']", +456,39019,8,3,https://iwaponline.com/washdev/article/8/3/578/39019/Performance-of-modified-twin-pit-toilet-in,"Journal of Water, Sanitation & Hygiene for Development","Performance of modified twin pit toilet in Mulbagal town, Karnataka, India",2018,FALSE,0,,[],3,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore, India",India,msrao@iisc.ac.in,,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore, India",India,msrao@iisc.ac.in,,FALSE,,,,"['groundwater', 'nitrate', 'pit toilet', 'remediation']", +457,39042,8,3,https://iwaponline.com/washdev/article/8/3/585/39042/Water-insecurity-among-rural-households-of-West,"Journal of Water, Sanitation & Hygiene for Development",Water insecurity among rural households of West Cameroon: lessons learned from the field,2018,FALSE,0,,[],2,Carole Debora Nounkeu,"University of North Carolina at Greensboro, Greensboro, North Carolina, USA",USA,dcnounke@uncg.edu,,Carole Debora Nounkeu,"University of North Carolina at Greensboro, Greensboro, North Carolina, USA",USA,dcnounke@uncg.edu,,FALSE,,,,"['children', 'diarrhea', 'hygiene', 'sanitation', 'water insecurity']", +458,41425,8,4,https://iwaponline.com/washdev/article/8/4/595/41425/Institutional-WASH-in-the-SDGs-data-gaps-and,"Journal of Water, Sanitation & Hygiene for Development",Institutional WASH in the SDGs: data gaps and opportunities for national monitoring,2018,FALSE,0,,[],6,Christie Chatterley,"Fort Lewis College, 1000 Rim Dr., Durango, CO 81301, USA",USA,cachatterley@fortlewis.edu,,Christie Chatterley,"Fort Lewis College, 1000 Rim Dr., Durango, CO 81301, USA",USA,cachatterley@fortlewis.edu,,FALSE,,,,"['equity', 'health care facilities', 'monitoring and evaluation', 'schools', 'SDG6', 'WASH']", +459,40924,8,4,https://iwaponline.com/washdev/article/8/4/607/40924/Multi-date-trends-in-groundwater-pollution-from,"Journal of Water, Sanitation & Hygiene for Development",Multi-date trends in groundwater pollution from pit latrines,2018,FALSE,0,,[],1,Bloodless Dzwairo,"Civil Engineering Midlands, Durban University of Technology, P.O. Box 101112, Scottsville, 3209, South Africa",South Africa,ig445578@gmail.com,,Bloodless Dzwairo,"Civil Engineering Midlands, Durban University of Technology, P.O. Box 101112, Scottsville, 3209, South Africa",South Africa,ig445578@gmail.com,,FALSE,,,,"['groundwater pollution', 'hygiene', 'microbial pollution', 'phosphorus and nitrate', 'pit latrine', 'sustainable water quality management']", +460,41573,8,4,https://iwaponline.com/washdev/article/8/4/622/41573/Improving-the-use-of-qualitative-comparative,"Journal of Water, Sanitation & Hygiene for Development",Improving the use of qualitative comparative analysis for inferring complex causation in development and planning research,2018,FALSE,0,,[],1,Alrik Thiem,"University of Lucerne, Lucerne, Switzerland",Switzerland,alrik.thiem@unilu.ch,,Alrik Thiem,"University of Lucerne, Lucerne, Switzerland",Switzerland,alrik.thiem@unilu.ch,,FALSE,,,,"['causal complexity', 'configurational comparative methods', 'Qualitative Comparative Analysis (QCA)', 'research methods']", +461,63287,8,4,https://iwaponline.com/washdev/article/8/4/632/63287/Actively-engaging-women-is-helping-solve-the,"Journal of Water, Sanitation & Hygiene for Development",Actively engaging women is helping solve the global water crisis,2018,FALSE,0,,[],3,E. Allen,"Water For People, 100 E Tennessee Ave, Denver, CO 80209, USA",USA,eallen@waterforpeople.org,,E. Allen,"Water For People, 100 E Tennessee Ave, Denver, CO 80209, USA",USA,eallen@waterforpeople.org,,FALSE,,,,"['gender parity', 'inclusion', 'leadership', 'professional development', 'sustainability', 'women']", +462,39014,8,4,https://iwaponline.com/washdev/article/8/4/640/39014/Assessing-sustainability-of-community-managed-NGOs,"Journal of Water, Sanitation & Hygiene for Development",Assessing sustainability of community managed NGOs’ WASH interventions in rural Zimbabwe: the case of Chivi district in Masvingo province,2018,FALSE,0,,[],1,Victor Madziyauswa,"Department of Development Studies, Faculty of Management and Commerce, University of Fort Hare, Alice Town 5700, Republic of South Africa",Republic of South Africa,victormadziyauswa@gmail.com,,Victor Madziyauswa,"Department of Development Studies, Faculty of Management and Commerce, University of Fort Hare, Alice Town 5700, Republic of South Africa",Republic of South Africa,victormadziyauswa@gmail.com,,FALSE,,,,"['non-government organizations', 'service delivery', 'sustainability', 'water and sanitation']", +463,41271,8,4,https://iwaponline.com/washdev/article/8/4/650/41271/Determinants-of-rural-sanitation-in-India-and,"Journal of Water, Sanitation & Hygiene for Development",Determinants of rural sanitation in India and implications for public policy,2018,FALSE,0,,[],1,Indranil De,"Institute of Rural Management Anand, Anand, Gujarat, India",India,india.indranil@gmail.com,,Indranil De,"Institute of Rural Management Anand, Anand, Gujarat, India",India,india.indranil@gmail.com,,FALSE,,,,"['ethnicity', 'family size', 'income', 'infrastructure', 'public policy', 'sanitation']", +464,41221,8,4,https://iwaponline.com/washdev/article/8/4/660/41221/Cinderella-and-the-missing-slipper-gender-dynamics,"Journal of Water, Sanitation & Hygiene for Development",Cinderella and the missing slipper: gender dynamics in water management in the coastal region of Bangladesh,2018,FALSE,0,,[],2,Khalid Md. Bahauddin,"Institute of Development Studies and Sustainability (IDSS), United International University (UIU), Dhaka, Bangladesh",Bangladesh,khalid.bahauddin@gmail.com,,Khalid Md. Bahauddin,"Institute of Development Studies and Sustainability (IDSS), United International University (UIU), Dhaka, Bangladesh",Bangladesh,khalid.bahauddin@gmail.com,,FALSE,,,,"['coastal Bangladesh', 'gender', 'inequalities', 'responsibility', 'role']", +465,62855,8,4,https://iwaponline.com/washdev/article/8/4/668/62855/Assessing-peri-urban-sanitation-quality-using-a,"Journal of Water, Sanitation & Hygiene for Development","Assessing peri-urban sanitation quality using a theoretically derived composite measure in Lusaka, Zambia",2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.029/2/washdev2018029supp.docx?Expires=1706021782&Signature=ayUOL8qufxqZHBZjXh5Z-39TdVg961o21oV6U0726FQlGFiG1kZkde-hrF~CBxsy0ZsfpgOQX~PtScu7toIRC1db3rHu6iigtD5ahthSV3oTTrQe2LKWdyajymIR5PD5LQDWwAzJr8DfIFw0a5v17~8gtPzzNxIEIXkZd38hC6APwUxSXuvFJN1CH3Bw2bPqvFNWLKl-5GIht9m~rrwqPcKYnjrI-WANkb96BdB0Szh-crBzB392c7FTE0a~CMpx3pDut-YcgQ6gcR5u26qk3lu2KrX7o0UB6-nX9Igxr48Vj~glY95aRfn7xxbXPMVSNAePUlYGTMY59N4DZV-8jg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,James B. Tidwell,"London School of Hygiene & Tropical Medicine, Keppel St, London WC1E 7HT, UK",UK,ben.tidwell@lshtm.ac.uk,,James B. Tidwell,"London School of Hygiene & Tropical Medicine, Keppel St, London WC1E 7HT, UK",UK,ben.tidwell@lshtm.ac.uk,,FALSE,,,,"['measure', 'peri-urban', 'quality', 'sanitation', 'shared', 'toilet']", +466,63652,8,4,https://iwaponline.com/washdev/article/8/4/679/63652/Consolidating-the-use-of-reclaimed-water-for,"Journal of Water, Sanitation & Hygiene for Development",Consolidating the use of reclaimed water for irrigation and infiltration in a semi-arid agricultural valley in Mexico: water management experiences and results,2018,FALSE,0,,[],2,L. G. Mendoza-Espinosa,"Water and Environment Group, Oceanographic Research Institute, Autonomous University of Baja California, Ensenada, Baja California, Mexico",Mexico,lmendoza@uabc.edu.mx,,L. G. Mendoza-Espinosa,"Water and Environment Group, Oceanographic Research Institute, Autonomous University of Baja California, Ensenada, Baja California, Mexico",Mexico,lmendoza@uabc.edu.mx,,FALSE,,,,"['crop irrigation', 'Ensenada', 'Mexico', 'water reclamation']", +467,63812,8,4,https://iwaponline.com/washdev/article/8/4/688/63812/In-vessel-co-composting-a-rapid-resource-recovery,"Journal of Water, Sanitation & Hygiene for Development",In-vessel co-composting – a rapid resource recovery option for septage treatment in Indian cities,2018,TRUE,1,doc,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.046/2/washdev2018046supp.doc?Expires=1706092247&Signature=EeeA0DV4erM2rMbnWYxw2WepB9FetriG0Td3gWZkaJioj6Oo9YHSHL9jc53ngi2EM0OxM~mAJsR3rqKiCcgX4UStMWiJ3d3ocFNG1sdeESGhRmo0ZBaHq-oRnyIZvsr-S3OmXcsAK7WlTWu-aBUw1qy6KFdnuPTAZCnSG-eNJO6dgAXLbhfftB9TVnqwWcY3AQXHZdPnvRgd-hLSOWtCZjkdTc3ee2dYIMerXfUPToIWADJJSeK~-LzCPNC-g4DF-3eE6ScNE1wuKaa6YJTrYQsbebe8BaZkmLwCicvvp3bu95TU2c--CROmctSrUNMoemdZu6Egiegj1kjWOLj6mw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Anu Rachel Thomas,"Department of Civil Engineering, Indian Institute of Technology Madras, Chennai 600036, India",India,,,Ligy Philip,"Department of Civil Engineering, Indian Institute of Technology Madras, Chennai 600036, India",India,ligy@iitm.ac.in,,FALSE,,,,"['co-substrates', 'end use', 'fertilizer', 'in-vessel co-composting', 'maturity test', 'septage']", +468,64331,8,4,https://iwaponline.com/washdev/article/8/4/698/64331/Microbiological-water-quality-of-the-sacred-River,"Journal of Water, Sanitation & Hygiene for Development","Microbiological water quality of the sacred River Bhagirathi, Garhwal Himalaya, India",2018,FALSE,0,,[],3,Nidhi Sharma,"Department of Microbiology, J.V. College, Baraut-Baghpat, Uttar Pradesh, India",India,,,Rahul Kumar,"Department of Environmental Sciences, H.N.B. Garhwal University (A Central University), Srinagar Garhwal 246174, Uttarakhand, India",India,rahul.khadwalia@gmail.com,,FALSE,,,,"['Bhagirathi', 'Ganga', 'Garhwal Himalaya', 'India', 'microbiological', 'water quality']", +469,63653,8,4,https://iwaponline.com/washdev/article/8/4/707/63653/Operating-parameters-for-three-resource-recovery,"Journal of Water, Sanitation & Hygiene for Development",Operating parameters for three resource recovery options from slow-pyrolysis of faecal sludge,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.009/2/washdev2018009supp.docx?Expires=1706043976&Signature=cUqMhbYXwnpq1L7yf04gbvUmQSIQxRLC3C3r~W8AWuS7toP1GBJqdpUWpVF-rZu7Vxmxke-qNBFGkplAJr-9cNu5Fulc6hIdHs-sPuFT0~oewvQn1M4d-hsAE0-L32XGcwEy487MAehR6tVsf7LNzbCGl7ClAacO1ihholO64SGAn06QIbN03zst4vbi6gEIKPuKosg3hJyqnOcvoRHJFDgO2WiYGDYFTd4AgO5M463KtfkiAOdk-GNjqrq8hglda59~Q2h3LsqSqi8umRzqjqyeVOa1MRUgLdsJoY1VmDp74bC7AdASNS5ng8P~K1QxVgYBDphjWwMqjMG~aaQHdA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,M. Gold,"Sandec: Department of Sanitation, Water and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, 8600 Duebendorf, Switzerland",Switzerland,moritz.gold@eawag.ch,,M. Gold,"Sandec: Department of Sanitation, Water and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, 8600 Duebendorf, Switzerland",Switzerland,moritz.gold@eawag.ch,,FALSE,,,,"['char', 'pyrolysis', 'sanitation', 'treatment', 'Uganda', 'wastewater']", +470,64190,8,4,https://iwaponline.com/washdev/article/8/4/718/64190/Sanitation-for-all-a-Panglossian-perspective,"Journal of Water, Sanitation & Hygiene for Development",Sanitation for all: a Panglossian perspective?,2018,FALSE,0,,[],2,Priyam Das,"University of Hawai‘i at Mānoa, Honolulu, HI, USA",USA,priyam@hawaii.edu,,Priyam Das,"University of Hawai‘i at Mānoa, Honolulu, HI, USA",USA,priyam@hawaii.edu,,FALSE,,,,"['India', 'low-income settlements', 'open defecation', 'sanitation', 'toilets', 'urban']", +471,63697,8,4,https://iwaponline.com/washdev/article/8/4/730/63697/Contributing-to-water-security-through-water,"Journal of Water, Sanitation & Hygiene for Development",Contributing to water security through water tariffs: some guidelines for implementation mechanisms,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.015/2/washdev2018015supp.docx?Expires=1706026647&Signature=OpIhMMCLbcOEPDf~dWSc41r79fo5c4enzDtMkZ33cOfyBHHBDu3cV~0HjOp6dxRLVjEDtPsLxpkUQBQQo5HseobX6CjtIXQnWGGJ6yePqMMrgeUrciJT0DJzdHNHvaf~C96uHHnaKHri0iinYvLZ0CAhQXZLg47ywddc94FlL9aAsBW7VHCbLlF2Djex0Yz2Oavi-dQFD4q9UHv6-Yuh5Ux351nWD2LH-cZ7N38vdV1YujK7HIt6okdM-XS--8z2Gliqah9yyKVZPNNfRdkbljz4AFpeIiegXY8dKM4XBi815nT8wP5heHj7PbQ3UxPZzaXTFEiA902RHXg56KebhQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Francisco Silva Pinto,"CERIS, CESUR, Instituto Superior Técnico, Universidade de Lisboa, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,frcsilvapinto@tecnico.ulisboa.pt,,Francisco Silva Pinto,"CERIS, CESUR, Instituto Superior Técnico, Universidade de Lisboa, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,frcsilvapinto@tecnico.ulisboa.pt,,FALSE,,,,"['growing urban centres', 'pricing policies', 'water security', 'water tariff implementation']", +472,64304,8,4,https://iwaponline.com/washdev/article/8/4/740/64304/Incidence-of-chlorination-by-products-in-an,"Journal of Water, Sanitation & Hygiene for Development","Incidence of chlorination by-products in an institutional drinking water distribution network, Islamabad, Pakistan, using response surface methodology",2018,FALSE,0,,[],5,Romana Khan,"Institute of Environmental Sciences and Engineering, School of Civil and Environmental Engineering, National University of Sciences and Technology (NUST), H-12 Sector, Islamabad, 44000, Pakistan",Pakistan,romanakhan333@gmail.com,,Romana Khan,"Institute of Environmental Sciences and Engineering, School of Civil and Environmental Engineering, National University of Sciences and Technology (NUST), H-12 Sector, Islamabad, 44000, Pakistan",Pakistan,romanakhan333@gmail.com,,FALSE,,,,"['disinfection by-products', 'distribution network', 'response surface methodology', 'solid-phase microextraction', 'water analysis']", +473,64305,8,4,https://iwaponline.com/washdev/article/8/4/752/64305/Developing-a-water-quality-index-in-a-tropical,"Journal of Water, Sanitation & Hygiene for Development",Developing a water quality index in a tropical reservoir using a measure of multiparameters,2018,FALSE,0,,[],6,Alberto Quevedo-Castro,"División de Estudios de Posgrado e Investigación, Instituto Tecnológico de Culiacán, Juan de Dios Bátiz 310, Col. Guadalupe, P.C. 80220, Culiacán, Sinaloa, Mexico",Mexico,,,Yaneth Bustos-Terrones,"CONACYT-División de Estudios de Posgrado e Investigación, Instituto Tecnológico de Culiacán, Juan de Dios Bátiz 310, Col. Guadalupe, P.C. 80220, Culiacán, Sinaloa, Mexico",Mexico,yabustoste@conacyt.mx,,FALSE,,,,"['Pearson correlation', 'principal component analysis', 'sensitivity analysis', 'tropical reservoir', 'water quality index']", +474,64491,8,4,https://iwaponline.com/washdev/article/8/4/767/64491/Microbiological-and-physico-chemical-properties-of,"Journal of Water, Sanitation & Hygiene for Development","Microbiological and physico-chemical properties of packaged, residential treatment device and tap water drinking water and their possible effects on human health",2018,FALSE,0,,[],7,Neriman Aydın,"Faculty of Medicine, Department of Public Health, Gaziantep University, 27310 Gaziantep, Turkey",Turkey,neriman_aydin@yahoo.com,,Neriman Aydın,"Faculty of Medicine, Department of Public Health, Gaziantep University, 27310 Gaziantep, Turkey",Turkey,neriman_aydin@yahoo.com,,FALSE,,,,"['drinking water', 'packaged water', 'sanitation', 'tap water', 'water analysis']", +475,64417,8,4,https://iwaponline.com/washdev/article/8/4/777/64417/Lead-lag-series-and-staged-parallel-operational,"Journal of Water, Sanitation & Hygiene for Development",Lead-lag series and staged parallel operational strategies improve the performance and cost-effectiveness of bonechar for control of fluoride in groundwater,2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.111/2/washdev2018111supp.docx?Expires=1706092283&Signature=whDPyjL3Ai7Nddis2iT4~FJny4kJuGZVkLxYr1gdB53mbeuNZalINxgxDgOhwCNCD2Ia6JvszoQtc1Idq2pVAtP6zR7VO2aUZbfD~Ds-S33ThZ0DLPJ6Jr4I~KlBPGMZ0JX1YajdrEoi~VEEWVJvGu7xE2inVBClJnJbsQOfzWirWNpCSkDDBXV8oEMnKb76-WvxDTozTqbFksUChz8otDFFwDhdtdL35ptO~zXUAmTQVWRbekHEEZI~c0tgbeajiew1SxZvlTyErZWDvjNtVIdJxz0RMWjm8ZclA3LeGarwZt8xzInfBqNd7qURmn6sN5ynfxnlO~Tfp5rAyu8rXA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,J. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, NC 27695, USA",USA,jpkearns@ncsu.edu,,J. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, NC 27695, USA",USA,jpkearns@ncsu.edu,,FALSE,,,,"['bonechar', 'fluoride', 'groundwater', 'household water treatment', 'Mexico', 'sorption']", +476,41370,8,4,https://iwaponline.com/washdev/article/8/4/785/41370/Improving-environmental-conditions-for,"Journal of Water, Sanitation & Hygiene for Development","Improving environmental conditions for involuntarily displaced populations: water, sanitation, and hygiene in orphanages, prisons, and refugee and IDP settlements",2018,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.019/2/washdev2018019supp.docx?Expires=1706022745&Signature=iydkyZEZwzmwmeerw4yjz0JxWxqpD6FEPOvzr2Cn4FT-cgWfh0YSs3fuSfdrP~doVap153o4CFVZEhR7GqC3r7ND7X7FA1oV25Sv-ICszAbORGuI1o4kYiXYxdAQ8bv1rlsGjffKQg70v4aaiLjwkaNciyYccgb-HdgGwpJJp9svMeHFBQu0tFWRPmRfZi9VtI4GNod6Jzjtm~dtEEz-AlW-QbYnKusAsAvxzdWE2FfHqikJmV1SiVmPjyxCDrFxrH5tFI5fGiN16zgpX1IL2ZjatJu4~N-Bh8S9Ia3oNbzOpHLnCrK-ysBT9ruCoxDAezaoTLRZJ6uD76mtebKBwA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],11,Nikki Behnke,"Gillings School of Global Public Health, The Water Institute at UNC, Campus Box #7431, 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",USA,behnke@live.unc.edu,,Nikki Behnke,"Gillings School of Global Public Health, The Water Institute at UNC, Campus Box #7431, 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",USA,behnke@live.unc.edu,,FALSE,,,,"['environmental health', 'orphanages', 'prisons', 'refugees', 'WaSH']", +477,41533,8,4,https://iwaponline.com/washdev/article/8/4/792/41533/Dewatering-of-septic-tank-sludge-in-alternative,"Journal of Water, Sanitation & Hygiene for Development",Dewatering of septic tank sludge in alternative sludge drying bed,2018,FALSE,0,,[],3,Denise Vazquez Manfio,"School of Civil Engineering, Architecture and Urban Design – FEC, University of Campinas – UNICAMP, Avenida Albert Einstein, 951, Cidade Universitária ‘Zeferino Vaz’, P.O. Mailbox: 6021, 13083-852, Campinas, SP, Brazil",Brazil,,,Adriano Luiz Tonetti,"School of Civil Engineering, Architecture and Urban Design – FEC, University of Campinas – UNICAMP, Avenida Albert Einstein, 951, Cidade Universitária ‘Zeferino Vaz’, P.O. Mailbox: 6021, 13083-852, Campinas, SP, Brazil",Brazil,adriano@fec.unicamp.br,,FALSE,,,,"['conditioning', 'drying bed', 'permeable pavement', 'septic tank', 'sludge']", +478,41532,8,4,https://iwaponline.com/washdev/article/8/4/799/41532/Emergency-response-in-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Emergency response in water, sanitation and hygiene to control cholera in post-earthquake Nepal in 2016",2018,FALSE,0,,[],2,Kazutaka Sekine,"UNICEF Sierra Leone, Freetown, Sierra Leone",Sierra Leone,kazutaka_sekine@hotmail.com,,Kazutaka Sekine,"UNICEF Sierra Leone, Freetown, Sierra Leone",Sierra Leone,kazutaka_sekine@hotmail.com,,FALSE,,,,"['cholera', 'diarrhea', 'disasters', 'disease outbreaks', 'sanitation']", +479,62800,8,4,https://iwaponline.com/washdev/article/8/4/803/62800/Engaging-field-staff-in-strategic-asset-management,"Journal of Water, Sanitation & Hygiene for Development",Engaging field staff in strategic asset management,2018,FALSE,0,,[],2,Patricia Bakir,"Consultant and IWA Fellow, Amman, Jordan",Jordan,bakirp@gmail.com,,Patricia Bakir,"Consultant and IWA Fellow, Amman, Jordan",Jordan,bakirp@gmail.com,,FALSE,,,,"['asset management', 'communication', 'field staff', 'utility management']", +480,63305,8,4,https://iwaponline.com/washdev/article/8/4/809/63305/Evaluation-of-use-acceptability-and-effectiveness,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of use, acceptability, and effectiveness of household water filter systems in Honduras, 2016–2017",2018,FALSE,0,,[],9,Kirsten Fagerli,"Centers for Disease Control and Prevention, Division of Foodborne, Waterborne, and Environmental Diseases, 1600 Clifton Road, Atlanta, GA 30329, USA",USA,kfagerli@cdc.gov,,Kirsten Fagerli,"Centers for Disease Control and Prevention, Division of Foodborne, Waterborne, and Environmental Diseases, 1600 Clifton Road, Atlanta, GA 30329, USA",USA,kfagerli@cdc.gov,,FALSE,,,,"['E. coli', 'hollow fiber water filter', 'Honduras', 'water quality']", +481,64359,8,4,https://iwaponline.com/washdev/article/8/4/817/64359/Indigenous-drinking-water-consumption-pattern-of,"Journal of Water, Sanitation & Hygiene for Development",Indigenous drinking-water consumption pattern of residents in Kuching city: results of a pilot study,2018,FALSE,0,,[],2,King Kuok Kuok,"Faculty of Engineering, Computing and Science, Swinburne University of Technology Sarawak Campus, 93350 Kuching, Sarawak, Malaysia",Malaysia,kkuok@swinburne.edu.my,,King Kuok Kuok,"Faculty of Engineering, Computing and Science, Swinburne University of Technology Sarawak Campus, 93350 Kuching, Sarawak, Malaysia",Malaysia,kkuok@swinburne.edu.my,,FALSE,,,,"['bottled water', 'demographic factors', 'drinking water consumption pattern', 'in-home water treatment device', 'raw water', 'tap water']", +482,65058,9,1,https://iwaponline.com/washdev/article/9/1/1/65058/Motivators-for-treated-wastewater-acceptance,"Journal of Water, Sanitation & Hygiene for Development",Motivators for treated wastewater acceptance across developed and developing contexts,2019,FALSE,0,,[],6,Jacelyn Rice,"Department of Engineering Technology and Construction Management, University of North Carolina-Charlotte, Charlotte, NC, 28223, USA",USA,jrice35@uncc.edu,,Jacelyn Rice,"Department of Engineering Technology and Construction Management, University of North Carolina-Charlotte, Charlotte, NC, 28223, USA",USA,jrice35@uncc.edu,,FALSE,,,,"['acceptability', 'motivation', 'treated wastewater', 'water reuse', 'willingness to use']", +483,65389,9,1,https://iwaponline.com/washdev/article/9/1/7/65389/Rethinking-Brasilia-s-water-services-new-targets,"Journal of Water, Sanitation & Hygiene for Development",Rethinking Brasília's water services: ‘new targets’ using the regulatory impact assessment (RIA) tool,2019,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2019.088/3/washdev2019088supp.pdf?Expires=1706092312&Signature=aoqAL~0tm9ShZj4n0OqFu1bflOL3d5a4H5I5eiMBTAGvp9z9F1ZCJ~8d6uKQ5C2m1cfHaBwqj0DbKuRWD1uvxACv-SN9j76JXo4B7lsKRbpYyCO2NkrfFlvpAS6dHTRAtAx7fJ3OIQRmWpiYdrsV52koeUOo19HJ~5LW5YHlh2q3In9un99D0EjGiecTo6DGuamqK26So77fFDKBIOk4HtVfjqZvtzIJ6Mvg8xSjLceHgxDAYqOBzDQ-0s56Oy5YYF~yTH9Lh4aYhEnYSEiM0Wn1PFLAlp5XhdCoC4S7Bqutbt8HPcyno67vFP3xably4RUSYZdfdJVhE9gDFftFtg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Bruno Eustaquio de Carvalho,"CERIS-IST, University of Lisbon, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,bruno.d.carvalho@tecnico.ulisboa.pt,,Bruno Eustaquio de Carvalho,"CERIS-IST, University of Lisbon, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,bruno.d.carvalho@tecnico.ulisboa.pt,,FALSE,,,,"['Brasília water sector', 'multicriteria decision analysis', 'regulatory impact assessment']", +484,65081,9,1,https://iwaponline.com/washdev/article/9/1/19/65081/The-inactivation-of-Ascaris-suum-eggs-by-short,"Journal of Water, Sanitation & Hygiene for Development",The inactivation of Ascaris suum eggs by short exposure to high temperatures,2019,FALSE,0,,[],4,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban, South Africa",South Africa,danica.naidoo987@gmail.com,,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban, South Africa",South Africa,danica.naidoo987@gmail.com,,FALSE,,,,"['Ascaris suum', 'heat treatment', 'inactivation', 'temperature', 'viability']", +485,64605,9,1,https://iwaponline.com/washdev/article/9/1/28/64605/Water-quality-before-and-after-a-campaign-of,"Journal of Water, Sanitation & Hygiene for Development","Water quality before and after a campaign of cleaning and disinfecting shallow wells: a study conducted during and after floods in Khyber Pakhtunkhwa, Pakistan",2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.272/3/washdev2018272supp.docx?Expires=1706092320&Signature=BzoTP~0IjqywGzBgPmDlS3BNr0ManSKPzS77D54EblKYicIBXOR1465JR0BBSTUFWFNSySjCG6zsJQmr0ac3IcoBwGrqMxcWm5-IpqlgyBrzSL~yaQ4yUuQJkxK55Qm19XsoZ9RsjF0Oct7NRaTtq17ZjIVO0pWtXQ3iWlF137~IyH2YoZ0dFDQAXorOjPviOyqE8IRnVzelDrGi8MUoQll7dzI0nzoEwjhy1FcVL4xHhe3CqEyaz97mGme3jJNSCXM9XvvRvrK~fLgw-xcCCgOqUyhbBebWSdnTFauaOWDjDlOLQzDBHD6b~HBB57IDtNFCC2mAuHuItwdol~NI8w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Rashid Ali,"Integrated Regional Support Program, Mardan, Pakistan",Pakistan,,,Claudio Valsangiacomo,"University of Applied Sciences and Arts of Southern Switzerland, Centre for Development and Cooperation, Lugano, Switzerland",Switzerland,claudio.valsangiacomo@supsi.ch,,FALSE,,,,"['flood', 'shallow well', 'water quality', 'well cleaning']", +486,65044,9,1,https://iwaponline.com/washdev/article/9/1/38/65044/Exploration-of-bacterial-contaminants-in,"Journal of Water, Sanitation & Hygiene for Development",Exploration of bacterial contaminants in reservoirs of Palamuru by PCR-DGGE method: household water treatment,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.077/3/washdev2018077supp.docx?Expires=1706092325&Signature=0TKCTzD881zeyBmbyaqdm4jyyVX1Gpe72v-HnbFTxIm2Hc04vbMvk~Bi08UqYkuAJL2NYTG-0XTnK9lxUvA4gYtIdE64PgoPE6ZUTmLDCSQnPl87RyreCtU4gIkLY48amGkvm9I1v~BWqFEDp2n8oHRZ0OTRhgfL9Ut9A5mAU1AoMYNb40rDFNouRz-QHOoI~PLsD-uG5OWQRrmLnWuHWtg~VGMpUxl746VMGbCZvicZauWZ2s3rFwSB8XGtmOynz1YSgiBD-LYvEPHrqNtwD8KcCgRgv7BDCXKZgIi~EjCFAXaT9GC6wfPf0p-O3rOseq7INzJm7dHlvloK9x7~TQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,A. Shiva Shanker,"Department of Microbiology, Palamuru University, Mahabubnagar, Telangana 509 001, India",India,,,Pavan Kumar Pindi,"Department of Microbiology, Palamuru University, Mahabubnagar, Telangana 509 001, India",India,pavankumarpindi@gmail.com,,FALSE,,,,"['bacterial contamination', 'bacterial diversity', 'CFU', 'community drinking water', 'drinking water']", +487,65390,9,1,https://iwaponline.com/washdev/article/9/1/49/65390/Electropermeabilization-of-nematode-eggs-for,"Journal of Water, Sanitation & Hygiene for Development",Electropermeabilization of nematode eggs for parasite deactivation,2019,FALSE,0,,[],7,M. H. Dryzer,"Department of Physics, Elon University, Elon, NC 27244, USA",USA,mdryzer@elon.edu,,M. H. Dryzer,"Department of Physics, Elon University, Elon, NC 27244, USA",USA,mdryzer@elon.edu,,FALSE,,,,"['Caenorhabditis elegans', 'eggshell permeability', 'electroporation', 'parasitic helminth eggs', 'propidium iodide staining', 'wastewater sanitation']", +488,65779,9,1,https://iwaponline.com/washdev/article/9/1/56/65779/Physicochemical-and-bacteriological-quality-of,"Journal of Water, Sanitation & Hygiene for Development",Physicochemical and bacteriological quality of sachet water used by Ghanaian university students: implications for public health,2019,FALSE,0,,[],3,Bismark Elorm Addo,"Department of Chemistry, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,,,Razak M. Gyasi,"African Population and Health Research Center (APHRC), Manga Close, Off Kirawa Road, P.O. Box 10787 - 00100, Nairobi, Kenya",Kenya,rgyasi@aphrc.org,,FALSE,,,,"['bacteriological analysis', 'faecal coliform', 'public health', 'sachet water', 'university students', 'water quality']", +489,65309,9,1,https://iwaponline.com/washdev/article/9/1/64/65309/Chemical-and-microbiological-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Chemical and microbiological quality of desalinated waters in Birjand city, Iran",2019,FALSE,0,,[],4,Ali Naghizadeh,"Medical Toxicology and Drug Abuse Research Center (MTDRC), Birjand University of Medical Sciences (BUMS), Birjand, Iran",Iran,aliinaghizadeh@gmail.com,,Ali Naghizadeh,"Medical Toxicology and Drug Abuse Research Center (MTDRC), Birjand University of Medical Sciences (BUMS), Birjand, Iran",Iran,aliinaghizadeh@gmail.com,,FALSE,,,,"['Birjand', 'chemical quality', 'desalination', 'Iran', 'microbiological quality']", +490,65308,9,1,https://iwaponline.com/washdev/article/9/1/71/65308/Analysis-of-households-vulnerability-to-waterborne,"Journal of Water, Sanitation & Hygiene for Development","Analysis of households' vulnerability to waterborne diseases in Yenagoa, Nigeria",2019,FALSE,0,,[],1,Odafivwotu Ohwo,"Niger Delta University, Amassoma, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,,Odafivwotu Ohwo,"Niger Delta University, Amassoma, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,,FALSE,,,,"['drinking water', 'hygiene', 'sanitation', 'vulnerability', 'waterborne diseases']", +491,65056,9,1,https://iwaponline.com/washdev/article/9/1/80/65056/Household-level-drinking-water-quality-access-and,"Journal of Water, Sanitation & Hygiene for Development","Household-level drinking water quality, access, and management practices within an informal community: a case study at Rio das Pedras, Rio de Janeiro",2019,FALSE,0,,[],6,Richard V. Remigio,"Urban Health Collaborative, Dornsife School of Public Health, Drexel University, Philadelphia, PA, USA",USA,rvr350@umd.edu,,Richard V. Remigio,"Urban Health Collaborative, Dornsife School of Public Health, Drexel University, Philadelphia, PA, USA",USA,rvr350@umd.edu,,FALSE,,,,"['drinking water', 'households', 'informal communities', 'urban health', 'water access', 'water storage']", +492,65352,9,1,https://iwaponline.com/washdev/article/9/1/90/65352/Investigating-the-quality-of-stored-drinking-water,"Journal of Water, Sanitation & Hygiene for Development","Investigating the quality of stored drinking water from the Harare water distribution system, Zimbabwe",2019,FALSE,0,,[],3,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,,FALSE,,,,"['chlorophyll-a', 'free residual chlorine', 'Harare', 'stored water', 'water distribution system', 'water quality']", +493,65138,9,1,https://iwaponline.com/washdev/article/9/1/102/65138/The-social-dynamics-around-shared-sanitation-in-an,"Journal of Water, Sanitation & Hygiene for Development","The social dynamics around shared sanitation in an informal settlement of Lusaka, Zambia",2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.102/3/washdev2018102supp.docx?Expires=1706092353&Signature=eAWjPZTKCWHt4gT3B6O1WMlX-RoUXxHOjV6TfxUsgsiaMMGpL4iaCob0-vRSukd7sq15sb9Rz-OO42KYVU7decmnfNva-4xTkwvS0g5IyJlMMztgR6K~fYWVdAggBT091Tg4bTvnkot0n1T2~SHWzaEZ28vBXZqlghf9Jbo47CutVrqpHXpVE6GfzMXmPX0zMUV0pEwDffEZLIuAInVSz4Qc-BrvrHpDA3XosPNBHQairncTtqFcNa6M5LrMUvxbLFRzQqn0mgo~Q4DU5pN-GGZ8c-C~7cBo44YHhP1rpxP11N~-kShJZIfhRnFJqlhKNOpXi7UygFQELJ2XCdihaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Jenala Chipungu,"Centre for Infectious Disease Research in Zambia, Lusaka, Zambia",Zambia,jenala.chipungu@cidrz.org,,Jenala Chipungu,"Centre for Infectious Disease Research in Zambia, Lusaka, Zambia",Zambia,jenala.chipungu@cidrz.org,,FALSE,,,,"['common-pool resources', 'Ostrom', 'shared sanitation', 'social dynamics']", +494,65094,9,1,https://iwaponline.com/washdev/article/9/1/111/65094/Diagnostics-for-assessing-city-wide-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Diagnostics for assessing city-wide sanitation services,2019,FALSE,0,,[],5,R. E. Scott,"School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, UK",UK,r.e.scott@lboro.ac.uk,,R. E. Scott,"School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, UK",UK,r.e.scott@lboro.ac.uk,,FALSE,,,,"['diagnostics', 'enabling environment', 'faecal sludge management', 'political economy analysis', 'sanitation service chain', 'service delivery assessment']", +495,65468,9,1,https://iwaponline.com/washdev/article/9/1/119/65468/Water-consumption-in-public-schools-a-case-study,"Journal of Water, Sanitation & Hygiene for Development",Water consumption in public schools: a case study,2019,FALSE,0,,[],4,Luiz Gustavo Costa Ferreira Nunes,"Universidade de Pernambuco Escola Politecnica de Pernambuco, R. Benfica, 455 - Madalena, Recife – PE, 50720-001, Brazil",Brazil,l.gustavo.nunes@hotmail.com,,Luiz Gustavo Costa Ferreira Nunes,"Universidade de Pernambuco Escola Politecnica de Pernambuco, R. Benfica, 455 - Madalena, Recife – PE, 50720-001, Brazil",Brazil,l.gustavo.nunes@hotmail.com,,FALSE,,,,"['public schools', 'water conservation', 'water consumption indicators']", +496,64608,9,1,https://iwaponline.com/washdev/article/9/1/129/64608/Health-costs-and-benefits-from-a-pilot-rural,"Journal of Water, Sanitation & Hygiene for Development",Health costs and benefits from a pilot rural sanitation intervention in India,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.076/3/washdev2018076supp.docx?Expires=1706092364&Signature=NsiCjIxHbu8DBIZwRpA-LJv3-VSVz~u8VP0OteTCXnBwuQKg6XIi17qBwhxGCsQ18U-BJQrlbiKHjqsFPk6wmvfpJjjhUDJ~cyu-15JWwvhm99QEB01LjWEjmHUk46VfYiCiuCBp8mPsindDpaRgfK5DOMUurkEuMwh-p0-3LEwNlv9jP1hRT0eYjddNSnARoiypCozv8RL8jQ0AHx0Hjkty9JDz6tXeQwSbxjrAnzbw0bkf1u89oYOz4ZZGW7js~VLhpPFUXYqJ2JoiZqHocBDri~3sAFNMFQbJyRQu~kuwxg9ytPN0ICy24zKMC-eh3TyIfjfg6TVZhBs-92aCBg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,David Weis,"Institute of Environmental Engineering and Management and Institute for Teaching and Educational Research in Health Sciences, Witten/Herdecke University, Alfred-Herrhausen-Straße 50, 58448 Witten, Germany",Germany,david.weis@uni-wh.de,,David Weis,"Institute of Environmental Engineering and Management and Institute for Teaching and Educational Research in Health Sciences, Witten/Herdecke University, Alfred-Herrhausen-Straße 50, 58448 Witten, Germany",Germany,david.weis@uni-wh.de,,FALSE,,,,"['cost benefit', 'health', 'India', 'sanitation', 'water']", +497,65469,9,1,https://iwaponline.com/washdev/article/9/1/139/65469/Mobile-crowd-participation-to-root-small-scale,"Journal of Water, Sanitation & Hygiene for Development",Mobile crowd participation to root small-scale piped water supply systems in India and Bangladesh,2019,FALSE,0,,[],4,A. Mink,"Civil Engineering and Geosciences, Water Management, Delft University of Technology, Stevinweg 1, 2628CN, Delft, The Netherlands",The Netherlands,a.mink@tudelft.nl,,A. Mink,"Civil Engineering and Geosciences, Water Management, Delft University of Technology, Stevinweg 1, 2628CN, Delft, The Netherlands",The Netherlands,a.mink@tudelft.nl,,FALSE,,,,"['end-user participation', 'safe water supply', 'smartphone application', 'water quality']", +498,64762,9,1,https://iwaponline.com/washdev/article/9/1/152/64762/Multisectoral-approach-to-nutrition-in-Pakistan,"Journal of Water, Sanitation & Hygiene for Development",Multisectoral approach to nutrition in Pakistan,2019,FALSE,0,,[],1,Muhammad Ali,"School of Social Sciences and Humanities, National University of Science and Technology Islamabad, Islamabad, Pakistan",Pakistan,alishuja@s3h.nust.edu.pk,,Muhammad Ali,"School of Social Sciences and Humanities, National University of Science and Technology Islamabad, Islamabad, Pakistan",Pakistan,alishuja@s3h.nust.edu.pk,,FALSE,,,,"['malnutrition', 'sanitation and hygiene', 'stunting', 'WASH', 'water']", +499,65470,9,1,https://iwaponline.com/washdev/article/9/1/164/65470/Water-sanitation-and-hygiene-practices-in-early,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene practices in early childhood development (ECD) centres in low socio-economic areas in Nelson Mandela Bay, South Africa",2019,FALSE,0,,[],6,Paula Melariri,"Department of Environmental Health, Nelson Mandela University, P.O. Box 77000, Port Elizabeth 6031, South Africa",South Africa,paulaezinne.melariri@mandela.ac.za,,Paula Melariri,"Department of Environmental Health, Nelson Mandela University, P.O. Box 77000, Port Elizabeth 6031, South Africa",South Africa,paulaezinne.melariri@mandela.ac.za,,FALSE,,,,"['hand washing', 'hygiene', 'sanitation', 'water', 'wins indicators']", +500,64604,9,1,https://iwaponline.com/washdev/article/9/1/172/64604/A-low-cost-open-source-autonomous-surface-vehicle,"Journal of Water, Sanitation & Hygiene for Development","A low-cost, open-source autonomous surface vehicle as a multipurpose waste stabilization pond monitoring platform",2019,FALSE,0,,[],5,A. Cuppens,"Facultad de Ciencias de la Ingeniería, Universidad Paraguayo Alemana, Lope de Vega 1279, San Lorenzo, Paraguay",Paraguay,arnoud.cuppens@upa.edu.py,,A. Cuppens,"Facultad de Ciencias de la Ingeniería, Universidad Paraguayo Alemana, Lope de Vega 1279, San Lorenzo, Paraguay",Paraguay,arnoud.cuppens@upa.edu.py,,FALSE,,,,"['autonomous surface vehicle', 'monitoring', 'open-source', 'waste stabilization ponds']", +501,65057,9,1,https://iwaponline.com/washdev/article/9/1/181/65057/Can-a-precast-pit-latrine-concrete-floor-withstand,"Journal of Water, Sanitation & Hygiene for Development",Can a precast pit latrine concrete floor withstand emptying operations? An investigation from Malawi,2019,FALSE,0,,[],2,Joshua Mchenga,"Centre of Excellence in Water and Sanitation, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,,,Rochelle H. Holm,"Centre of Excellence in Water and Sanitation, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,rochelle@rochelleholm.com,,FALSE,,,,"['concrete', 'fecal sludge management', 'Malawi', 'pit latrine', 'safety', 'sanitation']", +502,66378,9,2,https://iwaponline.com/washdev/article/9/2/187/66378/Unravelling-pro-poor-water-services-what-does-it,"Journal of Water, Sanitation & Hygiene for Development",Unravelling pro-poor water services: what does it mean and why is it so popular?,2019,FALSE,0,,[],3,Akosua Sarpong Boakye-Ansah,"Department of Integrated Water Systems and Governance, IHE-Delft Institute for Water Education, Westvest 7, 2611AX Delft, The Netherlands and Amsterdam Institute for Social Science Research, University of Amsterdam, Nieuwe Achtergracht 166, 1018 WV, Amsterdam, The Netherlands",The Netherlands,a.boakyeansah@un-ihe.org,,Akosua Sarpong Boakye-Ansah,"Department of Integrated Water Systems and Governance, IHE-Delft Institute for Water Education, Westvest 7, 2611AX Delft, The Netherlands and Amsterdam Institute for Social Science Research, University of Amsterdam, Nieuwe Achtergracht 166, 1018 WV, Amsterdam, The Netherlands",The Netherlands,a.boakyeansah@un-ihe.org,,FALSE,,,,"['low-income areas', 'pro-poor water services', 'service differentiation', 'urban poor', 'water utility']", +503,66715,9,2,https://iwaponline.com/washdev/article/9/2/198/66715/Relationships-between-shared-sanitation-facilities,"Journal of Water, Sanitation & Hygiene for Development",Relationships between shared sanitation facilities and diarrhoeal and soil-transmitted helminth infections: an analytical review,2019,FALSE,0,,[],6,P. S. Ramlal,"School of Life Sciences, University of KwaZulu-Natal, Durban, KwaZulu-Natal, 4001, South Africa",South Africa,preshod.ramlal@durban.gov.za,,P. S. Ramlal,"School of Life Sciences, University of KwaZulu-Natal, Durban, KwaZulu-Natal, 4001, South Africa",South Africa,preshod.ramlal@durban.gov.za,,FALSE,,,,"['diarrhoea', 'odds ratio', 'private toilets', 'shared sanitation', 'soil-transmitted helminths']", +504,66755,9,2,https://iwaponline.com/washdev/article/9/2/210/66755/To-char-or-not-to-char-Review-of-technologies-to,"Journal of Water, Sanitation & Hygiene for Development",To char or not to char? Review of technologies to produce solid fuels for resource recovery from faecal sludge,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.184/7/washdev2019184supp.docx?Expires=1706092402&Signature=Q~dsnaik-aTrggDV0yjNrBCtpJqT80nvHkTuI3K819lzRc0zwSucKdOwsSZ6BHDzCrqdSXf~yCCXduEMdQVnAgoaf1vtGaYokevaYQULkGZeTXHg7d2HM-s2l5JWj0FCMBcTl535kxcHlZEjlQjvVVjwS6wv8OMJlJSaOapeAWTlIPng-~utawfx-QjZA9iJnX-xokAb9fLXiMUZyDCWe7C1lzzg8kERyuoPy~MUyxrRWfhdYdYiQ0HFI~~VT~0j1ecoKS8j7yOZ~jqBGT3gJbQQq7W7GF1JDA6cZ~P4do2zOUV0jm~tXMrnv6htiyGdFa6Rxt1un9KRXHitWj8zUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Nienke Andriessen,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,nienke.andriessen@eawag.ch,,Nienke Andriessen,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,nienke.andriessen@eawag.ch,,FALSE,,,,"['carbonization', 'energy recovery', 'faecal sludge', 'fecal sludge', 'onsite sanitation', 'pyrolysis']", +505,65991,9,2,https://iwaponline.com/washdev/article/9/2/225/65991/Potable-water-supply-among-the-physically,"Journal of Water, Sanitation & Hygiene for Development",Potable water supply among the physically challenged in selected homes for the disabled in Ibadan,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.170/7/washdev2019170supp.docx?Expires=1706092407&Signature=O3QSsAM-rdviEHS0GNYuHI2XgHxl0YVRxNEglxFXKey2KcpE2Nxcvwv~KFfqnX1xpFX5zxILbqy0OpEIjC9A21GZIDYVJPHjuF7OipeDfEQ68jrdGKyBIbuoaLLNDjscnJYrwpFMdqf8AMyrA6o-TA2e~3e5RMksu6DhFdE9kEFBFFA21bNsCxYm0JSZ52zxuPn~SFPDlIBZEWf8FfhrxhTKtd0ihmUZS8tIPYjxfpFmXgS-zQQzwSXW3lvNjZaQMiHv3S9HX2vHXwM1xFZaCbOhvEl139g6JuNIvQfHyfwWDQYyQ-f8QHzNSleR3pNW8M9sghCwV8ypAfi1w0DhEw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Ifiok P. Udofia,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Oyo State, Nigeria",Nigeria,piusifiok@yahoo.com,,Ifiok P. Udofia,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Oyo State, Nigeria",Nigeria,piusifiok@yahoo.com,,FALSE,,,,"['access', 'physically challenged people', 'potable water']", +506,65846,9,2,https://iwaponline.com/washdev/article/9/2/237/65846/Protecting-sources-of-urban-water-supply-in-Haiti,"Journal of Water, Sanitation & Hygiene for Development",Protecting sources of urban water supply in Haiti: An institutional analysis,2019,FALSE,0,,[],1,Antonio Andres Martinez,"Water and Sanitation Consultant, C/Pedro II el Catolico 31, 4 F, 50010, Zaragoza, Spain",Spain,sahara.sia2@gmail.com,,Antonio Andres Martinez,"Water and Sanitation Consultant, C/Pedro II el Catolico 31, 4 F, 50010, Zaragoza, Spain",Spain,sahara.sia2@gmail.com,,FALSE,,,,"['Haiti', 'institutional', 'integration', 'urban', 'water resource management', 'water resource protection']", +507,65948,9,2,https://iwaponline.com/washdev/article/9/2/247/65948/Acceptability-effectiveness-and-fouling-of,"Journal of Water, Sanitation & Hygiene for Development","Acceptability, effectiveness, and fouling of PointOne membrane filters distributed in South Sudan",2019,FALSE,0,,[],7,Shannon Holding,"Medair – Emergency Relief and Recovery, Ecublens, Switzerland",Switzerland,sholding@sfu.ca,,Shannon Holding,"Medair – Emergency Relief and Recovery, Ecublens, Switzerland",Switzerland,sholding@sfu.ca,,FALSE,,,,"['emergency response', 'hollow fiber membrane', 'household water treatment', 'membrane fouling', 'microbiological effectiveness', 'point-of-use']", +508,66476,9,2,https://iwaponline.com/washdev/article/9/2/258/66476/Geo-spatial-modeling-of-access-to-water-and,"Journal of Water, Sanitation & Hygiene for Development",Geo-spatial modeling of access to water and sanitation in Nigeria,2019,FALSE,0,,[],8,Benson Ajisegiri,"Federal Ministry of Water Resources, Nigeria",Nigeria,,,Luis A. Andres,"World Bank Water Global Practice, Washington, DC, USA",USA,landres@worldbank.org,,FALSE,,,,"['geo-spatial modeling', 'Nigeria', 'sanitation', 'Sustainable Development Goals', 'water']", +509,65989,9,2,https://iwaponline.com/washdev/article/9/2/281/65989/In-situ-drying-of-faecal-sludge-in-breathable,"Journal of Water, Sanitation & Hygiene for Development",In-situ drying of faecal sludge in breathable membrane-lined collection containers,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.095/7/washdev2019095supp.docx?Expires=1706092427&Signature=5Ef7uH7lhIh6i-kSnG5uv7HygCvP6G-yBBeoWJkBt~N74DUd6WCB8dy~YaZOxxi3yqfXAxTZhQAERBpG8FiEoO7eiM3Zj3xWQ3f6~Y4Gtm1REOLPpxo9-IvId4Qb5YAEtkt7Kuu4pXUWMjauOl0hTP2378RexfIdA7iLdzUIFLwfSlvSvYwmgcI0uarsO8dTXh9wykqXX~spGZwxNJYmAdPDfvMp3zBmqaJdyYu6Guj5sWfcpxCl1K9Siu2MJT-0MzB4VzlofylNpxlZ5NGX04UrOkZcii0eMZ8qpaoh1vzfAelGg~YaW-9IhwGYT2EGL1nXReHevBqJoubueB7ayQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Shray Saxena,"Department of Civil and Environmental Engineering, University of Delaware, Newark, DE, USA",USA,,,Daniel K. Cha,"Department of Civil and Environmental Engineering, University of Delaware, Newark, DE, USA",USA,cha@udel.edu,,FALSE,,,,"['breathable membrane', 'container-based sanitation', 'faecal sludge drying', 'modelling', 'moisture transport']", +510,66450,9,2,https://iwaponline.com/washdev/article/9/2/289/66450/Anaerobic-stabilisation-of-urine-diverting,"Journal of Water, Sanitation & Hygiene for Development",Anaerobic stabilisation of urine diverting dehydrating toilet faeces (UDDT-F) in urban poor settlements: biochemical energy recovery,2019,FALSE,0,,[],3,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",The Netherlands,rnyawirah@yahoo.com,,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",The Netherlands,rnyawirah@yahoo.com,,FALSE,,,,"['anaerobic digestion', 'biogas production', 'co-digestion', 'informal settlements', 'UDDT faeces']", +511,65990,9,2,https://iwaponline.com/washdev/article/9/2/300/65990/Qualitative-exploration-of-local-knowledge,"Journal of Water, Sanitation & Hygiene for Development","Qualitative exploration of local knowledge, attitudes and use of Moringa oleifera seeds for home-based water purification and diarrhoea prevention in Niger State, Nigeria",2019,FALSE,0,,[],2,Agatha Aduro,"Opposite Minna Industrial Estate, Sauka Kahuta, Minna, Niger State, Nigeria",Nigeria,agatha.aduro@gmail.com,,Agatha Aduro,"Opposite Minna Industrial Estate, Sauka Kahuta, Minna, Niger State, Nigeria",Nigeria,agatha.aduro@gmail.com,,FALSE,,,,"['diarrhoea prevention', 'home-based water treatment', 'Moringa oleifera', 'Nigeria', 'perceptions', 'water safety']", +512,66610,9,2,https://iwaponline.com/washdev/article/9/2/309/66610/Mineralization-of-organic-matter-and-productivity,"Journal of Water, Sanitation & Hygiene for Development",Mineralization of organic matter and productivity of tifton 85 grass (Cynodon spp.) in soil incorporated with stabilized sludge from a vertical flow constructed wetland,2019,FALSE,0,,[],3,Diogo André P. Silva,"Belo Horizonte, MG, Brazil",Brazil,,,Antonio T. Matos,"Belo Horizonte, MG, Brazil",Brazil,atmatos@desa.ufmg.br,,FALSE,,,,"['mineralization fraction', 'organic matter decay', 'septic tank sludge']", +513,66603,9,2,https://iwaponline.com/washdev/article/9/2/319/66603/Microbial-contamination-levels-in-the-drinking,"Journal of Water, Sanitation & Hygiene for Development","Microbial contamination levels in the drinking water and associated health risks in Karachi, Pakistan",2019,FALSE,0,,[],7,Rafat Amin,"Department of Pathology, Dow International Medical Collage, Dow Research Institute of Biotechnology and Biomedical Sciences, Dow University of Health Sciences, Ojha Campus, Karachi, Pakistan",Pakistan,,,Sadaf Khan,"Department of Biochemistry, Dow International Medical College, Dow Research Institute of Biotechnology and Biomedical Sciences, Dow University of Health Sciences, Ojha Campus, Karachi, Pakistan",Pakistan,sudafkhan@gmail.com,,FALSE,,,,"['ground water', 'microbial quality', 'municipal supplied water', 'public health', 'waterborne diseases']", +514,66175,9,2,https://iwaponline.com/washdev/article/9/2/329/66175/Storage-induced-deterioration-of-domestic-water,"Journal of Water, Sanitation & Hygiene for Development",Storage-induced deterioration of domestic water quality,2019,FALSE,0,,[],3,C. C. Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,,C. C. Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,,FALSE,,,,"['contamination', 'drinking water', 'E. coli', 'rainwater', 'storage tank', 'tanker']", +515,66056,9,2,https://iwaponline.com/washdev/article/9/2/338/66056/When-the-pits-fill-up-in-visible-flows-of-waste-in,"Journal of Water, Sanitation & Hygiene for Development",When the pits fill up: (in)visible flows of waste in urban India,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.153/7/washdev2019153supp.docx?Expires=1706033413&Signature=384zZsI0ZiH9-Cd-T8J~055IRM1sdDGJOLWaYpxyFyneYCtd33zHba1akhLJRSljaV591WukFs~ojoIUDlLeLI1dsxEbNfQPZlQwo7F2YWG8x78X4bvLq7v0Z8G8Ao-g73FIgbF3uDFo-AZSU4v~rOmMe8Go~cUrk7GQBSlSIzhJBEGX9dRnD7iifK40JqVrluJ-FAK6FROwwO7nFH6BYuqXZTYgJ~FkeQl20QxWYLHtYajqeXPjIwCpCFdXd5sOxHNWwqefH83Eoh4S74qeEnvcRjK~A5NTeblKMzqiTR-2O9acvItcVg5yF9PemshxexB2qe8-YMrHok~ojAxb~A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,C. S. Sharada Prasad,"School of Development, Azim Premji University, Pixel Park, B Block, Electronics City, Hosur Road (Beside NICE Road), Bengaluru 560100, India",India,,,Isha Ray,"Energy & Resources Group, 310 Barrows Hall, UC Berkeley, Berkeley, CA 94720, USA",USA,isharay@berkeley.edu,,FALSE,,,,"['caste', 'disgust', 'fecal sludge management', 'on-site sanitation', 'Sustainable Development Goal 6']", +516,66731,9,2,https://iwaponline.com/washdev/article/9/2/348/66731/Assessing-the-short-term-outcomes-of-a-piped-water,"Journal of Water, Sanitation & Hygiene for Development",Assessing the short-term outcomes of a piped water supply intervention in peri-urban Mozambique,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.158/7/washdev2019158supp.docx?Expires=1706092459&Signature=hrX~opaA0z-qcGdhbJfnqsxNeBrWOFNx2bKz3cnIiOnZd4Zk~DJnZyTO4O5mOy6xo0FajZSuMn2FTt9PtivkybKheZR5GE~WiNnes2oDh7-5eE9VMyS8B9LSUMeLyAXnafljHTAow5hgHOXu~kX-JOxDXop8bjsI8VtkU6hPGKkeZG4ob9jt3xcW4AgogFnceTr4MN3LPS8p0-tYdEsuYSk5b-WoBqpSZIBoHzcZlVP-qdMCFr1txiCc5lFt14sDDi8kKI89sSpNxp-36nQjhRsfh5~59R8AIGmcPoLXZHFcnS868Ru24jBfuC5QUaX5mIP4zvWVdLEcDvhvJnNGEw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Ana Rita Sequeira,"School of Business and Governance, Murdoch University, Murdoch, Australia;Sir Walter Murdoch School of Public Policy and International Affairs, Murdoch University, Murdoch, Australia andCenter for International Studies, ISCTE – University Institute of Lisbon, Lisbon, Portugal",Portugal,,,Ryan Admiraal,"School of Engineering and Information Technology, Murdoch University, Murdoch, Australia and School of Mathematics and Statistics, Victoria University of Wellington, Cotton Building 536, Kelburn, Wellington 6012, New Zealand",New Zealand,ryan.admiraal@vuw.ac.nz,,FALSE,,,,"['impact assessment', 'Mozambique', 'statistical survey methods', 'water supply']", +517,66057,9,2,https://iwaponline.com/washdev/article/9/2/356/66057/Illuminating-utility-benchmarking-data-with,"Journal of Water, Sanitation & Hygiene for Development",Illuminating utility benchmarking data with analysis and consumer feedback – insights from Nepal,2019,FALSE,0,,[],3,R. Ogata,"JICA Jordan Office, Amman, Jordan",Jordan,ogata.ryuji2@gmail.com,,R. Ogata,"JICA Jordan Office, Amman, Jordan",Jordan,ogata.ryuji2@gmail.com,,FALSE,,,,"['benchmarking', 'consumer survey', 'performance indicator', 'water quality']", +518,66760,9,2,https://iwaponline.com/washdev/article/9/2/363/66760/Optimization-of-multiple-fillers-used-for-removal,"Journal of Water, Sanitation & Hygiene for Development",Optimization of multiple fillers used for removal of water pollutants of large well near the river in northern China,2019,FALSE,0,,[],2,Yanjiao Gao,"College of Civil Engineering and Architecture, Liaoning University of Technology, Jinzhou 121001, China",China,yanjiaogao@163.com,,Yanjiao Gao,"College of Civil Engineering and Architecture, Liaoning University of Technology, Jinzhou 121001, China",China,yanjiaogao@163.com,,FALSE,,,,"['ammonia nitrogen', 'chemical oxygen demand', 'hexavalent chromium', 'large well water', 'multiple fillers']", +519,66055,9,2,https://iwaponline.com/washdev/article/9/2/374/66055/Redesigning-the-ventilated-improved-pit-latrine,"Journal of Water, Sanitation & Hygiene for Development",Redesigning the ventilated improved pit latrine for use in built-up low-income settings,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.098/7/washdev2019098supp.docx?Expires=1706092473&Signature=ztzpRZmfGaYpUr9k0pkTUMNXcK3gujc9yx0IbNQ6ieYFUUwbRaO4YlzQ-qFJ5LDLIuwmbgbujmSh8cKkKmmiIkKsqjI68mdvCvZ2STz20hj0rxtcCKyOPxi2rryA0W4DGhsaAUsADG7iYITz3jc3NY7Vqgnh5CKJ~d5Ov3psieeQgZUuYwImUY~0r42WuhGttxMadpQls4qKX374fS4kFFt6DC~RpV9X0p1vTaIsmHjDWBfYKa6RIH~TwKSY54LEbNUrCz95u7pF71c9RusQUFHCVyms8DJBShpemItluJ6tLZBPWmdeZ~hVYFD8hOvsYIvlyJXQPVWU3mNBrlPjSw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Peter A. Obeng,"Water and Sanitation Unit, Chemistry Department, University of Cape Coast, Cape Coast, Ghana",Ghana,pobeng@ucc.edu.gh,,Peter A. Obeng,"Water and Sanitation Unit, Chemistry Department, University of Cape Coast, Cape Coast, Ghana",Ghana,pobeng@ucc.edu.gh,,FALSE,,,,"['dry sanitation technology', 'multidirectional VIP', 'ventilation rate', 'VIP latrine']", +520,65934,9,2,https://iwaponline.com/washdev/article/9/2/380/65934/A-conceptual-evaluation-framework-for-the-water,"Journal of Water, Sanitation & Hygiene for Development",A conceptual evaluation framework for the water and sanitation for health facility improvement tool (WASH FIT),2019,FALSE,0,,[],5,Nicole Weber,"Oak Ridge Institute for Science and Education (ORISE), Emergency Response and Recovery Branch, Center for Global Health, Division of Global Health Protection, Centers for Disease Control and Prevention, 1600 Clifton Rd. NE, Atlanta GA 30329-4027, USA",USA,nicoleweber12@gmail.com,,Nicole Weber,"Oak Ridge Institute for Science and Education (ORISE), Emergency Response and Recovery Branch, Center for Global Health, Division of Global Health Protection, Centers for Disease Control and Prevention, 1600 Clifton Rd. NE, Atlanta GA 30329-4027, USA",USA,nicoleweber12@gmail.com,,FALSE,,,,"['evaluation', 'healthcare facilities', 'hygiene', 'outcomes', 'sanitation', 'water']", +521,66588,9,2,https://iwaponline.com/washdev/article/9/2/392/66588/Impacts-of-flooding-on-drinking-water-access-in,"Journal of Water, Sanitation & Hygiene for Development","Impacts of flooding on drinking water access in Dar es Salaam, Tanzania: implications for the Sustainable Development Goals",2019,FALSE,0,,[],2,Sarah L. Smiley,"Kent State University at Salem, 2491 State Route 45 South, Salem, OH 44460, USA",USA,ssmiley8@kent.edu,,Sarah L. Smiley,"Kent State University at Salem, 2491 State Route 45 South, Salem, OH 44460, USA",USA,ssmiley8@kent.edu,,FALSE,,,,"['Dar es Salaam', 'drinking water', 'flooding', 'Sustainable Development Goals', 'Tanzania', 'water access']", +522,67971,9,3,https://iwaponline.com/washdev/article/9/3/397/67971/Ghana-s-post-MDGs-sanitation-situation-an-overview,"Journal of Water, Sanitation & Hygiene for Development",Ghana's post-MDGs sanitation situation: an overview,2019,FALSE,0,,[],6,Eugene Appiah-Effah,"Department of Civil Engineering, College of Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@gmail.com,,Eugene Appiah-Effah,"Department of Civil Engineering, College of Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@gmail.com,,FALSE,,,,"['financing mechanisms', 'Ghana', 'post-MDGs', 'sanitation coverage', 'SDGs', 'toilet technologies']", +523,67927,9,3,https://iwaponline.com/washdev/article/9/3/416/67927/Effects-of-complexity-of-handwashing-instructions,"Journal of Water, Sanitation & Hygiene for Development",Effects of complexity of handwashing instructions on handwashing procedure replication in low-income urban slums in Bangladesh: a randomized non-inferiority field trial,2019,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.131/4/washdev2019131supp.pdf?Expires=1706092496&Signature=J~p5X-ILiA8wh5Tj5p4oCF4ASc~v7vEI2X8bo6xl-IGjZx7uMQFfJCHB0SeBRa9-aZTPOytQxaSzWsXj-q4jQQY-gWuevZh7wXmhh~EsHQxPR3KPu7iIx-cv1oddFJFSj2c-TI-90TfeLxJO44by4H6EkV0szhsqfvkr74xQeDCqc60G7meK3VYdZRT7fwl58k1HlL2mMtX19Ir~EaPh0OjTLkmkYE3pqc2xBUKYDtMOyYqOdRGwXqNztuLa61igWeyPqAcT5xa2Yk6KS4gcHzfONwvJmxuNyX-eAPb07ftkI9Ma~II0VZNsAiwyWF07hN3agxdD6FClphgFQ~xfcA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Nuhu Amin,"Infectious Diseases Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,nuhu.amin@icddrb.org,,Nuhu Amin,"Infectious Diseases Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,nuhu.amin@icddrb.org,,FALSE,,,,"['adherence', 'Bangladesh', 'children', 'handwashing complexity', 'mothers', 'WASH', 'water and sanitation']", +524,67784,9,3,https://iwaponline.com/washdev/article/9/3/429/67784/Challenges-of-WASH-in-remote-Australian-Indigenous,"Journal of Water, Sanitation & Hygiene for Development",Challenges of WASH in remote Australian Indigenous communities,2019,FALSE,0,,[],1,Nina Lansbury Hall,"School of Public Health, Faculty of Medicine, University of Queensland, Brisbane, QLD, Australia",Australia,n.hall2@uq.edu.au,,Nina Lansbury Hall,"School of Public Health, Faculty of Medicine, University of Queensland, Brisbane, QLD, Australia",Australia,n.hall2@uq.edu.au,,FALSE,,,,"['Australia', 'development', 'drinking water', 'Indigenous health', 'remote', 'WASH']", +525,67544,9,3,https://iwaponline.com/washdev/article/9/3/438/67544/Cultural-determinants-of-sanitation-uptake-and,"Journal of Water, Sanitation & Hygiene for Development","Cultural determinants of sanitation uptake and sustainability: local values and traditional roles in rural Bali, Indonesia",2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.178/4/washdev2019178supp.docx?Expires=1706023533&Signature=RO3CTh03h69durIuES3GSaaVcOJQXXq8fdEuFQogaqt~gpLAKeLmuE6Q~lQELMUh5RyL1KyEQfYifOrvMCz5APEEPlyW8H5KGxOw2Jif1LyJHCqiD5UPncficSfNK8UlWCHn2nNDPmzYjpaU9nPMV~KF4G1XOvnhbZian5SCTjx6fvaIT6ZPxfm1oKksBbGrIshsc2yVzS0EOHrAk5uHI8elEaXGEn3m-E8it-oz0kJ3fVgRJgJzO8WdY0mP8nw3Y-Xdi1U5buOAel-ZI9SAcrjfFlkf9i0aLea-XyXtwQOTdV13x~4Q23kLL2mibETuFUkDgNg8dCCsLvcB9LvTMg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Ni Made Utami Dwipayanti,"School of Public Health, Jl. PB. Sudirman, Udayana University, Denpasar, Bali 80234, Indonesia",Indonesia,nimadeutami.dwipayanti@griffithuni.edu.au,,Ni Made Utami Dwipayanti,"School of Public Health, Jl. PB. Sudirman, Udayana University, Denpasar, Bali 80234, Indonesia",Indonesia,nimadeutami.dwipayanti@griffithuni.edu.au,,FALSE,,,,"['cultural determinants', 'local values', 'rural Bali', 'sanitation uptake', 'sustainability', 'traditional roles']", +526,66609,9,3,https://iwaponline.com/washdev/article/9/3/450/66609/Water-source-quality-in-Ahenema-Kokoben-Ghana,"Journal of Water, Sanitation & Hygiene for Development","Water source quality in Ahenema Kokoben, Ghana",2019,FALSE,0,,[],4,Amadu Salifu,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, University Post Office, Kumasi, Ghana",Ghana,salifuamadu@gmail.com,,Amadu Salifu,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, University Post Office, Kumasi, Ghana",Ghana,salifuamadu@gmail.com,,FALSE,,,,"['compartment bag test', 'drinking water quality', 'E. coli', 'Ghana']", +527,67180,9,3,https://iwaponline.com/washdev/article/9/3/460/67180/Free-living-amoebae-Acanthamoeba-spp-diagnosis-by,"Journal of Water, Sanitation & Hygiene for Development","Free-living amoebae (Acanthamoeba spp.): diagnosis by PCR method in different sources of water in Rabat, Morocco",2019,FALSE,0,,[],5,Sakhi El Mahdi,"Department of Scientific Institute, Zoology Laboratory, Mohammed V University, 4, Ibn Battouta Avenue, P.O. Box 1014, Rabat, Morocco",Morocco,sakhi.elmahdi@gmail.com,,Sakhi El Mahdi,"Department of Scientific Institute, Zoology Laboratory, Mohammed V University, 4, Ibn Battouta Avenue, P.O. Box 1014, Rabat, Morocco",Morocco,sakhi.elmahdi@gmail.com,,FALSE,,,,"['Acanthamoeba spp.', 'Acanthamoeba keratitis', 'conventional PCR', 'free-living amoebae']", +528,67545,9,3,https://iwaponline.com/washdev/article/9/3/464/67545/Assessment-of-the-impact-of-pit-latrines-on,"Journal of Water, Sanitation & Hygiene for Development","Assessment of the impact of pit latrines on groundwater contamination in Hopley Settlement, Harare, Zimbabwe",2019,FALSE,0,,[],3,Alfonse Tapera Ndoziya,"Department of Civil Engineering, University of Zimbabwe, Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,alfonse.ndoziya@gmail.com,,Alfonse Tapera Ndoziya,"Department of Civil Engineering, University of Zimbabwe, Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,alfonse.ndoziya@gmail.com,,FALSE,,,,"['GIS', 'groundwater', 'peri-urban', 'pit latrine', 'principal component analysis', 'water quality']", +529,67251,9,3,https://iwaponline.com/washdev/article/9/3/477/67251/Drinking-water-treatment-using-indigenous-wood,"Journal of Water, Sanitation & Hygiene for Development",Drinking water treatment using indigenous wood filters combined with granular activated carbon,2019,FALSE,0,,[],2,Stephen Siwila,"Department of Civil Engineering, Water Engineering Division, Stellenbosch University, Private Bag X1, Matieland 7602, Cape Town, South Africa",South Africa,ssiwilatabbie@yahoo.co.uk,,Stephen Siwila,"Department of Civil Engineering, Water Engineering Division, Stellenbosch University, Private Bag X1, Matieland 7602, Cape Town, South Africa",South Africa,ssiwilatabbie@yahoo.co.uk,,FALSE,,,,"['aesthetic aspects', 'bacterial removal', 'drinking water', 'heavy metals', 'indigenous wood filters', 'water quality']", +530,66785,9,3,https://iwaponline.com/washdev/article/9/3/492/66785/Taqman-hydrolysis-probe-application-for,"Journal of Water, Sanitation & Hygiene for Development","Taqman hydrolysis probe application for Escherichia coli, Salmonella enterica, and Vibrio cholerae detection in surface and drinking water",2019,FALSE,0,,[],4,Ahmed K. A. El-Sayed,"Botany and Microbiology Department, Faculty of Science, Damietta University, Damietta El-Gededa, P.O. 34517, Damietta, Egypt",Egypt,,,Amira A. E. El-Badaly,"Chemistry Department, Faculty of Science, Damietta University, Damietta El-Gededa, P.O. 34517, Damietta, Egypt",Egypt,amiraelsaied55@yahoo.com,,FALSE,,,,"['bioindicators', 'invA', 'ompW', 'uidA', 'water treatment']", +531,67158,9,3,https://iwaponline.com/washdev/article/9/3/500/67158/Household-drinking-water-safety-among-the,"Journal of Water, Sanitation & Hygiene for Development","Household drinking water safety among the population of Gaza Strip, Palestine: knowledge, attitudes, practices, and satisfaction",2019,FALSE,0,,[],7,Samer Abuzerr,"Department of Environmental Health Engineering, School of Public Health, International Campus, Tehran University of Medical Sciences, Tehran, Iran",Iran,,,Simin Nasseri,"Department of Environmental Health Engineering, School of Public Health, Tehran University of Medical Sciences, Tehran, Iran",Iran,naserise@tums.ac.ir,,FALSE,,,,"['attitude', 'drinking water safety', 'Gaza Strip households', 'knowledge', 'practice', 'satisfaction']", +532,66754,9,3,https://iwaponline.com/washdev/article/9/3/513/66754/Diurnal-water-use-patterns-for-low-cost-houses,"Journal of Water, Sanitation & Hygiene for Development",Diurnal water use patterns for low-cost houses with indigent water allocation: a South African case study,2019,FALSE,0,,[],3,Dian Pretorius,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,,,Heinz Erasmus Jacobs,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,hejacobs@sun.ac.za,,FALSE,,,,"['diurnal patterns', 'low-cost housing', 'peak flow', 'water use']", +533,68671,9,3,https://iwaponline.com/washdev/article/9/3/522/68671/Habitations-villages-and-gram-panchayats-local,"Journal of Water, Sanitation & Hygiene for Development","Habitations, villages, and gram panchayats: local drinking water planning in rural India with a Pune district case study",2019,FALSE,0,,[],4,"James L. Wescoat, Jr","Massachusetts Institute of Technology, Cambridge, MA, USA",USA,wescoat@mit.edu,,"James L. Wescoat, Jr","Massachusetts Institute of Technology, Cambridge, MA, USA",USA,wescoat@mit.edu,,FALSE,,,,"['drinking water planning', 'gram panchayat', 'habitation', 'Maharashtra', 'Pune', 'village']", +534,67620,9,3,https://iwaponline.com/washdev/article/9/3/531/67620/Physical-factors-limiting-access-to-clean,"Journal of Water, Sanitation & Hygiene for Development",Physical factors limiting access to clean groundwater in Tanzania villages,2019,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.198/4/washdev2019198supp.pdf?Expires=1706092545&Signature=dTXR24Mxp7BGsCh2B02J0d3tGZBo0meO74bcv~beWN77-14uk24IewehAJZMFiZIcvdKIxpSMAHleOKFRs1gp8DPTkj~~9zCZFUtXrkG9x9lvhCfeG6bEGta7Nsa-3S9EwLmFYDQ-0e6rJM~uG7LjARvC8I1zIJUQxMSgjtnJwI0x~FcTrm7fOJetTTThKeg-ETecgCYpb841145hzryii0DbC1YcZkL~aNBsWoK85HCExbr6Rugaasif3ixpB0CCGe6MoyjS0H5ajDSEu64gjo~DDoSPU8SorCrmcw7tegkN3mxepcudtidco6crjMIkmWx7BkaBbBHhpmZfr6YCA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Zaina Hussein Mseli,"College of Earth Sciences, University of Dodoma, Dodoma, Tanzania",Tanzania,,,Audrey H. Sawyer,"School of Earth Sciences, The Ohio State University, Columbus, Ohio, USA",USA,sawyer.143@osu.edu,,FALSE,,,,"['contamination', 'fractured rocks', 'groundwater development', 'nitrate', 'water supply']", +535,68687,9,3,https://iwaponline.com/washdev/article/9/3/540/68687/The-struggle-for-water-in-Indonesia-the-role-of,"Journal of Water, Sanitation & Hygiene for Development",The struggle for water in Indonesia: the role of women and children as household water fetcher,2019,FALSE,0,,[],2,S. Irianti,"National Institute of Health Research and Development, Ministry of Health, Jl. Percetakan Negara No. 29, Jakarta 10560, Indonesia",Indonesia,iriantis@gmail.com,,S. Irianti,"National Institute of Health Research and Development, Ministry of Health, Jl. Percetakan Negara No. 29, Jakarta 10560, Indonesia",Indonesia,iriantis@gmail.com,,FALSE,,,,"['gender', 'Indonesia', 'water collection', 'water fetcher', 'water source']", +536,68122,9,3,https://iwaponline.com/washdev/article/9/3/549/68122/Leaving-no-one-behind-Analysis-of-trends-in-access,"Journal of Water, Sanitation & Hygiene for Development","Leaving no one behind? Analysis of trends in access to water and sanitation services in the slum areas of Nairobi, 2003–2015",2019,FALSE,0,,[],4,Claudious Chikozho,"African Population and Health Research Center, P.O. Box 10787-00100, Nairobi, Kenya",Kenya,c.chikozho@gmail.com,,Claudious Chikozho,"African Population and Health Research Center, P.O. Box 10787-00100, Nairobi, Kenya",Kenya,c.chikozho@gmail.com,,FALSE,,,,"['diseases', 'Nairobi', 'sanitation', 'slums', 'water']", +537,67156,9,3,https://iwaponline.com/washdev/article/9/3/559/67156/Hybrid-constructed-wetlands-system-with,"Journal of Water, Sanitation & Hygiene for Development",Hybrid constructed wetlands system with intermittent feeding applied for urban wastewater treatment in South Brazil,2019,FALSE,0,,[],4,Benny Zuse Rousso,"GESAD – Decentralized Sanitation Research Group, Department of Sanitary and Environmental Engineering, Federal University of Santa Catarina, Trindade, Florianópolis, Santa Catarina 88040-900, Brazil",Brazil,,,Pablo Heleno Sezerino,"GESAD – Decentralized Sanitation Research Group, Department of Sanitary and Environmental Engineering, Federal University of Santa Catarina, Trindade, Florianópolis, Santa Catarina 88040-900, Brazil",Brazil,pablo.sezerino@ufsc.br,,FALSE,,,,"['hydraulic regime', 'startup', 'temporal performance', 'Thypha domingensis', 'vertical and horizontal flow constructed wetlands']", +538,68104,9,3,https://iwaponline.com/washdev/article/9/3/571/68104/Efficacy-of-integrated-ultraviolet-ultrasonic,"Journal of Water, Sanitation & Hygiene for Development",Efficacy of integrated ultraviolet ultrasonic technologies in the removal of erythromycin- and quinolone-resistant Escherichia coli from domestic wastewater through a laboratory-based experiment,2019,FALSE,0,,[],5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,,FALSE,,,,"['erythromycin', 'quinolones', 'ultrasonic', 'ultraviolet radiation', 'wastewater']", +539,67353,9,3,https://iwaponline.com/washdev/article/9/3/581/67353/Experiences-of-shared-sanitation-towards-a-better,"Journal of Water, Sanitation & Hygiene for Development","Experiences of shared sanitation – towards a better understanding of access, exclusion and ‘toilet mobility’ in low-income urban areas",2019,FALSE,0,,[],4,Ella Foggitt,"Biomedical and Life Sciences, Lancaster University, Lancaster, UK",UK,e.foggitt@lancaster.ac.uk,,Ella Foggitt,"Biomedical and Life Sciences, Lancaster University, Lancaster, UK",UK,e.foggitt@lancaster.ac.uk,,FALSE,,,,"['exclusion', 'Ghana', 'SDG 6', 'shared sanitation', 'urban']", +540,66732,9,3,https://iwaponline.com/washdev/article/9/3/591/66732/Does-the-source-of-water-for-piped-supplies-affect,"Journal of Water, Sanitation & Hygiene for Development",Does the source of water for piped supplies affect child health? Evidence from rural Vanuatu,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.161/4/washdev2019161supp.docx?Expires=1706092571&Signature=ulq9143dVdHMaEBTr6gHrTcoqSpdjaSXIjiyErsicEBd2vcakkkm4MuFYJoGBILol3mp9ykj3IKymCvcVsyg-0bcynyfaHcx~RxkX-wbjbxi7LAMbVJ55j0hEJcVEmfsPkycxQ~PMEz0n1cmbmi-IcaJ~2S-1SbxjA3glxeDCgd86PxMz1Ai6ip4Tmx8nbGHh9Sf~oc8wPTO9rMWrPOIMcpdccYN3IDDtMFoHOBQUBmrI83H1gvOzz7rd2xN2SgJ7J4a5oHFPdbVCL0bGNlHp2ZbE5Mkaxm2ZzJdc21qDMmcJDDNkJTsuy~Z7p6y7uoPGnVZzoQ5pmKKWYW~vlkTkg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Tim Foster,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones St, Ultimo, NSW 2007, Australia",Australia,tim.foster@uts.edu.au,,Tim Foster,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones St, Ultimo, NSW 2007, Australia",Australia,tim.foster@uts.edu.au,,FALSE,,,,"['child health', 'diarrhoeal disease', 'rural water supply', 'Sustainable Development Goals', 'Vanuatu', 'water quality']", +541,67157,9,3,https://iwaponline.com/washdev/article/9/3/596/67157/Water-reuse-in-the-production-of-non-reinforced,"Journal of Water, Sanitation & Hygiene for Development",Water reuse in the production of non-reinforced concrete elements: An alternative for decentralized wastewater management,2019,FALSE,0,,[],5,Natalia Cangussu Duarte,"School of Civil Engineering, Architecture and Urban Design – FEC, UNICAMP (University of Campinas), Rua Saturnino de Brito, 224, Cidade Universitária ‘Zeferino Vaz’, P.O. Box 6143, 13083-889, Campinas, SP, Brazil",Brazil,,,Adriano Luiz Tonetti,"School of Civil Engineering, Architecture and Urban Design – FEC, UNICAMP (University of Campinas), Rua Saturnino de Brito, 224, Cidade Universitária ‘Zeferino Vaz’, P.O. Box 6143, 13083-889, Campinas, SP, Brazil",Brazil,adriano@fec.unicamp.br,,FALSE,,,,"['compressive strength', 'decentralized system', 'management', 'reclamation', 'reuse', 'wastewater']", +542,71342,9,4,https://iwaponline.com/washdev/article/9/4/v/71342/The-future-of-academic-publishing-in-achieving,"Journal of Water, Sanitation & Hygiene for Development",The future of academic publishing in achieving Sustainable Development Goal 6,2019,FALSE,0,,[],2,Barbara Evans,"The University of Leeds, UK",UK,,,,,,,,FALSE,,,,[], +543,69038,9,4,https://iwaponline.com/washdev/article/9/4/601/69038/Pipe-enlargement-to-satisfy-concentration-time,"Journal of Water, Sanitation & Hygiene for Development",Pipe enlargement to satisfy concentration-time product for in-system disinfection in a water distribution system,2019,FALSE,0,,[],2,Margaret Neff,"Department of Civil and Environmental Engineering, Michigan Technological University, Houghton, MI 49931, USA",USA,,,Brian D. Barkdoll,"Department of Civil and Environmental Engineering, Michigan Technological University, Houghton, MI 49931, USA",USA,barkdoll@mtu.edu,,FALSE,,,,"['developing country', 'drinking water', 'sustainability', 'water quality', 'water supply']", +544,69478,9,4,https://iwaponline.com/washdev/article/9/4/608/69478/Sisal-fiber-as-an-alternative-to-the-construction,"Journal of Water, Sanitation & Hygiene for Development",Sisal fiber as an alternative to the construction of flexible fiber filters applied to water treatment,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.032/10/washdev2019032supp.docx?Expires=1706024228&Signature=UGJxjiDdHv3aylML1iAMR3LgL2xqlfsJ4R3YhjVpCaLfDuBTChitDYCsgxFlr2yheycfWx7~J6QpmbiUUF40Ci51XG9yJ33kgBns3p9lJ3oWFQmIPY3gtDIGVS3Y6yXo-Ta-7E7HoTxHrHrDnPonXxiP6K1id5fa0ZPkEnbunYaUol2sv2FHZ6-U05lO-ZkazuYDEQmuBTiTdduw~Wb8Ij~w8o3OY-GNJuGH~niSxbAaQ21rdkFLqcOQxkGk5Uaic6tYcehEuU7o2~sp~0Pj2hBLdOK0AK7FYG0T4~JY50XC8xq5lQsuUDMQ9C7PHLwjh5Qr3zejYnDcDcY5Qslk2A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Alice K. M. Morita,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo (EESC/USP), Avenida Trabalhador São Carlense, 400, São Carlos, SP 13560-250, Brazil",Brazil,alice.morita@usp.br,,Alice K. M. Morita,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo (EESC/USP), Avenida Trabalhador São Carlense, 400, São Carlos, SP 13560-250, Brazil",Brazil,alice.morita@usp.br,,FALSE,,,,"['deep bed fiber filtration', 'flexible fiber filter', 'low-cost configuration', 'sisal fiber', 'water clarification']", +545,69838,9,4,https://iwaponline.com/washdev/article/9/4/616/69838/Suitability-of-fecal-sludge-from-composting,"Journal of Water, Sanitation & Hygiene for Development",Suitability of fecal sludge from composting toilets as feedstock for carbonization,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.047/10/washdev2019047supp.docx?Expires=1706092589&Signature=Vft3a8TetxXTfgJ3qzOdyU3trmNi3Ek9QneimWqDK3LOxZf-SnUjEjY-nQHyNX8HO94VOJkOd1UgrlRVtKTdGoIQmJXzGRR5zyt2bW-H01w-tyFYZg8mnIok0PNHOC~vkDJLp1DcTCxbGTtxyTxrqo0cmlQHSw89VtITbbD28V3WvKKyXM8V69FwNg-tgo4YFLTKtazCStjY~wMq2YJ~Hrc92lqYGlYOEMH5BF7RmiqvjnGPdynlAJcEouid8uB~VjqI0phltdSepZpVnsLbq94zeFlfUIbgD4TZfcSXPMx07dHhz1xEz84emQdkSNFKxeUJDZXDI1LrOP8m3b9Btg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Tobias Hübner,"Helmholtz-Centre for Environmental Research GmbH – UFZ, Department Environmental Microbiology, Permoserstraße 15, 04318 Leipzig, Germany",Germany,tobias.huebner@ufz.de,,Tobias Hübner,"Helmholtz-Centre for Environmental Research GmbH – UFZ, Department Environmental Microbiology, Permoserstraße 15, 04318 Leipzig, Germany",Germany,tobias.huebner@ufz.de,,FALSE,,,,"['bio-toilet', 'compost toilet', 'dry toilet', 'fecal sludge', 'hydrothermal carbonization', 'pyrolysis']", +546,70272,9,4,https://iwaponline.com/washdev/article/9/4/627/70272/Investigation-into-untreated-greywater-reuse,"Journal of Water, Sanitation & Hygiene for Development",Investigation into untreated greywater reuse practices by suburban households under the threat of intermittent water supply,2019,FALSE,0,,[],2,N. Nel,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,,,H. E. Jacobs,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,hejacobs@sun.ac.za,,FALSE,,,,"['greywater', 'risk', 'water restrictions']", +547,69014,9,4,https://iwaponline.com/washdev/article/9/4/635/69014/Knowledge-and-perception-of-the-role-of-water,"Journal of Water, Sanitation & Hygiene for Development","Knowledge and perception of the role of water, sanitation and hygiene in containment of Ebola virus disease among secondary school students in Ibadan, Nigeria",2019,FALSE,0,,[],3,Faith I. Edoror,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Nigeria",Nigeria,,,Elizabeth O. Oloruntoba,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Nigeria",Nigeria,li_zzyy@yahoo.com,,FALSE,,,,"['hygiene', 'knowledge and perception on Ebola virus disease', 'sanitation', 'schools', 'water supply']", +548,67998,9,4,https://iwaponline.com/washdev/article/9/4/644/67998/Assessment-of-bacterial-diversity-in-western-Accra,"Journal of Water, Sanitation & Hygiene for Development","Assessment of bacterial diversity in western Accra, Ghana, drinking water samples",2019,TRUE,1,xlsx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.123/10/washdev2019123supp.xlsx?Expires=1706092602&Signature=Nk0U5aiGrDz~14z6gVw03PuNGVJBitO95hvJtIB983UcMr5v-QafMZCRFQUZUnG-5kxL4hyakYF2UnA85CcNMKe6IOBbMCBnaxwQiIQkuEfktGMzfquev-LqhkeDoxYIO1CfR3vmCaMG6SvHhoDCceS17qLpQ~RHfrJqXr28bbHREkM4TY-I8lAc-WKJvTAnuudHDoMh885V82GYbkJenks3lRgnPkldHE5tuxYTWwbLuK5Nb0EXbbvKzPKoPqZqMhe8K61pMHXondvxBob26-aT2e~V-pmryjhzjikOUKBH8XEDzJ~d9LaULk3XlJmN4I-s5njwtRjvmsS9RgP-cQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Gertrude Ecklu-Mensah,"Department of Biochemistry, Cell and Molecular Biology, University of Ghana, Legon, Accra, Ghana",Ghana,,,William S. Reznikoff,"Current address: Josephine Bay Paul Center for Comparative Molecular Biology and Evolution, Marine Biological Laboratory, 7 MBL St., Woods Hole, MA 02543, USA",USA,breznikoff@mbl.edu,,FALSE,,,,"['454 pyrotag sequencing', 'bacterial diversity', 'drinking water', 'polytanks', 'water storage']", +549,69976,9,4,https://iwaponline.com/washdev/article/9/4/662/69976/Hygiene-practices-of-mothers-of-hospitalized,"Journal of Water, Sanitation & Hygiene for Development",Hygiene practices of mothers of hospitalized neonates at a tertiary care neonatal intensive care unit in Zambia,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.140/10/washdev2019140supp.docx?Expires=1706021857&Signature=1OPYmy8sFdo-V3b~pUoFXktF9ti4KX-ooTeFurl5wzXwjzJr-5VCkTIMcl8ZMJaXHumZaYki70ZVUqWY8A42ubNaaJEatShuGGdwhuEE99s0KUZpKIoS9wM7tgB~nn1CLOSRVipc~atCDH2JGVtOE8WpFucqKDE9L-3-PK8sJYqQ6-bdBUeG~aQcorUMyS4STejmtm5~jexNjb5VmmNGm8WpEu8VwHAfX9okS2m4UhjXhNiEoJ9-k1XYvQDvNpdvyZwBD6rjBCu5~oDZ5v915pTmBI09YCv3xz0nVVBfGNzAVQ7Mn4HUaucoALJWNt~6RoAF-s~92XTSMV5DGf6x2w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Jason H. Park,"Boston University School of Medicine, 112 Longwood Ave, Apt 3, Brookline, MA 02446, USA",USA,jhspark@bu.edu,,Jason H. Park,"Boston University School of Medicine, 112 Longwood Ave, Apt 3, Brookline, MA 02446, USA",USA,jhspark@bu.edu,,FALSE,,,,"['global health', 'hygiene', 'maternal', 'neonatal', 'umbilical cord care']", +550,67976,9,4,https://iwaponline.com/washdev/article/9/4/671/67976/Determinants-of-microbiological-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Determinants of microbiological quality of drinking water in refugee camps and host communities in Gambella Region, Ethiopia",2019,FALSE,0,,[],5,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa City Administration, P.O. Box 150461, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa City Administration, P.O. Box 150461, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,,FALSE,,,,"['Ethiopia', 'fecal coliform', 'refugees', 'under-five children', 'water quality']", +551,70048,9,4,https://iwaponline.com/washdev/article/9/4/683/70048/Quality-of-water-sources-in-Southwestern-Uganda,"Journal of Water, Sanitation & Hygiene for Development",Quality of water sources in Southwestern Uganda using the compartment bag test (CBT): a cross-sectional descriptive study,2019,FALSE,0,,[],6,Richard Onyuthi Apecu,"Department of Medical Laboratory Sciences, Mbarara University of Science and Technology, PO Box 1410, Mbarara, Uganda",Uganda,apecurich400@gmail.com,,Richard Onyuthi Apecu,"Department of Medical Laboratory Sciences, Mbarara University of Science and Technology, PO Box 1410, Mbarara, Uganda",Uganda,apecurich400@gmail.com,,FALSE,,,,"['bacteriological assessment', 'CBT', 'Escherichia coli', 'Uganda', 'water quality']", +552,69622,9,4,https://iwaponline.com/washdev/article/9/4/694/69622/Performance-of-black-ceramic-water-filters-and,"Journal of Water, Sanitation & Hygiene for Development",Performance of black ceramic water filters and their implementation in rural Ecuador,2019,FALSE,0,,[],8,Laura Guerrero-Latorre,"Biodiversity, environment and health research group (BIOMAS), Faculty of Engineering and Applied Sciences (FICA), Biotechnology Engineering, Universidad de las Americas, José Queri and De los Granados Av., Quito, Ecuador",Ecuador,laura.guerrero.latorre@udlanet.ec,,Laura Guerrero-Latorre,"Biodiversity, environment and health research group (BIOMAS), Faculty of Engineering and Applied Sciences (FICA), Biotechnology Engineering, Universidad de las Americas, José Queri and De los Granados Av., Quito, Ecuador",Ecuador,laura.guerrero.latorre@udlanet.ec,,FALSE,,,,"['ceramic water filters', 'Ecuador water access', 'waterborne virus', 'water quality']", +553,68965,9,4,https://iwaponline.com/washdev/article/9/4/703/68965/Nexus-between-sanitation-and-groundwater-quality,"Journal of Water, Sanitation & Hygiene for Development",Nexus between sanitation and groundwater quality: case study from a hard rock region in India,2019,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.002/10/washdev2019002supp.docx?Expires=1706033548&Signature=blD15ZSRjOTeaKTtYt6zREJmvilQZ-q0XOnj69LaCqReArjbJWEMft9xe5gxa9ocZFyF5xBe7gYHt~QKvLFA-5Oz6CXa2qiYMHqChBnMCpiumlXSUlZIf15j4zVLzVgQT-DE14grl03GPUhkmhTiStExrFxRENhFlO0xTHINIssHDEUA52CqxMfVID1L~0tp03ci1AOlfpLQAsKf0LhGt0Jv6bjqkBRxPyU64y45WG5S3aSiiuz8oFORuIxO~wfIQyQhHi-y3aAETDKFMTO6beik~a~~7ayn6C9z0JnKtZIhvbOXq2kl8iRjk9D7hzBxariS64pjr8pp7K14IotvuA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,S. Murty Bhallamudi,"Department of Civil Engineering, IIT Madras, Chennai, India",India,,,Ligy Philip,"Department of Civil Engineering, IIT Madras, Chennai, India",India,ligy@iitm.ac.in,,FALSE,,,,"['bacteriological contamination', 'groundwater quality', 'hard rock areas', 'sanitation']", +554,69460,9,4,https://iwaponline.com/washdev/article/9/4/714/69460/Improving-environmental-sanitation-in-the,"Journal of Water, Sanitation & Hygiene for Development","Improving environmental sanitation in the catchment area of Benya Lagoon, Ghana: the non-household stakeholder role and participation dimension",2019,FALSE,0,,[],1,Justice Mensah,"Directorate of Academic Planning and Quality Assurance, University of Cape Coast, Cape Coast, Ghana",Ghana,justice44mensah@gmail.com,,Justice Mensah,"Directorate of Academic Planning and Quality Assurance, University of Cape Coast, Cape Coast, Ghana",Ghana,justice44mensah@gmail.com,,FALSE,,,,"['collaboration', 'environmental sanitation', 'Ghana', 'non-household stakeholders', 'participation']", +555,70047,9,4,https://iwaponline.com/washdev/article/9/4/731/70047/Spatiotemporal-hydrochemical-variations-in-river,"Journal of Water, Sanitation & Hygiene for Development",Spatiotemporal hydrochemical variations in river water in the Qilian Mountains and their sources: a case study of the Binggou River Basin,2019,FALSE,0,,[],9,Junju Zhou,"College of Geography and Environmental Science, Northwest Normal University, Lanzhou 730070, China",China,,,Juan Xiang,"College of Geography and Environmental Science, Northwest Normal University, Lanzhou 730070, China",China,xiagjuan@163.com,,FALSE,,,,"['controlling factor', 'hydrogeochemistry', 'major ions', 'water quality']", +556,70882,9,4,https://iwaponline.com/washdev/article/9/4/743/70882/What-determines-the-operational-sustainability-of,"Journal of Water, Sanitation & Hygiene for Development",What determines the operational sustainability of rural drinking water points in Ethiopia? The case of Woliso woreda,2019,FALSE,0,,[],2,Birki Gurmessa,"College of Agriculture and Veterinary Medicine, Jimma University, Jimma, Ethiopia",Ethiopia,birkigurmessa@gmail.com,,Birki Gurmessa,"College of Agriculture and Veterinary Medicine, Jimma University, Jimma, Ethiopia",Ethiopia,birkigurmessa@gmail.com,,FALSE,,,,"['operational sustainability', 'rural drinking water points', 'water user committee', 'willingness to pay']", +557,70434,9,4,https://iwaponline.com/washdev/article/9/4/754/70434/Lessons-learned-from-the-national-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Lessons learned from the national sanitation campaign in Njombe district, Tanzania",2019,FALSE,0,,[],8,John Safari,"Institute of Rural Development Planning, P.O. Box 138, Dodoma, Tanzania",Tanzania,jsafari@irdp.ac.tz,,John Safari,"Institute of Rural Development Planning, P.O. Box 138, Dodoma, Tanzania",Tanzania,jsafari@irdp.ac.tz,,FALSE,,,,"['CLTS', 'rural sanitation', 'Tanzania']", +558,70237,9,4,https://iwaponline.com/washdev/article/9/4/765/70237/Barriers-and-opportunities-for-behavior-change-in,"Journal of Water, Sanitation & Hygiene for Development",Barriers and opportunities for behavior change in managing high water demand in water scarce Indigenous communities: an Australian perspective,2019,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.091/10/washdev2019091supp.pdf?Expires=1706092647&Signature=q2~eA00GWNdnR91YYuWwGgSE1MGUpkcKE0nrPW-c7vlFX-b0vYG2mdkhYKP~FeBrvSTpC7drekLo6K0w~w5qe4P7dziJmcBFoGXi4om0qIOsK4W11dj4cMCkGMHHjWPNhE1vQOpZd4-lL7zP4tXMH-vJDpwlWMhMD0gf0B97-vKY3PypT23oeirzntXfXcDJZ~hCx7IyedlcQqJmZAGCx1vLCrG9ghvxvhjP5o5asNWP0Aa4hkG4WeTeIBo6uumrCYOO95sp04gkYAcAjnTT06a9eWRZPObbrHNvVVGLTDFErFA~8IF68uADdEumzAxPQ~C~en2zf8esN0arF9eBBg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Safaa Aldirawi,"Improvement and Development for Communities Center (IDCO), Gaza Strip, Palestine",Palestine,,,Cara D. Beal,"Cities Research Institute and School of Medicine, Griffith University Brisbane, Brisbane, Qld, Australia",Australia,c.beal@griffith.edu.au,,FALSE,,,,"['Aboriginal and Torres Strait Island', 'behavior change', 'demand management', 'WASH', 'water conservation']", +559,69758,9,4,https://iwaponline.com/washdev/article/9/4/774/69758/Global-water-access-fund-a-new-idea-to-bridge,"Journal of Water, Sanitation & Hygiene for Development",Global water access fund: a new idea to bridge operations and maintenance shortfalls for the poorest water utilities,2019,FALSE,0,,[],3,Tanvi Nagpal,"School of Advanced International Studies, Johns Hopkins University, 1740 Massachusetts Ave NW, Washington, DC 20036, USA",USA,,,Matthew Eldridge,"Urban Institute, 500 L'Enfant Plaza, SW, Washington, DC, 20024, USA",USA,meldridge@urban.org,,FALSE,,,,"['global fund', 'operations and maintenance', 'pro-poor', 'solidarity levies', 'sustainable funding', 'water utilities']", +560,69713,9,4,https://iwaponline.com/washdev/article/9/4/780/69713/Protozoan-pathogens-Blastocystis-and-Giardia-spp,"Journal of Water, Sanitation & Hygiene for Development",Protozoan pathogens Blastocystis and Giardia spp. in roof-harvested rainwater: the need to investigate the role of the common brushtail possum (Trichosurus vulpecula) and other potential sources of zoonotic transmission,2019,FALSE,0,,[],5,Edward Waters,"School of Medicine, University of Notre Dame Australia, Sydney 160 Oxford Street, Darlinghurst, NSW 2010, Australia",Australia,,,Kerry Ann Hamilton,"Arizona State University School of Sustainable Engineering and the Built Environment, 1001 S McAllister Ave, Tempe AZ 85281, USA and Arizona State University Biodesign Center for Environmental Health Engineering, 1001 S McAllister Ave, Tempe, AZ 85281, USA",USA,kerry.hamilton@asu.edu,,FALSE,,,,"['Blastocystis spp.', 'Cryptosporidium spp.', 'Giardia spp.', 'possum', 'public health', 'rainwater']", +561,69946,9,4,https://iwaponline.com/washdev/article/9/4/786/69946/Underrepresented-groups-in-WaSH-the-overlooked,"Journal of Water, Sanitation & Hygiene for Development",Underrepresented groups in WaSH – the overlooked role of chemical toxicants in water and health,2019,TRUE,1,xlsx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.059/7/washdev2019059supp.xlsx?Expires=1706044456&Signature=S2TujN0Vts3jgNMBRDpXox7oB-wCdbVRGFhC5oKkokp4Xu6kaU7dR2SewA2PkqHT-GLh703bCfDDxcygGLaxaJ5zx-CiTso9~IxIuX77bVCRvyg91wDxcE52RXHyp5ibgK-HzA3WpTS0TCIUr3XLJ4TxVpAkWjZaqO~IGm0~tWI6tw3aQWZDOcKAdXXMIBSoY9rcmB5S57TVAqz~M9uAEI6uIXJq2Aulg9TjLMR74Ho50b7frh-P~bO5VSHnQ1rFh90KkUCDy~W8WTfizFpBbciV1-fPRn9kUlrBy5EKdYquBipGCE~htHCYq33hUhN6A3pSufcaB0OvehnkLjqg3w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Joshua P. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, North Carolina 27695, USA",USA,jpkearns@ncsu.edu,,Joshua P. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, North Carolina 27695, USA",USA,jpkearns@ncsu.edu,,FALSE,,,,"['chemicals', 'drinking water', 'health', 'inorganic', 'organic', 'toxicants']", +562,70215,9,4,https://iwaponline.com/washdev/article/9/4/794/70215/Factors-associated-with-the-practice-of-water,"Journal of Water, Sanitation & Hygiene for Development","Factors associated with the practice of water, sanitation, and hygiene (WASH) among the Rohingya refugees in Bangladesh",2019,FALSE,0,,[],5,Kamrul Hsan,"Department of Public Health and Informatics, Jahangirnagar University, Savar, Dhaka 1342, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,,Kamrul Hsan,"Department of Public Health and Informatics, Jahangirnagar University, Savar, Dhaka 1342, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,,FALSE,,,,"['Rohingya refugees', 'WASH', 'WASH knowledge', 'WASH practices', 'water sanitation and hygiene']", +563,72321,10,1,https://iwaponline.com/washdev/article/10/1/1/72321/Shining-the-spotlight-on-household-investments-for,"Journal of Water, Sanitation & Hygiene for Development","Shining the spotlight on household investments for water, sanitation and hygiene (WASH): let us talk about HI and the three ‘T's",2020,FALSE,0,,[],2,Kerstin Danert,"Skat Foundation, St Gallen, Switzerland",Switzerland,kerstin@danert.com,,Kerstin Danert,"Skat Foundation, St Gallen, Switzerland",Switzerland,kerstin@danert.com,,FALSE,,,,"['household investments', ""3 T's (taxes, tariffs and transfers)"", 'self-supply']", +564,71150,10,1,https://iwaponline.com/washdev/article/10/1/5/71150/Understanding-empowerment-in-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Understanding empowerment in water, sanitation, and hygiene (WASH): a scoping review",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2019.077/7/washdev2019077supp.docx?Expires=1706023316&Signature=em1yE4t9sCLk5OXMdS2eRbc1-WcB0EJCZ7RUNd0y-CBjD8gRLXG6-jMolngZO4Z7ffkMODi0HGRrwD3VhhXI-tdvCVJSj5jx6urpJiSUR6evj8KiBbUx8~dl1T8cWp6zVXXCK-T7niJZbhnmqGRmXO-NtuaP9mpxzX2WkT-5riEkvXK4U5P07Src42lBhLRiCOnir5W9yWJ0AWZnI4JRO12VuGLScM4djmNDc0S9vbPP5Im61m0luDCjk1xqV2UrsQE5Fc-thPaQRYpZzT2A4KyOHMihosWSIU5ge2XHJc6Gdy5ZbFZA8s-aBkMwBwpavnYErkPCHEyY4W6F7yL7vA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Florence Dery,"School of Kinesiology and Health Studies, Queen's University, Kingston K7L 3N6, ON, Canada",Canada,17fad@queensu.ca,,Florence Dery,"School of Kinesiology and Health Studies, Queen's University, Kingston K7L 3N6, ON, Canada",Canada,17fad@queensu.ca,,FALSE,,,,"['empowerment', 'equality', 'gender', 'scoping review', 'water security']", +565,71338,10,1,https://iwaponline.com/washdev/article/10/1/16/71338/Challenges-and-facilitators-of-public-engagement,"Journal of Water, Sanitation & Hygiene for Development","Challenges and facilitators of public engagement with water, sanitation, hygiene and other environmental health issues in Ghana and Uganda: perspectives of scientists, journalists and the public",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2019.019/7/washdev2019019supp.docx?Expires=1706092672&Signature=YDP5k5YrbbC5FTIZOudIR6kxsgiy4SuMQACPgFJe9A~yPlieb9bleGplTYDs78VH8Cy-T-fdwpjDUdbPy31U-e-x-MrgdWe1YopfeTVOR0CqR4tZX3M~t7K7-Rvtz-sKuzIEEN~5W~VE~Y9mjlo~ykJ-gyIle-ylzqXvcbeqeDNKCShFNT5WbaMREyJ20rMf7Fp1E890HmFbop92GMW5odLYpgRgdiBaIXdv1DXI4juY1mVkq5bwC3zEwfkCAWLjniT3XgehQryVLe2BgLB6kCD9O-TzEJhi~vl17hZTM10R9n1b1tMn5a-t0WsbJDvuXea23kGquhH06Yon~h8qNw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,Bernard Appiah,"Research Program on Public and International Engagement for Health, Department of Environmental and Occupational Health, School of Public Health, Texas A&M University, College Station, TX, USA",USA,bappiah1@tamu.edu,,Bernard Appiah,"Research Program on Public and International Engagement for Health, Department of Environmental and Occupational Health, School of Public Health, Texas A&M University, College Station, TX, USA",USA,bappiah1@tamu.edu,,FALSE,,,,"['environmental health', 'public engagement', 'science journalism', 'sub-Saharan Africa', 'WASH']", +566,70853,10,1,https://iwaponline.com/washdev/article/10/1/27/70853/Process-of-developing-education-material-on-water,"Journal of Water, Sanitation & Hygiene for Development","Process of developing education material on water, sanitation and hygiene (WaSH) and diarrhoea prevention and testing its acceptability among tribal mothers",2020,FALSE,0,,[],5,Angeline Jeyakumar,"Interdisciplinary School of Health Sciences, Savitribai Phule Pune University (SPPU), Pune, India",India,angelinejaykumar@gmail.com,,Angeline Jeyakumar,"Interdisciplinary School of Health Sciences, Savitribai Phule Pune University (SPPU), Pune, India",India,angelinejaykumar@gmail.com,,FALSE,,,,"['diarrhoea', 'health education', 'hygiene', 'sanitation', 'water']", +567,71870,10,1,https://iwaponline.com/washdev/article/10/1/36/71870/Rural-communities-perception-of-and-willingness-to,"Journal of Water, Sanitation & Hygiene for Development","Rural communities' perception of and willingness to pay for wastewater and stormwater management infrastructure in Bihar, India",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2020.033/7/washdev2020033supp.docx?Expires=1706092681&Signature=qY0i0PpyMqmbXOJrwkpw-Oxk3KU5QaQ~k5rZdhJTtZbT7ldTalPSL9En7GkOBh1T25g2cikF-wZj1k1e1RU36DyDBT0GRmyAUPRxhkBW3~puKlcad2mpQ~cVX3x~XSvrv65c6OYPKU-KwWH8iXbZp9tZ~mMY5p43Io7ZyACnlXKGeulbMD2VutOTqIwEkh6T0SM5ZsSUrRLfmgzQkYpxZNy89aam6zoh9G~5AOkwCbbDSt~vIRsuU6dR7jultAPtdj2zkJ1HAbg6hZ3gv26dy3XY0d9rEFMm2A0nnP17I6COgTXvJecfgUWqgkJLxIMPUiCf1h~T8EZwzaClpkL3ew__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Mohammad Rashid,"Department of Architecture and Regional Planning, Indian Institute of Technology, Kharagpur, India",India,rashidgeog@gmail.com,,Mohammad Rashid,"Department of Architecture and Regional Planning, Indian Institute of Technology, Kharagpur, India",India,rashidgeog@gmail.com,,FALSE,,,,"['India', 'rural', 'sanitation', 'user preferences', 'wastewater management', 'willingness to pay']", +568,72030,10,1,https://iwaponline.com/washdev/article/10/1/48/72030/Occurrence-of-antimicrobial-resistant-Escherichia,"Journal of Water, Sanitation & Hygiene for Development",Occurrence of antimicrobial-resistant Escherichia coli in sewage treatment plants of South India,2020,FALSE,0,,[],6,Yerabham Praveenkumarreddy,"Department of Civil Engineering, Manipal Institute of Technology (MIT), Manipal Academy of Higher Education, Manipal 576104, India",India,,,Keshava Balakrishna,"Department of Civil Engineering, Manipal Institute of Technology (MIT), Manipal Academy of Higher Education, Manipal 576104, India",India,k.balakrishna@manipal.edu,,FALSE,,,,"['antimicrobial resistance', 'E. coli', 'sewage treatment plant', 'wastewater']", +569,72026,10,1,https://iwaponline.com/washdev/article/10/1/56/72026/Synthesis-and-application-of-magnetized,"Journal of Water, Sanitation & Hygiene for Development",Synthesis and application of magnetized nanoparticles to remove lead from drinking water: Taguchi design of experiment,2020,FALSE,0,,[],1,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,,FALSE,,,,"['agro-nanoparticles', 'design of experiments (DOE)', 'drinking water', 'Pb2+', 'Taguchi method']", +570,71321,10,1,https://iwaponline.com/washdev/article/10/1/66/71321/Household-water-treatment-using-adequate-methods,"Journal of Water, Sanitation & Hygiene for Development",Household water treatment using adequate methods in sub-Saharan countries: evidence from 2013–2016 Demographic and Health Surveys,2020,FALSE,0,,[],2,Abraham Geremew,"Department of Environmental Health, College of Health and Medical Sciences, Haramaya University, Dire Dawa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,,Abraham Geremew,"Department of Environmental Health, College of Health and Medical Sciences, Haramaya University, Dire Dawa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,,FALSE,,,,"['adequate treatment methods', 'household water treatment']", +571,72308,10,1,https://iwaponline.com/washdev/article/10/1/76/72308/Ripening-of-household-slow-sand-filter-by-adding,"Journal of Water, Sanitation & Hygiene for Development",Ripening of household slow sand filter by adding fish food,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2020.143/7/washdev2020143supp.docx?Expires=1706022543&Signature=fxg~B5-Ro6OjJ2bLPvHkNbIu7c4R4AQhSq2AURWYLPDK1c3qJXRh9S9bP5uY2Iyjof2NqJnhEyl-FwSdawUT9VK2G-kbFMGxElKdU6p8gSKTwjuL16xl2j262Vrnz3ACPTIYXQNTtrehzmF~IxXmQ5OFlTiXjVzTpaeTvaS1Xwe7FI1FEAiiBAPYEpDt-E8cRrXrzuEJqPjua89gFo-wH9YcBDUE5s0g0F9IbAGNMZJ7A2MfG0rsjw5NAuFRuVRNGT0vtFd6BIAiGY3CTqfJ71l8NC25FWTyeI0pDoHh2VOtH2ldcY-OAnex2ek~L4SevWhP~XrCR30SDY7ah6HnvQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Kalyl Gomes Calixto,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-carlense 400, São Carlos, São Paulo, 13566-590, Brazil",Brazil,,,Lyda Patricia Sabogal-Paz,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-carlense 400, São Carlos, São Paulo, 13566-590, Brazil",Brazil,lysaboga@sc.usp.br,,FALSE,,,,"['biological maturation', 'biosand filter', 'drinking water', 'slow sand filtration', 'tracer tests', 'treatment']", +572,72317,10,1,https://iwaponline.com/washdev/article/10/1/86/72317/Can-electrocoagulation-be-an-effective-post,"Journal of Water, Sanitation & Hygiene for Development",Can electrocoagulation be an effective post-treatment option for SBR treated landfill leachate and municipal wastewater mixture?,2020,FALSE,0,,[],4,Shubhrasekhar Chakraborty,"Department of Civil and Environmental Engineering, Birla Institute of Technology, Mesra Ranchi 835215, Jharkhand, India",India,,,R. Naresh Kumar,"Department of Civil and Environmental Engineering, Birla Institute of Technology, Mesra Ranchi 835215, Jharkhand, India",India,rnaresh@bitmesra.ac.in,,FALSE,,,,"['co-treatment', 'electrocoagulation', 'leachate', 'municipal wastewater', 'SBR']", +573,70958,10,1,https://iwaponline.com/washdev/article/10/1/96/70958/WASH-conditions-in-a-small-town-in-Uganda-how-safe,"Journal of Water, Sanitation & Hygiene for Development",WASH conditions in a small town in Uganda: how safe are on-site facilities?,2020,FALSE,0,,[],6,J. G. Nayebare,"Department of Geology and Petroleum Studies, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,njacintha1@gmail.com,,J. G. Nayebare,"Department of Geology and Petroleum Studies, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,njacintha1@gmail.com,,FALSE,,,,"['hygiene', 'on-site', 'sanitation', 'urban', 'water supply']", +574,71315,10,1,https://iwaponline.com/washdev/article/10/1/111/71315/Water-sanitation-and-hygiene-risk-factors-of-acute,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene risk factors of acute diarrhea among children under five years in the Gaza Strip",2020,FALSE,0,,[],9,Samer Abuzerr,"Department of Environmental Health Engineering, School of Public Health, International Campus, Tehran University of Medical Sciences, Tehran, Iran",Iran,,,Simin Nasseri,"Department of Environmental Health Engineering, School of Public Health, Tehran University of Medical Sciences, Tehran, Iran",Iran,naserise@tums.ac.ir,,FALSE,,,,"['acute diarrhea', 'children', 'households', 'hygiene', 'sanitation', 'water']", +575,72210,10,1,https://iwaponline.com/washdev/article/10/1/124/72210/Engaging-with-the-WASH-enabling-environment,"Journal of Water, Sanitation & Hygiene for Development",Engaging with the WASH enabling environment,2020,FALSE,0,,[],3,Paul Tyndale-Biscoe,"FH Designs, Melbourne, Australia",Australia,paultyndale@fhdesigns.com.au,,Paul Tyndale-Biscoe,"FH Designs, Melbourne, Australia",Australia,paultyndale@fhdesigns.com.au,,FALSE,,,,"['change agent', 'enabling environment', 'sustainability', 'theory of change', 'WASH Tools']", +576,72211,10,1,https://iwaponline.com/washdev/article/10/1/136/72211/Photo-assisted-heterogeneous-Fenton-like-process,"Journal of Water, Sanitation & Hygiene for Development",Photo-assisted heterogeneous Fenton-like process for treatment of PNP wastewater,2020,FALSE,0,,[],3,F. C. Ban,"School of Municipal and Environmental Engineering, Shenyang Jianzhu University, Shenyang 110168, China",China,,,X. T. Zheng,"School of Municipal and Environmental Engineering, Shenyang Jianzhu University, Shenyang 110168, China",China,zhengxueting0407@163.com,,FALSE,,,,"['dynamics', 'Fe-Ce/Al2O3 catalyst', 'heterogeneous Fenton-like', 'P-nitrophenol', 'synergistic effect']", +577,72131,10,1,https://iwaponline.com/washdev/article/10/1/146/72131/Characteristics-of-packaged-water-production,"Journal of Water, Sanitation & Hygiene for Development","Characteristics of packaged water production facilities in Greater Accra, Ghana: implications for water safety and associated environmental impacts",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2020.110/7/washdev2020110supp.docx?Expires=1706092724&Signature=1VYelWNDwAxpGIs7v6wv3GrHpK4atODi5WBFaDWrz0ZX2Y00Khf6kcMC17GMEf4ZrUIFdoywRveQJWq2ubBWzAo0OGlbuSjgwVzh1rTCzgS6f1eIqkl0-5jK8NXh~MNSPG3JC4lp5gXETpoNThz6MQBZK4NLjQJOYK7t-W4-sAj8Wk-lbdDpP3Z7mNp2WI-7QRj-MO3A3BDmRW30X6fb5rwrAtJhAKNTbHugE3YpLaIAqOQJVzl-R-m6EWUgqfrVWu7ynCV9pnyw-O9uysJNhP~gFEj0Cf-z8y6wzX8kBRaW-9O5TH2VxBAWlvQihmn6fUckJq~Knzs-9MUg8cWPLg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Maxwell D. K. Semey,"Ghana School of Public Health, University of Ghana, P.O. Box LG 13, Legon, Accra, Ghana",Ghana,,,Mawuli Dzodzomenyo,"Ghana School of Public Health, University of Ghana, P.O. Box LG 13, Legon, Accra, Ghana",Ghana,mdzodzo@hotmail.com,,FALSE,,,,"['groundwater', 'packaged water', 'urbanisation', 'water pollution', 'water safety']", +578,72212,10,1,https://iwaponline.com/washdev/article/10/1/157/72212/Physical-chemical-and-microbiological,"Journal of Water, Sanitation & Hygiene for Development","Physical, chemical and microbiological characterization of processed drinking water in central Nepal: current state study",2020,FALSE,0,,[],8,Niru Burlakoti,"Nepal Academy of Science and Technology, Khumaltar, Lalitpur, Nepal",Nepal,,,Bhoj Raj Pant,"Nepal Academy of Science and Technology, Khumaltar, Lalitpur, Nepal",Nepal,environmentnast@gmail.com,,FALSE,,,,"['ammonia', 'chemical parameter', 'fecal coliform', 'Kathmandu', 'public health', 'total coliform']", +579,71716,10,1,https://iwaponline.com/washdev/article/10/1/166/71716/Impact-of-rock-alum-pretreatment-on-biosand-filter,"Journal of Water, Sanitation & Hygiene for Development",Impact of rock alum pretreatment on biosand filter performance in Cambodia,2020,FALSE,0,,[],3,Kevin D. Curry,"Bridgewater State University, Bridgewater, MA 02325, USA",USA,kcurry@bridgew.edu,,Kevin D. Curry,"Bridgewater State University, Bridgewater, MA 02325, USA",USA,kcurry@bridgew.edu,,FALSE,,,,"['alum', 'aluminum', 'biosand filters', 'Cambodia', 'flow rate', 'turbidity']", +580,72307,10,2,https://iwaponline.com/washdev/article/10/2/171/72307/Hospital-wastewater-effluent-hot-spot-for,"Journal of Water, Sanitation & Hygiene for Development",Hospital wastewater effluent: hot spot for antibiotic resistant bacteria,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.086/4/washdev2020086supp.docx?Expires=1706092735&Signature=pnl2tbiwmKxFC8fzU3Isl6HMI~MK0kkIvsQMZdpff0Nw4h1c6F3hNt5N~CDSSv7DzZijI0tZ9eEPjvY4H33gaHHjKv7RYHCJvBzBtKQEGesV2pR3p6-g36Xx7Xl4mXe7cjf0G-tbYgEpVKydNH4o2E8kseVeKTwWUxea3MHcharqISe3Nu5YHczTyj5Y2rQTF0PIyFaWSweHTQovfR4h9Hp1yoBpceuHXZ8DsJGQDfj5PYEvjkeINQYwKaQH6qxJMw~hG3Sboq66nWenoO-pcTXM5-QkzuruOtDRCXHJgQkiqZt0M~jMCBDY2dUZd81l9KBgtVET9geatiAb~-qbXw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Urška Rozman,"Univerza v Mariboru Fakulteta za Zdravstvene vede, Maribor, Slovenia",Slovenia,urska.rozman@um.si,,Urška Rozman,"Univerza v Mariboru Fakulteta za Zdravstvene vede, Maribor, Slovenia",Slovenia,urska.rozman@um.si,,FALSE,,,,"['antibiotic resistant genes', 'carbapenemase producing Enterobacteriaceae', 'extended spectrum beta-lactamase', 'hospital wastewaters']", +581,72318,10,2,https://iwaponline.com/washdev/article/10/2/179/72318/Investigating-the-occurrence-of-algae-in-the,"Journal of Water, Sanitation & Hygiene for Development","Investigating the occurrence of algae in the drinking water supply system of Harare, Zimbabwe",2020,FALSE,0,,[],3,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,,FALSE,,,,"['algae', 'distribution system', 'Microcystis aeruginosa', 'Morton Jaffray Water Treatment Works', 'water quality']", +582,72319,10,2,https://iwaponline.com/washdev/article/10/2/191/72319/Context-and-intentions-practical-associations-for,"Journal of Water, Sanitation & Hygiene for Development",Context and intentions: practical associations for fecal sludge management in rural low-income Cambodia,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.103/4/washdev2020103supp.docx?Expires=1706092744&Signature=kAr7xFpnXxt99Ip5YA5BFR7WvRWvol5wVO1ifWzgBTczHW1~pA2dmCofK~C0gMDtZLAGCxNY2vbPu6phOS~DXo0Iy7kymd4SoXjbvazAmLqTemKzJiaX4dWZZnOfssj2xUJzaxONUpPxYLpyctc3s9LmBMJhuP-mKCYpYrYCCSY0CnXv~DVwzrSVhUOyQuXlOe8Hyn18lebc~d272DNfsi~geJQ4kFoEyUKUYe-XKxvdmyhxQ61CvcnhPWxKTsqN11d4eh-gprnf0ZF5fr6cUFdKveh1LPfFVzjOywzQ7tsiiaOBvu4hyZfwL1fKUDiK5dJvaTXdfS~bu6dgmVMAzA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,James Harper,"Department of Civil, Environmental and Architectural Engineering, College of Engineering and Applied Science, University of Colorado at Boulder, 1111 Engineering Drive, 422 UCB, Boulder, CO 80309-0422, USA",USA,james.harper@colorado.edu,,James Harper,"Department of Civil, Environmental and Architectural Engineering, College of Engineering and Applied Science, University of Colorado at Boulder, 1111 Engineering Drive, 422 UCB, Boulder, CO 80309-0422, USA",USA,james.harper@colorado.edu,,FALSE,,,,"['Cambodia', 'context', 'fecal sludge management', 'intention', 'rural', 'sanitation']", +583,72320,10,2,https://iwaponline.com/washdev/article/10/2/202/72320/Sources-of-microbiological-contamination-in-sachet,"Journal of Water, Sanitation & Hygiene for Development",Sources of microbiological contamination in sachet water from Ghana,2020,FALSE,0,,[],11,Asli Aslan,"Biostatistics, Epidemiology and Environmental Health Sciences Department, Georgia Southern University, 501 Forest Drive, Hendricks Hall, Statesboro, GA 30460, USA",USA,aaslan@georgiasouthern.edu,,Asli Aslan,"Biostatistics, Epidemiology and Environmental Health Sciences Department, Georgia Southern University, 501 Forest Drive, Hendricks Hall, Statesboro, GA 30460, USA",USA,aaslan@georgiasouthern.edu,,FALSE,,,,"['coliform', 'Ghana', 'microbial source tracking', 'sachet water', 'West Africa']", +584,73470,10,2,https://iwaponline.com/washdev/article/10/2/209/73470/Inactivation-of-Ascaris-for-thermal-treatment-and,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of Ascaris for thermal treatment and drying applications in faecal sludge,2020,FALSE,0,,[],5,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban 4041, South Africa",South Africa,danica.naidoo987@gmail.com,,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban 4041, South Africa",South Africa,danica.naidoo987@gmail.com,,FALSE,,,,"['Ascaris', 'exposure time', 'heating', 'inactivation', 'moisture content', 'temperature']", +585,72508,10,2,https://iwaponline.com/washdev/article/10/2/219/72508/Treatment-of-fecal-matter-by-smoldering-and,"Journal of Water, Sanitation & Hygiene for Development",Treatment of fecal matter by smoldering and catalytic oxidation,2020,FALSE,0,,[],6,Shadi Saberi,"University of Toronto, 200 College Street, Toronto, ON M5S 3E5, Canada",Canada,,,Kasra Samiei,"University of Toronto, 200 College Street, Toronto, ON M5S 3E5, Canada",Canada,kasra.samiei@utoronto.ca,,FALSE,,,,"['catalytic oxidation', 'combustion', 'feces', 'non-sewered toilet', 'sanitation', 'smoldering']", +586,73747,10,2,https://iwaponline.com/washdev/article/10/2/227/73747/A-socio-ecological-perspective-of-the-facilitators,"Journal of Water, Sanitation & Hygiene for Development","A socio-ecological perspective of the facilitators and barriers to uptake of water, sanitation and hygiene interventions in a slum setting in Kampala, Uganda: a qualitative study",2020,FALSE,0,,[],5,Charles Ssemugabo,"Department of Disease control and Environmental Health, School of Public Health, Makerere University College of Health Sciences, Kampala, Uganda",Uganda,cssemugabo@gmail.com,,Charles Ssemugabo,"Department of Disease control and Environmental Health, School of Public Health, Makerere University College of Health Sciences, Kampala, Uganda",Uganda,cssemugabo@gmail.com,,FALSE,,,,"['beliefs', 'community health workers', 'community leaders', ""neighbours' practices"", 'perceived susceptibility']", +587,73957,10,2,https://iwaponline.com/washdev/article/10/2/238/73957/Factors-and-impacts-of-informal-settlements,"Journal of Water, Sanitation & Hygiene for Development",Factors and impacts of informal settlements residents' sanitation practices on access and sustainability of sanitation services in the policy context of Free Basic Sanitation,2020,FALSE,0,,[],3,Christophe Muanda,"Department of Civil Engineering and Surveying, Faculty of Engineering and the Built Environment, Cape Peninsula University of Technology, P.O. Box 1906, Bellville 7535, South Africa",South Africa,muandac@cput.ac.za,,Christophe Muanda,"Department of Civil Engineering and Surveying, Faculty of Engineering and the Built Environment, Cape Peninsula University of Technology, P.O. Box 1906, Bellville 7535, South Africa",South Africa,muandac@cput.ac.za,,FALSE,,,,"['Free Basic Sanitation', 'informal settlement', 'sanitation practices', 'sanitation services', 'Western Cape']", +588,74104,10,2,https://iwaponline.com/washdev/article/10/2/249/74104/Human-health-risk-assessment-through-the,"Journal of Water, Sanitation & Hygiene for Development",Human health risk assessment through the comparative analysis of diverse irrigation regimes for Luffa (Luffa cylindrica (L.) Roem.),2020,FALSE,0,,[],7,Zafar Iqbal Khan,"Department of Botany, University of Sargodha, Sargodha, Pakistan",Pakistan,,,Ilker Ugulu,"Faculty of Education, Usak University, Usak, Turkey",Turkey,ilkerugulu@gmail.com,,FALSE,,,,"['health risk', 'Luffa cylindrica', 'municipal wastewater', 'trace metals']", +589,74524,10,2,https://iwaponline.com/washdev/article/10/2/262/74524/Effect-of-human-urine-application-on-cabbage,"Journal of Water, Sanitation & Hygiene for Development",Effect of human urine application on cabbage production and soil characteristics,2020,FALSE,0,,[],5,Yitayal Addis Alemayehu,"Kotebe Metropolitan University, Addis Ababa, Ethiopia",Ethiopia,yituaddis@gmail.com,,Yitayal Addis Alemayehu,"Kotebe Metropolitan University, Addis Ababa, Ethiopia",Ethiopia,yituaddis@gmail.com,,FALSE,,,,"['cabbage', 'human urine', 'nutrients', 'pH', 'salinity', 'yield']", +590,72560,10,2,https://iwaponline.com/washdev/article/10/2/276/72560/Performance-evaluation-of-combined-ultraviolet,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of combined ultraviolet-ultrasonic technologies in removal of sulfonamide and tetracycline resistant Escherichia coli from domestic effluents,2020,FALSE,0,,[],5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,,FALSE,,,,"['sulfonamide', 'tetracycline', 'ultrasonic', 'ultraviolet radiation', 'wastewater']", +591,73652,10,2,https://iwaponline.com/washdev/article/10/2/286/73652/Water-treatment-in-rural-Guatemala-factors,"Journal of Water, Sanitation & Hygiene for Development",Water treatment in rural Guatemala: factors associated with the use of biosand water filters,2020,FALSE,0,,[],5,Chi-Fang Wu,"School of Social Work, University of Illinois at Urbana-Champaign, 1010 West Nevada Street, Urbana, IL 61801, USA",USA,cfangwu@illinois.edu,,Chi-Fang Wu,"School of Social Work, University of Illinois at Urbana-Champaign, 1010 West Nevada Street, Urbana, IL 61801, USA",USA,cfangwu@illinois.edu,,FALSE,,,,"['biosand filter', 'Guatemala', 'point of use', 'regular filter users', 'water filters', 'water treatment']", +592,73558,10,2,https://iwaponline.com/washdev/article/10/2/298/73558/Household-stored-water-quality-in-an-intermittent,"Journal of Water, Sanitation & Hygiene for Development",Household stored water quality in an intermittent water supply network in Panama,2020,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.156/4/washdev2020156supp.pdf?Expires=1706092790&Signature=jqaa4GTwbKR30E924nrIAfg2sFu2leYWjlJp7ygHeRH4G96R11bfs9x-zf-wsojuT~aQnmFaEUmyGYtXaVi~Jc0iAJcgS6kpvanNInf-bU-BHqWnoThkUXJYKQc0fUI2AAjY7ERAbTxwRQwtcOh1fJOIO5YKbYp9MSRq8xbYRldlI1wD~YC5gL8Rl48KG4Bfdea86gaP9RbDtT4i2c5EVHRxI7UA1izl6CUKjLVYj3U-BsSD5MYdNSxV-dwcCufPTeyoK7~gOU2j43UquiJcKdhIZcBE2PDznfYbJuawTMWElK9iy-AqblWmNwowJQchdQQsCuSKNaaG2cLwNZG7Iw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Carlos I. Gonzalez,"Centro de Biología Molecular y Celular de Enfermedades, Instituto de Investigaciones Científicas y Servicios de Alta Tecnología (INDICASAT-AIP), Ciudad del Saber, Panama",Panama,,,Amador Goodridge,"Centro de Biología Molecular y Celular de Enfermedades, Instituto de Investigaciones Científicas y Servicios de Alta Tecnología (INDICASAT-AIP), Ciudad del Saber, Panama",Panama,agoodridge@indicasat.org.pa,,FALSE,,,,"['chlorine residual', 'E. coli', 'household drinking water storage', 'intermittent drinking water supply']", +593,74480,10,2,https://iwaponline.com/washdev/article/10/2/309/74480/Locating-water-distribution-reservoirs-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Locating water distribution reservoirs in rural Andean areas: a methodological approach,2020,FALSE,0,,[],2,Nadya Lizeth Serrano Abarca,"Program Water Resources, Federal University of Mato Grosso, Cuiabá, Brazil",Brazil,nadyliz1190@gmail.com,,Nadya Lizeth Serrano Abarca,"Program Water Resources, Federal University of Mato Grosso, Cuiabá, Brazil",Brazil,nadyliz1190@gmail.com,,FALSE,,,,"['adequate location', 'rural water', 'water reservoir', 'water supply systems']", +594,73830,10,2,https://iwaponline.com/washdev/article/10/2/320/73830/Is-household-water-insecurity-a-link-between-water,"Journal of Water, Sanitation & Hygiene for Development",Is household water insecurity a link between water governance and well-being? A multi-site analysis,2020,TRUE,2,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.165/4/washdev2020165supp1.pdf?Expires=1706085264&Signature=h6JfZ-w~D9BLzhiZy9cIosBe0fKZfuIbHwhNzuXcdMGVjJp08rAAmFZsVx0LDccCR4vcyTKr8K1DonoPcT0Cew2fEunwsfhBbEugjgLpxVEVkGtU8nBHBgqFLjZL5T5c6a5LCp0tvlrUJiOWWHTCZYCg0tUCIwx-rfO6M9r9l0SQEtUmOf5Ck2x7leHT83Ixwezo3pF04~MxoPdq4jj4Sa~6ixqrCAniYLiDUmn2YyrbLULOeGHC80S6yBKozMv-F2PexslS4nsePcLFHffzU5q0nGUnuH44WOATdBc6gxWx9u5X2MC8hNwmS7U68uXvkAzZvNXnMFELDxVDoFi0DA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.165/4/washdev2020165supp2.docx?Expires=1706085264&Signature=39~SHR-5VeVuna28yHz4kUy48KOZDR5kZqu5Se7m~KPZK1VeOD7OlF1aDX0kLwMoMoTMNRGhimIfxvA3YQSDeSKr3FekGwoDHuLWrMvJOdpJ33KbKa4XUznPakr7J57P6hURpzj2gZLKqBpbBvDEBFGr2JGbL3sAQNQ4l0YjYgijfuQd00dvZAvC56x2-OWLv3x0zqP1sCPbDhmW25g5AI9bJHUfgrVWgjR0gMwQ9kA9NaUS2v8E5WeMEv0MdTl~-44Tw5UY1w1ZPjcdq1ZC99oV-ycXxNui7Fr23bYfifKlqeFnddlT3B2D42YRidrfLVxMOZU2aSqVzApvanIdow__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",4,Joshua D. Miller,"Department of Anthropology, Northwestern University, 1819 Hinman Avenue, Evanston, IL 60208, USA",USA,,,Sera L. Young,"Department of Anthropology, Global Health Studies, Institute for Policy Research, Northwestern University, 1819 Hinman Avenue, Evanston, IL 60208, USA",USA,sera.young@northwestern.edu,,FALSE,,,,"['cholera', 'diarrhea', 'household water insecurity', 'sub-Saharan Africa', 'water governance', 'water quality']", +595,74232,10,2,https://iwaponline.com/washdev/article/10/2/335/74232/Effect-of-natural-disinfectant-Moringa-oleifera,"Journal of Water, Sanitation & Hygiene for Development",Effect of natural disinfectant (Moringa oleifera) and a chemical disinfectant (calcium hypochlorite) on nematode eggs: bioefficiency and impact of physico-chemical variables,2020,FALSE,0,,[],2,Arnold Landry Fotseu Kouam,"Faculty of Sciences, The University of Yaounde I, Yaounde, Cameroon",Cameroon,landryfotseu@gmail.com,,Arnold Landry Fotseu Kouam,"Faculty of Sciences, The University of Yaounde I, Yaounde, Cameroon",Cameroon,landryfotseu@gmail.com,,FALSE,,,,"['disinfectants', 'nematodes', 'sustainability', 'treatment wastewater']", +596,74015,10,2,https://iwaponline.com/washdev/article/10/2/347/74015/Solar-energy-based-water-treatment-system,"Journal of Water, Sanitation & Hygiene for Development",Solar energy-based water treatment system applicable to the remote areas: Case of Indonesia,2020,FALSE,0,,[],2,Arsanto Ishadi Wibowo,"International Master Degree on Energy Engineering, National Cheng Kung University, Tainan 700, Taiwan",Taiwan,,,Keh-Chin Chang,"Department of Aeronautics and Astronautics, National Cheng Kung University, Tainan 700, Taiwan",Taiwan,kcchang@mail.ncku.edu.tw,,FALSE,,,,"['developing country', 'Indonesia', 'remote area', 'solar energy', 'solar thermal', 'water treatment system']", +597,74279,10,2,https://iwaponline.com/washdev/article/10/2/357/74279/Does-self-reported-water-collection-time-differ,"Journal of Water, Sanitation & Hygiene for Development",Does self-reported water collection time differ from observed water collection time? Evidence from the Upper West Region of Ghana,2020,FALSE,0,,[],3,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, University for Development Studies, Tamale, Ghana",Ghana,adongzagla@yahoo.com,,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, University for Development Studies, Tamale, Ghana",Ghana,adongzagla@yahoo.com,,FALSE,,,,"['collection time', 'Ghana', 'observed time', 'self-reported time', 'water']", +598,74196,10,2,https://iwaponline.com/washdev/article/10/2/366/74196/A-multidisciplinary-perspective-to-protect-the,"Journal of Water, Sanitation & Hygiene for Development","A multidisciplinary perspective to protect the quality of water in natural wetlands. A case study in Oaxaca, Mexico",2020,FALSE,0,,[],5,Ignacio Sánchez-Cohen,"INIFAP-CENID RASPA, Gómez Palacio, Durango 35140, México",México,,,Maritza Argelia Macias-Corral,"Faculty of Medicine Torreón Campus, Universidad Autónoma de Coahuila, Torreón, Coahuila 27000, México",México,maritza.macias@gmail.com,,FALSE,,,,"['coastal wetlands', 'multi-objective decision modeling software', 'Oaxaca Mexico', 'sensibility analysis', 'social implications']", +599,73829,10,2,https://iwaponline.com/washdev/article/10/2/374/73829/Facile-and-simultaneous-separation-of-nitrogen,"Journal of Water, Sanitation & Hygiene for Development","Facile and simultaneous separation of nitrogen, phosphorus and bacteria from urine by using ash depth filters which harvest ammonium and phosphate as Struvite Enriched Ash",2020,FALSE,0,,[],5,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",USA,mwitty@fsw.edu,,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",USA,mwitty@fsw.edu,,FALSE,,,,"['ammonia', 'ash', 'depth filter', 'phosphate', 'struvite']", +600,73058,10,2,https://iwaponline.com/washdev/article/10/2/378/73058/Erratum-Journal-of-Water-Sanitation-and-Hygiene,"Journal of Water, Sanitation & Hygiene for Development","Erratum: Journal of Water, Sanitation and Hygiene for Development 9 (1), 71–79: Analysis of households’ vulnerability to waterborne diseases in Yenagoa, Nigeria, Odafivwotu Ohwo, doi: 10.2166/washdev.2018.052",2020,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[], +601,75578,10,3,https://iwaponline.com/washdev/article/10/3/379/75578/COVID-19-urgent-actions-critical-reflections-and,"Journal of Water, Sanitation & Hygiene for Development","COVID-19: urgent actions, critical reflections and future relevance of ‘WaSH’: lessons for the current and future pandemics",2020,FALSE,0,,[],13,Guy Howard,"Department of Civil Engineering, University of Bristol, Bristol, UK",UK,guy.howard@bristol.ac.uk,,Guy Howard,"Department of Civil Engineering, University of Bristol, Bristol, UK",UK,guy.howard@bristol.ac.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['COVID-19', 'coronavirus', 'hygiene', 'pandemics', 'WaSH', 'water']", +602,75339,10,3,https://iwaponline.com/washdev/article/10/3/397/75339/A-review-of-sanitation-technologies-for-flood,"Journal of Water, Sanitation & Hygiene for Development",A review of sanitation technologies for flood-prone areas,2020,TRUE,1,pptx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.019/3/washdev2020019supp.pptx?Expires=1706092848&Signature=GIDNXOUT~YE9YeBAYBMCB6xQJJKSqybPIhYeY4DIIC7xi-QTaKaN0W135KJsQnY5ewpbkAD~PNMfBhX8rVVMv4ycK6ZZRZ1XmgUzE~j5QGLhck5TkLTy~aJUUZCAS95e4GiLoe9~KpgzO9~Y~rTvjKmLfPeYkpOgLCB~wCVyTg8JY4jA0HkQEXjZmoyENJd7gRI2x-y0Klw9gmAp-~9upfrL1F5iLKdj6fEqPolEXQvWp2Jo34ZXtfmiIBvZ~GR3MKqNuSlbH8tJ-z~L2BZerNJaQ1HuvNcrJ-zvJ0kDRb59kZDbDoa~dxiPnBx0T9o22VeebkPfFtzhum4cxXVslA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,João Paulo Borges Pedro,"Mamirauá Institute for Sustainable Development, Estrada do Bexiga, 2584, CEP 69553-225, Tefé, AM, Brazil",Brazil,joaopaulo.pedro@hotmail.com,,João Paulo Borges Pedro,"Mamirauá Institute for Sustainable Development, Estrada do Bexiga, 2584, CEP 69553-225, Tefé, AM, Brazil",Brazil,joaopaulo.pedro@hotmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['feces management', 'floodplain', 'wastewater', 'wetland']", +603,74896,10,3,https://iwaponline.com/washdev/article/10/3/413/74896/Sanitary-quality-bacteriological-and-physical,"Journal of Water, Sanitation & Hygiene for Development","Sanitary quality (bacteriological and physical-chemical) of drinking water in urban slums in Rio de Janeiro, RJ, Brazil",2020,FALSE,0,,[],6,Natasha Berendonk Handam,"Program of Doctor's Degree in Public Health and Environment, Sergio Arouca National School of Public Health, Oswaldo Cruz Fundation (ENSP/FIOCRUZ), Rua Leopoldo Bulhões, 1480 - Manguinhos, Rio de Janeiro, RJ, Brazil",Brazil,natashabhandam@gmail.com,,Natasha Berendonk Handam,"Program of Doctor's Degree in Public Health and Environment, Sergio Arouca National School of Public Health, Oswaldo Cruz Fundation (ENSP/FIOCRUZ), Rua Leopoldo Bulhões, 1480 - Manguinhos, Rio de Janeiro, RJ, Brazil",Brazil,natashabhandam@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['coliforms', 'drinking water', 'Manguinhos slums', 'physicochemical analysis', 'water quality']", +604,75870,10,3,https://iwaponline.com/washdev/article/10/3/425/75870/Irrigation-drinking-water-quality-and-child,"Journal of Water, Sanitation & Hygiene for Development","Irrigation, drinking water quality, and child nutritional status in northern Ethiopia",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.045/3/washdev2020045supp.docx?Expires=1706092857&Signature=HiYbHQyC4d9VMFXOrBEuGVmWQH6nXYlkd1d8Ib0MvJROE6Ccy2AUGb5VA3TOzqwq7YU5xy8lhOb85W2k8wpxic13Gko33kIuTjjiNyb~0PKaxqvsk98m~Jo8U4m22hl9sSMBoLCZTT78IFxnNtlpd7GP5THJUHh2behmk0q0CQ1gs4PzFHPjnFrtvfIsgldwsdg1gC7oEtuXRswq7BJXOkXv3ltnlgFUo1g7FOafr~uw7-uVAd-RId7rQ1yROap9xjEmOAeAP0t1BgvfxEsIt1SzygEpoSZFU2X1ScsmIkNe6GJnc-wFGtNn0WMHSxIBVxjvMl6fmyLviaBDQSb0tA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Muhammed A. Usman,"Center for Development Research (ZEF), University of Bonn, Genscherallee 3, 53113, Bonn, Germany",Germany,mausman25@gmail.com,,Muhammed A. Usman,"Center for Development Research (ZEF), University of Bonn, Genscherallee 3, 53113, Bonn, Germany",Germany,mausman25@gmail.com,,TRUE,All relevant data are available from an online repository or repositories (https://data.zef.de/geonetwork_zef/apps/search/?east_collapsed=true&s_search=&s_E_any=usman&s_timeType=true&s_scaleOn=false&s_E_hitsperpage=20).,All relevant data are available from an online repository or repositories,https://data.zef.de/geonetwork_zef/apps/search/?east_collapsed=true&s_search=&s_E_any=usman&s_timeType=true&s_scaleOn=false&s_E_hitsperpage=20,"['child nutrition', 'irrigated agriculture', 'rural Ethiopia', 'water quality']", +605,75724,10,3,https://iwaponline.com/washdev/article/10/3/435/75724/Urban-household-water-resilience-and-source,"Journal of Water, Sanitation & Hygiene for Development",Urban household water resilience and source selection in Nepal pre- and post-disaster,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.042/3/washdev2020042supp.docx?Expires=1706092861&Signature=i29ao36yxIpvmswlyXHHIiXQrkaNVEQ9BVOCIJpm18LojnSR4HkiRq-~~V5V0VjE~FTQJqoS7b-UiaTL~ODEMVadOyp290LAUrMCTgoaWPUTEHeAVlTqLCfW8AywzOY6DvfiNUn6fEAc-3dVx95fuaxa6nQqotnhs-VWC3E1eI7QYiO0H8-YAHbTl5LcP~YGh6H4UDV-hCVZ293sQLIiE2998BgAi~QaJYdgwTMDYTTBQOXx8SNYGTWtucfYPukx0e6~-m7OGvfzoJK7brp8RMLnpoNSm4daqgdQKLIdZlHDV6-b7oVP9ozc2T3JFH8CED1DP-GNDTccrV-Zksj2Rw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Sadhana Shrestha,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, 4-3-11 Takeda, 400-8511, Kofu, Japan",Japan,shrestha@yamanashi.ac.jp,,Sadhana Shrestha,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, 4-3-11 Takeda, 400-8511, Kofu, Japan",Japan,shrestha@yamanashi.ac.jp,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['adaptive strategies', 'earthquake', 'household', 'multiple water sources use', 'natural disaster', 'water security']", +606,75173,10,3,https://iwaponline.com/washdev/article/10/3/447/75173/A-decision-support-tool-for-rural-water-supply,"Journal of Water, Sanitation & Hygiene for Development",A decision support tool for rural water supply planning,2020,FALSE,0,,[],3,Joseph Cook,"Washington State University, School of Economic Sciences, Pullman, WA, USA",USA,joe.cook@wsu.edu,,Joseph Cook,"Washington State University, School of Economic Sciences, Pullman, WA, USA",USA,joe.cook@wsu.edu,,TRUE,All relevant data are available from ruralwaterdecisions.org.,All relevant data are available from ruralwaterdecisions.org.,,"['decision support', 'development economics', 'rural water supply', 'water supply engineering', 'digitalwatercollection', 'digitalwatertechniques']", +607,75764,10,3,https://iwaponline.com/washdev/article/10/3/458/75764/Air-drying-bed-as-an-alternative-treatment-for,"Journal of Water, Sanitation & Hygiene for Development",Air-drying bed as an alternative treatment for UASB sludge under tropical conditions,2020,FALSE,0,,[],7,Bruna Coelho Lopes,"Department of Sanitary and Environmental Engineering, Faculty of Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, BL 1 31270-901, Belo Horizonte, Brazil",Brazil,bruna.coelho.lopes@gmail.com,,Bruna Coelho Lopes,"Department of Sanitary and Environmental Engineering, Faculty of Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, BL 1 31270-901, Belo Horizonte, Brazil",Brazil,bruna.coelho.lopes@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['air-drying bed', 'microbial indicators', 'pathogens', 'sewage sludge', 'tropical climate', 'UASB reactor']", +608,75387,10,3,https://iwaponline.com/washdev/article/10/3/471/75387/A-cellular-automata-modelling-approach-in,"Journal of Water, Sanitation & Hygiene for Development",A cellular automata modelling approach in household water use,2020,FALSE,0,,[],1,Salsabil M. Abdalbaki,"Department of Socio-Computing, Cairo University, Cairo, Egypt",Egypt,salsabil.abdalbaki@feps.edu.eg,,Salsabil M. Abdalbaki,"Department of Socio-Computing, Cairo University, Cairo, Egypt",Egypt,salsabil.abdalbaki@feps.edu.eg,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['cellular automata', 'Egypt', 'Renaissance Dam', 'social media', 'water conservation']", +609,75172,10,3,https://iwaponline.com/washdev/article/10/3/481/75172/Infrastructure-for-water-security-coping-with,"Journal of Water, Sanitation & Hygiene for Development",Infrastructure for water security: coping with risks in rural Kenya,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.038/3/washdev2020038supp.docx?Expires=1706084453&Signature=FV4O0yDagowNxA6xZf~gsQ9jln365WN~HSjRWN7lxNQ2CZpuHpbze3IteBh5arlZoWiUwF~~VCD72IKVs2CBIBrsY2RPOLVS9gUKOwRt4xs6EWXp33OD3PDbFB-HXMV2CAVYb23NqmBnr68JKQu1Tg-xlsnZraXoZTsokUWnutoKruHH6Bghcy46tmYG8VsmpasTfA-Sg-5hPxdjZDz7IbArBmvHsRu9MAX38Od7Zr36xdK5gxT646HSNGqK4LOhTn7blX5WdrB~xZJ5gqdsB1SCUqxlIRfXHdWBhhiLjYMZIpkf~2vOm-GzUZs79aGHwWmKMmpZ-DsoOpdyo-dXTQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Leigh C. Hamlet,"Department of Civil & Environmental Engineering, University of Washington, 201 More Hall, Box 352700, Seattle, WA 98195, USA",USA,lhamlet@uw.edu,,Leigh C. Hamlet,"Department of Civil & Environmental Engineering, University of Washington, 201 More Hall, Box 352700, Seattle, WA 98195, USA",USA,lhamlet@uw.edu,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['climate change', 'Kenya', 'mitigation', 'perception', 'photovoice', 'protection motivation theory']", +610,75340,10,3,https://iwaponline.com/washdev/article/10/3/490/75340/Closing-the-cycle-Potential-and-limitations-of,"Journal of Water, Sanitation & Hygiene for Development",Closing the cycle? Potential and limitations of Water and Sanitation Safety Plans (WSSPs) for Latin American metropolitan areas,2020,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.056/3/washdev2020056supp.pdf?Expires=1706092884&Signature=IAAC4nZ2SMOYrg3BcHyvNqgsCma8iSgAz3JvGQQCqYqZPsBRfnP4K1N-dl3xG75OT96ud81pGTP3p~OcHdUTwqIriU~VBvMBFfHMXm6IX41RLGlmCen37LnZs9JTdaZnHkLyExGv5h-IDup~At06dNkC~PkER4vMW68OjjJmm5G-A2baNU32q0DM2fTLvZrclaoQCfrOy3MbNLkkEUAi33SZ2qWZEChccWvUiHTKf0AOREypIhQG7pE8P8c6rtdoIxWRcTmazbFZHeGXOsfSzNAg9FeDm8zmb7TafuOwWBwEAw7hbAuSNsyMGj05VzBcjpXjcbLm5UUONnSse6r8nw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Araceli Clavijo,"Instituto de Investigaciones en Energía No Convencional (INENCO), CONICET – Universidad Nacional de Salta, Avenida Bolivia 5150, A4408FVY Salta, Argentina",Argentina,a.clavijo@agro.uba.ar,,Araceli Clavijo,"Instituto de Investigaciones en Energía No Convencional (INENCO), CONICET – Universidad Nacional de Salta, Avenida Bolivia 5150, A4408FVY Salta, Argentina",Argentina,a.clavijo@agro.uba.ar,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Argentina', 'decentralized sanitation', 'risk assessment', 'Water and Sanitation Safety Plan (WSSP)', 'water governance']", +611,74755,10,3,https://iwaponline.com/washdev/article/10/3/502/74755/Rainwater-harvesting-and-primary-uses-among-rural,"Journal of Water, Sanitation & Hygiene for Development",Rainwater harvesting and primary uses among rural communities in Ghana,2020,FALSE,0,,[],2,Seth Owusu,"Koforidua Technical University, P.O. Box KF 981, Koforidua, Ghana",Ghana,owususok@yahoo.com,,Seth Owusu,"Koforidua Technical University, P.O. Box KF 981, Koforidua, Ghana",Ghana,owususok@yahoo.com,,FALSE,,,,"['Ghana', 'primary uses', 'quality', 'rainwater harvesting']", +612,75953,10,3,https://iwaponline.com/washdev/article/10/3/512/75953/Drivers-of-unhygienic-desludging-practices-in,"Journal of Water, Sanitation & Hygiene for Development","Drivers of unhygienic desludging practices in unplanned settlements of Dar es Salaam, Tanzania",2020,FALSE,0,,[],4,Amour Seleman,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, P. O. Box 35131, Dar es Salaam, Tanzania",Tanzania,matipula@hotmail.com,,Amour Seleman,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, P. O. Box 35131, Dar es Salaam, Tanzania",Tanzania,matipula@hotmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Dar es Salaam', 'non-sewered sanitation', 'safely managed sanitation', 'unhygienic desludging', 'unplanned urban settlements']", +613,76068,10,3,https://iwaponline.com/washdev/article/10/3/527/76068/Going-to-scale-with-rural-water-supply-a,"Journal of Water, Sanitation & Hygiene for Development",Going to scale with rural water supply: a reflection on experiences from sustaining community managed piped water schemes in rural Zimbabwe,2020,FALSE,0,,[],1,L. Dhoba,"College of Business, Peace Leadership & Governance (CBPLG), Africa University, P O BOX 1320, Mutare, Zimbabwe",Zimbabwe,dhobal@africau.edu,,L. Dhoba,"College of Business, Peace Leadership & Governance (CBPLG), Africa University, P O BOX 1320, Mutare, Zimbabwe",Zimbabwe,dhobal@africau.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community managed piped water scheme', 'rehabilitation', 'rural water supply', 'sustainability']", +614,75442,10,3,https://iwaponline.com/washdev/article/10/3/539/75442/Rainwater-as-an-alternative-drinking-water-source,"Journal of Water, Sanitation & Hygiene for Development","Rainwater as an alternative drinking water source for the Chronic Kidney Disease Of Uncertain etiology (CKDu) prone areas: a case study for Girandurukotte, Sri Lanka",2020,FALSE,0,,[],3,V. M. Jayasooriya,"Department of Forestry and Environmental Science, Faculty of Applied Sciences, University of Sri Jayewardenepura, Nugegoda, Sri Lanka",Sri Lanka,varuni.jayasooriya@sjp.ac.lk,,V. M. Jayasooriya,"Department of Forestry and Environmental Science, Faculty of Applied Sciences, University of Sri Jayewardenepura, Nugegoda, Sri Lanka",Sri Lanka,varuni.jayasooriya@sjp.ac.lk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['CKDu', 'ferrocement', 'groundwater', 'polyethylene', 'rainwater harvesting']", +615,76069,10,3,https://iwaponline.com/washdev/article/10/3/549/76069/Maintenance-practices-and-water-quality-from,"Journal of Water, Sanitation & Hygiene for Development",Maintenance practices and water quality from rainwater harvesting in south-west Uganda,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.115/3/washdev2020115supp.docx?Expires=1706092905&Signature=s7Llx6OXcIFWEzgLvPMg2DITbf4AETFgV5IK1AMW~kSF01wCtzL7om6vY9qk8hm1EZg2MLjq5ozUCO3pat9-COot8Jk8F5W3fH80cVKRQVEm8eom86pQlIF3hOqSNlIGX5tbyaUspOe74C1OaNmCBLGqtypFhSIHa8BQ2eoqUi26a5-Pl9gA2DE-QnIO9-CGlLlnhUhhstcTPSDN1RdCkV~-M565bguNgQY8cRh4wIdJOm0sWLRDUD~b-b1vszo9HETFxpKuby2QREaUjFornjwmqASrEFKuQqmPtT7ANJ7eBrLL3Fh6ZB9DbeTr2kB0ZwWa9kQHGsLdf1LmruqlCA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Francesca O'Hanlon,"University of Cambridge, Cambridge, UK",UK,fo249@cam.ac.uk,,Francesca O'Hanlon,"University of Cambridge, Cambridge, UK",UK,fo249@cam.ac.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['decentralised water', 'domestic rainwater harvesting', 'rural and urban water supply', 'water quality']", +616,75543,10,3,https://iwaponline.com/washdev/article/10/3/558/75543/Deactivation-of-Ascaris-suum-eggs-using,"Journal of Water, Sanitation & Hygiene for Development",Deactivation of Ascaris suum eggs using electroporation and sequential inactivation with chemical disinfection,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.192/3/washdev2020192supp.docx?Expires=1706092909&Signature=BRRacX6Mo8VG84PFTxhTkPeetCBcVDnW-nvBD1xlIMolg0lEYiVefNS0pi7r5IvKzqe8r2Gv7he4s9ZykLfQbtpDHVJB3Pqwp8GSX9BVoKIV7ThEhI5uvjDanVrX9RwvDN1jqf0De374eZv-6WhP1v6ousebC3XG3N3WtMI8XNQG9Yjab7eGxyh14fuGK61J324cFUDEAUiJe7KAzwp1rB-XQlrBp2~gqgKCrRxe2BD7rwTKHePAkoM6kEwGE3HpWSLHBXOrpcZ8oURsUkmbi2UxNNrl8eunRNusTOOmOuEWw6oSFPlNF4ujQ03d6Z7KrLC~eNoxdqFvQ7Z-HvVUjQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,C. Niven,"Center for WaSH-AID, Duke University, Durham, NC 27708, USA",USA,,,E. Ngaboyamahina,"Center for WaSH-AID, Duke University, Durham, NC 27708, USA",USA,edgard.ngaboyamahina@duke.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ascaris suum', 'chemical disinfection', 'eggshell permeability', 'electroporation', 'helminth deactivation', 'wastewater sanitation']", +617,76123,10,3,https://iwaponline.com/washdev/article/10/3/569/76123/Numerical-modelling-of-FC-bacteria-using-a-dynamic,"Journal of Water, Sanitation & Hygiene for Development",Numerical modelling of FC bacteria using a dynamic and variable mortality rate,2020,FALSE,0,,[],2,Siavash Mohammadi,"Faculty of Water Science Engineering, Shahid Chamran University of Ahvaz, Ahvaz, Iran",Iran,siavash.mohammadi86@gmail.com,,Siavash Mohammadi,"Faculty of Water Science Engineering, Shahid Chamran University of Ahvaz, Ahvaz, Iran",Iran,siavash.mohammadi86@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['biological water pollution', 'environment', 'faecal coliform', 'mathematical modelling', 'river engineering']", +618,76081,10,3,https://iwaponline.com/washdev/article/10/3/580/76081/Exploration-of-coliform-diversity-in-drinking,"Journal of Water, Sanitation & Hygiene for Development",Exploration of coliform diversity in drinking water resources by culture-independent approaches,2020,FALSE,0,,[],3,A. Shiva Shanker,"Department of Microbiology, Palamuru University, Mahabubnagar 509 001, Telangana State, India",India,,,Pavan Kumar Pindi,"Department of Microbiology, Palamuru University, Mahabubnagar 509 001, Telangana State, India",India,pavankumarpindi@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['16S rRNA', 'coliform', 'contamination', 'drinking water', 'public health', 'reservoir']", +619,75952,10,3,https://iwaponline.com/washdev/article/10/3/589/75952/The-reality-of-water-quality-monitoring-for-SDG-6,"Journal of Water, Sanitation & Hygiene for Development",The reality of water quality monitoring for SDG 6: a report from a small town in India,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.131/3/washdev2020131supp.docx?Expires=1706092922&Signature=W-Osm~M6bVvid4usVPuHDYviM6q1YYgVkMVUrHRsU~zntXfjUn~LAF7KyFG4agweeW9h8EZnqgE~3wkRzIflLWAeYSCmPJaZpHAnZmPX~7VoXltIng9~Y~mDkSZb6FmufvVUr6WXb9~2padG81~gB9S7JrEoii1JI745ZWH11yzgT1wMKalkX3zH1OULj-bIazHj2I4p04tAzxSKIoAUKdLDgSy9K4odHhoQ3~ObG1AmtUEstDAYIq~-1Sas5c6uRaUFTOl0~F4iHkf0DaQlZWobUuN4YKm5V1mJYu8B97PkDwRhAENHOMiurANt-AHqf4DbuVRL5kcIW92S3-QfDg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Swati D. G. Rayasam,"School of Public Health, Environmental Health Sciences Department, University of California, Berkeley, CA, USA",USA,,,Isha Ray,"Energy and Resources Group, University of California, 310 Barrows Hall #3050, Berkeley, CA 94720, USA",USA,isharay@berkeley.edu,,TRUE,The data that support the findings of this study are available on Zenodo (10.5281/zenodo.3555385). Survey information and maps are available upon request from the corresponding author.,The data that support the findings of this study are available on Zenodo (10.5281/zenodo.3555385). Survey information and maps are available upon request from the corresponding author.,,"['Sustainable Development Goals', 'urban India', 'WASH monitoring', 'water quality']", +620,74989,10,3,https://iwaponline.com/washdev/article/10/3/596/74989/Improved-chlorination-and-rapid-water-quality,"Journal of Water, Sanitation & Hygiene for Development","Improved chlorination and rapid water quality assessment in response to an outbreak of acute watery diarrhea in Somali Region, Ethiopia",2020,FALSE,0,,[],9,Anu Rajasingham,"Emergency Response and Recovery Branch, Division of Global Health Protection, Centers for Disease Control and Prevention, Atlanta, USA",USA,idb4@cdc.gov,,Anu Rajasingham,"Emergency Response and Recovery Branch, Division of Global Health Protection, Centers for Disease Control and Prevention, Atlanta, USA",USA,idb4@cdc.gov,,FALSE,,,,"['acute watery diarrhea', 'centralized chlorination', 'chlorination', 'rapid assessment', 'water quality', 'water treatment']", +621,76083,10,3,https://iwaponline.com/washdev/article/10/3/603/76083/Ash-depth-filter-sanitation-eliminates-all,"Journal of Water, Sanitation & Hygiene for Development",Ash depth filter sanitation eliminates all bacteria and makes source-separated urine waste sterile,2020,TRUE,3,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.125/3/washdev2020125supp1.xlsx?Expires=1706092929&Signature=2xLQUUroheHMrNdmmeA4~BkMjWiGVVpqJKBZY5R5kBouLsnhSRmrngz3xDzrvrToTsOKBy9w4b8WPc~eEwqpVOqnV7qWUsHqdKbvJpL0ZY8nJEuuCejNBuCcqWgXshH3h2dPln1U96UVRSyKfBYp0XFHbvSG4O~cCk5F2cWvzJNi9U9iOKKPqr1HwvFz7~3l-uCO7RgTylUQlcBfeoPC-sU2QcN~Ep-SVzoEW-vp6ckv5ZeMTZlyYaHVRWHzj5-dTs6O~s0j16zGT4jFcYVfil1WitDjSmwfb1aFJmAfjAq6pd2UXns9xA6uPfjOLMUxmW1uQDheoMBnesbT4JThlA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.125/3/washdev2020125supp2.docx?Expires=1706092929&Signature=3AiWumwpP6Dlr2V7ojg5beZZjhSaGXAZfvDylQJ9PECjsLT8ssbG8pmcJhS5gD~8HVAgiwNs2Fm5medusXHM5b4ffwex4wrBaOBXkI4~pdoUccJbGW3eK~VzJg4vD-12bYxObwvHTnwZ8t-weh0K8rNrZ0gx3MCFh6gzD2d6ApfEq-5rpDsfW1UJm117tycaHVUedULkiP7PY2dxwMMK7WJgaPub6pbpatzLskYGe4gQUes8WtO2CtjeZuZoPxmW92CaD05s5N3MRwbAykRe02AOcRdBfyFRrxjy0KxRejUXLFkC1I6~y7RYGMGMmJpq88JOl7rF2lPEmyUpvsm-QQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.125/3/washdev2020125supp3.pptx?Expires=1706092929&Signature=bBmgpMXWq0PfD7pijGK1b8gCbFj4QU0rOq00FDbOiNjz7gwFrgFgsgwg5~CcKDECnFDsXafEJp5JYMHT9D87QdgsdKCIWoIKTwjW2Kw6ARaoaZ1rnX9oSHASMKu3kzFnBeTjUQBCFxJzQv-9soleOhR1fD-wwnxMiSiJmYXsfrVQfyBdgLTL3nGJA6a35Z3CpCCzioGdQdreZXptfWz-1iDe7dzJaiFgnNsvF3OpT1pWIAafm2Wzg7F5g9uWYa3oUBj6os82DrhuW6MrNiGcNGr0HGEHcYyrwK0P6lTrv3yGYGo3bcA47wcDY0YT8As0gjiI5ip6vmxrWwLPrqlRAQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",5,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",USA,mwitty@fsw.edu,,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",USA,mwitty@fsw.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['ash', 'bacteria', 'depth filtration', 'sanitation', 'source-separated urine']", +622,75541,10,3,https://iwaponline.com/washdev/article/10/3/608/75541/Inclusion-of-innovative-technology-in-integrated,"Journal of Water, Sanitation & Hygiene for Development","Inclusion of innovative technology in integrated waste management of a city: case of Bogura, Bangladesh",2020,FALSE,0,,[],3,D. Dey,"IRCWASH, 32/1, Dilu Road, Maghbazar, Dhaka, Bangladesh",Bangladesh,digbijoy@ircwash.org,,D. Dey,"IRCWASH, 32/1, Dilu Road, Maghbazar, Dhaka, Bangladesh",Bangladesh,digbijoy@ircwash.org,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['anaerobic digestion', 'faecal waste', 'leachate', 'solid waste', 'torrefaction', 'waste-to-energy']", +623,78561,10,4,https://iwaponline.com/washdev/article/10/4/615/78561/Editorial-WASH-Economics-and-Financing-towards-a,"Journal of Water, Sanitation & Hygiene for Development",Editorial: WASH Economics and Financing: towards a better understanding of costs and benefits,2020,FALSE,0,,[],2,Britta Augsburg,"Institute of Fiscal Studies, UK",UK,,,,,,,,FALSE,,,,[], +624,74531,10,4,https://iwaponline.com/washdev/article/10/4/618/74531/Interaction-of-village-and-school-latrines-on,"Journal of Water, Sanitation & Hygiene for Development",Interaction of village and school latrines on educational outcomes in India,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.049/7/washdev2020049supp.docx?Expires=1706092939&Signature=O-Yf97D97jQZNVMjm9vWb4Itl7Eqvzxak5nMi0pYGnEwkRI3tumv~6a68a0lD7AWFb2CJgQyKyEhd7WDsRVaOf1aiSh3055BzyS2xMX8evbexj1rjyMC9dxaGw0R6qPZXmp7YSFzUPnt5uUY4J8Zx2fIkGjuuqVB5YDiZLK9DUUFgzRaXs4KEcADTi~hK~XO~QxhQI0BFYud0xe-6WAJnHMP4S-tnHVvTfGyQC9c9RVrZengDGSoX-4G98HJSdcnhP3UixiHK6JhNCt03alP5Sg247UqZwmIE7FVsTCpBAv6IV3mhgYzwPx17GNxCodfWmlie9MMQCSI73oXtem7FQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Jennifer Orgill-Meyer,"Department of Government and Public Health Program, Franklin and Marshall College, Lancaster, PA 17603, USA",USA,jorgill@fandm.edu,,Jennifer Orgill-Meyer,"Department of Government and Public Health Program, Franklin and Marshall College, Lancaster, PA 17603, USA",USA,jorgill@fandm.edu,,FALSE,,,,"['education', 'gender', 'India', 'sanitation']", +625,77508,10,4,https://iwaponline.com/washdev/article/10/4/628/77508/Sanitation-dynamics-toilet-acquisition-and-its,"Journal of Water, Sanitation & Hygiene for Development",Sanitation dynamics: toilet acquisition and its economic and social implications in rural and urban contexts,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.098/7/washdev2020098supp.docx?Expires=1706092944&Signature=tXGv-1Uh47tCQJe6f54YOn0i46BRpBAIPnOP3ZfjHlce77Ob4pSSf0-lx93FQ6RkMS5kSKKLHdMri5zm6WHJKl-FDg7Po7reQLaUKBmiIK5rA657xqHCWChvMwOuVkEtnAWCyRlH-1eLGtaIEx8pp-5OizclnHXyj1-vfv11NPyQeiaCXHJgVSy2wMLF-4N2Mg3UD4lIMdT3dpEWumYZVzjyDLsW~z4UDHTXydtfGofm-UFhy-eJODvdc-op8aZ4gNVo1QVn-pEnk~aqeOLqLtAC6NNfT2Tnd2VFXVV8Jw-0bC4i1aMnzit7v8vfXXCMZwnGkUn15kj-fheJCvg-Rg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Britta Augsburg,"Institute for Fiscal Studies, 7 Ridgmount Street, London WC1E 7AE, UK",UK,britta_a@ifs.org.uk,,Britta Augsburg,"Institute for Fiscal Studies, 7 Ridgmount Street, London WC1E 7AE, UK",UK,britta_a@ifs.org.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['economic drivers', 'household investment', 'India', 'sanitation', 'WASH']", +626,77908,10,4,https://iwaponline.com/washdev/article/10/4/642/77908/Understanding-the-costs-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Understanding the costs of urban sanitation: towards a standard costing model,2020,FALSE,0,,[],5,Tristano Sainati,"Water@leeds, University of Leeds, Leeds, UK",UK,t.sainati@leeds.ac.uk,,Tristano Sainati,"Water@leeds, University of Leeds, Leeds, UK",UK,t.sainati@leeds.ac.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['benchmarking', 'cost estimation', 'costing standards', 'urban sanitation']", +627,77472,10,4,https://iwaponline.com/washdev/article/10/4/659/77472/Life-cycle-costs-approach-for-private-piped-water,"Journal of Water, Sanitation & Hygiene for Development",Life-cycle costs approach for private piped water service delivery: a study in rural Viet Nam,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.037/7/washdev2020037supp.docx?Expires=1706044900&Signature=MaF4Cf9wNMgY~9GDY4QbRHtLSaq~Dv4J3C8fAjAwHlBQ77ktBGXfKqBSrWASGsH-mWJ2EalXuJ8nypqmf3IpqZFNCXQz4BsVo1C~hOnto8LBXsR3ISvngsLzLe~bx57AXevhvkrUujE4qncBejoF~JTRDvqXrGFB25CqnNqyR-fiK1dxcp~Fp60y2AwKTMU1CG-FeE6Om6j77GMA1X77wIzb-VUuF9U4BAhM-N8ShvpeDF~aZajRnnF-yA8llz8~cYXY~vlEI~-~hAJR3FeTfTJiUUxtDw2mFPMIvr5vrUBCdXzbXROq2rdl~8bUKuvbHCoVcz2BIAxRDZ4AToRQrw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Melita Grant,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones Street, Ultimo, NSW 2007, Australia",Australia,melita.grant@uts.edu.au,,Melita Grant,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones Street, Ultimo, NSW 2007, Australia",Australia,melita.grant@uts.edu.au,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['costs', 'enterprises', 'finance', 'life-cycle', 'private', 'water']", +628,77803,10,4,https://iwaponline.com/washdev/article/10/4/670/77803/An-assessment-of-penetration-for-pay-to-fetch,"Journal of Water, Sanitation & Hygiene for Development",An assessment of penetration for pay-to-fetch water kiosks in rural Ghana using the Huff gravity model,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.034/7/washdev2020034supp.docx?Expires=1706046491&Signature=pB~YLJCPZzHR2NGU2EXFpj4GT3h0C7khr8b-J1EKp9rSFLX9GQtVhTsU6zGRogpu6UuLqlpZcg~SgzOTsNs9a3zVOV4MHwirMSq-M4XfkJ3Bw64SCEWuOOPru1UPoGvn1nQg1QumAvKiI-TvNvovG0mN6H~-gwpSgujGGmvMy9~M~FCvULNMvn30sCxN6a~1M3eUYsn-MthxMsTR-h3Zy1tKgCm7dSpiXxb6~WL58BFkLIoKaJhW37yN9lLrW6BkDfH3F8OcLj-PSzhUDuOFPVm0NcNQP4sn3KFy0twBGnZUl~bw17SVNFOIhPz8r2DYk9D16Mz-zF5FzGrhlXrNkQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Philip T. Deal,"School of Civil and Environmental Science, University of Oklahoma, 202 W Boyd Street, Norman, OK 73019, USA",USA,philip.deal.125@gmail.com,,Philip T. Deal,"School of Civil and Environmental Science, University of Oklahoma, 202 W Boyd Street, Norman, OK 73019, USA",USA,philip.deal.125@gmail.com,,TRUE,All relevant data are available from an online repository or repositories. Visit: http://dx.doi.org/10.17632/b6gs9fd33z.2.,All relevant data are available from an online repository or repositories,http://dx.doi.org/10.17632/b6gs9fd33z.2.,"['Huff gravity model', 'rural water supply', 'safe water enterprise', 'sub-Saharan Africa', 'willingness-to-pay']", +629,75869,10,4,https://iwaponline.com/washdev/article/10/4/680/75869/Understanding-water-demand-and-usage-in-Mandalay,"Journal of Water, Sanitation & Hygiene for Development","Understanding water demand and usage in Mandalay city, Myanmar as a basis for resetting tariffs†",2020,FALSE,0,,[],3,Tanvi Nagpal,"Johns Hopkins University School of Advanced International Studies, 1717 Massachusetts Ave., Washington, DC 20036, USA",USA,tnagpal1@jhu.edu,,Tanvi Nagpal,"Johns Hopkins University School of Advanced International Studies, 1717 Massachusetts Ave., Washington, DC 20036, USA",USA,tnagpal1@jhu.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['groundwater', 'Myanmar', 'piped water supply', 'service delivery', 'tariff setting', 'water demand']", +630,75542,10,4,https://iwaponline.com/washdev/article/10/4/691/75542/Unpacking-piped-water-consumption-subsidies-Who,"Journal of Water, Sanitation & Hygiene for Development",Unpacking piped water consumption subsidies: Who benefits? New evidence from 10 countries,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.073/7/washdev2020073supp.docx?Expires=1706024078&Signature=2IwgGiq6P7HPiy1nkBTcnD6bCeK~ioysDP3w0btCMY0y3cXrfSpAosCq53aCbOP1n5sJgwJy5twDMNBjKdwuQ1ZzI~TWlmfWRel-U7jGgSOk37xR-QqCDdYllT-7qkfSCzT10~nKqA~pw6Oo-HIPryMRYhz2-HF~nQIiNg6JD3heoUCQZEoB~hA-zlC43uis5Hb8Fb0jurN1Vo9Sb2-dMcIjuCwy3Jnq~zSeKrSO7V0mbTZfc09Av5zneOClDlEzAuPp~uf57au0vjT44XyMOIRfz7vOSfHxu6MZoezm5Op1XIXm7ExCW15Vz97KIi47fJHo3Ms3xl5AvSQJAW1DsA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Laura Abramovsky,"Institute for Fiscal Studies (IFS) and MacroConsulting, 7 Ridgmount Street, London WC1E 7AE, UK",UK,labramovsky@ifs.org.uk,,Laura Abramovsky,"Institute for Fiscal Studies (IFS) and MacroConsulting, 7 Ridgmount Street, London WC1E 7AE, UK",UK,labramovsky@ifs.org.uk,,FALSE,,,,"['consumption of piped water', 'developing country', 'distributional incidence of subsidies']", +631,74233,10,4,https://iwaponline.com/washdev/article/10/4/716/74233/Does-payment-by-results-work-Lessons-from-a-multi,"Journal of Water, Sanitation & Hygiene for Development",Does payment by results work? Lessons from a multi-country WASH programme,2020,FALSE,0,,[],2,Guy Howard,"Department of Civil Engineering, University of Bristol, University Walk, Bristol BS8 1TR, UK",UK,guy.howard@bristol.ac.uk,,Guy Howard,"Department of Civil Engineering, University of Bristol, University Walk, Bristol BS8 1TR, UK",UK,guy.howard@bristol.ac.uk,,FALSE,,,,"['payment-by-results', 'finance', 'results-based finance', 'WASH results', 'WASH targets']", +632,77907,10,4,https://iwaponline.com/washdev/article/10/4/724/77907/Benefits-and-costs-of-rural-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Benefits and costs of rural sanitation interventions in Ghana,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.066/7/washdev2020066supp.docx?Expires=1706085638&Signature=HC95zKZZ2jaLCvA8~6zWqR-wglTStZABne9SN-8NGUQo7ro6hBxGFGfXPiT8Ri9TRxGbyKdcbi9BeVK~1maRleECxyNJrzVMOYHHmCwNXqJ5ZeXZmoZOnqDMh1ile58JudDtDO1eDsELM2K5JnzqIcjB4zcrugRgJP07GCTeYeOmn43PKkN14K4VqE032cswRFADIj-HrW4DCobrVvHkrZc4wv8xTYvQbTYV~~087-jtpjgiN0DqjNb4FHaG9iJweoXrwfcxFErcO9-d4qnqB2gTHAU9IFNqLOEhm5GEyOt1zbpEwHR9~56C45qw1Jx9VQU15pwYz0F2OCUkk8FFSA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Mark Radin,"Department of Environmental Science & Engineering, Rosenau CB#7341, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",USA,maradin@unc.edu,,Mark Radin,"Department of Environmental Science & Engineering, Rosenau CB#7341, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",USA,maradin@unc.edu,,FALSE,,,,"['community-led total sanitation', 'benefit-cost analysis', 'externalities', 'Ghana', 'open defecation', 'WASH']", +633,75834,10,4,https://iwaponline.com/washdev/article/10/4/744/75834/Expanding-safe-fecal-sludge-management-in-Kisumu,"Journal of Water, Sanitation & Hygiene for Development","Expanding safe fecal sludge management in Kisumu, Kenya: an experimental comparison of latrine pit-emptying services",2020,FALSE,0,,[],9,Rachel Peletz,"The Aquaya Institute, P.O. Box 1603, San Anselmo, CA 94979, USA",USA,,,Ranjiv Khush,"The Aquaya Institute, P.O. Box 1603, San Anselmo, CA 94979, USA",USA,ranjiv@aquaya.org,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['fecal sludge management', 'Kenya', 'latrines', 'low-income', 'sanitation', 'urban']", +634,76853,10,4,https://iwaponline.com/washdev/article/10/4/756/76853/Users-are-willing-to-pay-for-sanitation-but-not-as,"Journal of Water, Sanitation & Hygiene for Development","Users are willing to pay for sanitation, but not as much as they say: empirical results and methodological comparisons of willingness to pay for peri-urban sanitation in Lusaka, Zambia using contingent valuation, discrete choice experiments, and hedonic pricing",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.072/7/washdev2020072supp.docx?Expires=1706022532&Signature=x0HObybbKbdnsVnYBsAgZ4s9ZaFITxV~SnzdYvB4Y4IxoRQNTUswuakqhC6Av~uliDm0GA2l57NQor1rax8AZQ9bZSdpIPCmTaRCI7dNK0fUmBC~rcgAqLEA7oL-RZsI8LLuIye4zqTRX3hm8z2SntPh-DJzwAyduxLauCsxQyfA00kqsLB8gJll-~3ICRDn9UIJLYgsEVA2LUx9vAnUd74GGwuyyUxpX4elOU6aU8MzCu6gpTgdi721QNlClsQsZPPwClBgOCJmrNACJp~Qpb560yR2R393wZctdSFIC-DrpHFb7eTTv3P1V9zo8UgSmPnbS-VxswHtB4-~7bdgDg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,James B. Tidwell,"Mossavar-Rahmani Center for Business and Government, Harvard Kennedy School of Government, Cambridge, MA, USA and World Vision, Washington, DC, USA",USA,btidwell@worldvision.org,,James B. Tidwell,"Mossavar-Rahmani Center for Business and Government, Harvard Kennedy School of Government, Cambridge, MA, USA and World Vision, Washington, DC, USA",USA,btidwell@worldvision.org,,FALSE,,,,"['contingent valuation', 'discrete choice experiments', 'financing', 'hedonic pricing', 'sanitation', 'willingness to pay']", +635,76656,10,4,https://iwaponline.com/washdev/article/10/4/768/76656/Review-of-frameworks-and-tools-for-urban-strategic,"Journal of Water, Sanitation & Hygiene for Development",Review of frameworks and tools for urban strategic sanitation planning: considering technology innovations and sustainability,2020,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.062/7/washdev2020062supp.pdf?Expires=1706043813&Signature=mt6CAjz7y9uKvkBKDiYJY7QbWZBi-DHcgkhAraoOEqz7XUjkBvO0EIik-i7u~TaAUGvOKHddQl9fFj16J4eJ6xBqGkM7JhnQM6u1icM2pXb9Cz5~Aoem-XlGoGJ0UTDifAC~fMhUn8v~i3rz5FY-sweOcHoUUnDlCkree8BYlHXGkGTkPQHDbyBv~~ODTa4r8l2NMTnACxtJILVVv~TmoW~6WyhubVc0mciLMjIFZAeNcU17aei-~6UtTR~t7REISJW~PkS9VZopUVs1HOqVy3KyDyeWLq8mueR8KaiCltnMyOO8v5jHOzv0lFJPxJPiwj3JwDXnSxUWNy3v-RPnnQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Dorothee Spuhler,"Department Sanitation, Water and Solid Waste for Development (Sandec), Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,dorothee.spuhler@eawag.ch,,Dorothee Spuhler,"Department Sanitation, Water and Solid Waste for Development (Sandec), Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,dorothee.spuhler@eawag.ch,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['appropriate technologies', 'developing countries', 'SDG 6', 'strategic sanitation planning approach (SSA)', 'structured decision making (SDM)', 'sustainable sanitation']", +636,78122,10,4,https://iwaponline.com/washdev/article/10/4/786/78122/Multiple-and-complex-links-between-babyWASH-and,"Journal of Water, Sanitation & Hygiene for Development",Multiple and complex links between babyWASH and stunting: an evidence synthesis,2020,FALSE,0,,[],4,Amy Waller,"Department of Civil, Environment and Geomatic Engineering, University College London, Chadwick Building, London WC1E 6BT, UK",UK,,,Priti Parikh,"Engineering for International Development Centre, Civil, Environmental and Geomatic Engineering, University College London, Chadwick Building, London WC1E 6BT, UK",UK,priti.parikh@ucl.ac.uk,,TRUE,All relevant data are available from an online repository or repositories.,All relevant data are available from an online repository or repositories,,"['babyWASH', 'stunting', 'sub-Saharan Africa', 'WASH']", +637,77780,10,4,https://iwaponline.com/washdev/article/10/4/806/77780/Temporal-analysis-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Temporal analysis of water, sanitation, and hygiene data from knowledge, attitudes, and practices surveys in the protracted humanitarian crisis in Myanmar",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.025/7/washdev2020025supp.docx?Expires=1706065086&Signature=cZcFZLDYjlIxPiaZW2jdOgOlvmMfuAtq1CLi5NOsUD5bmILkzre5wzjcJQR48PkuAC7EAlx~XfVt6dy1S9esmDjDO2bjKJwuu9l2qgKRhvrly3FKe~9QB4Gh-P6DGV5llM6LqAg7PoYPHKUsPXbrSNdo5DSyQAeUxVkIb1JY4L2OdAgQrsvHC2Ixu9diWwLdlKaOYo9BP418KU0I-kxlEiJaJj1f9yXXvsCkjUg0LMQcRuJX5pZJEp~X-FCNmZVXAB9hycGVp4db4QHw6D2SUlOUtE9C8fJQ8N4tv76SbKHSZnlP3wSjaFuOWnTvQrBYCAmfHj9DKY6JQtAeFiDppg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Marta Domini,"Tufts University School of Engineering, 200 College Av., 02155 Medford, MA, USA",USA,marta.domini@tufts.edu,,Marta Domini,"Tufts University School of Engineering, 200 College Av., 02155 Medford, MA, USA",USA,marta.domini@tufts.edu,,TRUE,All relevant data are available from an online repository or repositories. Documents are available at the following link: https://sites.google.com/view/washclustermyanmar/ and/or can be requested from the authors.,All relevant data are available from an online repository or repositories,https://sites.google.com/view/washclustermyanmar/,"['behavior change', 'humanitarian response', 'hygiene promotion', 'KAP surveys', 'WASH programming']", +638,76803,10,4,https://iwaponline.com/washdev/article/10/4/818/76803/WASH-and-Gender-a-critical-review-of-the,"Journal of Water, Sanitation & Hygiene for Development",WASH and Gender: a critical review of the literature and implications for gender-transformative WASH research,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.232/7/washdev2020232supp.docx?Expires=1706065123&Signature=Epw4oyh85f6p0~Hsu8G50k90iMzlE-031a1oNBPC1GekqMjVsfUu2FN2rVSSrxiLdD-8wG8yolsRdyXWD7nkDweiBJ1grxKQUhIzG8xTZHUUTWJDQcGYVgC~3sjDB8pSZw~7kwsUma9PDAo5CoJBlmCYkpyzTiMcWovzuUDJ7Gg7zeot0FRawf7XbjncfoU1514EwhJkfFcN5fURhZmSQBTTKRvkayoIUFFVBW8tRbkS-FFRCLDbsrVXx1EO0ForNLmH7~YA8P4O0rh5XrwMxBVIdDX5O8iwtUvfjSTXE1VBIx-vjKPtdSL~s1MfHmxaDL3BuF1-HMeb6mFk0Pw9QA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Building 10, 235 Jones St, Ultimo NSW 2007, Australia",Australia,jessica.macarthur@uts.edu.au,,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Building 10, 235 Jones St, Ultimo NSW 2007, Australia",Australia,jessica.macarthur@uts.edu.au,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['gender equality', 'gender-transformative', 'sanitation', 'transformative research', 'WASH', 'water']", +639,77998,10,4,https://iwaponline.com/washdev/article/10/4/828/77998/Solar-septic-tank-evaluation-of-innovative,"Journal of Water, Sanitation & Hygiene for Development",‘Solar septic tank’: evaluation of innovative decentralized treatment of blackwater in developing countries,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.168/7/washdev2020168supp.docx?Expires=1706093001&Signature=CU5JXpgalfomNSvXflyuyjxWqaOuvn7IY0D7NKMg7afiKNsUuNOFfODPnHZfl~-uOOyiUnwq9K6~ZBVr9-R28jTDhPaMgG1PZxS0IypbAowE4WQYlU68XMzY5w3zXcX4I7r6aAPlCpjGOqupWTeU4VU5Amlem-k-VUdWly4ey3t-JBclG6Wh1Rv183spp14tm6GguqBvBNr-jnyoAXmj~jWlMXhm5DiY8M4CKFf0MJjx8P9t4p0H-XVcnLw1x9IZ8g5zTDucb1DsSE6Ln1zZzDsb4LPObM30e492ZXdziG7yC2oyaCw06VExD9faIs3Voskp0bce9~sq~VwAyUsH2A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Thammarat Koottatep,"School of Environment, Resources and Development, Asian Institute of Technology, Pathum Thani, Thailand",Thailand,,,Tatchai Pussayanavin,"School of Environment, Resources and Development, Asian Institute of Technology, Pathum Thani, Thailand",Thailand,poktatchai@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['blackwater treatment', 'long-term study', 'performance evaluation', 'reinvented toilet technology', 'Solar Septic Tank', 'WASH']", +640,77909,10,4,https://iwaponline.com/washdev/article/10/4/841/77909/Myth-and-reality-of-community-ownership-and,"Journal of Water, Sanitation & Hygiene for Development",Myth and reality of community ownership and control of community-managed piped water systems in Ghana,2020,FALSE,0,,[],1,Nicholas Fielmua,"Department of Planning, University for Development Studies, Wa Campus, Wa, Upper West Region, Ghana",Ghana,nfielmua@uds.edu.gh,,Nicholas Fielmua,"Department of Planning, University for Development Studies, Wa Campus, Wa, Upper West Region, Ghana",Ghana,nfielmua@uds.edu.gh,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['beneficiary ownership', 'community-managed', 'control', 'dualistic ownership', 'Ghana', 'water systems']", +641,77804,10,4,https://iwaponline.com/washdev/article/10/4/851/77804/Predictors-of-hand-hygiene-behaviours-among,"Journal of Water, Sanitation & Hygiene for Development",Predictors of hand hygiene behaviours among primary and secondary school children in a rural district setting in Zimbabwe: a cross-sectional epidemiologic study,2020,FALSE,0,,[],5,France Ncube,"Department of Crop and Soil Sciences, Lupane State University, Private Bag 170, Lupane, Zimbabwe",Zimbabwe,france.ncube257@gmail.com,,France Ncube,"Department of Crop and Soil Sciences, Lupane State University, Private Bag 170, Lupane, Zimbabwe",Zimbabwe,france.ncube257@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['fingernails', 'handwashing', 'hygiene behaviour', 'hygienic hand drying', 'sanitation', 'school children']", +642,77910,10,4,https://iwaponline.com/washdev/article/10/4/862/77910/Comparative-life-cycle-assessment-of-four-commonly,"Journal of Water, Sanitation & Hygiene for Development",Comparative life cycle assessment of four commonly used point-of-use water treatment technologies,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.158/7/washdev2020158supp.docx?Expires=1706010602&Signature=edrasHTZ5rDatNh~UoioRXGs2iU0RORXMpaLf1bneSJ-MngvLfwUA6KswHIf0NmeO~enj4MJQ3ucgp58VZQecGpSKK6tIKCu8QQoLi4V8DgDwngba7i7Uy1AcnMaW62rhjgfiABi6MmEz2Q6l43qKLRzZSAZ2EGjojf5UteFzPGMUw1eFQIV33TA6~-v15cmJAw6V8AiL6t0Cs44~GDONSrn-1xW1xOIYzn-8p2zVkaqTKIpAq72XPQB1MEw~9o0HPqjmuCFR0G-~hDCjRra5LvaOnRFsarFB1mi-mQEdDeZSbhFqU3PwPX0emSjEIaGrL6SlZLtlXZOT9eNgRFDtg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Tara Walsh,"Department of Civil and Environmental Engineering, University of Connecticut, Storrs, CT 06269, USA",USA,tara.walsh@uconn.edu,,Tara Walsh,"Department of Civil and Environmental Engineering, University of Connecticut, Storrs, CT 06269, USA",USA,tara.walsh@uconn.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['climate change', 'life cycle assessment', 'point-of-use water treatment']", +643,77727,10,4,https://iwaponline.com/washdev/article/10/4/874/77727/Performance-evaluation-of-anoxic-oxic-anoxic,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of anoxic–oxic–anoxic processes in illuminated biofilm reactor (AOA-IBR) treating septic tank effluent,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.145/7/washdev2020145supp.docx?Expires=1706093018&Signature=ZvH0n5LZjPstZ6fG7x5H6XGugJQpcRlh5ZoRLNa5lriq1UYLRGtH9KHzKQekdwaxH5ULZKe0-7Bhbnmnxhga4ZJPTfO6xs0aEQJu6hCm3babIGOKbPyJPX9VxzH~AfqcA4IdVHlOMsxbqHCV1VuvSf0ugaxqWUVgqLrIOANi80hm7H7x4bypBfad-gB11WejS3vsmyHGRZd24djDvjtQyyzy1sMdcbmJGKRrAVDWtrdG7ZDpU2tdT0AwZMb1Zw~qytFTWecivblnp4hwFg5w4pIkbbkQaar8SV~l-7u~H5kV5PPLOlz6XHy49FraMBc2r49JE50Io6R62DKczT5MKA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Sittikorn Kamngam,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Khlong Luang, Pathum Thani 12120, Thailand",Thailand,sittikornkam@gmail.com,,Sittikorn Kamngam,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Khlong Luang, Pathum Thani 12120, Thailand",Thailand,sittikornkam@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adsorption', 'kinetic model', 'microalgal–bacterial symbiosis', 'on-site sanitation system', 'photobioreactor', 'septic tank effluent']", +644,76327,10,4,https://iwaponline.com/washdev/article/10/4/885/76327/Chlorine-disinfection-against-Legionella,"Journal of Water, Sanitation & Hygiene for Development",Chlorine disinfection against Legionella pneumophila biofilms,2020,FALSE,0,,[],6,Abdelwahid Assaidi,"Laboratory of Bioprocess and Biointerfaces, Faculty of Sciences and Technics, Sultan Moulay Slimane University, Beni Mellal, Morocco",Morocco,,,El Mostafa Mliji,"Laboratory of Water Microbiology and Environmental Hygiene, Institut Pasteur du Maroc, Casablanca, Morocco",Morocco,mostafa.mliji@pasteur.ma,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['biofilm', 'chlorine disinfection', 'Legionella pneumophila', 'water distribution networks']", +645,76516,10,4,https://iwaponline.com/washdev/article/10/4/894/76516/Estimating-averting-expenditure-in-domestic-water,"Journal of Water, Sanitation & Hygiene for Development",Estimating averting expenditure in domestic water use: evidence from Ghana,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.197/7/washdev2020197supp.docx?Expires=1706023775&Signature=uuZ~YV5JtnnfHDulXJln-tgoJ3WEls2AOD3WNIY2wbiHT7UwQjRi2o0ngSwnMSGRStorxVKyFs8IHGMwXenme3iJLE7LGbsV4nNVqDR5wZg7KM27wsb2rQtt3o2SYBq1FL3fqNMDYvt7s52OcC-i-bjl4wH1waALQVyIgw-DQgFZTZv1hzh9z8D6mWPqWVdY-n5Igdvg45nI2wa1x~N1ngf6zo9zR2MVVSjAdlqjPzoovEzQ2nJqFV8hq7cLnru-rwBzw8ou8wQo1aSNBCSuDOiWsf0j6~ZtLVyL9KZetwhYR6D4OKRI1vF~uxMoOq09MAIc9ozz5DZbooBxGS2xZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Anthony Amoah,"Central University, Post Office Box 2310, Accra, Ghana",Ghana,anthonyamoahgh@gmail.com,,Anthony Amoah,"Central University, Post Office Box 2310, Accra, Ghana",Ghana,anthonyamoahgh@gmail.com,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['averting behaviour', 'Ghana', 'safe water', 'SDGs', 'willingness-to-pay']", +646,76802,10,4,https://iwaponline.com/washdev/article/10/4/905/76802/Septage-composition-and-pollution-fluxes-from,"Journal of Water, Sanitation & Hygiene for Development",Septage composition and pollution fluxes from cesspits in Palestine,2020,FALSE,0,,[],4,Belal Amous,"Institute of Environmental and Water Studies, Birzeit University, P.O. Box 14, Birzeit, West Bank, Palestine",Palestine,,,Nidal Mahmoud,"Institute of Environmental and Water Studies, Birzeit University, P.O. Box 14, Birzeit, West Bank, Palestine",Palestine,nmahmoud@birzeit.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['assessment', 'cesspit', 'heavy metals', 'on-site', 'septage', 'total nitrogen']", +647,76929,10,4,https://iwaponline.com/washdev/article/10/4/916/76929/Improving-the-hydrological-performance-of-a,"Journal of Water, Sanitation & Hygiene for Development",Improving the hydrological performance of a rainwater for drinking (RFD) system at a rural hospital in Vietnam,2020,FALSE,0,,[],3,Gippeum Bak,"Department of Civil & Environmental Engineering, Seoul National University, 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,,,Mooyoung Han,"Department of Civil & Environmental Engineering, Seoul National University, 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,myhan@snu.ac.kr,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['evaluation', 'performance indicators', 'rainwater', 'SDG6', 'water supply']", +648,77473,10,4,https://iwaponline.com/washdev/article/10/4/927/77473/On-site-sanitation-density-and-groundwater-quality,"Journal of Water, Sanitation & Hygiene for Development","On-site sanitation density and groundwater quality: evidence from remote sensing and in situ observations in the Thiaroye aquifer, Senegal",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.162/7/washdev2020162supp.docx?Expires=1706064939&Signature=4rwRB28u3Q2sZHeVZAjBVlQjolwzazGnP1xR3-QAcIYrooRWPvLQjPi4k7S5DwhXZvuJW6XA~2CQ4Y~WumijRLW7lAHHsHDqEvR-~L6fwWRUHoBV8UplWadHwdjy81~u7FVf3pErA3cXSFwTCySxCrveVbiRJEUYcDSwjC4w57eodoqLAhBF6ydDBwLHreCvVZB2Rk5N6sZEtQHdwhQqFL1o-2DUGt8UusbNPAHuTsZPeKuvB3XK1t4A1DBxjmU3N29O5B-ApYVaWIb9eFomU3NvHKgYDfHKHJndwhtF3f4vOuSZNzcte51DzcL3xl8LUmYeYATHjYRlQSzsE3WtAA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Mor Talla Diaw,"Geology Department, Faculty of Sciences and Techniques, Cheikh Anta DIOP University, Dakar, B.P. 5005, Dakar-Fann, Senegal",Senegal,tallamor010186@yahoo.fr,,Mor Talla Diaw,"Geology Department, Faculty of Sciences and Techniques, Cheikh Anta DIOP University, Dakar, B.P. 5005, Dakar-Fann, Senegal",Senegal,tallamor010186@yahoo.fr,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['faecal contamination and remote sensing', 'groundwater quality', 'on-site sanitation density', 'urban and peri-urban area', 'water supply']", +649,77726,10,4,https://iwaponline.com/washdev/article/10/4/940/77726/Impact-of-community-health-promoters-on-awareness,"Journal of Water, Sanitation & Hygiene for Development","Impact of community health promoters on awareness of a rural social marketing program, purchase and use of health products, and disease risk, Kenya, 2014–2016",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.043/7/washdev2020043supp.docx?Expires=1706043796&Signature=xyk5sK1I~5YkZRPy81zOtYj-oD5KzVzHvtv43l3DjIt1dNmmX~uB-GlKsSviwvXmUu0KfobNymy-h52MW34Qr~eOW7WZKf4RLFLmPhUmOKDMXyFcfXB7HViTMIDr~JANe8p-ts-apij1~bvKvxD-Ple93WOzGhB9R-IoQZlXy3MLA7~~Mf7yUDDzXyVsUO7fm6kxuYtiTVZd10ZuAXaXkVszU1YD0bxYqZAsr-nxtYx9FSLNbR8W7w3q7jmYHfmZtfh76ZKmGYTEavfxMds0UkQPCBL68yq56MGT3H5dM5ogYImcAgdw703UaPjlluIajy9K0sgJRfVZT~R1x4CDtw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],14,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",USA,wox0@cdc.gov,,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",USA,wox0@cdc.gov,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['children', 'diarrhea', 'Jamii', 'social marketing', 'SWAP']", +650,77658,10,4,https://iwaponline.com/washdev/article/10/4/951/77658/Water-sanitation-and-hygiene-WASH-conditions-and,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene (WASH) conditions and prevalence of office visits due to anemia: a regional-level analysis from Peru",2020,FALSE,0,,[],3,Benoit Mougenot,"Facultad de Ciencias Empresariales, Universidad San Ignacio de Loyola, Lima, Peru",Peru,bmougenot@usil.edu.pe,,Benoit Mougenot,"Facultad de Ciencias Empresariales, Universidad San Ignacio de Loyola, Lima, Peru",Peru,bmougenot@usil.edu.pe,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['anemia', 'diarrhea', 'fresh water', 'parasitic', 'sanitation']", +651,77524,10,4,https://iwaponline.com/washdev/article/10/4/959/77524/When-is-shared-sanitation-acceptable-in-low-income,"Journal of Water, Sanitation & Hygiene for Development","When is shared sanitation acceptable in low-income urban settlements? A user perspective on shared sanitation quality in Kumasi, Kisumu and Dhaka",2020,FALSE,0,,[],12,Vasco Schelbert,"Department Sanitation, Water and Solid Waste for Development, Eawag – Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,vasco.schelbert@eawag.ch,,Vasco Schelbert,"Department Sanitation, Water and Solid Waste for Development, Eawag – Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,vasco.schelbert@eawag.ch,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['low-income urban settlements', 'monitoring', 'quality', 'shared sanitation', 'Sustainable Development Goal 6', 'user-centred qualitative approach']", +652,77557,10,4,https://iwaponline.com/washdev/article/10/4/969/77557/Longitudinal-study-of-microbial-load-of-drinking,"Journal of Water, Sanitation & Hygiene for Development","Longitudinal study of microbial load of drinking water and seasonal variation of water quality at the point of use in food establishments of Addis Ababa, Ethiopia",2020,FALSE,0,,[],6,Aderajew Mekonnen Girmay,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,,Aderajew Mekonnen Girmay,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Addis Ababa', 'drinking water', 'food establishment', 'longitudinal', 'microbial load', 'seasonal variation']", +653,77659,10,4,https://iwaponline.com/washdev/article/10/4/979/77659/Immediate-influences-of-hygiene-education-sessions,"Journal of Water, Sanitation & Hygiene for Development",Immediate influences of hygiene education sessions on handwashing behaviors of selected Nepali students,2020,FALSE,0,,[],6,Govinda Prasad Devkota,"Graduate School of Education, Tribhuvan University, Kathmandu, Nepal",Nepal,govindaprasad.devkota@mrc.tu.edu.np,,Govinda Prasad Devkota,"Graduate School of Education, Tribhuvan University, Kathmandu, Nepal",Nepal,govindaprasad.devkota@mrc.tu.edu.np,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['behavior change', 'handwashing with soap', 'hygiene education', 'sustainability']", +654,77599,10,4,https://iwaponline.com/washdev/article/10/4/986/77599/Backpack-use-as-an-alternative-water-transport,"Journal of Water, Sanitation & Hygiene for Development","Backpack use as an alternative water transport method in Kisumu, Kenya",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.239/7/washdev2020239supp.docx?Expires=1706047006&Signature=LV-NPxyyS3XEgD0eeRdosBdiZMvUq2yNir7XtIqtjLYtpyKYYGK3byqcYAXwbhzhXc1vIFunEwyYWtKleF4tGS89YaeELuOhFLp9tvwdkKV1g2oym5EoDCwij1TExhg1niWOWcP9crS0ksyNgUBceudtYXJdU4g0fsq04rHXaidK9MwDpJjhnOlCJr1SSOfnmB822t8MlUniTCzaEcoq3aIXMhOp9V1PlMhowiOrCXZ1u8d6kHEyX6w8vfibj7ZiHrMXSAqJ5fuamxxT1GinH8JwUv~X24gK8jtOhONrIAOBufMAElrIFqLW5Zd1he~081FT2eeSGTCoXvm0I0xNcg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",USA,wox0@cdc.gov,,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",USA,wox0@cdc.gov,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['backpack', 'Kenya', 'musculoskeletal pain', 'water storage', 'water transport']", +655,78139,10,4,https://iwaponline.com/washdev/article/10/4/996/78139/Reconfiguring-urban-waterscape-water-kiosks-in,"Journal of Water, Sanitation & Hygiene for Development",Reconfiguring urban waterscape: water kiosks in Delhi as a new governance model,2020,FALSE,0,,[],2,Uma Dey Sarkar,"Jawaharlal Nehru University, New Delhi, Delhi, India",India,,,Bikramaditya K. Choudhary,"Jawaharlal Nehru University, New Delhi, Delhi, India",India,bkcjnu@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Delhi', 'urban governance', 'water kiosk', 'waterscape', 'water supply']", +656,77765,10,4,https://iwaponline.com/washdev/article/10/4/1012/77765/Implementation-of-point-of-use-water-treatment,"Journal of Water, Sanitation & Hygiene for Development",Implementation of point-of-use water treatment methods in a rural Tanzanian community: a case study,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.141/7/washdev2020141supp.docx?Expires=1706093069&Signature=NS9oqccGnCANZuUpG3eEN~TcjwAQ9DvGDHD4PKmojWeYRa-2ln67FRkb4M5HhDPVnfH~IxHuUzCQs6ODr8OzM25yXeekGkIDiTrxS-NkD-PIEs~AGcB8KuCgs~NFR1AGmaiDI~BSFgBEaO0IMcp5quBBiOZd3uyaNrK8Y0oA3Yz3nPo8LjbtkbjlFiCEI~XIRMG602gnWKD9DOyd-s3GyQyUdZafVxPRkkMID-yqeX2I0Yz4N-F-xPevPYjI9Kq5yGQ8MyB5T5d2SrfqgdaCD3tSo7Pu82rEOt8-BkNjEX8XwGLUm-n~3ufo51LQ0IvJxfRDzK2hFjUGj5dHHcB5IA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,T. M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",USA,ngasalat@msu.edu,,T. M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",USA,ngasalat@msu.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Escherichia coli', 'household water treatment methods', 'rural areas', 'solar disinfection', 'Tanzania', 'water quality']", +657,76254,10,4,https://iwaponline.com/washdev/article/10/4/1019/76254/Fertilizer-effect-of-composted-sewage-sludge-and,"Journal of Water, Sanitation & Hygiene for Development",Fertilizer effect of composted sewage sludge and cattle manure on Pelargonium growth,2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.082/7/washdev2020082supp.docx?Expires=1706022442&Signature=nrJ5AM43ZUsUqMrZR7SzLju8gDjzA1uxwO6ipKolDBBpL5U8TDduv3wM49s4EdQF61RJsNo7CbKD6~8DeY6MG8iLWYrJMMMCxoPwccm5rxfGBCZm9t2~W0Zklt9gqCz~5mzYzrgYVCjk1dKENqH-lyjc8xXP8505a1bPDL~ZI7QSOztnKvOSsyi6Wy~VJ~09Ffo2zPUIdw5jq9cdhRp4t~Bq8A5T-gWdmAXrCGXmYXGQEruai~HsGzY8vStI-0TdgYqJedD2m3g37AUP6~Ki66l-yRElVoUB-xa6ooYNt071CYr5hPdR880mj-ulKrTh8Pqfqsu7KQ2XgSXfODzl0A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Nesrine Dridi,"LR. RME-Ressources, Matériaux et Ecosystèmes, Faculty of Sciences of Bizerte, University of Carthage, Bizerte, Tunisia",Tunisia,,,Noomene Sleimi,"LR. RME-Ressources, Matériaux et Ecosystèmes, Faculty of Sciences of Bizerte, University of Carthage, Bizerte, Tunisia",Tunisia,noomene.sleimi@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['cattle manure', 'compost', 'dewatered sewage sludge', 'nutrients', 'Pelargonium inquinans']", +658,77471,10,4,https://iwaponline.com/washdev/article/10/4/1026/77471/Use-of-group-maturity-index-to-measure-growth,"Journal of Water, Sanitation & Hygiene for Development","Use of group maturity index to measure growth, performance, and sustainability of community health clubs in urban water, sanitation and hygiene (WASH) program in Zimbabwe",2020,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.023/7/washdev2020023supp.docx?Expires=1706009561&Signature=uHUKgqUJ5cBvbXVqkvgV-kqU-SWWKkkvuD3lydc17k41uM2iRr9wm9pMEu74mPNC1logAj~7L2AbCqCYwrF6xRBFD-lA2LML4wlk~DWmSpqmjaFB11h1TQnplHGp~3NWXDDiQ3UXmFH0f32J1deaRRbsEyAcK4dBETwoG9x9DTbUSTlLr3~vrsjHNCCy~gYa9JGOgDbPnksYNERbipF2Ch~5brFe~qtDEyCop9tbgQxm9eR8V1nRcuvWSmxS5yZNIpe5sDk7Xd1IG~KbiVs~tUyxmdy6Fyqv2TAUfitpk2-jWlFoYpm1iKmeoKtXr1PCSeHvdCnwuySKq3q8t8uCvg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Mitsuaki Hirai,"United Nations Children's Fund (UNICEF), Harare, Zimbabwe",Zimbabwe,mhirai@unicef.org,,Mitsuaki Hirai,"United Nations Children's Fund (UNICEF), Harare, Zimbabwe",Zimbabwe,mhirai@unicef.org,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['community health', 'hygiene', 'hygiene promotion', 'WASH']", +659,76082,10,4,https://iwaponline.com/washdev/article/10/4/1034/76082/Impact-of-alum-pretreatment-on-biosand-filter,"Journal of Water, Sanitation & Hygiene for Development",Impact of alum pretreatment on biosand filter performance: a commentary on Curry et al. (2020),2020,FALSE,0,,[],1,Caetano C. Dorea,"Department of Civil Engineering, University of Victoria, 3800 Finnerty Rd, Victoria, BC V8P 5C2, Canada",Canada,caetanodorea@uvic.ca,,Caetano C. Dorea,"Department of Civil Engineering, University of Victoria, 3800 Finnerty Rd, Victoria, BC V8P 5C2, Canada",Canada,caetanodorea@uvic.ca,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['aluminium sulphate', 'biosand filter', 'headloss', 'pretreatment', 'slow sand filtration']", +660,76175,10,4,https://iwaponline.com/washdev/article/10/4/1036/76175/Impact-of-alum-pretreatment-on-biosand-filter,"Journal of Water, Sanitation & Hygiene for Development",Impact of alum pretreatment on biosand filter performance: reply to Dorea's commentary on Curry et al. (2020) article,2020,FALSE,0,,[],2,Kevin D. Curry,"Department of Biological Sciences, Bridgewater State University, Bridgewater, MA, USA",USA,kcurry@bridgew.edu,,Kevin D. Curry,"Department of Biological Sciences, Bridgewater State University, Bridgewater, MA, USA",USA,kcurry@bridgew.edu,,FALSE,,,,[], +661,78146,10,4,https://iwaponline.com/washdev/article/10/4/1037/78146/The-H-in-WASH-a-reflection-on-the-contribution,"Journal of Water, Sanitation & Hygiene for Development","The H in WASH: a reflection on the contribution, style and legacy of Professor Val Curtis",2020,FALSE,0,,[],9,O. Cumming,"Department of Disease Control, London School of Hygiene & Tropical Medicine, London, UK",UK,oliver.cumming@lshtm.ac.uk,,O. Cumming,"Department of Disease Control, London School of Hygiene & Tropical Medicine, London, UK",UK,oliver.cumming@lshtm.ac.uk,,FALSE,,,,"['behaviour change', 'hygiene', 'sanitation', 'water']", +662,78245,11,1,https://iwaponline.com/washdev/article/11/1/1/78245/Urine-treatment-by-solar-disinfection-for,"Journal of Water, Sanitation & Hygiene for Development",Urine treatment by solar disinfection for agriculture reuse purpose in a poor rural context: case of Burkina Faso,2021,FALSE,0,,[],4,Drissa Sangare,"University of Man, Côte d'Ivoire, BP 20 Man, Côte d'Ivoire",Côte d'Ivoire,dsangare2012@gmail.com,,Drissa Sangare,"University of Man, Côte d'Ivoire, BP 20 Man, Côte d'Ivoire",Côte d'Ivoire,dsangare2012@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Escherichia coli', 'inactivation time', 'Salmonella', 'Solar DISinfection (SODIS)', 'urine']", +663,78380,11,1,https://iwaponline.com/washdev/article/11/1/10/78380/Modelling-behavioural-change-from-sea-based,"Journal of Water, Sanitation & Hygiene for Development","Modelling behavioural change from sea-based ‘helicopter latrines’ to land-based shared improved latrines in the Demaan, Jepara, Indonesia",2021,FALSE,0,,[],4,S. Sunarti,"Department of Urban and Regional Planning, Universitas Diponegoro, Jalan Prof. Soedarto, SH Tembalang, Semarang, Central Java 50275, Indonesia",Indonesia,sunarti@pwk.undip.ac.id,,S. Sunarti,"Department of Urban and Regional Planning, Universitas Diponegoro, Jalan Prof. Soedarto, SH Tembalang, Semarang, Central Java 50275, Indonesia",Indonesia,sunarti@pwk.undip.ac.id,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['behaviour setting', 'community empowerment', 'sanitation', 'slums', 'sustainable behaviour']", +664,78302,11,1,https://iwaponline.com/washdev/article/11/1/26/78302/Participatory-analysis-of-sustainable-land-and,"Journal of Water, Sanitation & Hygiene for Development",Participatory analysis of sustainable land and water management practices for integrated rural development in Myanmar,2021,FALSE,0,,[],6,Giulio Castelli,"Department of Agriculture, Food, Environment and Forestry (DAGRI), Università degli Studi di Firenze, Via San Bonaventura, 13 50145 Firenze, Italy",Italy,giulio.castelli@unifi.it,,Giulio Castelli,"Department of Agriculture, Food, Environment and Forestry (DAGRI), Università degli Studi di Firenze, Via San Bonaventura, 13 50145 Firenze, Italy",Italy,giulio.castelli@unifi.it,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['erosion', 'expert participation', 'public engagement', 'soil and water bioengineering', 'water harvesting', 'Water Safety Plans']", +665,78540,11,1,https://iwaponline.com/washdev/article/11/1/37/78540/Assessing-water-service-performances-in-rural-sub,"Journal of Water, Sanitation & Hygiene for Development",Assessing water service performances in rural sub-Saharan Africa environment: The case studies of two councils of the southern and eastern regions of the Republic of Cameroon (Central Africa),2021,FALSE,0,,[],2,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box: 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box: 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water', 'multi-criteria analysis', 'rural area', 'water service']", +666,78648,11,1,https://iwaponline.com/washdev/article/11/1/51/78648/Understanding-the-role-of-informal-pit-emptiers-in,"Journal of Water, Sanitation & Hygiene for Development",Understanding the role of informal pit emptiers in sanitation in Nairobi through case studies in Mukuru and Kibera settlements,2021,FALSE,0,,[],6,Adrian Mallory,"Cranfield University, Cranfield Water Science Institute, Cranfield, UK",UK,,,Alison Parker,"Cranfield University, Cranfield Water Science Institute, Cranfield, UK",UK,a.parker@cranfield.ac.uk,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['faecal sludge management', 'informal sector', 'Kenya', 'pit emptiers']", +667,78800,11,1,https://iwaponline.com/washdev/article/11/1/60/78800/Household-levels-of-deprivation-to-WaSH-and,"Journal of Water, Sanitation & Hygiene for Development","Household levels of deprivation to WaSH and residential conditions in slum settlements of Lagos, Nigeria",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.157/2/washdev2020157supp.docx?Expires=1706044270&Signature=TQnmxsO5v3IlBWNF33iNDGZ4cBHlgT5SuaDweKVXSyzgtWvwkaYSmBl0eg50m03VyKqhOg4-oRXSNIxkSQ2w~UjWsWO-UFtDeMLJKR6agV2AGwJmnYdfCzYUi4hvkZxffFa1kc9T5puwjKz04Wxcbbzve3s32qXzFRSbbTJEWl8LH9l5V6xvxLKDkMatud7treSGEsOnu00v0Om60~VxF~sibrgQxwUFwF6dBFqrhzRIA5ScQ8WlOclrIRJZZs9swSmugRZAXhu9vuBg58TjUPcd38DV9B~9SebTD463SeqtFLmBYhFcM2pX3FW2fwlzZ1RnD1Zfibu~mCWajSaaaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Isaiah Sewanu Akoteyon,"Department of Geography and Planning, Lagos State University, Ojo, Lagos, Nigeria",Nigeria,isaiah.akoteyon@lasu.edu.ng,,Isaiah Sewanu Akoteyon,"Department of Geography and Planning, Lagos State University, Ojo, Lagos, Nigeria",Nigeria,isaiah.akoteyon@lasu.edu.ng,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['environmental conditions', 'residential conditions', 'slum', 'slum deprivation index', 'sustainable development WaSH']", +668,79072,11,1,https://iwaponline.com/washdev/article/11/1/75/79072/An-assessment-of-availability-of-handwashing,"Journal of Water, Sanitation & Hygiene for Development",An assessment of availability of handwashing facilities in households from four East African countries,2021,FALSE,0,,[],3,Peter Kisaakye,"Department of Population Studies, School of Statistics and Planning, College of Business and Management Sciences, Makerere University, Kampala, Uganda",Uganda,pkisaakye@gmail.com,,Peter Kisaakye,"Department of Population Studies, School of Statistics and Planning, College of Business and Management Sciences, Makerere University, Kampala, Uganda",Uganda,pkisaakye@gmail.com,,TRUE,All relevant data are available from an online repository or repositories (https://dhsprogram.com/).,All relevant data are available from an online repository or repositories,https://dhsprogram.com/,"['demographic and health survey', 'East Africa', 'handwashing']", +669,78531,11,1,https://iwaponline.com/washdev/article/11/1/91/78531/Influence-of-multiple-uses-of-water-on-the,"Journal of Water, Sanitation & Hygiene for Development",Influence of multiple uses of water on the sustainability of communally-managed rural water supply systems in Zimbabwe,2021,FALSE,0,,[],4,Tendai Kativhu,"Department of Environmental Science and Health, National University of Science and Technology, P.O. Box AC939, Ascot, Bulawayo, Zimbabwe",Zimbabwe,tendaid.kativhu@gmail.com,,Tendai Kativhu,"Department of Environmental Science and Health, National University of Science and Technology, P.O. Box AC939, Ascot, Bulawayo, Zimbabwe",Zimbabwe,tendaid.kativhu@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['communally-managed systems', 'community gardens', 'multiple uses of water', 'rural water supply', 'sustainability', 'Zimbabwe']", +670,79073,11,1,https://iwaponline.com/washdev/article/11/1/102/79073/Water-quality-status-of-groundwater-and-municipal,"Journal of Water, Sanitation & Hygiene for Development","Water quality status of groundwater and municipal water supply (tap water) from Bagmati river basin in Kathmandu valley, Nepal",2021,FALSE,0,,[],6,Pabitra Bhandari,"Central Department of Microbiology, Tribhuvan University, Kirtipur, Kathmandu, Nepal",Nepal,,,Bhoj Raj Pant,"Nepal Academy of Science and Technology, Khumaltar, Lalitpur, Nepal",Nepal,environmentnast@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['coliphage', 'fecal pollution', 'microbial', 'total coliform', 'water contamination']", +671,79205,11,1,https://iwaponline.com/washdev/article/11/1/112/79205/Status-of-sustainable-sanitation-chain-in-rural,"Journal of Water, Sanitation & Hygiene for Development","Status of sustainable sanitation chain in rural, semi-urban, and urban regions: a case study of Maharashtra, India",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.020/2/washdev2020020supp.docx?Expires=1706017659&Signature=5AkPZnFY~U0S776x~qGCyKN1-y7PVh5ueqqdh5PqezmxIi~Vf0U2DtfT6YATlIfgLQD45waS3ZW13IzbXIs09s8ogVy0-c-fTLaEEtr7J9FUE5h7J72jUGOY39RHjxCINi9Vy1xZr06t4aigw2Ut3FvLiTm94OVQKAb947NmdtG4qeFRVFqKlMXj-nfPXo4qCuHeTkhm3-QyL7gZUOesS10X6VGx~JpIKufpex29wfZJF03-SVfozYSLwSRHeGu9a7XVlEysfuwGD3RjD4~RBDw0zow8lq-HPgV56LGFwEIbrwh13Ppk6DsyosPpS0GGQXbciuKCw6rgBRtoDkcPRg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,N. Chandana,"Centre for Technology Alternatives for Rural Areas, Indian Institute of Technology Bombay, Mumbai 400076, India",India,,,Bakul Rao,"Centre for Technology Alternatives for Rural Areas, Indian Institute of Technology Bombay, Mumbai 400076, India",India,bakulrao@iitb.ac.in,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['developing countries', 'faecal sludge', 'faecal sludge management', 'household survey']", +672,79162,11,1,https://iwaponline.com/washdev/article/11/1/126/79162/Potential-of-ceramic-and-biosand-water-filters-as,"Journal of Water, Sanitation & Hygiene for Development",Potential of ceramic and biosand water filters as low-cost point-of-use water treatment options for household use in Nigeria,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.096/2/washdev2020096supp.docx?Expires=1706086796&Signature=nHeYlx2~n73Fp~6cJUAeG8g1r~InoMjnLUxeE879LvjMxi3S6GAmLKq3bZ-xOfzyGcEX3l41mkufaLpuQ2YAIVB~lBynDNvXGumJ3FDxN~jNgznonSWOmxixexWwY29jacw3N5hDoPWwEKSTXloHYNoIJ9E3nFzZ3ZqsB~kD5fHFyNH8G7XSdeREq8srBV09qkbBub7GOqi27fXUxv8IqeBbZxXj0hRrU3AJ6PicImZp69-mDW4pTApCJgkf8SlDESghhAZ0WrHSpaGEdN7LV2Mqv4hQt-0SjcPirpGF4xDY69NLRWMvfWkRBzeyYeTT3bV09Voc~E5dIOkICc72xA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Ebele Erhuanga,"Department of Industrial Design, Federal University of Technology Akure, Akure, Nigeria",Nigeria,eaerhuanga@futa.edu.ng,,Ebele Erhuanga,"Department of Industrial Design, Federal University of Technology Akure, Akure, Nigeria",Nigeria,eaerhuanga@futa.edu.ng,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['biosand water filters', 'clay water filters', 'household water treatment', 'rural and urban Nigeria', 'safe drinking water', 'UNICEF Nigeria']", +673,79187,11,1,https://iwaponline.com/washdev/article/11/1/141/79187/Association-between-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Association between water, sanitation, and hygiene practices (WASH) and anthropometric nutritional status among selected under-five children in rural Noakhali, Bangladesh: a cross-sectional analysis",2021,FALSE,0,,[],9,Susmita Ghosh,"Noakhali Science & Technology University, Noakhali, Bangladesh",Bangladesh,susmita.dristy@gmail.com,,Susmita Ghosh,"Noakhali Science & Technology University, Noakhali, Bangladesh",Bangladesh,susmita.dristy@gmail.com,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['Bangladesh', 'hygiene and sanitation practice', 'nutritional status', 'under-five children']", +674,79188,11,1,https://iwaponline.com/washdev/article/11/1/152/79188/Freshwater-requirement-to-attain-open-defecation,"Journal of Water, Sanitation & Hygiene for Development",Freshwater requirement to attain open-defecation-free status in Nigeria by 2025,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.135/2/washdev2020135supp.docx?Expires=1706086582&Signature=iN4pl4l78GJI8GHwZiXF1vLbFITXzCk51QfNfTAT4ghCttYLcO5e4XXuBNmiFuDhvxdLkx5rdWxSp4IW-ULES89K8hpCztUfHmKhb9RpYJwZkTQramqjfxbRoW8SrFVGt9YlxOcDqdDNZId5y8ifwtsanWVORtMhBkYf-cpgoakUeIQ-JfDXhisTleluFuKtw3RHsNwnmI3mf-lHHg528SDtptErErfaCmoRNnj7qJXCTMkj2t8yDLVpDdbTXfJsza1dm6BSYfgs5Yu-XeiX908Kr4sAqX5vEDi7POU2LDjg0TTD-AKN9mWDIo7Kmmt93uq5prKuTsJEX9KteLSP6A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,O. Adeoti,"Department of Agricultural and Bio-Environmental Engineering, The Federal Polytechnic, Ado Ekiti, Ekiti State, Nigeria",Nigeria,,,B. S. Awe,"Department of Agricultural and Bio-Environmental Engineering, The Federal Polytechnic, Ado Ekiti, Ekiti State, Nigeria",Nigeria,awebanjisam@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['freshwater requirement', 'Nigeria', 'open defecation', 'sanitation', 'SDGs']", +675,79189,11,1,https://iwaponline.com/washdev/article/11/1/165/79189/Hand-hygiene-innovation-for-low-income-households,"Journal of Water, Sanitation & Hygiene for Development",Hand hygiene innovation for low income households in India,2021,FALSE,0,,[],10,Walter T. Gibson,"Bear Valley Ventures Ltd, Utkinton Lane, Cotebrook, Tarporley, Braeside, CW6 0JH, UK",UK,waltergibson@bearvalleyventures.com,,Walter T. Gibson,"Bear Valley Ventures Ltd, Utkinton Lane, Cotebrook, Tarporley, Braeside, CW6 0JH, UK",UK,waltergibson@bearvalleyventures.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['diarrhoea prevention', 'hand hygiene', 'user-centred innovation']", +676,79190,11,1,https://iwaponline.com/washdev/article/11/1/173/79190/Improving-students-knowledge-of-puberty-and,"Journal of Water, Sanitation & Hygiene for Development",Improving students' knowledge of puberty and menstruation in rural Zimbabwe: an evaluation of Sesame Workshop's Girl Talk program,2021,FALSE,0,,[],5,Daniel Light,"Education Development Center, New York, NY 10014, USA",USA,dlight@edc.org,,Daniel Light,"Education Development Center, New York, NY 10014, USA",USA,dlight@edc.org,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['adolescent health', 'hygiene', 'menstruation', 'puberty', 'Zimbabwe']", +677,80712,11,2,https://iwaponline.com/washdev/article/11/2/iii/80712/Editorial-Important-news-about-this-journal,"Journal of Water, Sanitation & Hygiene for Development",Editorial: Important news about this journal,2021,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[], +678,79208,11,2,https://iwaponline.com/washdev/article/11/2/179/79208/Rapid-evidence-assessment-of-the-impacts-of,"Journal of Water, Sanitation & Hygiene for Development","Rapid evidence assessment of the impacts of sewerage, drainage, and piped water chlorination in urban settings of low- and middle-income countries",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2020.256/1/washdev2020256supp.docx?Expires=1706009907&Signature=0S-CYOFlRxoNpH2mtlMj89U66TYQvY04vw2WpG6dzRIG4fkoUjST3uvRNjEhm11dIX5OR5D5X~hqWg3x9EvMPmyNrg0A29kybEgmADjxNaOE0XjRo8dRWhCSkCHLBFO1-CHZrSAi9qSp4BYIPPJcio-s4EYV6CncSfNL9P4zpJgiU5pet1vvcjGgNooCs1haxSHscasqD4p-v1~ngTSschBQrxZoG6oiFEGrB3pMrj1DsTuLbwyJNOpgTEV5w2bHSYJkNVPx95st14w7Hic22ExTUMfHmyAcTHDWJJQEOmqeuTz20F5DTaSwFkc43fxxUG4tMOHslPYxmqv-ApODng__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Sridevi K. Prasad,"International Initiative for Impact Evaluation, 1020 19th St NW, Suite 400, Washington, DC 20036, USA",USA,sprasad@3ieimpact.org,,Sridevi K. Prasad,"International Initiative for Impact Evaluation, 1020 19th St NW, Suite 400, Washington, DC 20036, USA",USA,sprasad@3ieimpact.org,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['chlorination', 'drainage', 'impact', 'LMIC', 'sewerage', 'WaSH']", +679,79764,11,2,https://iwaponline.com/washdev/article/11/2/195/79764/Understanding-values-of-sanitation-users-examining,"Journal of Water, Sanitation & Hygiene for Development",Understanding values of sanitation users: examining preferences and behaviors for sanitation systems,2021,FALSE,0,,[],5,Zakiya A. Seymour,"Georgia Institute of Technology, 2839 Paces Ferry Rd SE Suite 900, Atlanta, Georgia 30339, USA",USA,zakiya.seymour@arcadis.com,,Zakiya A. Seymour,"Georgia Institute of Technology, 2839 Paces Ferry Rd SE Suite 900, Atlanta, Georgia 30339, USA",USA,zakiya.seymour@arcadis.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['sanitation adoption', 'systematic behavioral changes']", +680,80098,11,2,https://iwaponline.com/washdev/article/11/2/208/80098/Decision-support-system-for-selection-of,"Journal of Water, Sanitation & Hygiene for Development",Decision support system for selection of appropriate water supply and sanitation technologies in developing countries,2021,FALSE,0,,[],2,Ali Bouabid,"Industrial and Systems Engineering Department, Khalifa University, Abu Dhabi, United Arab Emirates",United Arab Emirates,ali.bouabid@ku.ac.ae,,Ali Bouabid,"Industrial and Systems Engineering Department, Khalifa University, Abu Dhabi, United Arab Emirates",United Arab Emirates,ali.bouabid@ku.ac.ae,,TRUE,All relevant data are available from an online repository or repositories (https://data.mendeley.com/datasets/2szmr4tg3z/2).,All relevant data are available from an online repository or repositories,https://data.mendeley.com/datasets/2szmr4tg3z/2,"['community capacity assessment', 'decision support system', 'Sustainable Development Goals', 'sustainable infrastructure', 'water and sanitation systems', 'digitalwatercollection', 'digitalwatertechniques']", +681,79207,11,2,https://iwaponline.com/washdev/article/11/2/222/79207/What-factors-determine-the-technical-performance,"Journal of Water, Sanitation & Hygiene for Development",What factors determine the technical performance of community-managed rural water systems in the middle hills of Nepal?,2021,FALSE,0,,[],4,Raj K. GC,"School of Public and International Affairs (SPIA), Virginia Tech, Blacksburg, VA, USA",USA,rajgc@vt.edu,,Raj K. GC,"School of Public and International Affairs (SPIA), Virginia Tech, Blacksburg, VA, USA",USA,rajgc@vt.edu,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['duration of water system breakdown', 'gravity-fed water system', 'hierarchical regression model', 'Nepal', 'productive income', 'sustainable']", +682,79881,11,2,https://iwaponline.com/washdev/article/11/2/231/79881/Models-for-forecasting-water-demand-using-time,"Journal of Water, Sanitation & Hygiene for Development",Models for forecasting water demand using time series analysis: a case study in Southern Brazil,2021,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.208/2/washdev2021208supp.pdf?Expires=1706093168&Signature=Dv~lK0DeugO3Zd2yRjI-GFmcNT895kdzBe-YEeA3ZUfeBKG2g-XcSKUZfjV5fZBpMu2IVMGtRjyhNg2i0ijMH3ARoHhi5D-GHa87FDHt7JKvbLwVLuZ6ZnM9YlrooYVgAz8eTgpLQ7ovgCQ~500JOJI6C9pJT~3aurxlVWmcYPASaQ3q5fjtm4bjn-V5c7xDHR9oDveyKgcXfHwO0A1mx1pWTBnBj7rzjo~3mB4~SHn6C3tfk2s465z5I1xeEozNu~Bep8Nvlla7ePeJQJxzI~gtomL3PA3k1LreC8MgEGPlscbOn8zalcQTYX9wFeVxy34vTks751rPydDY8rSMZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Danielle C. M. Ristow,"Civil Engineering Department, Santa Catarina State University, Joinville, Brazil",Brazil,,,Elisa Henning,"Mathematics Department, Santa Catarina State University, Joinville, Brazil",Brazil,elisa.henning@udesc.br,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['ARIMA', 'exponential smoothing', 'forecasting water demand', 'time series', 'digitalwatercollection', 'digitalwatertechniques']", +683,79282,11,2,https://iwaponline.com/washdev/article/11/2/241/79282/Spatial-arrangement-of-well-and-latrine-and-their,"Journal of Water, Sanitation & Hygiene for Development","Spatial arrangement of well and latrine and their influence on water quality in clayey soil – a study in low-income peri-urban neighborhoods in Lichinga, Mozambique",2021,FALSE,0,,[],4,Beni Jequicene Mussengue Chaúque,"Department of Microbiology, Immunology and Parasitology, Institute of Basic Health Sciences, Universidade Federal do Rio Grande do Sul, Sarmento Leite Street, N° 500, Porto Alegre, Rio Grande do Sul 90050-170, Brazil",Brazil,,,Marilise Brittes Rott,"Department of Microbiology, Immunology and Parasitology, Institute of Basic Health Sciences, Universidade Federal do Rio Grande do Sul, Sarmento Leite Street, N° 500, Porto Alegre, Rio Grande do Sul 90050-170, Brazil",Brazil,marilise.rott@ufrgs.br,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['distance from the latrine', 'fecal coliforms', 'fecal contamination', 'latrines', 'shallow domestic wells', 'well location']", +684,80195,11,2,https://iwaponline.com/washdev/article/11/2/255/80195/Water-sanitation-and-hygiene-for-schistosomiasis,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene for schistosomiasis prevention: a qualitative analysis of experiences of stakeholders in rural KwaZulu-Natal",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.182/1/washdev2021182supp.docx?Expires=1706069973&Signature=3hXJC~ao1mUQduOnLe91Nh83PqHuIDncPW6Ez5XgGZJlL4yPVtQRNBgIq8h0K0TZwgAILHwyUOtzk9YG1TARdUF2KjlVQK9hAlqWPjExJGF1-NtXYQo7WaRQe5jtiCSh8AK5AJuVUGDA96lwj2TrM57iOuWHZ26mTqUvyz1zfitu2~gz7HbcVicWO8O~-AcKbEqxhorE4bLh0CrnVFishap2kX6bVi3xdfLiutAIsUaHOHcOY-aQ5ZhdcCv90ogtD4GVlzYag-kWlq7kzd7ogUEiZjjRnPqsXz3L-oCBw44CeKWIyMI7Ze6ez2ZKMXisKz2t0Uh5WfyvdjlbADYbMg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Chanelle Mulopo,"School of Nursing and Public Health, College of Health Sciences, University of KwaZulu-Natal, Howard Campus, Durban 4001, South Africa",South Africa,cmulopo@gmail.com,,Chanelle Mulopo,"School of Nursing and Public Health, College of Health Sciences, University of KwaZulu-Natal, Howard Campus, Durban 4001, South Africa",South Africa,cmulopo@gmail.com,,TRUE,All relevant data are available from an online repository or repositories (https://drive.google.com/drive/folders/1BdEqT5lw2TracHRIlrakfoWUMRMYWAca?usp=sharing).,All relevant data are available from an online repository or repositories,https://drive.google.com/drive/folders/1BdEqT5lw2TracHRIlrakfoWUMRMYWAca?usp=sharing,"['hygiene', 'knowledge', 'practices', 'schistosomiasis', 'water']", +685,80316,11,2,https://iwaponline.com/washdev/article/11/2/271/80316/Bacteriological-and-physicochemical-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Bacteriological and physicochemical quality of drinking water in Kobo town, Northern Ethiopia",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.218/1/washdev2021218supp.docx?Expires=1706086775&Signature=YpZ-xTo3HkW5B24pjOcnT12fhyBWmjRNXpJ5fWXjj2BQojV2CGEtY8p-zSQ90sBK2pgRGmsL1~UzjVTAShZd9wN0ffZYnWa2ccTBUh0GZf17QQ7aUWrZ2hyrlrL5RxYu7FHq5oV00WdqQ7ObJSmYcoZnRn6pnBYZcAGj~RQ-cSr8xY2Npn6YGwyV8upQa~kf7MPvGaSpQ5a5CR6mvfbxZCHGWBwdhVPWJpe68Bf0YLuMFuR5-fYMu3-E0lsUqTfrCVez1PwrwkQos8CIDGgDyHKA1ryY1JCld9~UkMPc1SuJjCVMofNX~pcSzsf2IJzbY0yUeRBEzc0PxAutGhrmbQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O.box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O.box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['bacteriological quality', 'coliforms', 'drinking water', 'Kobo town', 'physicochemical parameters']", +686,80315,11,2,https://iwaponline.com/washdev/article/11/2/282/80315/Evaluation-of-willingness-to-pay-toward-improving,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of willingness to pay toward improving water supply services in Sebeta town, Ethiopia",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.204/1/washdev2021204supp.docx?Expires=1706093186&Signature=QM2viAtydUc2rcx1aABsizJtrUxNh1IQ2mlwWTWV426PYwAaa5xIek8CjMbzp0ESWzanuG7cvJXYhtDrHX0Eof9W4-AnIlh3n6n1d1~PuykrSv2PNu6eZgJi0f5ElhYVNmE5-A2JdRryFy~RG969Eb5CqOAT7b-g91uLl~OzUxCUYpW796~hORdN9tPLn-4Ms4Ffu7ANgW80YL1b2gombnjUOa5j0MNFMqTzY3UMppcXLRlKCg3aoKy5eA4r1jLYMN9jY5Dp~1POlo2PD4zE0cXGe4y0aPxrkTPlcSYEX-nVCxxXr2dOuAR9gL0zS~I7nR5gAHCmBdWGg-74uN4bdQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Hosea Mutanda Eridadi,"Africa Center of Excellence for Water Management, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia",Ethiopia,hoseamaka@gmail.com,,Hosea Mutanda Eridadi,"Africa Center of Excellence for Water Management, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia",Ethiopia,hoseamaka@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['binary logistic model', 'contingent valuation', 'water supply', 'WTP']", +687,80344,11,2,https://iwaponline.com/washdev/article/11/2/295/80344/Capturing-menstrual-health-and-hygiene-in-national,"Journal of Water, Sanitation & Hygiene for Development","Capturing menstrual health and hygiene in national surveys: insights from performance monitoring and accountability 2020 resident enumerators in Niamey, Niger",2021,FALSE,0,,[],8,Elizabeth Larson,"Department of Population, Family and Reproductive Health, Johns Hopkins Bloomberg School of Public Health, Baltimore, MD, USA",USA,,,Julie Hennegan,"Department of Environmental Health and Engineering, Johns Hopkins Bloomberg School of Public Health, Baltimore, MD, USA",USA,julie.hennegan@burnet.edu.au,,TRUE,PMA2020 data is publicly available for request from the website: https://www.pmadata.org/data. Qualitative data cannot be made publicly available; readers should contact the corresponding author for details.,PMA2020 data is publicly available for request from the website: https://www.pmadata.org/data. Qualitative data cannot be made publicly available; readers should contact the corresponding author for details.,,"['measurement', 'menstrual health', 'menstrual hygiene', 'national monitoring', 'outcome assessment', 'survey']", +688,80254,11,2,https://iwaponline.com/washdev/article/11/2/304/80254/Impact-of-cyclone-Amphan-on-the-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Impact of cyclone Amphan on the water, sanitation, hygiene, and health (WASH2) facilities of coastal Bangladesh",2021,FALSE,0,,[],3,Nazifa Rafa,"Environmental Sciences Program, Asian University for Women, 20 M. M. Ali Road, Chattogram, Bangladesh",Bangladesh,,,Sayed Mohammad Nazim Uddin,"Environmental Sciences Program, Asian University for Women, 20 M. M. Ali Road, Chattogram, Bangladesh",Bangladesh,sayed.uddin@auw.edu.bd,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Amphan', 'inequalities and insecurity', 'natural disaster', 'risks', 'hazards', 'and vulnerabilities', 'service delivery', 'water', 'sanitation', 'hygiene', 'and health (WASH2)']", +689,80430,11,2,https://iwaponline.com/washdev/article/11/2/314/80430/Cancer-risk-assessment-and-modeling-of-groundwater,"Journal of Water, Sanitation & Hygiene for Development","Cancer risk assessment and modeling of groundwater contamination near industrial estate, Lahore, Pakistan",2021,FALSE,0,,[],3,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['correlation', 'heavy metals', 'risk assessment', 'source', 'statistical modeling']", +690,79268,11,2,https://iwaponline.com/washdev/article/11/2/327/79268/Water-sanitation-and-hygiene-coverage-and,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene coverage and practices of a semi-arid county in the Eastern region of Kenya",2021,FALSE,0,,[],4,Kioko Kithuki,"Amref Health Africa, Nairobi, Kenya",Kenya,,,Yvonne Opanga,"Amref Health Africa, Nairobi, Kenya",Kenya,yvonne.opanga@amref.org,,TRUE,All relevant data are included in the paper or in its Supplementary Information.,All relevant data are included in the paper or in its Supplementary Information.,,"['hygiene', 'sanitation', 'semi-arid', 'water']", +691,81332,11,3,https://iwaponline.com/washdev/article/11/3/335/81332/Improved-and-promising-fecal-sludge-sanitizing,"Journal of Water, Sanitation & Hygiene for Development",Improved and promising fecal sludge sanitizing methods: treatment of fecal sludge using resource recovery technologies,2021,FALSE,0,,[],3,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, University of Science and Technology, Beijing Xueyuan 30, Beijing 10003, China",China,aaz4ev@gmail.com,,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, University of Science and Technology, Beijing Xueyuan 30, Beijing 10003, China",China,aaz4ev@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['fecal sludge', 'lactic acid treatment', 'lime treatment', 'solar septic tank', 'volatile fatty acid treatment']", +692,79206,11,3,https://iwaponline.com/washdev/article/11/3/350/79206/Does-poor-mental-health-change-the-influence-of,"Journal of Water, Sanitation & Hygiene for Development",Does poor mental health change the influence of interventions on handwashing in a vulnerable population of rural Malawi? The key role of emotions,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2020.107/1/washdev2020107supp.docx?Expires=1706093214&Signature=P~GOHKeoZJKPVqm0TYSfHUMmihmFZjP6lwJHXdC6WQ9vYuFjfSA1~UgnGtKjq~GKstuyE0p-xNzDGeAmIvOuqh7X-kBDagP54-wFC-1LqUjthtZJWV4PZbNCy7hjbRfSzc-JOey9EyrwPjo7q7Ap3EjLUpUN2azdj~o9dD2QHtM2HERnL0SipmQEDrsBnB0CI5YAV5qRGIs5Dmf9hPdtFBi4EPQBtaB3XC1vujzDuLpkLoDM50EsK-XqVhD5tqMcnNwIqQorUOLt-5lJCvy9WthsbJfJXWvB29xbEXVcHPKu5bBBidjG8dX3hlJ19sbV9Br~nJp4FCuJ5uOoiMYlyw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Jurgita Slekiene,"Department of Environmental Social Sciences, EAWAG, Swiss Federal Institute of Aquatic Science & Technology, Uberlandstrasse 133, CH-8600 Dubendorf, Switzerland",Switzerland,jurgita.slekiene@eawag.ch,,Jurgita Slekiene,"Department of Environmental Social Sciences, EAWAG, Swiss Federal Institute of Aquatic Science & Technology, Uberlandstrasse 133, CH-8600 Dubendorf, Switzerland",Switzerland,jurgita.slekiene@eawag.ch,,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.6084/m9.figshare.13166612.v2).,All relevant data are available from an online repository or repositories,https://doi.org/10.6084/m9.figshare.13166612.v2,"['behavior change', 'emotions', 'handwashing with soap', 'mental health', 'RANAS', 'WASH']", +693,80627,11,3,https://iwaponline.com/washdev/article/11/3/362/80627/An-evaluation-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","An evaluation of water, sanitation, and hygiene status and household assets and their associations with soil-transmitted helminthiasis and reported diarrhea in Nueva Santa Rosa, Guatemala",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.160/1/washdev2021160supp.docx?Expires=1706162683&Signature=j29JDZfxpCX1GwVLk6EdpHN-MY-tQ3t6CLmDZDiPnCyKW81hkBme0rifpfShrqTaeyY63ktPDFyTzJkFOiOeAnkWpkYAwM8R8PXxVqYcahrn11CevAJBDHVztfclObQobubYdVQnNozvV09g7i9OVXwgoYm7V1bBeVwUgePYqNMOTYmYEX~AH-3KoyQbXfeCg35d32qbcV5li5uc4h-eQDb7AECwxaKVQ9mVcYjNeEA09kkLKrAUbKC-hdPk9Q-Q9r16FmZyCuKBwgbAbHs5JABdyzKroGfQNJ7abHKaJTlGryI8RuKTFI3Oyn-d6RbgCQmAw3ch1GjiXFIqxweTlQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],16,Gouthami Rao,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention (CDC), Atlanta, GA 30329, USA",USA,www8@cdc.gov,,Gouthami Rao,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention (CDC), Atlanta, GA 30329, USA",USA,www8@cdc.gov,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['diarrhea', 'Guatemala', 'hygiene', 'sanitation', 'soil-transmitted helminths', 'water']", +694,80556,11,3,https://iwaponline.com/washdev/article/11/3/374/80556/Effectiveness-of-solar-disinfection-for-household,"Journal of Water, Sanitation & Hygiene for Development",Effectiveness of solar disinfection for household water treatment: an experimental and modeling study,2021,FALSE,0,,[],4,Md. Rezaul Karim,"Civil and Environmental Engineering, Islamic University of Technology (IUT), Board Bazar, Gazipur, Bangladesh",Bangladesh,rezaulmd@gmail.com,,Md. Rezaul Karim,"Civil and Environmental Engineering, Islamic University of Technology (IUT), Board Bazar, Gazipur, Bangladesh",Bangladesh,rezaulmd@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['bacterial inactivation', 'PET bottle', 'plastic bag', 'safe exposure time', 'solar disinfection (SODIS)', 'Weibull model']", +695,80656,11,3,https://iwaponline.com/washdev/article/11/3/386/80656/The-cultural-economy-of-human-waste-reuse,"Journal of Water, Sanitation & Hygiene for Development","The cultural economy of human waste reuse: perspectives from peri-urban Karnataka, India",2021,TRUE,3,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.196/1/washdev2021196supp1.docx?Expires=1706093229&Signature=OnJZNW0lAeFJ7ekly49GTC3sFZXXq17GCfbUGZCOWKbsr6eWvlphzNO5Ag23AvSIoMhcE5uWGwEDsobBVwQa~Ae46wnVQ5DVNXiN2jLW6fAtsOz0Fysucg0LPZLVCEjvoScjxFhABPzkhi2gZU5P0w1DncVyMklv-BfamAzCaVwo5HwraQ0LUhY55-2ys3RqJliuwdqRPdn6yKzDZ0WRc8t04lEys~yyWFSpQF3ne1-ya0Zb-SoaOM2Leo5p8SArs9XqkqTztVrTBP1~bLGJt2BFJGFZ9WNm8ViSz~aeI85CUggSzLkZG4if4R8EF-aMy8tymOxbXRVyqTGVjRww7w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.196/1/washdev2021196supp2.docx?Expires=1706093229&Signature=svGLXVAU1skxS~vgIlFxQr6vlsKWDNGj4U06jZU8xxbLwQw8qG-vrbHLL9jQ5DN8HecgLUQPCq~ubPuqZQLwCt19M1s7d75DUK~8x39152yd1hFMLl~qB14b0vCHZdMuDC9-13akM33-OzpXg1OEBhh-HJoFtqD2EIOOZBux3jbWwlvFU9iYUtoljaW66EnboCTXoJDI~MWhO0U5woihSSZvk2j4H4URwPaW-mjWKPyuawj7a6q6v~thU4Y7AMEFMPJMc-zmkzzMNjIYDfkyRI2Jupdqufofpxh4uwmInz3km~6ny33zDiR-I5oXQuuvxKejTtLJDbBgXwYub8-xYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.196/1/washdev2021196supp3.docx?Expires=1706093229&Signature=zYpd3Gaf0AfOoDsBmlkQIfrFdpwhEtbctLIU8pgmkKJIQk-I095odEIZaiOCiy2PfERTT2Y8GaGKy-KEFLG9~UUHH~PvWuKGMcBcYaPpvqtVIkLNPvaH56vXDidaTcjXPfbPFaWpkdjvMw~~xJxZh9ip5qKFje7PJQHLB7ke4vg8BisISL4AIKt2w8DVgvsYZDj~q1hZtNvjg-ES5oLG4DrIEJ58oWD0TP219axtUAaNbaASALtAMlOyjy3ew58l8ATTtnHKKVoDnWnEoHdDJOn6xE~e8QGMjiHPMgTT5Sk5X-C~8rcTi-MykPYDOVTGJxq1CjaQs4~QQsiLIJguaA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",4,Zachary Burt,"Athena Infonomics, Washington, DC, USA",USA,zzburt@gmail.com,,Zachary Burt,"Athena Infonomics, Washington, DC, USA",USA,zzburt@gmail.com,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['caste', 'fecal sludge', 'human waste management', 'preference model', 'resource recovery and reuse']", +696,81401,11,3,https://iwaponline.com/washdev/article/11/3/398/81401/Evaluation-of-water-sanitation-and-hygiene-status,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of water, sanitation and hygiene status of COVID-19 healthcare facilities in Ghana using the WASH FIT approach",2021,TRUE,4,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp1.docx?Expires=1706093233&Signature=p~mVcEcfRJ~kwn5~2Vnj7esga2dQVnYCXBAj1QT1-iiIYDnQMfC9d30aF3-lRRdePq0Dyz5-0Gy7ILEKI7LG~28WGIYTEgaqjLx0lGIkCHoMUwNw5N8L2sZ9CCLMvjVwsE~F4ms8gROQMcYqpu8wae4funG1BHc3j66dJjHYzZextYjvdbtryJdDfuMNmUMxaLCd32Hpz2CyiFVlJrhia2GLVD~nMEbm7sq~GjUcNSx~RGAbOCL8XrD55GTRA5OjjUSaUA95wLL1~gHe66P4fLpkVWt7~jMydNmbGdbDrHXI~a9cTD5T9HXvxhKOeSd3yn52hUMk6TeFsn8fHVcNtQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp2.docx?Expires=1706093233&Signature=gKgoo84LK3X5BEDME-fgVakcKFic4uUbx1-RNzyFbB4fUbUg7Ri75F2jASfEIeu~wVLqg7BQ3hmSgetaUdt0Z8wB4Mv9-H6JgIL3wMYOiSbjbScaU~gxSRU2wGEaIy19-Nz72nTGWNWyTuzO7luy41NcHiVQz4~uV0RvXjB2ssROD9zFP3zinlUhoesvHc8uDO58xBVZ-8qSaCPFslLTErmB7uAVT3DK099p7x8tVE~mXZcULHxLnJO4DRbJ5yl2MicO4n2PuRXJgu4-feJRbECsgEQ~uGS3eO~lXFGRh8u~OhfpGGf7fMg2EG-XDxc-Ew7csJGiSTnCOF8NlG8sdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp3.docx?Expires=1706093233&Signature=O1xe0jMhZLGovBU9g7UVLyYFjGjDPEOBGu2BK1iz4GHw600B~xt90S5ja3y4C92Z26z5utXFZtyCtZ8SMES8cYVa2PtxspdTWiziW1G3BJYaHW4q7qk4ylzJfNO~UUBrAee6q8WHo6zxRpZsGqz5gwwndRgLn8GbkBmyWADmaFY5j70IAtVP35GJc9p0lfA4hZoDX1jg~-UAJHrIhj6ZRswILTSVSMKbdGEMGnZnuwHzPNNlLNVG-5r2RAFbN6g9vxT7f3WM3XZSq2MZgYZm234WrIbUY5PY-Oy7ul13ac3lNPwwazquELjrCenIU0EcAHJuXykqwkts8GJo9oG7fg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp4.docx?Expires=1706093233&Signature=0kEuhdHUdiSj6ZCsHoTXQo4ksTANJjwbpU9eOAU9KKng3ADMers3DK8XUo4wUvUe38E1QFrDOLaZmsHxSQcIxnUhhyfYiRILdOCbNXG6MJE20nDh5J5Js3Ckk-Z5Ckmr5EpOZ1QFcokstuNMPZOxbQFUCm4ePY0IYdMdr6MUwbXEDzw4l7tOmj1brJbYBd0TyNfsokYE2NSaFjYc~btJyslBjL6Uo3a5Idys-AAHEhQLBYKgjaoEko50dpfGZz3~IUqdMsKOWojS3Pns~FmFrb9TjqPoo9O0piZVtSQltCu7Wb3D50dUqIE02Y7z6XFMRZN3O9cZadnmI-k19nuhKA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",15,Mary Eyram Ashinyo,"Institutional Care Division, Ghana Health Service Headquarters, Accra, Ghana",Ghana,mary.ashinyo@ghsmail.org,,Mary Eyram Ashinyo,"Institutional Care Division, Ghana Health Service Headquarters, Accra, Ghana",Ghana,mary.ashinyo@ghsmail.org,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['COVID-19', 'Ghana', 'healthcare facilities', 'healthcare quality and safety', 'infection prevention and control', 'WASH']", +697,81233,11,3,https://iwaponline.com/washdev/article/11/3/405/81233/Prevalence-of-water-borne-diseases-in-western,"Journal of Water, Sanitation & Hygiene for Development",Prevalence of water-borne diseases in western India: dependency on the quality of potable water and personal hygiene practices,2021,FALSE,0,,[],6,Koustubh Karande,"Mumbai Zonal Centre, CSIR-National Environmental Engineering Research Institute (NEERI), 18/B, Dr A B Road, Worli, Mumbai 400018, Maharashtra, India",India,,,Shalini Tandon,"Mumbai Zonal Centre, CSIR-National Environmental Engineering Research Institute (NEERI), 18/B, Dr A B Road, Worli, Mumbai 400018, Maharashtra, India",India,tandon.shalini@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['personal hygiene', 'regression', 'water-borne diseases', 'water quality']", +698,80750,11,3,https://iwaponline.com/washdev/article/11/3/416/80750/Assessment-of-microbiological-and-physico-chemical,"Journal of Water, Sanitation & Hygiene for Development","Assessment of microbiological and physico-chemical characterıstics of water samples in households of Bangalore city, Karnataka, India",2021,FALSE,0,,[],3,Jessen George,"Rev. Jacob Memorial Christian College, Ambilikkai 624612, Oddanchatram, Dindigul (Dist), Tamilnadu, India",India,georgejessen@gmail.com,,Jessen George,"Rev. Jacob Memorial Christian College, Ambilikkai 624612, Oddanchatram, Dindigul (Dist), Tamilnadu, India",India,georgejessen@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['coliforms', 'Enterobacteriaceae', 'health hazard', 'HPC', 'MPN', 'water quality']", +699,81270,11,3,https://iwaponline.com/washdev/article/11/3/423/81270/Classifying-household-water-use-into-indoor-and,"Journal of Water, Sanitation & Hygiene for Development","Classifying household water use into indoor and outdoor use from a rudimentary data set: a case study in Johannesburg, South Africa",2021,FALSE,0,,[],3,Bettina Elizabeth Meyer,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,bebotha@gls.co.za,,Bettina Elizabeth Meyer,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,bebotha@gls.co.za,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['end-use events', 'low resolution data', 'residential water demand', 'water classification models']", +700,81373,11,3,https://iwaponline.com/washdev/article/11/3/432/81373/Virulence-associated-factors-in-bacteria-from,"Journal of Water, Sanitation & Hygiene for Development","Virulence associated factors in bacteria from water bodies in Belém, Pará, Brazil: bacteriological composition and threat to public health",2021,FALSE,0,,[],7,Lucas Monteiro da Trindade,"Environmental Microbiology Laboratory, Evandro Chagas Institute, Ananindeua, Brazil",Brazil,lukas.trindade23@gmail.com,,Lucas Monteiro da Trindade,"Environmental Microbiology Laboratory, Evandro Chagas Institute, Ananindeua, Brazil",Brazil,lukas.trindade23@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['microbiological indicators', 'pathogenic bacteria', 'surface water', 'water pollution']", +701,80915,11,3,https://iwaponline.com/washdev/article/11/3/442/80915/Hand-hygiene-and-safety-behaviours-at-shopping,"Journal of Water, Sanitation & Hygiene for Development",Hand hygiene and safety behaviours at shopping centres in COVID-19: an observation in Wa township in Ghana,2021,FALSE,0,,[],3,Nicholas Fielmua,"Department of Planning, Faculty of Planning and Land Management, University of Business and Integrated Development Studies, Wa, Ghana",Ghana,nfielmua@uds.edu.gh,,Nicholas Fielmua,"Department of Planning, Faculty of Planning and Land Management, University of Business and Integrated Development Studies, Wa, Ghana",Ghana,nfielmua@uds.edu.gh,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['COVID-19', 'handwashing practices', 'mouth-and-nose masks', 'shopping centres', 'Wa – Ghana']", +702,81271,11,3,https://iwaponline.com/washdev/article/11/3/453/81271/An-association-between-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","An association between water, sanitation, and hygiene (WASH) and prevalence of trachoma in Monze district of Southern Province, Zambia",2021,FALSE,0,,[],6,Musonda Chikwanda,"University of Zambia Ridgeway Campus, University of Zambia School of Public Health, Department of Environmental Health, Lusaka, Zambia",Zambia,musondachikwanda1@gmail.com,,Musonda Chikwanda,"University of Zambia Ridgeway Campus, University of Zambia School of Public Health, Department of Environmental Health, Lusaka, Zambia",Zambia,musondachikwanda1@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['trachoma', 'water and sanitation']", +703,80916,11,3,https://iwaponline.com/washdev/article/11/3/461/80916/Monitoring-of-water-and-sanitation-services-within,"Journal of Water, Sanitation & Hygiene for Development",Monitoring of water and sanitation services within an integrated decentralised monitoring system: experiences from Ghana,2021,FALSE,0,,[],1,Bernard Afiik Akanpabadai Akanbang,"Department of Planning, SDD University of Business and Integrated Development Studies, Wa, Ghana",Ghana,bakanbang@uds.edu.gh,,Bernard Afiik Akanpabadai Akanbang,"Department of Planning, SDD University of Business and Integrated Development Studies, Wa, Ghana",Ghana,bakanbang@uds.edu.gh,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['decentralised monitoring', 'Ghana', 'integration', 'subnational', 'water and sanitation services']", +704,80628,11,3,https://iwaponline.com/washdev/article/11/3/474/80628/Physical-properties-of-menstrual-hygiene-waste-as,"Journal of Water, Sanitation & Hygiene for Development",Physical properties of menstrual hygiene waste as feedstock for onsite disposal technologies,2021,FALSE,0,,[],7,Sarani Sasidaran,"RTI International India, New Delhi 110 037, India",India,,,Sonia Grego,"Duke University Center for WaSH-AID, Durham, NC 27701, USA",USA,sonia.grego@duke.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['incineration', 'menstrual health and hygiene (MHH)', 'moisture content', 'pads', 'sanitation']", +705,80998,11,3,https://iwaponline.com/washdev/article/11/3/483/80998/Social-outcomes-of-a-community-based-water,"Journal of Water, Sanitation & Hygiene for Development","Social outcomes of a community-based water, sanitation and hygiene intervention",2021,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.264/1/washdev2021264supp.pdf?Expires=1706093269&Signature=BCnHnFH~PDWKpzKchJa3YWLKjx~~~3HNgb-dSqFa1JAXFMNFy7d5LhS4UVgIXvLw5ivI7dov-dmOC9j8bsfiSyJuZxsbsDi0TSGGePon8Vzu29wy-beFi9uhQ52yy6hCRBt2mA-BDSB-dWn-vKYL9USl7iYl3dbEcuAP4fW~ylCHiRSueMcnOz~XYTa~rfWpPG0l1SrFdxG6Ve8-cM-mqHa1~gjV6cehpz1unUdk5y~NkEsptbYQblrCYteWvKZbULY2IpCpCSKzW5c89jry98jkm~QMW9DKcL87d~W7v6AACQG6amUAe6AP7yDKqzsicaqMWSivi5GLpe4k2niHyw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Rossanie Malolo,"Centre for Water, Sanitation, Health and Appropriate Technology Development (WASHTED), Polytechnic, University of Malawi, Private Bag 303, Chichiri, Blantyre, Malawi",Malawi,rossaniedaudi@yahoo.com,,Rossanie Malolo,"Centre for Water, Sanitation, Health and Appropriate Technology Development (WASHTED), Polytechnic, University of Malawi, Private Bag 303, Chichiri, Blantyre, Malawi",Malawi,rossaniedaudi@yahoo.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community', 'hygiene', 'Malawi', 'sanitation', 'social outcomes', 'water']", +706,80857,11,3,https://iwaponline.com/washdev/article/11/3/494/80857/Methods-for-estimating-quantities-and-qualities-Q,"Journal of Water, Sanitation & Hygiene for Development","Methods for estimating quantities and qualities (Q&Q) of faecal sludge: field evaluation in Sircilla, India",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.269/1/washdev2021269supp.docx?Expires=1706093272&Signature=Ez0ynZfMMb9g8wXKjNnRoNvoA6wISp1Zz1R2XAacvBWBvPjtcp1LfB0Zh1DJau5F1ULehaDQ1PLMLOG-cxELRDZYHArSJkAYViEQVTrTTzyKCErHsrPhJJg~kysMQiisED1l--~6L~yG40HWF6AVzKqRneDr31zh~T5JrDVlSvdGX7P6FQ0JyhvM7sZcsut8k4cdAlUa243FtpxISAYMP-CZ9XuzeorZP~46CInWIO5vhfoJGkE4XtHKb6dVHW3k3DAu--4lIqDM6Vgy4H8jgGwBDklFrD~IyngRbZhYdwprFENoMW6DJzUQ0SLox7r7wJ5GZT~qVStx2lTZ4Gzebg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Prerna Prasad,"Consortium for DEWATS Dissemination Society, Survey No. 205 Kengeri Satellite Town, Bengaluru, Karnataka 560060, India",India,,,Linda Strande,"Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,linda.strande@eawag.ch,,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.25678/0002VH).,All relevant data are available from an online repository or repositories,https://doi.org/10.25678/0002VH,"['accumulation rate', 'method evaluation', 'pit latrine', 'sanitation', 'septic tank', 'sludge blanket']", +707,81442,11,3,https://iwaponline.com/washdev/article/11/3/505/81442/Field-demonstration-of-breathable-laminate-lined,"Journal of Water, Sanitation & Hygiene for Development","Field demonstration of breathable laminate-lined container-based toilets in Kanpur, India",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.011/1/washdev2021011supp.docx?Expires=1706093276&Signature=RmU2aXFmPPO2qjqW7pEup5Ny76SFH1VONtbkv3J0-6rcvPlpdzENDfhttjGIi-8kdLo64NwVHnhWMdezC7o-e3vYeJNy1IFK9rTwsg4gOh5SGImCqb8tuiHtUPuEIIxwOSlI1DwxtU7VtLZxGMnfH2EPn-lzRlXzGpWCrUNDmLnDFo-mXvuH6cEzMBVAFiD1i-VdaYEliTV5oxu3L4iC-yamxhno2-oD1ZI7C4YzkmbRd0xoGAf28WOxQwlgBtDdszYXU~cYlbrcKW~AVY~oxSSEgNIjsM0wt40EA~3aK9iyMGkDueXqSvtoi349nQiRdIU2Sro2-HWuyCVZLlvzNQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Shray Saxena,"Department of Civil and Environmental Engineering, University of Delaware, 301 DuPont Hall, Newark, DE 19716, USA",USA,,,Daniel K. Cha,"Department of Civil and Environmental Engineering, University of Delaware, 301 DuPont Hall, Newark, DE 19716, USA",USA,cha@udel.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['breathable laminate', 'Eco-Vapor toilets', 'fecal sludge', 'stagnant film model']", +708,81402,11,4,https://iwaponline.com/washdev/article/11/4/515/81402/Legacy-1-2-3-trichloropropane-contamination-a,"Journal of Water, Sanitation & Hygiene for Development","Legacy 1,2,3-trichloropropane contamination: a systematic review of treatments",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.006/1/washdev2021006supp.docx?Expires=1706023332&Signature=zYRVlCPhEnJXmfTg6qC2QoCaaaOWuzPQoI4eWK20JkXV3mSE9Gb0AcZeVSNMamBa74lyaIxDhThMltAXAEWuXjqciyFfFV4q20dBupx-AOY79X0SZu27DHNGU~TlZHAdxxFR6S9-Ubn21Gvtf6ZqP9aioWwE~oYwEeyAFNpaYNdFUN~NhoXqeSm~2lW2qykv8ygRXYooF3fiCo9ErReX~j0mmBOVsrpW46Q1s4-q7xoExg2UCE7BDjsdq-hYGUBatUT-xhyCnDPIxk5xrGRx5YKR1LfRxVVyT29gqJcmchdM50wdQeOsv-afqfdcxxqGTWScTCXtczQzDVKFeUgIJQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,B. Hope Hauptman,"Environmental Systems Graduate Group, University of California Merced, 5200 N. Lake Rd., Merced, CA 95343, USA",USA,bhauptman@ucmerced.edu,,B. Hope Hauptman,"Environmental Systems Graduate Group, University of California Merced, 5200 N. Lake Rd., Merced, CA 95343, USA",USA,bhauptman@ucmerced.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['1,2,3-TCP', 'granulated activated carbon (GAC)', 'groundwater treatment', 'legacy contaminant', 'United Nations Sustainable Development Goal 3 and 6']", +709,82147,11,4,https://iwaponline.com/washdev/article/11/4/535/82147/Strategic-value-of-interviewer-training-and-local,"Journal of Water, Sanitation & Hygiene for Development",Strategic value of interviewer training and local community-based organisations for WaSH and antibiotic resistance surveys,2021,FALSE,0,,[],4,Gopal Iyer,"School of Education Communication and Language Sciences, Newcastle University, Newcastle upon Tyne, UK",UK,gopal.iyer@newcastle.ac.uk,,Gopal Iyer,"School of Education Communication and Language Sciences, Newcastle University, Newcastle upon Tyne, UK",UK,gopal.iyer@newcastle.ac.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibiotics', 'empowerment', 'KAP research', 'surveys', 'training', 'WaSH']", +710,81582,11,4,https://iwaponline.com/washdev/article/11/4/546/81582/Integrated-control-of-river-and-pond-water-as-an,"Journal of Water, Sanitation & Hygiene for Development","Integrated control of river and pond water as an exposure source to urogenital schistosomiasis of rural inhabitants in southern Taraba State, Nigeria",2021,FALSE,0,,[],9,Robert Soumay Houmsou,"Department of Biological Sciences, Taraba State University, Jalingo, Taraba, Nigeria",Nigeria,rs.houmsou@gmail.com,,Robert Soumay Houmsou,"Department of Biological Sciences, Taraba State University, Jalingo, Taraba, Nigeria",Nigeria,rs.houmsou@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['inhabitants', 'risk', 'riverine', 'rural', 'schistosomiasis', 'urogenital']", +711,82131,11,4,https://iwaponline.com/washdev/article/11/4/558/82131/When-you-preach-water-and-you-drink-wine-WASH-in,"Journal of Water, Sanitation & Hygiene for Development",‘When you preach water and you drink wine’: WASH in healthcare facilities in Kenya,2021,FALSE,0,,[],3,Thelma Zulfawu Abu,"Department of Geography and Environmental Management, University of Waterloo, 200 University Avenue West, Waterloo, ON N2L 3GI, Canada",Canada,tzabu@uwaterloo.ca,,Thelma Zulfawu Abu,"Department of Geography and Environmental Management, University of Waterloo, 200 University Avenue West, Waterloo, ON N2L 3GI, Canada",Canada,tzabu@uwaterloo.ca,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['emergencies', 'governance', 'healthcare facilities', 'politics', 'WASH']", +712,81860,11,4,https://iwaponline.com/washdev/article/11/4/570/81860/Risk-of-adenovirus-and-Cryptosporidium-ingestion,"Journal of Water, Sanitation & Hygiene for Development","Risk of adenovirus and Cryptosporidium ingestion to sanitation workers in a municipal scale non-sewered sanitation process: a case study from Kigali, Rwanda",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.241/1/washdev2021241supp.docx?Expires=1706093298&Signature=yA4HjupZhbRN~l0lNLcRqtTc4s-1O0pM04q~4jsMR2DJGq2VlCw8VVrLraCYBZBAmu0bIT12gfuzpl7YBoZBvgqL6PelJxtFq4xAasBwjkclJKwNb79xbTDT06WT2ilb3AH63V7j8kaaRYziV8eMcWfFPmu9Q~OyuRO2UCdkHRlB34FB9PCRw3i3bdpATVxzKWHA~BLlZK4Tm6mZpbAYblova0uOLKL5YK1AejPiZNymBxGqgtxtddUbsrJGS2G0t4-wDJLFE~RqLQcEm0UVmNn87YKXHrGGk9ujZ33XmMADbrnujUgCAMjD9BLakhu1AxNuPCVq0TIEnlJtgaoR3w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Rachel Sklar,"School of Public Health, University of California, Berkeley, CA 94720, USA",USA,rsklar@berkeley.edu,,Rachel Sklar,"School of Public Health, University of California, Berkeley, CA 94720, USA",USA,rsklar@berkeley.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['occupational exposure', 'quantitative microbial risk assessment', 'resource recovery', 'Rwanda', 'sanitation workers', 'urban sanitation']", +713,81498,11,4,https://iwaponline.com/washdev/article/11/4/579/81498/Treatment-of-drinking-water-for-rural-households,"Journal of Water, Sanitation & Hygiene for Development",Treatment of drinking water for rural households using Moringa seed and solar disinfection,2021,FALSE,0,,[],2,Nancy Jotham Marobhe,"School of Environmental Science and Technology, Ardhi University, P. O. Box 35176, Dar es Salaam, Tanzania",Tanzania,,,Shadrack Mwita Sabai,"School of Environmental Science and Technology, Ardhi University, P. O. Box 35176, Dar es Salaam, Tanzania",Tanzania,shadrack.sabai@aru.ac.tz,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Moringa seed protein', 'rural women', 'Tanzania', 'turbid water', 'water purification']", +714,82148,11,4,https://iwaponline.com/washdev/article/11/4/591/82148/Variability-of-naturally-occurring-fluoride-in,"Journal of Water, Sanitation & Hygiene for Development","Variability of naturally occurring fluoride in diverse community drinking-water sources, Tanna Island, Vanuatu",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.270/1/washdev2021270supp.docx?Expires=1706093306&Signature=BHBmH3FUmbofdrnlEOXfF9h9YV6ktEwksNpC6uuM--NkJeVPcNCUqnRvkp2Uhoakqvd4EvlS1-suxsJINhdq8NTQcu1CGH17ZNc9h2JHGMnXtFytWllAz5bkD0eyu6bVELOf1npN4TrMImaVHJIQEy5Dpeh2ze0d95X3H1rWZH6gBYjgWurZPHej8g2wC-eR-4zRBRGaKLtxo4zb9RzdOXdzTLr47Z1~WqnwB-z9XRpg2k-b6iUIZOBqHei~~8kuWOZDgRYys2HxA5X7-AnGNkRr8mK36M0xX7IMoqMI0VWwFUPnfNMqEivHUO6udTMPwmijvyw1oHsyCmEASddyRA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Elizabeth Webb,"School of Biological Sciences, Victoria University of Wellington, P.O. Box 600, Wellington 6140, New Zealand",New Zealand,webbonponga@xtra.co.nz,,Elizabeth Webb,"School of Biological Sciences, Victoria University of Wellington, P.O. Box 600, Wellington 6140, New Zealand",New Zealand,webbonponga@xtra.co.nz,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking waters', 'fluoride', 'fluorosis', 'groundwater', 'Vanuatu', 'volcanism']", +715,81994,11,4,https://iwaponline.com/washdev/article/11/4/600/81994/Inclusion-of-water-quality-testing-in-the,"Journal of Water, Sanitation & Hygiene for Development",Inclusion of water quality testing in the Afghanistan Living Conditions Survey and status of bacteriological contamination of drinking water in 10 provinces of Afghanistan,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.046/1/washdev2021046supp.docx?Expires=1706093311&Signature=NvKMnq8~tPSriWxlwxUYLHo28-TO6j5NGki8h4uSiroV6NkT2JtRcWv75vm9JYAkzDk-SVJ31Oo~0uOfPFEZ7fTNmRFs3duW197yY~U1Mp12lzu00tSrUiJ9YAsYg5eIn8j2XjbV~GQE3QMr56R2q3slhLhGMGY8OsxpuAtII9teBjEwOw-n2Bihwfj8BkLa4fE9T7FmmXTdAyideNB706Ed2QxANJbJ9O~FW5Gqw9cwsYkwM8rMunkQdLZVFTiFiv4Z~dwGZdKqUt3fNrQ3f50XvmoNV0RBslOaCbhd5VRYsoPzYMn6NnI-xW9E0OOtazHNm-SCVJ0qPQk~EYR3og__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Abdus Saboor,"Formerly UNICEF, Kabul, Afghanistan",Afghanistan,saboorpcrwr@yahoo.com,,Abdus Saboor,"Formerly UNICEF, Kabul, Afghanistan",Afghanistan,saboorpcrwr@yahoo.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water quality', 'household survey', 'safely managed water services', 'Sustainable Development Goal']", +716,82423,11,4,https://iwaponline.com/washdev/article/11/4/612/82423/Drinking-water-quality-exposure-and-health-risk,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality, exposure and health risk assessment for the school-going children at school time in the southwest coastal of Bangladesh",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.016/1/washdev2021016supp.docx?Expires=1706093314&Signature=aRhsTfnSOjESJp7SqaZgQuLcd6V8LMiTAzniVAED5gBe7WTWPH3uBgewTWoKQA1eVNmG-9kZM~syYhvBOhwt~MJs0AhQv-dspLRZI1QqXN8Gt4Ddks3Eyj0qQNXpRcYoHuqUGVZefkAeZtmFYTDg-oRle5s0~xMgr2F9AP5nY~eYXAHZVb4QhotbrSS11yo6r0WYKzbhSMrwNFU9pFZsKxBdBLivWrutX4wrmR2i2DRCyQ964LFtySWIwD9qoIOXiUvnhRlZeVppWmfEXPr8IdCvU-qFLGVhbAfdU0v7yNMhC97RANPd1O66HZxd-oNvPswQGGVlX5MYyMKwJWYUWQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Md. Aminur Rahman,"Department of Public Health Engineering (DPHE), Zonal Laboratory, Khulna 9100, Bangladesh",Bangladesh,aminur98@yahoo.com,https://orcid.org/ 0000-0003-4741-2507,Md. Aminur Rahman,"Department of Public Health Engineering (DPHE), Zonal Laboratory, Khulna 9100, Bangladesh",Bangladesh,aminur98@yahoo.com,https://orcid.org/ 0000-0003-4741-2507,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['coastal region', 'health risk assessment', 'Khulna', 'primary school children', 'tubewell water']", +717,82554,11,4,https://iwaponline.com/washdev/article/11/4/629/82554/Elevated-tanks-effect-on-transient-pressures-case,"Journal of Water, Sanitation & Hygiene for Development",Elevated tanks effect on transient pressures: case study,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.022/1/washdev2021022supp.docx?Expires=1706024195&Signature=O0Dbd8mgut08ddWXARKrx7SDO8ReyPOT~~70KQTiGkPQPKmBG92UzfAK0eIqSlyzomz9hZdv8KV3vs9KRp1AHgdEaqpXyYaYsQQBc4TYDeA0zgAmQs5OzTy2iClNMMSNWBfl8OyGI8py6pnHXCDMC4LKaZSIMiQJP-xhZNoTUBbN993b9CBVdSU9fVBt5~XpqwW9Mh1R2OkNM7JL6KHfURAuZHCMYXMrpXWV3M-7WiqMpCDgglk2semiiqLgT1e5m57sOmBR3RFWm3ybShIIekQpyJf9FHHhiy6lH8wyypEuYSRhKPHZIkmn-g5Cjc-ziqhzHg22D3FPxniSUMaa1A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Moustafa S. Darweesh,"Department of Civil Engineering, Assiut University, Assiut 71516, Egypt",Egypt,eng_taftaf82@yahoo.com,https://orcid.org/0000-0002-0050-2663,Moustafa S. Darweesh,"Department of Civil Engineering, Assiut University, Assiut 71516, Egypt",Egypt,eng_taftaf82@yahoo.com,https://orcid.org/0000-0002-0050-2663,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['elevated tanks', 'pressure transients', 'pumps', 'water distribution network', 'water hammer']", +718,82566,11,4,https://iwaponline.com/washdev/article/11/4/638/82566/How-are-we-actually-doing-Comparing-water-and,"Journal of Water, Sanitation & Hygiene for Development",How are we actually doing? Comparing water and sanitation in Kenya with MDG and SDG criteria,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.023/1/washdev2021023supp.docx?Expires=1706093323&Signature=ve4Jv4~d8HNyaqS8h~CY3PzzeuO6RFAiY2Qwv0AwIuAcclj6G7gsJRuxdldixWHV9qLw7DfkVOwCD8KMGO4xC4vygnPtHSOvTZ66IBRt7~ngov~aw5I8hGGF-G30i-tKR6V9h1KTgnbI8VNS7x4SzD2JEN7SdWeKiWu~sn3U0kKvKWRDX5mBHgM64HccvbpsOet7uemscC2X061pB3o9XB1gbX0QBK755gLp5RK0uqtq7tDroolUwzq00~LG5El2xSqyVPdwvpBNYvo28-adV28MCEFPJ87ORIxKGqOX3pcS0HH1pqyW-3DOmSm0Esnutz1~NhDQ2qPzzFiGAP1iYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Lauren Trepanier,"Civil and Environmental Engineering Department, Penn State University, 212 Sackett Building, University Park, PA 16802, USA",USA,,https://orcid.org/0000-0003-2726-4930,Caitlin Grady,"Civil and Environmental Engineering Department, Penn State University, 212 Sackett Building, University Park, PA 16802, USA",USA,cgrady@psu.edu,https://orcid.org/0000-0002-9151-6664,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Kenya', 'monitoring and evaluation', 'sanitation', 'Sustainable Development Goals (SDGs)', 'water', 'water quality']", +719,82555,11,4,https://iwaponline.com/washdev/article/11/4/657/82555/Latrine-characteristics-and-maintenance-practices,"Journal of Water, Sanitation & Hygiene for Development","Latrine characteristics and maintenance practices associated with pit latrine lifetime in an informal settlement in Kampala, Uganda",2021,FALSE,0,,[],12,Johnson B. Mubatsi,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, P.O. Box 7072 Kampala, Uganda",Uganda,,,Solomon Tsebeni Wafula,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, P.O. Box 7072 Kampala, Uganda",Uganda,swafula@musph.ac.ug,https://orcid.org/0000-0002-6405-015X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['human waste', 'informal settlements', 'Kampala', 'lifetime', 'private pit latrines', 'Uganda']", +720,81993,11,4,https://iwaponline.com/washdev/article/11/4/668/81993/A-toolkit-for-costing-environmental-health,"Journal of Water, Sanitation & Hygiene for Development",A toolkit for costing environmental health services in healthcare facilities,2021,TRUE,2,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.018/1/washdev2021018supp1.docx?Expires=1706093332&Signature=bzp0dEwwR4Kk23RO9exTDOR9C1pFYU1YyRTImsprlSbaMb22VSuI2Eqg-1c1E7bWuksvj0tvNNPlZFl8lkfhQR1lm5ayl2KBSpnsPkXNHWYTHEVaKo9mXCNs-cSdCiKrRhZENI~z4wEPCH5a8qUcql6nSB7O52Bhe6EccMk~Z22k4ZG-OI8GHY6uoNcNYGdknY9gsYp5WZdWAcBtAAVVKgXLcqvUydate7~7yz3QXdRqbruTZshLoKEsfBhvDeWv6IfB~qhdD1bLYHzxwY4jM4Y~RZ6Cq2n11hOd7fBMti1LmqiD1IB75VQ43y1NmEzzAGjDCCTBokJg-b8t4uiw0A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.018/1/washdev2021018supp2.xlsx?Expires=1706093332&Signature=q0FTEubvGEZ8dOaHn7f7JH0j4-NnNBkIsCNXC6SuU24czFMDV~T4-eHHZynkeSczNGV-BtmvOjspEfbp0Wi-HXHGFSP2XCzhGL9I4YcAKpYHk0a9a8-4HlCybEtq2yi8JH3MP9hZ6UfTeScKpI08jmGWAbdkxRuU4x5SGPTH3~s283bvUe5Hoh1KLTvgW63KLd5OeEB5y5T9Tqw9EybV6XTJqMcoTAERkGtn8JQc0EyW0kAWDRU~pkFecC-lJgm7JDlvk~iGACfCd3SrJ6TnF3d9~icUYjutsQnusuWgTOpbCYLG33dwnbFI1oirBvt1qBnTejPRiK4l1t~X9EaPCg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",6,Darcy M. Anderson,"The Water Institute, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",USA,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,Darcy M. Anderson,"The Water Institute, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",USA,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['costing', 'environmental health', 'healthcare facilities', 'infection prevention', 'water', 'sanitation', 'and hygiene (WaSH)']", +721,81998,11,4,https://iwaponline.com/washdev/article/11/4/676/81998/Microbiological-analysis-of-domestic-water-sources,"Journal of Water, Sanitation & Hygiene for Development","Microbiological analysis of domestic water sources in Banda slum of Kampala, Uganda",2021,FALSE,0,,[],2,Barugahara Evyline Isingoma,"Department of Human Nutrition and Home Economics, Box 1, Kyambogo University, Kampala, Uganda",Uganda,bisingoma@gmail.com,,Barugahara Evyline Isingoma,"Department of Human Nutrition and Home Economics, Box 1, Kyambogo University, Kampala, Uganda",Uganda,bisingoma@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Banda slum', 'domestic water', 'microbiological', 'Uganda']", +722,81842,11,4,https://iwaponline.com/washdev/article/11/4/687/81842/Factors-influencing-personal-hygiene-among-primary,"Journal of Water, Sanitation & Hygiene for Development",Factors influencing personal hygiene among primary schoolchildren in western Côte d'Ivoire,2021,FALSE,0,,[],7,Julie Sackou Kouakou,"Department of Public Health, Hydrology and Toxicology, Faculty of Pharmaceutical and Biological Sciences, Félix Houphouët Boigny University, BPV 34, Abidjan, Côte d'Ivoire",Côte d'Ivoire,,,Marie Laure Tiadé,"Department of Public Health, Hydrology and Toxicology, Faculty of Pharmaceutical and Biological Sciences, Félix Houphouët Boigny University, BPV 34, Abidjan, Côte d'Ivoire",Côte d'Ivoire,marlatial29@yahoo.fr,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"[""Côte d'Ivoire"", 'personal hygiene', 'primary schools', 'pupils']", +723,82996,11,5,https://iwaponline.com/washdev/article/11/5/693/82996/Achieving-Sustainable-Development-Goals-in-water,"Journal of Water, Sanitation & Hygiene for Development",Achieving Sustainable Development Goals in water and sanitation sectors in India,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.002/1/washdev2021002supp.docx?Expires=1706041918&Signature=lk~A6AcylhAbj5Oj~cJRmX83xDOYwK7lX9Kwaow~zG3f6my7l3IQ0S-BCU2ZGIXJGSl5Ec~m9XZ-FWcEXdfsRPYAmFAc9oebdvRspVxqoQ9sb1BPVaI-~Z4MQX51KNgCHzti-I-TYAkEibmpQiO4QhK0SrO8HYU32sFCUMhi~bmY4Z0UB0alT5bHdJ7wwQSkJMle8z~kGFtiLGVlWGvZQ7Pwd03xuEDmTbh~nva8eMuoSYuL3SXnBwj5FmjD18NJADmypI3Vi4Z5YmHS8~uHQxuzMG3sb-OCLQp~jxTLxV-gzcCo7704piDcYe8whRbu8fLNpm8hMtOtrav7qS1fpA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,S. K. Sarkar,"India Habitat Center, The Energy and Resources Institute (TERI), New Delhi, Delhi 110003, India",India,,,Girija K. Bharat,"Mu Gamma Consultants Private Limited, Nirvana Country, Gurugram, Haryana 122018, India",India,gbharat@mugammaconsultants.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Har Ghar Jal', 'Jal Jeevan Mission', 'open defecation', 'Sustainable Development Goal 6', 'Swachh Bharat Mission', 'water and sanitation']", +724,83264,11,5,https://iwaponline.com/washdev/article/11/5/706/83264/Phosphorus-recovery-by-struvite-precipitation-a,"Journal of Water, Sanitation & Hygiene for Development",Phosphorus recovery by struvite precipitation: a review of the impact of calcium on struvite quality,2021,FALSE,0,,[],4,Isaac Enyemadze,"Department of Civil Engineering, Regional Water and Environmental Sanitation Center Kumasi (RWESCK), Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,isaac.enyemadze@gmail.com,https://orcid.org/0000-0001-7652-1257,Isaac Enyemadze,"Department of Civil Engineering, Regional Water and Environmental Sanitation Center Kumasi (RWESCK), Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,isaac.enyemadze@gmail.com,https://orcid.org/0000-0001-7652-1257,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['calcium', 'magnesium sources', 'precipitation', 'quality', 'struvite']", +725,83399,11,5,https://iwaponline.com/washdev/article/11/5/719/83399/Adapting-a-safe-water-storage-container-to-improve,"Journal of Water, Sanitation & Hygiene for Development",Adapting a safe water storage container to improve household stored water quality in rural Burkina Faso: a cluster randomized trial,2021,TRUE,6,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp1.docx?Expires=1706093354&Signature=1UIZlO3dtWdw34XtP6--B5Z4SKIg-d9RxexfaAIaEKghBsLS-7O4mos98FhME-iIU6prkA8IY7D6fdhYc-GSRGP86rT1Z8TgdlAsnrxz17L0c7K5AZOPAjGUSqDv7Z-QqhUEu6SNCJqh-HMhuY2IlWYutSKx1VR7F4ftzDIbx9SmTqF2yu5zu46hTrHHcwy6npuZ1yOvbdje6qNhFt4hdrpIUjEppstGVDdAf2-7YsvkNpwWHRaUn4owqlIeRipcMLZm-26qWNb3ONcKkT2fzoscOxobZ3yzIgSTP04eJIDDMSOh03WlqqAQWpeXbwfqlaleSVokz~JhxfL45m91qg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp2.pdf?Expires=1706093354&Signature=HnRHlTluIVpDmS-1MT3GwLl9orl-I~3kFfwGjV8E3M2RdIUzKJJxZLnnwJvbK7jnGK1WI~zVBLfhzSNln0KU9jivVAlrIjjcpF7OC7uZRqUc2AZu9hyIPtSH0ZT7l5CRHJc80Lv6F~cQ3TMs3H43uvZsXJOPC5p8SUng4dlGsTq9D6mZYPWyl5LzxSSNQSsnqngfrdyuMqIaiypJXO3jLNDF27DZonBTDxIu8JXiDRG2pPqbhX6Bhle8gUG40C9RTXm43g3xsp9WIXZoSQMuRXyjTLTS8Y9Y7UHe3yYS8oJuddzMaIHIl6I4ZWuLeb4gM4e3pXnvCrfPaqVGIgdkLA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp3.docx?Expires=1706093354&Signature=LJ77houHYoRoYT9uMmIsXsp~zRMo~A6OgNB4q7uYxceNi-k9uOSa-aKZ2TDTZkjqlD0QkkNkXiPyCXdcx-1P1Rx-CEI8D5HsjIH1aJKceZ1SZQ2R4C-APZISolkNcsDtA1xJzj-8yhBFsOcGpChFTriTq8zlCQqyRguxOnCXjZWVa2j8YkQOyxPqyLmwJrg4Se9syUi6k0-~iRmvM4yEnvOykxxr~0Gofa5NHzYgs1DtYvSmi4L-moe~RbZrkpoaV719Ey626arfBgDgofQ9TBmrkxchKuMyTcERejCNBziZicnesuqEcHN4KOzdQ6IHsceq4J0UKX3x9Z5E8zbEPQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp4.docx?Expires=1706093354&Signature=rFLszaTytTIvLv~ETV~4SqZNvfRDbDxyXuBg3kg-OrjrUg1B9A7oNIhfbJvAh2BqTUvnUhSnn7AxoDDwQJLoi3SGK-GJgvUKvsOqBepBB26ET86rW44D29OehuEvHUnYzdFc7IEDLqx8fH7embQuEFqaYc0rMBqsCMnzy9JHMY94ug8Kc0U-lJBEgKhxeq5YMlDCEHPHFaLgD2MtkIXi8TC7vRs1AswDlGIEU5ys7HOuPTwsaiAe7gV~4JnMAA~-x5RjlB-KGqukOf97-ua7rGgNRtr8siN5tOC0fXlNOcpYGoxx4JfcPpFEPWtpYXtnz34Ol6XbqPZYqci-7l6hFw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp5.pdf?Expires=1706093354&Signature=TlTVLPSpUDaBSgQBsj~X7zaRj9ce2rFTKgBNphE-1OXaNmugkWh49vL6E7zpkor-u9RFH91IhSaZ-rkcdnikgDdgS5kZZ8R5PGL0TcYP9SN~5rcV-CuWORnFA-ZmQTwNnYFSK2GRwykt4~4ibqNQp8sepiJoGWu8mlkFuvbTENevyK2GNvUCMDf14zrFJ89QxawL7szdUl5x-lvrnQSv8If7unN3Cxf75CSIyWXXTqfZaZPfAKVeo-Zttde4~TuljSClnexbI8szhmAM02fRqyR1E62zjMMQqXShO--~vDRPWcyQ9GfYjb46HelONxplFBJWD90JHMcmILI-XOP8LA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp6.xlsx?Expires=1706093354&Signature=mwpCnYxHI7DGkTLvLiQZ645esWpwMWr4WbrSwsJQ9BdDG~sX~Zmkp00cq5P5KwgkTrTnH6hgP3caixwtuLRI9GHnXc9qxbPhmH9y4rBs4dDyBNg50ICePS-GIBPIHxGJeEV9MLhZntRaweS6lFHcMTNLRt0T1qNxSKP7jO8cNJ3YD6scSOoaWwZbn1yXrEfsjl6gajSDvqw~JrACFtukqNA9-xrbhJhuxgdoNU8-PbbF3rPHzsPXneu2mbMRXRtN~9~s6RQvAEnPtNNU56W8posJHq8IEYbPcf5eOLjOmtm~Etrk~lQZCWc348cVJqGclJRpcF6tGZ1iCpiYm6it8w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",9,Darcy M. Anderson,"The Water Institute at UNC, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",USA,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,Darcy M. Anderson,"The Water Institute at UNC, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",USA,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.15139/S3/IGSF54).,All relevant data are available from an online repository or repositories,https://doi.org/10.15139/S3/IGSF54,"['adaptation', 'Burkina Faso', 'drinking water', 'Escherichia coli', 'Plan-Do-Study-Act', 'safe storage']", +726,83394,11,5,https://iwaponline.com/washdev/article/11/5/732/83394/Reusable-rainwater-quality-at-the-Ikorodu-area-of,"Journal of Water, Sanitation & Hygiene for Development","Reusable rainwater quality at the Ikorodu area of Lagos, Nigeria: impact of first-flush and household treatment techniques",2021,FALSE,0,,[],5,Chukwuemeka K. John,"Faculty of Engineering and Informatics, University of Bradford, Bradford DB7 1DP, UK",UK,,,Jaan H. Pu,"Faculty of Engineering and Informatics, University of Bradford, Bradford DB7 1DP, UK",UK,j.h.pu1@bradford.ac.uk,https://orcid.org/0000-0002-3944-8801,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Escherichia coli', 'roof-harvested rainwater (RHRW)', 'total coliform', 'total suspended solids (TSS)', 'turbidity']", +727,83237,11,5,https://iwaponline.com/washdev/article/11/5/746/83237/Effect-of-fecal-matter-co-digestion-with-kitchen,"Journal of Water, Sanitation & Hygiene for Development",Effect of fecal matter co-digestion with kitchen waste on Hermetia illucens’ larval weight and protein content,2021,FALSE,0,,[],5,Rosemary M. Matheka,"Soil, Water and Environmental Engineering Department, Jomo Kenyatta University of Agriculture and Technology, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,,Rosemary M. Matheka,"Soil, Water and Environmental Engineering Department, Jomo Kenyatta University of Agriculture and Technology, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['circular economy', 'co-digestion', 'kitchen waste', 'sanitation']", +728,83057,11,5,https://iwaponline.com/washdev/article/11/5/758/83057/Knowledge-attitudes-and-practices-KAP-on-fecal,"Journal of Water, Sanitation & Hygiene for Development","Knowledge, attitudes and practices (KAP) on fecal sludge resource recovery and reuse in Dar es Salaam, Tanzania",2021,FALSE,0,,[],3,Isabela T. Mkude,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, Dar es Salaam, Tanzania",Tanzania,isabela.thomas@yahoo.com,https://orcid.org/0000-0001-6194-3967,Isabela T. Mkude,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, Dar es Salaam, Tanzania",Tanzania,isabela.thomas@yahoo.com,https://orcid.org/0000-0001-6194-3967,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['attitudes', 'fecal sludge', 'FSM', 'knowledge', 'practices', 'resource recovery']", +729,82556,11,5,https://iwaponline.com/washdev/article/11/5/771/82556/Scenario-based-life-cycle-cost-assessment-to,"Journal of Water, Sanitation & Hygiene for Development",Scenario-based life-cycle cost assessment to support sustainable investment in rural communal sanitation facilities: application to a school-based sanitation facility,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.230/1/washdev2021230supp.docx?Expires=1706023730&Signature=oL1Qac271y33ICtwQ1-q~wDgl9MY7SXHZ9aN5vYvGfOr1vVsSF--tQmvBJ-63QaY3yUilX6eh5MwoV8N98vBW7KhC-Iul6lWMs59ZbTsQrB10R2JDtrcwkz9htkOA3Ry7iqOuhzbyAkeMMcUXsk1qqONy0aQBvXyMbGrBx8aisJduOlQ~d2FJZB-nu4bTAtC2TDaE6hQBoTP3CWI1kd-DiQ4iosa4Ym60mYz1QLWyGvs7u1ej7GPk3d7vR8Qk--AGKLS61TBm0Vgs5AcHshBPfPZKRdzZabPGUb42L8hicnNAIJ5LAymNFhSwDrRavCdV-C~ImZyDhCFyrBj44tOnw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,N. M. Koseoglu,"Social, Economic and Geographical Sciences Department, James Hutton Institute, Aberdeen, UK",UK,Nazli.Koseoglu@hutton.ac.uk,https://orcid.org/0000-0003-0310-2494,N. M. Koseoglu,"Social, Economic and Geographical Sciences Department, James Hutton Institute, Aberdeen, UK",UK,Nazli.Koseoglu@hutton.ac.uk,https://orcid.org/0000-0003-0310-2494,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['decentralised WASH', 'functionality', 'governance', 'India', 'rural sanitation', 'socio-economic determinants']", +730,83058,11,5,https://iwaponline.com/washdev/article/11/5/785/83058/Private-emptiers-perspectives-on-the-regulation-of,"Journal of Water, Sanitation & Hygiene for Development",Private emptiers' perspectives on the regulation of faecal sludge emptying services in Sub-Saharan Africa,2021,FALSE,0,,[],3,Alix Lerebours,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",UK,a.m.lerebours@lboro.ac.uk,https://orcid.org/0000-0003-2796-3635,Alix Lerebours,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",UK,a.m.lerebours@lboro.ac.uk,https://orcid.org/0000-0003-2796-3635,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['enabling environment', 'onsite sanitation', 'private sector participation', 'pro-poor measures', 'sanitation chain', 'urban']", +731,82567,11,5,https://iwaponline.com/washdev/article/11/5/794/82567/Who-does-what-and-why-Examining-intra-household,"Journal of Water, Sanitation & Hygiene for Development","Who does what and why? Examining intra-household water and sanitation decision-making and autonomy in Asutifi North, Ghana",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.039/1/washdev2021039supp.docx?Expires=1706093381&Signature=lLJAHLaZTbBkqyfXXwWzKrj9Y75-LSOx1CssALZ~GbYjFCuzOGvFevZ4ckd4g8gxKrjPqc45VlZwI69X10-gd2voB3TWxhm-vr5jIl7iCbL7DWetoCgsOYUkXp-a5dD0~X8FaCbTqco53sLyYrsFMnooJqO4mKXrZ5W7ymroYjmLX-ypMcmfZPMXAGsIURiVhTRan0g7ZUe4bftcgC9CNPqCHbrkxgWfBDx5sAtbjD1XjAZIQtieOHICcXHJ-P98twPVBJ-TV7djoz4AI5ptQHAVv8xbrxAJ2ESjiu9~--yNC-WsDXJqjKRtr0npqJuk8JorsHW2upAwntAYAAfGUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Elijah Bisung,"School of Kinesiology and Health Studies, Queen's University Kingston, Kingston, ON, Canada",Canada,eb120@queensu.ca,https://orcid.org/0000-0002-1560-3256,Elijah Bisung,"School of Kinesiology and Health Studies, Queen's University Kingston, Kingston, ON, Canada",Canada,eb120@queensu.ca,https://orcid.org/0000-0002-1560-3256,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['autonomy', 'decision-making', 'gender', 'Ghana', 'motivation', 'water and sanitation']", +732,82568,11,5,https://iwaponline.com/washdev/article/11/5/805/82568/Assessing-national-WaSH-targets-through-a-water,"Journal of Water, Sanitation & Hygiene for Development",Assessing national WaSH targets through a water governance lens: a case study of the Sanitation and Water for All partnership commitments,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.049/1/washdev2021049supp.docx?Expires=1706093385&Signature=1TI5ckVAykt7YnnGhRhjN8gDd6TnQZKjZ8lv9Yfn6Hfq5qiT1KLSQwfbrIqR05h4I8WUURWuzHKZcZUqL-wDfKLDDmS9CEqi4V1VeZWqsxncgeWjhBBVVJmjV1yMBUC5BSdBoMpwZOafDluqhU12n27U9~u4kCCfEWniU-JRJCivfRjQ9phUQHareHaCvTUGTtiKG0vheEW8vtzSQNaCWF5yEzRir45Lc0nLbXy2SuQd1S339woRHsdR5gP9fjHaaYrN98k0hpOoqkHHx5e9TAh0UKcq79S~mUR6gvHQc4on2ZHrN~S3UErHzI93KGo~3cDZMGFsBBXS5VbJeInbug__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Leonie Schiedek,"Uppsala University, Department of Earth Sciences, P.O. Box 256, SE-751 05 Uppsala, Sweden",Sweden,leonie.schiedek@web.de,https://orcid.org/0000-0001-6025-8140,Leonie Schiedek,"Uppsala University, Department of Earth Sciences, P.O. Box 256, SE-751 05 Uppsala, Sweden",Sweden,leonie.schiedek@web.de,https://orcid.org/0000-0001-6025-8140,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['national commitments', 'SDGs', 'target-setting', 'WaSH', 'water governance']", +733,83132,11,5,https://iwaponline.com/washdev/article/11/5/814/83132/Predominance-of-blaTEM-and-tetA-genes-in,"Journal of Water, Sanitation & Hygiene for Development","Predominance of blaTEM and tetA genes in antibiotic-resistant Escherichia coli isolates from Laguna Lake, Philippines",2021,FALSE,0,,[],2,Daile Meek Salvador-Membreve,"Pathogen-Host-Environment Interactions Research Laboratory, Institute of Biology, College of Science, University of the Philippines Diliman, Quezon City 1101, Philippines",Philippines,,,Windell L. Rivera,"Pathogen-Host-Environment Interactions Research Laboratory, Institute of Biology, College of Science, University of the Philippines Diliman, Quezon City 1101, Philippines",Philippines,wlrivera@science.upd.edu.ph,https://orcid.org/0000-0002-4659-6132,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['lake water quality', 'multidrug resistance', 'Philippines', 'surface water', 'thermotolerant E. coli']", +734,83265,11,5,https://iwaponline.com/washdev/article/11/5/824/83265/Removal-of-hydrogen-sulfide-gas-using-coal-fly-ash,"Journal of Water, Sanitation & Hygiene for Development",Removal of hydrogen sulfide gas using coal fly ash – blast furnace cement composite,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.091/1/washdev2021091supp.docx?Expires=1706093393&Signature=2RardCs7nEgqQ18fWRnl~4R4qDU1iiLyVYhiYzqJwREUubr376r6BlJKLEtCF66iK21WpYMkb6XKTrJ4ObBAaBab-8zY~fhRYdLPqxk249b2nFKVHjal1d8Y6dJ-qGjJI2PhaBtN-R7-pQldj7iLBb6A9G1CxxBnEBLDBD4wmfdxlRkz62g6LrnijEP9KJ4pyQp3Slxgchqfac3ROktb81diPoWugnIurSe7KhAuzclmY8jwX6fQ01xw5EuvPKVlw5NDY-ic5Eejdui6mNUjGoVs7qirn6IN7yxHwughGaFyTZKM0W17SXCsApePrjuzznMbYkApvHq~ykvstqlALg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Satoshi Asaoka,"Graduated School of Integrated Sciences for Life, Hiroshima University, 1-4-4 Kagamiyama, Higashi-Hiroshima, Hiroshima 739-8528, Japan",Japan,stasaoka@hiroshima-u.ac.jp,,Satoshi Asaoka,"Graduated School of Integrated Sciences for Life, Hiroshima University, 1-4-4 Kagamiyama, Higashi-Hiroshima, Hiroshima 739-8528, Japan",Japan,stasaoka@hiroshima-u.ac.jp,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['decentralized wastewater treatment system', 'deodorant', 'hydrogen sulfide', 'recycled materials', 'SDGs', 'septic tank']", +735,83017,11,5,https://iwaponline.com/washdev/article/11/5/831/83017/Determinants-of-drinking-water-quality-and,"Journal of Water, Sanitation & Hygiene for Development","Determinants of drinking water quality and sanitary risk levels of water storage in food establishments of Addis Ababa, Ethiopia",2021,FALSE,0,,[],4,Aderajew Mekonnen Girmay,"Ethiopian Public Health Institute (EPHI), Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,Aderajew Mekonnen Girmay,"Ethiopian Public Health Institute (EPHI), Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Addis Ababa', 'bacteriological', 'determinants', 'drinking water storage', 'food outlet']", +736,82958,11,5,https://iwaponline.com/washdev/article/11/5/841/82958/From-emergency-to-durable-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","From emergency to durable water, sanitation and hygiene (WASH) interventions: insights from the protracted Syrian refugee situation in Lebanon",2021,FALSE,0,,[],4,Hani Chatila,"World Food Programme, Rome, Italy",Italy,hani.chatila@gmail.com,https://orcid.org/0000-0002-4954-5023,Hani Chatila,"World Food Programme, Rome, Italy",Italy,hani.chatila@gmail.com,https://orcid.org/0000-0002-4954-5023,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['aid policy', 'durable WASH interventions', 'humanitarian–development nexus', 'protracted refugee situations']", +737,83236,11,5,https://iwaponline.com/washdev/article/11/5/849/83236/Reaching-those-left-behind-knowledge-gaps,"Journal of Water, Sanitation & Hygiene for Development","Reaching those left behind: knowledge gaps, challenges, and approaches to achieving SDG 6 in high-income countries",2021,FALSE,0,,[],15,Kaitlin J. Mattos,"Mortenson Center in Global Engineering, Environmental Engineering Program, University of Colorado, Boulder, CO, USA",USA,kaitlin.mattos@colorado.edu,https://orcid.org/0000-0002-9273-0101,Kaitlin J. Mattos,"Mortenson Center in Global Engineering, Environmental Engineering Program, University of Colorado, Boulder, CO, USA",USA,kaitlin.mattos@colorado.edu,https://orcid.org/0000-0002-9273-0101,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['high-income countries', 'hygiene', 'sanitation', 'water']", +738,84261,11,6,https://iwaponline.com/washdev/article/11/6/859/84261/Drinking-water-status-in-Nepal-an-overview-in-the,"Journal of Water, Sanitation & Hygiene for Development",Drinking water status in Nepal: an overview in the context of climate change,2021,FALSE,0,,[],7,S. Sharma,"Aquatic Ecology Centre, School of Science, Kathmandu University, P.O. Box 6250, Kathmandu, Nepal",Nepal,,,P. Poudel,"Department of Environmental Science and Engineering, Kathmandu University, Dhulikhel, Nepal",Nepal,prativapoudel1@gmail.com,https://orcid.org/0000-0001-7124-713X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['climate change', 'Nepal', 'WASH', 'water']", +739,84795,11,6,https://iwaponline.com/washdev/article/11/6/867/84795/Research-progress-on-the-contamination-status-and,"Journal of Water, Sanitation & Hygiene for Development",Research progress on the contamination status and control policy of Giardia and Cryptosporidium in drinking water,2021,FALSE,0,,[],5,Cuimin Feng,"Key Laboratory of Urban Stormwater System and Water Environment, Ministry of Education, Beijing University of Civil Engineering and Architecture, Beijing 100044, China",China,feng-cuimin@sohu.com,,Cuimin Feng,"Key Laboratory of Urban Stormwater System and Water Environment, Ministry of Education, Beijing University of Civil Engineering and Architecture, Beijing 100044, China",China,feng-cuimin@sohu.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Cryptosporidium', 'disinfection', 'drinking water', 'Giardia', 'water treatment']", +740,83329,11,6,https://iwaponline.com/washdev/article/11/6/887/83329/Assessing-inequalities-in-sustainable-access-to,"Journal of Water, Sanitation & Hygiene for Development",Assessing inequalities in sustainable access to improved water services using service level indicators in a rural municipality of South Africa,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.234/2/washdev2021234supp.docx?Expires=1706093421&Signature=HqFE3IlZSNGjIIqZw5~3RHlA01EHHfWKHW6lOoeLWr-TwVFXg8lruBTaWZwv22MEgajdqpjKtM1QCOsInkao0ehXpU~Q9MfOpzpOrJz8BONDpJl8RYLRCUwk2-RiTA~JwkMEJWjsfdIBk0IxY0ios3Uao-IUNMw5g-WC-17HMr6IEX4ar8me~Dp4ZSkPx1NkTHrZtbjjEwqd0246qipZXUFZJ0DMQR7i34qyf53Tbo50MjnkUqKw7uXnFWCSRjlt-dSXiMBS09bkYTvHpilFO1p1yXI2YyjYkc54Dts649qgwiGoazSXgg0U1V3P2mQBo4paMGGwqUSfpBGrX0MuNg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Calvin Sambo,"Bioresources Engineering Programme, School of Engineering, University of KwaZulu-Natal, King Edward Ave, Scottsville, Pietermaritzburg 3209, KwaZulu-Natal, South Africa",South Africa,calvinsambo@gmail.com,https://orcid.org/0000-0002-7124-805X,Calvin Sambo,"Bioresources Engineering Programme, School of Engineering, University of KwaZulu-Natal, King Edward Ave, Scottsville, Pietermaritzburg 3209, KwaZulu-Natal, South Africa",South Africa,calvinsambo@gmail.com,https://orcid.org/0000-0002-7124-805X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['free basic water policy', 'improved water sources', 'rural water supply', 'water service indicators']", +741,83444,11,6,https://iwaponline.com/washdev/article/11/6/902/83444/Linkages-between-environmental-factors-WASH-and,"Journal of Water, Sanitation & Hygiene for Development",Linkages between environmental factors (WASH and energy) and Infant and Young Child Feeding practices in rural India: implications for cross-sectoral interventions for child health,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.005/2/washdev2021005supp.docx?Expires=1706093426&Signature=LdJHdvbh8dg~luW3aZWOTLUF~sKT9rpU-pQegiseKrUhxKoEvVP7D20dx4OhbssWf1-yoSMsWJkK-HMWjokS6BHVllix2JzcsrKl39wNVYw37UCXV0ut7O6Wca2z9QvAjCxNOBDBKJ0PNF7hdZZPhrTxKnvfD2C1lOjrjQUy-OLTIDk4WVzHvmB6SFVeuwQZh~kIIwViYYW~w76otkILEm7xOST~BRKad0pDpUoEbbstfkacpm-Cq7-tE93x3mhYwjowa8aXScOZSTIBNs2S74lTr3oY6bFz69IIAXD466Q-l6cZ5APxosVEB6UfLK3LYjeW9bDyfAlqWWrhpl9aqA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,Priti Parikh,"Engineering for International Development Centre, Bartlett School of Sustainable Construction, University College London, London WC1E 7HB, UK",UK,priti.parikh@ucl.ac.uk,https://orcid.org/0000-0002-1086-4190,Priti Parikh,"Engineering for International Development Centre, Bartlett School of Sustainable Construction, University College London, London WC1E 7HB, UK",UK,priti.parikh@ucl.ac.uk,https://orcid.org/0000-0002-1086-4190,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['child health', 'energy', 'environment', 'feeding practices', 'India', 'WASH']", +742,83445,11,6,https://iwaponline.com/washdev/article/11/6/916/83445/Assessment-of-multiple-boiling-of-potable-water,"Journal of Water, Sanitation & Hygiene for Development",Assessment of multiple boiling of potable water utilizing household kettles for consumption,2021,FALSE,0,,[],3,Bader S. Al-Anzi,"Department of Environmental Technology and Management, Kuwait University, P.O. Box 5969, Safat 13060, Kuwait",Kuwait,bader.alanzi@ku.edu.kw,,Bader S. Al-Anzi,"Department of Environmental Technology and Management, Kuwait University, P.O. Box 5969, Safat 13060, Kuwait",Kuwait,bader.alanzi@ku.edu.kw,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['boiling', 'drinking water', 'kettle', 'total dissolved solids']", +743,84262,11,6,https://iwaponline.com/washdev/article/11/6/926/84262/Water-sanitation-and-hygiene-in-healthcare-centres,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene in healthcare centres: appraisal in a pandemic",2021,FALSE,0,,[],4,Enovwo E. Odjegba,"Department of Water Resources Management & Agrometeorology, Federal University of Agriculture, Abeokuta, Ogun State, Southwest Nigeria",Southwest Nigeria,odjegbaee@funaab.edu.ng,https://orcid.org/0000-0003-3402-4708,Enovwo E. Odjegba,"Department of Water Resources Management & Agrometeorology, Federal University of Agriculture, Abeokuta, Ogun State, Southwest Nigeria",Southwest Nigeria,odjegbaee@funaab.edu.ng,https://orcid.org/0000-0003-3402-4708,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['infections', 'pandemic', 'primary healthcare facilities', 'SDGs', 'WASH']", +744,83948,11,6,https://iwaponline.com/washdev/article/11/6/937/83948/Community-management-does-not-equate-to,"Journal of Water, Sanitation & Hygiene for Development",Community management does not equate to participation: fostering community participation in rural water supplies,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.089/2/washdev2021089supp.docx?Expires=1706023714&Signature=VSiethOvETTGgSO2fVySRd3NgXDAgyBp4BK2ERplsaMbqoxeOreBkGvjE0XJxP7k0fkvYd7j-orxrkM5ENtwOMmQOvcit8ZP~9uE3qtDlvRzU5cdz-SrrFJDhWWVgQy1icIDL82fhEwCCkx-qlKKjc8sAwpT0PbTrjVRjpgzN8OeIBf~Bqu8vsJVUo73hRsMGM4SyEUFCVyzsBW1VPQ-52qZMuzgLX6-Gq5hPfT6b~zWXOfsxtuiFX2M4CTUkNuJiaGj08CtlNl-jRkN7ZWpInMVbzOr07AnqrSRbB~uUL45YqaZs48V-BmdKPKQFiB-OJ8fnbZRED1JUPsjjKyAUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Katherine F. Shields,"Department of Geography, University of Oregon, Eugene, OR, USA",USA,kfs@uoregon.edu,https://orcid.org/0000-0003-0625-7723,Katherine F. Shields,"Department of Geography, University of Oregon, Eugene, OR, USA",USA,kfs@uoregon.edu,https://orcid.org/0000-0003-0625-7723,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['community ownership', 'governance', 'qualitative', 'rural water supply', 'sub-Saharan Africa', 'water committee']", +745,83400,11,6,https://iwaponline.com/washdev/article/11/6/948/83400/Financial-and-operational-sustainability-of-a,"Journal of Water, Sanitation & Hygiene for Development",Financial and operational sustainability of a gravity-fed rural piped water supply system in Malawi,2021,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.090/2/washdev2021090supp.pdf?Expires=1706162859&Signature=yWp3zO71yTIpZFZjQT2fgezVh5692cPOfdR8cdCX0CejCo-S7sFaO63Cnu4DOO~208dYOBvDwRzREKgBgRaa7YbJicBfMQ3zUZhfkUOVtqDfJipE7dpJfur~g3rhM41ZiaPE4~3V6YF1sc26jhOrsLMi7PY1fCGo3Ja0Sr9oPXjQhdW84l8u7f~h90s3ohjd0hVCJwfJa~WXnhcLc0Y6vi-o2uKFLAkr6lXCMPcmyF0YYVL9mhpK43y6SPohy2jD-I2wj7htOP1W022wvmZbfZjsh84Yn~uhcKYmF88RmL1NEy-WL8fe2kdxLPrw7igtwEDEpUZxC40odHa8V2Mpew__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Patrick Mwagomba,"Malawi University of Business and Applied Sciences (MUBAS), Blantyre, Malawi",Malawi,,,Elizabeth Tilley,"Mechanical and Process Engineering, ETH Zurich, Clausiusstrasse 37, 8092 Zurich, Switzerland",Switzerland,tilleye@ethz.ch,https://orcid.org/0000-0002-2095-9724,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['capacity', 'distribution', 'financial sustainability', 'rural water', 'social acceptability', 'user satisfaction']", +746,83446,11,6,https://iwaponline.com/washdev/article/11/6/959/83446/Fate-and-mass-loading-of-antibiotics-in-hospital,"Journal of Water, Sanitation & Hygiene for Development","Fate and mass loading of antibiotics in hospital and domestic wastewater treatment plants in Bangkok, Thailand",2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.092/2/washdev2021092supp.docx?Expires=1706162863&Signature=B1076L5CM7sLmJz8eFbRTGN-qxgKVvvV0y~bMHH4y1Pf4m8YV6Gvl1mSD0Ir2NY0s1ky1lPXdKbR3SuvXEyyt19SI8Jl4EX32M8arpZEg36MN2rBCDk2cjBsGSBeE-NSK2~VLpmnRUxV2Plb4sNzIriaPc72sNIhnWuNAcmEEgCHyHQi~3rURu~vzi8Klaz-OjnaGhMoLjW3ogO40t-pdIfIg5ZDyHvEop1chtT0P~HJXD3gK90u3j9OCgF316ltD~dQbdp6bK1ET9d5NZQoDpHhNy-4gbfGSoWcXq2Kheyh-wptQXyECWE8AzxQcaTSbD03jd2deiNGpB4iSYBLYg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Donwichai Sinthuchai,"Department of Civil and Environmental Engineering, Faculty of Engineering, Mahidol University, 999 Phutthamonthon 4 Rd. Salaya, Phutthamonthon, Nakhon Pathom 73170, Thailand",Thailand,,,Suwanna Kitpati Boontanon,"Department of Civil and Environmental Engineering, Faculty of Engineering, Mahidol University, 999 Phutthamonthon 4 Rd. Salaya, Phutthamonthon, Nakhon Pathom 73170, Thailand",Thailand,suwanna.boo@mahidol.ac.th,https://orcid.org/0000-0003-2118-4577,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibiotics', 'domestic wastewater', 'hospital wastewater', 'mass loading', 'wastewater treatment plant']", +747,84001,11,6,https://iwaponline.com/washdev/article/11/6/972/84001/Evaluation-of-monitoring-tools-for-WASH-response,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of monitoring tools for WASH response in a cholera outbreak in northeast Nigeria,2021,FALSE,0,,[],5,Marine Ricau,"Department of Civil and Environmental Engineering, Tufts University School of Engineering, Medford, MA 02155, USA",USA,marine.ricau@tufts.edu,,Marine Ricau,"Department of Civil and Environmental Engineering, Tufts University School of Engineering, Medford, MA 02155, USA",USA,marine.ricau@tufts.edu,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['cholera', 'data collection', 'humanitarian context', 'monitoring', 'Nigeria', 'WASH']", +748,84260,11,6,https://iwaponline.com/washdev/article/11/6/983/84260/Re-emergence-of-dry-toilets-and-fecal-nutrient,"Journal of Water, Sanitation & Hygiene for Development",Re-emergence of dry toilets and fecal nutrient reuse in M'zab cities,2021,FALSE,0,,[],3,Sara Bekaddour,"Agricultural Water Management Laboratory, National Higher School of Agronomy (ENSA ex INA), Hassen Badi, El Harrach 16004, Algiers, Algeria",Algeria,bekaddour.sara@gmail.com,https://orcid.org/0000-0003-2169-0090,Sara Bekaddour,"Agricultural Water Management Laboratory, National Higher School of Agronomy (ENSA ex INA), Hassen Badi, El Harrach 16004, Algiers, Algeria",Algeria,bekaddour.sara@gmail.com,https://orcid.org/0000-0003-2169-0090,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['arid regions', 'dry toilets', 'human excreta', 'oasis', 'recycling', 'water and nutrient cycles']", +749,84326,11,6,https://iwaponline.com/washdev/article/11/6/994/84326/Pathways-to-the-successful-function-and-use-of-mid,"Journal of Water, Sanitation & Hygiene for Development",Pathways to the successful function and use of mid-tech household water and sanitation systems,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.107/2/washdev2021107supp.docx?Expires=1706162874&Signature=1lX-butMkuz42-0jcmC~iOjeELOvh1~ooW1nTJCDGM2QCN5AM-A6PxzqUMlL8zT0-fUnZgUTiyJFQyN06iQp1a~~uaP8Svkn0dwHMxzCarKMhlcO1zk4q2HcemD70DN27of~tbS0-40dx3bbhl4OLKLwNDraXe7WBVGm7bEoqc2JX31cvek4jFnSWeKRj8PP44-q1pQUg~Hczk7JT5jg4f-k3GTSBih4-qz889W-A2cKqog0gzA30QUTJH6zJGTbbHJxpuhWB5vFg8P2ba-AekNroT5CkCAdRIuqTf7Qqj68gO9X3HM4mDCGpbmElDZa~GAknTFNRNSV2zSrKTQ3Rg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Kaitlin Mattos,"Civil, Environmental, & Architectural Engineering Department and the Mortenson Center in Global Engineering, University of Colorado, 4001 Discovery Drive, Boulder, CO 80303, USA",USA,,https://orcid.org/0000-0002-9273-0101,Karl G. Linden,"Civil, Environmental, & Architectural Engineering Department and the Mortenson Center in Global Engineering, University of Colorado, 4001 Discovery Drive, Boulder, CO 80303, USA",USA,karl.linden@colorado.edu,https://orcid.org/0000-0003-4301-7227,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['Alaska', 'household', 'qualitative comparative analysis', 'sanitation', 'WASH', 'water']", +750,84509,11,6,https://iwaponline.com/washdev/article/11/6/1006/84509/Exploring-behavioral-determinants-of-handwashing,"Journal of Water, Sanitation & Hygiene for Development",Exploring behavioral determinants of handwashing with soap after defecation in an urban setting in Bangladesh: findings from a barrier analysis,2021,TRUE,2,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.070/2/washdev2021070supp1.xlsx?Expires=1706162878&Signature=iYQvaIiZDesni3hrvegvomfhq8jQNMnqGU9XNtTPEnvsSatuEh9YAKPo06ELveAOexYZvVsxwLtabc-fwK3Q7Cgb6iLltuglVahysaDeH3HRWfRcv6qkbd9dl7kep4PiZq9ovwyEQr7WGDdeVgwXDWSv6pCXe-wvipV-1NICoXVeqSXT4xqJa-siLtvEb9c-5gU5RwBx-OCM8qJdL8ArOd7oOfq6HXD3aOH8FemSzrZA2z0dfqFOXU9Qx-fVqmD4LAHauP80hn8Q2T5BPj7noMyhANl7e37JpX9Z5jfSV4LCyqdRSKSkvcThQtBnVg0Hbb0BQNqun5qgmSPSThb1oA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.070/2/washdev2021070supp2.docx?Expires=1706162878&Signature=UCYE7m7YFFXhufEx27vnL3YUm30NiqTKOFzHQqk8Jv7DKAVVhNDXnh44ogDm2Fb~yqucHPQwYRjFSf8laFyi7bgvMTLCVYhpfdZLzutnzV2njKr3LNG5LlyZ~cUHyQlAeJzOrGbt7fuFua4wlbmWQFvtron~7BXqp4mHKQyfnmoK5lb-sWji90ARdNtYMbyQ6xlxQjeiufMcslAQfF~WT06S8rgCC7tarq8oHTH6u~VkgbMhwA12N7bvSwJNjaW~LUgSaFTCsUq3QBNgEg~fiJpBJrbQ8jiFroOQdORzCLXTMyKQCvQuGglCF4NasxNV9WVh0U14G71isFpgrxqv2g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",6,Md. Abul Kalam,"Bangladesh Country Office, Helen Keller International, House 10/F, Road 82, Gulshan-2, Dhaka 1212, Bangladesh",Bangladesh,a.kalam724@gmail.com,https://orcid.org/0000-0003-4236-8519,Md. Abul Kalam,"Bangladesh Country Office, Helen Keller International, House 10/F, Road 82, Gulshan-2, Dhaka 1212, Bangladesh",Bangladesh,a.kalam724@gmail.com,https://orcid.org/0000-0003-4236-8519,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['barrier analysis', 'behavior change', 'behavioral determinants', 'handwashing', 'hygiene']", +751,84510,11,6,https://iwaponline.com/washdev/article/11/6/1016/84510/The-hidden-WASH-needs-of-perimenopausal-women,"Journal of Water, Sanitation & Hygiene for Development",The hidden WASH needs of perimenopausal women,2021,FALSE,0,,[],5,Amita Bhakta,"Consultant, UK",UK,amitabhakta@hotmail.co.uk,,Amita Bhakta,"Consultant, UK",UK,amitabhakta@hotmail.co.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['bathing', 'laundry', 'menstrual hygiene', 'perimenopause', 'sanitation', 'water']", +752,84532,11,6,https://iwaponline.com/washdev/article/11/6/1026/84532/Climbing-the-sanitation-ladder-latrine-promotion,"Journal of Water, Sanitation & Hygiene for Development",Climbing the sanitation ladder: latrine promotion and household decision-making in Viet Nam,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.072/2/washdev2021072supp.docx?Expires=1706026641&Signature=qCyntfbkA2~D5TozvW5SOk9bP6tQgGLCvAEvHIqISKzfV63EeSxhzluSU1YR4XWVtynKJvHZP0yCMRJDhGsq08Uz7nG0LpeqGGYnXjq6H5TefKChe9HMrmHLa6NGClE64W7MbGCdzjZoqMHTMdy026RoFys8s4goAaJX1y9sK2JqhYM8owScGgnsG4zakZqSPBZCDb~vet660uLvj2GBT8jmQ7tCKMrHLLMqGHsBWQemykZNxPNkhneuQ0HmsxxFpk~6k7qWZsWyzB7y2pq8wu4kJ2un~fw9A-6InOz8P8v4uhNvruxsZoy-KTw4NJTwdOm3VlQHUwU0AB7FH29KrQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Milan Thomas,"Economic Research and Regional Cooperation Department, Asian Development Bank, 6 ADB Avenue, Mandaluyong City 1550, Metro Manila, Philippines",Philippines,mthomas@adb.org,https://orcid.org/0000-0001-8100-9506,Milan Thomas,"Economic Research and Regional Cooperation Department, Asian Development Bank, 6 ADB Avenue, Mandaluyong City 1550, Metro Manila, Philippines",Philippines,mthomas@adb.org,https://orcid.org/0000-0001-8100-9506,TRUE,All relevant data are available from an online repository or repositories (https://georgetown.app.box.com/s/4kcyhfl2227rntacm49pdiyfzwgaxmyc).,All relevant data are available from an online repository or repositories,https://georgetown.app.box.com/s/4kcyhfl2227rntacm49pdiyfzwgaxmyc,"['gender', 'marketing', 'rural development', 'sanitation', 'septic tanks', 'social influences']", +753,84546,11,6,https://iwaponline.com/washdev/article/11/6/1036/84546/The-clean-plan-analysing-sanitation-planning-in,"Journal of Water, Sanitation & Hygiene for Development",The clean plan: analysing sanitation planning in India using the CWIS planning framework,2021,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.130/2/washdev2021130supp.pdf?Expires=1706162888&Signature=fYSpcNpbNJqdoxXrGceS1E8b8FZbnhWDujwPs~Sq1jwew~O0Rw4SZgSFmQV5tGmtUKcu3kKaji1NMJRhOy3qsdKBCWWbwoBBk~HRS3zpNzhjXlwEOeO5chYHtIKJFgMwoaMvH-bIP7Dzm8uyUhUYm8Y~5yrZkvflCtTQEWi1rszK313Q1-HkuI0o7ZgQXbMitgwMwE9xHugdVnzV2D35Bwk0B9Z2S-40f8BWEn5xpjJRccpjcYxbctPm~-dtNmIzFI0YfyNSVR9zDKZlI6At6UWFa4LxpPoba702L6WwdqileupsbTFRilvjddLLJPYzbLcxIqMFvt2ZbqsG4j8xTg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Abishek S. Narayan,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,Abishek S. Narayan,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Citywide Inclusive Sanitation', 'CWIS planning framework', 'India', 'sanitation planning', 'Swachh Bharat Mission']", +754,84439,11,6,https://iwaponline.com/washdev/article/11/6/1048/84439/Enhancing-the-resilience-of-the-rainwater-for,"Journal of Water, Sanitation & Hygiene for Development",Enhancing the resilience of the rainwater for drinking (RFD) system through systematic monitoring: a case study at the Ly Nhan rural hospital in Vietnam,2021,FALSE,0,,[],6,Hakyung Lee,"Department of Civil and Environmental Engineering, Seoul National University (SNU), 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,,https://orcid.org/0000-0002-1064-4227,Mooyoung Han,"Institute of Construction and Environmental Engineering (ICEE), Seoul National Universit (SNU), 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,myhan@snu.ac.kr,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['developing countries', 'rainwater for drinking system', 'rural health-care facility', 'safe drinking water', 'SDG 6', 'Vietnam']", +755,84550,11,6,https://iwaponline.com/washdev/article/11/6/1062/84550/Inconvenient-truth-unsafely-managed-fecal-sludge,"Journal of Water, Sanitation & Hygiene for Development",Inconvenient truth: unsafely managed fecal sludge after achieving MDG for decades in Thailand,2021,FALSE,0,,[],4,Thammarat Koottatep,"School of Environment, Resources and Development, Asian Institute of Technology, Klong Luang, Pathumthani, Thailand",Thailand,,,Achara Taweesan,"Department of Environmental Science, Faculty of Science, Ramkhamhaeng University, Bankapi, Bangkok, Thailand",Thailand,acharataweesan@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['effective sanitation measures', 'fecal pathogen infections', 'fecal sludge management', 'improved sanitation facilities', 'Millennium Development Goals', 'Sustainable Development Goals']", +756,84675,11,6,https://iwaponline.com/washdev/article/11/6/1071/84675/Effect-of-single-and-combined-exposures-to-UV-C,"Journal of Water, Sanitation & Hygiene for Development",Effect of single and combined exposures to UV-C and UV-A LEDs on the inactivation of Klebsiella pneumoniae and Escherichia coli in water disinfection,2021,TRUE,2,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.105/2/washdev2021105supp1.docx?Expires=1706162900&Signature=x2weFjFEY8S85yaf~SLTzD9VYazmx8D5-TcM8BKCCW4Toe5UPjMq2GCngRlQ3pPdcMO7RoToCuXgWaMe85blazNPbt1ubU9ku-txiztiu1l4fFdndSwfRBZfQQyNZUez21sEWkQ2eSxu0XEd7wx-3af-5LELCCDQ7Vhnbu99oiZ5D84TtLVGqTguVjSgakuKa69f-g4fhYQ-644uCsOuh5CdHt8QMx88Ed7Efzo2NUACV75jOgqlbSuKeNXUPDZJ6FcMLK6YqUGcLccajnL3mJcEEsnMs5nBCOT1dbDEwGZD~ZNznx2GA8qn-qb36JvvnYnNUStqK44G4VhCOGLn6w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.105/2/washdev2021105supp2.docx?Expires=1706162900&Signature=MERjB2Pu1260lYKhaSqbNjC8TJty8krzWrfiCcZhMooleRs4r1Nt174SJO2At89uEFXwz1LMXfCpBqOy-ClxypGlJYWLowhanJasTQioEe922eSSpicDeOFBsOjb6SsDZJZb7tqSBUjbIeZ3ZB-rXj3a1hs-U25WZR5XAtBeu~vtEdDt7F3CDKs3zMrqLP8PRfBcy2zjoV2GXoZPh9mt2e0L9sV3sKAyPUarsc0Q9ReaDH~~u1LhK04otgsCcaoHnuMTXRx4gQlsipcnDITlrFr7khJa7Dt7vaEdUQ0wp4Kek95suQWKvydmxNy37fuOmkO2DRzmhk259rNsikWjmw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",2,María-Angélica Galezzo,"Environmental Engineering Research Center, Department of Civil and Environmental Engineering, Universidad de los Andes, Carrera 1 No. 18A-12, Mario Laserna Building, Office 733, Bogotá, Colombia",Colombia,ma.galezzo@uniandes.edu.co,https://orcid.org/0000-0003-3945-7115,María-Angélica Galezzo,"Environmental Engineering Research Center, Department of Civil and Environmental Engineering, Universidad de los Andes, Carrera 1 No. 18A-12, Mario Laserna Building, Office 733, Bogotá, Colombia",Colombia,ma.galezzo@uniandes.edu.co,https://orcid.org/0000-0003-3945-7115,TRUE,All relevant data are available from an online repository or repositories (https://data.mendeley.com/datasets/z9w7d7gw9n/1).,All relevant data are available from an online repository or repositories,https://data.mendeley.com/datasets/z9w7d7gw9n/1,"['drinking water', 'Klebsiella pneumoniae', 'photo/dark repair', 'point-of-use systems', 'UV disinfection', 'water treatment']", +757,84794,11,6,https://iwaponline.com/washdev/article/11/6/1083/84794/Removal-of-metronidazole-antibiotic-from-aqueous,"Journal of Water, Sanitation & Hygiene for Development",Removal of metronidazole antibiotic from aqueous solution by ammonia-modified activated carbon: adsorption isotherm and kinetic study,2021,FALSE,0,,[],6,Ali Ahmadfazeli,"Health Research Center, Lifestyle Institute, Baqiyatallah University of Medical Sciences, Tehran, Iran",Iran,,,Amir Adibzadeh,"Health Research Center, Lifestyle Institute, Baqiyatallah University of Medical Sciences, Tehran, Iran",Iran,rsr.adibzadeh@bmsu.ac.ir,https://orcid.org/0000-0002-5703-0759,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adsorption isotherm', 'kinetic', 'metronidazole antibiotic', 'modified activated carbon']", +758,83807,11,6,https://iwaponline.com/washdev/article/11/6/1097/83807/Revenue-augmentation-through-improved-water-supply,"Journal of Water, Sanitation & Hygiene for Development","Revenue augmentation through improved water supply services: a case study of the SMART-WASA team of Faisalabad, Pakistan",2021,FALSE,0,,[],4,R. Ogata,"JICA, Niban-cho, Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,R. Ogata,"JICA, Niban-cho, Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['hydraulic separation', 'Pakistan', 'revenue augmentation', 'service improvement', 'willingness to pay']", +759,84405,11,6,https://iwaponline.com/washdev/article/11/6/1102/84405/The-Household-Water-Insecurity-Experiences-HWISE,"Journal of Water, Sanitation & Hygiene for Development",The Household Water Insecurity Experiences (HWISE) Scale: comparison scores from 27 sites in 22 countries,2021,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.108/2/washdev2021108supp.docx?Expires=1706162912&Signature=QOaZDgXD91SqJjOy2-4sPBySZGE6~dCeIb~V2Z5tQXJFsXAfLtdxZFjIzHWhIAw9evFOUc9Dl3UbdkdRtOfiXO0FA3hq4kphSzr8SVYsoPPQHzrc~KZCz86K5lwWszga6DvGFBOeHQUeMRFx-xqNK3Snq-webh~-AUaHOGYQmy9rW8Iy9wptNw8fUDQ7MLWo1ApI6YbbDOngsfz4iM~k3qu7-ANKAONEYe85Bn91gc5fooMe-t5vqg9ZsS9XDlyEZZ98sjuNFRzvJrKvHmPGNnAvEnPQ-iSmKBa2LLVf3ZLFv5ltty7PaN7C2Ioc1cAg0fO-6f5~RreJ3J49r3rvrQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],47,Justin Stoler,"Department of Geography and Sustainable Development, University of Miami, Coral Gables, FL 33146, USA",USA,stoler@miami.edu,https://orcid.org/0000-0001-8435-7012,Justin Stoler,"Department of Geography and Sustainable Development, University of Miami, Coral Gables, FL 33146, USA",USA,stoler@miami.edu,https://orcid.org/0000-0001-8435-7012,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['global health', 'measurement', 'metrics', 'water insecurity']", +760,85061,12,1,https://iwaponline.com/washdev/article/12/1/1/85061/Impact-of-regional-water-supply-sanitation-et,"Journal of Water, Sanitation & Hygiene for Development","Impact of regional water supply, sanitation et hygiene (WASH) program in Senegal on rural livelihoods and sustainable development",2022,FALSE,0,,[],7,Ibrahima Sy,"University Cheikh Anta Diop (UCAD), BP 5005 Dakar, Senegal",Senegal,ibrahima.ousmane.sy@gmail.com,https://orcid.org/0000-0002-3266-1001,Ibrahima Sy,"University Cheikh Anta Diop (UCAD), BP 5005 Dakar, Senegal",Senegal,ibrahima.ousmane.sy@gmail.com,https://orcid.org/0000-0002-3266-1001,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['hygiene', 'impact', 'sanitation', 'Senegal', 'sustainable development', 'WASH sub-program', 'water']", +761,85555,12,1,https://iwaponline.com/washdev/article/12/1/16/85555/Time-and-motion-assessment-of-pit-emptying,"Journal of Water, Sanitation & Hygiene for Development","Time and motion assessment of pit-emptying operations in Kigali, Rwanda",2022,TRUE,2,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.079/1/washdev2021079supp1.docx?Expires=1706017747&Signature=XbBuc8wceO7PaJukMgFKgZvgRQcJ5y3xUlpP5MPQD8uLqgCyopUvwEpWrJCSiaG06rNsPYit20EzMmzooKa6hwtjg1HohtfuaeENk7DELH-aaeEZhErOJCgU9PtxzWTnS3Mk1w5f-XyLdncGd9486kGCHPfTprL5GeXs2w0RvxilvMlUa8W4smbHAhx56HYDsnjVzWL9ZwwWE~OIPGIZ7hgwuyRnpvXJ5xGtiWx8ijciDZrH5jB94jIBqyLK4VaMaY0y1hVd1EyuoGNqe9m0sHZ8T~LYcypTDUFDI8hwBic2A79Ng1oyblGQkbOy626CEefrPxT1Ue0M6rkUPvvdqg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.079/1/washdev2021079supp2.xlsx?Expires=1706017747&Signature=uz5GcdZ3O~41UDGdG8yVP-dkHoxvogjYPWXn1dp7ItWWz~dya56wvB05CSS7nmzjRThpNGLZQUVhS1uatYN58J4LmqY5XQfs1itShRL6zqHA-Vrek4sx7NJdduX60A~RB9MzM6HRsfyMmSPlXkdpeYuh0UiMZxjL0vtGRH1x6KkSuwk8fbOiTANKQcvh7zAMwqQp4zc6ev8rS80au3BrmgYf8OJI~0ymOL01c~M7E9U~Jb-C2dDBLJh-7WmDF3TKxPJQLYo8niECLWiK35vzkZTEhNU1gfpxp36QuFP2SPgkauhbe-w5zXLQIn0Nu84xaKWUMugy-2wxE9uOFMyuvQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",4,Bruce Rutayisire,"Pit Pumpers Ltd, Kigali, Rwanda",Rwanda,bruce@pitvidura.com,https://orcid.org/0000-0003-0180-5292,Bruce Rutayisire,"Pit Pumpers Ltd, Kigali, Rwanda",Rwanda,bruce@pitvidura.com,https://orcid.org/0000-0003-0180-5292,TRUE,All relevant data are included in the paper or its Supplementary Information. Deidentified data on the tasks analyzed for this study are available in a separate file.,All relevant data are included in the paper or its Supplementary Information. Deidentified data on the tasks analyzed for this study are available in a separate file.,,"['FSM', 'on-site sanitation', 'pit latrines', 'septic tanks', 'time-motion study', 'trash fishing']", +762,85238,12,1,https://iwaponline.com/washdev/article/12/1/23/85238/Does-economic-policy-in-Nigeria-enhance,"Journal of Water, Sanitation & Hygiene for Development",Does economic policy in Nigeria enhance sustainable water and sanitation facilities?,2022,FALSE,0,,[],4,Paschaline Nkeiruka Ugwu,"Department of Economics, University of Nigeria, Nsukka, Nigeria",Nigeria,,https://orcid.org/0000-0002-9958-6341,Divine Ndubuisi Obodoechi,"Department of Economics, University of Nigeria, Nsukka, Nigeria",Nigeria,divine.obodoechi@unn.edu.ng,https://orcid.org/0000-0001-7873-1856,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['economic policy', 'PEWASH', 'unsafe sanitation', 'water sanitation', 'WASH']", +763,84883,12,1,https://iwaponline.com/washdev/article/12/1/32/84883/Pattern-of-child-faeces-management-and-disposable,"Journal of Water, Sanitation & Hygiene for Development","Pattern of child faeces management and disposable diaper usage among under-fives in an Urban Slum of Bandung, Indonesia",2022,FALSE,0,,[],5,Lina Agestika,"Graduate School of Health Sciences, Hokkaido University, 060-0812 Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,,https://orcid.org/0000-0003-2902-8296,Taro Yamauchi,"Graduate School of Health Sciences, Hokkaido University, 060-0812 Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,taroy@med.hokudai.ac.jp,https://orcid.org/0000-0002-5168-2748,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['child faeces', 'disposable diapers', 'hygiene', 'sanitation', 'toilet training', 'urban slum']", +764,85229,12,1,https://iwaponline.com/washdev/article/12/1/41/85229/Situation-of-menstrual-management-facilities-in,"Journal of Water, Sanitation & Hygiene for Development","Situation of menstrual management facilities in schools of peri-urban areas of Nepal: WASH, privacy, and healthcare",2022,FALSE,0,,[],7,Sadhana Shrestha,"Center of Research for Environment, Energy and Water, Upahar Marg, Baluwatar, Kathmandu-4, 44600, Nepal",Nepal,gosadhana@gmail.com,https://orcid.org/0000-0003-0468-4350,Sadhana Shrestha,"Center of Research for Environment, Energy and Water, Upahar Marg, Baluwatar, Kathmandu-4, 44600, Nepal",Nepal,gosadhana@gmail.com,https://orcid.org/0000-0003-0468-4350,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['healthcare need', 'menstrual pain and discomfort', 'Nepal', 'school absenteeism', 'sick room', 'space for washing and drying']", +765,85669,12,1,https://iwaponline.com/washdev/article/12/1/52/85669/Willingness-of-boarding-school-students-in,"Journal of Water, Sanitation & Hygiene for Development",Willingness of boarding school students in Tanzania to employ point-of-use water treatment: a case study,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.134/1/washdev2021134supp.docx?Expires=1706162936&Signature=P102hVYN-fUulk9JDsxdycB-SA~GJog~VU8CVg4jxzuSWeRPxUrbK0Dcce1~b6nm7rISNLGy3q~12SXqb9fyXgoMBZzGKgHNhn46COwD57~c-i5O8xn8VhqtHrjhtxx0h8DOJG77knJTrG5UnzBkBgvOIQNDzF3w1i4hJh4Lw~Th-tQnCYjSZ-48shIa1VEJhO1PPz-ctc1MYBcH6umhAHpLzLOZ5QU8QNdfY-PRGGW~yE9zG2HMnGmWPnYwgmkUrf0J2HERXos8kHkhx-YvzUhZnwRtXlohtTsL1uyVP7-5M-CypLlhe3ltCtI3Qib5on4DifG4WeogGdtnUrl~NQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Getrude A. Felix,"Department of Civil Engineering, School of Architecture, Construction Economics and Management, Ardhi University, P.O. Box 35176, Dar es Salaam, Tanzania",Tanzania,,,Tula. M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",USA,ngasalat@msu.edu,https://orcid.org/0000-0003-0610-3070,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['boarding school', 'chlorine tablets', 'fecal coliform', 'point of use', 'water quality', 'water treatment methods']", +766,85656,12,1,https://iwaponline.com/washdev/article/12/1/58/85656/Assessment-of-groundwater-quality-and-human-health,"Journal of Water, Sanitation & Hygiene for Development","Assessment of groundwater quality and human health risk associated with chromium exposure in the industrial area of Ranipet, Tamil Nadu, India",2022,FALSE,0,,[],3,Christina Rajam Vijayakumar,"School of Civil Engineering, Vellore Institute of Technology, Vellore 632 014, Tamil Nadu, India",India,,,Divya Priya Balasubramani,"School of Civil Engineering, Vellore Institute of Technology, Vellore 632 014, Tamil Nadu, India",India,divyapriya.b@vit.ac.in,https://orcid.org/0000-0003-1507-0274,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['carcinogenic risk', 'chromium exposure', 'chronic toxicity', 'groundwater', 'heavy metal', 'water quality index']", +767,85945,12,1,https://iwaponline.com/washdev/article/12/1/68/85945/Limited-water-access-is-associated-with-food,"Journal of Water, Sanitation & Hygiene for Development",Limited water access is associated with food insecurity and diarrheal episodes among children suffering from moderate acute malnutrition in Far-North Cameroon,2022,FALSE,0,,[],8,Carole Debora Nounkeu,"Regional Hospital Limbe, South West, P.O. Box 219, Limbe, Cameroon",Cameroon,carolenounkeu@gmail.com,https://orcid.org/0000-0002-7291-6988,Carole Debora Nounkeu,"Regional Hospital Limbe, South West, P.O. Box 219, Limbe, Cameroon",Cameroon,carolenounkeu@gmail.com,https://orcid.org/0000-0002-7291-6988,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['diarrhea', 'food insecurity', 'moderate acute malnutrition', 'WASH', 'water insecurity']", +768,86153,12,1,https://iwaponline.com/washdev/article/12/1/80/86153/A-qualitative-analysis-on-implementing-the-sewer,"Journal of Water, Sanitation & Hygiene for Development",A qualitative analysis on implementing the sewer system for an indigenous village in the influence area of Belo Monte Hydroelectric Plant (Brazil),2022,FALSE,0,,[],4,Tarciana Lima Cirino,"Department of Materials and Construction Engineering, Federal University of Minas Gerais, 6627 Antônio Carlos Avenue, Belo Horizonte, Brazil",Brazil,,,Marys Lene Braga Almeida,"Department of Materials and Construction Engineering, Federal University of Minas Gerais, 6627 Antônio Carlos Avenue, Belo Horizonte, Brazil",Brazil,marys@demc.ufmg.br,https://orcid.org/0000-0002-2061-1613,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['environmental licensing', 'ethnodevelopment', 'Indigenous Rights Public Policy']", +769,86152,12,1,https://iwaponline.com/washdev/article/12/1/90/86152/The-sanitation-arc-an-alternative-examination-of,"Journal of Water, Sanitation & Hygiene for Development",The sanitation arc: an alternative examination of WASH behavior change,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.162/1/washdev2021162supp.docx?Expires=1706162951&Signature=eP6kcutxdQvm~7G1ukMkv5D7zyKw0J4b6oKSFKJqm18tuenrD5kzgV6sxVWvC7aOkkYP2xtnfoKO1YK~xfYk36PUpwzh~lJ4djz5LZyr3l6tP-UoYi-dOyFr7cF9D5yHUshEZ3L298MLJJMV6cC2dAHhIM7oDIQk3CB8s6cR4e8owwaFNE9BlKI-gfRarIsK0PdfDdlt5oMD5dkzbUGh36vS4dp8bIEIvbIlW7tzqdIyIJP-HRQcgyde0fucTrUMOzcTVaEBIVdPe4FtUNOULb6Wcx6tHnT-kbDFY279UIdy6Ey4XOdzAQaLr2i2qVJLOoVicRvsKYcjbjGwuv5zWA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Froggi VanRiper,"Oregon State University Environmental Sciences Graduate Program, 2900 SW Jefferson Way, Corvallis, OR 97331, USA",USA,vanriper@oregonstate.edu,https://orcid.org/0000-0002-2564-5177,Froggi VanRiper,"Oregon State University Environmental Sciences Graduate Program, 2900 SW Jefferson Way, Corvallis, OR 97331, USA",USA,vanriper@oregonstate.edu,https://orcid.org/0000-0002-2564-5177,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['container-based sanitation', 'improved sanitation', 'open defecation', 'sanitation arc', 'sanitation ladder', 'transitional sanitation']", +770,86035,12,1,https://iwaponline.com/washdev/article/12/1/102/86035/In-situ-treatment-technologies-for-pit-latrines-to,"Journal of Water, Sanitation & Hygiene for Development",In situ treatment technologies for pit latrines to mitigate groundwater contamination by fecal pathogens: a review of recent technical advances,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.184/1/washdev2021184supp.docx?Expires=1706162955&Signature=XdvraCVFUlHbQ72B9zXB-6d8skk2rVhmN-YuNaqj814x9a-fPxiVLs4OrTakdN-an9a6fIr0zqt120VZ88kQRHBTix-QlMXQRrmwAxPDNNAbKRTAqFAj-BmdOrDSZQ9m6Amn70ovasI~KvVni6-tCiDt8cp07frmHFLUoLh0D-wKd-6Bog~zbDiW5wn0v5ymGhaFqU17X-QEwXBDFGaK2YYrlOfeHHikLKd39qXKdM102PDmlTfJ6BD0TObBqyB0eQP5i2ukIidImS~6SXwLvAHsDkrDfzUbhFMGweNyTHbz3NWtH4eDnho7Az4BPz-MdQCA-EFmzFImroIQGSISYg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Shray Saxena,"Department of Mathematical, Physical, and Engineering Sciences, Institute for Water Resources Science and Technology, Texas A&M University-San Antonio, San Antonio, TX 78224, USA",USA,ssaxena@tamusa.edu,https://orcid.org/0000-0002-0452-5619,Shray Saxena,"Department of Mathematical, Physical, and Engineering Sciences, Institute for Water Resources Science and Technology, Texas A&M University-San Antonio, San Antonio, TX 78224, USA",USA,ssaxena@tamusa.edu,https://orcid.org/0000-0002-0452-5619,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['fecal pathogen', 'groundwater contamination', 'pit latrine', 'pit lining', 'sludge treatment']", +771,86114,12,1,https://iwaponline.com/washdev/article/12/1/116/86114/Water-and-sanitation-influence-on-child-health-in,"Journal of Water, Sanitation & Hygiene for Development",Water and sanitation influence on child health in Namibia: using demographic and health surveys,2022,FALSE,0,,[],3,Mona Abdelhady,"Ca' Foscari University of Venice, Department of Economics, San Giobbe, Cannaregio 873, 30121 Venice, Italy",Italy,mona.abdalhady@feps.edu.eg,https://orcid.org/0000-0002-7161-2237,Mona Abdelhady,"Ca' Foscari University of Venice, Department of Economics, San Giobbe, Cannaregio 873, 30121 Venice, Italy",Italy,mona.abdalhady@feps.edu.eg,https://orcid.org/0000-0002-7161-2237,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['child health', 'demographic and health survey', 'Namibia', 'safe water', 'sanitation', 'under-five mortality']", +772,85720,12,1,https://iwaponline.com/washdev/article/12/1/129/85720/Factors-influencing-physicochemical,"Journal of Water, Sanitation & Hygiene for Development","Factors influencing physicochemical characteristics of faecal sludge in Phnom Penh, Cambodia",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.193/1/washdev2021193supp.docx?Expires=1706159326&Signature=AeRVKBjrp8eAr2B9su3iopGPwsTK7br-0qAUQaI-0ak91WZJLer5SKFBAu3eggfwbRxpzCSIONxO~PH2LW3pC8SZZarznZGZePzE7gvYbRlPfkCkxubSB7rfV39IlTZPAGdlpRt2wVI26yC8IbtvLtgkkuULF-PGZ3cx4Tne9OTkeImlqgn5tv9nMo8Il6tZfpew4hjtPTZrBo~swavFN7OguIXH2ofF4ZeOviTKXp1vfPwxZ~qSU9hC1qcQX0FaYczQqlNGc2ca5ouhIE5hr5eOzTVHaJfNxbTRoc5N958G882O0MlMXApFZhx-jBhpVyZdPmT0D9s7GUIVe3amNg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Chea Eliyan,"Department of Energy and Technology, Swedish University of Agricultural Sciences, P.O. Box 7032, Uppsala SE-750 07, Sweden",Sweden,chea.eliyan@slu.se,https://orcid.org/0000-0002-4608-9886,Chea Eliyan,"Department of Energy and Technology, Swedish University of Agricultural Sciences, P.O. Box 7032, Uppsala SE-750 07, Sweden",Sweden,chea.eliyan@slu.se,https://orcid.org/0000-0002-4608-9886,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['blackwater', 'cesspit', 'low-income country', 'onsite sanitation', 'pollutant loading', 'septic tank']", +773,86190,12,1,https://iwaponline.com/washdev/article/12/1/141/86190/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 9 (3), 571–580: Efficacy of integrated ultraviolet ultrasonic technologies in the removal of erythromycin- and quinolone-resistant Escherichia coli from domestic wastewater through a laboratory-based experiment, Owassa Dza Rebecca Annisha, Zifu Li, Xiaoqin Zhou, Ngomah Madgil Don Stenay Junior and Oscar Omondi Donde, https://doi.org/10.2166/washdev.2019.021",2022,FALSE,0,,[],5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,,FALSE,,,,[], +774,86189,12,1,https://iwaponline.com/washdev/article/12/1/142/86189/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 10 (2), 276–285: Performance evaluation of combined ultraviolet-ultrasonic technologies in removal of sulfonamide and tetracycline resistant Escherichia coli from domestic effluents, Owassa Dza Rebecca Annisha, Zifu Li, Xiaoqin Zhou, Ngomah Madgil Don Stenay, Jr. and Oscar Omondi Donde, https://doi.org/10.2166/washdev.2020.144",2022,FALSE,0,,[],5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,,FALSE,,,,[], +775,86255,12,2,https://iwaponline.com/washdev/article/12/2/143/86255/Community-engagement-in-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Community engagement in water, sanitation and hygiene in sub-Saharan Africa: does it WASH?",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.136/1/washdev2022136supp.docx?Expires=1706042938&Signature=WCFabQS1l9d0kYB6S2I4WY9zI9GnwOdixkvCnRAcdBBapAXNgg7GUekItzm5wW7QgmyYeISKlBPwhdHA8VhH1DDRdQi1dH9RNOX-0NEDAGmSCMJBwXV3T~gYjYAImb1etQ4-5b9r7jMP59ATUfnFLwgJzoTPz8X-~kHc-Foo1YiD6n9G3Xu-wO8sJ0crmG4Qy8-n0oyTc9xNZlqt-9drE-KLVqHNuG9ZY7P53uuY-PdERN3qWIM5RtEBPDzy~8kZts52VrP9uaOk3YMnVnFUF0l62ugGG4Whmd7~JZ4qSn1arBRdG2WfT05eLE-uwCdEfaCi59aaY7unc4d1vCIElQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Emmanuel Tsekleves,"LICA, Lancaster University, The LICA Building, Lancaster, Lancashire LA1 4YW, UK",UK,e.tsekleves@lancaster.ac.uk,https://orcid.org/0000-0003-1842-7830,Emmanuel Tsekleves,"LICA, Lancaster University, The LICA Building, Lancaster, Lancashire LA1 4YW, UK",UK,e.tsekleves@lancaster.ac.uk,https://orcid.org/0000-0003-1842-7830,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community engagement', 'gender', 'health', 'participatory approaches', 'transdisciplinary review', 'WASH']", +776,86263,12,2,https://iwaponline.com/washdev/article/12/2/157/86263/Drinking-water-quality-and-health-risk-assessment,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality and health risk assessment of intake and point-of-use water sources in Tano North Municipality, Ghana",2022,FALSE,0,,[],3,Saeed Ibn Idris K. Yeboah,"Department of Civil and Environmental Engineering, University of Energy and Natural Resources, P.O. Box 214, Sunyani, Ghana",Ghana,,https://orcid.org/0000-0002-8088-4920,Prince Antwi-Agyei,"Department of Civil and Environmental Engineering, University of Energy and Natural Resources, P.O. Box 214, Sunyani, Ghana",Ghana,prince.antwi-agyei@uenr.edu.gh,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ghana', 'public health', 'QMRA', 'water quality', 'water-related diseases']", +777,86265,12,2,https://iwaponline.com/washdev/article/12/2/168/86265/Application-of-the-Water-Service-Sustainability,"Journal of Water, Sanitation & Hygiene for Development",Application of the Water Service Sustainability Index to water services in sub-Saharan Africa: the case studies of eight councils in the Southern region of Cameroon (Central Africa),2022,TRUE,4,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp1.docx?Expires=1706162981&Signature=tSd1uabGdS1XxUvtX2ZcgWl4ESiw7VyKuD1Wt39KtzT6qeKLomsT0FVyWmRgt-fFc-K2Z7nWghgLC03TW-L-FfxQ3dByzP9~0UDem0xdFxgR8PZellsHXayBRpMQwWQ-p4yvrlUIRQ7Im-89pMj~GVUoMiFL8Lk3CDXhgTYSQHoVpNcOmZqv2d-mePGAfHDVQErKVO2~7sJqJnWJeWXSduB5aQcZmZ-N4LRhl5N2Hp3oM6RA~3hEMmumzudiHjw1Ez9Bcz4FmfFxJ4pD29apJnSVGEj1~366z275Dx9KKI6-bxezLhWqSOPMMFNzNa1Ssg~GTS2YRYM7g1AXk8Aylw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp2.xlsx?Expires=1706162981&Signature=y0KUmSQvMDZPmkqc-1TXoVuYm6zpC829oOUBuluzrmX2DFxyPQjJqtRvMwC2apC6y-ytGiSE34mpimgNfdgZ~WdsK3ztUmeY8rxDOgME88BrZTWtR2AyRR0ZKl-5VEUG~ZK3ovUqqUDXFnXcJHMdtXOPaqBQ6po~wdA9GfBC5AAsooh9KKfC-JnLIS66taGHwP6mn~AqNix5P5MAUo8w3aOMh3wej749SYga8uwz2Y8XdBlam8zfl8pryW5-g2x4gmVMw~2fSXHNxnJSjHrHZ3uJZ-f0NAXwuNMasJa6pXEvfcdFSgkA58zfalKImud30hvK86VSBC5NfYHrvmCULg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp3.xlsx?Expires=1706162981&Signature=BxvqPe4u8UJr~2p4IGnLtw1OKV9io68Vop1HI8Hk1r2RHBrz7AwJSfCihZdRCkKPp-r4bJWMeFF3e4dVF-Ay4n56CW9MMhhZdjryBOKLyLYwOQyrIzXe6-XCzw8~xiyyZbP2QQ3XWd9xCXrhq-K2ao5zFX4RXfmcs6gmdRkQIq0R6BldhKdnR19YcNmHIvXbuC2a0bXfiR26Wl477GZLwfp95AEHVkbcCCXvA9SAfNo5EF4FpnuzZPss9hJOecm~jmlDL95WdV8dKDKMLkERnUi9PquRDwwnpyNfV0GpxCuexVkPHJ417f6zAeoNCuVeSAgitef5-r~6ypb7~uli~A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp4.xlsx?Expires=1706162981&Signature=S-6-wkHMPm-Y5amUXU2jxs1UxdsP-09mMbVhBET4OecQygTaIAKK5zUX6aNjvKc~TziQQodcx--bG3q62ubZOaYYUAz8hqEt0W3-ZY8wM8qp8XyLV-EX16Wvhayf05yPl6IK9~kCyCaMkfSKG5CQWDIaif1tFdUbzuOXAkmHc4ZpGR388-7qZaB-NldQW~lBRbQurldgdm0sogkQ0e1nRNwbdGAw5gcwdp0z-6C-ksDNKr0JE8k6ypDjTspSEW4yLWfVzbX51h0lNRStmTpVIBiD0ObO6R40sXf9p~fHNPc1F3b8dcz56tTiEyVq391VRL7gRfzzOgM3louUCBhEfw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['index', 'rural water service', 'sub-Saharan Africa', 'sustainability']", +778,86256,12,2,https://iwaponline.com/washdev/article/12/2/186/86256/Prioritization-of-maintenance-work-in-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Prioritization of maintenance work in wastewater networks using decision support methods,2022,FALSE,0,,[],4,Cherifa Mezhoud,"Laboratoire de Recherche en Hydraulique Appliquée et Environnement (LRHAE), Département d'Hydraulique, Faculté de Technologie, Université de Bejaia, Route de Targa-Ouzemmour, Bejaia 06000, Algérie",Algérie,,https://orcid.org/0000-0002-0868-8810,Ali Berreksi,"Laboratoire de Recherche en Hydraulique Appliquée et Environnement (LRHAE), Département d'Hydraulique, Faculté de Technologie, Université de Bejaia, Route de Targa-Ouzemmour, Bejaia 06000, Algérie",Algérie,ali.berreksi@univ-bejaia.dz,https://orcid.org/0000-0002-5989-3427,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['AHP', 'maintenance', 'sanitation defect', 'TOPSIS', 'urban sanitation network', 'WPM', 'digitalwatercollection', 'digitalwatertechniques']", +779,85782,12,2,https://iwaponline.com/washdev/article/12/2/200/85782/Determinants-of-household-water-demand-a-cross,"Journal of Water, Sanitation & Hygiene for Development",Determinants of household water demand: a cross-sectional study in South West Nigeria,2022,FALSE,0,,[],2,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['access', 'demand', 'household', 'sources', 'urban']", +780,86270,12,2,https://iwaponline.com/washdev/article/12/2/208/86270/The-multiple-uses-of-water-derived-from-managed,"Journal of Water, Sanitation & Hygiene for Development",The multiple uses of water derived from managed aquifer recharge systems in Kenya and India,2022,FALSE,0,,[],7,A. H. Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",UK,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,A. H. Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",UK,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['manager aquifer recharge', 'multiple-use services', 'percolation ponds', 'sand dams', 'water harvesting']", +781,86682,12,2,https://iwaponline.com/washdev/article/12/2/217/86682/Households-access-to-safely-managed-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Households' access to safely managed sanitation facility and its determinant factors in Jimma town, Ethiopia",2022,TRUE,2,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.003/1/washdev2022003supp1.docx?Expires=1706163000&Signature=NTTpDHt7bA~iWjA7SjyIYCVTCjzuw4G4faVxBISm1JUxWgYsEcFRHQ-C6xQkkc0benyQ0yZEO1Z3efKVWLQFbKZb-kuLeJnHtwQUF3NNtG3cbF4ypnfiigXYfIv1UElzJ-nOasOxftgwwIGiw3SNPhgdbzXXk9T9D-CSZazgUagi2gAZcyDySaOo70uvNofsY2LQ6GOqGI3pumtwXZqX~P8sOrB4OGEMAvWJNNTLttNLc3Q09oCzzPF45B-QWvotqTVpLkncBfSa8LGuCgFF60tPXsTh~O98iuqS4cEX4MRrXxJT1VpxP9tdgTHgDimM0-tz68b8auPIS0J~j1IvBw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.003/1/washdev2022003supp2.docx?Expires=1706163000&Signature=QGIJtb4VjUaSmRcsmVV9mL-wN3YkAnQE2rJJX-BI7m0R9s-oxQHyoTjjol1OUJZo6v38h-rAL1KRfMTMJ6DKEmd2mbHG7D9ApzpgAPAvG3rbbg1ziZ4xT-y9nt3ir8Vn3eiCTsm3Ctiqn6TZvv1PbXxmBX-lb7Ioj8NddVVNd4M6Gb57tjGaFqbAjkUosEiUe2gchI5aKcUoQJ0FIupZ-rdEwtcGmsNif6~711LDCfk~oWumjBgJSu4i74GrEIwmKD7FNotjTNCpN93obnaMwKrugjQxNwmSMmek5Kni4ZG2g254kWau4gWgHkRWqyPdCq4IXMdPr9okvacYD4qzIQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",3,Dereje Oljira Donacho,"Department of Environmental Health Science and Technology, Jimma University, Jimma, Ethiopia",Ethiopia,dodbau3687@gmail.com,https://orcid.org/0000-0001-6145-2914,Dereje Oljira Donacho,"Department of Environmental Health Science and Technology, Jimma University, Jimma, Ethiopia",Ethiopia,dodbau3687@gmail.com,https://orcid.org/0000-0001-6145-2914,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['determinant factors', 'Jimma town', 'safely managed', 'sanitation', 'Urban Ethiopia']", +782,86269,12,2,https://iwaponline.com/washdev/article/12/2/227/86269/Community-health-clubs-improve-latrine,"Journal of Water, Sanitation & Hygiene for Development","Community health clubs improve latrine construction through savings, lending, and income-generating activities",2022,FALSE,0,,[],4,Pamela Ncube Murakwani,"Health and Nutrition Specialist, International Medical Corps, 4 Clark Road, Suburbs, Bulawayo, Zimbabwe",Zimbabwe,,,Nicole Weber,"Director PRO-WASH, Save the Children, 899 North Capitol Street NE, Suite 900, Washington, DC 20002, USA",USA,nweber@savechildren.org,https://orcid.org/0000-0003-4897-0447,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community health clubs', 'food security', 'hygiene promotion', 'income-generating activities', 'sanitation', 'sustainable development goal 6']", +783,87435,12,3,https://iwaponline.com/washdev/article/12/3/237/87435/The-complex-nature-of-household-water-supply-an,"Journal of Water, Sanitation & Hygiene for Development",The complex nature of household water supply: an evidence-based assessment of urban water access in Southwest Nigeria,2022,FALSE,0,,[],2,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, 7602 Matieland, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, 7602 Matieland, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['accessibility', 'decentralised solution', 'multiple water sources', 'Nigeria', 'non-tap supplies', 'self-help projects']", +784,87102,12,3,https://iwaponline.com/washdev/article/12/3/248/87102/Sanitation-planning-for-resettlement-sites-in-Laos,"Journal of Water, Sanitation & Hygiene for Development",Sanitation planning for resettlement sites in Laos,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.178/1/washdev2022178supp.docx?Expires=1706083099&Signature=E7haOpwvNZ4073wvVMPkUlyRPIQSKiEDLaup0-eAivKWSDiM9aPHNSNzDDgjKmKhN7yAoglWvof6tHKzy8-yE4SHnZ-rthvextLmqxDOTrGr8MOStRbTkpBCOGdmpeJ4-4MqPx3IRylHzmyryt-yyRBMmflIuHRAnVQbUjqgLC738ek2RQdRqN3YieXnB0RCqGpqbOU05ZcdBRNm6VW9tgT2fas75Y3XnJxfj01ysr4gvfcbAk1jIowpQSX6bbhOw7Sj2WhdhefSZpJ0R~Pw-Ef88yOdS8s9HBC1RANtHWrfB9577S96dnLBFK3ec-O0azbulL-HCtfWN1ZtRDZ4pA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Souphaphone Soudachanh,"Department of Water, Atmosphere and Environment, Institute of Waste Management, University of Natural Resources and Life Sciences, Muthgasse 107, 1190 Vienna, Austria",Austria,souphaphone.soudachan@boku.ac.at,https://orcid.org/0000-0001-8363-7995,Souphaphone Soudachanh,"Department of Water, Atmosphere and Environment, Institute of Waste Management, University of Natural Resources and Life Sciences, Muthgasse 107, 1190 Vienna, Austria",Austria,souphaphone.soudachan@boku.ac.at,https://orcid.org/0000-0001-8363-7995,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['hydropower plant', 'Laos', 'resettlement sites', 'sanitation guidelines', 'sanitation safety planning']", +785,86905,12,3,https://iwaponline.com/washdev/article/12/3/258/86905/Pathways-for-securing-government-commitment-for,"Journal of Water, Sanitation & Hygiene for Development",Pathways for securing government commitment for activities of collaborative approaches,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.183/1/washdev2022183supp.docx?Expires=1706013871&Signature=lNb3UBEwMttkacLjEnDMAyl4txIDUk8X~zcOv-yAp~7GqNBBtKJN-wJSPt4PJD0zxzS~uAkFGl6oxm2JwIL5fWPwwZpPKZ1tieygnoZ7m2zlUpDuGfSC4ecArid3LIoH6yXrAjQICYKxhBQPCL9RheGB0ceY~NUq04DRRjWMwXHCSKwg33GZNssVN1OkppAWvmv~VIpcqkABsBej98HTUyfuNuiVfLvGl54J8OnFXqNnGPGdm97HiprvfPPCWYsAjMmUpZ-bBieqvQ7OWszsriZ2unrlFdFV3NSN5UnsLMOF8j-n8vDKH17v5EAZF5~~JWGn0SjhA2yJW~eB9TXYBw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Kimberly Pugel,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",USA,,https://orcid.org/0000-0001-6974-3046,Amy Javernick-Will,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",USA,amy.javernick@colorado.edu,https://orcid.org/0000-0002-3933-2614,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['collaboration', 'collective action', 'government', 'learning alliances', 'political will', 'systems strengthening']", +786,87097,12,3,https://iwaponline.com/washdev/article/12/3/271/87097/A-new-tool-for-disinfecting-household-drinking,"Journal of Water, Sanitation & Hygiene for Development",A new tool for disinfecting household drinking water for rural residents: protonated mordenite-embedded sheet,2022,FALSE,0,,[],6,Erni Johan,"Faculty of Agriculture, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,johan@agr.ehime-u.ac.jp,,Erni Johan,"Faculty of Agriculture, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,johan@agr.ehime-u.ac.jp,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['developing countries', 'disinfection', 'drinking water', 'Escherichia coli', 'mordenite', 'rural residents']", +787,87125,12,3,https://iwaponline.com/washdev/article/12/3/278/87125/Developing-a-novel-tool-for-assessing-water,"Journal of Water, Sanitation & Hygiene for Development",Developing a novel tool for assessing water service sustainability in rural areas of sub-Saharan Africa,2022,TRUE,1,xlsx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.203/1/washdev2022203supp.xlsx?Expires=1706163023&Signature=PlOAgM0szyzrJFg-ZrU4cj6mRABkltDiDLFLQ1OiOa9BgbitbrWlAeZf19OawB9y8Js4yVHuTrQaaMpqbHt9fkHBfVuxoPCkCGsuMzQT-kh7CsalEWLQi-AGnBoc476yKKexRFivCgZE3Oq1W3zuLtH1Wi8SjQAiP~uAc9fr-T4C-~0hv9qz~OAnaLjlE29BFGBFijE4JWRLaOW7Cev1rMkrpOTnuMxa-tewYtfHMoLtarTSDTyCgmNkdMZuDsew5LC-QLjHDn2qqH4pOOABQZkZpmiXT33mlZATpXTWHpq--LJVf7tZZ7rxJEZpBquRR1pOc1GHqK86Ddjva0KIrA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Sub-Saharan Africa', 'sustainability', 'water service assessment tool']", +788,87070,12,3,https://iwaponline.com/washdev/article/12/3/286/87070/A-One-Health-evaluation-of-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","A One Health evaluation of water, sanitation, and hygiene (WASH) services in Butaro Sector, Rwanda",2022,FALSE,0,,[],11,Laura L. Coughlin,"Department of Infectious Disease and Global Health, Cummings School of Veterinary Medicine at Tufts University, Grafton, MA, USA",USA,,https://orcid.org/0000-0002-5244-5082,Janna M. Schurer,"Department of Infectious Disease and Global Health, Cummings School of Veterinary Medicine at Tufts University, Grafton, MA, USA",USA,jschurer@gmail.com,https://orcid.org/0000-0001-6122-5332,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['drinking water', 'livestock', 'One Health', 'Rwanda', 'sanitation practices', 'water treatment']", +789,86842,12,3,https://iwaponline.com/washdev/article/12/3/302/86842/Role-of-cleaners-in-establishing-and-maintaining,"Journal of Water, Sanitation & Hygiene for Development",Role of cleaners in establishing and maintaining essential environmental conditions in healthcare facilities in Malawi,2022,TRUE,3,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.206/1/washdev2022206supp1.docx?Expires=1706163031&Signature=Tr6n90-9nStmlEz7KbAysAiaL3jpD2R7xDxu3WaFOhITTsgqQJFsw0Xw80bqb00E-1qGpmNR-vea5-uDaX8rZpPp4DO3RDpt8DrsCskPI7UaGfupLQnUtU0SLZ2KP2PEc3Lc66u1oNLSYxVyV2a2zbqHxmeZmBHnEdFWjKiUYQTif7CGRtMvSP4eW6kMuZxKc02r4WtQplL~daJ3NUGFEiU2cLX3JvaKtoTkoyvHX26EfUluCpEUYyq4ts9FMCd2lDcWf~xJP2rUud16kkfl92vGX0lAP~Qd4jt2S7bgkd1yfltHHirjNRcxGwdk5Ae43z3Nn0cDhCNM3mny-DjOoA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.206/1/washdev2022206supp2.docx?Expires=1706163031&Signature=mrjkU6AR3NN7i-TbO35MpqOcd2Lp7rqcUR-17LSukAE5S4aAjbH3PVXu-RutvcCOkvGGxwyHlw4JdfoWID4uBrPwJshQbrglemmcaI9uThmpLGd-oxWGysMLLqXAfTsXdePT-PhYe4dMSclcjXPyM4YEiQ-sGIslTCT1WUhjN2hZ7Sv2NlA-o-0-23BJ3Ek4H9Ic6rk9KwKdkRQxOK7hKttq9qDL05-QOyFJRXjp7KCXDLzePMt-vdZ44rw0LvKPQDfVu8ma6xUJgtZWR~83b13s6DidIovSk9-SvZtbYRB29PnhZZrdgwz0izlZrb9H9dluWnLlQWQkyq1rk5zilg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.206/1/washdev2022206supp3.docx?Expires=1706163031&Signature=ifsk1S3dMZe5YkgoCO7sSZdpBVe~QGTMYxxOI74Fy1C17wfu-UWr2E6Wd0xXy~VWJzmKYLUobLMgy6b15RVFfbnQLTPUTWR5JmLq8qz56pB2YxgcMq1gYeUhwUDsZr1jkUnwP8n6czyUnyN-~9n-lrzMW~om8UBnBMFjesms9S-4L2dF~J4rv4C7R2XZDuOzpOnwuxRb~Qt8zf9YsamF4ZJJ9eagNmenboseew2hq5fpo9GGXE99B0RMlKPQG0zLnUaO0BWgVcBLHxB8vKAe7l54UkleZaMxsgArcAtwPLzT~SrMf-A0L49pc0ryA85qL2dD5nOjQaf6cSX1EF2GNw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",9,Hayley Elling,"World Vision, Washington, DC, USA",USA,,,Ryan Cronk,"ICF, 2635 Meridian Pkwy Suite 200, Durham, NC 27713, USA",USA,rcronk@alumni.unc.edu,https://orcid.org/0000-0003-0157-4447,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['cleaners', 'infection prevention and control', 'Malawi', 'water', 'sanitation and hygiene (WASH), healthcare facilities']", +790,87112,12,3,https://iwaponline.com/washdev/article/12/3/318/87112/A-qualitative-study-on-resource-barriers-facing,"Journal of Water, Sanitation & Hygiene for Development",A qualitative study on resource barriers facing scaled container-based sanitation service chains,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.218/1/washdev2022218supp.docx?Expires=1706163036&Signature=pnN5BNI-C1jlDhHsVnlzEfjapAuTSZ0Si~o1u78ANkjSupIEWOuLP0iroNTMundfU1SxYlHzk8fXlUhgaDYVH82ZooSD9DuJO57RqkRUHG8ZUgotVYvChbQbJ3P7K6YJ40u7mij4aHiGI0F4-Zvv72EiJoxLGl5DUoCfz9yvdaqyOsBSW1oyBBuTeDk2WXKjdBw8lyGaTQoAtzGZsSEWcA4wCtuqK-nC0WDZz2Hmhu4Nn~fJq-DqPJtqBbXa2Vmww2Fq4bB6FvdQMV-Nd2P1Tvk3ViFDv4kvzMxycYr5shhgjEJtIyepop6K7Ec4CP3BmL1-QoWjPLny0BV4xLwtvg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Charlie Ferguson,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",UK,,,Alison Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",UK,a.aprker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['circular sanitation', 'off-grid technologies', 'sanitation', 'WASH']", +791,87434,12,3,https://iwaponline.com/washdev/article/12/3/329/87434/A-lab-scale-study-on-the-influence-of-the-compost,"Journal of Water, Sanitation & Hygiene for Development",A lab-scale study on the influence of the compost-dewatering process on moisture removal and pathogen inactivation in pre-sanitized fecal sludge,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.002/1/washdev2022002supp.docx?Expires=1706163041&Signature=tGrlLPHAp0zsTHU1MecftgrMdrv65dwq5hR2M0YNBydOVU6ITdrcykl~FUkaxSgwiCyvsMewKFn6j-o5Kervc~8Kk-f9es0ptYhYkM3Gq7zWzzVyPEWyU2OQo~I5az-PbBQafmrLBTSf2Pq5BLDmbyQpFr91lcO3ebwEJwLy6NUHIo-7MH3ksnmAN4oHryhBM7QUj21LntBob53rs0ftfApuKaOatWUuitDe2rS920MGJ1MbIJ8MKb~kzIcwODS1YEk28RVZT9JL5HTzlB0nJoRMGUsBL3Vbq9XpJ4fvCl6eVS4GAtZZaynSAH2S3453R74WD~OjAxVivOIYGiGA4Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Emmanuel Alepu Odey,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Xueyuan 30, Beijing 100083, China",China,lordodey1@yahoo.com,https://orcid.org/0000-0002-2330-1864,Emmanuel Alepu Odey,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Xueyuan 30, Beijing 100083, China",China,lordodey1@yahoo.com,https://orcid.org/0000-0002-2330-1864,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['biochar', 'compost-dewatering', 'fecal sludge', 'moisture content', 'soil amendment']", +792,86884,12,3,https://iwaponline.com/washdev/article/12/3/336/86884/Evaluation-of-user-experiences-for-the-Clean-Team,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of user experiences for the Clean Team Ghana container-based sanitation service in Kumasi, Ghana",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.013/1/washdev2022013supp.docx?Expires=1706027621&Signature=afsTJ1BAS0HqtA5Ap15g7Ba3tkYnoH~I7Gtm-2Xm4KtYq7yOFPWMbx8BG~3NewbqZImM1vHdLm9Me-M6j6LB0PtB8kgh3u2w3v-fKsl8kXzOLmZUDtDqwsc4mSHTDN7ue8Vo9yxf8wv1JUbubC4rrlIg-Jv3mHNRJ2uIc4vSBJUOBEj~tIbRBVLTfHlGqdvqEnCDkxKB5hdNg7IZBN6fK0WkguyugmnfuEs-G98vfjtk2-cHa~aofKlF-kZIZMv6UbBBY7j6zdGPoKMrr-dMmmu-LneZCCnP1WmjgqQENA1iJ9feSuKRoPFdHY3GT3ECAkSLF0xnX8EVrTiVmajRmA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,James B. Tidwell,"Harvard Kennedy School of Government, 79 John F. Kennedy Drive, Cambridge, MA 02134, USA",USA,btidwell@worldvision.org,https://orcid.org/0000-0001-5868-6584,James B. Tidwell,"Harvard Kennedy School of Government, 79 John F. Kennedy Drive, Cambridge, MA 02134, USA",USA,btidwell@worldvision.org,https://orcid.org/0000-0001-5868-6584,TRUE,All relevant data are available from http://dx.doi.org/10.17605/OSF.IO/N4GBP.,All relevant data are available from http://dx.doi.org/10.17605/OSF.IO/N4GBP.,,"['container-based sanitation', 'Ghana', 'quality of life', 'sanitation', 'urban', 'user experience']", +793,87631,12,4,https://iwaponline.com/washdev/article/12/4/347/87631/How-much-does-it-cost-to-meet-the-standards-for,"Journal of Water, Sanitation & Hygiene for Development","How much does it cost to meet the standards for making healthcare facilities water, sanitation, and hygiene (WASH) compliant?: analysis from Assam, India",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/4/10.2166_washdev.2022.124/1/washdev2022124supp.docx?Expires=1706163048&Signature=w~9MEM3trMOr7G9DRpjK7OBCHVcKKUmAKqzhNnCZJvd9QAboCQAML2zZznoXV0i-Lk9iBdmfK6AahKoEqxt0~rpy8~Sa4sCWfn3XgWYkT9xTcTwi4UlVTXtfjw6neGh33tWuiEB6~kLyuWUsNZM25zRYj3sPPfcdXUqxC3Y-Bz54D~7pTP-qahh-2lr7SZ53mPwbrJ50ubHxZQN68FjIMENUhidtwRz4ktLZjzPgv5J6Dw4cFOpFIlrVnhFnfYMCP0LWuYSYbPs2t9~LGo1HypnBqLaJFUu5UoET7tSdG6mIrjUeYFnR8CmLGGhF2rAytL68AJAMpYVX485phKS62g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Priya Bhavsar,"Indian Institute of Public Health Gandhinagar (IIPHG), Gandhinagar, Gujarat, India",India,,,Deepak Saxena,"Indian Institute of Public Health Gandhinagar (IIPHG), Gandhinagar, Gujarat, India",India,ddeepak72@iiphg.org,https://orcid.org/0000-0003-0563-4259,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Assam', 'cost estimation', 'healthcare facilities', 'necessitate', 'quality improvement', 'WASH compliant']", +794,87912,12,4,https://iwaponline.com/washdev/article/12/4/359/87912/Evaluation-of-WASH-indicators-associated-with,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of WASH indicators associated with diarrhoeal disease among under-five children in an urban slum pocket, Mumbai city, India: a community-based repeated cross-sectional study",2022,FALSE,0,,[],3,H. Wani,"Department of Microbiology, Bhavan's College, Andheri West, Mumbai 400058, Maharashtra, India",India,,https://orcid.org/0000-0001-6595-9878,S. Shrivastava,"Bhavan's Research Center (Microbiology), Bhavan's College Campus, Andheri West, Mumbai 400058, Maharashtra, India",India,sandhya_s10@brcmicrobiology.in,https://orcid.org/0000-0002-0671-9214,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['children', 'diarrhoea', 'households', 'urban slum', 'WASH', 'water quality']", +795,88268,12,4,https://iwaponline.com/washdev/article/12/4/375/88268/A-qualitative-assessment-of-mothers-perceptions,"Journal of Water, Sanitation & Hygiene for Development","A qualitative assessment of mothers' perceptions and behaviors in response to an intervention designed to encourage safe child feces management practices in rural Odisha, India",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/4/10.2166_washdev.2022.011/1/washdev2022011supp.docx?Expires=1706163056&Signature=PhTpZKbvWIp7jzZkmtvEiMr0AJMlcnoChD~LT0qJE1H~iLSAic7COrC3otguDmlPfXIMVhgDtm4vLVAnMTYBduJxUJqPKgx7kpmp24eELz-~lzkwJhO~7IyVrT6zxlLbbvgE~uCa0ZHw-sMtqqEggg6fWiuQx6LXEfGQI~emaVglXxJC6AY6z3dQrZ0bz73jJVvXtP5JKyHEw1G7rwiBhmPgkyRy1GntKeryPmJr208pZ2gduWPfogEOecMSA1PV5QmIzWx1F0-ceNSMr51R2Tlj7GIzGHqigJkhNJqLjDXJGz-odGGaofT5rw0pBL25omgQahzyIQnIjZcGZfAoJQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Rebekah N. Williams,"Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",USA,rebekahnwilliams@gmail.com,,Rebekah N. Williams,"Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",USA,rebekahnwilliams@gmail.com,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['behavior change', 'focus group discussions', 'in-depth interviews', 'mothers', 'open defecation', 'sanitation']", +796,88331,12,4,https://iwaponline.com/washdev/article/12/4/387/88331/Impact-of-COVID-19-on-community-led-total,"Journal of Water, Sanitation & Hygiene for Development",Impact of COVID-19 on community-led total sanitation (CLTS) in Ghana: perspectives of implementing partners,2022,FALSE,0,,[],4,Kweku Tsekpetse-Akuamoah,"Ministry of Sanitation and Water Resources, Accra, Ghana",Ghana,,,Simon Mariwah,"Department of Geography and Regional Planning, Faculty of Social Sciences, University of Cape Coast, Cape Coast, Ghana",Ghana,smariwah@ucc.edu.gh,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['CLTS', 'COVID-19', 'Ghana', 'pandemic', 'partners', 'sanitation']", +797,88299,12,4,https://iwaponline.com/washdev/article/12/4/394/88299/Electrochemical-defluorination-of-water-an,"Journal of Water, Sanitation & Hygiene for Development",Electrochemical defluorination of water: an experimental and morphological study,2022,FALSE,0,,[],6,Muhammad Abdulredha,"Department of Civil Engineering, College of Engineering, University of Kerbala, Kerbala, Iraq",Iraq,,,Nadhir Al-Ansari,"Department of Civil, Environmental and Natural Resources Engineering, Mining and Geotechnical Engineering, Luleå University of Technology, Luleå, Sweden",Sweden,nadhir.alansari@ltu.se,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['aluminium electrodes', 'defluoridation', 'engineered reactor', 'electrocoagulation']", +798,88573,12,5,https://iwaponline.com/washdev/article/12/5/405/88573/Does-microcredit-for-water-and-sanitation-improve,"Journal of Water, Sanitation & Hygiene for Development",Does microcredit for water and sanitation improve household welfare? Evidence from Indonesia,2022,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/5/10.2166_washdev.2022.143/1/washdev2022143supp.pdf?Expires=1706163068&Signature=SvSR0soO23b5kcyBbAp3PTpi6ljvQGaYa8kHTe-3oDOk~YOtx6gwLC76jVi7OMSme-Ywm2lqho57Xqcsiz0ed~gyQx0EKy8vPwFxef8iBsDhFFVP558hZB6LqPRsGYLzE6UtU4lIxbwlGYYwIFsNAObS43KNiqtyvY9HgnuQfP5HAdFCsODBCrmuvaIw71xr2pWWOuJfQmb87Zt70WPJkgelchNqFEi~x-ERLoMaXki~9hgRs5zN-QiD-JA1T13B5ulk4OTtQ1WQuj0bi5Ks4imv0kY24zuWiJc8yNUFer-~N~AM2xpthBt-j7BJ-wCesDcBusJTdUkSyK8x6dQvhg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Kiki Amalia Tazkiyah,"Master Program of Economic Planning and Development Policy, Faculty of Economics and Business, Universitas Indonesia, Jl. Salemba Raya IV No. 4, RW.4, Kenari, Kec. Senen, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10430, Indonesia",Indonesia,,https://orcid.org/0000-0002-4291-3911,Alin Halimatussadiah,"Department of Economics, Faculty of Economics and Business, Universitas Indonesia, Gedung Dekanat FEB UI Kampus Widjojo Nitisastro, Jl. Prof. DR. Sumitro Djojohadikusumo, Kota Depok, West Java 16424, Indonesia",Indonesia,alin.halimatussadiah@ui.ac.id,https://orcid.org/0000-0001-7539-134X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['consumptive loan', 'health expenditure', 'household welfare', 'microcredit', 'water and sanitation', 'WSS (water supply and sanitation)']", +799,88568,12,5,https://iwaponline.com/washdev/article/12/5/417/88568/Inclusive-WASH-and-sustainable-tourism-in-Labuan,"Journal of Water, Sanitation & Hygiene for Development","Inclusive WASH and sustainable tourism in Labuan Bajo, Indonesia: needs and opportunities",2022,FALSE,0,,[],10,Ni Made Utami Dwipayanti,"School of Public Health, Faculty of Medicine and Health Sciences, Udayana University, Denpasar, Bali, Indonesia",Indonesia,utami_dwipayanti@unud.ac.id,https://orcid.org/0000-0002-5788-2871,Ni Made Utami Dwipayanti,"School of Public Health, Faculty of Medicine and Health Sciences, Udayana University, Denpasar, Bali, Indonesia",Indonesia,utami_dwipayanti@unud.ac.id,https://orcid.org/0000-0002-5788-2871,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['equity', 'hygiene', 'inclusive', 'sanitation', 'tourism', 'water']", +800,88608,12,5,https://iwaponline.com/washdev/article/12/5/432/88608/Household-water-treatment-practice-and-associated,"Journal of Water, Sanitation & Hygiene for Development","Household water treatment practice and associated factors among households dependent on unimproved water sources in Ameya district, Oromia, Ethiopia",2022,FALSE,0,,[],6,Mesfin Eticha,"Ameya Weroda Health Office, South-West District, Oromia Region, Ethiopia",Ethiopia,,,Gebisa Dirirsa,"Department of Environmental Health, College of Health and Medical Sciences, Haramaya University, Harar, Ethiopia",Ethiopia,gebisadirirsa@gmail.com,https://orcid.org/0000-0003-0246-6253,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ameya district', 'household water treatment', 'rural Ethiopia', 'small-scale water treatment', 'unimproved water sources']", +801,88592,12,5,https://iwaponline.com/washdev/article/12/5/443/88592/Raw-sewage-treatment-by-a-single-stage-vertical,"Journal of Water, Sanitation & Hygiene for Development",Raw sewage treatment by a single-stage vertical flow constructed wetland: a case study in Brazil,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/5/10.2166_washdev.2022.038/1/washdev2022038supp.docx?Expires=1706163080&Signature=XyP~rN1orQ2h1blj~xnYq9qHaHE4B01P3ocF~7ZLhCbP27cHf149y3Q9ZVsNoP-SL0VRYhD~h6e7pHGT5RzvM0SKcxU6UEljaunpjLMozHC4afWu8DaqFwyhtX~7F96Hrz1S8e5JOEo3USHXZBr8gR9HvP~nIVpDUfl3X2cWymv-iQSzyMFHX3Kaw1EIpvzrpDRVh2CTpo8dfAji7EDekmGQIumrSDZH8kUxOIJ~pBvk5RSIOyByWcN4YFzC8Enge~WY4yDRLo-7jff0OS3-2bqOtFpTmAEfAUUVmVltGLBSZZR67tAf07ujvaTS4oKS1H1AlKOzhlk--Qs0WGpFxA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Mariko. A. Carneiro,"Center of Technology, Federal University of Paraiba, Cidade Universitária, s/n – Conj. Pres. Castelo Branco III, João Pessoa-PB 58051-900, Brazil",Brazil,mariko.carneiro@fe.up.pt,https://orcid.org/0000-0002-7043-0618,Mariko. A. Carneiro,"Center of Technology, Federal University of Paraiba, Cidade Universitária, s/n – Conj. Pres. Castelo Branco III, João Pessoa-PB 58051-900, Brazil",Brazil,mariko.carneiro@fe.up.pt,https://orcid.org/0000-0002-7043-0618,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['ceramic construction waste', 'concrete construction waste', 'decentralized treatment', 'domestic wastewater', 'feeding operation']", +802,88817,12,5,https://iwaponline.com/washdev/article/12/5/454/88817/Determinants-of-sanitation-and-hygiene-status,"Journal of Water, Sanitation & Hygiene for Development","Determinants of sanitation and hygiene status among food and drink establishments in Fiche town, Oromia, Ethiopia",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/5/10.2166_washdev.2022.166/1/washdev2022166supp.docx?Expires=1706163084&Signature=QnoL6Nb2mEDUFFwt2bdmPEQ~60xFJzs~~NbNyGhr9yRfUiT2llbMp8VRqlWh4WLNuWMNrNZ21MlAaCfHBM5W0WO5Y22osZw0jsK~JmqzK~dVz~1ez9-hZzQIkphPa1i-lfCwj1gPkGuA0IJp7sgFOhVBGDHaZKlVDnRColMul-J2A-GuzHYfBeBbBEMJF2FZ-QBDwareA~k7~7yFWPdHobSuECzFuCmVppAllSb3YOnior-LWkP3jpcURWkmCk0dm9KxUKMW~emfBPLcRM4soynqma3~4HnuH3EH2LhCEO11znp0rmrobh5W9RFy5fpt6gYxCScpGZNL9~2mw7A-Tg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Samuel Chane,"Department of Biology, Salale University, P.O. Box. 245, Fiche, Ethiopia",Ethiopia,samuelchane19@gmail.com,https://orcid.org/0000-0002-5805-7857,Samuel Chane,"Department of Biology, Salale University, P.O. Box. 245, Fiche, Ethiopia",Ethiopia,samuelchane19@gmail.com,https://orcid.org/0000-0002-5805-7857,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Fiche town', 'food and drink establishments', 'foodborne diseases', 'hygiene and sanitation']", +803,88775,12,6,https://iwaponline.com/washdev/article/12/6/463/88775/A-de-jure-study-of-social-accountability-for-water,"Journal of Water, Sanitation & Hygiene for Development",A de jure study of social accountability for water and sanitation services in Uganda,2022,FALSE,0,,[],3,J. Nansubuga,"Cranfield Water Science Institute, Cranfield University, College Road, Cranfield, Bedford MK43 0AL, UK",UK,,,P. Jeffrey,"Cranfield Water Science Institute, Cranfield University, College Road, Cranfield, Bedford MK43 0AL, UK",UK,p.j.jeffrey@cranfield.ac.uk,https://orcid.org/0000-0001-6618-0815,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['legal requirements', 'social accountability', 'water and sanitation services']", +804,88924,12,6,https://iwaponline.com/washdev/article/12/6/475/88924/Direct-centrifugation-for-detecting-Giardia-spp,"Journal of Water, Sanitation & Hygiene for Development",Direct centrifugation for detecting Giardia spp. cysts in filter backwash water,2022,FALSE,0,,[],2,Allan Pretti Ogura,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-Carlense 400, Zip code 13566-590, São Carlos, São Paulo, Brazil",Brazil,,https://orcid.org/0000-0001-8549-5820,Lyda Patricia Sabogal-Paz,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-Carlense 400, Zip code 13566-590, São Carlos, São Paulo, Brazil",Brazil,lysaboga@sc.usp.br,https://orcid.org/0000-0003-2753-3248,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['calcium carbonate flocculation', 'immunomagnetic separation', 'propidium iodide', 'protozoa', 'waterborne disease', 'water treatment residues']", +805,89148,12,6,https://iwaponline.com/washdev/article/12/6/485/89148/Performance-assessment-of-sewage-treatment-plants,"Journal of Water, Sanitation & Hygiene for Development",Performance assessment of sewage treatment plants using compliance index,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/6/10.2166_washdev.2022.055/1/washdev2022055supp.docx?Expires=1706163095&Signature=4AOHFAKZz4hYkDtGLziudvEkaeNd6HL1ghM1TTFu1UvUh6pMdYyRGLOGQgPOgyDBdENnCd1sVgKpTHONPyJdCFNFPq-36xvkk7piCf~l1FzXBtZaNjXqiu1lYlCFkhXEDQIfvdxwg3H5gmRql4pIhD4l3jQawXtBbK9VQydy2rGPK6UcC5YB6-XIRs3jeuU6B0DpGKBEA8-onf6JkdJgxQZnyhUFpTFJANOqB5yA5A0yP77fy1xmlHAs3kE2ZZOmSi8V6xTqSI2AGLVdbkusWCZY0ILNwsFwkfbXYOFuYoQ2ST515Cl2bcyNOPfuftHu-gIFIZTjz~EMnmHap0njSQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,D. Ramkumar,"Department of Civil Engineering, Indian Institute of Technology Bombay, Mumbai 400076, India",India,,,V. Jothiprakash,"Department of Civil Engineering, Indian Institute of Technology Bombay, Mumbai 400076, India",India,vprakash@iitb.ac.in,https://orcid.org/0000-0002-0303-2468,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['compliance index', 'NMMC', 'non-parametric', 'removal efficiency', 'STPs', 'wastewater']", +806,89269,12,6,https://iwaponline.com/washdev/article/12/6/498/89269/An-evidence-based-approach-towards-identifying,"Journal of Water, Sanitation & Hygiene for Development",An evidence-based approach towards identifying household emerging pollutants in rural areas in Southern Karnataka,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/6/10.2166_washdev.2022.073/1/washdev2022073supp.docx?Expires=1706024238&Signature=ewQT2AdO9yoNV4p9BZ8lc79FiR-sIHk1IB5ztSECo5u4zQ1v~uRrLhHBxf4xJGhCcbb3wA-nDG3RMAll~Gy2c3OmwgR8T-AuybAThYB2z0QX2NoX3HUhREcGORKsHFJSeYt22G1F674bg1GEXSZjkUo-CQDGPJNe~6727VDt3Q4srTsioxd8t1MA2-kQjkndsBBWOGM8CzklR8yDxvtxVXIBecKN3UyrJA66mHzFLqLcxQfISnORkNXASn2FLO3o6jOH~iiLoagkCN3o~3ZEVR85QGK2g8Ny2k1qu4nh-u29UwkjoDxO~uWXvHlzJCuGIp9RGLOeRxk2KZyz61vSig__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,G. V. Rathnamala,"Department of Civil Engineering, GITAM School of Technology, Bengaluru Campus, Bengaluru, Karnataka, India",India,rnaveen@gitam.edu,https://orcid.org/0000-0001-5796-8897,G. V. Rathnamala,"Department of Civil Engineering, GITAM School of Technology, Bengaluru Campus, Bengaluru, Karnataka, India",India,rnaveen@gitam.edu,https://orcid.org/0000-0001-5796-8897,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['classification', 'demographic', 'income', 'pollution', 'poverty', 'questionnaire']", +807,89384,12,7,https://iwaponline.com/washdev/article/12/7/517/89384/Menstrual-material-maintenance-disposal-and,"Journal of Water, Sanitation & Hygiene for Development","Menstrual material maintenance, disposal, and laundering challenges among displaced girls and women in Northeast Nigeria",2022,FALSE,0,,[],6,Margaret L. Schmitt,"Columbia University, Mailman School of Public Health, 722 W. 168th Street, New York, NY 10032, USA",USA,maggie.schmitt@columbia.edu,,Margaret L. Schmitt,"Columbia University, Mailman School of Public Health, 722 W. 168th Street, New York, NY 10032, USA",USA,maggie.schmitt@columbia.edu,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['humanitarian emergencies', 'menstrual hygiene management', 'water', 'sanitation', 'and hygiene (WASH)']", +808,89588,12,7,https://iwaponline.com/washdev/article/12/7/529/89588/Effect-of-45-full-scale-WWTPs-on-tropical,"Journal of Water, Sanitation & Hygiene for Development",Effect of 45 full-scale WWTPs on tropical receiving water bodies in Brazil by partial least squares-discriminant analysis,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/7/10.2166_washdev.2022.045/2/washdev0120529supp1.docx?Expires=1706163107&Signature=grkhoPS8Wpy6g0JiOkdEd-Wl3RVq7tP354vvIP~jBsP8j--Yamw88ydMBG4F56DC~IeGT8yQq9073QLuFshabs3bFrZcFvJk~QRorxMSoMVTjBZEdo3dZtrd3XvdEGSIWJrlWwxtgBM~2chBbqr-kRGZ25iDOURKIjIT6rMdrSS3tB605hx2ysq~~5BKMlHLI~wkniKjUNgVcpwmn6KCiEk1JAkJFUcOpcL3Dhto~lO1ApcBu2YqWMTBSj0CoZ6~BVS~7RViLrF-~BsyvWlA93OKRNDndC4jM7OkGYmChfiTW59xFPh1JiMHtzSwJ-b8idUFr5~OmMaiyyOxTklh8g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Marina Salim Dantas,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Presidente Antônio Carlos, 6627, Belo Horizonte/MG, CEP 31270-901, Brazil",Brazil,marina-dantas@hotmail.com,https://orcid.org/0000-0002-7084-7798,Marina Salim Dantas,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Presidente Antônio Carlos, 6627, Belo Horizonte/MG, CEP 31270-901, Brazil",Brazil,marina-dantas@hotmail.com,https://orcid.org/0000-0002-7084-7798,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['data mining', 'environmental statistics', 'sewage treatment plants', 'tropical rivers', 'water pollution']", +809,89596,12,7,https://iwaponline.com/washdev/article/12/7/542/89596/A-participatory-SWOT-analysis-on-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","A participatory SWOT analysis on water, sanitation, and hygiene management of disabled females in Dhaka slums of Bangladesh",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/7/10.2166_washdev.2022.061/1/washdev0120542supp1.docx?Expires=1706163112&Signature=0j4ovIBMO7IhlR-0eo8qLwtU412KRSC4p43jf3464KLLCdvLWJAXNznOaAWtA7FSoIZ5PG5ExZXGmXawf9ugoJHoWOmbtAUEY4DT2FjMYXsfV-uHX5LnorRFXWz2rrDiOwRX7ueFdqJT2iadItQslZBZaxS9FUWYSJDEBgRMxldqvR4THaybKNFvNCqJGf0ulWlIjmlSaRKNDNjjGLjN8vwAhcUfigbjvauG6Kj6rd7QtjZSJJa5P2VRRGwxeW~ZOa--C0aopSX3phs6Nz727PBmsxsQ8wyA-ldhfIO5exHRLvys6qtvsIk3cv5A5C5dxbp80NsFjWESCtH3hP6Mmw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Sara Nowreen,"Institute of Water and Flood Management, Bangladesh University of Engineering and Technology, Dhaka, Bangladesh",Bangladesh,snowreen@iwfm.buet.ac.bd,https://orcid.org/0000-0001-8116-4020,Sara Nowreen,"Institute of Water and Flood Management, Bangladesh University of Engineering and Technology, Dhaka, Bangladesh",Bangladesh,snowreen@iwfm.buet.ac.bd,https://orcid.org/0000-0001-8116-4020,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['female hygiene', 'gender', 'inequalities', 'participatory SWOT']", +810,89672,12,7,https://iwaponline.com/washdev/article/12/7/555/89672/Water-sanitation-and-hygiene-WASH-coverage-and,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene (WASH) coverage and practices of children from five public primary schools in Guinea",2022,FALSE,0,,[],4,Alseny Bah,"Collaborative Innovation Center of Atmospheric Environment and Equipment Technology, Jiangsu Key Laboratory of Atmospheric Environment Monitoring and Pollution Control, School of Environmental Science and Engineering, Nanjing University of Information Science and Technology, Nanjing 210044, China",China,,,Feihu Li,"Collaborative Innovation Center of Atmospheric Environment and Equipment Technology, Jiangsu Key Laboratory of Atmospheric Environment Monitoring and Pollution Control, School of Environmental Science and Engineering, Nanjing University of Information Science and Technology, Nanjing 210044, China",China,fhli@nuist.edu.cn,https://orcid.org/0000-0002-2969-8276,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['hygiene', 'incidence and prevalence', 'primary school pupils', 'sanitation', 'water']", +811,89621,12,7,https://iwaponline.com/washdev/article/12/7/563/89621/Government-institutional-emergent-issues-and-gaps,"Journal of Water, Sanitation & Hygiene for Development",Government institutional emergent issues and gaps in disaster management mechanisms for WASH: a case study of Zambia's Kanyama peri-urban area,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/7/10.2166_washdev.2022.079/1/washdev0120563supp1.docx?Expires=1706163119&Signature=MWenZ~RxwEw7pvR6Er-Rd3D19ep1QdGYQgMaGUzKzy37tzAn47A7W7Xw9GSaTaDKoj44nf4RXC8jHp7BdCSI4XoEPO2VYE-6ciLqnCrGkm1R-rhq~DpiWfuADCcBlwOd4MfGzH3jNoS3icr30Z4PmFYojr6edWt611cNq64YFBYI2C~n39grl4bBjuAq2eol-C23qoroLvoKJzWLksEXdbU1Tr4VGd8wXMDkLdfi0PVLakNQ1AiN8RSvo5SdbvMTqdq5eC64w45TA~7KccWkYqRl1NmjucoG8z2jt4rT2m8trSc1pyOfUYG51duvNO1i9ClhT7PO1SwZAWyupHVMhA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Sydney Haanzuki Mulekwa Mudenda,"Department of Civil and Environmental Engineering, School of Engineering, University of Zambia, Great East Road, Lusaka, Zambia",Zambia,sydney.mudenda@gmail.com,https://orcid.org/0000-0003-3165-3832,Sydney Haanzuki Mulekwa Mudenda,"Department of Civil and Environmental Engineering, School of Engineering, University of Zambia, Great East Road, Lusaka, Zambia",Zambia,sydney.mudenda@gmail.com,https://orcid.org/0000-0003-3165-3832,TRUE,All relevant data are available from an online repository or repositories (https://drive.google.com/drive/folders/1ORDS67jJWK7kayHaF85HRtOmja0HYpMd?usp=sharing).,All relevant data are available from an online repository or repositories,https://drive.google.com/drive/folders/1ORDS67jJWK7kayHaF85HRtOmja0HYpMd?usp=sharing,"['disaster', 'peri-urban', 'preparedness', 'prevention', 'response', 'sanitation']", +812,90182,12,8,https://iwaponline.com/washdev/article/12/8/575/90182/Regression-models-for-predicting-the-die-off-rate,"Journal of Water, Sanitation & Hygiene for Development",Regression models for predicting the die-off rate of E. coli in solar water disinfection,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/8/10.2166_washdev.2022.056/2/washdev0120575supp1.docx?Expires=1706123472&Signature=Iz2ZUaKbAT~SIs6fAnUiIaoBv5aVmv9MCOmOoRvHeyr3aHLGRNwRafxW6QsAsATcjgDVrZsrCgrUP9HfmQzBHet6TTxYNJr6a-dCNo8xGwOdjYTMtsmng5QqpMNeFnXyOpSfwVc6PApjfaHogkl3My5zMWEGqNhkJb-JyigvqNWjYGzfAVpaAN0ZA9rDNBZ-pnc4nJwRPIGq-KPpkFnsJ4xembajrfH7zlyx~82Us~99W2ndBpuqAZMWrYuk5txLkBntJeLsXr324T55hycslfDfU-jhckn5pNBiNXaEwtyGBAKzRuUmrLzy1macaeLo8zqWT4Gzjv9uB1ggc72FmQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Ekene Jude Nwankwo,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,ekene.nwankwo@unn.edu.ng,https://orcid.org/0000-0002-3789-0049,Ekene Jude Nwankwo,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,ekene.nwankwo@unn.edu.ng,https://orcid.org/0000-0002-3789-0049,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water', 'exposure period', 'multicollinearity', 'temperature', 'turbidity', 'ultraviolet']", +813,89424,12,8,https://iwaponline.com/washdev/article/12/8/587/89424/Exploring-waste-and-sanitation-borne-hazards-in,"Journal of Water, Sanitation & Hygiene for Development",Exploring waste and sanitation-borne hazards in Rohingya refugee camps in Bangladesh,2022,FALSE,0,,[],6,Sayed Mohammad Nazim Uddin,"Environmental Sciences Program, Asian University for Women, Chattogram, Bangladesh",Bangladesh,,https://orcid.org/0000-0002-6143-5572,Jutta Gutberlet,"Department of Geography, University of Victoria, P.O. BOX 3060 STN CSC, Victoria, V8W3R4, BC, Canada",Canada,gutber@uvic.ca,https://orcid.org/0000-0003-4602-1483,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['refugee camps', 'Royingha', 'sanitation', 'WASH', 'waste management']", +814,90260,12,8,https://iwaponline.com/washdev/article/12/8/600/90260/WASH-vulnerability-severity-and-the-response-of,"Journal of Water, Sanitation & Hygiene for Development","WASH, vulnerability, severity, and the response of urban slum dwellers to the COVID-19 pandemic",2022,FALSE,0,,[],2,Thi Phuoc Lai Nguyen,"Department of Development and Sustainability, School of Environment, Resources and Development, Asian Institute of Technology, 58 Moo 9, Km.42, Paholyothin Highway, P.O. Box 4, Klong Luang, Pathumthani 12120, Thailand",Thailand,phuoclai@ait.asia,https://orcid.org/0000-0003-2827-5762,Thi Phuoc Lai Nguyen,"Department of Development and Sustainability, School of Environment, Resources and Development, Asian Institute of Technology, 58 Moo 9, Km.42, Paholyothin Highway, P.O. Box 4, Klong Luang, Pathumthani 12120, Thailand",Thailand,phuoclai@ait.asia,https://orcid.org/0000-0003-2827-5762,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['attitude', 'Bangkok slum dweller communities', 'knowledge', 'practice', 'self-efficacy']", +815,90177,12,8,https://iwaponline.com/washdev/article/12/8/612/90177/Water-and-sanitation-service-levels-in-urban,"Journal of Water, Sanitation & Hygiene for Development","Water and sanitation service levels in urban informal settlements: a case study of Portee-Rokupa in Freetown, Sierra Leone",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/8/10.2166_washdev.2022.115/2/washdev0120612supp1.docx?Expires=1706163135&Signature=4eYwwtVs3MgtmtGb0d2UsRMF4ynilUaCZ8-5AuJEJaEmb4hEiSFTgf-6aaUG6TwPZdk1iF~Y28pqHZJnmVlqpQflGnQa-SQVp~VWzR8BfgUEM37NY4AlRh14-crk8X1jxiGcXEx4AqIBMbt7n7lNCa8FjdT5yRsaE6ROnd-Z790B6eJ2SOZLH5GvNfLn3~bQYxbnZPLQGTPX87Nqs~iyJ~GkKsnPEd2jH0u9qXARDFgwryp2DoHIp1Spq1gtS0sO4erS1hjZ1l9nRjQr9rxRs905Q7y~lJi1-mv~1wkBI73LJ6Jw7v4wnZ7~8HvynEkiMG7O7XxSeWEzVCaCinTXmA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,Innocent Kamara Tumwebaze,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",UK,i.k.tumwebaze@lboro.ac.uk,https://orcid.org/0000-0003-2364-4602,Innocent Kamara Tumwebaze,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",UK,i.k.tumwebaze@lboro.ac.uk,https://orcid.org/0000-0003-2364-4602,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking and domestic water', 'informal settlement', 'sanitation', 'Sierra Leone', 'urban']", +816,90481,12,8,https://iwaponline.com/washdev/article/12/8/622/90481/Obituary-Professor-Duncan-Mara-1945-2022,"Journal of Water, Sanitation & Hygiene for Development",Obituary: Professor Duncan Mara (1945–2022),2022,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[], +817,90791,12,9,https://iwaponline.com/washdev/article/12/9/625/90791/Water-sanitation-and-hygiene-conditions-in-schools,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene conditions in schools in Antalya in Turkey: a descriptive survey",2022,FALSE,0,,[],3,Ayse Meydanlioglu,"Department of Public Health Nursing, Faculty of Nursing, Akdeniz University, Antalya, Turkey",Turkey,,https://orcid.org/0000-0002-9799-937X,Arzu Akcan,"Department of Public Health Nursing, Faculty of Nursing, Akdeniz University, Antalya, Turkey",Turkey,aarzu@akdeniz.edu.tr,https://orcid.org/0000-0003-0503-2610,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['hygiene', 'sanitation', 'school', 'school nurse', 'water']", +818,90605,12,9,https://iwaponline.com/washdev/article/12/9/634/90605/Fecal-sludge-treatment-in-a-pilot-scale-vertical,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge treatment in a pilot-scale vertical-flow constructed wetland for the removal of helminth eggs,2022,FALSE,0,,[],5,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Department of Plant Biology, Faculty of Science, University of Yaoundé I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,https://orcid.org/0000-0003-2108-3733,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Department of Plant Biology, Faculty of Science, University of Yaoundé I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,https://orcid.org/0000-0003-2108-3733,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['environmental pollution', 'fecal sludge', 'pathogenic parasites', 'public health', 'tropical climate', 'vertical-flow constructed wetlands']", +819,90783,12,9,https://iwaponline.com/washdev/article/12/9/647/90783/Validity-of-an-abbreviated-Individual-Water,"Journal of Water, Sanitation & Hygiene for Development",Validity of an abbreviated Individual Water Insecurity Experiences (IWISE-4) Scale for measuring the prevalence of water insecurity in low- and middle-income countries,2022,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/9/10.2166_washdev.2022.094/1/washdev0120647supp1.pdf?Expires=1706050608&Signature=LwqFpEtw9G7coxKn6eZlDvPeqv0AvHPBHdqk3NDh6BI-4UnY~AtAOkemZY-P3KJ57ByW23TcnMoq~tc9Alg3s-nErSUgbJH6GjNioSsVyOvN4px4h5dcQG71Ubsla-qeLfU8In3s88oKjF8BJgifSgu-Aq8qRApKQxWK81nkscSErOgiW0yMo5UidX1oGfiksPKMDXyHOYWCMZYgl99Cg7shhxYnpMFHFR-WdZZ9LC~h12PT4s0nkeHvoHRIkiz5TShfY3rXQ-uExhyayi9~C0ymG6YTR~eWpBoUkoEuojRBtSpxRwn4kYO9CC-LZ4PuaQKXqzFXgxtCaC~hybZsKg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Hilary J. Bethancourt,"Department of Anthropology, Northwestern University, Evanston, IL, USA",USA,,https://orcid.org/0000-0001-5774-7525,Sera L. Young,"Department of Anthropology, Northwestern University, Evanston, IL, USA",USA,sera.young@northwestern.edu,https://orcid.org/0000-0002-1763-1218,TRUE,Data can be made publicly available upon reasonable request; readers should contact the corresponding author for details.,Data can be made publicly available upon reasonable request; readers should contact the corresponding author for details.,,"['indicator', 'measurement', 'prevalence', 'scale', 'validation', 'water security']", +820,90784,12,9,https://iwaponline.com/washdev/article/12/9/659/90784/Effects-of-Moringa-oleifera-seeds-on-the,"Journal of Water, Sanitation & Hygiene for Development",Effects of Moringa oleifera seeds on the physicochemical properties and microbiological quality of borehole water from Botswana,2022,FALSE,0,,[],3,Tiroyamodimo Semanka,"Department of Food Science and Technology, Botswana University of Agriculture and Natural Resources, Private Bag 0027, Gaborone, Botswana",Botswana,,,Eyassu Seifu,"Department of Food Science and Technology, Botswana University of Agriculture and Natural Resources, Private Bag 0027, Gaborone, Botswana",Botswana,eseifu@buan.ac.bw,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibacterial property', 'Moringa oleifera seed', 'Thamaga village', 'water treatment']", +821,91123,12,10,https://iwaponline.com/washdev/article/12/10/671/91123/Psychosocial-factors-influencing-handwashing,"Journal of Water, Sanitation & Hygiene for Development",Psychosocial factors influencing handwashing behaviour and the design of behaviour change interventions for the Rohingya camps in Bangladesh,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.167/1/washdev0120671supp1.docx?Expires=1706163154&Signature=cPleI8n3tqpLko-vvi3czmIPlQNek6e1~XwWM7bwbvQOix8A7MaSiMt-LLto2ieSN559I5qg-BHb8mQ3ivnN6tBxbs5Wo6Hm8~zYT~mlBBBiCFXe~UX-Xu78OYFDGHEhfaLB2EhvOdIqK0Qwsv6Tz2Q~yXFOfu4ae-ripWWEiLNqMyjHWii-FxCJo-KoHUwsdecW2Zct4M2JUkGVsxJVrWVAWffmvBNVPB~vDv2pgNN6~q2y9ozypQROUwbqOhir-P2VureNRgIcO9~xAnYrMLpDuc0WqxFPHCvtREyqniQNpRUcbbSgzLrxxdM7VF3WZtNFpFCuQ4nZ6v3qgdv4Xw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Kh. Shafiur Rahaman,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, Dübendorf 8600, Switzerland",Switzerland,shafiur.mr@outlook.com,https://orcid.org/0000-0002-7754-1177,Kh. Shafiur Rahaman,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, Dübendorf 8600, Switzerland",Switzerland,shafiur.mr@outlook.com,https://orcid.org/0000-0002-7754-1177,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['behaviour change', 'handwashing', 'psychosocial factors', 'RANAS', 'refugees', 'Rohingya camps']", +822,91438,12,10,https://iwaponline.com/washdev/article/12/10/683/91438/WASH-and-MHM-experiences-of-disabled-females,"Journal of Water, Sanitation & Hygiene for Development",WASH and MHM experiences of disabled females living in Dhaka slums of Bangladesh,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.060/1/washdev0120683supp1.docx?Expires=1706131489&Signature=gSjSWLDCypKy61t9teC0j7RmP4TdGN0jORNMQqiP1CRG5-HssTSmA49MlJjNiWjg67DnmR7FL~~Plq47CGDCNykRPLWXZaS41BnMgmkyAX4sBF5fxlOoVCJLkGzggAOhKUuv9h5ODGP4ywSwriqNKu0wBjeyMqIGO5fusRgTjkf2lgQmlNiZps-vCbpLDY3QZTLk4Vvkyfnub3WboXRqv7fi9DLDixCdUQ2lWAzFGbrUd4RftbS5QpRuJIZrSe8VwT~f6uBBuanjyVwuvWCa5q7h0EepxZCVOelNpxl6cGGNo1p~EaCnBvXgRwaPBoqaZzgcJOwhU3kBTmrst6dCaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Md. Arif Chowdhury,"Department of Climate and Disaster Management, Jashore University of Science and Technology, Jashore-7408, Bangladesh",Bangladesh,,https://orcid.org/0000-0002-0646-512X,Sara Nowreen,"Institute of Water and Flood Management, Bangladesh University of Engineering and Technology, Dhaka-1000, Bangladesh",Bangladesh,snowreen@iwfm.buet.ac.bd,https://orcid.org/0000-0001-8116-4020,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Dhaka slums', 'female with disabilities', 'gender inequalities', 'MHM (menstrual hygiene management)', 'WASH (Water', 'Sanitation', 'and Hygiene)']", +823,91334,12,10,https://iwaponline.com/washdev/article/12/10/698/91334/Effect-of-peracetic-acid-ultraviolet-combination,"Journal of Water, Sanitation & Hygiene for Development",Effect of peracetic acid–ultraviolet combination treatment on microbial and endotoxin levels in a pharmaceutical water system,2022,FALSE,0,,[],5,Afsaneh Farjami,"Food and Drug Safety Research Center, Tabriz University of Medical Sciences, Tabriz, Iran",Iran,,,Farzaneh LotfiPour,"Food and Drug Safety Research Center, Tabriz University of Medical Sciences, Tabriz, Iran",Iran,farzaneh.lotfipour@gmail.com,https://orcid.org/0000-0002-0774-9466,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['biocide', 'biocontol', 'purified water', 'water for injection', 'water treatment']", +824,91114,12,10,https://iwaponline.com/washdev/article/12/10/711/91114/Mental-health-in-arsenic-induced-cancer-a-study,"Journal of Water, Sanitation & Hygiene for Development","Mental health in arsenic-induced cancer: a study from middle Gangetic plain of Bihar, India",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.077/1/washdev0120711supp1.docx?Expires=1706163164&Signature=0hB7IjAFVK8IFzmIyvmwwjfkVOnuRC6L7~s3sqW~ljbJL4rI1rhWGpz6iFVxCQEdUCBGyhXdEdVgqFqtRls8-ok-y4emn5UFvgRt2LB9dHt7r0BDRzmup92UjGaL1oO-zLSY~ns1zzVIAUF9NLJ~~gb~F8QZgH69xdg6CbvK928SxC-nl4QtFajvNK0tUhtLW4lco~daPGtjrmBW-3GWRPMQoY-LxLSSOE2XRQ1zpvmoo3TPQuCgWOylT3nuJqpkayc~5Y-7-4b99skl64aooeSFfLKSncJFdKMd40dMzaE7sRcstaAuGVEE2cusSpmSEOub3RdwE9PRIhDY5OVT8Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Shishu Kesh Kumar,"Department of Psychological Sciences, Central University of South Bihar, Gaya, Bihar, India",India,,https://orcid.org/0000-0002-7943-835X,Das Ambika Bharti,"Department of Psychological Sciences, Central University of South Bihar, Gaya, Bihar, India",India,ambika@cub.ac.in,https://orcid.org/0000-0003-0465-4725,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['arsenic contamination', 'arsenic-induced cancer', 'groundwater', 'mental health', 'middle Gangetic plain', 'perceived social support']", +825,91202,12,10,https://iwaponline.com/washdev/article/12/10/721/91202/Validation-of-the-UNICEF-fiscal-diagnostic-tool,"Journal of Water, Sanitation & Hygiene for Development",Validation of the UNICEF fiscal diagnostic tool for SDGs 6.1 and 6.2 in East and Southern Africa using the analytical hierarchy process (AHP),2022,FALSE,0,,[],4,Samuel Godfrey,"UNICEF East and Southern Africa Regional Office, Nairobi, Kenya",Kenya,sgodfrey@unicef.org,,Samuel Godfrey,"UNICEF East and Southern Africa Regional Office, Nairobi, Kenya",Kenya,sgodfrey@unicef.org,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Africa', 'AHP', 'infrastructure finance', 'SDG 6', 'UNICEF', 'water and sanitation']", +826,91501,12,11,https://iwaponline.com/washdev/article/12/11/737/91501/Reducing-sexual-violence-through-safe-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Reducing sexual violence through safe sanitation?,2022,FALSE,0,,[],1,Isha Ray,"University of California, Berkeley, CA, USA",USA,isharay@berkeley.edu,https://orcid.org/0000-0002-9966-8822,Isha Ray,"University of California, Berkeley, CA, USA",USA,isharay@berkeley.edu,https://orcid.org/0000-0002-9966-8822,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['gender-based violence', 'latrines', 'rape', 'sexual violence', 'toilets']", +827,91579,12,11,https://iwaponline.com/washdev/article/12/11/742/91579/Unsafe-fecal-disposal-practices-in-children-and,"Journal of Water, Sanitation & Hygiene for Development",Unsafe fecal disposal practices in children and the nexus with childhood diarrhea in low- and middle-income countries: a systematic review and meta-analysis,2022,TRUE,2,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.040/2/washdev0120742supp1.docx?Expires=1706024073&Signature=DNfXjEY657YhTmmO5kuCBfPzeKFTlvSsrpuHRZp5hp8ujFZgFZXxjErIv6cwPZKahKidkkfHIR0BC1ZJ8vhUu9Cgfr99D1FgGv5GWZLKOgBxba0PjbqtdCeYrkYqaeVXSEJfxF1NDrXHpqTr0A2Nz7V4fHYH7mu9wIV9KFlYtSOg80R6GcXQ7309V4y1YsCOuMaxM9gSnYIvPPS~izjiLSu4SNMaYaCbITKbLU6~ksd4I0le2NTbfAe1ZgkT~Fp309aMW6OpPjX3RtT5ThQiuTQEbU-aqYDMtZ88MSsrOsusvomD1yzw7O1bUWM7GPn7Nej7GVc84cWK2PIq4EXORw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.040/2/washdev0120742supp2.docx?Expires=1706024073&Signature=sO0uuxo07ZZhp-JtjacF6JNH4~A2ukvi0OpnYjxxccloNOAgsLdiFsFRi7ZIcufZOCJLadOyjAtMo4x76lqVxDMOgZt1XD-DgCwcjPbexDDc4W~a92gqPR0sayPZtMyv41OiDWmWw8wn20AlU0WdRVsBJAM5ca78M7~~UHmtJWquEUWQizd7oWB33pZhS~xbDmegVOHt-5OBTrXXAGcRaBtOTeWzTr1rsRwEV~GYxCzN30b29OYhwa2n-8Ih~7u8Ok9Jr3aD~yNYzJnNK0JETF4nL4NPtUSKTcemtzBsZ0gmQxmJq6LTVQ1WQkRH2xg8FZh9oGM~gtaYuO2j4pEDXw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",5,Negasa Eshete Soboksa,"Department of Environmental Health, College of Health Sciences and Medicine, Dilla University, Dilla, Ethiopia",Ethiopia,yeroosaa@gmail.com,https://orcid.org/0000-0003-3451-175X,Negasa Eshete Soboksa,"Department of Environmental Health, College of Health Sciences and Medicine, Dilla University, Dilla, Ethiopia",Ethiopia,yeroosaa@gmail.com,https://orcid.org/0000-0003-3451-175X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['association', 'child', 'diarrhea', 'feces disposal', 'low-income', 'middle-income countries', 'pooled prevalence']", +828,91517,12,11,https://iwaponline.com/washdev/article/12/11/755/91517/Complexity-of-adoption-and-diffusion-of-ecological,"Journal of Water, Sanitation & Hygiene for Development",Complexity of adoption and diffusion of ecological sanitation technology: a review of literature,2022,FALSE,0,,[],7,Celestin Banamwana,"Department of Environmental Health, College of Medicine and Health Sciences, University of Rwanda, P.O. Box 3286, Kigali, Rwanda",Rwanda,cbanamwana@nursph.org,https://orcid.org/0000-0002-2817-2926,Celestin Banamwana,"Department of Environmental Health, College of Medicine and Health Sciences, University of Rwanda, P.O. Box 3286, Kigali, Rwanda",Rwanda,cbanamwana@nursph.org,https://orcid.org/0000-0002-2817-2926,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adoption', 'complexity', 'diffusion', 'Ecosan technology', 'sanitation']", +829,91503,12,11,https://iwaponline.com/washdev/article/12/11/770/91503/A-longitudinal-study-of-multiple-water-source-use,"Journal of Water, Sanitation & Hygiene for Development","A longitudinal study of multiple water source use in Bekasi, Indonesia: implications for monitoring safely-managed services",2022,TRUE,8,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp1.pdf?Expires=1706163181&Signature=ItwFdi08EMPERsOzMk3pPVuvesDmjnDpYaG8unxTVUvjAUyf59Da0CA~bSymDcwKZjHp6h2sOx6G95ffPcome~feNAsT-khdHcAOFZHubQvT1TwBam3PwfatwWLOyc4COZcnYgfg6WmXTmhFDtZNT5TYv-CC58n0VkzuXy7EtT-d28Zw5pBMp3FmPXB7Shd9OS5Z3PWIv3MF3aZ1JnFx6qYF~16Yul-3xrvdKmPHaKmxR2~MPRUNsthsm~9CLxyEOXEgHvW32VpJQICXy7NCSaHgzx6JcR7Eg9vHNjj5-wtgSayjxsPl8jii3oMouupRdNY1cYOhT08N58ZnRExuwQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp2.xlsx?Expires=1706163181&Signature=fT0vdFC2EaJuXPqA3j-Yk3sp769TqflS2Nn5Ve9cYJLN1VEFF7hGpfK91T8LwAn3FkHPUoZdTCDjWstq6F5fxlaNgZIJFhETkwB49VQJnh19vRNp22MKZVSLHYlKUF-6656vXUS9Iwiovp2yyFl-DVx4yhq~VwDo4PB~OQVZrug5yqsKjn74~XSBEFEprC3BFb3zetPXAP2wqlfbsPdE~TodHrz~KwS4NSpsKVkUHMoswN2PlEYZ6cB3PuWPQ9pqbr-EXOGXMbR~dMooPwMeLR-a5K4R8G3e6YD0DobD42S7cPFPvbfrnhGjbMFhvMACiW4kheifBhPsghNFxEUheg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp3.xlsx?Expires=1706163181&Signature=ZbuqPWaRFq8butZGUZav9FiFqW77X7hOHQgrtFvS1awjuVOKXEGb4Iimnd7eNVwv12SH1uxWiFC3VsvymZs7bGLW~HQF9tvMm1S9MUq97aFi9JELjXx39AaUbCGM1BJ6eyuUL83qrN2TZ71zYiuOvR3HOoAapqUi5hn9FaMQvdRJtAjTYUzqtFvx8F7cbEYp-IXg3tHhi8UIIjRzrbe2jZ3fJtZbA8H2pHNMy-PkpCqwJQYq-7t93bu4eoWWw1ZXuW770YNIryECEGeXBMMmIusxAffTtMCcY44p0SDSS7CBiyPKfpGVr4RQ7pMcF75zl04UdFEoqFE8sUtfiBxK-w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp4.xlsx?Expires=1706163181&Signature=Gc1N-5NEuGr70uNUrWfmtfL99cB-PlPmWMcEfTQjawgBhJ8wu4Unud83ip32JjTks~8dhSqF5p4aBeN3IoDUGVfTfz7D4VCdTA39OePVk7VDAHIW4rPHSIAt0P-91UskPO-DOVP8r5JBsjVbDJj0xxjjfikKLfAxbMYJxVaeXDW-MHSzKFWTuLhOd3ilhogqD4X8dJSALpXL8hINdv-RXYuVWlPEPQAmKeuDneL9u7xV~U4-9HDR2S3XwPHzAT09MMd~pKp3wiVpK3QVM~Jj0mAU4cixI5QouuwSEg9IiKZ0OCyUgIsPRJ~jxOKox8UZ4gWpcCwDG3uWTvMqBM3IHA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp5.xlsx?Expires=1706163181&Signature=vQYXf3lWI4bIXEnVpmH29FoTeWdlZf-psCe5ScgCCeD9PmOwCI020tfuuNMCIS06lVk~BubLJLoC40r3Msohm2miVHfhDZZ~tOLDY3B9C5wWN3fuHfF-7ukOS4wtq74Pc8OZZtef1bY~DmNFWPngy016b0CeTsBpt4AASoxxxJsRQzCf~YtHlWO25jUMAEarmnHHPih3thP0E0XPlsG0~M9Jii5kb9BRUNoFvW1EFfZ3adfEpy-4cQbHkkwDkFXq9-R5ch3LOF01~rjCGhRnWp0jQOZ2xI0aBy6CRk6qecbbdrc3U1s0t8IvyEKslgnGLz9zCGmzJLmC9E3FNPQdbw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp6.xlsx?Expires=1706163181&Signature=B6BnQp7sKnSX3dvXQ-GIFKQ0pXoroNFRTAZGXpR0aO8f8uDZXODb0rwF7QAxdeqotq1j7vOjccKA6pzj7R4Ey4Awboc9goWfc-jeaR5qPW-UoIjHRPol0IE0SRzfijFOL01O02Vcn0L0DtizOOnMIYJZi9ewjR3QsjsH7z9Oh~sCNyUOaa-dASznbVCu~Z9M9MH9sNe~t~vjLIiV3jeOFG7Ux8oYiyGhObXE5VWhHALeTMT8-Rr1iHfQ3fv5agL-04x7Oyx5bK1e~vD~hbaVBpCGxic5QCSE3KkLsAwRlHFx5hunZFSd58cU-lCSW3Rouox4iVpqw8Og-IetRzEAgg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp7.xlsx?Expires=1706163181&Signature=HOK9Zc9MPrflHFiluY6qC0SmxV7hUb0k6fXAGDiM~gCvKol3g7A2ldtc6SDqxqPz98cZL-htLDBa7IhnkyNrvd9JLMg9SIZV6RCTqL6LYwSq72qqpKSTfDTysvdzdhM3FJ~f2o1hOetkCVnzhzm4oUHwFVxxYvXeHlD8lZMOpLTTJyF7zvIYNdmfL0Vd1LvFts7muilN2sRXhwJIgxCGkF~fhaETvPG8eSlIb~au9SJiP7zqm-U3ya0nOKIg~LsslLrd98j1wEay3xzPxEuJHNxz5HSmcV-ArxqutyXX0NJ4xfTDWWqPzeyzxrwICOvS2s92n2wCvrQU5wmc6H35RA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp8.xlsx?Expires=1706163181&Signature=4T0WwB1mtc9vyiskyBnrPpYuwvtONHg2q~8t-PYF6e~EVzoYTovCRmP2qYi59~QIQrdWeE1~SxOPyfpFGnIZ1rG1WxGYcAXI1cFMpXuRMwibAqLgGCn7Q1gpIsi502IUmAY~5AKzFAy5Al231kbm9ubkRj2IWZxTUChTaNuHITtTn10GRcPHd2dBa5QaXbHcPQK57DK8~ijyVSSRO27Aye-m3qNfGMIOtSz4jT-yfk8gBnbmu1BrgHvayM~A6K5RELxhJ9OWrybve1eY6xF7B2bKlf9yix7Lx46BIxP3H0lSia9OaKUY6jnbmHk0vGvagRizmilzr3nmcY9y4A~Imw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",8,Cindy R. Priadi,"Environmental Engineering Study Program, Department of Civil and Environmental Engineering, Faculty of Engineering, Universitas Indonesia, Kampus UI, Depok 16420, Indonesia",Indonesia,crpriadi@ui.ac.id,https://orcid.org/0000-0002-5423-3446,Cindy R. Priadi,"Environmental Engineering Study Program, Department of Civil and Environmental Engineering, Faculty of Engineering, Universitas Indonesia, Kampus UI, Depok 16420, Indonesia",Indonesia,crpriadi@ui.ac.id,https://orcid.org/0000-0002-5423-3446,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water', 'groundwater', 'low-middle-income country', 'multiple water source use (MWSU)', 'seasonality', 'temporal variation']", +830,91548,12,11,https://iwaponline.com/washdev/article/12/11/782/91548/Increasing-latrine-sales-among-poor-households-in,"Journal of Water, Sanitation & Hygiene for Development",Increasing latrine sales among poor households in rural Cambodia using targeted subsidies: a randomized control trial,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.184/1/washdev0120782supp1.docx?Expires=1706163184&Signature=sadHThNtgHJPw3p16oIAlu8FDxaqZmQkubgXBIfrSwnyTEbjp5XIWngdllK1yRRZz9m0VQVlLUaR5fnUToGiOPzD2e3BK9-5uZFMQTLM2lHzFOWbRJF1fHGb1GF4MM3pCBDsmra-NY~AttSgmuyjNdfqTYYQLhKpVMHEvqF97-N~5FM0ziuiGiBWYaYSOQeLkJvtv3IJj7bhfHt0-edla6lcr9bcnsz5-96VKZk5xhFjgCrx2Si7rQsUrlMsIoqhjRioD6fGorPUpkzgj3eK8L6Ufwwz-~xj3KoSfMOxG2k0980r5pwVlwobowRx-zhl7HKN3fIjWHYf4ZNOzRJG3g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Chris Nicoletti,"iDE, 1031 33rd St #270, Denver, CO 80205, USA",USA,Cnicoletti17@gmail.com,https://orcid.org/0000-0001-5335-6527,Chris Nicoletti,"iDE, 1031 33rd St #270, Denver, CO 80205, USA",USA,Cnicoletti17@gmail.com,https://orcid.org/0000-0001-5335-6527,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['cost-effectiveness', 'latrine coverage', 'market distortion', 'marketing', 'randomized controlled trial', 'sanitation']", +831,91546,12,11,https://iwaponline.com/washdev/article/12/11/792/91546/Use-of-rivers-water-inadequate-hygiene-and,"Journal of Water, Sanitation & Hygiene for Development","Use of rivers' water, inadequate hygiene, and sanitation as exposure of internally displaced persons (IDPs) to urogenital schistosomiasis and soil-transmitted helminthiasis in Jalingo Local Government Area (LGA), Taraba State, Nigeria",2022,FALSE,0,,[],5,Wama Emmanuel Binga,"Department of Biological Sciences, Taraba State University, PMB 1167 Jalingo, Taraba State, Nigeria",Nigeria,,,Robert Soumay Houmsou,"Department of Biological Sciences, Taraba State University, PMB 1167 Jalingo, Taraba State, Nigeria",Nigeria,rs.houmsou@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['displaced', 'helminthiasis', 'internally', 'persons', 'urogenital']", +832,91502,12,11,https://iwaponline.com/washdev/article/12/11/803/91502/Application-of-tannin-based-coagulant-for-high,"Journal of Water, Sanitation & Hygiene for Development",Application of tannin-based coagulant for high-range turbidity surface water clarification,2022,FALSE,0,,[],3,Camila de Oliveira,"Departamento de Engenharia Ambiental e Sanitária, Laboratório de Tratamento de Água e Resíduos, Universidade do Estado de Santa Catarina, Av. Luís de Camões, 2090, Lages, Santa Catarina CEP 88520-000, Brasil",Brasil,,,Everton Skoronski,"Departamento de Engenharia Ambiental e Sanitária, Laboratório de Tratamento de Água e Resíduos, Universidade do Estado de Santa Catarina, Av. Luís de Camões, 2090, Lages, Santa Catarina CEP 88520-000, Brasil",Brasil,everton.skoronski@udesc.br,https://orcid.org/0000-0002-8554-8272,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['coagulation and flocculation', 'sludge', 'tannin-based coagulant', 'water clarification']", +833,91933,12,11,https://iwaponline.com/washdev/article/12/11/816/91933/Assessment-of-health-risk-induced-by-heavy-metal,"Journal of Water, Sanitation & Hygiene for Development",Assessment of health risk induced by heavy metal contents in drinking water,2022,FALSE,0,,[],6,Alma Shehu,"Department of Chemistry, Faculty of Natural Sciences, University of Tirana, Boulevard Zogu I, 1001 Tirana, Albania",Albania,alma.shehu@fshn.edu.al,https://orcid.org/0000-0001-8486-6300,Alma Shehu,"Department of Chemistry, Faculty of Natural Sciences, University of Tirana, Boulevard Zogu I, 1001 Tirana, Albania",Albania,alma.shehu@fshn.edu.al,https://orcid.org/0000-0001-8486-6300,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['cancer risk', 'drinking water', 'health risk assessment', 'heavy metals', 'toxicity']", +834,91547,12,11,https://iwaponline.com/washdev/article/12/11/828/91547/COVID-19-public-health-messaging-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","COVID-19, public health messaging, and sanitation and hygiene practices in rural India",2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.134/1/washdev0120828supp1.docx?Expires=1706163198&Signature=4psmj0SEnyeuW~G~adFpabyA6m6hARv4gzcxBsLEEc3GpovSTMgy2lJDh~7vKoqSJWGYsV7FQAvqfTgg-Vfb6O6CbIabN5OyxDaz4J3bgdlpYm15n5cXStom49qLMEsTk-ScVOmc91UUy15bsvCSkhE6mK5XPY~3ssEo29I-y7~f73V1D3auif~624EC8g5ZVlcUaLXexnPQ4ms1pXjRVCQFOFsuqQJb4W5SKoBAZDqhQCgCU5tr8pgfWvTtBuaZhjEOgcaE57MbzQ3ER2cHxVQWjhnieRl0VtrP98cmp6zQipfN2DltF6jDkvUZrp0j1dluoX2ltNHU~-ZfY9-1PA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Emily L. Pakhtigian,"School of Public Policy, Pennsylvania State University, 322 Pond Lab, University Park, PA 16802, USA",USA,emilypakhtigian@psu.edu,https://orcid.org/0000-0003-3532-5596,Emily L. Pakhtigian,"School of Public Policy, Pennsylvania State University, 322 Pond Lab, University Park, PA 16802, USA",USA,emilypakhtigian@psu.edu,https://orcid.org/0000-0003-3532-5596,TRUE,All relevant data are available from an online repository or repositories (doi.10.17632/79fss5rwg4.1).,All relevant data are available from an online repository or repositories,doi.10.17632/79fss5rwg4.1,"['COVID-19', 'health information', 'hygiene', 'sanitation']", +835,91518,12,11,https://iwaponline.com/washdev/article/12/11/838/91518/Integrated-behaviour-change-intervention-for,"Journal of Water, Sanitation & Hygiene for Development","Integrated behaviour change intervention for sustainable community development: a KAP study of WASH in district Gujrat, Pakistan",2022,FALSE,0,,[],3,Afzaal Afzal,"Department of Social Work, University of the Punjab, Lahore, Punjab, Pakistan",Pakistan,,https://orcid.org/0000-0001-9095-1245,Muqaddas Javed,"Department of Statistics, University of Gujrat, Gujrat, Punjab 50700, Pakistan",Pakistan,muqaddas.javed@uog.edu.pk,https://orcid.org/0000-0003-0379-5788,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['behaviour change intervention', 'integrated interventions', 'knowledge attitude and practice', 'sustainable community development', 'stratified random sampling', 'water sanitation and hygiene']", +836,91932,12,12,https://iwaponline.com/washdev/article/12/12/851/91932/Evaluating-filter-functionality-and-user,"Journal of Water, Sanitation & Hygiene for Development",Evaluating filter functionality and user competence after a hollow fiber membrane filter intervention in Liberia,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.075/1/washdev0120851supp1.docx?Expires=1706163205&Signature=MFlCp-rpFqkSWr8HSQZFaDKuySy~-ZyBh~lDuJDp8vNvclMOJHXcgybuzpcJciYDkWwqa8woL-2OPNfP796L-pyo2oKRTZ3brtEC0ATsN5WDeVEGnb9V6rn5N~uKin6WfTkzq35~CmHPOY7i6uyJ1YeFXTD7-aLpI8n-zZ~HN~gpsNpd2Rza8S-byuYV~CaXFWipoWMOk16k8VhuawKKQXbgQpQX~5YGUHUKZGOw6LRi0bHkrY3UTklNhFo82zD9hNbEB5LQs7iQlGnBsRo1YaAGSvn9xGLuY7EwKIKJpL17u6xvPa~WkDBwg4W~DK4xPD0a7-METhuQVTkqy6lIvA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],15,Kristen R. Alford,"Calvin University, Grand Rapids, MI, USA",USA,,https://orcid.org/0000-0002-1007-8018,Stacy L. DeRuiter,"Calvin University, Grand Rapids, MI, USA",USA,sld33@calvin.edu,https://orcid.org/0000-0002-0571-0306,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['filtration', 'Liberia', 'point-of-use filters', 'water']", +837,92016,12,12,https://iwaponline.com/washdev/article/12/12/862/92016/Prevalence-of-multidrug-resistant-Escherichia-coli,"Journal of Water, Sanitation & Hygiene for Development",Prevalence of multidrug-resistant Escherichia coli in household drinking water in rural Ghana,2022,FALSE,0,,[],3,Elvis Kichana,"Regional Water Quality Laboratory, World Vision International, Tamale, Ghana",Ghana,ekichana@gmail.com,https://orcid.org/0000-0002-1816-0120,Elvis Kichana,"Regional Water Quality Laboratory, World Vision International, Tamale, Ghana",Ghana,ekichana@gmail.com,https://orcid.org/0000-0002-1816-0120,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibiotic stewardship', 'antimicrobial', 'drinking water', 'E. coli', 'multidrug resistance']", +838,92437,12,12,https://iwaponline.com/washdev/article/12/12/869/92437/Spatial-inequality-in-safely-managed-water-access,"Journal of Water, Sanitation & Hygiene for Development",Spatial inequality in safely managed water access in Ghana,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.099/1/washdev0120869supp1.docx?Expires=1706043268&Signature=cl-mTh82NAepwsNyKOzO~DEhwGuHOJDI1nQzP43pYB~FUDhsh-7M9E7N-UrSVzDhYfmchX~7x2A2enAIpClfgzBBMweNLo4AfKgMKnT9YoMVzedVWBE8r2~eFxMwtNtLlWQA40kLkZM6tCfkPvSv0dg8-QRE0GLEoHna8RXuFJKtzR3CaQ-NDUaoyHvL49KEqtfNgn30ctfJLEhQD0Ey9yHABVDrPmHsHBDK-kOBIFTo9-uLZdVSO5DK7T1mLQG0wFWf5mVGxOZqP2UC0ahx04ygz~GUbEc81eYiYu~ai~vS-ZUs8od2TjCBVvIDqXHrP-rGT2KW9PoThlPbea6PGg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, SD Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,adongzagla@yahoo.com,https://orcid.org/0000-0001-8173-7714,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, SD Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,adongzagla@yahoo.com,https://orcid.org/0000-0001-8173-7714,TRUE,All relevant data are available from an online repository or repositories (https://www.statsghana.gov.gh/gssdatadownloadspage.php).,All relevant data are available from an online repository or repositories,https://www.statsghana.gov.gh/gssdatadownloadspage.php,"['Ghana', 'Gini index', 'inequality', 'safely managed water', 'Sustainable Development Goals']", +839,91951,12,12,https://iwaponline.com/washdev/article/12/12/883/91951/Water-insecurity-and-sexual-and-gender-based,"Journal of Water, Sanitation & Hygiene for Development",Water insecurity and sexual and gender-based violence among refugee youth: qualitative insights from a humanitarian setting in Uganda,2022,FALSE,0,,[],11,Carmen H. Logie,"Factor-Inwentash Faculty of Social Work, University of Toronto, Toronto, ON M5S 1V4, Canada",Canada,carmen.logie@utoronto.ca,https://orcid.org/0000-0002-8035-433X,Carmen H. Logie,"Factor-Inwentash Faculty of Social Work, University of Toronto, Toronto, ON M5S 1V4, Canada",Canada,carmen.logie@utoronto.ca,https://orcid.org/0000-0002-8035-433X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['refugees', 'self-care', 'sexual and gender-based violence', 'WASH', 'water insecurity', 'youth']", +840,92017,12,12,https://iwaponline.com/washdev/article/12/12/894/92017/Access-to-handwashing-with-soap-facility-a-post,"Journal of Water, Sanitation & Hygiene for Development",Access to handwashing with soap facility: a post-sensitisation investigation of drivers,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.149/1/washdev0120894supp1.docx?Expires=1706163218&Signature=sGNBdx87L-pw1zxYKHmtLVCt8WFrkIe6AuM~yNH8ufqBHfblb~yKbWSinc2jRS2xrdMbe9gIDl2LGaRsAEcR7WVN61NDSC-~J5HjFd6rvFbkCdWPWAVhB~~zh7dDII1Uk-O4TSxOzW~Ooo3jIWP2lfgitB2bEdqTfVv6DzMbaVWTHPqpQbLBDo9NOfbA63maptyPkoT-ivNUv~klRxd-8PJzLf53ub-A0BVb3RI3jzuhnzpiPNckwENPgPjhuF16mAaCDQsilJ-TwxA99VtT~B16lRPDkcj2qsb5IW5BduIRzTRyb-MD3tpA9fAskOw7YBIXyiY612Yg3jc3yYT0Xw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Andrew Manoba Limantol,"School of Sustainable Development, University of Environment and Sustainable Development, Somanya, Ghana",Ghana,amlimantol@uesd.edu.gh,https://orcid.org/0000-0002-7359-7616,Andrew Manoba Limantol,"School of Sustainable Development, University of Environment and Sustainable Development, Somanya, Ghana",Ghana,amlimantol@uesd.edu.gh,https://orcid.org/0000-0002-7359-7616,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ghana', 'handwashing', 'logit regression', 'post-sensitisation', 'soap', 'Tippy-Tap']", +841,92031,12,12,https://iwaponline.com/washdev/article/12/12/905/92031/Understanding-the-adoption-of-urine-diverting-dry,"Journal of Water, Sanitation & Hygiene for Development",Understanding the adoption of urine-diverting dry toilets (UDDTs) in low- and lower-middle-income countries using the Diffusion of Innovation framework,2022,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.154/1/washdev0120905supp1.docx?Expires=1706163222&Signature=OStrU9-r~Y3B-KTiR8-F1QbOaHPYo2SF0rwpJltSvCzXdgpwdvqQlkGPiTutFvBwu5~gV1IRd6IzySaSU1Xw48ESifDFsrEDUrxLWCJfBexUH1oZL~BLkeZgoZJc6uXpIirQUpQFUWrp0qU4lGHXtdHz5TKGnVwz9asRSfO0J8-3IZQiRrsKh~kQAM6k84Z2WKBHGt6D0XEGIwno77AyVF5L0lAszt3H4bSDqs1x66acSNjfjAHhjIRZUimcVTVFSNmqFnf98fr3ODs1wZMmWS3JhfsIDt~4jOlEjvc12uT1QHpu~bmt5r~bjWwLjm0nk4Ue241xAuZ2HSY6z78c1g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Kristen M. Conroy,"Department of Food, Agricultural and Biological Engineering, The Ohio State University, 590 Woody Hayes Drive, Columbus, OH 43210, USA",USA,conroy.137@osu.edu,,Kristen M. Conroy,"Department of Food, Agricultural and Biological Engineering, The Ohio State University, 590 Woody Hayes Drive, Columbus, OH 43210, USA",USA,conroy.137@osu.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adoption', 'barriers and facilitators', 'Diffusion of Innovation', 'UDDT', 'urine-diverting dry toilet']", +842,93019,13,1,https://iwaponline.com/washdev/article/13/1/1/93019/Factors-affecting-the-performance-of-household,"Journal of Water, Sanitation & Hygiene for Development",Factors affecting the performance of household rainwater harvesting systems in the south-western coastal region of Bangladesh,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/1/10.2166_washdev.2023.123/1/washdev0130001supp1.docx?Expires=1706163226&Signature=emMUPynzD5YlC76YPml981t9sz6uSL9jX6asN4VXzL-KQ3gOvVRcBE3b86pSVflLs6cqcYoZbJ6HW5yhdbzxCtvOQJYc2wPGQ1jbpye7nNrXTDUjRzkDLlltqIIHGTZs12JSxD6I7-Yflzrxliv7TjmEzI9lLzInNZtViszmOPsVE4YTqssTbHzy6AJfCI5Tad6Y6vfG74caygIxfO7VIuJFpa87bGrl2sLLihdCWo2E12OsiirCRoKNqbZL99JwYWVQRDnHDSJtywUV2yoCAlTp7lAf-3pL2KhlLwUe~a2VHEXn2k1OIAM41cUyBKG5iryw3I60Q796GXBUJPQLjQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Shimul Ghosh,"Department of Civil Engineering, Bangladesh University of Engineering and Technology, Dhaka 1000, Bangladesh",Bangladesh,,,Tanvir Ahmed,"Department of Civil Engineering, Bangladesh University of Engineering and Technology, Dhaka 1000, Bangladesh",Bangladesh,tanvirahmed@ce.buet.ac.bd,https://orcid.org/0000-0002-8970-0999,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adjusted odds ratio', 'logistic regression', 'operation and maintenance', 'rainwater harvesting system']", +843,92636,13,1,https://iwaponline.com/washdev/article/13/1/11/92636/Stakeholder-acceptance-of-shared-toilets-to,"Journal of Water, Sanitation & Hygiene for Development","Stakeholder acceptance of shared toilets to improve sanitation access in low-income urban settings: a case study of Gulu city, Uganda",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/1/10.2166_washdev.2022.172/1/washdev0130011supp1.docx?Expires=1706163229&Signature=dX7-c3kuL0cUHBl7uQA7FY4CqBhRmlxz2dBl3CR0CMesk9vyEUCqMv3csCwTPVfybJEWQnuOqwyBxU8dJGA3RYICLyxzBId-eqGdG0hv3q6AbTzd~6cU5fVKNVzY34lsXcbquS8zCiBQhYtKtBd56YmFdtuKHavcyjEryJwldGa5HZgsHbaxGDWqbJEN7E3UlqaN7eOiwxQ0LOLE04kj0u4YpLgZ7l03acSouf68Q4oR3T4HXWYHUqJVIlK0oZkF0f-q1N8U4cayrYF--FicLoy13pfJQzxhh0m7XJMCWXrS~tO4OnCoqZ5bavcgS5PSvWT1ppdvYk2mD1FwsA~t-A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Anna Therese Schoell,"Fichtner Water & Transportation, Rofra House, 2nd Floor, Plot 546, Ggaba Road, Kampala, Uganda",Uganda,,,Rebecca Scott,"WEDC, School of Architecture, Building and Civil Engineering, Loughborough University, Leicestershire LE11 3TU, UK",UK,r.e.scott@lboro.ac.uk,https://orcid.org/0000-0002-0069-065X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['emptiable toilet', 'faecal sludge management', 'sanitation technology', 'urban development', 'user acceptance']", +844,92851,13,1,https://iwaponline.com/washdev/article/13/1/19/92851/The-water-finance-gap-and-the-multiple,"Journal of Water, Sanitation & Hygiene for Development",The water finance gap and the multiple interpretations of ‘bankability’,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/1/10.2166_washdev.2022.201/1/washdev0130019supp1.docx?Expires=1706163232&Signature=4m3TX0EtvcRJ26AYRFrtDx40Rz5R4JR1d5igMA1SI726Y~F9b0TZlrplp70ioHVkEsDaxjxES7M0krVd7hHErP7X7gy0gijtDeX1pIJWZGA~vdWXIAcoM9Zot0O0yoD1JKeWgmbj4Csw9ochNKpASjloHscjaxRIWmWiIH7~0mM9zFOe6ZH9o0X0l7WX7nhTzsWEhF4HEZPVFCOpxji7pHl1qg5VtBxOHtZ0grooN2aJPSUD4PRqsMP2JqBrsiJJ0CA93MHwWrjo5XobazTwGOipZblBH8KCLp0D-xzth22714eVRB5bjkRifAhZK5EDCRUB5QR8XAxW5t93MEpknw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Wilder McCoy,"IHE Delft Institute for Water Education, Delft, the Netherlands",the Netherlands,,,Klaas Schwartz,"IHE Delft Institute for Water Education, Delft, the Netherlands",the Netherlands,k.schwartz@un-ihe.org,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['bankability', 'blended finance', 'financing gap', 'water finance']", +845,92909,13,1,https://iwaponline.com/washdev/article/13/1/30/92909/Women-technology-and-water-creating-new,"Journal of Water, Sanitation & Hygiene for Development","Women, technology, and water: creating new waterscapes and contesting cultural norms",2023,FALSE,0,,[],1,Anindita Sarkar,"Department of Geography, Miranda House, University of Delhi, Delhi, India",India,anindita.sarkar@mirandahouse.ac.in,https://orcid.org/0000-0002-6626-2455,Anindita Sarkar,"Department of Geography, Miranda House, University of Delhi, Delhi, India",India,anindita.sarkar@mirandahouse.ac.in,https://orcid.org/0000-0002-6626-2455,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['gendered roles', 'private tanker', 'technology', 'water', 'waterscapes', 'women']", +846,92908,13,1,https://iwaponline.com/washdev/article/13/1/39/92908/Access-to-basic-water-sanitation-and-hygiene-WASH,"Journal of Water, Sanitation & Hygiene for Development","Access to basic water, sanitation, and hygiene (WASH) facilities and associated factors in Ethiopia: evidence from demographics and health surveys",2023,FALSE,0,,[],8,Belay Desye,"Department of Environmental Health, College of Medicine and Health Sciences, Wollo University, Dessie, Ethiopia",Ethiopia,belaydesye.2001@gmail.com,https://orcid.org/0000-0001-5265-0994,Belay Desye,"Department of Environmental Health, College of Medicine and Health Sciences, Wollo University, Dessie, Ethiopia",Ethiopia,belaydesye.2001@gmail.com,https://orcid.org/0000-0001-5265-0994,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ethiopia', 'households', 'hygiene', 'sanitation', 'water']", +847,92913,13,1,https://iwaponline.com/washdev/article/13/1/50/92913/Status-of-drinking-water-sanitation-facilities-and,"Journal of Water, Sanitation & Hygiene for Development","Status of drinking water, sanitation facilities, and hygiene in West Bengal: evidence from the National Family Health Survey of India (NFHS), 2019–2021",2023,FALSE,0,,[],4,Chandan Roy,"Department of Geography and Resource Management, Mizoram University, Aizawl 796004, Mizoram, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,Chandan Roy,"Department of Geography and Resource Management, Mizoram University, Aizawl 796004, Mizoram, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,TRUE,All relevant data are available from an online repository or repositories (https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1).,All relevant data are available from an online repository or repositories,https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1,"['multivariate regression', 'NFHS-5', 'open defecation', 'quality of life', 'WASH services', 'West Bengal']", +848,93386,13,2,https://iwaponline.com/washdev/article/13/2/63/93386/An-exploration-of-market-organic-sanitary-products,"Journal of Water, Sanitation & Hygiene for Development",An exploration of market organic sanitary products for improving menstrual health and environmental impact,2023,FALSE,0,,[],5,Jamie Hand,"Civil Engineering Program, Texas State University, San Marcos, TX 78666, USA",USA,,,Sangchul Hwang,"Civil Engineering Program, Texas State University, San Marcos, TX 78666, USA",USA,sanhwang@txstate.edu,https://orcid.org/0000-0003-3821-1308,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['healthier', 'menstruation', 'more accessible', 'more eco-friendly', 'more economical', 'sociocultural']", +849,92644,13,2,https://iwaponline.com/washdev/article/13/2/78/92644/Sustained-effectiveness-evaluation-two-years-after,"Journal of Water, Sanitation & Hygiene for Development",Sustained effectiveness evaluation two years after two water systems were installed in Haitian communities,2023,FALSE,0,,[],7,Shruti Sagar,"Department of Community Health, School of Arts and Sciences, Tufts University, Medford, MA, USA",USA,ssagar2930@gmail.com,https://orcid.org/0000-0001-9053-760X,Shruti Sagar,"Department of Community Health, School of Arts and Sciences, Tufts University, Medford, MA, USA",USA,ssagar2930@gmail.com,https://orcid.org/0000-0001-9053-760X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community water management', 'evaluation', 'low- and middle-income countries (LMIC)', 'sustained effectiveness', 'water finances', 'water quality']", +850,93159,13,2,https://iwaponline.com/washdev/article/13/2/90/93159/Sustainability-of-rural-water-services-in-the,"Journal of Water, Sanitation & Hygiene for Development","Sustainability of rural water services in the humanitarian-development-peace nexus: a case study from Diffa, Niger",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.124/2/washdev0130090supp1.docx?Expires=1706163252&Signature=uQem1WzCJCuKUP~5CqYo4NYXgWP7OpFbvXTxNBf26uz6~u8pfMxg25oZt2z1MMqjbdHBzdPdocVbNze8a6OIXeZByTcqDwTBMaDwRNwCuut9H9yeCOaHjIlIVYueIUqddZJTsSIaDFESGgJE8tyBMGjlWSo-x~YcZJiNudPl7EC~autatu2rUncF1GS~t3Mx~s7zpUjvrKUoEXeqOQmrs0Ivz0nRk8lRuORxdj2aTnWMKPPwMpoq-DRvq9MKLU1jlfeYMih6wNIyW65EoA8gAhrj4oaoB7p7GVQURzljJrQNIc3uA22NxTXFwDo-oypPZLVpfKVE6jvSKA5mvYWjBA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Paul Hayes,"International WaterCentre, Griffith University, Nathan, QLD, Australia",Australia,paul.john.hayes1979@gmail.com,https://orcid.org/0000-0002-6599-8604,Paul Hayes,"International WaterCentre, Griffith University, Nathan, QLD, Australia",Australia,paul.john.hayes1979@gmail.com,https://orcid.org/0000-0002-6599-8604,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['community-based water management', 'conflict and insecurity', 'humanitarian', 'rural water services', 'sustainability', 'triple nexus']", +851,93160,13,2,https://iwaponline.com/washdev/article/13/2/103/93160/Peri-urban-schools-of-Kinshasa-before-and-during,"Journal of Water, Sanitation & Hygiene for Development","Peri-urban schools of Kinshasa before and during COVID-19: an evaluation of water, handwashing facilities, and girl students’ hand hygiene practices",2023,FALSE,0,,[],5,Jean-Marie Mukiese Nlunda,"Department of Environmental health, Kinshasa School of Public Health, University of Kinshasa. The Democratic Republic of Congo",University of Kinshasa. The Democratic Republic of Congo,jmukiese@gmail.com,https://orcid.org/0000-0002-7323-4436,Jean-Marie Mukiese Nlunda,"Department of Environmental health, Kinshasa School of Public Health, University of Kinshasa. The Democratic Republic of Congo",University of Kinshasa. The Democratic Republic of Congo,jmukiese@gmail.com,https://orcid.org/0000-0002-7323-4436,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['Covid-19', 'girl students', 'hand hygiene', 'schools', 'WASH infrastructures']", +852,93070,13,2,https://iwaponline.com/washdev/article/13/2/113/93070/Engaging-boys-in-menstrual-hygiene-management-MHM,"Journal of Water, Sanitation & Hygiene for Development",Engaging boys in menstrual hygiene management (MHM) interventions in Bangladeshi schools: a pilot study to assess acceptability and feasibility,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.153/2/washdev0130113supp1.docx?Expires=1706163258&Signature=c9MQJZBZkVy99myyddraW~oSP7LvHHrMekiWqHd38DVnp6peeyKyPOA3EDTc2TuBb2YdRCwf742jkriWKkO4AuC~fSye5XOYHjHI6N6mAMln~B8Shj1aVym8LXtWpdOFlcuLDrGmFWbeX~VHfjfRqfB9qHYtRyETICZCwOdYBl14taIyu7nFFnYsBi3dj8Tchw4ZRnNCwjihjOhczUxngssLL1nFQIqcbcxn3mf7r-whEr-VJsVkUNDm9TU6MuxjUFpeFm7mPSjFiEO~kuFSmJGe-xfnw6StOvatD-gqFzxKUL~JHtrdFfnJTZ5GWyo9cuVzVzIh2T95Vn-WH6we7A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],14,Rizwana Khan,"Infectious Disease Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka 1212, Bangladesh",Bangladesh,rizwana.khan@icddrb.org,https://orcid.org/0000-0002-9210-9024,Rizwana Khan,"Infectious Disease Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka 1212, Bangladesh",Bangladesh,rizwana.khan@icddrb.org,https://orcid.org/0000-0002-9210-9024,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adolescent boys', 'Bangladesh', 'in-depth interview', 'menstrual hygiene management', 'puberty curriculum', 'social and behavior change communication']", +853,93020,13,2,https://iwaponline.com/washdev/article/13/2/127/93020/Availability-and-accessibility-of-toilet,"Journal of Water, Sanitation & Hygiene for Development","Availability and accessibility of toilet facilities among low-income households in selected settlements of Cape Coast Metropolis, Ghana",2023,TRUE,2,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.197/2/washdev0130127supp1.xls?Expires=1706163261&Signature=LAXaOeK9t5SxmQ~7l9hQAvCaFcgIIiQbij4EA78R3x22LB78PnWeRdgXXT88Ggq12fsa7HcK0EjMcF0etlFu307RCr5eKRvtYfgrGVvl4YLAQOkqfCPPpMcIjW34vvgxyeFlAnIyPVUx6wdOKljwCOeu7UCmktBqnYeg-QgTkAPAffnsawjrjodqzNLmWv9ZY02dZyV2gr0Jxk9lu6l-Y4neUfdUwY3zzttg~ZuBKqxO2Cn1jnFKkM7MRC39PxHzY1dgV8lmu~AAVZRx25rdfEiHrYBMXxcEJgEtlQMzW8Ay6IDsh7odW2~vgNvsahb00tFod3F14mCG31k3pKHJjw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.197/2/washdev0130127supp2.xlsx?Expires=1706163261&Signature=aqiLzHkY4Kd9Oy4M1kArfvwNFC5bO8Q6Z-9jMXVppaVL1Hi3TaOshvjo893mEu4sMVOGOBA6Ef~bOty1F8BYhQyFDwd5Op7FPq9QS2kro3eYvIbr~snQc5QRXRjjdfIeOnimolw6wtsNp0~lhrp3PopM6cMXrhBNdIdrwv4J0fG5kLIoUmM2eyGA0UtXS5M616UD~JxaZVPbg42tGUL2UhR9GzEseHr1VLgKwIQyF8CatqXd96FlhUk60K~2dI14uKPtg5J5zSDGjUlyMkJjudPdkdsntwAj7y-WGkRB-EEl-mEd7zJViDjPRY8tTACUEMKmWDlTCsDWG2y5ErQEzw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",5,Rogers Kipkoech,"Department of Environmental Science, School of Biological Sciences, College of Agriculture and Natural Sciences, University of Cape Coast, Cape Coast, Ghana",Ghana,rogers.kipkoech@stu.ucc.edu.gh,https://orcid.org/0000-0002-5001-7578,Rogers Kipkoech,"Department of Environmental Science, School of Biological Sciences, College of Agriculture and Natural Sciences, University of Cape Coast, Cape Coast, Ghana",Ghana,rogers.kipkoech@stu.ucc.edu.gh,https://orcid.org/0000-0002-5001-7578,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Cape Coast Metropolis', 'households', 'low-income household', 'toilet facilities', 'urban']", +854,93348,13,2,https://iwaponline.com/washdev/article/13/2/140/93348/Linking-poverty-with-water-and-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Linking poverty with water and sanitation in targeting households for achieving sustainable development,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.199/2/washdev0130140supp1.docx?Expires=1706088264&Signature=uxvpItB7OtfDKADWzMrQp7BQZrsn6oTQkPHgBiEgLasUd7OOq-Cy6t~2RcpSC5WBRuf2lTWLFpIEtkgO817ORBURZsdsOlVvYCmqXEcobLqn9ncjp5eKaSidlpAd3W5BhiMlG3RDSPg8jRVjgKZbtq10UZdOlkQf3Cxcq4RZIwCSpQcqnvU45GBHoORuk0pEhSBWu8QSWgwgaCfWJe0Z61vDthWRl6jr9zsLaFZjhsVO04voAPicgRZ0Nv~tAtm5d~MIKQsnZomqTFA2Rb8WB0hPEZSbOY4pVgEz1vVSGEmPg60~iAQGzijDVIR9f3FcYCH40DpZ56tPYfJkG-Ixag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Novlloyd E. Celeste,"College of Criminal Justice and Sciences, Northwest Samar State University, Calbayog City, Samar, Philippines",Philippines,novlloyd.celeste@nwssu.edu.ph,https://orcid.org/0000-0002-1986-2597,Novlloyd E. Celeste,"College of Criminal Justice and Sciences, Northwest Samar State University, Calbayog City, Samar, Philippines",Philippines,novlloyd.celeste@nwssu.edu.ph,https://orcid.org/0000-0002-1986-2597,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['data mining', 'poverty', 'sanitation', 'supervised learning', 'toilet facilities', 'water source']", +855,93161,13,2,https://iwaponline.com/washdev/article/13/2/150/93161/Coping-with-water-insecurity-in-urban-Ghana,"Journal of Water, Sanitation & Hygiene for Development","Coping with water insecurity in urban Ghana: patterns, determinants and consequences",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.203/2/washdev0130150supp1.docx?Expires=1706103163&Signature=a1uYN1Szo024x7~UzSrvd7yLQJQPzheWazBjQsNgdwUnVLRwXwhcoo5ESpyEfQSxLrghwwkmQoC9hbAx5ZhFWYIUVuazj2XB9rkXQ0L~ruJ-TU1whKFDpjNSJnF5AeTxTDYZAefIiibOWu0if21TUxmun8cwqqsH25qNNAsTm7oKCdsPKaxvUvkuG7va3KW-hquaqOu7zQh7u3-pHankJp9Mz-a10o5MBdeqK~5JCtyVsceC2INuqOEONRnf701nruN6qr2VA2iK0PZSqRFW8MAjDI-FWNoFR0-SpGvHiMV8ZWeiYlp4r14yVxywSSjne3my7MO2wLXLwMly23iJMQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Meshack Achore,"Department of Kinesiology and Health Sciences, Columbus State University, Columbus, GA, USA",USA,18ma42@queensu.ca,https://orcid.org/0000-0002-8321-7293,Meshack Achore,"Department of Kinesiology and Health Sciences, Columbus State University, Columbus, GA, USA",USA,18ma42@queensu.ca,https://orcid.org/0000-0002-8321-7293,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['coping strategies', 'Ghana', 'Sub-Saharan Africa', 'water insecurity']", +856,93625,13,3,https://iwaponline.com/washdev/article/13/3/165/93625/Condition-of-water-sanitation-and-hygiene-WaSH-in,"Journal of Water, Sanitation & Hygiene for Development","Condition of water, sanitation and hygiene (WaSH) in Ghana's basic schools: Empirical evidence from Wa municipality",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/3/10.2166_washdev.2023.164/1/washdev0130165supp1.docx?Expires=1706163271&Signature=1LE3LN3NrgpWwwswbYQhty-uAh5vrLYOElgjI798kAmNl2aszrQUGQwxAK83C~XyZlNdmsp2lU5ItseL7Vzj0faQWFoSTvypQpkEajhq8la5-SG-9cpzcHhiigUba7D8jOo9Ek~eTq~Cmtmlckyam~wPUTpwlQAv-tOmZWG-C3S~-SYH9Sd9P06dgMiRr8q3O5uXEf3cCoy~Hf17iFNS1xHwrH2RTvwOgMleyOnDyB2vDcgWKR8OKD0M2A2Riq1EOnAUD6~mToGNaWgM0M3jph7Z5AIDCoi7AwxgU3JWc5BX4c3Iymsfbi63s8xxK-9CuBVtMhTAsCm-UeFeYbE28g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Nuhu Ismaila,"Department of Development Management and Governance, Faculty of Public Policy and Governance, SD Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,,,Issah Baddianaah,"Department of Environment and Sustainability Sciences, University for Development Studies, Tamale, Northern Region, Ghana",Ghana,yakubuissah1983@gmail.com,https://orcid.org/0000-0002-3351-4409,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['handwashing', 'sanitary facilities', 'school-based WaSH', 'sustainable development goals']", +857,93608,13,3,https://iwaponline.com/washdev/article/13/3/174/93608/Climate-adaptation-and-WASH-behavior-change-in-the,"Journal of Water, Sanitation & Hygiene for Development",Climate adaptation and WASH behavior change in the Lake Victoria Basin,2023,FALSE,0,,[],3,Hannah Marcus,"World Federation of Public Health Associations, Toronto, Ontario, Canada",Canada,hannahmarcus6@hotmail.com,https://orcid.org/0000-0002-4756-6429,Hannah Marcus,"World Federation of Public Health Associations, Toronto, Ontario, Canada",Canada,hannahmarcus6@hotmail.com,https://orcid.org/0000-0002-4756-6429,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['climate adaptation', 'climate change', 'drought', 'flooding', 'Lake Victoria Basin', 'WASH']", +858,93635,13,3,https://iwaponline.com/washdev/article/13/3/187/93635/Decreasing-diarrhea-cases-through-on-site-sodium,"Journal of Water, Sanitation & Hygiene for Development",Decreasing diarrhea cases through on-site sodium hypochlorite production in Madagascar,2023,FALSE,0,,[],8,Pierre-Gilles Duvernay,"Antenna Foundation, Av. de la Grenade 24, 1027 Geneva, Switzerland",Switzerland,pgduvernay@antenna.ch,,Pierre-Gilles Duvernay,"Antenna Foundation, Av. de la Grenade 24, 1027 Geneva, Switzerland",Switzerland,pgduvernay@antenna.ch,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['chlorine', 'education', 'HWTS', 'Madagascar', 'water']", +859,93894,13,3,https://iwaponline.com/washdev/article/13/3/197/93894/Electrochemical-treatment-of-real-cotton-fabric,"Journal of Water, Sanitation & Hygiene for Development",Electrochemical treatment of real cotton fabric industry wastewater using copper and stainless steel electrodes,2023,FALSE,0,,[],5,Thanushree M S,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru 570006, Karnataka, India",India,thanushree.shree@sjce.ac.in,https://orcid.org/0000-0001-5896-2649,Thanushree M S,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru 570006, Karnataka, India",India,thanushree.shree@sjce.ac.in,https://orcid.org/0000-0001-5896-2649,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['copper and stainless steel electrodes', 'cotton fabric industry wastewater', 'electrochemical coagulation', 'sludge volume index']", +860,93636,13,3,https://iwaponline.com/washdev/article/13/3/208/93636/Household-drinking-water-treatment-in-rural,"Journal of Water, Sanitation & Hygiene for Development","Household drinking water treatment in rural Indonesia: actual practice, determinants, and drinking water quality",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/3/10.2166_washdev.2023.215/1/washdev0130208supp1.docx?Expires=1706011351&Signature=fOcHY6pnaNqEbtVZqztytCU5qXw~Jx02ONGEstTAcaBbFJe4GuF9Alaz94gtUSM0x8uhU3iAgBYYk-HMc2O7sZU7gjBw-sbbKq63jWjr-Vg1efjVzdzhqYiP~DDUERAUB-90ecgrGtm9rxmS9qtbrj-3TCkLkr1LxhiuzIfPkILeHD30B1LV6EzFfGlMADviEVba3TeXqp57wBc8szV3QFjq4VXG8uZTMk-h6qw9OQ2Pm-nR0~th5bl9KKK0urBIfTix1P8oN8-dosZ2QTpxbizyv~bvJILdh1AymE~VGrtJ-3OfThlm7GlymAaygC2MK8Ca4GO683O9mrf9LzOxCg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,D. Daniel,"Department of Health Behaviour, Environment, and Social Medicine, Faculty of Medicine, Public Health and Nursing, Universitas Gadjah Mada, Yogyakarta, Indonesia",Indonesia,daniel01@ugm.ac.id,https://orcid.org/0000-0002-2664-2517,D. Daniel,"Department of Health Behaviour, Environment, and Social Medicine, Faculty of Medicine, Public Health and Nursing, Universitas Gadjah Mada, Yogyakarta, Indonesia",Indonesia,daniel01@ugm.ac.id,https://orcid.org/0000-0002-2664-2517,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['household water treatment', 'Indonesia', 'psychological factors', 'WASH behavior']", +861,93910,13,3,https://iwaponline.com/washdev/article/13/3/218/93910/A-review-on-the-use-and-applications-of-Volatile,"Journal of Water, Sanitation & Hygiene for Development",A review on the use and applications of Volatile Fatty Acids on fecal sludge sanitization,2023,FALSE,0,,[],3,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,aaz4ev@gmail.com,,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,aaz4ev@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['anaerobic digestion', 'fecal sludge', 'food waste', 'pathogen inactivation', 'sanitation', 'VFA']", +862,93924,13,4,https://iwaponline.com/washdev/article/13/4/235/93924/Impact-of-hygiene-promotion-intervention-on-acute,"Journal of Water, Sanitation & Hygiene for Development","Impact of hygiene promotion intervention on acute childhood diarrhea: evidence from a cluster-randomized trial in refugee communities in Gambella Region, Ethiopia",2023,FALSE,0,,[],5,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,,TRUE,All relevant data are available from an online repository or repositories at https://github.com/GK2006/Getachew#getachew.,All relevant data are available from an online repository or repositories,https://github.com/GK2006/Getachew#getachew.,"['children', 'diarrhea', 'hygiene promotion', 'randomized', 'refugees']", +863,94455,13,4,https://iwaponline.com/washdev/article/13/4/250/94455/Overall-performance-evaluation-of-an-urban-water,"Journal of Water, Sanitation & Hygiene for Development",Overall performance evaluation of an urban water supply system: a case study of Debre Tabor Town in Ethiopia,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.157/2/washdev0130250supp1.docx?Expires=1706056648&Signature=A4MWj02qKnePJC5BlFng44zk8IY6qjsTiY8A0BnqMNmBSZuF22JKoEgbSe4WuXMy26EHd768MOD0XZFjC-Kr39AkMQBaDPtLSHBcL1843eyy9bmZtSubin1pgbL4Li3gzMN13ZV6nlJkKzXAKmxXNHeWaCYDy4tX0BtV2W9-xH0b6Bdl7Y2IX~3E2bx7VxPkdZxZqwmxKGdVyTcZm8-c2lqAqiIixNlYtN0fgydW~axSbYFTYxuLqWI2f4SaAqcD-ix8MgakkNGaNk4AqeM2I6zpGyXZhw1wlieZoYjbJP0VB~4PAaJk8z11MiXLvxal~NX-iSdEHuYzrEXjuGgiCQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Andinet Tekile,"Adama Science and Technology University, Adama P.O.Box: 1888, Ethiopia",Ethiopia,andinetm@gmail.com,https://orcid.org/0000-0002-8373-6114,Andinet Tekile,"Adama Science and Technology University, Adama P.O.Box: 1888, Ethiopia",Ethiopia,andinetm@gmail.com,https://orcid.org/0000-0002-8373-6114,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['customer satisfaction', 'distribution system', 'intermittent', 'performance', 'water quality']", +864,94203,13,4,https://iwaponline.com/washdev/article/13/4/265/94203/Trends-for-sanitation-practices-in-Tanzania-the,"Journal of Water, Sanitation & Hygiene for Development",Trends for sanitation practices in Tanzania: the history from colonial to current times,2023,TRUE,2,pptx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.158/2/washdev0130265supp1.pptx?Expires=1706163302&Signature=xjbBZagEN5frw41XIT4ZzZx6nVquZ4SwlNZ4K5GVShMN9KradcwR0zD2brx8KJiVVJOyrd5g6VMM0HN7bYIDney98Lh3P-3ZYninomJaDKbijlvfZvU~Mw36RgohKpoHLaOk94LtEZ8lNY~~ZcE4~FuwwfIMC7zK-qq5Xi5evfQoFerZ3nt6FyYtUJb8hTM96yx3lG2vUGhe-OX0vlMbPFXLmkkvxJ8SRMJLzvXcBPa4Bqz4PUzO9KysY9ZSGbi7vuLORRR1yEcYk8rJzdo5pmLVJNQTImBaZqRA-ofnbVtpp2O0ZLSLiKB50cvxLRTPaBWnYi3F4WnKLFeIPm6aWw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.158/2/washdev0130265supp2.pptx?Expires=1706163302&Signature=Tc9BRypcSeg2c4QbwzJOAIIxnHyxehN9Ajfrw6j8r4JeSeXz5l1O5WNeHr1YfZCp5PFUg7N4ZIX8tVHay2u76M4EwN-sTgBYXzQ2g3GAZhmzXzgi8CW5Sfem9h4VgpDqnc9WJOoIwpF5NhMuGWbFMTAX3w5GBDz49d-btPxWmA~a~8SwRYgh9rOHW68VKaxgctZJY416I3uuG-McmAoZkKpGP-q-NV1wey~qkkfsH0AX581W7XPoq5YdPptEvzZzxOErfkOt9OcvUlDWNlS9jrdCQ-dTtggDab4rW1dULlzjCBGYYZPycTi~Szw4~ejCZhIHf1fIY3y-FhGPAggJSQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",2,Chaeka Semango Mwesongo,"Department of Geography and Environmental Studies, College of Humanities and Social Sciences, The University of Dodoma, P.O. Box 259, Dodoma, Tanzania",Tanzania,csemango@yahoo.com,https://orcid.org/0000-0001-6253-1032,Chaeka Semango Mwesongo,"Department of Geography and Environmental Studies, College of Humanities and Social Sciences, The University of Dodoma, P.O. Box 259, Dodoma, Tanzania",Tanzania,csemango@yahoo.com,https://orcid.org/0000-0001-6253-1032,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['colonial times', 'history', 'sanitation practices', 'Tanzania']", +865,94152,13,4,https://iwaponline.com/washdev/article/13/4/276/94152/Environmental-hygiene-in-outdoor-food-markets-in,"Journal of Water, Sanitation & Hygiene for Development",Environmental hygiene in outdoor food markets in Africa: a scoping review,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.221/2/washdev0130276supp1.docx?Expires=1706163306&Signature=Hffr3slRDCQHjh3fQP~kp45nzlcz86AtxNjm-zohEb9EdkHSNjbFsunVRLo1T2ESRE4JOpyibR1zVdU~c7vuU8HbevH5g1IU4dS2Z23VSqkVSdHnv2ddgPK8M7Yjqs90WYx6JesR~63NvEmvvDIzddemojTJ051jWlDy8F4JN1x9ucSWZlao--S7yZ7s4Gh~oH-0ziNBXyIXEw23uhbr62NNNibrJDy4yPGjlMLfJsl0TbM8ojVx1GmC1MtW7BTNSqjkTj4EyRPzvBEFTC17K2dA8TUjIltmXNeV-mPIUO5J1c9KO3XvPvjgilL16qHpdx1OKVl39TgyJoBfShrbdw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Anisha Nijhawan,"Department of Civil Engineering and Cabot Institute for the Environment, University of Bristol, Bristol, UK",UK,anisha.nijhawan@bristol.ac.uk,https://orcid.org/0000-0003-0317-7306,Anisha Nijhawan,"Department of Civil Engineering and Cabot Institute for the Environment, University of Bristol, Bristol, UK",UK,anisha.nijhawan@bristol.ac.uk,https://orcid.org/0000-0003-0317-7306,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['handwashing', 'drainage', 'sanitation', 'solid waste', 'vendor behaviour', 'water supply']", +866,94060,13,4,https://iwaponline.com/washdev/article/13/4/289/94060/Towards-a-new-spatial-representation-of-faecal,"Journal of Water, Sanitation & Hygiene for Development",Towards a new spatial representation of faecal sources and pathways in unsewered urban catchments using open-source data,2023,FALSE,0,,[],4,M. Sufia Sultana,"Cranfield Water Science Institute, Cranfield University, Bedfordshire MK43 0AL, UK",UK,mst-sufia.sultana@cranfield.ac.uk,,M. Sufia Sultana,"Cranfield Water Science Institute, Cranfield University, Bedfordshire MK43 0AL, UK",UK,mst-sufia.sultana@cranfield.ac.uk,,TRUE,"All relevant data used in this study are available from online repositories. The LandScan data used in this study is available at https://doi.org/10.48690/1524214. The ALOS PALSAR 12 m digital elevation model data used in this study are available from https://search.asf.alaska.edu/#/?dataset=ALOS. The OpenStreetMap building data used in this study is available at https://planet.openstreetmap.org. Additionally, Google Street View data was used in this study and is available through GoogleMaps at https://earth.google.com (last accessed 20 Dec. 2022). The data used to generate the model are open-source and referenced with citations in the text where they appear.","All relevant data used in this study are available from online repositories. The LandScan data used in this study is available at https://doi.org/10.48690/1524214. The ALOS PALSAR 12 m digital elevation model data used in this study are available from https://search.asf.alaska.edu/#/?dataset=ALOS. The OpenStreetMap building data used in this study is available at https://planet.openstreetmap.org. Additionally, Google Street View data was used in this study and is available through GoogleMaps at https://earth.google.com (last accessed 20 Dec. 2022). The data used to generate the model are open-source and referenced with citations in the text where they appear.",,"['Bangladesh', 'faecal movement', 'open-source data', 'spatial representation', 'unsewered', 'urban catchment']", +867,94844,13,5,https://iwaponline.com/washdev/article/13/5/301/94844/Hygiene-and-sanitation-practices-in-school,"Journal of Water, Sanitation & Hygiene for Development",Hygiene and sanitation practices in school children: an evaluation of WASH conditions in Visakhapatnam,2023,FALSE,0,,[],4,Payala Vijayalakshmi,"Department of Microbiology, GITAM Institute of Medical Sciences and Research, Gandhi Institute of Technology and Management (GITAM – Deemed to be University), Visakhapatnam, Andhra Pradesh 530045, India",India,,,M. Kiranmai Reddy,"Department of Environmental Science, GITAM School of Science, Gandhi Institute of Technology and Management (GITAM – Deemed to be University), Visakhapatnam, Andhra Pradesh 530045, India",India,kmajji@gitam.edu,https://orcid.org/0000-0001-6656-4675,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['primary school', 'WASH adopted policy', 'WASH involvement', 'WASH practice']", +868,94766,13,5,https://iwaponline.com/washdev/article/13/5/312/94766/Understanding-small-NGOs-access-to-and-use-of,"Journal of Water, Sanitation & Hygiene for Development",Understanding small NGOs' access to and use of geological data and expertise in delivering SDG 6 in eastern Africa,2023,FALSE,0,,[],5,Brenda Wagaba,"Cranfield University, Cranfield MK43 0AL, UK",UK,,,Alison Parker,"Cranfield University, Cranfield MK43 0AL, UK",UK,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['eastern Africa', 'geological data', 'groundwater', 'hydrogeology', 'knowledge', 'NGOs']", +869,94689,13,5,https://iwaponline.com/washdev/article/13/5/322/94689/Assessing-the-functionality-of-water-supply,"Journal of Water, Sanitation & Hygiene for Development","Assessing the functionality of water supply handpumps in a Sub-Saharan Africa rural environment: a practical application in eight councils in the Mvila Division, Southern Cameroon",2023,FALSE,0,,[],3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['boreholes and wells', 'groundwater resources', 'rural area', 'water security', 'water supply']", +870,94658,13,5,https://iwaponline.com/washdev/article/13/5/333/94658/Seven-year-performance-of-biosand-filters-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Seven-year performance of biosand filters in rural Rwanda,2023,FALSE,0,,[],6,Bethesda O'Connell,"East Tennessee State University, Johnson City, Tennessee, United States",United States,oconnell@etsu.edu,https://orcid.org/0000-0002-6150-876X,Bethesda O'Connell,"East Tennessee State University, Johnson City, Tennessee, United States",United States,oconnell@etsu.edu,https://orcid.org/0000-0002-6150-876X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['evaluation', 'filtration', 'water']", +871,94907,13,5,https://iwaponline.com/washdev/article/13/5/339/94907/Quality-of-latrines-and-willingness-to-improve,"Journal of Water, Sanitation & Hygiene for Development",Quality of latrines and willingness to improve them in rural Ethiopia,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/5/10.2166_washdev.2023.257/1/washdev0130339supp1.docx?Expires=1706163327&Signature=FV2~FwRL3PTm9XHT~j3m0RuqSkXg2gzlU62ITOaan71kAPEWpkjkO0u7rFaVEWQWz8Lw9pf~nIfOJ7OswuUyguAlC~VxNL3dvs4qX4y4uqcBXSjva-wa3~bmVUOVuE1VqvHDpNt77TrVSJwO8l85Ry9HQ0Nn0zBvG-KcCNI-2w8CHZJIisRG4AobfFWm04lTT8pKxshUWsb7wRN6SVTPLuBTLvYmUdKFNd6oHQb7rGfYcqbrB55pZle9lQOWE5ft-QV3EeYMP49GT50eJ03DEvuG9GsxEHB1uTaBd7wpa7YL25fuwd7z33s065hHd1g2qGG~3CeyvxJaF3mVjwKS0A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Biruk Getachew Mamo,"Department of Social Geography and Regional Development, Faculty of Science, Charles University, Prague, Czechia",Czechia,birukget619@gmail.com,https://orcid.org/0000-0001-8077-8231,Biruk Getachew Mamo,"Department of Social Geography and Regional Development, Faculty of Science, Charles University, Prague, Czechia",Czechia,birukget619@gmail.com,https://orcid.org/0000-0001-8077-8231,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ethiopia', 'latrine quality', 'latrine upgrading', 'preferences', 'sanitation', 'willingness to improve']", +872,95009,13,5,https://iwaponline.com/washdev/article/13/5/350/95009/Planted-drying-beds-in-the-African-context-state,"Journal of Water, Sanitation & Hygiene for Development",Planted drying beds in the African context: state of knowledge and prospects,2023,FALSE,0,,[],7,Baruc Kpèhouénou Goussanou,"Laboratoire des Sciences et Techniques de l'Eau et de l'Environnement, Institut National de l'Eau, Université d'Abomey, Calavi, Cotonou, Bénin",Bénin,goussanoub@gmail.com,https://orcid.org/0000-0002-8154-8566,Baruc Kpèhouénou Goussanou,"Laboratoire des Sciences et Techniques de l'Eau et de l'Environnement, Institut National de l'Eau, Université d'Abomey, Calavi, Cotonou, Bénin",Bénin,goussanoub@gmail.com,https://orcid.org/0000-0002-8154-8566,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Echinochloa pyramidalis', 'fecal sludge', 'planted drying beds', 'pollutant removal efficiencies']", +873,94662,13,5,https://iwaponline.com/washdev/article/13/5/362/94662/Multilateral-development-banks-investment,"Journal of Water, Sanitation & Hygiene for Development",Multilateral development banks investment behaviour in water and sanitation: Findings and lessons from 60 years of investment projects in Africa and Asia,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/5/10.2166_washdev.2023.004/1/washdev0130362supp1.docx?Expires=1706163335&Signature=gFAa8eXX57C-8GXROcQdV2ptLLopRN2EYtXtsLAk82Nh8yTjMdymzHSmWHN6f2sdXsphu5qLOcaifuaQDDSXpBLJB4RNO9yXX2tFM3Afz-icVAc-QUAFXUZ3tANJAASOoWs8N4AVomXWe~CCgztXob8NCtLXVHcEG4K1AQvMaq0S3agjrued4l0AEgnFDVrXkvf43cL0UPLjLukRTQFiYTjY2qw1PmWB4N-PKM0vtBNjhx~IJ692FMe0phHdIF73wcWLO2GXNSzEwEeWBwO3eNOaR99MjHOgSbX3eiA0sQ51K03Lr1ednjnR5hG1E9xOqaN4cK08w8iExZz15d602g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Andri Heidler,"Université de Neuchâtel, Faubourg de l'hôpitale, Neuchâtel 2000, Switzerland",Switzerland,andri.heidler@unine.ch,https://orcid.org/0000-0003-2138-4675,Andri Heidler,"Université de Neuchâtel, Faubourg de l'hôpitale, Neuchâtel 2000, Switzerland",Switzerland,andri.heidler@unine.ch,https://orcid.org/0000-0003-2138-4675,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.25678/0008DA).,All relevant data are available from an online repository or repositories,https://doi.org/10.25678/0008DA,"['institutional reform', 'investment', 'multilateral development banks', 'sanitation', 'SDG6', 'water']", +874,95123,13,6,https://iwaponline.com/washdev/article/13/6/375/95123/Assessment-of-WASH-infrastructure-in-schools-in,"Journal of Water, Sanitation & Hygiene for Development","Assessment of WASH infrastructure in schools in Central Sulawesi, Indonesia using structured observations and principal interviews",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.147/1/washdev0130375supp1.docx?Expires=1706163339&Signature=YB~rOTVLsIJP1x89yVjdwrxqHFo62iQ9R0bpd~Mle99c5LDTOLQoKRJKd7pFajB18etAzFl17GPXWPyZB~uiiqskkOCJB1ab1NrEFQRFEa1hICqCtAKYmXt7tRAA1og4gJLh8lH5Pxv63vetivpAmV6B3qZJJdpKgBFJsjFTz7O2WGdyO0WFtV-6dZedtE0yBh~I4cnkH~vRxa7iNq-yQBtYA-RCn69lejnA7L3IJnrox32MhQLkcyIiPiyL73br0wWfDSfZW0jGpx~kF7iQ3RIAfZJ7cI2lAKby1KRRbJWm9vDpzeOaWJOY24NxS1rW8agag-kUc3JM5CSlSwK1TA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Imaduddin Ahmed,"Bartlett School of Sustainable Construction, Engineering for International Development, UCL, 1-19 Torrington Place, London WC1E 7HB, UK",UK,,https://orcid.org/0000-0003-2300-412X,Priti Parikh,"Bartlett School of Sustainable Construction, Engineering for International Development, UCL, 1-19 Torrington Place, London WC1E 7HB, UK",UK,priti.parikh@ucl.ac.uk,https://orcid.org/0000-0002-1086-4190,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,,"['Central Sulawesi', 'Indonesia', 'Palu', 'post-disaster schools', 'sphere Humanitarian framework', 'structured observations', 'WASH']", +875,95562,13,6,https://iwaponline.com/washdev/article/13/6/391/95562/The-public-perceptions-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",The public perceptions of urban sanitation infrastructure: a cross-sectional study in Kegalle township in Sri Lanka,2023,TRUE,2,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.184/1/washdev0130391supp1.docx?Expires=1706163343&Signature=ACfSrMYku7hjo~J1U-N0r1bwnmNgBjH~P95vwjUpk7skL7bavWYn18bXvhRMHB5ka16uI~sXOH1RFYz8wg8tuAASJcDEYTM-KQFbplHaJNm0DhtE9PBkLkUNCctVIS9fLz-fo7gz6M8Y7PhpT7N71K2PIONBsbetyZ5g2r25CCqi2tSPXmrYZ2ORl3zvRZ8h2tA6raXKiH0W2LMBn-APXZYW8bVKvZrynqCu6Dexq5rpuE0Ex70xggyE9eapU1P8k9zIJpM668iGdyNqNmteYuO3sPe4tERf0EUoM8I~eSLDRqwdstw9HFAYjtjCTUzxeHgcTZjtt0Xz-QRYgu5MuQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.184/1/washdev0130391supp2.docx?Expires=1706163343&Signature=yPrgMPLDiNxi87smpU9~ae9wirL678m9RPZdiia0eyzyezMgJfZirwmt6Xtpkn1QyixZcL5qXcwFcXH42OuE31aZvWV628dJFR~~cqVwF9EpR48Sl0mYEMVcQmT6v3FPRzKqYKzJHGjTHuF~RnO-zxU-zyX3d5vEPzQX4SY5jSmGPpFyow7NoLZ-uhVLvQWrG4mQ0lc2iYanW~KvmB0TRRIk4UBOu5M0Fcpu4gWBB55FuV1gqkFl2jAHmClnfbrYaNhlTw~v6MpLD2OTFXtex4isz-wIvJmuDbrrPYrT~r3-v8AgCKNjlSBtvePn-vrOnexZ6KCOQAvZYdMluaVVZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",8,B.K.A. Bellanthudawa,"Department of Agricultural Engineering, Faculty of Agriculture, University of Ruhuna, Matara, Sri Lanka 81100",Sri Lanka 81100,aravindabellanthudawa@gmail.com,https://orcid.org/0000-0002-1830-8949,B.K.A. Bellanthudawa,"Department of Agricultural Engineering, Faculty of Agriculture, University of Ruhuna, Matara, Sri Lanka 81100",Sri Lanka 81100,aravindabellanthudawa@gmail.com,https://orcid.org/0000-0002-1830-8949,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['gender sensitivity', 'partnership interventions', 'public perceptions', 'public restrooms', 'sanitation', 'sustainability measures']", +876,95451,13,6,https://iwaponline.com/washdev/article/13/6/403/95451/Feasibility-and-acceptability-of-a-novel,"Journal of Water, Sanitation & Hygiene for Development",Feasibility and acceptability of a novel intervention to improve hand hygiene behavior in rural Liberian health facilities,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.190/1/washdev0130403supp1.docx?Expires=1706163347&Signature=2kk6nlCgn1X0VOZQP6o-fA2Bpx5Tees6gOsvXotkDJV9QEpJ5vVQdTQhTxzHghtgy3kyVeIEnruQzitkMgFlzcngYsRDkyCMd5J8bH8FqCnBkAlkjk2-tUqbPFw2i8t5E4jaKz-zD0vtpYevlKdSfEonhR3ryqf-DpuUgD8IKDzaGpdDL1FcbhnOgQ9TG~aY2dQwgxctc1dUjBnXb6TvPml40I8ZRQO9Wt25PSo6f0p7Q-LdYXtT1P3OvFWoi3CPxuw0se0y0~OdtOSFF7YaDACFzYh9Eqr~oRUcD4S7xp7kj53sJRDHOjPUi2XkbQ5sNWVvil2dWaxZp2I2h7AVQA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Lucy K. Tantum,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill Gillings School of Global Public Health, 135 Dauer Dr., Chapel Hill, NC 27599, USA",USA,ltantum@unc.edu,https://orcid.org/0000-0001-9887-6219,Lucy K. Tantum,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill Gillings School of Global Public Health, 135 Dauer Dr., Chapel Hill, NC 27599, USA",USA,ltantum@unc.edu,https://orcid.org/0000-0001-9887-6219,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['behavior change', 'hand hygiene', 'infection prevention', 'Liberia', 'pilot study']", +877,95553,13,6,https://iwaponline.com/washdev/article/13/6/415/95553/Level-of-JMP-ladders-for-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Level of JMP ladders for water, sanitation, and hygiene (WASH) services among healthcare facilities of Bishoftu Town, Ethiopia: An implication of healthcare-associated infection prevention status",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.230/1/washdev0130415supp1.docx?Expires=1706163351&Signature=fmuMj5j~chhmMcurAI5YweRS9fbErEm1BtBHAhg1pAZb8w540IgtSVNn5L~JSx60Bt947e6PhfX-yxC2EalZfbOkMTZkqvIDLVuT0N~fMGLdrZTcxqA0Ryn8Y8-62NsoG8bHIedFiPejFjp4P7v6-vZD-X-m9AB6nt1K5Ce1gMTmbIHSJMbCj7pCfKRrVStNI6QrfjM91HIChtC~CVw8NwEdzibLA10VHjlukjjoUGZGiiLZLDdV6wjkpR0jchispdLRtzuv1iwpTwcq5y-EkIORTGbIP00IaDF8EEPVSuT5K07c7bY7lc7vAMaySexesH-WlTez0Iot6G6SL6ohOA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],16,Aderajew Mekonnen Girmay,"Department of Nutrition and Environmental Health Research Directorate, Ethiopian Public Health Institute, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,Aderajew Mekonnen Girmay,"Department of Nutrition and Environmental Health Research Directorate, Ethiopian Public Health Institute, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['healthcare', 'healthcare-associated infection', 'JMP ladders', 'WASH']", +878,94631,13,6,https://iwaponline.com/washdev/article/13/6/424/94631/The-design-of-climate-adaptive-water-subsidies,"Journal of Water, Sanitation & Hygiene for Development",The design of climate-adaptive water subsidies: financial incentives for urban water conservation in Morocco,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.236/1/washdev0130424supp1.docx?Expires=1706163355&Signature=GViK2oxwsHQFw244UtgeNpJjb3RMX6CuEXX3GuUzHXHs9QubStCvM-nedXvNOLPTYALRXWz1DnubieZhWUoGJlcBGuovskkvGyM9pRFNecuDhM39Ytbreq8V59Vlk7yCR8WndtNzbtF~jh7vjVLCihiBjDijIfB3BTkJ3rEGmAaRf0wpg2wWcN~0hNk88UYSBsXX8Op7CyqWo95ydEEgn3OJh1vtd5KlsuPpRt036cW04AJA5sqEjOYIWhPOHHuV7vhyge03IQJC~tcawroddC17NqCNmsr64ZN1oNl5ofyu8Hb50EBSkVb3NFs4CA23tcqiuvXodEECJIUxLm8OpA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Zachary Burt,"Athena Infonomics, Washington DC, USA",USA,,https://orcid.org/0000-0003-2276-0863,Zachary Burt,"Athena Infonomics, Washington DC, USA",USA,,https://orcid.org/0000-0003-2276-0863,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['climate adaptation', 'conservation-oriented pricing', 'demand management', 'MENA', 'subsidized water services', 'utility policy']", +879,95484,13,6,https://iwaponline.com/washdev/article/13/6/433/95484/The-right-to-sanitation-in-India-Realisation-of,"Journal of Water, Sanitation & Hygiene for Development",The right to sanitation in India: Realisation of what?,2023,FALSE,0,,[],1,Kopal Khare,"Department of Humanities and Social Sciences, Birla Institute of Technology & Science Pilani, Hyderabad Campus, Hyderabad, India",India,p20160019@hyderabad.bits-pilani.ac.in,https://orcid.org/0000-0002-4316-2486,Kopal Khare,"Department of Humanities and Social Sciences, Birla Institute of Technology & Science Pilani, Hyderabad Campus, Hyderabad, India",India,p20160019@hyderabad.bits-pilani.ac.in,https://orcid.org/0000-0002-4316-2486,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['caste system', 'manual scavenging', 'right to sanitation', 'sanitation justice', 'Swacch Bharat Mission', 'well-being approach']", +880,95122,13,6,https://iwaponline.com/washdev/article/13/6/441/95122/Process-performance-evaluation-of-faecal-matter,"Journal of Water, Sanitation & Hygiene for Development",Process performance evaluation of faecal matter treatment via black soldier fly,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.010/1/washdev0130441supp1.docx?Expires=1706163363&Signature=h2F8GJDyD4Ea2guAql435c--aExssUo60HCDkVwPoHAHZBKrUBY9Q35fMyJypWusuweOaiHq3C7MvwKdN1~fsGWpbaMYY~w5XR7R46EBg5464dKVlnf5R13nn4dEQST2-hO1G0ZZQ5~6DJfBzT~eVuIrodJeeEFuQBmxoRYNVLr81ZzD7IVSczvsxi24WPYcwm-Ivk8eoZO5EPhajMslfbXPeQ5hRwlaaca~0iFHJ5xqDP0EOLQPrS5KyjEkyYhc1tQWAkOjX-1ItxtFSMeMj8IUlGAiOj8g5bgU4WLIzpUHmpmwJeoHBD2wHL4Tm~YKfENQm3HipsvdydBbYpFTNQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Valary Achieng Oyoo,"Sanitation Research Institute, Meru University of Science and Technology, Meru, Kenya",Kenya,valary.oyoo@yahoo.com,,Valary Achieng Oyoo,"Sanitation Research Institute, Meru University of Science and Technology, Meru, Kenya",Kenya,valary.oyoo@yahoo.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['circular bioeconomy', 'co-treatment', 'faecal matter', 'Hermetia illucens', 'sanitation']", +881,95182,13,6,https://iwaponline.com/washdev/article/13/6/453/95182/Promoting-safe-and-inclusive-water-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Promoting safe and inclusive water and sanitation services for students with physical disabilities in primary schools: a concept mapping study in Ghana,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.029/1/washdev0130453supp1.docx?Expires=1706163366&Signature=Bu2~FbeFQ9ccGEP6o88-nIQb-BPzxEZhB4fKU2Zi2PkzrIxz~hr~gYVKvO5hwaYkMJQo3DqSHjmsLZVd9Dxj3Z8AmQjEM45PBHP8KW33uGgIBJTgxl91MSjLMYSt45i7JF6Nfv6ytlGrrSieJw5cfmn8JeooCWdEaiugFCH1tCXe-3TsZn-zLF7lgZN6yF-l2wd6IWjcvfusu2E6shYyhInHd8EdVOewAuoCkDHojoygmAS~ZUImohyZsZm5hx1Ye~cJ7QaBph-jTtVpvb8BRKq03tsfequ126aeAS1kNee0917XhDJqVxEzZwnOxpM7Z3EZDIW5kZuHZqzW2frS9Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Urbanus Wedaaba Azupogo,"School of Kinesiology & Health Studies, Queen's University, Kingston, Ontario, Canada",Canada,20uwa@queensu.ca,https://orcid.org/0000-0002-1716-4082,Urbanus Wedaaba Azupogo,"School of Kinesiology & Health Studies, Queen's University, Kingston, Ontario, Canada",Canada,20uwa@queensu.ca,https://orcid.org/0000-0002-1716-4082,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['concept mapping', 'physical disability', 'stakeholders', 'WASH']", +882,95297,13,6,https://iwaponline.com/washdev/article/13/6/464/95297/Life-has-become-more-colourful-the-social-and,"Journal of Water, Sanitation & Hygiene for Development",Life has become more colourful: the social and economic outcomes of community-led sanitation initiatives in the rural Philippines,2023,FALSE,0,,[],5,Rachael Sorcher,"Outreach International, 112 W 18th St., Kansas City, MO 64108, United States",United States,r.sorcher@outreachmail.org,https://orcid.org/0000-0002-3603-1234,Rachael Sorcher,"Outreach International, 112 W 18th St., Kansas City, MO 64108, United States",United States,r.sorcher@outreachmail.org,https://orcid.org/0000-0002-3603-1234,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community-led', 'economic outcomes', 'rural Philippines', 'social outcomes', 'sustainable sanitation', 'WASH']", +883,95552,13,6,https://iwaponline.com/washdev/article/13/6/474/95552/Functioning-of-community-sanitary-complexes-in,"Journal of Water, Sanitation & Hygiene for Development",Functioning of community sanitary complexes in rural India: Insights into selected states,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.066/1/washdev0130474supp1.docx?Expires=1706163375&Signature=wDTQiXhnUXQF5MffMlX1NSb6n3yuVA7WBYbiVNQ9zotVbPPUzCRQFZ3MEWq7OOdPqkluleE38plNQmDkD-CzSvxzNeYGFiKa7WM14M~8B2PdkHlLJSAOUFGKV2KGWmg7KCQ-hDQ-piCIT4xFq0edPbLeVQsEXFd-nI826qIVgZxbN334SHnM~BPLcijmNvioXsM591l2EnMJZma4TL3xjH2S3wRwHUOzb0AiMWlDaDV4KtbW6EfOIzWh~njwJFTLX2BtZCBZTUYbyQcCqNCxviANs7gTfiX4pa7vE~l~jzv~r4pCEasbM~gUDP9h~l2V4423Gw4ruhlf-zOSSLOzsQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,William Joe,"Population Research Centre, Institute of Economic Growth, Delhi University Enclave (North Campus), Delhi 110007, India",India,william@iegindia.org,,William Joe,"Population Research Centre, Institute of Economic Growth, Delhi University Enclave (North Campus), Delhi 110007, India",India,william@iegindia.org,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community sanitary complexes', 'Gram Panchayat', 'logistic regression', 'principal component analysis', 'Swachh Bharat Mission']", +884,95920,13,7,https://iwaponline.com/washdev/article/13/7/487/95920/Predictors-of-pre-and-post-care-handwashing-among,"Journal of Water, Sanitation & Hygiene for Development",Predictors of pre-and post-care handwashing among community healthcare providers: a cross-sectional survey in Bangladeshi community clinics,2023,FALSE,0,,[],9,Kamrul Hsan,"Department of Public Health, Hamdard University Bangladesh, Hamdard City of Science, Education & Culture, Gazaria, Munshiganj 1510, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,https://orcid.org/0000-0002-1879-2785,Kamrul Hsan,"Department of Public Health, Hamdard University Bangladesh, Hamdard City of Science, Education & Culture, Gazaria, Munshiganj 1510, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,https://orcid.org/0000-0002-1879-2785,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['hand hygiene', 'healthcare', 'soap', 'water']", +885,95798,13,7,https://iwaponline.com/washdev/article/13/7/494/95798/Building-a-business-case-for-workplace-menstrual,"Journal of Water, Sanitation & Hygiene for Development",Building a business case for workplace menstrual hygiene management programs: a social cost–benefit analysis,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/7/10.2166_washdev.2023.001/1/washdev0130494supp1.docx?Expires=1706163383&Signature=RPhfzcUmQ-NE8byXF-3FXfs-j~MEgXlj5Mm8gQ8DUGsyJhF0jvzWNcxYCsLLbcW2e6Nt8bzH1EHnar-zx2sVxyblWN57tOE9vMf6wkGkgtm2CC6qPcVuKCboWNAFCn4Ql1h0IZFR7kQWDCwVHmKBNktkXVEpbRJpmyKF~3OiL0X8hx3rjtg2is8M1055kd5uGuaMjIBeqJggKz6Un9zMj7inCp6n0DaNMHDmJ0hTSqg~KoQyUtcP5IOr-0h4ZLw6B3mgjM7gsKnKuxnNpUQo7fwTMiucyq6~68U0KqrF7a9zUYWrvVPurAu8098993mMfxyz3WYrEBepJaVQ4mPNjg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Jacob C. Eaton,"Iris Group, 121 S. Estes Drive, Suite 103C, Chapel Hill, NC 27514, USA",USA,,,Aditi Krishna,"Iris Group, 121 S. Estes Drive, Suite 103C, Chapel Hill, NC 27514, USA",USA,aditi@irisgroupinternational.com,https://orcid.org/0000-0002-2635-5016,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['economic analysis', 'gender equality', 'menstrual health and hygiene', 'workplace']", +886,95862,13,7,https://iwaponline.com/washdev/article/13/7/508/95862/Packaged-drinking-water-in-Indonesia-The,"Journal of Water, Sanitation & Hygiene for Development",Packaged drinking water in Indonesia: The determinants of household in the selection and management process,2023,FALSE,0,,[],8,Tities Puspita,"Research Center for Public Health and Nutrition, Research Organization for Health, National Research and Innovation Agency, Bogor District, West Java 16915, Indonesia",Indonesia,,https://orcid.org/0000-0002-4287-3657,Ika Dharmayanti,"Research Center for Public Health and Nutrition, Research Organization for Health, National Research and Innovation Agency, Bogor District, West Java 16915, Indonesia",Indonesia,ikad003@brin.go.id,https://orcid.org/0000-0001-8368-4732,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['bottled water', 'health', 'household', 'Indonesia', 'packaged drinking water', 'refilled water']", +887,96189,13,7,https://iwaponline.com/washdev/article/13/7/520/96189/Environmental-social-and-WASH-factors-affecting,"Journal of Water, Sanitation & Hygiene for Development","Environmental, social, and WASH factors affecting the recurrence of cholera outbreaks in displacement camps in Northeast Nigeria: a rapid appraisal",2023,FALSE,0,,[],6,Tarek Jaber,"UNU-MERIT, Boschstraat 24, Maastricht 6211 AX, The Netherlands",The Netherlands,jaber@merit.unu.edu,https://orcid.org/0000-0003-3057-0154,Tarek Jaber,"UNU-MERIT, Boschstraat 24, Maastricht 6211 AX, The Netherlands",The Netherlands,jaber@merit.unu.edu,https://orcid.org/0000-0003-3057-0154,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['acute watery diarrhoea', 'epidemics', 'faecal–oral diseases', 'forcibly displaced people', 'water-related diseases', 'West Africa']", +888,96121,13,7,https://iwaponline.com/washdev/article/13/7/527/96121/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 1 January 2022; 12 (1): 129–140: Factors influencing physicochemical characteristics of faecal sludge in Phnom Penh, Cambodia, Chea Eliyan, Björn Vinnerås, Christian Zurbrügg, Thammarat Koottatep, Kok Sothea, Jennifer McConville",2023,FALSE,0,,[],0,,,,,,,,,,,FALSE,,,,[], +889,96740,13,8,https://iwaponline.com/washdev/article/13/8/529/96740/WaSH-Futurism-exploring-post-SDG6-targets-using,"Journal of Water, Sanitation & Hygiene for Development",‘WaSH Futurism’: exploring post-SDG6 targets using the Nominal Group Technique for more equitable global agenda setting,2023,FALSE,0,,[],8,Georgia Hales,"School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9D, UK",UK,cn14gih@leeds.ac.uk,https://orcid.org/0000-0003-4776-3905,Georgia Hales,"School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9D, UK",UK,cn14gih@leeds.ac.uk,https://orcid.org/0000-0003-4776-3905,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['future agenda setting', 'Human Right to Water', 'Nominal Group Technique', 'Sustainable Development Goal 6', 'Water Sanitation and Hygiene']", +890,97003,13,8,https://iwaponline.com/washdev/article/13/8/540/97003/Impacts-of-hydration-and-dehydration-on,"Journal of Water, Sanitation & Hygiene for Development",Impacts of hydration and dehydration on microfiltration point-of-use filters: performance and cleaning impacts,2023,FALSE,0,,[],3,Andrea Ninabanda Ocampo,"Department of Civil and Environmental Engineering, Carleton University, Ottawa, ON K1S-3B4, Canada",Canada,,,Onita D. Basu,"Department of Civil and Environmental Engineering, Carleton University, Ottawa, ON K1S-3B4, Canada",Canada,onita.basu@carleton.ca,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['backwashing', 'hollow-fiber', 'membrane', 'microfiltration', 'point-of-use']", +891,96767,13,8,https://iwaponline.com/washdev/article/13/8/551/96767/Greywater-generation-and-reuse-among-residents-of,"Journal of Water, Sanitation & Hygiene for Development","Greywater generation and reuse among residents of low-income urban settlements in the Oforikrom Municipal Assembly, Ghana",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.009/1/washdev0130551supp1.docx?Expires=1706163403&Signature=KMuMI4K3H3cZ4T1Dh5Oav3jLyT1wTKkkfCRWqNGSn9uXPPpQi-cLgbsf-ceDDaUUkFJCtWS6OztAFKjJyTvWYW5XM-hMFACXXIdn3bY1o1IBYDcFxTmTR48XvUD8h8dYYSG-gS-WYLxqIkKXrGdOn0oMEXgi2sidCtOZi8rKLHugayE3ZUB0uDeb299Ez7CVcQxzobo4A1g7mqU3tLKbx7btUc25dprb2WoCAtA9UAW4fJ3hJI4u6kR3wq1aKMZhyrAhAKfKVdrtvANGJ92VU4~SgO1~AdMAECHX-2R7ceJwoV3CWK3IO-kWjw9fQGK49BcMtyTB8fc26F2Gz-RX7Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Barbara Gyapong-Korsah,"Regional Water and Environmental Sanitation Centre, Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,barbygk@yahoo.com,https://orcid.org/0000-0002-8290-8551,Barbara Gyapong-Korsah,"Regional Water and Environmental Sanitation Centre, Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,barbygk@yahoo.com,https://orcid.org/0000-0002-8290-8551,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['generation pattern', 'greywater', 'low-income urban settlement', 'reuse']", +892,96773,13,8,https://iwaponline.com/washdev/article/13/8/566/96773/WASH-and-drinking-water-quality-considerations-in,"Journal of Water, Sanitation & Hygiene for Development",WASH and drinking water quality considerations in schools in reflection of the sustainable development goals – a review,2023,FALSE,0,,[],2,Magareth Thulisile Ngcongo,"Department of Environmental Sciences, University of South Africa, Science Campus, P.O. Box X6, Florida 1710, South Africa",South Africa,mtshengu.thuli@mut.ac.za,https://orcid.org/0000-0003-4443-679X,Magareth Thulisile Ngcongo,"Department of Environmental Sciences, University of South Africa, Science Campus, P.O. Box X6, Florida 1710, South Africa",South Africa,mtshengu.thuli@mut.ac.za,https://orcid.org/0000-0003-4443-679X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water quality', 'Escherichia coli', 'schools', 'SDGs', 'systematic review', 'WASH']", +893,96721,13,8,https://iwaponline.com/washdev/article/13/8/584/96721/Drinking-water-quality-and-associated-factors-in,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality and associated factors in Bahir Dar City and the surrounding rural areas, Northwest Ethiopia: a community-based cross-sectional study",2023,TRUE,3,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.049/1/washdev0130584supp1.docx?Expires=1706163411&Signature=VCv6SRRF87eI-YmtTQWPFsytxolQ4GncvpE9vfmQlCR3b7oMtaXUFZgwyFOUzyRNxqZskJmRTV1zsQUhs9fMMfVLlfA1yVaynBbsNrNMuhqrKJQLNOIIVSTWy5Rlk2yUuqSbX2OQOMUKx2CjT3klprHlpTOF3h7G584ZHo0l2tIW3sb08ztbKYVAlUFEpt-0gcpj-DzXnNOPXzuq~MZ9F~pZLK~qxZ4l4s6Yh2I6IQMD9YZQVgT5tu2Hpe4SxCoK1p7NCv9Jafqz8Kuvy4D9URmpAtc56pRBkPws1afUGMl6mWy9yrOslQ8RaDonw2bVBEYGIf9Z-jrETIYIvgfJAw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.049/1/washdev0130584supp2.xlsx?Expires=1706163411&Signature=VwD6BH91UsFgD3rRJtVg36d8gBzDR~I4AaaIpHg5LFdiqD1uOy8pEYZE6d4~WsaumkASKjjOG6mEr4mSMqJhXiXuYQScolZJqDNPy1TEpayUfJVM4Fopzhk67OFdYpIYYXArQutkl2Qfz5kDVcT9FhKZkG9Q9H~TA-oo6T8cDlUAojfD~FiqplGWeRu7hoXS7XILRVktCRR99cOmdmBmKLdV9QPagdPIAULmx9~kZj8QW3TnX6nhmm2dxm6YSYAjGelt1TLM7UMNNbNKffoAg0WK1McK2tu9EDLS8RKF-88liIoHblgaxZj-XZLZBc4xUIHqKI-aB8d2G3CjZpMH~Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.049/1/washdev0130584supp3.docx?Expires=1706163411&Signature=1jwBnLkCzfx-O3lbwT96g5ElcguDiZxVDoHGOZGD691VDfs0H7w1fMY9fjudSR6QXv3l0p9BHE7G5wpR8l7P8V4pRuIIaCnB-llw6Cuk3mfjjaZBYBK3jv~ECF1iuva3bYKuZv6Z6URN2vgr8p34wMMJlmLiebxdupb1WTvC7aeIB6tJ~lb7TK4Pws3T5-FwvXrAGN6XGnvz~GJ~gyYRR2FCAftq1AJzwVfpqBipl~UQHbJueiWYHtgAbl0Yk8QD0Za456HFNGuuMaTXkpgAu--AkjgBS8fSVqDKN-X37mPX8D7PAjmB8Rfu~7uw0pSh7uhFQWfxcTTdnIqIKRqLqQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",4,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O. Box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,https://orcid.org/0000-0001-5546-2382,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O. Box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,https://orcid.org/0000-0001-5546-2382,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Bahir Dar City', 'coliforms', 'drinking water quality', 'physicochemical quality', 'sanitary survey']", +894,96834,13,8,https://iwaponline.com/washdev/article/13/8/595/96834/A-case-study-of-comparative-techno-economic-and,"Journal of Water, Sanitation & Hygiene for Development",A case study of comparative techno-economic and life cycle assessment of tap water versus household reverse osmosis-based drinking water systems in a North Indian city,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.081/1/washdev0130595supp1.docx?Expires=1706163416&Signature=Fg10AfbP43YFa8dYvigVhoJGLgxn62IqB4Hlncns8eEoWwgb-mLxUTQOTsPAyDC50rVHEKpibif39P6w0b6crCJUXqjGOqRF4Lc1yI2W~j6kAxoeEGMCHOvbGvE0HpgZM-w~EZNljn6UgakdhD8GSZTdouITJ001Qn6pwV6fLWm9qRJ2BulN6If~MLXTJinaS47~H~IFhF6O0Gon0jU2OXzA7wXNS3NPRJzDR~g9hl-5SRtCVChdyPLNjGsKBPptZUDEfPDowvwH5M1PTwGE87ijXdMO~njyj9irtC2WJMbL3qcczKZVSfcaTQct8~eiTLP60raxPK-Y-UCDs-9e~g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Khalid Muzamil Gani,"Department of Civil Engineering, National Institute of Technology, Srinagar, Jammu, and Kashmir 190006, India",India,khalidmzml@gmail.com,https://orcid.org/0000-0002-2062-1547,Khalid Muzamil Gani,"Department of Civil Engineering, National Institute of Technology, Srinagar, Jammu, and Kashmir 190006, India",India,khalidmzml@gmail.com,https://orcid.org/0000-0002-2062-1547,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water', 'household reverse osmosis', 'Life Cycle Assessment (LCA)', 'techno-economic assessment', 'water quality']", +895,96678,13,8,https://iwaponline.com/washdev/article/13/8/604/96678/Lessons-learned-from-a-Tiger-Worm-Toilet,"Journal of Water, Sanitation & Hygiene for Development",Lessons learned from a Tiger Worm Toilet implementation project in Sierra Leone,2023,FALSE,0,,[],4,Laure Sioné,"Department of Civil and Environmental Engineering, Imperial College London, London SW7 2AZ, UK",UK,laure.sione09@imperial.ac.uk,https://orcid.org/0000-0002-5137-7487,Laure Sioné,"Department of Civil and Environmental Engineering, Imperial College London, London SW7 2AZ, UK",UK,laure.sione09@imperial.ac.uk,https://orcid.org/0000-0002-5137-7487,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['pit latrine', 'sanitation', 'Tiger Worm Toilet', 'vermifiltration', 'worm-based sanitation']", +896,97024,13,9,https://iwaponline.com/washdev/article/13/9/611/97024/Racial-and-ethnic-disparities-in-access-to-safe,"Journal of Water, Sanitation & Hygiene for Development",Racial and ethnic disparities in access to safe water and sanitation in high-income countries: a case study among the Arab-Bedouins of Southern Israel,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.162/1/washdev0130611supp1.docx?Expires=1706075803&Signature=LXjFt~1cuCAWisZRjE70X0C-ASKJbF9hp4Rit-pFo6FukNEBPi9sbq1YNJygBxAwwK3oKGeWwRMnTJi~b036lA7jBN02bxOBP7FDe5Kyl9wKdD9NUIqh6Jz~2uEwKI10rY3JvOwqwGRiG6IxTRl45uh~oeA5vgDqVtbUDeDCOQLkyjZnnIS47QhSBXTTVSTsM8knWw0Ic4A28NknZv0ub0epwaBQEE1LXd22qFkMQfZ1n0ZY-RuTDzj8nDX3qY~DAejcB7hU~l~R2QnpyLVRs8MgDkmRzthl9X7l5WOPla6kOrEIO0eGzFnJ7lOPsGj-KqovQZag22xjUxLx3gg0Hg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Jesse D. Contreras,"Department of Epidemiology, University of Michigan, Ann Arbor, MI, United States",United States,,https://orcid.org/0000-0002-9766-2945,Joseph N.S. Eisenberg,"Department of Epidemiology, University of Michigan, Ann Arbor, MI, United States",United States,jnse@umich.edu,https://orcid.org/0000-0001-8019-296X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,,"['diarrheal disease', 'disparities', 'ethnic groups', 'sanitation', 'WASH', 'water']", +897,97159,13,9,https://iwaponline.com/washdev/article/13/9/625/97159/Tariff-setting-for-the-sustainability-of-communal,"Journal of Water, Sanitation & Hygiene for Development","Tariff setting for the sustainability of communal water points in Mangochi District, Malawi",2023,TRUE,1,xlsx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.183/1/washdev0130625supp1.xlsx?Expires=1706163426&Signature=V2RXU3jzMy3oaLLYyQJlQqlaQR08Cz49Sw00p5LayplThZNeEQ5v75ep7uaPCm-w3EoE935sGN-F9sbJAY7Zu0fN~mOG9rLi5LNoJfZePhHKDXesRG~CJLlge2dIGRnHhIl0jYg1GW2xAfIAB3SW9TOyrYprWqgXqdH7ULXgob08DdFvjghk2Bhy7pzAfj0klWJ9p-hz7GZANSb6pveLP0YB8hTe5CTA-c0hmPZDtF8eKbyskY39-4JR7anK2LFTufuTpwmsaUKGpA3Z-ZGP-4xKwwb8hyrKriONcc2DP7ZVdKIczt5BkOA5RLa0y9sq1x038BhF8IFEAs8jVI4lsw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Kondwani Andreah,"Department of Agrisciences, Faculty of Environmental Sciences, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,koandreah@gmail.com,https://orcid.org/0000-0001-8444-7333,Kondwani Andreah,"Department of Agrisciences, Faculty of Environmental Sciences, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,koandreah@gmail.com,https://orcid.org/0000-0001-8444-7333,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Afridev hand pump', 'lifecycle costs', 'operation and maintenance', 'sustainability']", +898,97005,13,9,https://iwaponline.com/washdev/article/13/9/635/97005/Growth-performance-and-carcass-characteristics-of,"Journal of Water, Sanitation & Hygiene for Development",Growth performance and carcass characteristics of broiler chicken fed on black soldier fly larvae meal: a product of fecal sludge waste management,2023,FALSE,0,,[],7,James G. Kirimi,"Directorate of Livestock and Fisheries Development, Meru County Government, Meru, Kenya",Kenya,kirimijg@yahoo.com,https://orcid.org/0000-0001-9692-1258,James G. Kirimi,"Directorate of Livestock and Fisheries Development, Meru County Government, Meru, Kenya",Kenya,kirimijg@yahoo.com,https://orcid.org/0000-0001-9692-1258,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['black soldier fly', 'broiler chicken', 'fecal sludge', 'growth performance', 'waste management']", +899,97035,13,9,https://iwaponline.com/washdev/article/13/9/645/97035/Characterizing-modern-bathrooms-to-support,"Journal of Water, Sanitation & Hygiene for Development",Characterizing modern bathrooms to support sanitation adoption,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.034/1/washdev0130645supp1.docx?Expires=1706163434&Signature=r0~eV0YoC0rKddGx3Ga3ZWise8AsqpbxjHhctgIy-TZ2ZbwkOuuhQqSkPBHTj4RlOnxs5NzIzcxCnN4pn2zb0IsDWGHqbqBT9JP0VMkQAf8ow-X6wl8flmS0tE9NA1o3ngsJK8edkrOmSLs~bkjgAza4Ld3QfbR6Vs7Keaowj8PimUG2Ecklr-YF1gak1121ZaSWcDGPevbzseGRf4YshmbltVpeWmaGYKtyMdGpUJrb31VQ5f24WmMw2wT0TyhwXEbRSTdvzLwWDiZF1TSu49oX6WS0xKxKDu6GZfQpAAjdOyBXzmUh1PBZCoxv6PvF49NZG5fYQ-f7NfUFHcK4yA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Rebecca Ventura,"Department of Civil, Environmental and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",USA,rebecca.ventura@colorado.edu,https://orcid.org/0000-0002-0872-3102,Rebecca Ventura,"Department of Civil, Environmental and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",USA,rebecca.ventura@colorado.edu,https://orcid.org/0000-0002-0872-3102,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['bathroom', 'improved sanitation', 'modern', 'Peru', 'rural', 'sanitation systems']", +900,97023,13,9,https://iwaponline.com/washdev/article/13/9/655/97023/Hospital-wastewater-treatment-coupling,"Journal of Water, Sanitation & Hygiene for Development",Hospital wastewater treatment coupling electrochemical coagulation and activated sludge process,2023,FALSE,0,,[],3,Kempanapura Shivashankar Shivaprasad,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru, Karnataka 570006, India",India,prasadks@jssstuniv.in,https://orcid.org/0000-0002-3322-6554,Kempanapura Shivashankar Shivaprasad,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru, Karnataka 570006, India",India,prasadks@jssstuniv.in,https://orcid.org/0000-0002-3322-6554,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['activated sludge process (ASP)', 'COD', 'electrochemical coagulation (ECC)', 'hybrid treatment process', 'raw hospital wastewater (RHWW)']", +901,97004,13,9,https://iwaponline.com/washdev/article/13/9/669/97004/COVID-19-pandemic-welfare-programs-and-access-to,"Journal of Water, Sanitation & Hygiene for Development","COVID-19 pandemic, welfare programs, and access to ‘free water’ in Ghana: how did the urban poor fare?",2023,FALSE,0,,[],3,Meshack Achore,"Department of Population Health, Hofstra University, Hempstead, NY, USA",USA,meshack.achore@hofstra.edu,https://orcid.org/0000-0002-8321-7293,Meshack Achore,"Department of Population Health, Hofstra University, Hempstead, NY, USA",USA,meshack.achore@hofstra.edu,https://orcid.org/0000-0002-8321-7293,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['COVID-19', 'Ghana', 'pandemic', 'sub-Saharan Africa', 'water access', 'water insecurity']", +902,97311,13,9,https://iwaponline.com/washdev/article/13/9/681/97311/Aluminum-foil-immersed-in-alkalized-seawater,"Journal of Water, Sanitation & Hygiene for Development",Aluminum foil immersed in alkalized seawater removes Escherichia coli from household drinking water,2023,FALSE,0,,[],4,Erni Johan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,erni.johan.td@ehime-u.ac.jp,https://orcid.org/0009-0003-5386-8276,Erni Johan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,erni.johan.td@ehime-u.ac.jp,https://orcid.org/0009-0003-5386-8276,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adsorption', 'drinking water', 'Escherichia coli', 'layered double hydroxide', 'removal']", +903,97398,13,9,https://iwaponline.com/washdev/article/13/9/687/97398/Analysis-of-physical-and-non-physical-factors,"Journal of Water, Sanitation & Hygiene for Development",Analysis of physical and non-physical factors associated with individual water consumption using a hierarchical linear model before and after an earthquake in a region with insufficient water supply,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.059/1/washdev0130687supp1.docx?Expires=1706023338&Signature=C3Vyp-Cy5pFNX6LIMCdV0Sr~ciMiKqcdbAEkwOXaUKvvErZ98JsEwk3tIL3Wc39r9FpxVdiBm~el-sjy9hY0leaDsYUB499A~JfvQPu8w38u1m~I-iYUthr~wo6iaAABvUDcCXxogzixrKWTg6XMnAvY3toMajnpnk6sWlaLo0RdgHKc2BaVUA4LuyXyJ9efHuQ52lSdJbMZZHVWgGAD313BQo-1ivy3EAlCnExbVI86HNz320aHbYUN2WLUBVSgPkQ2MX9PJaTWoma3waGPlHnXWuXHEWOavetr0ZASODt4K8f6JZqBubZqSXMyL6vhQGjr2Tvrm5HZS3E~ZXSQdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Yuri Ito,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, Kofu, Yamanashi 400-8511, Japan",Japan,,,Kei Nishida,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, Kofu, Yamanashi 400-8511, Japan",Japan,nishida@yamanashi.ac.jp,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['coping strategy', 'Kathmandu Valley', 'regional disparity', 'water scarcity']", +904,97182,13,9,https://iwaponline.com/washdev/article/13/9/699/97182/Changes-in-organic-fractions-cations-and,"Journal of Water, Sanitation & Hygiene for Development","Changes in organic fractions, cations, and stabilization from feces to fecal sludge: implications for dewatering performance and management solutions",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.086/1/washdev0130699supp1.docx?Expires=1706163450&Signature=cV8FF0Gdqd-5TCkU8ayllBmSeoyRKvhj3KnfLJ9GIkqL-zfg17wyVUaxHOX1dSYOAdhj2L5al6~A7XliArHSmLSNdLyQK8Sc7~DBNQLGiyEcR-b~YkYOfj5IIyNgLHBx-EEBgs77dKP9KcrbOZwi3Fvuy-4dFWjbzTc-CVKzAmRnGzp9XcFaXWJdFrPLD1dxWYYIiCT4iczO5tiUNDp9088w-Mio5YEjRbXMk4IoX8CXxW0km~k5kVbUxIyoLpNFF~fUn8PBYCuIFCL6DCkfrCdsUHi6pLei6qqiZa9X-6ECVNRa5m8o7GfbuOVmVh6XRHeUbnzWlMFHVoXK-LurLg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Stanley Bortse Sam,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf 8600, Switzerland",Switzerland,stanley.sam@eawag.ch,https://orcid.org/0000-0002-2128-9128,Stanley Bortse Sam,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf 8600, Switzerland",Switzerland,stanley.sam@eawag.ch,https://orcid.org/0000-0002-2128-9128,TRUE,All relevant data are available from an online repository or repositories. https://doi.org/10.25678/0007MP.,All relevant data are available from an online repository or repositories,https://doi.org/10.25678/0007MP.,"['microbial community', 'organic fibers', 'settling performance', 'stabilization', 'water-holding capacity']", +905,96974,13,9,https://iwaponline.com/washdev/article/13/9/711/96974/Association-between-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Association between water, sanitation and hygiene practices and diarrhea among under 3-year-old children: Evidence from a nationally representative sample in India (2019–2021)",2023,TRUE,2,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.108/1/washdev0130711supp1.docx?Expires=1706163455&Signature=icbPY1WDEz1UuwACZSOKXVTVgggi1aOl2lMaodjrcDEt9hOghIr-OOtsXuXOAyx6~aqqzv0bsTGYZS4kDLJ6kv5ur~mQz~e7c~QlX~NJqTqOoKYyDySQywXvYmHFFfFillBx9MhLUJ8APySS9JYmzrJneg18A7TmkLKkg8lFD5StCL~GsQCG5laJRCdARhAK3~MiJaXzF6ftmrOwEe1TFaB-y4uhtp9HtANEQC4SLdVCuv~-Ciqx9socFzB5PTBQBtwy3TH5qauabZ2GStM26zP9Cd3RXvJee8GGu7znVk3r8Al1S9Vxw-nHvEfNCnKFXXFveA-0p7tTMMdJypyIyw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.108/1/washdev0130711supp2.xlsx?Expires=1706163455&Signature=Kxi1CLWGo6T1YYte0O~rey3hgYTLtO~FtbRaH0ZmCubuf6NhJ1eWwcYwVy6mMZ3OM95oMrr5Cb0~u3ejLIUAaBFhX~iM16UAB4ni6UNUw6rwQdI7tQN6uKwARmH0VoMsWsLTVI0zFykoN5FXvWo5B9dKpgQx4Qaf4ChxhbUbVCN5orHMvZ5vdWyENtJRxTJi-70Z0XLY5OyZa9ExDR~TLdyJMjOzHIEDREsUQfki52G3O2tIFD2lHLwvoHXApg15dcpmqokk1dRfnjiyV9vj5n8nb-HR~-~1MTwjC3tgO3dg-oOcWpxY5mzIu-XJ61WD9XOKFnoGoI~z2ZD49RXVeQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",5,Shubhanjali Roy,"Department of Epidemiology and Public Health, National Institute of Epidemiology-Indian Council of Medical Research, R-127, Second Main Road, Housing Board, Ayapakkam, Chennai 600 077, Tamil Nadu, India",India,drshubhanjaliroy@gmail.com,https://orcid.org/0000-0003-3796-0964,Shubhanjali Roy,"Department of Epidemiology and Public Health, National Institute of Epidemiology-Indian Council of Medical Research, R-127, Second Main Road, Housing Board, Ayapakkam, Chennai 600 077, Tamil Nadu, India",India,drshubhanjaliroy@gmail.com,https://orcid.org/0000-0003-3796-0964,TRUE,All relevant data are available from an online repository or repositories: https://dhsprogram.com/data/dataset_admin/index.cfm.,All relevant data are available from an online repository or repositories,https://dhsprogram.com/data/dataset_admin/index.cfm.,"['child health', 'diarrhea', 'National Family Health Survey-5', 'prevention of diarrheal disease', 'water sanitation and hygiene']", +906,97399,13,9,https://iwaponline.com/washdev/article/13/9/723/97399/Water-sanitation-and-hygiene-facilities-enabling,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene facilities: enabling or impeding handwashing? An assessment of a primary school infrastructure in Palwal, India",2023,FALSE,0,,[],2,Vibha Gupta,"Department of Development Communication and Extension, Lady Irwin College, University of Delhi, New Delhi 110001, India",India,vibha365@gmail.com,https://orcid.org/0000-0003-2854-9452,Vibha Gupta,"Department of Development Communication and Extension, Lady Irwin College, University of Delhi, New Delhi 110001, India",India,vibha365@gmail.com,https://orcid.org/0000-0003-2854-9452,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['hygiene', 'rural', 'sanitation', 'schools', 'WASH']", +907,97055,13,9,https://iwaponline.com/washdev/article/13/9/735/97055/There-is-water-available-and-so-our-hearts-are-at,"Journal of Water, Sanitation & Hygiene for Development",‘There is water available and so our hearts are at peace’: exploring the impact of access to safe water on women's subjective well-being in Ghana,2023,FALSE,0,,[],3,Prosperous Ahiabli,"School of Health, Leeds Beckett University, Leeds, UK",UK,prosperoussch@gmail.com,https://orcid.org/0000-0002-0350-6571,Prosperous Ahiabli,"School of Health, Leeds Beckett University, Leeds, UK",UK,prosperoussch@gmail.com,https://orcid.org/0000-0002-0350-6571,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['gender inequality', 'Ghana', 'rural communities', 'safe water', ""women's well-being""]", +908,97581,13,10,https://iwaponline.com/washdev/article/13/10/749/97581/Sustaining-an-elementary-school-based-hygiene,"Journal of Water, Sanitation & Hygiene for Development",Sustaining an elementary school-based hygiene intervention in Bangladesh by forming ‘hygiene committees’: a pilot study,2023,TRUE,2,docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.191/1/washdev0130749supp1.docx?Expires=1706163467&Signature=kmguXVuMJ0xme5SO19h~CPPOX5C1FkNj17RpMzKfm2IgFlLoARPgR4w~h2s9kFgA21u5L5~LstfqYdBN6ypXFh3zflV-EtMeJDcCWKHra3mNeAoM-ZkbKiOBoDfr2G5kafO1B6zHc4EFJD4Xv6R6U8qo~-gFlf0vhMEzSCA7-cJILrM3RelP6xMPAojz1Ql2Wd4a8WgwdSsYnh94a30yl7~65cGb~Dca~yua~DJzUVyFBiwN4MPArLbXgcySblnXGnDIQdowN1wFoHRIBa~WYIXX6sDdZfQ57bpy6e8OGFT5rkdp1RIVesdUD5AzXR3BTrPSY2WXLAy9vfJpf69-Cg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.191/1/washdev0130749supp2.docx?Expires=1706163467&Signature=lMwUebT-GLAPbbNkZ1bRU9CelX6k1jGlmr1E~sT~aNVHp0OOIa0RPzxozxKghQ6d~OHDG3gvgKoycNpuliDrB~g24ylpQJT1M5fcQnwvDb04D4MAuoHC3lAeWAdSurTMFI~x-s0-xSceZfwO9y9rlxiwpHD6UzE2R4-8Civ4rpj~MIR9pTFbqwyylJ6qibvacNRVbN6QteEW2a95P7arZSG-51Q34nfOZbdtoWWzn9yu8ZPe~lLGWTSYurbvWQ9UdjYqr-HSZ-68gx-wCQV5cNeLojWFJjNWxv8-zNz8A8SAQD-tTstgYti~bAlXoRrGMS2BWhIHoezGfSJ2Wky60A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",6,Farhana Sultana,"Environmental Health and WASH, Health System and Population Studies Division, icddr,b, 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali, Dhaka 1212, Bangladesh",Bangladesh,farhana.sultana@icddrb.org,https://orcid.org/0000-0002-0714-7262,Farhana Sultana,"Environmental Health and WASH, Health System and Population Studies Division, icddr,b, 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali, Dhaka 1212, Bangladesh",Bangladesh,farhana.sultana@icddrb.org,https://orcid.org/0000-0002-0714-7262,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['financial support', 'hygiene', 'motivation', 'ownership', 'school']", +909,97636,13,10,https://iwaponline.com/washdev/article/13/10/764/97636/Microbial-hazards-in-real-world-alternating-dual,"Journal of Water, Sanitation & Hygiene for Development",Microbial hazards in real-world alternating dual-pit latrines treated with storage and lime in rural Cambodia,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.016/1/washdev0130764supp1.docx?Expires=1706163471&Signature=XBiL-NQ-pTr3qvqlkHct5VNsNumvWUra-iXu3taiPq3yEcK2DTYYySGr2XKNtWBh~HLu1TW5bIu3UKPvM3XHY5EavxsFdeXneI3hA9oQwNuvTUi1rKPpaDQzuHKIbtjmEkZ7SZFECYGozCSaBMZ4iR0wyk9ws3VfS8htmQen82jyB0lsxgeceOWZCptH-p6e2CRhoa2Qepij25i5U2sSHIQEU7OFtOKcCijmu1sDbg0D2Qm5LyZgvmFd6bn2GEUSFDNKhYB0r9xIGADPqIQhxR9KLBK1sUlgeL6nfJ4oUwmHsT-PzaXKa0hg5fJQIz3xlNYVt5LemSPRRHBtwHSuCg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,James Harper,"Noble Pursuits, LLC, 1641 Twin Sisters Rd, Nederland, CO 80466, USA",USA,james@noblepursuitsllc.com,https://orcid.org/0000-0003-0087-9265,James Harper,"Noble Pursuits, LLC, 1641 Twin Sisters Rd, Nederland, CO 80466, USA",USA,james@noblepursuitsllc.com,https://orcid.org/0000-0003-0087-9265,TRUE,All relevant data are available from an online repository at https://osf.io/uwq82/.,All relevant data are available from an online repository at https://osf.io/uwq82/.,,"['fecal sludge management', 'on-site sanitation', 'pathogen inactivation', 'public health', 'safely managed sanitation', 'toilet']", +910,97441,13,10,https://iwaponline.com/washdev/article/13/10/776/97441/Potential-of-waterbodies-as-a-reservoir-of,"Journal of Water, Sanitation & Hygiene for Development",Potential of waterbodies as a reservoir of Escherichia coli pathogens and the spread of antibiotic resistance in the Indonesian aquatic environment,2023,FALSE,0,,[],6,Imam Megantara,"Microbiology Division Department of Biomedical Science, Faculty of Medicine, Universitas Padjadjaran, Bandung, Indonesia",Indonesia,imam.megantara@unpad.ac.id,,Imam Megantara,"Microbiology Division Department of Biomedical Science, Faculty of Medicine, Universitas Padjadjaran, Bandung, Indonesia",Indonesia,imam.megantara@unpad.ac.id,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibiotic', 'Escherichia coli', 'resistance', 'river contamination']", +911,97508,13,10,https://iwaponline.com/washdev/article/13/10/793/97508/Associations-between-seasonality-and-faecal,"Journal of Water, Sanitation & Hygiene for Development",Associations between seasonality and faecal contamination of self-supply sources in urban Indonesia,2023,TRUE,3,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.060/1/washdev0130793supp1.png?Expires=1706030465&Signature=sVJXkHzYyHDMrRscWu5mXQXgi~eh9SU3klAC7gQdgSFAA6dALg4uW1z2r-RM9eZMq52egWuoKkwBItnsnu-1Ep3jokz7dzAli5MBASQgemKg8AIYUskIJiSSU65edVN~Fvzzzj4~yPQzf-GUCDbLoBXZkYEiLe7zsMvmmcZy74gZRCr3nwlE-z904jqsxdD67VAKefzj4KJZzgmufZoslDteMLghw~9ubK6WCa9ESyAIMxf74mi2bCLIjiiCpHudw2XTpuyV2Cq36jr3ijJwW4tExfFt5hzpziQgs3-Av5TvriubruAY8VLiDhv6pYBNN2MMiuQueySEyB8MgwNl0g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.060/1/washdev0130793supp2.xlsx?Expires=1706030465&Signature=VQAjYj8PVPfzux0WMOVFOW-NC1DowrClZlZl16E5fdYOLARQ7AHmCbM1uuKhfc5Txs7RcteumtUraTaVeEK2dCDhUzIzuJmNOAtJ7YDiPwv60-g5SJ2CtbNTnBsVbcRpGKD7yNEZ9EX~a7~3FPPkhKBulZpkSa1hZ7FUWcJDLD8DgU67lK3ErxFavyvcIvcXKX6Jvb4coPUjLnuZrnIs1zIYmNKFdoMPuZnbSD~jg~aVk76p7TqNFu3QWXLB0WBT8OA9v5mn83-wkYqDGoJVRuoC0UNxT-Z-m97zT8NPUGTzKdhddtwZ9jC-YmescZgMWdqFQvzDmcb9Gqv2CJOhdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.060/1/washdev0130793supp3.docx?Expires=1706030465&Signature=bJHVeKsbRIyQ7FqvZvTdL7D7tjbGTX8WlHHVNUUZJs8TxKrPlHeTuBQ4HQ~sjshKVSEy1KFK8lXDZmSYDmHbd8wWkdlxzRCjRHcBPlm8NMC8Dgf6i4Mxkv-ReTFXQsYJIfEN98wrBAUqbgd13n73LRj~TajiFeytwiqSgHaqxLkVUxaKzUhJZYN8wThZAoAwwskOO0eQx6HHESYBAI3iEobO8q0n37LjdvuNuwh44qI1ODbHgstKBGS~SMmL7m9PJ5-7e6VRPxLGG~9fsz1Wve3h~Uy6Uy8sKqyTFomgjUThFav-~hLZae3sABwLHzFojWHVpc4CtUa5odnYPLyPGw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",8,Franziska Genter,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW 2007, Australia",Australia,franziska.g.genter@student.uts.edu.au,https://orcid.org/0000-0001-5867-4671,Franziska Genter,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW 2007, Australia",Australia,franziska.g.genter@student.uts.edu.au,https://orcid.org/0000-0001-5867-4671,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water quality', 'faecal contamination', 'groundwater', 'seasonality', 'self-supply', 'urban Indonesia']", +912,97183,13,10,https://iwaponline.com/washdev/article/13/10/801/97183/Investigation-on-children-s-handwashing-behaviour,"Journal of Water, Sanitation & Hygiene for Development",Investigation on children's handwashing behaviour and contamination levels in rural Cambodia,2023,FALSE,0,,[],2,Gaku Manago,"Graduate School of International Cultural Studies, Tohoku University, 41 Kawauchi, Aoba-ku, Sendai-shi, Miyagi, Japan",Japan,,https://orcid.org/0009-0008-9545-8503,Kongkea Phan,"Faculty of Science and Technology, International University, St 1978, Sen Sok, Phnom Penh 120801, Cambodia",Cambodia,phanklabs@gmail.com,https://orcid.org/0000-0003-2965-8415,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['children', 'diarrhoea', 'handwashing', 'rural Cambodia']", +913,97568,13,10,https://iwaponline.com/washdev/article/13/10/811/97568/Response-to-COVID-19-building-resilience-through,"Journal of Water, Sanitation & Hygiene for Development",Response to COVID-19: building resilience through water and wastewater management in Ghana,2023,FALSE,0,,[],6,Bertha Darteh,"International Water Management Institute, Accra, Ghana",Ghana,,,Olufunke Cofie,"International Water Management Institute, Accra, Ghana",Ghana,o.cofie@cgiar.org,https://orcid.org/0000-0002-2092-4679,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['COVID-19', 'Ghana', 'hygiene', 'sanitation', 'wastewater', 'water']", +914,97671,13,10,https://iwaponline.com/washdev/article/13/10/825/97671/Water-access-and-sanitation-facilities-in-the,"Journal of Water, Sanitation & Hygiene for Development","Water access and sanitation facilities in the Johor River Basin, Malaysia: A comparison between indigenous and more modernised communities",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.126/1/washdev0130825supp1.docx?Expires=1706037032&Signature=nGdt6zl-lpJKZ9Ole9QM95SgMYbD9CT31Keemi4dwgAg9yK9RryjUsP6KERR0Vh4pMwf1Tv1w-n0AvQZbXu45XtCZMAvvoHXK44Tf21-iumxVoU2vlyIMWiGHkZeS97-tB6NMN76VLNUC5-4NHS1dNlzeUJwqkNvQITGEGaYNGbbYuSTqU9QsZjt~X5~~YC57AwWwTGu5Hc3~qaF79geq3v-XUHpVOdhqgUrMIuSBkg49YAtgLx8XdhSw3nNsul0nuaBi9YNIUYgb19GJGtQwlj1nSRD6ushyuxbzb78kJUNtKi~6S6RPcBuR7zgG5Dt0AEc5dhtNAQN6hvNEBBupw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Michaela L. Goodson,"Newcastle University Medicine Malaysia (NUMed), No. 1 Jalan Sarjana 1, Kota Ilmu, EduCity@Iskandar, Iskandar Puteri, Johor, Malaysia",Malaysia,michaela.goodson@newcastle.edu.my,https://orcid.org/0000-0003-2481-7704,Michaela L. Goodson,"Newcastle University Medicine Malaysia (NUMed), No. 1 Jalan Sarjana 1, Kota Ilmu, EduCity@Iskandar, Iskandar Puteri, Johor, Malaysia",Malaysia,michaela.goodson@newcastle.edu.my,https://orcid.org/0000-0003-2481-7704,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['hygiene', 'quality', 'sanitation', 'water']", +915,97930,13,10,https://iwaponline.com/washdev/article/13/10/833/97930/A-historical-and-critical-review-of-latrine-siting,"Journal of Water, Sanitation & Hygiene for Development",A historical and critical review of latrine-siting guidelines,2023,TRUE,3,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.140/1/washdev0130833supp1.docx?Expires=1706163493&Signature=ddJbfLspicKR7wJF9kL4jZbqJcxuhJaC-oxbq7d5xrDiZjo1iTzguyChTTOlUU-A~Sav6ogGRSkF4s3ed0hSPYDi5cBfF~MCXLRM7F~VoC~EfUrXHNX9L0QpRhU6Zqcvw97-c49oTU3Ja23tVfBEe7M2KFeQ5QnRDTIVnUoxNZzwhdUOL3zRXR30cFl~0T4bl9y4I43M9U77RNr~Vouq3fRricThfbh0vR3YWH70ZsdogD2TAFAuNnz0StbpnVnz3yn8vkvAvaTB~S9gnrUUkln2mR8RSmM9jDETAzswRy358mCje5gApZEb4nO1XDTOHGLwP-6aygVnFBF9MiD0Bg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.140/1/washdev0130833supp2.pptx?Expires=1706163493&Signature=Yodd-0yLtfGnf~AEpivS3czf1aaIvUaQNejW5JQN4xrdPceBRdbJjbNXyLGVCf1JxbME7jMk8bf8R4DUMfdeFqTiNJTRpsZ8AlBDg~CpgTtWevI7uV4m~BaYxUORg3nzrE4a5~cGm2MPBmyxavfeT2e1mPepMVoej5wvFSG5u1aGniRE5ClXRTlxdrHCS9vYdNm6otAXU~YQBjOGtRsjAPE2S9ZIXEUzWllN5ya6wTHib3uvMnJpX7qCjdHDn75~9awb0nyZwaBb4waS0gYkG0pIe~DxY4lS34w5hA-fPLtSATTGj56izMaY4hp9d5idsE~lVSyOw8YmPjyJPF-hag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.140/1/washdev0130833supp3.xlsx?Expires=1706163493&Signature=Td5gORklEP049vrZx9aJzKAuhpHhEK8IDn~M1D-jYziFoRiAyLcGiHsG2zQCQVB3WinNRd0AWGPFpUn8tqER1R99ja8oSvQlr0xUHZUFoXnMGGjzK023mAPVj2ZNTx8G7TfAJEvpzQfqYmtjxMYQpPoFjAIWZEc0sDmRpoQpPhG0E0r6263oqGapahCLyvId9kHgiUWwq~UN6LATcnCRl5uKW9J~EqlemAu3CoZlFd-OnMICoaewvysPiDVbdtzJNsKu26lPYC5LLF22VaXchu3gScsKiLce3cxqCuNokarB4RxW9gBoqyrXeCQu-nchIXddDOJoZb3fdOL8biM14A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",3,Christopher Nenninger,"Department of Civil and Environmental Engineering, University of South Florida, Florida, USA",USA,,https://orcid.org/0009-0007-3053-5486,James R. Mihelcic,"Department of Civil and Environmental Engineering, University of South Florida, Florida, USA",USA,jm41@usf.edu,https://orcid.org/0000-0002-1736-9264,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['groundwater', 'latrine', 'modeling', 'pollution', 'setback distance', 'toilet']", +916,97590,13,10,https://iwaponline.com/washdev/article/13/10/847/97590/Establishment-of-district-led-production-of-WHO,"Journal of Water, Sanitation & Hygiene for Development",Establishment of district-led production of WHO-recommended Alcohol-Based Hand Rub (ABHR) during the COVID-19 pandemic: a model for improving access to ABHR during health emergencies,2023,TRUE,4,misc,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp1.docx?Expires=1706027168&Signature=yFYw1d5S4zYBKXMuV92z0AsFgW2tSXoqjaf8h72P62giElBcCmOVlI6OwILT38H7TXKf68o4TCsVDdf4Xb-d2tuCjrJHx577C8nGxLs~hVmfPA-nRKjFZLnzXeXjlEK6SSJVkFYK2vEJOrWDJmMVncFl6S1rVsaLZRlsgL8-iARvJMYvHhyrYyXnfu-qoC-etjT7j-bhlaoSQ-8exiGlKrAIgn36jE-PHQ1L~kgV4WF4294fP39HvnE9fwfOGhFmPBEgEZSPb7sbUEzWjv4jiVQAz6Huwv3ZfXfwG762b7AdItR7HyAA1MQrXhgzHZhBu5hwRdvSf8GJXPR3oj8iKQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp2.xlsx?Expires=1706027168&Signature=lHKialNF-l2GFSLiCnNPL5LgbC8iYjPxJvCmOW9XO2~uzV2n9IBD7RxD2d4bOzROeU8LZzbHo3k4lQuFVghyU1oifBPyE-hqACD1jkUoOnLrOg0y7-WXQHanP5ExV6cYPdHVNoPWHKi2MBgNGIgvUPnWVZt~7fysDN1D7DEnjqXNGEs7hsMKZDU3n0Wfw2fBl1yk8YEWnev~aCnR-osf3UF2zFL7fsf0XtarEgQJBMosmEHKpysCK43fIxS5qQVGBoY~aR-S7tzs6lkBoahjMsAJbUYtYpeM4CVqxNpn3Jh9GJnCEh2WyQ3rr-iIOtMS~JqGGjKibmumNhh3yO5Kvw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp3.docx?Expires=1706027168&Signature=sUhOU2fpYY01MLxppNS5~ICHHHkHpfAEROBnCzYmCLE-CczDYG6itmrOQnlq7ChW7qhlehu90PKewQByG-lvKKMzsPhka-OwT8p3EgsQmnFh~4xGnGonBINizh74rSLMxIlCRKtENPOsbuXirtPNcfCy7jUPHObVYf~fOVF8ZKF2~Al-RXBWpcw50nRAt1tv-uyVQIBsp-qcRVLEW8TaW-4sr-gW2FQQ4yy90PFyCPEA5ebPtUHZWvShS9O8l2l2ftGoi7hg0qq85fxeCsEKGA-mA4sth2x2Y9mkgvuamP1SfzCRM-ZUctjS9~N0ghZ3ghJQ8DuEBcWaumtAD2mHog__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp4.docx?Expires=1706027168&Signature=uL0KTuGzImNhNkLZT9eLulJQzwqMBV4NMT5Eld806IIayxdZtACxpS46bmngB8882QO9BzWBSTFPuSZZXiH1Hnb1w82Ft~tY-d-qEfBs8Ju9dTHEbCS2EChTOSZ7gs0whHsdw5Xlx77at0zPMtMYemU-cHtk1CXsqdfdNdHU4oG2RwJD07J5jfPZZ4p7OAdgzymmBCuY5JOqZGOAPYhJNISMwRrCjsPwFbSch8lVcc51BIrDdWcdVyZCcSATSU~xbNivGKlOQU5F66dx339qi7lB3gdB98JY~OJtIPbw1nFQeml8l9CkN2H3qUvVSt7BWS6EQAdM2zhAkUIkbNgpcA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",15,Fred Tusabe,"Infectious Diseases Institute, Makerere University, Kampala, Uganda",Uganda,,,David Berendes,"Waterborne Disease Prevention Branch, Division of Foodborne, Waterborne, and Environmental Diseases, U.S. Centers for Disease Control and Prevention, 1600 Clifton Rd. Mailstop H24-11, Atlanta, GA 30329, USA",USA,dberendes@cdc.gov,https://orcid.org/0000-0002-8303-9298,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Alcohol-Based Hand Rub', 'community locations', 'hand hygiene', 'health emergency', 'healthcare facilities']", +917,98804,13,11,https://iwaponline.com/washdev/article/13/11/857/98804/We-do-not-wash-hands-Barriers-to-the-maintenance,"Journal of Water, Sanitation & Hygiene for Development","‘We do not wash hands’: Barriers to the maintenance of five moments of hand hygiene among learner nurses at a university in Limpopo province, South Africa",2023,FALSE,0,,[],2,Takalani Edith Mutshatshi,"Department of Nursing Science, University of Limpopo, P/Bag x1106, Sovenga 0727, South Africa",South Africa,takalani.mutshatshi@ul.ac.za,https://orcid.org/0000-0003-1581-0041,Takalani Edith Mutshatshi,"Department of Nursing Science, University of Limpopo, P/Bag x1106, Sovenga 0727, South Africa",South Africa,takalani.mutshatshi@ul.ac.za,https://orcid.org/0000-0003-1581-0041,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['barriers', 'five moments', 'hand hygiene', 'learner nurse', 'maintenance', 'wash hands']", +918,98248,13,11,https://iwaponline.com/washdev/article/13/11/866/98248/WASH-FIT-implementation-in-Rohingya-camps-in-Cox-s,"Journal of Water, Sanitation & Hygiene for Development",WASH FIT implementation in Rohingya camps in Cox's Bazar Bangladesh – results after 1 year,2023,FALSE,0,,[],7,Ahammadul Kabir,"World Health Organization (WHO), Dhaka, Bangladesh",Bangladesh,ahammadul.kabir@gmail.com,https://orcid.org/0000-0002-6452-6963,Ahammadul Kabir,"World Health Organization (WHO), Dhaka, Bangladesh",Bangladesh,ahammadul.kabir@gmail.com,https://orcid.org/0000-0002-6452-6963,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['emergency', 'health care facility', 'healthcare waste management', 'Rohingya settlement', 'WASH FIT']", +919,98614,13,11,https://iwaponline.com/washdev/article/13/11/875/98614/Socioeconomic-predictors-of-access-to-improved,"Journal of Water, Sanitation & Hygiene for Development","Socioeconomic predictors of access to improved water sources, sanitation facilities, and household water treatment in Nigeria",2023,FALSE,0,,[],4,Olumayowa Azeez,"Department of Community Medicine & Population Health, The University of Alabama, 1103 Northeast Medical Bldg, Tuscaloosa, AL 35487, USA",USA,oazeez@crimson.ua.edu,https://orcid.org/0000-0001-8398-2334,Olumayowa Azeez,"Department of Community Medicine & Population Health, The University of Alabama, 1103 Northeast Medical Bldg, Tuscaloosa, AL 35487, USA",USA,oazeez@crimson.ua.edu,https://orcid.org/0000-0001-8398-2334,TRUE,All relevant data are available from an online repository or repositories at https://dhsprogram.com/data/dataset/Nigeria_Standard-DHS_2018.cfm?flag=0.,All relevant data are available from an online repository or repositories,https://dhsprogram.com/data/dataset/Nigeria_Standard-DHS_2018.cfm?flag=0.,"['global health', 'hygiene', 'Nigeria', 'sanitation', 'sustainable development goals', 'water']", +920,98258,13,11,https://iwaponline.com/washdev/article/13/11/885/98258/Occurrence-of-Acanthamoeba-spp-in-a-major-river-in,"Journal of Water, Sanitation & Hygiene for Development",Occurrence of Acanthamoeba spp. in a major river in the Philippines: Impact on water quality and health,2023,FALSE,0,,[],12,Kaiser Garrido,"Department of Medical Technology, Faculty of Pharmacy, University of Santo Tomas, Manila 1008, Philippines",Philippines,,,Giovanni De Jesus Milanez,"Department of Medical Technology, Faculty of Pharmacy, University of Santo Tomas, Manila 1008, Philippines",Philippines,gdmilanez@ust.edu.ph,https://orcid.org/0000-0002-4467-3173,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Acanthamoeba', 'free-living amoeba', 'Philippines', 'public health', 'river']", +921,98247,13,11,https://iwaponline.com/washdev/article/13/11/893/98247/Spatial-distribution-and-determinants-of-limited,"Journal of Water, Sanitation & Hygiene for Development",Spatial distribution and determinants of limited access to drinking water and sanitation services of households in India,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/11/10.2166_washdev.2023.181/1/washdev0130893supp1.docx?Expires=1706052557&Signature=fAUufnmYkXJLuI1rhwrT-PwS5jVPmj4vRlqN6n~agirjEBnLUfADxFKCBza~umAVst-DU3Oju1JF4VX5qWxG0TjcdkyOO1X3hVZ1GfogkDWdSVHiOzGMxmCusxuZAwJ6zY0jpYLYLRyMtB7DTKnmY4QChaiWrlgoEeHqeSZ-oXA9nA6EIAWPphf1fE8gfh0M1TujIwX0Zo--vorDrMZkxg7SSQ2ngAyda~bIjIXRByALNDkpGGF7YPX16VckzeEhhVcBBjmCMkZAGpLugsKjHdZtwugd2kmrUT24JD6ydOZxT2ELW-n1q3~-z90dDZ4dGiKn7oTGNGkoAaUomeF5Lg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Chandan Roy,"Department of Geography and Resource Management, Mizoram University (A Central University), Aizawl, Mizoram 796004, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,Chandan Roy,"Department of Geography and Resource Management, Mizoram University (A Central University), Aizawl, Mizoram 796004, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,TRUE,All relevant data are available from an online repository or repositories at https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1.,All relevant data are available from an online repository or repositories,https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1.,"['drinking water', 'health risks', 'India', 'logistic regression', 'spatial analysis', 'statistical analysis']", +922,98627,13,11,https://iwaponline.com/washdev/article/13/11/910/98627/WASH-practices-increased-the-prevalence-of,"Journal of Water, Sanitation & Hygiene for Development","WASH practices increased the prevalence of malnutrition among under-five children (6–59 months) in an urban slum area in Ibadan, Nigeria",2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/11/10.2166_washdev.2023.186/1/washdev0130910supp1.docx?Expires=1706163520&Signature=TqE25wf~XUM8t49w9zWrF9rM0WXruELgTEc5Bb~bp30jWqFjWIJcldQmtwkQfLkkMkEJA9--oY3dpxTkg7J62rH7R7jlLmdS767l47ZR20vxj0WsNP5qpiZ4TbEwvvvJgn4RoAJokK27kRA~NamQNRA6pV5yWZjQPflplWaCTaGwAV-4MgGIw0yb~N1jv-NDytSYUWj~30LYBdYM6G~yH0cXoFJFCrIqTyq1OC5aROqvgqnKcl24-nKcOYB~Bo-0~RnjI9xCx9~6ZGVcKDaRMlEFYY~iAev1HdwOniZavR6yI3MzL4TMuT6tyt4GmNorLgqS~4TL4mUmn-mnniFgcQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Elizabeth Oluwafolakemi Aleru,"Department of Human Nutrition and Dietetics, Faculty of Basic Medical and Health Sciences, Lead City University Ibadan, Oyo State, Nigeria",Nigeria,elizabethadedipe16@gmail.com,https://orcid.org/0000-0001-5294-8096,Elizabeth Oluwafolakemi Aleru,"Department of Human Nutrition and Dietetics, Faculty of Basic Medical and Health Sciences, Lead City University Ibadan, Oyo State, Nigeria",Nigeria,elizabethadedipe16@gmail.com,https://orcid.org/0000-0001-5294-8096,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['malnutrition', 'stunting', 'under-five children', 'urban slum', 'WASH practices', 'wasting']", +923,98396,13,11,https://iwaponline.com/washdev/article/13/11/921/98396/Enhancing-rural-drinking-water-safety-using-an-Mg,"Journal of Water, Sanitation & Hygiene for Development",Enhancing rural drinking water safety using an Mg–Al-type layered double hydroxide foil as a new point-of-use disinfection tool,2023,FALSE,0,,[],4,Taufiq Ihsan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,taufiqihsan86@gmail.com,,Taufiq Ihsan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,taufiqihsan86@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['disinfection', 'drinking water', 'layered double hydroxide', 'pathogen adsorption', 'rural area']", +924,98803,13,12,https://iwaponline.com/washdev/article/13/12/931/98803/Impact-of-targeted-subsidies-on-access-to,"Journal of Water, Sanitation & Hygiene for Development",Impact of targeted subsidies on access to resilient sanitation for climate-vulnerable households in rural Cambodia,2023,TRUE,2,"docx, xlsx","['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/6/10.2166_washdev.2022.055/1/washdev2022055supp.docx?Expires=1706163095&Signature=4AOHFAKZz4hYkDtGLziudvEkaeNd6HL1ghM1TTFu1UvUh6pMdYyRGLOGQgPOgyDBdENnCd1sVgKpTHONPyJdCFNFPq-36xvkk7piC', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.039/3/washdev0130931supp2.xls?Expires=1737455104&Signature=CGvjmPc-TP4XGtdXqA6prdlN8zT2Q2LQkdHdm4azueGUsz2~0snabdqUZyYtg-yI8FSbdVmpfu0W-WyDN8ptDLFtihYYualooyk7e3WQqqZ5s4MG6uFZEbBS4mjzQV4max9JGiI01Ouc3vt-jgRGm65FLNTtTknlhn6fM4GHsS7P28DoE0s~K~~chwdWTMe~CPfBwiPH112b2AjdTu97s5kFrVhpqMCcaAXhi1uWSm8oWvi6VYi~9ZvQnUenxYVT1O1Xkr6vkJq6H~HtNQju8AYM8DVjJJRzmWdn8XX~LGvodkVqlO~-AO3wXq2mU55xiay3R57EuW1tEPAShVQi7A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",7,Tyler Kozole,"iDE Cambodia, 97A, St. Taphon (19BT), Boeung Tumpun 12351, Cambodia",Cambodia,,,Marlaina Ross,"Causal Design, 1159 National Road 2, Phnom Penh, Cambodia",Cambodia,marlaina.ross@causaldesign.com,https://orcid.org/0000-0002-3366-9443,TRUE,All relevant data are included in the paper or its Supplementary Information.,,,[], +925,98841,13,12,https://iwaponline.com/washdev/article/13/12/941/98841/Developing-formal-pit-latrine-emptying-businesses,"Journal of Water, Sanitation & Hygiene for Development","Developing formal pit-latrine emptying businesses for hard-to-serve customers: resources, methods, and pricing structures",2023,TRUE,2,"docx, xlsx","['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.110/2/washdev0130941supp1.docx?Expires=1736423728&Signature=kCCVytULqk7bEWlZ4aBCmx10cQ~KhPgRn9VRUHwEFuC2SB~gRTaAWVQGnWMX0ejj9eN46112V4NtErdZ~PMQ~VESF38jaWl~avHHkjAHyT7zuw2Vn49R85xUcdbyfGZrYUlVV6shUV1Yb7diHJwW2ZPQMV9SWg4kvBxAHd9rAl2FEhYGWYk2FhF38YiLj93ltMZzxq2m0QJPg7gQUVNXuDvzHUHgkqk7hERJnx6wH5fW54hPuwkO5h23QiBnQu~UONjEc0JxA9IG6yPJiU4nPK0Qs9o0rSkZqsBG8drKJR02pOb70QD6GmTm3Wi0g0N82H2skY0UTKHG6QnVlnIP5Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.110/2/washdev0130941supp2.xlsx?Expires=1736423728&Signature=LyGniyuh8KTVPUXdbDWlXaAe9-amNWH0-8KG2qjNv2Px6RePHMtTUOQ0l0SQs2XbX-r1CZNJ4qs0flUq~oIMgjUELRrmkIYd2HOdyLigP9ccKULmF6Knf8Or5zDeru2fKOVDz3h5wIfjJv2ekkptbKQ3IMSApFp64wqKwEWiwNhgjZvrIoKopAkAGL2roBT2viLPVfttZAbNJ4q8QeS-WlJumMUf4IBd3brU3I~qob-s9GHmyCKrfqtlu0VcLmW57lgIvDkR~cDdPCbhsdaUEMazyWt0YiLJrG2rDxjSy67BDahq0zUSRMVgFSNU-~ZQRXn9ArSJgPG1FxtWTkSm7Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",6,Jonathan Wilcox,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, United Kingdom",United Kingdom,,https://orcid.org/0009-0003-0224-7138,Bruce Rutayisire,"Pit Vidura, KN 20 Ave, Kigali, Rwanda",Rwanda,bruce@pitvidura.com,https://orcid.org/0000-0003-0180-5292,TRUE,"All relevant data are included in the paper or its Supplementary Information. The following supplementary materials are available: volumetric tariff structure description, price variability distribution, time and motion summary statistics, pit evaluation results, time and motion box plots.",,,[], +926,99077,13,12,https://iwaponline.com/washdev/article/13/12/952/99077/The-integrity-management-toolbox-in-action-a-study,"Journal of Water, Sanitation & Hygiene for Development",The integrity management toolbox in action: a study of 22 urban water service cases,2023,TRUE,2,"docx, xlsx",['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.060/1/washdev0120683supp1.docx?Expires=1706131489&Signature=gSjSWLDCypKy61t9teC0j7RmP4TdGN0jORNMQqiP1CRG5-HssTSmA49MlJjNiWjg67DnmR7FL~~Plq47CGDCNykRPLWXZaS41Bn,8,Pilar Avello,"Stockholm International Water Institute, Stockholm, Sweden",Sweden,piluca.avello@gmail.com,https://orcid.org/0000-0002-2795-7465,Pilar Avello,"Stockholm International Water Institute, Stockholm, Sweden",Sweden,piluca.avello@gmail.com,https://orcid.org/0000-0002-2795-7465,TRUE,All relevant data are included in the paper or its Supplementary Information.,,,[], +927,99074,13,12,https://iwaponline.com/washdev/article/13/12/962/99074/Sanitary-conditions-of-the-third-largest-informal,"Journal of Water, Sanitation & Hygiene for Development",Sanitary conditions of the third largest informal settlement in Brazil,2023,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.152/2/washdev0130962supp1.pdf?Expires=1737455885&Signature=VTWZEDC0KI~Cp2YTHtpUeNpTWtnY-a80LCszdnpDPmrZnXgVck-QMoMA5prkQfGHlP1fJUCLW8l7ZvNkzo~icjECjKoPWXcbqMqbB2ptJAx4QOSWrrw36~zmiTR9KpGA0RR6Ew52NzPptI7kqZUjV3OLIA2VUgZXY3mV6jvHlBQ1ugu8s1TQ9V40-x7UFS5lExcuxbEhPNELBu9W9n7m242fPrr2MPEJwfT51qyfS4xfcV~-N7AgudgrO27cKly9DLN-Vs2auvf-31oEWBbn4niaXn7CsDD-oPv3-tRBDHfRq~T3gMc0ylZ0jQ3yL-tTvITQ5CPVGuncLv3NqkJPKg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Fernando Augusto Braga Castro,"Department of Sanitary and Environmental Engineering, Rio de Janeiro State University, 524 So Francisco Xavier Street, Room 5024, Block E/5th floor, Maracan, Rio de Janeiro RJ, Brazil",Brazil,fernandoabc@gmail.com,https://orcid.org/0000-0002-7560-3266,Fernando Augusto Braga Castro,"Department of Sanitary and Environmental Engineering, Rio de Janeiro State University, 524 So Francisco Xavier Street, Room 5024, Block E/5th floor, Maracan, Rio de Janeiro RJ, Brazil",Brazil,fernandoabc@gmail.com,https://orcid.org/0000-0002-7560-3266,TRUE,All relevant data are included in the paper or its Supplementary Information.,,,[], +928,99218,13,12,https://iwaponline.com/washdev/article/13/12/974/99218/Shifting-from-traditional-infrastructure-planning,"Journal of Water, Sanitation & Hygiene for Development",Shifting from traditional infrastructure planning to a collaborative approach: lessons from the Freetown sanitation master plan,2023,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.171/2/washdev0130974supp1.docx?Expires=1737456273&Signature=dc0IjzusHLqF4jNvkLYmml-p0GYdEiHiSBf7ekCrV8RBfS2SWLghM44twPb3ZN9KsbLMaHzLUrlOwNRm21VCQakLgzXbXhoBr6PDGjRhf3vPp2hPeBrOYQct1-eWH1myrKp4SRG~TZawHNqpriQWJkUV~ZvKZYg5toTAhZJBfgXHEvXO1KE6AeYkI20rfZa-82SN1IzD8~7ORagnbUbnvwDrj~vp1UZRGJZTWXdh2b8MOlF7m0bUAH51ScO18-rIlIDpZbQ5yooHBpfLTtJLZ4WnkHIQM7vad4YeYXQ618~poQqgP0VefitoJvp5emLaVWgSpAfdWVyhBs2ysqMTYg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],,,,,,,,,,,,,,,,[], +929,98932,13,12,https://iwaponline.com/washdev/article/13/12/986/98932/Water-supply-and-sanitation-projects-in-the-last,"Journal of Water, Sanitation & Hygiene for Development","Water supply and sanitation projects in the last decade: project characteristics, multilateral development bank performance, and quality of results",2023,TRUE,2,"docx, xlsx",['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.002/1/washdev2022002supp.docx?Expires=1706163041&Signature=tGrlLPHAp0zsTHU1MecftgrMdrv65dwq5hR2M0YNBydOVU6ITdrcykl~FUkaxSgwiCyvsMewKFn6j-o5Kervc~8Kk-f9es0ptYhYk,2,Ins Freire Machete,"Instituto Superior Tcnico, University of Lisbon, Lisbon 1049-001, Portugal",Portugal,ines.machete@tecnico.ulisboa.pt,https://orcid.org/0000-0003-2333-7872,Ins Freire Machete,"Instituto Superior Tcnico, University of Lisbon, Lisbon 1049-001, Portugal",Portugal,ines.machete@tecnico.ulisboa.pt,https://orcid.org/0000-0003-2333-7872,TRUE,All relevant data are included in the paper or its Supplementary Information.,,,[], +930,99204,13,12,https://iwaponline.com/washdev/article/13/12/1001/99204/Healthcare-facility-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Water supply and sanitation projects in the last decade: project characteristics, multilateral development bank performance, and quality of results",2023,FALSE,0,,[],3,Atimen Derso,"Ethiopian Institute of Water Resource, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,,,Bezatu Mengistie,"Ethiopian Institute of Water Resource, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,bezatum@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,,,[], +931,99226,13,12,https://iwaponline.com/washdev/article/13/12/1018/99266/Hand-hygiene-practices-among-primary-and-secondary,"Journal of Water, Sanitation & Hygiene for Development","Water supply and sanitation projects in the last decade: project characteristics, multilateral development bank performance, and quality of results",2023,FALSE,0,,[],8,Obadia Kyetuza Bishoge,"Department of Research Coordination and Promotion, National Institute for Medical Research, P.O. Box 9653, Dar es Salaam, Tanzania",Tanzania,obishoge@yahoo.co.uk,,Obadia Kyetuza Bishoge,"Department of Research Coordination and Promotion, National Institute for Medical Research, P.O. Box 9653, Dar es Salaam, Tanzania",Tanzania,obishoge@yahoo.co.uk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,,,[], +932,99912,14,1,https://iwaponline.com/washdev/article/14/1/1/99912/Removal-of-nitrogen-and-phosphorous-from,"Journal of Water, Sanitation & Hygiene for Development","Removal of nitrogen and phosphorous from blackwater via an integrated nature-based system: hybrid-vertical flow constructed wetland, upflow anaerobic fixed biofilm reactor, and granular activated charcoal column along with in situ electrochlorination disinfection",2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/1/10.2166_washdev.2024.064/1/washdev0140001supp1.docx?Expires=1785323398&Signature=j5JJITColE~3TBfuCegFOofg2j0qSC7xL8Yb5YI9vp-p3cYSMjphgm0YoWrCVnae70F0Rfdze5eCePfhXXkIoOIiTNlbdtskRAUt~W5LUMkqrXYD4s6QMUyppDaPyifyZnLqPbbDouqdaEqDeWYPLIq0hGxTGQCHHl~rw0jWtrvqd403WtGFUNbUQK9biwhLCegGxttESS~QVe60TNkuizWN9M7iu~~AxFgx8UgWnaMYirlRgRb0yfYVfxUpA-qWYD0R3SXglsxm7BHPoJyIYrT-Uxbdh0yjYrWMb0URJOYsALOWQxaOQ4K4WQzd~oNC0xShI6lnJCSQx7eMAgmLDA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Jayanta Kumar Gogoi,"Water, Sanitation and Hygiene Laboratory, Department of Biological Sciences, Birla Institute of Technology and Science, K K Birla Goa Campus, NH 17 B, Zuarinagar, Goa 403 726, India",India,,,Srikanth Mutnuri,"Water, Sanitation and Hygiene Laboratory, Department of Biological Sciences, Birla Institute of Technology and Science, K K Birla Goa Campus, NH 17 B, Zuarinagar, Goa 403 726, India",India,srikanth@goa.bits-pilani.ac.in,https://orcid.org/0000-0001-6956-0143,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['blackwater', 'granular activated charcoal column', 'hybrid vertical-flow constructed wetland', 'in situ electrochlorination', 'nature-based', 'upflow anaerobic fixed biofilm reactor']",10.2166/washdev.2024.064 +933,99832,14,1,https://iwaponline.com/washdev/article/14/1/15/99832/A-qualitative-study-on-menstrual-health-and,"Journal of Water, Sanitation & Hygiene for Development","A qualitative study on menstrual health and hygiene management among adolescent schoolgirls in peri-urban Lusaka, Zambia",2024,FALSE,0,,[],3,Joy Sambo,"Department of Human Ecology, Graduate School of Health Sciences, Hokkaido University, 060-0812, Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,,https://orcid.org/0000-0002-7643-2649,Taro Yamauchi,"Faculty of Health Sciences, Hokkaido University, 060-0812, Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,taroy@med.hokudai.ac.jp,https://orcid.org/0000-0002-5168-2748,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adolescent schoolgirls', 'health', 'hygiene', 'menstrual coping', 'menstrual needs', 'peri-urban']",10.2166/washdev.2024.069 +934,99786,14,1,https://iwaponline.com/washdev/article/14/1/27/99786/Examining-factors-driving-inequities-in-water,"Journal of Water, Sanitation & Hygiene for Development","Examining factors driving inequities in water, sanitation, hygiene, and waste management services in healthcare facilities in Ghana: An analysis of routine national data",2024,FALSE,0,,[],4,Stephen Dajaan Dubik,"School of Allied Health Sciences, Department of Nutritional Sciences, University of Development Studies, Tamale, Ghana",Ghana,,https://orcid.org/0000-0001-9833-2676,Mary Eyram Ashinyo,"Department of Quality Assurance, Institutional Care Division, Ghana Health Service, Accra, Ghana",Ghana,mary.ashinyo@ghs.gov.gh,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['Ghana', 'healthcare-associated infections', 'healthcare facilities', 'infection control', 'sanitation and hygiene', 'water']",10.2166/washdev.2024.118 +935,99949,14,1,https://iwaponline.com/washdev/article/14/1/40/99949/Tracking-water-sanitation-and-hygiene-WASH,"Journal of Water, Sanitation & Hygiene for Development","Tracking water, sanitation, and hygiene (WASH) indicators in tribal districts of India: a secondary data analysis through 2015–2020",2024,FALSE,0,,[],3,Vinay Tripathi,"IIHMR Delhi, Plot No. 3, Sector 18-A, Phase II, Dwarka, New Delhi, India",India,vinaytripathi@gmail.com,https://orcid.org/0000-0002-9367-1457,Vinay Tripathi,"IIHMR Delhi, Plot No. 3, Sector 18-A, Phase II, Dwarka, New Delhi, India",India,vinaytripathi@gmail.com,https://orcid.org/0000-0002-9367-1457,TRUE,All relevant data are available from an online repository or repositories: https://dhsprogram.com/dataset/India_Standard-DHS_2020.cfm?flag=0.,All relevant data are available from an online repository or repositories,https://dhsprogram.com/dataset/India_Standard-DHS_2020.cfm?flag=0.,"['hygiene', 'India', 'sanitation', 'tribal', 'WASH', 'water']",10.2166/washdev.2024.119 +936,99802,14,1,https://iwaponline.com/washdev/article/14/1/56/99802/Monitoring-WASH-and-school-dropouts-in-India-Is,"Journal of Water, Sanitation & Hygiene for Development",Monitoring WASH and school dropouts in India: Is there adequate data? An assessment of four national databases,2024,FALSE,0,,[],3,Sulochana Pednekar,"Manohar Parrikar School of Law, Governance and Public Policy, Goa University, Taleigao Plateau, Goa 403206, India",India,,https://orcid.org/0000-0002-4538-4795,Pranab Mukhopadhyay,"Goa Business School, Goa University, Taleigao Plateau, Goa 403206, India",India,pm@unigoa.ac.in,https://orcid.org/0000-0001-9999-4938,TRUE,The repository links are available at: NFHS: https://dhsprogram.com/data/; NSSO: http://mospi.gov.in/; IHDS: https://www.icpsr.umich.edu/; UDISE: http://udise.in/; UDISE Plus: https://udiseplus.gov.in/#/home.,The repository links are available at: NFHS: https://dhsprogram.com/data/; NSSO: http://mospi.gov.in/; IHDS: https://www.icpsr.umich.edu/; UDISE: http://udise.in/; UDISE Plus: https://udiseplus.gov.in/#/home.,,"['data inadequacy', 'right to education', 'school infrastructure', 'Sustainable Development Goals', 'WASH and dropouts']",10.2166/washdev.2024.195 +937,100028,14,2,https://iwaponline.com/washdev/article/14/2/69/100028/Factors-influencing-the-adoption-and-utilization,"Journal of Water, Sanitation & Hygiene for Development","Factors influencing the adoption and utilization of latrines in Babille Woreda, Somali region, eastern Ethiopia: a cross-sectional study",2024,FALSE,0,,[],3,Biniam Endale Belete,"Ethiopian Institute of Water Resources, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia",Ethiopia,biniamndl@yahoo.com,https://orcid.org/0009-0004-2134-9604,Biniam Endale Belete,"Ethiopian Institute of Water Resources, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia",Ethiopia,biniamndl@yahoo.com,https://orcid.org/0009-0004-2134-9604,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['adoption of latrines', 'barriers to sanitation', 'enablers for sanitation', 'latrine utilization', 'sanitation']",10.2166/washdev.2024.219 +938,100089,14,2,https://iwaponline.com/washdev/article/14/2/80/100089/Investigating-improved-drinking-water-quality-at,"Journal of Water, Sanitation & Hygiene for Development",Investigating improved drinking water quality at the point of access: Evidence from four regions of Indonesia,2024,FALSE,0,,[],11,Sri Irianti,"Research Centre for Limnology and Water Resources, National Research and Innovation Agency, Soekarno Science and Technology Center, Cibinong, Bogor Regency, West Java 16911, Indonesia",Indonesia,srii006@brin.go.id,https://orcid.org/0000-0002-5717-2386,Sri Irianti,"Research Centre for Limnology and Water Resources, National Research and Innovation Agency, Soekarno Science and Technology Center, Cibinong, Bogor Regency, West Java 16911, Indonesia",Indonesia,srii006@brin.go.id,https://orcid.org/0000-0002-5717-2386,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['improved drinking water', 'Indonesia', 'point of access', 'safely managed drinking water', 'SDG 6.1.1']",10.2166/washdev.2024.051 +939,99848,14,2,https://iwaponline.com/washdev/article/14/2/91/99848/Accessibility-to-WASH-and-waste-management,"Journal of Water, Sanitation & Hygiene for Development",Accessibility to WASH and waste management services in African urban informal settlements: A comparative analysis,2024,FALSE,0,,[],3,Abdulhakim Wagini Hassan,"College of Hydrology and Water Resources, Hohai University, Nanjing, Jiangsu 210098, China",China,LX20220601007@hhu.edu.cn,,Abdulhakim Wagini Hassan,"College of Hydrology and Water Resources, Hohai University, Nanjing, Jiangsu 210098, China",China,LX20220601007@hhu.edu.cn,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['average nearest neighborhood', 'GIS', 'public health', 'urban development', 'WASH', 'waste management services (WMS)']",10.2166/washdev.2024.201 +940,100029,14,2,https://iwaponline.com/washdev/article/14/2/113/100029/The-need-of-the-hour-Providing-water-in-shared,"Journal of Water, Sanitation & Hygiene for Development",The need of the hour: Providing water in shared toilet facilities for menstrual hygiene management in urban India,2024,FALSE,0,,[],4,Amita Bhakta,"Consultant, UK",UK,amitabhakta@hotmail.co.uk,https://orcid.org/0000-0002-1369-1600,Amita Bhakta,"Consultant, UK",UK,amitabhakta@hotmail.co.uk,https://orcid.org/0000-0002-1369-1600,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community and public toilets', 'India', 'menstrual hygiene', 'urban sanitation', 'water supply']",10.2166/washdev.2024.265 +941,100405,14,2,https://iwaponline.com/washdev/article/14/2/122/100405/Preparation-of-an-activated-adsorbent-from-water,"Journal of Water, Sanitation & Hygiene for Development","Preparation of an activated adsorbent from water treatment plant sludge for phosphate removal from wastewater: optimization, characterization, isotherm, and kinetics studies",2024,FALSE,0,,[],6,Eyoel Shumiye,"Department of Environmental Engineering, Faculty of Chemical and Food Engineering, Bahir Dar Institute of Technology, Bahir Dar University, Bahir Dar, Ethiopia",Ethiopia,,,Talbachew Tadesse Nadew,"Department of Chemical and Food Engineering, Kombolcha Institute of Technology, Wollo University, Dessie 1145, Ethiopia",Ethiopia,talewtadesse4897@gmail.com,https://orcid.org/0000-0003-3530-6993,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['activation', 'adsorption', 'kinetics study', 'optimization', 'water treatment plant sludge']",10.2166/washdev.2024.278 +942,100483,14,2,https://iwaponline.com/washdev/article/14/2/144/100483/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 1 December 2023; 13 (12): 931–940. Impact of targeted subsidies on access to resilient sanitation for climate-vulnerable households in rural Cambodia. Tyler Kozole, Marlaina Ross, Chris Nicoletti, Jennifer Rogla, Nate Ives, Amjad Ali, Ratsamnang Prom; http://dx.doi.org/10.2166/washdev.2023.039",2024,FALSE,0,,[],7,Tyler Kozole,,,,,,,,,,FALSE,,,,[],10.2166/washdev.2024.001 +943,100544,14,3,https://iwaponline.com/washdev/article/14/3/145/100544/Development-and-assessment-of-a-vulnerability,"Journal of Water, Sanitation & Hygiene for Development",Development and assessment of a vulnerability index for access to rural drinking water and sanitation services in the semi-arid region of north–central Chile,2024,FALSE,0,,[],4,Christopher Vivanco Castillo,"Regional Water Center for Arid and Semi-Arid Zones in Latin America and the Caribbean (CAZALAC), Benavente 980, La Serena, La Serena, Chile",Chile,cvivanco@cazalac.org,https://orcid.org/0000-0001-7888-5273,Christopher Vivanco Castillo,"Regional Water Center for Arid and Semi-Arid Zones in Latin America and the Caribbean (CAZALAC), Benavente 980, La Serena, La Serena, Chile",Chile,cvivanco@cazalac.org,https://orcid.org/0000-0001-7888-5273,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['composite index', 'drinking water', 'rural areas', 'sanitation', 'semi-arid regions', 'vulnerability']",10.2166/washdev.2024.106 +944,100500,14,3,https://iwaponline.com/washdev/article/14/3/161/100500/Discrimination-between-scheduled-and-non-scheduled,"Journal of Water, Sanitation & Hygiene for Development",Discrimination between scheduled and non-scheduled groups in access to basic services in urban India,2024,FALSE,0,,[],2,Tarun Arora,"Department of Professional Studies, CHRIST (Deemed to be University), Bangalore, India",India,,,Prashant Kumar Choudhary,"Department of Public Policy, Manipal Academy of Higher Education, Manipal, India",India,pkcbharat@gmail.com,https://orcid.org/0000-0002-7778-286X,TRUE,All relevant data are available from an online repository or repositories: https://www.mospi.gov.in/unit-level-data-report-nss-76th-round-schedule-12-july-december-2018-drinking-water-sanitation.,All relevant data are available from an online repository or repositories,https://www.mospi.gov.in/unit-level-data-report-nss-76th-round-schedule-12-july-december-2018-drinking-water-sanitation.,"['access', 'basic services', 'discrimination', 'inequality', 'urban']",10.2166/washdev.2024.138 +945,100675,14,3,https://iwaponline.com/washdev/article/14/3/173/100675/Influence-of-sludge-deposit-layer-on-sludge,"Journal of Water, Sanitation & Hygiene for Development",Influence of sludge deposit layer on sludge treatment reed beds treating septage,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/3/10.2166_washdev.2024.162/1/washdev0140173supp1.docx?Expires=1785268278&Signature=1plgdQmsmK9lxBKf8vkITInaBCOp93eqSVS3M-LyKN0jmUKQZBszkiribhBCn2SKnx-PLy0zHVZmnq7XfER-3xtU3B6HDkAttMsFkfCWEq11zxqlvj7AvSSDufyzS9Wga5VdqfHJ2kq3f8ejYm~9aB5rObAiaUHUXIo8F9-9YT21VJ2VCEnQ200m2c9boPpSV5LTqW3DOrP1Uv0IadhzeZWrMlBH2RU3wwp-G2Vsxe0RqgJedqrt58YYgkBQBmKzW9zx5xaxC0Lb7idw42888WcSP6ezYVeMZGFj7egraDUzMVPdv6qziDKNBi0kAkGMEfMkXxXyiKSGaTdAzCvGHA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Yu Zhe Huong,"Department of Civil and Construction Engineering, Faculty of Engineering and Science, Curtin University Malaysia, CDT 250, 98009 Miri, Sarawak, Malaysia",Malaysia,yuzhe@postgrad.curtin.edu.my,https://orcid.org/0000-0003-4337-868X,Yu Zhe Huong,"Department of Civil and Construction Engineering, Faculty of Engineering and Science, Curtin University Malaysia, CDT 250, 98009 Miri, Sarawak, Malaysia",Malaysia,yuzhe@postgrad.curtin.edu.my,https://orcid.org/0000-0003-4337-868X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['resting period', 'sludge dewatering', 'sludge stabilization', 'solid deposits', 'solid loading rate']",10.2166/washdev.2024.162 +946,100384,14,3,https://iwaponline.com/washdev/article/14/3/188/100384/Rethinking-community-led-total-sanitation-for,"Journal of Water, Sanitation & Hygiene for Development","Rethinking community-led total sanitation for eradicating open defecation in rural Ebonyi state communities, Nigeria: practice considerations for social work practitioners and educators",2024,FALSE,0,,[],4,Agha Ali Agha,"Department of Social Work, University of Nigeria Faculty of Social Sciences, Nsukka, Enugu State, Nigeria",Nigeria,ali.agha@unn.edu.ng,https://orcid.org/0000-0003-0711-3772,Agha Ali Agha,"Department of Social Work, University of Nigeria Faculty of Social Sciences, Nsukka, Enugu State, Nigeria",Nigeria,ali.agha@unn.edu.ng,https://orcid.org/0000-0003-0711-3772,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community-led total sanitation', 'open defecation', 'SaniFOAM', 'SDG', 'social work']",10.2166/washdev.2024.180 +947,100916,14,3,https://iwaponline.com/washdev/article/14/3/199/100916/Menstrual-hygiene-management-in-the-remote-rural,"Journal of Water, Sanitation & Hygiene for Development",Menstrual hygiene management in the remote rural highlands of eastern Indonesia,2024,FALSE,0,,[],10,Inriyanti Assa,"Public Health Faculty, Universitas Cendrawasih, Jayapura, Indonesia",Indonesia,,,D. Daniel,"Department of Health Behaviour, Environment, and Social Medicine, Faculty of Medicine, Public Health and Nursing, Universitas Gadjah Mada, Yogyakarta, Indonesia",Indonesia,daniel01@ugm.ac.id,https://orcid.org/0000-0002-2664-2517,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['highlands', 'Indonesia', 'knowledge', 'menstrual hygiene management', 'Papua']",10.2166/washdev.2024.183 +948,100597,14,3,https://iwaponline.com/washdev/article/14/3/209/100597/An-overview-of-wastewater-treatment-technologies,"Journal of Water, Sanitation & Hygiene for Development","An overview of wastewater treatment technologies in Minas Gerais, Brazil: predominance of anaerobic reactors",2024,FALSE,0,,[],3,Marina Muniz de Queiroz,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Presidente Antônio Carlos, 6627, Belo Horizonte/MG, CEP 31270-901, Brazil",Brazil,marinamunizdequeiroz@gmail.com,https://orcid.org/0000-0002-1239-847X,Marina Muniz de Queiroz,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Presidente Antônio Carlos, 6627, Belo Horizonte/MG, CEP 31270-901, Brazil",Brazil,marinamunizdequeiroz@gmail.com,https://orcid.org/0000-0002-1239-847X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['environmental statistics', 'sewage treatment', 'UASB reactors', 'wastewater treatment plants']",10.2166/washdev.2024.184 +949,100545,14,3,https://iwaponline.com/washdev/article/14/3/220/100545/Do-not-forget-us-the-shared-experiences-and-needs,"Journal of Water, Sanitation & Hygiene for Development",‘Do not forget us’: the shared experiences and needs of people living with incontinence in humanitarian contexts,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/3/10.2166_washdev.2024.199/1/washdev0140220supp1.docx?Expires=1785262012&Signature=GGXguJUarVK-0xQlTq7oZH0qKDkC7L51NFepvzZpJpKpmAf~khfxV04HCKNdk4W3IFMgIl3dwQDtK24xdCY7EjCQaq-dPuajId2XBq3TwzH61l2eLF9DcJ7UYepb4T3rdpLSY68Kauxdx4VtODN5u2lrHFQYgEChZz1OdYmsmYsCFw6VEvihry3G1f8UPYeLglT3meLy9-KWTaTkISu61RkL5AO9gSo6zju3QBn4dqrdw-w83EKxQfVu2jOH~xB771e~jB3h8B92v9qjNi6bk9Gp1H07ataIns28t4uEDAE5fF2UKI~QyZR~oG7784V2Qa6glZoenA0AXxOFjdfgaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Claire Rosato-Scott,"School of Civil Engineering, University of Leeds, Leeds, UK",UK,claire.rosatoscott@outlook.com,https://orcid.org/0000-0002-7838-7773,Claire Rosato-Scott,"School of Civil Engineering, University of Leeds, Leeds, UK",UK,claire.rosatoscott@outlook.com,https://orcid.org/0000-0002-7838-7773,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['children', 'fistula', 'health', 'older people', 'protection', 'sanitation']",10.2166/washdev.2024.199 +950,100404,14,3,https://iwaponline.com/washdev/article/14/3/229/100404/Chemical-recovery-of-magnesium-from-the-Dead-Sea,"Journal of Water, Sanitation & Hygiene for Development",Chemical recovery of magnesium from the Dead Sea and its use in wastewater treatment,2024,FALSE,0,,[],7,Mousa Almousa,"Civil and Environmental Engineering Department, University of North Dakota, Grand Forks, ND 58203, USA",USA,mousa.almousa@und.edu,,Mousa Almousa,"Civil and Environmental Engineering Department, University of North Dakota, Grand Forks, ND 58203, USA",USA,mousa.almousa@und.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adsorption', 'COD', 'dead sea', 'magnesium salts', 'precipitation', 'wastewater treatment']",10.2166/washdev.2024.267 +951,100840,14,3,https://iwaponline.com/washdev/article/14/3/244/100840/Brackish-water-pre-treatment-method-selection-of,"Journal of Water, Sanitation & Hygiene for Development",Brackish water pre-treatment method: selection of the study area and water sample testing,2024,FALSE,0,,[],4,Youssouf EL Idrissi,"Laboratory of Advanced Research in Industrial Logistics and Engineering (LARILE), Optimization of Industrial and Logistics Systems Team (OSIL), National High School of Electricity and Mechanical Engineering (ENSEM), University Hassan II, Casablanca, Morocco",Morocco,youssouf.elidrissi-etu@etu.univh2c.ma,,Youssouf EL Idrissi,"Laboratory of Advanced Research in Industrial Logistics and Engineering (LARILE), Optimization of Industrial and Logistics Systems Team (OSIL), National High School of Electricity and Mechanical Engineering (ENSEM), University Hassan II, Casablanca, Morocco",Morocco,youssouf.elidrissi-etu@etu.univh2c.ma,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['brackish water', 'climate change', 'decision support', 'desalination', 'health']",10.2166/washdev.2024.294 +952,100835,14,3,https://iwaponline.com/washdev/article/14/3/261/100835/Water-and-food-insecurity-and-linkages-with,"Journal of Water, Sanitation & Hygiene for Development","Water and food insecurity and linkages with physical and sexual intimate partner violence among urban refugee youth in Kampala, Uganda: cross-sectional survey findings",2024,FALSE,0,,[],13,Carmen H. Logie,"Factor-Inwentash Faculty of Social Work, University of Toronto, Toronto, ON, Canada M5S 1V4",Canada M5S 1V4,carmen.logie@utoronto.ca,https://orcid.org/0000-0002-8035-433X,Carmen H. Logie,"Factor-Inwentash Faculty of Social Work, University of Toronto, Toronto, ON, Canada M5S 1V4",Canada M5S 1V4,carmen.logie@utoronto.ca,https://orcid.org/0000-0002-8035-433X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['food insecurity', 'intimate partner violence', 'refugees', 'sexual violence', 'water insecurity', 'youth']",10.2166/washdev.2024.298 +953,100891,14,3,https://iwaponline.com/washdev/article/14/3/277/100891/Relation-of-organic-fractions-in-fresh-and-stored,"Journal of Water, Sanitation & Hygiene for Development",Relation of organic fractions in fresh and stored fecal sludge and foodwaste to biogas production,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/3/10.2166_washdev.2024.319/1/washdev0140277supp1.docx?Expires=1785557866&Signature=BxC96tVqPth6tfmsR6iwXNucXfw-h7odma4w1MAmwJ~fDcpQKH4k1Hw3HUAs3InviE0l48NFRS6Wr3Alue1wjGG85kI1foZouT-DAlVGzk-JXS4Cv1UUo8ymcVKIwaFVi7ivIc5cCarzY06pTmDqIK-9t1m8xAkLxmDOtW9LIECaF1vL13jR4oUyyek0jnAx-0hbbRsWAnLeJOhY0etG7FIlMo9BHnrK7Kzvr1ZMhtoqcLzH2t6VX~f-vV8hzl5hHw3h65YdayvqSq7bdocuO7WZAanVOu5RPDVqeW47R8fd4R5xc9f6-UyfBs7GU3zSvwqSudlqrJtbDZugR0JVbg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Nida Maqbool,"Sandec: Department of Water, Sanitation and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse, 133, CH-8600 Dübendorf, Switzerland",Switzerland,,,Linda Strande,"Sandec: Department of Water, Sanitation and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse, 133, CH-8600 Dübendorf, Switzerland",Switzerland,linda.strande@eawag.ch,https://orcid.org/0000-0003-4477-6268,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['anaerobic digestion', 'co-digestion', 'dewaterability', 'hydrolysis', 'microbial community', 'stabilization']",10.2166/washdev.2024.319 +954,101602,14,4,https://iwaponline.com/washdev/article/14/4/291/101602/Constructing-a-toilet-standard-system-for-the,"Journal of Water, Sanitation & Hygiene for Development",Constructing a toilet standard system for the toilet revolution in China,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/4/10.2166_washdev.2024.083/2/washdev0140291supp1.docx?Expires=1785273404&Signature=GuijDEP25OnSow057CY7fB7L76TxA4x1hOPZA0KErX7dTfJxUvsIw5GD7Xr7lwxG0RUmDUYpdtxTHq8HsHGWzXC1eVbUYnQYcVUkS9elFrAIdNThN0wukBS6YuqXjixRbb~dVj93-d8mHPrrRBJ-ULXxZFD7EJE819Xz4ErEyRawMMYCt7BXscMtzBC1GPnleNpXlA0A~RJidQW7BysjqbnfkR3GwLPk6ZuNw4Qo0qHPN40T1UC65DRR3BBMt11RJCm8ezTUMDjFzYfoWhjU6VYR5ezHo65mnC2lBdIHVjBLa-XmInIAa75kafat9iArI5p-7uLU5wIBcwKQilyNaA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,Shikun Cheng,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, University of Science and Technology Beijing, Xueyuan Road No. 30, Haidian District, Beijing 100083, China",China,chengshikun@ustb.edu.cn,https://orcid.org/0000-0001-9943-6776,Shikun Cheng,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, University of Science and Technology Beijing, Xueyuan Road No. 30, Haidian District, Beijing 100083, China",China,chengshikun@ustb.edu.cn,https://orcid.org/0000-0001-9943-6776,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['sanitation', 'six-dimensional structure', 'standardization', 'standard system', 'toilet', 'toilet revolution']",10.2166/washdev.2024.083 +955,101548,14,4,https://iwaponline.com/washdev/article/14/4/302/101548/Surface-water-contamination-with-Acanthamoeba-spp,"Journal of Water, Sanitation & Hygiene for Development","Surface water contamination with Acanthamoeba spp. in Ilam city, Iran",2024,FALSE,0,,[],9,Azadeh Ghadesi,"Department of Parasitology and Mycology, School of Allied Medical Sciences, Ilam University of Medical Sciences, Ilam, Iran",Iran,,,Asad Mirzaei,"Department of Parasitology and Mycology, School of Allied Medical Sciences, Ilam University of Medical Sciences, Ilam, Iran",Iran,mirzaei-as@medilam.ac.ir,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Acanthamoeba', 'genotypes', 'Iran', 'water']",10.2166/washdev.2024.153 +956,101336,14,4,https://iwaponline.com/washdev/article/14/4/313/101336/Beyond-a-facility-A-cross-sectional-survey-on-WASH,"Journal of Water, Sanitation & Hygiene for Development",Beyond a facility: A cross-sectional survey on WASH service levels and informal social accountability in childcare centres in Nairobi's informal settlements,2024,FALSE,0,,[],6,Ivy Chumo,"African Population and Health Research Centre (APHRC), Nairobi, Kenya",Kenya,ichumo@aphrc.org,https://orcid.org/0000-0003-1235-719X,Ivy Chumo,"African Population and Health Research Centre (APHRC), Nairobi, Kenya",Kenya,ichumo@aphrc.org,https://orcid.org/0000-0003-1235-719X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['informal settlements', 'Kenya', 'social accountability', 'water', 'sanitation and hygiene']",10.2166/washdev.2024.177 +957,101182,14,4,https://iwaponline.com/washdev/article/14/4/325/101182/Tolerance-of-free-floating-aquatic-macrophytes-to,"Journal of Water, Sanitation & Hygiene for Development",Tolerance of free-floating aquatic macrophytes to sugarcane vinasse and its implications for phytoremediation strategies,2024,FALSE,0,,[],3,Luís Fernando Pereira de Brito,"PPG-SEA and NEEA/LPB/SHS, São Carlos School of Engineering, University of São Paulo, São Carlos, SP 13560-970, Brazil",Brazil,,https://orcid.org/0000-0002-4806-0729,Allan Pretti Ogura,"PPG-SEA and NEEA/LPB/SHS, São Carlos School of Engineering, University of São Paulo, São Carlos, SP 13560-970, Brazil",Brazil,allan.ogura@usp.br,https://orcid.org/0000-0001-8549-5820,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['agricultural residues', 'aquatic macrophytes', 'ecotoxicology', 'green manure', 'soil quality', 'water quality']",10.2166/washdev.2024.240 +958,100987,14,4,https://iwaponline.com/washdev/article/14/4/332/100987/Experiences-of-community-based-water-supply,"Journal of Water, Sanitation & Hygiene for Development",Experiences of community-based water supply organizations partnerships in rural areas of Colombia,2024,FALSE,0,,[],3,Carolina Blanco-Moreno,"Facultad de Humanidades – Instituto Cinara, Universidad del Valle, Cali, Colombia",Colombia,carolina.blanco@correounivalle.edu.co,https://orcid.org/0000-0002-3006-7674,Carolina Blanco-Moreno,"Facultad de Humanidades – Instituto Cinara, Universidad del Valle, Cali, Colombia",Colombia,carolina.blanco@correounivalle.edu.co,https://orcid.org/0000-0002-3006-7674,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['associativity', 'Colombia', 'partnerships', 'water for human consumption', 'WOPs']",10.2166/washdev.2024.246 +959,101998,14,5,https://iwaponline.com/washdev/article/14/5/343/101998/A-fine-balance-A-review-of-incinerators-for,"Journal of Water, Sanitation & Hygiene for Development",A fine balance: A review of incinerators for menstrual waste and recommendations for policy and practice,2024,TRUE,2,docx & xlsx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/5/10.2166_washdev.2024.122/1/washdev0140343supp1.docx?Expires=1785872648&Signature=xZhsmhjCfTKZyWIb6bUEu~oj6Lq9gIS6RQpD5pYdr8CminFn7v~bj3iA5IAWMdfSqVkgc7MAiAQVnx-mQ5~QNWyii-mAVx4P0qOa4WfjJKfwQaW8EGeZpd5Go-uLp71AUTUPh4Hw-PXKSMcvYbuA~mg8L8yRzhtM9LLHAmpumRHz-Pyi4RUuB1UFIWlky4NGtyrrjrdkfDQgjJD04gdzaG37c-GoH3oWvwO5T8M07KZax2OrG6Y9F76HaF3uEhvRuqTT8DzMZHGkTXWDG1GWrJNCCsE6WWYx9Y-CQRQ169iAh7BcNuK1GLKO-juhFvjshGV9XRNMuDDs4Up9xGs49w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/5/10.2166_washdev.2024.122/1/washdev0140343supp2.xlsx?Expires=1785872648&Signature=tiI0Zqlcx0TQoaS8mx2dn5NSWPbFUqo83ZPOXBkPf8WCFUMVdU6IcDDWxubuIYAgQIegjvgHMaV73TeJmiaS27Owh~DRhfFvP51WRl7OhTXDrHn58gXq6OP3FgMGKVHXmZmqS3LtCJwehpuSkbHjzdGuwE9DxStHQnRFcv779hHd9tTl4JCpyJNT3Bvnw8FE5ORNhA82HChCY6Dw8gq2fS7KF2aUivCi-dJ7Gku41a-4m~Wio9TLQ6ykQpWrGpvDe7pDNUkscMrf4y5h5KCD~6kntp42KdrGcx3YcAke2ik24YD1KL92zlASfs7hrO3WP7-HxHdGclhfHdxWT9wxog__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",5,Alison Z. Weber,"Department of Behavioral and Social Sciences, Brown University School of Public Health, Providence, RI 02903, USA",USA,alison_weber@brown.edu,https://orcid.org/0000-0002-0892-9178,Alison Z. Weber,"Department of Behavioral and Social Sciences, Brown University School of Public Health, Providence, RI 02903, USA",USA,alison_weber@brown.edu,https://orcid.org/0000-0002-0892-9178,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['health policy and practice', 'incineration', 'menstrual health and hygiene', 'solid waste management', 'waste treatment', 'water', 'sanitation and hygiene']",10.2166/washdev.2024.122 +960,101726,14,5,https://iwaponline.com/washdev/article/14/5/357/101726/Impact-of-chick-mash-rice-bran-and-wheat-bran-as,"Journal of Water, Sanitation & Hygiene for Development","Impact of chick mash, rice bran, and wheat bran as starter feeds on the performance of black soldier fly larvae in food waste treatment",2024,FALSE,0,,[],3,Dan Odhiambo Okeyo,"Government of Makueni County, Department of infrastructure, Transport, Public Works and Energy, P.O. Box 78-90300, Makueni, Kenya",Kenya,dan.odhiambo@makueni.go.ke,https://orcid.org/0009-0003-1942-0953,Dan Odhiambo Okeyo,"Government of Makueni County, Department of infrastructure, Transport, Public Works and Energy, P.O. Box 78-90300, Makueni, Kenya",Kenya,dan.odhiambo@makueni.go.ke,https://orcid.org/0009-0003-1942-0953,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['bioconversion rate', 'black soldier fly larvae', 'feed conversion ratio', 'food waste', 'substrate reduction']",10.2166/washdev.2024.185 +961,101817,14,5,https://iwaponline.com/washdev/article/14/5/369/101817/Outside-the-comfort-zone-Lessons-learnt-from-the,"Journal of Water, Sanitation & Hygiene for Development",Outside the comfort zone? Lessons learnt from the early stages of a large-scale WOP programme,2024,FALSE,0,,[],3,Giuliana Ferrero,"GWOPA/UN-Habitat, UN Campus, Bonn, Germany",Germany,giulianaferrero@gmail.com,,Giuliana Ferrero,"GWOPA/UN-Habitat, UN Campus, Bonn, Germany",Germany,giulianaferrero@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['capacity strengthening', 'water operators' partnership', 'water supply']",10.2166/washdev.2024.233 +962,102150,14,5,https://iwaponline.com/washdev/article/14/5/377/102150/Effluent-quality-and-reuse-potential-of-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Effluent quality and reuse potential of wastewater treated in constructed wetlands in Southern Brazil,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/5/10.2166_washdev.2024.306/1/washdev0140377supp1.docx?Expires=1785260936&Signature=ccPelYuEnSQDqqPiMc-qHnRCE6froJ2nmNE8tiS0lsqgCh0L5GN8X9TtbMugtLOc5NDsdtx-sH4btNnME0toQ1uvB4-1PWYp0~ELRs6FD8TDadyeWK9Dp21uOnKb78av6mbduyYBeM7IvOT9GaABj88pZUWotRlmhiwxu0nNLjTu0fiiVnTWqFmYtUU9ropTbGvQY2y-X3m5TNc7msmwmdjVnFVH-kt9qNJloT7RAa6kX-M1~QU6ovt6takoK7nur6wtRK~2bXvrZxxpRgZRaUrIoKtw0YcmEtfOQnbckWAk~-gAIrot~g65YfjoX-~iNpwmCvhbQ6fTQCtspzDrVA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Arielle da Rosa Sousa,"Decentralized Sanitation Research Group, GESAD, Federal University of Santa Catarina, UFSC, Florianópolis, SC, Brazil",Brazil,,,Pablo Heleno Sezerino,"Decentralized Sanitation Research Group, GESAD, Federal University of Santa Catarina, UFSC, Florianópolis, SC, Brazil",Brazil,pablo.sezerino@ufsc.br,https://orcid.org/0000-0002-2249-0878,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['circular economy', 'nature-based solutions', 'treatment performance', 'urban and agricultural settings']",10.2166/washdev.2024.306 +963,102198,14,5,https://iwaponline.com/washdev/article/14/5/389/102198/Metrics-for-stabilization-of-fecal-sludge-and,"Journal of Water, Sanitation & Hygiene for Development",Metrics for stabilization of fecal sludge and relation to dewatering metrics,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/5/10.2166_washdev.2024.318/1/washdev0140389supp1.docx?Expires=1785233219&Signature=nB3IvCRyH0MwdHdq-GYY3o6bbSobPx3rW0m-9ovmBQ5qVIJ4THwShVZyM3vgpJGzUXXK3iMgg~QIvA0Om1c-Ocos9JDH~XqnQPw~bc-1iM51Ey4x0z3t3~VmFUJc07-fdvY1YZwaXPnXkuRvD8klezY5ZwBMsWmbt5q3kud92vsAROrDZXXSAi3alFLdyIdek5gUHIQKxfgg3iz~3eWEoiDRsI0j4asvpYv4Jbt94f68OFWKl2vIUmgdWGQYgoFXZECiXVcXx4N9aGci7qMnQ5HcOvsKOi-IYq6ukZ4iEIMsvKZ~HAAD1GoftaEN86FlbhtpvynFOENCYaZzh0zKdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Kapanda Kapanda,"Department of Civil and Environmental Engineering, University of Zambia, Great East Road Campus, P.O. Box 32379, Lusaka, Zambia",Zambia,,,Linda Strande,"Sandec: Department of Water, Sanitation and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse, 133, CH-8600 Dübendorf, Switzerland",Switzerland,linda.strande@eawag.ch,https://orcid.org/0000-0003-4477-6268,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['anaerobic digestion', 'dewatering performance', 'fecal sludge', 'stability index', 'stabilization indicator']",10.2166/washdev.2024.318 +964,102111,14,5,https://iwaponline.com/washdev/article/14/5/400/102111/Caste-and-class-interactions-in-inequality-in,"Journal of Water, Sanitation & Hygiene for Development",Caste and class interactions in inequality in access to sanitation and hygiene services in India,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/5/10.2166_washdev.2024.020/1/washdev0140400supp1.docx?Expires=1786161800&Signature=RKwMB9eo-tAuDALPA3JYbOiqasBEv5444cpdrVVVzBlkcWANaHxAW5zhr5PdshAyNp-ivGAA8PqL~nWMHjFvwPtvZzpQn0Bb72Xy9kUdNRSYpeDtVz-g6TlgCMrq3FL2LydpH3qZnKwSzjJAF00y2GYIoCGTn36K-TF380Bd40dNXp6GC-0kSoWhU7aWt9B7P4Mw5FVXR2ApGfvWrLuFlSrDCTcNald61asbpi1O--q-xrKUJjOQHqzQZUQBclp3cUEJYPJ~ysKnVreojnW0IHVp8M9F-l4y28Q6JOURTWVPE5J6oCazScmW~XgtdbPI-bHur9qg-v2Xw5qrwhdjKQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Mukesh Kumar,"Department of Humanities and Social Sciences, Indian Institute of Technology Roorkee, Uttarakhand 247667, India",India,mb.cdlu@gmail.com,,Mukesh Kumar,"Department of Humanities and Social Sciences, Indian Institute of Technology Roorkee, Uttarakhand 247667, India",India,mb.cdlu@gmail.com,,TRUE,"All relevant data are available from an online repository or repositories. The dataset used in the present work is available at the online microdata library, https://microdata.gov.in/nada43/index.php/catalog/153 of National Data Archive under the Ministry of Statistics and Programme Implementation (MOSPI) – Government of India.",All relevant data are available from an online repository or repositories,https://microdata.gov.in/nada43/index.php/catalog/153,"['caste', 'interactions', 'India', 'SDGs', 'sanitation', 'WASH']",10.2166/washdev.2024.020 +965,102253,14,5,https://iwaponline.com/washdev/article/14/5/412/102253/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 14 (4), 332–342: Experiences of community-based water supply organizations partnerships in rural areas of Colombia, Carolina Blanco-Moreno, Jorge Amaya-Domínguez and Andrea Yolima Bernal-Pedraza, https://dx.doi.org/10.2166/washdev.2024.246",2024,FALSE,0,,[],3,Carolina Blanco-Moreno,,,,https://orcid.org/0000-0002-3006-7674,,,,,,FALSE,,,,[],10.2166/washdev.2024.002 +966,102242,14,6,https://iwaponline.com/washdev/article/14/6/413/102242/Views-and-experiences-of-people-practicing-open,"Journal of Water, Sanitation & Hygiene for Development",Views and experiences of people practicing open defecation: Evidence from riverside inhabitants of an Indonesian village,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/6/10.2166_washdev.2024.075/1/washdev0140413supp1.docx?Expires=1786518032&Signature=E~~0c-8PNyDvhtI~MySA2sDgKU~RX-O1qYTTJvIe357OsyjgpILtCEnpDzDnO4UnsqF-ymMtbX7Hxk7aeYeJZdMk09YKGnTtwT~aHqZd4GLSZS2gcX-vIU8QJZygu7bHVEPwetdTKVWi92fLLs8jHoE6Mqc3fTxPF6Yd7xIcvylyilEQULy6ZP1qPMrhmD4skziQfV98z61mXOjn~ZvQaRUxJ7Giwe1bO7CG6VBiyp-8FvVGcFxnEXR6bvcO5LPvuPFim40c5Di6WcliTkhbDYp87D280Sk2BJL9IBFtu-TIglyGEpr~m4Z67U1WxPCIvwhaOPEbZiQEb7YSuoaU-A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Ima Hidayati Utami,"Doctoral Program of Communication Science, Faculty of Communication Science, Universitas Padjadjaran, Bandung, Indonesia",Indonesia,ima17001@mail.unpad.ac.id,https://orcid.org/0009-0002-6159-7755,Ima Hidayati Utami,"Doctoral Program of Communication Science, Faculty of Communication Science, Universitas Padjadjaran, Bandung, Indonesia",Indonesia,ima17001@mail.unpad.ac.id,https://orcid.org/0009-0002-6159-7755,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['constructivist perspective', 'open defecation', 'riverside inhabitants', 'sanitation promotion', 'social communication', 'STBM']",10.2166/washdev.2024.075 +967,102243,14,6,https://iwaponline.com/washdev/article/14/6/423/102243/Septic-tank-usage-and-its-faecal-sludge-management,"Journal of Water, Sanitation & Hygiene for Development","Septic tank usage and its faecal sludge management in Cuenca, Ecuador",2024,FALSE,0,,[],3,María Belén Arévalo-Durazno,"Facultad de Ciencia y Tecnología, Universidad del Azuay, Av. 24 de Mayo 7-77 y Hernán Malo, Cuenca, Ecuador",Ecuador,barevalo@uazuay.edu.ec,https://orcid.org/0000-0001-9202-6221,María Belén Arévalo-Durazno,"Facultad de Ciencia y Tecnología, Universidad del Azuay, Av. 24 de Mayo 7-77 y Hernán Malo, Cuenca, Ecuador",Ecuador,barevalo@uazuay.edu.ec,https://orcid.org/0000-0001-9202-6221,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['faecal sludge management', 'on-site sanitation', 'septic tank', 'sewer coverage', 'temporal evolution']",10.2166/washdev.2024.223 +968,102376,14,6,https://iwaponline.com/washdev/article/14/6/437/102376/A-district-level-geospatial-analysis-of-the,"Journal of Water, Sanitation & Hygiene for Development",A district-level geospatial analysis of the availability of improved water and sanitation among tribal households in India,2024,FALSE,0,,[],4,Prasanna Kumar Mudi,"International Institute for Population Sciences (IIPS), Govandi Station Road, Deonar, Mumbai, Maharashtra 400088, India",India,,,Manas Ranjan Pradhan,"Department of Fertility and Social Demography, International Institute for Population Sciences (IIPS), Govandi Station Road, Deonar, Mumbai, Maharashtra 400088, India",India,manasiips@gmail.com,https://orcid.org/0000-0002-7011-894X,TRUE,All relevant data are available from https://www. dhsprogram.com/data.,All relevant data are available from https://www. dhsprogram.com/data.,,"['India', 'sanitation', 'Scheduled Tribe', 'SDG-6', 'water']",10.2166/washdev.2024.261 +969,102343,14,6,https://iwaponline.com/washdev/article/14/6/451/102343/Low-cost-solar-septic-tanks-as-sustainable,"Journal of Water, Sanitation & Hygiene for Development",Low-cost solar septic tanks as sustainable sanitation solution: A case study implemented in Cambodia,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/6/10.2166_washdev.2024.010/1/washdev0140451supp1.docx?Expires=1785231244&Signature=NrumKdA9cIXpkpRWF5JvkA~nAUm3vgqvVzc~vV~eqGLV4K1QiC5NnDqEXTMEbXVCe1UYxpZiBWWBniFttRF2olYS2rwgysnqlRHEmZbiw94xrdSMeDhoox6uutnBgsSLzzIYYewNfRQdn8apX85cD5bp0itgSy-lvJ5MZ6T6ZBJ1PAsWTiWQOZB~3Y~Zo4TZPt1RQstqQlO3gFyqWCpFgMt-Bddfk1ojlHhthcWCDHvvnJCRut5-Ll8F01rOQkcg26TUdh2rnjgSVKJPGw2hSTsj~cltviAL0Tz-lAXacHTRcaaVruhlU9DJJi6OOs2BLHADTb0vNx1mdhjDqi30yg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Thammarat Koottatep,"Environmental Engineering and Management, Asian Institute of Technology, Pathum Thani, Thailand",Thailand,,,Tatchai Pussayanavin,"Faculty of Science, Ramkhamhaeng University, Bangkok, Thailand",Thailand,tatchai@rumail.ru.ac.th,https://orcid.org/0000-0002-8811-2052,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['innovative sanitation', 'low-cost solar septic tank', 'sustainable sanitation solution', 'toilet']",10.2166/washdev.2024.010 +970,102480,14,6,https://iwaponline.com/washdev/article/14/6/466/102480/Sustainable-management-of-small-town-water-supply,"Journal of Water, Sanitation & Hygiene for Development",Sustainable management of small-town water supply in Nepal: improvement through the multi-stage training mechanism,2024,FALSE,0,,[],3,Ryuji Ogata,"Japan International Cooperation Agency (JICA), Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,Ryuji Ogata,"Japan International Cooperation Agency (JICA), Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['piped water supply', 'small town', 'sustainable management', 'standard operation procedure']",10.2166/washdev.2024.034 +971,103255,14,7,https://iwaponline.com/washdev/article/14/7/473/103255/Workplace-menstrual-health-in-the-private-sector,"Journal of Water, Sanitation & Hygiene for Development",Workplace menstrual health in the private sector: Results from a pilot study in Kenya and Nepal,2024,FALSE,0,,[],15,Aditi Krishna,"Iris Group, 121 S. Estes Drive, Suite 103C, Chapel Hill, NC 27514, USA",USA,aditi@irisgroupinternational.com,https://orcid.org/0000-0002-2635-5016,Aditi Krishna,"Iris Group, 121 S. Estes Drive, Suite 103C, Chapel Hill, NC 27514, USA",USA,aditi@irisgroupinternational.com,https://orcid.org/0000-0002-2635-5016,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['economic empowerment', 'gender equality', 'menstrual health', 'menstruation', 'WASH', 'workplace']",10.2166/washdev.2024.026 +972,102873,14,7,https://iwaponline.com/washdev/article/14/7/486/102873/The-potential-of-rainwater-harvesting-and,"Journal of Water, Sanitation & Hygiene for Development","The potential of rainwater harvesting and greywater recycling as an alternative domestic water resource in Bahnstadt-Heidelberg, Germany",2024,FALSE,0,,[],3,Jidapa Kasipiyawong,"Department of Water Technology, School of Engineering and Architecture, SRH University Heidelberg, Ludwig-Guttmann-Straße 6, Heidelberg 69123, Germany",Germany,,,Mohammad Reza Ghomi,"Department of Water Technology, School of Engineering and Architecture, SRH University Heidelberg, Ludwig-Guttmann-Straße 6, Heidelberg 69123, Germany",Germany,mohamad.ghomi@srh.de,https://orcid.org/0000-0002-7930-639X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['domestic water', 'green roofs', 'greywater recycling', 'rooftop rainwater harvesting', 'water saving']",10.2166/washdev.2024.208 +973,103340,14,7,https://iwaponline.com/washdev/article/14/7/497/103340/Barriers-to-water-sanitation-and-hygiene-in-Sub,"Journal of Water, Sanitation & Hygiene for Development","Barriers to water, sanitation, and hygiene in Sub-Saharan Africa: a mini review",2024,FALSE,0,,[],3,Nelile Hlongwa,"Discipline of Geography, School of Agriculture, Earth & Environmental Sciences, University of KwaZulu-Natal, Durban 4041, South Africa",South Africa,nelilehlongwa2@gmail.com,https://orcid.org/0000-0002-2298-8115,Nelile Hlongwa,"Discipline of Geography, School of Agriculture, Earth & Environmental Sciences, University of KwaZulu-Natal, Durban 4041, South Africa",South Africa,nelilehlongwa2@gmail.com,https://orcid.org/0000-0002-2298-8115,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['barriers', 'hygiene', 'sanitation', 'Sub-Saharan Africa', 'WASH', 'water']",10.2166/washdev.2024.266 +974,103341,14,7,https://iwaponline.com/washdev/article/14/7/511/103341/Quantifying-the-nonrevenue-water-problem-in-a-sub,"Journal of Water, Sanitation & Hygiene for Development",Quantifying the nonrevenue water problem in a sub-Saharan African environment: a practical application in the Republic of Cameroon (Central Africa),2024,FALSE,0,,[],3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Science, University of Dschang, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Science, University of Dschang, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Cameroon', 'nonrevenue water', 'water loss']",10.2166/washdev.2024.295 +975,102871,14,7,https://iwaponline.com/washdev/article/14/7/521/102871/Left-alone-and-behind-Experiences-of-living-with,"Journal of Water, Sanitation & Hygiene for Development",Left alone and behind: Experiences of living with incontinence in a Sudanese refugee camp and how WASH practitioners can support,2024,FALSE,0,,[],7,Libertad González Hernández,"Netherlands Red Cross, The Hague, Netherlands",Netherlands,LGonzalez@redcross.nl,https://orcid.org/0000-0003-1253-4256,Libertad González Hernández,"Netherlands Red Cross, The Hague, Netherlands",Netherlands,LGonzalez@redcross.nl,https://orcid.org/0000-0003-1253-4256,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['disabilities', 'humanitarian', 'hygiene kits', 'incontinence', 'older people', 'WASH']",10.2166/washdev.2024.315 +976,103338,14,7,https://iwaponline.com/washdev/article/14/7/532/103338/Water-Sanitation-and-Hygiene-practices-in-areas,"Journal of Water, Sanitation & Hygiene for Development","Water, Sanitation and Hygiene practices in areas affected by Cyclone Idai in Zimbabwe",2024,FALSE,0,,[],3,Vimbainashe Prisca Dembedza,"Centre for Innovation and Industrialisation, Marondera University of Agricultural Sciences and Technology, P. O. Box 35, Marondera, Zimbabwe",Zimbabwe,,,Lesley Macheka,"Centre for Innovation and Industrialisation, Marondera University of Agricultural Sciences and Technology, P. O. Box 35, Marondera, Zimbabwe",Zimbabwe,lmacheka@muast.ac.zw,https://orcid.org/0000-0002-7878-6678,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['Cyclone Idai', 'disasters', 'health', 'WASH', 'Zimbabwe']",10.2166/washdev.2024.005 +977,103240,14,7,https://iwaponline.com/washdev/article/14/7/543/103240/Differentiated-and-conflicting-incentives-across,"Journal of Water, Sanitation & Hygiene for Development",Differentiated and conflicting incentives across the sanitation value chain: the case of Sanergy in Nairobi,2024,TRUE,2,docx & docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/7/10.2166_washdev.2024.017/1/washdev0140543supp1.docx?Expires=1786429718&Signature=03oxBlB7mzbH~m35p7UyEdtfKrf0jFIcOWID-KM~HRAZ6XTt4eTWLjdJrcl-dzkJ7vloX~OtLYNmUZHmuMeg5BendUxfQ4yAereVwf9babr89aINap8y8SqU~dtU4iEYmQC8qzSX3YPLDmMEuUyEKgu38pQ3IW~-suP2g2N91ZEbTgvxmhUQvlOXF901WjF-a1oTW~VCIDnrUnj79y6oMBGa75x1JsbvldWbdI0Byrouk2KAQI4WLIK-vzmoOwun3U6w1Dql73t7UH-KnrW~F-ubM5AE2XSxaZYAxp4YT9san5T8kCoX90OQ7bEgAg5yOc-gGuAgeVKueIcaVxFHWQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/7/10.2166_washdev.2024.017/1/washdev0140543supp2.docx?Expires=1786429718&Signature=YIW2rtASTPCn5ixp2yTsWxJHEr6WQ3Nhv-InXZXD0KN8KdrI3UaFmiGMk1Pc2yWeMZ6mftvGpEZCi8HyRtPtELHmdYcvk1oMdIfbu0KmQ7jl1SXkaJ0PCHNzb4l2uMNEb2Cv0HHXezAmFGPrq0qT0Un-osAmXCEJDbW48RQ8DcM0B35GvLpLSm7bcfUIO9UnpKDJDNbuxeJTq1TFmk89R~IuRkEUlCLd40o51j2Orw4lSS8P1rRwt8MYrRVVp8jF3l0FnE8d5m5Kc99FVRFvpTBtaXQRyIl6XQF7yrhOx8H3IfE3-ENZPD8RC~CsUWXMWfe555YoRMeM75gauGt0YQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",5,Mariam Zaqout,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom,m.zaqout@ucl.ac.uk,https://orcid.org/0000-0001-6978-8252,Mariam Zaqout,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom,m.zaqout@ucl.ac.uk,https://orcid.org/0000-0001-6978-8252,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['incentives', 'market-based sanitation', 'political economy', 'public–private partnership', 'sanitation value chain']",10.2166/washdev.2024.017 +978,102867,14,7,https://iwaponline.com/washdev/article/14/7/552/102867/Exploring-the-Dipteryx-alata-fruit-endocarp-as-a,"Journal of Water, Sanitation & Hygiene for Development",Exploring the Dipteryx alata fruit endocarp as a novel source for the synthesis of silver nanoparticles: antibacterial and photocatalytic insights for water purification,2024,FALSE,0,,[],7,Eduardo Beraldo de Morais,"Postgraduate Program in Water Resources, Department of Sanitary and Environmental Engineering, Federal University of Mato Grosso, Cuiabá, MT, Brazil",Brazil,eduardo.morais@ufmt.br,,Eduardo Beraldo de Morais,"Postgraduate Program in Water Resources, Department of Sanitary and Environmental Engineering, Federal University of Mato Grosso, Cuiabá, MT, Brazil",Brazil,eduardo.morais@ufmt.br,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['green synthesis', 'photocatalytic degradation', 'phytotoxicity', 'textile dyes', 'water purification']",10.2166/washdev.2024.025 +979,103247,14,7,https://iwaponline.com/washdev/article/14/7/565/103247/Pathogenic-bacteria-and-their-antibiotic,"Journal of Water, Sanitation & Hygiene for Development",Pathogenic bacteria and their antibiotic resistance profile in irrigation water in farms from Mexico,2024,FALSE,0,,[],6,Luisa Solís-Soto,"Departamento de Microbiología e Inmunología, Universidad Autónoma de Nuevo León, San Nicolás de los Garza, NL 66455, México",México,,https://orcid.org/0000-0002-5588-5577,Jorge Esteban Dávila-Aviña,"Departamento de Microbiología e Inmunología, Universidad Autónoma de Nuevo León, San Nicolás de los Garza, NL 66455, México",México,jorge.davilavn@uanl.edu.mx,https://orcid.org/0000-0001-7455-010X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['agricultural environment', 'bacterial contamination', 'bacterial resistance', 'water bodies']",10.2166/washdev.2024.062 +980,102870,14,7,https://iwaponline.com/washdev/article/14/7/572/102870/Holistic-citywide-sanitation-for-an-urban-area-in,"Journal of Water, Sanitation & Hygiene for Development",Holistic citywide sanitation for an urban area in the Global South: A case study of the Noakhali Pourashava of Bangladesh,2024,FALSE,0,,[],6,Farhana Karim,"Department of Environmental Science and Disaster Management, Noakhali Science and Technology University, Noakhali 3814, Bangladesh",Bangladesh,,,Sayed Mohammad Nazim Uddin,"Center for Climate Change and Environmental Health (3CEH), Asian University for Women, 20/AM M Ali Road, Chattogram 4000, Bangladesh",Bangladesh,sayed.uddin@auw.edu.bd,https://orcid.org/0000-0002-6143-5572,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['city service delivery assessment', 'fecal sludge', 'shit flow diagram', 'urban sanitation']",10.2166/washdev.2024.169 +981,103103,14,7,https://iwaponline.com/washdev/article/14/7/583/103103/Determinants-of-diarrhea-prevalence-among-children,"Journal of Water, Sanitation & Hygiene for Development",Determinants of diarrhea prevalence among children under 5 years in semi-arid Ghana,2024,FALSE,0,,[],5,Cornelius K. A. Pienaah,"Department of Geography and Environment, University of Western Ontario, 1151 Richmond St, London, Ontario, Canada",Canada,cpienaah@uwo.ca,https://orcid.org/0000-0003-4528-3086,Cornelius K. A. Pienaah,"Department of Geography and Environment, University of Western Ontario, 1151 Richmond St, London, Ontario, Canada",Canada,cpienaah@uwo.ca,https://orcid.org/0000-0003-4528-3086,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['child feces disposal', 'diarrhea disease', 'Ghana', 'RANAS model', 'WASH']",10.2166/washdev.2024.092 +982,103499,14,8,https://iwaponline.com/washdev/article/14/8/595/103499/Engaging-with-crisis-affected-populations-using,"Journal of Water, Sanitation & Hygiene for Development","Engaging with crisis-affected populations using the user-centred community engagement methodology: lessons learned in Tukaley, Ethiopia",2024,FALSE,0,,[],2,Claire Rosato-Scott,"School of Civil Engineering, University of Leeds, Leeds, UK",UK,claire.rosatoscott@outlook.com,https://orcid.org/0000-0002-7838-7773,Claire Rosato-Scott,"School of Civil Engineering, University of Leeds, Leeds, UK",UK,claire.rosatoscott@outlook.com,https://orcid.org/0000-0002-7838-7773,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['child', 'Ethiopia', 'humanitarian', 'participation', 'sanitation']",10.2166/washdev.2024.192 +983,103258,14,8,https://iwaponline.com/washdev/article/14/8/603/103258/Prevalence-and-patterns-of-gender-based-violence,"Journal of Water, Sanitation & Hygiene for Development","Prevalence and patterns of gender-based violence among adolescent girls fetching water in Peri-Urban Settings of Kinshasa, DR Congo",2024,FALSE,0,,[],5,Jean-Marie Mukiese Nlunda,"Department of Environmental Health, Kinshasa School of Public Health, University of Kinshasa, The Democratic Republic Of The Congo",The Democratic Republic Of The Congo,jm.mukiese@unikin.ac.cd,https://orcid.org/0000-0002-7323-4436,Jean-Marie Mukiese Nlunda,"Department of Environmental Health, Kinshasa School of Public Health, University of Kinshasa, The Democratic Republic Of The Congo",The Democratic Republic Of The Congo,jm.mukiese@unikin.ac.cd,https://orcid.org/0000-0002-7323-4436,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adolescent girls', 'gender-based violence', 'Kinshasa', 'peri-urban settings', 'water collection']",10.2166/washdev.2024.155 +984,103515,14,8,https://iwaponline.com/washdev/article/14/8/616/103515/Contribution-of-water-sanitation-hygiene-and-basic,"Journal of Water, Sanitation & Hygiene for Development","Contribution of water, sanitation, hygiene and basic education to reduce under-five mortality in Sudan",2024,FALSE,0,,[],1,Elwasila Saeed Elamin Mohamed,"Department of Economics, Faculty of Economic & Social Studies, University of Khartoum, P. O. Box 321, Khartoum, Sudan",Sudan,elwasila.saeed@uofk.edu,https://orcid.org/0000-0003-4715-2303,Elwasila Saeed Elamin Mohamed,"Department of Economics, Faculty of Economic & Social Studies, University of Khartoum, P. O. Box 321, Khartoum, Sudan",Sudan,elwasila.saeed@uofk.edu,https://orcid.org/0000-0003-4715-2303,TRUE,All relevant data are available from an online repository or repositories: https://databank.worldbank.org/source/world-development-indicators#.,All relevant data are available from an online repository or repositories,https://databank.worldbank.org/source/world-development-indicators#.,"['basic education', 'drinking water', 'GDP', 'health care', 'Sudan', 'under-five mortality']",10.2166/washdev.2024.215 +985,103538,14,8,https://iwaponline.com/washdev/article/14/8/633/103538/Progress-and-slippage-of-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development",Progress and slippage of sanitation and hygiene targets in Malawi: is SDG6.2 achievable?,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.263/1/washdev0140633supp1.docx?Expires=1785302736&Signature=dwjzNJot9neqEHR1Iyji5SiAUNtYiFoHZUyOba0V4X8HEbMzH2OWn3nL5qUKBdI11bGeAhwQjhFY8uy~2V09X0ZuN~4VNwz0c-6PL4agIDyFJIbYUytFxth4yEBSHkDUObfeQotOxxU5kAYM68OQXiY0Z62e4sLrn1U-ycQrYt0loKJJplA7GfqmAC43nHV2LrhZ2T~wNAfLe6wFNcDxuTQm7SS89Sm17ws8YmM99faMm-KDUBWSM9oaQM-uYHhX0YTQ9D1FP4Anmg6aYx-fVhqdjIOZ~LqHCBE690l7W5~qSd93HAB2SSfcq9Pmpa1VLtRnlfmCDRZ7XZK5gY1yNA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Rebekah Grace Kudakwashe Hinton,"Department of Civil and Environmental Engineering, University of Strathclyde, Glasgow UK",Glasgow UK,rebekah.hinton@strath.ac.uk,https://orcid.org/0000-0001-5238-1405,Rebekah Grace Kudakwashe Hinton,"Department of Civil and Environmental Engineering, University of Strathclyde, Glasgow UK",Glasgow UK,rebekah.hinton@strath.ac.uk,https://orcid.org/0000-0001-5238-1405,TRUE,Summary data is provided in Supplementary Data. The full dataset cannot be made publically available; readers should contact the corresponding author for details.,Summary data is provided in Supplementary Data. The full dataset cannot be made publically available; readers should contact the corresponding author for details.,,"['handwashing', 'hygiene', 'open defaecation', 'sanitation', 'sustainable development goals']",10.2166/washdev.2024.263 +986,104057,14,8,https://iwaponline.com/washdev/article/14/8/645/104057/A-multitude-of-objectives-Serving-multiple,"Journal of Water, Sanitation & Hygiene for Development",A multitude of objectives: Serving multiple stakeholders in Water Operators’ Partnerships,2024,FALSE,0,,[],2,Maarten Blokland,"Blokland Advisory Services, Delft, The Netherlands",The Netherlands,,,Klaas Schwartz,"Water Governance, IHE Delft Institute for Water Education, Delft, The Netherlands",The Netherlands,k.schwartz@un-ihe.org,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['multiple interests', 'Water Operators' Partnerships', 'water supply']",10.2166/washdev.2024.281 +987,103656,14,8,https://iwaponline.com/washdev/article/14/8/654/103656/Effectiveness-of-behaviour-change-interventions-to,"Journal of Water, Sanitation & Hygiene for Development",Effectiveness of behaviour change interventions to reduce the risk of faecal contamination in urban irrigated vegetable value chains – applying the COM-B behavioural framework,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.014/1/washdev0140654supp1.docx?Expires=1785243738&Signature=LeiWoRb~0OHmqiknoLMl~9wY4t-qsyzG-CE5sCUfEsBMjjW8lRtXLFCshyD-CmnIdGEPnO-71dTyRHmCdnWoX~pOteH9Vux3kWQvEfHKEgQcEFO9AHALbBkCp7cAkyDFZMvCma7cqihX0mKlSH1lksC0LRlk~ESYNDq6FmwoRaPIZQHlkzQsR9UX2CcN14n8jnNKNTpcdj6oXHPSNrZv0KqFrhDHtc9h2jLnAQoms2QCxhWam4HAFNiT1byTO594DfMlSO3DeiXmwVL6GTbz1-fkxbOq6xy6BFZm9OL0ieSS6OpIu3gjUca4sT-HClpDVfSkTlRFRRlo8imv6RQW2g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,David Galibourg,"Water Engineering and Development Centre (WEDC), School of Civil Engineering, Loughborough University, Loughborough, United Kingdom",United Kingdom,d.galibourg@lboro.ac.uk,https://orcid.org/0000-0003-2676-3551,David Galibourg,"Water Engineering and Development Centre (WEDC), School of Civil Engineering, Loughborough University, Loughborough, United Kingdom",United Kingdom,d.galibourg@lboro.ac.uk,https://orcid.org/0000-0003-2676-3551,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['behaviour change', 'food safety', 'informal sector', 'motivation', 'participatory governance']",10.2166/washdev.2024.014 +988,103523,14,8,https://iwaponline.com/washdev/article/14/8/670/103523/Knowledge-and-management-practices-for-disposable,"Journal of Water, Sanitation & Hygiene for Development",Knowledge and management practices for disposable baby diapers among child caregivers in informal urban settlements in Uganda,2024,TRUE,1,xlsx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.019/1/washdev0140670supp1.xlsx?Expires=1785430526&Signature=l4o~n7B~KlyfdtvvMWxwri1N65gab3zv0DWO5Khyp2UNwq3xY1Mv5AzTsBpsh1mv08km6~G3gmJU8t0DSb3r5XfoEqTEapPA0Zyj15TBXRA2G9d2ehPQ~NjdL64wmKRVX~1J~jpVkhs1hWCsymA9sakhJpb5iR-gmztQCAhCaX2dFKeExhLk6mxigweIS1MRCrhG0iyJqP9i9IGTIx~ecU989~XS4MUV1cV6geVrDF-xwPQd~ePnMhDGyLnLCjabVlJGjk75BiSYGJbOxQ9D2pjSIQZyOwn4VOS7Ft890kvqWPVRGrl4ZnK5GJZwGfpPnY~CXxvskUxyz0UcFmsFzw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Allan Ssembuusi,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, Kampala, Uganda",Uganda,assembuusi@musph.ac.ug,https://orcid.org/0009-0004-9595-5869,Allan Ssembuusi,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, Kampala, Uganda",Uganda,assembuusi@musph.ac.ug,https://orcid.org/0009-0004-9595-5869,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['child faeces', 'disposable baby diapers', 'exposure', 'pathogens', 'Uganda']",10.2166/washdev.2024.019 +989,103995,14,8,https://iwaponline.com/washdev/article/14/8/682/103995/Reactivation-of-public-private-partnership-PPP,"Journal of Water, Sanitation & Hygiene for Development",Reactivation of public–private partnership (PPP) models for rural water supplies in Rwanda: strengthening operation and maintenance systems,2024,FALSE,0,,[],4,Ryuji Ogata,"Japan International Cooperation Agency (JICA), Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,Ryuji Ogata,"Japan International Cooperation Agency (JICA), Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['operation and maintenance', 'public–private partnership', 'rural water supply']",10.2166/washdev.2024.035 +990,103629,14,8,https://iwaponline.com/washdev/article/14/8/692/103629/Performance-evaluation-of-a-hybrid-treatment,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of a hybrid treatment system for the treatment of grey water,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.070/1/washdev0140692supp1.docx?Expires=1785484272&Signature=fJrIhI561G51UL2EbiaOGB5mzjkpIM2N3n4H7FZWSBZocWQkaKd8HW40shrWYHCFlQZSYchhsDVkZuXE~73MotslNEhk12oFMPeQn8oVJdrXIsD4wwkfjkTAUjcqc3WF7CWlCzxaqgpPELf0FrWO8m8n29LsmRn55Z2NyhDo3IhyiclRnSsAKwhCcRYZnFaxRfC7ERCi-sGO5tHF0LWDxjOB3h9XjrV9OPAthl1xiqSFYfdgwMR7i2wA6ly1lY8jXnUXBW0TQUjT4sGRy6J3nsI7HIgnfjQZX~JpXWmicG08AoBA12xQOSe84NTuVejcV3zaygxtr-qeX4gSvHf3uw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Preethi V.,"Centre for Sustainable Technologies, Civil Engineering, Hindustan Institute of Technology and Science, Chennai 603103, India",India,preethi_enviro@hotmail.com,https://orcid.org/0000-0001-7239-7631,Preethi V.,"Centre for Sustainable Technologies, Civil Engineering, Hindustan Institute of Technology and Science, Chennai 603103, India",India,preethi_enviro@hotmail.com,https://orcid.org/0000-0001-7239-7631,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['grey water', 'packing material', 'photocatalytic process', 'removal efficiency', 'submerged aerated biological filter']",10.2166/washdev.2024.070 +991,103654,14,8,https://iwaponline.com/washdev/article/14/8/702/103654/Functionality-of-water-supply-handpumps-in,"Journal of Water, Sanitation & Hygiene for Development",Functionality of water supply handpumps in Cameroon (Central Africa),2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.085/1/washdev0140702supp1.docx?Expires=1785272089&Signature=AZp8hhjdbMInglapMv0qwTR0YGPuAvsmMPaWlnOMu-xxWXrW0cBHz-D2UjVSZ1~eQglwHWBzhezY8ix6kjm-axPUU36KjALUg~DRr0YDWLxssr~k2ajHCzTzKCH7U-47n6giKAsg~-AO1ki0V3qsieboG2pmA~s9a67Xxrw3mst9Lorql10SDyjyxLsikwNkdmiAWL7TH-PZt45bLLpyJACJz50soDwY5X8NXMXl1yJx~hZ8aI7OQP4H53bIKaV93WB5RWWiTRF1FjE7O~IbHNNYLN4zeqY9tf0DW4tvjvsjl2PAY8CHuTrY-QrRCiVWvlFFHzE7CxmsoO6yRJmkMg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box: 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box: 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Cameroon', 'handpump', 'water supply', 'wells and boreholes']",10.2166/washdev.2024.085 +992,103889,14,8,https://iwaponline.com/washdev/article/14/8/712/103889/Assessing-the-availability-and-necessity-of,"Journal of Water, Sanitation & Hygiene for Development","Assessing the availability and necessity of menstruation-friendly toilets in public and private sector sites in Kathmandu, Nepal",2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.117/1/washdev0140712supp1.docx?Expires=1785430847&Signature=MTqVG16bj-flfaBoxmgqvQiXYzp-qmtni5n9kyTiXaxiFj3reJyIZbsUkeC81J9Drp7OKPX-VGfA2rMM56Zppb7qwW2vOg9wzSXhcgFc5CctqNFMHhV1~B4FbVcA-fZf084Xp443hJhd6slG5tM0g9DhTdrDmJ~JZSpIqkIH1WpToemxE3mGy~QeLKmcH7RRqj09Eh9QCj5OizYI2mZtAAS8xnE6cvwrrq3nk4cGHfiKHbqKR9Vh0rwx3NO72JbV~EyOrjVJWSR26Cfm6yGfmOJdCX~vqFtIQyf79240ea7aHpf0Bxt3Bdzi-1RKT3W~-AeaO1muIZLdJXV-7anl3Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Esther Elsa Mathew,"School of Behavioral and Brain Sciences, University of Texas at Dallas, Dallas, TX, USA",USA,,,Pema Lhaki,"Nepal Fertility Care Center (NFCC), Lalitpur, Nepal",Nepal,pema@nfcc.org.np,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['menstruation', 'public health', 'toilet', 'WASH', 'women's health']",10.2166/washdev.2024.117 +993,103524,14,8,https://iwaponline.com/washdev/article/14/8/722/103524/Understanding-potential-determinants-of,"Journal of Water, Sanitation & Hygiene for Development",Understanding potential determinants of menstruation-related school absenteeism in Zimbabwe: a cross-sectional study,2024,FALSE,0,,[],9,Mitsuaki Hirai,"United Nations Children's Fund (UNICEF) Zimbabwe, Harare, Zimbabwe",Zimbabwe,mhiraisoka@gmail.com,,Mitsuaki Hirai,"United Nations Children's Fund (UNICEF) Zimbabwe, Harare, Zimbabwe",Zimbabwe,mhiraisoka@gmail.com,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['hygiene', 'menstruation', 'MHH', 'sanitation', 'school absenteeism', 'water']",10.2166/washdev.2024.218 +994,103891,14,8,https://iwaponline.com/washdev/article/14/8/734/103891/Effect-of-water-treatment-processes-on-microbial,"Journal of Water, Sanitation & Hygiene for Development",Effect of water treatment processes on microbial contamination in drinking water in rural areas of the urban periphery,2024,FALSE,0,,[],4,Lan Zhang,"China CDC Key Laboratory of Environment and Population Health, National Key Laboratory of Intelligent Tracking and Forecasting for Infectious Diseases/Department of Water Quality and Population Health Surveillance, National Institute of Environmental and Health, Chinese Center for Disease Control and Prevention, No. 7 Panjiayuan South Li, Chaoyang District, Beijing, China",China,,,Bixiong Ye,"China CDC Key Laboratory of Environment and Population Health, National Key Laboratory of Intelligent Tracking and Forecasting for Infectious Diseases/Department of Water Quality and Population Health Surveillance, National Institute of Environmental and Health, Chinese Center for Disease Control and Prevention, No. 7 Panjiayuan South Li, Chaoyang District, Beijing, China",China,yebixiong@nieh.chinacdc.cn,https://orcid.org/0009-0007-7421-9063,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water', 'microbial contamination', 'rural area', 'urban periphery', 'water treatment process']",10.2166/washdev.2024.419 +995,103339,14,8,https://iwaponline.com/washdev/article/14/8/744/103339/Improved-bacterial-elimination-in-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Improved bacterial elimination in wastewater through electrocoagulation: hydrogen generation, adsorption of colloidal bacteria-flocks, and electric field bactericidal action",2024,FALSE,0,,[],3,Nouara Boudjema,"Biology Department, University of Saad Dahlab Blida 1, Blida, Algeria",Algeria,boudjemanouara@gmail.com,,Nouara Boudjema,"Biology Department, University of Saad Dahlab Blida 1, Blida, Algeria",Algeria,boudjemanouara@gmail.com,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['electrocoagulation', 'bacteria', 'flocs', 'hydrogen', 'wastewater treatment']",10.2166/washdev.2024.126 +996,103890,14,8,https://iwaponline.com/washdev/article/14/8/758/103890/Bacteriological-quality-and-safety-of-handwashing,"Journal of Water, Sanitation & Hygiene for Development","Bacteriological quality and safety of handwashing water among food service establishments in Gondar Town, Northwest Ethiopia",2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.182/1/washdev0140758supp1.docx?Expires=1785287722&Signature=bZAvoLH-kaJuLev7FpadD2Hkhopvg2TMVU72qNRlL6JooQB6LNIfoumrBTsMfpxFH8RtY9QA4wmGshavA2WJAHjmA9Qp2naeGLLqWnk-NfzXI1DMrf0-ubeFlvFpilGg7e62jSBpRbaOkLtq2X8gFXY1yDmudYum-pQycMVVwtaWab2adhRafbQQS1f4d~hEJMc3qBWXG~QfcN15J8l9nmjV~4w8T0moAeERUNJI~QAUFaGSagv5y5KWCdbSnp6CDQVZq9v59ddBxHDn0hSdEKYiLSGTB~wJz2LVd4~DlUqdtVcg9KLsurfRpPMm~4Dl~kb~gBuchx3paSkpzyTrtw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Misganaw Melkamu,"Department of Biology, Bahir Dar University, P.O.Box. 79, Bahir Dar, Ethiopia",Ethiopia,,,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O.Box. 79, Bahir Dar, Ethiopia",Ethiopia,baye.sitotaw@bdu.edu.et,https://orcid.org/0000-0001-5546-2382,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibacterial susceptibility', 'bacteriological quality', 'food service establishments', 'Gondar Town', 'handwashing water']",10.2166/washdev.2024.182 +997,104214,14,8,https://iwaponline.com/washdev/article/14/8/768/104214/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 13 (11), 893–909: Spatial distribution and determinants of limited access to drinking water and sanitation services of households in India, Chandan Roy, https://dx.doi.org/10.2166/washdev.2023.181",2024,FALSE,0,,[],1,Chandan Roy,,,,https://orcid.org/0000-0001-6246-4263,,,,,,FALSE,,,,[],10.2166/washdev.2024.003 +998,103353,14,9,https://iwaponline.com/washdev/article/14/9/769/103353/Scaling-up-the-practice-of-water-operators,"Journal of Water, Sanitation & Hygiene for Development",Scaling up the practice of water operators’ partnership (WOP) and its linkages with investment programmes,2024,FALSE,0,,[],3,Maria Pascual-Sanz,"GWOPA/UN-Habitat, UN Campus, Bonn, Germany",Germany,maria.pascual@un.org,https://orcid.org/0000-0003-1641-514X,Maria Pascual-Sanz,"GWOPA/UN-Habitat, UN Campus, Bonn, Germany",Germany,maria.pascual@un.org,https://orcid.org/0000-0003-1641-514X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['capacity development', 'investment programmes', 'leverage', 'sources of funding', 'water operators’ partnerships', 'water utilities']",10.2166/washdev.2024.285 +999,104689,14,9,https://iwaponline.com/washdev/article/14/9/780/104689/The-level-of-implementation-of-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","The level of implementation of water, sanitation, and hygiene (WASH) practices among the public basic schools in Ghana",2024,FALSE,0,,[],1,Hans Duah,"School of Humanities and Social Sciences, Department of Social Studies, Berekum College Of Education, P. O. Box 74, Berekum, Ghana",Ghana,hkduah36@becoled.edu.gh,https://orcid.org/0000-0003-3161-6599,Hans Duah,"School of Humanities and Social Sciences, Department of Social Studies, Berekum College Of Education, P. O. Box 74, Berekum, Ghana",Ghana,hkduah36@becoled.edu.gh,https://orcid.org/0000-0003-3161-6599,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['hygiene', 'level of implementation', 'public basic schools', 'sanitation', 'water']",10.2166/washdev.2024.307 +1000,104278,14,9,https://iwaponline.com/washdev/article/14/9/794/104278/Comparative-economic-analysis-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Comparative economic analysis of urban sanitation interventions in low- and middle-income countries: a systematic review,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.313/1/washdev0140794supp1.docx?Expires=1785429055&Signature=uMURi6ERCUoUxKc0YufOABPErYEUXP3cTSKsjmbQ5U4NzTKmruIdrUG-Z~wDhOng8BAwtJ9Lc-Wqn-KYNOlsPyTgvb~rV9F-Wu7zhEvLvQj6oEOs4FRtg-sRPAbi2dBq8bjMmgMg45HjrsqI9SOMKcA3io1mVZCWT1HE9-3vzdJaafTFQfgG-UJAHdZT-csyz7fr3vy8Xye535Se-ZqiopXHWCmW8geonfrGUV4H~IgweayFa6xC1rMDoh0c2vrfi2Qy3i-JBApNakqcYxCUUcloSoT-McfMxgCrLUO-DaxmRfz3B76olFYSNmLt0K8O70eZtM~iMiVRcLFywvl0PQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Simon Ross,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia",Australia,simon.ross@uts.edu.au,https://orcid.org/0000-0001-5052-7255,Simon Ross,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia",Australia,simon.ross@uts.edu.au,https://orcid.org/0000-0001-5052-7255,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['cost analysis', 'cost-effectiveness', 'economic principles', 'social equity', 'sustainability']",10.2166/washdev.2024.313 +1001,104257,14,9,https://iwaponline.com/washdev/article/14/9/808/104257/Maintaining-groundwater-collection-over-the-rainy,"Journal of Water, Sanitation & Hygiene for Development","Maintaining groundwater collection over the rainy season with water ATM price reductions: a study in Kitui County, Kenya",2024,TRUE,1,xlsx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.038/1/washdev0140808supp1.xlsx?Expires=1786136300&Signature=nLCrfiR22JBkVoafGnDpyuVWbqGM9886Aby~1ZHnbIHuxSTKbQlFufncgTiYa5ZQxjC7Otd3Drqd9Deibzctya36hatgqgXn55FKLaZxH4wSh~sg6UTPTHSq9fydw-W18ETZtfxkUb9uBk9pRyE7RKvLW78qoVOCzz2EW08gkD4-JKY3eMDM6zzqjJaZkQbXRmSbTYJbAD5pfoHklNSJrUI9NEGaWkgQ~71rh9-9CvtLfmKSIh3-8i9OFi7V3p5SbAuRHfLvi~PeNuePUqyaylS80A~6IXdLUcsHb8IaR~xooj~ZPoybkPUYCrurgkFbNOMnZtbVRiAGr5xfzLr2Yw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Will Ingram,"Grantham Research Institute for Climate Change, London School of Economics, London WC2A 3PH, UK",UK,w.ingram@lse.ac.uk,https://orcid.org/0000-0003-2412-8052,Will Ingram,"Grantham Research Institute for Climate Change, London School of Economics, London WC2A 3PH, UK",UK,w.ingram@lse.ac.uk,https://orcid.org/0000-0003-2412-8052,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['health', 'Kenya', 'seasonality', 'water ATM', 'water pricing']",10.2166/washdev.2024.038 +1002,104554,14,9,https://iwaponline.com/washdev/article/14/9/819/104554/Experiences-of-water-poverty-in-the-metropolitan,"Journal of Water, Sanitation & Hygiene for Development",Experiences of water poverty in the metropolitan area of Barcelona: implications for the Global North,2024,FALSE,0,,[],3,Gustavo Romero-Gomez,"Geography Department, Autonomous University of Barcelona, Plaça del Coneixement, Campus UAB, 08193 Bellaterra, Spain",Spain,gustavo.romero@uab.cat,https://orcid.org/0000-0002-1114-7855,Gustavo Romero-Gomez,"Geography Department, Autonomous University of Barcelona, Plaça del Coneixement, Campus UAB, 08193 Bellaterra, Spain",Spain,gustavo.romero@uab.cat,https://orcid.org/0000-0002-1114-7855,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['accumulation by dispossession', 'Barcelona area', 'consumption habits', 'ecological modernization', 'water poverty']",10.2166/washdev.2024.041 +1003,104564,14,9,https://iwaponline.com/washdev/article/14/9/833/104564/Menstrual-waste-behaviour-of-young-adolescents-a,"Journal of Water, Sanitation & Hygiene for Development",Menstrual waste behaviour of young adolescents: a theory of planned behaviour approach,2024,FALSE,0,,[],2,Sandhya Sreekumar,"Centre for Women Studies and Development (CWSD), Dr. Vishwanath Karad MIT World Peace University (MIT WPU), S.No.124, Paud Road, Kothrud, Pune 411038, India",India,sandhya.sreekumar@mitwpu.edu.in,https://orcid.org/0000-0001-9756-2023,Sandhya Sreekumar,"Centre for Women Studies and Development (CWSD), Dr. Vishwanath Karad MIT World Peace University (MIT WPU), S.No.124, Paud Road, Kothrud, Pune 411038, India",India,sandhya.sreekumar@mitwpu.edu.in,https://orcid.org/0000-0001-9756-2023,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adolescents', 'menstruation hygiene management', 'theory of planned behaviour', 'waste disposal and behaviour']",10.2166/washdev.2024.090 +1004,104192,14,9,https://iwaponline.com/washdev/article/14/9/845/104192/Physicochemical-and-microbial-quality-of-bottled,"Journal of Water, Sanitation & Hygiene for Development","Physicochemical and microbial quality of bottled drinking water sold in Embakasi Central, Nairobi, Kenya",2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.142/1/washdev0140845supp1.docx?Expires=1785908555&Signature=My8rh-YYgnnU9yRCdIpaG7J3pUQJdbypxNsutmAa68~g~c43s~lHw2D4bEoh2p9QTAr2lwxIiOlbdDNr6kTYg-IUCqXLQdaPQU6sCzZ-1gu0hrhvr81zgM94gA~K4e2750nu8CK9OrzFWfieFTPODqR6sMA2yjkD12ssbDLnO42YVW45dYlPx4fqC4bkRr9Y1t5U4ch7uLS0ZmwfYjV1KrKrkGU2Zr5GNpaIVNvsaq8c1PoTgGy6OOph9G2ob~M4CK7u3aM~8uo1pM3upkRh2tIfs~aVMBalYql6ENVwazXAjz-sxTXwe4~b90JXls7QoL7VtrfvSt78OU01-gzscw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Gloria Magut,"Kenya Medical Research Institute, Centre for Public Health Research, Mbagathi Rd, Nairobi, Kenya",Kenya,,,Sara J. Marks,"Kenya Medical Research Institute, Centre for Public Health Research, Mbagathi Rd, Nairobi, Kenya",Kenya,sara.marks@eawag.ch,https://orcid.org/0000-0003-0566-3041,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['bottled water', 'drinking water quality', 'monitoring', 'packaged water', 'public health']",10.2166/washdev.2024.142 +1005,104447,14,9,https://iwaponline.com/washdev/article/14/9/856/104447/They-re-telling-us-it-s-safe-but-how-do-we-know-it,"Journal of Water, Sanitation & Hygiene for Development","‘They're telling us it's safe, but how do we know it's safe?’ Different stakeholder perspectives on drinking water safety",2024,TRUE,5,docx & docx & docx & docx & docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp1.docx?Expires=1785280220&Signature=QaZ2nt2-S6w7l7bk-~fef-mXFaohTbHW0LFcrg9YlvQN09ct9PVJhv1SFyX-GPf4UPw9gc61JSD~SPZA~oltJa822VYiowaqAHnyHKPCbZx19Wkf-GV4V6DbbuyefkeG-bcZnpobfTwrDV2ma0rHzp8ewl7z9EZU8f7bI2FPLcKN2Gu5HRLp2BllyomXldqBNCdRkTmTAbaxtmx15D94KkSlWq~~dnd4GxNyF1Ky62zUPnslk~Fvb16Be~fZTqpDNKb197bxqlRE7RbHYgi3RzpdEmYeLHi7KosXExVDzDa15AToNhP1j6rHLD646JnKt2nUy-vUHBQkoRBgM5mWlA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp2.docx?Expires=1785280220&Signature=KVfLengoskrxT4hVmWxRSFM2VJ8ps5cGOktd6QcXdhXCuVmzhQSFWwOT4yU45-l3zD853XPtUO6kdb55J6y16xXwHDGEJw9kBV3XeoY73QzKW-SrPXxVncWUq8h1M7tUc18KNdlccX42ydntSogKyBzqIyiRI8yZQ387HTYO54qGIUWVLwomsJZStpGN~hCKpmPCLRvR~dbMoGz4SyTzPESY-8T2Smd3HEgzHfPIU2udYaTdg0RR35zhSQRi-tw0hIt19wtPj5sBB2HZ15pfQRFpxGCyNB-beHsu4KoN868d8o-9vUexNb8xAGEHRRdkM4pKK3eC8nDAt7igawOOyQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp3.docx?Expires=1785280220&Signature=ypeiG-HZqUTlsjxa~EqVuB1glnNYqrdea25esCBX1Nym72deL8mu2tRGrx4homreydYVi9~JNRNUeO0p6xETElnhJtKctqgYHrdAW8DkyfntLR6p36QmQ-biHuZnFCCvA1~QwT-tfofoxoQO2Sg5qxMnn28VkyLgkDKVzPFjWnNjku392kEe4snspnoy-xv8hNksUPRISyGUCBHbPP3aaA6ikSHonSWuSacCJ4h4rJtZ3xQ8GGxGTYHJlcLODdWdRGHNtsZxmEM6INXgTgD-Wl3ljskok2RK2sCPEiJmiCHGeYS7ejrwaze7lu7wyB0F8zhimu67boyqI0SQfepQUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp4.docx?Expires=1785280220&Signature=osMdkQXU~XZC8JJEtXIm8aVz31LCvUHsiHDQR4IpiL1VTqPk74Li90qqkArytjlQHL5eP3Ge9gu2g~jc3I4WEtN119HSyG1GLbRwc5lqMkL4WOXiU2ZW69I3saWeNlqgdEZEmL6JwywhxgtFc0LXh0Lgb7bX~0srLXwihETEO0hyRN1bQNRjGjll04IaXm~jiBEpuhc9GEUIam4AJXeu7DjWvKTGqiSXo-Sf-sVmAw2d1a4ZFUky~4YvZinpCXn5CGwP8mBYHpqO8~wcyjFHaJ~bgDRXWhS8Ifrvo17L4ftj-6yJLPmVgPlyPI~0aVTpbNH8YuTBMSSryqweD8zChw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp5.docx?Expires=1785280220&Signature=c5VTHf2k4KsBPCyQTnWpCqFZGRcorOV~dBkj1k-ShxRAegQ0gt710rCfxbnqfxBKYinzXtSj1lnKrC9T-xabHNyskPwEX-WiBH2bWAPKVH3s-DUVKWMkTaDNry36~lMzpM2qefJs0GUWs~tyY2rOoZZ6GonMs~4YpyqGEzk-uEZiZMM-1eLRg9inv99z6QJEIXf3atRo31PS-lBFUpviSXvw-ARTn0ROApUS7aC7cZRCUBnTg9HAWBP7gZYwLvWgZBVd9IyZQGQhkup6N1MP2dm7cc4XFQ~v~UJ5Z-4wsjqDa-eBDWiS9IOLp3p0xXe2dSRl2WgzOKIYRHErewUv4w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",3,Heather K. Anderson,"Biological and Environmental Sciences, Faculty of Natural Sciences, University of Stirling, Stirling FK9 4LA, UK",UK,h.k.anderson@stir.ac.uk,https://orcid.org/0000-0001-8655-6111,Heather K. Anderson,"Biological and Environmental Sciences, Faculty of Natural Sciences, University of Stirling, Stirling FK9 4LA, UK",UK,h.k.anderson@stir.ac.uk,https://orcid.org/0000-0001-8655-6111,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,,"['experiential knowledge', 'safe drinking water', 'scientific knowledge', 'SDG 61', 'stakeholder perspectives', 'water justice']",10.2166/washdev.2024.157 +1006,104143,14,9,https://iwaponline.com/washdev/article/14/9/873/104143/Partnering-with-community-based-organizations-to,"Journal of Water, Sanitation & Hygiene for Development",Partnering with community-based organizations to provide contextualized approaches to WaSH inequities in the United States,2024,FALSE,0,,[],3,Carrie Elizabeth Ripkey,"CDC Foundation, 600 Peachtree St NE #1000, Atlanta, GA 30308, USA",USA,ogh0@cdc.gov,https://orcid.org/0000-0002-8635-9529,Carrie Elizabeth Ripkey,"CDC Foundation, 600 Peachtree St NE #1000, Atlanta, GA 30308, USA",USA,ogh0@cdc.gov,https://orcid.org/0000-0002-8635-9529,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['community-based organizations', 'sanitation and hygiene', 'trust-based philanthropy', 'water']",10.2166/washdev.2024.161 +1007,104490,14,9,https://iwaponline.com/washdev/article/14/9/886/104490/Women-s-toilet-use-behaviors-and-water-use-in-a,"Journal of Water, Sanitation & Hygiene for Development",Women's toilet use behaviors and water use in a urine diversion squat pan toilet pilot,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.174/1/washdev0140886supp1.docx?Expires=1785338038&Signature=h1VHt-UD1XQrXAd-I4QxlURAztVtbELhxdbuGQxfDF4je6SOKyOGPHOXqJhv8v1Iu9VUaZR-~JUhd5-SytLkbG4tx0dKxjzt2dp-VYxWZrVPVE7qdaJe2EOsvk~6iXZSWJmoCNvSLZJ6fUc7lNDeeyQ7GV8iFTp46h-xrffc2nFk5B8~3txbzCfZT3don2l1hEMIy1V0axBB-1i1YS2R6ddq3DtYsEPLGbKtQvrcUoYlHPci29~DjGIKFA2Dqu3JdmPjCvgNdtQ28z-LmKA~XxObbaNylogbSGofB-91Ugc-gC4u2YpHxbIczD2EsjVG9BZECfnVWmuVERa~I2vamQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Laura Morrison,"RTI International, 3040 E. Cornwallis Road, Research Triangle Park, NC 27709, USA",USA,,https://orcid.org/0000-0001-7400-6358,Sonia Grego,"Duke Center for WaSH-AID, 701 W. Main Street, Durham, NC 27701, USA",USA,sonia.grego@duke.edu,https://orcid.org/0000-0003-1734-2157,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['gender-friendly sanitation', 'NoMix toilet', 'toilet design', 'toileting behavior', 'water use']",10.2166/washdev.2024.174 +1008,104662,14,9,https://iwaponline.com/washdev/article/14/9/895/104662/A-data-driven-approach-to-optimize-a-sanitary,"Journal of Water, Sanitation & Hygiene for Development","A data-driven approach to optimize a sanitary survey for communities in Maputo, Mozambique",2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.385/1/washdev0140895supp1.docx?Expires=1785870640&Signature=xFBqTrH9O9bHsiOYB52P828bwe0-k678PaKjZJge3SFy2OnLJEOgZsWU69FSWHyxLmolxjWK7RbDag~0BGL1FxSM0O2DXyDCd7m2fkv15aeaVZJSQvIQ0V0Xu8wQ3xHj6MW5RVgM-GW1lrUm8FPD8jz3RJXby2mrJxLzr2PtSRQsRKIJjvNo8xYf3ilvSfOFKbpkYkTN3z1cm4rSTo6Zsj-Zwia8vSS3drGytSJgQGAnLrrvo-Qfiros9tvNLF6it4SEkiETslOTdOEddnvvN3VMchWYKi-a~e-cLRJiU00NdnzEQI6NMcJYw4D0RwfiBlfPegtULQB69X~Q6lTsaQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Lee E. Voth-Gaeddert,"Biodesign Center for Health Through Microbiomes, Arizona State University, Tempe, AZ, USA",USA,lee.gaeddert@asu.edu,https://orcid.org/0000-0002-9541-1958,Lee E. Voth-Gaeddert,"Biodesign Center for Health Through Microbiomes, Arizona State University, Tempe, AZ, USA",USA,lee.gaeddert@asu.edu,https://orcid.org/0000-0002-9541-1958,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community sanitation', 'environmental health', 'exploratory factor analysis', 'fecal indicator bacteria', 'structural equation modeling']",10.2166/washdev.2024.385 +1009,104893,14,10,https://iwaponline.com/washdev/article/14/10/905/104893/Perspectives-on-hand-hygiene-in-Belizean,"Journal of Water, Sanitation & Hygiene for Development",Perspectives on hand hygiene in Belizean healthcare facilities during the COVID-19 pandemic: a qualitative evaluation with healthcare workers,2024,FALSE,0,,[],11,Kelsey McDavid,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, 1600 Clifton Rd, Atlanta, GA 30333, USA",USA,,https://orcid.org/0000-0002-7091-0160,Christina Craig,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, 1600 Clifton Rd, Atlanta, GA 30333, USA",USA,prl5@cdc.gov,https://orcid.org/0000-0002-1517-6995,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,,"['focus group discussions', 'hand hygiene', 'healthcare', 'qualitative evaluation']",10.2166/washdev.2024.317 +1010,105167,14,10,https://iwaponline.com/washdev/article/14/10/916/105167/Persistence-of-respiratory-enteric-and-fecal,"Journal of Water, Sanitation & Hygiene for Development","Persistence of respiratory, enteric, and fecal indicator viruses in fecal sludge from on-site sanitation in Dakar, Senegal",2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/10/10.2166_washdev.2024.011/1/washdev0140916supp1.docx?Expires=1785590016&Signature=nvSol2-4b1jV8pb8cztfKSz7FplNxx15R7UVpmc7nXPvwa9yDqgF7b~MAktHzatlDpqNp6UVdDkt9dOysa5RLvEfOf64yvxcDUQrds6JOAZV~UzBuzX1o~HZ2i2zKJQHT93UhKBDuo4lo3gPAAlHBCOXa5eQB51GmDQDJG4b8qe2mB8dqZNgicEpWlT4wn9N1YGoWsQdczNBFCuoMuARVaDEUjw~lGISzkKV1lQR~99OBNwL8kp58I9OdWZx7zOFBH9L9EHxqxueOmuO4jVu5moV78IlZLfYZ-nh7DITcTuei28SsoX7tr23MtSyiA0B5S4BAxNQexoQDfi6VG3ePw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Lorelay Mendoza Grijalva,"Department of Civil and Environmental Engineering, Stanford University, Stanford, CA 94305, USA",USA,,https://orcid.org/0000-0001-6477-6068,William A. Tarpeh,"Department of Civil and Environmental Engineering, Stanford University, Stanford, CA 94305, USA",USA,wtarpeh@stanford.edu,https://orcid.org/0000-0002-2950-526X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['environmental surveillance', 'fecal sludge treatment plant', 'virus RNA decay', 'wastewater-based epidemiology']",10.2166/washdev.2024.011 +1011,105192,14,10,https://iwaponline.com/washdev/article/14/10/929/105192/Challenges-and-opportunities-for-enhancing,"Journal of Water, Sanitation & Hygiene for Development",Challenges and opportunities for enhancing groundwater data access and usability in low- and middle-income countries: insights and recommendations from WaSH researchers and practitioners,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/10/10.2166_washdev.2024.066/1/washdev0140929supp1.docx?Expires=1785447310&Signature=M2IuxfNJKlmuxCYu6WkGWTn5N0zbNN6w6XtQbKepgLTRJFo16QqfjCjK0K-xZHCtciDQ7LHyVLHL6Wb6JefDp5vtmiCI1eMYrSyh~5jtScJaQYZznv-CX2ZjIvnPYPFNpKc7M8o7pjURyfeNqEM6AIVGnDKCRiqmIwEdPHHuzIs22dx0SaSILTeJ4ChlJNB6r6yxJjgYRqhJbx1p5CjPKdsP8JdPL7YRdisGxa~5I6MssXCcN7gE4mjgWHObFV~WuQy-uCVe8RhK2initqoU36LJNYwLQeoAw90Bqv-MbEdSpPP-o9omG6LTLQGZMJKWojBNt7zi0F~hil7Xed57Ig__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],11,Allison Gregory,"The Water Project, Concord, NH, USA",USA,,,Ryan Cronk,"The Water Institute at UNC, Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, the University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",USA,rcronk@live.unc.edu,https://orcid.org/0000-0003-0157-4447,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drought resilience', 'groundwater monitoring and modeling', 'in situ sensors', 'open-source data modeling', 'Sustainable Development Goals', 'water resource decision-making']",10.2166/washdev.2024.066 +1012,104926,14,10,https://iwaponline.com/washdev/article/14/10/938/104926/Stakeholder-perceptions-challenges-and-sustainable,"Journal of Water, Sanitation & Hygiene for Development","Stakeholder perceptions, challenges, and sustainable solutions for achieving safely managed sanitation in Kazakhstan: a case study from a cold region",2024,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/10/10.2166_washdev.2024.067/1/washdev0140938supp1.pdf?Expires=1785257527&Signature=eXCAUQv1iyAHkcAJtNOcf4Z3BJ7ISOFLTHGPaiF--OuVuxCoRYF6eEuJ9L12hVNGwOXso3MhPnD5D~1lNatQHBRcU3HMli1nMKeOpJoiCetRDIxzMMRIKIHHdaZnKOd~PRvNEd-0oz8mYfQmF9PAivkeVTR0epYkhQ3bqW~VxzQD1frgaxVSfd-nu-9cpFWFbXPUmNGooAvfuEgQuWD~QU96otut0OHLVJmG3H9Q5HY1lKsjQ0GnVdTrAvIYpdZ~8LkzPhwJ3Olp-f9p9DBCHNG7K0YH6kjSf6S0uQ8zzZOAyCYcmZloE4hIcTq0vLuQNYUu4nhhPjICznToZs3KgQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Aiman Uteyeva,"Department of Civil and Environmental Engineering, Imperial College London, London SW7 2AZ, UK",UK,a.uteyeva22@imperial.ac.uk,https://orcid.org/0009-0007-1671-1914,Aiman Uteyeva,"Department of Civil and Environmental Engineering, Imperial College London, London SW7 2AZ, UK",UK,a.uteyeva22@imperial.ac.uk,https://orcid.org/0009-0007-1671-1914,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['cold climate', 'Kazakhstan', 'SDG 6', 'sanitation', 'sanitation stakeholders', 'sustainability']",10.2166/washdev.2024.067 +1013,104989,14,10,https://iwaponline.com/washdev/article/14/10/950/104989/Priority-areas-for-the-use-of-solar-water,"Journal of Water, Sanitation & Hygiene for Development",Priority areas for the use of solar water disinfection (SODIS) in Brazil: a spatial approach,2024,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/10/10.2166_washdev.2024.129/1/washdev0140950supp1.pdf?Expires=1785233137&Signature=Dh2IPmF24R0STCmGBe3xPovbUg5ZfuxzhaSzZKUUolqIghWAsdGo4QSydAstZDQ03gF~8-CZJdMgwQFpf09j1~N1xdLTc1vBDmkFJ-DSZ-12QRGDjd28aYVejcUzybYW9DWYKG8Ro5o9LS1En6EnOBvsUS1TmuXmuoUV3eYgMlq57ppkGGNNY548ChH4AdD9oTyXPegxi98tbXpFX~vIBKQnDaYMeOetCTO-Mbqd66SIOf9msk2VRLzwZoNJQEmLNQc4EvSWwgeUbV1w-lwrR1088coXXIthvf3sBAb86XSxE2M8eSqXBZo5wBOOKGC7SSre6zlFryqojjIQFOlIlw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Liane Yuri Kondo Nakada,"Department of Environmental Engineering, São Paulo State University (UNESP), Institute of Geosciences and Exact Sciences, Rio Claro, SP, Brazil",Brazil,liane.nakada@unesp.br,https://orcid.org/0000-0001-9733-4805,Liane Yuri Kondo Nakada,"Department of Environmental Engineering, São Paulo State University (UNESP), Institute of Geosciences and Exact Sciences, Rio Claro, SP, Brazil",Brazil,liane.nakada@unesp.br,https://orcid.org/0000-0001-9733-4805,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['global horizontal irradiance', 'solar water disinfection', 'water quality', 'water vulnerability']",10.2166/washdev.2024.129 +1014,104310,14,10,https://iwaponline.com/washdev/article/14/10/963/104310/Investigation-of-the-chemical-and-microbial,"Journal of Water, Sanitation & Hygiene for Development","Investigation of the chemical and microbial quality of water supplied by treatment stations in Kerman city, Iran",2024,FALSE,0,,[],4,Ismaeil Alizadeh,"Students’ Scientific Research Center, Tehran University of Medical Sciences, Tehran, Iran",Iran,,,Maryam Faraji,"Environmental Health Engineering Research Center, Kerman University of Medical Sciences, Kerman, Iran",Iran,"m.faraji@kmu.ac.ir, m_faraji28@yahoo.com",https://orcid.org/0000-0002-7220-4438,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['chemical quality', 'microbial quality', 'safe water', 'water treatment']",10.2166/washdev.2024.136 +1015,104650,14,10,https://iwaponline.com/washdev/article/14/10/971/104650/Challenging-exclusion-bringing-the-human-rights-to,"Journal of Water, Sanitation & Hygiene for Development",Challenging exclusion: bringing the human rights to water and sanitation to Europe,2024,FALSE,0,,[],2,Virginia Roaf,"Sonnenburger Str. 56, Berlin 10437, Germany",Germany,cnvmr@leeds.ac.uk,https://orcid.org/0000-0002-5360-708X,Virginia Roaf,"Sonnenburger Str. 56, Berlin 10437, Germany",Germany,cnvmr@leeds.ac.uk,https://orcid.org/0000-0002-5360-708X,TRUE,All relevant data are included in the paper.,All relevant data are included in the paper.,,"['accountability', 'equality and non-discrimination', 'Europe', 'human rights to water and sanitation', 'justice', 'participation']",10.2166/washdev.2024.179 +1016,104872,14,10,https://iwaponline.com/washdev/article/14/10/976/104872/UK-legislative-discrimination-and-the-impact-on,"Journal of Water, Sanitation & Hygiene for Development",UK legislative discrimination and the impact on Romany & Traveller WASH inequalities,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/10/10.2166_washdev.2024.197/1/washdev0140976supp1.docx?Expires=1785812600&Signature=Hen7LcOfe3eff9GXU7tx7cI7zTjuioWqkGz1ihUTOhlJMgC7usJ~2NyW1GwYpV3MJnWlfLfSbyuZoKL4crUbUcYOh472mXKXbqC~6ZtGZdLn21dW8Lr0oAo1kMB~Zg8XdmndDiSY4URY2mhUpWc7fNz4VweOJ08hoXQjMKY5QvdpNnnj7g0jPuR890tj-XQk6L2rCN3NpkL4JxodMpucFKgjX151SfFgOAw5PIlt~ffIIMsl5HSWQZ-TvYoxE3kqTgoe2JXi~V~k--cz5a3HcIqMgjXHtXSA3PzL-d6XBlexV07OaTE28hex5-9fr-lgyPfu4Oq7xHvAICrpPfJfqA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Regan John Eminson,"University of Sussex, Library Rd, Falmer, Brighton BN1 9RE, UK",UK,reganjohneminson@gmail.com,https://orcid.org/0000-0001-8925-8179,Regan John Eminson,"University of Sussex, Library Rd, Falmer, Brighton BN1 9RE, UK",UK,reganjohneminson@gmail.com,https://orcid.org/0000-0001-8925-8179,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['discrimination', 'environmental racism', 'human rights', 'legislation', 'PCSC Act', 'water supply']",10.2166/washdev.2024.197 +1017,104927,14,10,https://iwaponline.com/washdev/article/14/10/988/104927/Adsorption-dynamics-of-chloride-removal-with,"Journal of Water, Sanitation & Hygiene for Development",Adsorption dynamics of chloride removal with activated vetiver root powder: dynamic modeling perspectives and ANN predictions,2024,FALSE,0,,[],2,Riddhi Chandrakant Dhumal,"Civil Engineering Department, College of Engineering, Pune, India",India,rcd21.civil@coeptech.ac.in,https://orcid.org/0000-0001-8710-6593,Riddhi Chandrakant Dhumal,"Civil Engineering Department, College of Engineering, Pune, India",India,rcd21.civil@coeptech.ac.in,https://orcid.org/0000-0001-8710-6593,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['activated vetiver root powder', 'breakthrough', 'chloride ion removal', 'dynamic adsorption modeling', 'parameter optimization']",10.2166/washdev.2024.206 +1018,104990,14,10,https://iwaponline.com/washdev/article/14/10/1003/104990/Parental-education-embarrassment-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Parental education, embarrassment, and sanitation facilities influence menstrual product choices among female nursing students in Bangladesh",2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/10/10.2166_washdev.2024.226/1/washdev0141003supp1.docx?Expires=1785301007&Signature=eVTF36AEtpcLN6jjBZ2srBRAQgz5fJ2sJ1AHUQmK~aH3Ew0~EBmkYefH2hW-El~QirsIq7f~d9-sD7EJULN6nuOSBj5virx49KTJTR0-8NjMhXQ8QvCBni6Nm0gZzvjjhHEUZYYle4OQ1jqo924jhrWiysx2neGVYOof8VjeKys5tbg93zNER0nWQX1FbVa9DUo0KPMndYPQvH5Q1Sv-ZKmMT3VU6OmmsSwdV5gdnXJO4ShIrOR5NULgAHoCuOh7W5YPN~XM-tQinBh7dJNW5LzNsKXPsZAzZm0KTdlQKnEqwKdx5BOgyfOPV8Nr7kEHRRPsjatnwxr03Xsr3UGgeg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Md. Nahid Uz Zaman,"Graduate School of Health Sciences, Hokkaido University, 060-0812 Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,,https://orcid.org/0000-0002-6815-6883,Taro Yamauchi,"Faculty of Health Sciences, Hokkaido University, 060-0812 Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,taroy@med.hokudai.ac.jp,https://orcid.org/0000-0002-5168-2748,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['Bangladesh', 'menstrual health and hygiene', 'menstrual hygiene products', 'nurses', 'women's health']",10.2166/washdev.2024.226 +1019,105476,14,11,https://iwaponline.com/washdev/article/14/11/1017/105476/Challenges-associated-with-access-to-safe-water-in,"Journal of Water, Sanitation & Hygiene for Development","Challenges associated with access to safe water in Rhino Camp refugee settlement in Arua District, Uganda",2024,FALSE,0,,[],6,Ronald Semyalo,"Department of Zoology, Entomology and Fisheries Sciences, College of Natural Sciences, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,ronald.semyalo@mak.ac.ug,https://orcid.org/0000-0002-1180-2696,Ronald Semyalo,"Department of Zoology, Entomology and Fisheries Sciences, College of Natural Sciences, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,ronald.semyalo@mak.ac.ug,https://orcid.org/0000-0002-1180-2696,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Rhino Camp refugee settlement', 'water accessibility', 'waterborne diseases']",10.2166/washdev.2024.156 +1020,104821,14,11,https://iwaponline.com/washdev/article/14/11/1030/104821/The-role-of-Water-Operator-Partnership-in,"Journal of Water, Sanitation & Hygiene for Development",The role of Water Operator Partnership in accelerating adoption of new working process for non-revenue water reduction: a case study – Waterworx WOP between Perumda Air Minum Tirta Moedal and VEI,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.236/1/washdev0141030supp1.docx?Expires=1785303319&Signature=MEgpJZpd9AdYGWMNAFPKNyfWl1382B7OLYizFHhR74-FzmdLhpdwjOshzJq-TOyIjzLgcggyrCrVWvxMZM6ZNO3c5-aD9jJLfbeEV2p9leyK6hBTqLZywqNRMDypDn3SQNg7gZDXNIF0P-6WM~7KA4s68Z3B8JiMm-EXW5jENGKkIFTbwN4fM8DrpYtWOfqh~7CQGzQ3opzPG-SWKEXEBRZ78giA8DWLKxNmkzb0slVxNw0ddX-8Xa7mThQuhJHCoWpgGCpgPOVAqIUieJ9K8i-Kov57DVE-zYgYeDISRFCPMexXAq7ZrJCSh8952ANqIItyJniTbjfliQwyPqE1WA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Ardian Wiedilaksono,"Program Development Department, Perumda Air Minum Tirta Moedal, Semarang, Indonesia",Indonesia,ardian@pdamkotasmg.co.id,https://orcid.org/0009-0008-5855-642X,Ardian Wiedilaksono,"Program Development Department, Perumda Air Minum Tirta Moedal, Semarang, Indonesia",Indonesia,ardian@pdamkotasmg.co.id,https://orcid.org/0009-0008-5855-642X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['active leakage control', 'minimum night flow', 'non-revenue water', 'water balance', 'Water Operator Partnership', 'water utility']",10.2166/washdev.2024.236 +1021,105669,14,11,https://iwaponline.com/washdev/article/14/11/1043/105669/Qualitative-study-of-drinking-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Qualitative study of drinking water, sanitation, and hygiene access: perspectives from the Central Gonja District, Ghana, and Mtubatuba Municipality, South Africa",2024,FALSE,0,,[],3,Prosper Bazaanah,"Future Africa Institute, University of Pretoria, Pretoria, South Africa",South Africa,prosper.bazaanah@up.sa.za,https://orcid.org/0000-0002-9948-2147,Prosper Bazaanah,"Future Africa Institute, University of Pretoria, Pretoria, South Africa",South Africa,prosper.bazaanah@up.sa.za,https://orcid.org/0000-0002-9948-2147,TRUE,Data is available for access upon reasonable request.,Data is available for access upon reasonable request.,,"['Central Gonja District', 'Ghana', 'health', 'Mtubatuba Municipality', 'sanitation', 'South Africa', 'water']",10.2166/washdev.2024.021 +1022,104925,14,11,https://iwaponline.com/washdev/article/14/11/1066/104925/Identifying-ordinal-categories-for-the-Water,"Journal of Water, Sanitation & Hygiene for Development",Identifying ordinal categories for the Water Insecurity Experiences Scales,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.042/1/washdev0141066supp1.docx?Expires=1785234879&Signature=UD4kbI3Qbl0we~syaYV6amsV7WJnH0fRunuDvrBIgH072jqkemBW0ZDzWYu72hyG1CDXzo3khf7eWg-wx7ee5yvIQOKpm4LGcXDoBELDBMwtf7MGTyO8z~0PYXin7Tf5kA9svRlSGuTVjMZmAXVx9U8rq0uedTw26VN9LQOYnLBb~pqh7witlAdg0pAd4mLCx2W3Ul7gEM~p1WU8hF5arIJEXULdwiLS226JKEYO-OzC08vWLo17AKr-LXcPRw97LSduq-2~GProaSXjfm8Li4UjK07gDOcMW3vU3RDX8FppRu6QvRl6ajXuXEuWS8qs3EFb5Zi3PACDVWTcQ37pNA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Edward A. Frongillo,"Arnold School of Public Health, University of South Carolina, 915 Greene Street, Columbia, South Carolina 29208, USA",USA,,https://orcid.org/0000-0002-8265-9815,Sera L. Young,"Department of Anthropology, Northwestern University, 1810 Hinman Avenue, Evanston, Illinois 60208, USA",USA,sera.young@northwestern.edu,https://orcid.org/0000-0002-1763-1218,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['indicators', 'scale development', 'validation', 'water security']",10.2166/washdev.2024.042 +1023,105764,14,11,https://iwaponline.com/washdev/article/14/11/1079/105764/A-preliminary-investigation-into-the-relationship,"Journal of Water, Sanitation & Hygiene for Development",A preliminary investigation into the relationship between municipal debt and the financial viability of waterboards in South Africa,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.081/1/washdev0141079supp1.docx?Expires=1785266405&Signature=TPxfvmVpsDOjJTGGCMoUCCU7g7Tg7S4wuM086ageDN35LDQzRHk5n03YM0c9IY-2D4BO2SzvTFRAK~2VKLTRjbfa39TJ3yfm7r4E2nRR0pwpOTRTOUeP8JgN8rxW73FcxeTPgRLlpDWGOqtIdXkQFW7btLGOoVOaAvqY3wJKl7iNQAwmenBlGsBMXirSOZ6KxxQv2MsnvCIgcEo3UIUjYoVwcuRump8j0iCYk99j~UX71hdwvsOYGmPpaFvGq-TMUm2UA0plz07hVSMDJuBgv1rJPpG3JHf2uIFm7rzIo--gGtS09AX3dWoqj3ds1Ewe7gBkR3xGQOevxmgXJyE4gA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Moloko Matlala,"Wits Business School, University of the Witwatersrand, Johannesburg, South Africa",South Africa,matlalam2@dws.gov.za,https://orcid.org/0009-0009-7270-4991,Moloko Matlala,"Wits Business School, University of the Witwatersrand, Johannesburg, South Africa",South Africa,matlalam2@dws.gov.za,https://orcid.org/0009-0009-7270-4991,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['financial health', 'municipalities', 'vulnerability', 'waterboards', 'water services provision']",10.2166/washdev.2024.081 +1024,105372,14,11,https://iwaponline.com/washdev/article/14/11/1087/105372/Physiological-characteristics-of-microbial,"Journal of Water, Sanitation & Hygiene for Development",Physiological characteristics of microbial transformation during chronic exposure to triclosan as a hydrophobic antibacterial agent and post-antibacterial cessation,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.095/1/washdev0141087supp1.docx?Expires=1786521234&Signature=JYn3jgGoGcX3Rja5~UH0ztmo7ymqEy39XU8UveUajKDrLaGXPCM4-CzaWY2xj6qTmwAe1J3BV1c6nG~IKWNJj3Yt46448r8ChxySTrka3s6hbNScLV~gwb~gqr2fjsjymmvgEkHYATylIiuoeWKVBktmBp1In8QDnVJHjYJ0kSMQcC8Zc2we3-yAOzANkhDHGAZslisgKNpRKIowV8BY7315UkpTFrBQjwO~JCbYjr2SVzXsW6XCOc5mCoienkGIKOwk9tbd9BcLjkthK~ZOlRH~vy3sQpk1ABzQDGbmTV9ak6rJLPgbaLbHTicLGxQNQBnL9RQY9I2jEVIGJVjU-A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,T. H. Nguyen,"Department of Civil and Environmental Engineering, Graduate School of Science and Engineering, Saitama University, 255 Shimo-okubo, Sakura-ku, Saitama 338-8570, Japan",Japan,nguyen.t.h.306@ms.saitama-u.ac.jp,https://orcid.org/0009-0007-5128-8605,T. H. Nguyen,"Department of Civil and Environmental Engineering, Graduate School of Science and Engineering, Saitama University, 255 Shimo-okubo, Sakura-ku, Saitama 338-8570, Japan",Japan,nguyen.t.h.306@ms.saitama-u.ac.jp,https://orcid.org/0009-0007-5128-8605,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antimicrobial resistance', 'kinetic growth', 'membrane permeability', 'triclosan']",10.2166/washdev.2024.095 +1025,105387,14,11,https://iwaponline.com/washdev/article/14/11/1096/105387/Sanitation-ladder-in-rural-and-urban-India-can,"Journal of Water, Sanitation & Hygiene for Development",Sanitation ladder in rural and urban India: can subsidy from the Swachh Bharat Mission ensure transition to safely managed toilets?,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.096/1/washdev0141096supp1.docx?Expires=1785372562&Signature=Sf65WnEteciEZ1Ap9kU~nDM2eZV8rU5F7DoQ0xffO~1KaDaqc0YyFaDCnLDAhcX0As495jHzNE3UqKP2TpPd5i60gYqpiIFHloAmQa23wfHUINaO1bnOUQczfWcG9PqMeGkADHOFpwm9ZV3hwunlI-Im~gUGcsRxXWoOaoUIfuf8ei2k8aCJumRSt-8WioHw9l6F3C-QTBBtQOCmBRSTV3nfcrvSNUvb4JcOUBFd-fSIFfDI~n~OyoK5xbwmvwh-VzhEEra2a7cAmpsFJrhnEODq~zWWFDini63D5DkcoRj~XKBW34sfygvHmgcQ9f2y4Sv0uuHZrvrOzI36LII7Fw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Debasree Bose,"Department of Economics, Krishnagar Government College, Krishnagar, Nadia, West Bengal 741101",West Bengal 741101,,,Arijita Dutta,"Department of Economics, University of Calcutta, Kolkata, West Bengal 700050",West Bengal 700050,adeco@caluniv.ac.in,https://orcid.org/0000-0002-9480-0740,TRUE,All relevant data are available from an online repository at https://www.mospi.gov.in/unit-level-data-report-nss-76th-round-schedule-12-july-december-2018-drinking-water-sanitation.,All relevant data are available from an online repository at https://www.mospi.gov.in/unit-level-data-report-nss-76th-round-schedule-12-july-december-2018-drinking-water-sanitation.,,"['construction subsidy', 'safely managed sanitation', 'sanitation ladder', 'sustainability', 'Swachh Bharat Mission']",10.2166/washdev.2024.096 +1026,105220,14,11,https://iwaponline.com/washdev/article/14/11/1113/105220/Understanding-consumption-and-purchase-of-tap,"Journal of Water, Sanitation & Hygiene for Development","Understanding consumption and purchase of tap water and diverse tap-alternative drinking water sources in Detroit, Michigan",2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.100/1/washdev0141113supp1.docx?Expires=1785453264&Signature=M9i-5wxF6j8XtSvZcuCYkLvt8GV9YYbOevzg1fLf51G-7xGGC5AvI-B03fr-aNOf0HworKkIhrmAox5UafibAc-IHpVkWQQzi7PKUMCH61Q9Is8lxN~qLLi12lHvFCERsGX9sAmIuZwxTHvtgK-qveekHADk1~WVsks~Q8KWDaWCha5Fyk-UhFswbdeNi~SFVKTqpKZAL7HnXwlJYgGHfDuTJM0fgMsw-c6lYWy-ALjJYhG5ovTD2jgrJ70ccwonpMUpTEyNlr6Jxv0APv~X6u2ApdErOeM-b2kGbO8FFPOgkIHVwPwYiT7MFQsxNdBsnFVE54r~r8AM-i0JoHU9YQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Gregory Pierce,"Luskin Center for Innovation, UCLA, Los Angeles, CA 90095, USA",USA,gpierce@luskin.ucla.edu,https://orcid.org/0000-0002-8164-5825,Gregory Pierce,"Luskin Center for Innovation, UCLA, Los Angeles, CA 90095, USA",USA,gpierce@luskin.ucla.edu,https://orcid.org/0000-0002-8164-5825,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['bottled water', 'low-income', 'tap trust', 'water insecurity']",10.2166/washdev.2024.100 +1027,105366,14,11,https://iwaponline.com/washdev/article/14/11/1125/105366/Accounting-for-solidarity-trust-and-results-as-a,"Journal of Water, Sanitation & Hygiene for Development",Accounting for solidarity: trust and results as a replacement of contracts in water operators’ partnerships,2024,FALSE,0,,[],3,Sajib Mahanta,"WASTE NL, The Hague, The Netherlands",The Netherlands,,,Klaas Schwartz,"IHE Delft Institute for Water Education, Delft, The Netherlands",The Netherlands,k.schwartz@un-ihe.org,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['accountability', 'partnerships', 'solidarity-based collaboration', 'water supply']",10.2166/washdev.2024.112 +1028,105689,14,11,https://iwaponline.com/washdev/article/14/11/1134/105689/Surface-water-quality-in-Costa-Rica-new,"Journal of Water, Sanitation & Hygiene for Development",Surface water quality in Costa Rica: new initiatives and challenges,2024,FALSE,0,,[],2,Robert Hearne,"Department of Agribusiness and Applied Economics, NDSU Dept 7610, North Dakota State University, P.O. Box 6050, Fargo, ND 58108-6050, USA",USA,robert.hearne@ndsu.edu,,Robert Hearne,"Department of Agribusiness and Applied Economics, NDSU Dept 7610, North Dakota State University, P.O. Box 6050, Fargo, ND 58108-6050, USA",USA,robert.hearne@ndsu.edu,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Costa Rica', 'wastewater treatment', 'water policy', 'water quality', 'water supply and sanitation']",10.2166/washdev.2024.144 +1029,105546,14,11,https://iwaponline.com/washdev/article/14/11/1146/105546/Locked-out-of-water-a-reflection-on-WaSH-access-in,"Journal of Water, Sanitation & Hygiene for Development",Locked out of water: a reflection on WaSH access in US prisons,2024,FALSE,0,,[],3,Jesse Crosson,"Second Chancer Foundation, Charlottesville, VA, USA",USA,,,Ruth E. Sylvester,"School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9LG, UK",UK,r.sylvester@leeds.ac.uk,https://orcid.org/0000-0002-1011-8569,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['discrimination', 'human rights', 'incarceration', 'involuntarily displaced populations', 'prisons', 'WaSH equity']",10.2166/washdev.2024.159 +1030,105559,14,11,https://iwaponline.com/washdev/article/14/11/1155/105559/Restroom-access-and-health-among-people,"Journal of Water, Sanitation & Hygiene for Development","Restroom access and health among people experiencing homelessness: A focus on San Diego, CA",2024,FALSE,0,,[],5,Jerel P. Calzo,"School of Public Health, San Diego State University, San Diego, CA, USA",USA,jcalzo@sdsu.edu,https://orcid.org/0000-0002-4656-1052,Jerel P. Calzo,"School of Public Health, San Diego State University, San Diego, CA, USA",USA,jcalzo@sdsu.edu,https://orcid.org/0000-0002-4656-1052,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['gastrointestinal diseases', 'homelessness', 'hygiene', 'skin diseases', 'toilet facilities', 'urologic diseases']",10.2166/washdev.2024.160 +1031,105673,14,11,https://iwaponline.com/washdev/article/14/11/1169/105673/Equitable-access-to-drinking-water-focus-on,"Journal of Water, Sanitation & Hygiene for Development",Equitable access to drinking-water: focus on European Union member states,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.170/1/washdev0141169supp1.docx?Expires=1785273597&Signature=Rzh7Dymvj08vEYQDdbtfp9RxgL1hL169-ZQWGSTugIhKOn-BV~wEYf4WbCxIzl6LFK96SnhJVlvWmeKou2vUObdzTTwgNVCfxu8sdL-VEfPrBUD6XhSB3KdM~xrskW4u3UiuCE30T8FmfUs8V7rgOE4SEG-GK0DgAzTwqDUCoPmV7CduruwPbWu3CBUZIh7S-sxe6BrzXSWxC3zSohoBid-pCOquB-ELaiNB9SD9zoN5mJNdskE2nGjxPsGamPfoyutn1brlz~DQrqPp4XYbVJJPzFDUXsXEE-MbRnSFhwjiPfWFEDjqqFjFJ7KgJT407PpSInpTfBBSEql2D-nMBw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Laura Huber,"German Environment Agency (UBA), WHO Collaborating Centre for Research on Drinking-Water Hygiene, Berlin, Germany",Germany,laura.huber@uba.de,https://orcid.org/0009-0004-7694-9914,Laura Huber,"German Environment Agency (UBA), WHO Collaborating Centre for Research on Drinking-Water Hygiene, Berlin, Germany",Germany,laura.huber@uba.de,https://orcid.org/0009-0004-7694-9914,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['drinking-water', 'Drinking Water Directive', 'equitable access', 'European Union', 'Protocol on Water and Health']",10.2166/washdev.2024.170 +1032,105760,14,11,https://iwaponline.com/washdev/article/14/11/1182/105760/Water-Sanitation-and-Hygiene-insecurity-and,"Journal of Water, Sanitation & Hygiene for Development","Water, Sanitation, and Hygiene insecurity and infectious disease outbreaks among internally displaced populations in Gaza: Implications of conflict-driven displacement on public health",2024,FALSE,0,,[],2,Kate Zinszer,"Department of Social and Preventive Medicine, School of Public Health, University of Montreal, Montréal, Canada",Canada,,,Samer Abuzerr,"Department of Medical Sciences, University College of Science and Technology, Khan Younis, Gaza, Gaza Strip, Palestine",Palestine,s.abuzerr@ucst.edu.ps,https://orcid.org/0000-0001-8950-3293,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['displaced populations', 'Gaza Strip', 'humanitarian crisis', 'infectious diseases', 'mixed-methods study', 'WaSH insecurity']",10.2166/washdev.2024.361 +1033,103401,14,12,https://iwaponline.com/washdev/article/14/12/1193/103401/Effectiveness-of-water-sanitation-hygiene-and,"Journal of Water, Sanitation & Hygiene for Development","Effectiveness of water, sanitation, hygiene, and nutritional interventions to reduce pathogenic infections and improve nutritional status in children: a systematic review and meta-analysis of randomized controlled trial",2024,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/12/10.2166_washdev.2024.203/1/washdev0141193supp1.pdf?Expires=1785240349&Signature=LM~vw5ZHbCvAYgCuuGmJZw0agcvldLWPq8ePvY81vR8BEPE3AisNyavstE7lIUEJZNWabF2BMe-c1yVnQZpbzG-pT7WYFjHJL-3qXoC3ZAygyPdAh4r~MDaYtbDn3W8C95zp29wt4UDRi7Z8tNPdq3nxJOdfsh9mkxDtYYwEdjo4vCPCbGzopUVy1Lzx0wxqK5bc4wkO7FXhL2Dl3nlRKoZMtRcoRyOK5HbX6c8HizaoBCUmk20Z57oJHCmQYSS5czKkzMMMrRWRWRRvFm~Tl84DvSeUfIiiih~e4OJ10GQ9RZ0P4DNVkRl5fYb~HT3muWye~hxB3AEsNpto8xz5Qw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Syahrul Tuba,"Faculty of Military Pharmacy, The Republic of Indonesia Defense University, Sentul, Indonesia",Indonesia,syahrul.tuba@idu.ac.id,https://orcid.org/0000-0002-3082-8891,Syahrul Tuba,"Faculty of Military Pharmacy, The Republic of Indonesia Defense University, Sentul, Indonesia",Indonesia,syahrul.tuba@idu.ac.id,https://orcid.org/0000-0002-3082-8891,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['children', 'nutrition', 'pathogenic infections', 'sanitation hygiene', 'water']",10.2166/washdev.2024.203 +1034,105751,14,12,https://iwaponline.com/washdev/article/14/12/1216/105751/Evaluative-criteria-for-least-cost-economic,"Journal of Water, Sanitation & Hygiene for Development",Evaluative criteria for least-cost economic analysis of citywide inclusive sanitation: A scoping review,2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/12/10.2166_washdev.2024.209/1/washdev0141216supp1.docx?Expires=1785469471&Signature=X~o9cmuV0-hkilH10RAVRI8rLXe0hy6WA63-SEWh7MgETo0ebSV6x22olf-yjIapaEwKB8hT7VK9IoUe69EwUcBrYi9RRKeSUI717xzWhGUSknsGKHWelpLjGBDu8Mhe-fIvpPKbvXRSM2NmZO0Kgr65LrfzBoDAH7kPzHyiDNjEc-jDslV9h4azm~grssQyY3tE4QjV5y8RkxWbWWby9dTb8FXaByz3O2IJHfmbfMMmnbdjkWjpoyfA1jNEgeKVlooit2Kea9jSZRnNM21U3k~CTF-XCQH5v8FR7i2xFUyK8t7o366rToaw~ZSE44EVSGrGYYzbllmbxQYkPgR6og__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Simon Ross,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia",Australia,simon.ross@uts.edu.au,https://orcid.org/0000-0001-5052-7255,Simon Ross,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia",Australia,simon.ross@uts.edu.au,https://orcid.org/0000-0001-5052-7255,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['cost analysis', 'heterogeneity', 'integrated resource planning', 'least-cost planning', 'urban sanitation', 'urban water']",10.2166/washdev.2024.209 +1035,105962,14,12,https://iwaponline.com/washdev/article/14/12/1231/105962/Greenhouse-gas-emissions-from-container-based,"Journal of Water, Sanitation & Hygiene for Development","Greenhouse gas emissions from container-based sanitation systems in East African cities: a case study in Nairobi, Kenya",2024,FALSE,0,,[],4,David Okeny,"Department of Civil and Environmental Engineering; College of Engineering, Design, Art, and Technology, Makerere University, P. O. Box 7062, Kampala, Uganda",Uganda,daudioke@gmail.com,https://orcid.org/0009-0007-1946-1631,David Okeny,"Department of Civil and Environmental Engineering; College of Engineering, Design, Art, and Technology, Makerere University, P. O. Box 7062, Kampala, Uganda",Uganda,daudioke@gmail.com,https://orcid.org/0009-0007-1946-1631,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['container-based sanitation', 'emissions', 'greenhouse gases', 'Nairobi']",10.2166/washdev.2024.115 +1036,105924,14,12,https://iwaponline.com/washdev/article/14/12/1244/105924/Climate-change-adaptation-through-rainwater,"Journal of Water, Sanitation & Hygiene for Development","Climate change adaptation through rainwater harvesting to enhance food security in Diamaré, Cameroon",2024,FALSE,0,,[],3,Rodrigue Jinyuy Birka,"Pan African University Institute for Water and Energy Sciences (including Climate Change), Tlemcen, Algeria",Algeria,birkarodrigue80@gmail.com,https://orcid.org/0009-0000-5221-6223,Rodrigue Jinyuy Birka,"Pan African University Institute for Water and Energy Sciences (including Climate Change), Tlemcen, Algeria",Algeria,birkarodrigue80@gmail.com,https://orcid.org/0009-0000-5221-6223,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['climate change', 'food security', 'rainwater harvesting', 'rainfall variability']",10.2166/washdev.2024.120 +1037,105884,14,12,https://iwaponline.com/washdev/article/14/12/1260/105884/Water-supply-for-refugees-and-their-host,"Journal of Water, Sanitation & Hygiene for Development",Water supply for refugees and their host communities in protracted situations: costs and financing options for sustaining services in Ethiopia and Uganda,2024,FALSE,0,,[],9,Joseph Pearce,"IRC, Riviervismarkt 5, The Hague, AM 2513, The Netherlands",The Netherlands,,,John Butterworth,"IRC, Riviervismarkt 5, The Hague, AM 2513, The Netherlands",The Netherlands,butterworth@ircwash.org,https://orcid.org/0000-0003-3020-5835,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['life-cycle costs', 'refugees', 'social cohesion', 'sustainable financing', 'utility management', 'water supply']",10.2166/washdev.2024.150 +1038,105560,14,12,https://iwaponline.com/washdev/article/14/12/1269/105560/Spatial-inequality-in-water-access-in-the-US-case,"Journal of Water, Sanitation & Hygiene for Development",Spatial inequality in water access in the US: case studies and solutions,2024,FALSE,0,,[],3,Tanvi Nagpal,"Foreign Policy Institute, Johns Hopkins University, 555 Pennsylvania Avenue NW. Washington, DC 20001",DC 20001,tnagpal1@jhu.edu,https://orcid.org/0000-0001-6561-8280,Tanvi Nagpal,"Foreign Policy Institute, Johns Hopkins University, 555 Pennsylvania Avenue NW. Washington, DC 20001",DC 20001,tnagpal1@jhu.edu,https://orcid.org/0000-0001-6561-8280,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Bipartisan Infrastructure and Investment Jobs Act', 'environmental justice', 'spatial inequality', 'place-based discrimination', 'safe water access', 'water equity']",10.2166/washdev.2024.172 +1039,105909,14,12,https://iwaponline.com/washdev/article/14/12/1277/105909/Legislative-influence-on-the-decline-of-public,"Journal of Water, Sanitation & Hygiene for Development",Legislative influence on the decline of public toilet provision in the UK: a case study of Leeds city,2024,FALSE,0,,[],4,Grace Phiri,"School of Civil Engineering, University of Leeds, Leeds, UK",UK,cngp@leeds.ac.uk,https://orcid.org/0009-0001-4212-1164,Grace Phiri,"School of Civil Engineering, University of Leeds, Leeds, UK",UK,cngp@leeds.ac.uk,https://orcid.org/0009-0001-4212-1164,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['local authority', 'infrastructural citizenship', 'citizen', 'government', 'policy', 'public toilet citizenship']",10.2166/washdev.2024.380 +1040,105858,14,12,https://iwaponline.com/washdev/article/14/12/1291/105858/From-fetchers-to-decision-makers-exploring-the,"Journal of Water, Sanitation & Hygiene for Development","From fetchers to decision-makers: exploring the gender dynamics of water access and governance in resource-poor communities of Mbala, Zambia",2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/12/10.2166_washdev.2024.214/1/washdev0141291supp1.docx?Expires=1785308459&Signature=Xsp25PHxKhVXDqGRK9rTXlLOhAmd4i6pTVFyf~oiSwHltjTuVOo9sCn2txL5ZEmndNCNnJXR3EgikG9E3xTjSejJtSRwvwHsZ2w7TzA6NueYNmM5dobuKtLRoztivPJoaUSwEMefW0ObHiOJHKw0BORCj8zrZHnrhcdtY~XI5HPrBGPgc2Ns4wKQ-I6iUIXCUokoRSllMatBgjjBC5MPHG2td8Rr4o0mJAVKN7QgBYUwllezYt0SiXXAgl4F3UXaugy2CkItwf9oA0dHRSeJhkm499agiJI8C4vbqTrimcpZGuf4t65Vu2GVSiWl3wiiEMcGveEa9Sqbx5d9vcvjcg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Babra Namwiinga Nkolola,"School of Environmental Management, University of Lusaka, Lusaka, Zambia",Zambia,phdem23222717@stud.unilus.ac.zm,https://orcid.org/0009-0000-9857-1482,Babra Namwiinga Nkolola,"School of Environmental Management, University of Lusaka, Lusaka, Zambia",Zambia,phdem23222717@stud.unilus.ac.zm,https://orcid.org/0009-0000-9857-1482,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['community-based management', 'Mbala', 'rural Zambia', 'water access', 'women']",10.2166/washdev.2024.214 +1041,106197,14,12,https://iwaponline.com/washdev/article/14/12/1305/106197/Remediation-of-antibiotics-contaminated-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Remediation of antibiotics-contaminated wastewater through photocatalytic techniques: Implications for SDGs that support a more sustainable future and a healthy planet,2024,FALSE,0,,[],20,Omolola Helen Aremu,"Nanoscience Research Unit, Department of Chemistry, Federal University Oye-Ekiti, Oye-Ekiti, Nigeria",Nigeria,,,Olushola Sunday Ayanda,"Nanoscience Research Unit, Department of Chemistry, Federal University Oye-Ekiti, Oye-Ekiti, Nigeria",Nigeria,olushola.ayanda@fuoye.edu.ng,https://orcid.org/0000-0001-8022-8010,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibiotics', 'development', 'goals', 'pharmaceuticals', 'photocatalysis', 'sustainable']",10.2166/washdev.2024.220 +1042,105788,14,12,https://iwaponline.com/washdev/article/14/12/1353/105788/Briquetting-of-black-soldier-fly-frass-as-a-post,"Journal of Water, Sanitation & Hygiene for Development",Briquetting of black soldier fly frass as a post-harvest stabilization strategy,2024,FALSE,0,,[],6,Rosemary M. Matheka,"Civil, Construction and Environmental Engineering, Jomo Kenyatta University of Agriculture and Technology, P.O. Box 62000-00200, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,https://orcid.org/0000-0003-1827-5566,Rosemary M. Matheka,"Civil, Construction and Environmental Engineering, Jomo Kenyatta University of Agriculture and Technology, P.O. Box 62000-00200, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,https://orcid.org/0000-0003-1827-5566,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['bioenergy', 'calorific values', 'circular economy', 'environment', 'frass', 'stabilization']",10.2166/washdev.2024.249 +1043,105973,14,12,https://iwaponline.com/washdev/article/14/12/1371/105973/Development-of-an-accessible-analytical-model-for,"Journal of Water, Sanitation & Hygiene for Development",Development of an accessible analytical model for small-volume feces composting,2024,FALSE,0,,[],2,Pablo Cotera Rivera,"Water and Energy Research Lab, Department of Mechanical and Industrial Engineering, University of Toronto, 5 King's College Rd, Toronto, ON M5S 3G8, Canada",Canada,,https://orcid.org/0009-0008-1443-5204,Amy M. Bilton,"Water and Energy Research Lab, Department of Mechanical and Industrial Engineering, University of Toronto, 5 King's College Rd, Toronto, ON M5S 3G8, Canada",Canada,bilton@mie.utoronto.ca,https://orcid.org/0000-0002-1261-7417,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['analytical model', 'feces composting', 'pathogen inactivation', 'small volume', 'thermophilic composting']",10.2166/washdev.2024.250 +1044,105752,14,12,https://iwaponline.com/washdev/article/14/12/1386/105752/The-potential-application-of-non-sewered,"Journal of Water, Sanitation & Hygiene for Development","The potential application of non-sewered sanitation systems in healthcare facilities – a case study in Beijing, China",2024,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/12/10.2166_washdev.2024.280/1/washdev0141386supp1.docx?Expires=1785281509&Signature=h78gl~rq3gYVx~l0pnu8iq6ngDlgvqSY1hX5WD~N95LRNYEsjPflLGs85dThLwmRrCa4GFZgchUc3D0pDuDX3q3afGzawf5sMNrvWGnRJYjchVztJl9upYm3Eqmi04omkC94yvMZc6wMhPxf0rcND7Vu7wGMueSumzngbwYb06Ws1Pys2yenjP4P-6BI~IPM9owBIHB9QaxKudtjEFxbMQ-Ax37kMUV08xozFfyfjTrdOJdsHpA8FzGe9dMLynmMkVj6v6SZm7HonXuY~UJTr5PbKN3zCQpw9GnhQ-rDtqAj03f6OlS04azvYt1jemBE8jff86Uth-soa-sFURLxXg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Shikun Cheng,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, University of Science and Technology Beijing, Xueyuan Road No. 30, Haidian District, Beijing 100083, China",China,chengshikun@ustb.edu.cn,https://orcid.org/0000-0001-9943-6776,Shikun Cheng,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, University of Science and Technology Beijing, Xueyuan Road No. 30, Haidian District, Beijing 100083, China",China,chengshikun@ustb.edu.cn,https://orcid.org/0000-0001-9943-6776,TRUE,All relevant data are included in the paper or its Supplementary information.,All relevant data are included in the paper or its Supplementary information.,,"['healthcare facilities', 'PEST analysis', 'non-sewered sanitation systems', 'sanitation', 'sustainability']",10.2166/washdev.2024.280 +1045,106235,15,1,https://iwaponline.com/washdev/article/15/1/1/106235/Trial-of-fog-and-rainwater-harvesting-to-alleviate,"Journal of Water, Sanitation & Hygiene for Development",Trial of fog and rainwater harvesting to alleviate water scarcity in the agricultural highlands of the Galapagos Islands,2025,FALSE,0,,[],4,Charlie Ferguson,"Galapagos Conservation Trust, Unit G02, The Print Rooms, 164 – 180 Union Street London SE1 0LH, UK",UK,c.ferguson@cantab.net,https://orcid.org/0000-0003-4183-3300,Charlie Ferguson,"Galapagos Conservation Trust, Unit G02, The Print Rooms, 164 – 180 Union Street London SE1 0LH, UK",UK,c.ferguson@cantab.net,https://orcid.org/0000-0003-4183-3300,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['fog harvesting', 'Galapagos Islands', 'off-grid water supply', 'rain harvesting', 'sustainable water management', 'water scarcity']",10.2166/washdev.2024.114 +1046,106270,15,1,https://iwaponline.com/washdev/article/15/1/8/106270/Effect-of-household-socioeconomic-status-on,"Journal of Water, Sanitation & Hygiene for Development","Effect of household socioeconomic status on disposable diaper use and disposal in Greater Accra, Ghana and Kisumu, Kenya: a cross-sectional study",2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/1/10.2166_washdev.2024.137/2/washdev0150008supp1.docx?Expires=1785246549&Signature=u-TWp9Bmr96Vz-jx6xr-0vbLSY2vs0JIXeL7AL~NyFivyNZyPJdxdNoqvVRsj2q5iB-czqG5E8jU6lMq69~tlcos1rr3srWy0tUBqjZc77qVVTaLKXFVAT28wQhgWrfjoQn5j7xa5VqBho1BfbnsUwChGDbeorq-9MvyVbyorbhkNuXg6NrF7Yux2KiEEv3a8lh~srMkZkJ3j0wbncp-fbXEXUztTtHEEdt1dgk4bi2uIrdaZxBbvgR1L1IrtXyWu~sYRlRCFWIUyfvNbi6GOjq6s5CTwZq2bG~Ty~V~jnodxhETCZsowLWuLkGUcqEVd8EZyXyWf9FL~5mujszlhw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Moses Asamoah,"School of Economic, Social and Political Sciences, University of Southampton, Highfield, Southampton SO17 1BJ, UK",UK,,https://orcid.org/0000-0002-2242-6366,Mawuli Dzodzomenyo,"Ghana School of Public Health, University of Ghana, P.O. Box LG 13, Legon, Accra 15, Ghana",Ghana,mdzodzomenyo@ug.edu.gh,https://orcid.org/0000-0002-4709-3182,TRUE,All relevant data are available from https://dx.doi.org/10.5255/UKDA-SN-856911.,All relevant data are available from https://dx.doi.org/10.5255/UKDA-SN-856911.,,"['Africa', 'child faeces disposal', 'disposable diapers', 'nappies', 'toilet-training', 'waste management']",10.2166/washdev.2024.137 +1047,106403,15,1,https://iwaponline.com/washdev/article/15/1/24/106403/Do-users-perceptions-of-neighbors-cleaning,"Journal of Water, Sanitation & Hygiene for Development","Do users' perceptions of neighbors' cleaning behavior of shared sanitation facilities act as a credible threat in urban low-income communities? A case study of Khulna City, Bangladesh",2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/1/10.2166_washdev.2024.148/2/washdev0150024supp1.docx?Expires=1785287188&Signature=wHVCHnd0FNhn2Oex2WVAi-ZUNltroOKKm~WEqW6MqO1Wj-LnUGjN7NHpMvFxDgdf0AkBHkQePT5keyADHt3w9q8lVlgi4M-YhTRKVWYHuHx6sMSD-JSaGySJPLkG3gOSnyi7go-L4dwFXp19eYaSW5-WvXYBeacKR1Lq5mBsni3gYLMYkyTI-OlshOU1AZnF3sVhVmfD1YiwyNtWtp~pk62mWubt31x4sQkjpGDFulzK7YTJB9z-bpUeQ3mF-tWm4DtD67WhR6-ykjBMxp-94yt1qRVvWFaLdtURfFzDltap9sBpiSMhqLZhsCtVooGpINvc~TGJxOolXm~ey6rbQA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Michiko Kikuchi,"Division of Medical Safety and Risk Management, National Center for Global Health and Medicine, 1-21-1, Toyama, Shinjuku-ku, Tokyo, Japan, 162-8655",162-8655,mkikuchi@hosp.ncgm.go.jp,https://orcid.org/0000-0002-1340-8537,Michiko Kikuchi,"Division of Medical Safety and Risk Management, National Center for Global Health and Medicine, 1-21-1, Toyama, Shinjuku-ku, Tokyo, Japan, 162-8655",162-8655,mkikuchi@hosp.ncgm.go.jp,https://orcid.org/0000-0002-1340-8537,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['common pool resources', 'infinitely repeated games', 'sanitation', 'social dilemma', 'urban low-income communities']",10.2166/washdev.2024.148 +1048,106394,15,1,https://iwaponline.com/washdev/article/15/1/35/106394/Hand-hygiene-compliance-and-its-predictors-among,"Journal of Water, Sanitation & Hygiene for Development","Hand hygiene compliance and its predictors among healthcare providers in primary healthcare settings in the Girawa District, Eastern Ethiopia",2025,FALSE,0,,[],4,Umar Hassen,"Girawa District Health Office, Eastern Hararge Zone, Oromia Region, Girawa, Ethiopia",Ethiopia,,,Getachew Kabew Mekonnen,"School of Medical Laboratory Sciences, College of Health and Medical Sciences, Haramaya University, P.O. Box-235, Harar, Ethiopia",Ethiopia,kabewgech@gmail.com,https://orcid.org/0009-0004-2727-6266,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['compliance', 'Ethiopia', 'hand hygiene', 'health workers', 'primary healthcare facilities']",10.2166/washdev.2024.284 +1049,106695,15,1,https://iwaponline.com/washdev/article/15/1/48/106695/The-emergence-of-prefabricated-VIP-toilet-seats,"Journal of Water, Sanitation & Hygiene for Development",The emergence of prefabricated VIP toilet seats with covers: The implication for odour control and potential improvement,2025,FALSE,0,,[],6,Panin Asirifua Obeng,"Regional Water and Environmental Sanitation Centre Kumasi (RWESCK), Civil Engineering Department, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,asirifua.obeng@cctu.edu.gh,https://orcid.org/0000-0002-8257-8417,Panin Asirifua Obeng,"Regional Water and Environmental Sanitation Centre Kumasi (RWESCK), Civil Engineering Department, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,asirifua.obeng@cctu.edu.gh,https://orcid.org/0000-0002-8257-8417,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['dry sanitation', 'latrine construction', 'safely managed sanitation', 'ventilated improved pit', 'VIP latrine', 'VIP toilet seat cover']",10.2166/washdev.2025.239 +1050,106449,15,1,https://iwaponline.com/washdev/article/15/1/61/106449/Effectiveness-of-home-water-treatment-for-the,"Journal of Water, Sanitation & Hygiene for Development",Effectiveness of home water treatment for the control of diarrhea in children under five years: an intervention study in a rural health zone of Tshopo in the Democratic Republic of Congo,2025,FALSE,0,,[],3,Basandja Longembe Eugène,"Department of Public Health, Faculty of Medicine and Pharmacy, University of Kisangani, BP 2012 Kisangani, Democratic Republic of Congo",Democratic Republic of Congo,joris.likwela@unikis.ac.cd,https://orcid.org/0000-0002-1383-6742,Basandja Longembe Eugène,"Department of Public Health, Faculty of Medicine and Pharmacy, University of Kisangani, BP 2012 Kisangani, Democratic Republic of Congo",Democratic Republic of Congo,joris.likwela@unikis.ac.cd,https://orcid.org/0000-0002-1383-6742,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['children 0–59 months', 'diarrhea prevention', 'safe management', 'water treatment']",10.2166/washdev.2024.243 +1051,106517,15,1,https://iwaponline.com/washdev/article/15/1/75/106517/Subsidies-and-affordability-a-social-approach-to,"Journal of Water, Sanitation & Hygiene for Development",Subsidies and affordability: a social approach to water supply tariffs,2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/1/10.2166_washdev.2024.253/2/washdev0150075supp1.docx?Expires=1785289967&Signature=StczFnvVxxF33pPDuFsTXAQPgmlmNnGToY-pWK7Dnpb9Su8FmlJlwyyOI~mSMa-Y1S3RkhLftOaLAn9HRRuUyprHaFE9rV5QvEgSTKor1hm3g2VgTO5DL3Lw0blmKwYB5~yNIFH05rMMAjBDj17-qg4nQmdjzMHbZ90ojdX4DTTt1WsldJA3v8hOdXJi~tv-3Bh1algI8QJ9EKwXH77LYCEYUoenO7CZsYA16WiCxRnxJZpgc6IXgIGVJHbJGSgL16TO5zrmDSytqmesQVWw8CGU-x7UeqRWevPc-kX4srN5y6bt1B6nXjVFo405EGtK21W1Aiou76pyWzYNjB6V9w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Camila Isabel de Menezes Fraga,"Federal Institute of Education, Science and Technology of Rondônia, BR 435, km 63, Colorado do Oeste, Rondônia, Brazil",Brazil,camila.fraga@ifro.edu.br,https://orcid.org/0000-0002-8789-9324,Camila Isabel de Menezes Fraga,"Federal Institute of Education, Science and Technology of Rondônia, BR 435, km 63, Colorado do Oeste, Rondônia, Brazil",Brazil,camila.fraga@ifro.edu.br,https://orcid.org/0000-0002-8789-9324,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['basic sanitation', 'consumer accessibility', 'water poverty', 'water tariff']",10.2166/washdev.2024.253 +1052,106440,15,1,https://iwaponline.com/washdev/article/15/1/84/106440/Assessing-factors-affecting-the-use-of-chlorine,"Journal of Water, Sanitation & Hygiene for Development","Assessing factors affecting the use of chlorine dispensers for household water treatment in rural Kenya, Malawi, and Uganda",2025,FALSE,0,,[],8,Illah Evance,"Evidence Action, Africa Regional Office, Daykio Plaza – Ngong Lane, Nairobi, Kenya",Kenya,,https://orcid.org/0009-0008-9949-5424,Sharon Chebet,"Evidence Action, Africa Regional Office, Daykio Plaza – Ngong Lane, Nairobi, Kenya",Kenya,sharon.chebet@evidenceaction.org,https://orcid.org/0009-0003-3137-964X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['adoption', 'chlorine dispenser', 'household drinking water', 'point-of-use', 'water treatment']",10.2166/washdev.2024.407 +1053,107113,15,2,https://iwaponline.com/washdev/article/15/2/95/107113/Creating-momentum-in-water-operators-partnerships,"Journal of Water, Sanitation & Hygiene for Development",Creating momentum in water operators' partnerships by rapid progress in water production – case studies from two partnerships in Tanzania and Jordan,2025,FALSE,0,,[],8,Dorothea Mergel,"Hamburg Wasser, Hamburg, Germany",Germany,dorothea.mergel@hamburgwasser.de,https://orcid.org/0009-0003-8869-2039,Dorothea Mergel,"Hamburg Wasser, Hamburg, Germany",Germany,dorothea.mergel@hamburgwasser.de,https://orcid.org/0009-0003-8869-2039,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['partnership', 'peer learning', 'process optimisation', 'relationship', 'Water Operators’ Partnerships', 'water production', 'water treatment']",10.2166/washdev.2024.234 +1054,106872,15,2,https://iwaponline.com/washdev/article/15/2/104/106872/VEI-A-hybrid-organization-in-the-making,"Journal of Water, Sanitation & Hygiene for Development",VEI: A hybrid organization in the making,2025,FALSE,0,,[],1,Christelle Pezon,"LIRSA, Conservatoire National des Arts et Métiers, Paris, France",France,christelle.pezon@lecnam.net,https://orcid.org/0000-0002-5821-5122,Christelle Pezon,"LIRSA, Conservatoire National des Arts et Métiers, Paris, France",France,christelle.pezon@lecnam.net,https://orcid.org/0000-0002-5821-5122,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['development aid', 'hybrid organization', 'water sector', 'WOP', 'VEI']",10.2166/washdev.2025.238 +1055,106870,15,2,https://iwaponline.com/washdev/article/15/2/118/106870/South-south-cooperation-and-strong-local-teams-as,"Journal of Water, Sanitation & Hygiene for Development",South–south cooperation and strong local teams as catalysts for innovation and digitalization within water operator partnerships,2025,FALSE,0,,[],7,Alex Kazeta,"VEI-MWAUWASA, Mwanza, Tanzania",Tanzania,,,Andries van Eckeveld,"VEI-MWAUWASA, Mwanza, Tanzania",Tanzania,andries.vaneckeveld@vei.nl,,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['digitalization', 'innovation', 'south-south cooperation', 'Water Operators' Partnerships', 'water utility']",10.2166/washdev.2024.350 +1056,106871,15,2,https://iwaponline.com/washdev/article/15/2/127/106871/Performance-of-four-wastewater-treatment-plants,"Journal of Water, Sanitation & Hygiene for Development","Performance of four wastewater treatment plants serving Ethiopia's capital city, Addis Ababa",2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/2/10.2166_washdev.2025.093/1/washdev0150127supp1.docx?Expires=1785248915&Signature=B1NdeRviDrikr7ZoftRs3Ww8ZcxRuc78H40zm3mTILlfm8hAO1t4~grz-FHgjV3nfvNtn97DDItBw6hh2eZjaWym0bD0UCPIOyYUwC2IalLszwoY4rx~WBTObi-ntArLGz8v1iwt9AASmiR5vGuKpeHhMYbjRDyiaYm3Jkhz~qjjWPAnWJRpSosuxWja4QE-mF33FLxy9sii0k5cU~~wAAXhLXPEKhiUxhQsOSI01SnkyeGYOVOVYMi~xC3P4u9sKjxRl3oIfsrBbeb03EajYxhub7Hg3-qrvkpbaE6OaHTwGvYEX1YFusrp6SMHl8vZdga9wWFeEYUWD0T0YKJYiQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Mihret Mersha Haileselassie,"Addis Ababa Water and Sewerage Authority (AAWSA), Addis Ababa, Ethiopia",Ethiopia,,,David Werner,"School of Engineering, Newcastle University, Newcastle upon Tyne NE1 7RU, UK",UK,david.werner@newcastle.ac.uk,https://orcid.org/0000-0002-6741-1256,TRUE,All relevant data are available from an online repository or repositories.,All relevant data are available from an online repository or repositories,,"['economic analysis', 'sanitation', 'sustainability', 'wastewater treatment', 'water quality']",10.2166/washdev.2025.093 +1057,106748,15,2,https://iwaponline.com/washdev/article/15/2/139/106748/Assessment-of-natural-fluoride-contamination-in,"Journal of Water, Sanitation & Hygiene for Development",Assessment of natural fluoride contamination in water intended for human consumption from various regions in Tunisia,2025,FALSE,0,,[],6,Rachid Selmi,"Ministry of National Defense, General Directorate of Military Health, Veterinary Service, Tunis, Tunisia",Tunisia,selmiveto1983@gmail.com,https://orcid.org/0000-0003-0618-3365,Rachid Selmi,"Ministry of National Defense, General Directorate of Military Health, Veterinary Service, Tunis, Tunisia",Tunisia,selmiveto1983@gmail.com,https://orcid.org/0000-0003-0618-3365,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['fluoride contamination', 'ground water', 'public health', 'Tunisia', 'water resources']",10.2166/washdev.2025.237 +1058,106970,15,2,https://iwaponline.com/washdev/article/15/2/148/106970/Evaluation-of-failings-in-urban-water-supply-and,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of failings in urban water supply and sanitation systems in Sub-Saharan Africa: a systematic review to inform future planning,2025,TRUE,2,docx & docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/2/10.2166_washdev.2025.267/1/washdev0150148supp1.docx?Expires=1785551714&Signature=a0zNJrPuMZshIKfTIjoqPr38-mUneya1irnTjNd9t~mAqkqQL1jZKpVFrT2V6gcalzhdlGOLc-v3j8ioSkZdAEqfV8Hnsn0v1mJSHqYjB-9IGlD1Q2b0OF396ecZPLy~ZLB4Id-l89eYVWCtV0eJtvBL6KuzofV7i-H3y~adW8v4Zm8wWvYnampQNB542EGeG0BwQr8Ai8MerfLA6CnxRcV5qSD8LXs7kDcYEymfdLTgX1KF~PAYqHtjF~eRw~HR~qJSNVo7rFNl86JYArF9dbITWIPZTXb4RK06xUi1cmrjCf-TxX~GZfCbZjqSXevGE4GOSgPXZuEwdyds4XJEHQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/2/10.2166_washdev.2025.267/1/washdev0150148supp2.docx?Expires=1785551714&Signature=vaoeTEDDIIakpkmvDUquxYDOMnv20DaPJkd49M~SQHOsZg9pDUy8Lummf8saKSwsvA3Zh0haHt---zNFu5aSVCDDOihaRyyC0ElSgwEAyL6a-9mQbt2PS5~F~IxTy9VkLEP5YxnW2aAjL0gUCpLZOFgaA-P7iaB3rFnzzupwBd1Ndv-GflFYylRV4s98IFNEtnD0UIo1dVKZeG~G6bU16zSXDV98kQeERts4rfhK-yMAtlNjyLu65AmlhJV72YAO6mOYYU1RHiw4NJT0WMYYcyqSUW1OZW9knJ1KAQje1HuN9t4pjBmaw5bd~88TFMc7bwAfAJ-Snskd~lFnvrJsEA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",3,Chukwuemeka Agbo,"Centre for Water, Environment and Development, Cranfield University, Cranfield MK43 0AL, UK",UK,,,May N. Sule,"Centre for Water, Environment and Development, Cranfield University, Cranfield MK43 0AL, UK",UK,may.sule@cranfield.ac.uk,https://orcid.org/0000-0002-1241-4812,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['failures', 'sanitation', 'Sub-Saharan Africa', 'sustainability', 'urban systems', 'water supply']",10.2166/washdev.2025.267 +1059,106957,15,2,https://iwaponline.com/washdev/article/15/2/166/106957/Trends-of-water-sanitation-and-hygiene-WASH,"Journal of Water, Sanitation & Hygiene for Development","Trends of water, sanitation, and hygiene (WASH) services and associated factors among households in Wolayita, Ethiopia: A cross-sectional study",2025,FALSE,0,,[],14,Zinabu Assefa Alemu,"Ethiopian Public Health Institute, Addis Ababa, Ethiopia",Ethiopia,zinabuassefa@ephi.gov.et,https://orcid.org/0000-0003-0693-8596,Zinabu Assefa Alemu,"Ethiopian Public Health Institute, Addis Ababa, Ethiopia",Ethiopia,zinabuassefa@ephi.gov.et,https://orcid.org/0000-0003-0693-8596,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['Ethiopia', 'SDG 6', 'sanitation service', 'sociodemographic factors', 'WASH services', 'Wolayita']",10.2166/washdev.2025.293 +1060,107555,15,3,https://iwaponline.com/washdev/article/15/3/iii/107555/Water-sanitation-and-hygiene-inequities-in-high,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene inequities in high-income countries: an introduction and agenda",2025,FALSE,0,,[],3,H. Underhill,"School of Architecture and Environment, University of the West of England, Bristol, UKE-mail: Helen.Underhill@uwe.ac.uk",UKE-mail: Helen.Underhill@uwe.ac.uk,Helen.Underhill@uwe.ac.uk,,,,,,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['environmental justice', 'human rights', 'methodology', 'WASH equity', 'WASH insecurity', 'water governance']",10.2166/washdev.2025.001 +1061,106973,15,3,https://iwaponline.com/washdev/article/15/3/181/106973/Water-sanitation-and-hygiene-conditions-in-186,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene conditions in 186 healthcare facilities of the Catholic Church",2025,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/3/10.2166_washdev.2025.163/1/washdev0150181supp1.pdf?Expires=1785233047&Signature=iJ5uTiLQW~5VpxwnExoTybkmv7Wtdd6YcTLpDzII7V8~65LkQH1n~Pg4f0T6NvOfLbbxeHB9i1AwzsOg2q8X3xbNXL~4QLbWlVO6bNu7Vk6sTuu1BZAmbx9CddWxCO02b2F~ORC8075fGWfYlig5pT5UsF9vHHDsRUlSlSxceq5wfbK-5SpQc-9KDrnFwE6Jpd6JsDKIkQFhRug0ZMWh8kDngTuEYChh6VF2g4hpoi4LGT9o4mDvOuwN8wRd6sol4cP-GbRlNd-EDH0XnjrJEbcLp2kMqQ1Vqy76shCek8Qi3Ih3LjqsBvopbDpOlvLkiNSkPBT2ix75XGAwFtw68Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Tebaldo Vinciguerra,"Dicastery for Promoting Integral Human Development, Palazzo San Calisto 00120, Vatican City",Vatican City,t.vinciguerra@humandevelopment.va,https://orcid.org/0000-0002-3698-2662,Tebaldo Vinciguerra,"Dicastery for Promoting Integral Human Development, Palazzo San Calisto 00120, Vatican City",Vatican City,t.vinciguerra@humandevelopment.va,https://orcid.org/0000-0002-3698-2662,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['Catholic Church', 'healthcare facilities', 'JMP', 'low-income', 'WASH']",10.2166/washdev.2025.163 +1062,107295,15,3,https://iwaponline.com/washdev/article/15/3/192/107295/Assessing-the-effects-of-menstrual-hygiene-water,"Journal of Water, Sanitation & Hygiene for Development","Assessing the effects of menstrual hygiene, water, and sanitation on girls’ academic performances in public schools, Ethiopia",2025,FALSE,0,,[],7,Geteneh Moges Assefa,"Amref Health Africa in Ethiopia, P.O. Box 20855, Addis Ababa 1000, Ethiopia",Ethiopia,Geteneh.Moges@amref.org,https://orcid.org/0000-0002-8551-7046,Geteneh Moges Assefa,"Amref Health Africa in Ethiopia, P.O. Box 20855, Addis Ababa 1000, Ethiopia",Ethiopia,Geteneh.Moges@amref.org,https://orcid.org/0000-0002-8551-7046,TRUE,"We encourage all authors of articles published in MDPI journals to share their research data. In this section, please provide details regarding where data supporting reported results can be found, including links to publicly archived datasets analysed or generated during the study. Where no new data were created, or where data are unavailable due to privacy or ethical restrictions, a statement is still required. Suggested Data Availability Statements are available in section ‘MDPI Research Data Policies’ at https://www.mdpi.com/ethics.","We encourage all authors of articles published in MDPI journals to share their research data. In this section, please provide details regarding where data supporting reported results can be found, including links to publicly archived datasets analysed or generated during the study. Where no new data were created, or where data are unavailable due to privacy or ethical restrictions, a statement is still required. Suggested Data Availability Statements are available in section ‘MDPI Research Data Policies’ at https://www.mdpi.com/ethics.",,"['academic performance', 'education', 'menstrual hygiene', 'sanitation', 'schoolgirls', 'water']",10.2166/washdev.2025.233 +1063,107018,15,3,https://iwaponline.com/washdev/article/15/3/206/107018/Spatial-and-temporal-patterns-in-water-quality,"Journal of Water, Sanitation & Hygiene for Development","Spatial and temporal patterns in water quality analysis near effluent dump-sites in Harare, Zimbabwe",2025,FALSE,0,,[],3,Tafadzwa Matengo,"School of Wildlife and Environmental Sciences, Chinhoyi University of Technology, Bag 7724, Chinhoyi, Zimbabwe",Zimbabwe,tmatengo@cut.ac.zw,https://orcid.org/0009-0001-6570-3263,Tafadzwa Matengo,"School of Wildlife and Environmental Sciences, Chinhoyi University of Technology, Bag 7724, Chinhoyi, Zimbabwe",Zimbabwe,tmatengo@cut.ac.zw,https://orcid.org/0009-0001-6570-3263,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Cholera', 'Escherichia coli', 'health risks', 'pollution', 'sewage', 'underground water']",10.2166/washdev.2025.270 +1064,107175,15,3,https://iwaponline.com/washdev/article/15/3/215/107175/Managing-sanitation-in-unplanned-urban-areas,"Journal of Water, Sanitation & Hygiene for Development","Managing sanitation in unplanned urban areas: insights into manual emptying of onsite systems in Tandale, Dar es Salaam",2025,FALSE,0,,[],4,Anna Mremi,"Department of Water Supply and Sanitation Engineering, Water Institute, Dar es Salaam, Tanzania",Tanzania,anna.mremi@waterinstitute.ac.tz,https://orcid.org/0009-0008-5375-0610,Anna Mremi,"Department of Water Supply and Sanitation Engineering, Water Institute, Dar es Salaam, Tanzania",Tanzania,anna.mremi@waterinstitute.ac.tz,https://orcid.org/0009-0008-5375-0610,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['climate variability', 'faecal sludge management', 'flood-induced demand', 'manual emptying', 'sanitation challenges']",10.2166/washdev.2025.322 +1065,107532,15,3,https://iwaponline.com/washdev/article/15/3/232/107532/Declining-humanitarian-funding-and-health-security,"Journal of Water, Sanitation & Hygiene for Development","Declining humanitarian funding and health security threats: insights from Rohingya refugees and host communities in Ukhiya and Teknaf, Bangladesh",2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/3/10.2166_washdev.2025.330/1/washdev0150232supp1.docx?Expires=1785235929&Signature=E6IFQLDV3VO~o0O5ZXRuFXf3veB1VjtZVEYde6sUKY2KzeNrwHF8IDvtQD4zmKqbvkANQLnGERHtA2qQr20lQayF3WqOSKyFizpk~xkd-67rb0wuhFjwSzwzLfO4-XNCo83G9kgyMlxgEixJOnIDka~5er0cnE5Gt4sj3Q5KzhhDMAZD5jvZIZFKvAFDBA2CiSW6TQXVU03GGqBRfLykiFDDrU4RghNiMgTJuhbC9yd~O5bQO0PqgHBJjXezdCATJKeyz8ZJ5zV3fhpyNVtxp4Be~z3VtTV1YEqOmOwoaBRaLZEpIAGzFgroBon8VUUoPlslzCS5NkO6x-s8A2vQqQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Moammad Shajan Siraj,"Action Against Hunger, Cox's Bazar 4700, Bangladesh",Bangladesh,shajancu@gmail.com,https://orcid.org/0000-0003-3768-3020,Moammad Shajan Siraj,"Action Against Hunger, Cox's Bazar 4700, Bangladesh",Bangladesh,shajancu@gmail.com,https://orcid.org/0000-0003-3768-3020,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['healthcare', 'health security', 'host community', 'humanitarian funding', 'human security', 'WASH']",10.2166/washdev.2025.330 +1066,107344,15,3,https://iwaponline.com/washdev/article/15/3/246/107344/Erratum-Journal-of-Water-Sanitation-and-Hygiene,"Journal of Water, Sanitation & Hygiene for Development","Erratum: Journal of Water, Sanitation and Hygiene for Development, 14 (11): 1146–1154: Locked out of water: a reflection on WaSH access in US prisons, Jesse Crosson, Ruth E. Sylvester and Kimberly Worsham, https://dx.doi.org/10.2166/washdev.2024.159",2025,FALSE,0,,[],3,Jesse Crosson,,,,,,,,,,FALSE,,,,[],10.2166/washdev.2025.002 +1067,107835,15,4,https://iwaponline.com/washdev/article/15/4/247/107835/The-effective-implementation-of-ecological,"Journal of Water, Sanitation & Hygiene for Development","The effective implementation of ecological ventilated improved pit within the Capricorn District, Limpopo Province South Africa",2025,FALSE,0,,[],2,Luvhimba Tlhoaele,"Unit of Environmental Science and Management, Faculty of Natural and Agricultural Sciences, North-West University, Mahikeng, South Africa",South Africa,sluuram@gmail.com,https://orcid.org/0000-0003-4365-4832,Luvhimba Tlhoaele,"Unit of Environmental Science and Management, Faculty of Natural and Agricultural Sciences, North-West University, Mahikeng, South Africa",South Africa,sluuram@gmail.com,https://orcid.org/0000-0003-4365-4832,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['assertiveness of proper usage', 'ecological VIP', 'human waste', 'reuse']",10.2166/washdev.2025.241 +1068,107456,15,4,https://iwaponline.com/washdev/article/15/4/258/107456/Assessment-of-diluted-saline-water-using-the-water,"Journal of Water, Sanitation & Hygiene for Development","Assessment of diluted saline water using the water quality index and DataFit software for irrigation purposes in El-Oued, Algeria",2025,FALSE,0,,[],2,Ammari Abdessattar,"Laboratory for the Exploitation and Development of Natural Resources in Arid Zones, Civil Engineering and Hydraulic Department, University of Kasdi Merbah-Ouargla, PB 147 RP, Ouargla 30000, Algeria",Algeria,abdessattar.ammari@univ-ouargla.dz,https://orcid.org/0000-0002-8051-8189,Ammari Abdessattar,"Laboratory for the Exploitation and Development of Natural Resources in Arid Zones, Civil Engineering and Hydraulic Department, University of Kasdi Merbah-Ouargla, PB 147 RP, Ouargla 30000, Algeria",Algeria,abdessattar.ammari@univ-ouargla.dz,https://orcid.org/0000-0002-8051-8189,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['brine water', 'BWQI', 'groundwater', 'irrigation', 'irrigation water quality index', 'statistical analysis']",10.2166/washdev.2025.244 +1069,107445,15,4,https://iwaponline.com/washdev/article/15/4/274/107445/Healthy-menstruation-Myth-or-reality-Insights-into,"Journal of Water, Sanitation & Hygiene for Development","Healthy menstruation: Myth or reality? Insights into urban slums of Vishakhapatnam city, India",2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/4/10.2166_washdev.2025.247/1/washdev0150274supp1.docx?Expires=1785413632&Signature=fkDtf2DtyjF6O4MxR~A1mA7snv8Sw9PMlI0CWbfX8rtPo9sDhacqBYKVwil0u2a0SyCNBNsk7STXg-jnJ5HVxmt~8bW8UommGJM7HMrXM4CpiCiE6caPbZf6dtG1HMXLrEixTPr0FMvtgpYBJ76xcDwxjX5sMdR5nBDoT3X6jR2x9QeC-F21V3d644pQzCrK4pE0RgVHJWuqYtDLiYnwjvbIHrQlNpkXKgCvIWn5mZmLhBMnOFXzELvc21iSagyiyOqCA~1t4ngl3htK95u7cHdlcPyDo3Gi8hmxMbvUHwAgSXVnZxFGXJbowQLbcNKt~kheozXnat2vgwmemzKBDg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Ghanshyam Pandey,"Jaipuria Institute of Management, Indore, MP, India",India,,,Rinshu Dwivedi,"National Institute of Technology, Hamirpur, Himachal Pradesh, India",India,rinshu@nith.ac.in,https://orcid.org/0000-0001-5912-2764,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['menstruation', 'education', 'hygiene', 'India', 'Knowledge–Attitude–Practice (KAP)']",10.2166/washdev.2025.247 +1070,107505,15,4,https://iwaponline.com/washdev/article/15/4/287/107505/Barriers-to-sewer-connection-in-urban-Dhaka,"Journal of Water, Sanitation & Hygiene for Development",Barriers to sewer connection in urban Dhaka: Individual and organisational challenges,2025,FALSE,0,,[],7,Mahbub-Ul Alam,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",UK,cnmua@leeds.ac.uk,https://orcid.org/0000-0001-6940-364X,Mahbub-Ul Alam,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",UK,cnmua@leeds.ac.uk,https://orcid.org/0000-0001-6940-364X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['barriers', 'LMIC', 'organisational challenges', 'RANAS', 'sanitation', 'sewer']",10.2166/washdev.2025.281 +1071,107472,15,4,https://iwaponline.com/washdev/article/15/4/305/107472/Investigating-the-influence-of-tank-material-and,"Journal of Water, Sanitation & Hygiene for Development",Investigating the influence of tank material and residual chlorine on the proliferation of bacterial biofilm growth in the drinking water storage systems,2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/4/10.2166_washdev.2025.285/1/washdev0150305supp1.docx?Expires=1785291324&Signature=pxxeDqWJ4XxEH2O01oGcY3dKZyLAwAMht20ug8ChwOESoO09p6DJKj3ir2MSoq68zfF~rqwnTLPNFZpVQWlQ-DuraTH19ll6CHwirtrCBKvW5ZW0BGxm2oIIMvtDImFOfwFWgPcMplVBGnNsjKTU1~FBA922OTQcAG0I7224pNrLIv10benax2SnJqXfHchgXVLUeRCIiMrKJrwagfSsWmloUEIusBevCVVrx2gYFK2gOzflrfTzeC638D8YlARWlAxKoMua4ScUzmQKxwg1~VlLNpEpICMHEMOXztz~VaLzoObtiPdw-rmkJRhhUW1L-lNtH~GtUTnapuoAZKdPiA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Aiza Javed,"Institute of Environmental Sciences and Engineering (IESE), School of Civil and Environmental Engineering (SCEE), National University of Sciences and Technology (NUST), Sector H-12, Islamabad, Pakistan",Pakistan,,,Hira Amjad,"Institute of Environmental Sciences and Engineering (IESE), School of Civil and Environmental Engineering (SCEE), National University of Sciences and Technology (NUST), Sector H-12, Islamabad, Pakistan",Pakistan,hamjad@iese.nust.edu.pk,,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Arc GIS', 'bacterial diversity', 'heat maps', 'Pearson's correlation matrix', 'residual chlorine', 'storage tanks']",10.2166/washdev.2025.285 +1072,107531,15,4,https://iwaponline.com/washdev/article/15/4/322/107531/Assessing-health-risks-and-disease-burden-from,"Journal of Water, Sanitation & Hygiene for Development",Assessing health risks and disease burden from waterborne pathogens across multiple urban exposure pathways,2025,FALSE,0,,[],1,M. M. Majedul Islam,"Ministry of Public Administration, Government of Bangladesh, Abdul Gani Road, Dhaka 1205, Bangladesh",Bangladesh,majed25bd@gamil.com,https://orcid.org/0000-0001-5191-189X,M. M. Majedul Islam,"Ministry of Public Administration, Government of Bangladesh, Abdul Gani Road, Dhaka 1205, Bangladesh",Bangladesh,majed25bd@gamil.com,https://orcid.org/0000-0001-5191-189X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['DALYs', 'disease burden', 'quantitative microbial risk assessment', 'risk of illness', 'risk of infection']",10.2166/washdev.2025.306 +1073,107457,15,4,https://iwaponline.com/washdev/article/15/4/333/107457/Exploring-the-determinants-of-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Exploring the determinants of water, sanitation, and hygiene (WASH) status in Somalia: a multilevel mixed-effects modeling approach using a nationwide survey",2025,FALSE,0,,[],6,Mustafe Abdillahi Ali,"Faculty of Science and Humanities, School of Postgraduate Studies and Research (SPGSR), Amoud University, Borama 25263, Somalia",Somalia,,https://orcid.org/0009-0001-6656-7224,Abdisalam Hassan Muse,"Faculty of Science and Humanities, School of Postgraduate Studies and Research (SPGSR), Amoud University, Borama 25263, Somalia",Somalia,abdisalam.hassan@amoud.edu.so,https://orcid.org/0000-0003-4905-0044,TRUE,All relevant data are available from https://microdata.nbs.gov.so/index.php/catalog/50.,All relevant data are available from https://microdata.nbs.gov.so/index.php/catalog/50.,,"['health equity', 'multilevel modeling', 'ordered logistic regression', 'Somalia', 'Sustainable Development Goal 6', 'WASH']",10.2166/washdev.2025.315 +1074,107778,15,4,https://iwaponline.com/washdev/article/15/4/355/107778/Cash-transfers-beneficiaries-livelihoods-and-co,"Journal of Water, Sanitation & Hygiene for Development","Cash transfers, beneficiaries’ livelihoods, and co-responsibilities in the context of water and sanitation insecurity in Ghana",2025,FALSE,0,,[],5,Mildred Naamwintome Molle,"Department of Geography and Environment, University of Western Ontario, London, ON, Canada",Canada,mmolle@uwo.ca,https://orcid.org/0009-0007-0868-985X,Mildred Naamwintome Molle,"Department of Geography and Environment, University of Western Ontario, London, ON, Canada",Canada,mmolle@uwo.ca,https://orcid.org/0009-0007-0868-985X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['cash transfers', 'Livelihood Empowerment Against Poverty (LEAP)', 'livelihoods', 'sanitation', 'social protection', 'water']",10.2166/washdev.2025.337 +1075,107566,15,4,https://iwaponline.com/washdev/article/15/4/367/107566/Addressing-Water-Sanitation-and-Hygiene-insecurity,"Journal of Water, Sanitation & Hygiene for Development","Addressing Water, Sanitation, and Hygiene insecurity and health outcomes for internally displaced persons: immediate interventions needed – a commentary on Zinszer & Abuzerr (2024), http://dx.doi.org/10.2166/washdev.2024.361",2025,FALSE,0,,[],5,Genie Rose Cabanig Tiempo,"Research, Innovation and Extension Services, Southern Leyte State University, Sogod, Southern Leyte, Philippines",Philippines,genietiempo@southernleytestateu.edu.ph,https://orcid.org/0009-0008-0996-3969,Genie Rose Cabanig Tiempo,"Research, Innovation and Extension Services, Southern Leyte State University, Sogod, Southern Leyte, Philippines",Philippines,genietiempo@southernleytestateu.edu.ph,https://orcid.org/0009-0008-0996-3969,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Gaza', 'health determinants', 'internally displaced persons (IDPs)', 'malnutrition', 'psychological distress', 'Water', 'Sanitation', 'and Hygiene (WASH)']",10.2166/washdev.2025.102 +1076,107565,15,4,https://iwaponline.com/washdev/article/15/4/369/107565/Response-to-Commentary-on-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Response to Commentary on ‘Water, Sanitation, and Hygiene insecurity and infectious disease outbreaks among internally displaced populations in Gaza: implications of conflict-driven displacement on public health’, http://dx.doi.org/10.2166/washdev.2025.102",2025,FALSE,0,,[],2,Kate Zinszer,"Department of Social and Preventive Medicine, School of Public Health, University of Montreal, Montréal, Canada",Canada,,,Samer Abuzerr,"Department of Medical Sciences, University College of Science and Technology, Khan Younis, Gaza, Gaza Strip, Palestine",Palestine,s.abuzerr@ucst.edu.ps,https://orcid.org/0000-0001-8950-3293,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,[],10.2166/washdev.2025.020 +1077,107879,15,5,https://iwaponline.com/washdev/article/15/5/371/107879/Assessing-the-impact-of-handwashing-nudges-in,"Journal of Water, Sanitation & Hygiene for Development",Assessing the impact of handwashing nudges in urban public markets in the Philippines during the COVID-19 pandemic,2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.284/1/washdev0150371supp1.docx?Expires=1785294734&Signature=SzcuR5zIC29SUNlG0GBNX1nj1bFdH-v1MH-WR5xxkIr-XFsFEkWuhvOSIgSKZJanPMsCXu19BVRh781fS~DdAc06fnQn43BLLDlONYB46zd8n6kepUlAgrtpdGVIYQfHvMdmb-ljrgmsiYpOK0o51YKP5zqldSTkvmYyTR0VQWTHodEpEhcPKyrYuSaT~ScwWamlGjQFgG2n6qHQzG57cz8qzMpnuv8X~6WTaSkM7xTiT7mtxS07TK-KoyNKQWW0lg0C5KzjNUtGcX5PqfNn8iN976v2I5sQxN36GTMjVbqZ1OvstrFtR4f3A0xJ6gj4u6X1ujIPpsQdK69ZwTB2fA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Carla Yap Alipit,"Propel Manila, Penthouse B, PDCP Bank Center Building, V.A. Rufino St, Makati City, 1227 Metro Manila, the Philippines",the Philippines,carla@insightexpress.ph,https://orcid.org/0009-0006-4565-9433,Carla Yap Alipit,"Propel Manila, Penthouse B, PDCP Bank Center Building, V.A. Rufino St, Makati City, 1227 Metro Manila, the Philippines",the Philippines,carla@insightexpress.ph,https://orcid.org/0009-0006-4565-9433,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['behavioral nudges', 'hand hygiene', 'handwashing', 'nudges', 'Philippines', 'public market']",10.2166/washdev.2025.284 +1078,107919,15,5,https://iwaponline.com/washdev/article/15/5/384/107919/Improved-but-insufficient-rural-water,"Journal of Water, Sanitation & Hygiene for Development",Improved but insufficient rural water infrastructure: qualitative insights from six villages in Zambia,2025,TRUE,1,pdf,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.299/1/washdev0150384supp1.pdf?Expires=1786011687&Signature=CnRZs9AZGnoikugKM1pgUG7sIvGpDTH3Az2HQTVg9-GwzPiILlDlPYj~toIG1bOqCO0aet5tPOfAXqkV8mHNUjEKSQo6hU4M-dzABoOKJb4Wl3fzrElwQhnDNisgmKPjoKzcOcUVsDLT1u7YLRTBZIU6wzwZ2Is0S~ywgfh8IMJAVMVR2M42KOPiZZCWWyu3bTaYk~i9AWeOd1Qj5mLD2NpeYvj3Wl4JphAW7II8dqGgf2mqnPEKM-EmckBaXhGLhJFhkpawfWqbVbxdFSedr~cs8wP5WIxzCz6ZyrQNnxr0YEE6MaD-TNAsFqI3BGkqDgYT~3ZlSc4hs2ttBX9xsQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Samantha LeValley,"Department of Civil & Mineral Engineering, Centre for Global Engineering, University of Toronto, Toronto, Canada",Canada,,https://orcid.org/0009-0007-7428-6960,David Meyer,"Department of Civil & Mineral Engineering, Centre for Global Engineering, University of Toronto, Toronto, Canada",Canada,david.meyer@utoronto.ca,https://orcid.org/0000-0003-0979-118X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['demand satisfaction', 'piped water systems', 'qualitative research', 'rural water supply', 'water access', 'Zambia']",10.2166/washdev.2025.299 +1079,108097,15,5,https://iwaponline.com/washdev/article/15/5/398/108097/Physiochemical-and-bacteriological-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Physiochemical and bacteriological quality of tanker vended water supply chain in Lodwar Town, Kenya",2025,FALSE,0,,[],3,Paul Ekwar,"Department of Biological Sciences, Egerton University, P.O. BOX 536–20115, Egerton, Kenya",Kenya,ekwar.1901918@student.egerton.ac.ke,https://orcid.org/0000-0001-9379-9138,Paul Ekwar,"Department of Biological Sciences, Egerton University, P.O. BOX 536–20115, Egerton, Kenya",Kenya,ekwar.1901918@student.egerton.ac.ke,https://orcid.org/0000-0001-9379-9138,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['faecal coliforms', 'informal water vendors', 'supply chains', 'water quality', 'water tankers']",10.2166/washdev.2025.301 +1080,107920,15,5,https://iwaponline.com/washdev/article/15/5/412/107920/Using-propensity-score-matching-to-evaluate-the,"Journal of Water, Sanitation & Hygiene for Development",Using propensity score matching to evaluate the impact of household water treatment on childhood diarrhea: evidence from water-stressed rural settings,2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.340/1/washdev0150412supp1.docx?Expires=1785963497&Signature=M15F9vn031eYlJ5hJnDHhLRnxIZ5wBQcGIKhRZCLdmeXADrT6SJLGo08vdX~iDQapCnsq4cxFqTG7dph7ezgbbZILvOsKE1XmB~B87UD2YKPd94FVrJjbhWoSW1FPBDCRBwoKFaJjlpeAVXBd9uUWQOpWDasyANsmE3RgXk4r7jFa9DkKRO9DwduBUz3~YPfMzysVlGG0P4TUqK0sVyG2NQ1hyC7gQb6uL5a7VXjHU-IW2lrX3i5Yt8FuVT~aEn1gbH3~sX06BJOucrBXW0kTn6TIL9TZKsG0~n~cn4WBM~Zbjnqj0uVg1VvQi0soB8UoTL~PM7PNfpwzWstpbQwhQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Haileyesus Girma,"School of Environmental Health, Haramaya University, PO Box 235, Harar, Ethiopia",Ethiopia,hailejesus22@gmail.com,https://orcid.org/0000-0003-2927-725X,Haileyesus Girma,"School of Environmental Health, Haramaya University, PO Box 235, Harar, Ethiopia",Ethiopia,hailejesus22@gmail.com,https://orcid.org/0000-0003-2927-725X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['causal impact', 'diarrhea', 'household water treatment', 'propensity score matching', 'rural water supply']",10.2166/washdev.2025.340 +1081,108147,15,5,https://iwaponline.com/washdev/article/15/5/427/108147/Barriers-to-the-sustainability-of-rural-water,"Journal of Water, Sanitation & Hygiene for Development",Barriers to the sustainability of rural water schemes in Sub-Saharan African countries: a systematic review,2025,TRUE,2,docx & docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.101/1/washdev0150427supp1.docx?Expires=1785929384&Signature=ic~8t-g5Zx8f5PluJIk8DdfFH0BNltCl9N5ekVUB754SEFZ2E3no5Cd5vWsFZqSDoHcnyN-3HhF4ShKdm1gYOa1fqCTQULWsBGX4G71Crw3Jt5AT3JW3NJKecmLvKI6uR68CcqLmBhdHAD1dkrphC2pTcdL~TnUBP0qZxlZ-F0Y5AatFjeKukVhIAQE~F2sDk1ypGT~XwOQjm3WeegOzYKQhOW8jlkAFXDUISrRTD-tCE3wY2keu7pPlJmemtKirT7GamuqdTrEzn~DqrpcA4KTgTdzvbmwAaLGZFfeBAPp2vtAnW6Y9a8g4PkdsyhApglM~pEYrVGLMohrpB9t1vg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.101/1/washdev0150427supp2.docx?Expires=1785929384&Signature=VpjexKRzVadnp75RxtbyWGKRggc9S2QESt8KkVZMASK3AcJwsZI4c5XfYY5muSWMOqR7sqvFEUEepleWYx4NCwmSCeg7cg4Mpp63q5yn9NrVP0CEeE29qcOHpWfgJVbnVyAo27NkCBlTth2K4OQVnuZ1FkwmaanA8bKTJ1PdB4iSkC3sezuWvqiXO1AGlpYDaqGBNL~SwGyAfIIK54jbXL2ZHQKqdn86SsjEH0SS6Da~GItYKNhV71yN8uUyclpjsVCcNsnY-BM1n5PX5Z0nwWlXWxotHtDz6YOq0pJErK4WzKFbfny4-7gAgkrU-2HoLBQKgJjt8w6IkHvdLOfUyQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",12,Genet Gedamu,"Department of Environmental Health, School of Public Health, College of Medicine and Health Sciences, Bahir Dar University, Bahir Dar, Ethiopia",Ethiopia,geni_31280@gmail.com,https://orcid.org/0009-0004-9797-6671,Genet Gedamu,"Department of Environmental Health, School of Public Health, College of Medicine and Health Sciences, Bahir Dar University, Bahir Dar, Ethiopia",Ethiopia,geni_31280@gmail.com,https://orcid.org/0009-0004-9797-6671,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['barriers', 'rural water systems', 'Sub-Saharan Africa', 'sustainability', 'systematic review']",10.2166/washdev.2025.101 +1082,107910,15,5,https://iwaponline.com/washdev/article/15/5/443/107910/Assessing-the-vulnerability-of-districts-to,"Journal of Water, Sanitation & Hygiene for Development","Assessing the vulnerability of districts to waterborne diseases in Harare, Zimbabwe",2025,TRUE,19,txt & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp1.txt?Expires=1785323521&Signature=b9LMD84jeezY0wRw8nw2N2eoORRJmagrFSzbr7k6UvGekE~BH0HecN4hBSieQUNIc4fpurP1YqnkJ~rbNTBp25n41sSZw5f7mzNdEVDApjYqmpkjZUNYma2GzUThLg9ZBL58brDDTctgm6fy2-U1Z1365rGzomgqpd5EWizqqohKIRKlfjoljEx~UR38KilYJsdwBvXfwBO8yvMWcVMxuafY0THjnuEMtzevoh9YQeoaZGxD5eq5~qH8rfSxVRzijSmXpyE1JQ8F6fTVkELweXd-2jtKHsctxr4mUUUsQvI~K~5vMhVvz0uZEDJWUfolBlDm-uevrf9KUiIrsR~LMg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp2.xlsx?Expires=1785323521&Signature=QONdmONNx19503MJmp6ispUr~R5OEv52p1KfZu0-qd0ITPNg5JB43ElQeoG~cSGfNatOHdgkbRFcWy65NDWuS35lQyuXJPjvn2A2oPV-kHHJoo3lF9hUN09hH33IQDTpr7AiJqP3ahN-ig8HbDzNsIsLl45PbDlYUky0wy2donkK2j751QPgZrOircslxwUAuieEECsTXJd8wavtIpe2D7fiXKeRxM-YBB3r6hsqPUgI8xcvjzOZmFUtMEA8grjVwZb-sHe6cjBjx4clTfJ8FshPtzk3Fa1gSwiwskLqGoIpm7jHGK-I4hW6KleAdH~JHqsNVU2ISX25i7UvCKh9fg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp3.xlsx?Expires=1785323521&Signature=0cXSf6pY36m1k99aiYcX86RKBRVxjvxqcXQugOem2ZvrAppTib-5rB5amhPdDJexM7ppzhPTZ2tOe7slqjdKMQtCet~tC32EAp5AYm2W5rTTlo3ZuqyJQK1A61UYahcNevi0u~ZVBLGMSaJ5T8pcmEijwTRB-or9oZM07kvG9Ypx-jSIgy04NphmZNLx5IB~R6RSAZE29KR3ALhDQ0YJMhJId5GXJNXx8mDDa41D8TvqLu9bNYecSvg1ck3GjdEKIQo2dn5IbZAqRlBhnu2zybMhGagTezhnISnCfu6qyBeNqGq8xiStKpJqqeimPX9x~mN18ZL3CTTv5n7vXHChfA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp4.xlsx?Expires=1785323521&Signature=4ykz9EazLpSJBPZRTQN9IVCAGrBMz~SZDVZrsNE12tmUgBMdDv4xfbeDTijaFtkJJKfqXtmMyNjxEM4JrikHuOpnwRNvYX0j5ET1xVl-FoqRMocIP~t80vPwLyFe6aZV5DpXG08wm85bGelgVmvXYS7BON73X7H1aJALeEJ9mc2RCAXma8oBHfpuaSLwjswRwPNk9djx~lDtBg2RDr~gdXxtSXxWItxO-Ia9cTZaqa-bCBk90V9y7R0Eg0VLCJ7JP28O-PQoVTQ~0iIZHGgHMicBmqF8RIJ-XzxxUWodF9dwtp-yh4cN8fnX06rhqAsNgZyKDsUM87N3xNbc5RZQVg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp5.xlsx?Expires=1785323521&Signature=Pm6eaGMDDNF5eepE4nJGrRwJlUjgiO~Qznb-4HJNcqdlQY~8t~KBxjRQGURZuqx2ruXaSHE~kCUK~t2r6YgDm0sWEJuBvuAgkhJwwslCRUHx7bb4-KMpFtRQAh9hg~2-JQf6v2GiXp-YNkFTXpxK958YvT7Lbvy0m4yC~6lnEj9mmdyerTRsXXBiKhb7tb~kGb71A4dXxRL3HE4Z12AcDsfhjOlWiBZQVOvZ81aiSbADXzQCIa-8G7AdkZXEhhghs04nhx0g4B2t7B~GTr4rfzki2CCljaY07-5JWVUBQPMvQrtnm92aemEtCK8wrWSXRbTixXoyaehb5AEQ4rXxVg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp6.xlsx?Expires=1785323521&Signature=m7eag7czeY9MqQTMQFu~zeQFnNTFMaF7qFxx8IzvSlVaB4kq4lH5hU0PD7XHvfGa5QFISk32tE-erDym0HprfWGe0OGQuku38Et0xoOjmXtENcRjEzkwS4ZRg14bVcoa2YyYadJHDu3TWROCD6ggMlnw2txM2kmjXE0dFHms0G6fwug030llnsHUZYpyGwWpoGP-r4BQ1tmlD5c9A5kUe7y3rZ3MeQQS~ce7DEEdPjuPZUsJJFwnocruEQ7rweZLygi2eiuH2HlHTD0EqNTAl3fEcD9g~Ag4AbNG4hBkTRvtTCWemOrxXyd1U-AbNahmy61B~5HTyh9YMUGjYXGc9A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp7.xlsx?Expires=1785323521&Signature=W74arLUlcMo1t0m5ZpZvleXf3YroPnivF4efPBSuzetyJp~zo08CWfot5t~lHq3bHmrF~TgINlfk5-YCKmK~k0dhvfFrWJMpa43mHJ1okvxminTSu3hGQ9hHivshM0Tf19cdE~v6Wr4~8-jZAzu~wNPJxXycmoDvOBgBebTSncdb0VKCqpL2FHJLRRy11YRtiq-6~mt4ul~NrDjK4olo15fHnEWXE8WR1qvy82nS44hine8n09oszV8CcQLAigcsKjUPMnqS5UK~5BSz7tK411sNrsAPr5zrZSaxIZQN1O-MLcC9k2DUYz0w9gl~E1BAzX7tTXezYeMgqFq-oc06Rw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp8.xlsx?Expires=1785323521&Signature=qwb1dfkYdfVmlFIWeEoUxs0dJx-HheWUYu7-eUf8IeUditlWd7A8CAs1C7r4mqBPJ7xIiZcudpLJccTG7lsn31TFRHzVTF3nmFcdBBoiYbEkccFvWuCi6r007AeGP4WK0lEi5NdsIMlX7R8FDg8oCEH62f4sfWGuJ1yx1UzQdplFSCzf6~Xrj5Jx8YiEsEuSq~aQk5LRVd2nkKEOPj8wrFkvfE1E44WUoqAJn8pSPxWc7PZNedyuhyf0KYVtCbpFdvze5dQmNv3T3~pvzQGQ4VcbjBZMnqE95qPcAaiZYN012Uht9x3R-Sn3yMncrb59iLMtX6Lq~4K7CZrM5c7mDg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp9.xlsx?Expires=1785323521&Signature=z~9K5dG7SmCSxmS2Nf~B0qS3UJUcxjyeIFg3EaOrzQkwxpwGZVcVEdcCxRVSE~zTxqf-9xxs5x~BKdylXqiKeR5EcS1UDlLE-UHFgRU~HbFzp5A74zU96vMbwD1wdMQyYjKqjjtju~SwR8hzmFyuSJyQvtk2E0U6lNNFGmc3u4ZSN5Rg4isl2aHksBKRDS5kpaH5gvRrR8NmlmCOp0HCHUeiST~Ra9ZW565KM00D31vD-CZqiGuRciGIkXcQqF5rhtRbgDyOog0lh4jmc2-~DSn-1XXxkN4qdHrDp2iIvZeTmSFU55YMU3ny0rn1wgSX3XbY9pmkUoNaZ2RNIUVOww__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp10.xlsx?Expires=1785323521&Signature=BnN6YwNn9XNokd~oeg8ZRita9bzXry3U6uAJG8Ps1oIjnIMY1gyTzw4csK1cJI~U2cInwGY2YNrmhvbRBcnbNE6lUjCCZnOQwpcrLEMIz1X4tKPEws7CWycdy~KNLmC1V0EcGE-048Z3aOaGAgi3U7pUFJ2xVut49xxg6qR5HbTNX-c9MP5p2X8SiiIDmNN1yEqmPjSeYwtjDn~Vib5ryVRT2n7sWWvu6~g-OqO1s1GBhCF-HnjhF5bWaErq3ZUmi7kMZR7goatsHtJSt7i3f81caedr711au-5Bi4Zmz8WurEGV5K55k7Tf41K1Y085xlMp8lVl-Tu00tcKpDWE1Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp11.xlsx?Expires=1785323521&Signature=SsKjBrVjn0k67f~pK-cmLtHKBSJ1xX8w22R-0zc5lyr3F27nLpmIIbjVqJ9xUb4oCVovs5oru6b~UMezTSnsXZacMQyA6k-goCABgDXI~lKAasnGXAyT~5W2ykfgjJ8w5lmU4DHohf5q5mzPWcnTj3lrzh~ATC1~llRSM~-nGgviZC~e8GWW5Gzknj5pFTY2hzjNEIeHEjq2aoWOyByQjrb6kLpOJCD5odLT9QXNsyMQzVCHYFH9GtcNfhgu0GhUeh2Gr622drcdAJdB6Bm4pD0g8BNpWajvWgdoMw2b~iomKGFht1uHZgdenIDN-Am9hXWdB63ZjU7GiSIUgs7ULA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp12.xlsx?Expires=1785323521&Signature=WD6TpBT~kUOuCeGUj7vI7OdVgkTwnAsasBVgCplvRbVs9pmRKNYmOy4nU1ix--DAfPAuh8VC50Sj~pcMokUdNoYBUEHpr79ZDxTuwsysaG-D1hBFRCm7yb4Tmm-brQA2T4g3NmN74TDolfRE5PsRTcPGOYzjTVKzUjl7khVr6oER5ATGFj9CHVcrK3P678scSaA3pTZ2Dc2sfhr6XrRdza9o-6m9VioJ61ioby9-pklGbbo2gphHRURwNxIj26bpcggRHvRY6c2gi292cyKqldLFzH-2OSgq3YYV5IRe8yYtVfedX3OnWFQf1IjuWUrZXtKCGvqaFA1lS96B34iSHA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp13.xlsx?Expires=1785323521&Signature=xGq8359FNSetTwkUHOMpJED8Hicp7hDbvYdmTj5Mc5wH-Ocld~X0pxvLXSdcHv3qP7pcfVfV6sETJL16MtvBl3dGbIyPjg4-nEjdhJP9tDXMOXbIIEsY-~mx8DpehktUwRIK56Ia2Hboaoz2UBgqZUVJkSlL5h-rcI2jrg8VyQCkmVBingHiTxifJzLHkKf8CIlbqQQ5RdjmOrQOZFuEn80FoOy9Z1HnqT~gvldvW3JU9oeKiiaP7DGKFYrifweXGiju7A6yK0GYZ9-aYqQ7ze2h48NlQTwTrRQz-PsQKsPND2~FzKqdWPdzoL3yHzMgIi6KzuCW31IhHUbUDDw7xg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp14.xlsx?Expires=1785323521&Signature=h~Ibq~IpovZ52nIAYrhito2nfTPJ6wFbM2quGKq4t9nm9hMavZjAKBfe2so0MESCcE23K~Uti4vVfpSQUYFuAUSs2SY31d0z9X2lg3Csx9Ew-1WGI-xp33BEfvh1xjb~uHK0VYAj5qdBY7de~idbN8G0UIEYM8gEGKrZpYSWlw~OQULuzBfh6eTCS~TSEpryn5npJkFyAL6BByK8yhryt7DPwA7M4-54sDvdpnaQuiWvOu1tGot5eGcoRk38cvaCxQEB5GjGbjyWERgB0g8qZjOmjdOaZup--RetIRkeRJtFJqYlLAQcbampRyoBL5cszm5fktJOFFY3DBdIUYJM6A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp15.xlsx?Expires=1785323521&Signature=b6oodQ5qrw-47y7mfLOPK83IdBXxGOSa6WMsnd~okKcxUmY3uhN38xKrCnvKm5SeNw2pivo~5GeC~soyNu5uA7IyNw5NIOUx2sMjHAoHUaMj1ulAlgIgJ1vpPJXaG~IusYmoLLGveWThKl1UzcYbAAYO3xxTd6DNRhuWHBdLVgnUYZC0vlRUofO78nVl~tM7uOgbu1PwK1Nqa1jFesiP1Nj4uOifrFQvD0NXSgVTlvxteqDlOmlb5ErXOa97kuxldYVqBQvmDwPgKfQAhsVREviHro3rNnObsLiutRlsWDuSekQJIbVQsHM0Ha~fF9T57ylQib-NQWqChdX0539jxw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp16.xlsx?Expires=1785323521&Signature=KaTDIUsdphWHSdvI~m8zyr4ChEiRXXjIu8YvzcUjrFNGt1IDJ055VS9nxdtGQwh3dDGXYs8Kb4yaoPiDcxCs8nbD~2TjkUt6b4ru-2s5DbvUloavmzPHrOxV3~YixPF-GApPa0tuCzPPf6iLcW1SSnKqTe3DH4st-09VvCvfx6-IOVaekbi~ZOzMebVEg-WBnhfZOhlRaXTyXmK0i-4sF0uacS~RIx1vBBt8XivjCMK7rxxkM6aC-ls816La0LaizsDz~pFCtDwXitRV38jvgIY288vV7CcA3hf0997TnlWMwATKtPz4awC6EEdlzXch2NbBV4C15GEtlE2o2ddYjw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp17.xlsx?Expires=1785323521&Signature=eoWFv81X59Nz9dpls75u-Nir1g4T02wyBgPt9EDCexC~FXaXWrR-aRG0jOPiIsjJSobJVprPJfYCq4-JZRrYqbOXMwB5z2uBpiHMUpLeufT~TljcFDmLNxDkvHONEG0r-js5l~4embKCqZIrZUp9if3Jwt6D7jgg3g-v5ZAT4fHJeqHEq4tm0kmX8TK9ii9dVUCfLVn6CwuUHNE8FrWuKtoTkDyNwkBLShyn8jNwUSrlhSI5kYs5E-eb1BDYu66QULCrwBDASCXfsJAqxd5fYTJEoGmCsSRQN7dG5qd2YhPaBKJS9ssOePmi5FaaZEhoZxQFKWAcYdMntIoCezljRA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp18.xlsx?Expires=1785323521&Signature=Szg7gvI3Z9unRNnkzp8Epy76qv8nsd6-8eOh6Oiay3doxqvo7CnTiwi8GMLM~lIGzKyWnftubcgel3gUgWiEqkzFwHN16kj6WgHbHeoepDrpcQB9AP50O~3-StPl3xYbVIr79AJ5ONNCOoZHQVIUyA9XqfECUrQ~BOvztJ3U9A0px9hQr1NsCQEQIkpZsWHnr-bhS2VZpWXMj7yQTFRuTrjO28A881APl0gNKmWK7TRcflMimXRKyGGVBeotBHG3hZWGoKo2IYsX4ZHlAwG-P6nGFrKYK25cPEA6YWjffkHzX1Kn79~ZCqOmHr5XkPNU6Z-tG7ZsckKRYYwuMxiphw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp19.xlsx?Expires=1785323521&Signature=NhOV1yFqTxtVs79LoeZL3KJC9YKM6GcAfLFJbpsSjUcRDrPuHRa3uYb~4CyA-1FUaAl4-A1~pfU-1a~zveD2ZdDEV5ebG4eZBvZbOJlySZaGDLgM7GZW1oKaOmzJraiqSD1JW5s1hfuxsBXEyy1oKp9DC5Hvs~h4Gz4EtdwEekprbxVGT99VYtc0j5vGNdETCJInyvx4ow5lem2E8COrzCtr50U-oWYKoCuqSvZmsKNZhupLrcWvRXJvc5KuaV~iADfONH9si3XO9TUSmaiXnOPEsrL0V8szPKwMt1x4u2yz5Jhw4K7CHFYz7019gjTP-ZTlT8LLfh~t8XB7ZVDRLg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",2,Kuitakwashe Nhongo,"Department of Civil Engineering Science, University of Johannesburg, Auckland Park Campus 2006, Box 524, Johannesburg, South Africa",South Africa,221201679@student.uj.ac.za,https://orcid.org/0009-0004-5571-1456,Kuitakwashe Nhongo,"Department of Civil Engineering Science, University of Johannesburg, Auckland Park Campus 2006, Box 524, Johannesburg, South Africa",South Africa,221201679@student.uj.ac.za,https://orcid.org/0009-0004-5571-1456,TRUE,All the relevant data for the research is provided as supplementary material.,All the relevant data for the research is provided as supplementary material.,,"['climatic and environmental factors', 'geospatial modelling', 'Harare', 'socio-economic factors', 'vulnerability', 'waterborne diseases']",10.2166/washdev.2025.009 +1083,107974,15,5,https://iwaponline.com/washdev/article/15/5/454/107974/Water-sanitation-and-hygiene-status-of-community,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene status of community schools in Nepal",2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.015/1/washdev0150454supp1.docx?Expires=1785313501&Signature=cROXizXM~CI94VBsyYOfzRqIEpDObAJ--wPt~Y0Se-43Rzcc2Bfwcz57yU~0eEo8Hxwbpp7b43~8BdwxzmZaSEzpOQdgklkKMta2RslOtwT7jcXTsWzHi~tbWkT~KOcC-hmCoGSAx-9qsUHNeDbEHNe5iQ79SBiR8D-Edg4Z6JldS0Lyyt1QDu3solRWEive~CfiUoncEi6zIGegfa1htj5K1Rl6ZocKhQzBYBLOxdcCzb8pRF9nPnlQ3tEdpwd4HfqFvV7TohNXYqcCda4t2Sqo97aBV05AkyIr-Kir4znPEsZnB1-BsMA6C86C7OQ8SiYzuQMF9HOUA9B8cAqEzg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Devaraj Acharya,"Research Centre for Educational Innovation and Development [CERID], Tribhuvan University, Kathmandu, Nepal",Nepal,,https://orcid.org/0000-0003-0847-4836,Om Chandra Thasineku,"Research Centre for Educational Innovation and Development [CERID], Tribhuvan University, Kathmandu, Nepal",Nepal,om.thasineku@cerid.tu.edu.np,https://orcid.org/0009-0002-3621-3051,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['academic performance', 'midday meal', 'public school', 'school health and nutrition', 'target intervention', 'WASH indicators']",10.2166/washdev.2025.015 +1084,107925,15,5,https://iwaponline.com/washdev/article/15/5/467/107925/Assessment-of-biowaste-potential-for-biogas-and,"Journal of Water, Sanitation & Hygiene for Development","Assessment of biowaste potential for biogas and biofertilizer production in the Gedeo zone: a study of commercial, institutional, coffee, and wood processing industries",2025,FALSE,0,,[],3,Abu Duguma Debele,"Energy and Environment Research Centre, Dilla University, Dilla, Ethiopia",Ethiopia,abu.duguma@du.edu.et,https://orcid.org/0000-0001-8533-7451,Abu Duguma Debele,"Energy and Environment Research Centre, Dilla University, Dilla, Ethiopia",Ethiopia,abu.duguma@du.edu.et,https://orcid.org/0000-0001-8533-7451,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['biofertilizer', 'biogas', 'biowaste', 'composting', 'Gedeo zone', 'organic solid waste']",10.2166/washdev.2025.017 +1085,108149,15,6,https://iwaponline.com/washdev/article/15/6/479/108149/Does-school-water-sanitation-and-hygiene-SWASH,"Journal of Water, Sanitation & Hygiene for Development","Does school water, sanitation, and hygiene (SWASH) infrastructure affect school attendance and completion? Reviewing data evidence from mainland Tanzania",2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/6/10.2166_washdev.2025.221/1/washdev0150479supp1.docx?Expires=1785303095&Signature=mIwSIGKkS2KgsZcx~dddVowtQrgFthXVVzorTtyFEVWAe~t1FafSJlzIdcfpbwREhQ1ogSfI8wk5ijDUc9Yc2npa-8XdbOsn9B6ZFHLq98llENpm4njC9QrDdwd3tQGF~VZutYLeCDmUIQww~G4S~MKuOhFhblMfazevaXF5n~PgZyjbfYWTDtugHl3OzVyMHicEuaE8kTBSYrDWPHQNh-PHw2ZSGfjgLZ285PZdKf2cF8W4N23DNHrcBS3vZ8s~vTJEqvMuBm1wwa3UDiBnaPOBFr8XA~YFaffGhxF5mlxOUrhfBncPaJfHsZopDSQvxm3kXmEy15nVKmUb09tEpg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,Sebastian Silva-Leander,"ARCO Laboratory (Action Research for CO-development), Florence, Italy",Italy,silvaleander@gmail.com,https://orcid.org/0009-0007-0659-1437,Sebastian Silva-Leander,"ARCO Laboratory (Action Research for CO-development), Florence, Italy",Italy,silvaleander@gmail.com,https://orcid.org/0009-0007-0659-1437,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,,"['education', 'school attendance', 'school retention', 'SWASH']",10.2166/washdev.2025.221 +1086,108105,15,6,https://iwaponline.com/washdev/article/15/6/493/108105/Estimating-household-water-storage-from-images-A,"Journal of Water, Sanitation & Hygiene for Development",Estimating household water storage from images: A machine learning approach,2025,FALSE,0,,[],7,Chad Staddon,"Centre for Water, Communities & Resilience, University of the West of England, Bristol BS16 1QY, UK",UK,chad.staddon@uwe.ac.uk,https://orcid.org/0000-0002-2063-8525,Chad Staddon,"Centre for Water, Communities & Resilience, University of the West of England, Bristol BS16 1QY, UK",UK,chad.staddon@uwe.ac.uk,https://orcid.org/0000-0002-2063-8525,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['Bangladesh', 'household water storage', 'machine learning', 'SDG 61']",10.2166/washdev.2025.260 +1087,108230,15,6,https://iwaponline.com/washdev/article/15/6/502/108230/High-prevalence-of-gynaecological-symptoms-among,"Journal of Water, Sanitation & Hygiene for Development",High prevalence of gynaecological symptoms among Indian women: implications for integrated menstrual and reproductive health,2025,FALSE,0,,[],3,Supriya Garikipati,"Centre for Sustainable Development, School of Politics and International Relations, University College Dublin, Ireland.",Ireland.,supriya.garikipati@ucd.ie,https://orcid.org/0000-0001-8576-8227,Supriya Garikipati,"Centre for Sustainable Development, School of Politics and International Relations, University College Dublin, Ireland.",Ireland.,supriya.garikipati@ucd.ie,https://orcid.org/0000-0001-8576-8227,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['gynaecological symptoms', 'India', 'menstrual cups', 'menstrual health', 'reproductive tract infections', 'sexual and reproductive health']",10.2166/washdev.2025.288 +1088,108484,15,6,https://iwaponline.com/washdev/article/15/6/507/108484/Risk-assessment-of-hand-dug-well-water-a-case,"Journal of Water, Sanitation & Hygiene for Development",Risk assessment of hand-dug well water: a case study of Aflao in Ghana,2025,FALSE,0,,[],4,Abdul S.,"Department of Public Health Education, Faculty of Environment & Health Education, AAMUSTED. Mampong Campus, Asante Mampong, Ghana",Ghana,,https://orcid.org/0009-0005-4845-2078,Dwumfour-Asare B.,"Department of Environmental Health and Sanitation Education, Faculty of Environment & Health Education, AAMUSTED, Mampong Campus, Asante Mampong, Ghana",Ghana,bdasare@aamusted.edu.gh,https://orcid.org/0000-0002-6493-3892,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['contamination', 'groundwater', 'hand-dug wells', 'health risk assessment', 'sanitary inspection']",10.2166/washdev.2025.333 +1089,108265,15,6,https://iwaponline.com/washdev/article/15/6/520/108265/Spatio-temporal-trends-and-patterns-of-unmet-basic,"Journal of Water, Sanitation & Hygiene for Development",Spatio-temporal trends and patterns of unmet basic sanitation service needs in Ethiopia from 2011 to 2019,2025,FALSE,0,,[],6,Awoke Keleb,"Department of Environmental Health, College of Medicine and Health Sciences, Wollo University, Dessie, Ethiopia",Ethiopia,awoke.keleb@wu.edu.et,https://orcid.org/0000-0002-7510-3448,Awoke Keleb,"Department of Environmental Health, College of Medicine and Health Sciences, Wollo University, Dessie, Ethiopia",Ethiopia,awoke.keleb@wu.edu.et,https://orcid.org/0000-0002-7510-3448,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['EDHS', 'Ethiopia', 'spatiotemporal pattern', 'trend', 'unmet basic sanitation service']",10.2166/washdev.2025.039 +1090,108472,15,6,https://iwaponline.com/washdev/article/15/6/537/108472/Challenges-for-sustainable-healthcare-waste,"Journal of Water, Sanitation & Hygiene for Development",Challenges for sustainable healthcare waste management in Ethiopia: a qualitative investigation of gaps in policy and regulatory framework,2025,FALSE,0,,[],1,Abel Afework,"Centre for Sustainable Development, College of Social Sciences Arts and Humanities, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,abel.gsr-2491-16@aau.edu.et,https://orcid.org/0000-0002-9828-7446,Abel Afework,"Centre for Sustainable Development, College of Social Sciences Arts and Humanities, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,abel.gsr-2491-16@aau.edu.et,https://orcid.org/0000-0002-9828-7446,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ethiopia', 'healthcare waste', 'policy gap', 'regulatory gap', 'sustainable waste management']",10.2166/washdev.2025.041 +1091,108578,15,7,https://iwaponline.com/washdev/article/15/7/549/108578/Occurrence-and-health-risk-of-phthalates-in,"Journal of Water, Sanitation & Hygiene for Development","Occurrence and health risk of phthalates in groundwater and surface water matrix: a case study of Kampung Daraulin, Citarum, Indonesia",2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/7/10.2166_washdev.2025.339/1/washdev0150549supp1.docx?Expires=1785377985&Signature=YWzeyItMYSggD9LxSIrsH9EbOqZR4VFHhsPq-PVd1XmiX-0FXtRxvGLWidPiBeDwj2da1z8xz6maLOlpZ17FmPffkSUT9k9ItAiRRcWuIHY0SxBxw~WfaxoOlESlzkH8tmjIT4o6qSBIpAd5hsxQ9rMsgalVcYxOkKDEORRJ8XB429UuCMU5nqWm~HL4-uktgKjWi1xWKBzl9~cZR81nDKajBLKz6eV1f6rxojtT7IbEUMAHCrmZhUO2MEJC-tgdY0504AyyQr3ANZ-pieKXBAn86Z2tql-mkpW-baBT4j1USjKRc~R279Xr0PoozFVf2cIkgorSVRyESYryIckSeQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Lalu Muhammad Faathir Chalid,"Master of Environmental Engineering Program, Faculty of Civil and Environmental Engineering, Institut Teknologi Bandung, Bandung 40132, Indonesia",Indonesia,atingfaathir@gmail.com,https://orcid.org/0009-0005-7906-5601,Lalu Muhammad Faathir Chalid,"Master of Environmental Engineering Program, Faculty of Civil and Environmental Engineering, Institut Teknologi Bandung, Bandung 40132, Indonesia",Indonesia,atingfaathir@gmail.com,https://orcid.org/0009-0005-7906-5601,TRUE,All relevant data are available from an online repository or repositories. The dataset and supplementary materials used in this study are currently stored in a private Zotero library.,All relevant data are available from an online repository or repositories,,"['emerging pollutants', 'groundwater', 'human health risk', 'Kampung Daraulin', 'phthalic acid esters (PAEs)', 'risk perception']",10.2166/washdev.2025.339 +1092,108517,15,7,https://iwaponline.com/washdev/article/15/7/565/108517/Water-sanitation-and-hygiene-situation-in-public,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene situation in public primary schools in the Department of Man, Western Côte d'Ivoire",2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/7/10.2166_washdev.2025.008/1/washdev0150565supp1.docx?Expires=1785928071&Signature=ibnZY9fU8SAeFho7iHIqZPXdVjfa0AiZn4cDwqP1g78iPDvyeZt0KZ6AbmOTyNLoiNWPtHbYEbb4-ZcOZeTUk0~AMvS8hOV4JSO6t~MaHw2axboyDhvuqvFhJpxFlxi5WVPWNPXQAxHcz2YEg1iloq98wVbATcGdalKY8XasFtZdDrsazF7jgND2cegcszA88otpHFDsHx~nqwv5e5tO5Tpdo1WCmEDgCB70tVdTmag9Re4dD2r146tMeluCxZ0i3NuUTlnYpUEche0t3wz2vEWGcSCvSQxzMC68DiXcImjrIVoUvS7EzYGFxElwb0e6QVg4d~o8xdiOUHQv7QaaFA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],8,Franck Michaël Zahui,"Department of Agronomic, Forestry and Environmental Engineering, University of Man, BP 20 Man, Man, Côte d'Ivoire",Côte d'Ivoire,michael.zahui@univ-man.edu.ci,https://orcid.org/0000-0002-9203-2370,Franck Michaël Zahui,"Department of Agronomic, Forestry and Environmental Engineering, University of Man, BP 20 Man, Man, Côte d'Ivoire",Côte d'Ivoire,michael.zahui@univ-man.edu.ci,https://orcid.org/0000-0002-9203-2370,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Côte d'Ivoire', 'hygiene', 'primary school', 'sanitation', 'water']",10.2166/washdev.2025.008 +1093,108520,15,7,https://iwaponline.com/washdev/article/15/7/581/108520/Determinants-of-safe-water-handling-at-the,"Journal of Water, Sanitation & Hygiene for Development","Determinants of safe water handling at the household level in an urban informal settlement in Kampala City, Uganda",2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/7/10.2166_washdev.2025.016/1/washdev0150581supp1.docx?Expires=1785300321&Signature=zCdRWl2NLa3G4EPhf0Rfm-0TzQc35nCun7uXazO6L8o2gRSjVgPNiQJjUnR9Taoqk91Ho38xuljcou2lqLk6hpr0ELthbo2Tce4zFWep~WZ2tva8lRaXRkfZQw~TC-WhC0-dkglLhhWKP27n1Nxi8A7OhLcgTpqa41GJB4YAJZrqQd2N884t37p2d4M-m03vocqNTJ9Ld7BiV6FapIUZTiqqj1kDzP0mX5~LZTEMmuLdz4Uvp53ZredmjFOn~jGYvrf9OM~dPmLPgT3HUNBeLUrPx8KnO7x0oJcyBSVnJRcL4gGt1XbDtYV9OXz4ADGMOg~uThEegMNQuzoHeGZLng__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Sammy Shamir Ejoga,"Faculty of Health Sciences, Uganda Martyrs University, Nkozi, Uganda",Uganda,ejoga.sammy@stud.umu.ac.ug,https://orcid.org/0009-0001-6667-8549,Sammy Shamir Ejoga,"Faculty of Health Sciences, Uganda Martyrs University, Nkozi, Uganda",Uganda,ejoga.sammy@stud.umu.ac.ug,https://orcid.org/0009-0001-6667-8549,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['contamination', 'informal settlement', 'practices', 'safe water', 'waterborne']",10.2166/washdev.2025.016 +1094,108723,15,7,https://iwaponline.com/washdev/article/15/7/594/108723/Coping-with-water-insecurity-despite-access-and,"Journal of Water, Sanitation & Hygiene for Development",Coping with water insecurity despite access and abundance in the urban Amazon,2025,FALSE,0,,[],3,Steven Jay Rhue,"Department of Anthropology, The Ohio State University, Columbus, OH, USA",USA,rhue.3@osu.edu,https://orcid.org/0000-0002-0762-9093,Steven Jay Rhue,"Department of Anthropology, The Ohio State University, Columbus, OH, USA",USA,rhue.3@osu.edu,https://orcid.org/0000-0002-0762-9093,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['infrastructure', 'socio-economic status', 'water utilization']",10.2166/washdev.2025.063 +1095,108977,15,8,https://iwaponline.com/washdev/article/15/8/611/108977/Monitoring-and-assessing-different-strategies-of,"Journal of Water, Sanitation & Hygiene for Development",Monitoring and assessing different strategies of wastewater treatment plants on dissemination of antibiotic resistance in the downstream river environment,2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/8/10.2166_washdev.2025.147/1/washdev0150611supp1.docx?Expires=1785284931&Signature=0swXss22Wsly7Nvr8HavqlQJYRtn8wF~030NQ8SPV~r~lqkJy-rYET9XTbH83h1HH4jz~PUMZVmjFacFW7cJ7cWc3NG~f2aIn-4eL4QycnKh41xjND0jA7XCGbCwPKhyJe0zIxTSmfEUAUKzljiUQeaRrDl-FRChQf-yyx1xmx6CztLClihCra~xm4kY3FgejCzt-pC91GVWSpmcKPc9Dr88YHRBbSdqpEyjLWgSbVrIHIEPFcAU3JRsQAApx3MDzb9nUIn5HfbkBokNAbDFN3UV1BLo3ne1hH3Bc1tCl0uYYDThpgEXJZZh4KDLqfRDyHSj5D8pAK~SZo9n3T79zw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Sachin Saurabh,"Department of Molecular and Cellular Engineering, Jacob Institute of Biotechnology and Bioengineering, Sam Higginbottom University of Agriculture, Technology and Sciences, (SHUATS), 211007 Prayagraj, U.P., India",India,,,Vijay Tripathi,"Department of Molecular and Cellular Engineering, Jacob Institute of Biotechnology and Bioengineering, Sam Higginbottom University of Agriculture, Technology and Sciences, (SHUATS), 211007 Prayagraj, U.P., India",India,vijaytripathi.mb@geu.ac.in,https://orcid.org/0000-0002-6103-0890,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibiotic resistance', 'E. coli', 'Ganges River', 'multidrug-resistant', 'wastewater treatment plant']",10.2166/washdev.2025.147 +1096,108808,15,8,https://iwaponline.com/washdev/article/15/8/625/108808/Evaluating-wood-ash-as-a-low-cost-disinfectant-for,"Journal of Water, Sanitation & Hygiene for Development",Evaluating wood ash as a low-cost disinfectant for faecal and total coliform removal in bathroom greywater from Low-income communities in Zimbabwe,2025,FALSE,0,,[],3,Happymore Mbiza,"Faculty of Engineering and Built Environment, Department of Civil Engineering Science, University of Johannesburg, Johannesburg, South Africa",South Africa,,,Miklas Scholz,"Faculty of Engineering and Built Environment, Department of Civil Engineering Science, University of Johannesburg, Johannesburg, South Africa",South Africa,mscholz@uj.ac.za,https://orcid.org/0000-0001-8919-3838,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['bathroom greywater', 'disinfection', 'faecal coliforms', 'low-income communities', 'total coliforms', 'wood ash']",10.2166/washdev.2025.309 +1097,108824,15,8,https://iwaponline.com/washdev/article/15/8/639/108824/Unveiling-disparities-empowerment-and-access-to,"Journal of Water, Sanitation & Hygiene for Development","Unveiling disparities: empowerment and access to sanitation among urban households in Jakarta, Indonesia",2025,FALSE,0,,[],2,Shafira Arum Ayuni Sabri,"Study Program of Water and Sanitation Infrastructure Management, Faculty of Civil and Environmental Engineering, Institut Teknologi Bandung, Bandung 40132, Indonesia",Indonesia,shafirasabri@gmail.com,https://orcid.org/0009-0008-1831-9833,Shafira Arum Ayuni Sabri,"Study Program of Water and Sanitation Infrastructure Management, Faculty of Civil and Environmental Engineering, Institut Teknologi Bandung, Bandung 40132, Indonesia",Indonesia,shafirasabri@gmail.com,https://orcid.org/0009-0008-1831-9833,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['empowerment', 'gender disparities', 'socioeconomic status', 'urban sanitation']",10.2166/washdev.2025.341 +1098,108796,15,8,https://iwaponline.com/washdev/article/15/8/652/108796/A-review-on-the-application-of-bio-sand-filters,"Journal of Water, Sanitation & Hygiene for Development",A review on the application of bio-sand filters for arsenic removal,2025,FALSE,0,,[],8,Hareef Ahmed Keerio,"School of Environment and Safety Engineering, Jiangsu University, 301 Xuefu Road, Zhenjiang 212013, China",China,,,Adham Alnadish,"Department of Civil Engineering, Thamar University, Dhamar, Yemen",Yemen,adhmalnadish@gmail.com,https://orcid.org/0000-0002-7618-9781,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['bio-adsorbent', 'bio-sand filter', 'clean water', 'cost-effective', 'water recycling']",10.2166/washdev.2025.349 +1099,108573,15,8,https://iwaponline.com/washdev/article/15/8/669/108573/Environmental-implications-of-disposable-sanitary,"Journal of Water, Sanitation & Hygiene for Development","Environmental implications of disposable sanitary napkin washing practices: a study on menstrual hygiene management in West Java, Indonesia",2025,FALSE,0,,[],12,Lies Indriati,"Research Center for Environmental and Clean Technology, National Research and Innovation Agency, KST Samaun Samadikun, Jl. Sangkuriang, Bandung, West Java, Indonesia",Indonesia,lies006@brin.go.id,https://orcid.org/0000-0002-4238-8459,Lies Indriati,"Research Center for Environmental and Clean Technology, National Research and Innovation Agency, KST Samaun Samadikun, Jl. Sangkuriang, Bandung, West Java, Indonesia",Indonesia,lies006@brin.go.id,https://orcid.org/0000-0002-4238-8459,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['disposable pads', 'disposable sanitary napkin', 'environmental risk', 'menstrual hygiene management', 'washing']",10.2166/washdev.2025.005 +1100,108814,15,8,https://iwaponline.com/washdev/article/15/8/683/108814/Rural-community-water-supply-schemes-functionality,"Journal of Water, Sanitation & Hygiene for Development","Rural community water supply schemes: functionality status, sustainability, and associated factors in eastern Ethiopia: a mixed-methods study",2025,FALSE,0,,[],6,Yared Gashaw,"College of Health and Medical Sciences, School of Environmental Health Science, Haramaya University, Harar, Ethiopia",Ethiopia,,,Roba Argaw Tessema,"College of Health and Medical Sciences, School of Environmental Health Science, Haramaya University, Harar, Ethiopia",Ethiopia,robaargaw@gmail.com,https://orcid.org/0000-0001-8734-4030,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Ethiopia', 'functionality', 'hand pumps', 'rural water supply schemes', 'sustainability']",10.2166/washdev.2025.053 +1101,108984,15,8,https://iwaponline.com/washdev/article/15/8/697/108984/Household-water-treatment-and-storage-practices-in,"Journal of Water, Sanitation & Hygiene for Development",Household water treatment and storage practices in Mogadishu's IDP camps: a cross-sectional study,2025,FALSE,0,,[],5,Yusuf Hared Abdi,"Faculty of Health Sciences and Tropical Medicine, Somali National University, Mogadishu, Somalia",Somalia,hareedyuusuf@gmail.com,https://orcid.org/0009-0002-7224-2247,Yusuf Hared Abdi,"Faculty of Health Sciences and Tropical Medicine, Somali National University, Mogadishu, Somalia",Somalia,hareedyuusuf@gmail.com,https://orcid.org/0009-0002-7224-2247,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['household water treatment', 'internally displaced persons', 'sanitation practices', 'Somalia IDP camps', 'waterborne diseases']",10.2166/washdev.2025.086 +1102,109017,15,9,https://iwaponline.com/washdev/article/15/9/713/109017/Water-sanitation-and-hygiene-interventions-in,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene interventions in schools for effective pandemic response in low- and middle-income countries: a systematic scoping review",2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/9/10.2166_washdev.2025.346/1/washdev0150713supp1.docx?Expires=1785295355&Signature=1EIe68Sh-ewqt-Uypeq6mxa3ZFiZ7rVxLAX2epppd7wCVPZzZ1JMHEt7NQE1BlzCG-9~CxzDX9ujwqzYcmxLd3JJNKqadEwOoJfY-xCSGPIpV~3fWD272Vaq-m4Yre7E44JW1R6xHU1S79loU7VfJiFsA5Sm4Ec1VU9dZ4nOL3~W7Tg5FP8J70o-tl7QcpBoh4QCagaOqYPxo~Wcmd0AhcU524nfSFu5BLb~PwOI2mnaQ72ug7pVq8SrcDN9FQiNulmDDl9~N~~NR53pxOB5~9BPW2R1BjPNkU6~za3XhNXKIT50IEez6d8iXpL5t8WzETMHusymRnscqvo1uxzd4w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Gladys Chepkorir Seroney,"Faculty of Health Sciences, Durban University of Technology. P O Box 1334, Durban, 4001 South Africa",4001 South Africa,22176505@dut4life.ac.za,https://orcid.org/0000-0003-1189-4022,Gladys Chepkorir Seroney,"Faculty of Health Sciences, Durban University of Technology. P O Box 1334, Durban, 4001 South Africa",4001 South Africa,22176505@dut4life.ac.za,https://orcid.org/0000-0003-1189-4022,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['hygiene', 'interventions', 'sanitation', 'schools', 'WASH', 'water']",10.2166/washdev.2025.346 +1103,109359,15,9,https://iwaponline.com/washdev/article/15/9/732/109359/Accelerating-the-achievement-of-SDG-6-via-adaptive,"Journal of Water, Sanitation & Hygiene for Development",Accelerating the achievement of SDG 6 via adaptive capacity mainstreaming into water governance strategies: a case study of Nigeria,2025,FALSE,0,,[],3,Oluwaseun Omolaja Fadeyi,"Centre for Environmental Management, University of the Free State, Bloemfontein, South Africa",South Africa,,https://orcid.org/0000-0001-8369-4471,Enoch Bessah,"Department of Agricultural and Biosystems Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,enochbessah@knust.edu.gh,https://orcid.org/0000-0002-2187-2022,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adaptive capacity', 'climate change', 'Nigeria', 'SDG 6', 'water governance']",10.2166/washdev.2025.038 +1104,109374,15,9,https://iwaponline.com/washdev/article/15/9/759/109374/Expression-of-Concern-Exploring-handwashing,"Journal of Water, Sanitation & Hygiene for Development","Expression of Concern: Exploring handwashing knowledge and practice among lactating mothers in Kathmandu's slum communities, Nepal",2025,FALSE,0,,[],6,Govinda Prasad Devkota,"Tribhuvan University, Kathmandu, Nepal",Nepal,,https://orcid.org/0000-0002-9133-7914,Mohan Kumar Sharma,"Tribhuvan University, Kathmandu, Nepal",Nepal,mohankumar.sharma@pri.gov.np,https://orcid.org/0000-0002-7600-8223,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['breastfeeding mothers', 'child health', 'hand hygiene', 'sanitation', 'slum communities']",10.2166/washdev.2025.084 +1105,108724,15,10,https://iwaponline.com/washdev/article/15/10/769/108724/Antibiotic-resistant-bacteria-mirror-the-behaviour,"Journal of Water, Sanitation & Hygiene for Development",Antibiotic-resistant bacteria mirror the behaviour of faecal indicators during municipal wastewater treatment and discharge,2025,FALSE,0,,[],3,Bruno Bicudo,"Delft University of Technology, Delft, The Netherlands",The Netherlands,,,Doris van Halem,"Delft University of Technology, Delft, The Netherlands",The Netherlands,d.vanhalem@tudelft.nl,https://orcid.org/0000-0002-4443-8106,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antibiotic-resistant bacteria', 'disinfection', 'faecal indicators', 'wastewater treatment']",10.2166/washdev.2025.094 +1106,109577,15,10,https://iwaponline.com/washdev/article/15/10/782/109577/Assessing-microplastic-contamination-in-drinking,"Journal of Water, Sanitation & Hygiene for Development","Assessing microplastic contamination in drinking water: implications for vulnerable populations in Tema, Ghana",2025,FALSE,0,,[],4,Paapa Apraku Agyepong,"Department of Animal Biology and Conservation Sciences, College of Basic and Applied Sciences, University of Ghana, Legon, Ghana",Ghana,agyepongpaapa@gmail.com,https://orcid.org/0009-0009-4100-6090,Paapa Apraku Agyepong,"Department of Animal Biology and Conservation Sciences, College of Basic and Applied Sciences, University of Ghana, Legon, Ghana",Ghana,agyepongpaapa@gmail.com,https://orcid.org/0009-0009-4100-6090,TRUE,All relevant data are available from an online repository or repositories.,All relevant data are available from an online repository or repositories,,"['drinking water', 'global contamination', 'human health', 'microplastics', 'water treatment']",10.2166/washdev.2025.025 +1107,109423,15,10,https://iwaponline.com/washdev/article/15/10/795/109423/Scale-dependent-co-production-of-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Scale-dependent co-production of sanitation solutions in urban Tanzania,2025,FALSE,0,,[],4,Kelvin Haule,"Department of Geography and Environmental Studies, University of Dodoma, Dodoma, Tanzania",Tanzania,,https://orcid.org/0000-0002-3056-3846,Manoj Roy,"Lancaster Environment Centre, Lancaster University, Lancaster LA1 4YQ, UK",UK,m.roy1@lancaster.ac.uk,https://orcid.org/0000-0002-9658-851X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['co-production', 'sanitation', 'Sub-Saharan Africa', 'Tanzania', 'urban governance', 'WASH']",10.2166/washdev.2025.028 +1108,109788,15,10,https://iwaponline.com/washdev/article/15/10/806/109788/Towards-a-gender-transformative-climate-resilient,"Journal of Water, Sanitation & Hygiene for Development","Towards a gender-transformative climate-resilient rural water supply: women's involvement, roles, and rights in community-based water management in Indonesia",2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/10/10.2166_washdev.2025.030/1/washdev0150806supp1.docx?Expires=1785284135&Signature=P-e~VUPk870qcN4ultGu1R5NCEDv2lw6gFgnYYYUGLBVFI5-8IiDGM5N9objUAzDQC7kfO0iBA~ZXb5ruy4h9P9TN15enoqeTp1LmhxoEnl6P0jvCnP~xMIpQ74o3X3~MrvOdI-GRVBcZ40rhV5J7VBcjRMtwj-zliRsZUxn8HW4Mxe0G5xURQtGnAnz5E7KxR66N5DFku8lBM89eY7YsAHp9BEIEUwZfETmLNLkEq6~PN6iZ7oouqinr0ECfCqvcIwaQl9bx9tmWqjwXQzefTi-U5KGI940pNiyDLrI-FA2GiWTIt4qPBySx3Q9n55cOcSqb-lVeGgYYz7cjP6RYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],16,Cindy R. Priadi,"Environmental Engineering Study Program, Department of Civil Engineering, Faculty of Engineering, University of Indonesia, Depok, Indonesia",Indonesia,,https://orcid.org/0000-0002-5423-3446,Avni Kumar,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, Australia",Australia,avni.kumar@uts.edu.au,https://orcid.org/0000-0003-1024-0297,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['climate change', 'gender spectrum', 'PAMSIMAS', 'participation', 'sustainability']",10.2166/washdev.2025.030 +1109,109732,15,10,https://iwaponline.com/washdev/article/15/10/819/109732/An-improved-service-model-for-fecal-sludge,"Journal of Water, Sanitation & Hygiene for Development","An improved service model for fecal sludge management toward citywide inclusive sanitation: a case study in Bangkok City, Thailand",2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/10/10.2166_washdev.2025.040/1/washdev0150819supp1.docx?Expires=1785313031&Signature=c9GxFCfctTMPcjU5dzGi4-9HCIccaRGvUwa4SI8owDVHvr3wK37y~oZ5Ve1nwAWLX1gyBPhLUpNWAFZml4TQJzquUHK9mIeAHILDP7q4OsCK4uFYWgD4uJDUEUbKP-uatJjE9Q16LesHpbw6UM2hjDqQy2eske3zWAJ4LMqYbUKIxp-vHeUHLF3Lf-2jyvE1opPliflontVZ3FKvicEN-AA~9cAhlGCgjaVGwNzn3NoNHmgxEii51ts~39ljxSyEMc9fwC6rnO3F1Y3ozFJRGxCdoaA-ctdYQQQv19G-cAP9lCgiJTY7nTRy8Jz77ah4I3ORsIFMEYY09-c94XPVlg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Suntorn Sudsandee,"Department of Water Resources and Environmental Engineering, School of Engineering and Technology, Asian Institute of Technology, Klong Luang, Pathumthani, Thailand",Thailand,st123048@ait.asia,https://orcid.org/0000-0002-4557-189X,Suntorn Sudsandee,"Department of Water Resources and Environmental Engineering, School of Engineering and Technology, Asian Institute of Technology, Klong Luang, Pathumthani, Thailand",Thailand,st123048@ait.asia,https://orcid.org/0000-0002-4557-189X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Bangkok Metropolitan Administration', 'citywide inclusive sanitation', 'effective model', 'fecal sludge management', 'safely-managed sanitation']",10.2166/washdev.2025.040 +1110,109796,15,10,https://iwaponline.com/washdev/article/15/10/832/109796/Invisible-vulnerability-WASH-insecurity-of-older,"Journal of Water, Sanitation & Hygiene for Development",Invisible vulnerability: WASH insecurity of older adults in Ghana during a global public emergency,2025,FALSE,0,,[],5,Abraham Marshall Nunbogu,"Faculty of Environment, University of Waterloo, Waterloo, ON, Canada",Canada,amnunbog@uwaterloo.ca,https://orcid.org/0000-0003-4083-343X,Abraham Marshall Nunbogu,"Faculty of Environment, University of Waterloo, Waterloo, ON, Canada",Canada,amnunbog@uwaterloo.ca,https://orcid.org/0000-0003-4083-343X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['COVID-19', 'feminist political ecology of health', 'older women', 'WASH', 'Water insecurity']",10.2166/washdev.2025.058 +1111,109790,15,10,https://iwaponline.com/washdev/article/15/10/847/109790/Valorization-of-biowastes-using-Hermetia-illucens,"Journal of Water, Sanitation & Hygiene for Development",Valorization of biowastes using Hermetia illucens’ larvae and quantification of resultant greenhouse gas emissions,2025,FALSE,0,,[],4,Rosemary M. Matheka,"Civil, Construction and Environmental Engineering, Department Jomo Kenyatta University of Agriculture and Technology, P.O. Box 62000-00200, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,https://orcid.org/0000-0003-1827-5566,Rosemary M. Matheka,"Civil, Construction and Environmental Engineering, Department Jomo Kenyatta University of Agriculture and Technology, P.O. Box 62000-00200, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,https://orcid.org/0000-0003-1827-5566,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['bioconversion', 'biowastes', 'greenhouse gases', 'Hermetia illucens', 'valorization']",10.2166/washdev.2025.079 +1112,109733,15,10,https://iwaponline.com/washdev/article/15/10/866/109733/Climate-change-impacts-on-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Climate change impacts on water, sanitation, and hygiene (WASH) systems in Nepal: users' perception of community-managed WASH systems",2025,TRUE,2,docx & docx,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/10/10.2166_washdev.2025.138/1/washdev0150866supp1.docx?Expires=1785245009&Signature=Rx4QBApBzWxB2xPW2KYpzJh6XHhKYertFj7pavdo2nsCQnWjGlldfM2Y9RrlaBdqlpfP6tOuQsRbaJ26Mp~cwfRh7UIwVnd0AQWyFADH6uyJBhso3XmC3GUu7AhBZ~jDmJo4HEu~NO4LLRBkCrEUX7TchwXVAJMgXKlQa6dHV0Clj0hsBmRgB1x-2hFT~2pKkS~QiUH0H9K~2MZKRnurcQnFFnsPUVBzt8wm3eBitRCxU0oxABt0XjetGuLFLGJpg89gLUB9cwjUyMYHjU8cvVUtEFl5pv8~sRajv-23pcNEXsfEp6LPYd7NjA6~ud8RsTXynQOr9hUEuDvdW08Rcg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/10/10.2166_washdev.2025.138/1/washdev0150866supp2.docx?Expires=1785245009&Signature=FfGDBAqsGu5BUA5NIHbF-iDt0kr1u8GwcdB3U8IDn7fxDalsivbg~-p42mA3rM-SROD98~kd-kyYDMQTXLf7m2Z16So8Lj67dUoBJHxDkI64JYzzjhiMbpMsYt~b2MFb3YpfuIyWvgKsC7vLERuMwjX6hsR0Fjp8MaWt2cYcYrD9Lu-KMSAHFeaHtCu~XU4215XfRk~hFtjEzzi86yDVD6-rcXt5A7vpsuD7DcC0v6ILKwVKOlmIhviEQA0PWw-CuzBfAQ6LQvTQKpvljGPch2p3oBmU5JjQEAq2q4plZffKlg3dvK~zktI6MJ6GDpHrKQUeEvEkMW45OmdBCE20mw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",3,Resham Jung Singh,"Kuala Lumpur University of Science & Technology (KLUST) (formerly known as Infrastructure University Kuala Lumpur (IUKL)), De Centrum City, Jalan Ikram-Uniten, Kajang, Selangor Darul Ehsan 43000, Malaysia",Malaysia,resham.phd2020@gmail.com,https://orcid.org/0009-0008-7013-7893,Resham Jung Singh,"Kuala Lumpur University of Science & Technology (KLUST) (formerly known as Infrastructure University Kuala Lumpur (IUKL)), De Centrum City, Jalan Ikram-Uniten, Kajang, Selangor Darul Ehsan 43000, Malaysia",Malaysia,resham.phd2020@gmail.com,https://orcid.org/0009-0008-7013-7893,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['climate change', 'functionality', 'hazards', 'perception', 'sustainability', 'WASH']",10.2166/washdev.2025.138 +1113,109798,15,11,https://iwaponline.com/washdev/article/15/11/iii/109798/Water-operators-partnerships-in-search-of-a,"Journal of Water, Sanitation & Hygiene for Development",Water operators' partnerships: in search of a balance that works,2025,FALSE,0,,[],3,Klaas Schwartz,"IHE Institute for Water Education, Delft, The Netherlands",The Netherlands,k.schwartz@un-ihe.org,,Klaas Schwartz,"IHE Institute for Water Education, Delft, The Netherlands",The Netherlands,k.schwartz@un-ihe.org,,FALSE,,,,[],10.2166/washdev.2025.184 +1114,109923,15,11,https://iwaponline.com/washdev/article/15/11/881/109923/Challenges-of-water-and-sanitation-facilities-for,"Journal of Water, Sanitation & Hygiene for Development",Challenges of water and sanitation facilities for children in households in Ghana,2025,FALSE,0,,[],4,Nii Wellington,"Development Education Centre – Ghana, Box M103, Ministries, Accra, Ghana",Ghana,,https://orcid.org/0000-0003-2637-656X,Frank Kyei-Arthur,"Department of Environment and Public Health, University of Environment and Sustainable Development, Somanya, Eastern Region, Ghana",Ghana,fkyei-arthur@uesd.edu.gh,https://orcid.org/0000-0001-9794-8524,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['access', 'children', 'Ghana', 'hygiene', 'sanitation', 'water']",10.2166/washdev.2025.021 +1115,109789,15,11,https://iwaponline.com/washdev/article/15/11/897/109789/Enhancing-the-educational-environment-for-optimal,"Journal of Water, Sanitation & Hygiene for Development","Enhancing the educational environment for optimal menstrual hygiene management in Kisangani, Democratic Republic of Congo",2025,FALSE,0,,[],8,Alpha Ngandru Kiza,"Department of Public Health, Faculty of Medicine and Pharmacy, Université de Kisangani, BP 2012 Kisangani, Democratic Republic of Congo",Democratic Republic of Congo,kizaalpha@gmail.com,https://orcid.org/0009-0003-8707-6576,Alpha Ngandru Kiza,"Department of Public Health, Faculty of Medicine and Pharmacy, Université de Kisangani, BP 2012 Kisangani, Democratic Republic of Congo",Democratic Republic of Congo,kizaalpha@gmail.com,https://orcid.org/0009-0003-8707-6576,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Democratic Republic of Congo', 'menstrual hygiene management', 'sanitation facilities', 'school environment', 'WASH infrastructure in school']",10.2166/washdev.2025.035 +1116,109797,15,11,https://iwaponline.com/washdev/article/15/11/907/109797/Evaluating-economic-and-public-health,"Journal of Water, Sanitation & Hygiene for Development",Evaluating economic and public health justifications for water safety plans: A cost-benefit and risk reduction perspective for Zimbabwe,2025,FALSE,0,,[],4,H. Mbiza,"Department of Civil Engineering Science, School of Civil Engineering, and the Built Environment, Faculty of Engineering and the Built Environment, University of Johannesburg, Kingsway Campus, P.O. Box 524, Aukland Park 2006, Johannesburg, South Africa",South Africa,,,Miklas Scholz,"Department of Civil Engineering Science, School of Civil Engineering, and the Built Environment, Faculty of Engineering and the Built Environment, University of Johannesburg, Kingsway Campus, P.O. Box 524, Aukland Park 2006, Johannesburg, South Africa",South Africa,mscholz@uj.ac.za,https://orcid.org/0000-0001-8919-3838,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['cost-benefit analysis', 'diarrhoeal disease', 'disability-adjusted life years averted', 'public health economics', 'water safety plans', 'Zimbabwe']",10.2166/washdev.2025.092 +1117,109952,15,11,https://iwaponline.com/washdev/article/15/11/926/109952/Assessing-the-sustainability-and-utilization-of,"Journal of Water, Sanitation & Hygiene for Development",Assessing the sustainability and utilization of CLTS facilities in rural Ghana: evidence from the Daffiama-Bussie-Issah District,2025,FALSE,0,,[],3,Mohammed Awal Abubakari,"Directorate of Research, Simon Diedong Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,maawal@st.ubids.edu.gh,https://orcid.org/0009-0002-4009-1528,Mohammed Awal Abubakari,"Directorate of Research, Simon Diedong Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,maawal@st.ubids.edu.gh,https://orcid.org/0009-0002-4009-1528,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['community-led total sanitation', 'faecal sludge management', 'rural hygiene practice', 'sanitation facilities', 'sustainability']",10.2166/washdev.2025.111 +1118,110079,15,11,https://iwaponline.com/washdev/article/15/11/941/110079/A-coupled-CFD-evaporation-model-to-estimate-drying,"Journal of Water, Sanitation & Hygiene for Development",A coupled CFD-evaporation model to estimate drying rates across laminate-lined sanitation systems,2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/11/10.2166_washdev.2025.112/1/washdev0150941supp1.docx?Expires=1785297076&Signature=p6fY6jjHSiV4TKszNwx89cYTWyljg4XUFFuf2jpv708prUejiBVhC09rKYhl29IGEy00gHmn0HMlRkucyKLYjsoGVAUp95DYTDEG4rsAgd3MMJGdYlxcaaNg2SFfaT8d42ESctV8R266Pua7kF6~uYf-3j8uymboJWSPwaZnzDNkcaTKsP-4CswH6-90yNjru3M3gaMrpGttKuERdPSu7eo2kiLdFsJEXutzX-xKuz9U85O0fqFFP685s3cGFdY-g0ge9sE4NsD10UDSoYjxEr-L~ejnH~bSh7L7t5J9uTJP3P24hU~89PL-8tcNaDGHmeaqXtbozrXtQeBjDkdpUg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Shray Saxena,"Department of Natural Sciences & Institute for Water Resources Science and Technology, Texas A&M University-San Antonio, San Antonio, TX 78224, USA",USA,ssaxena@tamusa.edu,https://orcid.org/0000-0002-0452-5619,Shray Saxena,"Department of Natural Sciences & Institute for Water Resources Science and Technology, Texas A&M University-San Antonio, San Antonio, TX 78224, USA",USA,ssaxena@tamusa.edu,https://orcid.org/0000-0002-0452-5619,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['CFD-evaporation', 'CFD modeling', 'evapotranspiration', 'laminate-drying', 'sanitation']",10.2166/washdev.2025.112 +1119,109924,15,11,https://iwaponline.com/washdev/article/15/11/955/109924/Does-container-based-sanitation-align-with,"Journal of Water, Sanitation & Hygiene for Development",Does container-based sanitation align with sanitation sectoral planning in Lima?,2025,FALSE,0,,[],4,Hellen López,"Department of Management Science, Pontificia Universidad Católica del Perú, Lima, Perú",Perú,,https://orcid.org/0000-0002-5977-9966,Alesia Dedaa Ofori,"Cranfield Water Science Institute, Faculty of Engineering and Applied Sciences, Cranfield University, Cranfield, UK",UK,alesia.ofori@cranfield.ac.uk,https://orcid.org/0000-0002-0912-067X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,,"['CBS', 'governance', 'Lima', 'non-sewer', 'sanitation', 'scalability']",10.2166/washdev.2025.124 +1120,109917,15,11,https://iwaponline.com/washdev/article/15/11/966/109917/Microplastics-in-bottled-water-assessing-drinking,"Journal of Water, Sanitation & Hygiene for Development",Microplastics in bottled water: assessing drinking safety in Nepal,2025,FALSE,0,,[],1,Raj Kumar Thapa,"Pharmacy Program, Gandaki University, Gyankunja, Pokhara, Kaski, Nepal",Nepal,rkthapa@gandakiuniversity.edu.np,https://orcid.org/0009-0004-7488-7465,Raj Kumar Thapa,"Pharmacy Program, Gandaki University, Gyankunja, Pokhara, Kaski, Nepal",Nepal,rkthapa@gandakiuniversity.edu.np,https://orcid.org/0009-0004-7488-7465,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['drinking water', 'imaging', 'microplastics', 'microscopy', 'Nepal']",10.2166/washdev.2025.161 +1121,109922,15,11,https://iwaponline.com/washdev/article/15/11/977/109922/A-grounded-theory-approach-to-sanitation-flood,"Journal of Water, Sanitation & Hygiene for Development",A grounded theory approach to sanitation-flood disaster risk reduction in Peri-Urban areas: a case of Zambia,2025,FALSE,0,,[],5,Sydney Haanzuki Mudenda,"Department of Civil and Environmental Engineering, University of Zambia, Lusaka, Zambia",Zambia,sydney@allioneconsulting.com,https://orcid.org/0000-0003-3165-3832,Sydney Haanzuki Mudenda,"Department of Civil and Environmental Engineering, University of Zambia, Lusaka, Zambia",Zambia,sydney@allioneconsulting.com,https://orcid.org/0000-0003-3165-3832,TRUE,All relevant data are available from https://1drv.ms/f/c/59cfebd092e14afe/Eptrq3g5bVRFnjpClSBVUVABthL9vFq6hhn6yalnb6uD2Q.,All relevant data are available from https://1drv.ms/f/c/59cfebd092e14afe/Eptrq3g5bVRFnjpClSBVUVABthL9vFq6hhn6yalnb6uD2Q.,,"['disaster risk reduction', 'flood-related risks', 'governance', 'grounded theory', 'peri-urban areas', 'sanitation-flood disasters']",10.2166/washdev.2025.169 +1122,110205,15,12,https://iwaponline.com/washdev/article/15/12/993/110205/Nature-based-solutions-for-sustainable-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Nature-based solutions for sustainable wastewater reuse: treatment wetlands for irrigation at Ndiebene Gandiol School, Senegal",2025,FALSE,0,,[],4,Antonina Torrens,"Department of Biology, Health and Environment, Faculty of Pharmacy and Food Sciences, University of Barcelona, Barcelona, Spain",Spain,antoninatorrens@ub.edu,https://orcid.org/0000-0002-2680-7561,Antonina Torrens,"Department of Biology, Health and Environment, Faculty of Pharmacy and Food Sciences, University of Barcelona, Barcelona, Spain",Spain,antoninatorrens@ub.edu,https://orcid.org/0000-0002-2680-7561,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['nature-based solutions', 'rural sanitation', 'Senegal', 'sustainable water reuse', 'treatment wetlands', 'Typha and Vetiver']",10.2166/washdev.2025.323 +1123,110417,15,12,https://iwaponline.com/washdev/article/15/12/1007/110417/Impact-of-household-water-storage-practices-on,"Journal of Water, Sanitation & Hygiene for Development","Impact of household water storage practices on water quality: a case study of Debre Markos town, Ethiopia",2025,FALSE,0,,[],3,Endeshaw Nibret Abeje,"Department of Hydraulic and Water Resources Engineering, Institute of Technology, Debre Markos University, P.O.Box 269, Debre Markos, Ethiopia",Ethiopia,endeshaw_nibret@dmu.edu.et,https://orcid.org/0000-0002-4704-1630,Endeshaw Nibret Abeje,"Department of Hydraulic and Water Resources Engineering, Institute of Technology, Debre Markos University, P.O.Box 269, Debre Markos, Ethiopia",Ethiopia,endeshaw_nibret@dmu.edu.et,https://orcid.org/0000-0002-4704-1630,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['contamination', 'Debre Markos', 'drinking water', 'microbial', 'storage practices', 'water quality']",10.2166/washdev.2025.023 +1124,110149,15,12,https://iwaponline.com/washdev/article/15/12/1023/110149/Community-Business-partnerships-for-health-mapping,"Journal of Water, Sanitation & Hygiene for Development","Community-Business partnerships for health: mapping community actors, their linkages and influence to promote water sanitation and hygiene, and business scaling",2025,FALSE,0,,[],4,E. 'Kuor Kumoji,"Johns Hopkins Bloomberg School of Public Health, Center for Communication Programs, 111 Market Street, Suite 310, Baltimore, Maryland 21202, USA",USA,KuorKumoji@jhu.edu,https://orcid.org/0000-0001-5736-4428,E. 'Kuor Kumoji,"Johns Hopkins Bloomberg School of Public Health, Center for Communication Programs, 111 Market Street, Suite 310, Baltimore, Maryland 21202, USA",USA,KuorKumoji@jhu.edu,https://orcid.org/0000-0001-5736-4428,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['actors', 'Ghana', 'influence mapping', 'networks', 'social enterprise', 'WASH']",10.2166/washdev.2025.054 +1125,110194,15,12,https://iwaponline.com/washdev/article/15/12/1038/110194/A-lived-experience-assessment-of-public-private,"Journal of Water, Sanitation & Hygiene for Development",A lived experience assessment of public–private partnerships delivering rural water services in Rwanda,2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.065/1/washdev0151038supp1.docx?Expires=1785272457&Signature=Am4gc1L1h73UWLO2E6pAgioZ-XsztobvmgnHc5q9sdCow9hHuTUIv2soF6gOdYeNRIWPtq-6lpKIkLOqSSZ1ldcOJ-Ua1u31tZv5ZAftpqEJ0YP4cCeGHgJu~Zp0tqvcZQtlEajevMCipfJzzRG3RBjpV5DPqqh~8IDYJyX76J~kSeXTb7buB~J~lkun7AZn6c2Ic5B06lPL4LJ-W0VQ6zTM8zLPl-VFA9mMApUPMukkQrUbjc0MRle6AIn47U2cObVwv~hGTON16SJnI~9kXel7LZY3hzqfDpNfvKuDzqFj6YGHqLWEnxPyCoT1WwuYCqVlzmg0cQb6Uca0zO0enQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Sydney Sapper,"Cranfield Water Science Institute, Cranfield University, Cranfield, Beds, UK",UK,,,Paul Jeffrey,"Cranfield Water Science Institute, Cranfield University, Cranfield, Beds, UK",UK,p.j.jeffrey@cranfield.ac.uk,https://orcid.org/0000-0001-6618-0815,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['public–private partnerships', 'rural', 'Rwanda', 'water services']",10.2166/washdev.2025.065 +1126,110187,15,12,https://iwaponline.com/washdev/article/15/12/1053/110187/Gender-responsive-behaviour-change-research,"Journal of Water, Sanitation & Hygiene for Development",Gender-responsive behaviour change research: leveraging women's and men's motivations to inform interventions for transitioning to piped water supply in Indonesia,2025,FALSE,0,,[],7,Diana Teresa Pakasi,"Sociology, Universitas Indonesia, C building 3rd floor faculty of social and political sciences campus ui, Depok, 16424, Indonesia",Indonesia,,https://orcid.org/0000-0002-4956-8081,Juliet Willetts,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia",Australia,juliet.willetts@uts.edu.au,https://orcid.org/0000-0002-3975-9642,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['behaviour-centred design', 'behaviour change', 'gender-responsive', 'WASH piped water']",10.2166/washdev.2025.081 +1127,110210,15,12,https://iwaponline.com/washdev/article/15/12/1069/110210/Arsenic-Iron-removal-plants-in-water-challenged,"Journal of Water, Sanitation & Hygiene for Development",Arsenic-Iron removal plants in water-challenged rural areas of Bangladesh: performance evaluation and user perception,2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.117/1/washdev0151069supp1.docx?Expires=1785539977&Signature=g4tYvSt2feb2Untk91m94FZ9e7nYKy4U0I0BmRFLshucbFnHce8lFNsMJy37VfzKQeiBF5rvHPlPweJNusutHg1W1e1AANoOiRku8csiH0I3itxzFzMX33aWH~r0RKCUuefg8gohfU8NVQQvJJWC0i-3~xQhURbCHQUecDU3iRmp84fQVX3MnWbeIAXA2QrGXxrvjbzUVyIH7P8BQsczeq0fkcQ1YhDtpMgv52eRIXYdyWa4ZuIdxnQ2PGfsQ7hTxDS~3-06R4KtMYDIbuJgrjwGkTZPvez2a4a0ktWXjmUFHc~zZ-5TbdsCvTjg7xrf3KYhYVmPh44K2RodeBwsiQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Belal Hossain,"Department of Civil Engineering, Bangladesh University of Engineering and Technology, Dhaka 1000, Bangladesh",Bangladesh,,,Tanvir Ahmed,"Department of Civil Engineering, Bangladesh University of Engineering and Technology, Dhaka 1000, Bangladesh",Bangladesh,tanvirahmed@ce.buet.ac.bd,https://orcid.org/0000-0002-8970-0999,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Arsenic Iron Removal Plants (AIRPs)', 'free listing', 'performance', 'questionnaire survey', 'Smith's Salience Index (SSI)', 'water-challenged']",10.2166/washdev.2025.117 +1128,110462,15,12,https://iwaponline.com/washdev/article/15/12/1084/110462/Influence-of-pit-latrine-design-features-on,"Journal of Water, Sanitation & Hygiene for Development","Influence of pit latrine design features on methane emissions in informal urban settlements: evidence from Kauma Township, Malawi",2025,FALSE,0,,[],3,Francis Sande,"Department of Environmental and Natural Resource Management, Lilongwe University of Agriculture and Natural Resources (Lilongwe University of Agriculture and Natural Resources – LUANAR), P.O. Box 219, Lilongwe, Malawi",Malawi,230201527@luanar.ac.mw,https://orcid.org/0009-0004-2293-0310,Francis Sande,"Department of Environmental and Natural Resource Management, Lilongwe University of Agriculture and Natural Resources (Lilongwe University of Agriculture and Natural Resources – LUANAR), P.O. Box 219, Lilongwe, Malawi",Malawi,230201527@luanar.ac.mw,https://orcid.org/0009-0004-2293-0310,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['anaerobic digestion', 'climate-smart sanitation', 'design features', 'greenhouse gas emissions', 'methane emissions', 'pit latrines']",10.2166/washdev.2025.144 +1129,110421,15,12,https://iwaponline.com/washdev/article/15/12/1101/110421/Geospatial-analysis-of-factors-influencing,"Journal of Water, Sanitation & Hygiene for Development","Geospatial analysis of factors influencing waterborne disease outbreaks in Harare, Zimbabwe",2025,TRUE,15,xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & zip,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp1.xlsx?Expires=1785266237&Signature=Fn3jxwlBWR-oLa~0MOcngFteSigsNa2Tkm7VwHw3LV-y31sdkcN4cg0wXG6R41oBYHJEZTiGtcZIchiUiGlfl8~irZVRzjNpU7~j7aMPM1XXF0R7-zhZwgMLt1VS1wVBFoUQTpW9b8xu8LK5I-z7WL6onq7rSA4XqvbuD2zEJ8jG3Gvf3NnDEM0BNTH4vDsGGasUAsR8FO0PpGdbdY~Yj4S5JJv0aqKN~UoQCGRtZGrx64wWhj9D73as1aPYWVSVdSkrW6gm5aW3M55hed8kdKqUyuMf8YdiBe0ZQawhGvvZcLzzLX1OuHS2cyi08ltw40K8-GedAU-lRnKqvhL6Mw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp2.xlsx?Expires=1785266237&Signature=AUjxJq0Dc9rs2v6wOKsqkmZjss~Dhrmbl2sSTAGJPm1~~~bHqY-M91jvniBgwJj1XI38bdNtp7S7uOLBTJZW1DaW1vbbrp1LJ~vzyewO6QuiW8U~-V2R3CJk1~Tz4u6kg7oC2sacB2SFK-aTDqNqUr6~IGwDwDU2Kb1lI2Ou9AdQedDn0RRupsFYGL5doOTUKooyC3N160c0GWw4tUVmwfe-V56USvcBrE~~d3QZ4PTCvnBrGdFpNG9dagm8~JzvlH9xPJFKlzmVd9YnXroX6cQyM2UhoA6usZ8hBQsRZTj6fXaTIE557Ncufd7dsCq2iawW5fiG3bUK~WAyUvaLSQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp3.xlsx?Expires=1785266237&Signature=HiT4VNgdxa7gy8d6OE7dSl4zylIZ3ktuJ-yj5B~hQ-MMn5SjULQ2DdIWo0EUJzwKfTtQPBkSOPEaOIik5KHCyfZbQfBa-6JbNaeXwXKZjBf2O8SVJVA7fayyYzM26MAF0OSK2Tf0yZADz-0nQsbwI8eANF5TdE2o1by2WhN6U5p0Jpj~UvEXUbxAcORJP-h1CX2uDV-svSNodvS9iR0~-xiQ~IY9iOPQ2tA8N4sEY7UebThnY08ugiBCFIYdzJNfTBtMGz3mTXHKXbEa5jSkvpD5NkKGqjQf~zsYwb5SVXcbUGpDHNrbmdWND9twAdXaGCg~yMOJtce2QxhvAizT8g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp4.xlsx?Expires=1785266237&Signature=F3Nsxx8En~skeo68iOikve1NIEJJLkZT6NvXn2-89S3bM0yhxDiw2vH~QL8VCXoCFjFz2X19mh-~NJazJ2doMBwfkpXUlLj-V4teOxqnkszzs~S8LSjCnscxqZNFu1nkSUN7rk5~FOtsFXUSRMEyiEyIanIG7OqUo8Wn4C-PXaHalnvDMtizCMZn-5JNWPk9E0vjM7sbvBpcpgeMTrRFpId8r0almU8qm5IdWwW2DVfE906BKH9S0R85J7xqwxJphSjyIh05nMlegbMM0~1x9-grLWMtYoVhOVf1GWiPNDOkoumI8Zpe2LzX2nJ3XpIX0nU2gm0tQayV9gl9pc-goA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp5.xlsx?Expires=1785266237&Signature=UlbLGS9kpW7DLlq1LzCJ7sJTX-LiNMVIDTv3hR11XttuBTltEVnaeuCetLyE0UqzzDWxQLDv7yxtXa1Zmpmbj1fg4Hih6Pv5qaTH~7OizZEi280h74vbjBulhX~o7pmU1GMIfP2SlvoTGl0lws1opF8BmWJuTakarOzf5xQMYAloyAzzlUqueCN8EovUR8yRWP0F1-e81ST3ecKPm8WSupsg3Uo5w7yU8pC19VRNq-MSVm8~Mis8y1N5ao7VQ62IpiW-gJEGprrm64SCguzSYYGFj2TazcKIKMquedzb6~Go5jaKN7yudT6RMekAnPkD757wY1j9NtzbCpptI4EP9A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp6.xlsx?Expires=1785266237&Signature=e9CxCoKGwCqeZByDa1hleZL-nvxSvsKJGGduHgq35ytaEuazIDzs2Bc9mZphM9EBoEuypImtXWPo0JuXxp-Pbdjx0gfNIieg-qM4Maeji1226LkbaVn27uPDrEa~h41s4eSu0G8oou-~I5z~~E00znegSSLnSGlYrJ1qFpcg2M1k7vmq40GFcMItpvvfO2mWgmi7BqdaJO8fP7RLk9IuZGqCPVglTqhF2PXRj3VBr48pTdcOemw26Z9ANK-0Eo33Mh9l2UO3yTzQU0Kr94RytMmMlW2vO0G4sWu9fKlg66yBsidywPpKkOyE8KeNt9MkQJv6UQ0Kw6Sj5-UIpCvISg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp7.xlsx?Expires=1785266237&Signature=WSMV3YR9ym3q5YhKzd2doNddVIupPFne5PlOs7PNkdTuCxUV20CrxkbeSbc-D0BrKAGYDMmXI2Dvc3WZKYgrcsd5QRKTzWuA6OxmV2dKSydhdecYODxFHiMLabko18Yo3aLmt5oM3Ssqg0vXJNM9FiPV9VON10HFwdljhPjmIbxE4nrti-OHGl7GJiiS~gsDhnbIHzOAdyVokFVTkSVap97EHK3wv-mSbohdc0WWm3eXoYJuCwSKOfl1n2a5mZTUqoQi-NL7x9NxWpyJAIvq0j69ciDnJtEBDmWVz76Te4Q~57atFAyCa38~Y-maJV1McIePkOyb9-Et~YlucduWsA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp8.xlsx?Expires=1785266237&Signature=zmhcByMj9jdx46y4KUdJZ7gWOAs6YLtI0EuNEslhgUue4e8KvAphhk75SD31jJl5XjChZ0p4N2~8TubSgISV-lA6m5tnh7ihvj9~Di1N5KKly2kaO4joIQE3ovIc-uvN80jnCzS2On~C31HZlmMFOlde6N0Qh~IbE-VAdpUrhJCrDiYqMIkGDQREzYe8DhmWzPhSxuUSjePnd-cQuRMItHWbppZIl7EMZ8Sp8sH~p6xnWZcnwNiK4tRNgrgjAMAGDwn8Z38oq2GN~bLNmmC3Aj8PffaJtHhBeIE9xMbLppUuaYVe28Tk~D7~iG~pyXH9g0iZ6-YZuc13kui~jtD5lw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp9.xlsx?Expires=1785266237&Signature=VkkzRLBE~WEM6SLEjFuDWsX-XfItZwWM3ACyj4DB83TOOqCGOc4801UQWNePMBEkc-9F2zq8z-GAmPtmQCf4e8OYOBIIybW128JkRdBAMFCYYgx6P8pnvfKNf5ZjG9RJwn7a9FG88GU8XxbgRaW4DL6bMyfiwQYgvA8yE0HzMYLjdJFQMZmP6z0-GEVUpDdph5mrTcqaarocUqMDBjv60G9qhsMrTAnXloAQaX~PM4acFIUPZSzTqiGVxjnOgYCuET4-AL9ovirhCU3eeLtmOuFbr~FEAOtcbpv4uro6cL5hNE5JslXyVl~UFaYoHKGziOw6L0T5nr-EvjAj3lcrQA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp10.xlsx?Expires=1785266237&Signature=b7hjl0-oB0DF2IH-ij-YJjgUBfSBlcz6mXlhEn6r-wE~MBosSiz076Gy7R5AudQzO694pY~Ra94K3Ux0iAVH8Vn50sS1GahyBlirVyaPnNjjyWarKhmXpEFhY2i0uJ3zs7o6vq8XUxe03s-ZkX-A9N~LcNLB2SYSLESDRgGm7JZ-ygRsIWWSmhRed9aH6FiUA~8VjH-cnxKokhbXlTXGgYDe4R1VGz-am5jDyovlAnhJIl2FyMdHX3m4QrpbqtwvCm94ylzQHPFw9WhZ7B1WBIlf3hiuUQeqXX44Tg62JRmppfvEfKx-WpltmOMF28bCU~wyu2UMwTk-WwQmL~SJfw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp11.xlsx?Expires=1785266237&Signature=V~QIrhCApHcxhb0dE3TZxm2SzcmgZu5tgJNFLUCcz0Mfi5ZmjjzPOAC11Db2Pflr1Z8P7gWG9QxbHHrwm1tYqAnMo2jUonBDyNjRRvlf3JU~J7OhtyQIh1ggAXFV1fgs7EClA62qe3KzgzW3-LHC~YshKE-9x~ZsS6rHIrv2GwetgbN9AAVo3gEk4p65bU2TyA-AaSd6q6tM8Y2mUGOiZHKm55dR3FwA1K3L~8t8ArujiXnlJCdFx9VqBMXrX3ebWNeKisut8pMtHayTSO9b7dcy8JtrAyVR6gdln7BzxZBDYDxNSqS4ldlJZ6CZSjs-VqmWEr97f9dlo~tRkHi3pA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp12.xlsx?Expires=1785266237&Signature=qBKrFQnBZLDwypTbW8JfX3HaSZsBKa5Tn-Cw9uHctnaSTl3vLMUwP5ovMlWHcXizNN5VhKRTOT1V~A8oyEiR1pb9Acxoy8lt61jZQyCyV-pPB7npPhMtQwQvZY656KRtYoBLa~2G9CMNeY86JxH9VzH99RliksqprHJ4XejcIiiOTfXUIO9AyhSHicY559BHPDVhd9rvlqT5ozWLGTQoxzPs88nVy0fJJVzBJro9ABwevKb9chVK71-dBtXrSA3sBbUH7C3uJfO3UtyGbUbJ0YWlORoUs2-8bUcLxgwcriZRCx-BnWqT4wI2djpn0GqLG7rGKYJumZuqA40ehDCarw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp13.xlsx?Expires=1785266237&Signature=CWc3jjKTWNKrMm2DYZ2ijK5rorjmnTcWGtZQs7koGqpsGvQYr8JTWa9Mg6AC3uDH80KmPnn8tM8uPmacRb9gm482gm5mdn1i0iC0wXLnM8UHd5Dso~ttVRy2OibeQH8tFM1QYv0Z5eNcMPHq9MriSDEhltNMQ5GxFVbCVA94nAERqLO5DcYNM-qRW08tdGPCaCZUskOej07P2lGkv004HIMG5yPG6TT1VNof6GOS5IWA60J6AI-eLPQx~gZMuLmpUy~bCL5Xttyg5NbueTOLLQg87cyx6Hd0wQz0XJbdUbBTKZelctYbXoLmo2rdp3U1622zcbLeY7qMLusU19I3cA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp14.xlsx?Expires=1785266237&Signature=QzVYu8loJ22c5uHv~K6MmWSGDkn0kbu3KL6Naby9zFnppfLZAJYN739JZq2JXfOV2cRa8blFE7LROX8z5~V7jVaQnREpb-FkTyK~Z6wExCdu5blzT1gh7fFsTX5up0arwmeguWCNy8VKusOtn~aI0-Joe9y4gaa6Hxy5aUvUTjJoEN1QDin6EicDO-dndIZlWpkpbe7tnMOyipURdMQ0dnKZ5xkyoa1OoDWrWY1b6lvMFlfsHb--NWujoGQy8Oirh3Cs7NCdfIWOuuT4xqeU9a6X3vgC~RwFnwgb5FSBUHdXGQuUt-~NFUPmOguyBkaMQhuPw5q~7BesJ8ILX-uVZw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp15.zip?Expires=1785266237&Signature=Tfi7dV6bzeWm9CM1GzicORjjGIyAo8ztztnNZUeNq-m-uDkNG3EEsDbnZVI6pVkc37ZoqI54Cf17thyBVlZZ1kKWyLhPoM~jn~VJ29UKrKxIGuZ-Nh8yjLSDlo4ucjzfgxh0PE34vsY2fqFBnVgblLq2GQFQ0Nn-~q-GekO~G4BwmPaQII0IGh4g7I87YHLPoUy-Iehq0GFcakarNl0zzZJbExj94Q47hBRUZcAJPZ4UJJXDzCwxmQq2CGxo1lOvl8MUHcLogwRipC-DbK4sftCJoFeG2IwqpBrCofavcagAiAStR9B8wwxd6I8gyXuofgfsbwCEpK1HGcls4OKBew__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",2,Kuitakwashe Nhongo,"Department of Civil Engineering Science, University of Johannesburg, Auckland Park Campus 2006, Box 524, Johannesburg, South Africa",South Africa,221201679@student.uj.ac.za,https://orcid.org/0009-0004-5571-1456,Kuitakwashe Nhongo,"Department of Civil Engineering Science, University of Johannesburg, Auckland Park Campus 2006, Box 524, Johannesburg, South Africa",South Africa,221201679@student.uj.ac.za,https://orcid.org/0009-0004-5571-1456,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['geospatial analysis', 'Harare', 'influencing factors', 'waterborne diseases']",10.2166/washdev.2025.162 +1130,110449,15,12,https://iwaponline.com/washdev/article/15/12/1118/110449/Social-value-of-the-welfare-benefits-and-potential,"Journal of Water, Sanitation & Hygiene for Development",Social value of the welfare benefits and potential demand for improved fecal sludge management in urban settlements in Uganda,2025,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.219/1/washdev0151118supp1.docx?Expires=1785877441&Signature=xdsYBzYppGupzTfktvoMt7nU5qOEuFPfEShIt~oXtIi~SKxOOxRcBlGKBsFbG9fVFyRAslw~j6q8fRIGxLjP~HHZQJPySSODxs9bIrV15hLVt9x~t0irmR67Mgj8VY84Md~QGadj74NNjaMbaVrcpnznnMv4jeeJqJ3k-e6s5cqRB7mPoABIyhOU9Ie7hpVmZ1MQsFRDlXNGyeDCX51C6kX~dOosNy2-NpNFori~OFVQqq8V89uQSLFxkYhegKoi~e6TR0K1KlntrENHm6c19-nckgNn0AEJC9Pc3iSFSQ5WSzxsxjyVrXLgWII3R3IXYRehX7e6Wq5WYCPYmpHsVg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Medard Kit Kakuru,"Department of Agribusiness and Natural Resource Economics, Makerere University, Kampala, Uganda",Uganda,mkakuru@eprcug.org,https://orcid.org/0000-0002-4688-8282,Medard Kit Kakuru,"Department of Agribusiness and Natural Resource Economics, Makerere University, Kampala, Uganda",Uganda,mkakuru@eprcug.org,https://orcid.org/0000-0002-4688-8282,TRUE,All relevant data are available from an online repository at https://makir.mak.ac.ug/handle/10570/15540.,All relevant data are available from an online repository at https://makir.mak.ac.ug/handle/10570/15540.,,"['contingent valuation', 'fecal sludge management', 'improved sanitation', 'social value', 'welfare benefits']",10.2166/washdev.2025.219 +1131,110627,16,1,https://iwaponline.com/washdev/article/16/1/1/110627/Pathogenic-bacterial-species-in-tropical-Thai,"Journal of Water, Sanitation & Hygiene for Development",Pathogenic bacterial species in tropical Thai swimming pools,2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/1/10.2166_washdev.2025.099/1/washdev0160001supp1.docx?Expires=1785298565&Signature=Z24ijYds4drK6pqT09besIfOFP6-4OesXQiPSnHR9HBz3c~CgT8RUboDihsvBP-nqwWVd30xbTZwJt-II35a-r9YMmB4Te6a3FfMN6Au2U-avmfz-Tq77PrFUJr6hL0PnyNB0DmYZTGJLO8lt9D8przwaUyQldrFc3eejc05nL8nXEw9SfOoD~1Q2Q~ezLy9WSOG3UYhNzeb2zPn~49l8ZKfd9dewJGp0RuRYHwFVnKPq0lW9-AFQptTq5rWpEeRLftxlctyT08BWnCuOKQVOb7w-439lxK2-yvtr88r0yH72vGmBt2cFQQfOMb7CWk2nyLJW3Jn8kdhupvFzbFYIg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],10,Vimolmas Tansathitaya,"College of Sports Science and Technology, Mahidol University, Nakhon Pathom, Thailand",Thailand,vimolmas.tan@mahidol.ac.th,https://orcid.org/0000-0002-7549-8750,Vimolmas Tansathitaya,"College of Sports Science and Technology, Mahidol University, Nakhon Pathom, Thailand",Thailand,vimolmas.tan@mahidol.ac.th,https://orcid.org/0000-0002-7549-8750,TRUE,"The sequencing datasets from this study are publicly available in the NCBI Sequence Read Archive (SRA), BioProject ID: PRJNA1181577. https://dataview.ncbi.nlm.nih.gov/object/PRJNA1181577?reviewer=nfq2mho30umld4hmmt75qpukg4.","The sequencing datasets from this study are publicly available in the NCBI Sequence Read Archive (SRA), BioProject ID: PRJNA1181577. https://dataview.ncbi.nlm.nih.gov/object/PRJNA1181577?reviewer=nfq2mho30umld4hmmt75qpukg4.",,"['aquatic physical activity', 'Gardnerella vaginalis', 'immunocompromise', 'Rickettsia typhi', 'Sphingomonas koreensis', 'Thai swimming pool']",10.2166/washdev.2025.099 +1132,110628,16,1,https://iwaponline.com/washdev/article/16/1/13/110628/Assessment-of-drinking-water-quality-in-storage,"Journal of Water, Sanitation & Hygiene for Development",Assessment of drinking water quality in storage containers in rural Rwanda: a case of Butaro sector,2026,FALSE,0,,[],6,Marie Josée Dukuzimana,"Center for One Health, University of Global Health Equity, Kigali, Rwanda",Rwanda,mdukuzimana@ughe.org,https://orcid.org/0009-0003-7105-6618,Marie Josée Dukuzimana,"Center for One Health, University of Global Health Equity, Kigali, Rwanda",Rwanda,mdukuzimana@ughe.org,https://orcid.org/0009-0003-7105-6618,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['drinking water quality', 'microbiological contamination', 'rural Rwanda', 'WASH assessment', 'water storage containers']",10.2166/washdev.2025.139 +1133,110651,16,1,https://iwaponline.com/washdev/article/16/1/22/110651/Community-engagement-and-capacity-building-as,"Journal of Water, Sanitation & Hygiene for Development","Community engagement and capacity building as determinants of rural water supply functionality: a case of traditional authority Mankhambira in Nkhata Bay District, Malawi",2026,FALSE,0,,[],3,Lamech Malekano Chimphero,"Mzuzu University, Mzuzu, Malawi",Malawi,lamechchimphero@gmail.com,https://orcid.org/0000-0002-4605-4552,Lamech Malekano Chimphero,"Mzuzu University, Mzuzu, Malawi",Malawi,lamechchimphero@gmail.com,https://orcid.org/0000-0002-4605-4552,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['capacity building', 'community engagement', 'rural water supply', 'water governance', 'water system sustainability']",10.2166/washdev.2025.149 +1134,110658,16,1,https://iwaponline.com/washdev/article/16/1/36/110658/Associations-between-sanitary-inspection-risk,"Journal of Water, Sanitation & Hygiene for Development",Associations between sanitary inspection risk factors and E. coli contamination in household groundwater sources,2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/1/10.2166_washdev.2025.177/1/washdev0160036supp1.docx?Expires=1785252454&Signature=veOkZbyYQbcnxRfBPXjR7DaQ91Tmnsd2CTDnkM6jXlfyA77h3fK2v-jst8Swf1ozdTLcIZXgVt2ehAkxERujM7RO6xQIQu5gewBklieydp4LV0OmMKXx0Pv3RPPI6O0FOoQQEGPLgCmHYV-YWSB33unKQCqpeeIDKaDWsr14LTJnouKiAPKAvAGCVc7zpHYMhhPrmOr4ZwUkZJWYODyXvihsZ38zFjewhr-TPvCAZekozgYN-TXtA0t2pzm56GK0J576m5sQ6dzAj0Z0Pg5AxjA~MoVE6yuprQhI~8mEKQWaWfCYcBr9oyPPhHZNfX0m6AVpLtuAYYDN4YLXH3tYJg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Paul Hansen,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, Australia",Australia,paul.j.hansen@student.uts.edu.au,https://orcid.org/0009-0005-5735-7734,Paul Hansen,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, Australia",Australia,paul.j.hansen@student.uts.edu.au,https://orcid.org/0009-0005-5735-7734,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['groundwater', 'sanitary inspection', 'self-supply', 'water quality']",10.2166/washdev.2025.177 +1135,110629,16,1,https://iwaponline.com/washdev/article/16/1/45/110629/Evaluating-microbial-health-risks-and-perceptions,"Journal of Water, Sanitation & Hygiene for Development","Evaluating microbial health risks and perceptions on water accessibility, sanitation, and hygiene (WASH) and health: using the Johor River Basin as a case study",2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/1/10.2166_washdev.2025.204/1/washdev0160045supp1.docx?Expires=1785249295&Signature=XgHW~G4Z4t8ENLr~ZCyTexvzozjxQYYduQh2sFob9gVg2EDKLA4U5y9LUFkP2ijYs7x2Y7bea4eYB7Jozp-o9bU2NdJQhAnaFTtJpgneYoZlNHMTfvNBKy6KAWRmb3s~GP2LAgXbs5kKUc-6-KAjliZFq5gKQsB4ybdeDejc8DfbgeskVEoPyfFoMOATGc384xfoe0eK0~D0xf-81FF2n9Combd65tNAnQVaYnq0fk5xnItrE5cktkcDkdbRO-nsnDV68Sa7aHi6b-PclkGWOjYlq3nVRi9ZvzAdvvdrcVwHtUXChZekzJpYIaU27OkwrXMsjAsS8T6AiRWijMVhjw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],7,Dominic Shuen Wei Kay,"Newcastle University Medicine Malaysia (NUMed), No. 1 Jalan Sarjana 1, Kota Ilmu, EduCity@Iskandar, Iskandar Puteri, Johor 79200, Malaysia",Malaysia,,https://orcid.org/0009-0009-2122-9983,Roshan Mascarenhas,"Newcastle University Medicine Malaysia (NUMed), No. 1 Jalan Sarjana 1, Kota Ilmu, EduCity@Iskandar, Iskandar Puteri, Johor 79200, Malaysia",Malaysia,roshan.mascarenhas@newcastle.ac.uk,https://orcid.org/0009-0004-8135-6507,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['antimicrobial resistance', 'coliforms', 'quality', 'river', 'WASH', 'water']",10.2166/washdev.2025.204 +1136,110630,16,1,https://iwaponline.com/washdev/article/16/1/61/110630/Hepatitis-A-virus-transmission-among-children-in,"Journal of Water, Sanitation & Hygiene for Development",Hepatitis A virus transmission among children in displaced households in the Gaza Strip: impact of conflict on WASH and healthcare access,2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/1/10.2166_washdev.2025.214/1/washdev0160061supp1.docx?Expires=1785269371&Signature=jnzQgWnZag5bxewpWbfopPNYxaZFVB3aUNcdqpTIneA1sWcWPTAB4BPp7qKC~JNiPq2hx~lf2b39fWnvs3~5SOdqVYhfKAtRqVDf3~an1zSviOb48a1n9MfpPfZkneekOtHuDxEM7XU3uYsaWu2zjyQgLklIRwt~Y~ipmmzN3HjBQpQG2VU3X8n510HNb3Bj3stU0wtkxk8Q-0on98Dmd6qg63NCdDSMYywFnnFcAF87nEqPCbEGv5mLCFcJGMoDVBimiHguXAmcbGhH6QSldgY71N0Qdx0cbUHnPn6DL3f8sHqaorzPXaHdPfYtOyOmhZsnKLOxZ3uOBNG1-lR8Ng__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],9,Abdallah Alnajjar,"Faculty of medicine, Al-Azhar University, Gaza, Palestine",Palestine,,,Samer Abuzerr,"Department of Medical Sciences, University College of Science and Technology, Khan Younis, Gaza Strip, Palestine",Palestine,s.abuzerr@ucst.edu.ps,https://orcid.org/0000-0001-8950-3293,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['children', 'conflict-affected populations', 'displacement', 'healthcare access', 'Hepatitis A virus', 'overcrowding', 'water and sanitation']",10.2166/washdev.2025.214 +1137,110672,16,1,https://iwaponline.com/washdev/article/16/1/71/110672/Assessing-the-coagulation-efficiency-and-anti,"Journal of Water, Sanitation & Hygiene for Development","Assessing the coagulation efficiency and anti-microbial properties of fruit waste derived biomaterials for the treatment of surface water in Addis Ababa, Ethiopia",2026,FALSE,0,,[],4,Beselam Tadesse Biazen,"Bio and Emerging Technology Institute, Addis Ababa, Ethiopia",Ethiopia,beselamt@gmail.com,https://orcid.org/0000-0001-9882-2106,Beselam Tadesse Biazen,"Bio and Emerging Technology Institute, Addis Ababa, Ethiopia",Ethiopia,beselamt@gmail.com,https://orcid.org/0000-0001-9882-2106,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['bioactive antimicrobials', 'dual-function purification', 'eco-friendly water treatment', 'fruit waste valorization', 'natural coagulants']",10.2166/washdev.2026.217 +1138,110673,16,1,https://iwaponline.com/washdev/article/16/1/82/110673/Sanitation-status-and-factors-affecting-toilet,"Journal of Water, Sanitation & Hygiene for Development",Sanitation status and factors affecting toilet facilities in ‘Grameen Primary Schools’ of tribal West Bengal,2026,FALSE,0,,[],1,Shrabanti Maity,"Department of Economics, Vidyasagar University, Midnapore, West Bengal 721102, India",India,maity.shrabanti@mail.vidyasagar.ac.in,https://orcid.org/0000-0001-5791-3140,Shrabanti Maity,"Department of Economics, Vidyasagar University, Midnapore, West Bengal 721102, India",India,maity.shrabanti@mail.vidyasagar.ac.in,https://orcid.org/0000-0001-5791-3140,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['probit regression', 'Swachh Vidyalaya-Grameen', 'tribal West Bengal']",10.2166/washdev.2026.224 +1139,110923,16,2,https://iwaponline.com/washdev/article/16/2/95/110923/Adequacy-and-determinants-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Adequacy and determinants of Water, Sanitation, and Hygiene Education and services delivery in peri-urban primary schools of Lusaka district, Zambia",2026,FALSE,0,,[],4,Brenda Nambeye,"Department of Public Health Promotion and Education, University of Zambia, School of Public Health, Nationalist Road, Ridgeway, P.O. Box 50110, Lusaka, Zambia",Zambia,nambeyebrenda@gmail.com,https://orcid.org/0009-0008-6175-542X,Brenda Nambeye,"Department of Public Health Promotion and Education, University of Zambia, School of Public Health, Nationalist Road, Ridgeway, P.O. Box 50110, Lusaka, Zambia",Zambia,nambeyebrenda@gmail.com,https://orcid.org/0009-0008-6175-542X,FALSE,,,,"['adequacy', 'determinants', 'peri-urban primary schools', 'WASH Education and services', 'Zambia']",10.2166/washdev.2026.083 +1140,110703,16,2,https://iwaponline.com/washdev/article/16/2/108/110703/Anthropogenic-and-natural-factors-impacting,"Journal of Water, Sanitation & Hygiene for Development",Anthropogenic and natural factors impacting microbiological and physicochemical surface water quality along an urban tropical wetland,2026,FALSE,0,,[],6,Flavia Byekwaso,"Institute of Hydrobiology and Aquatic Ecosystem Management, Department of Ecosystem Management, Climate and Biodiversity, BOKU University, Gregor-Mendel-Strasse 33, 1180 Vienna, Austria",Austria,labye6@gmail.com,https://orcid.org/0009-0001-1438-4645,Flavia Byekwaso,"Institute of Hydrobiology and Aquatic Ecosystem Management, Department of Ecosystem Management, Climate and Biodiversity, BOKU University, Gregor-Mendel-Strasse 33, 1180 Vienna, Austria",Austria,labye6@gmail.com,https://orcid.org/0009-0001-1438-4645,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['stormwater', 'wastewater', 'seasons', 'wetland', 'microbiological indicators']",10.2166/washdev.2026.125 +1141,110698,16,2,https://iwaponline.com/washdev/article/16/2/124/110698/Ultraviolet-C-efficacy-against-human-norovirus-GII,"Journal of Water, Sanitation & Hygiene for Development",Ultraviolet-C efficacy against human norovirus GII.4 and hepatitis A virus in groundwater,2026,FALSE,0,,[],2,Eun Bi Jeon,"Institute of Marine Industry/Department of Seafood Science and Technology, Gyeongsang National University, Tongyeong 53064, Korea",Korea,,https://orcid.org/0000-0002-1117-0764,Shin Young Park,"Institute of Marine Industry/Department of Seafood Science and Technology, Gyeongsang National University, Tongyeong 53064, Korea",Korea,sypark@gnu.ac.kr,https://orcid.org/0000-0001-7984-2697,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['groundwater', 'hepatitis A virus', 'human norovirus GII4', 'ultraviolet-C', 'viral inactivation']",10.2166/washdev.2026.202 +1142,111095,16,3,https://iwaponline.com/washdev/article/16/3/135/111095/Existing-sanitation-and-hygiene-conditions-in,"Journal of Water, Sanitation & Hygiene for Development",Existing sanitation and hygiene conditions in Bangladeshi slums and their association with under-five child morbidity,2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/3/10.2166_washdev.2026.085/1/washdev0160135supp1.docx?Expires=1786203657&Signature=aVNOckuJH~OfovxPNajktNA04aeeW9DXoD5l6WGNq~KnoMXGjyFJH2x7p0PVZbgmWyI7i7BQbE18ZTzUaXejiTZ6Z7ZRj~Jg~GuQoI3ftx7UkcrDOyMqWndYfN70vi2XzQPiKGT2K3Y2OVQRWf1hBQjhhuAjJ0jOG5PE4RoGAZnD5BUsg0Y60~TfvLExBgm48E3NYut9-LfpAvh48axNeY5-ERd7mjUuggCHECNWjICt9irJFJUNUWcCyYCZ0IA~F9CU6iqq1DXNpcOAUL1t8-1x0d4zDivHpO0hCoHrwf1UTSSHW5oxyWR2dRykxfn~1TMJFccTCli8PpjH70Ugtg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],6,Puja Biswas,"Environmental Science Discipline, Khulna University, Khulna 1200, Bangladesh",Bangladesh,,,Md Shahedul Islam,"Department of Nutrition and Food Engineering, Daffodil International University, Daffodil Smart City (DSC), Birulia, Savar, Dhaka 1216, Bangladesh",Bangladesh,shahedul.nfe0086.c@diu.edu.bd,https://orcid.org/0000-0002-9931-2965,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['child morbidity', 'diarrhea', 'dysentery', 'sanitation and hygiene', 'slum area', 'water quality']",10.2166/washdev.2026.085 +1143,111126,16,3,https://iwaponline.com/washdev/article/16/3/148/111126/Drivers-of-sanitation-compliance-in-Ghanaian,"Journal of Water, Sanitation & Hygiene for Development",Drivers of sanitation compliance in Ghanaian households: a case study of Wa and Sagnarigu,2026,FALSE,0,,[],4,Enoch Akwasi Kosoe,"University of Business and Integrated Development Studies, Wa, Ghana",Ghana,ekosoe@ubids.edu.gh,https://orcid.org/0000-0002-1484-5755,Enoch Akwasi Kosoe,"University of Business and Integrated Development Studies, Wa, Ghana",Ghana,ekosoe@ubids.edu.gh,https://orcid.org/0000-0002-1484-5755,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['environmental by-laws', 'household behaviour', 'sanitation', 'urban health', 'urbanisation', 'waste management']",10.2166/washdev.2026.109 +1144,111096,16,3,https://iwaponline.com/washdev/article/16/3/165/111096/Household-water-treatment-and-storage-in-the,"Journal of Water, Sanitation & Hygiene for Development","Household water treatment and storage in the Western Province of Sri Lanka: an assessment of knowledge, behaviours, practices, and treatment effectiveness",2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/3/10.2166_washdev.2026.130/1/washdev0160165supp1.docx?Expires=1785892360&Signature=C81x8JCMfV5w4ce9sTXTScTsHjZ5oOs2g4xwEldjhA6mDb4HawtrmRzx700kDpUF3mEIqY6h3R9lMMVbPMx0xqMiJGgcNcaREl-TrwXr47kXS2dhu-cnUpae9nY1tvCOcyJ~EFfL~O1-V7-TnDIJu13K1ci3kJrRSTYodWLcW1U6r34DUwOLcDrQMtULKqEh0Cphu9JTXxw6rxlMwQqafkq9uMdt7eiEyimx0mwCer7fk9SnQcYzST3WugWsln3d2eppIvAeH9pWCWf9m8losXyAx1GfHBZ70-maQ2sWAiQ9tNdR9jbSP-tporDGF4calvc2UeXpRjt6QypMDkZnEg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Novil Wijesekara,"Disaster Preparedness and Response Division, Ministry of Health, Colombo, Sri Lanka",Sri Lanka,novil.wijesekara@gmail.com,https://orcid.org/0000-0002-0391-6220,Novil Wijesekara,"Disaster Preparedness and Response Division, Ministry of Health, Colombo, Sri Lanka",Sri Lanka,novil.wijesekara@gmail.com,https://orcid.org/0000-0002-0391-6220,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['drinking water quality', 'household water treatment and safe storage', 'safely managed water']",10.2166/washdev.2026.130 +1145,111145,16,3,https://iwaponline.com/washdev/article/16/3/176/111145/Evaluation-of-surface-water-and-groundwater,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of surface water and groundwater quality for drinking purposes using the water quality index: a case study of Kathmandu Valley, Nepal",2026,FALSE,0,,[],7,Niru Burlakoti,"Water/Waste Water Quality Assurance Division, Kathmandu Upatyaka Khanepani Limited, Kathmandu, Nepal",Nepal,,,Shailaja Adhikari,"Water/Waste Water Quality Assurance Division, Kathmandu Upatyaka Khanepani Limited, Kathmandu, Nepal",Nepal,shailaja.adhikari@kukl.org.np,https://orcid.org/0000-0002-4297-1396,FALSE,,,,"['correlation analysis', 'groundwater', 'physiochemical parameters', 'surface water', 'water quality index']",10.2166/washdev.2026.157 +1146,111057,16,3,https://iwaponline.com/washdev/article/16/3/188/111057/Geographic-and-social-disparities-in-sanitation-a,"Journal of Water, Sanitation & Hygiene for Development",Geographic and social disparities in sanitation: a Bayesian hierarchical approach using Somalia's 2020 DHS data,2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/3/10.2166_washdev.2026.200/1/washdev0160188supp1.docx?Expires=1785247587&Signature=jmKCjn-DGZsJPCUscH7UtQXSvjVOh9Kan1FiqqhwM6xl2S9W-EfsMaDhj~lEHOPuBQ1GgkH9kL1rJljlGwdbZ7bysO-FK2bkuAo3NnOr5DNiSU29Tg2GniEDNeqpd8pOR2E-3SdHN3LDycPvnqOjH6Bxq9qXDdtW6Y6ysnbgunGv0qCRIOHwpTXd7qH9CgsIUV7G5guo40-5p663XK~Rzc16YdOVPVGQQAMpvDmVqVPZpF2tUJehChUqmG-7p08khVSSrCydd4cPjJxj~UiiD9L3W7ub97evZDFrOC~ls3eS9bfulp-uXpR4T4ffpmiYG3EzViNMK4a1pKD3pLZ07w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Mohamed Said Hassan,"College of Health Sciences, School of Medicine and Surgery, Amoud University, Borama 25263, Somalia",Somalia,hassan.ms@amoud.edu.so,https://orcid.org/0000-0003-2389-8717,Mohamed Said Hassan,"College of Health Sciences, School of Medicine and Surgery, Amoud University, Borama 25263, Somalia",Somalia,hassan.ms@amoud.edu.so,https://orcid.org/0000-0003-2389-8717,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['fragile states', 'geographic disparities', 'health equity', 'multilevel analysis', 'open defecation', 'Somalia']",10.2166/washdev.2026.200 +1147,111387,16,4,https://iwaponline.com/washdev/article/16/4/197/111387/Awareness-and-perceptions-of-point-of-use-water,"Journal of Water, Sanitation & Hygiene for Development","Awareness and perceptions of point-of-use water treatment in high-density areas of Mzuzu city, Malawi",2026,FALSE,0,,[],2,Wongani Mzota Mkandawire,"Department of Water and Sanitation, Mzuzu University, P/Bag 201, Luwinga, Mzuzu, Malawi",Malawi,phdwrmd0425@my.mzuni.ac.mw,https://orcid.org/0009-0002-8074-6226,Wongani Mzota Mkandawire,"Department of Water and Sanitation, Mzuzu University, P/Bag 201, Luwinga, Mzuzu, Malawi",Malawi,phdwrmd0425@my.mzuni.ac.mw,https://orcid.org/0009-0002-8074-6226,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['adoption factors', 'awareness', 'Malawi', 'perceptions', 'point-of-use water treatment', 'socio-economic factors']",10.2166/washdev.2026.108 +1148,111235,16,4,https://iwaponline.com/washdev/article/16/4/211/111235/Geospatial-monitoring-of-access-to-water-and,"Journal of Water, Sanitation & Hygiene for Development",Geospatial monitoring of access to water and sanitation services: a case of Kanyama constituency in Zambia,2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/4/10.2166_washdev.2026.156/1/washdev0160211supp1.docx?Expires=1785320045&Signature=wAD5ggFCqd5~4dVCrEJdfNTwNwnkc6Ix8Mai~9D6Uijv7Fv~57TTPSUlUC9duUVkfN7rRjDBFxMorDFLhYptmf5sOxAACzGcragHQAAFXvJzy8zqrVDMUd0w-wpWSUZtJqoVbmgCV9sxDG6KT~oF43QgdGVHV0xahWVOYbTYDKVVkF4L83lj5R5FpEo6acYCsTvQp~iFDfHcW9cgaXPFiLkRc1lWCOs~ptoUnRpUYlsvxoWtCktH2gDSs6~rWG3cY7gpZ3yEGiNxaeN64qUZHFrLX0Dl2QWy1x6JFOJ7Js5NbmeYYkFiguhdVXp-ztiahnu8uURFStWuUKEUeQ4ing__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Mwape Nathan Malama,"Department of Geomatics Engineering, School of Engineering, University of Zambia, P.O. Box 32379, Lusaka, Zambia",Zambia,dredoxnm@gmail.com,https://orcid.org/0009-0009-8194-1155,Mwape Nathan Malama,"Department of Geomatics Engineering, School of Engineering, University of Zambia, P.O. Box 32379, Lusaka, Zambia",Zambia,dredoxnm@gmail.com,https://orcid.org/0009-0009-8194-1155,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['geo-spatial modelling', 'Kanyama', 'spatial interpolation', 'spatial statistics', 'WASH', 'Zambia']",10.2166/washdev.2026.156 +1149,111510,16,4,https://iwaponline.com/washdev/article/16/4/224/111510/The-role-of-container-based-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development","The role of container-based sanitation in achieving safely managed sanitation in an English rural district, 1900–1975",2026,FALSE,0,,[],2,Richard Franceys,"Richard Franceys Water & Sanitation, New Road, Maulden, Bedfordshire MK45 2BQ, UK",UK,,https://orcid.org/0000-0002-9214-7370,Paul Hutchings,"School of Civil Engineering, University of Leeds, Leeds LS29JT, UK",UK,p.hutchings@leeds.ac.uk,https://orcid.org/0000-0002-7758-4644,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['container-based sanitation', 'rural', 'sanitation', 'Sustainable Development Goal 6.2']",10.2166/washdev.2026.182 +1150,111444,16,4,https://iwaponline.com/washdev/article/16/4/237/111444/Measuring-household-affordability-for-treated,"Journal of Water, Sanitation & Hygiene for Development",Measuring household affordability for treated wastewater for non-potable purposes,2026,FALSE,0,,[],7,Sukanya Das,"Department of Policy and Management Studies, TERI School of Advanced Studies, New Dehli, India",India,,https://orcid.org/0000-0003-4524-4247,Markus Starkl,"University of Natural Resources and Life Sciences, Vienna, Austria",Austria,markus.starkl@boku.ac.at,https://orcid.org/0000-0003-0998-7748,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['contingent valuation method', 'households’ water affordability', 'wastewater reuse', 'willingness to pay']",10.2166/washdev.2026.191 +1151,111222,16,4,https://iwaponline.com/washdev/article/16/4/256/111222/Women-s-contributions-to-SDG-6-in-Afghanistan,"Journal of Water, Sanitation & Hygiene for Development",Women's contributions to SDG 6 in Afghanistan: impacts of post-2021 restrictive policies on WASH progress,2026,FALSE,0,,[],2,Mohammad Rezaie,"Independent Researcher, Bamyan, Afghanistan",Afghanistan,mohammad.rezaie1366@gmail.com,https://orcid.org/0000-0001-6769-0569,Mohammad Rezaie,"Independent Researcher, Bamyan, Afghanistan",Afghanistan,mohammad.rezaie1366@gmail.com,https://orcid.org/0000-0001-6769-0569,FALSE,,,,"['Afghanistan', 'SDG 6', 'Taliban restrictions', 'WASH', 'women's roles']",10.2166/washdev.2026.196 +1152,111508,16,4,https://iwaponline.com/washdev/article/16/4/274/111508/Comparison-of-bin-and-windrow-composting-systems,"Journal of Water, Sanitation & Hygiene for Development",Comparison of bin and windrow composting systems for urine-diverted fecal sludge from container-based sanitation in Haiti,2026,FALSE,0,,[],5,Patrick Ward,"Sustainable Organic Integrated Livelihoods(SOIL), Cap Haitian, Haiti",Haiti,,,Maya Lubeck-Schricker,"Sustainable Organic Integrated Livelihoods(SOIL), Cap Haitian, Haiti",Haiti,mlubeck-schricker@oursoil.org,https://orcid.org/0000-0002-8659-5943,TRUE,All relevant data are available from an online repository or repositories: https://data.humdata.org/dataset/soil-haiti-windrow-and-bin-composting-operational-data.,All relevant data are available from an online repository or repositories,https://data.humdata.org/dataset/soil-haiti-windrow-and-bin-composting-operational-data.,"['composting', 'container-based sanitation (CBS)', 'urban sanitation', 'wash', 'waste-to-resource', 'windrow processing']",10.2166/washdev.2026.197 +1153,111501,16,4,https://iwaponline.com/washdev/article/16/4/286/111501/Predictors-of-unsafe-Pit-latrine-emptying-and-its,"Journal of Water, Sanitation & Hygiene for Development","Predictors of unsafe Pit latrine emptying and its environmental disposal pathways in a peri-urban community in Fiapre, Ghana",2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/4/10.2166_washdev.2026.283/1/washdev0160286supp1.docx?Expires=1785682055&Signature=i7wsUC0hgsWcsTkbCG7Ch14ZpzxGJcD-TCOooNcRh~Y6YyIMnl2FQUxK-kMggTffTLOOHHXbbiKF-K7Z-gEbrfTcNi4HEr-cfAmFStllKUtDxcR6zuV2QP83RMHHiOylFc5YCAXVJlBNj1YkWgiooeUbS~VHHI~EunucnISNwVUdr-4aNshSTqancGAv1myUiSeaytyCmtNERAFBCI4BI96WrwpJYniCeYTmSoxf6gxf01Zdxo7xoKr3ou2iAuyNWbm04mPrZ7sXtFnRSQ~7cERlUMJRtmS4nXbF4J9Ph-sfR4uYoR9GJojAPwp6DBOw9l6FgHaOcTtyLYrSrNoZyQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Ayman Obeng Manu,"Departmentof Civil and Environmental Engineering, University of Energy and Natural Resources, P. O. Box 214, Sunyani, Ghana",Ghana,,https://orcid.org/0000-0002-1949-9636,Ronald Amoah Gyan,"Departmentof Civil and Environmental Engineering, University of Energy and Natural Resources, P. O. Box 214, Sunyani, Ghana",Ghana,ronaldgyan123@gmail.com,https://orcid.org/0009-0006-4095-4599,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['environmental disposal', 'faecal sludge management', 'peri-urban sanitation', 'pit latrine emptying', 'unsafe emptying practices']",10.2166/washdev.2026.283 +1154,111441,16,4,https://iwaponline.com/washdev/article/16/4/305/111441/Sanitation-insecurity-and-Women-s-mental-health-of,"Journal of Water, Sanitation & Hygiene for Development",Sanitation insecurity and Women's mental health of a coastal Upazila in Bangladesh: a community-based cross-sectional study,2026,FALSE,0,,[],6,Md. Khurshed Ali,"Department of Public Health and Informatics, Bangabandhu Sheikh Mujib Medical University, Shahbagh, Dhaka 1000, Bangladesh",Bangladesh,,https://orcid.org/0009-0002-0689-0043,Md. Maruf Haque Khan,"Center for Non-Communicable Diseases Research, Department of Public Health and Informatics, Bangabandhu Sheikh Mujib Medical University, Shahbagh, Dhaka 1000, Bangladesh",Bangladesh,drmaruf38@bsmmu.edu.bd,https://orcid.org/0000-0001-8014-9638,TRUE,The datasets generated and/or analysed during the current study are not publicly available due to ethical and confidentiality considerations but are available from the corresponding author on reasonable request.,The datasets generated and/or analysed during the current study are not publicly available due to ethical and confidentiality considerations but are available from the corresponding author on reasonable request.,,"['anxiety', 'coastal communities', 'depression', 'sanitation insecurity', 'stress', 'women's mental health']",10.2166/washdev.2026.297 +1155,111703,16,5,https://iwaponline.com/washdev/article/16/5/317/111703/Sustainability-of-sanitation-marketing-in,"Journal of Water, Sanitation & Hygiene for Development","Sustainability of sanitation marketing in Tanzanian rural communities: a case study of Mandwanga and Mnara wards in Mtama District, Lindi Region",2026,FALSE,0,,[],3,John Rutahiwa,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, P. O. Box 35131, Dar es Salaam, Tanzania",Tanzania,john.rutahiwa@manawasa.go.tz,https://orcid.org/0009-0001-1562-855X,John Rutahiwa,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, P. O. Box 35131, Dar es Salaam, Tanzania",Tanzania,john.rutahiwa@manawasa.go.tz,https://orcid.org/0009-0001-1562-855X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Open defecation and sustainability', 'rural sanitation', 'sanitation marketing', 'Sustainable Development Goals 6.2']",10.2166/washdev.2026.098 +1156,111752,16,5,https://iwaponline.com/washdev/article/16/5/331/111752/Assessment-of-water-sanitation-and-hygiene-service,"Journal of Water, Sanitation & Hygiene for Development","Assessment of water, sanitation, and hygiene service accessibility, utilization, and associated factors among refugees in Nguenyiel refugee camp, Gambella, Ethiopia",2026,FALSE,0,,[],5,Bang Chuol Nyuot,"Department of Environmental Science and Technology, Public Health Faculty, Jimma University, P.O. Box 378, Jimma, Ethiopia",Ethiopia,,https://orcid.org/0009-0006-7489-0618,Samuel Fekadu,"Department of Environmental Science and Technology, Public Health Faculty, Jimma University, P.O. Box 378, Jimma, Ethiopia",Ethiopia,samuel.fekadu@ju.edu.et,https://orcid.org/0000-0002-4504-9882,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['accessibility', 'hygiene', 'refugee camp', 'sanitation', 'WASH service utilisation', 'Water']",10.2166/washdev.2026.114 +1157,111683,16,5,https://iwaponline.com/washdev/article/16/5/346/111683/Greenhouse-gas-emissions-from-urban-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Greenhouse gas emissions from urban wastewater treatment systems in Managua, Nicaragua",2026,FALSE,0,,[],4,Edwin Antonio Ojeda Olivares,"Department of Civil and Environmental Engineering, University of Nebraska-Lincoln, Lincoln, Nebraska, United States",United States,,https://orcid.org/0000-0003-3761-4527,Jassy Danisse Rivera Solís,"Direcciónde Área de Conocimiento de Arquitectura y Construcción, Universidad Nacional de Ingeniería, Managua, Nicaragua",Nicaragua,jdrs1988@gmail.com,https://orcid.org/0009-0001-2448-4287,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['developing countries', 'emission factors', 'IPCC', 'methane']",10.2166/washdev.2026.136 +1158,111710,16,5,https://iwaponline.com/washdev/article/16/5/360/111710/Physicochemical-heavy-metal-and-microbial-risk,"Journal of Water, Sanitation & Hygiene for Development","Physicochemical, heavy metal, and microbial risk assessment of harvested rainwater in coastal Koyra Upazila, Bangladesh",2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.208/1/washdev0160360supp1.docx?Expires=1785466652&Signature=3OTUwN8CeD-2MHyBdYjRbq0t-tHXLG6kkUCvhd-NS7STt0x0OwTucEpp2ezBgK4nziFQ1qIvsjmBUJyuvvW-YSViIddOI9J3I4F8SAb1ZQT3KA0kTO5e-bA0UZNN58~6~x8AzugDjnLTPpYa5gbXWRJbgBc32rX-5SIrrQ2zt7h-0rgNwzR7nZhNyXx3JpK7JRq36Lls4I3txXPPQ4jQw8x24FzZEgOkOuOuPsOxeCOxzcvi1ISBthKUKWyiYkfvzmNvXP-hX8Y~oM4uJtbbmPcazTt19yjzO5ItGKxOHKMppouompAvL7MatCpS2NFRno1j-fJ1KGW6Fh4QFGQy4w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],11,Laila Anjum Eva,"Department of Environmental Science and Geography, Islamic University, Kushtia 7003, Bangladesh",Bangladesh,,https://orcid.org/0009-0002-2721-8491,Iffat Ara,"Department of Environmental Science and Geography, Islamic University, Kushtia 7003, Bangladesh",Bangladesh,iffat@esg.iu.ac.bd,https://orcid.org/0000-0002-9073-4459,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['coastal region', 'health risk', 'heavy metal', 'microbial contamination', 'rainwater harvesting', 'water quality']",10.2166/washdev.2026.208 +1159,111731,16,5,https://iwaponline.com/washdev/article/16/5/379/111731/Evaluation-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of water, sanitation, and hygiene practices in healthcare facilities of Pakistan through the WASH FIT approach: a cross-sectional study",2026,TRUE,1,doc,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.234/1/washdev0160379supp1.doc?Expires=1785311968&Signature=IWT-E9Nmcy2mUXQO3F6kBnAv1NTXAildkZap4RWRYm3OkypR4Se41Wn5L3CCZgYZ233x80VHa98kiRssyg5kRH1w15x3lNP8aBDEr5tHvpaFu~cWl34of~U0IkBIT-2gXEXP64AQPiL8yzpI8ypqaiV0ezpS-iWlKRnk28kwXLS8WWx-hkrdzQn51WxsRJngLL0oP0GmJdDjyuMmqfYF91TuSYn0WvMH3YmuuxOcJt7CKlnlV25ddU8fy2qybFYBR~6N1hlhw4ybbWFL7hohoww2WLHm56pU3fYMAQHCyIfUAjmNmLztrS7ruh5MFYgf25KLnQPk7o-UQOwKFpBblQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],2,Muhammad Atif,"Department of Pharmacy Practice, Faculty of Pharmacy, The Islamia University of Bahawalpur, Bahawalpur 63100, Pakistan",Pakistan,,https://orcid.org/0000-0001-6866-8152,Saima Asghar,"Department of Pharmacy Practice, Faculty of Pharmacy, The Islamia University of Bahawalpur, Bahawalpur 63100, Pakistan",Pakistan,saima.asghar@iub.edu.pk,https://orcid.org/0009-0005-2631-0343,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['healthcare facilities', 'hygiene', 'Pakistan', 'sanitation', 'WASH', 'water']",10.2166/washdev.2026.234 +1160,111764,16,5,https://iwaponline.com/washdev/article/16/5/391/111764/Valorization-of-organic-wastes-through-black,"Journal of Water, Sanitation & Hygiene for Development",Valorization of organic wastes through black soldier fly larvae bioconversion: reducing greenhouse gas emissions,2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.240/1/washdev0160391supp1.docx?Expires=1786372723&Signature=kXBZJ6lSL7cJ7oVmGWOudvlA-2qPIZ5zLHFUv9SPhCwO3to91eFwv3TpkRcWQuwq2IUcBmAelAeQZuZ63m2wuLRAZVi7eiPT68qxrVxHJpUrc7ru9uLFST2Oc~eCcIy97SW9PtmZGn6sG8-I4ReHt1QP8ppnK3NJm-w4d5fwZoYheLOFoT3kZI2smSYoa4dEJ0Um7NfCS-pEKsSYURbDKjdzhkzmRn0mpBSE12nCSRDkJSKpNXul3ZktkFrmttyINF4ZdOKTNDTDMabihAO87oJkjNVkQxiwvPclsBwk15KBPuefkfOo03WK6W9asrIGQB8eL51h4mndNrbVG5XLTQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],4,Virginia Wamboi Gacuthi,"Department of Water Science, The Pan African University Institute of Water and Energy Sciences (Incl. Climate Change) (PAUWES), P.O. Box 119, Pôle Chetouane, Tlemcen 13000, Algeria",Algeria,virginiawambo28@gmail.com,https://orcid.org/0009-0002-9377-5819,Virginia Wamboi Gacuthi,"Department of Water Science, The Pan African University Institute of Water and Energy Sciences (Incl. Climate Change) (PAUWES), P.O. Box 119, Pôle Chetouane, Tlemcen 13000, Algeria",Algeria,virginiawambo28@gmail.com,https://orcid.org/0009-0002-9377-5819,TRUE,All dataset used for supporting the conclusion of this article are available from the corresponding authors upon request.,All dataset used for supporting the conclusion of this article are available from the corresponding authors upon request.,,"['biowaste valorization', 'black soldier fly', 'global warming potential', 'greenhouse gases', 'life cycle assessment']",10.2166/washdev.2026.240 +1161,111773,16,5,https://iwaponline.com/washdev/article/16/5/409/111773/Seeing-sanitation-using-photovoice-for-research,"Journal of Water, Sanitation & Hygiene for Development",Seeing sanitation: using photovoice for research and advocacy on WASH challenges in two Ethiopian urban primary schools,2026,TRUE,3,docx & pdf & pdf,"['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.250/1/washdev0160409supp1.docx?Expires=1785333606&Signature=Q7BxWcLk2zJ7ZitAqTkxob8zoL2hsKPPlEOa2CM3HOeENGgBD3b3cA4t021tviIzIhQo-MyQovUq-kgWkGV4Yy3hnLUzKn7~Glpwjsi26as2PagrGpKrANk6r6uLgNFREm4md6vN-GLEzZhaLmGsz24~WeVsTy094tgSOBL89cQc0BVthDu5M9E8x0mQVY~JOvTyefH5ZMcAT7eS0W-puuvd3gDWOBYT-rxf4zaFSAQRIhzOnYeA-2PfI8aNFBAjlXmrwzP7x1KRyS-lUcEd5vob4C6hy4GThtxuxNFN6K4BkUAURjAmYmEvK~c~R2ysRt9Hp7m0y--YBFabz1u8Fw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.250/1/washdev0160409supp2.pdf?Expires=1785333606&Signature=MqSZ4tLfXgS9iCozvrnAHRrM4aCxsIqVEDWLYNtjaLQ8FfFUoxAZfIlc6P85PdoFUNS9~jZ1LMkxacbwgcP9VD37OvFhT5kcFXf5Osq5OBWbzk7SdKgYzRY2WrNIQPel-IhPxoFulYF1fJCsYMx0VLDMhXPIt-eedlmnGAE-PWT6ePz9abQI8OOQJxBT9lnJMKZxSWjajK~1TLDTnNBc85OukMKICSwRMJEpzDcrHVSqsXje0l8rrcWAqXmHDvbge3I5fTDhYS~hXcnJd9yLRVUen80hb1tgm8jCHUSUdR87Wmne2kw5NBQ~SdxXfWQ6tlRcf4Hn36gEIlN4Xh3axg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA', 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.250/1/washdev0160409supp3.pdf?Expires=1785333606&Signature=fCdJtRqBtPZSy1Y~I~deWOmiZci8TrW7pPMiAyG1z46VKNWFiBXUDMAHIzS2KXplz83ndKzZFfxOdi-o4~sdI4J~vC~SWuy1n9BsR--pmdxIlhlmmRRrwShYdPGekIjpdTxXxzVHGi-1tARuUNlzAYODHxLyldNwe~WgxDneAWvwtn~P7zylAywza7a3iZoeyjv-LbR1zPPSDzNJnNOekTp9X6zVn0QWxxFf7P~PRO9edfVS1tWZxnrF0G~bjPLQ3TiMmHbdpW6HRzrPuW44ztu0q9fLaK2UIaqzh4YCF1iYaqIjbRIe14Pqz2ii8xGZpGzDfseW4M5Fn0Yn441KIg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA']",9,Mohammed J. Abawari,"Department of Health, Behavior and Society, Jimma University, Jimma, Ethiopia",Ethiopia,Mohammedjemal.Abawari@ugent.be,https://orcid.org/0000-0003-2469-9605,Mohammed J. Abawari,"Department of Health, Behavior and Society, Jimma University, Jimma, Ethiopia",Ethiopia,Mohammedjemal.Abawari@ugent.be,https://orcid.org/0000-0003-2469-9605,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['advocacy', 'behavior change', 'Ethiopia', 'infection prevention', 'photovoice', 'WASH']",10.2166/washdev.2026.250 +1162,111669,16,5,https://iwaponline.com/washdev/article/16/5/426/111669/Field-assessment-of-solar-disinfection-of-water-in,"Journal of Water, Sanitation & Hygiene for Development","Field assessment of solar disinfection of water in Obunga slum, Kisumu, Kenya: comparative insights from Nairobi pre-trial data",2026,FALSE,0,,[],4,Marylyn Gathiru,"Department of Chemistry, Kenyatta University, P.O. Box 43844-00100, Nairobi, Kenya",Kenya,gathiru.mugure@students.ku.ac.ke,https://orcid.org/0000-0002-2484-2523,Marylyn Gathiru,"Department of Chemistry, Kenyatta University, P.O. Box 43844-00100, Nairobi, Kenya",Kenya,gathiru.mugure@students.ku.ac.ke,https://orcid.org/0000-0002-2484-2523,TRUE,All relevant data are included in the paper or its Supplementary Information. .,All relevant data are included in the paper or its Supplementary Information. .,,"['E. coli', 'log reduction value', 'Obunga slum', 'polyethylene terephthalate', 'solar disinfection (SODIS)', 'total coliform bacteria']",10.2166/washdev.2026.257 +1163,111697,16,5,https://iwaponline.com/washdev/article/16/5/438/111697/Understanding-hygiene-knowledge-and-practices,"Journal of Water, Sanitation & Hygiene for Development","Understanding hygiene knowledge and practices among urban slum women in Dhaka, Bangladesh: insights from a cross-sectional study",2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.294/1/washdev0160438supp1.docx?Expires=1785236756&Signature=iTrGn07Tl5lfiBGHt4gX4kcLZeuUaH5Rzyo5WL9mPkD3aBDQjol6HF9wBO4O7sSCBE8nKUxjpI7F79pPx7OT6E8soVtXK~RkvxlFNVUvGDc-jslQArCSO5aEctUpCBzP02XWWChl8sxJoQJBtKeiypm2NP1SmmA2UVlufExksRBmnvnA2G88eiX9nEbT87x-29zUEHh6IiFDbMLMydNBVvZVIjHC~OrlYhkhVogJ2EgjUIqXw4iG6GsNwtXE3guTarpB28BscbBht9feHf9yRSNnExJUC4hvHlGEVFMfitkURFZno~g61oZd3DU4QrVeJlkRV-C-yamtI95EzuwVtw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],5,Nadia Sultana,"Nutrition Research Division, icddr,b, Dhaka, Bangladesh",Bangladesh,nadiasultana068@gmail.com,https://orcid.org/0000-0002-3468-5664,Nadia Sultana,"Nutrition Research Division, icddr,b, Dhaka, Bangladesh",Bangladesh,nadiasultana068@gmail.com,https://orcid.org/0000-0002-3468-5664,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Bangladesh', 'Dhaka', 'hygiene', 'knowledge', 'practices', 'slum']",10.2166/washdev.2026.294 +1164,111684,16,5,https://iwaponline.com/washdev/article/16/5/453/111684/Water-sanitation-and-hygiene-challenges-for,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene challenges for menstruating women in an South African correctional facility",2026,FALSE,0,,[],4,Melitah Molatelo Rasweswe,"Department of Nursing Science, University of Limpopo, Sovenga, South Africa",South Africa,melitah.rasweswe@ul.ac.za,https://orcid.org/0000-0002-5077-5440,Melitah Molatelo Rasweswe,"Department of Nursing Science, University of Limpopo, Sovenga, South Africa",South Africa,melitah.rasweswe@ul.ac.za,https://orcid.org/0000-0002-5077-5440,FALSE,,,,"['correctional facility', 'hygiene', 'incarcerated women', 'menstruation', 'South Africa', 'water', 'sanitation', 'and hygiene']",10.2166/washdev.2026.019 +1165,112096,16,6,https://iwaponline.com/washdev/article/16/6/467/112096/Water-quality-and-health-risks-in-Nzeng-Ayong,"Journal of Water, Sanitation & Hygiene for Development","Water quality and health risks in Nzeng-Ayong, Libreville: An analysis of waterborne disease exposure and household WASH practices",2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/6/10.2166_washdev.2026.116/1/washdev0160467supp1.docx?Expires=1785612364&Signature=CSRPBvy7NG8mMdjMFYrqrSJevEAUOlp~SbegjLJUQXLFc9Kzw7BpgaeHhZf3ssH7VSnoUSk9XZ1B-Zx5QzwCA~lRja7nsbQFOaix2x5Cyn~kHgKPlQ5Ehu3hI3-xhHgHTcvXcsxhOW2JA4ngmm~NAPl-Un7~d6wW4qjO2qNJso0hRklgaq0gLxnGeYcPYsY1fr~lqw24755Ng~z9hTQTiEiT5O~wQo0x5Txuhjb0NiBx5cj6onGGpbWeVjB44pyMpytqd6~w2dFPqDjqSxBPLQ-2Zm4yDZPedXfvNLSYhwIsXof5FoGjqj8N6ElAXFUnwKUg62vmzLZLdopp4SeVcw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],3,Stevy Baurel Mondjo,"School of Water and Environment, Chang'an University, 126 Yanta Road, Xi'an 710054, Shaanxi, China",China,baurelmondjo@chd.edu.cn,https://orcid.org/0009-0008-0559-609X,Stevy Baurel Mondjo,"School of Water and Environment, Chang'an University, 126 Yanta Road, Xi'an 710054, Shaanxi, China",China,baurelmondjo@chd.edu.cn,https://orcid.org/0009-0008-0559-609X,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['Nzeng-Ayong', 'public health', 'sanitation', 'waterborne diseases', 'water quality']",10.2166/washdev.2026.116 +1166,112039,16,6,https://iwaponline.com/washdev/article/16/6/483/112039/The-rise-of-packaged-and-refilled-bottled-water-as,"Journal of Water, Sanitation & Hygiene for Development",The rise of packaged and refilled bottled water as a main drinking water source in Latin America and the Caribbean,2026,TRUE,1,docx,['https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/6/10.2166_washdev.2026.242/1/washdev0160483supp1.docx?Expires=1785585941&Signature=vHZa7RPlOcQ6UGY9pGmF0kTdWvNNPus1YahjgRUnqmtXzGl0N4TDNC~4nEjgR6MBWvszbtzCBaDOU3ULBXM-UI9KkSWXxF3CotQ1GOFvBh1D-Or7ddAHPiFZlbHe2GehO1IGio6sKobf8SUuHnHslXBRLNY4R~0TbIspkM3h4~0h8OWD4-K1n~1zizQ5rI3i8Zph5RuUocfcofZXqRrWA7~OfCZQnr5P8l9xUyK~mM7gh5NQbzu2VjJXl76rMca7eLrO597Vo04jVBAumD6oTkNhYmYEVpL8UT5nD-0qaddqYBWMeteHyBPnfLAWD9uCH3GNYUOsxLW5MDzAe0bQZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA'],1,John Duncan McLennan,"Departments of Psychiatry and Community Health Sciences, Cumming School of Medicine, University of Calgary, Calgary, Canada",Canada,jmclenna@ucalgary.ca,https://orcid.org/0000-0002-4124-0145,John Duncan McLennan,"Departments of Psychiatry and Community Health Sciences, Cumming School of Medicine, University of Calgary, Calgary, Canada",Canada,jmclenna@ucalgary.ca,https://orcid.org/0000-0002-4124-0145,FALSE,,,,"['bottled', 'Caribbean', 'drinking water', 'Latin America', 'packaged', 'piped']",10.2166/washdev.2026.242 +1167,112044,16,6,https://iwaponline.com/washdev/article/16/6/497/112044/Fecal-sludge-management-system-approach-for,"Journal of Water, Sanitation & Hygiene for Development","Fecal sludge management system approach for establishing policy framework in urban areas of Vientiane Capital, Lao PDR",2026,FALSE,0,,[],2,Sengsavath Sidlakone,"Graduate School of Science and Engineering, Ritsumeikan University, Shiga 525-8577, Japan",Japan,vathslk@yahoo.co.uk,https://orcid.org/0009-0006-0559-4727,Sengsavath Sidlakone,"Graduate School of Science and Engineering, Ritsumeikan University, Shiga 525-8577, Japan",Japan,vathslk@yahoo.co.uk,https://orcid.org/0009-0006-0559-4727,TRUE,All relevant data are available from an online repository or repositories.,All relevant data are available from an online repository or repositories,,"['fecal sludge', 'Lao PDR', 'sanitation chain', 'scenario framework planning', 'urban sanitation policy', 'Vientiane']",10.2166/washdev.2026.251 +1168,112117,16,6,https://iwaponline.com/washdev/article/16/6/515/112117/Growth-and-economic-performance-of-Nile-tilapia,"Journal of Water, Sanitation & Hygiene for Development",Growth and economic performance of Nile tilapia (Oreochromis niloticus) fed on black soldier fly larvae raised on human fecal sludge and organic waste: a circular economy approach,2026,FALSE,0,,[],5,Anne Wambugu,"Department of Civil and Environmental Engineering, Meru University of Science and Technology, Meru, Kenya",Kenya,,https://orcid.org/0009-0008-8872-3807,James Kirimi,"Department of Livestock and Fisheries Development, Meru County Government, Meru, Kenya",Kenya,kirimijg@yahoo.com,https://orcid.org/0000-0001-9692-1258,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['aquafeed', 'black soldier fly', 'fish meal', 'growth performance', 'Nile tilapia']",10.2166/washdev.2026.264 +1169,112086,16,6,https://iwaponline.com/washdev/article/16/6/526/112086/Integrating-GIS-multivariate-statistical,"Journal of Water, Sanitation & Hygiene for Development","Integrating GIS, multivariate statistical techniques, and Water Quality Index for urban water quality assessment: a case study of Blantyre, Malawi",2026,FALSE,0,,[],4,Lemson Kachedwa,"Department of Climate Sciences, Malawi University of Science and Technology, Limbe, Malawi",Malawi,lkachedwa@must.ac.mw,https://orcid.org/0009-0008-4235-4639,Lemson Kachedwa,"Department of Climate Sciences, Malawi University of Science and Technology, Limbe, Malawi",Malawi,lkachedwa@must.ac.mw,https://orcid.org/0009-0008-4235-4639,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,Data cannot be made publicly available; readers should contact the corresponding author for details.,,"['GIS analysis', 'multivariate statistics', 'spatial variability', 'urban water sources', 'Water Quality Index']",10.2166/washdev.2026.004 +1170,112150,16,6,https://iwaponline.com/washdev/article/16/6/543/112150/Economic-costs-of-handpump-corrosion-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Economic costs of handpump corrosion in rural water supply systems in Cameroon,2026,FALSE,0,,[],1,Victor Dang Mvongo,"Drop In Center (DIC), Technicians Support for Peasant Development Initiatives (ATIPAD), P.O. Box 447, Ebolowa, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Drop In Center (DIC), Technicians Support for Peasant Development Initiatives (ATIPAD), P.O. Box 447, Ebolowa, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,All relevant data are included in the paper or its Supplementary Information.,,"['corrosion', 'economic cost', 'handpumps', 'rural water supply']",10.2166/washdev.2026.008 +1171,112054,16,6,https://iwaponline.com/washdev/article/16/6/559/112054/Engineering-design-of-passively-aerated-urine,"Journal of Water, Sanitation & Hygiene for Development",Engineering design of passively aerated urine-diverting dry toilet chambers based on thermophilic composting of human feces,2026,FALSE,0,,[],2,Ricardo Franci Gonçalves,"Department of Environmental Engineering, Federal University of Espírito Santo, Vitória, Brazil",Brazil,ricardo.goncalves@ufes.br,https://orcid.org/0000-0002-2048-9451,Ricardo Franci Gonçalves,"Department of Environmental Engineering, Federal University of Espírito Santo, Vitória, Brazil",Brazil,ricardo.goncalves@ufes.br,https://orcid.org/0000-0002-2048-9451,FALSE,,,,"['composting toilet', 'decentralized sanitation', 'dry toilet', 'mathematical modeling', 'resource-oriented sanitation', 'thermophilic composting']",10.2166/washdev.2026.183 +1172,112151,16,6,https://iwaponline.com/washdev/article/16/6/577/112151/Multimethod-typing-reveals-predominance-of-ST1-and,"Journal of Water, Sanitation & Hygiene for Development",Multimethod typing reveals predominance of ST1 and detection of a novel sequence type among Legionella pneumophila from hotels plumbing systems in Morocco,2026,FALSE,0,,[],5,Abdelwahid Assaidi,"Agri-Food and Health Laboratory, Faculty of Science and Technics, Hassan First University, Settat, Morocco",Morocco,abdelwahid.assaidi@uhp.ac.ma,https://orcid.org/0009-0003-7514-7170,Abdelwahid Assaidi,"Agri-Food and Health Laboratory, Faculty of Science and Technics, Hassan First University, Settat, Morocco",Morocco,abdelwahid.assaidi@uhp.ac.ma,https://orcid.org/0009-0003-7514-7170,FALSE,,,,"['Legionella pneumophila', 'MAb subgroup', 'molecular typing', 'NGS', 'PFGE']",10.2166/washdev.2026.302 diff --git a/data-raw/washdev_scraping.R b/data-raw/washdev_scraping.R new file mode 100644 index 0000000..bea1386 --- /dev/null +++ b/data-raw/washdev_scraping.R @@ -0,0 +1,365 @@ +# Scrape article metadata from the Journal of Water, Sanitation and Hygiene +# for Development (https://iwaponline.com/washdev). +# +# R port of inst/python/washdev_scraping_selenium.py (issue #11). Uses a +# headless Chrome session via {chromote} because iwaponline.com sits behind +# Cloudflare and blocks plain HTTP clients. Overriding the "HeadlessChrome" +# user agent is enough to pass the challenge. +# +# The scraper is incremental: it reads data-raw/washdev.csv, determines the +# last volume and issue present, scrapes only newer issues, and appends. +# Progress is written back to the CSV after every issue, so an interrupted +# run can be resumed by sourcing the script again. +# +# Differences from the Python version, both deliberate: +# - A `doi` column is collected from the citation_doi meta tag (new). +# - When supplements have mixed file types, all types are recorded joined +# by " & " (one per file, e.g. "docx & xlsx") instead of the literal +# "misc", which previously required manual repair in data_processing.R. +# +# Run from the package root: +# Rscript data-raw/washdev_scraping.R + +library(chromote) +library(rvest) +library(xml2) +library(dplyr) +library(purrr) +library(stringr) +library(readr) +library(tibble) + +JOURNAL_NAME <- "Journal of Water, Sanitation & Hygiene for Development" +SITE_ROOT <- "https://iwaponline.com" +ISSUE_ROOT <- "https://iwaponline.com/washdev/issue" +DAS_ONLINE_BOILERPLATE <- + "All relevant data are available from an online repository or repositories" + +# Browser session --------------------------------------------------------- + +start_browser <- function() { + session <- ChromoteSession$new() + ua <- session$Browser$getVersion()$userAgent + session$Network$setUserAgentOverride( + userAgent = gsub("HeadlessChrome", "Chrome", ua) + ) + session +} + +#' Navigate to a URL and return the rendered HTML. +#' +#' Polls until the document is complete and no Cloudflare challenge text is +#' present, then sleeps 1-3 seconds (as the Python scraper did) to stay +#' polite. Returns NA_character_ if the page never settles. +fetch_page <- function(session, url, max_polls = 15L, poll_s = 3) { + session$Page$navigate(url, wait_ = FALSE) + html <- NA_character_ + for (i in seq_len(max_polls)) { + Sys.sleep(poll_s) + ready <- session$Runtime$evaluate("document.readyState")$result$value + html <- session$Runtime$evaluate( + "document.documentElement.outerHTML" + )$result$value + challenged <- grepl("Just a moment|Verifying you are human", html) + if (identical(ready, "complete") && !challenged) break + if (i == max_polls) { + warning("Page did not settle: ", url, call. = FALSE) + html <- NA_character_ + } + } + Sys.sleep(runif(1, 1, 3)) + html +} + +# Small helpers ------------------------------------------------------------ + +node_exists <- function(node) !inherits(node, "xml_missing") + +#' Format a character vector the way pandas wrote Python lists to the raw +#' CSV, e.g. "['a', 'b']" or "[]", so old and new rows share one format and +#' data_processing.R parses both identically. +py_list <- function(x) { + x <- x[!is.na(x)] + if (length(x) == 0) return("[]") + paste0("['", paste(x, collapse = "', '"), "']") +} + +#' First text node directly inside a node, stripped. Mirrors BeautifulSoup's +#' `.next` on an element whose first child is text. +first_text <- function(node) { + txt <- xml_find_first(node, "./text()[normalize-space()]") + if (inherits(txt, "xml_missing")) return(NA_character_) + str_trim(xml_text(txt)) +} + +# Issue schedule ----------------------------------------------------------- + +#' Number of issues in a volume. Volumes 1-10 (2011-2020) had 4 issues, +#' volume 11 (2021) had 6, volume 12 (2022) onward is monthly. +issues_in_volume <- function(volume) { + if (volume <= 10) 4L else if (volume == 11) 6L else 12L +} + +# Issue table of contents -------------------------------------------------- + +#' Parse one issue's table-of-contents page into the overview columns: +#' one row per article with paperid, volume, issue, url, journal, title, +#' published_year. Returns a zero-row tibble when the page has no article +#' list (an issue that does not exist yet). +parse_issue_page <- function(html, volume, issue) { + empty <- tibble( + paperid = integer(), volume = integer(), issue = integer(), + url = character(), journal = character(), title = character(), + published_year = integer() + ) + if (is.na(html)) return(empty) + page <- read_html(html) + article_list <- html_element(page, "#ArticleList") + if (!node_exists(article_list)) return(empty) + links <- html_elements(article_list, "a[href*='/washdev/article/']") + # The Python scraper kept only tags without a class attribute; the + # classed ones are PDF/citation links pointing at the same articles + links <- links[is.na(html_attr(links, "class"))] + if (length(links) == 0) return(empty) + tibble( + paperid = map_chr(links, \(a) xml_attr(xml_parent(a), "data-resource-id-access")), + volume = volume, + issue = issue, + url = paste0(SITE_ROOT, html_attr(links, "href")), + journal = JOURNAL_NAME, + title = str_trim(html_text(links)), + published_year = volume + 2010L + ) +} + +# Article metadata --------------------------------------------------------- + +parse_supp <- function(page) { + supp_nodes <- html_elements(page, "div.dataSuppLink") + supp_types <- map_chr(supp_nodes, function(node) { + # The file type is the text after the download link: "- docx file" + txt <- str_trim(paste(xml_text(xml_find_all(node, "./text()")), collapse = " ")) + tokens <- str_split_1(str_trim(txt), "\\s+") + if (length(tokens) >= 2) tokens[2] else NA_character_ + }) + supp_type <- if (length(supp_types) == 0) { + NA_character_ + } else { + paste(supp_types, collapse = " & ") + } + list( + is_supp = node_exists(html_element(page, "h2#supplementary-data")), + num_supp = length(supp_nodes), + supp_file_type = supp_type, + supp_url = py_list(map_chr( + supp_nodes, \(node) html_attr(html_element(node, "a"), "href") + )) + ) +} + +#' Extract name, affiliation, country, email, and ORCID from one author +#' info card (a div.info-card-author node). +parse_author_card <- function(card) { + name <- first_text(html_element(card, "div.info-card-name")) + aff_node <- html_element(card, "div.aff") + if (node_exists(aff_node)) { + # The affiliation div may open with a marker; the affiliation + # text is then the node right after it + span <- html_element(aff_node, "span") + aff <- if (node_exists(span)) { + xml_text(xml_find_first(aff_node, "./span[1]/following-sibling::node()[1]")) + } else { + html_text(aff_node) + } + aff <- str_trim(aff) + country <- last(str_split_1(aff, ", ")) + country <- str_split_1(country, " Email")[1] + } else { + aff <- NA_character_ + country <- NA_character_ + } + email_node <- html_element(card, "a[href^='mailto']") + orcid_node <- html_element(card, "a[id^='contrib-orcid']") + list( + name = name, + affiliation = aff, + affiliation_country = country, + email = if (node_exists(email_node)) html_text(email_node) else NA_character_, + orcid = if (node_exists(orcid_node)) html_attr(orcid_node, "href") else NA_character_ + ) +} + +parse_authors <- function(page) { + na_author <- list( + name = NA_character_, affiliation = NA_character_, + affiliation_country = NA_character_, email = NA_character_, + orcid = NA_character_ + ) + cards <- html_elements(page, "div.info-card-author") + first <- if (length(cards) > 0) parse_author_card(cards[[1]]) else na_author + corresp_marker <- html_element(page, "div.info-author-correspondence") + corresp <- if (node_exists(corresp_marker)) { + parse_author_card(xml_parent(corresp_marker)) + } else { + na_author + } + list( + num_authors = length(html_elements(page, "div.info-card-name")), + first_author_name = first$name, + first_author_affiliation = first$affiliation, + first_author_affiliation_country = first$affiliation_country, + first_author_email = first$email, + first_author_orcid = first$orcid, + correspondence_author_name = corresp$name, + correspondence_author_affiliation = corresp$affiliation, + correspondence_author_affiliation_country = corresp$affiliation_country, + correspondence_author_email = corresp$email, + correspondence_author_orcid = corresp$orcid + ) +} + +#' Repository URL from the DAS text, for statements that start with the +#' standard online-repository sentence. Three regexes in decreasing order +#' of strictness, as in the Python version: a URL inside parentheses, any +#' URL, anything inside parentheses. +extract_das_repo <- function(das_text) { + if (is.na(das_text) || !startsWith(das_text, DAS_ONLINE_BOILERPLATE)) { + return(NA_character_) + } + rest <- str_sub(das_text, nchar(DAS_ONLINE_BOILERPLATE) + 1) + for (pattern in c( + "\\((https?://[^\\s]+)\\)", + "(https?://[^\\s]+)", + "\\(([^\\s)]+)\\)" + )) { + hit <- str_match(rest, pattern)[, 2] + if (!is.na(hit)) return(hit) + } + NA_character_ +} + +parse_das <- function(page) { + heading <- html_element( + page, "h2[data-section-title='DATA AVAILABILITY STATEMENT']" + ) + has_das <- node_exists(heading) + das_text <- NA_character_ + if (has_das) { + section_id <- html_attr(heading, "id") + body <- html_element( + page, sprintf("div[data-section-parent-id='%s']", section_id) + ) + if (node_exists(body)) das_text <- str_trim(html_text(body)) + } + das_type <- if (!is.na(das_text) && startsWith(das_text, DAS_ONLINE_BOILERPLATE)) { + DAS_ONLINE_BOILERPLATE + } else { + das_text + } + list( + has_das = has_das, + das = das_text, + das_type = das_type, + das_repo_url = extract_das_repo(das_text) + ) +} + +parse_keywords <- function(page) { + group <- html_element(page, "div.kwd-group") + if (!node_exists(group)) return(py_list(character())) + py_list(html_text(xml_children(group))) +} + +parse_doi <- function(page) { + meta <- html_element(page, "meta[name='citation_doi']") + if (node_exists(meta)) html_attr(meta, "content") else NA_character_ +} + +#' All article-level metadata for one article page, as a one-row tibble. +parse_article_page <- function(html) { + page <- read_html(html) + as_tibble(c( + parse_supp(page), + parse_authors(page), + parse_das(page), + list(keywords = parse_keywords(page), doi = parse_doi(page)) + )) +} + +#' Fetch and parse one article. On failure returns a one-row tibble of NAs +#' so the issue keeps its remaining articles. +scrape_article <- function(session, url) { + tryCatch( + parse_article_page(fetch_page(session, url)), + error = function(e) { + warning("Failed to parse ", url, ": ", conditionMessage(e), call. = FALSE) + parse_article_page("") + } + ) +} + +# Raw CSV round trip ------------------------------------------------------- + +read_washdev_raw <- function(path) { + read_csv(path, show_col_types = FALSE, name_repair = "unique_quiet") |> + rename(row_index = 1) +} + +#' Write the raw table back in the format pandas produced: an unnamed +#' index as the first column. +write_washdev_raw <- function(data, path) { + write_csv(data, path, na = "") + lines <- read_lines(path) + lines[1] <- sub("^row_index", "", lines[1]) + write_lines(lines, path) +} + +# Main --------------------------------------------------------------------- + +#' Scrape all issues newer than the ones in the raw CSV and append them. +#' `end_vol` defaults to the volume implied by the current year. For the +#' final volume, scraping stops at the first issue that has no article +#' list (not yet published). +update_washdev_raw <- function(raw_path = "data-raw/washdev.csv", + end_vol = as.integer(format(Sys.Date(), "%Y")) - 2010L) { + existing <- read_washdev_raw(raw_path) + last_vol <- max(existing$volume) + last_issue <- max(existing$issue[existing$volume == last_vol]) + message("Raw data covers up to volume ", last_vol, " issue ", last_issue) + + session <- start_browser() + on.exit(session$parent$close(), add = TRUE) + + for (vol in last_vol:end_vol) { + first_issue <- if (vol == last_vol) last_issue + 1L else 1L + for (iss in seq_len(issues_in_volume(vol))) { + if (iss < first_issue) next + message("Scraping volume ", vol, " issue ", iss, " ...") + overview <- parse_issue_page( + fetch_page(session, paste(ISSUE_ROOT, vol, iss, sep = "/")), + volume = vol, issue = iss + ) + if (nrow(overview) == 0) { + message(" no articles found, stopping volume ", vol) + break + } + metadata <- map(overview$url, \(u) scrape_article(session, u)) |> + list_rbind() + new_rows <- bind_cols(overview, metadata) |> + mutate( + paperid = as.integer(paperid), + row_index = max(existing$row_index) + row_number() + ) + existing <- bind_rows(existing, new_rows) + write_washdev_raw(existing, raw_path) + message(" added ", nrow(new_rows), " articles (total ", nrow(existing), ")") + } + } + invisible(existing) +} + +# Runs only when executed directly (Rscript data-raw/washdev_scraping.R), +# not when the file is source()d for its functions +if (sys.nframe() == 0 && !interactive()) { + update_washdev_raw() +} diff --git a/data/ploswater.rda b/data/ploswater.rda new file mode 100644 index 0000000..54cc52f Binary files /dev/null and b/data/ploswater.rda differ diff --git a/data/uncnewsletter.rda b/data/uncnewsletter.rda index 7d5f698..10b5765 100644 Binary files a/data/uncnewsletter.rda and b/data/uncnewsletter.rda differ diff --git a/data/washdev.rda b/data/washdev.rda index 3d11d03..27d9405 100644 Binary files a/data/washdev.rda and b/data/washdev.rda differ diff --git a/inst/extdata/ploswater.csv b/inst/extdata/ploswater.csv new file mode 100644 index 0000000..e3967e2 --- /dev/null +++ b/inst/extdata/ploswater.csv @@ -0,0 +1,437 @@ +paperid,volume,issue,paper_url,journal,title,published_year,is_supp,num_supp,supp_file_type,supp_url,num_authors,first_author_name,first_author_affiliation,first_author_affiliation_country,first_author_email,first_author_orcid,correspondence_author_name,correspondence_author_affiliation,correspondence_author_affiliation_country,correspondence_author_email,correspondence_author_orcid,has_das,das,das_type,das_repo_url,das_repo_name,keywords,url_source,doi,article_type,publication_date +10.1371/journal.pwat.0000058,1,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000058,PLOS Water,Water remains a blind spot in climate change policies,2022,FALSE,0,NA,NA,9,Hervé Douville,"Centre National de Recherches Météorologiques, Université de Toulouse, Météo-France, CNRS, Toulouse, France",France,herve.douville@meteo.fr,NA,Hervé Douville,"Centre National de Recherches Météorologiques, Université de Toulouse, Météo-France, CNRS, Toulouse, France",France,herve.douville@meteo.fr,NA,FALSE,NA,NA,NA,NA,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Earth sciences/Atmospheric science/Climatology/Climate change/Global warming; /Earth sciences/Atmospheric science/Climatology/Climate modeling; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Hydrology/Water cycle; /Ecology and environmental sciences/Drought; /Ecology and environmental sciences/Natural resources/Water resources; /Research and analysis methods/Simulation and modeling/Climate modeling,journals.plos.org,10.1371/journal.pwat.0000058,Review,2022-12-15 +10.1371/journal.pwat.0000070,2,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000070,PLOS Water,Understanding household self-supply use and management using a mixed-methods approach in urban Indonesia,2023,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000070.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000070.s002&type=supplementary,7,Franziska Genter,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, Australia",Australia,franziska.g.genter@student.uts.edu.au,https://orcid.org/0000-0001-5867-4671,Franziska Genter,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, Australia",Australia,franziska.g.genter@student.uts.edu.au,https://orcid.org/0000-0001-5867-4671,TRUE,Datasets for this research are available in this paper and its supplementary information files.,in paper,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception/Taste; /Biology and life sciences/Neuroscience/Sensory perception/Taste; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Taste; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Boiling; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Taste,journals.plos.org,10.1371/journal.pwat.0000070,Research Article,2023-01-24 +10.1371/journal.pwat.0000085,2,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000085,PLOS Water,Issues that should be addressed at the UN 2023 Water Conference,2023,FALSE,0,NA,NA,1,Jon Lane,"World Water Week, Stockholm International Water Institute, WINZ–The Water Initiative for Net Zero, Stockholm, Sweden",Sweden,Jon.lane@siwi.org,NA,Jon Lane,"World Water Week, Stockholm International Water Institute, WINZ–The Water Initiative for Net Zero, Stockholm, Sweden",Sweden,Jon.lane@siwi.org,NA,FALSE,NA,NA,NA,NA,/Earth sciences/Atmospheric science/Atmospheric chemistry/Greenhouse gases; /Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Environmental chemistry/Atmospheric chemistry/Greenhouse gases; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Chemistry/Chemical compounds/Methane; /Physical sciences/Chemistry/Environmental chemistry/Atmospheric chemistry/Greenhouse gases; /Social sciences/Political science/Governments,journals.plos.org,10.1371/journal.pwat.0000085,Opinion,2023-01-24 +10.1371/journal.pwat.0000068,2,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000068,PLOS Water,Spatial variations in tap water isotopes across Canada: Tracing water from precipitation to distribution and assess regional water resources,2023,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000068.s001&type=supplementary,6,Shelina A. Bhuiyan,"Department of Earth and Environmental Science, University of Ottawa, Ottawa, ON, Canada",Canada,shelina.a.bhuiyan@gmail.com,https://orcid.org/0000-0001-7294-6776,Shelina A. Bhuiyan,"Department of Earth and Environmental Science, University of Ottawa, Ottawa, ON, Canada",Canada,shelina.a.bhuiyan@gmail.com,https://orcid.org/0000-0001-7294-6776,TRUE,"All data to verify the conclusions of this work have been made available. Data A and B in S1 Text are available at https://doi.org/10.6084/m9.figshare.19243518. The data used for water balance modelling is open-access and available online at Waterisotopes.org (https://wateriso.utah.edu/waterisotopes/index.html), HydroSHEDS (https://www.hydrosheds.org/) and Physical Sciences Laboratory (https://psl.noaa.gov/data/gridded/data.narr.monolevel.html#plot) websites. Canadian streams isotope data that were used for models validations can be requested from Dr. John Gibson (jjgibson@uvic.ca) at University of Victoria.",available in online repository,https://doi.org/10.6084/m9.figshare.19243518; https://wateriso.utah.edu/waterisotopes/index.html; https://www.hydrosheds.org/; https://psl.noaa.gov/data/gridded/data.narr.monolevel.html#plot; 10.6084/m9.figshare.19243518,figshare,/Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/Canada; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Evaporation; /Physical sciences/Physics/Particle physics/Composite particles/Atoms/Isotopes,journals.plos.org,10.1371/journal.pwat.0000068,Research Article,2023-01-24 +10.1371/journal.pwat.0000065,1,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000065,PLOS Water,"Improve water quality through meaningful, not just any, citizen science",2022,FALSE,0,NA,NA,3,Anne-Floor M. Schölvinck,"Rathenau Instituut, Royal Netherlands Academy of Arts and Sciences, The Hague, The Netherlands",Netherlands,a.scholvinck@rathenau.nl,NA,Anne-Floor M. Schölvinck,"Rathenau Instituut, Royal Netherlands Academy of Arts and Sciences, The Hague, The Netherlands",Netherlands,a.scholvinck@rathenau.nl,NA,FALSE,NA,NA,NA,NA,/Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /People and places/Population groupings/Professions/Scientists; /Research and analysis methods/Research design; /Science policy; /Science policy/Research funding; /Science policy/Science and technology workforce/Careers in research/Scientists; /Science policy/Science and technology workforce/Citizen science; /Social sciences/Political science/Public policy,journals.plos.org,10.1371/journal.pwat.0000065,Opinion,2022-12-07 +10.1371/journal.pwat.0000105,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000105,PLOS Water,Environmental biotechnologies can make water pollutants part of the path to mitigating climate change,2023,FALSE,0,NA,NA,1,Bruce E. Rittmann,"Biodesign Swette Center for Environmental Biotechnology, Arizona State University, Tempe, AZ, United States of America",United States of America,Rittmann@asu.edu,https://orcid.org/0000-0002-3678-149X,Bruce E. Rittmann,"Biodesign Swette Center for Environmental Biotechnology, Arizona State University, Tempe, AZ, United States of America",United States of America,Rittmann@asu.edu,https://orcid.org/0000-0002-3678-149X,FALSE,NA,NA,NA,NA,/Biology and life sciences/Biochemistry/Metabolism/Metabolic processes/Fermentation; /Biology and life sciences/Bioengineering/Biotechnology/Environmental biotechnology; /Biology and life sciences/Microbiology/Bacteriology/Bacterial biofilms; /Biology and life sciences/Microbiology/Biofilms; /Biology and life sciences/Microbiology/Biofilms/Bacterial biofilms; /Biology and life sciences/Nutrition/Diet/Food; /Engineering and technology/Bioengineering/Biotechnology/Environmental biotechnology; /Engineering and technology/Energy and power/Alternative energy; /Engineering and technology/Nanotechnology/Nanoparticles; /Medicine and health sciences/Nutrition/Diet/Food; /Physical sciences/Chemistry/Chemical elements/Hydrogen,journals.plos.org,10.1371/journal.pwat.0000105,Review,2023-03-15 +10.1371/journal.pwat.0000050,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000050,PLOS Water,Unequal access to improved water and sanitation in a post-conflict context of Liberia: Evidence from the Demographic and Health Survey,2023,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000050.s001&type=supplementary,5,Daniel Amoak,"Department of Geography, Western University, Social Science Centre, London, Ontario, Canada",Canada,NA,https://orcid.org/0000-0002-3879-7233,Roger Antabe,"Department of Health and Society, University of Toronto Scarborough, Toronto, Canada",Canada,roger.antabe@utoronto.ca,https://orcid.org/0000-0003-0312-3201,TRUE,This data is publicly available through the Demographic and Health Survey Program. The link to the data is is: https://dhsprogram.com/Countries/Country-Main.cfm?ctry_id=22&c=Liberia&Country=Liberia&cn=&r=1.,available in online repository,https://dhsprogram.com/Countries/Country-Main.cfm?ctry_id=22&c=Liberia&Country=Liberia&cn=&r=1,dhs program,/Earth sciences/Geography/Human geography/Social geography; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Liberia; /Social sciences/Human geography/Social geography; /Social sciences/Sociology/Education/Educational attainment,journals.plos.org,10.1371/journal.pwat.0000050,Research Article,2023-04-03 +10.1371/journal.pwat.0000095,2,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000095,PLOS Water,Driving behavior change among farmers & fishers: Do social networks matter?,2023,FALSE,0,NA,NA,2,Ranu Sinha,"School of Geography and the Environment, University of Oxford, Oxford, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Ranu.Sinha@ouce.ox.ac.uk,https://orcid.org/0000-0001-8343-2498,Ranu Sinha,"School of Geography and the Environment, University of Oxford, Oxford, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Ranu.Sinha@ouce.ox.ac.uk,https://orcid.org/0000-0001-8343-2498,FALSE,NA,NA,NA,NA,/Biology and life sciences/Agriculture/Aquaculture/Fisheries; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Neuroscience/Learning and memory/Learning/Human learning; /Biology and life sciences/Psychology/Behavior/Animal behavior; /Biology and life sciences/Psychology/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Zoology/Animal behavior; /Computer and information sciences/Network analysis/Social networks; /Ecology and environmental sciences/Environmental economics; /Engineering and technology/Environmental engineering/Water management; /People and places/Population groupings/Professions/Agricultural workers; /Social sciences/Economics/Environmental economics; /Social sciences/Economics/Finance; /Social sciences/Psychology/Behavior/Animal behavior; /Social sciences/Psychology/Cognitive psychology/Learning/Human learning; /Social sciences/Sociology/Social networks,journals.plos.org,10.1371/journal.pwat.0000095,Opinion,2023-02-28 +10.1371/journal.pwat.0000084,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000084,PLOS Water,Professional perceptions of participatory practices in green stormwater infrastructure development,2023,TRUE,5,docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000084.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000084.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000084.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000084.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000084.s005&type=supplementary,3,Mahsa Adib,"Department of Landscape Architecture, The Pennsylvania State University, University Park, Pennsylvania, United States of America",United States of America,NA,https://orcid.org/0000-0002-9678-7826,Hong Wu,"Department of Landscape Architecture, The Pennsylvania State University, University Park, Pennsylvania, United States of America",United States of America,huw24@psu.edu,https://orcid.org/0000-0002-9728-8455,TRUE,All research data has been submitted to the OPEN ICPSR repository at: https://www.openicpsr.org/openicpsr/project/178781/version/V1/view.,available in online repository,https://www.openicpsr.org/openicpsr/project/178781/version/V1/view,openicpsr/icpsr,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Research and analysis methods/Research design/Survey research; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000084,Research Article,2023-03-01 +10.1371/journal.pwat.0000091,2,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000091,PLOS Water,"Impact of usership on bacterial contamination of public latrine surfaces in Kathmandu, Nepal",2023,TRUE,7,docx; docx; docx; docx; xlsx; csv; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000091.s007&type=supplementary,5,Alexis L. Mraz,"Water, Health and Applied Microbiology Lab (WHAM Lab), Department of Epidemiology and Biostatistics, College of Public Health, Temple University, Philadelphia, Pennsylvania, United States of America",United States of America,NA,https://orcid.org/0000-0001-6426-2147,Heather M. Murphy,"Water, Health and Applied Microbiology Lab (WHAM Lab), Department of Epidemiology and Biostatistics, College of Public Health, Temple University, Philadelphia, Pennsylvania, United States of America",United States of America,heather.murphy@uoguelph.ca,https://orcid.org/0000-0002-0435-8515,TRUE,"All data utilized in the tables, figures and statistical analyses presented are provided in the Supplementary Information files associated with this manuscript.",in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/Nepal; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Model organisms/Escherichia coli; /Social sciences/Human geography/Urban geography/Urbanization; /Social sciences/Political science/United Nations,journals.plos.org,10.1371/journal.pwat.0000091,Research Article,2023-02-13 +10.1371/journal.pwat.0000077,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000077,PLOS Water,The high health risks of unaffordable water: An in-depth exploration of pathways from water bill burden to health-related impacts in the United States,2023,TRUE,3,tif; docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000077.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000077.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000077.s003&type=supplementary,3,Mariana Sarango,"Social Science & Environmental Health Research Institute, Northeastern University, Boston, MA, United States of America",United States of America,NA,https://orcid.org/0000-0003-1955-4209,Laura Senier,"Social Science & Environmental Health Research Institute, Northeastern University, Boston, MA, United States of America",United States of America,l.senier@northeastern.edu,NA,TRUE,"This study analyzes in-depth, semi-structured interviews. Supporting excerpts from the raw data (quotes from interviews with participants) are available within the text of the paper. Complete transcripts include details and information that could reveal the identity of the participants. A deidentified set of transcripts (with names and other identifying information redacted) is deposited in Databrary, a public data repository, along with the codebook used to analyze the data (https://nyu.databrary.org/volume/1550).",available in online repository,https://nyu.databrary.org/volume/1550,NA,/Biology and life sciences/Psychology/Psychological stress; /Earth sciences/Geography/Human geography/Housing; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Health economics; /Medicine and health sciences/Health care/Socioeconomic aspects of health; /Medicine and health sciences/Mental health and psychiatry/Psychological stress; /Medicine and health sciences/Public and occupational health/Behavioral and social aspects of health; /Medicine and health sciences/Public and occupational health/Socioeconomic aspects of health; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Health economics; /Social sciences/Human geography/Housing; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Psychology/Psychological stress,journals.plos.org,10.1371/journal.pwat.0000077,Research Article,2023-03-31 +10.1371/journal.pwat.0000060,1,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000060,PLOS Water,"Yield, water productivity and nutrient balances under different water management technologies of irrigated wheat in Ethiopia",2022,TRUE,4,docx; rar; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000060.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000060.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000060.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000060.s004&type=supplementary,8,Alebachew Enyew Tiruye,"Soil and Water Research Directorate, Adet Agricultural Research Center, Bahir Dar, Ethiopia",Ethiopia,alebachewenyew6@gmail.com,https://orcid.org/0000-0003-4727-1329,Alebachew Enyew Tiruye,"Soil and Water Research Directorate, Adet Agricultural Research Center, Bahir Dar, Ethiopia",Ethiopia,alebachewenyew6@gmail.com,https://orcid.org/0000-0003-4727-1329,TRUE,All relevant data are within the paper and its Supporting Information files.,in paper,NA,NA,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural soil science; /Biology and life sciences/Agriculture/Agrochemicals/Fertilizers; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Agriculture/Crop science/Crops/Cereal crops; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Wheat; /Earth sciences/Soil science/Agricultural soil science; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/Africa/Ethiopia,journals.plos.org,10.1371/journal.pwat.0000060,Research Article,2022-12-05 +10.1371/journal.pwat.0000072,2,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000072,PLOS Water,"A framework for modelling emergent sediment loss in the Ombrone River Basin, central Italy",2023,TRUE,3,txt; txt; txt,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000072.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000072.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000072.s003&type=supplementary,4,Nazzareno Diodato,"Met European Research Observatory–International Affiliates Program of the University Corporation for Atmospheric Research, Benevento, Italy",Italy,NA,NA,Fredrik Charpentier Ljungqvist,"Department of History, Stockholm University, Stockholm, Sweden",Sweden,fredrik.c.l@historia.su.se,https://orcid.org/0000-0003-0220-3947,TRUE,Uploaded as supplementary information.,in paper,NA,NA,/Biology and life sciences/Paleontology/Paleopedology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Erosion; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Paleontology/Paleopedology; /Earth sciences/Soil science/Paleopedology; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Engineering and technology/Signal processing/Image processing,journals.plos.org,10.1371/journal.pwat.0000072,Research Article,2023-02-01 +10.1371/journal.pwat.0000078,2,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000078,PLOS Water,Quantification of on-farm groundwater use under different dairy production systems in Pakistan,2023,TRUE,1,vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000078.s001&type=supplementary,4,Muhammad Hassan Farooq,"Department of Livestock Management, University of Veterinary and Animal Sciences, Lahore, Pakistan",Pakistan,NA,NA,Muhammad Qamer Shahid,"Department of Livestock Management, University of Veterinary and Animal Sciences, Lahore, Pakistan",Pakistan,qamar.shahid@uvas.edu.pk,https://orcid.org/0000-0003-3950-0750,TRUE,All data used in the analysis are available for download at Mendeley Data repository: http://doi.org/10.17632/3yzxjycrcd.1.,available in online repository,http://doi.org/10.17632/3yzxjycrcd.1; 10.17632/3yzxjycrcd.1,mendeley data,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Animal management/Animal husbandry; /Biology and life sciences/Agriculture/Animal management/Livestock; /Biology and life sciences/Agriculture/Farms; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Bodies of water/Ponds; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Population groupings/Professions/Agricultural workers,journals.plos.org,10.1371/journal.pwat.0000078,Research Article,2023-02-01 +10.1371/journal.pwat.0000113,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000113,PLOS Water,Increasing the visibility of transboundary groundwater,2023,FALSE,0,NA,NA,1,Sharon B. Megdal,"Water Resources Research Center, The University of Arizona, Tucson, Arizona, United States of America",United States of America,smegdal@arizona.edu,NA,Sharon B. Megdal,"Water Resources Research Center, The University of Arizona, Tucson, Arizona, United States of America",United States of America,smegdal@arizona.edu,NA,FALSE,NA,NA,NA,NA,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/Mexico; /People and places/Geographical locations/North America/United States; /People and places/Geographical locations/South America; /Social sciences/Political science/Governments/State governments; /Social sciences/Political science/United Nations,journals.plos.org,10.1371/journal.pwat.0000113,Opinion,2023-03-21 +10.1371/journal.pwat.0000111,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000111,PLOS Water,A paradox of accelerating change,2023,FALSE,0,NA,NA,1,Pierre Horwitz,"School of Science and Centre for People, Place, & Planet, Edith Cowan University, Joondalup, Australia",Australia,p.horwitz@ecu.edu.au,https://orcid.org/0000-0002-8689-7888,Pierre Horwitz,"School of Science and Centre for People, Place, & Planet, Edith Cowan University, Joondalup, Australia",Australia,p.horwitz@ecu.edu.au,https://orcid.org/0000-0002-8689-7888,FALSE,NA,NA,NA,NA,/Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Pharmacology/Antimicrobial resistance; /People and places/Population groupings/Professions/Scientists; /Research and analysis methods/Research design; /Science policy/Science and technology workforce/Careers in research/Scientists; /Science policy/Science and technology workforce/Citizen science,journals.plos.org,10.1371/journal.pwat.0000111,Editorial,2023-03-20 +10.1371/journal.pwat.0000096,2,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000096,PLOS Water,Traversing the waterways,2023,FALSE,0,NA,NA,3,Debora Walker,"PLOS Water, San Francisco, California, United States of America",United States of America,NA,NA,Pierre Horwitz,"School of Science and Centre for People, Place, & Planet, Edith Cowan University, Joondalup, Australia",Australia,p.horwitz@ecu.edu.au,https://orcid.org/0000-0002-8689-7888,FALSE,NA,NA,NA,NA,/Earth sciences/Geography; /Earth sciences/Geography/Human geography/Cultural geography; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Environmental engineering/Water management; /Research and analysis methods/Research assessment/Peer review; /Social sciences/Economics/Labor economics/Employment/Careers; /Social sciences/Human geography/Cultural geography,journals.plos.org,10.1371/journal.pwat.0000096,Editorial,2023-02-15 +10.1371/journal.pwat.0000433,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000433,PLOS Water,Expectations from technologies for managing groundwater should be realistic,2025,FALSE,0,NA,NA,1,Soumya Balasubramanya,"The World Bank, Washington, District of Columbia, United States of America",United States of America,sbalasubramanya@worldbank.org,https://orcid.org/0000-0001-8035-7306,Soumya Balasubramanya,"The World Bank, Washington, District of Columbia, United States of America",United States of America,sbalasubramanya@worldbank.org,https://orcid.org/0000-0001-8035-7306,FALSE,NA,NA,NA,NA,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Drip irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Nutrition/Diet/Food; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Rice; /Engineering and technology/Energy and power/Alternative energy; /Medicine and health sciences/Nutrition/Diet/Food; /People and places/Geographical locations/Asia; /Physical sciences/Physics/Electricity; /Research and analysis methods/Animal studies/Experimental organism systems/Plant and algal models/Rice,journals.plos.org,10.1371/journal.pwat.0000433,Opinion,2025-09-12 +10.1371/journal.pwat.0000364,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000364,PLOS Water,"Environmental influences on the abundance and distribution of gastropods in Edu Local Government Area, North Central Nigeria",2025,TRUE,3,xlsx; xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000364.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000364.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000364.s003&type=supplementary,2,Joseph O. Sunday,"Parasitology Unit, Kwara State University, Malete, Nigeria",Nigeria,ojo.sunday@kwasu.edu.ng,https://orcid.org/0000-0002-1601-0516,Joseph O. Sunday,"Parasitology Unit, Kwara State University, Malete, Nigeria",Nigeria,ojo.sunday@kwasu.edu.ng,https://orcid.org/0000-0002-1601-0516,TRUE,The supplementary data for this study are available in the Supporting information section of this article. Also data are within the manuscript.,in paper,NA,NA,/Biology and life sciences/Ecology/Habitats; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Molluscs/Gastropods; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Molluscs/Gastropods/Snails; /Biology and life sciences/Zoology/Animals/Invertebrates/Molluscs/Gastropods; /Biology and life sciences/Zoology/Animals/Invertebrates/Molluscs/Gastropods/Snails; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Ecology/Habitats; /Medicine and health sciences/Medical conditions/Parasitic diseases/Helminth infections/Schistosomiasis; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Schistosomiasis; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical elements/Magnesium,journals.plos.org,10.1371/journal.pwat.0000364,Research Article,2025-09-16 +10.1371/journal.pwat.0000424,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000424,PLOS Water,"Correction: The structure of informal water markets: Insights from spatial monitoring in Lodwar, Kenya",2025,TRUE,2,pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000424.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000424.s002&type=supplementary,1,NA NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,journals.plos.org,10.1371/journal.pwat.0000424,Correction,2025-09-02 +10.1371/journal.pwat.0000465,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000465,PLOS Water,Dissolved organic matter composition differs across water types in Mid-Atlantic and Great Lakes coastal regions,2025,TRUE,3,doc; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000465.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000465.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000465.s003&type=supplementary,15,Jesse Alan Roebuck,"Biological Sciences Division, Pacific Northwest National Laboratory, Sequim, Washington, United States of America",United States of America,NA,NA,Allison N. Myers-Pigg,"Biological Sciences Division, Pacific Northwest National Laboratory, Sequim, Washington, United States of America",United States of America,allison.myers-pigg@pnnl.gov,https://orcid.org/0000-0002-6905-6841,TRUE,"The data used in this study is from the EXCHANGE campaign 1 community sampling effort and can be found at the Environmental System Science Data Infrastructure for a Virtual Ecosystem (ESS-DIVE) data repository [29,46]. Additional processed data is available in the Supporting Information. Scripts required to reproduce figures and statistical analyses are available at https://github.com/COMPASS-DOE/ec1_surfacewaterDOM_paper.",available in online repository,https://github.com/COMPASS-DOE/ec1_surfacewaterDOM_paper,github,/Earth sciences/Geochemistry/Biogeochemistry; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Estuaries; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Biogeochemistry; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Geochemistry/Biogeochemistry; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity,journals.plos.org,10.1371/journal.pwat.0000465,Research Article,2025-11-07 +10.1371/journal.pwat.0000378,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000378,PLOS Water,"Institutional barriers to food safety: The irrigated vegetable value chain in Accra, Ghana",2025,FALSE,0,NA,NA,4,David Galibourg,"Water Engineering and Development Centre (WEDC), School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, United Kingdom",United Kingdom of Great Britain and Northern Ireland,galibourg.d@gmail.com,https://orcid.org/0000-0003-2676-3551,David Galibourg,"Water Engineering and Development Centre (WEDC), School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, United Kingdom",United Kingdom of Great Britain and Northern Ireland,galibourg.d@gmail.com,https://orcid.org/0000-0003-2676-3551,TRUE,The data is available in the Loughborough repository on the following link: https://doi.org/10.17028/rd.lboro.28827659.,available in online repository,https://doi.org/10.17028/rd.lboro.28827659; 10.17028/rd.lboro.28827659,NA,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Nutrition/Diet/Food; /Biology and life sciences/Organisms/Eukaryota/Plants/Vegetables; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Nutrition/Diet/Food; /Medicine and health sciences/Public and occupational health; /People and places/Population groupings/Professions/Agricultural workers,journals.plos.org,10.1371/journal.pwat.0000378,Research Article,2025-11-24 +10.1371/journal.pwat.0000414,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000414,PLOS Water,Active regulating of onsite sanitation can bridge the gap between policy and practice and transform the sector,2025,FALSE,0,NA,NA,5,Sam Drabble,"Water & Sanitation for Urban Populations, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,sdrabble@wsup.com,https://orcid.org/0000-0002-7169-8675,Sam Drabble,"Water & Sanitation for Urban Populations, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,sdrabble@wsup.com,https://orcid.org/0000-0002-7169-8675,FALSE,NA,NA,NA,NA,/Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care policy; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa; /People and places/Geographical locations/Africa/Zambia; /Social sciences/Law and legal sciences/Regulations; /Social sciences/Political science/Public policy,journals.plos.org,10.1371/journal.pwat.0000414,Opinion,2025-09-03 +10.1371/journal.pwat.0000498,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000498,PLOS Water,Fluid data: The problem of accurately estimating household access to water and sanitation in the United States,2026,FALSE,0,NA,NA,3,Stephen P. Gasteyer,"Department of Sociology, Michigan State University, East Lansing, Michigan, United States of America,",NA,gasteyer@msu.edu,https://orcid.org/0000-0001-7158-0311,Stephen P. Gasteyer,"Department of Sociology, Michigan State University, East Lansing, Michigan, United States of America,",NA,gasteyer@msu.edu,https://orcid.org/0000-0001-7158-0311,FALSE,NA,NA,NA,NA,/Earth sciences/Geography/Human geography/Housing; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Research design/Survey research/Census; /Social sciences/Economics/Finance; /Social sciences/Human geography/Housing,journals.plos.org,10.1371/journal.pwat.0000498,Essay,2026-02-03 +10.1371/journal.pwat.0000419,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000419,PLOS Water,"Genomic characterization of resistant Escherichia coli isolated from household water in municipal Ibadan, Nigeria",2026,TRUE,6,docx; xls; xls; pdf; msword; msword,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000419.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000419.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000419.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000419.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000419.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000419.s007&type=supplementary,11,Ifeoluwa Akintayo,"Department of Pharmaceutical Microbiology and Biotechnology, Faculty of Pharmaceutical Sciences, University of Ibadan, Ibadan, Oyo State, Nigeria",Nigeria,os.alabi.ui@gmail.com,https://orcid.org/0000-0002-4234-7649,Ifeoluwa Akintayo,"Department of Pharmaceutical Microbiology and Biotechnology, Faculty of Pharmaceutical Sciences, University of Ibadan, Ibadan, Oyo State, Nigeria",Nigeria,os.alabi.ui@gmail.com,https://orcid.org/0000-0002-4234-7649,TRUE,The sequence reads in this study were deposited in the European Nucleotide Archive (ENA) under project PRJEB8667. The ENA accession numbers of genome sequences submitted can be found in supplementary table (S2 Table) and it can be searched via the link: https://www.ebi.ac.uk/ena/browser/home. Links to all online tools used in the analysis of genomic sequences are presented within the text in the manuscript.,available in online repository,https://www.ebi.ac.uk/ena/browser/home,NA,/Biology and life sciences/Biochemistry/Nucleic acids/DNA/Forms of DNA/Plasmids; /Biology and life sciences/Genetics/DNA/Forms of DNA/Plasmids; /Biology and life sciences/Genetics/Genetic elements/Mobile genetic elements/Plasmids; /Biology and life sciences/Genetics/Genomics; /Biology and life sciences/Genetics/Genomics/Mobile genetic elements/Plasmids; /Biology and life sciences/Genetics/Single nucleotide polymorphisms; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance/Antibiotic resistance; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pharmacology/Antimicrobial resistance; /Medicine and health sciences/Pharmacology/Antimicrobial resistance/Antibiotic resistance; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000419,Research Article,2026-02-04 +10.1371/journal.pwat.0000434,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000434,PLOS Water,"Barriers to water, sanitation, and hygiene (WASH) cluster coordination during emergencies in sub-Saharan Africa: A scoping review",2026,TRUE,2,docx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000434.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000434.s002&type=supplementary,4,Abayneh Asrat Yimenu,"Water, Sanitation, and Hygiene Section, UNICEF Uganda Country Office, Kampala, Uganda",Uganda,NA,NA,Melaku Teshale Gemechu,"Department of General Surgery, Wondo Genet Primary Hospital, Wondo Genet, Sidama, Ethiopia",Ethiopia,melakuteshale0916@gmail.com,https://orcid.org/0000-0001-7672-947X,TRUE,The data that support the findings of this study are available in Zenedo at https://doi.org/10.5281/zenodo.17794697.,available in online repository,https://doi.org/10.5281/zenodo.17794697; 10.5281/zenodo.17794697,zenodo,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Natural disasters; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa; /People and places/Geographical locations/Africa/Ethiopia; /Research and analysis methods/Database and informatics methods/Database searching; /Social sciences/Economics/Finance; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Culture,journals.plos.org,10.1371/journal.pwat.0000434,Research Article,2026-02-02 +10.1371/journal.pwat.0000430,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000430,PLOS Water,"Comparative effects of chlorine and UV LED disinfection on drinking water and biofilms, with chlorine causing greater shifts in microbial community composition",2026,TRUE,17,docx; tif; tif; tif; tif; tif; tif; a; a; tif; tif; tif; zip; tif; tif; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000430.s018&type=supplementary,6,Yijing Liu,"College of Engineering, Department of Civil, Environmental and Geodetic Engineering, The Ohio State University, Columbus, Ohio, United States of America",United States of America,NA,https://orcid.org/0000-0003-3248-7370,Natalie M. Hull,"College of Engineering, Department of Civil, Environmental and Geodetic Engineering, The Ohio State University, Columbus, Ohio, United States of America",United States of America,hull.305@osu.edu,https://orcid.org/0000-0003-2876-6721,TRUE,All data supporting the findings of this study are included within the paper and its Supporting information files. All other sampling data was previously published in the main paper or uploaded as Supporting information files (https://doi.org/10.1002/aws2.1148). All raw sequence data have been deposited under accession number PRJNA859934 in the NIH BioProject repository (https://www.ncbi.nlm.nih.gov/bioproject/PRJNA859934). The analysis code used in this study is publicly available from the GitHub repository (https://github.com/Dr-Hull-Water-TEAM/Jamestown-microbiome).,available in online repository,https://doi.org/10.1002/aws2.1148; https://www.ncbi.nlm.nih.gov/bioproject/PRJNA859934; https://github.com/Dr-Hull-Water-TEAM/Jamestown-microbiome; 10.1002/aws2.1148,github; ncbi/genbank,/Biology and life sciences/Genetics/Genomics/Microbial genomics/Microbiome; /Biology and life sciences/Microbiology/Bacteriology/Bacterial biofilms; /Biology and life sciences/Microbiology/Biofilms/Bacterial biofilms; /Biology and life sciences/Microbiology/Medical microbiology/Microbiome; /Biology and life sciences/Microbiology/Microbial genomics/Microbiome; /Biology and life sciences/Organisms/Bacteria/Pseudomonas; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Physics/Electromagnetic radiation/Light/Ultraviolet radiation,journals.plos.org,10.1371/journal.pwat.0000430,Research Article,2026-01-07 +10.1371/journal.pwat.0000383,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000383,PLOS Water,Improving infection prevention and control in Ghana primary health care facilities: Evaluation of the STREAM disinfectant generator,2026,TRUE,6,xlsx; xlsx; xlsx; xlsx; xlsx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000383.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000383.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000383.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000383.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000383.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000383.s006&type=supplementary,12,Adam Drolet,"PATH, Seattle, Washington, United States of America",United States of America,adrolet@path.org,https://orcid.org/0009-0007-9130-8754,Adam Drolet,"PATH, Seattle, Washington, United States of America",United States of America,adrolet@path.org,https://orcid.org/0009-0007-9130-8754,TRUE,All relevant data are within the paper and the Supporting information files.,in paper,NA,NA,/Biology and life sciences/Bioengineering/Biotechnology/Medical devices and equipment; /Engineering and technology/Bioengineering/Biotechnology/Medical devices and equipment; /Engineering and technology/Electrical engineering/Electrical circuits; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Medical devices and equipment; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /People and places/Geographical locations/Africa/Ghana; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Physics/Electricity,journals.plos.org,10.1371/journal.pwat.0000383,Research Article,2026-01-30 +10.1371/journal.pwat.0000466,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000466,PLOS Water,Non-perennial streamflow and sediment mobilization in a semi-arid rangeland slated for development,2025,TRUE,8,tif; tif; tif; tif; tif; docx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000466.s008&type=supplementary,10,Jorge Santiago Ramírez-Núñez,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado, Boulder, Colorado, United States of America",United States of America,NA,https://orcid.org/0000-0002-5651-0646,Aditi S. Bhaskar,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado, Boulder, Colorado, United States of America",United States of America,aditi.bhaskar@colorado.edu,https://orcid.org/0000-0001-9803-4003,TRUE,"Ramírez-Núñez, J. S., D. Poteet, A. S. Bhaskar (2025). Non-perennial streamflow and sediment mobilization in a semi-arid rangeland slated for development, HydroShare, http://www.hydroshare.org/resource/b4169343619848778f76d68b7c3c074f.",available in online repository,http://www.hydroshare.org/resource/b4169343619848778f76d68b7c3c074f,hydroshare,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Engineering and technology/Equipment/Optical equipment/Cameras; /Engineering and technology/Management engineering/Decision analysis/Decision trees; /Physical sciences/Physics/Classical mechanics/Mechanical stress/Shear stresses; /Research and analysis methods/Decision analysis/Decision trees; /Social sciences/Human geography/Urban geography/Urbanization,journals.plos.org,10.1371/journal.pwat.0000466,Research Article,2025-11-21 +10.1371/journal.pwat.0000525,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000525,PLOS Water,The sewer divide: Challenges and new approaches for closing gaps in U.S. wastewater access,2026,FALSE,0,NA,NA,4,Maura Allaire,"School of Geographical Sciences and Urban Planning, Arizona State University, Tempe, Arizona, United States of America",United States of America,mallair2@asu.edu,https://orcid.org/0000-0002-3950-0569,Maura Allaire,"School of Geographical Sciences and Urban Planning, Arizona State University, Tempe, Arizona, United States of America",United States of America,mallair2@asu.edu,https://orcid.org/0000-0002-3950-0569,FALSE,NA,NA,NA,NA,/Earth sciences/Geography/Human geography/Housing; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Sanitary engineering/Solid waste management/Sewage treatment; /People and places/Geographical locations/North America/Canada; /People and places/Geographical locations/Oceania/Australia; /Social sciences/Economics/Finance; /Social sciences/Economics/Finance/Public finance/Money supply and banking; /Social sciences/Human geography/Housing; /Social sciences/Political science/Governments/Local governments,journals.plos.org,10.1371/journal.pwat.0000525,Essay,2026-03-12 +10.1371/journal.pwat.0000385,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000385,PLOS Water,New definitions for good practice: Regulators as activists for urban road-transported sanitation in eastern and southern Africa,2026,TRUE,4,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000385.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000385.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000385.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000385.s004&type=supplementary,7,Claire Grisaffi,"Cranfield Water Science Institute, Cranfield University, Cranfield, United Kingdom",United Kingdom of Great Britain and Northern Ireland,NA,https://orcid.org/0000-0001-7038-9849,Alison Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield, United Kingdom",United Kingdom of Great Britain and Northern Ireland,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,"The data supporting this article, including anonymized interview transcripts, are available at Cranfield University Collection of E-Research (CERES) Research Repository at https://doi.org/10.57996/cran.ceres-2798.",available in online repository,https://doi.org/10.57996/cran.ceres-2798; 10.57996/cran.ceres-2798,NA,/Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa; /Physical sciences/Materials science/Materials/Sludge; /Social sciences/Economics/Finance; /Social sciences/Law and legal sciences/Regulations,journals.plos.org,10.1371/journal.pwat.0000385,Research Article,2026-01-08 +10.1371/journal.pwat.0000469,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000469,PLOS Water,"Micro-and nanoplastics in biological samples following a drinking water intervention in Barcelona, Spain",2026,TRUE,3,pom; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000469.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000469.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000469.s004&type=supplementary,14,Emma Calikanzaros,"ISGlobal, Barcelona, Spain",Spain,NA,https://orcid.org/0009-0009-6121-7549,Cristina M. Villanueva,"ISGlobal, Barcelona, Spain",Spain,cristina.villanueva@isglobal.org,NA,TRUE,The data and codes used for the analysis are available in the “Center for Open Science” (OSF) platform. Reference: Calikanzaros E. ISGlobal - AGBAR - NMPs drinking water - 2024 [Internet]. 2024. Available from: osf.io/2p56f.,available in online repository,https://osf.io/2p56f,osf,/Biology and life sciences/Anatomy/Body fluids/Urine; /Biology and life sciences/Physiology/Body fluids/Urine; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Anatomy/Body fluids/Urine; /Physical sciences/Chemistry/Chemical compounds/Hydrocarbons/Aromatic hydrocarbons/Toluene; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers/Polyethylene; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers/Polypropylene; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers/Polyvinyl chloride; /Physical sciences/Chemistry/Polymer chemistry/Polymers; /Physical sciences/Chemistry/Polymer chemistry/Polymers/Polyethylene; /Physical sciences/Chemistry/Polymer chemistry/Polymers/Polypropylene; /Physical sciences/Chemistry/Polymer chemistry/Polymers/Polyvinyl chloride; /Physical sciences/Materials science/Materials/Plastics; /Physical sciences/Materials science/Materials/Polymers; /Physical sciences/Materials science/Materials/Polymers/Polyethylene; /Physical sciences/Materials science/Materials/Polymers/Polypropylene; /Physical sciences/Materials science/Materials/Polymers/Polyvinyl chloride,journals.plos.org,10.1371/journal.pwat.0000469,Research Article,2026-01-28 +10.1371/journal.pwat.0000422,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000422,PLOS Water,Accessible ethics and legal advice for wastewater surveillance: The WWS ethics adviser app,2026,TRUE,5,pdf; pdf; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000422.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000422.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000422.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000422.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000422.s005&type=supplementary,9,Tsaone Tamuhla,"South African National Bioinformatics Institute, University of the Western Cape, Cape Town, South Africa",South Africa,NA,NA,Nicki Tiffin,"South African National Bioinformatics Institute, University of the Western Cape, Cape Town, South Africa",South Africa,ntiffin@uwc.ac.za,https://orcid.org/0000-0001-5083-2735,TRUE,There are no data associated with this manuscript. The matrix containing the content for the app is provided as a supplementary file.,no data generated,NA,NA,/Biology and life sciences/Bioethics; /Biology and life sciences/Genetics/Plant genetics; /Biology and life sciences/Plant science/Plant genetics; /Computer and information sciences/Data management; /Medicine and health sciences/Epidemiology/Disease surveillance/Infectious disease surveillance; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Infectious disease surveillance; /Medicine and health sciences/Public and occupational health; /Science policy/Bioethics; /Science policy/Research integrity/Research ethics; /Social sciences/Law and legal sciences/Legislation,journals.plos.org,10.1371/journal.pwat.0000422,Research Article,2026-01-30 +10.1371/journal.pwat.0000478,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000478,PLOS Water,"Bridging water, health and climate: A call to action",2025,FALSE,0,NA,NA,14,Isabell Hedke,"Scientific Programme Committee, World Water Week, Stockholm, Sweden",Sweden,i.hedke@outlook.com,https://orcid.org/0009-0008-1366-1971,Isabell Hedke,"Scientific Programme Committee, World Water Week, Stockholm, Sweden",Sweden,i.hedke@outlook.com,https://orcid.org/0009-0008-1366-1971,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Community ecology/Ecological risk; /Ecology and environmental sciences/Ecology/Community ecology/Ecological risk; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Socioeconomic aspects of health; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Socioeconomic aspects of health; /Social sciences/Political science/Political aspects of health; /Social sciences/Political science/Public policy,journals.plos.org,10.1371/journal.pwat.0000478,Opinion,2025-12-05 +10.1371/journal.pwat.0000480,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000480,PLOS Water,The need for strategic water actions within planetary boundaries,2025,FALSE,0,NA,NA,2,Petr Vesnovskii,"Stockholm Resilience Centre, Stockholm University, Stockholm, Sweden",Sweden,petr.vesnovskii@su.se,https://orcid.org/0000-0003-1832-4241,Petr Vesnovskii,"Stockholm Resilience Centre, Stockholm University, Stockholm, Sweden",Sweden,petr.vesnovskii@su.se,https://orcid.org/0000-0003-1832-4241,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Biodiversity; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Remote sensing; /Medicine and health sciences/Epidemiology/Medical risk factors; /Science policy/Technology regulations; /Social sciences/Law and legal sciences/Regulations,journals.plos.org,10.1371/journal.pwat.0000480,Opinion,2025-12-08 +10.1371/journal.pwat.0000486,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000486,PLOS Water,"Connecting narratives and numbers to investigate the interaction of social, physical and technical determinants of rural water supply performance",2026,TRUE,7,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000486.s008&type=supplementary,23,Donald John MacAllister,"British Geological Survey, The Lyell Centre, Edinburgh, United Kingdom of Great Britian and Northern Ireland",NA,donmac@bgs.ac.uk,https://orcid.org/0000-0001-8893-9634,Donald John MacAllister,"British Geological Survey, The Lyell Centre, Edinburgh, United Kingdom of Great Britian and Northern Ireland",NA,donmac@bgs.ac.uk,https://orcid.org/0000-0001-8893-9634,TRUE,All data is available online. The physical and technical data used in the analysis can be found at the following location: 10.5285/cdbca137-0bb3-4281-b872-399a4df8e946 The social data used in the analysis can be found at the following location: 10.5255/UKDA-SN-854314.,available in online repository,https://doi.org/10.5285/cdbca137-0bb3-4281-b872-399a4df8e946; https://doi.org/10.5255/UKDA-SN-854314; 10.5285/cdbca137-0bb3-4281-b872-399a4df8e946; 10.5255/UKDA-SN-854314,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/Africa/Ethiopia; /People and places/Geographical locations/Africa/Malawi; /People and places/Geographical locations/Africa/Uganda; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis; /Social sciences; /Social sciences/Economics/Finance,journals.plos.org,10.1371/journal.pwat.0000486,Research Article,2026-02-17 +10.1371/journal.pwat.0000516,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000516,PLOS Water,Broadening the dimensions of the Water-Energy-Food (WEF) nexus: A narrative review,2026,TRUE,1,xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000516.s001&type=supplementary,10,Tafadzwanashe Mabhaudhi,"Department of Population Health, Centre on Climate Change and Planetary Health, London School of Health & Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Tafadzwanashe.Mabhaudhi@lshtm.ac.uk,https://orcid.org/0000-0002-9323-8127,Tafadzwanashe Mabhaudhi,"Department of Population Health, Centre on Climate Change and Planetary Health, London School of Health & Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Tafadzwanashe.Mabhaudhi@lshtm.ac.uk,https://orcid.org/0000-0002-9323-8127,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Nutrition/Diet/Food; /Earth sciences/Atmospheric science/Climatology/Climate change; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Health care/Socioeconomic aspects of health; /Medicine and health sciences/Nutrition/Diet/Food; /Medicine and health sciences/Public and occupational health/Environmental health; /Medicine and health sciences/Public and occupational health/Socioeconomic aspects of health,journals.plos.org,10.1371/journal.pwat.0000516,Review,2026-02-18 +10.1371/journal.pwat.0000455,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000455,PLOS Water,"Rainfall can reduce risk of enteric pathogen exposure and child GI infection: Evidence from a QMRA analysis in Kibera, Kenya",2026,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000455.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000455.s002&type=supplementary,3,Syed Anjerul Islam,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,NA,https://orcid.org/0000-0002-8956-1458,Joe Brown,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,joebrown@unc.edu,https://orcid.org/0000-0002-5200-4148,TRUE,All data and code are publicly accessible at https://osf.io/ztmy2/,available in online repository,https://osf.io/ztmy2/,osf,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Vibrio cholerae; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Vibrio/Vibrio cholerae; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Gastroenterology and hepatology/Gastroenteritis/Bacterial gastroenteritis/Shigellosis; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Bacterial gastroenteritis/Shigellosis; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Bacterial gastroenteritis/Shigellosis; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Vibrio cholerae; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000455,Research Article,2026-02-19 +10.1371/journal.pwat.0000505,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000505,PLOS Water,Socially responsive water adaptation planning: Lessons from community-informed water modeling in Bolivia and Cambodia,2026,FALSE,0,NA,NA,6,Laura Forni,"Water Program, Stockholm Environment Institute, Somerville, Massachusetts, United States of America",United States of America,laura.forni@sei.org,https://orcid.org/0000-0001-9062-0614,Laura Forni,"Water Program, Stockholm Environment Institute, Somerville, Massachusetts, United States of America",United States of America,laura.forni@sei.org,https://orcid.org/0000-0001-9062-0614,FALSE,NA,NA,NA,NA,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Rice; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Geography/Geographic areas/Rural areas; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Transportation infrastructure/Canals; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Transportation/Transportation infrastructure/Canals; /Research and analysis methods/Animal studies/Experimental organism systems/Plant and algal models/Rice,journals.plos.org,10.1371/journal.pwat.0000505,Essay,2026-02-11 +10.1371/journal.pwat.0000506,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000506,PLOS Water,Disciplining sanitation: Interrogating disciplinary narratives of inequalities in access to sanitation,2026,FALSE,0,NA,NA,4,Virginia Roaf,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom of Great Britain and Northern Ireland,cnvmr@leeds.ac.uk,https://orcid.org/0000-0002-5360-708X,Virginia Roaf,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom of Great Britain and Northern Ireland,cnvmr@leeds.ac.uk,https://orcid.org/0000-0002-5360-708X,FALSE,NA,NA,NA,NA,/Engineering and technology/Sanitary engineering; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health economics; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences; /Social sciences/Economics/Development economics/Economic development; /Social sciences/Economics/Health economics; /Social sciences/Philosophy/Human rights,journals.plos.org,10.1371/journal.pwat.0000506,Essay,2026-02-11 +10.1371/journal.pwat.0000194,3,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000194,PLOS Water,Geologic predictors of drinking water well contamination in North Carolina,2024,TRUE,3,pdf; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000194.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000194.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000194.s003&type=supplementary,11,Taylor R. Alvarado,"Department of Crop and Soil Sciences, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,NA,NA,Robert E. Austin,"Department of Crop and Soil Sciences, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,rob_austin@ncsu.edu,NA,TRUE,"Census-tract and county -level datasets constructed from the NCWELL database are available online at https://doi.org/10.15139/S3/BDQG9O [13,15]. The base map of North Carolina is available from https://www.nconemap.gov/. All other data associated with this paper are included in the supporting information.",available in online repository,https://doi.org/10.15139/S3/BDQG9O; https://www.nconemap.gov/; 10.15139/S3/BDQG9O,NA,/Earth sciences/Geography/Historical geography; /Earth sciences/Geology; /Earth sciences/Geology/Metamorphic geology; /Earth sciences/Geology/Sedimentary geology; /Earth sciences/Geology/Volcanology/Volcanoes; /Earth sciences/Geomorphology/Topography/Landforms/Mountains; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Terrestrial environments/Mountains; /People and places/Geographical locations/North America/United States/North Carolina,journals.plos.org,10.1371/journal.pwat.0000194,Research Article,2024-01-11 +10.1371/journal.pwat.0000164,3,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000164,PLOS Water,Water distribution pipe lifespans: Predicting when to repair the pipes in municipal water distribution networks using machine learning techniques,2024,FALSE,0,NA,NA,3,Nacer Farajzadeh,"Faculty of Information Technology and Computer Engineering, Azarbaijan Shahid Madani University, Tabriz, Iran",Iran (Islamic Republic of),n.farajzadeh@azaruniv.ac.ir,https://orcid.org/0000-0001-7590-0503,Nacer Farajzadeh,"Faculty of Information Technology and Computer Engineering, Azarbaijan Shahid Madani University, Tabriz, Iran",Iran (Islamic Republic of),n.farajzadeh@azaruniv.ac.ir,https://orcid.org/0000-0001-7590-0503,TRUE,The corresponding dataset is available at: https://datadryad.org/stash/share/Zun1SmKd3ownEda9qlF4IaU3j5X-JblQreQmCF1IMoc.,available in online repository,https://datadryad.org/stash/share/Zun1SmKd3ownEda9qlF4IaU3j5X-JblQreQmCF1IMoc,dryad,/Biology and life sciences/Organisms/Eukaryota/Plants/Trees; /Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Artificial intelligence/Machine learning/Machine learning algorithms; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Mechanical engineering/Vibration engineering; /Physical sciences/Chemistry/Chemical reactions/Corrosion; /Physical sciences/Mathematics/Applied mathematics/Algorithms/Machine learning algorithms; /Research and analysis methods/Simulation and modeling/Algorithms/Machine learning algorithms,journals.plos.org,10.1371/journal.pwat.0000164,Research Article,2024-01-09 +10.1371/journal.pwat.0000214,3,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000214,PLOS Water,Nitrate in drinking water and pregnancy outcomes: A narrative review of epidemiological evidence and proposed biological mechanisms,2024,FALSE,0,NA,NA,6,Hana Royal,"Health, Environment & Infection Research Unit, Department of Public Health, University of Otago, Wellington, New Zealand",New Zealand,hana.royal@otago.ac.nz,https://orcid.org/0009-0000-6240-6143,Hana Royal,"Health, Environment & Infection Research Unit, Department of Public Health, University of Otago, Wellington, New Zealand",New Zealand,hana.royal@otago.ac.nz,https://orcid.org/0009-0000-6240-6143,FALSE,NA,NA,NA,NA,/Biology and life sciences/Anatomy/Endocrine system/Thyroid; /Biology and life sciences/Nutrition/Diet; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Anatomy/Endocrine system/Thyroid; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Congenital disorders/Congenital anomalies; /Medicine and health sciences/Nutrition/Diet; /Medicine and health sciences/Women's health/Maternal health/Birth/Preterm birth; /Medicine and health sciences/Women's health/Maternal health/Pregnancy; /Medicine and health sciences/Women's health/Maternal health/Pregnancy/Pregnancy complications/Preterm birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Birth/Preterm birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Pregnancy; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Pregnancy/Pregnancy complications/Preterm birth; /Physical sciences/Chemistry/Chemical compounds/Nitrates,journals.plos.org,10.1371/journal.pwat.0000214,Review,2024-01-17 +10.1371/journal.pwat.0000222,3,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000222,PLOS Water,"Water resource sustainability: Challenges, opportunities and research gaps in the English-speaking Caribbean Small Island Developing States",2024,FALSE,0,NA,NA,2,Michelle A. Mycoo,"Department of Geomatics Engineering and Land Management, The University of the West Indies, St. Augustine, Trinidad and Tobago",Trinidad and Tobago,michelle.mycoo@sta.uwi.edu,https://orcid.org/0000-0002-3587-9014,Michelle A. Mycoo,"Department of Geomatics Engineering and Land Management, The University of the West Indies, St. Augustine, Trinidad and Tobago",Trinidad and Tobago,michelle.mycoo@sta.uwi.edu,https://orcid.org/0000-0002-3587-9014,FALSE,NA,NA,NA,NA,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/Caribbean,journals.plos.org,10.1371/journal.pwat.0000222,Review,2024-01-24 +10.1371/journal.pwat.0000198,3,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000198,PLOS Water,Norovirus GII wastewater monitoring for epidemiological surveillance,2024,TRUE,1,b,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000198.s001&type=supplementary,9,Michelle L. Ammerman,"Department of Civil and Environmental Engineering, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,NA,https://orcid.org/0000-0002-4272-5822,Marisa C. Eisenberg,"Department of Epidemiology, School of Public Health, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,marisae@umich.edu,NA,TRUE,Most data for this work has been made available in the paper and in the supplementary S1 Text. Analysis code and additional data used for this work can be found at https://github.com/epimath/norovirus_gii_wastewater_monitoring.,available in online repository,https://github.com/epimath/norovirus_gii_wastewater_monitoring,github,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Caliciviruses/Norovirus; /Biology and life sciences/Organisms/Viruses/RNA viruses/Caliciviruses/Norovirus; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Caliciviruses/Norovirus; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Medicine and health sciences/Critical care and emergency medicine; /Medicine and health sciences/Epidemiology; /Medicine and health sciences/Epidemiology/Digital epidemiology; /Medicine and health sciences/Epidemiology/Disease surveillance; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Caliciviruses/Norovirus; /Medicine and health sciences/Public and occupational health; /People and places/Geographical locations/North America/United States/Michigan; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000198,Research Article,2024-01-18 +10.1371/journal.pwat.0000218,3,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000218,PLOS Water,Shifting formal education toward hydrosocial and hydrorelational learning,2024,FALSE,0,NA,NA,3,Dena W. McMartin,"Department of Geography and Environment, University of Lethbridge, Lethbridge, Canada",Canada,dena.mcmartin@uleth.ca,https://orcid.org/0000-0002-0824-0565,Dena W. McMartin,"Department of Geography and Environment, University of Lethbridge, Lethbridge, Canada",Canada,dena.mcmartin@uleth.ca,https://orcid.org/0000-0002-0824-0565,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Ecosystems/Ecosystem functioning; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Neuroscience/Learning and memory/Learning/Human learning; /Biology and life sciences/Psychology/Cognitive psychology/Learning/Human learning; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Ecology/Ecosystems/Ecosystem functioning; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Social sciences; /Social sciences/Psychology/Cognitive psychology/Learning/Human learning,journals.plos.org,10.1371/journal.pwat.0000218,Opinion,2024-01-18 +10.1371/journal.pwat.0000160,2,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000160,PLOS Water,"Understanding contemporary challenges for water security in Ulaanbaatar, a semi-arid region in Mongolia",2023,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000160.s001&type=supplementary,1,Elena Gordillo Fuertes,"Masters of Public Policy and Global Affairs, University of British Columbia, Institute of Asian Research, Vancouver, Canada",Canada,eleenagf@gmail.com,https://orcid.org/0000-0002-2597-4317,Elena Gordillo Fuertes,"Masters of Public Policy and Global Affairs, University of British Columbia, Institute of Asian Research, Vancouver, Canada",Canada,eleenagf@gmail.com,https://orcid.org/0000-0002-2597-4317,TRUE,All data used in this assessment are openly accessible through the sources cited in the paper.,in paper,NA,NA,/Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /People and places/Geographical locations/Asia/Mongolia; /Social sciences/Political science/National security,journals.plos.org,10.1371/journal.pwat.0000160,Research Article,2023-12-08 +10.1371/journal.pwat.0000212,2,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000212,PLOS Water,Correction: Convergence of mechanistic modeling and artificial intelligence in hydrologic science and engineering,2023,FALSE,0,NA,NA,1,NA NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,journals.plos.org,10.1371/journal.pwat.0000212,Correction,2023-12-19 +10.1371/journal.pwat.0000197,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000197,PLOS Water,Irish surface water response to the 2018 drought,2023,TRUE,14,docx; docx; docx; docx; epa; black; epa; a; xlsx; xlsx; xlsx; xlsx; xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000197.s014&type=supplementary,5,Devin F. Smith,"School of Earth Sciences, The Ohio State University, Columbus, Ohio, United States of America",United States of America,smith.11880@osu.edu,https://orcid.org/0000-0001-6945-7306,Devin F. Smith,"School of Earth Sciences, The Ohio State University, Columbus, Ohio, United States of America",United States of America,smith.11880@osu.edu,https://orcid.org/0000-0001-6945-7306,TRUE,"All river δ18O and δ2H values are reported in this study. Upon publication content from S1 and S2 Tables will be available for open access through the Consortium of Universities for the Advancement of Hydrologic Science, Inc. HydroShare (https://www.hydroshare.org/). The data can be accessed upon manuscript publication at https://doi.org/10.4211/hs.aa3a731c51f44e4aba637e36e802117e. Data will also be uploaded to waterisotopes.org database. Data Further description of evaporation fraction calculation is provided in Diamond and Jack (2018).",available in online repository,https://www.hydroshare.org/; https://doi.org/10.4211/hs.aa3a731c51f44e4aba637e36e802117e; 10.4211/hs.aa3a731c51f44e4aba637e36e802117e,hydroshare,/Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Drought; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Evaporation,journals.plos.org,10.1371/journal.pwat.0000197,Research Article,2023-11-14 +10.1371/journal.pwat.0000100,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000100,PLOS Water,"Desiccation of ecosystem-critical microbialites in the shrinking Great Salt Lake, Utah (USA)",2023,TRUE,13,docx; a; tif; a; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000100.s013&type=supplementary,12,Carie Frantz,"Department of Earth and Environmental Sciences, Weber State University, Ogden, UT, United States of America",United States of America,cariefrantz@weber.edu,https://orcid.org/0000-0003-2544-9245,Carie Frantz,"Department of Earth and Environmental Sciences, Weber State University, Ogden, UT, United States of America",United States of America,cariefrantz@weber.edu,https://orcid.org/0000-0003-2544-9245,TRUE,"All data, including photographs and photomicrographs used for analyses in this paper are archived through Open Science Framework at https://osf.io/t6w5e/. Scripts used for image and data processing are archived under DOI:10.5281/zenodo.7502617. Sequences were deposited to NCBI’s SRA (https://www.ncbi.nlm.nih.gov/sra) under BioSample accession SAMN32545145–SAMN32545168.",available in online repository,https://osf.io/t6w5e/; https://doi.org/10.5281/zenodo.7502617; https://www.ncbi.nlm.nih.gov/sra; 10.5281/zenodo.7502617,zenodo; osf; ncbi/genbank,/Biology and life sciences/Cell biology/Cellular structures and organelles/Chloroplasts/Chlorophyll; /Biology and life sciences/Cell biology/Cellular types/Plant cells/Chloroplasts/Chlorophyll; /Biology and life sciences/Cell biology/Plant cell biology/Chloroplasts/Chlorophyll; /Biology and life sciences/Cell biology/Plant cell biology/Plant cells/Chloroplasts/Chlorophyll; /Biology and life sciences/Ecology/Ecosystems/Freshwater ecosystems/Limnetic ecosystems; /Biology and life sciences/Ecology/Ecosystems/Microbial ecosystems; /Biology and life sciences/Plant science/Plant cell biology/Chloroplasts/Chlorophyll; /Biology and life sciences/Plant science/Plant cell biology/Plant cells/Chloroplasts/Chlorophyll; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Reefs; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Ecology/Ecosystems/Freshwater ecosystems/Limnetic ecosystems; /Ecology and environmental sciences/Ecology/Ecosystems/Microbial ecosystems; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Chemical reactions/Bleaching; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity; /Physical sciences/Materials science/Materials/Pigments/Organic pigments/Chlorophyll,journals.plos.org,10.1371/journal.pwat.0000100,Research Article,2023-09-12 +10.1371/journal.pwat.0000086,2,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000086,PLOS Water,Sanitation services for the urban poor: A social capital approach to sanitation challenges in informal settlements,2023,TRUE,1,zip,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000086.s001&type=supplementary,6,Ivy Chumo,"African Population and Health Research Center (APHRC), Urbanization and Wellbeing Unit, Nairobi, Kenya",Kenya,ivychumo@gmail.com,https://orcid.org/0000-0003-1235-719X,Ivy Chumo,"African Population and Health Research Center (APHRC), Urbanization and Wellbeing Unit, Nairobi, Kenya",Kenya,ivychumo@gmail.com,https://orcid.org/0000-0003-1235-719X,TRUE,"We have provided a sample of transcripts (anonymized data). All the data cannot be shared publicly at the moment because, other manuscripts are underway being written using the same dataset. Once all the manuscripts are completed, data will be available from the APHRC data portal Institutional Data Access / Ethics Committee (contact via https://aphrc.org/microdata-portal/) for researchers who meet the criteria for access to confidential data.",available in online repository,https://aphrc.org/microdata-portal/,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Computer and information sciences/Network analysis/Network reciprocity; /Computer and information sciences/Network analysis/Social networks; /Engineering and technology/Transportation; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Research design/Qualitative studies; /Social sciences/Economics/Finance; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Social networks,journals.plos.org,10.1371/journal.pwat.0000086,Research Article,2023-12-20 +10.1371/journal.pwat.0000144,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000144,PLOS Water,"Water sovereignty for Indigenous Peoples: Pathways to pluralist, legitimate and sustainable water laws in settler colonial states",2023,FALSE,0,NA,NA,1,Erin O’Donnell,"Melbourne Law School, University of Melbourne, Melbourne, Australia",Australia,erin.odonnell@unimelb.edu.au,https://orcid.org/0000-0002-2615-8012,Erin O’Donnell,"Melbourne Law School, University of Melbourne, Melbourne, Australia",Australia,erin.odonnell@unimelb.edu.au,https://orcid.org/0000-0002-2615-8012,FALSE,NA,NA,NA,NA,/Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/Oceania/Australia; /People and places/Geographical locations/Oceania/New Zealand; /Social sciences/Law and legal sciences/State law; /Social sciences/Sociology/Culture,journals.plos.org,10.1371/journal.pwat.0000144,Review,2023-11-21 +10.1371/journal.pwat.0000155,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000155,PLOS Water,"Improved urban runoff prediction using high-resolution land-use, imperviousness, and stormwater infrastructure data applied to a process-based ecohydrological model",2023,TRUE,8,tif; tif; tif; tif; zip; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000155.s008&type=supplementary,12,Jonathan Halama,"U.S. Environmental Protection Agency, Corvallis, OR, United States of America",United States of America,Halama.Jonathan@EPA.gov,https://orcid.org/0000-0003-3862-7629,Jonathan Halama,"U.S. Environmental Protection Agency, Corvallis, OR, United States of America",United States of America,Halama.Jonathan@EPA.gov,https://orcid.org/0000-0003-3862-7629,TRUE,All data can be found in the manuscript and supporting information files.,in paper,NA,NA,/Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Environmental chemistry/Pollutants/Urban runoff; /Engineering and technology/Civil engineering/Transportation infrastructure/Roads; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Transportation/Transportation infrastructure/Roads; /Physical sciences/Chemistry/Environmental chemistry/Pollutants/Urban runoff; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Evaporation; /Research and analysis methods/Simulation and modeling; /Social sciences/Human geography/Urban geography/Urban areas,journals.plos.org,10.1371/journal.pwat.0000155,Research Article,2023-11-20 +10.1371/journal.pwat.0000190,2,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000190,PLOS Water,Keep your head above water: Explaining disparities in local drinking water bills,2023,TRUE,4,docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000190.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000190.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000190.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000190.s004&type=supplementary,3,Ahmed Rachid El-Khattabi,"Environmental Finance Center, School of Government, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,arelkhattabi@sog.unc.edu,https://orcid.org/0000-0001-6923-3978,Ahmed Rachid El-Khattabi,"Environmental Finance Center, School of Government, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,arelkhattabi@sog.unc.edu,https://orcid.org/0000-0001-6923-3978,TRUE,"We compile our dataset using data from American Community Survey, Safe Drinking Water Information System, and UNC’s Environmental Finance Center’s database. We are temporarily storing our compiled database one the following github repository: https://github.com/arelkhattabi/Disparities-in-Local-Drinking-Water-Bills/blob/main/FinalData_3-7-22_RaceRecode.csv.",available in online repository,https://github.com/arelkhattabi/Disparities-in-Local-Drinking-Water-Bills/blob/main/FinalData_3-7-22_RaceRecode.csv,github,/Earth sciences/Geography; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /People and places/Geographical locations/North America/United States/Arizona; /People and places/Geographical locations/North America/United States/New Hampshire; /People and places/Geographical locations/North America/United States/Wisconsin; /Research and analysis methods/Research design/Survey research/Census; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000190,Research Article,2023-12-21 +10.1371/journal.pwat.0000170,2,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000170,PLOS Water,Whakamana te tangata – ka whai oranga te taiao: Indigenous led approaches for catchment health in Aotearoa-New Zealand,2023,FALSE,0,NA,NA,7,Shaun Awatere,"Manaaki Whenua–Landcare Research NZ Ltd, Hamilton, New Zealand",New Zealand,awateres@landcareresearch.co.nz,https://orcid.org/0000-0003-4616-808X,Shaun Awatere,"Manaaki Whenua–Landcare Research NZ Ltd, Hamilton, New Zealand",New Zealand,awateres@landcareresearch.co.nz,https://orcid.org/0000-0003-4616-808X,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Ecology/Ecosystems/Marine ecosystems; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Ecology/Ecosystems/Marine ecosystems; /Medicine and health sciences/Public and occupational health/Global health; /People and places/Population groupings/Ethnicities/Austronesian people/Polynesian people/Māori people; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Culture,journals.plos.org,10.1371/journal.pwat.0000170,Review,2023-12-29 +10.1371/journal.pwat.0000303,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000303,PLOS Water,Social vulnerability and exposure to private well water,2024,TRUE,9,top; docx; docx; docx; docx; docx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000303.s009&type=supplementary,8,Miriam Wamsley,"Department of Epidemiology and Biostatistics, Temple University Philadelphia, Philadelphia, Pennsylvania, United States of America",United States of America,NA,https://orcid.org/0000-0002-9402-8308,Heather M. Murphy,"Department of Epidemiology and Biostatistics, Temple University Philadelphia, Philadelphia, Pennsylvania, United States of America",United States of America,heather.murphy@uoguelph.ca,https://orcid.org/0000-0002-0435-8515,TRUE,"Data sources are all publicly available: Social vulnerability data: 10 measures of social vulnerability that may be related to a household’s exposure to a domestic well or to a community’s vulnerability to waterborne disease were taken from the CDC’s SVI measure as measured in 2018 at the census tract level. Data may be accessed here: https://www.atsdr.cdc.gov/placeandhealth/svi/data_documentation_download.html Measures of children under the age of 5, median construction age of the home, and proportion of households who are renters were taken from the ACS (5-year estimates from 2018 at the census tract level, published 2019). Data may be accessed here: https://www.socialexplorer.com/tables/ACS2018_5yr/R12897432 Census tract boundaries Tiger line shapefiles for the year 2010 may be accessed here: https://www2.census.gov/geo/pvs/tiger2010st/42_Pennsylvania/42001/tl_2010_42001_tract00.zip Public water supply boundaries These data are supplied by the Pennsylvania Department of Environmental Protection. Public water supplier’s service area data from the year 2018 were accessed and used via the Pennsylvania Spatial Data Access and may be accessed here: https://newdata-padep-1.opendata.arcgis.com/datasets/PADEP-1::public-water-systems-public-water-supplier-service-areas/about.",available in online repository,https://www.atsdr.cdc.gov/placeandhealth/svi/data_documentation_download.html; https://www.socialexplorer.com/tables/ACS2018_5yr/R12897432; https://www2.census.gov/geo/pvs/tiger2010st/42_Pennsylvania/42001/tl_2010_42001_tract00.zip; https://newdata-padep-1.opendata.arcgis.com/datasets/PADEP-1::public-water-systems-public-water-supplier-service-areas/about,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /People and places/Geographical locations/North America/United States; /People and places/Geographical locations/North America/United States/Pennsylvania; /Physical sciences/Mathematics/Applied mathematics/Algorithms/Clustering algorithms; /Research and analysis methods/Research design/Survey research/Census; /Research and analysis methods/Simulation and modeling/Algorithms/Clustering algorithms,journals.plos.org,10.1371/journal.pwat.0000303,Research Article,2024-12-30 +10.1371/journal.pwat.0000331,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000331,PLOS Water,"Correction: Martuwarra Fitzroy River Watershed: One society, one river law",2024,FALSE,0,NA,NA,1,NA NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,journals.plos.org,10.1371/journal.pwat.0000331,Correction,2024-12-30 +10.1371/journal.pwat.0000258,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000258,PLOS Water,"Assessing potential effects of oil and gas development activities on groundwater quality near and overlying the Elk Hills and North Coles Levee Oil Fields, San Joaquin Valley, California",2024,TRUE,17,1; mp4; pdf; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000258.s017&type=supplementary,11,John G. Warden,"U.S. Geological Survey, Austin, Texas, United States of America",United States of America,jwarden@usgs.gov,https://orcid.org/0000-0003-1384-458X,John G. Warden,"U.S. Geological Survey, Austin, Texas, United States of America",United States of America,jwarden@usgs.gov,https://orcid.org/0000-0003-1384-458X,TRUE,"Data are available from Warden, J.G., Marcusa, J.A., Schmer, M.E., Roberts, S.A., Watson, E., Stanton, J.S., McCarlson, A.J., Johnson, J.C., 2023, Water chemistry data for samples collected at groundwater and surface water sites in the Elk Hills study area, June 2017–April 2018, Kern County, California: U.S. Geological Survey data release, https://doi.org/10.5066/P98LFQA2. This is part of the USGS ScienceBase Catalog.",available in online repository,https://doi.org/10.5066/P98LFQA2; 10.5066/P98LFQA2,NA,/Biology and life sciences/Biochemistry/Lipids/Oils; /Earth sciences/Geochemistry; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Surface water; /Physical sciences/Chemistry/Chemical compounds/Hydrocarbons; /Physical sciences/Chemistry/Geochemistry; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Evaporation; /Physical sciences/Physics/Particle physics/Composite particles/Atoms/Isotopes/Stable isotopes,journals.plos.org,10.1371/journal.pwat.0000258,Research Article,2024-08-05 +10.1371/journal.pwat.0000298,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000298,PLOS Water,Development and evaluation of a digital behavioral economics game towards improved understanding of groundwater conservation in southern Colorado,2024,FALSE,0,NA,NA,5,Kat Demaree,"Mortenson Center in Global Engineering and Resilience, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,NA,NA,Evan Thomas,"Mortenson Center in Global Engineering and Resilience, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,ethomas@colorado.edu,https://orcid.org/0000-0003-3095-8407,TRUE,This qualitative study did not produce data separate from that disclosed directly in the paper.,no data generated,NA,NA,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Behavior/Recreation/Games; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Population groupings/Professions/Agricultural workers; /Physical sciences/Mathematics/Applied mathematics/Game theory; /Social sciences/Economics/Finance; /Social sciences/Psychology/Behavior/Recreation/Games; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000298,Research Article,2024-12-31 +10.1371/journal.pwat.0000327,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000327,PLOS Water,Geochemical evolution of municipal water in a natural hydrologic system and implications for urban watershed resilience,2024,TRUE,14,tif; a; tif; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000327.s014&type=supplementary,2,Hunter Manlove,"Department of Earth & Planetary Sciences, Jackson School of Geosciences, The University of Texas at Austin, Austin, Texas, United States of America",United States of America,hmanlove@intera.com,https://orcid.org/0009-0007-3367-4510,Hunter Manlove,"Department of Earth & Planetary Sciences, Jackson School of Geosciences, The University of Texas at Austin, Austin, Texas, United States of America",United States of America,hmanlove@intera.com,https://orcid.org/0009-0007-3367-4510,TRUE,All data presented in this publication is available in the supplemental information tables provided.,in paper,NA,NA,/Earth sciences/Geochemistry; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Earth sciences/Mineralogy/Minerals/Calcite; /Earth sciences/Mineralogy/Minerals/Limestone; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Physical sciences/Chemistry/Geochemistry; /Social sciences/Human geography/Urban geography/Urbanization,journals.plos.org,10.1371/journal.pwat.0000327,Research Article,2024-12-31 +10.1371/journal.pwat.0000265,3,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000265,PLOS Water,"“In the dry season, our suffering doubles”: Barriers to water access in poor urban settlements in Ghana",2024,FALSE,0,NA,NA,3,Willow Leahy,"School of Kinesiology and Health Studies, Queen’s University, Kingston, Ontario, Canada",Canada,NA,https://orcid.org/0000-0002-4294-1699,Florence Dery,"Department of Geography, Geomatics & Environment, University of Toronto, Mississauga, Ontario, Canada",Canada,Florence.dery@utoronto.ca,https://orcid.org/0000-0002-9167-2405,TRUE,All data are in the manuscript.,in paper,NA,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Ghana; /Social sciences/Economics/Finance,journals.plos.org,10.1371/journal.pwat.0000265,Research Article,2024-09-18 +10.1371/journal.pwat.0000241,3,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000241,PLOS Water,Field survey for assessing seawater reverse osmosis (SWRO) applications on very small islands in Indonesia,2024,TRUE,3,docx; xlsx; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000241.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000241.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000241.s003&type=supplementary,4,Amanatullah Savitri,"Department of Civil Engineering, Faculty of Civil Engineering and Planning, Universitas Internasional Batam, Kota Batam, Indonesia",Indonesia,g23dtka1@yamanashi.ac.jp,https://orcid.org/0000-0002-5169-1521,Amanatullah Savitri,"Department of Civil Engineering, Faculty of Civil Engineering and Planning, Universitas Internasional Batam, Kota Batam, Indonesia",Indonesia,g23dtka1@yamanashi.ac.jp,https://orcid.org/0000-0002-5169-1521,TRUE,Datasets for this research are available in this paper.,in paper,NA,NA,/Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/Indonesia; /People and places/Geographical locations/Oceania/Indonesia; /Physical sciences/Physics/Electricity,journals.plos.org,10.1371/journal.pwat.0000241,Research Article,2024-11-15 +10.1371/journal.pwat.0000451,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000451,PLOS Water,Innovative spectral methods for modeling and enhancing biogas yield from wastewater,2025,TRUE,4,txt; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000451.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000451.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000451.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000451.s005&type=supplementary,4,Hajer Ouni,"Laboratory of Research Water Sciences and Technologies (LRSTE), National Institute of Agronomic Research of Tunisia (INAT), University of Carthage, Tunis, Tunisia",Tunisia,NA,NA,Hatem Ksibi,"University of Sfax, IPEIS, Sfax, Tunisia",Tunisia,hatem.ksibi@ipeis.rnu.tn,https://orcid.org/0000-0003-4144-9958,TRUE,The data supporting the findings of this study are available as a supplementary material (rar).,in paper,NA,NA,/Biology and life sciences/Agriculture/Agronomy/Plant products/Straw; /Biology and life sciences/Agriculture/Crop science/Plant products/Straw; /Biology and life sciences/Biophysics/Biophysical simulations; /Biology and life sciences/Computational biology/Biophysical simulations; /Biology and life sciences/Nutrition/Diet/Food; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Energy and power/Bioenergy/Biofuels/Biogas; /Engineering and technology/Energy and power/Fuels/Biofuels/Biogas; /Medicine and health sciences/Nutrition/Diet/Food; /Physical sciences/Materials science/Materials/Fuels/Biofuels/Biogas; /Physical sciences/Mathematics/Algebra/Polynomials; /Physical sciences/Mathematics/Differential equations; /Physical sciences/Physics/Biophysics/Biophysical simulations; /Research and analysis methods/Simulation and modeling,journals.plos.org,10.1371/journal.pwat.0000451,Research Article,2025-11-12 +10.1371/journal.pwat.0000405,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000405,PLOS Water,Evaluating hydrological model performance using varying amounts of participatory monitoring water level data,2025,TRUE,3,tif; tif; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000405.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000405.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000405.s003&type=supplementary,5,Fabian Mitze,"Centre for International Development and Environmental Research, Justus Liebig University, Giessen, Germany",Germany,fabian.mitze@zeu.uni-giessen.de,https://orcid.org/0000-0002-5127-2378,Fabian Mitze,"Centre for International Development and Environmental Research, Justus Liebig University, Giessen, Germany",Germany,fabian.mitze@zeu.uni-giessen.de,https://orcid.org/0000-0002-5127-2378,TRUE,All data and scripts and data used in the study can be obtained from Zenodo (https://doi.org/10.5281/zenodo.14772421).,available in online repository,https://doi.org/10.5281/zenodo.14772421; 10.5281/zenodo.14772421,zenodo,/Biology and life sciences/Ecology/Ecosystems/Forests; /Computer and information sciences/Artificial intelligence/Machine learning; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Ecology and environmental sciences/Ecology/Ecosystems/Forests; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Terrestrial environments/Forests; /Engineering and technology/Environmental engineering/Water management; /Research and analysis methods/Simulation and modeling,journals.plos.org,10.1371/journal.pwat.0000405,Research Article,2025-09-23 +10.1371/journal.pwat.0000448,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000448,PLOS Water,"Bridging the Gap: Evidence-informed hygiene policy is needed and researcher, policy makers, and funders must work together to deliver it",2025,FALSE,0,NA,NA,6,Sarah Roberts,"Reckitt Global Hygiene Institute, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,NA,NA,Robert Dreibelbis,"Department of Disease Control, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Robert.Dreibelbis@lshtm.ac.uk,https://orcid.org/0000-0002-9716-0419,FALSE,NA,NA,NA,NA,/Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care policy; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Global health; /Medicine and health sciences/Public and occupational health/Hygiene; /Science policy; /Social sciences/Political science/Public policy,journals.plos.org,10.1371/journal.pwat.0000448,Opinion,2025-10-16 +10.1371/journal.pwat.0000441,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000441,PLOS Water,Assessment of water quality index in an afro-tropical stream impacted by palm oil mill effluents,2025,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000441.s001&type=supplementary,6,Fatimah Adenike Ajadi,"Department of Microbiology, Federal University of Health Sciences, Ila Orangun, Nigeria",Nigeria,NA,NA,Oluwadamilare Emmanuel Obayemi,"Department of Biology, University of Ilesa, Ilesa, Nigeria",Nigeria,oluwadamilare_obayemi@unilesa.edu.ng,https://orcid.org/0000-0002-8527-8284,TRUE,All the data generated during this study are included in this published article (and its Supporting information files).,in paper,NA,NA,/Biology and life sciences/Agriculture/Agronomy/Plant products/Vegetable oils; /Biology and life sciences/Agriculture/Crop science/Plant products/Vegetable oils; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Earth sciences/Seasons; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Ecology and environmental sciences/Water quality/Chemical oxygen demand; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Materials physics/Turbidity,journals.plos.org,10.1371/journal.pwat.0000441,Research Article,2025-10-07 +10.1371/journal.pwat.0000377,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000377,PLOS Water,Photocatalytic removal of Cefixime using ZnO/BiOBr/Bi2S3: Suspended and immobilized on Graphite,2025,TRUE,10,xlsx; xlsx; if; a; tif; tif; tif; tif; tif; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000377.s010&type=supplementary,5,Asal Rahpeyma,"Department of Chemical Engineering, Faculty of Engineering, University of Isfahan, Isfahan, Iran",Iran (Islamic Republic of),NA,NA,Mehrdad Farhadian,"Department of Chemical Engineering, Faculty of Engineering, University of Isfahan, Isfahan, Iran",Iran (Islamic Republic of),m.farhadian@eng.ui.ac.ir,https://orcid.org/0000-0002-8504-0516,TRUE,All the raw data were added in the Supporting information file.,in paper,NA,NA,/Earth sciences/Geography/Cartography/Isotherms; /Earth sciences/Mineralogy/Minerals/Graphite; /Engineering and technology/Nanotechnology/Nanomaterials; /Physical sciences/Chemistry/Chemical physics/Electron transfer; /Physical sciences/Chemistry/Chemical radicals/Hydroxyl radicals; /Physical sciences/Chemistry/Physical chemistry/Chemical radicals/Hydroxyl radicals; /Physical sciences/Chemistry/Physical chemistry/Sorption/Adsorption; /Physical sciences/Materials science/Materials/Nanomaterials; /Physical sciences/Physics/Chemical physics/Electron transfer; /Physical sciences/Physics/Classical mechanics/Reflection; /Physical sciences/Physics/Classical mechanics/Vibration,journals.plos.org,10.1371/journal.pwat.0000377,Research Article,2025-12-02 +10.1371/journal.pwat.0000495,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000495,PLOS Water,Rethinking monitoring of the means of implementation for SDG 6 up to 2030 and beyond,2025,FALSE,0,NA,NA,8,Marina Takane,"Department of Environment, Climate Change, One Health and Migration, World Health Organization, Geneva, Switzerland",Switzerland,takanem@who.int,https://orcid.org/0009-0008-2192-2801,Marina Takane,"Department of Environment, Climate Change, One Health and Migration, World Health Organization, Geneva, Switzerland",Switzerland,takanem@who.int,https://orcid.org/0009-0008-2192-2801,FALSE,NA,NA,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences/Economics/Finance; /Social sciences/Political science/United Nations; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000495,Essay,2025-12-30 +10.1371/journal.pwat.0000362,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000362,PLOS Water,Disparities in drinking water quality across the United States,2025,FALSE,0,NA,NA,3,Tina Bardot,"Oak Ridge Institute for Science and Technology, Washington, DC, United States of America",United States of America,NA,NA,Ahmed Rachid El-Khattabi,"Environmental Finance Center, School of Government, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,arelkhattabi@sog.unc.edu,https://orcid.org/0000-0001-6923-3978,TRUE,"We compile our dataset using records fromdata from the American Community Survey, EPA’s Safe Drinking Water Information SystemAct database, the third and fifth Unregulated Contaminant Monitoring Rule data, Six Year Review data, and a national dataset of community water system service area boundaries, among others. We are temporarily storing our compiled database atone the following github repository: https://github.com/wesaustin/ej_service_areas https://github.com/wesaustin/dw_service_areas_public.",available in online repository,https://github.com/wesaustin/ej_service_areas; https://github.com/wesaustin/dw_service_areas; https://github.com/wesaustin/dw_service_areas_public,github,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /People and places/Population groupings/Ethnicities/Hispanic people; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical elements/Arsenic; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Physical sciences/Materials science/Materials/Contaminants,journals.plos.org,10.1371/journal.pwat.0000362,Research Article,2025-10-01 +10.1371/journal.pwat.0000472,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000472,PLOS Water,Piped water skepticism: Implications for achieving water security,2025,FALSE,0,NA,NA,2,Patrick Thomson,"Global Institute of Sustainability and Innovation, Arizona State University, Tempe, Arizona, United States of America",United States of America,pgthomson@asu.edu,https://orcid.org/0000-0002-0697-1866,Patrick Thomson,"Global Institute of Sustainability and Innovation, Arizona State University, Tempe, Arizona, United States of America",United States of America,pgthomson@asu.edu,https://orcid.org/0000-0002-0697-1866,FALSE,NA,NA,NA,NA,/Biology and life sciences/Psychology/Psychological attitudes; /Biology and life sciences/Psychology/Psychological defense mechanisms; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Science policy/Research integrity/Research ethics; /Social sciences/Economics/Microeconomics/Urban economics; /Social sciences/Psychology/Psychological attitudes; /Social sciences/Psychology/Psychological defense mechanisms,journals.plos.org,10.1371/journal.pwat.0000472,Opinion,2025-12-11 +10.1371/journal.pwat.0000502,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000502,PLOS Water,Harmonization of aggregated freshwater biotic data to support continental and global assessment,2026,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000502.s001&type=supplementary,10,Jennifer Lento,"Canadian Rivers Institute and Department of Biology, University of New Brunswick, Fredericton, New Brunswick, Canada",Canada,jlento@gmail.com,https://orcid.org/0000-0002-8098-4825,Jennifer Lento,"Canadian Rivers Institute and Department of Biology, University of New Brunswick, Fredericton, New Brunswick, Canada",Canada,jlento@gmail.com,https://orcid.org/0000-0002-8098-4825,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Habitats; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Zooplankton; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae; /Biology and life sciences/Taxonomy; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Zooplankton; /Computer and information sciences/Data management/Taxonomy; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Habitats; /Ecology and environmental sciences/Environmental chemistry/Water chemistry; /Physical sciences/Chemistry/Environmental chemistry/Water chemistry,journals.plos.org,10.1371/journal.pwat.0000502,Review,2026-01-20 +10.1371/journal.pwat.0000167,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000167,PLOS Water,Onsite sanitation systems and contamination of groundwater: A systematic review of the evidence for risk using the source-pathway-receptor model,2024,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000167.s001&type=supplementary,7,Maureen Mbae,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom of Great Britain and Northern Ireland,maukendi@gmail.com,https://orcid.org/0000-0002-5945-1805,Maureen Mbae,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom of Great Britain and Northern Ireland,maukendi@gmail.com,https://orcid.org/0000-0002-5945-1805,TRUE,All the papers referenced in the systematic review are publicly available. Nearly all will easily be found using various search tools such as PubMed and SCOPUS. The authors can provide copies of any that a reader cannot find.,NA,NA,NA,/Biology and life sciences/Physiology/Physiological processes/Excretion; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Materials science/Materials/Contaminants; /Research and analysis methods/Research assessment/Systematic reviews,journals.plos.org,10.1371/journal.pwat.0000167,Research Article,2024-07-29 +10.1371/journal.pwat.0000310,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000310,PLOS Water,Salinity or sum of constituents—Methods comparison for computing dissolved solids concentrations in streams of the Upper Colorado River Basin,2024,TRUE,3,nwis; nwis; nwis,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000310.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000310.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000310.s003&type=supplementary,5,Fred D. Tillman,"U.S. Geological Survey, Arizona Water Science Center, Tucson, Arizona, United States of America",United States of America,ftillman@usgs.gov,https://orcid.org/0000-0002-2922-402X,Fred D. Tillman,"U.S. Geological Survey, Arizona Water Science Center, Tucson, Arizona, United States of America",United States of America,ftillman@usgs.gov,https://orcid.org/0000-0002-2922-402X,TRUE,All data discussed in this manuscript are provided in the Supporting Information and are publicly available through the U.S. Geological Survey’s National Water Information System database (https://waterdata.usgs.gov/nwis).,available in online repository,https://waterdata.usgs.gov/nwis,NA,/Earth sciences/Geology/Geological surveys; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/North America/United States/Colorado; /Physical sciences/Chemistry/Chemical compounds/Bicarbonates; /Physical sciences/Chemistry/Chemical compounds/Carbonates; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity,journals.plos.org,10.1371/journal.pwat.0000310,Research Article,2024-12-17 +10.1371/journal.pwat.0000260,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000260,PLOS Water,"Monitoring Indian ungauged small reservoirs volume from remote sensing: Feasibility, bias and perspectives",2024,FALSE,0,NA,NA,8,Claire Pascal,"CESBIO, Université de Toulouse, CNES/CNRS/INRAE/IRD/UT3, Toulouse, France",France,NA,NA,Sylvain Ferrant,"CESBIO, Université de Toulouse, CNES/CNRS/INRAE/IRD/UT3, Toulouse, France",France,sylvain.ferrant@ird.fr,https://orcid.org/0000-0002-3478-2624,TRUE,"All the data used in this study are public, except the Pléiades imagery that are commercial. The Pléiades images (Pléiades © CNES 2021 Distribution AIRBUS DS) were licensed to CESBIO by Airbus. The Pléiades DEM is a derivative product subject to the CC-BY-NC 4.0 license preventing commercial use, https://creativecommons.org/licenses/by-nc/4.0/legalcode. We have publicly shared the Digital Elevation Model and derived variables on Zenodo with restricted access until the publication of the manuscript. If needed for the review, you can access to these data-sets by using these links: - 2m resolution DEM based stereoscopy Pleiades acquisitions in Telangana, South-India https://zenodo.org/records/10403040?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6Ijg4NGVkZTNlLTJjY2MtNGFlZC1iZjk4LWNhZTdhYTEzNWQyZSIsImRhdGEiOnt9LCJyYW5kb20iOiIwYmRlMTA3N2MxMzhlNWY0NDk4NmQ4MjczNTE1OTRiMSJ9.ywFHWn3JF8k_8SfLHkwgiO2KSJofIGEqFesy0t2ZfmOyV8uFL_YON4jI-VawFjp2IpJEhrhppv6er_G7QpsA0g - Subsample of the maximum Water Area Extent of Telangana Rainwater Harvesting System from Sentinel-2 https://zenodo.org/records/10402199?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6IjQ3ZDE2NzQ4LTg2MTctNGE2Mi1iMGUxLWJmNzc0ODNkNzEzZCIsImRhdGEiOnt9LCJyYW5kb20iOiI3NjU2ZGFjNTEwZjcxOTE4OWZjMjRkNGFmNWM4Y2I0OSJ9.wUuO5pdst0HdDIicGNQ88jdzjVmsy-kyDbxgJubXPs9smX7dJn8_Ou9NFfjYNMWUw2IlJ7bVAGpmACezvLAV2A - Subsample of the maximum Water Area Extent of Telangana Rainwater Harvesting System from Pléiades DEM https://zenodo.org/records/10402355?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6IjU3ZjI5NzNjLWJjMGMtNDJmOC1hOTkyLWVhOGYzNmZjYWRlYiIsImRhdGEiOnt9LCJyYW5kb20iOiI3NDBmYWQ2Y2QyMmE4OTFkN2VkNWQzNjU1MzNiZDgxMiJ9.sIxHJKCbRNGOLHIOZ3m2sAOFA1es6q5aFZY6Te8AxmTUTAvCWBQTkqh0sFYFeqAE0H03p2kLIZC9ld9uBCH_0Q - Maximum Water Area Extent of the Rainwater Harvesting System in Telangana from GSW https://zenodo.org/records/10402096?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6ImZlMjM2M2E2LWU3ZmMtNDY2NC05MGVlLWQ0ZDM5NmEzNjJkNSIsImRhdGEiOnt9LCJyYW5kb20iOiIyYWU5MTdhNTBkOWVmM2M1Y2FkMTVjNTE3MmQwMTMzZSJ9.PpbZt-vr_yYsyXP58GLzQr63pgPNt5Yg6dfO_Mef2f-EnVgmVWkboKKaX3E466TjuNzBpESFlN43zdrqjrI8Rg.",available in online repository,https://creativecommons.org/licenses/by-nc/4.0/legalcode; https://zenodo.org/records/10403040?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6Ijg4NGVkZTNlLTJjY2MtNGFlZC1iZjk4LWNhZTdhYTEzNWQyZSIsImRhdGEiOnt9LCJyYW5kb20iOiIwYmRlMTA3N2MxMzhlNWY0NDk4NmQ4MjczNTE1OTRiMSJ9.ywFHWn3JF8k_8SfLHkwgiO2KSJofIGEqFesy0t2ZfmOyV8uFL_YON4jI-VawFjp2IpJEhrhppv6er_G7QpsA0g; https://zenodo.org/records/10402199?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6IjQ3ZDE2NzQ4LTg2MTctNGE2Mi1iMGUxLWJmNzc0ODNkNzEzZCIsImRhdGEiOnt9LCJyYW5kb20iOiI3NjU2ZGFjNTEwZjcxOTE4OWZjMjRkNGFmNWM4Y2I0OSJ9.wUuO5pdst0HdDIicGNQ88jdzjVmsy-kyDbxgJubXPs9smX7dJn8_Ou9NFfjYNMWUw2IlJ7bVAGpmACezvLAV2A; https://zenodo.org/records/10402355?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6IjU3ZjI5NzNjLWJjMGMtNDJmOC1hOTkyLWVhOGYzNmZjYWRlYiIsImRhdGEiOnt9LCJyYW5kb20iOiI3NDBmYWQ2Y2QyMmE4OTFkN2VkNWQzNjU1MzNiZDgxMiJ9.sIxHJKCbRNGOLHIOZ3m2sAOFA1es6q5aFZY6Te8AxmTUTAvCWBQTkqh0sFYFeqAE0H03p2kLIZC9ld9uBCH_0Q; https://zenodo.org/records/10402096?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6ImZlMjM2M2E2LWU3ZmMtNDY2NC05MGVlLWQ0ZDM5NmEzNjJkNSIsImRhdGEiOnt9LCJyYW5kb20iOiIyYWU5MTdhNTBkOWVmM2M1Y2FkMTVjNTE3MmQwMTMzZSJ9.PpbZt-vr_yYsyXP58GLzQr63pgPNt5Yg6dfO_Mef2f-EnVgmVWkboKKaX3E466TjuNzBpESFlN43zdrqjrI8Rg,zenodo,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Earth sciences/Atmospheric science/Atmospheric physics/Atmospheric dynamics/Atmospheric clouds; /Earth sciences/Geophysics/Atmospheric physics/Atmospheric dynamics/Atmospheric clouds; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Engineering and technology/Remote sensing/Lidar; /Engineering and technology/Remote sensing/Radar; /People and places/Geographical locations/Asia/India; /Physical sciences/Physics/Geophysics/Atmospheric physics/Atmospheric dynamics/Atmospheric clouds; /Physical sciences/Physics/Particle physics/Elementary particles/Photons,journals.plos.org,10.1371/journal.pwat.0000260,Research Article,2024-12-17 +10.1371/journal.pwat.0000206,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000206,PLOS Water,Hydrometeorology and geography affect hospitalizations for waterborne infectious diseases in the United States: A retrospective analysis,2024,TRUE,12,docx; docx; docx; docx; docx; docx; zip; zip; zip; tiff; tiff; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000206.s012&type=supplementary,2,Victoria D. Lynch,"Department of Environmental Health Sciences, Columbia Mailman School of Public Health, Columbia University, New York, New York, United States of America",United States of America,vdl2103@cumc.columbia.edu,https://orcid.org/0000-0003-0966-5474,Victoria D. Lynch,"Department of Environmental Health Sciences, Columbia Mailman School of Public Health, Columbia University, New York, New York, United States of America",United States of America,vdl2103@cumc.columbia.edu,https://orcid.org/0000-0003-0966-5474,TRUE,We are unable to share the minimal dataset underlying the results because it contains potentially identifying information and cannot be publicly shared per the Healthcare Cost and Utilization Project (HCUP) Data Use Agreement (DUA) (https://hcup-us.ahrq.gov/team/NationwideDUA.pdf). The National Inpatient Sample (NIS) datasets from HCUP are publicly and easily available to purchase after completion of the Data Use Agreement Training Course (https://hcup-us.ahrq.gov/tech_assist/centdist.jsp). The contact information for requesting the data from the HCUP Central Distributor is: HCUP-RequestData@ahrq.gov; (866) 556-4287 (phone); (866) 792-5313 (fax).,available in online repository,https://hcup-us.ahrq.gov/team/NationwideDUA.pdf; https://hcup-us.ahrq.gov/tech_assist/centdist.jsp,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Geography/Regional geography; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Pseudomonas infections; /Medicine and health sciences/Medical conditions/Infectious diseases/Respiratory infections; /Medicine and health sciences/Medical conditions/Respiratory disorders/Respiratory infections; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pulmonology/Respiratory disorders/Respiratory infections,journals.plos.org,10.1371/journal.pwat.0000206,Research Article,2024-08-14 +10.1371/journal.pwat.0000236,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000236,PLOS Water,Relational representation: Speaking with and not about Nature,2024,TRUE,2,docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000236.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000236.s002&type=supplementary,4,Lidia Cano-Pecharroman,"Massachusetts Institute of Technology, Cambridge, Massachusetts, United States of America",United States of America,Lcano@mit.edu,https://orcid.org/0000-0001-9018-0241,Lidia Cano-Pecharroman,"Massachusetts Institute of Technology, Cambridge, Massachusetts, United States of America",United States of America,Lcano@mit.edu,https://orcid.org/0000-0001-9018-0241,TRUE,"The majority of the data on which this paper is based comes from publicly available sources (see reference list). The paper also draws from a series of interviews conducted as part of Cano Pecharroman’s PhD research. These long-form, semi-structured interviews were conducted under an ethics process overseen by MIT’s institutional review board, COUHES (Committee on the Use of Humans as Experimental Subjects). All interviewees were informed that their data would be kept anonymous unless they explicitly requested to be named as the source of a quote. These interviews were used to enrich the publicly available data relied on for the paper, and no systematic analysis of the interviews was undertaken for this paper. As a result, the data set is the long-form interviews conducted with each participant. Due to the nature of these transcripts, it is possible to identify the speaker even if their personal details are redacted. In compliance with this commitment to anonymity in accordance with MIT’s Investigator Responsibilities, it is not possible to make this data publicly available. It may be possible to share some of this data upon request, and this should be directed to the lead author (Cano Pecharroman). Additional information regarding the ethical, cultural, and scientific considerations specific to inclusivity in global research is included in the Supporting Information. For further information on MIT's Committee on the Use of Humans as Experimental Subjects protocols and guidelies see couhes.mit.edu or get in contact via couhes@mit.edu.",in paper,NA,NA,/Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lagoons; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Ecosystems; /Social sciences/Law and legal sciences; /Social sciences/Law and legal sciences/Legislation; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Culture,journals.plos.org,10.1371/journal.pwat.0000236,Research Article,2024-10-16 +10.1371/journal.pwat.0000304,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000304,PLOS Water,Septic systems in North Carolina: A neglected half of the state?,2024,FALSE,0,NA,NA,6,Lauren Sprouse,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,NA,NA,Musa Manga,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,mmanga@email.unc.edu,https://orcid.org/0000-0002-3317-7318,FALSE,NA,NA,NA,NA,/Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/North America/United States/North Carolina,journals.plos.org,10.1371/journal.pwat.0000304,Essay,2024-10-17 +10.1371/journal.pwat.0000195,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000195,PLOS Water,Considerations for the use of laboratory-based and field-based estimates of environmental tolerance in water management decisions for an endangered salmonid,2024,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000195.s001&type=supplementary,3,Steven C. Zeug,"Cramer Fish Sciences, Modeling, Analysis, and Synthesis Laboratory, Auburn, California, United States of America",United States of America,stevez@fishsciences.net,https://orcid.org/0000-0003-4330-1236,Steven C. Zeug,"Cramer Fish Sciences, Modeling, Analysis, and Synthesis Laboratory, Auburn, California, United States of America",United States of America,stevez@fishsciences.net,https://orcid.org/0000-0003-4330-1236,TRUE,The data and model code that support the findings of this study are publicly available through the Zenodo Archive https://zenodo.org/doi/10.5281/zenodo.10594251.,available in online repository,https://zenodo.org/doi/10.5281/zenodo.10594251; 10.5281/zenodo.10594251,zenodo,/Biology and life sciences/Developmental biology/Modes of reproduction/Sexual reproduction/Spawning; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish/Osteichthyes/Salmon; /Biology and life sciences/Physiology/Reproductive physiology/Eggs; /Biology and life sciences/Physiology/Reproductive physiology/Eggs/Bird eggs; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish/Osteichthyes/Salmon; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Seasons/Winter; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Physical sciences/Mathematics/Statistics/Statistical methods/Forecasting; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Forecasting,journals.plos.org,10.1371/journal.pwat.0000195,Research Article,2024-10-31 +10.1371/journal.pwat.0000233,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000233,PLOS Water,"Investigating impacts of gender-transformative interventions in water, sanitation, and hygiene: Structural validity, internal reliability and measurement invariance of the water, sanitation, and hygiene–Gender equality measure (WASH-GEM)",2024,TRUE,3,docx; csv; rmd,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000233.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000233.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000233.s003&type=supplementary,8,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, Australia",Australia,Jessica.MacArthur@uts.edu.au,https://orcid.org/0000-0002-6645-5767,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, Australia",Australia,Jessica.MacArthur@uts.edu.au,https://orcid.org/0000-0002-6645-5767,TRUE,De-identified data has been provided in supplementary materials.,in paper,NA,NA,/Biology and life sciences/Neuroscience/Cognitive neuroscience/Consciousness; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive neuroscience/Consciousness; /Engineering and technology/Measurement; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Mental health and psychiatry; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Asia/Nepal; /Physical sciences/Mathematics/Statistics/Statistical methods/Factor analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Factor analysis; /Social sciences/Sociology/Sexual and gender issues,journals.plos.org,10.1371/journal.pwat.0000233,Research Article,2024-10-17 +10.1371/journal.pwat.0000325,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000325,PLOS Water,Unsafe containment: Public health risks of septic tanks discharging to drains in Dhaka Bangladesh,2024,TRUE,2,docx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000325.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000325.s002&type=supplementary,8,Freya Mills,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, New South Wales, Australia",Australia,freya.mills@uts.edu.au,https://orcid.org/0000-0003-3406-9076,Freya Mills,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, New South Wales, Australia",Australia,freya.mills@uts.edu.au,https://orcid.org/0000-0003-3406-9076,TRUE,Data provided in Supporting information appendix.,in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Shigella; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Shigella; /Biology and life sciences/Organisms/Eukaryota/Protozoans/Parasitic protozoans/Giardia; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Shigella; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Materials science/Materials/Sludge; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000325,Research Article,2024-12-19 +10.1371/journal.pwat.0000464,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000464,PLOS Water,Impact of natural lagooning wastewater treatment on antibiotic-resistant bacteria in Morocco,2026,TRUE,4,tiff; cod; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000464.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000464.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000464.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000464.s005&type=supplementary,10,Habiba Raqraq,"Team of Biotechnology and Sustainable Development of Natural Resources, Biology-Geology Department, Polydisciplinary Faculty, Sultan Moulay Slimane University, Beni Mellal, Morocco",Morocco,RAQRAQ.HABIBA.fpb21@usms.ac.ma,https://orcid.org/0009-0000-8798-6121,Habiba Raqraq,"Team of Biotechnology and Sustainable Development of Natural Resources, Biology-Geology Department, Polydisciplinary Faculty, Sultan Moulay Slimane University, Beni Mellal, Morocco",Morocco,RAQRAQ.HABIBA.fpb21@usms.ac.ma,https://orcid.org/0009-0000-8798-6121,TRUE,All underlying data are available in the Supplementary Information (S1 and S2 tables).,in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Enterococcus; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance/Antibiotic resistance; /Biology and life sciences/Organisms/Bacteria/Enterococcus; /Biology and life sciences/Organisms/Bacteria/Pseudomonas; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Earth sciences/Seasons; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Enterococcus infections; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Enterococcus; /Medicine and health sciences/Pharmacology/Antimicrobial resistance/Antibiotic resistance,journals.plos.org,10.1371/journal.pwat.0000464,Research Article,2026-03-24 +10.1371/journal.pwat.0000316,3,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000316,PLOS Water,"Challenges and opportunities for advancing data-driven WASH programming: Reflections from the UNC Chapel Hill Water and Health Conference side event ""DATA: A key for unlocking quality in WASH programming""",2024,FALSE,0,NA,NA,7,James Brown,"Dahdaleh Institute for Global Health Research, York University, Toronto, Canada",Canada,brownje@yorku.ca,https://orcid.org/0009-0004-7502-3570,James Brown,"Dahdaleh Institute for Global Health Research, York University, Toronto, Canada",Canada,brownje@yorku.ca,https://orcid.org/0009-0004-7502-3570,FALSE,NA,NA,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Remote sensing; /Medicine and health sciences/Epidemiology/Medical risk factors; /Science policy/Research funding; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Political science/Governments/Local governments; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000316,Opinion,2024-11-21 +10.1371/journal.pwat.0000225,3,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000225,PLOS Water,Future amazon basin wetland hydrology under projected climate change,2024,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000225.s001&type=supplementary,3,Nic Gedney,"Met Office Hadley Centre, JCHMR, Wallingford, Oxfordshire, United Kingdom",United Kingdom of Great Britain and Northern Ireland,nicola.gedney@metoffice.gov.uk,https://orcid.org/0000-0002-2165-5239,Nic Gedney,"Met Office Hadley Centre, JCHMR, Wallingford, Oxfordshire, United Kingdom",United Kingdom of Great Britain and Northern Ireland,nicola.gedney@metoffice.gov.uk,https://orcid.org/0000-0002-2165-5239,TRUE,"The JULES simulation data can be accessed at doi:10.5281/zenodo.10459886. The MERIT DEM [45] is accessible online (https://hydro.iis.utokyo. ac.jp/~yamadai/MERIT_DEM/, last access: 14 December 2023). The HESS [19,20] product is available online (https://daac.ornl.gov/LBA/guides/LC07_Amazon_Wetlands.html, last access: 15 May 2024). The GIEMS [10,40] product can be acquired by contacting Catherine Prigent (catherine.prigent@obspm.fr). The SWAMPS-GLWD [41] product can be acquired by contacting Zhen Zhang (zhenzhang@itpcas.ac.cn). The WAD2M [43] product is available online (https://zenodo.org/records/3998454, last access: 15 May 2024). The WFDEI [48] dataset is available from the ftp site at IIASA, Vienna (ftp.iiasa.ac.at, username: rfdata password: forceDATA, then use: cwd/WFDEI, last access: 15 May 2024). The HELIX [37] data can be acquired by contacting John Ceasar (john.ceasar@metoffice.gov.uk). Upon publication the JULES simulation data can be accessed at doi: 10.5281/zenodo.10459886.",available in online repository,https://doi.org/10.5281/zenodo.10459886; https://hydro.iis.utokyo; https://daac.ornl.gov/LBA/guides/LC07_Amazon_Wetlands.html; https://zenodo.org/records/3998454; 10.5281/zenodo.10459886,zenodo,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Research and analysis methods/Simulation and modeling,journals.plos.org,10.1371/journal.pwat.0000225,Research Article,2024-09-30 +10.1371/journal.pwat.0000438,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000438,PLOS Water,Using probability difference to compare streamflow information of alternatives for efficient operation of monitoring networks,2025,TRUE,6,docx; docx; docx; a; tif; plain,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000438.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000438.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000438.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000438.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000438.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000438.s007&type=supplementary,3,Christopher P. Konrad,"U.S. Geological Survey, Washington Water Science Center, Tacoma, Washington, United States of America",United States of America,cpkonrad@usgs.gov,https://orcid.org/0000-0002-7354-547X,Christopher P. Konrad,"U.S. Geological Survey, Washington Water Science Center, Tacoma, Washington, United States of America",United States of America,cpkonrad@usgs.gov,https://orcid.org/0000-0002-7354-547X,TRUE,"Data derived for this work are available at Konrad CP. Site information, probability differences, and entropy-based metrics of streamflow information for the USGS continuous streamflow monitoring network, 1981-2020. US Geological Survey. Data Release, 2025. doi: 10.5066/P14W2QOU.",available in online repository,https://doi.org/10.5066/P14W2QOU; 10.5066/P14W2QOU,NA,/Computer and information sciences/Information theory/Information entropy; /Computer and information sciences/Information theory/Information entropy/Conditional entropy; /Earth sciences/Hydrology/Flooding; /Engineering and technology/Measurement; /Physical sciences/Mathematics/Probability theory/Probability distribution; /Physical sciences/Mathematics/Probability theory/Statistical distributions; /Physical sciences/Physics/Thermodynamics/Entropy; /Social sciences/Economics,journals.plos.org,10.1371/journal.pwat.0000438,Research Article,2025-10-23 +10.1371/journal.pwat.0000491,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000491,PLOS Water,Source water protection and wildfire threats: A simplified vulnerability assessment framework for drinking water intakes,2026,TRUE,4,docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000491.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000491.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000491.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000491.s004&type=supplementary,4,Evelyne Pouliot,"Department of Civil, Geological and Mining Engineering, Polytechnique Montréal, Montréal, Quebec, Canada",Canada,evelyne.pouliot@polymtl.ca,https://orcid.org/0009-0001-0933-2779,Evelyne Pouliot,"Department of Civil, Geological and Mining Engineering, Polytechnique Montréal, Montréal, Quebec, Canada",Canada,evelyne.pouliot@polymtl.ca,https://orcid.org/0009-0001-0933-2779,TRUE,All relevant data are included in the paper or its Supporting information.,in paper,NA,NA,/Biology and life sciences/Ecology/Ecosystems/Forests; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geomorphology/Erosion; /Ecology and environmental sciences/Ecology/Ecosystems/Forests; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Forests; /Ecology and environmental sciences/Wildfires; /Physical sciences/Materials science/Materials/Contaminants,journals.plos.org,10.1371/journal.pwat.0000491,Research Article,2026-01-05 +10.1371/journal.pwat.0000428,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000428,PLOS Water,Mapping valley bottom inundation patterns from beaver dam activity: A potential proxy for hydrologic inefficiency,2025,TRUE,7,docx; docx; docx; pdf; pdf; m2; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000428.s007&type=supplementary,9,Karen M. Bartelt,"Department of Watershed Sciences, Utah State University, Logan, Utah, United States of America",United States of America,kbartelt@usgs.gov,https://orcid.org/0000-0003-4012-1694,Karen M. Bartelt,"Department of Watershed Sciences, Utah State University, Logan, Utah, United States of America",United States of America,kbartelt@usgs.gov,https://orcid.org/0000-0003-4012-1694,TRUE,All data are available in the Riverscapes Data Exchange: https://data.riverscapes.net/c/d059fa0f-bbe5-4704-8b82-5007c7564e5e/.,available in online repository,https://data.riverscapes.net/c/d059fa0f-bbe5-4704-8b82-5007c7564e5e/,NA,/Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Rodents/Beavers; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Rodents/Beavers; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Geology/Geological surveys; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Ponds; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers,journals.plos.org,10.1371/journal.pwat.0000428,Research Article,2025-11-05 +10.1371/journal.pwat.0000447,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000447,PLOS Water,Rivers are messy: Beyond the water bias in research and management,2025,FALSE,0,NA,NA,3,Bathsheba Demuth,"Brown University, Institute at Brown for Environment and Society, Providence, Rhode Island, United States of America",United States of America,bathsheba_demuth@brown.edu,https://orcid.org/0000-0002-5018-0594,Bathsheba Demuth,"Brown University, Institute at Brown for Environment and Society, Providence, Rhode Island, United States of America",United States of America,bathsheba_demuth@brown.edu,https://orcid.org/0000-0002-5018-0594,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Ecosystems/Wetland ecosystems/Delta ecosystems; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Ecosystems/Wetland ecosystems/Delta ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Social sciences,journals.plos.org,10.1371/journal.pwat.0000447,Review,2025-11-05 +10.1371/journal.pwat.0000390,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000390,PLOS Water,Protecting streams in urban catchments from excess runoff: International examples of stormwater target guidance and implementation,2025,FALSE,0,NA,NA,9,Geoff J. Vietz,"Streamology Pty Ltd, Melbourne, Australia",Australia,geoff@streamology.com.au,https://orcid.org/0009-0009-1704-7562,Geoff J. Vietz,"Streamology Pty Ltd, Melbourne, Australia",Australia,geoff@streamology.com.au,https://orcid.org/0009-0009-1704-7562,FALSE,NA,NA,NA,NA,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Ecology and environmental sciences/Environmental chemistry/Pollutants/Urban runoff; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /People and places/Geographical locations/Oceania/Australia; /Physical sciences/Chemistry/Environmental chemistry/Pollutants/Urban runoff; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Human geography/Urban geography/Urbanization; /Social sciences/Political science/Governments/Local governments,journals.plos.org,10.1371/journal.pwat.0000390,Review,2025-10-13 +10.1371/journal.pwat.0000349,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000349,PLOS Water,"Human fecal markers in environmental waters and association with indicators of human and rodent infections in urban Salvador, Bahia, Brazil",2025,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000349.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000349.s002&type=supplementary,13,Fábio Neves Souza,"Institute of Collective Health, Federal University of Bahia, Salvador, Bahia, Brazil",Brazil,NA,https://orcid.org/0000-0002-3542-8918,Federico Costa,"Institute of Collective Health, Federal University of Bahia, Salvador, Bahia, Brazil",Brazil,fcosta2001@gmail.com,https://orcid.org/0000-0001-6951-2336,TRUE,All data can be found in the Supplementary Materials.,in paper,NA,NA,/Biology and life sciences/Biochemistry/Nucleic acids/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Genetics/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Helminths; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Rodents; /Biology and life sciences/Zoology/Animals/Invertebrates/Helminths; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Rodents; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Medicine and health sciences/Epidemiology/Disease surveillance/Infectious disease surveillance; /Medicine and health sciences/Gastroenterology and hepatology/Gastrointestinal infections; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Infectious disease surveillance; /Medicine and health sciences/Medical conditions/Parasitic diseases/Helminth infections; /Medicine and health sciences/Public and occupational health,journals.plos.org,10.1371/journal.pwat.0000349,Research Article,2025-10-13 +10.1371/journal.pwat.0000373,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000373,PLOS Water,Interpreting drinking water quality samples: Understanding contamination pathways at the point of collection,2025,TRUE,7,docx; docx; docx; docx; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000373.s008&type=supplementary,8,Katrina J. Charles,"School of Geography and the Environment, University of Oxford, Oxford, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Katrina.charles@ouce.ox.ac.uk,https://orcid.org/0000-0002-2236-7589,Katrina J. Charles,"School of Geography and the Environment, University of Oxford, Oxford, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Katrina.charles@ouce.ox.ac.uk,https://orcid.org/0000-0002-2236-7589,TRUE,"The MICS datasets analysed during the current study are available from the MICS website, https://mics.unicef.org/ The icddr,b datasets in Table 1, used and analysed during the current study, are included in the Supporting information.",available in online repository,https://mics.unicef.org/,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000373,Research Article,2025-10-14 +10.1371/journal.pwat.0000348,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000348,PLOS Water,Tap water consumption amongst a cohort of UK twins is linked to perceptions of taste and health benefits,2025,TRUE,5,docx; a; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000348.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000348.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000348.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000348.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000348.s006&type=supplementary,11,Daniel N. Schillereff,"Department of Geography, King’s College London, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,daniel.schillereff@kcl.ac.uk,https://orcid.org/0000-0002-4928-6068,Daniel N. Schillereff,"Department of Geography, King’s College London, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,daniel.schillereff@kcl.ac.uk,https://orcid.org/0000-0002-4928-6068,TRUE,"Our study makes use of personal health behaviour data and demographic characteristics for individuals. Therefore, under UK data governance laws and the data governance protocols by which ethical approval for this study was granted, our questionnaire and demographic data is only available following reasonable request to the TwinsUK Data Access Committee. Information on data access and how to apply is available at https://twinsuk.ac.uk/researchers/access-data-and-samples/request-access/. All analytical R scripts used for this analysis can be found via our GitHub repository https://github.com/RuthBowyer/TwinsUKTapWaterConsumption commit reference 21c2baa at time of resubmission.",available in online repository,https://twinsuk.ac.uk/researchers/access-data-and-samples/request-access/; https://github.com/RuthBowyer/TwinsUKTapWaterConsumption,github,/Biology and life sciences/Developmental biology/Twins; /Biology and life sciences/Genetics; /Biology and life sciences/Genetics/Heredity; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception; /Biology and life sciences/Neuroscience/Sensory perception; /Biology and life sciences/Nutrition/Diet; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Nutrition/Diet; /People and places/Population groupings/Age groups; /Research and analysis methods/Research design/Survey research/Questionnaires; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception,journals.plos.org,10.1371/journal.pwat.0000348,Research Article,2025-11-26 +10.1371/journal.pwat.0000354,4,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000354,PLOS Water,Correction: Application of watershed-scale habitat modeling and decision-support tools for reservoir reoperations in coastal northern California,2025,FALSE,0,NA,NA,5,Doug Chalmers,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,journals.plos.org,10.1371/journal.pwat.0000354,Correction,2025-03-05 +10.1371/journal.pwat.0000189,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000189,PLOS Water,"Infection prevention and control and water, sanitation, and hygiene status of healthcare facilities in the Greater Kampala Metropolitan region during the COVID-19 pandemic in Uganda",2025,TRUE,7,docx; xlsx; vnd.oasis.opendocument.text; vnd.oasis.opendocument.text; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.oasis.opendocument.text,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000189.s007&type=supplementary,17,Richard K. Mugambe,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, Kampala, Uganda",Uganda,rmugambe@musph.ac.ug,https://orcid.org/0000-0003-2311-5436,Richard K. Mugambe,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, Kampala, Uganda",Uganda,rmugambe@musph.ac.ug,https://orcid.org/0000-0003-2311-5436,TRUE,All relevant data is provided in S1 Dataset.,in paper,NA,NA,/Biology and life sciences/Anatomy/Body limbs/Arms/Hands; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Anatomy/Body limbs/Arms/Hands; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Public and occupational health/Environmental health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene,journals.plos.org,10.1371/journal.pwat.0000189,Research Article,2025-01-16 +10.1371/journal.pwat.0000471,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000471,PLOS Water,Use of the household water insecurity experiences (HWISE) scale to evaluate rural water delivery in small Ecuadorian communities,2025,TRUE,5,docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000471.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000471.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000471.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000471.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000471.s006&type=supplementary,9,Gwenyth O. Lee,"Rutgers Global Health Institute and Department of Biostatistics and Epidemiology, Rutgers, The State University of New Jersey, New Brunswick, New Jersey, United States of America",United States of America,NA,https://orcid.org/0000-0002-7889-3852,Samuel B. Schlesinger,"Green Empowerment, Portland, Oregon, United States of America",United States of America,sam@greenempowerment.org,https://orcid.org/0000-0001-9787-5601,TRUE,Data are uploaded to a Dryad data repository (https://doi.org/10.5061/dryad.5hqbzkhjh).,available in online repository,https://doi.org/10.5061/dryad.5hqbzkhjh; 10.5061/dryad.5hqbzkhjh,dryad,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/South America/Ecuador; /People and places/Population groupings/Ethnicities/Latin American people; /People and places/Population groupings/Ethnicities/Native American people/Quechua people; /Research and analysis methods/Research design/Survey research/Surveys,journals.plos.org,10.1371/journal.pwat.0000471,Research Article,2025-12-02 +10.1371/journal.pwat.0000463,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000463,PLOS Water,"Correction: Assessing the impact of rightsizing drinking water infrastructure system in Flint, Michigan",2025,TRUE,2,pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000463.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000463.s002&type=supplementary,1,NA NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,journals.plos.org,10.1371/journal.pwat.0000463,Correction,2025-11-03 +10.1371/journal.pwat.0000458,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000458,PLOS Water,Assessing climate and water information systems affordances for the agricultural sector in western United States,2025,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000458.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000458.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000458.s003&type=supplementary,6,Jaishri Srinivasan,"University of California Merced, Merced, California, United States of America",United States of America,jaishrisrinivasan@ucmerced.edu,https://orcid.org/0000-0003-3624-0754,Jaishri Srinivasan,"University of California Merced, Merced, California, United States of America",United States of America,jaishrisrinivasan@ucmerced.edu,https://orcid.org/0000-0003-3624-0754,TRUE,All data pertaining to the manuscript are included in the tables and figures and in supplementary information.,in paper,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Computer and information sciences/Data management; /Earth sciences/Atmospheric science/Climatology/Climate change; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/United States/California; /People and places/Geographical locations/North America/United States/New Mexico; /People and places/Geographical locations/North America/United States/Utah; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000458,Research Article,2025-11-03 +10.1371/journal.pwat.0000344,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000344,PLOS Water,Current international tools and guidance for the implementation of hand hygiene recommendations in community settings: a scoping review,2025,TRUE,11,doc; doc; doc; doc; doc; doc; doc; doc; doc; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000344.s011&type=supplementary,14,Clara MacLeod,"Department of Disease Control, London School of Hygiene and Tropical Medicine, Faculty of Infectious and Tropical Diseases, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,clara.macleod@lshtm.ac.uk,https://orcid.org/0000-0001-6952-9103,Clara MacLeod,"Department of Disease Control, London School of Hygiene and Tropical Medicine, Faculty of Infectious and Tropical Diseases, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,clara.macleod@lshtm.ac.uk,https://orcid.org/0000-0001-6952-9103,TRUE,The data extracted for this scoping review is included in S8 Table of the Supplementary information.,in paper,NA,NA,/Engineering and technology/Measurement; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Research and analysis methods/Database and informatics methods/Database searching; /Research and analysis methods/Research assessment/Systematic reviews; /Social sciences/Sociology/Education/Schools,journals.plos.org,10.1371/journal.pwat.0000344,Research Article,2025-08-20 +10.1371/journal.pwat.0000411,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000411,PLOS Water,"Advancing the evidence for water, sanitation, and hygiene (WASH) systems strengthening: A Delphi study to define research priorities",2025,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000411.s001&type=supplementary,14,Lauren D’Mello-Guyett,"Department of Disease Control, Faculty of Infectious and Tropical Diseases, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,lauren.dmello-guyett@lshtm.ac.uk,https://orcid.org/0000-0002-8174-1737,Lauren D’Mello-Guyett,"Department of Disease Control, Faculty of Infectious and Tropical Diseases, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,lauren.dmello-guyett@lshtm.ac.uk,https://orcid.org/0000-0002-8174-1737,TRUE,All relevant data are within the paper.,in paper,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Atmospheric science/Climatology/Climate change; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Research design/Survey research; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Economics/Finance; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000411,Research Article,2025-08-20 +10.1371/journal.pwat.0000529,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000529,PLOS Water,Macroeconomic modeling of water resources: Conceptual and methodological challenges in CGE frameworks,2026,FALSE,0,NA,NA,2,Roberto Roson,"Department of Economics, Ca’ Foscari University of Venice, Venice, Italy",Italy,NA,https://orcid.org/0000-0003-2110-5883,Martina Sartori,"Department of Economics, Statistics and Business, Universitas Mercatorum, Rome, Italy",Italy,martina.sartori@unimercatorum.it,https://orcid.org/0000-0002-2794-0532,FALSE,NA,NA,NA,NA,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Analytical chemistry/Chemical analysis/Water analysis; /Social sciences/Economics,journals.plos.org,10.1371/journal.pwat.0000529,Review,2026-03-23 +10.1371/journal.pwat.0000520,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000520,PLOS Water,Assessment of primary production in optically complex waters: Towards a generalized bio-optical modelling approach,2026,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000520.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000520.s002&type=supplementary,5,Jonas Wydler,"Department of Surface Waters - Research and Management, Swiss Federal Institute of Aquatic Science and Technology (EAWAG), Zurich, Switzerland",Switzerland,jonas.wydler@eawag.ch,https://orcid.org/0009-0001-3808-9800,Jonas Wydler,"Department of Surface Waters - Research and Management, Swiss Federal Institute of Aquatic Science and Technology (EAWAG), Zurich, Switzerland",Switzerland,jonas.wydler@eawag.ch,https://orcid.org/0009-0001-3808-9800,TRUE,Data for Lake Geneva were sourced from the Observatory on Lakes (OLA) programme (https://si-ola.inra.fr/si_lacs/). The Estonian lakes dataset is available via the data repository of the Estonian University of Life Sciences (https://doi.org/10.15159/eds.dt.26.01). Data for the Baltic Sea were accessed via the SHARKweb portal (https://shark.smhi.se/). Hourly surface shortwave radiation (SSRD) was downloaded from the ERA5 reanalysis via the Copernicus Climate Data Store (https://cds.climate.copernicus.eu). All other relevant data are within the manuscript and its Supporting Information files.,available in online repository,https://si-ola.inra.fr/si_lacs/; https://doi.org/10.15159/eds.dt.26.01; https://shark.smhi.se/; https://cds.climate.copernicus.eu; 10.15159/eds.dt.26.01,NA,/Biology and life sciences/Biochemistry/Plant biochemistry/Photosynthesis; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Phytoplankton; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae/Phytoplankton; /Biology and life sciences/Physiology/Plant physiology/Photoinhibition; /Biology and life sciences/Plant science/Plant biochemistry/Photosynthesis; /Biology and life sciences/Plant science/Plant physiology/Photoinhibition; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Phytoplankton; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Baltic Sea; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Physical sciences/Physics/Electromagnetic radiation/Light,journals.plos.org,10.1371/journal.pwat.0000520,Research Article,2026-05-20 +10.1371/journal.pwat.0000547,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000547,PLOS Water,Satisfaction and willingness-to-pay for water services in rural northern Ghana: Do we need intermediary steps toward safely managed services?,2026,TRUE,3,pdf; xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000547.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000547.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000547.s003&type=supplementary,8,John Trimmer,"The Aquaya Institute, Nairobi, Kenya",Kenya,NA,NA,Valerie Bauza,"The Aquaya Institute, San Anselmo, California, United States of America",United States of America,valerie.bauza@aquaya.org,https://orcid.org/0000-0003-1919-0767,TRUE,All relevant data are included in the article and its Supporting information files.,in paper,NA,NA,/Earth sciences/Geography/Human geography/Urban geography/Towns; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Ghana; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Human geography/Urban geography/Towns,journals.plos.org,10.1371/journal.pwat.0000547,Research Article,2026-05-08 +10.1371/journal.pwat.0000511,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000511,PLOS Water,Application of an integrated GIS-AHP water quality index to evaluate the groundwater suitability for irrigation in a coastal aquifer in northeastern Algeria,2026,TRUE,4,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000511.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000511.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000511.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000511.s004&type=supplementary,9,Faouzi Zahi,"Laboratory of Geological Engineering, Faculty of Natural and Life Sciences, University of Jijel, Jijel, Algeria",Algeria,NA,https://orcid.org/0000-0001-6134-8500,Mohamed A. E. AbdelRahman,"Division of Environmental Studies and Land Use, National Authority for Remote Sensing and Space Sciences (NARSS), Cairo, Egypt",Egypt,maekaoud@gmail.com,https://orcid.org/0000-0001-8639-591X,TRUE,All relevant data are within the paper and its Supporting information files.,in paper,NA,NA,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural soil science; /Computer and information sciences/Geoinformatics/Geographic information systems; /Earth sciences/Geography/Geoinformatics/Geographic information systems; /Earth sciences/Soil science/Agricultural soil science; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity; /Physical sciences/Materials science/Material properties/Permeability; /Physical sciences/Physics/Electricity/Electric conductivity,journals.plos.org,10.1371/journal.pwat.0000511,Research Article,2026-05-11 +10.1371/journal.pwat.0000467,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000467,PLOS Water,Predicting household piped water consumption using satellite and street view images in two Indian cities,2026,TRUE,2,docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000467.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000467.s002&type=supplementary,4,Qiao Wang,"World Bank, Washington, District of Columbia, United States of America",United States of America,qwang3@worldbank.org,https://orcid.org/0009-0004-3848-9224,Qiao Wang,"World Bank, Washington, District of Columbia, United States of America",United States of America,qwang3@worldbank.org,https://orcid.org/0009-0004-3848-9224,TRUE,The Data Availability statement is under discussion and will be provided in a forthcoming update to this article.,NA,NA,NA,/Biology and life sciences/Population biology/Population metrics/Population density; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Transportation infrastructure; /Engineering and technology/Civil engineering/Transportation infrastructure/Roads; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Transportation/Transportation infrastructure; /Engineering and technology/Transportation/Transportation infrastructure/Roads; /People and places/Geographical locations/Asia/India; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000467,Research Article,2026-05-14 +10.1371/journal.pwat.0000429,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000429,PLOS Water,Socio-health vulnerabilities and diarrheal disease risks in rural Burkina Faso: A livelihoods approach,2026,TRUE,11,tif; tif; tif; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000429.s011&type=supplementary,7,Yasmina Rufine Karambiri,"LERMIT, Joseph Ki-Zerbo University, Ouagadougou, Burkina Faso",Burkina Faso,yasmina.karambiri@ird.fr,https://orcid.org/0009-0005-0079-5661,Yasmina Rufine Karambiri,"LERMIT, Joseph Ki-Zerbo University, Ouagadougou, Burkina Faso",Burkina Faso,yasmina.karambiri@ird.fr,https://orcid.org/0009-0005-0079-5661,TRUE,The survey questionnaire used in this study is available in Karambiri et al. (2025a) at https://doi.org/10.34847/NKL.BB095S96 and as Supplementary Information (S2 File). Location data for all layers can be found on Indigeo in Karambiri et al. (2025b) at https://doi.org/10.35110/483e7a4f-008b-4a8d-af16-e6ba006cff69.,available in online repository,https://doi.org/10.34847/NKL.BB095S96; https://doi.org/10.35110/483e7a4f-008b-4a8d-af16-e6ba006cff69; 10.34847/NKL.BB095S96; 10.35110/483e7a4f-008b-4a8d-af16-e6ba006cff69,NA,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Social sciences/Economics/Finance; /Social sciences/Economics/Human capital,journals.plos.org,10.1371/journal.pwat.0000429,Research Article,2026-05-15 +10.1371/journal.pwat.0000550,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000550,PLOS Water,"Ancestral sociohydrology: Transforming water research by learning from multiple ways of knowing, relating to, and governing water",2026,FALSE,0,NA,NA,8,Luigi Piemontese,"Department of Agriculture, Food, Environment and Forestry, University of Florence, Florence, Italy",Italy,piemonteseluigi@gmail.com,https://orcid.org/0000-0002-1600-5450,Luigi Piemontese,"Department of Agriculture, Food, Environment and Forestry, University of Florence, Florence, Italy",Italy,piemonteseluigi@gmail.com,https://orcid.org/0000-0002-1600-5450,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Community ecology; /Biology and life sciences/Ecology/Spatial and landscape ecology; /Earth sciences/Hydrology; /Earth sciences/Hydrology/Surface water; /Earth sciences/Hydrology/Water cycle; /Ecology and environmental sciences/Ecology/Community ecology; /Ecology and environmental sciences/Ecology/Spatial and landscape ecology; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Population groupings/Ethnicities/Native American people/Zapotec people; /Social sciences/Sociology/Culture,journals.plos.org,10.1371/journal.pwat.0000550,Essay,2026-05-04 +10.1371/journal.pwat.0000468,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000468,PLOS Water,"Persistence and UV inactivation of SARS-CoV-2 in wastewater: Experimental characterization of time, temperature, and aerosolization effects",2026,TRUE,5,docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000468.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000468.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000468.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000468.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000468.s005&type=supplementary,11,Justin M. Donovan,"Department of Microbiology and Immunology, Western University, London, Ontario, Canada",Canada,NA,https://orcid.org/0000-0001-9292-4793,Eric J. Arts,"Department of Microbiology and Immunology, Western University, London, Ontario, Canada",Canada,earts@uwo.ca,NA,TRUE,https://doi.org/10.5281/zenodo.15691570.,available in online repository,https://doi.org/10.5281/zenodo.15691570; 10.5281/zenodo.15691570,zenodo,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Microbiology/Virology/Viral replication; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Respiratory infections; /Medicine and health sciences/Medical conditions/Respiratory disorders/Respiratory infections; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Medicine and health sciences/Pulmonology/Respiratory disorders/Respiratory infections; /Physical sciences/Materials science/Materials/Mixtures/Aerosols; /Physical sciences/Physics/Electromagnetic radiation/Light/Ultraviolet radiation,journals.plos.org,10.1371/journal.pwat.0000468,Research Article,2026-04-29 +10.1371/journal.pwat.0000543,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000543,PLOS Water,Guiding principles for establishing and strengthening environmental microbiology laboratories for public health in resource-limited settings,2026,FALSE,0,NA,NA,9,Jennifer Murphy,"Waterborne Disease Prevention Branch, Centers for Disease Control and Prevention, Atlanta, Georgia, United States of America",United States of America,iod7@cdc.gov,NA,Jennifer Murphy,"Waterborne Disease Prevention Branch, Centers for Disease Control and Prevention, Atlanta, Georgia, United States of America",United States of America,iod7@cdc.gov,NA,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Microbial ecology; /Biology and life sciences/Microbiology/Microbial ecology; /Computer and information sciences/Data management; /Ecology and environmental sciences/Ecology/Microbial ecology; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Diagnostic medicine/Clinical laboratory sciences/Clinical laboratories; /Medicine and health sciences/Public and occupational health; /Research and analysis methods/Research facilities/Research laboratories/Government laboratories,journals.plos.org,10.1371/journal.pwat.0000543,Opinion,2026-05-04 +10.1371/journal.pwat.0000520,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000520,PLOS Water,Assessment of primary production in optically complex waters: Towards a generalized bio-optical modelling approach,2026,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000520.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000520.s002&type=supplementary,5,Jonas Wydler,"Department of Surface Waters - Research and Management, Swiss Federal Institute of Aquatic Science and Technology (EAWAG), Zurich, Switzerland",Switzerland,jonas.wydler@eawag.ch,https://orcid.org/0009-0001-3808-9800,Jonas Wydler,"Department of Surface Waters - Research and Management, Swiss Federal Institute of Aquatic Science and Technology (EAWAG), Zurich, Switzerland",Switzerland,jonas.wydler@eawag.ch,https://orcid.org/0009-0001-3808-9800,TRUE,Data for Lake Geneva were sourced from the Observatory on Lakes (OLA) programme (https://si-ola.inra.fr/si_lacs/). The Estonian lakes dataset is available via the data repository of the Estonian University of Life Sciences (https://doi.org/10.15159/eds.dt.26.01). Data for the Baltic Sea were accessed via the SHARKweb portal (https://shark.smhi.se/). Hourly surface shortwave radiation (SSRD) was downloaded from the ERA5 reanalysis via the Copernicus Climate Data Store (https://cds.climate.copernicus.eu). All other relevant data are within the manuscript and its Supporting Information files.,available in online repository,https://si-ola.inra.fr/si_lacs/; https://doi.org/10.15159/eds.dt.26.01; https://shark.smhi.se/; https://cds.climate.copernicus.eu; 10.15159/eds.dt.26.01,NA,/Biology and life sciences/Biochemistry/Plant biochemistry/Photosynthesis; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Phytoplankton; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae/Phytoplankton; /Biology and life sciences/Physiology/Plant physiology/Photoinhibition; /Biology and life sciences/Plant science/Plant biochemistry/Photosynthesis; /Biology and life sciences/Plant science/Plant physiology/Photoinhibition; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Phytoplankton; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Baltic Sea; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Physical sciences/Physics/Electromagnetic radiation/Light,journals.plos.org,10.1371/journal.pwat.0000520,Research Article,2026-05-20 +10.1371/journal.pwat.0000483,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000483,PLOS Water,Seasonal assessment of microbiological and physicochemical water quality in Lake Tana: Implications for drinking water in island communities,2026,TRUE,4,pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000483.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000483.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000483.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000483.s004&type=supplementary,11,Menber Berihun Nigatu,"Department of Water Supply and Sanitary Engineering, Faculty of Civil and Water Resources Engineering, Bahir Dar Institute of Technology, Bahir Dar University, Bahir Dar, Ethiopia",Ethiopia,menberb39@gmail.com,https://orcid.org/0009-0008-3772-2636,Menber Berihun Nigatu,"Department of Water Supply and Sanitary Engineering, Faculty of Civil and Water Resources Engineering, Bahir Dar Institute of Technology, Bahir Dar University, Bahir Dar, Ethiopia",Ethiopia,menberb39@gmail.com,https://orcid.org/0009-0008-3772-2636,TRUE,All the relevant data are available in this paper.,in paper,NA,NA,/Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Materials physics/Turbidity,journals.plos.org,10.1371/journal.pwat.0000483,Research Article,2026-05-21 +10.1371/journal.pwat.0000427,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000427,PLOS Water,Age-stratified socio-demographic determinants of water insecurity in urban Ghana: Evidence from Accra,2026,TRUE,6,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000427.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000427.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000427.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000427.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000427.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000427.s007&type=supplementary,6,Meshack Achore,"Department of Population Health, School of Health Sciences, Hofstra University, Hempstead, New York, United States of America",United States of America,NA,NA,Francis Dakyaga,"Department of Local Governance and City Management, University of Business and Integrated Development Studies, Wa, Ghana",Ghana,dakyaga@ubids.edu.gh,https://orcid.org/0000-0003-3801-8516,TRUE,"Data contain potentially identifying or sensitive patient information, and has been opposed by the Institutional Review Board (IRB)/ the research ethics committee. Data are available from the institutional data access/General Research Ethics Board (GREB) of Queens University (researchethics@queensu.ca) for researchers who meet the criteria for access to the confidential data.",NA,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /People and places/Population groupings/Age groups; /People and places/Population groupings/Age groups/Adults; /People and places/Population groupings/Age groups/Adults/Elderly; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Education/Schools,journals.plos.org,10.1371/journal.pwat.0000427,Research Article,2026-05-21 +10.1371/journal.pwat.0000496,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000496,PLOS Water,Identifying impacts and causes of drinking water quality issues through community-based participatory research in a suburban neighborhood in Texas: The case of Austin’s Colony,2026,TRUE,27,docx; a; docx; a; docx; na; na; na; docx; tds; tceq; docx; docx; docx; docx; docx; blue; docx; docx; docx; docx; a; docx; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s020&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s021&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s022&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s023&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s024&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s027&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s026&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000496.s028&type=supplementary,16,David Bahamón-Pinzón,"Department of Earth & Planetary Sciences, University of Texas at Austin, Austin, Texas, United States of America",United States of America,davidbp@austin.utexas.edu,https://orcid.org/0000-0003-2149-1964,David Bahamón-Pinzón,"Department of Earth & Planetary Sciences, University of Texas at Austin, Austin, Texas, United States of America",United States of America,davidbp@austin.utexas.edu,https://orcid.org/0000-0003-2149-1964,TRUE,All data are in the manuscript and/or supporting information files.,in paper,NA,NA,/Earth sciences/Geochemistry; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Geochemistry; /Physical sciences/Chemistry/Physical chemistry/Ions/Cations; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Human geography/Social geography/Neighborhoods,journals.plos.org,10.1371/journal.pwat.0000496,Research Article,2026-05-21 +10.1371/journal.pwat.0000440,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000440,PLOS Water,"In-line chlorination for drinking water in rural Odisha, India: A randomized controlled implementation trial",2026,TRUE,11,docx; docx; docx; docx; tif; tif; tif; docx; tif; tif; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000440.s011&type=supplementary,8,Jeremy Lowe,"Department of Civil and Environmental Engineering, University of California Berkeley, Berkeley, California, United States of America",United States of America,NA,https://orcid.org/0000-0001-5472-9954,Elisa M. Maffioli,"Department of Health Management and Policy, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,pickering@berkeley.edu,https://orcid.org/0000-0003-3303-7945,TRUE,"All data and scripts are available on Open Science Framework https://osf.io/mx7z2/, DOI 10.17605/OSF.IO/MX7Z2.",available in online repository,https://osf.io/mx7z2/; http://10.17605/OSF.IO/MX7Z2; 10.17605/OSF.IO/MX7Z2,osf,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance/Antibiotic resistance; /Biology and life sciences/Microbiology/Microbial control/Antimicrobials/Antibiotics; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception/Taste; /Biology and life sciences/Neuroscience/Sensory perception/Taste; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Taste; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pharmacology/Antimicrobial resistance/Antibiotic resistance; /Medicine and health sciences/Pharmacology/Drugs/Antimicrobials/Antibiotics; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Taste,journals.plos.org,10.1371/journal.pwat.0000440,Research Article,2026-04-29 +10.1371/journal.pwat.0000381,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000381,PLOS Water,Water governance in the Tocantins-Araguaia Hydrographic Region: Assessing viability using a participatory systemic approach,2026,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000381.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000381.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000381.s003&type=supplementary,9,Juliana Mariano Alves,"Center for Development and Environmental Performance Assessment, State University of Tocantins (Unitins), Palmas, Brazil",Brazil,juliana.ma@unitins.br,https://orcid.org/0000-0002-7322-342X,Juliana Mariano Alves,"Center for Development and Environmental Performance Assessment, State University of Tocantins (Unitins), Palmas, Brazil",Brazil,juliana.ma@unitins.br,https://orcid.org/0000-0002-7322-342X,TRUE,All relevant data supporting the findings of this study are included within the manuscript and its supplementary materials. Publicly available data sources used in this research have been cited appropriately in the references.,in paper,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Computer and information sciences/Data management; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Social sciences/Law and legal sciences/Regulations; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000381,Research Article,2026-05-11 +10.1371/journal.pwat.0000544,5,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000544,PLOS Water,"Experiences of accessing water services in water scarce displacement settings: A case study of internally displaced people and host communities in Hargeisa, Somaliland",2026,TRUE,3,xlsx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000544.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000544.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000544.s003&type=supplementary,4,Ayan Hujaleh,"School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, United Kingdom",United Kingdom of Great Britain and Northern Ireland,a.hujaleh@lboro.ac.uk,https://orcid.org/0000-0002-8407-8782,Ayan Hujaleh,"School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, United Kingdom",United Kingdom of Great Britain and Northern Ireland,a.hujaleh@lboro.ac.uk,https://orcid.org/0000-0002-8407-8782,TRUE,All relevant data are within the paper and the Supporting information files.,in paper,NA,NA,/Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Population groupings/Ethnicities/African people/Somalian people; /Social sciences/Human geography/Urban geography/Urban areas,journals.plos.org,10.1371/journal.pwat.0000544,Research Article,2026-05-12 +10.1371/journal.pwat.0000450,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000450,PLOS Water,"Hydrogeology, groundwater salinity distributions, and assessment of the effect of oil-production activities on groundwater in the Midway Valley area, western Kern County, San Joaquin Valley, California",2026,TRUE,3,pdf; vnd.openxmlformats-officedocument.presentationml.presentation; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000450.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000450.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000450.s004&type=supplementary,9,Janice M. Gillespie,"United States of America Geological Survey, California Water Science Center, San Diego, California, United States of America",United States of America,jmgillespie@usgs.gov,https://orcid.org/0000-0003-1667-3472,Janice M. Gillespie,"United States of America Geological Survey, California Water Science Center, San Diego, California, United States of America",United States of America,jmgillespie@usgs.gov,https://orcid.org/0000-0003-1667-3472,TRUE,"Gannon, R.S., Warden, J.G., and Gillespie, J.M., 2026, Geophysical, geological, hydrological, and geochemical data for aquifer salinity mapping in the Midway Valley, Kern County, California: U.S. Geological Survey data release, https://doi.org/10.5066/P1ZVZAEG.",available in online repository,https://doi.org/10.5066/P1ZVZAEG; 10.5066/P1ZVZAEG,NA,/Biology and life sciences/Biochemistry/Lipids/Oils; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Geophysics; /Earth sciences/Marine and aquatic sciences/Bodies of water/Ponds; /Engineering and technology/Energy and power/Fuels/Fossil fuels/Crude oil; /People and places/Geographical locations/North America/United States/California; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity; /Physical sciences/Materials science/Material properties/Porosity; /Physical sciences/Materials science/Materials/Fuels/Fossil fuels/Crude oil; /Physical sciences/Physics/Geophysics,journals.plos.org,10.1371/journal.pwat.0000450,Research Article,2026-04-17 +10.1371/journal.pwat.0000501,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000501,PLOS Water,Achieving sub-part per trillion trace level PFAS quantification in drinking water using an optimized fast flow solid-phase extraction and UPLC-MS/MS method,2026,TRUE,2,xlsx; eis,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000501.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000501.s002&type=supplementary,3,Deepak Timalsina,"Department of Chemistry, College of Liberal Arts and Sciences, The University of Kansas, Lawrence, Kansas, United States of America",United States of America,NA,NA,Michael Zhuo Wang,"Department of Chemistry, College of Liberal Arts and Sciences, The University of Kansas, Lawrence, Kansas, United States of America",United States of America,michael.wang@ku.edu,https://orcid.org/0000-0003-2494-4172,TRUE,All relevant data are within the paper and its Supporting Information files.,in paper,NA,NA,/Biology and life sciences/Microbiology/Microbial control/Antimicrobials/Antibiotics/Sulfonamide; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Instrumentation/Instrument calibration; /Medicine and health sciences/Pharmacology/Drugs/Antimicrobials/Antibiotics/Sulfonamide; /People and places/Geographical locations/North America/United States; /Physical sciences/Chemistry/Chemical compounds/Acids/Carboxylic acids; /Physical sciences/Chemistry/Chemical compounds/Hydroxides; /Physical sciences/Chemistry/Chemical compounds/Organic compounds/Carboxylic acids; /Physical sciences/Chemistry/Organic chemistry/Organic compounds/Carboxylic acids; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Research and analysis methods/Equipment preparation/Instrument calibration; /Research and analysis methods/Separation processes/Elution,journals.plos.org,10.1371/journal.pwat.0000501,Research Article,2026-03-30 +10.1371/journal.pwat.0000452,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000452,PLOS Water,Development of a coupled hydro-economic model to support groundwater irrigation decisions,2026,TRUE,11,tif; tif; tif; tif; tif; tif; tif; tif; tif; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000452.s011&type=supplementary,3,Boyao Tian,"Department of Earth and Environmental Sciences, University of Waterloo, Waterloo, Canada",Canada,boyao.tian@uwaterloo.ca,https://orcid.org/0009-0008-1749-1164,Boyao Tian,"Department of Earth and Environmental Sciences, University of Waterloo, Waterloo, Canada",Canada,boyao.tian@uwaterloo.ca,https://orcid.org/0009-0008-1749-1164,TRUE,All data are included in the paper.,in paper,NA,NA,/Biology and life sciences/Agriculture/Agricultural economics; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Sustainable agriculture; /Biology and life sciences/Agriculture/Crop science/Crops; /Earth sciences/Atmospheric science/Meteorology/Rain; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Sustainability science/Sustainable agriculture; /Medicine and health sciences/Epidemiology/Medical risk factors; /Physical sciences/Mathematics/Statistics/Statistical methods/Monte Carlo method; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Monte Carlo method; /Social sciences/Economics/Agricultural economics,journals.plos.org,10.1371/journal.pwat.0000452,Research Article,2026-04-03 +10.1371/journal.pwat.0000528,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000528,PLOS Water,Removal of chromium(VI) from water utilizing a column loaded with H3PO4-activated Areca catechu waste,2026,TRUE,20,tif; tif; vi; tif; tif; nm; cm; min; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000528.s021&type=supplementary,5,Prabin Basnet,"Central Department of Chemistry, Tribhuvan University, Kirtipur, Kathmandu, Nepal",Nepal,NA,https://orcid.org/0000-0001-7881-2592,Hari Paudyal,"Central Department of Chemistry, Tribhuvan University, Kirtipur, Kathmandu, Nepal",Nepal,haripaudyal9@gmail.com,NA,TRUE,All data can be found in the manuscript and Supporting Information Files.,in paper,NA,NA,/Ecology and environmental sciences/Pollution/Water pollution; /Physical sciences/Chemistry/Chemical compounds/Acids/Phosphoric acids; /Physical sciences/Chemistry/Chemical elements/Chromium; /Physical sciences/Chemistry/Physical chemistry/Sorption/Adsorption; /Physical sciences/Mathematics/Statistics/Statistical data; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Fluid flow; /Physical sciences/Physics/Mass transfer,journals.plos.org,10.1371/journal.pwat.0000528,Research Article,2026-04-02 +10.1371/journal.pwat.0000532,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000532,PLOS Water,"High-quality shared sanitation should be recognized as an acceptable service level, clearly defined, and embedded in global monitoring frameworks",2026,FALSE,0,NA,NA,20,Sarah Lebu,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, the University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,NA,https://orcid.org/0000-0002-5618-3091,Musa Manga,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, the University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,mmanga@email.unc.edu,https://orcid.org/0000-0002-3317-7318,FALSE,NA,NA,NA,NA,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Africa/Uganda; /Social sciences/Economics/Finance; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000532,Opinion,2026-04-02 +10.1371/journal.pwat.0000393,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000393,PLOS Water,Environmental pathogen hazards reveal need for improved sanitation infrastructure in Alabama's Black Belt,2026,TRUE,9,docx; docx; docx; xlsx; xlsx; csv; csv; xlsx; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000393.s009&type=supplementary,5,Olivia A. Harmon,"Department of Environmental Science and Engineering, The University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,NA,https://orcid.org/0000-0002-5953-8089,Joe Brown,"Department of Environmental Science and Engineering, The University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,joebrown@unc.edu,https://orcid.org/0000-0002-5200-4148,TRUE,The datasets generated and analyzed during this study are available at https://osf.io/9kvfa/.,available in online repository,https://osf.io/9kvfa/,osf,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Enterococcus; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterococcus; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Eukaryota/Protozoans/Cryptosporidium; /Biology and life sciences/Organisms/Eukaryota/Protozoans/Parasitic protozoans/Blastocystis; /Biology and life sciences/Organisms/Eukaryota/Protozoans/Parasitic protozoans/Cryptosporidium; /Earth sciences/Hydrology/Surface water; /Engineering and technology/Industrial engineering/Quality control; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Enterococcus; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000393,Research Article,2026-04-22 +10.1371/journal.pwat.0000515,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000515,PLOS Water,Contextualizing cannabis water demand and potential for streamflow impacts relative to residential and agricultural users in Northern California,2026,TRUE,4,docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000515.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000515.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000515.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000515.s004&type=supplementary,3,Christopher Dillis,"University of California Berkeley, Berkeley, California, United States of America",United States of America,cdillis@berkeley.edu,https://orcid.org/0000-0003-4208-5332,Christopher Dillis,"University of California Berkeley, Berkeley, California, United States of America",United States of America,cdillis@berkeley.edu,https://orcid.org/0000-0003-4208-5332,TRUE,The data used in this study may be accessed at https://doi.org/10.5061/dryad.k3j9kd5q4.,available in online repository,https://doi.org/10.5061/dryad.k3j9kd5q4; 10.5061/dryad.k3j9kd5q4,dryad,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Agriculture/Farms; /Earth sciences/Geography/Physical geography/Watersheds; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Pharmacology/Behavioral pharmacology/Recreational drug use/Cannabis; /People and places/Geographical locations/North America/United States/California; /Physical sciences/Mathematics/Discrete mathematics/Combinatorics/Permutation,journals.plos.org,10.1371/journal.pwat.0000515,Research Article,2026-04-22 +10.1371/journal.pwat.0000477,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000477,PLOS Water,Acceptability and effectiveness of a Supertowel intervention for handwashing in a humanitarian setting in Northeast Nigeria,2026,TRUE,11,xlsx; xlsx; xlsx; pdf; pdf; pdf; pdf; pdf; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000477.s011&type=supplementary,11,Laura Limarzi-Klyn,"Department of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,NA,https://orcid.org/0000-0001-9052-4956,Thomas Heath,"Action contre la Faim, Rue de Paris, Montreuil, France",France,ttheath@gmail.com,https://orcid.org/0000-0002-7383-9259,TRUE,"The raw, unprocessed data underlying this study are maintained in Excel spreadsheets. To comply with PLOS Water’s data policy, the minimal datasets—i.e., the numerical values used to generate all figures and graphs—are included within the paper and its Supplementary Information. No separate public repository is used at this time. All data necessary to replicate the reported findings are available in these files. In accordance with PLOS policy, we have provided the original, uncurated Excel files.",in paper,NA,NA,/Biology and life sciences/Anatomy/Body limbs/Arms/Hands; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Vibrio cholerae; /Biology and life sciences/Organisms/Bacteria/Vibrio/Vibrio cholerae; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Anatomy/Body limbs/Arms/Hands; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Vibrio cholerae; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Hygiene/Hand washing; /People and places/Geographical locations/Africa/Nigeria; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps,journals.plos.org,10.1371/journal.pwat.0000477,Research Article,2026-04-15 +10.1371/journal.pwat.0000510,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000510,PLOS Water,Sanitation access and satisfaction in northern Haiti: Insights from a quasi-census survey,2026,TRUE,2,docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000510.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000510.s003&type=supplementary,10,Maya Lubeck-Schricker,"Sustainable Organic Integrated Livelihoods (SOIL), Cap Haitien, Haiti",Haiti,mlubeck-schricker@oursoil.org,https://orcid.org/0000-0002-8659-5943,Maya Lubeck-Schricker,"Sustainable Organic Integrated Livelihoods (SOIL), Cap Haitien, Haiti",Haiti,mlubeck-schricker@oursoil.org,https://orcid.org/0000-0002-8659-5943,TRUE,Underlying data presented in this study can be found at the following link: https://data.humdata.org/dataset/quasi-census-of-sanitation-access-and-behavior-in-northern-haiti Code for data analysis and visualization can be found at the following link: https://zenodo.org/records/19113994.,available in online repository,https://data.humdata.org/dataset/quasi-census-of-sanitation-access-and-behavior-in-northern-haiti; https://zenodo.org/records/19113994,zenodo,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Hydrology/Flooding; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/North America/Caribbean/Haiti; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Economics/Finance; /Social sciences/Human geography/Social geography/Neighborhoods,journals.plos.org,10.1371/journal.pwat.0000510,Research Article,2026-04-16 +10.1371/journal.pwat.0000402,5,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000402,PLOS Water,"Quantifying lead (Pb) leaching from galvanized handpump spouts, leaded brass taps, and stainless-steel alternatives using the NSF 61 test protocol: Implications for safe rural water supply",2026,TRUE,7,tiff; docx; docx; docx; xlsx; tiff; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000402.s007&type=supplementary,6,Kyle Rezek,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Heath, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,krezek@unc.edu,https://orcid.org/0009-0003-9430-4696,Kyle Rezek,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Heath, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,krezek@unc.edu,https://orcid.org/0009-0003-9430-4696,TRUE,All data from this study are available in the Supporting information provided.,in paper,NA,NA,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Physical sciences/Chemistry/Chemical reactions/Corrosion; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers/Polyvinyl chloride; /Physical sciences/Chemistry/Polymer chemistry/Polymers/Polyvinyl chloride; /Physical sciences/Materials science/Materials/Polymers/Polyvinyl chloride; /Physical sciences/Materials science/Metallurgy/Alloys/Brass; /Physical sciences/Materials science/Metallurgy/Alloys/Steel; /Physical sciences/Mathematics/Statistics/Statistical methods/Test statistics; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Test statistics; /Social sciences/Economics/Economic geography/Low and middle income countries,journals.plos.org,10.1371/journal.pwat.0000402,Research Article,2026-04-17 +10.1371/journal.pwat.0000251,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000251,PLOS Water,Missing in action: The UN Water Action Agenda needs an overhauled commitment-setting process,2024,FALSE,0,NA,NA,9,Ryan Cronk,"The Water Institute, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,rcronk@live.unc.edu,https://orcid.org/0000-0003-0157-4447,Ryan Cronk,"The Water Institute, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,rcronk@live.unc.edu,https://orcid.org/0000-0003-0157-4447,FALSE,NA,NA,NA,NA,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Measurement/Time measurement; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Physical sciences/Chemistry/Analytical chemistry/Chemical analysis/Water analysis; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Political science/United Nations; /Social sciences/Sociology/Culture/Cross-cultural studies,journals.plos.org,10.1371/journal.pwat.0000251,Opinion,2024-07-11 +10.1371/journal.pwat.0000237,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000237,PLOS Water,Integrating data within watershed management and public health,2024,FALSE,0,NA,NA,1,Lars K. Hallstrom,"Professor of Political Science and Director, Prentice Institute for Global Population and Economy, University of Lethbridge, Lethbridge, Alberta, Canada",Canada,lars.hallstrom@uleth.ca,https://orcid.org/0009-0005-1001-2384,Lars K. Hallstrom,"Professor of Political Science and Director, Prentice Institute for Global Population and Economy, University of Lethbridge, Lethbridge, Alberta, Canada",Canada,lars.hallstrom@uleth.ca,https://orcid.org/0009-0005-1001-2384,FALSE,NA,NA,NA,NA,/Computer and information sciences/Data management; /Ecology and environmental sciences/Natural resources; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Behavioral and social aspects of health; /Medicine and health sciences/Public and occupational health/Environmental health; /People and places/Geographical locations/North America/Canada; /Science policy,journals.plos.org,10.1371/journal.pwat.0000237,Opinion,2024-04-16 +10.1371/journal.pwat.0000274,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000274,PLOS Water,Correction: Contemporary and relic waters strongly decoupled in arid alpine environments,2024,FALSE,0,NA,NA,4,Brendan J. Moran,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,journals.plos.org,10.1371/journal.pwat.0000274,Correction,2024-07-22 +10.1371/journal.pwat.0000238,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000238,PLOS Water,222 nm causes greater protein damage and repair inhibition of E. coli than 254 nm for water disinfection,2024,TRUE,16,doc; xlsx; xlsx; tiff; tiff; a; tiff; tiff; a; blue; blue; a; blue; blue; blue; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000238.s016&type=supplementary,3,David McDonald,"Department of Civil, Environmental, and Geodetic Engineering, The Ohio State University, Columbus, Ohio, United States of America",United States of America,NA,NA,Natalie M. Hull,"Department of Civil, Environmental, and Geodetic Engineering, The Ohio State University, Columbus, Ohio, United States of America",United States of America,hull.305@osu.edu,https://orcid.org/0000-0003-2876-6721,TRUE,Relevant data is available on figshare via the following DOI: 10.6084/m9.figshare.25376107.,available in online repository,https://doi.org/10.6084/m9.figshare.25376107; 10.6084/m9.figshare.25376107,figshare,/Biology and life sciences/Biochemistry/Nucleic acids/DNA/DNA damage; /Biology and life sciences/Biochemistry/Nucleic acids/DNA/DNA repair; /Biology and life sciences/Genetics/DNA/DNA damage; /Biology and life sciences/Genetics/DNA/DNA repair; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Physical sciences/Physics/Electromagnetic radiation/Light; /Physical sciences/Physics/Electromagnetic radiation/Light/Artificial light; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Immunologic techniques/Immunoassays/Enzyme-linked immunoassays; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000238,Research Article,2024-07-24 +10.1371/journal.pwat.0000039,1,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000039,PLOS Water,Barriers to water infrastructure investment: Findings from a survey of U.S. local elected officials,2022,TRUE,4,pdf; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000039.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000039.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000039.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000039.s004&type=supplementary,2,Katy Hansen,"Environmental Policy Innovation Center (EPIC), Washington, DC, United States of America",United States of America,NA,NA,Megan Mullin,"Nicholas School of the Environment, Duke University, Durham, NC, United States of America",United States of America,megan.mullin@duke.edu,https://orcid.org/0000-0002-1936-802X,TRUE,Data and replication material will be made available upon publication at https://dataverse.harvard.edu/dataverse/meganmullin.,available in online repository,https://dataverse.harvard.edu/dataverse/meganmullin,dataverse,/Biology and life sciences/Psychology/Psychological attitudes; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Economics/Development economics/Economic development; /Social sciences/Economics/Finance; /Social sciences/Political science/Governments/Local governments; /Social sciences/Psychology/Psychological attitudes,journals.plos.org,10.1371/journal.pwat.0000039,Research Article,2022-08-16 +10.1371/journal.pwat.0000033,1,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000033,PLOS Water,Impacts of temperature and hydraulic regime on discolouration and biofilm fouling in drinking water distribution systems,2022,TRUE,3,pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000033.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000033.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000033.s003&type=supplementary,4,Katherine E. Fish,"Civil and Structural Engineering, Sheffield Water Centre, The University of Sheffield, Sheffield, United Kingdom",United Kingdom of Great Britain and Northern Ireland,K.Fish@sheffield.ac.uk,https://orcid.org/0000-0002-3265-2826,Katherine E. Fish,"Civil and Structural Engineering, Sheffield Water Centre, The University of Sheffield, Sheffield, United Kingdom",United Kingdom of Great Britain and Northern Ireland,K.Fish@sheffield.ac.uk,https://orcid.org/0000-0002-3265-2826,TRUE,"All data supporting reported results are provided in the article. Tables of data used to produce the plots and statistical outputs presented will be available via the University of Sheffield’s Online Research Data repository, ORDA: https://orda.sheffield.ac.uk/ at the DOI: 10.15131/shef.data.20343450.",available in online repository,https://orda.sheffield.ac.uk/; https://doi.org/10.15131/shef.data.20343450; 10.15131/shef.data.20343450,NA,/Biology and life sciences/Microbiology/Bacteriology/Bacterial biofilms; /Biology and life sciences/Microbiology/Biofilms; /Biology and life sciences/Microbiology/Biofilms/Bacterial biofilms; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical elements/Manganese; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Physical sciences/Physics/Classical mechanics/Mechanical stress/Shear stresses; /Physical sciences/Physics/Materials physics/Turbidity,journals.plos.org,10.1371/journal.pwat.0000033,Research Article,2022-08-16 +10.1371/journal.pwat.0000036,1,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000036,PLOS Water,Fostering the transformative potential of participatory photography: Insights from water and sanitation assessments,2022,TRUE,3,pdf; xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000036.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000036.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000036.s003&type=supplementary,4,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, Australia",Australia,jessica.macarthur@uts.edu.au,https://orcid.org/0000-0002-6645-5767,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, Australia",Australia,jessica.macarthur@uts.edu.au,https://orcid.org/0000-0002-6645-5767,TRUE,Relevant reflection and literature data for Components 1 and 2 of the study are included in supplementary materials.,in paper,NA,NA,/Engineering and technology/Equipment/Communication equipment/Cell phones; /Engineering and technology/Equipment/Optical equipment/Cameras; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Physics/Classical mechanics/Reflection; /Research and analysis methods/Database and informatics methods/Database searching; /Research and analysis methods/Imaging techniques/Photography; /Science policy/Research integrity/Research ethics; /Social sciences/Sociology/Sexual and gender issues,journals.plos.org,10.1371/journal.pwat.0000036,Research Article,2022-08-12 +10.1371/journal.pwat.0000048,1,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000048,PLOS Water,Integration of silicate minerals for ammonium and phosphate removal with an on-site wastewater treatment prototype,2022,TRUE,7,pdf; xlsx; xlsx; xlsx; pdf; xlsx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000048.s007&type=supplementary,7,Mariana M. Vasquez,"Center for Water, Sanitation, Hygiene, and Infectious Disease (WaSH-AID), Duke University, Durham, NC, United States of America",United States of America,NA,https://orcid.org/0000-0001-6309-1972,Lena Trotochaud,"Center for Water, Sanitation, Hygiene, and Infectious Disease (WaSH-AID), Duke University, Durham, NC, United States of America",United States of America,lena.trotochaud@duke.edu,https://orcid.org/0000-0002-8816-3781,TRUE,All underlying data for this manuscript are including in the Supporting Information files.,in paper,NA,NA,/Biology and life sciences/Agriculture/Agrochemicals/Fertilizers; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Technology development/Prototypes; /Physical sciences/Chemistry/Chemical compounds/Phosphates; /Physical sciences/Chemistry/Physical chemistry/Sorption; /Physical sciences/Chemistry/Physical chemistry/Sorption/Desorption; /Physical sciences/Physics/States of matter/Fluids/Liquids,journals.plos.org,10.1371/journal.pwat.0000048,Research Article,2022-09-19 +10.1371/journal.pwat.0000029,1,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000029,PLOS Water,"Assessment of drinking water access and household water insecurity: A cross sectional study in three rural communities of the Menoua division, West Cameroon",2022,TRUE,2,docx; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000029.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000029.s002&type=supplementary,11,Carole Debora Nounkeu,"Regional Hospital Limbe, Limbe, Cameroon",Cameroon,NA,NA,Dieudonne Kuate,"Department of Biochemistry, University of Dschang, Dschang, Cameroon",Cameroon,dieudonne.kuate@univ-dschang.org,https://orcid.org/0000-0003-4750-7389,TRUE,The datasets used and/or analyzed during the current study are available as a supplemental document.,in paper,NA,NA,/Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Cameroon; /People and places/Population groupings/Age groups/Children; /People and places/Population groupings/Families/Children,journals.plos.org,10.1371/journal.pwat.0000029,Research Article,2022-08-18 +10.1371/journal.pwat.0000013,1,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000013,PLOS Water,“Where does it go?”: Perceptions and problems of riverine and marine litter amongst South Africa and Malawi’s urban poor,2022,TRUE,6,docx; docx; docx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000013.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000013.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000013.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000013.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000013.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000013.s006&type=supplementary,9,Marc Kalina,"Department of Mechanical and Process Engineering (MAVT), ETH Zürich, Zürich, Switzerland",Switzerland,mkalina@ethz.ch,https://orcid.org/0000-0002-6335-3845,Marc Kalina,"Department of Mechanical and Process Engineering (MAVT), ETH Zürich, Zürich, Switzerland",Switzerland,mkalina@ethz.ch,https://orcid.org/0000-0002-6335-3845,TRUE,All underlying data is publicly available at Figshare: https://figshare.com/s/b9400844fed2c938240e.,available in online repository,https://figshare.com/s/b9400844fed2c938240e,figshare,/Earth sciences/Geomorphology/Topography/Landforms/Beaches; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Oceans; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Marine environments; /Ecology and environmental sciences/Pollution/Water pollution,journals.plos.org,10.1371/journal.pwat.0000013,Research Article,2022-03-07 +10.1371/journal.pwat.0000023,1,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000023,PLOS Water,The water industry and the decarbonisation of cities: A comprehensive review in the context of Cop26,2022,TRUE,1,tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000023.s001&type=supplementary,2,Peter M. J. Fisher,"University of Melbourne, Melbourne, Australia",Australia,pmjfisher@bigpond.com,NA,Peter M. J. Fisher,"University of Melbourne, Melbourne, Australia",Australia,pmjfisher@bigpond.com,NA,FALSE,NA,NA,NA,NA,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Energy and power/Alternative energy; /Engineering and technology/Environmental engineering/Water management/Desalination; /Engineering and technology/Sanitary engineering/Sewage; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000023,Review,2022-06-02 +10.1371/journal.pwat.0000125,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000125,PLOS Water,The invisibility of health effects associated with water pollution within disease burden estimates: Analysis from a Colombian Andean watershed,2024,TRUE,6,docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000125.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000125.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000125.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000125.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000125.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000125.s006&type=supplementary,9,Fabian Mendez,"School of Public Health, Universidad del Valle, Cali, Colombia",Colombia,fabian.mendez@correounivalle.edu.co,https://orcid.org/0000-0002-5201-8822,Fabian Mendez,"School of Public Health, Universidad del Valle, Cali, Colombia",Colombia,fabian.mendez@correounivalle.edu.co,https://orcid.org/0000-0002-5201-8822,TRUE,"All data necessary to replicate the study’s findings are publicly available without restriction at the time of publication. Information of mortality and morbidity are available at: https://waterhubdata.com/documents/747 and https://waterhubdata.com/documents/748, respectively. Also, information on disability weights, Life expectancy and relative risks for communicable and non-communicable diseases were obtained from the GBD 2019 Data Resources at https://ghdx.healthdata.org/gbd-2019. Finally, population data and household hazardous conditions are available at the Colombian Department of Statistics (DANE) at: http://microdatos.dane.gov.co/index.php/catalog/643/get_microdata.",available in online repository,https://waterhubdata.com/documents/747; https://waterhubdata.com/documents/748; https://ghdx.healthdata.org/gbd-2019; http://microdatos.dane.gov.co/index.php/catalog/643/get_microdata,NA,/Biology and life sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Infectious diseases; /Medicine and health sciences/Medical conditions/Noncommunicable diseases; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Global health,journals.plos.org,10.1371/journal.pwat.0000125,Research Article,2024-02-05 +10.1371/journal.pwat.0000181,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000181,PLOS Water,Microbial and physicochemical water quality changes within distribution and premise plumbing systems during a chlorine conversion,2024,TRUE,6,a; a; tif; tif; a; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000181.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000181.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000181.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000181.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000181.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000181.s006&type=supplementary,2,Helen Y. Buse,"Office of Research and Development, United States Environmental Protection Agency, Cincinnati, Ohio, United States of America",United States of America,buse.helen@epa.gov,https://orcid.org/0000-0001-5618-6738,Helen Y. Buse,"Office of Research and Development, United States Environmental Protection Agency, Cincinnati, Ohio, United States of America",United States of America,buse.helen@epa.gov,https://orcid.org/0000-0001-5618-6738,TRUE,Raw data is publicly deposited on the USEPA's ScienceHub website (https://catalog.data.gov/harvest/epa-sciencehub). The Illumina raw sequence reads are deposited in the National Center for Biotechnology Information (NCBI) Sequence Read Archive (SRA) database under the BioProject accession number PRJNA871216 (Temporary Submission ID: SUB11952375 Release date: 2023-10-31). https://www.ncbi.nlm.nih.gov/sra/.,available in online repository,https://catalog.data.gov/harvest/epa-sciencehub; https://www.ncbi.nlm.nih.gov/sra/,ncbi/genbank,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Pseudomonas aeruginosa; /Biology and life sciences/Organisms/Bacteria/Legionella/Legionella pneumophila; /Biology and life sciences/Organisms/Bacteria/Pseudomonas/Pseudomonas aeruginosa; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Pseudomonas aeruginosa; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Research and analysis methods/Storage and handling/Specimen storage,journals.plos.org,10.1371/journal.pwat.0000181,Research Article,2024-02-08 +10.1371/journal.pwat.0000208,3,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000208,PLOS Water,Unregulated drinking water contaminants and adverse birth outcomes in Virginia,2024,TRUE,2,pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000208.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000208.s002&type=supplementary,7,Holly A. Young,"Department of Geography, Virginia Tech, Blacksburg, Virginia, United States of America",United States of America,hollyyoung@vt.edu,https://orcid.org/0000-0003-0609-1567,Holly A. Young,"Department of Geography, Virginia Tech, Blacksburg, Virginia, United States of America",United States of America,hollyyoung@vt.edu,https://orcid.org/0000-0003-0609-1567,TRUE,Occurrence data from the Unregulated Contaminant Monitoring Rule are publicly available on the Environmental Protection Agency's website (https://www.epa.gov/dwucmr/occurrence-data-unregulated-contaminant-monitoring-rule) Individual-level birth records are restricted by each agency's Institutional Review Board (IRB) and cannot be made accessible to the public or research community. Contact information for the VDH IRB can be found here: https://www.vdh.virginia.gov/institutional-review-board/. Birth records are available from the Virginia Department of Health. Contact information for the VDH Vital Events Statistics Program can be found here: https://www.vdh.virginia.gov/vital-event-statistics-program/.,available in online repository,https://www.epa.gov/dwucmr/occurrence-data-unregulated-contaminant-monitoring-rule; https://www.vdh.virginia.gov/institutional-review-board/; https://www.vdh.virginia.gov/vital-event-statistics-program/,NA,/Biology and life sciences/Physiology/Physiological parameters/Body weight/Birth weight; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Women's health/Maternal health/Birth/Preterm birth; /Medicine and health sciences/Women's health/Maternal health/Pregnancy/Pregnancy complications/Preterm birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Birth/Preterm birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Pregnancy/Pregnancy complications/Preterm birth; /People and places/Geographical locations/North America/United States/Virginia; /Physical sciences/Chemistry/Chemical elements/Molybdenum; /Physical sciences/Chemistry/Chemical elements/Vanadium; /Physical sciences/Materials science/Materials/Contaminants,journals.plos.org,10.1371/journal.pwat.0000208,Research Article,2024-05-01 +10.1371/journal.pwat.0000153,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000153,PLOS Water,Can crop production intensification through irrigation be sustainable? An ex-ante impact study of the south-central coastal zone of Bangladesh,2024,TRUE,8,xlsx; xlsx; xlsx; tif; tif; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000153.s008&type=supplementary,10,Zahirul Haque Khan,"Institute of Water Modelling, Dhaka, Bangladesh",Bangladesh,NA,NA,Md Raqubul Hasib,"Institute of Water Modelling, Dhaka, Bangladesh",Bangladesh,rqb@iwmbd.org,https://orcid.org/0009-0003-2443-2457,TRUE,"The authors affirm that the article and its supplemental material have the data justify the study's conclusions. On reasonable request, the raw data will be provided.",in paper,NA,NA,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Crop science/Crops; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Engineering and technology/Civil engineering/Transportation infrastructure/Canals; /Engineering and technology/Transportation/Transportation infrastructure/Canals; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity,journals.plos.org,10.1371/journal.pwat.0000153,Research Article,2024-02-13 +10.1371/journal.pwat.0000165,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000165,PLOS Water,Large scale water yield assessment for sparsely monitored river basins: A case study for Afghanistan,2024,FALSE,0,NA,NA,7,Fazlul Karim,"Environment Business Unit, Commonwealth Scientific & Industrial Research Organisation, Acton, ACT, Australia",Australia,Fazlul.Karim@csiro.au,https://orcid.org/0000-0002-6369-7410,Fazlul Karim,"Environment Business Unit, Commonwealth Scientific & Industrial Research Organisation, Acton, ACT, Australia",Australia,Fazlul.Karim@csiro.au,https://orcid.org/0000-0002-6369-7410,TRUE,All data will be available if the manuscript is selected for publication.,NA,NA,NA,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Snow; /Earth sciences/Glaciology/Glaciers; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/Asia/Afghanistan; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Melting,journals.plos.org,10.1371/journal.pwat.0000165,Research Article,2024-04-16 +10.1371/journal.pwat.0000119,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000119,PLOS Water,"Daily stream temperature predictions for free-flowing streams in the Pacific Northwest, USA",2023,TRUE,5,xlsx; tif; tif; tif; 2021,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000119.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000119.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000119.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000119.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000119.s005&type=supplementary,5,Jared E. Siegel,"Ocean Associates Inc., contracted to Northwest Fisheries Science Center, National Marine Fisheries Service, National Oceanic and Atmospheric Administration, Seattle, WA, United States of America",United States of America,derajlegeis@gmail.com,https://orcid.org/0000-0002-9177-4284,Jared E. Siegel,"Ocean Associates Inc., contracted to Northwest Fisheries Science Center, National Marine Fisheries Service, National Oceanic and Atmospheric Administration, Seattle, WA, United States of America",United States of America,derajlegeis@gmail.com,https://orcid.org/0000-0002-9177-4284,TRUE,All code is available at https://github.com/aimeefullerton/daily-st-pnw under the CC-BY-4.0 license. Predictions of stream temperature and covariate data needed to fit models and make predictions are available at https://doi.org/10.5281/zenodo.8174951.,available in online repository,https://github.com/aimeefullerton/daily-st-pnw; https://doi.org/10.5281/zenodo.8174951; 10.5281/zenodo.8174951,zenodo; github,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Earth sciences/Seasons/Summer; /Physical sciences/Mathematics/Statistics/Statistical methods/Forecasting; /Physical sciences/Mathematics/Statistics/Statistical models; /Physical sciences/Physics/Classical mechanics/Dynamics/Aerodynamics/Air flow; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Forecasting,journals.plos.org,10.1371/journal.pwat.0000119,Research Article,2023-08-30 +10.1371/journal.pwat.0000107,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000107,PLOS Water,Protecting fish and farms: Incentivising adoption of modern fish-protection screens for water pumps and gravity-fed diversions in Australia,2023,FALSE,0,NA,NA,4,Thomas S. Rayner,"New South Wales Department of Primary Industries–Fisheries, Taylors Beach, NSW, Australia",Australia,tom.rayner@dpi.nsw.gov.au,https://orcid.org/0000-0001-9616-1068,Thomas S. Rayner,"New South Wales Department of Primary Industries–Fisheries, Taylors Beach, NSW, Australia",Australia,tom.rayner@dpi.nsw.gov.au,https://orcid.org/0000-0001-9616-1068,TRUE,"Data on stakeholder motivations and abilities and data on water diversions have been withheld from publication to protect participant privacy. These data are unable to be completely deidentified. Data have been used to provide valuable interpretation, while protecting the provacy of stakeholders involved in incentive programs, whom are required for these conservation efforts to be successful. Stakeholder perceptions data were collected under Negligible Low Risk Human Ethics approved by authors' Institutional Review Board (INT20/376227). The data custodian is Dr Marita Pearson. Her email address is marita.pearson@dpi.nsw.gov.au.",NA,NA,NA,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish/Freshwater fish; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish/Freshwater fish; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Health care policy/Screening guidelines; /Social sciences/Economics/Finance; /Social sciences/Sociology/Communications/Social communication,journals.plos.org,10.1371/journal.pwat.0000107,Research Article,2023-08-30 +10.1371/journal.pwat.0000117,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000117,PLOS Water,Environmental monitoring of antimicrobial resistant bacteria in North Carolina water and wastewater using the WHO Tricycle protocol in combination with membrane filtration and compartment bag test methods for detecting and quantifying ESBL E. coli,2023,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000117.s001&type=supplementary,4,K. Clark Appling,"Gillings School of Global Public Health, Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,NA,NA,Michael B. Fisher,"Gillings School of Global Public Health, Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,mbfisher@gmail.com,https://orcid.org/0000-0003-0159-8238,TRUE,All data can be found in the manuscript and supporting information files.,in paper,NA,NA,/Biology and life sciences/Agriculture/Animal management/Livestock; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance; /Biology and life sciences/Microbiology/Microbial control/Antimicrobials/Antibiotics; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Birds/Fowl/Gamefowl/Chickens; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Birds/Poultry; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Birds/Poultry/Chickens; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Birds/Fowl/Gamefowl/Chickens; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Birds/Poultry; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Birds/Poultry/Chickens; /Earth sciences/Hydrology/Surface water; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pharmacology/Antimicrobial resistance; /Medicine and health sciences/Pharmacology/Drugs/Antimicrobials/Antibiotics; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Separation processes/Filtration,journals.plos.org,10.1371/journal.pwat.0000117,Research Article,2023-09-19 +10.1371/journal.pwat.0000075,2,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000075,PLOS Water,"Community perceptions and practices on quality and safety of drinking water in Mbarara city, south western Uganda",2023,TRUE,2,vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000075.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000075.s002&type=supplementary,9,Abaasa N. Catherine,"Faculty of Medicine, Mbarara University of Science and Technology, Mbarara, Uganda",Uganda,acatherine@must.ac.ug,https://orcid.org/0000-0001-6882-1831,Abaasa N. Catherine,"Faculty of Medicine, Mbarara University of Science and Technology, Mbarara, Uganda",Uganda,acatherine@must.ac.ug,https://orcid.org/0000-0001-6882-1831,TRUE,"To ensure confidentiality of participants’ information as agreed up on during Ethical approval and Consent Process, qualitative interview transcripts’ file is only visible to the direct research team or through Mbarara University of Science and Technology Research Ethics Committee, P.O. Box 1410 Mbarara, Tel: +256-48-543-3795, Fax: +256-48-542-0782, E-mail: irc@must.ac.ug, mustirb@gmail.com since they are not publically available.",NA,NA,NA,/Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Sanitary engineering/Solid waste management/Sewage treatment; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation,journals.plos.org,10.1371/journal.pwat.0000075,Research Article,2023-05-30 +10.1371/journal.pwat.0000146,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000146,PLOS Water,"The status of water access, sanitation, and hygiene in schools: A cross sectional survey to identify capacities and assess coverage in Garoua, North Cameroon",2023,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000146.s001&type=supplementary,16,Carole Debora Nounkeu,"Regional Delegation of Public Health of Littoral, Douala, Littoral, Cameroon",Cameroon,NA,https://orcid.org/0000-0002-7291-6988,Georges Nguefack-Tsague,"Faculty of Medicine and Biomedical Sciences, University of Yaoundé 1, Yaoundé, Cameroon",Cameroon,nguefacktsague@gmail.com,https://orcid.org/0000-0002-3847-3490,TRUE,"The data has been submitted and is published on the Mendeley Data and Digital Commons Data Repository. This is the citation to the dataset Nguefack-Tsague, Georges; Aoutaksa, Kevin; Nounkeu, Carole (2023), “The status of water access, sanitation, and hygiene in schools: a cross sectional survey to identify capacities and assess coverage in Garoua, North Cameroon”, Mendeley Data, V1, doi: 10.17632/wh7xt9v6hg.1 URL: https://data.mendeley.com/datasets/wh7xt9v6hg/1.",available in online repository,https://doi.org/10.17632/wh7xt9v6hg.1; https://data.mendeley.com/datasets/wh7xt9v6hg/1; 10.17632/wh7xt9v6hg.1,mendeley data,/Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Hygiene/Hand washing; /People and places/Population groupings/Age groups/Children; /People and places/Population groupings/Families/Children; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Social sciences/Sociology/Education/Schools,journals.plos.org,10.1371/journal.pwat.0000146,Research Article,2023-08-30 +10.1371/journal.pwat.0000112,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000112,PLOS Water,Evaluating Clean Water Act progress drivers for Idaho rivers and streams 2002–2022,2023,TRUE,4,vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000112.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000112.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000112.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000112.s004&type=supplementary,3,Jason Williams,"Idaho Department of Environmental Quality, Lewiston, Idaho, United States of America",United States of America,jason.williams@deq.idaho.gov,https://orcid.org/0000-0002-0511-4416,Jason Williams,"Idaho Department of Environmental Quality, Lewiston, Idaho, United States of America",United States of America,jason.williams@deq.idaho.gov,https://orcid.org/0000-0002-0511-4416,TRUE,Data and R code used for analyses are available in a public Open Science Framework repository. https://doi.org/10.17605/OSF.IO/Z4S89 or DOI 10.17605/OSF.IO/Z4S89.,available in online repository,https://doi.org/10.17605/OSF.IO/Z4S89; 10.17605/OSF.IO/Z4S89,osf,/Biology and life sciences/Neuroscience/Cognitive neuroscience/Cognitive neurology/Cognitive impairment; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive neuroscience/Cognitive neurology/Cognitive impairment; /Computer and information sciences/Software engineering/Computer software; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Software engineering/Computer software; /Medicine and health sciences/Neurology/Cognitive neurology/Cognitive impairment; /People and places/Geographical locations/North America/United States/Idaho,journals.plos.org,10.1371/journal.pwat.0000112,Research Article,2023-08-30 +10.1371/journal.pwat.0000177,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000177,PLOS Water,Analysis of Microcystis aeruginosa physiology by spectral flow cytometry: Impact of chemical and light exposure,2023,TRUE,6,tif; tif; tif; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000177.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000177.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000177.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000177.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000177.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000177.s006&type=supplementary,7,Emma T. Brentjens,"Oak Ridge Institute for Science and Education Research Participation Program hosted by U.S. Environmental Protection Agency, Oak Ridge, TN, United States of America",United States of America,NA,NA,Robert M. Zucker,"Public Health and Integrated Toxicology Division, Center for Public Health and Environmental Assessment, U.S. Environmental Protection Agency, Office of Research and Development, RTP, NC, United States of America",United States of America,zucker.robert@epa.gov,https://orcid.org/0000-0002-6602-8706,TRUE,The data that was obtained is the sole property of the EPA and is not owned by any commercial company. We use FCS express software (third-party) as it has added features that can be used to analyze Cytek spectral data that are not available in the Cytek Spectra Flo operating system. The data belongs to the EPA and not the Cytek company or a third-party company. The data is collected on a Cytek Aurora flow cytometer which is owned by the EPA. The standard procedure that we use with the generated data is to convert the Spectra Flo data into FCS 3.0 files which can be used by an EPA scientist or by other investigators that have third-party software. Converting data from a flow cytometer to FCS files is a standard procedure used by the flow cytometry community to analyze data for further analysis. The authors did not have any special access privileges from the Cytek company or a third-party software company. The Spectra Flo data can be used by individuals that have a Cytek flow cytometer or have access to any third-party software that can read FCS 3.0 files.,not shareable,NA,NA,/Biology and life sciences/Biochemistry/Plant biochemistry/Photosynthesis; /Biology and life sciences/Organisms/Bacteria/Cyanobacteria; /Biology and life sciences/Plant science/Plant biochemistry/Photosynthesis; /Engineering and technology/Equipment/Optical equipment/Lasers; /Physical sciences/Materials science/Materials/Pigments; /Physical sciences/Physics/Electromagnetic radiation/Light; /Physical sciences/Physics/Electromagnetic radiation/Light/Artificial light; /Physical sciences/Physics/Electromagnetic radiation/Light/Light scattering; /Physical sciences/Physics/Electromagnetic radiation/Luminescence/Fluorescence; /Physical sciences/Physics/Scattering/Light scattering,journals.plos.org,10.1371/journal.pwat.0000177,Research Article,2023-10-27 +10.1371/journal.pwat.0000136,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000136,PLOS Water,Tracing isotope precipitation patterns across Mexico,2023,TRUE,4,tif; xlsx; xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000136.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000136.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000136.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000136.s004&type=supplementary,10,Ricardo Sánchez-Murillo,"Department of Earth and Environmental Sciences, University of Texas, Arlington, Texas, United States of America",United States of America,ricardo.sanchezmurrillo@uta.edu,https://orcid.org/0000-0001-8721-8093,Ricardo Sánchez-Murillo,"Department of Earth and Environmental Sciences, University of Texas, Arlington, Texas, United States of America",United States of America,ricardo.sanchezmurrillo@uta.edu,https://orcid.org/0000-0001-8721-8093,TRUE,All data is available within the supplementary information and from Hydroshare at https://www.hydroshare.org/resource/909aaa5edf1040b6a6244a0ca7f58890/.,available in online repository,https://www.hydroshare.org/resource/909aaa5edf1040b6a6244a0ca7f58890/,hydroshare,/Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Marine and aquatic sciences/Bodies of water/Gulfs/Gulf of Mexico; /Earth sciences/Marine and aquatic sciences/Bodies of water/Oceans/Pacific Ocean; /Earth sciences/Seasons; /People and places/Geographical locations/North America/Caribbean; /People and places/Geographical locations/North America/Mexico; /Physical sciences/Physics/Particle physics/Composite particles/Atoms/Isotopes,journals.plos.org,10.1371/journal.pwat.0000136,Research Article,2023-10-11 +10.1371/journal.pwat.0000128,2,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000128,PLOS Water,"The need to acknowledge, study and engage with new water justice movements",2023,FALSE,0,NA,NA,3,Lena Hommes,"Water Resources Management Group, Department of Environmental Sciences, Wageningen University, Wageningen, The Netherlands",Netherlands,lena.hommes@wur.nl,https://orcid.org/0000-0002-5042-0121,Lena Hommes,"Water Resources Management Group, Department of Environmental Sciences, Wageningen University, Wageningen, The Netherlands",Netherlands,lena.hommes@wur.nl,https://orcid.org/0000-0002-5042-0121,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Community ecology; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Ecology/Community ecology; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Social sciences/Sociology/Culture; /Social sciences/Sociology/Social movements,journals.plos.org,10.1371/journal.pwat.0000128,Opinion,2023-05-17 +10.1371/journal.pwat.0000135,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000135,PLOS Water,"Assessing the impact of anthropogenic influences on the sediment quality of Owalla Reservoir, Southwest, Nigeria",2023,TRUE,3,pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000135.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000135.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000135.s003&type=supplementary,7,Adedeji Idowu Aduwo,"Department of Zoology, Obafemi Awolowo University, Ile-Ife, Nigeria",Nigeria,NA,https://orcid.org/0000-0002-1733-9129,Taiwo Adekanmi Adesakin,"Department of Biology, Ahmadu Bello University, Zaria, Nigeria",Nigeria,ataiwonelson@gmail.com,https://orcid.org/0000-0003-3547-0152,TRUE,"The data that provide this study can be access on this website provided below upon request. http//:zoo.oauife.edu.ng email: info@oauife.edu.ng Department of Zoology, Obafemi Awolowo University, P.M.B. 13, Ile-Ife, Nigeria (+234) 8104563456.",available in online repository,http//:zoo.oauife.edu.ng,NA,/Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Physical sciences/Chemistry/Chemical compounds/Phosphates; /Physical sciences/Chemistry/Chemical compounds/Salts/Sulfates; /Physical sciences/Chemistry/Chemical elements/Hydrogen; /Physical sciences/Chemistry/Physical chemistry/Ions/Anions; /Physical sciences/Mathematics/Statistics/Statistical methods/Multivariate analysis/Principal component analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Multivariate analysis/Principal component analysis,journals.plos.org,10.1371/journal.pwat.0000135,Research Article,2023-10-11 +10.1371/journal.pwat.0000154,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000154,PLOS Water,"Household water insecurity experiences and their perceived determinants in a low-income community of Cartagena, Colombia, during a water service expansion project",2023,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000154.s001&type=supplementary,3,Andrea K. Lemaitre,"Abess Center for Ecosystem Science and Policy, University of Miami, Coral Gables, Florida, United States of America",United States of America,NA,https://orcid.org/0000-0002-4486-4228,Justin Stoler,"Abess Center for Ecosystem Science and Policy, University of Miami, Coral Gables, Florida, United States of America",United States of America,stoler@miami.edu,https://orcid.org/0000-0001-8435-7012,TRUE,The data used in this study are publicly available at the University of Miami’s Scholarship@Miami scholarly repository using the following link: doi.org/10.17604/6vrb-0520.,available in online repository,https://doi.org/10.17604/6vrb-0520; 10.17604/6vrb-0520,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Mental health and psychiatry; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Social sciences/Economics/Commerce/Vendors,journals.plos.org,10.1371/journal.pwat.0000154,Research Article,2023-09-05 +10.1371/journal.pwat.0000069,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000069,PLOS Water,Application of watershed-scale habitat modeling and decision-support tools for reservoir reoperations in coastal northern California,2023,TRUE,8,pdf; pdf; pdf; pdf; tif; tif; tif; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000069.s008&type=supplementary,7,Doug Chalmers,"US Centre, Stockholm Environment Institute, Davis, California, United States of America",United States of America,doug.chalmers@sei.org,https://orcid.org/0000-0003-2511-279X,Doug Chalmers,"US Centre, Stockholm Environment Institute, Davis, California, United States of America",United States of America,doug.chalmers@sei.org,https://orcid.org/0000-0003-2511-279X,TRUE,The complete modeling results dataset is available for free to the public using the Tableau Public visualization: https://public.tableau.com/app/profile/laura7607/viz/BiologicalEvaluationFrameworkinWEAPResults_Dec5th/Story1.,available in online repository,https://public.tableau.com/app/profile/laura7607/viz/BiologicalEvaluationFrameworkinWEAPResults_Dec5th/Story1,NA,/Biology and life sciences/Developmental biology/Modes of reproduction/Sexual reproduction/Spawning; /Biology and life sciences/Ecology/Habitats; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish/Freshwater fish; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish/Freshwater fish; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Habitats; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management,journals.plos.org,10.1371/journal.pwat.0000069,Research Article,2023-06-08 +10.1371/journal.pwat.0000133,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000133,PLOS Water,Benchmarks of production for atmospheric water generators in the United States,2023,TRUE,1,tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000133.s001&type=supplementary,3,Erica Sadowski,"Department of Systems Engineering and Management, Air Force Institute of Technology, Wright-Patterson AFB, OH, United States of America",United States of America,NA,NA,Christopher M. Chini,"Department of Systems Engineering and Management, Air Force Institute of Technology, Wright-Patterson AFB, OH, United States of America",United States of America,christopher.chini.1@au.af.edu,https://orcid.org/0000-0002-1208-3646,TRUE,Data used in this research are proprietary aggregations of weather station data by AccuWeather and can be accessed through their company or through the original weather source locations. The resulting data can be found as shapefiles and raster files in the Zenodo database DOI: 10.5281/zenodo.7837310.,available in online repository,https://doi.org/10.5281/zenodo.7837310; 10.5281/zenodo.7837310,zenodo,/Earth sciences/Atmospheric science/Meteorology/Humidity; /Earth sciences/Atmospheric science/Meteorology/Weather; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Industrial engineering/Reliability engineering/Reliability; /People and places/Geographical locations/North America/United States; /Physical sciences/Chemistry/Physical chemistry/Sorption,journals.plos.org,10.1371/journal.pwat.0000133,Research Article,2023-06-08 +10.1371/journal.pwat.0000120,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000120,PLOS Water,Chemical composition of organic acid digest from a municipal wastewater treatment plant and chemical modeling of nuisance struvite formation and phosphorus recovery as brushite,2023,FALSE,0,NA,NA,3,Phillip Barak,"Department of Soil Science, University of Wisconsin-Madison, Madison, Wisconsin, United States of America",United States of America,phillip.barak@wisc.edu,https://orcid.org/0000-0002-1033-3795,Phillip Barak,"Department of Soil Science, University of Wisconsin-Madison, Madison, Wisconsin, United States of America",United States of America,phillip.barak@wisc.edu,https://orcid.org/0000-0002-1033-3795,TRUE,"The data set on which this project is based is available at OSFHome at doi 10.17605/OSF.IO/3JAEW, subject to a CC-By Attribution 4.0 International license.",available in online repository,https://doi.org/10.17605/OSF.IO/3JAEW; 10.17605/OSF.IO/3JAEW,osf,/Physical sciences/Chemistry/Chemical compounds/Acids/Organic acids; /Physical sciences/Chemistry/Chemical compounds/Carbon dioxide; /Physical sciences/Chemistry/Chemical compounds/Hydroxides; /Physical sciences/Chemistry/Chemical compounds/Methane; /Physical sciences/Chemistry/Chemical compounds/Phosphates; /Physical sciences/Chemistry/Chemical reactions/Chemical precipitation; /Physical sciences/Chemistry/Physical chemistry/Ions/Anions; /Physical sciences/Materials science/Materials/Sludge,journals.plos.org,10.1371/journal.pwat.0000120,Research Article,2023-06-08 +10.1371/journal.pwat.0000116,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000116,PLOS Water,Nature based solutions for flood risks: What insights do the social representations of experts provide?,2023,TRUE,2,docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000116.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000116.s002&type=supplementary,4,Pénélope Brueder,"RECOVER, INRAE/ADEME, Aix-en-Provence, France",France,penelope.brueder@inrae.fr,https://orcid.org/0009-0002-7761-9971,Pénélope Brueder,"RECOVER, INRAE/ADEME, Aix-en-Provence, France",France,penelope.brueder@inrae.fr,https://orcid.org/0009-0002-7761-9971,TRUE,All data are within the manuscript and its Supporting Information files.,in paper,NA,NA,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Community ecology/Ecological risk; /Biology and life sciences/Psychology/Psychological attitudes; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Community ecology/Ecological risk; /Engineering and technology/Civil engineering; /Medicine and health sciences/Epidemiology/Medical risk factors; /Social sciences/Psychology/Psychological attitudes,journals.plos.org,10.1371/journal.pwat.0000116,Research Article,2023-11-01 +10.1371/journal.pwat.0000172,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000172,PLOS Water,Browning of Scottish surface water sources exposed to climate change,2023,FALSE,0,NA,NA,4,Ståle Haaland,"Norwegian Institute of Bioeconomy Research, NIBIO, Ås, Norway",Norway,staale.haaland@nibio.no,https://orcid.org/0009-0005-0687-4790,Ståle Haaland,"Norwegian Institute of Bioeconomy Research, NIBIO, Ås, Norway",Norway,staale.haaland@nibio.no,https://orcid.org/0009-0005-0687-4790,TRUE,Raw data used can be found at: DOI 10.17605/OSF.IO/96R3F Public databases are linked to in the manuscript.,available in online repository,https://doi.org/10.17605/OSF.IO/96R3F; 10.17605/OSF.IO/96R3F,osf,/Earth sciences/Atmospheric science/Atmospheric chemistry/Acid deposition; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Earth sciences/Seasons/Summer; /Ecology and environmental sciences/Environmental chemistry/Atmospheric chemistry/Acid deposition; /Physical sciences/Chemistry/Chemical reactions/Chemical precipitation; /Physical sciences/Chemistry/Environmental chemistry/Atmospheric chemistry/Acid deposition,journals.plos.org,10.1371/journal.pwat.0000172,Research Article,2023-09-07 +10.1371/journal.pwat.0000173,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000173,PLOS Water,Putting diplomacy at the forefront of Water Diplomacy,2023,FALSE,0,NA,NA,4,Hussam Hussein,"Somerville College, University of Oxford, Oxford, United Kingdom",United Kingdom of Great Britain and Northern Ireland,hh.hussam.hussein@gmail.com,https://orcid.org/0000-0002-1238-1715,Hussam Hussein,"Somerville College, University of Oxford, Oxford, United Kingdom",United Kingdom of Great Britain and Northern Ireland,hh.hussam.hussein@gmail.com,https://orcid.org/0000-0002-1238-1715,FALSE,NA,NA,NA,NA,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Environmental economics; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Social sciences/Economics/Environmental economics,journals.plos.org,10.1371/journal.pwat.0000173,Review,2023-09-07 +10.1371/journal.pwat.0000126,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000126,PLOS Water,The potential for nature-based solutions to combat the freshwater biodiversity crisis,2023,TRUE,2,docx; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000126.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000126.s002&type=supplementary,6,Charles B. van Rees,"Odum School of Ecology and River Basin Center, University of Georgia, Athens, Georgia, United States of America",United States of America,charles.vanrees@uga.edu,https://orcid.org/0000-0003-0558-3674,Charles B. van Rees,"Odum School of Ecology and River Basin Center, University of Georgia, Athens, Georgia, United States of America",United States of America,charles.vanrees@uga.edu,https://orcid.org/0000-0003-0558-3674,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Conservation science; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure,journals.plos.org,10.1371/journal.pwat.0000126,Review,2023-06-08 +10.1371/journal.pwat.0000093,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000093,PLOS Water,Determinants of consistency of use of household water filters in emergencies: Insights from a protracted drought in Northern Kenya,2023,TRUE,4,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; 002,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000093.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000093.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000093.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000093.s004&type=supplementary,9,George Kiambuthi Wainaina,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Dübendorf, Switzerland",Switzerland,george.wainaina@eawag.ch,https://orcid.org/0000-0002-3596-5596,George Kiambuthi Wainaina,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Dübendorf, Switzerland",Switzerland,george.wainaina@eawag.ch,https://orcid.org/0000-0002-3596-5596,TRUE,I have ethical restrictions from the ethical committees involved since the data was collected from human subjects. The name of the ethical committee is Eawag Ethical Review Committee and the contact person is Rik Eggen (rik.eggen@eawag.ch).,NA,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception; /Biology and life sciences/Neuroscience/Sensory perception; /Biology and life sciences/Psychology/Behavior; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception; /Biology and life sciences/Psychology/Psychological attitudes; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Health care/Psychological and psychosocial issues; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Psychology/Behavior; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception; /Social sciences/Psychology/Psychological attitudes,journals.plos.org,10.1371/journal.pwat.0000093,Research Article,2023-06-08 +10.1371/journal.pwat.0000169,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000169,PLOS Water,Deep reinforcement learning for irrigation scheduling using high-dimensional sensor feedback,2023,FALSE,0,NA,NA,3,Yuji Saikai,"School of Mathematics and Statistics, the University of Melbourne, Melbourne, VIC, Australia",Australia,ysaikai@unimelb.edu.au,https://orcid.org/0000-0002-2665-653X,Yuji Saikai,"School of Mathematics and Statistics, the University of Melbourne, Melbourne, VIC, Australia",Australia,ysaikai@unimelb.edu.au,https://orcid.org/0000-0002-2665-653X,TRUE,"The code, simulation files, and other data are all found on the author’s website (https://github.com/ysaikai/RLIR). The link is also included in the manuscript.",available in online repository,https://github.com/ysaikai/RLIR,github,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural soil science; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Neuroscience/Neural networks; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Wheat; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Neural networks; /Earth sciences/Soil science/Agricultural soil science; /Physical sciences/Mathematics/Optimization; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000169,Research Article,2023-09-06 +10.1371/journal.pwat.0000052,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000052,PLOS Water,Enteric virus removal by municipal wastewater treatment to achieve requirements for potable reuse,2023,TRUE,20,a; tif; ddpcr; tif; r2; xlsx; cultured; mcrt; r2; 6; drain; ddpcr; ddpcr; docx; current; orv; ceffcraw; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000052.s020&type=supplementary,8,Julio A. Polanco,"Research and Development Department, Orange County Water District, Fountain Valley, California, United States of America",United States of America,NA,https://orcid.org/0000-0002-7908-8767,Megan H. Plumlee,"Research and Development Department, Orange County Water District, Fountain Valley, California, United States of America",United States of America,mplumlee@ocwd.com,https://orcid.org/0000-0003-1073-5767,TRUE,All data in supporting information files.,in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Caliciviruses/Norovirus; /Biology and life sciences/Organisms/Viruses/RNA viruses/Caliciviruses/Norovirus; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Caliciviruses/Norovirus; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Caliciviruses/Norovirus; /Physical sciences/Materials science/Materials/Sludge; /Physical sciences/Mathematics/Probability theory/Probability distribution; /Physical sciences/Mathematics/Probability theory/Random variables/Covariance; /Physical sciences/Mathematics/Statistics/Statistical methods/Monte Carlo method; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Monte Carlo method,journals.plos.org,10.1371/journal.pwat.0000052,Research Article,2023-09-27 +10.1371/journal.pwat.0000099,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000099,PLOS Water,Environmental DNA (eDNA) based fish biodiversity assessment of two Himalayan rivers of Nepal reveals diversity differences and highlights new species distribution records,2023,TRUE,4,docx; docx; tiff; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000099.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000099.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000099.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000099.s004&type=supplementary,29,Prajwol Manandhar,"Center for Molecular Dynamics Nepal, Kathmandu, Nepal",Nepal,NA,NA,Dibesh Karmacharya,"Center for Molecular Dynamics Nepal, Kathmandu, Nepal",Nepal,dibesh@cmdn.org,https://orcid.org/0000-0001-5093-6737,TRUE,Data associated to the study is submitted to NCBI Genbank database and information is provided in Table 1 in the manuscript.,in paper,NA,ncbi/genbank,/Biology and life sciences/Agriculture/Aquaculture/Fisheries/Fish farming; /Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish/Freshwater fish; /Biology and life sciences/Taxonomy; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish/Freshwater fish; /Computer and information sciences/Data management/Taxonomy; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Biodiversity; /People and places/Geographical locations/Asia/Nepal; /Research and analysis methods/Database and informatics methods/Bioinformatics/Sequence analysis/Sequence databases; /Research and analysis methods/Database and informatics methods/Biological databases/Sequence databases,journals.plos.org,10.1371/journal.pwat.0000099,Research Article,2023-06-07 +10.1371/journal.pwat.0000108,2,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000108,PLOS Water,Estimated reduction of nitrogen in streams of the Chesapeake Bay in areas with agricultural conservation practices,2023,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000108.s001&type=supplementary,4,Andrew J. Sekellick,"U.S. Geological Survey, Maryland-Delaware-DC Water Science Center, Baltimore, Maryland, United States of America",United States of America,ajsekell@usgs.gov,https://orcid.org/0000-0002-0440-7655,Andrew J. Sekellick,"U.S. Geological Survey, Maryland-Delaware-DC Water Science Center, Baltimore, Maryland, United States of America",United States of America,ajsekell@usgs.gov,https://orcid.org/0000-0002-0440-7655,TRUE,"Data inputs, predictions, and a model archive of the SPARROW models presented are available at https://doi.org/10.5066/P92GMKHB.",available in online repository,https://doi.org/10.5066/P92GMKHB; 10.5066/P92GMKHB,NA,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Crop science/Crop management; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Organisms/Eukaryota/Animals/Wildlife; /Biology and life sciences/Zoology/Animals/Wildlife; /Earth sciences/Geography/Human geography/Land use/Agricultural land; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Terrestrial environments/Agricultural land; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical compounds/Carbonates; /Social sciences/Human geography/Land use/Agricultural land,journals.plos.org,10.1371/journal.pwat.0000108,Research Article,2023-05-05 +10.1371/journal.pwat.0000097,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000097,PLOS Water,"Securing urban water supply through reservoir reoperation–An analysis of power resources and equity in cases from India, Spain and the USA",2023,TRUE,7,docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000097.s007&type=supplementary,4,Laura Turley,"Environmental Governance and Territorial Development Hub, University of Geneva, Geneva, Switzerland",Switzerland,laura.turley@unige.ch,https://orcid.org/0000-0002-5179-1282,Laura Turley,"Environmental Governance and Territorial Development Hub, University of Geneva, Geneva, Switzerland",Switzerland,laura.turley@unige.ch,https://orcid.org/0000-0002-5179-1282,TRUE,"The interview protocol, list of organizations interviewed, and overview of the participatory network maps are included as supplementary material. Original interview transcripts have not been included in order to maintain confidentiality, as permissions for publication of the full transcripts were not requested during data collection. Professor Christian Bréthaut, University of Geneva, is able to receive requests for data for this paper at christian.brethaut@unige.ch.",in paper,NA,NA,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Social sciences/Economics/Finance; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000097,Research Article,2023-08-07 +10.1371/journal.pwat.0000059,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000059,PLOS Water,Convergence of mechanistic modeling and artificial intelligence in hydrologic science and engineering,2023,FALSE,0,NA,NA,5,Rafael Muñoz-Carpena,"Agricultural and Biological Engineering, University of Florida, Gainesville, FL, United States of America",United States of America,carpena@ufl.edu,https://orcid.org/0000-0003-2838-1514,Rafael Muñoz-Carpena,"Agricultural and Biological Engineering, University of Florida, Gainesville, FL, United States of America",United States of America,carpena@ufl.edu,https://orcid.org/0000-0003-2838-1514,FALSE,NA,NA,NA,NA,/Computer and information sciences/Artificial intelligence; /Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Data management; /Computer and information sciences/Systems science/Nonlinear dynamics; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Hydrology; /Engineering and technology/Remote sensing; /Physical sciences/Mathematics/Statistics/Statistical methods/Forecasting; /Physical sciences/Mathematics/Systems science/Nonlinear dynamics; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Forecasting; /Social sciences/Human geography/Land use,journals.plos.org,10.1371/journal.pwat.0000059,Review,2023-08-07 +10.1371/journal.pwat.0000123,2,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000123,PLOS Water,Affordability of household water services across the United States,2023,TRUE,2,docx; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000123.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000123.s002&type=supplementary,3,Lauren A. Patterson,"Nicholas Institute for Energy, Environment and Sustainability, Duke University, Durham, North Carolina, United States of America",United States of America,lauren.patterson@duke.edu,https://orcid.org/0000-0002-7512-7845,Lauren A. Patterson,"Nicholas Institute for Energy, Environment and Sustainability, Duke University, Durham, North Carolina, United States of America",United States of America,lauren.patterson@duke.edu,https://orcid.org/0000-0002-7512-7845,TRUE,All data in Supporting information files.,in paper,NA,NA,/Earth sciences/Geography/Regional geography; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Research and analysis methods/Research design/Survey research/Census; /Social sciences/Economics/Finance; /Social sciences/Economics/Labor economics/Salaries/Minimum wage,journals.plos.org,10.1371/journal.pwat.0000123,Research Article,2023-05-10 +10.1371/journal.pwat.0000134,2,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000134,PLOS Water,"An assessment of the water, sanitation and hygiene (WASH) situation in rural Volta Region, Ghana",2023,TRUE,5,pdf; docx; xlsx; final; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000134.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000134.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000134.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000134.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000134.s005&type=supplementary,10,Joseph Osarfo,"Department of Community Health, School of Medicine, University of Health and Allied Health (UHAS), Ho, Ghana",Ghana,josarfo@uhas.edu.gh,https://orcid.org/0000-0002-5366-3997,Joseph Osarfo,"Department of Community Health, School of Medicine, University of Health and Allied Health (UHAS), Ho, Ghana",Ghana,josarfo@uhas.edu.gh,https://orcid.org/0000-0002-5366-3997,TRUE,Data underlying the findings described in the manuscript have been provided as part of the supplementary information.,in paper,NA,NA,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Rashes; /Medicine and health sciences/Dermatology/Skin diseases/Rashes; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Skin diseases/Rashes; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Africa/Ghana,journals.plos.org,10.1371/journal.pwat.0000134,Research Article,2023-05-26 +10.1371/journal.pwat.0000159,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000159,PLOS Water,Water funds within village savings and loans associations: A promising solution to improve water user fee collection in rural Uganda,2023,TRUE,4,docx; xlsx; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000159.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000159.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000159.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000159.s004&type=supplementary,6,Katherine Marshall,"The Aquaya Institute, Kampala, Uganda",Uganda,katherine@aquaya.org,https://orcid.org/0009-0002-1138-601X,Katherine Marshall,"The Aquaya Institute, Kampala, Uganda",Uganda,katherine@aquaya.org,https://orcid.org/0009-0002-1138-601X,TRUE,All data are available as part of the supplementary information.,in paper,NA,NA,/Biology and life sciences/Agriculture; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Transportation; /People and places/Geographical locations/Africa/Uganda; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Finance; /Social sciences/Political science/Governments/Local governments,journals.plos.org,10.1371/journal.pwat.0000159,Research Article,2023-08-09 +10.1371/journal.pwat.0000124,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000124,PLOS Water,Leveraging high spatiotemporal resolution data of pesticides applied to agricultural fields in California to identify toxicity reduction opportunities,2023,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000124.s001&type=supplementary,4,Nicol Parker,"Bren School of Environmental Science and Management, University of California, Santa Barbara, Santa Barbara, CA, United States of America",United States of America,NA,https://orcid.org/0000-0002-2318-4928,Arturo A. Keller,"Bren School of Environmental Science and Management, University of California, Santa Barbara, Santa Barbara, CA, United States of America",United States of America,keller@bren.ucsb.edu,https://orcid.org/0000-0002-7638-662X,TRUE,Data and Software Accessibility through dryad: https://datadryad.org/stash/share/7a-F-jEXmlvWi3-xeRx_X4osZqXrr8Nh97tnx2bBOSk Web tool (also posted under software under the dryad doi): https://nicol-parker.shinyapps.io/Environmental-Release-Tool/.,available in online repository,https://datadryad.org/stash/share/7a-F-jEXmlvWi3-xeRx_X4osZqXrr8Nh97tnx2bBOSk; https://nicol-parker.shinyapps.io/Environmental-Release-Tool/,dryad,/Biology and life sciences/Agriculture/Agrochemicals/Pesticides; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Agriculture/Pest control/Pesticides; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates; /Biology and life sciences/Organisms/Eukaryota/Plants/Nonvascular plants; /Biology and life sciences/Organisms/Eukaryota/Plants/Vascular plants; /Biology and life sciences/Toxicology/Predictive toxicology; /Biology and life sciences/Toxicology/Toxicity; /Biology and life sciences/Zoology/Animals/Invertebrates; /Medicine and health sciences/Health care/Health economics; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Predictive toxicology; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxicity; /Social sciences/Economics/Health economics,journals.plos.org,10.1371/journal.pwat.0000124,Research Article,2023-08-09 +10.1371/journal.pwat.0000145,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000145,PLOS Water,Gridded precipitation products on the Hindu Kush-Himalaya: Performance and accuracy of seven precipitation products,2023,TRUE,4,xlsx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000145.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000145.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000145.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000145.s004&type=supplementary,9,Bhogendra Mishra,"Policy Research Institute, Kathmandu, Nepal",Nepal,bmishra@sciencehub.org.np,https://orcid.org/0000-0002-8998-8160,Bhogendra Mishra,"Policy Research Institute, Kathmandu, Nepal",Nepal,bmishra@sciencehub.org.np,https://orcid.org/0000-0002-8998-8160,TRUE,All data were acquired from the public repositories and incorporated all sources in the manuscripts.,in paper,NA,NA,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Climatology/Monsoons; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Snow; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /People and places/Population groupings/Religious faiths/Hinduism; /Physical sciences/Physics/Electromagnetic radiation/Microwave radiation; /Research and analysis methods/Precipitation techniques,journals.plos.org,10.1371/journal.pwat.0000145,Research Article,2023-08-08 +10.1371/journal.pwat.0000137,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000137,PLOS Water,Disparities in disruptions to public drinking water services in Texas communities during Winter Storm Uri 2021,2023,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000137.s001&type=supplementary,4,Brianna Tomko,"School of Earth Sciences, The Ohio State University, Columbus, OH, United States of America",United States of America,NA,NA,Audrey H. Sawyer,"School of Earth Sciences, The Ohio State University, Columbus, OH, United States of America",United States of America,sawyer.143@osu.edu,https://orcid.org/0000-0001-8174-0542,TRUE,Data have been uploaded to Zenodo 10.5281/zenodo.7447637.,available in online repository,https://doi.org/10.5281/zenodo.7447637; 10.5281/zenodo.7447637,zenodo,/Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Seasons/Winter; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/United States/Texas; /People and places/Population groupings/Ethnicities; /Research and analysis methods/Research design/Survey research/Census; /Social sciences/Sociology/Communications/Social communication,journals.plos.org,10.1371/journal.pwat.0000137,Research Article,2023-06-21 +10.1371/journal.pwat.0000141,2,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000141,PLOS Water,Investigating water safety in multi-purpose buildings used as an elementary school and plumbing remediation effectiveness,2023,TRUE,8,docx; docx; docx; docx; a; tiff; a; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000141.s008&type=supplementary,8,Kyungyeon Ra,"Lyles School of Civil Engineering, Purdue University, West Lafayette, IN, United States of America",United States of America,NA,https://orcid.org/0000-0003-0591-6504,Andrew J. Whelton,"Lyles School of Civil Engineering, Division of Environmental and Ecological Engineering, Purdue University, West Lafayette, IN, United States of America",United States of America,awhelton@purdue.edu,https://orcid.org/0000-0001-5934-3081,TRUE,All data are provided as part of the submitted article.,in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Biology and life sciences/Organisms/Bacteria/Legionella/Legionella pneumophila; /Biology and life sciences/Toxicology/Toxic agents/Toxins/Heavy metals; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxic agents/Toxins/Heavy metals; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Chemistry/Chemical elements/Heavy metals; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Social sciences/Sociology/Education/Schools,journals.plos.org,10.1371/journal.pwat.0000141,Research Article,2023-07-06 +10.1371/journal.pwat.0000180,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000180,PLOS Water,To integrate or not to integrate? Water and waste as unified basic services,2023,FALSE,0,NA,NA,2,Abishek Sankara Narayan,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Department of Sanitation, Water and Solid Waste for Development, Dübendorf, Switzerland",Switzerland,NA,NA,Marisa Boller,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Department of Sanitation, Water and Solid Waste for Development, Dübendorf, Switzerland",Switzerland,marisa.boller@eawag.ch,https://orcid.org/0000-0002-1267-2635,FALSE,NA,NA,NA,NA,/Computer and information sciences/Computer architecture/User interfaces; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Materials science/Materials/Sludge,journals.plos.org,10.1371/journal.pwat.0000180,Opinion,2023-09-20 +10.1371/journal.pwat.0000178,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000178,PLOS Water,Synthetic wastewater prepared from readily available materials: Characteristics and economics,2023,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000178.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000178.s002&type=supplementary,4,Abigail K. Kargol,"School of Environmental and Forest Sciences, University of Washington, Seattle, Washington, United States of America",United States of America,NA,https://orcid.org/0000-0002-7860-044X,Heidi L. Gough,"School of Environmental and Forest Sciences, University of Washington, Seattle, Washington, United States of America",United States of America,hgough@uw.edu,https://orcid.org/0000-0002-2402-722X,TRUE,All data related to this study are available in the main text or supplemental information of this manuscript.,in paper,NA,NA,/Biology and life sciences/Nutrition/Diet/Food; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Dogs; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Dogs; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality/Chemical oxygen demand; /Medicine and health sciences/Nutrition/Diet/Food; /Physical sciences/Chemistry/Chemical compounds/Ammonia; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Materials science/Materials/Mixtures/Particulates,journals.plos.org,10.1371/journal.pwat.0000178,Research Article,2023-09-20 +10.1371/journal.pwat.0000053,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000053,PLOS Water,Low-cost domestic rainwater harvesting in rural southeast Madagascar: A process and outcome evaluation,2023,TRUE,5,docx; docx; docx; docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000053.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000053.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000053.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000053.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000053.s005&type=supplementary,11,Jasmine Kelly,"Department of Water, Sanitation, and Hygiene, SEED Madagascar, Fort Dauphin, Anosy, Madagascar",Madagascar,jasmine.elle2@gmail.com,https://orcid.org/0000-0002-4890-7336,Jasmine Kelly,"Department of Water, Sanitation, and Hygiene, SEED Madagascar, Fort Dauphin, Anosy, Madagascar",Madagascar,jasmine.elle2@gmail.com,https://orcid.org/0000-0002-4890-7336,TRUE,Data generated by this research has been de-identified and provided under supplementary materials of the manuscript.,in paper,NA,NA,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Public and occupational health/Hygiene; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Finance,journals.plos.org,10.1371/journal.pwat.0000053,Research Article,2023-10-25 +10.1371/journal.pwat.0000518,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000518,PLOS Water,Observational gaps leave global assessment of riverine heatwaves lagging across inland waters,2026,FALSE,0,NA,NA,2,Sebastiano Piccolroaz,"Department of Civil, Environmental and Mechanical Engineering, University of Trento, Trento, Italy",Italy,s.piccolroaz@unitn.it,https://orcid.org/0000-0003-1796-7624,Sebastiano Piccolroaz,"Department of Civil, Environmental and Mechanical Engineering, University of Trento, Trento, Italy",Italy,s.piccolroaz@unitn.it,https://orcid.org/0000-0003-1796-7624,FALSE,NA,NA,NA,NA,/Biology and life sciences/Biochemistry/Metabolism/Metabolic pathways/Xenobiotic metabolism; /Biology and life sciences/Toxicology/Toxicity; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Estuaries; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxicity,journals.plos.org,10.1371/journal.pwat.0000518,Opinion,2026-02-13 +10.1371/journal.pwat.0000499,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000499,PLOS Water,"Groundwater quality near an oil field in a stream-dominated recharge setting, California, USA",2026,TRUE,10,docx; tif; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000499.s010&type=supplementary,8,Jennifer S. Stanton,"U.S. Geological Survey, Northborough, Massachusetts, United States of America",United States of America,jstanton@usgs.gov,https://orcid.org/0000-0002-2520-753X,Jennifer S. Stanton,"U.S. Geological Survey, Northborough, Massachusetts, United States of America",United States of America,jstanton@usgs.gov,https://orcid.org/0000-0002-2520-753X,TRUE,"Data are available from: 1) Stanton JS, Marcusa JA. Water chemistry data for samples collected at groundwater and surface-water sites in the San Ardo Oil Field study area, March 2019–May 2021, Monterey County, California. U.S. Geological Survey. Data release. 2024, https://doi.org/10.5066/P1UK4WU4. 2) U.S. Geological Survey. USGS water data for the nation; 2025. National Water Information System Database, https://doi.org/10.5066/F7P55KJN. 3) Stephens MJ, Chang W, Gillespie JM, McMahon PB, Davis TA, Warden JG, Stanton JS. Groundwater elevation data and models in and around select California oil fields. U.S. Geological Survey. Data release, 2023; v3.0, September 2025, https://doi.org/10.5066/P9E5MTAM.",available in online repository,https://doi.org/10.5066/P1UK4WU4; https://doi.org/10.5066/F7P55KJN; https://doi.org/10.5066/P9E5MTAM; 10.5066/P1UK4WU4; 10.5066/F7P55KJN; 10.5066/P9E5MTAM,NA,/Biology and life sciences/Biochemistry/Lipids/Oils; /Earth sciences/Geochemistry; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Surface water; /People and places/Geographical locations/North America/United States/California; /Physical sciences/Chemistry/Chemical compounds/Hydrocarbons; /Physical sciences/Chemistry/Chemical compounds/Methane; /Physical sciences/Chemistry/Geochemistry; /Physical sciences/Materials science/Materials/Organic materials/Petroleum,journals.plos.org,10.1371/journal.pwat.0000499,Research Article,2026-02-12 +10.1371/journal.pwat.0000384,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000384,PLOS Water,WASHed in stereotypes: A rigorous review of water-gender narratives in LMICs,2026,TRUE,8,docx; docx; xlsx; docx; xlsx; xlsx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000384.s008&type=supplementary,3,Spurthi Kolipaka,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Spurthi.water@gmail.com,https://orcid.org/0009-0008-0950-7859,Spurthi Kolipaka,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Spurthi.water@gmail.com,https://orcid.org/0009-0008-0950-7859,TRUE,All data are in the paper and supporting information files.,in paper,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Database and informatics methods/Database searching; /Social sciences/Economics; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Sexual and gender issues,journals.plos.org,10.1371/journal.pwat.0000384,Research Article,2026-02-12 +10.1371/journal.pwat.0000445,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000445,PLOS Water,"Developing environmental flows and metrics to quantify river ecosystem needs for regional water planning in Georgia, USA",2026,TRUE,2,vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000445.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000445.s002&type=supplementary,10,Laura E. Rack,"Odum School of Ecology, University of Georgia, Athens, Georgia, United States of America",United States of America,laura.rack@uga.edu,https://orcid.org/0009-0009-0387-9069,Laura E. Rack,"Odum School of Ecology, University of Georgia, Athens, Georgia, United States of America",United States of America,laura.rack@uga.edu,https://orcid.org/0009-0009-0387-9069,TRUE,"We cited publications and theses we extracted data from, included links for reports or public databases to access reports, and provided contact information for references that are not publicly available in the citation list. Data was extracted from the following citations for the section ‘Developing Metrics for Water Planning’ and Table 2: 49, 50, 51, 53, 54, 55, 56, 57, 58. The following citations require database searches or an agency contact: 31. Yoe C. Trade-off analysis planning and procedures guidebook. Alexandria, VA: U.S. Army Institute for Water Resources; 2002. Contract No.: IWR Report 02-R-2. [Available by search at: https://iwrlibrary.sec.usace.army.mil or direct link: https://publibrary.sec.usace.army.mil/resource?title=Trade-Off%20Analysis%20Planning%20and%20Procedures%20Guidebook&documentId=fbee8a0d-16e1-4dcc-a6f1-8c69c8859b2f]. 57. EA Engineering S, and Technology, Inc.,. Georgia Power Company Sinclair License Application, Accession No. 19950914-0187, FERC e-library, Docket P-1951; 1995.[Available from: https://elibrary.ferc.gov/eLibrary/filelist?accession_number=19950914-0187&optimized=false&sid=68099c01-8ef8-48f2-8de9-955cc8f8b60f]. 38. ARCADIS. Methods for flow regime evaluation, Ocmulgee River, Georgia. prepared for Georgia Environmental Protection Division; 2019.[Report available by request from water.planning@dnr.ga.gov].",available in online repository,https://iwrlibrary.sec.usace.army.mil; https://publibrary.sec.usace.army.mil/resource?title=Trade-Off%20Analysis%20Planning%20and%20Procedures%20Guidebook&documentId=fbee8a0d-16e1-4dcc-a6f1-8c69c8859b2f; https://elibrary.ferc.gov/eLibrary/filelist?accession_number=19950914-0187&optimized=false&sid=68099c01-8ef8-48f2-8de9-955cc8f8b60f; https://publibrary.sec.usace.army.mil/resource?title=Trade-Off%20Analysis%20Planning%20and%20Procedures%20Guidebook&documentId=fbee8a0d-16e1-4dcc-a6f1-8c69c8859b2f]; https://elibrary.ferc.gov/eLibrary/filelist?accession_number=19950914-0187&optimized=false&sid=68099c01-8ef8-48f2-8de9-955cc8f8b60f],NA,/Biology and life sciences/Developmental biology/Modes of reproduction/Sexual reproduction/Spawning; /Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish/Freshwater fish; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish/Freshwater fish; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Conservation science/Environmental protection; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Environmental protection; /Ecology and environmental sciences/Natural resources/Water resources,journals.plos.org,10.1371/journal.pwat.0000445,Research Article,2026-02-09 +10.1371/journal.pwat.0000497,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000497,PLOS Water,How to stop the flow of lead in new and existing drinking water systems,2026,FALSE,0,NA,NA,22,Jennifer Hoponick Redmon,"RTI International, Research Triangle Park, North Carolina, United States of America,",NA,jredmon@rti.org,https://orcid.org/0000-0001-5655-3737,Jennifer Hoponick Redmon,"RTI International, Research Triangle Park, North Carolina, United States of America,",NA,jredmon@rti.org,https://orcid.org/0000-0001-5655-3737,FALSE,NA,NA,NA,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Public and occupational health; /Physical sciences/Chemistry/Analytical chemistry/Chemical analysis/Water analysis; /Physical sciences/Chemistry/Chemical elements/Metallic lead,journals.plos.org,10.1371/journal.pwat.0000497,Opinion,2026-02-06 +10.1371/journal.pwat.0000519,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000519,PLOS Water,"Benefits of piped water connections in underserved communities: A matched household comparison in Accra, Ghana",2026,TRUE,2,docx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000519.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000519.s003&type=supplementary,11,Frederick G. B. Goddard,"The Aquaya Institute, San Anselmo, California, United States of America",United States of America,frederickgbgoddard@gmail.com,https://orcid.org/0000-0001-7585-0120,Frederick G. B. Goddard,"The Aquaya Institute, San Anselmo, California, United States of America",United States of America,frederickgbgoddard@gmail.com,https://orcid.org/0000-0001-7585-0120,TRUE,The data and the data collection tool have been made publicly available. They can be accessed here: https://github.com/fredgoddard/urban-wash-accra-data.,available in online repository,https://github.com/fredgoddard/urban-wash-accra-data,github,/Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Ghana; /Social sciences/Human geography/Urban geography/Urban areas; /Social sciences/Sociology/Education/Schools,journals.plos.org,10.1371/journal.pwat.0000519,Research Article,2026-03-02 +10.1371/journal.pwat.0000517,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000517,PLOS Water,Water for climate action,2026,FALSE,0,NA,NA,1,Jon Lane,"Stockholm International Water Institute, Stockholm, Sweden",Sweden,jon.lane@siwi.org,NA,Jon Lane,"Stockholm International Water Institute, Stockholm, Sweden",Sweden,jon.lane@siwi.org,NA,FALSE,NA,NA,NA,NA,/Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Rice; /Earth sciences/Atmospheric science/Atmospheric chemistry/Greenhouse gases; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Ecology and environmental sciences/Environmental chemistry/Atmospheric chemistry/Greenhouse gases; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Chemistry/Chemical compounds/Methane; /Physical sciences/Chemistry/Environmental chemistry/Atmospheric chemistry/Greenhouse gases; /Research and analysis methods/Animal studies/Experimental organism systems/Plant and algal models/Rice,journals.plos.org,10.1371/journal.pwat.0000517,Editorial,2026-02-09 +10.1371/journal.pwat.0000262,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000262,PLOS Water,Deconstructing and remaking power dynamics in WASH,2024,FALSE,0,NA,NA,1,Tanvi Nagpal,"Senior Associate (Non-resident), CSIS Global Food and Water Security Program, Washington, District of Columbia, United States of America",United States of America,Tanvi.Nagpal@gmail.com,https://orcid.org/0000-0001-6561-8280,Tanvi Nagpal,"Senior Associate (Non-resident), CSIS Global Food and Water Security Program, Washington, District of Columbia, United States of America",United States of America,Tanvi.Nagpal@gmail.com,https://orcid.org/0000-0001-6561-8280,FALSE,NA,NA,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Neuroscience/Learning and memory/Learning/Human learning; /Biology and life sciences/Psychology/Cognitive psychology/Learning/Human learning; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health education and awareness; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/North America/United States/North Carolina; /Social sciences/Psychology/Cognitive psychology/Learning/Human learning; /Social sciences/Sociology/Social discrimination/Racial discrimination,journals.plos.org,10.1371/journal.pwat.0000262,Opinion,2024-06-21 +10.1371/journal.pwat.0000184,3,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000184,PLOS Water,An invisible water surcharge: Climate warming increases crop water demand in the San Joaquin Valley’s groundwater-dependent irrigated agriculture,2024,FALSE,0,NA,NA,5,Kelley Moyers,"Department of Civil and Environmental Engineering, School of Engineering, University of California, Merced, Merced, California, United States of America",United States of America,NA,https://orcid.org/0000-0002-8731-7013,Joshua H. Viers,"Department of Civil and Environmental Engineering, School of Engineering, University of California, Merced, Merced, California, United States of America",United States of America,jviers@ucmerced.edu,https://orcid.org/0000-0001-7957-7942,TRUE,"The gridMET datasets are cataloged at https://thredds.northwestknowledge.net/thredds/reacch_climate_MET_catalog.html. Land use data are available online through the California Natural Resources Agency available at https://data.cnra.ca.gov/dataset/statewide-crop-mapping. Crop coefficients are available online California Natural Resources Agency available at https://data.cnra.ca.gov/dataset/cal-simetaw-unit-values. Code for calculations used in this manuscript is available on Github (https://github.com/kdrechsler2/Ag-Tax) and can be run in Octave (open access) or MATLAB. Spatial analyses were restricted to California Department of Water Resources sub-basin boundaries denominated as Planning Areas 606, 607, 608, 609, 702, 703, 704, 705, 706, 708, 709, and 710 described here https://data.cnra.ca.gov/dataset/ca-gw-basin-boundary-descriptions. These largely comport with the 15 groundwater basins used by Escriva-Bou et al. 2023. Map data sources for Fig 1 are cropping from CNRA as above; California State Outline from TIGER 2016 United State Census Bureau; and Global base map from Esri, HERE, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community.",available in online repository,https://thredds.northwestknowledge.net/thredds/reacch_climate_MET_catalog.html; https://data.cnra.ca.gov/dataset/statewide-crop-mapping; https://data.cnra.ca.gov/dataset/cal-simetaw-unit-values; https://github.com/kdrechsler2/Ag-Tax; https://data.cnra.ca.gov/dataset/ca-gw-basin-boundary-descriptions,github,/Biology and life sciences/Agriculture/Crop science/Crop management; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Organisms/Eukaryota/Plants/Fruits; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Ecology and environmental sciences/Drought; /Ecology and environmental sciences/Natural resources/Water resources; /Social sciences/Human geography/Land use,journals.plos.org,10.1371/journal.pwat.0000184,Research Article,2024-03-13 +10.1371/journal.pwat.0000235,3,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000235,PLOS Water,Conditions for successful nitrogen removal from source-separated urine by partial nitritation/anammox,2024,TRUE,2,pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000235.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000235.s002&type=supplementary,10,Valentin Faust,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,NA,https://orcid.org/0000-0001-7617-7425,Kai M. Udert,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,kai.udert@eawag.ch,https://orcid.org/0000-0002-8051-7362,TRUE,"The raw data of all measured parameters is available in the following FAIR repository: Eawag Research Data Institutional collection (ERIC),https://doi.org/10.25678/000CAR. The original contributions in the form of 16S rRNA data presented can be found under: https://www.ncbi.nlm.nih.gov/sra/PRJNA1051360.",available in online repository,https://doi.org/10.25678/000CAR; https://www.ncbi.nlm.nih.gov/sra/PRJNA1051360; 10.25678/000CAR,ncbi/genbank,/Biology and life sciences/Anatomy/Body fluids/Urine; /Biology and life sciences/Physiology/Body fluids/Urine; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Medicine and health sciences/Anatomy/Body fluids/Urine; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical compounds/Nitrites; /Physical sciences/Chemistry/Chemical elements/Nitrogen; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Ions/Cations; /Physical sciences/Materials science/Materials/Sludge,journals.plos.org,10.1371/journal.pwat.0000235,Research Article,2024-05-22 +10.1371/journal.pwat.0000278,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000278,PLOS Water,A review of residential water conservation policies and attempts to measure their effectiveness,2024,FALSE,0,NA,NA,3,Alexander Maas,"Dept. of Agricultural Economics and Rural Sociology, University of Idaho, Moscow, Idaho, United States of America",United States of America,alexmaas@uidaho.edu,https://orcid.org/0000-0002-6689-3628,Alexander Maas,"Dept. of Agricultural Economics and Rural Sociology, University of Idaho, Moscow, Idaho, United States of America",United States of America,alexmaas@uidaho.edu,https://orcid.org/0000-0002-6689-3628,FALSE,NA,NA,NA,NA,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Structural engineering/Built structures; /People and places/Geographical locations/North America/United States; /Social sciences/Economics/Industrial organization/Regulation of public utilities; /Social sciences/Economics/Microeconomics/Urban economics,journals.plos.org,10.1371/journal.pwat.0000278,Review,2024-08-19 +10.1371/journal.pwat.0000283,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000283,PLOS Water,Spatial and multivariate assessment of access to water for sustainable agriculture intensification in semi-arid Ghana,2024,TRUE,1,vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000283.s001&type=supplementary,9,Ebenezer N. K. Boateng,"Department of Geography and Regional Planning, University of Cape Coast, Cape Coast, Ghana",Ghana,ebenezer.boateng@stu.ucc.edu.gh,https://orcid.org/0000-0002-3911-5345,Ebenezer N. K. Boateng,"Department of Geography and Regional Planning, University of Cape Coast, Cape Coast, Ghana",Ghana,ebenezer.boateng@stu.ucc.edu.gh,https://orcid.org/0000-0002-3911-5345,TRUE,The data supporting the findings of this study are available in the Figshare repository at https://doi.org/10.6084/m9.figshare.26528080.v1. The data are publicly accessible and can be freely used under the terms provided in the repository.,available in online repository,https://doi.org/10.6084/m9.figshare.26528080.v1; 10.6084/m9.figshare.26528080.v1,figshare,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Sustainable agriculture; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Sustainability science/Sustainable agriculture; /Engineering and technology/Civil engineering/Urban infrastructure; /People and places/Population groupings/Professions/Agricultural workers,journals.plos.org,10.1371/journal.pwat.0000283,Research Article,2024-10-24 +10.1371/journal.pwat.0000322,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000322,PLOS Water,Correction: Transforming place-based management within watersheds in Fiji: The watershed interventions for systems health project,2024,FALSE,0,NA,NA,1,NA NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,journals.plos.org,10.1371/journal.pwat.0000322,Correction,2024-12-02 +10.1371/journal.pwat.0000318,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000318,PLOS Water,"Transboundary sky waters in the Middle East: Definition, challenges, and opportunities",2024,FALSE,0,NA,NA,2,Amin Dezfuli,"NASA Goddard Space Flight Center, Greenbelt, Maryland, United States of America",United States of America,amin.dezfuli@nasa.gov,https://orcid.org/0000-0003-3274-8542,Amin Dezfuli,"NASA Goddard Space Flight Center, Greenbelt, Maryland, United States of America",United States of America,amin.dezfuli@nasa.gov,https://orcid.org/0000-0003-3274-8542,FALSE,NA,NA,NA,NA,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Weather; /Earth sciences/Atmospheric science/Sky; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Chemistry/Chemical reactions/Chemical precipitation; /Physical sciences/Materials science/Materials/Dust; /Physical sciences/Physics/States of matter/Fluids/Vapors,journals.plos.org,10.1371/journal.pwat.0000318,Opinion,2024-12-02 +10.1371/journal.pwat.0000161,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000161,PLOS Water,"Assessing the sustained effects of a water filter intervention: A 30-month longitudinal study in Rwamagana, Rwanda",2024,TRUE,9,docx; docx; tif; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000161.s009&type=supplementary,7,Sabrina S. Haque,"Gangarosa Department of Environmental Health, Emory University Rollins School of Public Health, Atlanta, Georgia, United States of America",United States of America,NA,https://orcid.org/0000-0001-7876-9782,Thomas Clasen,"Gangarosa Department of Environmental Health, Emory University Rollins School of Public Health, Atlanta, Georgia, United States of America",United States of America,thomas.f.clasen@emory.edu,https://orcid.org/0000-0003-4062-5788,TRUE,Data is available in UNC Dataverse: https://doi.org/10.15139/S3/FZYJ6Z.,available in online repository,https://doi.org/10.15139/S3/FZYJ6Z; 10.15139/S3/FZYJ6Z,dataverse,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Environmental health; /People and places/Geographical locations/Africa/Rwanda; /Physical sciences/Materials science/Material properties/Surface properties/Surface temperature; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000161,Research Article,2024-07-25 +10.1371/journal.pwat.0000200,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000200,PLOS Water,Citarum Living Lab: Co-creating visions for sustainable river revitalisation,2024,FALSE,0,NA,NA,17,Paris Hadfield,"Monash Sustainable Development Institute, Monash University, Clayton, Victoria, Australia",Australia,paris.hadfield@monash.edu,https://orcid.org/0000-0001-9755-2650,Paris Hadfield,"Monash Sustainable Development Institute, Monash University, Clayton, Victoria, Australia",Australia,paris.hadfield@monash.edu,https://orcid.org/0000-0001-9755-2650,TRUE,"In accordance with our human research ethics protocols approved by Monash University Human Research Ethics Committee [Project ID: 31261], the qualitative data referenced in this study (including project meeting minutes, community workshop outputs, and researcher reflections) must remain private / confidential. Specifically, raw data is not permitted to be published or shared with external parties; publications can reference the organisation and role of participants in research activities, and where relevant, anonymised quotes from recorded interviews and workshops can be included. Otherwise, qualitative data is paraphrased and referenced in aggregate. The Monash University Human Research Ethics Committee can be contacted at muhrec@monash.edu +61 3 990 52052. For enquiries about access to internal project reports referenced in the paper, please contact the corresponding author.",in paper,NA,NA,/Biology and life sciences/Ecology/Community ecology; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Community ecology; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Physics/Classical mechanics/Reflection; /Research and analysis methods/Research design; /Social sciences/Sociology/Education/Workshops,journals.plos.org,10.1371/journal.pwat.0000200,Research Article,2024-08-23 +10.1371/journal.pwat.0000295,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000295,PLOS Water,"Comparison of passive and manual chlorination in small piped water networks in rural Ghana: Technical performance, ease-of-use, and cost",2024,TRUE,4,docx; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000295.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000295.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000295.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000295.s004&type=supplementary,12,Caroline Delaire,"The Aquaya Institute, Larkspur, California, United States of America",United States of America,caroline@aquaya.org,https://orcid.org/0000-0001-8359-6847,Caroline Delaire,"The Aquaya Institute, Larkspur, California, United States of America",United States of America,caroline@aquaya.org,https://orcid.org/0000-0001-8359-6847,TRUE,The dataset and analysis script have been made available as part of the supplementary information and on a GitHub repository.,available in online repository,NA,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Chemistry/Chemical elements/Manganese; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Electricity; /Physical sciences/Physics/Materials physics/Turbidity; /Social sciences/Economics/Finance,journals.plos.org,10.1371/journal.pwat.0000295,Research Article,2024-10-16 +10.1371/journal.pwat.0000185,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000185,PLOS Water,"Process evaluation of an urban piped water supply infrastructure improvement programme in Uvira, Democratic Republic of the Congo",2024,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000185.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000185.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000185.s003&type=supplementary,13,Karin Gallandat,"Department of Disease Control, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,k.gallandat@gmail.com,https://orcid.org/0000-0001-6412-1483,Karin Gallandat,"Department of Disease Control, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,k.gallandat@gmail.com,https://orcid.org/0000-0001-6412-1483,TRUE,Data used to generate Fig 4 are available on the following public Open Science Framework (OSF) folder: https://osf.io/76sev/?view_only=e96559353c004ca7ad048b68c42cd380 All household survey data used for preparation of the manuscript will be made available upon publication on the following OSF folder: https://osf.io/tdspg/?view_only=f85189ea00fd42b1b58ab81ec409c8ae All other documents and datasets referenced in the manuscript are available upon request from the corresponding author.,available in online repository,https://osf.io/76sev/?view_only=e96559353c004ca7ad048b68c42cd380; https://osf.io/tdspg/?view_only=f85189ea00fd42b1b58ab81ec409c8ae,osf,/Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Cholera; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Cholera; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation,journals.plos.org,10.1371/journal.pwat.0000185,Research Article,2024-10-31 +10.1371/journal.pwat.0000244,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000244,PLOS Water,"Evaluation of point-of-use treatments and biochar to reduce 1,2,3-trichloropropane (TCP) contamination in drinking water",2024,TRUE,11,docx; docx; docx; xps; docx; docx; docx; docx; docx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000244.s011&type=supplementary,7,B. Hope Hauptman,"Environmental Systems Graduate Group, University of California Merced, Merced, California, United States of America",United States of America,bhauptman@ucmerced.edu,https://orcid.org/0000-0002-3417-4143,B. Hope Hauptman,"Environmental Systems Graduate Group, University of California Merced, Merced, California, United States of America",United States of America,bhauptman@ucmerced.edu,https://orcid.org/0000-0002-3417-4143,TRUE,The data that support the findings of this study are available through Dryad at: https://doi.org/doi:10.5061/dryad.d51c5b09f.,available in online repository,https://doi.org/doi:10.5061/dryad.d51c5b09f; 10.5061/dryad.d51c5b09f,dryad,/Earth sciences/Geography/Cartography/Isotherms; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Energy and power/Fuels/Fossil fuels/Coal; /Physical sciences/Chemistry/Physical chemistry/Sorption; /Physical sciences/Chemistry/Physical chemistry/Sorption/Adsorption; /Physical sciences/Materials science/Materials/Contaminants; /Physical sciences/Materials science/Materials/Fuels/Fossil fuels/Coal; /Physical sciences/Materials science/Materials/Organic materials/Coal; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Research and analysis methods/Spectrum analysis techniques/Electron beam spectrum analysis techniques/X-ray photoelectron spectroscopy,journals.plos.org,10.1371/journal.pwat.0000244,Research Article,2024-07-05 +10.1371/journal.pwat.0000216,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000216,PLOS Water,Household water insecurity experience in the Upper West Region of Ghana: Insights for effective water resource management,2024,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000216.s001&type=supplementary,5,Cornelius K. A. Pienaah,"Department of Geography and Environment, University of Western Ontario, London, Ontario, Canada",Canada,cpienaah@uwo.ca,https://orcid.org/0000-0003-4528-3086,Cornelius K. A. Pienaah,"Department of Geography and Environment, University of Western Ontario, London, Ontario, Canada",Canada,cpienaah@uwo.ca,https://orcid.org/0000-0003-4528-3086,TRUE,All relevant data are within the paper and its Supporting Information files.,in paper,NA,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health education and awareness; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Ghana,journals.plos.org,10.1371/journal.pwat.0000216,Research Article,2024-06-06 +10.1371/journal.pwat.0000305,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000305,PLOS Water,An urgent call for resilient WASH solutions at fish landing sites,2024,FALSE,0,NA,NA,7,Tusabe Fred,"Infectious Diseases Institute, Makerere University, Kampala, Uganda",Uganda,tusabef@gmail.com,https://orcid.org/0000-0002-9716-6917,Tusabe Fred,"Infectious Diseases Institute, Makerere University, Kampala, Uganda",Uganda,tusabef@gmail.com,https://orcid.org/0000-0002-9716-6917,FALSE,NA,NA,NA,NA,/Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Fish; /Biology and life sciences/Zoology/Animals/Vertebrates/Fish; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene,journals.plos.org,10.1371/journal.pwat.0000305,Opinion,2024-10-23 +10.1371/journal.pwat.0000315,3,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000315,PLOS Water,"Disposable diaper consumption and waste in urban Ghana and Kenya: The role of manufacturing, distribution, and branding",2024,TRUE,1,xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000315.s001&type=supplementary,8,Joseph Okotto-Okotto,"Victoria Institute for Research on Environment and Development (VIRED) International, Rabuor, Kisumu County, Kenya",Kenya,NA,https://orcid.org/0000-0002-4656-8369,Moses Asamoah,"School of Economic, Social and Political Sciences, University of Southampton, Southampton, United Kingdom",United Kingdom of Great Britain and Northern Ireland,M.Asamoah@soton.ac.uk,https://orcid.org/0000-0002-2242-6366,TRUE,The data for the diaper use survey are available for download at https://dx.doi.org/10.5255/UKDA-SN-856911. UN-Comtrade international trade data are available from https://comtradeplus.un.org/.,available in online repository,https://dx.doi.org/10.5255/UKDA-SN-856911; https://comtradeplus.un.org/; 10.5255/UKDA-SN-856911,NA,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Medicine and health sciences/Pediatrics/Child health; /Medicine and health sciences/Public and occupational health/Child health; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Africa/Ghana; /People and places/Geographical locations/Africa/Kenya; /Physical sciences/Materials science/Materials/Plastics; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Economics/Commerce/International trade; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000315,Research Article,2024-12-11 +10.1371/journal.pwat.0000011,1,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000011,PLOS Water,Shared water facilities and risk of COVID-19 in resource-poor settings: A transmission modelling study,2022,TRUE,10,tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000011.s010&type=supplementary,10,Michael A. L. Hayashi,"Department of Epidemiology, School of Public Health, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,NA,https://orcid.org/0000-0003-3335-6196,Joseph N. S. Eisenberg,"Department of Epidemiology, School of Public Health, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,jnse@umich.edu,https://orcid.org/0000-0001-8019-296X,TRUE,Data was not collected for this modeling study. All scripts and models needed to reproduce the results presented in this manuscript are available in the following github public repository https://github.com/malhayashi/shared_water_covid.,available in online repository,https://github.com/malhayashi/shared_water_covid,github,/Biology and life sciences/Population biology/Population metrics/Population density; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Social distancing; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /People and places/Geographical locations/Africa/Kenya; /People and places/Geographical locations/Asia/India,journals.plos.org,10.1371/journal.pwat.0000011,Research Article,2022-03-09 +10.1371/journal.pwat.0000006,1,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000006,PLOS Water,Over the weekend: Water stagnation and contaminant exceedances in a green office building,2022,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000006.s001&type=supplementary,9,Elizabeth Montagnino,"Lyles School of Civil Engineering, Purdue University, West Lafayette, IN, United States of America",United States of America,NA,NA,Andrew J. Whelton,"Lyles School of Civil Engineering, Division of Environmental and Ecological Engineering, Purdue University, West Lafayette, IN, United States of America",United States of America,awhelton@purdue.edu,https://orcid.org/0000-0001-5934-3081,TRUE,All relevant data are within the paper and its Supporting Information files.,in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Biology and life sciences/Organisms/Bacteria/Legionella; /Biology and life sciences/Organisms/Bacteria/Legionella/Legionella pneumophila; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Research and analysis methods/Cell enumeration techniques/Total cell counting,journals.plos.org,10.1371/journal.pwat.0000006,Research Article,2022-03-09 +10.1371/journal.pwat.0000024,1,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000024,PLOS Water,Determinants of rural hand-pump functionality through maintenance provision in the Central African Republic,2022,TRUE,5,docx; docx; docx; docx; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s005&type=supplementary,6,Eliza Lynn Fink,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,NA,https://orcid.org/0000-0002-7812-2177,Pranav Chintalapati,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,pranav.c@ubc.ca,https://orcid.org/0000-0003-3263-9485,TRUE,Maintenance data records used in analysis are included as a csv file in Supplementary Information. R code used in data compilation and statistical analysis can be found on GitHub with this link: https://github.com/eliza-f/wfg_2021.,available in online repository,https://github.com/eliza-f/wfg_2021,github,/Computer and information sciences/Data management; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /People and places/Population groupings/Professions/Technicians; /Science policy/Science and technology workforce/Careers in research/Technicians; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Finance; /Social sciences/Human geography/Urban geography/Urban areas,journals.plos.org,10.1371/journal.pwat.0000024,Research Article,2022-06-09 +10.1371/journal.pwat.0000024,1,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000024,PLOS Water,Determinants of rural hand-pump functionality through maintenance provision in the Central African Republic,2022,TRUE,5,docx; docx; docx; docx; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000024.s005&type=supplementary,6,Eliza Lynn Fink,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,NA,https://orcid.org/0000-0002-7812-2177,Pranav Chintalapati,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,pranav.c@ubc.ca,https://orcid.org/0000-0003-3263-9485,TRUE,Maintenance data records used in analysis are included as a csv file in Supplementary Information. R code used in data compilation and statistical analysis can be found on GitHub with this link: https://github.com/eliza-f/wfg_2021.,available in online repository,https://github.com/eliza-f/wfg_2021,github,/Computer and information sciences/Data management; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /People and places/Population groupings/Professions/Technicians; /Science policy/Science and technology workforce/Careers in research/Technicians; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Finance; /Social sciences/Human geography/Urban geography/Urban areas,journals.plos.org,10.1371/journal.pwat.0000024,Research Article,2022-06-09 +10.1371/journal.pwat.0000022,1,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000022,PLOS Water,"Spatial heterogeneity of neighborhood-level water and sanitation access in informal urban settlements: A cross-sectional case study in Beira, Mozambique",2022,TRUE,6,docx; docx; docx; tif; tif; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000022.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000022.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000022.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000022.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000022.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000022.s006&type=supplementary,11,Courtney Victor,"Gangarosa Department of Environmental Health, Emory University, Atlanta, Georgia, United States of America",United States of America,courtney.m.poulos@emory.edu,https://orcid.org/0000-0002-3082-6423,Courtney Victor,"Gangarosa Department of Environmental Health, Emory University, Atlanta, Georgia, United States of America",United States of America,courtney.m.poulos@emory.edu,https://orcid.org/0000-0002-3082-6423,TRUE,Deidentified raw data and analysis code can be accessed on our project OSF (Open Science Framework) site upon publication at this link: https://osf.io/2a963/. Geocoded locations of study participants used to generate the maps will not be publicly available due to ethical concerns and protection of our study participants.,available in online repository,https://osf.io/2a963/,osf,/Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Mozambique; /People and places/Population groupings/Age groups/Children; /People and places/Population groupings/Families/Children; /Social sciences/Human geography/Social geography/Neighborhoods; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000022,Research Article,2022-06-09 +10.1371/journal.pwat.0000008,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000008,PLOS Water,"A model-based prediction and analysis of seasonal and tidal influence on pollutants distribution from city outfalls of river Ganges in West Bengal, India and its mapping using GIS tool",2022,TRUE,2,twenty; north,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000008.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000008.s002&type=supplementary,7,Sayanti Kar,"Department of Civil Engineering, Jadavpur University, Kolkata, India",India,NA,NA,Abhishek RoyChowdhury,"Environmental Science and Natural Resources, School of Science, Navajo Technical University, Crown Point, NM, United States of America",United States of America,aroychowdhury@navajotech.edu,https://orcid.org/0000-0001-6277-0404,TRUE,All the data has been provided in the supporting information files.,in paper,NA,NA,/Biology and life sciences/Toxicology/Toxic agents/Toxins/Heavy metals; /Earth sciences/Atmospheric science/Climatology/Monsoons; /Earth sciences/Geophysics/Tides; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxic agents/Toxins/Heavy metals; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical elements/Heavy metals; /Physical sciences/Mathematics/Algebra/Polynomials; /Physical sciences/Physics/Geophysics/Tides,journals.plos.org,10.1371/journal.pwat.0000008,Research Article,2022-02-15 +10.1371/journal.pwat.0000018,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000018,PLOS Water,PLOS Water: A bridge and a voice for the water sectors,2022,FALSE,0,NA,NA,2,Jennifer Davis,"Department of Civil & Environmental Engineering, Woods Institute for the Environment, Stanford University, Stanford, California, United States of America",United States of America,jennadavis@stanford.edu,https://orcid.org/0000-0001-5368-4002,Jennifer Davis,"Department of Civil & Environmental Engineering, Woods Institute for the Environment, Stanford University, Stanford, California, United States of America",United States of America,jennadavis@stanford.edu,https://orcid.org/0000-0001-5368-4002,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Geography/Human geography/Urban geography/Towns; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /Social sciences/Human geography/Urban geography/Towns; /Social sciences/Human geography/Urban geography/Urbanization; /Social sciences/Sociology/Culture,journals.plos.org,10.1371/journal.pwat.0000018,Editorial,2022-02-15 +10.1371/journal.pwat.0000012,1,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000012,PLOS Water,Solar circulator to restore dissolved oxygen in a hypoxic ice-covered lake,2022,TRUE,6,docx; docx; tiff; a; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000012.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000012.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000012.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000012.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000012.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000012.s006&type=supplementary,11,Kyle F. Flynn,"KF2 Consulting, Helena, Montana, United States of America",United States of America,kyle.f.flynn@gmail.com,NA,Kyle F. Flynn,"KF2 Consulting, Helena, Montana, United States of America",United States of America,kyle.f.flynn@gmail.com,NA,TRUE,The final dataset are available on Dryad: https://doi.org/10.5061/dryad.m37pvmd4j.,available in online repository,https://doi.org/10.5061/dryad.m37pvmd4j; 10.5061/dryad.m37pvmd4j,dryad,/Earth sciences/Glaciology/Polynyas; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Marine and aquatic sciences/Oceanography/Water columns; /Earth sciences/Seasons/Winter; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Environmental chemistry/Water chemistry/Aquatic hypoxia; /Physical sciences/Chemistry/Chemical elements/Oxygen; /Physical sciences/Chemistry/Environmental chemistry/Water chemistry/Aquatic hypoxia; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Materials physics/Turbidity,journals.plos.org,10.1371/journal.pwat.0000012,Research Article,2022-04-21 +10.1371/journal.pwat.0000014,1,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000014,PLOS Water,Dissolved oxygen sensor in an automated hyporheic sampling system reveals biogeochemical dynamics,2022,TRUE,5,tif; tif; tif; tif; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000014.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000014.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000014.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000014.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000014.s005&type=supplementary,17,Matthew H. Kaufman,"Pacific Northwest National Laboratory, Richland, Washington, United States of America",United States of America,matthew.kaufman@pnnl.gov,https://orcid.org/0000-0003-1498-8219,Matthew H. Kaufman,"Pacific Northwest National Laboratory, Richland, Washington, United States of America",United States of America,matthew.kaufman@pnnl.gov,https://orcid.org/0000-0003-1498-8219,TRUE,The dataset for this publication is hosted on ESS-DIVE and can be accessed at the following location: https://data.ess-dive.lbl.gov/datasets/doi:10.15485/1839767.,available in online repository,https://data.ess-dive.lbl.gov/datasets/doi:10.15485/1839767; 10.15485/1839767,NA,/Earth sciences/Geochemistry/Biogeochemistry; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Soil science/Soil perturbation; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Biogeochemistry; /Ecology and environmental sciences/Water quality/Dissolved oxygen; /Engineering and technology/Electronics engineering/Electronics/Solenoids; /Engineering and technology/Measurement/Time measurement; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Geochemistry/Biogeochemistry,journals.plos.org,10.1371/journal.pwat.0000014,Research Article,2022-04-26 +10.1371/journal.pwat.0000004,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000004,PLOS Water,Linking stormwater control performance to stream ecosystem outcomes: Incorporating a performance metric into effective imperviousness,2022,TRUE,8,pdf; pdf; pdf; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000004.s008&type=supplementary,11,Christopher J. Walsh,"Waterway Ecosystem Research Group, School of Ecosystem and Forest Sciences, The University of Melbourne, Burnley, Victoria, Australia",Australia,cwalsh@unimelb.edu.au,https://orcid.org/0000-0002-4181-6722,Christopher J. Walsh,"Waterway Ecosystem Research Group, School of Ecosystem and Forest Sciences, The University of Melbourne, Burnley, Victoria, Australia",Australia,cwalsh@unimelb.edu.au,https://orcid.org/0000-0002-4181-6722,TRUE,All data and code are available from the Open Science Framework: https://doi.org/10.17605/OSF.IO/57AZQ.,available in online repository,https://doi.org/10.17605/OSF.IO/57AZQ; 10.17605/OSF.IO/57AZQ,osf,/Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Ecology/Ecosystems/Urban ecosystems; /Biology and life sciences/Ecology/Urban ecology; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Ecology/Ecosystems/Urban ecosystems; /Ecology and environmental sciences/Ecology/Urban ecology; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Physical sciences/Mathematics/Statistics/Statistical models; /Research and analysis methods/Research design/Experimental design; /Research and analysis methods/Simulation and modeling,journals.plos.org,10.1371/journal.pwat.0000004,Research Article,2022-02-15 +10.1371/journal.pwat.0000010,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000010,PLOS Water,Water resources and trade: A research vision,2022,FALSE,0,NA,NA,2,Peter Debaere,"University of Virginia, Darden School of Business, Charlottesville, VA, United States of America",United States of America,NA,NA,Megan Konar,"University of Illinois at Urbana-Champaign, Civil and Environmental Engineering, Urbana, IL, United States of America",United States of America,mkonar@illinois.edu,https://orcid.org/0000-0003-0540-8438,FALSE,NA,NA,NA,NA,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Crop science/Crops; /Earth sciences/Hydrology/Water cycle; /Ecology and environmental sciences/Drought; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Population groupings/Professions/Agricultural workers; /Physical sciences/Mathematics/Mathematical economics/Econometrics; /Social sciences/Economics/Commerce/International trade; /Social sciences/Economics/Economic analysis/Econometrics; /Social sciences/Economics/Mathematical economics/Econometrics,journals.plos.org,10.1371/journal.pwat.0000010,Opinion,2022-02-15 +10.1371/journal.pwat.0000002,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000002,PLOS Water,Every rung counts–A retrospective analysis of global sanitation progress across the service-level ladder under the MDGs,2022,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000002.s001&type=supplementary,4,Julia Zimmerman,"Department of Civil, Construction and Environmental Engineering, University of Alabama, Tuscaloosa, Alabama, United States of America",United States of America,NA,NA,Mark Elliott,"Department of Civil, Construction and Environmental Engineering, University of Alabama, Tuscaloosa, Alabama, United States of America",United States of America,melliott2@ua.edu,https://orcid.org/0000-0002-7835-0612,TRUE,All data used in the analysis are available for download at my public research website (MS Excel format): https://melliott.people.ua.edu/data.html.,available in online repository,https://melliott.people.ua.edu/data.html,NA,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography/Geographic areas/Rural areas; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Ghana; /People and places/Geographical locations/Africa/South Sudan; /People and places/Geographical locations/Europe/European Union/Poland; /Social sciences/Human geography/Urban geography/Urban areas,journals.plos.org,10.1371/journal.pwat.0000002,Research Article,2022-02-15 +10.1371/journal.pwat.0000016,1,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000016,PLOS Water,A bias correction method for precipitation through recognizing mesoscale precipitation systems corresponding to weather conditions,2022,TRUE,9,tif; usgs; tif; tif; a; pptx; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000016.s009&type=supplementary,6,Takao Yoshikane,"Institute of Industrial Science, The University of Tokyo, Kashiwa-shi, Chiba, Japan",Japan,takao-y@iis.u-tokyo.ac.jp,https://orcid.org/0000-0003-1391-8892,Takao Yoshikane,"Institute of Industrial Science, The University of Tokyo, Kashiwa-shi, Chiba, Japan",Japan,takao-y@iis.u-tokyo.ac.jp,https://orcid.org/0000-0003-1391-8892,TRUE,"The MSM-GPV data were obtained from the archive system (http://apps.diasjp.net/gpv) of the Kitsuregawa laboratories at the Institute of Industrial Science, University of Tokyo. The Radar-AMeDAS data, which were provided by the JMA, are available by contacting the Japan Meteorological Business Support Center (http://www.jmbsc.or.jp/en/contact.html) by emailing the International Service Officer (jmbscab@jmbsc.or.jp). The official name of the Radar-AMeDAS dataset in Japan is “Kaiseki-Uryou”. Topographic data of U.S. Geological Survey (USGS) (http://www.usgs.gov) was used. Made with Natural Earth. Free vector and raster map data @ naturalearthdata.com. (http://www.naturalearthdata.com/about/terms-of-use/).",available in online repository,http://apps.diasjp.net/gpv; http://www.jmbsc.or.jp/en/contact.html; http://www.usgs.gov; http://www.naturalearthdata.com/about/terms-of-use/,NA,/Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Artificial intelligence/Machine learning/Support vector machines; /Computer and information sciences/Geoinformatics/Spatial autocorrelation; /Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geography/Geoinformatics/Spatial autocorrelation; /Earth sciences/Geology/Geological surveys; /Research and analysis methods/Precipitation techniques; /Research and analysis methods/Simulation and modeling,journals.plos.org,10.1371/journal.pwat.0000016,Research Article,2022-05-12 +10.1371/journal.pwat.0000026,1,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000026,PLOS Water,"Water, sanitation, and women’s empowerment: A systematic review and qualitative metasynthesis",2022,TRUE,12,a; docx; docx; docx; docx; docx; docx; docx; docx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000026.s012&type=supplementary,14,Bethany A. Caruso,"Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,bcaruso@emory.edu,https://orcid.org/0000-0001-9738-9857,Bethany A. Caruso,"Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,bcaruso@emory.edu,https://orcid.org/0000-0001-9738-9857,TRUE,The authors confirm that the data supporting the findings of this study are available within the article and its supplementary materials.,in paper,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Physiology/Physiological processes/Defecation; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/India; /Social sciences/Economics/Finance; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Sexual and gender issues,journals.plos.org,10.1371/journal.pwat.0000026,Research Article,2022-06-07 +10.1371/journal.pwat.0000020,1,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000020,PLOS Water,"Gapu, water, creates knowledge and is a life force to be respected",2022,FALSE,0,NA,NA,10,NA NA,NA,NA,NA,NA,Sarah Wright,"Gay’wu Group of Women, Discipline of Geography and Environmental Studies, The University of Newcastle, Newcastle, Australia",Australia,Sarah.wright@newcastle.edu.au,https://orcid.org/0000-0002-8595-4529,FALSE,NA,NA,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Neuroscience/Learning and memory/Learning/Human learning; /Biology and life sciences/Physiology/Biological locomotion/Walking; /Biology and life sciences/Psychology/Cognitive psychology/Learning/Human learning; /Earth sciences/Geophysics/Tides; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Marine environments/Sea water; /People and places/Demography/Indigenous populations; /People and places/Geographical locations/Oceania/Australia; /Physical sciences/Physics/Geophysics/Tides; /Social sciences/Anthropology/Indigenous populations; /Social sciences/Psychology/Cognitive psychology/Learning/Human learning; /Social sciences/Sociology/Human families,journals.plos.org,10.1371/journal.pwat.0000020,Review,2022-04-28 +10.1371/journal.pwat.0000021,1,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000021,PLOS Water,"Analysis of management systems for sustainability of infection prevention and control, and water sanitation and hygiene in healthcare facilities in the Greater Kampala Area, Uganda",2022,TRUE,3,xlsx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000021.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000021.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000021.s003&type=supplementary,18,John Bosco Isunju,"Disease Control and Environmental Health Department, Makerere University School of Public Health, Kampala, College of Health Sciences, Kampala, Uganda",Uganda,isunju@musph.ac.ug,https://orcid.org/0000-0001-7396-7851,John Bosco Isunju,"Disease Control and Environmental Health Department, Makerere University School of Public Health, Kampala, College of Health Sciences, Kampala, Uganda",Uganda,isunju@musph.ac.ug,https://orcid.org/0000-0001-7396-7851,TRUE,Data has been uploaded as supporting information,in paper,NA,NA,/Ecology and environmental sciences/Sustainability science; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Africa/Uganda; /Social sciences/Economics/Finance; /Social sciences/Economics/Finance/Financial management/Budgets,journals.plos.org,10.1371/journal.pwat.0000021,Research Article,2022-05-19 +10.1371/journal.pwat.0000007,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000007,PLOS Water,Operationalizing a routine wastewater monitoring laboratory for SARS-CoV-2,2022,TRUE,22,xlsx; xlsx; xlsx; xlsx; xlsx; pdf; pdf; pdf; pdf; pdf; pdf; png; png; png; png; png; png; png; png; png; png; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s020&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s021&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000007.s022&type=supplementary,11,Rose S. Kantor,"Department of Civil and Environmental Engineering, University of California, Berkeley, California, United States of America",United States of America,rkantor@berkeley.edu,https://orcid.org/0000-0002-5402-8979,Rose S. Kantor,"Department of Civil and Environmental Engineering, University of California, Berkeley, California, United States of America",United States of America,rkantor@berkeley.edu,https://orcid.org/0000-0002-5402-8979,TRUE,Data are available in the Supplementary Texts and Tables. Code is available at https://github.com/wastewaterlab/data_analysis.,available in online repository,https://github.com/wastewaterlab/data_analysis,github,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Engineering and technology/Systems engineering/Quality assurance; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /Research and analysis methods/Extraction techniques/RNA extraction; /Research and analysis methods/Research facilities/Research laboratories/Government laboratories,journals.plos.org,10.1371/journal.pwat.0000007,Research Article,2022-02-15 +10.1371/journal.pwat.0000003,1,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000003,PLOS Water,Institutional influences on local government support for professionalized maintenance of water supply infrastructure in rural Uganda: A qualitative analysis,2022,TRUE,6,pdf; pdf; pdf; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000003.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000003.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000003.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000003.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000003.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000003.s006&type=supplementary,5,Caleb Cord,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,caleb.cord@colorado.edu,https://orcid.org/0000-0001-5289-1093,Caleb Cord,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,caleb.cord@colorado.edu,https://orcid.org/0000-0001-5289-1093,TRUE,"Only qualitative data was used for this study. All data analyzed, with the exception of publicly available policy documents, was in the form of transcripts from semi-structured interviews. Excerpts from the interview transcripts are provided within the manuscript and summaries of the data’s contents relevant to the study are provided in supporting information tables. In accordance with the approved protocol #19-0605 by the University of Colorado Boulder Institutional Review Board and to minimize risks to our participants, raw data from this study in the form of interview transcripts may not be made publicly available for any purpose. Additionally, participants were informed that raw data would not be made publicly available as part of the approved verbal consent process. To ensure privacy and confidentiality and minimize risks to participants, no individuals who were part of this study may be enabled to access information regarding the other participants or the data they provided. Thus, all metadata provided in supporting information tables is completely de-identified and grouped only according to position classifications of “technical” or “political,” as defined in the “Methods” section of the manuscript.",in paper,NA,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Uganda; /Social sciences/Economics/Finance; /Social sciences/Law and legal sciences/Regulations; /Social sciences/Political science/Governments/Local governments,journals.plos.org,10.1371/journal.pwat.0000003,Research Article,2022-02-15 +10.1371/journal.pwat.0000032,1,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000032,PLOS Water,Field performance of the GaugeCam image-based water level measurement system,2022,TRUE,4,tif; tif; left; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000032.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000032.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000032.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000032.s004&type=supplementary,6,François Birgand,"Department of Biological & Agricultural Engineering, NC State University, Raleigh, NC, United States of America",United States of America,birgand@ncsu.edu,https://orcid.org/0000-0002-5366-1166,François Birgand,"Department of Biological & Agricultural Engineering, NC State University, Raleigh, NC, United States of America",United States of America,birgand@ncsu.edu,https://orcid.org/0000-0002-5366-1166,TRUE,All stage measurement values obtained manually from images and via sensors are fully available at https://doi.org/10.5061/dryad.2v6wwpzqk.,available in online repository,https://doi.org/10.5061/dryad.2v6wwpzqk; 10.5061/dryad.2v6wwpzqk,dryad,/Biology and life sciences/Biomechanics/Musculoskeletal mechanics; /Biology and life sciences/Chronobiology/Daylight; /Biology and life sciences/Physiology/Muscle physiology/Musculoskeletal mechanics; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Marshes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Marshes; /Ecology and environmental sciences/Daylight; /Engineering and technology/Equipment/Optical equipment/Cameras; /Engineering and technology/Equipment/Optical equipment/Optical lenses; /Physical sciences/Mathematics/Probability theory/Statistical distributions; /Physical sciences/Physics/Electromagnetic radiation/Light/Sunlight; /Physical sciences/Physics/Electromagnetic radiation/Solar radiation/Sunlight; /Research and analysis methods/Imaging techniques/Image analysis,journals.plos.org,10.1371/journal.pwat.0000032,Research Article,2022-07-21 +10.1371/journal.pwat.0000030,1,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000030,PLOS Water,"Effects of return flows on stream water quality and availability in the Upper Colorado, Delaware, and Illinois River Basins",2022,TRUE,3,tif; tif; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000030.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000030.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000030.s003&type=supplementary,3,Scott W. Ator,"U.S. Geological Survey, Baltimore, Maryland, United States of America",United States of America,swator@usgs.gov,https://orcid.org/0000-0002-9186-4837,Scott W. Ator,"U.S. Geological Survey, Baltimore, Maryland, United States of America",United States of America,swator@usgs.gov,https://orcid.org/0000-0002-9186-4837,TRUE,"Estimates of previously calibrated watershed models upon which results and interpretations reported herein for nitrogen and phosphorus are based are available in Miller et al. [85] for the Upper Colorado River Basin, Ator [86] for the Delaware River Basin, and Saad and Robertson [87] for the Illinois River Basin. Estimates from the previously calibrated salinity model for the Upper Colorado River Basin are available in Miller et al. [94].",NA,NA,NA,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Water quality; /People and places/Geographical locations/North America/United States/Colorado; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity; /Physical sciences/Materials science/Materials/Contaminants,journals.plos.org,10.1371/journal.pwat.0000030,Research Article,2022-07-11 +10.1371/journal.pwat.0000027,1,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000027,PLOS Water,"Improving water, sanitation, and hygiene (WASH), with a focus on hand hygiene, globally for community mitigation of COVID-19",2022,TRUE,2,docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000027.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000027.s002&type=supplementary,53,David Berendes,"Waterborne Disease Prevention Branch, Division of Foodborne, Waterborne, and Environmental Diseases, National Center for Emerging and Zoonotic Infectious Diseases, Centers for Disease Control and Prevention, Atlanta, Georgia, United States of America",United States of America,dberendes@cdc.gov,https://orcid.org/0000-0002-8303-9298,David Berendes,"Waterborne Disease Prevention Branch, Division of Foodborne, Waterborne, and Environmental Diseases, National Center for Emerging and Zoonotic Infectious Diseases, Centers for Disease Control and Prevention, Atlanta, Georgia, United States of America",United States of America,dberendes@cdc.gov,https://orcid.org/0000-0002-8303-9298,TRUE,Data is available in Supporting Information S1 Data.,in paper,NA,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Africa/Uganda; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Social sciences/Sociology/Education/Schools,journals.plos.org,10.1371/journal.pwat.0000027,Research Article,2022-06-15 +10.1371/journal.pwat.0000040,1,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000040,PLOS Water,Modelling point-of-consumption residual chlorine in humanitarian response: Can cost-sensitive learning improve probabilistic forecasts?,2022,TRUE,11,docx; docx; docx; png; png; png; png; png; png; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000040.s011&type=supplementary,7,Michael De Santi,"Department of Civil Engineering, Lassonde School of Engineering, York University, Toronto, Canada",Canada,desantim@yorku.ca,https://orcid.org/0000-0002-4308-8351,Michael De Santi,"Department of Civil Engineering, Lassonde School of Engineering, York University, Toronto, Canada",Canada,desantim@yorku.ca,https://orcid.org/0000-0002-4308-8351,TRUE,"The code to train, test, and evaluate the ANN-EFS is available on the SWOT Project's GitHub at the following link: https://github.com/safeh2o/swot_research_cost_sensitive. This repository also includes the cleaned Tanzania and Bangladesh datasets.",available in online repository,https://github.com/safeh2o/swot_research_cost_sensitive,github,/Biology and life sciences/Computational biology/Computational neuroscience/Artificial neural networks; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning; /Biology and life sciences/Neuroscience/Computational neuroscience/Artificial neural networks; /Biology and life sciences/Neuroscience/Learning and memory/Learning; /Biology and life sciences/Psychology/Cognitive psychology/Learning; /Computer and information sciences/Artificial intelligence/Artificial neural networks; /Computer and information sciences/Artificial intelligence/Machine learning; /Ecology and environmental sciences/Water quality; /People and places/Demography/Refugees; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Mathematics/Probability theory/Probability distribution; /Physical sciences/Mathematics/Statistics/Statistical methods/Forecasting; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Forecasting; /Social sciences/Psychology/Cognitive psychology/Learning,journals.plos.org,10.1371/journal.pwat.0000040,Research Article,2022-09-06 +10.1371/journal.pwat.0000044,1,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000044,PLOS Water,Mapping (mis)alignment within a collaborative network using homophily metrics,2022,TRUE,4,pdf; docx; zip; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000044.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000044.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000044.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000044.s004&type=supplementary,10,Kimberly Pugel,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, CO, United States of America",United States of America,NA,https://orcid.org/0000-0001-6974-3046,Amy Javernick-Will,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, CO, United States of America",United States of America,amy.javernick@colorado.edu,https://orcid.org/0000-0002-3933-2614,TRUE,All relevant data has been uploaded alongside the submission.,in paper,NA,NA,/Computer and information sciences/Network analysis; /Computer and information sciences/Network analysis/Network theory; /Computer and information sciences/Software engineering/Computer software; /Earth sciences/Geography/Human geography/Urban geography/Towns; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Software engineering/Computer software; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Materials science/Materials/Sludge; /Social sciences/Economics/Finance/Financial management/Budgets; /Social sciences/Human geography/Urban geography/Towns,journals.plos.org,10.1371/journal.pwat.0000044,Research Article,2022-09-21 +10.1371/journal.pwat.0000028,1,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000028,PLOS Water,"Dynamics of pelagic mucilage produced by the invasive, cyclotelloid diatom, Lindavia intermedia, in oligotrophic lakes of New Zealand",2022,TRUE,2,xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000028.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000028.s002&type=supplementary,5,Marc Schallenberg,"Department of Zoology, University of Otago, Dunedin, New Zealand",New Zealand,marc.schallenberg@otago.ac.nz,https://orcid.org/0000-0001-8139-5072,Marc Schallenberg,"Department of Zoology, University of Otago, Dunedin, New Zealand",New Zealand,marc.schallenberg@otago.ac.nz,https://orcid.org/0000-0001-8139-5072,TRUE,Data used in this study is available in the supplementary materials.,in paper,NA,NA,/Biology and life sciences/Cell biology/Cellular structures and organelles/Chloroplasts/Chlorophyll; /Biology and life sciences/Cell biology/Cellular types/Plant cells/Chloroplasts/Chlorophyll; /Biology and life sciences/Cell biology/Plant cell biology/Chloroplasts/Chlorophyll; /Biology and life sciences/Cell biology/Plant cell biology/Plant cells/Chloroplasts/Chlorophyll; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Phytoplankton; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Phytoplankton/Diatoms; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae/Phytoplankton; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae/Phytoplankton/Diatoms; /Biology and life sciences/Plant science/Plant cell biology/Chloroplasts/Chlorophyll; /Biology and life sciences/Plant science/Plant cell biology/Plant cells/Chloroplasts/Chlorophyll; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Phytoplankton; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Phytoplankton/Diatoms; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers/Chitin; /Physical sciences/Chemistry/Polymer chemistry/Polymers/Chitin; /Physical sciences/Materials science/Materials/Pigments/Organic pigments/Chlorophyll; /Physical sciences/Materials science/Materials/Polymers/Chitin,journals.plos.org,10.1371/journal.pwat.0000028,Research Article,2022-09-08 +10.1371/journal.pwat.0000035,1,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000035,PLOS Water,Source water vulnerability to elevated total dissolved solids within a mixed-use Appalachian River basin,2022,TRUE,4,pdf; docx; docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000035.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000035.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000035.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000035.s004&type=supplementary,3,Eric R. Merriam,"U.S. Army Corps of Engineers, Pittsburgh District, Pittsburgh, Pennsylvania, United States of America",United States of America,NA,NA,Michael P. Strager,"Davis College of Agriculture, Natural Resources, and Design, West Virginia University, Morgantown, West Virginia, United States of America",United States of America,mstrager@wvu.edu,https://orcid.org/0000-0002-3231-3197,TRUE,Data can be located in the below link and as supporting information file (S1 Data): https://docs.google.com/spreadsheets/d/1P_-_-E2l5iBOXnc2D2_aimZfgfDy20bD/edit?usp=sharing&ouid=116669551863523840450&rtpof=true&sd=true.,available in online repository,https://docs.google.com/spreadsheets/d/1P_-_-E2l5iBOXnc2D2_aimZfgfDy20bD/edit?usp=sharing&ouid=116669551863523840450&rtpof=true&sd=true,NA,/Biology and life sciences/Biochemistry/Lipids/Oils; /Biology and life sciences/Organisms/Eukaryota/Plants/Trees; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Social sciences/Human geography/Land use,journals.plos.org,10.1371/journal.pwat.0000035,Research Article,2022-08-24 +10.1371/journal.pwat.0000051,1,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000051,PLOS Water,Worldwide moderate-resolution mapping of lake surface chl-a reveals variable responses to global change (1997–2020),2022,TRUE,8,tif; a; tif; tif; a; lowess; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000051.s008&type=supplementary,5,Benjamin M. Kraemer,"IGB Leibniz Institute for Freshwater Ecology and Inland Fisheries, Berlin, Germany",Germany,ben.m.kraemer@gmail.com,https://orcid.org/0000-0002-3390-9005,Benjamin M. Kraemer,"IGB Leibniz Institute for Freshwater Ecology and Inland Fisheries, Berlin, Germany",Germany,ben.m.kraemer@gmail.com,https://orcid.org/0000-0002-3390-9005,TRUE,"GlobColour data (http://globcolour.info) used in this study has been developed, validated, and distributed by ACRI-ST, France. Geospatial and morphometric data for each lake is available from the previously published HydroLAKES database under the identifier doi: 10.1038/ncomms13603 and can be found at http://www.hydrosheds.org. All code used here are available under the identifier, DOI: 10.5281/zenodo.5026693.",available in online repository,http://globcolour.info; https://doi.org/10.1038/ncomms13603; http://www.hydrosheds.org; https://doi.org/10.5281/zenodo.5026693; 10.1038/ncomms13603; 10.5281/zenodo.5026693,zenodo,/Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Earth sciences/Geography/Cartography/Latitude; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Remote sensing,journals.plos.org,10.1371/journal.pwat.0000051,Research Article,2022-10-18 +10.1371/journal.pwat.0000025,1,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000025,PLOS Water,Advances on water quality modeling in burned areas: A review,2022,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000025.s001&type=supplementary,5,Marta Basso,"Department of Environment and Planning, Centre for Environmental and Marine Studies (CESAM), University of Aveiro, Aveiro, Portugal",Portugal,martabasso@ua.pt,https://orcid.org/0000-0002-1732-2933,Marta Basso,"Department of Environment and Planning, Centre for Environmental and Marine Studies (CESAM), University of Aveiro, Aveiro, Portugal",Portugal,martabasso@ua.pt,https://orcid.org/0000-0002-1732-2933,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Erosion; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Ecology and environmental sciences/Wildfires; /Physical sciences/Materials science/Materials/Contaminants; /Research and analysis methods/Simulation and modeling,journals.plos.org,10.1371/journal.pwat.0000025,Review,2022-07-25 +10.1371/journal.pwat.0000019,1,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000019,PLOS Water,"‘You feel how you look’: Exploring the impacts of unmet water, sanitation, and hygiene needs among rural people experiencing homelessness and their intersection with drug use",2022,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000019.s001&type=supplementary,4,April M. Ballard,"Gangarosa Department of Environmental Health, Emory University Rollins School of Public Health, Atlanta, GA, United States of America",United States of America,april.ballard@emory.edu,https://orcid.org/0000-0003-3839-5637,April M. Ballard,"Gangarosa Department of Environmental Health, Emory University Rollins School of Public Health, Atlanta, GA, United States of America",United States of America,april.ballard@emory.edu,https://orcid.org/0000-0003-3839-5637,TRUE,"Due to the nature of this research (including the sensitivity of topics explored during interviews and criminalization and stigma related to homelessness), participants of this study did not agree for their complete data to be shared publicly, so full interview transcripts are not available. However, participants did agree to de-identified excerpts or quotes from transcripts being available within publications. Thus, supporting excerpts that constitute the minimal dataset have been provided, as relevant, throughout the manuscript. Memos produced during analyses are available upon request as well.",on request,NA,NA,/Computer and information sciences/Network analysis/Social networks; /Earth sciences/Geography/Human geography/Housing; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Epidemiology/Medical risk factors/Traumatic injury risk factors/Violent crime/Domestic violence; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pharmacology/Drug research and development; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Traumatic injury risk factors/Violent crime/Domestic violence; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Social sciences/Human geography/Housing; /Social sciences/Sociology/Criminology/Crime/Violent crime/Domestic violence; /Social sciences/Sociology/Social networks,journals.plos.org,10.1371/journal.pwat.0000019,Research Article,2022-05-25 +10.1371/journal.pwat.0000017,1,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000017,PLOS Water,Water data for water science and management: Advancing an Internet of Water (IoW),2022,FALSE,0,NA,NA,2,Peter Colohan,"Internet of Water, Center for Geospatial Solutions, Lincoln Institute of Land Policy, Cambridge, Massachusetts, United States of America",United States of America,NA,NA,Kyle Onda,"Internet of Water, Center for Geospatial Solutions, Lincoln Institute of Land Policy, Cambridge, Massachusetts, United States of America",United States of America,konda@lincolninst.edu,https://orcid.org/0000-0002-4714-7654,FALSE,NA,NA,NA,NA,/Computer and information sciences/Computer networks/Internet; /Computer and information sciences/Data management; /Ecology and environmental sciences/Natural resources; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Social sciences/Political science/Public policy,journals.plos.org,10.1371/journal.pwat.0000017,Opinion,2022-03-02 +10.1371/journal.pwat.0000009,1,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000009,PLOS Water,Influence of water storage and plant crop factor on green roof retention and plant drought stress,2022,TRUE,6,tif; mm; xlsx; xlsx; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000009.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000009.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000009.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000009.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000009.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000009.s006&type=supplementary,8,Lubaina Soni,"School of Ecosystem and Forest Sciences, Faculty of Science, The University of Melbourne, Richmond, Victoria, Australia",Australia,sonil@student.unimelb.edu.au,https://orcid.org/0000-0003-4280-0789,Lubaina Soni,"School of Ecosystem and Forest Sciences, Faculty of Science, The University of Melbourne, Richmond, Victoria, Australia",Australia,sonil@student.unimelb.edu.au,https://orcid.org/0000-0003-4280-0789,TRUE,All relevant data are within the manuscript and its Supporting Information files.,in paper,NA,NA,/Biology and life sciences/Agriculture/Agronomy/Horticulture/Planting; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Developmental biology/Plant growth and development; /Biology and life sciences/Organisms/Eukaryota/Plants; /Biology and life sciences/Plant science/Plant growth and development; /Earth sciences/Atmospheric science/Meteorology/Rain; /Ecology and environmental sciences/Drought; /Ecology and environmental sciences/Natural resources/Water resources; /Research and analysis methods/Simulation and modeling,journals.plos.org,10.1371/journal.pwat.0000009,Research Article,2022-03-02 +10.1371/journal.pwat.0000046,1,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000046,PLOS Water,Downscaling approaches of climate change projections for watershed modeling: Review of theoretical and practical considerations,2022,TRUE,2,tif; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000046.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000046.s002&type=supplementary,5,Arturo A. Keller,"Bren School of Environmental Science & Management, University of California Santa Barbara, Santa Barbara, California, United States of America",United States of America,arturokeller@ucsb.edu,https://orcid.org/0000-0002-7638-662X,Arturo A. Keller,"Bren School of Environmental Science & Management, University of California Santa Barbara, Santa Barbara, California, United States of America",United States of America,arturokeller@ucsb.edu,https://orcid.org/0000-0002-7638-662X,FALSE,NA,NA,NA,NA,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Climatology/Climate modeling; /Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Weather; /Earth sciences/Geography/Physical geography/Watersheds; /Research and analysis methods/Precipitation techniques; /Research and analysis methods/Simulation and modeling; /Research and analysis methods/Simulation and modeling/Climate modeling,journals.plos.org,10.1371/journal.pwat.0000046,Review,2022-09-14 +10.1371/journal.pwat.0000057,1,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000057,PLOS Water,Using nudges for water demand management: A field experiment for water conservation,2022,TRUE,5,tif; tif; tif; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000057.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000057.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000057.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000057.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000057.s005&type=supplementary,7,Yurina Otaki,"Graduate School of Social Sciences, Hitotsubashi University, Tokyo, Japan",Japan,yurina.otaki@r.hit-u.ac.jp,https://orcid.org/0000-0001-9828-3448,Yurina Otaki,"Graduate School of Social Sciences, Hitotsubashi University, Tokyo, Japan",Japan,yurina.otaki@r.hit-u.ac.jp,https://orcid.org/0000-0001-9828-3448,TRUE,The data that support the findings of this study are openly available in figshare at https://doi.org/10.6084/m9.figshare.20547216.v1.,available in online repository,https://doi.org/10.6084/m9.figshare.20547216.v1; 10.6084/m9.figshare.20547216.v1,figshare,/Computer and information sciences/Data management/Data visualization/Infographics/Charts; /Computer and information sciences/Data management/Data visualization/Infographics/Graphs; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Analytical chemistry/Chemical analysis/Water analysis; /Physical sciences/Mathematics/Statistics/Statistical methods/Analysis of variance; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Analysis of variance; /Research and analysis methods/Research design/Survey research/Questionnaires; /Social sciences/Human geography/Urban geography/Urban areas,journals.plos.org,10.1371/journal.pwat.0000057,Research Article,2022-10-20 +10.1371/journal.pwat.0000037,1,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000037,PLOS Water,"Assessment of tap water quality in mobile homes in the Eastern Coachella Valley, California",2022,TRUE,8,a; tif; tif; tif; tif; tif; tif; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000037.s008&type=supplementary,4,Thomas D. Hile,"Department of Earth and Biological Sciences, Loma Linda University, Loma Linda, CA, United States of America",United States of America,Thile@students.llu.edu,https://orcid.org/0000-0002-0044-2728,Thomas D. Hile,"Department of Earth and Biological Sciences, Loma Linda University, Loma Linda, CA, United States of America",United States of America,Thile@students.llu.edu,https://orcid.org/0000-0002-0044-2728,TRUE,Data are publicly available at Figshare: https://doi.org/10.6084/m9.figshare.19551961.v1.,available in online repository,https://doi.org/10.6084/m9.figshare.19551961.v1; 10.6084/m9.figshare.19551961.v1,figshare,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Listeria monocytogenes; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Listeria monocytogenes; /Physical sciences/Chemistry/Chemical elements/Arsenic; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Mathematical and statistical techniques/Mathematical functions/Curve fitting; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000037,Research Article,2022-09-12 +10.1371/journal.pwat.0000031,1,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000031,PLOS Water,Cultivating effective utility-regulator relationships around innovation: Lessons from four case studies in the U.S. municipal wastewater sector,2022,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000031.s001&type=supplementary,3,Nell Green Nylen,"Center for Law, Energy & the Environment, School of Law, University of California Berkeley, Berkeley, California, United States of America",United States of America,ngreennylen@berkeley.edu,https://orcid.org/0000-0002-8708-4600,Nell Green Nylen,"Center for Law, Energy & the Environment, School of Law, University of California Berkeley, Berkeley, California, United States of America",United States of America,ngreennylen@berkeley.edu,https://orcid.org/0000-0002-8708-4600,TRUE,"This study analyzed qualitative data from semi-structured interviews and as well as information from publicly available documents. In accordance with the protocol No. 2017-07-10135, approved by the Institutional Review Board of the UC Berkeley Committee for Protection of Human Subjects, and to minimize risks to our participants, interview notes and recordings were only available to the core research team and may not be made publicly available. As part of the verbal consent process, participants were informed that we would not include their names or identifying information in research results. Unattributed excerpts from interviews are provided within the manuscript. These and other interview data informed the case studies and the summary of case studies in Table 1. To maintain privacy and confidentiality, we refer to interviewees generically throughout. Publicly available documents are cited in the text when used and are, therefore, included in the reference list.",in paper,NA,NA,/Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Energy and power/Bioenergy/Biofuels/Biogas; /Engineering and technology/Energy and power/Fuels/Biofuels/Biogas; /Medicine and health sciences/Epidemiology/Medical risk factors; /Physical sciences/Materials science/Materials/Fuels/Biofuels/Biogas; /Science policy/Technology regulations; /Social sciences/Law and legal sciences/Regulations,journals.plos.org,10.1371/journal.pwat.0000031,Research Article,2022-08-26 +10.1371/journal.pwat.0000047,1,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000047,PLOS Water,Realtime assessment of WASH coordination in three humanitarian emergencies,2022,TRUE,10,docx; docx; docx; docx; docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000047.s010&type=supplementary,10,Camille Heylen,"Department of Civil and Environmental Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,camille.heylen@tufts.edu,https://orcid.org/0000-0002-4588-6373,Camille Heylen,"Department of Civil and Environmental Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,camille.heylen@tufts.edu,https://orcid.org/0000-0002-4588-6373,TRUE,"This study only collected identifiable human subjects data protected by the Social, Behavioral, and Educational Research Institutional Review Board (SBER IRB) at Tufts University (#1910029). The Research Team needs permission from the Tufts SBER IRB (Meghan Pronovost - Meghan.Pronovost@tufts.edu) to share the data in a de-identified fashion.",NA,NA,NA,/Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Demography/Refugees; /People and places/Geographical locations/Asia/Yemen; /Research and analysis methods/Research design/Survey research/Surveys; /Science policy/Research funding/Government funding of science; /Social sciences/Political science/Governments; /Social sciences/Sociology/Communications,journals.plos.org,10.1371/journal.pwat.0000047,Research Article,2022-11-02 +10.1371/journal.pwat.0000038,1,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000038,PLOS Water,"Knowledge, attitudes, practices and behaviours (KAPB) around water, sanitation and hygiene (WASH) in villagers exposed to schistosomiasis in Zimbabwe",2022,TRUE,4,xlsx; xlsx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000038.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000038.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000038.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000038.s004&type=supplementary,11,Alexandra R. Lampard-Scotford,"Institute of Immunology & Infection Research, Ashworth Laboratories, University of Edinburgh, Edinburgh, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Alexandra.LampardScotford@ed.ac.uk,https://orcid.org/0000-0001-9128-6777,Alexandra R. Lampard-Scotford,"Institute of Immunology & Infection Research, Ashworth Laboratories, University of Edinburgh, Edinburgh, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Alexandra.LampardScotford@ed.ac.uk,https://orcid.org/0000-0001-9128-6777,TRUE,All relevant data are within the manuscript and the data evaluated in this paper are included in the Supporting Information files as S1 Data and S2 Data.,in paper,NA,NA,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Engineering and technology/Equipment/Communication equipment/Cell phones; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health education and awareness; /Medicine and health sciences/Medical conditions/Parasitic diseases/Helminth infections/Schistosomiasis; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Schistosomiasis; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Population groupings/Age groups/Children; /People and places/Population groupings/Families/Children; /Social sciences/Sociology/Culture,journals.plos.org,10.1371/journal.pwat.0000038,Research Article,2022-10-26 +10.1371/journal.pwat.0000062,1,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000062,PLOS Water,Nothing can go wrong–Introduction of alien crayfish to Europe,2022,FALSE,0,NA,NA,5,Kathrin Theissinger,"LOEWE Centre for Translational Biodiversity Genomics, Senckenberg Biodiversity and Climate Research Centre, Frankfurt, Germany",Germany,NA,https://orcid.org/0000-0001-7255-326X,Japo Jussila,"Department of Environmental and Biological Sciences, University of Eastern Finland, Kuopio, Suomi-Finland",NA,japo.jussila@uef.fi,https://orcid.org/0000-0001-6594-0923,FALSE,NA,NA,NA,NA,/Biology and life sciences/Conservation biology/Species extinction; /Biology and life sciences/Ecology/Community ecology/Ecological risk; /Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Evolutionary biology/Evolutionary processes/Species extinction; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Arthropoda/Crustaceans/Crayfish; /Biology and life sciences/Veterinary science/Veterinary diseases; /Biology and life sciences/Zoology/Animals/Invertebrates/Arthropoda/Crustaceans/Crayfish; /Ecology and environmental sciences/Conservation science/Conservation biology/Species extinction; /Ecology and environmental sciences/Ecology/Community ecology/Ecological risk; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Species colonization/Invasive species; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Plagues; /People and places/Geographical locations/Europe,journals.plos.org,10.1371/journal.pwat.0000062,Opinion,2022-11-08 +10.1371/journal.pwat.0000067,1,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000067,PLOS Water,Advancing antimicrobial resistance monitoring in surface waters with metagenomic and quasimetagenomic methods,2022,TRUE,1,vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000067.s001&type=supplementary,19,Andrea Ottesen,"Center for Veterinary Medicine, Food and Drug Administration, Laurel, Maryland, United States of America",United States of America,andrea.ottesen@gmail.com,https://orcid.org/0000-0002-6425-7943,Andrea Ottesen,"Center for Veterinary Medicine, Food and Drug Administration, Laurel, Maryland, United States of America",United States of America,andrea.ottesen@gmail.com,https://orcid.org/0000-0002-6425-7943,TRUE,All sequences have been deposited in NARMS Water: NARMS Water Metagenomes under the BioProject ID: PRJNA794347 (http://www.ncbi.nlm.nih.gov/bioproject/794347).,available in online repository,http://www.ncbi.nlm.nih.gov/bioproject/794347,ncbi/genbank,/Biology and life sciences/Genetics/Genomics/Metagenomics; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Klebsiella/Klebsiella pneumoniae; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Staphylococcus/Staphylococcus aureus; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Streptococcus/Pneumococcus; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Klebsiella/Klebsiella pneumoniae; /Biology and life sciences/Organisms/Bacteria/Staphylococcus/Staphylococcus aureus; /Biology and life sciences/Organisms/Bacteria/Streptococcus/Pneumococcus; /Earth sciences/Hydrology/Surface water; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Klebsiella/Klebsiella pneumoniae; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Staphylococcus/Staphylococcus aureus; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Streptococcus/Pneumococcus; /Medicine and health sciences/Pharmacology/Antimicrobial resistance; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000067,Research Article,2022-12-14 +10.1371/journal.pwat.0000055,2,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000055,PLOS Water,Biomimetic crossflow filtration with wave minimal surface geometry for particulate biochar water treatment,2023,TRUE,13,xlsx; xlsx; csv; dat; dat; asc; asc; asc; asc; asc; asc; asc; asc,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000055.s013&type=supplementary,5,Mason Anderson,"Department of Chemical and Biological Engineering, University of Idaho, Moscow, Idaho, United States of America",United States of America,NA,NA,Vibhav Durgesh,"Department of Mechanical Engineering, University of Idaho, Moscow, Idaho, United States of America",United States of America,vdurgesh@uidaho.edu,https://orcid.org/0000-0001-9937-0383,TRUE,The final analyzed data used in the paper for both the simulations and experiments are available as the supplementary information (compressed file).,in paper,NA,NA,/Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Electronics engineering/3D printing; /Physical sciences/Mathematics/Geometry; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow field; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Fluid flow; /Physical sciences/Physics/Classical mechanics/Motion/Velocity,journals.plos.org,10.1371/journal.pwat.0000055,Research Article,2023-01-23 +10.1371/journal.pwat.0000114,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000114,PLOS Water,Water supply and sanitation as climate action: A finance agenda,2023,FALSE,0,NA,NA,1,Paul O’Connell,"WaterEquity, Kansas City, MO, United States of America",United States of America,Poconnell@waterequity.org,NA,Paul O’Connell,"WaterEquity, Kansas City, MO, United States of America",United States of America,Poconnell@waterequity.org,NA,FALSE,NA,NA,NA,NA,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences/Economics/Finance,journals.plos.org,10.1371/journal.pwat.0000114,Opinion,2023-03-29 +10.1371/journal.pwat.0000045,1,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000045,PLOS Water,"A Google Earth-GIS based approach to examine the potential of the current rainwater harvesting practices to meet water demands in Mityana district, Uganda",2022,TRUE,1,vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000045.s001&type=supplementary,9,Jamiat Nanteza,"Department of Geography, Geo-Informatics and Climatic Sciences, Makerere University, Kampala, Uganda",Uganda,jamiat.nanteza@mak.ac.ug,https://orcid.org/0000-0002-0320-440X,Jamiat Nanteza,"Department of Geography, Geo-Informatics and Climatic Sciences, Makerere University, Kampala, Uganda",Uganda,jamiat.nanteza@mak.ac.ug,https://orcid.org/0000-0002-0320-440X,TRUE,Original data on rainwater harvesting tanks used in this study is from the Ministry of Water and Environment Uganda and requires a user to seek permission before access (http://wsdb.mwe.go.ug/). The contact for the ministry is Tel: +256 417 889 400 Email: mwe@mwe.go.ug.,available in online repository,http://wsdb.mwe.go.ug/,NA,/Biology and life sciences/Agriculture/Crop science/Crops/Cereal crops; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Hygiene/Hand washing; /People and places/Geographical locations/Africa/Uganda; /Social sciences/Economics,journals.plos.org,10.1371/journal.pwat.0000045,Research Article,2022-11-23 +10.1371/journal.pwat.0000041,2,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000041,PLOS Water,Occupational health and safety status of waste and sanitation workers: A qualitative exploration during the COVID-19 pandemic across Bangladesh,2023,TRUE,2,pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000041.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000041.s002&type=supplementary,16,Fazle Sharior,"Environmental Interventions Unit, Infectious Disease Division, International Center for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,NA,https://orcid.org/0000-0001-7576-3756,Mahbub-Ul Alam,"Environmental Interventions Unit, Infectious Disease Division, International Center for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,mahbubalam@icddrb.org,https://orcid.org/0000-0001-6940-364X,TRUE,"Our manuscript and the anonymized data within the Supporting Information files contain the minimal data set, which is used to reach the conclusions drawn in the manuscript. Authors used only qualitative data for this study. All analyzed data was in the form of transcripts from semi-structured interviews. Authors provided quotes from the interview transcripts within the manuscript, and summaries of the data's contents relevant to the study are provided in supporting information tables. Following the approval from the Research Committee of International Training Network - Bangladesh University of Engineering and Technology (ITN-BUET) and to minimize risks to the participants, raw data from this study in the form of interview transcripts may not be publicly available for any purpose. Additionally, the research team informed the participants that raw data would not be made publicly available as part of the approved written consent process. Furthermore, to ensure privacy and confidentiality, no individuals who were part of this study may be enabled to access information regarding the other participants or the data they provided. Thus, all data provided in supporting information tables is completely de-identified, summarized, and grouped only according to position classifications of ""officials from Local Government Institutes, government agencies, and relevant NGOs"" or ""sanitation and other waste workers,"" as defined in the ""Materials and methods"" section of the manuscript.",in paper,NA,NA,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Engineering and technology/Equipment/Safety equipment; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Safety/Safety equipment; /Social sciences/Economics/Labor economics/Employment/Jobs; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000041,Research Article,2023-01-26 +10.1371/journal.pwat.0000082,2,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000082,PLOS Water,Degradability of organic micropollutants with sonolysis—Quantification of the structural influence through QSPR modelling,2023,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000082.s001&type=supplementary,3,Judith Glienke,"Institute of Technical Chemistry and Environmental Chemistry, Friedrich Schiller University Jena, Jena, Germany",Germany,NA,https://orcid.org/0000-0002-2277-2218,Patrick Braeutigam,"Institute of Technical Chemistry and Environmental Chemistry, Friedrich Schiller University Jena, Jena, Germany",Germany,patrick.braeutigam@uni-jena.de,https://orcid.org/0000-0002-3274-1271,TRUE,All underlying data for this manuscript are included in the Supporting Information file.,in paper,NA,NA,/Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Pollution/Water pollution; /Physical sciences/Chemistry/Chemical compounds/Organic compounds; /Physical sciences/Chemistry/Chemical compounds/Phenols; /Physical sciences/Chemistry/Chemical radicals/Hydroxyl radicals; /Physical sciences/Chemistry/Chemical reactions/Substitution reactions; /Physical sciences/Chemistry/Organic chemistry/Organic compounds; /Physical sciences/Chemistry/Physical chemistry/Chemical radicals/Hydroxyl radicals; /Physical sciences/Mathematics/Statistics/Statistical methods/Multivariate analysis/Principal component analysis; /Physical sciences/Physics/Condensed matter physics/Electron density; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Multivariate analysis/Principal component analysis,journals.plos.org,10.1371/journal.pwat.0000082,Research Article,2023-01-30 +10.1371/journal.pwat.0000066,1,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000066,PLOS Water,Effect of SARS-CoV-2 digital droplet RT-PCR assay sensitivity on COVID-19 wastewater based epidemiology,2022,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000066.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000066.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000066.s003&type=supplementary,7,Sooyeol Kim,"Dept of Civil and Environmental Engineering, Stanford University, Stanford, CA, United States of America",United States of America,NA,NA,Alexandria B. Boehm,"Dept of Civil and Environmental Engineering, Stanford University, Stanford, CA, United States of America",United States of America,aboehm@stanford.edu,https://orcid.org/0000-0002-8162-5090,TRUE,All data are submitted to the Stanford Digital Repository and are available publicly. The link to the data is: https://exhibits.stanford.edu/data/catalog/km637ys9238.,available in online repository,https://exhibits.stanford.edu/data/catalog/km637ys9238,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Microbiology/Virology/Viral replication; /Biology and life sciences/Molecular biology/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction/Reverse transcriptase-polymerase chain reaction; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology; /Medicine and health sciences/Epidemiology/Disease surveillance/Infectious disease surveillance; /Medicine and health sciences/Epidemiology/Infectious disease epidemiology; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Infectious disease surveillance; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease epidemiology; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Research and analysis methods/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction/Reverse transcriptase-polymerase chain reaction,journals.plos.org,10.1371/journal.pwat.0000066,Research Article,2022-11-16 +10.1371/journal.pwat.0000087,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000087,PLOS Water,"Developing context-specific water, sanitation and hygiene guidance for National Cholera Plans: Qualitative inputs",2023,FALSE,0,NA,NA,5,Marine Ricau,"Department of Civil and Environmental Engineering, School of Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,marine.ricau@tufts.edu,https://orcid.org/0000-0002-7466-5975,Marine Ricau,"Department of Civil and Environmental Engineering, School of Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,marine.ricau@tufts.edu,https://orcid.org/0000-0002-7466-5975,TRUE,Excerpts of the transcripts relevant to the study have been made available within the paper. Full transcripts contain personally identifiable information and the study institutional review board for human subjects ethics approval precludes us from releasing identifiable information as this would be unethical,in paper,NA,NA,/Biology and life sciences/Psychology/Behavior/Habits; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Cholera; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Cholera; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Global health; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Preventive medicine; /Social sciences/Psychology/Behavior/Habits,journals.plos.org,10.1371/journal.pwat.0000087,Research Article,2023-06-16 +10.1371/journal.pwat.0000109,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000109,PLOS Water,Arsenic in groundwater in the Grand Canyon region and an evaluation of potential pathways for arsenic contamination of groundwater from breccia pipe uranium mining,2023,TRUE,2,mcl; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000109.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000109.s002&type=supplementary,3,Fred D. Tillman,"U.S. Geological Survey, Arizona Water Science Center, Tucson, Arizona, United States of America",United States of America,ftillman@usgs.gov,https://orcid.org/0000-0002-2922-402X,Fred D. Tillman,"U.S. Geological Survey, Arizona Water Science Center, Tucson, Arizona, United States of America",United States of America,ftillman@usgs.gov,https://orcid.org/0000-0002-2922-402X,TRUE,All data discussed in this manuscript are provided in the Supporting Information and are additionally available through online sources cited in the manuscript.,in paper,NA,NA,/Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Birds/Pigeons; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Birds/Pigeons; /Computer and information sciences/Data management/Data mining; /Earth sciences/Geochemistry; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Topography/Landforms/Canyons; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Chemistry/Chemical elements/Arsenic; /Physical sciences/Chemistry/Chemical elements/Uranium; /Physical sciences/Chemistry/Geochemistry,journals.plos.org,10.1371/journal.pwat.0000109,Research Article,2023-06-14 +10.1371/journal.pwat.0000092,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000092,PLOS Water,Reactivity of Fe-amended biochar for phosphorus removal and recycling from wastewater,2023,TRUE,7,docx; docx; 99; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000092.s007&type=supplementary,5,Daniel G. Strawn,"Department of Soil and Water Systems, University of Idaho, Moscow, Idaho",NA,dgstrawn@uidaho.edu,https://orcid.org/0000-0001-9073-7169,Daniel G. Strawn,"Department of Soil and Water Systems, University of Idaho, Moscow, Idaho",NA,dgstrawn@uidaho.edu,https://orcid.org/0000-0001-9073-7169,TRUE,All data are reported within the summitted manuscript.,in paper,NA,NA,/Biology and life sciences/Agriculture/Agrochemicals/Fertilizers; /Earth sciences/Geography/Cartography/Isotherms; /Physical sciences/Chemistry/Chemical compounds/Oxides/Iron oxides; /Physical sciences/Chemistry/Chemical compounds/Phosphates; /Physical sciences/Chemistry/Chemical reactions/Chemical precipitation; /Physical sciences/Chemistry/Physical chemistry/Sorption; /Physical sciences/Chemistry/Physical chemistry/Sorption/Adsorption; /Physical sciences/Materials science/Material properties/Solubility,journals.plos.org,10.1371/journal.pwat.0000092,Research Article,2023-04-28 +10.1371/journal.pwat.0000054,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000054,PLOS Water,Investigating technology opportunities toward improved Colorado water monitoring: Insights from key informant interviews and stakeholder surveys,2023,TRUE,2,2; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000054.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000054.s002&type=supplementary,6,Melanie Holland,"Mortenson Center in Global Engineering and Resilience, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,NA,NA,Evan Thomas,"Mortenson Center in Global Engineering and Resilience, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,ethomas@colorado.edu,https://orcid.org/0000-0003-3095-8407,TRUE,"Data is available here: Holland, Melanie; Demaree, Kat; Thomas, Evan. 2023. ""Data for: Investigating technology opportunities toward improved Colorado water monitoring: Insights from key informant interviews and stakeholder surveys"". Qualitative Data Repository. https://data.qdr.syr.edu/dataset.xhtml?persistentId=doi:10.5064/F6TFIYHX. QDR Main Collection. V1.",available in online repository,https://data.qdr.syr.edu/dataset.xhtml?persistentId=doi:10.5064/F6TFIYHX; 10.5064/F6TFIYHX,NA,/Biology and life sciences/Psychology/Psychological attitudes; /Computer and information sciences/Data management; /Earth sciences/Geology/Geological surveys; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/United States/Colorado; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Psychology/Psychological attitudes,journals.plos.org,10.1371/journal.pwat.0000054,Research Article,2023-06-09 +10.1371/journal.pwat.0000076,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000076,PLOS Water,"Contamination of groundwater with sulfamethoxazole and antibiotic resistant Escherichia coli in informal settlements in Kisumu, Kenya",2023,TRUE,2,docx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000076.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000076.s002&type=supplementary,9,Kellen J. Karimi,"Department of Clinical Microbiology & Infectious Diseases, School of Pathology, Faculty of Health Sciences, University of the Witwatersrand, Johannesburg, South Africa",South Africa,kkarimi@uonbi.ac.ke,https://orcid.org/0000-0001-7064-8003,Kellen J. Karimi,"Department of Clinical Microbiology & Infectious Diseases, School of Pathology, Faculty of Health Sciences, University of the Witwatersrand, Johannesburg, South Africa",South Africa,kkarimi@uonbi.ac.ke,https://orcid.org/0000-0001-7064-8003,TRUE,Data is attached as supplementary information.,in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance/Antibiotic resistance; /Biology and life sciences/Microbiology/Microbial control/Antimicrobials/Antibiotics; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pharmacology/Antimicrobial resistance/Antibiotic resistance; /Medicine and health sciences/Pharmacology/Drugs/Antimicrobials/Antibiotics; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Urology/Genitourinary infections/Urinary tract infections; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000076,Research Article,2023-04-24 +10.1371/journal.pwat.0000122,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000122,PLOS Water,Eliminating lead exposure from drinking water—A global call to action,2023,FALSE,0,NA,NA,17,Valerie Bauza,"The Water Institute, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,valerie.bauza@emory.edu,https://orcid.org/0000-0003-1919-0767,Valerie Bauza,"The Water Institute, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,valerie.bauza@emory.edu,https://orcid.org/0000-0003-1919-0767,FALSE,NA,NA,NA,NA,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Public and occupational health/Global health; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Physical sciences/Chemistry/Chemical reactions/Corrosion; /Social sciences/Economics/Commerce/Procurement; /Social sciences/Economics/Economic geography/Low and middle income countries,journals.plos.org,10.1371/journal.pwat.0000122,Opinion,2023-04-26 +10.1371/journal.pwat.0000056,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000056,PLOS Water,Making scarcity “enough”: The hidden household costs of adapting to water scarcity in Mexico City,2023,TRUE,3,docx; tinacos; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000056.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000056.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000056.s003&type=supplementary,5,Alyssa Huberts,"Department of Government, Harvard University, Cambridge, Massachusetts, United States of America",United States of America,alyssa_huberts@g.harvard.edu,https://orcid.org/0000-0002-4396-0007,Alyssa Huberts,"Department of Government, Harvard University, Cambridge, Massachusetts, United States of America",United States of America,alyssa_huberts@g.harvard.edu,https://orcid.org/0000-0002-4396-0007,TRUE,"This study primarily draws on a multidisciplinary research project that conducted in-depth, ethnographic research with participants who did not consent to share their potentially identifying data publicly. Because the field notes and transcripts contain detail that constitutes potentially identifying information, the full transcripts and field notes used for the qualitative analysis in this study are not available for public access. De-identified excerpts from the transcripts and field notes are included in the manuscript. Access to the restricted-used data is possible, subject to IRB approved research plans. Requests and inquiries about data access for NESTSMX data can be directed to the Mexican Exposures Data Access Committee at the University of Michigan (email: mexposdata@umich.edu). The Citizen Public Services Survey results, as well as all replication code, will be made available on the Harvard Dataverse in early 2023 at the following address: https://dataverse.harvard.edu/.",available in online repository,https://dataverse.harvard.edu/,dataverse,/Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/North America/Mexico; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Human geography/Social geography/Neighborhoods,journals.plos.org,10.1371/journal.pwat.0000056,Research Article,2023-03-08 +10.1371/journal.pwat.0000061,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000061,PLOS Water,"Estimation of groundwater recharge in semiarid regions under variable land use and rainfall conditions: A case study of Rajasthan, India",2023,TRUE,4,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000061.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000061.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000061.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000061.s004&type=supplementary,13,Basant Yadav,"Department of Water Resources Development and Management, Indian Institute of Technology Roorkee, Uttarakhand, India",India,NA,NA,Alison Parker,"School of Water, Energy and Environment, Cranfield University, Cranfield, United Kingdom",United Kingdom of Great Britain and Northern Ireland,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data underlying this paper can be accessed at: 10.17862/cranfield.rd.12967961.,available in online repository,https://doi.org/10.17862/cranfield.rd.12967961; 10.17862/cranfield.rd.12967961,NA,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural soil science; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Agriculture/Crop science/Crops/Cereal crops; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Millet; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Soil science/Agricultural soil science; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Evaporation; /Social sciences/Human geography/Land use,journals.plos.org,10.1371/journal.pwat.0000061,Research Article,2023-03-22 +10.1371/journal.pwat.0000081,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000081,PLOS Water,The Municipal Drinking Water Database,2023,TRUE,1,vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000081.s001&type=supplementary,6,Sara Hughes,"School for Environment and Sustainability, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,hughessm@umich.edu,https://orcid.org/0000-0002-1282-6235,Sara Hughes,"School for Environment and Sustainability, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,hughessm@umich.edu,https://orcid.org/0000-0002-1282-6235,TRUE,Data are available at https://doi.org/10.7910/DVN/DFB6NG.,available in online repository,https://doi.org/10.7910/DVN/DFB6NG; 10.7910/DVN/DFB6NG,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Population groupings/Professions/Police; /Research and analysis methods/Research design/Survey research/Census; /Social sciences/Economics/Finance; /Social sciences/Law and legal sciences/Criminal justice system/Law enforcement/Police; /Social sciences/Political science/Elections; /Social sciences/Political science/Governments/Local governments; /Social sciences/Political science/Governments/Municipal governments/City governments; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000081,Research Article,2023-04-10 +10.1371/journal.pwat.0000088,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000088,PLOS Water,Identifying trends in SARS-CoV-2 RNA in wastewater to infer changing COVID-19 incidence: Effect of sampling frequency,2023,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000088.s001&type=supplementary,4,Elana M. G. Chan,"Department of Civil and Environmental Engineering, Stanford University, Stanford, California, United States of America",United States of America,NA,https://orcid.org/0000-0002-7238-6833,Alexandria B. Boehm,"Department of Civil and Environmental Engineering, Stanford University, Stanford, California, United States of America",United States of America,aboehm@stanford.edu,https://orcid.org/0000-0002-8162-5090,TRUE,Wastewater data are publicly available through the Stanford Digital Repository (https://doi.org/10.25740/yg713sw8276).,available in online repository,https://doi.org/10.25740/yg713sw8276; 10.25740/yg713sw8276,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Molecular biology/Molecular biology techniques/Molecular biology assays and analysis techniques/Nucleic acid analysis/RNA analysis; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /Physical sciences/Mathematics/Statistics/Statistical data; /Research and analysis methods/Molecular biology techniques/Molecular biology assays and analysis techniques/Nucleic acid analysis/RNA analysis,journals.plos.org,10.1371/journal.pwat.0000088,Research Article,2023-04-06 +10.1371/journal.pwat.0000094,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000094,PLOS Water,Significant antimicrobial-producing vegetation uniquely shapes the stormwater biofilter microbiome with implications for enhanced faecal pathogen inactivation,2023,TRUE,3,docx; docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000094.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000094.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000094.s003&type=supplementary,3,Penelope Jane Galbraith,"Environmental and Public Health Microbiology Laboratory (EPHM Lab), Monash Water for Liveability, Department of Civil Engineering, Monash University, Clayton, Victoria, Australia",Australia,NA,https://orcid.org/0000-0003-3595-8190,David Thomas McCarthy,"Environmental and Public Health Microbiology Laboratory (EPHM Lab), Monash Water for Liveability, Department of Civil Engineering, Monash University, Clayton, Victoria, Australia",Australia,david.mccarthy@qut.edu.au,NA,TRUE,"All relevant data are contained within the paper and its three Supporting Information files. Sequencing data for all samples is available on the Short Read Archive, project reference ID PRJNA939271 (http://www.ncbi.nlm.nih.gov/bioproject/939271).",available in online repository,http://www.ncbi.nlm.nih.gov/bioproject/939271,ncbi/genbank,/Biology and life sciences/Ecology/Plant ecology/Plant-environment interactions/Rhizosphere; /Biology and life sciences/Genetics/Genomics/Microbial genomics/Microbiome; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Enterococcus/Enterococcus faecalis; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbiome; /Biology and life sciences/Microbiology/Microbial genomics/Microbiome; /Biology and life sciences/Organisms/Bacteria; /Biology and life sciences/Organisms/Bacteria/Actinobacteria; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterococcus/Enterococcus faecalis; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Plant science/Plant ecology/Plant-environment interactions/Rhizosphere; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Ecology and environmental sciences/Ecology/Plant ecology/Plant-environment interactions/Rhizosphere; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Enterococcus/Enterococcus faecalis; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Physics/Electromagnetic radiation/Light/Sunlight; /Physical sciences/Physics/Electromagnetic radiation/Solar radiation/Sunlight; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000094,Research Article,2023-03-21 +10.1371/journal.pwat.0000090,2,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000090,PLOS Water,Differentiating between urban flood risk as a unitary problem and as a strand in a braided problem set: Implications for administrative coordination,2023,FALSE,0,NA,NA,1,Sarah Michaels,"Department of Political Science and Faculty Fellow, Public Policy Center, University of Nebraska-Lincoln, Lincoln, NE, United States of America",United States of America,michaels2@unl.edu,https://orcid.org/0000-0003-0281-5003,Sarah Michaels,"Department of Political Science and Faculty Fellow, Public Policy Center, University of Nebraska-Lincoln, Lincoln, NE, United States of America",United States of America,michaels2@unl.edu,https://orcid.org/0000-0003-0281-5003,TRUE,All data are in the manuscript.,in paper,NA,NA,/Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Flooding; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Transportation; /Medicine and health sciences/Epidemiology/Medical risk factors; /People and places/Geographical locations/North America/United States/Nebraska; /Social sciences/Human geography/Social geography/Neighborhoods; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000090,Research Article,2023-03-24 +10.1371/journal.pwat.0000157,2,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000157,PLOS Water,Seasonal variation in household water insecurity in rural Bangladesh: A longitudinal analysis,2023,TRUE,14,a; docx; do; csv; csv; csv; csv; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; log,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000157.s014&type=supplementary,5,Lauren M. T. Broyles,"Department of Civil and Environmental Engineering, Pennsylvania State University, University Park, Pennsylvania, United States of America",United States of America,NA,https://orcid.org/0000-0003-2726-4930,Emily L. Pakhtigian,"School of Public Policy, Pennsylvania State University, University Park, Pennsylvania, United States of America",United States of America,emilypakhtigian@psu.edu,https://orcid.org/0000-0003-3532-5596,TRUE,All data and analysis files have been uploaded along with this submission.,in paper,NA,NA,/Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Cholera; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Cholera; /Physical sciences/Chemistry/Chemical elements/Arsenic,journals.plos.org,10.1371/journal.pwat.0000157,Research Article,2023-07-31 +10.1371/journal.pwat.0000103,2,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000103,PLOS Water,A multi-spatial analysis and the balanced requirements of freshwater mussels (Bivalvia: Unionidae) and urban inhabitants in the Cuyahoga River watershed,2023,TRUE,6,tiff; a; a; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000103.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000103.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000103.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000103.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000103.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000103.s006&type=supplementary,6,Tamar A. Atwell,"Department of Biological, Geological, and Environmental Sciences, Cleveland State University, Cleveland, Ohio, United States of America",United States of America,NA,NA,Robert A. Krebs,"Department of Biological, Geological, and Environmental Sciences, Cleveland State University, Cleveland, Ohio, United States of America",United States of America,r.krebs@csuohio.edu,NA,TRUE,Data are available in MS Theses https://engagedscholarship.csuohio.edu/etdarchive/1184/ https://engagedscholarship.csuohio.edu/etdarchive/1343/.,available in online repository,https://engagedscholarship.csuohio.edu/etdarchive/1184/; https://engagedscholarship.csuohio.edu/etdarchive/1343/,NA,/Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Molluscs/Bivalves/Mussels; /Biology and life sciences/Zoology/Animals/Invertebrates/Molluscs/Bivalves/Mussels; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Geology/Geological surveys; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Water quality; /Social sciences/Human geography/Land use,journals.plos.org,10.1371/journal.pwat.0000103,Research Article,2023-05-19 +10.1371/journal.pwat.0000049,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000049,PLOS Water,Examination of water quality at the household level and its association with diarrhea among young children in Ghana: Results from UNICEF-MICS6 survey,2023,FALSE,0,NA,NA,4,Mohammed Husein,"Department of Nutrition and Food Science, University of Ghana, Accra, Ghana",Ghana,NA,NA,Seth Armah,"Department of Nutrition, University of North Carolina at Greensboro, Greensboro, NC, United States of America",United States of America,s_armah@uncg.edu,https://orcid.org/0000-0003-3860-0522,TRUE,"We used publicly available Ghana UNICEF-MICS6 survey. UNICEF MICS. (2022). MICS6 TOOLS. Retrieved 6 1, 2022, from UNICEF: https://mics.unicef.org/tools#datacollection.",available in online repository,https://mics.unicef.org/tools#datacollection,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /People and places/Geographical locations/Africa/Ghana; /People and places/Population groupings/Age groups/Children; /People and places/Population groupings/Families/Children; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000049,Research Article,2023-06-13 +10.1371/journal.pwat.0000083,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000083,PLOS Water,Long-term effects of land-use change on water resources in urbanizing watersheds,2023,FALSE,0,NA,NA,2,Ammara Talib,"Department of Civil and Environmental Engineering, University of Wisconsin, Madison, Wisconsin, United States of America",United States of America,NA,https://orcid.org/0000-0003-3259-0220,Timothy O. Randhir,"Department of Environmental Conservation, University of Massachusetts, Amherst, Massachusetts, United States of America",United States of America,randhir@umass.edu,NA,TRUE,All relevant data are within the paper.,in paper,NA,NA,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Water quality; /Social sciences/Human geography/Land use,journals.plos.org,10.1371/journal.pwat.0000083,Research Article,2023-04-26 +10.1371/journal.pwat.0000139,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000139,PLOS Water,Rapid water quality field tests: Data revolution or dead end?,2023,FALSE,0,NA,NA,2,Katrina J. Charles,"School of Geography and the Environment, University of Oxford, Oxford, United Kingdom",United Kingdom of Great Britain and Northern Ireland,katrina.charles@ouce.ox.ac.uk,https://orcid.org/0000-0002-2236-7589,Katrina J. Charles,"School of Geography and the Environment, University of Oxford, Oxford, United Kingdom",United Kingdom of Great Britain and Northern Ireland,katrina.charles@ouce.ox.ac.uk,https://orcid.org/0000-0002-2236-7589,FALSE,NA,NA,NA,NA,/Biology and life sciences/Computational biology/Biological data management; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Computer and information sciences/Data management; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology/Medical risk factors; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000139,Opinion,2023-06-14 +10.1371/journal.pwat.0000121,2,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000121,PLOS Water,Saltwater intrusion and climate change impact on coastal agriculture,2023,FALSE,0,NA,NA,8,Paolo Tarolli,"Department of Land, Environment, Agriculture and Forestry, University of Padova, Legnaro, PD, Italy",Italy,paolo.tarolli@unipd.it,https://orcid.org/0000-0003-0043-5226,Paolo Tarolli,"Department of Land, Environment, Agriculture and Forestry, University of Padova, Legnaro, PD, Italy",Italy,paolo.tarolli@unipd.it,https://orcid.org/0000-0003-0043-5226,FALSE,NA,NA,NA,NA,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural soil science; /Biology and life sciences/Ecology/Ecosystems/Wetland ecosystems/Delta ecosystems; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments/Sea water; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Soil science/Agricultural soil science; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Marine environments/Sea water; /Ecology and environmental sciences/Ecology/Ecosystems/Wetland ecosystems/Delta ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity,journals.plos.org,10.1371/journal.pwat.0000121,Opinion,2023-04-27 +10.1371/journal.pwat.0000074,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000074,PLOS Water,Multi-pathway assessment of fecal contamination in urban areas of Abidjan: The case of Abobo municipality,2023,TRUE,8,pdf; pdf; pdf; pdf; pdf; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000074.s008&type=supplementary,8,Phaniwa Zié Zoumana Coulibaly,"Unité de formation et de Recherche des Sciences de la Terre et des Ressources Minières, Université Félix Houphouët-Boigny, Abidjan, Côte d’Ivoire",Côte d’Ivoire,coulbyph@gmail.com,https://orcid.org/0000-0002-3096-9061,Phaniwa Zié Zoumana Coulibaly,"Unité de formation et de Recherche des Sciences de la Terre et des Ressources Minières, Université Félix Houphouët-Boigny, Abidjan, Côte d’Ivoire",Côte d’Ivoire,coulbyph@gmail.com,https://orcid.org/0000-0002-3096-9061,TRUE,The data is available in the Dryad repository on the two following links: https://doi.org/10.5061/dryad.05qfttf83 https://datadryad.org/stash/share/EkofS8ie3rSequ58-BZ1aApNz0CuVSH6BgTZ3v38aGE.,available in online repository,https://doi.org/10.5061/dryad.05qfttf83; https://datadryad.org/stash/share/EkofS8ie3rSequ58-BZ1aApNz0CuVSH6BgTZ3v38aGE; 10.5061/dryad.05qfttf83,dryad,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Nutrition/Diet/Food; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Poisoning/Food poisoning; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Nutrition/Diet/Food; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Social sciences/Human geography/Social geography/Neighborhoods; /Social sciences/Sociology/Education/Schools,journals.plos.org,10.1371/journal.pwat.0000074,Research Article,2023-06-30 +10.1371/journal.pwat.0000073,2,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000073,PLOS Water,Risk assessment of drinking water intake contamination from agricultural activities using a Bayesian network,2023,TRUE,21,docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; draft; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s020&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000073.s021&type=supplementary,11,Raja Kammoun,"Department of Civil, Geological and Mining Engineering, Polytechnique Montréal, Montreal, Quebec, Canada",Canada,raja.kammoun@polymtl.ca,https://orcid.org/0000-0002-1059-109X,Raja Kammoun,"Department of Civil, Geological and Mining Engineering, Polytechnique Montréal, Montreal, Quebec, Canada",Canada,raja.kammoun@polymtl.ca,https://orcid.org/0000-0002-1059-109X,TRUE,Data are available at Open Science Framework: https://osf.io/zyekt/?view_only=01527a99a3374a2ab7879e42ff01052b Identifier: DOI 10.17605/OSF.IO/ZYEKT.,available in online repository,https://osf.io/zyekt/?view_only=01527a99a3374a2ab7879e42ff01052b; https://doi.org/10.17605/OSF.IO/ZYEKT; 10.17605/OSF.IO/ZYEKT,osf,/Biology and life sciences/Agriculture/Animal management/Animal production; /Biology and life sciences/Agriculture/Crop science/Crops; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Physical sciences/Mathematics/Probability theory/Probability distribution,journals.plos.org,10.1371/journal.pwat.0000073,Research Article,2023-07-27 +10.1371/journal.pwat.0000152,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000152,PLOS Water,Public toilets have reduced enteric pathogen hazards in San Francisco,2023,TRUE,20,docx; docx; docx; docx; docx; docx; docx; docx; top; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000152.s020&type=supplementary,12,Troy Barker,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,NA,NA,Joe Brown,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States of America",United States of America,joebrown@unc.edu,https://orcid.org/0000-0002-5200-4148,TRUE,"All data and code have been uploaded to a publicly accessible repository (Open Science Framework, OSF.io) and are available at this link: https://osf.io/3dnug/.",available in online repository,https://osf.io/3dnug/,osf,/Biology and life sciences/Biochemistry/Nucleic acids/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Genetics/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Shigella; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Shigella; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Nematoda/Trichuris; /Biology and life sciences/Organisms/Eukaryota/Protozoans/Cryptosporidium; /Biology and life sciences/Organisms/Eukaryota/Protozoans/Parasitic protozoans/Cryptosporidium; /Biology and life sciences/Zoology/Animals/Invertebrates/Nematoda/Trichuris; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Animal pathogens/Zoonotic pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Shigella; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000152,Research Article,2023-08-02 +10.1371/journal.pwat.0000071,2,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000071,PLOS Water,The enabling environment for citywide water service provision: Insights from six successful cities,2023,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000071.s001&type=supplementary,4,John T. Trimmer,"The Aquaya Institute, Nairobi, Kenya",Kenya,john.t@aquaya.org,https://orcid.org/0000-0002-4809-6684,John T. Trimmer,"The Aquaya Institute, Nairobi, Kenya",Kenya,john.t@aquaya.org,https://orcid.org/0000-0002-4809-6684,TRUE,All data used to develop this study’s findings are included in the manuscript and supporting information.,in paper,NA,NA,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences/Economics/Finance; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000071,Research Article,2023-06-26 +10.1371/journal.pwat.0000148,2,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000148,PLOS Water,Road salt intrusion dynamics in an ex-urban native wetland complex,2023,TRUE,18,xlsx; xlsx; xlsx; xlsx; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; wlw; tif; tif; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000148.s018&type=supplementary,7,Liliana M. Hernandez Gonzalez,"Department of Civil and Environmental Engineering, Northwestern University, Evanston, IL, United States of America",United States of America,lilianam.hernz@gmail.com,https://orcid.org/0000-0002-5259-0968,Liliana M. Hernandez Gonzalez,"Department of Civil and Environmental Engineering, Northwestern University, Evanston, IL, United States of America",United States of America,lilianam.hernz@gmail.com,https://orcid.org/0000-0002-5259-0968,TRUE,The data used in this research is publicly available at the Figshare Repository: https://doi.org/10.6084/m9.figshare.22106213.v3.,available in online repository,https://doi.org/10.6084/m9.figshare.22106213.v3; 10.6084/m9.figshare.22106213.v3,figshare,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Engineering and technology/Civil engineering/Transportation infrastructure/Roads; /Engineering and technology/Transportation/Transportation infrastructure/Roads; /Physical sciences/Chemistry/Chemical compounds/Chlorides; /Physical sciences/Materials science/Material properties/Thermal conductivity; /Physical sciences/Physics/Electricity/Electric conductivity; /Research and analysis methods/Precipitation techniques/Fractional precipitation/Salting out,journals.plos.org,10.1371/journal.pwat.0000148,Research Article,2023-07-31 +10.1371/journal.pwat.0000104,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000104,PLOS Water,"Martuwarra Fitzroy River Watershed: One society, one river law",2023,FALSE,0,NA,NA,4,NA NA,NA,NA,NA,NA,Magali McDuffie,"Education Partnerships, SAE Creative Institute, Navitas, Canberra, Australian Capital Territory, Australia",Australia,magali.mcduffie@sae.edu.au,https://orcid.org/0000-0002-4628-2918,TRUE,"All data and related metadata relating to this article has been deposited in appropriate, quoted data repositories.",available in online repository,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Sustainability science; /People and places/Demography/Indigenous populations; /People and places/Geographical locations/Oceania/Australia; /People and places/Population groupings/Ethnicities/Indigenous Australian people; /Social sciences/Anthropology/Indigenous populations; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Sociology/Culture,journals.plos.org,10.1371/journal.pwat.0000104,Research Article,2023-09-12 +10.1371/journal.pwat.0000183,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000183,PLOS Water,Spatiotemporal trends in particle-associated microbial communities in a chlorinated drinking water distribution system,2023,TRUE,1,xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000183.s001&type=supplementary,3,Madison Ferrebee,"Wadsworth Department of Civil & Environmental Engineering, West Virginia University, Morgantown, West Virginia, United States of America",United States of America,NA,NA,Emily Garner,"Wadsworth Department of Civil & Environmental Engineering, West Virginia University, Morgantown, West Virginia, United States of America",United States of America,emily.garner@mail.wvu.edu,https://orcid.org/0000-0002-1579-155X,TRUE,Data from this study has been deposited in the National Center for Biotechnology Information’s Sequence Read Archive under BioProject PRJNA961195.,available in online repository,NA,NA,/Biology and life sciences/Biochemistry/Biomarkers; /Biology and life sciences/Microbiology/Bacteriology/Bacterial biofilms; /Biology and life sciences/Microbiology/Biofilms/Bacterial biofilms; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Biology and life sciences/Organisms/Bacteria/Legionella/Legionella pneumophila; /Biology and life sciences/Organisms/Bacteria/Pseudomonas; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila,journals.plos.org,10.1371/journal.pwat.0000183,Research Article,2023-11-15 +10.1371/journal.pwat.0000101,2,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000101,PLOS Water,The future of global river health monitoring,2023,TRUE,4,rs; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000101.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000101.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000101.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000101.s004&type=supplementary,11,Lauren M. Kuehne,"Omfishient Consulting, Bremerton, Washington, United States of America",United States of America,lauren.kuehne@gmail.com,https://orcid.org/0000-0002-0054-613X,Lauren M. Kuehne,"Omfishient Consulting, Bremerton, Washington, United States of America",United States of America,lauren.kuehne@gmail.com,https://orcid.org/0000-0002-0054-613X,TRUE,No data is included in the paper.,in paper,NA,NA,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Water quality; /Engineering and technology/Remote sensing; /Medicine and health sciences/Public and occupational health/Global health,journals.plos.org,10.1371/journal.pwat.0000101,Research Article,2023-09-13 +10.1371/journal.pwat.0000129,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000129,PLOS Water,"A tale of two communities: Comparing user perceptions of condominial and conventional sewer systems in Salvador, Brazil",2023,TRUE,8,docx; docx; docx; pdf; dta; do; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000129.s008&type=supplementary,12,Fabiana Almerinda G. Palma,"Institute of Collective Health, Federal University of Bahia, Salvador, Bahia, Brazil",Brazil,NA,https://orcid.org/0000-0002-7345-4914,Federico Costa,"Institute of Collective Health, Federal University of Bahia, Salvador, Bahia, Brazil",Brazil,fcosta2001@gmail.com,NA,TRUE,"The datasets used and/or analyzed during the current study cannot be shared publicly because of personal information of participants in the survey. Researchers who wish to access the data can contact the data manager of the Oswaldo Cruz Foundation, Nivison Junior (nivisonjr@gmail.com).",not shareable,NA,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Equipment/Communication equipment/Cell phones; /Engineering and technology/Sanitary engineering/Sewage; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Quality of life; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/South America/Brazil; /Physical sciences/Mathematics/Statistics/Statistical methods/Statistical hypothesis testing/Chi square tests; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Statistical hypothesis testing/Chi square tests,journals.plos.org,10.1371/journal.pwat.0000129,Research Article,2023-11-06 +10.1371/journal.pwat.0000166,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000166,PLOS Water,Global microbial water quality data and predictive analytics: Key to health and meeting SDG 6,2023,FALSE,0,NA,NA,8,Joan B. Rose,"Department of Fisheries and Wildlife, and Plant Soil and Microbial Sciences, Michigan State University, East Lansing, Michigan, United States of America",United States of America,rosejo@msu.edu,https://orcid.org/0000-0002-5871-0211,Joan B. Rose,"Department of Fisheries and Wildlife, and Plant Soil and Microbial Sciences, Michigan State University, East Lansing, Michigan, United States of America",United States of America,rosejo@msu.edu,https://orcid.org/0000-0002-5871-0211,FALSE,NA,NA,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens; /Computer and information sciences/Data management; /Computer and information sciences/Data management/Data visualization; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens,journals.plos.org,10.1371/journal.pwat.0000166,Review,2023-08-23 +10.1371/journal.pwat.0000140,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000140,PLOS Water,Using detrending to assess SARS-CoV-2 wastewater loads as a leading indicator of fluctuations in COVID-19 cases at fine temporal scales: Correlations across twenty sewersheds in North Carolina,2023,TRUE,27,tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; docx; docx; docx; docx; tif; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s020&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s021&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s022&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s023&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s024&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s025&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s026&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000140.s027&type=supplementary,24,Kelly Hoffman,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,NA,https://orcid.org/0000-0003-3065-3515,Ariel Christensen,"Department of Epidemiology, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,ariel.christensen@dhhs.nc.gov,https://orcid.org/0000-0003-3925-1475,TRUE,"All wastewater data and geocoded COVID-19 cases are available by date and wastewater treatment plant here - https://covid19.ncdhhs.gov/dashboard/data-behind-dashboards. Please scroll to the ""wastewater monitoring"" tab on the page. Then toggle to download the ""viral gene copies per person"" in one csv/excel file and the ""new cases per 10,000 persons"" in a csv/excel file.",available in online repository,https://covid19.ncdhhs.gov/dashboard/data-behind-dashboards,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Microbiology/Virology/Viral transmission and infection/Viral load; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology; /Medicine and health sciences/Epidemiology/Disease surveillance; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /People and places/Geographical locations/North America/United States/North Carolina,journals.plos.org,10.1371/journal.pwat.0000140,Research Article,2023-10-18 +10.1371/journal.pwat.0000171,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000171,PLOS Water,Microbial community function and bacterial pathogen composition in pit latrines in peri-urban Malawi,2023,TRUE,9,a; a; tif; white; tif; tif; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000171.s009&type=supplementary,10,Savanna K. Smith,"Department of Civil, Construction and Environmental Engineering, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,NA,https://orcid.org/0009-0004-5195-1081,Francis L. de los Reyes,"Department of Civil, Construction and Environmental Engineering, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,delosreyes@ncsu.edu,https://orcid.org/0000-0002-3593-0932,TRUE,Raw sequencing data and the associated metadata is available through the National Center for Biotechnology Information (NCBI) Sequence Read Archive (SRA) database under the accession code PRJNA913150.,available in online repository,NA,NA,/Biology and life sciences/Biochemistry/Nucleic acids/RNA/Non-coding RNA/Ribosomal RNA; /Biology and life sciences/Biochemistry/Ribosomes/Ribosomal RNA; /Biology and life sciences/Cell biology/Cellular structures and organelles/Ribosomes/Ribosomal RNA; /Biology and life sciences/Ecology/Ecological metrics/Species diversity; /Biology and life sciences/Genetics/Genomics/Microbial genomics/Microbiome; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbiome; /Biology and life sciences/Microbiology/Microbial genomics/Microbiome; /Biology and life sciences/Organisms/Archaea; /Biology and life sciences/Organisms/Archaea/Methanogens; /Ecology and environmental sciences/Ecology/Ecological metrics/Species diversity; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Physical sciences/Materials science/Materials/Sludge,journals.plos.org,10.1371/journal.pwat.0000171,Research Article,2023-10-18 +10.1371/journal.pwat.0000186,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000186,PLOS Water,"Key mechanisms of a gender and socially inclusive community engagement and participatory design approach in the RISE program in Makassar, Indonesia and Suva, Fiji",2023,TRUE,3,pdf; docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000186.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000186.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000186.s003&type=supplementary,21,Naomi Francis,"Monash Sustainable Development Institute, Monash University, Melbourne, Victoria, Australia",Australia,NA,https://orcid.org/0000-0002-2434-8680,Becky Batagol,"Monash Sustainable Development Institute, Monash University, Melbourne, Victoria, Australia",Australia,Becky.Batagol@monash.edu,https://orcid.org/0000-0003-2501-8541,TRUE,All relevant data are included in the paper.,in paper,NA,NA,/Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/Indonesia; /People and places/Geographical locations/Oceania/Fiji; /People and places/Geographical locations/Oceania/Indonesia; /People and places/Population groupings/Age groups/Adults/Elderly,journals.plos.org,10.1371/journal.pwat.0000186,Research Article,2023-11-03 +10.1371/journal.pwat.0000204,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000204,PLOS Water,"Correction: A Google Earth-GIS based approach to examine the potential of the current rainwater harvesting practices to meet water demands in Mityana district, Uganda.",2023,FALSE,0,NA,NA,6,Jamiat Nanteza,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,journals.plos.org,10.1371/journal.pwat.0000204,Correction,2023-11-14 +10.1371/journal.pwat.0000201,2,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000201,PLOS Water,How do water matrices influence QSPR models in wastewater treatment?–A case study on the sonolytic elimination of phenol derivates,2023,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000201.s001&type=supplementary,3,Judith Glienke,"Institute of Technical Chemistry and Environmental Chemistry, Friedrich Schiller University Jena, Jena, Germany",Germany,NA,https://orcid.org/0000-0002-2277-2218,Patrick Braeutigam,"Institute of Technical Chemistry and Environmental Chemistry, Friedrich Schiller University Jena, Jena, Germany",Germany,patrick.braeutigam@uni-jena.de,https://orcid.org/0000-0002-3274-1271,TRUE,All underlying data for this manuscript are included in the Supporting Information file.,in paper,NA,NA,/Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Signal processing/Autocorrelation; /Physical sciences/Chemistry/Chemical compounds/Chlorides; /Physical sciences/Chemistry/Chemical compounds/Organic compounds/Carbohydrates/Monosaccharides/Glucose; /Physical sciences/Chemistry/Chemical compounds/Phenols; /Physical sciences/Chemistry/Chemical compounds/Salts; /Physical sciences/Chemistry/Chemical compounds/Salts/Sodium chloride; /Physical sciences/Chemistry/Chemical radicals/Hydroxyl radicals; /Physical sciences/Chemistry/Organic chemistry/Organic compounds/Carbohydrates/Monosaccharides/Glucose; /Physical sciences/Chemistry/Physical chemistry/Chemical radicals/Hydroxyl radicals; /Physical sciences/Mathematics/Statistics/Statistical methods/Autocorrelation; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Autocorrelation,journals.plos.org,10.1371/journal.pwat.0000201,Research Article,2023-11-14 +10.1371/journal.pwat.0000163,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000163,PLOS Water,Cholera risk in Lusaka: A geospatial analysis to inform improved water and sanitation provision,2023,TRUE,4,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000163.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000163.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000163.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000163.s004&type=supplementary,9,Peter W. Gething,"John Curtin Distinguished Professor, Curtin School of Population Health, Faculty of Health Sciences, Curtin University, Bentley, Western Australia, Australia",Australia,NA,NA,Sophie Ayling,"Water Global Practice, World Bank Group, Washington, DC, United States of America",United States of America,sophie2ayling@gmail.com,https://orcid.org/0000-0003-1109-3970,TRUE,Publicly available data is accessible on the GitHub link https://github.com/worldbank/zambia-cholera-geospatial-modelling. Cholera case data can be requested from the Zambia National Public Health Institute (ZNPHI) or the National Health Research Authority (NHRA). Email addresses for contacting officials at either institution are Mazyanga Mazaba mazyanga.mazaba@znphi.co.zm and Sandra Sakala sandrasakala@gmail.com respectively. Copy authors Solomon Sitinadziwe Kagulura and Sophie Ayling in any requests made.,available in online repository,https://github.com/worldbank/zambia-cholera-geospatial-modelling,github,/Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Bacterial diseases/Cholera; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Cholera; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Zambia; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000163,Research Article,2023-08-22 +10.1371/journal.pwat.0000168,2,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000168,PLOS Water,Waterborne viruses in urban groundwater environments,2023,TRUE,1,tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000168.s001&type=supplementary,1,Marta Rusiñol,"Laboratory of Viruses Contaminants of Water and Food, Departament de Genètica, Microbiologia i Estadística, Facultat de Biologia, Universitat de Barcelona, Barcelona, Catalonia, Spain",Spain,mrusinol@ub.edu,https://orcid.org/0000-0002-6546-8857,Marta Rusiñol,"Laboratory of Viruses Contaminants of Water and Food, Departament de Genètica, Microbiologia i Estadística, Facultat de Biologia, Universitat de Barcelona, Barcelona, Catalonia, Spain",Spain,mrusinol@ub.edu,https://orcid.org/0000-0002-6546-8857,FALSE,NA,NA,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Hepatitis viruses/Hepatitis A virus; /Biology and life sciences/Microbiology/Virology/Viral structure/Virions; /Biology and life sciences/Organisms/Viruses/Viral pathogens; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Hepatitis viruses/Hepatitis A virus; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Sanitary engineering/Sewage; /Medicine and health sciences/Epidemiology; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Hepatitis viruses/Hepatitis A virus; /Physical sciences/Chemistry/Physical chemistry/Sorption/Adsorption,journals.plos.org,10.1371/journal.pwat.0000168,Review,2023-08-17 +10.1371/journal.pwat.0000202,2,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000202,PLOS Water,Safe and sustainable water in cities,2023,FALSE,0,NA,NA,2,Abishek Sankara Narayan,"Department of Sanitation, Water and Solid Waste for Development, Swiss Federal Institute of Aquatic Science and Technology (Eawag), Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,Abishek Sankara Narayan,"Department of Sanitation, Water and Solid Waste for Development, Swiss Federal Institute of Aquatic Science and Technology (Eawag), Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,FALSE,NA,NA,NA,NA,/Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance/Antibiotic resistance; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pharmacology/Antimicrobial resistance/Antibiotic resistance; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000202,Editorial,2023-10-30 +10.1371/journal.pwat.0000127,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000127,PLOS Water,"Household, neighbourhood and service provider risk factors for piped drinking-water intermittency in urban and peri-urban Zambia: A cross-sectional analysis",2024,TRUE,21,tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; 7z,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s020&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000127.s021&type=supplementary,4,Mair L. H. Thomas-Possee,"Geography and Environmental Science, University of Southampton, Southampton, United Kingdom",United Kingdom of Great Britain and Northern Ireland,mairthomas-poseee@wateraid.org,https://orcid.org/0000-0003-1899-2434,Mair L. H. Thomas-Possee,"Geography and Environmental Science, University of Southampton, Southampton, United Kingdom",United Kingdom of Great Britain and Northern Ireland,mairthomas-poseee@wateraid.org,https://orcid.org/0000-0003-1899-2434,TRUE,The original contributions presented in the study are publicly available. The data can be found at the following: Service provider data can be accessed at: https://database.ib-net.org/countries_results?ctry=29&years=2018&type=report&ent=country&mult=true&report=1&table=true&chart=false&chartType=column&lang=EN&exch=1. 2018 DHS data is available on application via the public repository: https://dhsprogram.com/methodology/survey/survey-display-542.cfm. Regulator data is openly available and can be extracted from the following report: https://www.nwasco.org.zm/index.php/media-center/publications/water-supply-and-sanitation-sector-reports. All code and publicly available data has been provided as supplementary materials to allow full transparency and replication of the analysis that has been undertaken.,available in online repository,https://database.ib-net.org/countries_results?ctry=29&years=2018&type=report&ent=country&mult=true&report=1&table=true&chart=false&chartType=column&lang=EN&exch=1; https://dhsprogram.com/methodology/survey/survey-display-542.cfm; https://www.nwasco.org.zm/index.php/media-center/publications/water-supply-and-sanitation-sector-reports,dhs program,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Language; /Biology and life sciences/Psychology/Cognitive psychology/Language; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Zambia; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Human geography/Social geography/Neighborhoods; /Social sciences/Human geography/Urban geography/Urbanization; /Social sciences/Psychology/Cognitive psychology/Language,journals.plos.org,10.1371/journal.pwat.0000127,Research Article,2024-02-05 +10.1371/journal.pwat.0000224,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000224,PLOS Water,Simultaneous detection and quantification of multiple pathogen targets in wastewater,2024,TRUE,20,docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000224.s020&type=supplementary,11,Gouthami Rao,"Department of Environmental Sciences and Engineering, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,NA,NA,Joe Brown,"Department of Environmental Sciences and Engineering, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,joebrown@unc.edu,https://orcid.org/0000-0002-5200-4148,TRUE,All data from this manuscript is available on a publicly accessible repository at Open Science Framework: https://osf.io/rg36f/.,available in online repository,https://osf.io/rg36f/,osf,/Biology and life sciences/Anatomy/Body fluids/Milk; /Biology and life sciences/Biochemistry/Nucleic acids/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Genetics/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Nutrition/Diet/Beverages/Milk; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Physiology/Body fluids/Milk; /Medicine and health sciences/Anatomy/Body fluids/Milk; /Medicine and health sciences/Epidemiology/Disease surveillance/Infectious disease surveillance; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Infectious disease surveillance; /Medicine and health sciences/Nutrition/Diet/Beverages/Milk; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000224,Research Article,2024-02-01 +10.1371/journal.pwat.0000209,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000209,PLOS Water,Precipitation impacts the physicochemical water quality and abundance of microbial source tracking markers in urban Texas watersheds,2024,TRUE,12,tif; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000209.s012&type=supplementary,7,Kiran Kumar Vadde,"School of Civil & Environmental Engineering, and Construction Management, University of Texas at San Antonio, San Antonio, Texas, United States of America",United States of America,NA,https://orcid.org/0000-0002-3946-1918,Vikram Kapoor,"School of Civil & Environmental Engineering, and Construction Management, University of Texas at San Antonio, San Antonio, Texas, United States of America",United States of America,vikram.kapoor@utsa.edu,https://orcid.org/0000-0002-7159-0883,TRUE,All relevant data is included in the Supporting Information file.,in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Dogs; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Ruminants; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Dogs; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Ruminants; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Bodies of water/Ponds; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000209,Research Article,2024-02-01 +10.1371/journal.pwat.0000213,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000213,PLOS Water,Assessing inequalities in urban water security through geospatial analysis,2024,TRUE,2,pdf; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000213.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000213.s002&type=supplementary,5,Juliana Marçal,"Water Innovation and Research Centre (WIRC), Department of Chemical Engineering, University of Bath, Bath, United Kingdom",United Kingdom of Great Britain and Northern Ireland,jm2842@bath.ac.uk,https://orcid.org/0000-0002-6843-8469,Juliana Marçal,"Water Innovation and Research Centre (WIRC), Department of Chemical Engineering, University of Bath, Bath, United Kingdom",United Kingdom of Great Britain and Northern Ireland,jm2842@bath.ac.uk,https://orcid.org/0000-0002-6843-8469,TRUE,All data supporting this study is free access data and the sources and collections details are provided as supplementary information accompanying this paper. The code used for the analysis and results figures is also made available at: https://github.com/J-Marcal/WSF_IneqAnalysis.,available in online repository,https://github.com/J-Marcal/WSF_IneqAnalysis,github,/Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Sanitary engineering/Sewage; /People and places/Geographical locations/South America/Brazil; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Human geography/Urban geography/Urban areas; /Social sciences/Human geography/Urban geography/Urbanization,journals.plos.org,10.1371/journal.pwat.0000213,Research Article,2024-02-01 +10.1371/journal.pwat.0000226,3,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000226,PLOS Water,Enhancing discharge estimation from SWOT satellite data in a tropical tidal river environment,2024,TRUE,7,pdf; green; tiff; tiff; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000226.s007&type=supplementary,8,Francisco Rodrigues do Amaral,"Université Grenoble Alpes, CNRS, INRAE, IRD, Grenoble INP, IGE, Grenoble, France",France,francisco.amaral@univ-grenoble-alpes.fr,https://orcid.org/0009-0009-1499-6738,Francisco Rodrigues do Amaral,"Université Grenoble Alpes, CNRS, INRAE, IRD, Grenoble INP, IGE, Grenoble, France",France,francisco.amaral@univ-grenoble-alpes.fr,https://orcid.org/0009-0009-1499-6738,TRUE,The in-situ data used in this study was acquired from the following open-access publication: https://www.sciencedirect.com/science/article/pii/S2352340923002664?via%3Dihub This data can be downloaded directly from the following public repository: https://dataverse.ird.fr/dataset.xhtml?persistentId=doi:10.23708/NKQDNB.,available in online repository,https://www.sciencedirect.com/science/article/pii/S2352340923002664?via%3Dihub; https://dataverse.ird.fr/dataset.xhtml?persistentId=doi:10.23708/NKQDNB; 10.23708/NKQDNB,dataverse,/Earth sciences/Geophysics/Tides; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Estuaries; /Earth sciences/Marine and aquatic sciences/Bodies of water/Oceans; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Physical sciences/Mathematics/Numerical analysis/Interpolation; /Physical sciences/Physics/Geophysics/Tides; /Research and analysis methods/Mathematical and statistical techniques/Mathematical functions,journals.plos.org,10.1371/journal.pwat.0000226,Research Article,2024-02-12 +10.1371/journal.pwat.0000106,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000106,PLOS Water,Stage and discharge prediction from documentary time-lapse imagery,2024,TRUE,3,pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000106.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000106.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000106.s003&type=supplementary,6,Kenneth W. Chapman,"Conservation and Survey Division - School of Natural Resources, University of Nebraska - Lincoln, Lincoln, Nebraska, United States of America",United States of America,NA,https://orcid.org/0000-0001-9940-263X,Troy E. Gilmore,"Conservation and Survey Division - School of Natural Resources, University of Nebraska - Lincoln, Lincoln, Nebraska, United States of America",United States of America,gilmore@unl.edu,https://orcid.org/0000-0001-9939-4780,TRUE,All image feature datasets and models are available via https://doi.org/10.32873/unl.dr.20210322. Platte Basin Timelapse imagery is available to University of Nebraska personnel and collaborators for research and teaching.,available in online repository,https://doi.org/10.32873/unl.dr.20210322; 10.32873/unl.dr.20210322,NA,/Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Artificial intelligence/Machine learning/Machine learning algorithms; /Computer and information sciences/Data management/Data visualization/Infographics/Graphs; /Earth sciences/Hydrology/Surface water; /Engineering and technology/Equipment/Optical equipment/Cameras; /Engineering and technology/Signal processing/Image processing; /Physical sciences/Mathematics/Applied mathematics/Algorithms/Kalman filter; /Physical sciences/Mathematics/Applied mathematics/Algorithms/Machine learning algorithms; /Research and analysis methods/Imaging techniques; /Research and analysis methods/Simulation and modeling/Algorithms/Kalman filter; /Research and analysis methods/Simulation and modeling/Algorithms/Machine learning algorithms,journals.plos.org,10.1371/journal.pwat.0000106,Research Article,2024-04-16 +10.1371/journal.pwat.0000227,3,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000227,PLOS Water,"Spatial and seasonal variation in disinfection byproducts concentrations in a rural public drinking water system: A case study of Martin County, Kentucky, USA",2024,TRUE,14,pdf; pdf; pdf; pdf; pdf; pdf; pdf; pdf; tiff; nhd; tiff; tiff; tiff; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000227.s014&type=supplementary,11,Jason M. Unrine,"Department of Plant and Soil Sciences, University of Kentucky, Lexington, Kentucky, United States of America",United States of America,Jason.Unrine@uky.edu,https://orcid.org/0000-0003-3012-5261,Jason M. Unrine,"Department of Plant and Soil Sciences, University of Kentucky, Lexington, Kentucky, United States of America",United States of America,Jason.Unrine@uky.edu,https://orcid.org/0000-0003-3012-5261,TRUE,"Data are available from the University of Kentucky Center for Clinical and Translational Science RedCAP data repository (https://www.ccts.uky.edu/services-resources-researchers/redcap) for researchers who meet the criteria for access to human subjects data. To access the data, please contact the database administrator, Brent Seeders (brent.seeders@uky.edu) and request access to data from the Martin County Drinking Water Project.",available in online repository,https://www.ccts.uky.edu/services-resources-researchers/redcap,NA,/Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Earth sciences/Seasons/Summer; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/North America/United States/Kentucky; /Physical sciences/Chemistry/Chemical compounds/Bromides; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Materials science/Material properties/Thermal conductivity,journals.plos.org,10.1371/journal.pwat.0000227,Research Article,2024-03-04 +10.1371/journal.pwat.0000188,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000188,PLOS Water,"Perceptions of drinking water: Understanding the role of individualized water quality data in Detroit, Michigan",2024,TRUE,16,tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000188.s016&type=supplementary,8,Alyssa Schubert,"Civil and Environmental Engineering, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,NA,https://orcid.org/0000-0001-9884-2289,Nancy G. Love,"Civil and Environmental Engineering, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,nglove@umich.edu,https://orcid.org/0000-0002-9184-2451,TRUE,All data are available at https://github.com/alyssaschubert/Alyssa-research/tree/Interview-Data.,available in online repository,https://github.com/alyssaschubert/Alyssa-research/tree/Interview-Data,github,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception; /Biology and life sciences/Neuroscience/Sensory perception; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /People and places/Geographical locations/North America/United States/Michigan; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception; /Social sciences/Sociology/Communications,journals.plos.org,10.1371/journal.pwat.0000188,Research Article,2024-04-02 +10.1371/journal.pwat.0000246,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000246,PLOS Water,The water adaptation techniques atlas: A new geospatial library of solutions to water scarcity in the U.S. Southwest,2024,FALSE,0,NA,NA,11,Noah Silber-Coats,"USDA Southwest Climate Hub, Las Cruces, New Mexico, United States of America",United States of America,noahsc@nmsu.edu,https://orcid.org/0000-0002-1978-0970,Noah Silber-Coats,"USDA Southwest Climate Hub, Las Cruces, New Mexico, United States of America",United States of America,noahsc@nmsu.edu,https://orcid.org/0000-0002-1978-0970,TRUE,All data are available in the manuscript and on the WATA website (embed link: https://webapps.jornada.nmsu.edu/wata/).,available in online repository,https://webapps.jornada.nmsu.edu/wata/,NA,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Crop science/Crop management; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Organisms/Eukaryota/Plants/Flowering plants/Medicago/Alfalfa; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Maize; /Biology and life sciences/Organisms/Eukaryota/Plants/Legumes/Fabaceae/Medicago/Alfalfa; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Maize; /Research and analysis methods/Animal studies/Experimental organism systems/Plant and algal models/Maize; /Research and analysis methods/Model organisms/Maize,journals.plos.org,10.1371/journal.pwat.0000246,Research Article,2024-06-26 +10.1371/journal.pwat.0000217,3,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000217,PLOS Water,"Research priorities for water, sanitation and hygiene (WASH) in humanitarian crises: A global prioritisation exercise",2024,TRUE,5,docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000217.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000217.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000217.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000217.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000217.s005&type=supplementary,9,Lauren D'Mello-Guyett,"Environmental Health Group, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,lauren.dmello-guyett@lshtm.ac.uk,https://orcid.org/0000-0002-8174-1737,Lauren D'Mello-Guyett,"Environmental Health Group, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,lauren.dmello-guyett@lshtm.ac.uk,https://orcid.org/0000-0002-8174-1737,TRUE,All data can be found in the Supplementary Materials.,in paper,NA,NA,/Biology and life sciences/Physiology/Physiological parameters/Body weight; /Earth sciences/Atmospheric science/Climatology/Climate change; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Research and analysis methods/Research design/Survey research; /Research and analysis methods/Research design/Survey research/Surveys,journals.plos.org,10.1371/journal.pwat.0000217,Research Article,2024-03-05 +10.1371/journal.pwat.0000132,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000132,PLOS Water,Complex drivers of geomorphic response and habitat formation revealed in multiyear monitoring of Cosumnes River experimental floodplain reconnection,2024,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000132.s001&type=supplementary,2,Britne Clifton,"Environmental Systems, University of California Merced, Merced, California, United States of America",United States of America,bclifton2@ucmerced.edu,https://orcid.org/0000-0002-1962-4660,Britne Clifton,"Environmental Systems, University of California Merced, Merced, California, United States of America",United States of America,bclifton2@ucmerced.edu,https://orcid.org/0000-0002-1962-4660,TRUE,Data is accessible via this Dryad repository: https://doi.org/10.5061/dryad.0p2ngf26q. All data created during this study is found within the dataset. This data includes all processed and corrected data utilized for the various figures and analysis conducted in this study. Further information is available within the metadata and specific layer/data information provided with the data set.,available in online repository,https://doi.org/10.5061/dryad.0p2ngf26q; 10.5061/dryad.0p2ngf26q,dryad,/Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Plant science/Plant anatomy/Wood; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Erosion; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Ecosystems; /Engineering and technology/Remote sensing/Lidar,journals.plos.org,10.1371/journal.pwat.0000132,Research Article,2024-04-17 +10.1371/journal.pwat.0000175,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000175,PLOS Water,A study of illegal dumping near coastal zones and waterways in Grenada: Advancing waste management solutions and reducing marine litter,2024,TRUE,6,docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000175.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000175.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000175.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000175.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000175.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000175.s006&type=supplementary,1,Roxanne E. D. Graham,"World Maritime University-Sasakawa Global Ocean Institute, Malmö, Sweden",Sweden,w2005412@wmu.se,https://orcid.org/0000-0002-2613-5750,Roxanne E. D. Graham,"World Maritime University-Sasakawa Global Ocean Institute, Malmö, Sweden",Sweden,w2005412@wmu.se,https://orcid.org/0000-0002-2613-5750,TRUE,"The author confirms that the data underpinning the findings of this study, derived from fieldwork, are accessible within the main text of the article and its supplementary materials. However, challenges arose in sharing de-identified raw data from the interviews, especially due to the small population size and tight social networks in the small Caribbean sub-region where the research was conducted. These factors significantly increase the risk of re-identification. The sensitivity of the data, involving issues like illegal dumping and its impact on communities and industries like tourism, exacerbates these risks. The information touches on the interests of various local stakeholders, potentially affecting those who benefit from or are responsible for these issues. Consequently, there are heightened concerns about the repercussions for participants if their identities become known. The ethical responsibility and the prioritization of the safety of participants have led to the decision to not publicly share the de-identified dataset. This decision is in alignment with the guidelines and requirements set forth by the World Maritime University Research Ethics Committee (WMU REC).To access the sensitive data from this study, formal requests can be submitted. Inquiries should be directed to the designated point of contact, the WMU REC. Requests should be directed to the PhD Office at WMU via email at [PhD@wmu.se] or through the World Maritime University-Sasakawa Global Ocean Institute at [goisecretariat@wmu.se]. Each request will be evaluated on a case-by-case basis by the REC, ensuring compliance with ethical standards and participant safety. The importance of data sharing in advancing scientific knowledge is acknowledged, along with the regret for the limitations imposed in this instance. However, the ethical imperatives and the need to protect participants are paramount in the decision-making process.",in paper,NA,NA,/Biology and life sciences/Ecology/Ecosystems/Marine ecosystems; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Marine environments; /Earth sciences/Marine and aquatic sciences/Bodies of water/Oceans; /Ecology and environmental sciences/Aquatic environments/Marine environments; /Ecology and environmental sciences/Ecology/Ecosystems/Marine ecosystems; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /People and places/Geographical locations/North America/Caribbean/Grenada; /Physical sciences/Materials science/Materials/Plastics,journals.plos.org,10.1371/journal.pwat.0000175,Research Article,2024-04-01 +10.1371/journal.pwat.0000257,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000257,PLOS Water,"Addressing water, sanitation and hygiene inequalities: A review of evidence, gaps, and recommendations for disability-inclusive WASH by 2030",2024,FALSE,0,NA,NA,3,Jane Wilbur,"International Centre for Evidence in Disability, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,jane.wilbur@lshtm.ac.uk,https://orcid.org/0000-0002-5329-1337,Jane Wilbur,"International Centre for Evidence in Disability, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,jane.wilbur@lshtm.ac.uk,https://orcid.org/0000-0002-5329-1337,FALSE,NA,NA,NA,NA,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Medicine and health sciences/Health care/Caregivers; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Socioeconomic aspects of health; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Medicine and health sciences/Public and occupational health/Socioeconomic aspects of health; /Medicine and health sciences/Urology/Incontinence; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Sociology/Education/Schools,journals.plos.org,10.1371/journal.pwat.0000257,Review,2024-06-11 +10.1371/journal.pwat.0000239,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000239,PLOS Water,"Climate change, seasonality and household water security in rural Gambia: A qualitative exploration of the complex relationship between weather and water",2024,TRUE,3,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000239.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000239.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000239.s003&type=supplementary,8,Indira Bose,"Department of Public Health, Environments and Society, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Indira.bose@lshtm.ac.uk,https://orcid.org/0000-0002-3045-8851,Indira Bose,"Department of Public Health, Environments and Society, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Indira.bose@lshtm.ac.uk,https://orcid.org/0000-0002-3045-8851,TRUE,"This study was based on qualitative interviews. Excerpts of transcripts to support the analysis are provided throughout the paper. The codebook and interview guides are available in a repository referenced in the manuscript: https://datacompass.lshtm.ac.uk/id/eprint/3808/. From these documents it is possible to replicate the study. Due to privacy concerns, as this study was conducted in a small population, making the full transcripts available could make participants identifiable and breach their confidentiality. Thus, excerpts of anonymized transcripts may be requested directly from the corresponding author or from researchdatamanagement@lshtm.ac.uk. This will be shared if we can do so whilst still protecting privacy in accordance with the ethical approval obtained from the Gambian Ethics Committee and the LSHTM Observational/Interventions Research Ethics Committee (Ref: 26658).",available in online repository,https://datacompass.lshtm.ac.uk/id/eprint/3808/,NA,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /People and places/Geographical locations/Africa/Gambia,journals.plos.org,10.1371/journal.pwat.0000239,Research Article,2024-06-11 +10.1371/journal.pwat.0000191,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000191,PLOS Water,Contemporary and relic waters strongly decoupled in arid alpine environments,2024,TRUE,8,tif; docx; xlsx; xlsx; xlsx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000191.s008&type=supplementary,6,Brendan J. Moran,"Department of Earth, Geographic, and Climate Sciences, University of Massachusetts-Amherst, Amherst, Massachusetts, United States of America",United States of America,bmoran@umass.edu,https://orcid.org/0000-0002-9862-6241,Brendan J. Moran,"Department of Earth, Geographic, and Climate Sciences, University of Massachusetts-Amherst, Amherst, Massachusetts, United States of America",United States of America,bmoran@umass.edu,https://orcid.org/0000-0002-9862-6241,TRUE,"All data necessary to interpret, replicate, and build upon the findings reported in this article are provided as tables in the Supporting information. The supporting information includes the raw data, data processing, and statistical results used to produce this work. Additionally, a time series of repeat sampling for tritium activities in water is shown to support the results presented in the main text.",in paper,NA,NA,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Snow; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lagoons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Physics/Condensed matter physics/Phase transitions/Vaporization/Evaporation,journals.plos.org,10.1371/journal.pwat.0000191,Research Article,2024-04-02 +10.1371/journal.pwat.0000151,3,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000151,PLOS Water,Jumping up the sanitation ladder in rural Cambodia: The role of remittances and peer-to-peer pressure in adopting high-quality latrines,2024,TRUE,7,docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000151.s007&type=supplementary,7,Valentina Zuin,"United World College South Asia (UWCSEA), Singapore, Singapore",Singapore,valezuin@gmail.com,https://orcid.org/0000-0003-1242-4751,Valentina Zuin,"United World College South Asia (UWCSEA), Singapore, Singapore",Singapore,valezuin@gmail.com,https://orcid.org/0000-0003-1242-4751,TRUE,Available data can be found at this link: https://datadryad.org/stash/dataset/doi:10.5061/dryad.02v6wwqbf.,available in online repository,https://datadryad.org/stash/dataset/doi:10.5061/dryad.02v6wwqbf; 10.5061/dryad.02v6wwqbf,dryad,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography/Geographic areas/Rural areas; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/Cambodia; /People and places/Population groupings/Age groups/Children; /People and places/Population groupings/Families/Children; /Social sciences/Economics/Development economics/Economic growth; /Social sciences/Economics/Finance; /Social sciences/Sociology/Communications/Marketing,journals.plos.org,10.1371/journal.pwat.0000151,Research Article,2024-05-29 +10.1371/journal.pwat.0000158,3,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000158,PLOS Water,Climate resilience of small-town water utilities in Eastern Ethiopia,2024,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000158.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000158.s002&type=supplementary,6,Abraham Geremew,"School of Environmental Health, College of Health and Medical Sciences, Haramaya University, Harar, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,https://orcid.org/0000-0001-5476-9673,Abraham Geremew,"School of Environmental Health, College of Health and Medical Sciences, Haramaya University, Harar, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,https://orcid.org/0000-0001-5476-9673,TRUE,The data used for the publication are fully available as part of the submitted article.,in paper,NA,NA,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Geography/Human geography/Urban geography/Towns; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/Africa/Ethiopia; /People and places/Population groupings/Professions/Technicians; /Science policy/Science and technology workforce/Careers in research/Technicians; /Social sciences/Human geography/Urban geography/Towns,journals.plos.org,10.1371/journal.pwat.0000158,Research Article,2024-05-06 +10.1371/journal.pwat.0000230,3,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000230,PLOS Water,Assessing viability of Escherichia coli in mining-impacted surface waters,2024,TRUE,3,pdf; xlsx; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000230.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000230.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000230.s003&type=supplementary,7,Claire McDonald,"Wadsworth Department of Civil and Environmental Engineering, West Virginia University, Morgantown, West Virginia, United States of America",United States of America,NA,NA,Emily Garner,"Wadsworth Department of Civil and Environmental Engineering, West Virginia University, Morgantown, West Virginia, United States of America",United States of America,emily.garner@mail.wvu.edu,https://orcid.org/0000-0002-1579-155X,TRUE,All data produced for this study is available within the manuscript and the associated supplementary files.,in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Chemistry/Chemical elements/Aluminum; /Physical sciences/Chemistry/Chemical elements/Iron; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Specimen preparation and treatment/Staining/Cell staining; /Research and analysis methods/Specimen preparation and treatment/Staining/Membrane staining,journals.plos.org,10.1371/journal.pwat.0000230,Research Article,2024-03-05 +10.1371/journal.pwat.0000443,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000443,PLOS Water,"Evaluating the impact of a school-based WASH intervention on household and community practices in Kuyu Woreda, Ethiopia",2026,TRUE,2,vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000443.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000443.s002&type=supplementary,6,Kassahun Ketema,"Centre for Food Security Studies, College of Development Studies, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,NA,NA,Mogessie Ashenafi,"Centre for Food Security Studies, College of Development Studies, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,mogessie.ashenafi@aau.edu.et,https://orcid.org/0000-0002-2091-3574,TRUE,All data generated or analyzed during this study are included in this manuscript.,in paper,NA,NA,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Population groupings/Educational status/Schoolchildren; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Social sciences/Sociology/Education/Schools,journals.plos.org,10.1371/journal.pwat.0000443,Research Article,2026-02-23 +10.1371/journal.pwat.0000509,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000509,PLOS Water,"Water supply and infrastructure challenges in rural low-Income arid and semi-arid lands (ASALs): A case study of Turkana, Kenya",2026,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000509.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000509.s002&type=supplementary,4,Vivian Abungu,"Department of Civil, Construction, and Environmental Engineering, University of Alabama, Tuscaloosa, Alabama, United States of America",United States of America,NA,https://orcid.org/0000-0003-0815-7187,Mark A. Elliott,"Department of Civil, Construction, and Environmental Engineering, University of Alabama, Tuscaloosa, Alabama, United States of America",United States of America,melliott@eng.ua.edu,https://orcid.org/0000-0002-7835-0612,TRUE,All dataset for this study are available and accessible via the corresponding author’s laboratory website on the data tab: https://sites.ua.edu/melliott/data/.,available in online repository,https://sites.ua.edu/melliott/data/,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Chemistry/Chemical compounds/Fluorides; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000509,Research Article,2026-03-06 +10.1371/journal.pwat.0000526,5,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000526,PLOS Water,How the new Dietary Guidelines for Americans may harm human and planetary health,2026,FALSE,0,NA,NA,1,Rafael Pérez-Escamilla,"Department of Social and Behavioral Sciences, Yale School of Public Health, New Haven, Connecticut, United States of America",United States of America,rafael.perez-escamilla@yale.edu,https://orcid.org/0000-0001-9416-8039,Rafael Pérez-Escamilla,"Department of Social and Behavioral Sciences, Yale School of Public Health, New Haven, Connecticut, United States of America",United States of America,rafael.perez-escamilla@yale.edu,https://orcid.org/0000-0001-9416-8039,FALSE,NA,NA,NA,NA,/Biology and life sciences/Agriculture/Animal management/Livestock; /Biology and life sciences/Agriculture/Animal products/Meat; /Biology and life sciences/Agriculture/Animal products/Meat/Beef; /Biology and life sciences/Nutrition/Diet; /Biology and life sciences/Nutrition/Diet/Food; /Biology and life sciences/Nutrition/Diet/Food/Meat; /Biology and life sciences/Nutrition/Diet/Food/Meat/Beef; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /Medicine and health sciences/Nutrition/Diet; /Medicine and health sciences/Nutrition/Diet/Food; /Medicine and health sciences/Nutrition/Diet/Food/Meat; /Medicine and health sciences/Nutrition/Diet/Food/Meat/Beef,journals.plos.org,10.1371/journal.pwat.0000526,Opinion,2026-03-11 +10.1371/journal.pwat.0000503,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000503,PLOS Water,"Assessment of Water, Sanitation and Hygiene (WASH) knowledge, attitudes and practices in water stressed Kenyan semi-arid landscape",2026,FALSE,0,NA,NA,6,Brian Marvis Waswala-Olewe,"Department of Environmental Studies, Geography and Planning, Maasai Mara University, Narok, Kenya",Kenya,brianmarv@gmail.com,https://orcid.org/0000-0001-9604-9746,Brian Marvis Waswala-Olewe,"Department of Environmental Studies, Geography and Planning, Maasai Mara University, Narok, Kenya",Kenya,brianmarv@gmail.com,https://orcid.org/0000-0001-9604-9746,TRUE,The data is freely and readily accessible on Zenodo (https://doi.org/10.5281/zenodo.18201487).,available in online repository,https://doi.org/10.5281/zenodo.18201487; 10.5281/zenodo.18201487,zenodo,/Biology and life sciences/Agriculture/Animal management/Livestock; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Kenya; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps,journals.plos.org,10.1371/journal.pwat.0000503,Research Article,2026-02-23 +10.1371/journal.pwat.0000420,5,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000420,PLOS Water,Water insecurity is associated with higher prevalence of self-reported diet-related noncommunicable disease outcomes in adults from the Mexican National Health and Nutritional Survey 2021–22,2026,TRUE,8,docx; docx; docx; docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000420.s008&type=supplementary,10,Kaela Connors,"Carolina Population Center, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,kaemconn@unc.edu,https://orcid.org/0009-0001-6949-7583,Kaela Connors,"Carolina Population Center, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,kaemconn@unc.edu,https://orcid.org/0009-0001-6949-7583,TRUE,"Yes - all data are fully available without restriction; Data from the Mexican National Health and Nutrition Survey (ENSANUT-Continua) for 2021 and 2022 can be found at https://ensanut.insp.mx/encuestas/ensanutcontinua2021/descargas.php and https://ensanut.insp.mx/encuestas/ensanutcontinua2022/descargas.php, respectively.",available in online repository,https://ensanut.insp.mx/encuestas/ensanutcontinua2021/descargas.php; https://ensanut.insp.mx/encuestas/ensanutcontinua2022/descargas.php,NA,/Biology and life sciences/Nutrition/Diet; /Biology and life sciences/Nutrition/Diet/Food; /Medicine and health sciences/Endocrinology/Endocrine disorders/Diabetes mellitus; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Medical conditions/Metabolic disorders/Diabetes mellitus; /Medicine and health sciences/Medical conditions/Noncommunicable diseases; /Medicine and health sciences/Nutrition/Diet; /Medicine and health sciences/Nutrition/Diet/Food; /Medicine and health sciences/Vascular medicine/Blood pressure/Hypertension; /People and places/Geographical locations/North America/Mexico; /People and places/Population groupings/Ethnicities/Latin American people/Mexican people,journals.plos.org,10.1371/journal.pwat.0000420,Research Article,2026-02-26 +10.1371/journal.pwat.0000242,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000242,PLOS Water,Public health policy impact evaluation: A potential use case for longitudinal monitoring of viruses in wastewater at small geographic scales,2024,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000242.s001&type=supplementary,5,Elana M. G. Chan,"Department of Civil and Environmental Engineering, Stanford University, Stanford, California, United States of America",United States of America,NA,NA,Alexandria B. Boehm,"Department of Civil and Environmental Engineering, Stanford University, Stanford, California, United States of America",United States of America,aboehm@stanford.edu,https://orcid.org/0000-0002-8162-5090,TRUE,Wastewater data are publicly available through the Stanford Digital Repository (https://doi.org/10.25740/ch598gf0783).,available in online repository,https://doi.org/10.25740/ch598gf0783; 10.25740/ch598gf0783,NA,/Biology and life sciences/Immunology/Vaccination and immunization; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology/Disease surveillance; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Immunology/Vaccination and immunization; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Preventive medicine/Vaccination and immunization; /Social sciences/Political science/Public policy,journals.plos.org,10.1371/journal.pwat.0000242,Research Article,2024-06-03 +10.1371/journal.pwat.0000187,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000187,PLOS Water,Long-term trial of a community-scale decentralized point-of-use drinking water treatment system,2024,TRUE,8,docx; tif; 1; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000187.s008&type=supplementary,8,Gillian E. Clayton,"Centre for Research in Biosciences, College of Health, Science and Society, University of the West of England, Coldharbour Lane, Bristol, United Kingdom",United Kingdom of Great Britain and Northern Ireland,NA,https://orcid.org/0000-0003-2395-3827,Darren M. Reynolds,"Centre for Research in Biosciences, College of Health, Science and Society, University of the West of England, Coldharbour Lane, Bristol, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Darren.Reynolds@uwe.ac.uk,https://orcid.org/0000-0002-7002-1320,TRUE,All data generated or analysed during this study are study is included in this article and the authors have submitted the data for open access storage to the UK Centre for Ecology and Hydrology Environmental Information Data Centre open-source data repository (https://eidc.ac.uk/finddata). The open-access RStudio code used to produce Fig 2 can be found at https://github.com/rstudio/cheatsheets/blob/main/data-visualization.pdf.,available in online repository,https://eidc.ac.uk/finddata; https://github.com/rstudio/cheatsheets/blob/main/data-visualization.pdf,github,/Earth sciences/Marine and aquatic sciences/Bodies of water/Ponds; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Materials science/Material properties/Permeability; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Research and analysis methods/Research design/Field trials,journals.plos.org,10.1371/journal.pwat.0000187,Research Article,2024-04-04 +10.1371/journal.pwat.0000252,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000252,PLOS Water,Neglected second and third generation challenges of urban sanitation: A review of the marginality and exclusion dimensions of safely managed sanitation,2024,FALSE,0,NA,NA,3,Tanvi Bhatkal,"Institute of Development Studies, University of Sussex, Falmer, Brighton, United Kingdom",United Kingdom of Great Britain and Northern Ireland,NA,https://orcid.org/0000-0002-3835-2656,Roshni Sumitra,"Institute of Development Studies, University of Sussex, Falmer, Brighton, United Kingdom",United Kingdom of Great Britain and Northern Ireland,r.sumitra@ids.ac.uk,https://orcid.org/0009-0009-1915-2323,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Urban ecology; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Ecology/Urban ecology; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Materials science/Materials/Sludge; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000252,Review,2024-06-14 +10.1371/journal.pwat.0000228,3,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000228,PLOS Water,Design of infiltration swales,2024,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000228.s001&type=supplementary,1,David A. Chin,"Department of Chemical, Environmental, and Materials Engineering, University of Miami, Coral Gables, Florida, United States of America",United States of America,dchin@miami.edu,https://orcid.org/0000-0003-4530-5484,David A. Chin,"Department of Chemical, Environmental, and Materials Engineering, University of Miami, Coral Gables, Florida, United States of America",United States of America,dchin@miami.edu,https://orcid.org/0000-0003-4530-5484,TRUE,The results reported in this paper are all based on computer simulations following the flowcharts contained within the paper. The input data used in the simulations are all contained within the paper.,in paper,NA,NA,/Biology and life sciences/Anatomy/Body limbs/Legs/Feet/Toes; /Biology and life sciences/Bioengineering; /Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Hydrology/Flooding; /Engineering and technology/Bioengineering; /Medicine and health sciences/Anatomy/Body limbs/Legs/Feet/Toes; /Physical sciences/Mathematics/Probability theory/Statistical distributions/Distribution curves; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Research and analysis methods/Research assessment/Peer review; /Social sciences/Sociology/Education/Textbooks,journals.plos.org,10.1371/journal.pwat.0000228,Research Article,2024-03-06 +10.1371/journal.pwat.0000192,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000192,PLOS Water,The paradox of production: Surface water supply drives agricultural productivity but not prosperity in California’s San Joaquin Valley,2024,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000192.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000192.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000192.s003&type=supplementary,2,Vicky Espinoza,"School of Engineering, University of California Merced, Merced, California, United States of America",United States of America,vespinoza2@ucla.edu,https://orcid.org/0000-0003-3136-2576,Vicky Espinoza,"School of Engineering, University of California Merced, Merced, California, United States of America",United States of America,vespinoza2@ucla.edu,https://orcid.org/0000-0003-3136-2576,TRUE,Data is publicly available via Dryad: https://doi.org/10.5061/dryad.3xsj3txnw Code is available on Github: https://github.com/vicelab/irrigation_district_analysis.,available in online repository,https://doi.org/10.5061/dryad.3xsj3txnw; https://github.com/vicelab/irrigation_district_analysis; 10.5061/dryad.3xsj3txnw,dryad; github,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Surface irrigation; /Biology and life sciences/Agriculture/Crop science/Crops; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management,journals.plos.org,10.1371/journal.pwat.0000192,Research Article,2024-06-13 +10.1371/journal.pwat.0000210,3,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000210,PLOS Water,Performance evaluation and application of host-specific Bacteroidales and mitochondrial DNA markers to identify sources of fecal contamination in river water in Japan,2024,TRUE,2,xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000210.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000210.s002&type=supplementary,4,Bikash Malla,"Interdisciplinary Center for River Basin Environment, University of Yamanashi, Kofu, Yamanashi, Japan",Japan,NA,https://orcid.org/0000-0003-3078-0717,Eiji Haramoto,"Interdisciplinary Center for River Basin Environment, University of Yamanashi, Kofu, Yamanashi, Japan",Japan,eharamoto@yamanashi.ac.jp,https://orcid.org/0000-0002-0126-0651,TRUE,All data can be found in the manuscript and the supporting information file.,in paper,NA,NA,/Biology and life sciences/Agriculture/Animal management/Animal performance; /Biology and life sciences/Biochemistry/Nucleic acids/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Genetics/DNA/Forms of DNA/Mitochondrial DNA; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Bovines/Cattle; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Ruminants/Cattle; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Swine; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Bovines/Cattle; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Ruminants/Cattle; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Swine; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Sanitary engineering/Sewage,journals.plos.org,10.1371/journal.pwat.0000210,Research Article,2024-03-06 +10.1371/journal.pwat.0000143,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000143,PLOS Water,"Environmental factors associated with Escherichia coli concentration at freshwater beaches on Lake Winnipeg, Manitoba, Canada",2024,TRUE,22,docx; docx; docx; docx; docx; docx; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; tif; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s020&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s021&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000143.s022&type=supplementary,8,Binyam N. Desta,"School of Occupational and Public Health, Toronto Metropolitan University, Toronto, Ontario, Canada",Canada,binyam.desta@torontomu.ca,https://orcid.org/0000-0002-1814-7487,Binyam N. Desta,"School of Occupational and Public Health, Toronto Metropolitan University, Toronto, Ontario, Canada",Canada,binyam.desta@torontomu.ca,https://orcid.org/0000-0002-1814-7487,TRUE,"The environmental data presented in this study are openly available online from the Environment and Climate Change Canada historical data repository (https://climate.weather.gc.ca/climate_data/daily_data_e.html?hlyRange=2006-09-22%7C2022-05-10&dlyRange=2006-09-19%7C2022-05-10&mlyRange=2007-05-01%7C2007-11-01&StationID=45007&Prov=MB&urlExtension=_e.html&searchType=stnName&optLimit=yearRange&StartYear=1840&EndYear=2022&selRowPerPage=25&Line=3&searchMethod=contains&Month=5&Day=13&txtStationName=gimli&timeframe=2&Year=2022) (accessed on 5 May 2022), the Government of Canada’s Water Office (https://wateroffice.ec.gc.ca/report/historical_e.html?stn=05SA003) (accessed on 5 May 2022), the department of Oceans and Fisheries buoy (https://www.meds-sdmm.dfo-mpo.gc.ca/isdm-gdsi/waves-vagues/data-donnees/index-eng.asp) (accessed on 25 April 2022), and the NASA database of solar and meteorological parameters (https://power.larc.nasa.gov/data-access-viewer/) (accessed on 25 April 2022). Manitoba E. coli data can be requested from the Environment and Climate (Government of Manitoba; Phone number: 1-800-282-8069 (ext. 0002) and Email: waterquality@gov.mb.ca). The study’s analysis SAS code and R script files are available at https://github.com/bndesta/ManitobaRecWater.",available in online repository,https://climate.weather.gc.ca/climate_data/daily_data_e.html?hlyRange=2006-09-22%7C2022-05-10&dlyRange=2006-09-19%7C2022-05-10&mlyRange=2007-05-01%7C2007-11-01&StationID=45007&Prov=MB&urlExtension=_e.html&searchType=stnName&optLimit=yearRange&StartYear=1840&EndYear=2022&selRowPerPage=25&Line=3&searchMethod=contains&Month=5&Day=13&txtStationName=gimli&timeframe=2&Year=2022; https://wateroffice.ec.gc.ca/report/historical_e.html?stn=05SA003; https://www.meds-sdmm.dfo-mpo.gc.ca/isdm-gdsi/waves-vagues/data-donnees/index-eng.asp; https://power.larc.nasa.gov/data-access-viewer/; https://github.com/bndesta/ManitobaRecWater,github,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Atmospheric science/Meteorology/Wind; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /People and places/Geographical locations/North America/Canada/Manitoba; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000143,Research Article,2024-04-04 +10.1371/journal.pwat.0000231,3,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000231,PLOS Water,"Longitudinal changes in hand hygiene adherence among healthcare workers during the COVID-19 pandemic, Dominican Republic",2024,TRUE,3,docx; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000231.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000231.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000231.s003&type=supplementary,17,C. Daniel Schnorr,"Department of Emergency Medicine, Brigham and Women’s Hospital, Harvard University, Boston, Massachusetts, United States of America",United States of America,cschnorr@bwh.harvard.edu,https://orcid.org/0000-0002-2471-6383,C. Daniel Schnorr,"Department of Emergency Medicine, Brigham and Women’s Hospital, Harvard University, Boston, Massachusetts, United States of America",United States of America,cschnorr@bwh.harvard.edu,https://orcid.org/0000-0002-2471-6383,TRUE,The dataset underlying all quantitative findings from this study will be made available through the PLoS Water website.,NA,NA,NA,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Epidemiology/Pandemics; /Medicine and health sciences/Health care/Health care providers/Nurses; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Population groupings/Professions/Medical personnel; /People and places/Population groupings/Professions/Medical personnel/Nurses; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps; /Social sciences/Economics/Economic geography/Low and middle income countries,journals.plos.org,10.1371/journal.pwat.0000231,Research Article,2024-05-10 +10.1371/journal.pwat.0000162,3,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000162,PLOS Water,Applying user-centered design to improve drinking water consumer confidence reports: A Baltimore case study,2024,TRUE,7,pdf; pdf; docx; pdf; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000162.s007&type=supplementary,9,Mary A. Fox,"Department of Health Policy and Management, Bloomberg School of Public Health, Johns Hopkins University, Baltimore, Maryland, United States of America",United States of America,mfox9@jhu.edu,https://orcid.org/0000-0001-6895-5629,Mary A. Fox,"Department of Health Policy and Management, Bloomberg School of Public Health, Johns Hopkins University, Baltimore, Maryland, United States of America",United States of America,mfox9@jhu.edu,https://orcid.org/0000-0001-6895-5629,TRUE,"Data collected for this study included responses to interview questions, interview and small group discussion transcripts, recommendations and visual designs. Summary data from interviews, visual designs and recommendations are provided in the paper or in the supplemental files. The consent agreement approved by the Johns Hopkins Bloomberg School of Public Health Institutional Review Board for this study stated that interview and discussion transcripts would not be publicly shared; they contain potentially identifying participant information. Data queries can be sent to Robin Dranbauer at rdranba1@jhu.edu.",in paper,NA,NA,/Computer and information sciences/Data management/Data visualization/Infographics/Charts; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Technology development/Prototypes; /Medicine and health sciences/Public and occupational health; /Physical sciences/Materials science/Materials/Contaminants; /Social sciences/Human geography/Social geography/Neighborhoods,journals.plos.org,10.1371/journal.pwat.0000162,Research Article,2024-04-25 +10.1371/journal.pwat.0000243,3,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000243,PLOS Water,"The case for shared sanitation access in informal settlements: A dialogue on science, policy, and practice integration",2024,FALSE,0,NA,NA,12,Sarah Lebu,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,NA,https://orcid.org/0000-0002-5618-3091,Musa Manga,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,mmanga@email.unc.edu,https://orcid.org/0000-0002-3317-7318,FALSE,NA,NA,NA,NA,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Medical humanities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Women's health/Maternal health/Pregnancy; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Pregnancy; /Science policy; /Social sciences/Human geography/Social geography/Neighborhoods,journals.plos.org,10.1371/journal.pwat.0000243,Opinion,2024-05-10 +10.1371/journal.pwat.0000102,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000102,PLOS Water,Transforming place-based management within watersheds in Fiji: The watershed interventions for systems health project,2024,TRUE,3,l; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000102.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000102.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000102.s003&type=supplementary,26,Stacy D. Jupiter,"Melanesia Program, Wildlife Conservation Society, Melanesia Program, Suva, Fiji",Fiji,sjupiter@wcs.org,https://orcid.org/0000-0001-9742-1677,Stacy D. Jupiter,"Melanesia Program, Wildlife Conservation Society, Melanesia Program, Suva, Fiji",Fiji,sjupiter@wcs.org,https://orcid.org/0000-0001-9742-1677,TRUE,"Raw data associated to the study can be accessed and visualised in Tupaia, an open-source data aggregation, analysis and visualisation platform developed by Beyond Essential Systems (BES) at https://www.tupaia.org/WISHFiji. Information and requests regarding access to data can be directed to The Ethics Office at The University of Sydney human.ethics@sydney.edu.au.",available in online repository,https://www.tupaia.org/WISHFiji,NA,/Biology and life sciences/Ecology/Community ecology/Ecological risk; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Ecology/Community ecology/Ecological risk; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Oceania/Fiji,journals.plos.org,10.1371/journal.pwat.0000102,Research Article,2024-07-01 +10.1371/journal.pwat.0000261,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000261,PLOS Water,Turning global water security research into policy and action,2024,FALSE,0,NA,NA,1,Evan Thomas,"Mortenson Center in Global Engineering and Resilience, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,ethomas@colorado.edu,https://orcid.org/0000-0003-3095-8407,Evan Thomas,"Mortenson Center in Global Engineering and Resilience, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,ethomas@colorado.edu,https://orcid.org/0000-0003-3095-8407,FALSE,NA,NA,NA,NA,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/United States; /People and places/Geographical locations/North America/United States/Colorado; /Science policy,journals.plos.org,10.1371/journal.pwat.0000261,Opinion,2024-07-01 +10.1371/journal.pwat.0000219,3,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000219,PLOS Water,"Water, food, and mental well-being: Associations between drinking water source, household water and food insecurity, and mental well-being of low-income pregnant women in urban Mozambique",2024,TRUE,6,docx; docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000219.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000219.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000219.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000219.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000219.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000219.s006&type=supplementary,13,Lilly A. O’Brien,"Gangarosa Department of Environmental Health, Emory University, Atlanta, Georgia, United States of America",United States of America,NA,https://orcid.org/0009-0004-1987-3706,Karen Levy,"Department of Environmental and Occupational Health Sciences, School of Public Health, University of Washington, Seattle, Washington, United States of America",United States of America,klevyx@uw.edu,https://orcid.org/0000-0002-0968-9401,TRUE,Deidentified data and analysis code can be accessed on our project OSF (Open Science Framework) site upon publication at this link: https://osf.io/e96wd/.,available in online repository,https://osf.io/e96wd/,osf,/Biology and life sciences/Nutrition/Diet/Food; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Mental health and psychiatry; /Medicine and health sciences/Nutrition/Diet/Food; /Medicine and health sciences/Women's health/Maternal health/Pregnancy; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Pregnancy; /People and places/Geographical locations/Africa/Mozambique; /Social sciences/Human geography/Social geography/Neighborhoods,journals.plos.org,10.1371/journal.pwat.0000219,Research Article,2024-06-20 +10.1371/journal.pwat.0000328,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000328,PLOS Water,Ongoing mercury contamination downstream from the former New Idria Mercury Mine: Southern diablo range of the California coast ranges,2025,TRUE,7,b; pdf; pdf; b; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000328.s008&type=supplementary,12,Rachel A. Hohn,"California State University, Northridge, California, United States of America",United States of America,rhohn.csun@gmail.com,https://orcid.org/0009-0001-0576-8938,Rachel A. Hohn,"California State University, Northridge, California, United States of America",United States of America,rhohn.csun@gmail.com,https://orcid.org/0009-0001-0576-8938,TRUE,"All data reported in this manuscript are available in S1 and S2 Tables, which are being published with this manuscript as Supporting Information.",in paper,NA,NA,/Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical compounds/Salts/Sulfates; /Physical sciences/Chemistry/Chemical elements/Metallic mercury; /Physical sciences/Materials science/Materials/Mixtures/Particulates,journals.plos.org,10.1371/journal.pwat.0000328,Research Article,2025-06-06 +10.1371/journal.pwat.0000379,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000379,PLOS Water,How informal water markets serve the urban population: Dynamics of invisible hand in Nairobi’s water sector,2025,FALSE,0,NA,NA,3,Ivy Chumo,"African Population and Health Research Centre (APHRC), Nairobi, Kenya",Kenya,ivychumo@gmail.com,https://orcid.org/0000-0003-1235-719X,Ivy Chumo,"African Population and Health Research Centre (APHRC), Nairobi, Kenya",Kenya,ivychumo@gmail.com,https://orcid.org/0000-0003-1235-719X,TRUE,The data presented in this study are available on request from the corresponding author. The data can also be accessed at APHRC microdata portal. https://aphrc.org/microdata-portal/,available in online repository,https://aphrc.org/microdata-portal/,NA,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Social sciences/Economics/Commerce/Vendors; /Social sciences/Law and legal sciences/Regulations,journals.plos.org,10.1371/journal.pwat.0000379,Research Article,2025-06-06 +10.1371/journal.pwat.0000259,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000259,PLOS Water,Optimizing machine learning for water safety: A comparative analysis with dimensionality reduction and classifier performance in potability prediction,2024,TRUE,1,pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000259.s001&type=supplementary,6,Debashis Chatterjee,"Department of Statistics, Visva Bharati, Santiniketan, India",India,NA,NA,Prithwish Ghosh,"Department of Statistics, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,pghosh4@ncsu.edu,https://orcid.org/0000-0001-7747-5045,TRUE,All data and related metadata underlying the findings reported is already provided as part of the submitted article.,in paper,NA,NA,/Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Artificial intelligence/Machine learning/Machine learning algorithms; /Computer and information sciences/Artificial intelligence/Machine learning/Support vector machines; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical compounds/Salts/Sulfates; /Physical sciences/Mathematics/Algebra/Linear algebra/Eigenvalues; /Physical sciences/Mathematics/Applied mathematics/Algorithms/Machine learning algorithms; /Physical sciences/Mathematics/Statistics/Statistical methods/Multivariate analysis/Principal component analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Multivariate analysis/Principal component analysis; /Research and analysis methods/Simulation and modeling/Algorithms/Machine learning algorithms,journals.plos.org,10.1371/journal.pwat.0000259,Research Article,2024-08-08 +10.1371/journal.pwat.0000333,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000333,PLOS Water,Correction: Protecting fish and farms: Incentivising adoption of modern fish-protection screens for water pumps and gravity-fed diversions in Australia,2025,FALSE,0,NA,NA,4,Thomas S. Rayner,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,journals.plos.org,10.1371/journal.pwat.0000333,Correction,2025-01-03 +10.1371/journal.pwat.0000276,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000276,PLOS Water,Assessing state partner use of the Model Aquatic Health Code (MAHC): A cross comparison of five states with varying degrees of self-reported adoption status,2024,TRUE,7,xlsx; pdf; pdf; pdf; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000276.s007&type=supplementary,5,Patrick Vander Kelen,"Division of Environmental Health Science and Practice, National Center for Environmental Health, Centers for Disease Control and Prevention, Atlanta, Georgia, United States of America",United States of America,Lup8@cdc.gov,https://orcid.org/0000-0001-9462-7733,Patrick Vander Kelen,"Division of Environmental Health Science and Practice, National Center for Environmental Health, Centers for Disease Control and Prevention, Atlanta, Georgia, United States of America",United States of America,Lup8@cdc.gov,https://orcid.org/0000-0001-9462-7733,TRUE,All relevant data are within the paper and its Supporting Information files.,in paper,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Language; /Biology and life sciences/Physiology/Biological locomotion/Swimming; /Biology and life sciences/Psychology/Cognitive psychology/Language; /Medicine and health sciences/Public and occupational health; /People and places/Geographical locations/North America/United States/Arizona; /People and places/Geographical locations/North America/United States/Delaware; /People and places/Geographical locations/North America/United States/Florida; /People and places/Geographical locations/North America/United States/Georgia (United States state); /People and places/Geographical locations/North America/United States/New Mexico; /Social sciences/Psychology/Cognitive psychology/Language,journals.plos.org,10.1371/journal.pwat.0000276,Research Article,2024-08-08 +10.1371/journal.pwat.0000272,3,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000272,PLOS Water,"Bottled water, tap water and household-treated tap water–insight into potential health risks and aesthetic concerns in drinking water",2024,TRUE,2,xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000272.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000272.s002&type=supplementary,4,Samantha E. Bear,"SimpleLab, Inc. Berkeley, California, United States of America",United States of America,NA,https://orcid.org/0009-0005-5412-0985,Jessica J. Goddard,"SimpleLab, Inc. Berkeley, California, United States of America",United States of America,jess@gosimplelab.com,https://orcid.org/0000-0001-9174-2832,TRUE,All data required to reproduce the results and statistics of this study are provided in the SI or are readily available for download. Individual sample results were de-identified and anonymized and are available in Supporting Information Table S8.,in paper,NA,NA,/Biology and life sciences/Toxicology/Toxicity; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxicity; /Physical sciences/Chemistry/Chemical elements/Arsenic; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Physical sciences/Chemistry/Chemical elements/Uranium; /Physical sciences/Materials science/Materials/Contaminants,journals.plos.org,10.1371/journal.pwat.0000272,Research Article,2024-09-04 +10.1371/journal.pwat.0000174,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000174,PLOS Water,Freshwater dependent livelihood assessment of coastal households in the southwest of Bangladesh,2025,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000174.s001&type=supplementary,2,Md. Shohel Khan,"Department of Environmental Science and Disaster Management, Noakhali Science and Technology University, Noakhali, Bangladesh",Bangladesh,sajibicb@gmail.com,https://orcid.org/0000-0002-6937-7696,Md. Shohel Khan,"Department of Environmental Science and Disaster Management, Noakhali Science and Technology University, Noakhali, Bangladesh",Bangladesh,sajibicb@gmail.com,https://orcid.org/0000-0002-6937-7696,TRUE,All relevant data are within the article and its Supporting Information files.,in paper,NA,NA,/Biology and life sciences/Agriculture/Animal management/Livestock; /Earth sciences/Geomorphology/Topography/Landforms/Shores; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/Asia/Bangladesh; /Physical sciences/Chemistry/Chemical properties/Salinity; /Physical sciences/Chemistry/Physical chemistry/Chemical properties/Salinity; /Social sciences/Economics/Finance,journals.plos.org,10.1371/journal.pwat.0000174,Research Article,2025-01-03 +10.1371/journal.pwat.0000179,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000179,PLOS Water,Assessing the viability of water utilities in North Carolina: A principal component analysis approach*,2024,FALSE,0,NA,NA,3,Ahmed Rachid El-Khattabi,"Environmental Finance Center, School of Government, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,arelkhattabi@sog.unc.edu,https://orcid.org/0000-0001-6923-3978,Ahmed Rachid El-Khattabi,"Environmental Finance Center, School of Government, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,arelkhattabi@sog.unc.edu,https://orcid.org/0000-0001-6923-3978,TRUE,Data is now available for download at the following github repository https://github.com/arelkhattabi/utility_viability_index.,available in online repository,https://github.com/arelkhattabi/utility_viability_index,github,/Computer and information sciences/Data management; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/United States/North Carolina; /Physical sciences/Mathematics/Statistics/Statistical methods/Multivariate analysis/Principal component analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Multivariate analysis/Principal component analysis; /Social sciences/Economics/Finance,journals.plos.org,10.1371/journal.pwat.0000179,Research Article,2024-08-08 +10.1371/journal.pwat.0000275,3,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000275,PLOS Water,Virtual water flows in a real world,2024,FALSE,0,NA,NA,3,Xiawei Liao,"International College Beijing, China Agricultural University, Beijing, China",China,NA,NA,Li Chai,"International College Beijing, China Agricultural University, Beijing, China",China,chaili@cau.edu.cn,https://orcid.org/0000-0002-9133-5556,FALSE,NA,NA,NA,NA,/Biology and life sciences/Agriculture; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Sustainability science; /People and places/Geographical locations/Asia/China; /Physical sciences/Physics/Electricity; /Social sciences/Economics/Economic analysis/Economic impact analysis,journals.plos.org,10.1371/journal.pwat.0000275,Review,2024-08-08 +10.1371/journal.pwat.0000357,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000357,PLOS Water,"To solve the water crisis, follow the money",2025,FALSE,0,NA,NA,2,Joel Kolker,"Retired, Washington, District of Columbia, United States of America",United States of America,NA,NA,Clarissa Brocklehurst,"The Water Institute, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,cbrocklehurst@unc.edu,https://orcid.org/0000-0001-6955-1562,FALSE,NA,NA,NA,NA,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Economics/Finance; /Social sciences/Economics/Finance/Public finance/Government spending; /Social sciences/Economics/Finance/Public finance/Money supply and banking; /Social sciences/Political science/Public policy/Taxes,journals.plos.org,10.1371/journal.pwat.0000357,Opinion,2025-06-05 +10.1371/journal.pwat.0000389,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000389,PLOS Water,"Water, people and climate-change exposure in the Western Pacific: Anticipating the arrival of a ‘perfect storm’",2025,TRUE,4,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000389.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000389.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000389.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000389.s005&type=supplementary,13,Patrick D. Nunn,"Sustainability Research Cluster, School of Law and Society, University of the Sunshine Coast, Sippy Downs, Queensland, Australia",Australia,pnunn@usc.edu.au,https://orcid.org/0000-0001-9295-5741,Patrick D. Nunn,"Sustainability Research Cluster, School of Law and Society, University of the Sunshine Coast, Sippy Downs, Queensland, Australia",Australia,pnunn@usc.edu.au,https://orcid.org/0000-0001-9295-5741,TRUE,All data is included in the paper except for external datasets to which are liscited in the References.,in paper,NA,NA,/Earth sciences/Geomorphology/Topography/Landforms/Atolls; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/Oceania/Fiji; /People and places/Geographical locations/Oceania/Pacific Islands; /People and places/Geographical locations/Oceania/Solomon Islands; /People and places/Geographical locations/Oceania/Vanuatu; /Social sciences/Political science/National security,journals.plos.org,10.1371/journal.pwat.0000389,Research Article,2025-07-23 +10.1371/journal.pwat.0000380,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000380,PLOS Water,"Profiling domestic water bacteriome within the rainwater harvesting-dependent community of Carriacou Island, Grenada in the Southern Caribbean",2025,TRUE,12,tif; tif; tif; tif; xlsx; xlsx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000380.s012&type=supplementary,5,Akilah T. M. Stewart,"Department of Life Sciences, St. Augustine Campus, The University of the West Indies, Saint George, Trinidad and Tobago",Trinidad and Tobago,NA,https://orcid.org/0000-0003-0313-2220,Adesh Ramsubhag,"Department of Life Sciences, St. Augustine Campus, The University of the West Indies, Saint George, Trinidad and Tobago",Trinidad and Tobago,Adesh.Ramsubhag@sta.uwi.edu,https://orcid.org/0000-0002-5863-0457,TRUE,All DNA sequence data files along with the corresponding metadata are available on the Zenodo Platform https://doi.org/10.5281/zenodo.7532870.,available in online repository,https://doi.org/10.5281/zenodo.7532870; 10.5281/zenodo.7532870,zenodo,/Biology and life sciences/Biochemistry/Nucleic acids/RNA/Non-coding RNA/Ribosomal RNA; /Biology and life sciences/Biochemistry/Ribosomes/Ribosomal RNA; /Biology and life sciences/Cell biology/Cellular structures and organelles/Ribosomes/Ribosomal RNA; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella; /Biology and life sciences/Organisms/Bacteria; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia; /Biology and life sciences/Organisms/Bacteria/Legionella; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella,journals.plos.org,10.1371/journal.pwat.0000380,Research Article,2025-08-01 +10.1371/journal.pwat.0000397,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000397,PLOS Water,Hydrodynamic modeling and flood mitigation strategies in an Andean Valley City,2025,TRUE,4,docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000397.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000397.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000397.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000397.s004&type=supplementary,2,Holger Manuel Benavides-Muñoz,"Research Group R and D for the Sustainability of the Urban and Rural Water Cycle, Civil Engineering Department, Universidad Técnica Particular de Loja, Loja, Ecuador",Ecuador,hmbenavides@utpl.edu.ec,https://orcid.org/0000-0001-7075-0905,Holger Manuel Benavides-Muñoz,"Research Group R and D for the Sustainability of the Urban and Rural Water Cycle, Civil Engineering Department, Universidad Técnica Particular de Loja, Loja, Ecuador",Ecuador,hmbenavides@utpl.edu.ec,https://orcid.org/0000-0001-7075-0905,TRUE,The data supporting the findings of this study are fully included within the manuscript.,in paper,NA,NA,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Research and analysis methods/Simulation and modeling,journals.plos.org,10.1371/journal.pwat.0000397,Research Article,2025-07-11 +10.1371/journal.pwat.0000279,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000279,PLOS Water,"The structure of informal water markets: Insights from spatial monitoring in Lodwar, Kenya",2025,TRUE,2,pdf; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000279.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000279.s002&type=supplementary,6,Jane Zhao,"Independent researcher, Miami, Florida, United States of America",United States of America,NA,NA,Dustin Garrick,"School of Environment, Resources, and Sustainability, University of Waterloo, Ontario, Canada",Canada,dustin.garrick@uwaterloo.ca,https://orcid.org/0000-0001-6504-6550,TRUE,"The data underlying this study are not publicly available due to ethical restrictions. Disclosure of individual-level data may compromise the confidentiality and anonymity of the vendors who participated, as outlined in the ethical protocols approved for this research. Interested researchers may direct data access inquiries to the Oxford University ethics office at curec@ouce.ox.ac.uk.",not shareable,NA,NA,/Earth sciences/Geography/Human geography/Urban geography/Towns; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Social sciences/Economics/Commerce/Vendors; /Social sciences/Economics/Finance; /Social sciences/Economics/Industrial organization/Structure of markets; /Social sciences/Economics/Labor economics/Salaries; /Social sciences/Human geography/Urban geography/Towns,journals.plos.org,10.1371/journal.pwat.0000279,Research Article,2025-08-05 +10.1371/journal.pwat.0000409,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000409,PLOS Water,Analyzing changes in types of household sanitation among 543 Parliamentary Constituencies between 2016 and 2021 in India,2025,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000409.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000409.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000409.s003&type=supplementary,3,Anoop Jain,"Department of Environmental Health, Boston University School of Public Health, Boston, Massachusetts, United States of America",United States of America,NA,NA,S. V. Subramanian,"Harvard Center for Population and Development Studies, Cambridge, Massachusetts, United States of America",United States of America,svsubram@hsph.harvard.edu,https://orcid.org/0000-0003-2365-4165,TRUE,The dataset analysed during the current study are available in the DHS website: https://dhsprogram.com/data/available-datasets.cfm.,available in online repository,https://dhsprogram.com/data/available-datasets.cfm,dhs program,/Earth sciences/Geography; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/India; /Physical sciences/Mathematics/Probability theory/Markov models; /Research and analysis methods/Research design/Survey research/Surveys; /Research and analysis methods/Research design/Survey research/Surveys/Health surveys; /Social sciences/Economics/Commerce/Payment,journals.plos.org,10.1371/journal.pwat.0000409,Research Article,2025-08-05 +10.1371/journal.pwat.0000296,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000296,PLOS Water,Testing for heavy metals in drinking water collected from Dog Aging Project participants,2025,TRUE,5,xlsx; pdf; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000296.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000296.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000296.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000296.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000296.s006&type=supplementary,13,Courtney L. Sexton,"Department of Population Health Sciences, Virginia-Maryland College of Veterinary Medicine, Virginia Tech, Blacksburg, Virginia, United States of America",United States of America,NA,https://orcid.org/0000-0003-0174-7459,Audrey Ruple,"Department of Population Health Sciences, Virginia-Maryland College of Veterinary Medicine, Virginia Tech, Blacksburg, Virginia, United States of America",United States of America,aruple@vt.edu,https://orcid.org/0000-0002-5223-0217,TRUE,These data are housed at the Broad Institute of MIT and Harvard and it can be accessed by the public through the Terra platform: [https://dogagingproject.org/open_data_access/]. All water quality data collected for this work are available in the Supporting information.,available in online repository,https://dogagingproject.org/open_data_access/; https://dogagingproject.org/open_data_access/],NA,/Biology and life sciences/Organisms/Eukaryota/Animals/Pets and companion animals; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Mammals/Dogs; /Biology and life sciences/Toxicology/Toxic agents/Toxins/Heavy metals; /Biology and life sciences/Zoology/Animals/Pets and companion animals; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Mammals/Dogs; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxic agents/Toxins/Heavy metals; /Physical sciences/Chemistry/Chemical elements/Cobalt; /Physical sciences/Chemistry/Chemical elements/Heavy metals; /Physical sciences/Chemistry/Chemical elements/Manganese; /Physical sciences/Chemistry/Chemical elements/Metallic lead,journals.plos.org,10.1371/journal.pwat.0000296,Research Article,2025-08-06 +10.1371/journal.pwat.0000412,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000412,PLOS Water,Correction: Majority of potable water microplastics are smaller than the 20 μm EU methodology limit for consumable water quality,2025,FALSE,0,NA,NA,6,Oskar Hagelskjær,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,journals.plos.org,10.1371/journal.pwat.0000412,Correction,2025-07-29 +10.1371/journal.pwat.0000404,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000404,PLOS Water,Groundwater must be fully integrated into WASH programmes to make them climate resilient,2025,FALSE,0,NA,NA,9,Donald JC Robertson,"Department of Civil and Environmental Engineering, University of Strathclyde, Glasgow, United Kingdom",United Kingdom of Great Britain and Northern Ireland,donald.j.robertson@strath.ac.uk,https://orcid.org/0009-0005-5977-3854,Donald JC Robertson,"Department of Civil and Environmental Engineering, University of Strathclyde, Glasgow, United Kingdom",United Kingdom of Great Britain and Northern Ireland,donald.j.robertson@strath.ac.uk,https://orcid.org/0009-0005-5977-3854,FALSE,NA,NA,NA,NA,/Computer and information sciences/Network analysis/Network resilience; /Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Economics/Finance,journals.plos.org,10.1371/journal.pwat.0000404,Opinion,2025-07-14 +10.1371/journal.pwat.0000284,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000284,PLOS Water,Analyzing multiple-source water usage patterns and affordability in rural Central Appalachia,2025,FALSE,0,NA,NA,5,Emerald Dudzinski,"Grado Department of Industrial and Systems Engineering, Virginia Tech, Blacksburg, Virginia, United States of America",United States of America,emerald@vt.edu,https://orcid.org/0000-0001-7341-6320,Emerald Dudzinski,"Grado Department of Industrial and Systems Engineering, Virginia Tech, Blacksburg, Virginia, United States of America",United States of America,emerald@vt.edu,https://orcid.org/0000-0001-7341-6320,TRUE,"This study collected individual-level survey data from a small group of participants from vulnerable populations. Hence, the data are restricted by Virginia Tech’s Institutional Review Board (IRB) and are not accessible to the public or research community. Contact information for the Virginia Tech IRB can be found here: https://www.research.vt.edu/sirc/hrpp/index.html. All recruitment methods, community partnerships, and research procedures were pre-approved and overseen by the Virginia Tech Institutional Review Board (VT IRB #22-599).",available in online repository,https://www.research.vt.edu/sirc/hrpp/index.html,NA,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Transportation; /Medicine and health sciences/Health care/Socioeconomic aspects of health; /Medicine and health sciences/Public and occupational health/Socioeconomic aspects of health; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Finance; /Social sciences/Economics/Finance/Financial management/Indirect costs,journals.plos.org,10.1371/journal.pwat.0000284,Research Article,2025-08-04 +10.1371/journal.pwat.0000234,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000234,PLOS Water,"Manganese and iron in drinking water in three West-African countries: Implications for health, acceptability, and disinfection",2025,TRUE,3,fe; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000234.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000234.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000234.s003&type=supplementary,7,Emily G. Browning,"The Water Institute at UNC, Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,NA,NA,Michael B. Fisher,"The Water Institute at UNC, Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,mbfisher@gmail.com,https://orcid.org/0000-0003-0159-8238,TRUE,All relevant data are within the paper and its Supporting information files.,in paper,NA,NA,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /People and places/Geographical locations/Africa/Ghana; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Chemistry/Chemical elements/Iron; /Physical sciences/Chemistry/Chemical elements/Manganese; /Physical sciences/Chemistry/Chemical reactions/Corrosion; /Social sciences/Economics/Economic geography/Low and middle income countries,journals.plos.org,10.1371/journal.pwat.0000234,Research Article,2025-06-18 +10.1371/journal.pwat.0000290,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000290,PLOS Water,Expanding access to wastewater surveillance beyond sewered networks: Effectiveness of active and passive sampling of waste effluent streams in Côte d’Ivoire,2025,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000290.s001&type=supplementary,24,Ellélé Aimé Marius Yapi,"AFROHUN, Abidjan, Côte d’Ivoire",Côte d’Ivoire,NA,https://orcid.org/0000-0001-9611-785X,Daniele Lantagne,"Feinstein International Center, Friedman School of Nutrition, Tufts University, Boston, Massachusetts, United States of America",United States of America,daniele.lantagne@tufts.edu,https://orcid.org/0000-0001-6594-0261,TRUE,All data are in the manuscript.,in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Orthomyxoviruses/Influenza viruses/Influenza A virus; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/RNA viruses/Orthomyxoviruses/Influenza viruses/Influenza A virus; /Biology and life sciences/Organisms/Viruses/Viral pathogens; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Orthomyxoviruses/Influenza viruses/Influenza A virus; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Equipment/Safety equipment; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Epidemiology/Disease surveillance/Infectious disease surveillance; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Infectious disease surveillance; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Orthomyxoviruses/Influenza viruses/Influenza A virus; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Safety/Safety equipment,journals.plos.org,10.1371/journal.pwat.0000290,Research Article,2025-06-27 +10.1371/journal.pwat.0000417,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000417,PLOS Water,Managing floods and droughts synergistically: A transformative governance approach,2025,FALSE,0,NA,NA,3,Ana Núñez Sánchez,"Water Resources Management Department, Deltares, Delft, The Netherlands",Netherlands,ana.nunezsanchez@deltares.nl,https://orcid.org/0000-0002-8397-8287,Ana Núñez Sánchez,"Water Resources Management Department, Deltares, Delft, The Netherlands",Netherlands,ana.nunezsanchez@deltares.nl,https://orcid.org/0000-0002-8397-8287,FALSE,NA,NA,NA,NA,/Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Management engineering/Risk management; /People and places/Geographical locations/Europe/European Union/Spain; /Social sciences/Political science/Governments/Local governments; /Social sciences/Political science/Governments/National governments; /Social sciences/Sociology/Social systems,journals.plos.org,10.1371/journal.pwat.0000417,Review,2025-08-19 +10.1371/journal.pwat.0000473,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000473,PLOS Water,Pathways for accountability in intergovernmental water-climate conferences,2025,FALSE,0,NA,NA,5,J. Leah Jones-Crank,"School of Environment, Resources and Sustainability, University of Waterloo, Waterloo, Ontario, Canada",Canada,ljonescrank@uwaterloo.ca,https://orcid.org/0000-0002-8529-6503,J. Leah Jones-Crank,"School of Environment, Resources and Sustainability, University of Waterloo, Waterloo, Ontario, Canada",Canada,ljonescrank@uwaterloo.ca,https://orcid.org/0000-0002-8529-6503,FALSE,NA,NA,NA,NA,/Earth sciences/Atmospheric science/Climatology/Climate change; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Demography/Indigenous populations; /People and places/Geographical locations/Africa/Senegal; /People and places/Geographical locations/Africa/Somalia; /People and places/Geographical locations/Asia/United Arab Emirates; /Social sciences/Anthropology/Indigenous populations; /Social sciences/Political science/United Nations,journals.plos.org,10.1371/journal.pwat.0000473,Opinion,2025-12-01 +10.1371/journal.pwat.0000439,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000439,PLOS Water,How water intermittency and water perceptions influence household coping strategies in northwestern Ecuador,2025,TRUE,7,tiff; tiff; xlsx; xlsx; xlsx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000439.s007&type=supplementary,6,Andrea Sosa-Moreno,"Department of Epidemiology, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,arsosa@umich.edu,https://orcid.org/0000-0002-4687-426X,Andrea Sosa-Moreno,"Department of Epidemiology, University of Michigan, Ann Arbor, Michigan, United States of America",United States of America,arsosa@umich.edu,https://orcid.org/0000-0002-4687-426X,TRUE,The data and R scripts supporting the findings of this study are publicly available on GitHub at [https://github.com/arsosa/WaterIntermittency_CopingStrategies].,available in online repository,https://github.com/arsosa/WaterIntermittency_CopingStrategies; https://github.com/arsosa/WaterIntermittency_CopingStrategies],github,/Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Geography/Human geography/Urban geography/Towns; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Social sciences/Human geography/Social geography/Neighborhoods; /Social sciences/Human geography/Urban geography/Towns,journals.plos.org,10.1371/journal.pwat.0000439,Research Article,2025-09-22 +10.1371/journal.pwat.0000500,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000500,PLOS Water,Four water insecurity concerns about datacenters driving the AI revolution,2026,FALSE,0,NA,NA,1,Sameer H. Shah,"School of Environmental and Forest Sciences, University of Washington, Seattle, Washington, United States of America",United States of America,shs89@uw.edu,https://orcid.org/0000-0002-1309-0039,Sameer H. Shah,"School of Environmental and Forest Sciences, University of Washington, Seattle, Washington, United States of America",United States of America,shs89@uw.edu,https://orcid.org/0000-0002-1309-0039,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Community ecology/Ecological risk; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Computer and information sciences/Artificial intelligence; /Ecology and environmental sciences/Ecology/Community ecology/Ecological risk; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Physical sciences/Chemistry/Analytical chemistry/Chemical analysis/Water analysis; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000500,Essay,2026-01-13 +10.1371/journal.pwat.0000423,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000423,PLOS Water,"Affordability of community water systems and private, self-supply drinking water wells",2025,TRUE,2,docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000423.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000423.s002&type=supplementary,3,Rebecca G. Etter,"Department of Civil and Environmental Engineering, Auburn University, Auburn, Alabama, United States of America",United States of America,NA,https://orcid.org/0009-0003-1259-2621,Jillian Maxcy-Brown,"Department of Civil and Environmental Engineering, Auburn University, Auburn, Alabama, United States of America",United States of America,jmaxcybrown@auburn.edu,https://orcid.org/0000-0002-0918-1640,TRUE,"The data that support the findings of this study are available in Supplemental File 2 (S2). Demographic and geographic information are publicly available through IPUMS NHGIS (http://doi.org/10.18128/D050.V18.0). Much of the rate information are available through UNC’s Alabama Water and Wastewater Rates Dashboard (https://dashboards.efc.sog.unc.edu/al) and the Alabama Rural Water Association (ARWA). ARWA can be contacted through arwa@alruralwater.com. Additional contact information is available on their website https://www.alruralwater.com/. Data derived by request from experts is unavailable; however, these utility costs can be found by contacting the individual utilities whose contact information is available here: http://dww.adem.alabama.gov/DWW/JSP/SearchDispatch?number=&name=&county=All&WaterSystemType=All&SourceWaterType=All&PointOfContactType=None&SampleType=null&begin_date=3%2F21%2F2023&end_date=3%2F21%2F2025&action=Search+For+Water+Systems.",available in online repository,http://doi.org/10.18128/D050.V18.0; https://dashboards.efc.sog.unc.edu/al; https://www.alruralwater.com/; http://dww.adem.alabama.gov/DWW/JSP/SearchDispatch?number=&name=&county=All&WaterSystemType=All&SourceWaterType=All&PointOfContactType=None&SampleType=null&begin_date=3%2F21%2F2023&end_date=3%2F21%2F2025&action=Search+For+Water+Systems; 10.18128/D050.V18.0,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Public and occupational health; /People and places/Geographical locations/North America/United States/Alabama; /Research and analysis methods/Research design/Survey research/Census; /Social sciences/Economics/Commerce/Payment; /Social sciences/Economics/Labor economics/Salaries/Minimum wage,journals.plos.org,10.1371/journal.pwat.0000423,Research Article,2025-09-24 +10.1371/journal.pwat.0000456,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000456,PLOS Water,Correction: Identifying trends in SARS-CoV-2 RNA in wastewater to infer changing COVID-19 incidence: Effect of sampling frequency,2025,FALSE,0,NA,NA,4,Elana M. G. Chan,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,journals.plos.org,10.1371/journal.pwat.0000456,Correction,2025-10-22 +10.1371/journal.pwat.0000504,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000504,PLOS Water,Correction: Mapping valley bottom inundation patterns from beaver dam activity: A potential proxy for hydrologic inefficiency,2026,FALSE,0,NA,NA,9,Karen M. Bartelt,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,journals.plos.org,10.1371/journal.pwat.0000504,Correction,2026-01-23 +10.1371/journal.pwat.0000269,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000269,PLOS Water,A comparative analysis of urban and peri-urban flood identification using SAR imagery,2025,TRUE,2,cohgis; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000269.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000269.s002&type=supplementary,3,Md Abdullah Al Mehedi,"Center for Resilient Water Systems, Department of Civil and Environmental Engineering, Villanova University, Villanova, Pennsylvania, United States of America",United States of America,almehedi06@gmail.com,https://orcid.org/0000-0003-4390-2664,Md Abdullah Al Mehedi,"Center for Resilient Water Systems, Department of Civil and Environmental Engineering, Villanova University, Villanova, Pennsylvania, United States of America",United States of America,almehedi06@gmail.com,https://orcid.org/0000-0003-4390-2664,TRUE,All data used in this study are publicly available and freely accessible. The primary datasets utilized include: 1. COPERNICUS Sentinel-1 SAR GRD: This dataset is publicly available through Google Earth Engine and can be accessed at https://developers.google.com/earth-engine/datasets/catalog/COPERNICUS_S1_GRD. 2. National Land Cover Database (NLCD) 2019: This dataset is also publicly available through Google Earth Engine and can be accessed at https://developers.google.com/earth-engine/datasets/catalog/USGS_NLCD_RELEASES_2019_REL_NLCD. No legal or ethical restrictions are imposed on the availability of this data. Fellow researchers can access these datasets directly through the provided links.,available in online repository,https://developers.google.com/earth-engine/datasets/catalog/COPERNICUS_S1_GRD; https://developers.google.com/earth-engine/datasets/catalog/USGS_NLCD_RELEASES_2019_REL_NLCD,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception; /Biology and life sciences/Psychology/Cognitive psychology/Perception; /Computer and information sciences/Software engineering/Preprocessing; /Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Remote sensing/Radar; /Engineering and technology/Software engineering/Preprocessing; /Research and analysis methods/Imaging techniques; /Social sciences/Human geography/Urban geography/Urban areas; /Social sciences/Psychology/Cognitive psychology/Perception,journals.plos.org,10.1371/journal.pwat.0000269,Research Article,2025-09-11 +10.1371/journal.pwat.0000347,4,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000347,PLOS Water,Attending to the mesoscale: Watersheds and Health,2025,FALSE,0,NA,NA,2,Margot W. Parkes,"School of Health Sciences, University of Northern British Columbia, Prince George, Canada",Canada,NA,NA,Pierre Horwitz,"School of Science and Centre for People, Place, & Planet, Edith Cowan University, Joondalup, Australia",Australia,p.horwitz@ecu.edu.au,https://orcid.org/0000-0002-8689-7888,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Public and occupational health/Behavioral and social aspects of health; /People and places/Population groupings/Ethnicities/Austronesian people/Polynesian people/Māori people,journals.plos.org,10.1371/journal.pwat.0000347,Editorial,2025-02-24 +10.1371/journal.pwat.0000263,3,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000263,PLOS Water,"Towards an integrative understanding of British Columbia’s Nechako Watershed: Connecting knowledge systems to strengthen understanding of climate change, watershed security, health and well-being",2024,TRUE,4,docx; xlsx; xlsx; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000263.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000263.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000263.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000263.s004&type=supplementary,7,Margot W. Parkes,"School of Health Sciences, University of Northern British Columbia, Prince George, British Columbia, Canada",Canada,NA,https://orcid.org/0000-0003-1967-2977,Stephen J. Déry,"Department of Geography, Earth and Environmental Sciences, University of Northern British Columbia, Prince George, British Columbia, Canada",Canada,Stephen.Dery@unbc.ca,https://orcid.org/0000-0002-3553-8949,TRUE,All relevant data are within the paper and its Supporting information files.,in paper,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Neuroscience/Learning and memory/Learning/Human learning; /Biology and life sciences/Psychology/Cognitive psychology/Learning/Human learning; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Wildfires; /Social sciences/Psychology/Cognitive psychology/Learning/Human learning,journals.plos.org,10.1371/journal.pwat.0000263,Research Article,2024-07-10 +10.1371/journal.pwat.0000403,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000403,PLOS Water,"Evaluation of the efficiency of conventional drinking water treatment plant using machine learning and water quality index in low-income countries: A case study of Adama City, Ethiopia",2025,TRUE,3,zip; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000403.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000403.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000403.s004&type=supplementary,6,Abelkassim Beshir,"Faculty of Water Supply & Environmental Engineering, Arba Minch Water Technology Institute, Arba Minch University, Ethiopia",Ethiopia,abeshir1@hotmail.com,https://orcid.org/0009-0003-0036-9748,Abelkassim Beshir,"Faculty of Water Supply & Environmental Engineering, Arba Minch Water Technology Institute, Arba Minch University, Ethiopia",Ethiopia,abeshir1@hotmail.com,https://orcid.org/0009-0003-0036-9748,TRUE,All relevant data are within the manuscript and its Supporting Information files.,in paper,NA,NA,/Earth sciences/Geography/Human geography/Urban geography/Towns; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Materials science/Materials/Contaminants; /Physical sciences/Physics/Materials physics/Turbidity; /Social sciences/Human geography/Urban geography/Towns,journals.plos.org,10.1371/journal.pwat.0000403,Research Article,2025-12-23 +10.1371/journal.pwat.0000368,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000368,PLOS Water,"Socioecological drivers of water, sanitation, and hygiene (WASH) choices: A qualitative analysis of maternal perspectives in northwest Ecuador",2026,TRUE,8,docx; docx; xlsx; xlsx; xlsx; tif; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000368.s009&type=supplementary,12,Molly K. Miller-Petrie,"Department of Epidemiology, University of Washington, Seattle, Washington, United States of America",United States of America,NA,https://orcid.org/0000-0001-7493-5915,Karen Levy,"Department of Environmental and Occupational Health Sciences, University of Washington, Seattle, Washington, United States of America",United States of America,klevyx@uw.edu,https://orcid.org/0000-0002-0968-9401,TRUE,The interview guide and codebook are provided in the Supporting information.,in paper,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Population groupings/Families/Mothers; /Social sciences/Economics/Finance; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000368,Research Article,2026-01-12 +10.1371/journal.pwat.0000470,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000470,PLOS Water,Water governance to increase agricultural resilience,2025,FALSE,0,NA,NA,1,Renata Rimšaitė,"Daugherty Water for Food Global Institute, University of Nebraska, Lincoln, Nebraska, United States of America",United States of America,rrimsaite@nebraska.edu,https://orcid.org/0000-0001-6985-8601,Renata Rimšaitė,"Daugherty Water for Food Global Institute, University of Nebraska, Lincoln, Nebraska, United States of America",United States of America,rrimsaite@nebraska.edu,https://orcid.org/0000-0001-6985-8601,FALSE,NA,NA,NA,NA,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Farms; /Computer and information sciences/Network analysis/Network resilience; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Population groupings/Professions/Agricultural workers,journals.plos.org,10.1371/journal.pwat.0000470,Opinion,2025-12-05 +10.1371/journal.pwat.0000266,3,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000266,PLOS Water,Effects of deficit irrigation on potato yield and water productivity in northern Ethiopia,2024,TRUE,4,docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000266.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000266.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000266.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000266.s004&type=supplementary,6,Aemro Wale Teshome,"Amhara Agricultural Research Institute, Bahir Dar, Ethiopia",Ethiopia,aemrowale@gmail.com,https://orcid.org/0000-0001-7964-6207,Aemro Wale Teshome,"Amhara Agricultural Research Institute, Bahir Dar, Ethiopia",Ethiopia,aemrowale@gmail.com,https://orcid.org/0000-0001-7964-6207,TRUE,All relevant data are uploaded as Supporting Information.,in paper,NA,NA,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural soil science; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Agriculture/Crop science/Crops/Vegetable crops; /Biology and life sciences/Organisms/Eukaryota/Plants/Solanum/Potato; /Biology and life sciences/Organisms/Eukaryota/Plants/Vegetables; /Biology and life sciences/Organisms/Eukaryota/Plants/Vegetables/Potato; /Biology and life sciences/Plant science/Plant anatomy/Tubers; /Earth sciences/Soil science/Agricultural soil science; /Ecology and environmental sciences/Natural resources/Water resources,journals.plos.org,10.1371/journal.pwat.0000266,Research Article,2024-09-26 +10.1371/journal.pwat.0000240,3,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000240,PLOS Water,Insights into the natural and cultural history of Typha orientalis (Raupō) in Aotearoa New Zealand,2024,TRUE,6,tif; sbti; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000240.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000240.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000240.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000240.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000240.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000240.s006&type=supplementary,20,Xun Li,"GNS Science, Lower Hutt, Aotearoa New Zealand",NA,NA,NA,Rewi Newnham,"School of Science in Society, Victoria University of Wellington, Wellington, Aotearoa New Zealand",NA,rewi.newnham@vuw.ac.nz,https://orcid.org/0000-0002-6044-8945,TRUE,The data underlying this study are available in the published article and its online supplementary material or made available on request.,in paper,NA,NA,/Biology and life sciences/Ecology/Ecosystems/Freshwater ecosystems/Limnetic ecosystems; /Biology and life sciences/Ecology/Paleoecology; /Biology and life sciences/Paleontology/Paleobiology/Paleoecology; /Biology and life sciences/Plant science/Plant anatomy/Pollen; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Earth sciences/Paleontology/Paleobiology/Paleoecology; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Ecology/Ecosystems/Freshwater ecosystems/Limnetic ecosystems; /Ecology and environmental sciences/Ecology/Paleoecology; /People and places/Geographical locations/Oceania/New Zealand,journals.plos.org,10.1371/journal.pwat.0000240,Research Article,2024-09-25 +10.1371/journal.pwat.0000289,3,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000289,PLOS Water,Barriers and facilitators to fecal sludge treatment in humanitarian camps: A systematic review of interventions,2024,TRUE,5,doc; xlsx; xlsx; xlsx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000289.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000289.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000289.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000289.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000289.s005&type=supplementary,4,Marine Ricau,"Department of Civil and Environmental Engineering, School of Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,marine.ricau@tufts.edu,https://orcid.org/0000-0002-7466-5975,Marine Ricau,"Department of Civil and Environmental Engineering, School of Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,marine.ricau@tufts.edu,https://orcid.org/0000-0002-7466-5975,TRUE,The datasets supporting the conclusions of this article are included within the article and its supporting files.,in paper,NA,NA,/Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Ponds; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Limnology/Effluent; /Engineering and technology/Energy and power/Bioenergy/Biofuels/Biogas; /Engineering and technology/Energy and power/Fuels/Biofuels/Biogas; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Materials science/Materials/Fuels/Biofuels/Biogas; /Physical sciences/Materials science/Materials/Sludge; /Research and analysis methods/Database and informatics methods/Database searching; /Research and analysis methods/Extraction techniques/Solid-phase extraction,journals.plos.org,10.1371/journal.pwat.0000289,Research Article,2024-11-19 +10.1371/journal.pwat.0000375,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000375,PLOS Water,Antibiotic-resistant bacteria detected in homes impacted by sewage,2025,FALSE,0,NA,NA,11,Emily M. H. Woerner,"Department of Global, Environmental, and Occupational Health, University of Maryland School of Public Health, College Park, Maryland, United States of America",United States of America,NA,NA,Rachel E. Rosenberg Goldstein,"Department of Global, Environmental, and Occupational Health, University of Maryland School of Public Health, College Park, Maryland, United States of America",United States of America,rerosenb@umd.edu,https://orcid.org/0000-0002-8190-9376,TRUE,All laboratory analysis data are within the manuscript as well as summarized human subjects data. No individual level participant data can be shared as stipulated by the University of Maryland Institutional Review Board (IRB) approval for this project. Contact information for the University of Maryland IRB can be found here: https://research.umd.edu/irb,available in online repository,https://research.umd.edu/irb,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Staphylococcus; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Staphylococcus/Staphylococcus aureus; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Staphylococcus/Staphylococcus aureus/Methicillin-resistant Staphylococcus aureus; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance/Antibiotic resistance; /Biology and life sciences/Molecular biology/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Staphylococcus; /Biology and life sciences/Organisms/Bacteria/Staphylococcus/Staphylococcus aureus; /Biology and life sciences/Organisms/Bacteria/Staphylococcus/Staphylococcus aureus/Methicillin-resistant Staphylococcus aureus; /Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Engineering and technology/Sanitary engineering/Sewage; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Staphylococcus; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Staphylococcus/Staphylococcus aureus; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Staphylococcus/Staphylococcus aureus/Methicillin-resistant Staphylococcus aureus; /Medicine and health sciences/Pharmacology/Antimicrobial resistance/Antibiotic resistance; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction; /Social sciences/Human geography/Social geography/Neighborhoods,journals.plos.org,10.1371/journal.pwat.0000375,Research Article,2025-06-05 +10.1371/journal.pwat.0000372,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000372,PLOS Water,Integrating Nature-based Solutions for urban water security in global south,2025,TRUE,3,pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000372.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000372.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000372.s003&type=supplementary,21,Liya E. Abera,"Network for Engineering with Nature, Athens, GeorgiaUnited States of America",NA,liya.eshetu.abera@gmail.com,https://orcid.org/0000-0001-6720-8955,Liya E. Abera,"Network for Engineering with Nature, Athens, GeorgiaUnited States of America",NA,liya.eshetu.abera@gmail.com,https://orcid.org/0000-0001-6720-8955,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Biodiversity; /Biology and life sciences/Ecology/Urban ecology; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Conservation science; /Ecology and environmental sciences/Ecology/Biodiversity; /Ecology and environmental sciences/Ecology/Urban ecology; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Civil engineering/Urban infrastructure; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000372,Review,2025-06-05 +10.1371/journal.pwat.0000365,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000365,PLOS Water,Evaluating the effectiveness of point-of-use UVC LED disinfection of activated carbon block filter effluent among private well users,2025,TRUE,3,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000365.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000365.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000365.s004&type=supplementary,9,Hania Zanib,"Department of Environmental Sciences & Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,NA,NA,Riley E. Mulhern,"Department of Environmental Sciences & Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,riley.mulhern@colorado.edu,https://orcid.org/0000-0001-6293-3672,TRUE,Data and code accompanying this article are available through a unique Zenodo record at https://doi.org/10.5281/zenodo.15007150.,available in online repository,https://doi.org/10.5281/zenodo.15007150; 10.5281/zenodo.15007150,zenodo,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Marine and aquatic sciences/Limnology/Effluent; /Ecology and environmental sciences/Limnology/Effluent; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Materials science/Materials/Contaminants; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Physical sciences/Physics/Electromagnetic radiation/Light/Ultraviolet radiation/Ultraviolet C; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000365,Research Article,2025-07-31 +10.1371/journal.pwat.0000391,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000391,PLOS Water,"Users of a container-based sanitation service experience high sanitation-related quality of life: A prospective cohort study in Cap Haitien, Haiti",2025,TRUE,2,docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000391.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000391.s003&type=supplementary,6,Maya Lubeck-Schricker,"Department of Epidemiology, University of Washington, Seattle, Washington, United States of America",United States of America,mlubeck-schricker@oursoil.org,https://orcid.org/0000-0002-8659-5943,Maya Lubeck-Schricker,"Department of Epidemiology, University of Washington, Seattle, Washington, United States of America",United States of America,mlubeck-schricker@oursoil.org,https://orcid.org/0000-0002-8659-5943,TRUE,The de-identified data and R script with code used to produce the analyses and visualizations presented in this study can be found at the following website: https://data.humdata.org/dataset/haiti-cbs-sanitation-quality-of-life.,available in online repository,https://data.humdata.org/dataset/haiti-cbs-sanitation-quality-of-life,NA,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Equipment/Communication equipment/Cell phones; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Quality of life; /Medicine and health sciences/Medical conditions/Infectious diseases; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/North America/Caribbean/Haiti; /Research and analysis methods/Research design/Cohort studies,journals.plos.org,10.1371/journal.pwat.0000391,Research Article,2025-08-22 +10.1371/journal.pwat.0000410,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000410,PLOS Water,"Understanding end-user preferences for hand hygiene enabling technologies: A mixed-methods study in peri-urban Lusaka, Zambia",2025,TRUE,5,ref; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000410.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000410.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000410.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000410.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000410.s005&type=supplementary,8,Katayi Mwila-Kazimbaya,"Centre for Infectious Disease Research in Zambia, Lusaka, Zambia",Zambia,NA,https://orcid.org/0000-0002-8482-4693,Robert Dreibelbis,"Department of Disease Control, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Robert.Dreibelbis@lshtm.ac.uk,https://orcid.org/0000-0002-9716-0419,TRUE,Quantitative data have been deposited in a repository (https://doi.org/10.17037/DATA.00004413).,available in online repository,https://doi.org/10.17037/DATA.00004413; 10.17037/DATA.00004413,NA,/Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Caregivers; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Geriatric care; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Population groupings/Age groups/Adults; /Physical sciences/Chemistry/Chemical compounds/Salts/Soaps,journals.plos.org,10.1371/journal.pwat.0000410,Research Article,2025-08-08 +10.1371/journal.pwat.0000297,4,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000297,PLOS Water,Projection of irrigation water requirement in the south Mediterranean area using an explicit representation of irrigation processes into a land surface model: Case of the Tensift catchment (Morocco),2025,TRUE,10,tiff; tiff; tiff; tiff; tiff; tiff; odbl; odbl; odbl; odbl,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000297.s010&type=supplementary,11,Ahmed Moucha,"L3G Laboratory, Faculty of Sciences and Techniques, Cadi Ayyad University, Marrakech, Morocco",Morocco,NA,https://orcid.org/0000-0001-9772-5961,Lionel Jarlan,"CESBIO (Université de Toulouse/CNRS/INRAE/IRD/CNES), Toulouse, France",France,lionel.jarlan@ird.fr,https://orcid.org/0000-0002-6542-5793,TRUE,In situ data were acquired within the frame of the TENSIFT observatory (https://www.lmi-trema.ma/observatoire/le-reseau-de-sites-de-mesure/) and are available upon request to Vincent Simonneaux (vincent.simonneaux@ird.fr) and Salah-Er Raki (s.erraki@uca.ma). SAFRAN forcing and future scenario (doi: 10.5281/zenodo.1383886) are available at the following URL: https://doi.org/10.5281/zenodo.13838861,available in online repository,https://www.lmi-trema.ma/observatoire/le-reseau-de-sites-de-mesure/; https://doi.org/10.5281/zenodo.1383886; https://doi.org/10.5281/zenodo.13838861; 10.5281/zenodo.1383886; 10.5281/zenodo.13838861,zenodo,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Drip irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Surface irrigation; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Wheat; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources,journals.plos.org,10.1371/journal.pwat.0000297,Research Article,2025-02-21 +10.1371/journal.pwat.0000342,4,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000342,PLOS Water,Atmospheric nitrate accumulation in headwater lakes and nutrient subsidy to downstream aquatic environments,2025,TRUE,5,tiff; tiff; tiff; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000342.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000342.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000342.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000342.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000342.s005&type=supplementary,7,Imke Grefe,"Lancaster Environment Centre, Lancaster University, Lancaster, United Kingdom",United Kingdom of Great Britain and Northern Ireland,i.grefe@lancaster.ac.uk,https://orcid.org/0000-0001-6211-4976,Imke Grefe,"Lancaster Environment Centre, Lancaster University, Lancaster, United Kingdom",United Kingdom of Great Britain and Northern Ireland,i.grefe@lancaster.ac.uk,https://orcid.org/0000-0001-6211-4976,TRUE,Data for this study is available from the UK Environmental Information Data Centre (EIDC): https://catalogue.ceh.ac.uk/documents/0d6de9b6-1f80-4f78-b65a-503db8ba63cf,available in online repository,https://catalogue.ceh.ac.uk/documents/0d6de9b6-1f80-4f78-b65a-503db8ba63cf,NA,/Biology and life sciences/Ecology/Ecosystems; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Phytoplankton; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae/Phytoplankton; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Phytoplankton; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Lakes; /Earth sciences/Marine and aquatic sciences/Bodies of water/Lakes; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Lakes; /Ecology and environmental sciences/Ecology/Ecosystems; /Engineering and technology/Industrial engineering/Process engineering/Industrial processes/Manufacturing processes/Surface treatments/Chemical deposition; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical reactions/Nitrification; /Physical sciences/Chemistry/Physical chemistry/Chemical deposition; /Physical sciences/Physics/Particle physics/Composite particles/Atoms/Isotopes,journals.plos.org,10.1371/journal.pwat.0000342,Research Article,2025-03-10 +10.1371/journal.pwat.0000398,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000398,PLOS Water,"Greywater quantities and qualities in low-income Kumasi, Ghana: Implications for sustainable water management",2026,TRUE,9,docx; docx; docx; docx; docx; docx; docx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000398.s009&type=supplementary,7,Barbara Gyapong-Korsah,"Department of Occupational and Environmental Health & Safety, School of Public Health, College of Health Sciences, Kwame Nkrumah University of Science and Technology (KNUST), Kumasi, Ashanti, Ghana",Ghana,barbygk@yahoo.com,https://orcid.org/0000-0002-8290-8551,Barbara Gyapong-Korsah,"Department of Occupational and Environmental Health & Safety, School of Public Health, College of Health Sciences, Kwame Nkrumah University of Science and Technology (KNUST), Kumasi, Ashanti, Ghana",Ghana,barbygk@yahoo.com,https://orcid.org/0000-0002-8290-8551,TRUE,All relevant data are included in the paper or its supporting information.,in paper,NA,NA,/Biology and life sciences/Biochemistry/Lipids/Oils; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Pollution; /Ecology and environmental sciences/Water quality/Chemical oxygen demand; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical compounds/Phosphates; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Physical sciences/Materials science/Materials/Surfactants/Detergents; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000398,Research Article,2026-01-16 +10.1371/journal.pwat.0000461,4,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000461,PLOS Water,Correction: Integrating nature-based solutions for urban water security in global south,2025,FALSE,0,NA,NA,21,Liya E. Abera,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,journals.plos.org,10.1371/journal.pwat.0000461,Correction,2025-10-31 +10.1371/journal.pwat.0000395,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000395,PLOS Water,The utility of experiential water insecurity measures for monitoring and evaluating WASH programs: Case studies from Nepal and Sierra Leone,2025,TRUE,14,xlsx; docx; xls; do; docx; docx; docx; docx; docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000395.s015&type=supplementary,15,Joshua D. Miller,"Department of Nutrition, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,josh.miller@unc.edu,https://orcid.org/0000-0002-2171-856X,Joshua D. Miller,"Department of Nutrition, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,josh.miller@unc.edu,https://orcid.org/0000-0002-2171-856X,TRUE,"Data for the Nepal case study and associated analytic code are included as supplementary files. In alignment with Oxfam’s Responsible Program Data Policy and the EU General Data Protection Regulation, the dataset used for the Sierra Leone case study cannot be publicly shared because of potentially identifying participant information. Individuals interested in accessing the data can contact the data curator, Jaynie Vonk (jaynie.vonk@oxfamnovib.nl).",in paper,NA,NA,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Disabilities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Sierra Leone; /People and places/Geographical locations/Asia/Nepal; /Research and analysis methods/Research design/Survey research/Surveys,journals.plos.org,10.1371/journal.pwat.0000395,Research Article,2025-07-09 +10.1371/journal.pwat.0000299,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000299,PLOS Water,"Urbanization in Denver produces more streamflow because of contributions from excess irrigation, leaking pipes, and stormwater",2025,TRUE,14,tap; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000299.s014&type=supplementary,2,Abdullah Al Fatta,"Department of Civil and Environmental Engineering, Colorado State University, Fort Collins, Colorado, United States of America",United States of America,NA,https://orcid.org/0000-0001-9884-4102,Aditi S. Bhaskar,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,aditi.bhaskar@colorado.edu,https://orcid.org/0000-0001-9803-4003,TRUE,"Al Fatta, A., A. S. Bhaskar (2025). Datasets: Urbanization in Denver produces more streamflow because of contributions from excess irrigation, leaking pipes, and stormwater, HydroShare, https://doi.org/10.4211/hs.b213390987b74771bd9317c1588277a9",available in online repository,https://doi.org/10.4211/hs.b213390987b74771bd9317c1588277a9; 10.4211/hs.b213390987b74771bd9317c1588277a9,NA,/Biology and life sciences/Ecology/Plant ecology/Plant communities/Grasslands; /Biology and life sciences/Plant science/Plant ecology/Plant communities/Grasslands; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Ecology/Plant ecology/Plant communities/Grasslands; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Terrestrial environments/Grasslands; /Engineering and technology/Civil engineering/Urban infrastructure; /Physical sciences/Physics/Particle physics/Composite particles/Atoms/Isotopes; /Social sciences/Human geography/Urban geography/Urbanization,journals.plos.org,10.1371/journal.pwat.0000299,Research Article,2025-07-09 +10.1371/journal.pwat.0000386,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000386,PLOS Water,Microbial community composition reflects water usage and storage conditions in a city-wide study of non-sewered wastewater (fecal sludge),2025,TRUE,4,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000386.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000386.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000386.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000386.s005&type=supplementary,13,Stanley B. Sam,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,NA,NA,Linda Strande,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,linda.strande@eawag.ch,https://orcid.org/0000-0003-4477-6268,TRUE,"The data package for all analysis completed in this study is published open access with the Eawag Research Data Institutional Collection (ERIC), and can be accessed at https://doi.org/10.25678/0008ZW",available in online repository,https://doi.org/10.25678/0008ZW; 10.25678/0008ZW,NA,/Biology and life sciences/Ecology/Ecological metrics/Species diversity/Shannon index; /Biology and life sciences/Genetics/Genomics/Microbial genomics/Microbiome; /Biology and life sciences/Microbiology/Medical microbiology/Microbiome; /Biology and life sciences/Microbiology/Microbial genomics/Microbiome; /Biology and life sciences/Taxonomy/Microbial taxonomy; /Computer and information sciences/Data management/Taxonomy/Microbial taxonomy; /Ecology and environmental sciences/Ecology/Ecological metrics/Species diversity/Shannon index; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Chemistry/Chemical compounds/Ammonia; /Physical sciences/Chemistry/Chemical compounds/Methane; /Physical sciences/Materials science/Materials/Sludge; /Research and analysis methods/Storage and handling/Specimen storage,journals.plos.org,10.1371/journal.pwat.0000386,Research Article,2025-06-25 +10.1371/journal.pwat.0000335,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000335,PLOS Water,Quantifying the success of stormwater control measure networks using effective imperviousness,2025,FALSE,0,NA,NA,5,Aditi S. Bhaskar,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,aditi.bhaskar@colorado.edu,https://orcid.org/0000-0001-9803-4003,Aditi S. Bhaskar,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, Colorado, United States of America",United States of America,aditi.bhaskar@colorado.edu,https://orcid.org/0000-0001-9803-4003,TRUE,Data and codes used for this project are available at https://github.com/mjburns/imperv_paper and will be deposited in an archived repository prior to final publication.,available in online repository,https://github.com/mjburns/imperv_paper,github,/Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Geography/Physical geography/Watersheds; /Ecology and environmental sciences/Environmental chemistry/Pollutants/Urban runoff; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Environmental chemistry/Pollutants/Urban runoff; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Precipitation techniques,journals.plos.org,10.1371/journal.pwat.0000335,Research Article,2025-06-30 +10.1371/journal.pwat.0000400,4,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000400,PLOS Water,Characterizing the temporal and spatial heterogeneous interaction among multiple indicators within water through time with fuzzy cognitive maps,2025,TRUE,2,docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000400.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000400.s002&type=supplementary,13,Xu Wang,"School of Software, Shanxi Agricultural University, Taiyuan, China",China,NA,NA,Kai Zhang,"Gyenno Science Co. Ltd., Shenzhen, China",China,hugo88315@163.com,https://orcid.org/0000-0001-9054-288X,TRUE,"The code for training and testing the models in the current research, the datasets generated or analyzed during this study are available in https://github.com/Hugo0512/FCM_water.",available in online repository,https://github.com/Hugo0512/FCM_water,github,/Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Transportation infrastructure/Canals; /Engineering and technology/Sanitary engineering/Solid waste management/Sewage treatment; /Engineering and technology/Transportation/Transportation infrastructure/Canals; /Physical sciences/Materials science/Material properties/Thermal conductivity; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Electricity/Electric conductivity; /Physical sciences/Physics/Materials physics/Turbidity,journals.plos.org,10.1371/journal.pwat.0000400,Research Article,2025-09-08 +10.1371/journal.pwat.0000479,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000479,PLOS Water,Agricultural water management for adaptation and mitigation: Tension or co-benefits in achieving global good?,2025,FALSE,0,NA,NA,2,Nicole Lefore,"Robert B. Daugherty Water for Food Global Institute, University of Nebraska, Lincoln, Nebraska, United States of America",United States of America,nlefore@nebraska.edu,https://orcid.org/0000-0003-1649-2479,Nicole Lefore,"Robert B. Daugherty Water for Food Global Institute, University of Nebraska, Lincoln, Nebraska, United States of America",United States of America,nlefore@nebraska.edu,https://orcid.org/0000-0003-1649-2479,FALSE,NA,NA,NA,NA,/Biology and life sciences/Agriculture; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Nutrition/Diet/Food; /Biology and life sciences/Organisms/Eukaryota/Plants/Grasses/Rice; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Nutrition/Diet/Food; /Research and analysis methods/Animal studies/Experimental organism systems/Plant and algal models/Rice; /Social sciences/Economics/Finance; /Social sciences/Political science/National security,journals.plos.org,10.1371/journal.pwat.0000479,Opinion,2025-12-17 +10.1371/journal.pwat.0000432,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000432,PLOS Water,From pipes to streams: The hidden influence of orthophosphate additions on urban waterways,2025,TRUE,13,docx; docx; docx; docx; docx; tif; tif; tif; tif; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000432.s014&type=supplementary,8,Anusha Balangoda,"Department of Geology and Environmental Science, University of Pittsburgh, Pittsburgh, Pennsylvania, United States of America",United States of America,Anusha.Balangoda@pitt.edu,https://orcid.org/0000-0002-1508-0889,Anusha Balangoda,"Department of Geology and Environmental Science, University of Pittsburgh, Pittsburgh, Pennsylvania, United States of America",United States of America,Anusha.Balangoda@pitt.edu,https://orcid.org/0000-0002-1508-0889,TRUE,The data is being formatted and finalized for sharing on Hydroshare once the MS is accepted.,NA,NA,NA,/Biology and life sciences/Ecology/Urban ecology; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Ecology/Urban ecology; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Chemical elements/Manganese; /Physical sciences/Chemistry/Chemical elements/Metallic lead; /Physical sciences/Chemistry/Chemical reactions/Corrosion,journals.plos.org,10.1371/journal.pwat.0000432,Research Article,2025-11-14 +10.1371/journal.pwat.0000334,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000334,PLOS Water,"Assessing geographic variations in household water disruptions across 30,109 communities in India in 2021",2026,TRUE,4,docx; docx; zip; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000334.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000334.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000334.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000334.s004&type=supplementary,3,Anoop Jain,"Department of Environmental Health, Boston University School of Public Health, Boston, Massachusetts, United States of America",United States of America,svsubram@hsph.harvard.edu,NA,Anoop Jain,"Department of Environmental Health, Boston University School of Public Health, Boston, Massachusetts, United States of America",United States of America,svsubram@hsph.harvard.edu,NA,TRUE,The Demographic and Health Surveys data for India is available at https://dhsprogram.com/countries/Country-Main.cfm?ctry_id=57.,available in online repository,https://dhsprogram.com/countries/Country-Main.cfm?ctry_id=57,dhs program,/Earth sciences/Geography/Human geography/Urban geography; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/Asia/India; /Research and analysis methods/Research design/Survey research/Surveys/Health surveys; /Social sciences/Human geography/Urban geography,journals.plos.org,10.1371/journal.pwat.0000334,Research Article,2026-01-21 +10.1371/journal.pwat.0000475,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000475,PLOS Water,"“If we have water, we have money”: A qualitative investigation of the role of water in women’s economic engagement in Guatemala, Honduras, Kenya, and Zimbabwe",2025,TRUE,4,pdf; docx; docx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000475.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000475.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000475.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000475.s004&type=supplementary,28,Emily Ogutu,"Gangarosa Department of Environmental Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,NA,https://orcid.org/0000-0002-7143-4549,Bethany A. Caruso,"Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,bcaruso@emory.edu,https://orcid.org/0000-0001-9738-9857,TRUE,Data will be availed in FigShare data repository 10.6084/m9.figshare.c.7815533.,available in online repository,https://doi.org/10.6084/m9.figshare.c.7815533; 10.6084/m9.figshare.c.7815533,figshare,/Biology and life sciences/Agriculture/Animal management/Livestock; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Health economics; /People and places/Geographical locations/Africa/Kenya; /People and places/Geographical locations/Africa/Zimbabwe; /People and places/Geographical locations/North America/Central America/Guatemala; /People and places/Geographical locations/North America/Central America/Honduras; /Social sciences/Economics/Health economics,journals.plos.org,10.1371/journal.pwat.0000475,Research Article,2025-12-03 +10.1371/journal.pwat.0000426,5,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000426,PLOS Water,"Success criteria comparison of eight implemented projects to improve the planning, design, and construction of floodplain wetlands",2026,TRUE,7,kml; xlsx; pdf; pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000426.s008&type=supplementary,16,Robert J. Hawley,"Sustainable Streams, Louisville, Kentucky, United States of America",United States of America,bob.hawley@sustainablestreams.com,https://orcid.org/0000-0002-6900-4398,Robert J. Hawley,"Sustainable Streams, Louisville, Kentucky, United States of America",United States of America,bob.hawley@sustainablestreams.com,https://orcid.org/0000-0002-6900-4398,TRUE,All data are in the manuscript and supporting information files.,in paper,NA,NA,/Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Erosion; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Water quality,journals.plos.org,10.1371/journal.pwat.0000426,Research Article,2026-01-16 +10.1371/journal.pwat.0000418,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000418,PLOS Water,The political economy of water and sanitation in Palestine’s Gaza Strip: A scoping review,2025,TRUE,6,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000418.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000418.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000418.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000418.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000418.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000418.s007&type=supplementary,6,Mariam Fayad,"Independent Researcher, Gaza, Palestine",State of Palestine,NA,https://orcid.org/0009-0008-7386-0120,Mariam Zaqout,"The Bartlett School of Sustainable Construction, University College London, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,m.zaqout@ucl.ac.uk,https://orcid.org/0000-0001-6978-8252,TRUE,All relevant data are within the paper and its Supporting Information files.,in paper,NA,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Asia/Israel; /People and places/Geographical locations/Asia/Palestinian territories; /Research and analysis methods/Research assessment/Peer review; /Social sciences/Economics/Finance,journals.plos.org,10.1371/journal.pwat.0000418,Research Article,2025-12-01 +10.1371/journal.pwat.0000487,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000487,PLOS Water,"Autoclaved but not safe: Persistence of blaCTX-M and blaTEM genes encoding extended spectrum β-lactamase in autoclaved microbiological waste destined for municipal sewage disposal in Mwanza, Tanzania",2025,FALSE,0,NA,NA,5,Johannes Rukyaa,"Department of Microbiology and Immunology, Weill Bugando School of Medicine, Catholic University of Health and Allied Sciences, Mwanza, Tanzania",United Republic of Tanzania,johannesjoshua0@gmail.com,https://orcid.org/0000-0001-9392-5384,Johannes Rukyaa,"Department of Microbiology and Immunology, Weill Bugando School of Medicine, Catholic University of Health and Allied Sciences, Mwanza, Tanzania",United Republic of Tanzania,johannesjoshua0@gmail.com,https://orcid.org/0000-0001-9392-5384,TRUE,All data generated or analyzed during this study are fully presented within the paper.,in paper,NA,NA,/Biology and life sciences/Biochemistry/Nucleic acids/DNA; /Biology and life sciences/Evolutionary biology/Evolutionary processes/Horizontal gene transfer; /Biology and life sciences/Genetics/DNA; /Biology and life sciences/Genetics/Gene transfer/Horizontal gene transfer; /Biology and life sciences/Microbiology; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Microbiology/Microbial control/Antimicrobial resistance; /Biology and life sciences/Molecular biology/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Engineering and technology/Sanitary engineering/Sewage; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pharmacology/Antimicrobial resistance; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Equipment preparation/Equipment sterilization/Autoclaving; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction,journals.plos.org,10.1371/journal.pwat.0000487,Research Article,2025-12-30 +10.1371/journal.pwat.0000356,4,12,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000356,PLOS Water,Community-led polycentric water management for drought mitigation in Southern Zambia,2025,TRUE,9,docx; docx; docx; docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000356.s010&type=supplementary,6,Carol Emma Mweemba,"International Water Management Institute, Lusaka, Zambia",Zambia,carolmweemba83@gmail.com,https://orcid.org/0009-0007-8680-4374,Carol Emma Mweemba,"International Water Management Institute, Lusaka, Zambia",Zambia,carolmweemba83@gmail.com,https://orcid.org/0009-0007-8680-4374,TRUE,All data underlying the findings of this study “Community-led polycentric water management for drought mitigation in Southern Zambia” are available from International Water Management Institute (IWMI) and can be accessed at https://doi.org/10.5281/zenodo.17579285.,available in online repository,https://doi.org/10.5281/zenodo.17579285; 10.5281/zenodo.17579285,zenodo,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Animal management/Livestock; /Biology and life sciences/Agriculture/Crop science/Crops; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Surface water; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000356,Research Article,2025-12-02 +10.1371/journal.pwat.0000453,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000453,PLOS Water,Determinants and spatio-temporal structure of variability in wastewater SARS-CoV-2 viral load measurements in Switzerland: Key insights for future surveillance efforts,2025,TRUE,3,pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000453.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000453.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000453.s003&type=supplementary,12,Julien Riou,"Department of Epidemiology and Health Systems, Unisanté, Center for Primary Care and Public Health and University of Lausanne, Lausanne, Switzerland",Switzerland,julien.riou@unisante.ch,https://orcid.org/0000-0002-3808-2852,Julien Riou,"Department of Epidemiology and Health Systems, Unisanté, Center for Primary Care and Public Health and University of Lausanne, Lausanne, Switzerland",Switzerland,julien.riou@unisante.ch,https://orcid.org/0000-0002-3808-2852,TRUE,Data on viral concentration of SARS-CoV-2 in wastewater and data on COVID-19 hospitalizations are freely available from https://www.idd.bag.admin.ch/. Code is available on https://github.com/foph-modelling/multilevel_wbe.,available in online repository,https://www.idd.bag.admin.ch/; https://github.com/foph-modelling/multilevel_wbe,github,/Biology and life sciences/Biochemistry/Nucleic acids/RNA/RNA structure; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Microbiology/Virology/Viral structure; /Biology and life sciences/Microbiology/Virology/Viral transmission and infection/Viral load; /Biology and life sciences/Molecular biology/Macromolecular structure analysis/RNA structure; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Earth sciences/Geography; /Medicine and health sciences/Epidemiology/Disease surveillance/Infectious disease surveillance; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Infectious disease surveillance; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /People and places/Geographical locations/Europe/Switzerland; /Research and analysis methods/Research facilities/Research laboratories/Government laboratories,journals.plos.org,10.1371/journal.pwat.0000453,Research Article,2025-11-03 +10.1371/journal.pwat.0000421,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000421,PLOS Water,Comparative analysis of service area boundaries and disparities in drinking water quality,2025,TRUE,5,docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000421.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000421.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000421.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000421.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000421.s005&type=supplementary,3,Wes Austin,"U.S. Environmental Protection Agency, National Center for Environmental Economics, Washington, District of Columbia, United States of America",United States of America,NA,https://orcid.org/0000-0003-3386-0835,Ahmed Rachid El-Khattabi,"Environmental Finance Center, School of Government, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,arelkhattabi@sog.unc.edu,https://orcid.org/0000-0001-6923-3978,TRUE,"We compile our dataset using records from data from the American Community Survey, EPA’s Safe Drinking Water Information System database, the third and fifth Unregulated Contaminant Monitoring Rule data, Six Year Review data, and a national dataset of community water system service area boundaries, among others. We are storing our compiled database on the following github repository: https://github.com/wesaustin/dw_service_areas_public.",available in online repository,https://github.com/wesaustin/dw_service_areas_public,github,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /People and places/Population groupings/Ethnicities/Hispanic people; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Chemistry/Chemical elements/Arsenic; /Physical sciences/Materials science/Materials/Contaminants; /Research and analysis methods/Research design/Survey research/Census,journals.plos.org,10.1371/journal.pwat.0000421,Research Article,2025-11-03 +10.1371/journal.pwat.0000460,4,11,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000460,PLOS Water,Human dimensions in water crisis management: Gender bias in water manager appraisals and implications for water decision-making,2025,TRUE,3,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000460.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000460.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000460.s003&type=supplementary,6,Lauren Keira Marie Smith,"University of Waterloo, 200 University Ave W, Waterloo, Ontario, Canada",Canada,L9smith@royalroads.ca,https://orcid.org/0000-0001-8277-8075,Lauren Keira Marie Smith,"University of Waterloo, 200 University Ave W, Waterloo, Ontario, Canada",Canada,L9smith@royalroads.ca,https://orcid.org/0000-0001-8277-8075,TRUE,"Preregistration, research materials, and data are available online at https://osf.io/bp4fy/?view_only=3651d3701e8546de8455c288be194fd4 (anonymized for blind-peer review).",available in online repository,https://osf.io/bp4fy/?view_only=3651d3701e8546de8455c288be194fd4,osf,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Emotions/Anxiety; /Biology and life sciences/Psychology/Emotions/Fear; /Biology and life sciences/Psychology/Social psychology; /Earth sciences/Atmospheric science/Climatology/Climate change; /Engineering and technology/Environmental engineering/Water management; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Psychology/Emotions/Anxiety; /Social sciences/Psychology/Emotions/Fear; /Social sciences/Psychology/Social psychology; /Social sciences/Sociology/Sexual and gender issues; /Social sciences/Sociology/Sexual and gender issues/Gender discrimination; /Social sciences/Sociology/Social discrimination/Gender discrimination,journals.plos.org,10.1371/journal.pwat.0000460,Research Article,2025-11-19 +10.1371/journal.pwat.0000293,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000293,PLOS Water,"Filter, heat, spin: A simple and inexpensive method for DNA preparation from freshwater for use in high-throughput molecular source tracking",2025,TRUE,11,pdf; pdf; pdf; pdf; pdf; pdf; pdf; pdf; pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000293.s012&type=supplementary,13,Vincent T. Pham,"Freshman Research Initiative, Urban Ecosystems Research Stream, College of Natural Sciences, The University of Texas at Austin, Austin, Texas, United States of America",United States of America,NA,https://orcid.org/0000-0002-3120-0174,Stuart Reichler,"Freshman Research Initiative, Urban Ecosystems Research Stream, College of Natural Sciences, The University of Texas at Austin, Austin, Texas, United States of America",United States of America,sreichler@mail.utexas.edu,https://orcid.org/0009-0002-0979-6984,TRUE,All data used to produce this article are included in Supporting Information.,in paper,NA,NA,/Biology and life sciences/Anatomy/Body fluids/Blood; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Molecular biology; /Biology and life sciences/Molecular biology/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Physiology/Body fluids/Blood; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Anatomy/Body fluids/Blood; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Mathematics/Statistics/Statistical data; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Extraction techniques/DNA extraction; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Molecular biology techniques/Artificial gene amplification and extension/Polymerase chain reaction,journals.plos.org,10.1371/journal.pwat.0000293,Research Article,2025-08-12 +10.1371/journal.pwat.0000413,4,8,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000413,PLOS Water,Beyond peak water security: Household-scale experiential metrics can offer new perspectives on contemporary water challenges in the United States,2025,FALSE,0,NA,NA,10,Wendy Jepson,"Department of Geography, Texas A&M University, College Station, Texas, United States of America",United States of America,NA,NA,Justin Stoler,"Department of Geography and Sustainable Development, University of Miami, Coral Gables, Florida, United States of America",United States of America,stoler@miami.edu,https://orcid.org/0000-0001-8435-7012,FALSE,NA,NA,NA,NA,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Social sciences/Economics/Economic geography/Low and middle income countries; /Social sciences/Political science/National security,journals.plos.org,10.1371/journal.pwat.0000413,Essay,2025-08-12 +10.1371/journal.pwat.0000330,4,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000330,PLOS Water,Resource allocation for environmental health services in healthcare facilities: A qualitative case study from Niger,2025,TRUE,2,docx; csv,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000330.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000330.s002&type=supplementary,6,Silvia Landa,"The Water Institute at UNC, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,NA,https://orcid.org/0009-0007-8814-7582,Darcy M. Anderson,"The Water Institute at UNC, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,TRUE,"Data are not publicly available to protect the privacy of research subjects. These are small healthcare facilities in Niger with a limited number of healthcare workers and government officials. Given the limited number of health facilities in rural Niger as well as the rich contextual clues in the transcripts about their job duties, work environment, and local geography, making the data publicly available poses a risk that study participants may be identified. Please use the following point of contact from the University of North Carolina at Chapel Hill's Institutional Review Board for questions or concerns regarding participant confidentiality and data availability: irb_questions@unc.edu.",not shareable,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Medicine and health sciences/Health care/Environmental health; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Health care/Health care policy; /Medicine and health sciences/Health care/Health economics; /Medicine and health sciences/Public and occupational health/Environmental health; /People and places/Geographical locations/Africa/Niger; /Social sciences/Economics/Finance; /Social sciences/Economics/Finance/Financial management/Budgets; /Social sciences/Economics/Health economics; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000330,Research Article,2025-02-28 +10.1371/journal.pwat.0000308,4,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000308,PLOS Water,Reorienting urban stream management to focus on equitable delivery of benefits,2025,FALSE,0,NA,NA,20,Seth J. Wenger,"Odum School of Ecology, University of Georgia, Athens, GeorgiaUnited States of America",NA,swenger@uga.edu,https://orcid.org/0000-0001-7858-960X,Seth J. Wenger,"Odum School of Ecology, University of Georgia, Athens, GeorgiaUnited States of America",NA,swenger@uga.edu,https://orcid.org/0000-0001-7858-960X,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Community ecology; /Biology and life sciences/Ecology/Urban ecology; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Ecology/Community ecology; /Ecology and environmental sciences/Ecology/Urban ecology; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Social sciences/Political science/Governments/Local governments,journals.plos.org,10.1371/journal.pwat.0000308,Essay,2025-02-28 +10.1371/journal.pwat.0000138,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000138,PLOS Water,Chasing the water table: The impact of groundwater depletion on rural drinking water supply in peninsular India,2025,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000138.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000138.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000138.s003&type=supplementary,4,Veena Srinivasan,"Water, Environment, Land and Livelihoods Labs (WELL Labs), IFMR, Chennai, Tamil Nadu, India",India,veena.srinivasan@gmail.com,https://orcid.org/0000-0002-5885-3116,Veena Srinivasan,"Water, Environment, Land and Livelihoods Labs (WELL Labs), IFMR, Chennai, Tamil Nadu, India",India,veena.srinivasan@gmail.com,https://orcid.org/0000-0002-5885-3116,TRUE,The dataset has been provided in the supporting information.,in paper,NA,NA,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Drip irrigation; /Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Biology and life sciences/Agriculture/Crop science/Crops; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/Asia/India; /Physical sciences/Physics/Electricity; /Research and analysis methods/Research design/Survey research/Census,journals.plos.org,10.1371/journal.pwat.0000138,Research Article,2025-04-24 +10.1371/journal.pwat.0000324,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000324,PLOS Water,"The relation between urban green spaces, shallow aquifers and water availability for cities: A case study in Mexico City",2025,TRUE,4,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000324.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000324.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000324.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000324.s005&type=supplementary,7,Marcelo Canteiro,"Escuela Nacional de Estudios Superiores, Universidad Nacional Autónoma de México, Morelia, Michoacán, México",Mexico,NA,NA,Luis Zambrano,"Departamento de Zoología, Instituto de Biología, Universidad Nacional Autónoma de México, Ciudad de México, México",Mexico,zambrano@ib.unam.mx,https://orcid.org/0000-0002-8632-0712,TRUE,The data supporting the results of this study are available in the manuscript and supporting information documents.,in paper,NA,NA,/Biology and life sciences/Ecology/Ecosystems; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Earth sciences/Geology/Volcanology/Lava; /Earth sciences/Hydrology/Flooding; /Ecology and environmental sciences/Ecology/Ecosystems; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/North America/Mexico; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Human geography/Urban geography/Urban areas,journals.plos.org,10.1371/journal.pwat.0000324,Research Article,2025-04-24 +10.1371/journal.pwat.0000291,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000291,PLOS Water,Quantification of Legionella pneumophila in building potable water systems: A meta-analysis comparing qPCR and culture-based detection methods,2025,TRUE,12,docx; docx; mdic; mdic; docx; docx; docx; docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000291.s012&type=supplementary,6,Émile Sylvestre,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,e.sylvestre@tudelft.nl,https://orcid.org/0009-0001-5884-2492,Émile Sylvestre,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,e.sylvestre@tudelft.nl,https://orcid.org/0009-0001-5884-2492,TRUE,The datasets analyzed during the current study are available in the Supporting information.,in paper,NA,NA,/Biology and life sciences/Genetics/Genomics; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Biology and life sciences/Organisms/Bacteria/Legionella/Legionella pneumophila; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Legionella/Legionella pneumophila; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Mathematics/Arithmetic; /Physical sciences/Mathematics/Geometry; /Physical sciences/Mathematics/Statistics/Statistical methods/Metaanalysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Metaanalysis; /Research and analysis methods/Research assessment/Systematic reviews,journals.plos.org,10.1371/journal.pwat.0000291,Research Article,2025-01-29 +10.1371/journal.pwat.0000267,4,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000267,PLOS Water,Evaluating chlorine taste and odor acceptability to inform drinking water chlorination in humanitarian settings: Lessons from trials in Uganda,2025,TRUE,5,n; xlsx; xlsx; xlsx; tif,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000267.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000267.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000267.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000267.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000267.s005&type=supplementary,9,Camille Heylen,"Civil and Environmental Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,camille.heylen@tufts.edu,https://orcid.org/0000-0002-4588-6373,Camille Heylen,"Civil and Environmental Engineering, Tufts University, Medford, Massachusetts, United States of America",United States of America,camille.heylen@tufts.edu,https://orcid.org/0000-0002-4588-6373,TRUE,The data underlying this study are openly available on Open Science Framework (OSF) at https://osf.io/8mwn9/?view_only=de34bf5d5ae849539c75721c4ab03e27,available in online repository,https://osf.io/8mwn9/?view_only=de34bf5d5ae849539c75721c4ab03e27,osf,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception/Taste; /Biology and life sciences/Neuroscience/Sensory perception/Taste; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Taste; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /People and places/Demography/Refugees; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Physics/Electricity/Electric conductivity; /Physical sciences/Physics/Materials physics/Turbidity; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Taste,journals.plos.org,10.1371/journal.pwat.0000267,Research Article,2025-02-11 +10.1371/journal.pwat.0000271,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000271,PLOS Water,Alternative indicators of handpump functionality: Toward consistent performance-oriented monitoring,2025,FALSE,0,NA,NA,4,Catherine McManus,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,catherine.mcmanus@alumni.unc.edu,https://orcid.org/0000-0003-2026-3687,Catherine McManus,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,catherine.mcmanus@alumni.unc.edu,https://orcid.org/0000-0003-2026-3687,TRUE,Data may be found at https://doi.org/10.15139/S3/J3IVUG.,available in online repository,https://doi.org/10.15139/S3/J3IVUG; 10.15139/S3/J3IVUG,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/Africa/Niger; /People and places/Geographical locations/Africa/Zimbabwe; /People and places/Geographical locations/Asia/India; /Physical sciences/Mathematics/Algebra/Linear algebra/Eigenvalues; /Physical sciences/Mathematics/Statistics/Statistical methods/Factor analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Factor analysis; /Research and analysis methods/Research design/Survey research/Surveys,journals.plos.org,10.1371/journal.pwat.0000271,Research Article,2025-05-19 +10.1371/journal.pwat.0000355,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000355,PLOS Water,Design and application of intelligent water-saving system in water-saving management of urban water-using units,2025,TRUE,4,xlsx; xlsx; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000355.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000355.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000355.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000355.s004&type=supplementary,4,Fan Hongxia,"Wuhan Technology and Business University, Wuhan, China",China,NA,NA,Li Qiaolin,"Wuhan Technology and Business University, Wuhan, China",China,20050708006@wtbu.edu.cn,https://orcid.org/0009-0003-5052-6713,TRUE,All data are in the manuscript and/or supporting information files.,in paper,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Intelligence; /Biology and life sciences/Psychology/Cognitive psychology/Intelligence; /Computer and information sciences/Artificial intelligence; /Computer and information sciences/Computer architecture/Computer hardware; /Computer and information sciences/Data management; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Environmental engineering/Water management; /Physical sciences/Chemistry/Analytical chemistry/Chemical analysis/Water analysis; /Social sciences/Psychology/Cognitive psychology/Intelligence,journals.plos.org,10.1371/journal.pwat.0000355,Research Article,2025-04-09 +10.1371/journal.pwat.0000292,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000292,PLOS Water,"Heavy water toxicity via isotope effects: Stronger than high-dose radiation, neutralized by light water",2025,TRUE,7,wb; red; a; pdf; a; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000292.s007&type=supplementary,7,Takeshi Yasuda,"Institute for Quantum Life Science (iQLS), National Institutes for Quantum Science and Technology (QST), Chiba, Japan",Japan,yasuda.takeshi@qst.go.jp,https://orcid.org/0000-0001-6812-3048,Takeshi Yasuda,"Institute for Quantum Life Science (iQLS), National Institutes for Quantum Science and Technology (QST), Chiba, Japan",Japan,yasuda.takeshi@qst.go.jp,https://orcid.org/0000-0001-6812-3048,TRUE,All data are available in the manuscript and its Supporting Information.,in paper,NA,NA,/Biology and life sciences/Biochemistry/Enzymology/Enzymes; /Biology and life sciences/Biochemistry/Nucleic acids/DNA/DNA repair; /Biology and life sciences/Biochemistry/Proteins/Enzymes; /Biology and life sciences/Biochemistry/Proteins/Post-translational modification/Phosphorylation; /Biology and life sciences/Cell biology/Cell processes/Cell death/Apoptosis; /Biology and life sciences/Genetics/DNA/DNA repair; /Physical sciences/Chemistry/Chemical elements/Hydrogen; /Physical sciences/Chemistry/Chemical reactions; /Physical sciences/Chemistry/Chemical reactions/Hydrolysis; /Physical sciences/Physics/Particle physics/Composite particles/Atoms/Isotopes,journals.plos.org,10.1371/journal.pwat.0000292,Research Article,2025-01-29 +10.1371/journal.pwat.0000255,3,9,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000255,PLOS Water,Assessment of a local and low-cost passive in-line chlorination device in rural Guatemala,2024,TRUE,15,pdf; pdf; docx; pdf; pdf; pdf; pdf; pdf; pdf; pdf; tiff; tiff; tiff; tiff; tiff,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000255.s015&type=supplementary,8,Jael M. Locher,"Environmental Sciences and Engineering Section, EPFL, Lausanne, Switzerland",Switzerland,NA,NA,Sara J. Marks,"Department Sandec, Eawag, Dübendorf, Switzerland",Switzerland,sara.marks@eawag.ch,https://orcid.org/0000-0003-0566-3041,TRUE,The study data are available at https://doi.org/10.25678/000B3P.,available in online repository,https://doi.org/10.25678/000B3P; 10.25678/000B3P,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Perception/Sensory perception/Smell; /Biology and life sciences/Neuroscience/Sensory perception/Smell; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Biology and life sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Smell; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Social sciences/Psychology/Cognitive psychology/Perception/Sensory perception/Smell,journals.plos.org,10.1371/journal.pwat.0000255,Research Article,2024-09-12 +10.1371/journal.pwat.0000294,3,10,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000294,PLOS Water,Geographical and environmental factors in pharmaceuticals and personal care products removal from drinking water plants,2024,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000294.s001&type=supplementary,5,Sayoni Dutta,"Department of Biological Sciences, Kent State University, Kent, Ohio, United States of America",United States of America,NA,NA,Xiaozhen Mou,"Department of Biological Sciences, Kent State University, Kent, Ohio, United States of America",United States of America,xmou@kent.edu,https://orcid.org/0000-0002-3289-8965,TRUE,All data are provided in the manuscript and its Supporting Information files.,in paper,NA,NA,/Biology and life sciences/Microbiology/Microbial control/Antimicrobials/Antibiotics; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Pharmaceutics/Drug therapy/Neurological drug therapy/Anti-addiction drug therapy/Nicotine replacement therapy; /Medicine and health sciences/Pharmacology/Drugs/Antimicrobials/Antibiotics; /Physical sciences/Chemistry/Chemical reactions/Oxidation; /Physical sciences/Mathematics/Statistics/Statistical methods/Analysis of variance; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Chromatographic techniques/Liquid chromatography/High performance liquid chromatography; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Analysis of variance; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis,journals.plos.org,10.1371/journal.pwat.0000294,Research Article,2024-10-01 +10.1371/journal.pwat.0000346,4,2,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000346,PLOS Water,Samqwan—Water: Revitalizing our relationship through Indigenous co-governance,2025,FALSE,0,NA,NA,2,Jae Ford,"School of Population and Public Health, Faculty of Medicine, University of British Columbia, Vancouver, British Columbia, Canada",Canada,jjford@mun.ca,https://orcid.org/0009-0003-2390-4563,Jae Ford,"School of Population and Public Health, Faculty of Medicine, University of British Columbia, Vancouver, British Columbia, Canada",Canada,jjford@mun.ca,https://orcid.org/0009-0003-2390-4563,FALSE,NA,NA,NA,NA,/Biology and life sciences/Anatomy/Head/Eyes; /Biology and life sciences/Anatomy/Ocular system/Eyes; /Biology and life sciences/Organisms/Eukaryota/Animals/Vertebrates/Amniotes/Reptiles/Testudines/Turtles; /Biology and life sciences/Zoology/Animals/Vertebrates/Amniotes/Reptiles/Testudines/Turtles; /Earth sciences/Geomorphology/Topography/Landforms/Islands; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Anatomy/Head/Eyes; /Medicine and health sciences/Anatomy/Ocular system/Eyes; /Medicine and health sciences/Public and occupational health; /People and places/Demography/Indigenous populations; /People and places/Geographical locations/North America/Canada/British Columbia; /Social sciences/Anthropology/Indigenous populations,journals.plos.org,10.1371/journal.pwat.0000346,Opinion,2025-02-10 +10.1371/journal.pwat.0000366,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000366,PLOS Water,"Behavioural water policy: Scarce, yet infinitely reusable",2025,FALSE,0,NA,NA,1,Ching Leong,"Lee Kuan Yew School of Public Policy, National University of Singapore, Singapore, Singapore",Singapore,ching@nus.edu.sg,NA,Ching Leong,"Lee Kuan Yew School of Public Policy, National University of Singapore, Singapore, Singapore",Singapore,ching@nus.edu.sg,NA,FALSE,NA,NA,NA,NA,/Biology and life sciences/Psychology/Behavior; /Biology and life sciences/Psychology/Behavior/Behavioral economics; /Biology and life sciences/Psychology/Collective human behavior; /Biology and life sciences/Psychology/Social psychology; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Economics/Behavioral economics; /Social sciences/Psychology/Behavior; /Social sciences/Psychology/Behavior/Behavioral economics; /Social sciences/Psychology/Collective human behavior; /Social sciences/Psychology/Social psychology,journals.plos.org,10.1371/journal.pwat.0000366,Opinion,2025-05-07 +10.1371/journal.pwat.0000250,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000250,PLOS Water,Majority of potable water microplastics are smaller than the 20 μm EU methodology limit for consumable water quality,2025,TRUE,3,xlsx; txt; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000250.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000250.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000250.s003&type=supplementary,8,Oskar Hagelskjær,"Centre de Recherche sur la Biodiversité et l’Environnement (CRBE), Université de Toulouse, CNRS UMR 5300, IRD, Toulouse INP, Université Toulouse III–Paul Sabatier (UT3), Toulouse, France",France,oskar.hagelskjaer@univ-tlse3.fr,https://orcid.org/0000-0001-8790-1992,Oskar Hagelskjær,"Centre de Recherche sur la Biodiversité et l’Environnement (CRBE), Université de Toulouse, CNRS UMR 5300, IRD, Toulouse INP, Université Toulouse III–Paul Sabatier (UT3), Toulouse, France",France,oskar.hagelskjaer@univ-tlse3.fr,https://orcid.org/0000-0001-8790-1992,TRUE,The underlying data for this paper can be found at http://datadryad.org/stash/share/p60t_ljp4wqo9Qr5HDlvQqa0emnIMAk-waSPC9NSTE4.,available in online repository,http://datadryad.org/stash/share/p60t_ljp4wqo9Qr5HDlvQqa0emnIMAk-waSPC9NSTE4,dryad,/Biology and life sciences/Toxicology; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers/Polyethylene; /Physical sciences/Chemistry/Polymer chemistry/Polymers; /Physical sciences/Chemistry/Polymer chemistry/Polymers/Polyethylene; /Physical sciences/Materials science/Materials/Polymers; /Physical sciences/Materials science/Materials/Polymers/Polyethylene; /Research and analysis methods/Equipment preparation/Equipment sterilization/Filter sterilization; /Research and analysis methods/Specimen preparation and treatment/Mechanical treatment of specimens/Sonication/Ultrasonication,journals.plos.org,10.1371/journal.pwat.0000250,Research Article,2025-01-15 +10.1371/journal.pwat.0000313,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000313,PLOS Water,Projected land use changes will cause water quality degradation at drinking water intakes across a regional watershed,2025,TRUE,12,docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000313.s012&type=supplementary,3,Elly T. Gay,"Department of Forestry and Environmental Resources, College of Natural Resources, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,etgay@ncsu.edu,https://orcid.org/0000-0003-4580-4910,Elly T. Gay,"Department of Forestry and Environmental Resources, College of Natural Resources, North Carolina State University, Raleigh, North Carolina, United States of America",United States of America,etgay@ncsu.edu,https://orcid.org/0000-0003-4580-4910,TRUE,Data used for SWAT model setup are included in the article and supplementary material. Data used to create the figures and tables are available in the Dryad repository at https://doi.org/10.5061/dryad.3r2280gsm.,available in online repository,https://doi.org/10.5061/dryad.3r2280gsm; 10.5061/dryad.3r2280gsm,dryad,/Biology and life sciences/Ecology/Ecosystems/Forests; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Ecology/Ecosystems/Forests; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Forests; /Ecology and environmental sciences/Water quality; /Social sciences/Human geography/Land use,journals.plos.org,10.1371/journal.pwat.0000313,Research Article,2025-04-23 +10.1371/journal.pwat.0000337,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000337,PLOS Water,Environmental surveillance of soil-transmitted helminths and other enteric pathogens in settings without networked wastewater infrastructure,2025,TRUE,2,xlsx; iac,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000337.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000337.s002&type=supplementary,19,Joël Edoux Eric Siko,"Institut de Recherche Clinique du Bénin, Abomey-Calavi, Bénin",Benin,NA,NA,Amy J. Pickering,"Department of Civil and Environmental Engineering, University of California, Berkeley, California, United States of America",United States of America,pickering@berkeley.edu,https://orcid.org/0000-0001-6193-2221,TRUE,All data and code needed to replicate analysis in the manuscript are available at https://github.com/KendraDahmer/wastewater-ms.,available in online repository,https://github.com/KendraDahmer/wastewater-ms,github,/Biology and life sciences/Biochemistry/Nucleic acids; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens; /Biology and life sciences/Organisms/Viruses/Viral pathogens; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Parasitic diseases/Helminth infections/Soil-transmitted helminthiases; /Medicine and health sciences/Medical conditions/Tropical diseases/Neglected tropical diseases/Soil-transmitted helminthiases; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Benin; /People and places/Geographical locations/Asia/India,journals.plos.org,10.1371/journal.pwat.0000337,Research Article,2025-01-23 +10.1371/journal.pwat.0000270,4,1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000270,PLOS Water,"Inadequate wastewater management in Dhaka’s major hospitals: A socio-technical systems analysis of leadership, policy, and technological challenges",2025,TRUE,5,docx; docx; tif; docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000270.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000270.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000270.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000270.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000270.s005&type=supplementary,12,Nuhu Amin,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, Australia",Australia,nuhu.amin@icddrb.org,https://orcid.org/0000-0002-7131-6163,Nuhu Amin,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW, Australia",Australia,nuhu.amin@icddrb.org,https://orcid.org/0000-0002-7131-6163,TRUE,Data is uploaded as Supporting information.,in paper,NA,NA,/Earth sciences/Geography/Economic geography/Low and middle income countries; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Sanitary engineering/Solid waste management/Sewage treatment; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Population groupings/Professions/Engineers; /Physical sciences/Materials science/Materials/Sludge; /Physical sciences/Physics/States of matter/Fluids/Liquids; /Science policy/Science and technology workforce/Careers in research/Engineers; /Social sciences/Economics/Economic geography/Low and middle income countries,journals.plos.org,10.1371/journal.pwat.0000270,Research Article,2025-01-08 +10.1371/journal.pwat.0000273,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000273,PLOS Water,Impacts of wastewater intrusion on disinfection byproduct formation: An experimental study,2025,TRUE,4,docx; docx; docx; a,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000273.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000273.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000273.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000273.s004&type=supplementary,6,Thomas Roberts,"Department of Civil and Environmental Engineering, University of Massachusetts Amherst, Amherst, Massachusetts, United States of America",United States of America,NA,https://orcid.org/0009-0008-3596-0921,Karina A. Chavarria,"Department of Civil and Environmental Engineering, University of Massachusetts Amherst, Amherst, Massachusetts, United States of America",United States of America,kchavarria@umass.edu,https://orcid.org/0000-0001-8462-3835,TRUE,The raw data supporting the findings of this study is publicly available via Figshare (DOI: https://doi.org/10.6084/m9.figshare.26006083.v1).,available in online repository,https://doi.org/10.6084/m9.figshare.26006083.v1; 10.6084/m9.figshare.26006083.v1,figshare,/Biology and life sciences/Toxicology/Cytotoxicity; /Biology and life sciences/Toxicology/Toxicity; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Cytotoxicity; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxicity; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Chemistry/Chemical elements/Chlorine,journals.plos.org,10.1371/journal.pwat.0000273,Research Article,2025-04-17 +10.1371/journal.pwat.0000340,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000340,PLOS Water,Use of biological communities to develop numeric environmental criteria for urban and suburban streams in a rapidly growing Central Texas region,2025,TRUE,9,a; tif; tif; tif; tif; tif; tif; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000340.s009&type=supplementary,5,Brent J. Bellinger,"Watershed Protection Department, Austin, Texas, United States of America",United States of America,brent.bellinger@austintexas.gov,https://orcid.org/0000-0002-0713-7988,Brent J. Bellinger,"Watershed Protection Department, Austin, Texas, United States of America",United States of America,brent.bellinger@austintexas.gov,https://orcid.org/0000-0002-0713-7988,TRUE,Data and code used in this study have been uploaded to Open Science Framework https://osf.io/gjsp3/.,available in online repository,https://osf.io/gjsp3/,osf,/Biology and life sciences/Ecology/Community ecology; /Biology and life sciences/Organisms/Eukaryota/Animals/Invertebrates/Plankton/Phytoplankton/Diatoms; /Biology and life sciences/Organisms/Eukaryota/Plants/Algae/Phytoplankton/Diatoms; /Biology and life sciences/Zoology/Animals/Invertebrates/Plankton/Phytoplankton/Diatoms; /Computer and information sciences/Artificial intelligence/Machine learning; /Earth sciences/Geography/Human geography/Urban geography/Urbanization; /Ecology and environmental sciences/Ecology/Community ecology; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Ecology and environmental sciences/Water quality; /People and places/Geographical locations/North America/United States/Texas; /Social sciences/Human geography/Urban geography/Urbanization,journals.plos.org,10.1371/journal.pwat.0000340,Research Article,2025-04-21 +10.1371/journal.pwat.0000359,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000359,PLOS Water,Improved streamflow prediction accuracy in Boreal climate watershed using a LSTM model: A comparative study,2025,FALSE,0,NA,NA,5,Kamal Islam,"School of Science and the Environment, Memorial University of Newfoundland, Corner Brook, Newfoundland and Labrador, Canada",Canada,kzislam@mun.ca,https://orcid.org/0000-0001-8405-4337,Kamal Islam,"School of Science and the Environment, Memorial University of Newfoundland, Corner Brook, Newfoundland and Labrador, Canada",Canada,kzislam@mun.ca,https://orcid.org/0000-0001-8405-4337,TRUE,All data that support the findings of this study are included within the article.,in paper,NA,NA,/Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Artificial intelligence/Machine learning/Deep learning; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Geography/Physical geography/Watersheds; /Earth sciences/Seasons; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Mathematics/Statistics/Statistical methods/Forecasting; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Forecasting,journals.plos.org,10.1371/journal.pwat.0000359,Research Article,2025-04-21 +10.1371/journal.pwat.0000281,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000281,PLOS Water,"Sanitary inspection characteristics, precipitation, and microbial water quality - A three-country study of rural boreholes in Sub-Saharan Africa",2025,TRUE,4,zip; zip; zip; zip,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000281.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000281.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000281.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000281.s004&type=supplementary,6,Syed Anjerul Islam,"The Water Institute at UNC and Department of Environmental Science and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,NA,https://orcid.org/0000-0002-8956-1458,Michael B. Fisher,"The Water Institute at UNC and Department of Environmental Science and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,mbfisher@gmail.com,https://orcid.org/0000-0003-0159-8238,TRUE,All data are included in Supplemental Information.,in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Atmospheric science/Meteorology/Rain; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /People and places/Geographical locations/Africa/Ghana; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000281,Research Article,2025-05-14 +10.1371/journal.pwat.0000307,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000307,PLOS Water,Training for the test: Using multi-objective training to improve ANN ensemble forecasts of household residual chlorine in emergencies,2025,TRUE,17,png; png; png; png; png; png; png; png; png; png; png; png; xlsx; xlsx; xlsx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000307.s017&type=supplementary,6,Michael De Santi,"Department of Civil Engineering, Lassonde School of Engineering, York University, Toronto, Canada",Canada,desantim@yorku.ca,https://orcid.org/0000-0002-4308-8351,Michael De Santi,"Department of Civil Engineering, Lassonde School of Engineering, York University, Toronto, Canada",Canada,desantim@yorku.ca,https://orcid.org/0000-0002-4308-8351,TRUE,"Research data from South Sudan, Jordan, and Rwanda are available at: https://data.mendeley.com/datasets/twdv4bcwst/1. Research data from Bangladesh and Tanzania are available at: https://github.com/safeh2o/SWOT_Research_Data/",available in online repository,https://data.mendeley.com/datasets/twdv4bcwst/1; https://github.com/safeh2o/SWOT_Research_Data/,github; mendeley data,/Biology and life sciences/Computational biology/Computational neuroscience/Artificial neural networks; /Biology and life sciences/Neuroscience/Computational neuroscience/Artificial neural networks; /Computer and information sciences/Artificial intelligence/Artificial neural networks; /Computer and information sciences/Artificial intelligence/Machine learning; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /People and places/Demography/Refugees; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Physical sciences/Mathematics/Optimization; /Physical sciences/Mathematics/Statistics/Statistical methods/Forecasting; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Forecasting,journals.plos.org,10.1371/journal.pwat.0000307,Research Article,2025-04-17 +10.1371/journal.pwat.0000376,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000376,PLOS Water,Towards a one health approach to WASH to tackle zoonotic disease and promote health and wellbeing,2025,FALSE,0,NA,NA,5,Sarah Dickin,"Department of Women’s and Children’s Health, Uppsala University, Akademiska sjukhuset, Uppsala, Sweden",Sweden,sarah.dickin@uu.se,https://orcid.org/0000-0003-0437-3755,Sarah Dickin,"Department of Women’s and Children’s Health, Uppsala University, Akademiska sjukhuset, Uppsala, Sweden",Sweden,sarah.dickin@uu.se,https://orcid.org/0000-0003-0437-3755,FALSE,NA,NA,NA,NA,/Biology and life sciences/Agriculture/Animal management/Livestock; /Biology and life sciences/Ecology/Community ecology/Ecological risk; /Biology and life sciences/Physiology/Physiological processes/Excretion; /Biology and life sciences/Veterinary science/Veterinary diseases; /Ecology and environmental sciences/Ecology/Community ecology/Ecological risk; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Medical conditions/Infectious diseases/Zoonoses; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation,journals.plos.org,10.1371/journal.pwat.0000376,Review,2025-05-29 +10.1371/journal.pwat.0000321,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000321,PLOS Water,Targets and trade-offs: Designing environmental water transactions to navigate compounding competition on the San Saba River in Texas,2025,TRUE,1,zip,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000321.s001&type=supplementary,5,Charles Wight,"School of Environment, Resources, and Sustainability, University of Waterloo, Waterloo, Ontario, Canada",Canada,charles.wight@uwaterloo.ca,https://orcid.org/0000-0002-8704-9637,Charles Wight,"School of Environment, Resources, and Sustainability, University of Waterloo, Waterloo, Ontario, Canada",Canada,charles.wight@uwaterloo.ca,https://orcid.org/0000-0002-8704-9637,TRUE,Data is available in Supporting information.,in paper,NA,NA,/Biology and life sciences/Agriculture/Agricultural methods/Agricultural irrigation/Lift irrigation; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Fresh water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Seasons; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Fresh water; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/North America/Caribbean/Saba; /People and places/Geographical locations/North America/United States/Texas,journals.plos.org,10.1371/journal.pwat.0000321,Research Article,2025-05-13 +10.1371/journal.pwat.0000387,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000387,PLOS Water,On the safe side: Uncertainty awareness for hydroclimatic risk and loss aversion,2025,FALSE,0,NA,NA,4,Omar Wani,"Tandon School of Engineering, New York University, Brooklyn, New York, United States of America",United States of America,omarwani@nyu.edu,https://orcid.org/0000-0002-3124-3705,Omar Wani,"Tandon School of Engineering, New York University, Brooklyn, New York, United States of America",United States of America,omarwani@nyu.edu,https://orcid.org/0000-0002-3124-3705,FALSE,NA,NA,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Psychological attitudes; /Earth sciences/Atmospheric science/Climatology/Climate change; /Earth sciences/Hydrology/Flooding; /Physical sciences/Mathematics/Applied mathematics/Game theory; /Physical sciences/Mathematics/Statistics/Statistical methods/Monte Carlo method; /Physical sciences/Physics/Classical mechanics/Thrust; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Monte Carlo method; /Research and analysis methods/Research design/Quantitative analysis; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Psychology/Psychological attitudes,journals.plos.org,10.1371/journal.pwat.0000387,Opinion,2025-06-13 +10.1371/journal.pwat.0000323,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000323,PLOS Water,Influencing non-menstruator attitudes and behaviours towards menstrual health among rohingya refugees in Bangladesh: A realist evaluation,2025,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000323.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000323.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000323.s003&type=supplementary,7,Georgia Hales,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom of Great Britain and Northern Ireland,cn14gih@leeds.ac.uk,https://orcid.org/0000-0003-4776-3905,Georgia Hales,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom of Great Britain and Northern Ireland,cn14gih@leeds.ac.uk,https://orcid.org/0000-0003-4776-3905,TRUE,Nick Sheppard - an advisor from the data management team at the University of Leeds - says that the ethical agreement from the IRB did not permit the onward sharing of anonymised data from research participants. He added that considering the research subjects are a vulnerable group (Rohingya refugees from Myanmar living in Bangladesh) and the sensitive nature of the topic (sexual and reproductive health) it would not be ethical to share the data publicly outside of the quotes used in the manuscript. He said with the advances in AI it's becoming easier to identify people from anonymised data. Therefore putting the data in a public repository would breach compliance with the protocol approved by the research ethics board. Nick Sheppard is contactable at N.Sheppard@leeds.ac.uk.,in paper,NA,NA,/Biology and life sciences/Psychology/Psychological attitudes; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Public and occupational health/Behavioral and social aspects of health; /Medicine and health sciences/Public and occupational health/Global health; /Medicine and health sciences/Public and occupational health/Hygiene; /Social sciences/Anthropology/Cultural anthropology/Religion; /Social sciences/Psychology/Psychological attitudes; /Social sciences/Sociology/Human families; /Social sciences/Sociology/Religion; /Social sciences/Sociology/Sexual and gender issues,journals.plos.org,10.1371/journal.pwat.0000323,Research Article,2025-06-25 +10.1371/journal.pwat.0000329,4,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000329,PLOS Water,Early prenatal nitrate exposure and birth outcomes: A study of Iowa’s public drinking water (1970–1988),2025,TRUE,14,xlsx; xlsx; weeks; xlsx; xlsx; lpm; weeks; xlsx; xlsx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000329.s014&type=supplementary,3,Jason Semprini,"Department of Public Health, Des Moines University College of Health Sciences, West Des Moines, Iowa, United States of America",United States of America,jsemprini@dmu.edu,https://orcid.org/0000-0002-0375-8090,Jason Semprini,"Department of Public Health, Des Moines University College of Health Sciences, West Des Moines, Iowa, United States of America",United States of America,jsemprini@dmu.edu,https://orcid.org/0000-0002-0375-8090,TRUE,"For this study, the public water quality data was obtained from the University of Iowa’s Center for Health Effects of Environmental Contamination. The data included all public water quality sample measures of nitrate levels (mg/L) reported between January 1, 1970 to December 31, 1988. In addition to the nitrate level measures, the water quality data included measurement dates, names, and geocodes of the public water systems. While this data was shared by CHEEC to the authors of this current study, the authors of this current study were not given explicit permission to share the data. The two key contacts for data requests are David Cwiertny (David-cwiertny@uiowa.edu) and Darrin Thompson (darrin-thompson-1@uiowa.edu). These two faculty hold appointments at CHEEC and are acknowledged in the manuscript under the acknowledgements section. Additionally, the public website for CHEEC is found here: https://cheec.uiowa.edu/ (E-Mail: cheec@uiowa.edu). In addition, the repository which holds the analytic code can be accessed with the following link: (https://github.com/jsemprini/Iowa-Water-Nitrate-Births7088).",available in online repository,https://cheec.uiowa.edu/; https://github.com/jsemprini/Iowa-Water-Nitrate-Births7088,github,/Biology and life sciences/Physiology/Physiological parameters/Body weight/Birth weight; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Women's health/Maternal health/Birth; /Medicine and health sciences/Women's health/Maternal health/Birth/Preterm birth; /Medicine and health sciences/Women's health/Maternal health/Pregnancy/Pregnancy complications/Preterm birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Birth/Preterm birth; /Medicine and health sciences/Women's health/Obstetrics and gynecology/Pregnancy/Pregnancy complications/Preterm birth; /People and places/Geographical locations/North America/United States/Iowa; /Physical sciences/Chemistry/Chemical compounds/Nitrates; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis,journals.plos.org,10.1371/journal.pwat.0000329,Research Article,2025-06-25 +10.1371/journal.pwat.0000326,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000326,PLOS Water,Do mandatory minimum penalties and penalty relief work? Evidence from California’s clean water program,2025,TRUE,1,a,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000326.s001&type=supplementary,7,Ryan J. Treves,"Stanford Law School, Stanford University, Stanford, California, United States of America",United States of America,NA,NA,Daniel E. Ho,"Stanford Law School, Stanford University, Stanford, California, United States of America",United States of America,deho@stanford.edu,https://orcid.org/0000-0002-2195-5469,TRUE,"Aggregate data, allowing for substantial replication of the main results, is available online (see https://github.com/reglab/california_mmp).",available in online repository,https://github.com/reglab/california_mmp,github,/Ecology and environmental sciences/Environmental justice; /Ecology and environmental sciences/Pollution; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /People and places/Geographical locations/North America/United States/California; /Science policy; /Social sciences/Economics/Finance; /Social sciences/Law and legal sciences/Regulations; /Social sciences/Sociology/Environmental justice,journals.plos.org,10.1371/journal.pwat.0000326,Research Article,2025-07-03 +10.1371/journal.pwat.0000339,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000339,PLOS Water,"Monitoring SARS-CoV-2 in wastewater in Kisumu, Kenya: Association with COVID-19 case numbers",2025,TRUE,6,docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000339.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000339.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000339.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000339.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000339.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000339.s006&type=supplementary,8,Bhagya Galkissa-Dewage,"Division of Environmental and Occupational Health Sciences, School of Public Health, University of Illinois Chicago, Chicago, Illinois, United States of America",United States of America,bgalki2@uic.edu,https://orcid.org/0009-0004-1805-1321,Bhagya Galkissa-Dewage,"Division of Environmental and Occupational Health Sciences, School of Public Health, University of Illinois Chicago, Chicago, Illinois, United States of America",United States of America,bgalki2@uic.edu,https://orcid.org/0009-0004-1805-1321,TRUE,The data that support the findings of this study are openly available in INDIGO data repository maintained by the University of Illinois Chicago DOI : 10.25417/uic.28646114.,available in online repository,https://10.25417/uic.28646114; 10.25417/uic.28646114,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/RNA viruses/Coronaviruses/SARS coronavirus/SARS CoV 2; /Biology and life sciences/Organisms/Viruses/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Engineering and technology/Sanitary engineering/Solid waste management/Sewage treatment; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care facilities/Hospitals; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/COVID 19; /Medicine and health sciences/Medical conditions/Infectious diseases/Viral diseases/SARS; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Viral pathogens/Coronaviruses/SARS coronavirus/SARS CoV 2; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation,journals.plos.org,10.1371/journal.pwat.0000339,Research Article,2025-05-09 +10.1371/journal.pwat.0000287,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000287,PLOS Water,"Assessing the effect of a Massive Open Online Course (MOOC) on school water, sanitation, and hygiene improvements in the Philippines",2025,TRUE,7,docx; docx; docx; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000287.s007&type=supplementary,7,Kh. Shafiur Rahaman,"Department of Disease Control, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,NA,NA,Robert Dreibelbis,"Department of Disease Control, London School of Hygiene and Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,Robert.Dreibelbis@lshtm.ac.uk,https://orcid.org/0000-0002-9716-0419,TRUE,"Data for this manuscript were provided by the Department of Education (DepEd), Government of Philippines. Researchers who wish to access this data are required to request data direct from the Department of Education and receive appropriate approvals. To request access to data, please contact the Assistant Secretary of Operations, Department of Education at oasops@deped.gov.ph.",NA,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Learning/Human learning; /Biology and life sciences/Neuroscience/Learning and memory/Learning/Human learning; /Biology and life sciences/Psychology/Cognitive psychology/Learning/Human learning; /Ecology and environmental sciences/Natural resources/Water resources; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /People and places/Geographical locations/Asia/Philippines; /People and places/Population groupings/Professions/Teachers; /Social sciences/Economics/Finance; /Social sciences/Psychology/Cognitive psychology/Learning/Human learning; /Social sciences/Sociology/Education/Schools,journals.plos.org,10.1371/journal.pwat.0000287,Research Article,2025-05-27 +10.1371/journal.pwat.0000367,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000367,PLOS Water,Reducing water quality data inequities: A low-cost to a membrane filtration technique for the quantification of Escherichia coli in drinking water in low-resource contexts,2025,TRUE,4,docx; docx; docx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000367.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000367.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000367.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000367.s005&type=supplementary,9,Camille Zimmer,"Current affiliation WSP, Victoria, Canada. Previous affiliation Department of Civil Engineering, University of Victoria, Victoria, Canada",Canada,NA,https://orcid.org/0000-0001-9649-9552,Caetano C. Dorea,"Department of Civil Engineering, University of Victoria, Victoria, Canada",Canada,caetanodorea@uvic.ca,https://orcid.org/0000-0001-9367-0668,TRUE,The Computer Aided Design (CAD) files for a version of the filter support unit which can be 3D printed are available with the supporting materials. The R code and data can be found at https://doi.org/10.5281/zenodo.14841237.,available in online repository,https://doi.org/10.5281/zenodo.14841237; 10.5281/zenodo.14841237,zenodo,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Equipment; /Engineering and technology/Industrial engineering/Quality control; /Medicine and health sciences/Diagnostic medicine/Virus testing; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Research design/Survey research/Surveys; /Research and analysis methods/Separation processes/Filtration,journals.plos.org,10.1371/journal.pwat.0000367,Research Article,2025-05-27 +10.1371/journal.pwat.0000320,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000320,PLOS Water,"Impact of industrial effluent on the self-purification characteristics and oxygen sag level of Ajali River, South east Nigeria",2025,FALSE,0,NA,NA,6,Judith Ogechukwu Nwerem,"Department of Pure and Industrial Chemistry, University of Nigeria, Nsukka, Enugu State, Nigeria",Nigeria,NA,NA,Hillary Onyeka Abugu,"Department of Pure and Industrial Chemistry, University of Nigeria, Nsukka, Enugu State, Nigeria",Nigeria,hillary.abugu@unn.edu.ng,https://orcid.org/0000-0002-6045-8449,TRUE,All relevant data are within the paper.,in paper,NA,NA,/Biology and life sciences/Toxicology/Toxic agents/Toxins/Heavy metals; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality/Biochemical oxygen demand; /Ecology and environmental sciences/Water quality/Dissolved oxygen; /Medicine and health sciences/Pathology and laboratory medicine/Toxicology/Toxic agents/Toxins/Heavy metals; /Physical sciences/Chemistry/Chemical elements/Heavy metals; /Physical sciences/Chemistry/Chemical elements/Oxygen,journals.plos.org,10.1371/journal.pwat.0000320,Research Article,2025-04-16 +10.1371/journal.pwat.0000352,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000352,PLOS Water,Vulnerability assessment of drinking water intakes to microbial contamination during combined sewer overflows under global change: A bottom-up approach,2025,TRUE,3,docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000352.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000352.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000352.s003&type=supplementary,7,Baptiste Leveque,"Department of Civil, Geological and Mining engineering, Polytechnique Montréal, Montréal, Quebec, Canada",Canada,NA,NA,Raja Kammoun,"Department of Civil, Geological and Mining engineering, Polytechnique Montréal, Montréal, Quebec, Canada",Canada,raja.kammoun@polymtl.ca,https://orcid.org/0000-0002-1059-109X,TRUE,"The data utilized in this study were obtained from municipalities and are subject to confidentiality agreements, which prevent their public sharing. However, all relevant data necessary to replicate the findings are fully presented within the main text and supplemental materials of this paper. Researchers requiring additional information may contact the corresponding author, who can facilitate requests with the data providers in accordance with the applicable legal and ethical frameworks.",in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Earth sciences/Atmospheric science/Climatology/Climate change/Anthropogenic climate change; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Earth sciences/Seasons/Summer; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000352,Research Article,2025-05-28 +10.1371/journal.pwat.0000277,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000277,PLOS Water,"Assessing the impact of rightsizing drinking water infrastructure system in Flint, Michigan",2025,TRUE,1,wsr,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000277.s001&type=supplementary,4,Richard Casey Sadler,"Department of Public Health and Family Medicine, Michigan State University, Flint, Michigan, United States of America",United States of America,NA,NA,Hyun Jeong Koo,"Department of Civil and Environmental Engineering, Wayne State University, Detroit, Michigan, United States of America",United States of America,hjkoo@wayne.edu,https://orcid.org/0000-0003-1178-8609,TRUE,"Data utilized to perform the hydraulic modeling of the drinking water distribution system was obtained through a Memorandum of Understanding (MOU) with the City of Flint Department of Public Works (https://www.cityofflint.com/department/public-works), which explicitly prevents the disclosure of information concerning this sensitive infrastructure. Researchers interested in replicating this work should contact Kenneth Miller, Administrator of Water and Sewer Utilities. The datasets used to perform statistical analyses and developed into figures for this manuscript are archived in a public repository (https://digitalcommons.wayne.edu/) with the following Digital Object Identifiers (DOIs): 10.22237/waynestaterepo/data/1729036800/a and 10.22237/waynestaterepo/data/1729036800/b.",available in online repository,https://www.cityofflint.com/department/public-works; https://digitalcommons.wayne.edu/; https://10.22237/waynestaterepo/data/1729036800/a; https://10.22237/waynestaterepo/data/1729036800/b; 10.22237/waynestaterepo/data/1729036800/a; 10.22237/waynestaterepo/data/1729036800/b,NA,/Earth sciences/Geography/Human geography/Social geography/Neighborhoods; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/United States/Michigan; /Social sciences/Economics/Microeconomics/Urban economics; /Social sciences/Human geography/Social geography/Neighborhoods; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000277,Research Article,2025-04-02 +10.1371/journal.pwat.0000361,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000361,PLOS Water,Flood control of reservoir systems: Learning-based explicit and switched model predictive control approaches,2025,TRUE,3,pdf; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000361.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000361.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000361.s003&type=supplementary,7,Ja-Ho Koo,"Department of Water Management, Delft University of Technology, Delft, The Netherlands",Netherlands,J.H.Koo@tudelft.nl,https://orcid.org/0000-0001-7100-8518,Ja-Ho Koo,"Department of Water Management, Delft University of Technology, Delft, The Netherlands",Netherlands,J.H.Koo@tudelft.nl,https://orcid.org/0000-0001-7100-8518,TRUE,The hydrological and operational data were acquired from Korea Water Resources Public Corporation’s website (http://kwater.or.kr). The data and code of this research are available at https://doi.org/10.4121/b6dd9d97-118d-406e-867d-b821fb6d08d4 under the CC-BY-4.0 license.,available in online repository,http://kwater.or.kr; https://doi.org/10.4121/b6dd9d97-118d-406e-867d-b821fb6d08d4; 10.4121/b6dd9d97-118d-406e-867d-b821fb6d08d4,NA,/Biology and life sciences/Organisms/Eukaryota/Plants/Trees; /Computer and information sciences/Artificial intelligence/Machine learning; /Computer and information sciences/Systems science/Nonlinear systems; /Earth sciences/Hydrology/Flooding; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Physical sciences/Mathematics/Applied mathematics/Algorithms; /Physical sciences/Mathematics/Optimization; /Physical sciences/Mathematics/Systems science/Nonlinear systems; /Research and analysis methods/Simulation and modeling/Algorithms,journals.plos.org,10.1371/journal.pwat.0000361,Research Article,2025-05-09 +10.1371/journal.pwat.0000317,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000317,PLOS Water,Willingness-to-pay and demand for sanitation products in rural northern Ghana: Impacts of seasonality and methodology,2025,TRUE,2,pdf; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000317.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000317.s002&type=supplementary,7,John Trimmer,"The Aquaya Institute, Nairobi, Kenya",Kenya,NA,https://orcid.org/0000-0002-4809-6684,Valerie Bauza,"The Aquaya Institute, San Anselmo, California, United States of America",United States of America,valerie@aquaya.org,https://orcid.org/0000-0003-1919-0767,TRUE,All relevant data are included in the article and its Supporting information files.,in paper,NA,NA,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography/Human geography/Urban geography/Towns; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Ghana; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Economics/Commerce/Payment; /Social sciences/Human geography/Urban geography/Towns,journals.plos.org,10.1371/journal.pwat.0000317,Research Article,2025-05-06 +10.1371/journal.pwat.0000306,4,3,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000306,PLOS Water,"Impact of wavelength, exposure sequence, and organic matter on UV disinfection and DNA repair",2025,TRUE,12,tiff; tiff; tiff; tiff; tiff; tiff; peak; xlsx; xlsx; xlsx; xlsx; xlsx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000306.s012&type=supplementary,2,Daniel Ma,"Department of Civil, Environmental, and Geodetic Engineering, The Ohio State University, Columbus, Ohio, United States of America",United States of America,NA,https://orcid.org/0000-0002-5448-5408,Natalie M. Hull,"Department of Civil, Environmental, and Geodetic Engineering, The Ohio State University, Columbus, Ohio, United States of America",United States of America,hull.305@osu.edu,https://orcid.org/0000-0003-2876-6721,TRUE,Data can be accessed at https://doi.org/10.6084/m9.figshare.28244198.v2.,available in online repository,https://doi.org/10.6084/m9.figshare.28244198.v2; 10.6084/m9.figshare.28244198.v2,figshare,/Biology and life sciences/Biochemistry/Nucleic acids/DNA/DNA repair; /Biology and life sciences/Genetics/DNA/DNA repair; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Medicine and health sciences/Health care/Sanitization/Disinfection; /Medicine and health sciences/Medical conditions/Infectious diseases/Infectious disease control/Sanitization/Disinfection; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Public and occupational health/Preventive medicine/Sanitization/Disinfection; /Physical sciences/Physics/Classical mechanics/Continuum mechanics/Fluid mechanics/Fluid dynamics/Flow rate; /Physical sciences/Physics/Electromagnetic radiation/Light; /Physical sciences/Physics/Electromagnetic radiation/Light/Ultraviolet radiation; /Physical sciences/Physics/Electromagnetic radiation/Light/Ultraviolet radiation/Ultraviolet A; /Physical sciences/Physics/Electromagnetic radiation/Light/Ultraviolet radiation/Ultraviolet C; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000306,Research Article,2025-03-31 +10.1371/journal.pwat.0000309,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000309,PLOS Water,From bench to beach: Assessing the reliability of community-based qPCR monitoring for recreational water quality,2025,TRUE,3,docx; xlsx; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000309.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000309.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000309.s004&type=supplementary,9,Ceilidh P. Welch,"School of Public Health, University of Alberta, Edmonton, Alberta, Canada",Canada,NA,NA,Patrick C. Hanington,"School of Public Health, University of Alberta, Edmonton, Alberta, Canada",Canada,pch1@ualberta.ca,https://orcid.org/0000-0002-3964-5012,TRUE,All relevant data are within the paper and related supporting information files.,in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Enterococcus; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Enterococcus/Enterococcus faecalis; /Biology and life sciences/Organisms/Bacteria/Enterococcus; /Biology and life sciences/Organisms/Bacteria/Enterococcus/Enterococcus faecalis; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Enterococcus; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Enterococcus/Enterococcus faecalis; /Research and analysis methods/Extraction techniques/DNA extraction; /Research and analysis methods/Research facilities/Research laboratories; /Research and analysis methods/Research facilities/Research laboratories/University laboratories,journals.plos.org,10.1371/journal.pwat.0000309,Research Article,2025-05-27 +10.1371/journal.pwat.0000338,4,5,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000338,PLOS Water,Investigating the suitability of dichotomous responses for the Water Insecurity Experiences (WISE) Scales using nationally representative data from 39 countries,2025,TRUE,3,docx; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000338.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000338.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000338.s004&type=supplementary,15,Indira Bose,"Department of Population Health, London School of Hygiene & Tropical Medicine, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,NA,https://orcid.org/0000-0002-3045-8851,Joshua D. Miller,"Department of Nutrition, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,josh.miller@unc.edu,https://orcid.org/0000-0002-2171-856X,TRUE,"This study was based on survey data collected by the Gallup World Poll (GWP) and ENSANUT 2021. Data from ENSANUT are publicly available on the website of the National Institute of Public Health (Mexico). Nationally aggregated WISE data can be accessed from https://doi.org/10.21985/n2-avk4-9932, additional data can be requested by emailing WISE_scales@northwestern.edu.",available in online repository,https://doi.org/10.21985/n2-avk4-9932; 10.21985/n2-avk4-9932,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Public and occupational health/Global health; /People and places/Geographical locations/Africa/Cameroon; /People and places/Geographical locations/Africa/Zambia; /People and places/Geographical locations/Oceania/Australia; /Physical sciences/Mathematics/Statistics/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Regression analysis/Linear regression analysis; /Research and analysis methods/Research design/Survey research/Surveys,journals.plos.org,10.1371/journal.pwat.0000338,Research Article,2025-05-20 +10.1371/journal.pwat.0000345,4,4,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000345,PLOS Water,What is an urban riverscape? Typological naming of urban riverscapes to support planning and management,2025,TRUE,2,pdf; vnd.openxmlformats-officedocument.spre,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000345.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000345.s002&type=supplementary,6,Brian M. Murphy,"Department of Civil and Environmental Engineering, Colorado State University, Fort Collins, Colorado, United States of America",United States of America,brian@riverworks.com,https://orcid.org/0000-0002-7670-2469,Brian M. Murphy,"Department of Civil and Environmental Engineering, Colorado State University, Fort Collins, Colorado, United States of America",United States of America,brian@riverworks.com,https://orcid.org/0000-0002-7670-2469,TRUE,"All data is publicly available and accessible by contacting the Mile High Flood District (MHFD) GIS Department. Email: contact@mhfd.org or phone: +1 (303) 455-6277. MHFD is a public agency based in Denver, CO USA.",NA,NA,NA,/Computer and information sciences/Data management; /Earth sciences/Geography/Geographic areas/Urban areas; /Earth sciences/Geography/Human geography/Urban geography/Urban areas; /Earth sciences/Geomorphology/Topography/Landforms/Valleys; /Earth sciences/Hydrology/Flooding; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering; /Engineering and technology/Structural engineering/Built structures; /Social sciences/Human geography/Urban geography/Urban areas,journals.plos.org,10.1371/journal.pwat.0000345,Research Article,2025-04-22 +10.1371/journal.pwat.0000369,4,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000369,PLOS Water,Removal of surrogate viruses from water using chitosan coagulation,2025,FALSE,0,NA,NA,7,Ampai Soros,"Department of Public Health, Mahidol University Amnatcharoen Campus, Amnatcharoen, Thailand",Thailand,NA,NA,Emily S. Bailey,"Department of Public Health, College of Pharmacy & Health Sciences, Campbell University, Buies Creek, North Carolina, United States of America",United States of America,ebailey@campbell.edu,https://orcid.org/0000-0003-1292-0771,TRUE,All relevant data can be found here: 10.6084/m9.figshare.28923881.,available in online repository,10.6084/m9.figshare.28923881,figshare,/Biology and life sciences/Plant science/Plant anatomy/Seeds; /Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical compounds/Organic compounds/Functional groups; /Physical sciences/Chemistry/Organic chemistry/Organic compounds/Functional groups; /Physical sciences/Chemistry/Polymer chemistry/Macromolecules/Polymers; /Physical sciences/Chemistry/Polymer chemistry/Polymers; /Physical sciences/Materials science/Materials physics/Turbidity; /Physical sciences/Materials science/Materials/Mixtures/Colloids; /Physical sciences/Materials science/Materials/Polymers; /Physical sciences/Physics/Materials physics/Turbidity,journals.plos.org,10.1371/journal.pwat.0000369,Research Article,2025-07-08 +10.1371/journal.pwat.0000555,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000555,PLOS Water,"The Agency, Resources, and Institutional Structures for Sanitation-related Empowerment (ARISE) scales: Psychometric evaluation across eight cities in Asia and Africa",2026,TRUE,2,efa; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000555.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000555.s002&type=supplementary,12,Sheela S. Sinharoy,"Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,sheela.sinharoy@emory.edu,https://orcid.org/0000-0003-3077-3824,Sheela S. Sinharoy,"Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,sheela.sinharoy@emory.edu,https://orcid.org/0000-0003-3077-3824,TRUE,The data underlying these findings can be accessed at https://doi.org/10.6084/m9.figshare.c.7590713.v4.,available in online repository,https://doi.org/10.6084/m9.figshare.c.7590713.v4; 10.6084/m9.figshare.c.7590713.v4,figshare,/Biology and life sciences/Neuroscience/Cognitive neuroscience/Consciousness; /Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive neuroscience/Consciousness; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Psychometrics; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Engineering and technology/Measurement; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Physical sciences/Mathematics/Statistics/Statistical methods/Factor analysis; /Research and analysis methods/Mathematical and statistical techniques/Statistical methods/Factor analysis; /Research and analysis methods/Research design/Survey research/Surveys; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Psychology/Cognitive psychology/Decision making; /Social sciences/Psychology/Psychometrics,journals.plos.org,10.1371/journal.pwat.0000555,Research Article,2026-06-02 +10.1371/journal.pwat.0000559,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000559,PLOS Water,Water justice for all,2026,FALSE,0,NA,NA,5,Rupert Quentin Grafton,"‌‌Crawford School of Public Policy, Australian National University, Canberra, Australia",Australia,quentin.grafton@anu.edu.au,https://orcid.org/0000-0002-0048-9083,Rupert Quentin Grafton,"‌‌Crawford School of Public Policy, Australian National University, Canberra, Australia",Australia,quentin.grafton@anu.edu.au,https://orcid.org/0000-0002-0048-9083,FALSE,NA,NA,NA,NA,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Geomorphology/Topography/Landforms/Wetlands; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Wetlands; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Environmental engineering/Water management; /People and places/Geographical locations/North America/Mexico; /People and places/Geographical locations/Oceania/Australia; /People and places/Population groupings/Ethnicities/Latin American people/Mexican people; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000559,Opinion,2026-06-01 +10.1371/journal.pwat.0000454,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000454,PLOS Water,"Groundwater hardness characterization and selection of softening technology for development of a centralized treatment plant: A case study in Haramaya University, Ethiopia",2026,TRUE,5,vij; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000454.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000454.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000454.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000454.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000454.s006&type=supplementary,6,Nagara Wakgari Futasa,"School of Water Resources and Environmental Engineering, Haramaya University, Dire Dawa, Ethiopia",Ethiopia,negera1984@gmail.com,https://orcid.org/0000-0001-5663-0202,Nagara Wakgari Futasa,"School of Water Resources and Environmental Engineering, Haramaya University, Dire Dawa, Ethiopia",Ethiopia,negera1984@gmail.com,https://orcid.org/0000-0001-5663-0202,TRUE,All relevant data are included in the manuscript and Supporting information.,in paper,NA,NA,/Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Physical sciences/Chemistry/Chemical compounds/Carbonates; /Physical sciences/Chemistry/Chemical compounds/Chlorides; /Physical sciences/Chemistry/Chemical compounds/Salts/Sulfates; /Physical sciences/Chemistry/Chemical reactions/Corrosion; /Physical sciences/Chemistry/Physical chemistry/Ion exchange; /Physical sciences/Physics/Classical mechanics/Pressure/Osmotic pressure,journals.plos.org,10.1371/journal.pwat.0000454,Research Article,2026-06-02 +10.1371/journal.pwat.0000558,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000558,PLOS Water,Don’t’ forget to ask your local archaeologist: Water security’s material record,2026,FALSE,0,NA,NA,2,Mark W. Hauser,"Department of Anthropology, Northwestern University, Evanston, Illinois, United States of America",United States of America,mark-hauser@northwestern.edu,https://orcid.org/0000-0001-7241-1739,Mark W. Hauser,"Department of Anthropology, Northwestern University, Evanston, Illinois, United States of America",United States of America,mark-hauser@northwestern.edu,https://orcid.org/0000-0001-7241-1739,FALSE,NA,NA,NA,NA,/Biology and life sciences/Ecology/Paleoecology; /Biology and life sciences/Paleontology/Paleobiology/Paleoecology; /Biology and life sciences/Paleontology/Paleoclimatology; /Earth sciences/Atmospheric science/Climatology/Paleoclimatology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Paleontology/Paleobiology/Paleoecology; /Earth sciences/Paleontology/Paleoclimatology; /Ecology and environmental sciences/Ecology/Paleoecology; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Urban infrastructure; /People and places/Demography/Indigenous populations; /People and places/Geographical locations/Africa/Madagascar; /Social sciences/Anthropology/Indigenous populations; /Social sciences/Archaeology,journals.plos.org,10.1371/journal.pwat.0000558,Opinion,2026-06-16 +10.1371/journal.pwat.0000494,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000494,PLOS Water,"Multi-criteria performance evaluation of stormwater infrastructure in a micro urban watershed, Addis Ababa, Ethiopia",2026,TRUE,7,docx; xlsx; xlsx; a; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000494.s008&type=supplementary,8,Bilal Kemal,"School of Civil and Environmental Engineering, College of Technology and Built Environment, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,bilal.kemal@aau.edu.et,https://orcid.org/0009-0002-2790-3229,Bilal Kemal,"School of Civil and Environmental Engineering, College of Technology and Built Environment, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,bilal.kemal@aau.edu.et,https://orcid.org/0009-0002-2790-3229,TRUE,"All relevant data are within the paper and its Supporting Information files (S1 Appendix, S2 Table, S3 Table, S1 Fig). The PCSWMM model input files used for hydrological simulations have been deposited in the Zenodo repository under DOI https://doi.org/10.5281/zenodo.20234539. The model can be run using PCSWMM 7.7 or later.",available in online repository,https://doi.org/10.5281/zenodo.20234539; 10.5281/zenodo.20234539,zenodo,/Biology and life sciences/Physiology/Physiological parameters/Body weight; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Storms; /Earth sciences/Geology/Petrology/Sediment; /Earth sciences/Geology/Sedimentary geology/Sediment; /Earth sciences/Geomorphology/Erosion; /Earth sciences/Hydrology/Flooding; /Engineering and technology/Civil engineering/Urban infrastructure; /Engineering and technology/Structural engineering,journals.plos.org,10.1371/journal.pwat.0000494,Research Article,2026-06-17 +10.1371/journal.pwat.0000562,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000562,PLOS Water,Weather Jiu-Jitsu: Prospects for atmospheric nudging to defuse the impact of catastrophic weather extremes,2026,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000562.s001&type=supplementary,3,Qin Huang,"School of Complex Adaptive Systems, Arizona State University, Tempe, Arizona, United States of America",United States of America,qhuang62@asu.edu,https://orcid.org/0009-0007-8033-6629,Qin Huang,"School of Complex Adaptive Systems, Arizona State University, Tempe, Arizona, United States of America",United States of America,qhuang62@asu.edu,https://orcid.org/0009-0007-8033-6629,FALSE,NA,NA,NA,NA,/Earth sciences/Atmospheric science/Atmospheric physics/Atmospheric dynamics; /Earth sciences/Atmospheric science/Atmospheric physics/Atmospheric dynamics/Atmospheric circulation; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Storms/Hurricanes; /Earth sciences/Atmospheric science/Meteorology/Weather; /Earth sciences/Geophysics/Atmospheric physics/Atmospheric dynamics; /Earth sciences/Geophysics/Atmospheric physics/Atmospheric dynamics/Atmospheric circulation; /Earth sciences/Hydrology/Flooding; /Earth sciences/Natural disasters/Hurricanes; /Engineering and technology/Management engineering/Risk management/Insurance; /Physical sciences/Physics/Geophysics/Atmospheric physics/Atmospheric dynamics; /Physical sciences/Physics/Geophysics/Atmospheric physics/Atmospheric dynamics/Atmospheric circulation; /Social sciences/Economics/Finance,journals.plos.org,10.1371/journal.pwat.0000562,Essay,2026-06-24 +10.1371/journal.pwat.0000442,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000442,PLOS Water,The Lishtot TestDrop Pro device cannot reliably indicate microbial water safety,2026,TRUE,6,docx; xlsx; 2; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000442.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000442.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000442.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000442.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000442.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000442.s006&type=supplementary,12,Timothy Purvis,"The Water Institute, UNC Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,tpurvis@email.unc.edu,https://orcid.org/0009-0009-2223-4899,Timothy Purvis,"The Water Institute, UNC Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,tpurvis@email.unc.edu,https://orcid.org/0009-0009-2223-4899,TRUE,All data have been made available for review in the supplementary information.,in paper,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens; /Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Physical sciences/Materials science/Materials/Contaminants; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli; /Research and analysis methods/Separation processes/Filtration,journals.plos.org,10.1371/journal.pwat.0000442,Research Article,2026-06-18 +10.1371/journal.pwat.0000394,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000394,PLOS Water,"Sustainable river management using Analytical Hierarchical Process on remote sensing data: Estimating riverscape vulnerability for Ganga, the world’s most densely populated river basin",2026,TRUE,21,xlsx; xlsx; xlsx; docx; docx; a; a; docx; xlsx; docx; docx; tif; docx; a; a; docx; xlsx; xlsx; xlsx; pdf; pdf,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s010&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s011&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s012&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s013&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s014&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s015&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s016&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s017&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s018&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s019&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s021&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000394.s022&type=supplementary,10,Anthony Acciavatti,"Yale School of Architecture, Yale University, New Haven, Connecticut, United States of America",United States of America,anthony.acciavatti@yale.edu,https://orcid.org/0009-0005-9073-4079,Anthony Acciavatti,"Yale School of Architecture, Yale University, New Haven, Connecticut, United States of America",United States of America,anthony.acciavatti@yale.edu,https://orcid.org/0009-0005-9073-4079,TRUE,"All datasets are generated from publicly accessible datasets, namely Google Earth Engine and Google Earth as well as all topographic and runoff calculations are made using RUSLE. Please find here the direct link to the base layer for Fig 1, which was in the OSF link, but is directly here for your convenience: https://www.arcgis.com/home/item.html?id=30e5fe3149c34df1ba922e6f5bbf808f. And please find here a link to the terms of use for the image: https://www.esri.com/en-us/legal/terms/master-agreement?rsource=https%3A%2F%2Fwww.esri.com%2Flegal%2Fsoftware-license, https://osf.io/v52gm/overview, https://osf.io/v52gm/overview.",available in online repository,https://www.arcgis.com/home/item.html?id=30e5fe3149c34df1ba922e6f5bbf808f; https://www.esri.com/en-us/legal/terms/master-agreement?rsource=https%3A%2F%2Fwww.esri.com%2Flegal%2Fsoftware-license; https://osf.io/v52gm/overview,osf,/Biology and life sciences/Neuroscience/Cognitive science/Cognition/Decision making; /Biology and life sciences/Neuroscience/Cognitive science/Cognitive psychology/Decision making; /Biology and life sciences/Population biology/Population metrics/Population density; /Biology and life sciences/Psychology/Cognitive psychology/Decision making; /Earth sciences/Geography/Human geography/Land use; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Pollution/Water pollution; /Engineering and technology/Remote sensing; /Physical sciences/Materials science/Material properties/Surface properties/Surface temperature; /Social sciences/Human geography/Land use; /Social sciences/Human geography/Urban geography/Cities; /Social sciences/Psychology/Cognitive psychology/Decision making,journals.plos.org,10.1371/journal.pwat.0000394,Research Article,2026-06-12 +10.1371/journal.pwat.0000561,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000561,PLOS Water,Thermal transformation of organic matter and impacts on water quality in fire-affected Jarrah Forest,2026,TRUE,4,xlsx; xlsx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000561.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000561.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000561.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000561.s004&type=supplementary,8,Kuenzang Tshering,"School of Science, Edith Cowan University, Perth, Australia",Australia,tershong@gmail.com,https://orcid.org/0000-0003-4869-3806,Kuenzang Tshering,"School of Science, Edith Cowan University, Perth, Australia",Australia,tershong@gmail.com,https://orcid.org/0000-0003-4869-3806,TRUE,All relevant data are within the paper and its Supporting Information files.,in paper,NA,NA,/Biology and life sciences/Ecology/Ecosystems/Forests; /Biology and life sciences/Ecology/Forest ecology; /Ecology and environmental sciences/Ecology/Ecosystems/Forests; /Ecology and environmental sciences/Ecology/Forest ecology; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Terrestrial environments/Forests; /Ecology and environmental sciences/Water quality; /Ecology and environmental sciences/Wildfires; /Physical sciences/Chemistry/Chemical compounds/Organic compounds; /Physical sciences/Chemistry/Chemical reactions/Exothermic reactions/Combustion; /Physical sciences/Chemistry/Organic chemistry/Organic compounds; /Physical sciences/Materials science/Material properties/Optical properties,journals.plos.org,10.1371/journal.pwat.0000561,Research Article,2026-06-05 +10.1371/journal.pwat.0000574,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000574,PLOS Water,"Public bathrooms as public goods: Assessing availability and accessibility in Atlanta, Georgia",2026,TRUE,3,pdf; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000574.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000574.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000574.s004&type=supplementary,11,Brandie Banner Shackelford,"Gangarosa Department of Environmental Health, Rollins School of Public Health, Emory University, Atlanta, Georgia, United States of America",United States of America,NA,https://orcid.org/0009-0000-8438-3237,April M. Ballard,"Department of Population Health Sciences, School of Public Health, Georgia State University, Atlanta, Georgia, United States of America",United States of America,aballard11@gsu.edu,https://orcid.org/0000-0003-3839-5637,TRUE,All relevant data for this study are publicly available from the OSF repository (https://osf.io/fm9by).,available in online repository,https://osf.io/fm9by,osf,/Biology and life sciences/Physiology/Physiological processes/Defecation; /Earth sciences/Geography/Human geography/Urban geography/Cities; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Civil engineering/Urban infrastructure; /Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Health care/Health care facilities; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Social sciences/Human geography/Urban geography/Cities,journals.plos.org,10.1371/journal.pwat.0000574,Research Article,2026-06-24 +10.1371/journal.pwat.0000563,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000563,PLOS Water,Active regulating of onsite sanitation must be extended from the national to the city level to effectively engage the private sector at scale,2026,FALSE,0,NA,NA,9,Jonathan Wilcox,"WaterAid, London, United Kingdom",United Kingdom of Great Britain and Northern Ireland,NA,https://orcid.org/0009-0003-0224-7138,Claire Grisaffi,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom of Great Britain and Northern Ireland,c.grisaffi@leeds.ac.uk,https://orcid.org/0000-0001-7038-9849,FALSE,NA,NA,NA,NA,/Medicine and health sciences/Epidemiology/Medical risk factors; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa/Uganda; /People and places/Geographical locations/Africa/Zambia; /Physical sciences/Materials science/Materials/Sludge; /Social sciences/Economics/Industrial organization/Structure of markets; /Social sciences/Law and legal sciences/Regulations,journals.plos.org,10.1371/journal.pwat.0000563,Opinion,2026-06-03 +10.1371/journal.pwat.0000540,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000540,PLOS Water,Continuing the conversation: Emerging areas for sector guidance in fecal sludge emptying and transport service regulation,2026,TRUE,1,docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000540.s001&type=supplementary,13,Claire Grisaffi,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom of Great Britain and Northern Ireland,c.grisaffi@leeds.ac.uk,https://orcid.org/0000-0001-7038-9849,Claire Grisaffi,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom of Great Britain and Northern Ireland,c.grisaffi@leeds.ac.uk,https://orcid.org/0000-0001-7038-9849,FALSE,NA,NA,NA,NA,/Ecology and environmental sciences/Sustainability science; /Engineering and technology/Environmental engineering/Water management; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /People and places/Geographical locations/Africa; /Physical sciences/Materials science/Materials/Sludge; /Social sciences/Economics/Finance; /Social sciences/Law and legal sciences/Regulations; /Social sciences/Philosophy/Human rights,journals.plos.org,10.1371/journal.pwat.0000540,Essay,2026-06-03 +10.1371/journal.pwat.0000535,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000535,PLOS Water,Hydrological analysis of the California Basin Model,2026,TRUE,6,vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; 2; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; 1,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000535.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000535.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000535.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000535.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000535.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000535.s006&type=supplementary,9,Jason Hamilton Davison,"Department of Civil and Environmental Engineering, The Catholic University of America, Washington, District of Columbia, United States of America",United States of America,davisonj@cua.edu,https://orcid.org/0000-0001-9014-2341,Jason Hamilton Davison,"Department of Civil and Environmental Engineering, The Catholic University of America, Washington, District of Columbia, United States of America",United States of America,davisonj@cua.edu,https://orcid.org/0000-0001-9014-2341,TRUE,All data needed to evaluate the conclusions in the paper are present in the paper and the Supplementary Materials. Please contact the corresponding author for model data and configuration files.,in paper,NA,NA,/Earth sciences/Atmospheric science/Meteorology; /Earth sciences/Atmospheric science/Meteorology/Rain; /Earth sciences/Atmospheric science/Meteorology/Snow; /Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /People and places/Geographical locations/North America/United States/California; /Research and analysis methods/Simulation and modeling,journals.plos.org,10.1371/journal.pwat.0000535,Research Article,2026-06-10 +10.1371/journal.pwat.0000288,5,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000288,PLOS Water,Mapping residual chlorine in water supply network of Babile Town in East Hararge Zone of Oromia Regional State using WaterGEMS,2026,TRUE,4,docx; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000288.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000288.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000288.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000288.s004&type=supplementary,6,Mihret Dananto Ulsido,"Department of Water supply and Environmental Engineering, Institute of Technology, Hawassa University, Hawassa, Ethiopia",Ethiopia,NA,NA,Yohannes Seifu Berego,"Department of Environmental Health, College of Medicine and Health Sciences, Hawassa University, Hawassa, Sidama Region, Ethiopia",Ethiopia,yohannesseifu@hu.edu.et,https://orcid.org/0000-0002-9266-1126,TRUE,The authors confirm that the data supporting the findings of this study are available within the article [and/or] its supplementary materials.,in paper,NA,NA,/Computer and information sciences/Software engineering/Computer software; /Computer and information sciences/Software engineering/Software tools; /Earth sciences/Geography/Human geography/Urban geography/Towns; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Software engineering/Computer software; /Engineering and technology/Software engineering/Software tools; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Social sciences/Human geography/Urban geography/Towns,journals.plos.org,10.1371/journal.pwat.0000288,Research Article,2026-07-02 +10.1371/journal.pwat.0000571,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000571,PLOS Water,"Governance and potential of decentralised water reuse in Bengaluru, India",2026,TRUE,7,doc; doc; doc; doc; doc; doc; doc,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000571.s007&type=supplementary,8,Abishek Sankara Narayan,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,Abishek Sankara Narayan,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,TRUE,All relevant data generated or analysed during this study are included in this published article and its supplementary information files. The specific names and job titles of interviewees are anonymised to protect their identity and privacy.,in paper,NA,NA,/Earth sciences/Hydrology/Surface water; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Terrestrial environments/Urban environments; /Engineering and technology/Environmental engineering/Water management; /Engineering and technology/Sanitary engineering/Solid waste management/Sewage treatment; /Medicine and health sciences/Public and occupational health; /Social sciences/Law and legal sciences/Regulations,journals.plos.org,10.1371/journal.pwat.0000571,Research Article,2026-06-26 +10.1371/journal.pwat.0000554,5,6,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000554,PLOS Water,"Handling left-censored PFAS data in surface-water reconnaissance: A reproducible workflow applied to ten sites in the Trinity River headwaters, Texas",2026,TRUE,10,detected; i; nlcd; docx; docx; tif; purple; vnd.openxmlformats-officedocument.wordprocessingml.document; pdf; vnd.openxmlformats-officedocument.wordprocessingml.document,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s006&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s007&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s008&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s009&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000554.s010&type=supplementary,12,Portia T. Asare,"Department of Environmental and Geological Sciences, Texas Christian University, Fort Worth, Texas, United States of America",United States of America,NA,https://orcid.org/0009-0003-1657-8050,Gehendra Kharel,"Department of Environmental and Geological Sciences, Texas Christian University, Fort Worth, Texas, United States of America",United States of America,g.kharel@tcu.edu,https://orcid.org/0000-0002-7463-7181,TRUE,"All data necessary to replicate the findings of this study are deposited at Zenodo (https://doi.org/10.5281/zenodo.19500593) under a CC-BY 4.0 license. The deposited data package contains: the complete site-by-analyte concentration matrix with all measured values, reporting limits, censoring indicators, and qualifier flags; the Python imputation, sensitivity-analysis, table-generation, and figure-generation code; compiled NPDES/DMR summaries; catchment land-use and river-network distance data; and a machine-readable QA/QC appendix reproducing the method blank results, LCS/LCSD/LLCS recoveries, isotope-dilution recovery ranges, and qualifier decision rules extracted from the laboratory analytical report (Eurofins Job 810-176371-1). Supporting Information tables accompanying this article reproduce the 40-analyte detection results (S1 Table), site-by-analyte concentrations (S2 Table), catchment and NPDES indicators (S3 Table), per-site source-category counts (S4 Table), and exploratory Spearman screening correlations with Benjamini-Hochberg FDR-adjusted q-values (S5 Table). Table 1 in the main text presents the five-way sensitivity analysis.",available in online repository,https://doi.org/10.5281/zenodo.19500593; 10.5281/zenodo.19500593,zenodo,/Earth sciences/Hydrology/Surface water; /Earth sciences/Marine and aquatic sciences/Aquatic environments/Freshwater environments/Rivers; /Earth sciences/Marine and aquatic sciences/Bodies of water/Rivers; /Ecology and environmental sciences/Aquatic environments/Freshwater environments/Rivers; /Ecology and environmental sciences/Natural resources/Water resources; /Engineering and technology/Civil engineering/Transportation infrastructure/Airports; /Engineering and technology/Transportation/Transportation infrastructure/Airports; /People and places/Geographical locations/North America/United States/Texas; /Research and analysis methods/Research assessment/Reproducibility; /Research and analysis methods/Research design/Pilot studies; /Research and analysis methods/Research facilities/Research laboratories/Government laboratories,journals.plos.org,10.1371/journal.pwat.0000554,Research Article,2026-06-26 +10.1371/journal.pwat.0000575,5,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000575,PLOS Water,Water quality at the point of consumption and child health after installing in-line chlorination with electrolysis in Ethiopia,2026,TRUE,6,docx; pdf; docx; docx; docx; docx,https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000575.s001&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000575.s002&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000575.s003&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000575.s004&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000575.s005&type=supplementary; https://journals.plos.org/water/article/file?id=10.1371/journal.pwat.0000575.s006&type=supplementary,7,Regula Meierhofer,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Department of Sanitation, Water and Waste for Development, Dübendorf, Switzerland",Switzerland,regula.meierhofer@eawag.ch,https://orcid.org/0000-0002-9691-9374,Regula Meierhofer,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Department of Sanitation, Water and Waste for Development, Dübendorf, Switzerland",Switzerland,regula.meierhofer@eawag.ch,https://orcid.org/0000-0002-9691-9374,TRUE,"The data collected are covering sensitive topics related to personal health and participants in the study provided informed consent under the condition that personal data will be kept confidential and will not be shared with anyone other than members of the survey team. Only researchers involved in this study, and the members of the ethical review board in Ethiopia while keeping confidentiality, can access original data. Any inquiries regarding reasonable requests for the data can be directed to Head for Scientific and Ethical Review Office of the Ethiopian Public Health Institute: Ibrahim Kedir (email: ibro.kedir@yahoo.com or ephi@ethionet.et), referring to protocol nr. EPHI-IRB-499-2023.",not shareable,NA,NA,/Biology and life sciences/Microbiology/Medical microbiology/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Enterobacteriaceae/Escherichia/Escherichia coli; /Biology and life sciences/Organisms/Bacteria/Gut bacteria/Escherichia/Escherichia coli; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Clinical medicine/Signs and symptoms/Diarrhea; /Medicine and health sciences/Gastroenterology and hepatology/Diarrhea; /Medicine and health sciences/Health care/Environmental health/Sanitation; /Medicine and health sciences/Pathology and laboratory medicine/Pathogens/Microbial pathogens/Bacterial pathogens/Escherichia coli; /Medicine and health sciences/Pediatrics/Child health; /Medicine and health sciences/Public and occupational health/Child health; /Medicine and health sciences/Public and occupational health/Environmental health/Sanitation; /Medicine and health sciences/Public and occupational health/Hygiene; /Physical sciences/Chemistry/Chemical elements/Chlorine; /Research and analysis methods/Animal studies/Experimental organism systems/Model organisms/Escherichia coli; /Research and analysis methods/Animal studies/Experimental organism systems/Prokaryotic models/Escherichia coli; /Research and analysis methods/Model organisms/Escherichia coli,journals.plos.org,10.1371/journal.pwat.0000575,Research Article,2026-07-06 +10.1371/journal.pwat.0000564,5,7,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000564,PLOS Water,Going “Fourth” with PLOS Water,2026,FALSE,0,NA,NA,3,Sera L. Young,"PLOS Water, Cambridge, United Kingdom",United Kingdom of Great Britain and Northern Ireland,NA,NA,Guillaume Wright,"PLOS Water, Cambridge, United Kingdom",United Kingdom of Great Britain and Northern Ireland,gwright@plos.org,https://orcid.org/0000-0003-0166-9200,FALSE,NA,NA,NA,NA,/Earth sciences/Atmospheric science/Meteorology/Weather; /Ecology and environmental sciences/Natural resources/Water resources; /Ecology and environmental sciences/Pollution/Water pollution; /Ecology and environmental sciences/Water quality; /Medicine and health sciences/Public and occupational health/Global health; /Research and analysis methods/Research assessment/Peer review; /Science policy/Open science; /Social sciences/Sociology/Communications/Social communication,journals.plos.org,10.1371/journal.pwat.0000564,Editorial,2026-07-06 diff --git a/inst/extdata/ploswater.xlsx b/inst/extdata/ploswater.xlsx new file mode 100644 index 0000000..4246dff Binary files /dev/null and b/inst/extdata/ploswater.xlsx differ diff --git a/inst/extdata/uncnewsletter.csv b/inst/extdata/uncnewsletter.csv index df85000..16d0269 100644 --- a/inst/extdata/uncnewsletter.csv +++ b/inst/extdata/uncnewsletter.csv @@ -1,176 +1,176 @@ paperid,issue_url,paper_url,url_source,journal,title,published_year,is_supp,num_supp,supp_file_type,supp_url,num_authors,first_author_name,first_author_affiliation,first_author_affiliation_country,first_author_email,first_author_orcid,correspondence_author_name,correspondence_author_affiliation,correspondence_author_affiliation_country,correspondence_author_email,correspondence_author_orcid,has_das,das,das_type,das_repo_url,citations,keywords -198,http://eepurl.com/hWz3Yf,https://aiche.onlinelibrary.wiley.com/doi/abs/10.1002/ep.13800,aiche.onlinelibrary.wiley.com,Environmental Progress & Sustainable Energy,Mitigation of PFAS in U.S. Public Water Systems: Future steps for ensuring safer drinking water,2022,TRUE,1,docx,https://aiche.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Fep.13800&file=ep13800-sup-0001-Supinfo.docx,1,Alexis Voulgaropoulos,North Carolina State University,NA,anvoulga@ncsu.edu,0000-0002-5778-354X,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,2,drinkingwater; environmentalpolicy; healthandsafety -89,http://eepurl.com/ieh0rf,https://ajph.aphapublications.org/doi/abs/10.2105/AJPH.2022.307108,ajph.aphapublications.org,American Journal of Public Health,"Timing and Trends for Municipal Wastewater, Lab-Confirmed Case, and Syndromic Case Surveillance of COVID-19 in Raleigh, North Carolina",2023,TRUE,1,docx,https://ajph.aphapublications.org/doi/suppl/10.2105/AJPH.2022.307108/suppl_file/kotlarz_suppl-figures_tables.docx,17,Nadine Kotlarz,North Carolina State University,NA,nkotlar@ncsu.ede,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,3,NA -200,http://eepurl.com/hWz3Yf,https://aslopubs.onlinelibrary.wiley.com/doi/abs/10.1002/lom3.10469,aslopubs.onlinelibrary.wiley.com,Limnology and Oceanography: Methods,"OpenOBS: Open-source, low-cost optical backscatter sensors for water quality and sediment-transport research",2022,TRUE,1,pdf,https://aslopubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Flom3.10469&file=lom310469-sup-0001-Supinfo.pdf,4,Emily F. Eidam,University of North Carolina,NA,efe@unc.edu,0000-0002-1906-8692,NA,NA,NA,NA,NA,TRUE,"The code, wiring diagram, hardware bill of materials, and 3D-printed endcap design files are available at https://github.com/tedlanghorst/OpenOBS.",available in online repository,https://github.com/tedlanghorst/OpenOBS,4,NA -77,http://eepurl.com/iiETVr,https://bioone.org/journals/journal-of-coastal-research/volume-39/issue-1/JCOASTRES-D-22-00047.1/Propagation-Characteristics-of-Seismic-Waves-in-Shallow-Sea-Sedimentary-Layers/10.2112/JCOASTRES-D-22-00047.1.short,bioone.org,Journal of Coastal Research,Propagation Characteristics of Seismic Waves in Shallow Sea Sedimentary Layers,2023,FALSE,0,NA,NA,5,Shuang Zhao,Shenyang Ligong University,NA,zslg@sylu.edu.cn,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,NA -81,http://eepurl.com/ieh0rf,https://elibrary.asabe.org/abstract.asp?aid=53682,elibrary.asabe.org,Journal of the American Society of Agricultural and Biological Engineers,Evaluating the Occurrence and Relative Abundance of Mosquitoes in Rainwater Harvesting Systems,2022,FALSE,0,NA,NA,7,Kathy DeBusk Gee,Longwood University,NA,geekd@longwood.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,Containerbreeding; Mosquito; Mosquitolarvae; Rainwaterharvesting -97,http://eepurl.com/icBZuL,https://esajournals.onlinelibrary.wiley.com/doi/abs/10.1002/eap.2766,esajournals.onlinelibrary.wiley.com,Ecological Applications,Integrating Principles and Tools of Decision Science into Value-Driven Watershed Planning for Compensatory Mitigation,2023,FALSE,0,NA,NA,7,Georgina M. Sanchez,North Carolina State University,NA,gmsanche@ncsu.edu,0000-0002-2365-6200,NA,NA,NA,NA,NA,TRUE,"Cape Fear River Basin (eight-digit Hydrologic Unit Code 03030002) data sets utilized for this research are as follows: NCDMS Tier 1 project sites implemented prior to December 2015 (Division of Mitigation Services, 2019) available from the North Carolina Department of Environmental Quality at https://deq.nc.gov/about/divisions/mitigation-services/dms-planning/dms-web-map; parcel data (NC OneMap Geospatial Portal, 2019) available from NC OneMap at https://www.nconemap.gov/; land-use/land-cover data (Dewitz, 2019) available from the USGS ScienceBase at https://doi.org/10.5066/P96HHBIE; total phosphorus loads (Gurley et al., 2019) available from the USGS ScienceBase at https://doi.org/10.5066/P9UUT74V; hydric soils (Soil Survey Staff, 2019) available from the USDA Natural Resources Conservation Service at https://websoilsurvey.nrcs.usda.gov/; future development probability (Sanchez et al., 2020b) available from the USGS ScienceBase at https://doi.org/10.5066/P95PTP5G.",available in online repository,https://deq.nc.gov/about/divisions/mitigation-services/dms-planning/dms-web-map; https://www.nconemap.gov/; https://doi.org/10.5066/P96HHBIE; https://doi.org/10.5066/P9UUT74V; https://websoilsurvey.nrcs.usda.gov/; https://doi.org/10.5066/P95PTP5G,NA,compensatorymitigation; decisionscience; knowledgecoproduction; naturalresourcesmanagement; research-managementpartnerships; watershedplanning -25,http://eepurl.com/itNRLc,https://journals.sagepub.com/doi/10.1177/1087724X231178868,journals.sagepub.com,Bulletin of the American Meteorological Society,Backyard Hydroclimatology: Citizen Scientists Contribute to Drought Detection and Monitoring,2022,FALSE,0,NA,NA,3,Kirsten Lackstrom,University of South Carolina,NA,lackstro@mailbox.sc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,Drought; Communications/decision-making; Decisionsupport; Localeffects; Societalimpacts; Community -143,http://eepurl.com/h4G3CX,https://mdpi-res.com/d_attachment/water/water-14-02088/article_deploy/water-14-02088.pdf?version=1656504269,mdpi-res.com,Water,"Developing Toxic Metal Environmental Justice Indices (TM-EJIs) for Arsenic, Cadmium, Lead, and Manganese Contamination in Private Drinking Wells in North Carolina",2022,FALSE,0,NA,NA,4,Noemi Gavino-Lopez,University of North Carolina at Chapel Hill,United States of America,ngavino@live.unc.edu,0000-0001-5895-5318,Rebecca C. Fry,University of North Carolina at Chapel Hill,USA,rfry@unc.edu,NA,TRUE,"The NCWELL database is publicly available on the UNC Superfund Research Program UNC Dataverse, https://doi.org/10.15139/S3/BDQG9O (accessed on 1 October 2021) (Eaves et al., 2021).",available in online repository,https://doi.org/10.15139/S3/BDQG9O,1,environmentaljustice; privatewells; toxicmetals -54,http://eepurl.com/im-ZMI,https://onehealthoutlook.biomedcentral.com/articles/10.1186/s42522-023-00079-0,onehealthoutlook.biomedcentral.com,One Health Outlook,"Quinolone-resistant Escherichia coli at the interface between humans, poultry and their shared environment- a potential public health risk",2023,FALSE,0,NA,NA,6,Mabel Kamweli Aworh,North Carolina State University,NA,mabelaworh@yahoo.com,0000-0003-4213-6929,NA,NA,NA,NA,NA,TRUE,The datasets used and analyzed during the current study are available from the corresponding author upon reasonable request. All data generated or analyzed during this study are also included in this published article [and its supplementary information files]. The datasets generated and/or analysed during the current study are also available in the National Center for Biotechnology Information (NCBI) repository (Genome Trakr project) with the accession number to the dataset PRJNA293225.,on request,NA,2,Escherichiacoli; Plasmid-mediatedquinoloneresistance; Plasmid-mediatedcolistinresistance; Poultryworkers; Chicken; PoultryEnvironments; Nigeria -174,http://eepurl.com/hZ8bR1,https://online.ucpress.edu/elementa/article/10/1/00066/120295/Means-motive-and-opportunityA-method-for,online.ucpress.edu,Elementa: Science of the Anthropocene,"Means, motive, and opportunity: A method for understanding stakeholder agency within food–energy–water systems",2022,FALSE,0,NA,NA,13,Kate I. T. Bird,University of Nebraska-Lincoln,NA,kbird5@huskers.unl.edu,0000-0002-0371-7125,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,Stakeholderanalysis; FEWS; Environmentalsustainability; Transdisciplinaryresearch; Stakeholderengagement; Livestockproduction -105,http://eepurl.com/iadi9z,https://pubs.rsc.org/en/content/articlelanding/2022/EM/D2EM00246A,pubs.rsc.org,Environmental Science: Processes and Impacts,"Distribution of legacy and emerging per- and polyfluoroalkyl substances in riverine and coastal sediments of Southeastern North Carolina, USA",2022,TRUE,1,pdf,https://www.rsc.org/suppdata/d2/em/d2em00246a/d2em00246a1.pdf,6,Megumi S. Shimizu,University of North Carolina Wilmington,NA,megumi.s.shimizu@gmail.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,2,NA -113,http://eepurl.com/iadi9z,https://pubsonline.informs.org/doi/abs/10.1287/inte.2022.1136,pubsonline.informs.org,Informs Journal on Applied Analytics,North Carolina Water Utility Builds Resilience with Distributed Energy Resources,2022,FALSE,0,NA,NA,4,Kate Anderson,National Renewable Energy Lab NREL,NA,kate.anderson@nrel.gov,0000-0002-3774-9571,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA -5,http://eepurl.com/ixN78-/,https://rgsa.emnuvens.com.br/rgsa/article/view/3661,rgsa.emnuvens.com.br,Revista de Gestao Social e Ambiental,Water: A Fundamental Resource for Ensuring Sustainability,2023,FALSE,0,NA,NA,8,Marcia Sostmeyer Jung,Universidade Regional do Noroeste do Estado do Rio Grande do Sul,NA,NA,0000-0003-1591-3622,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,WaterResources; Life; EnvironmentalEducation; Development; UN2030Agenda -38,http://eepurl.com/irTmaA,https://scholarship.law.unc.edu/cgi/viewcontent.cgi?article=1013&context=nccvlrts,scholarship.law.unc.edu,North Carolina Civil Rights Law Review,A Drop in the Bucket: North Carolina's Neglected Problem of Private Well Water Contamination,2023,FALSE,0,NA,NA,2,Claire Mullaney,Duke Law School,NA,claire.mullaney@duke.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,water; safedrinkingwateract; environmentallaw; law; policy; publichealth; NorthCarolina -44,http://eepurl.com/ipmsMg,https://web.s.ebscohost.com/abstract?site=ehost&scope=site&jrnl=00220892&AN=162448435&h=Ye%2fue9IJVV2Yr%2fFORtu3cbZxpyRNaHezUpsmCVqJfjGeT%2fFF06WYwxWr64o5vz3NU8JNpUUUWTruQlnXSCf3AA%3d%3d&crl=c&resultLocal=ErrCrlNoResults&resultNs=Ehost&crlhashurl=login.aspx%3fdirect%3dtrue%26profile%3dehost%26scope%3dsite%26authtype%3dcrawler%26jrnl%3d00220892%26AN%3d162448435,web.s.ebscohost.com,Journal of Environmental Health,Communicating Results of Drinking Water Tests From Private Wells: Designing Report-Back Materials to Facilitate Understanding.,2023,FALSE,0,NA,NA,6,Sarah Yelton,University of North Carolina at Chapel Hill,NA,sarah.yelton@unc.edu,0000-0001-6999-8268,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,NA -176,http://eepurl.com/hZ8bR1,https://www.aimsciences.org/article/doi/10.3934/dcdss.2021151,www.aimsciences.org,Discrete and Continuous Dynamical Systems,Mathematical modeling of algal blooms due to swine CAFOs in Eastern North Carolina,2022,FALSE,0,NA,NA,4,Amy Henderson,St. Mary's College of Maryland,United States of America,abhenderson@smcm.edu,NA,Emek Kose,St. Mary's College of Maryland,USA,ekoso@smcm.edu,NA,NA,NA,NA,NA,0,Algalblooms; dynamicalsystems; mathmodelling; nutrienttresholdforresolvableblooms -74,http://eepurl.com/iiETVr,https://www.ajog.org/article/S0002-9378(22)01567-8/fulltext,www.ajog.org,American Journal of Obstetrics & Gynecology,Toxic Metal Contamination of Home Tap Water Supply during Pregnancy,2023,FALSE,0,NA,NA,6,Sara King,University of North Carolina,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,NA -142,http://eepurl.com/h4G3CX,https://www.biorxiv.org/content/10.1101/2022.02.15.480575v3.full.pdf,www.biorxiv.org,Frontiers in Toxicology,"Blood concentrations of per- and polyfluoroalkyl substances are associated with autoimmune-like effects in American alligators from Wilmington, North Carolina",2022,TRUE,3,xlsx; docx,https://www.frontiersin.org/articles/10.3389/ftox.2022.1010185/full#supplementary-material,5,Theresa Cantu Guillette,North Carolina State University,United States of America,NA,NA,Scott M. Belcher,North Carolina State University,USA,smbelch2@ncsu.edu,0000-0002-1196-3705,TRUE,The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found in the article/Supplementary Material.,available in online repository,https://www.frontiersin.org/articles/10.3389/ftox.2022.1010185/full#supplementary-material,7,autoantibodies; autoimmune; crocodilian; immunetoxicity; lupus; onehealth -138,http://eepurl.com/h7S0S1,https://www.cambridge.org/core/journals/infection-control-and-hospital-epidemiology/article/retrospective-analysis-of-multidrugresistant-clinical-and-environmental-isolates-for-the-presence-of-the-colistinresistance-gene-mcr1/04E8004967B7850204A26EE5E4247339,www.cambridge.org,Infection Control & Hospital Epidemology,Retrospective analysis of multidrug-resistant clinical and environmental isolates for the presence of the colistin-resistance gene mcr-1,2022,FALSE,0,NA,NA,8,Kara J. Levinson,University of North Carolina,NA,Kara.Levinson@tn.gov,0000-0001-8681-0597,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA -98,http://eepurl.com/icBZuL,https://www.frontiersin.org/articles/10.3389/fenvs.2022.958784/full,www.frontiersin.org,Frontiers in Environmental Science,Predicting the occurrence of short-chain PFAS in groundwater using machine-learned Bayesian networks,2022,TRUE,1,pdf,https://www.frontiersin.org/articles/file/downloadfile/958784_supplementary-materials_datasheets_1_pdf/octet-stream/Data%20Sheet%201.pdf/2/958784?isPublishedV2=False,2,Runwei Li,North Carolina State University,NA,NA,NA,NA,NA,NA,NA,NA,TRUE,"The data analyzed in this study is subject to the following licenses/restrictions: The PFAS concentration data were used in agreement with the Minnesota Department of Health. Requests to access these datasets should be directed to Ginny Yingling, virginia.yingling@state.mn.us.",on request,NA,2,NA -0,http://eepurl.com/ixN78-/,https://www.liebertpub.com/doi/full/10.1089/env.2022.0100,www.liebertpub.com,Environmental Justice,Drinking Water Disparities in North Carolina Communities Served by Private Wells,2023,FALSE,0,NA,NA,9,Andrew George,University of North Carolina,NA,andrewg@email.unc.edu,0000-0002-5347-1370,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,privatewells; environmentaljustice; drinkingwater; testing; metalcontamination -58,http://eepurl.com/im-ZMI,https://ascelibrary.org/doi/abs/10.1061/JWRMD5.WRENG-5863,ascelibrary.org,Journal of Water Resources Planning and Management,Water Supply Infrastructure Investments Require Adaptive Financial Assessment: Evaluation of Coupled Financial and Water Supply Dynamics,2022,FALSE,0,NA,NA,8,David E. Gorelick,University of North Carolina,NA,degorelick@unc.edu,0000-0002-3078-6716,NA,NA,NA,NA,NA,TRUE,"All data is available upon request, and all code to model and reproduce supply and financial modeling results can be found at https://github.com/davidfgold/TampaBayWater.",available in online repository,https://github.com/davidfgold/TampaBayWater,4,NA -92,http://eepurl.com/icBZuL,https://ascelibrary.org/doi/abs/10.1061/%28ASCE%29WR.1943-5452.0001604,ascelibrary.org,Journal of Water Resources Planning and Management,Assessing Performance and Capacity of US Drinking Water Systems,2022,TRUE,1,pdf,https://ascelibrary.org/doi/suppl/10.1061/(ASCE)WR.1943-5452.0001604/suppl_file/supplemental_material_wr.1943-5452.0001604_bell.pdf,3,Emily V. Bell,University of Georgia,NA,evbell@uga.edu,0000-0003-2112-3846,NA,NA,NA,NA,NA,TRUE,"The following data and code generated or used during the study are available from the corresponding author by request: compiled data, and code for compiling data and for visualization.",on request,NA,2,NA -26,http://eepurl.com/itNRLc,https://awwa.onlinelibrary.wiley.com/doi/abs/10.1002/awwa.2109,awwa.onlinelibrary.wiley.com,Journal American Water Works Association,What People Learn About Drinking Water Disruptions From Local Newspapers,2023,FALSE,0,NA,NA,4,Catherine E. Otero,Duke University,NA,catherine.otero@duke.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,Infrastructure; NorthCarolina; Hurricanes; NaturalDisasters; PublicOpinion; WaterSystems -95,http://eepurl.com/icBZuL,https://awwa.onlinelibrary.wiley.com/doi/abs/10.1002/awwa.1977,awwa.onlinelibrary.wiley.com,Journal American Water Works Association,Evaluating Water Delinquency Fees and Financial Assistance Programs Through an Equity Lens,2022,FALSE,0,NA,NA,3,Austin Thompson,North Carolina State University,NA,ahthomp4@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,Utilities; FinancialAssistance; Durham; NorthCarolina -128,http://eepurl.com/h7S0S1,https://journals.lww.com/environepidem/Fulltext/2022/08000/Associations_between_PFAS_occurrence_and.3.aspx?context=LatestArticles,journals.lww.com,Environmental Epidemiology,Associations between PFAS occurrence and multimorbidity as observed in an electronic health record cohort,2022,TRUE,1,docx,https://links.lww.com/EE/A192,5,Cavin K Ward-Wardiness,US EPA,NA,ward-caviness.cavin@epa.gov,0000-0002-6322-4349,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,PFAS; Multimorbidity; ElectronicHealthRecords; PFOA; PFHpA; Chronicdisease -157,http://eepurl.com/h2UiZf,https://journals.lww.com/environepidem/Fulltext/2022/06000/Drinking_water_sources_and_water_quality_in_a.5.aspx?context=LatestArticles,journals.lww.com,Environmental Epidemiology,Drinking water sources and water quality in a prospective agricultural cohort,2022,FALSE,0,NA,NA,10,Cherrel K. Manley,"National Institutes of Health, Bethesday, Maryland",United States of America,NA,NA,Mary H. Ward,"National Institutes of Health, Bethesday, Maryland",USA,wardm@mail.nih.gov,0000-0001-7584-8856,FALSE,NA,NA,NA,0,DrinkingWater; Nitrate; Disinfectionbyproducts; Trihalomethanes; Exposureassessment; Agriculture; Cohort -119,http://eepurl.com/h9U0Mr,https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4177977,papers.ssrn.com,Agricultural Water Management,"Drainage water recycling reduced nitrogen, phosphorus, and sediment losses from a drained agricultural field in eastern North Carolina, U.S.A.",2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0378377423000446-mmc1.docx,6,Hossam Moursi,North Caroline State University,United States of America,hamoursi@ncsu.edu,0000-0002-1157-5120,Mohamed A. Youssef,North Carolina State University,USA,mohamed_youssef@ncsu.edu,NA,TRUE,Data will be made available on request.,on request,NA,1,NA +198,http://eepurl.com/hWz3Yf,https://aiche.onlinelibrary.wiley.com/doi/abs/10.1002/ep.13800,aiche.onlinelibrary.wiley.com,Environmental Progress & Sustainable Energy,Mitigation of PFAS in U.S. Public Water Systems: Future steps for ensuring safer drinking water,2022,TRUE,1,docx,https://aiche.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Fep.13800&file=ep13800-sup-0001-Supinfo.docx,1,Alexis Voulgaropoulos,North Carolina State University,United States of America,anvoulga@ncsu.edu,0000-0002-5778-354X,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,2,drinkingwater; environmentalpolicy; healthandsafety +89,http://eepurl.com/ieh0rf,https://ajph.aphapublications.org/doi/abs/10.2105/AJPH.2022.307108,ajph.aphapublications.org,American Journal of Public Health,"Timing and Trends for Municipal Wastewater, Lab-Confirmed Case, and Syndromic Case Surveillance of COVID-19 in Raleigh, North Carolina",2023,TRUE,1,docx,https://ajph.aphapublications.org/doi/suppl/10.2105/AJPH.2022.307108/suppl_file/kotlarz_suppl-figures_tables.docx,17,Nadine Kotlarz,North Carolina State University,United States of America,nkotlar@ncsu.ede,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,3,NA +200,http://eepurl.com/hWz3Yf,https://aslopubs.onlinelibrary.wiley.com/doi/abs/10.1002/lom3.10469,aslopubs.onlinelibrary.wiley.com,Limnology and Oceanography: Methods,"OpenOBS: Open-source, low-cost optical backscatter sensors for water quality and sediment-transport research",2022,TRUE,1,pdf,https://aslopubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Flom3.10469&file=lom310469-sup-0001-Supinfo.pdf,4,Emily F. Eidam,University of North Carolina,United States of America,efe@unc.edu,0000-0002-1906-8692,NA,NA,NA,NA,NA,TRUE,"The code, wiring diagram, hardware bill of materials, and 3D-printed endcap design files are available at https://github.com/tedlanghorst/OpenOBS.",available in online repository,https://github.com/tedlanghorst/OpenOBS,4,NA +77,http://eepurl.com/iiETVr,https://bioone.org/journals/journal-of-coastal-research/volume-39/issue-1/JCOASTRES-D-22-00047.1/Propagation-Characteristics-of-Seismic-Waves-in-Shallow-Sea-Sedimentary-Layers/10.2112/JCOASTRES-D-22-00047.1.short,bioone.org,Journal of Coastal Research,Propagation Characteristics of Seismic Waves in Shallow Sea Sedimentary Layers,2023,FALSE,0,NA,NA,5,Shuang Zhao,Shenyang Ligong University,China,zslg@sylu.edu.cn,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,NA +81,http://eepurl.com/ieh0rf,https://elibrary.asabe.org/abstract.asp?aid=53682,elibrary.asabe.org,Journal of the American Society of Agricultural and Biological Engineers,Evaluating the Occurrence and Relative Abundance of Mosquitoes in Rainwater Harvesting Systems,2022,FALSE,0,NA,NA,7,Kathy DeBusk Gee,Longwood University,United States of America,geekd@longwood.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,Containerbreeding; Mosquito; Mosquitolarvae; Rainwaterharvesting +97,http://eepurl.com/icBZuL,https://esajournals.onlinelibrary.wiley.com/doi/abs/10.1002/eap.2766,esajournals.onlinelibrary.wiley.com,Ecological Applications,Integrating Principles and Tools of Decision Science into Value-Driven Watershed Planning for Compensatory Mitigation,2023,FALSE,0,NA,NA,7,Georgina M. Sanchez,North Carolina State University,United States of America,gmsanche@ncsu.edu,0000-0002-2365-6200,NA,NA,NA,NA,NA,TRUE,"Cape Fear River Basin (eight-digit Hydrologic Unit Code 03030002) data sets utilized for this research are as follows: NCDMS Tier 1 project sites implemented prior to December 2015 (Division of Mitigation Services, 2019) available from the North Carolina Department of Environmental Quality at https://deq.nc.gov/about/divisions/mitigation-services/dms-planning/dms-web-map; parcel data (NC OneMap Geospatial Portal, 2019) available from NC OneMap at https://www.nconemap.gov/; land-use/land-cover data (Dewitz, 2019) available from the USGS ScienceBase at https://doi.org/10.5066/P96HHBIE; total phosphorus loads (Gurley et al., 2019) available from the USGS ScienceBase at https://doi.org/10.5066/P9UUT74V; hydric soils (Soil Survey Staff, 2019) available from the USDA Natural Resources Conservation Service at https://websoilsurvey.nrcs.usda.gov/; future development probability (Sanchez et al., 2020b) available from the USGS ScienceBase at https://doi.org/10.5066/P95PTP5G.",available in online repository,https://deq.nc.gov/about/divisions/mitigation-services/dms-planning/dms-web-map; https://www.nconemap.gov/; https://doi.org/10.5066/P96HHBIE; https://doi.org/10.5066/P9UUT74V; https://websoilsurvey.nrcs.usda.gov/; https://doi.org/10.5066/P95PTP5G,NA,compensatorymitigation; decisionscience; knowledgecoproduction; naturalresourcesmanagement; research-managementpartnerships; watershedplanning +25,http://eepurl.com/itNRLc,https://journals.sagepub.com/doi/10.1177/1087724X231178868,journals.sagepub.com,Bulletin of the American Meteorological Society,Backyard Hydroclimatology: Citizen Scientists Contribute to Drought Detection and Monitoring,2022,FALSE,0,NA,NA,3,Kirsten Lackstrom,University of South Carolina,United States of America,lackstro@mailbox.sc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,Drought; Communications/decision-making; Decisionsupport; Localeffects; Societalimpacts; Community +143,http://eepurl.com/h4G3CX,https://mdpi-res.com/d_attachment/water/water-14-02088/article_deploy/water-14-02088.pdf?version=1656504269,mdpi-res.com,Water,"Developing Toxic Metal Environmental Justice Indices (TM-EJIs) for Arsenic, Cadmium, Lead, and Manganese Contamination in Private Drinking Wells in North Carolina",2022,FALSE,0,NA,NA,4,Noemi Gavino-Lopez,University of North Carolina at Chapel Hill,United States of America,ngavino@live.unc.edu,0000-0001-5895-5318,Rebecca C. Fry,University of North Carolina at Chapel Hill,United States of America,rfry@unc.edu,NA,TRUE,"The NCWELL database is publicly available on the UNC Superfund Research Program UNC Dataverse, https://doi.org/10.15139/S3/BDQG9O (accessed on 1 October 2021) (Eaves et al., 2021).",available in online repository,https://doi.org/10.15139/S3/BDQG9O,1,environmentaljustice; privatewells; toxicmetals +54,http://eepurl.com/im-ZMI,https://onehealthoutlook.biomedcentral.com/articles/10.1186/s42522-023-00079-0,onehealthoutlook.biomedcentral.com,One Health Outlook,"Quinolone-resistant Escherichia coli at the interface between humans, poultry and their shared environment- a potential public health risk",2023,FALSE,0,NA,NA,6,Mabel Kamweli Aworh,North Carolina State University,United States of America,mabelaworh@yahoo.com,0000-0003-4213-6929,NA,NA,NA,NA,NA,TRUE,The datasets used and analyzed during the current study are available from the corresponding author upon reasonable request. All data generated or analyzed during this study are also included in this published article [and its supplementary information files]. The datasets generated and/or analysed during the current study are also available in the National Center for Biotechnology Information (NCBI) repository (Genome Trakr project) with the accession number to the dataset PRJNA293225.,on request,NA,2,Escherichiacoli; Plasmid-mediatedquinoloneresistance; Plasmid-mediatedcolistinresistance; Poultryworkers; Chicken; PoultryEnvironments; Nigeria +174,http://eepurl.com/hZ8bR1,https://online.ucpress.edu/elementa/article/10/1/00066/120295/Means-motive-and-opportunityA-method-for,online.ucpress.edu,Elementa: Science of the Anthropocene,"Means, motive, and opportunity: A method for understanding stakeholder agency within food–energy–water systems",2022,FALSE,0,NA,NA,13,Kate I. T. Bird,University of Nebraska-Lincoln,United States of America,kbird5@huskers.unl.edu,0000-0002-0371-7125,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,Stakeholderanalysis; FEWS; Environmentalsustainability; Transdisciplinaryresearch; Stakeholderengagement; Livestockproduction +105,http://eepurl.com/iadi9z,https://pubs.rsc.org/en/content/articlelanding/2022/EM/D2EM00246A,pubs.rsc.org,Environmental Science: Processes and Impacts,"Distribution of legacy and emerging per- and polyfluoroalkyl substances in riverine and coastal sediments of Southeastern North Carolina, USA",2022,TRUE,1,pdf,https://www.rsc.org/suppdata/d2/em/d2em00246a/d2em00246a1.pdf,6,Megumi S. Shimizu,University of North Carolina Wilmington,United States of America,megumi.s.shimizu@gmail.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,2,NA +113,http://eepurl.com/iadi9z,https://pubsonline.informs.org/doi/abs/10.1287/inte.2022.1136,pubsonline.informs.org,Informs Journal on Applied Analytics,North Carolina Water Utility Builds Resilience with Distributed Energy Resources,2022,FALSE,0,NA,NA,4,Kate Anderson,National Renewable Energy Lab NREL,United States of America,kate.anderson@nrel.gov,0000-0002-3774-9571,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA +5,http://eepurl.com/ixN78-/,https://rgsa.emnuvens.com.br/rgsa/article/view/3661,rgsa.emnuvens.com.br,Revista de Gestao Social e Ambiental,Water: A Fundamental Resource for Ensuring Sustainability,2023,FALSE,0,NA,NA,8,Marcia Sostmeyer Jung,Universidade Regional do Noroeste do Estado do Rio Grande do Sul,Brazil,NA,0000-0003-1591-3622,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,WaterResources; Life; EnvironmentalEducation; Development; UN2030Agenda +38,http://eepurl.com/irTmaA,https://scholarship.law.unc.edu/cgi/viewcontent.cgi?article=1013&context=nccvlrts,scholarship.law.unc.edu,North Carolina Civil Rights Law Review,A Drop in the Bucket: North Carolina's Neglected Problem of Private Well Water Contamination,2023,FALSE,0,NA,NA,2,Claire Mullaney,Duke Law School,United States of America,claire.mullaney@duke.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,water; safedrinkingwateract; environmentallaw; law; policy; publichealth; NorthCarolina +44,http://eepurl.com/ipmsMg,https://web.s.ebscohost.com/abstract?site=ehost&scope=site&jrnl=00220892&AN=162448435&h=Ye%2fue9IJVV2Yr%2fFORtu3cbZxpyRNaHezUpsmCVqJfjGeT%2fFF06WYwxWr64o5vz3NU8JNpUUUWTruQlnXSCf3AA%3d%3d&crl=c&resultLocal=ErrCrlNoResults&resultNs=Ehost&crlhashurl=login.aspx%3fdirect%3dtrue%26profile%3dehost%26scope%3dsite%26authtype%3dcrawler%26jrnl%3d00220892%26AN%3d162448435,web.s.ebscohost.com,Journal of Environmental Health,Communicating Results of Drinking Water Tests From Private Wells: Designing Report-Back Materials to Facilitate Understanding.,2023,FALSE,0,NA,NA,6,Sarah Yelton,University of North Carolina at Chapel Hill,United States of America,sarah.yelton@unc.edu,0000-0001-6999-8268,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,NA +176,http://eepurl.com/hZ8bR1,https://www.aimsciences.org/article/doi/10.3934/dcdss.2021151,www.aimsciences.org,Discrete and Continuous Dynamical Systems,Mathematical modeling of algal blooms due to swine CAFOs in Eastern North Carolina,2022,FALSE,0,NA,NA,4,Amy Henderson,St. Mary's College of Maryland,United States of America,abhenderson@smcm.edu,NA,Emek Kose,St. Mary's College of Maryland,United States of America,ekoso@smcm.edu,NA,NA,NA,NA,NA,0,Algalblooms; dynamicalsystems; mathmodelling; nutrienttresholdforresolvableblooms +74,http://eepurl.com/iiETVr,https://www.ajog.org/article/S0002-9378(22)01567-8/fulltext,www.ajog.org,American Journal of Obstetrics & Gynecology,Toxic Metal Contamination of Home Tap Water Supply during Pregnancy,2023,FALSE,0,NA,NA,6,Sara King,University of North Carolina,United States of America,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,NA +142,http://eepurl.com/h4G3CX,https://www.biorxiv.org/content/10.1101/2022.02.15.480575v3.full.pdf,www.biorxiv.org,Frontiers in Toxicology,"Blood concentrations of per- and polyfluoroalkyl substances are associated with autoimmune-like effects in American alligators from Wilmington, North Carolina",2022,TRUE,3,xlsx; xlsx; docx,https://www.frontiersin.org/articles/10.3389/ftox.2022.1010185/full#supplementary-material,5,Theresa Cantu Guillette,North Carolina State University,United States of America,NA,NA,Scott M. Belcher,North Carolina State University,United States of America,smbelch2@ncsu.edu,0000-0002-1196-3705,TRUE,The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found in the article/Supplementary Material.,available in online repository,https://www.frontiersin.org/articles/10.3389/ftox.2022.1010185/full#supplementary-material,7,autoantibodies; autoimmune; crocodilian; immunetoxicity; lupus; onehealth +138,http://eepurl.com/h7S0S1,https://www.cambridge.org/core/journals/infection-control-and-hospital-epidemiology/article/retrospective-analysis-of-multidrugresistant-clinical-and-environmental-isolates-for-the-presence-of-the-colistinresistance-gene-mcr1/04E8004967B7850204A26EE5E4247339,www.cambridge.org,Infection Control & Hospital Epidemology,Retrospective analysis of multidrug-resistant clinical and environmental isolates for the presence of the colistin-resistance gene mcr-1,2022,FALSE,0,NA,NA,8,Kara J. Levinson,University of North Carolina,United States of America,Kara.Levinson@tn.gov,0000-0001-8681-0597,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA +98,http://eepurl.com/icBZuL,https://www.frontiersin.org/articles/10.3389/fenvs.2022.958784/full,www.frontiersin.org,Frontiers in Environmental Science,Predicting the occurrence of short-chain PFAS in groundwater using machine-learned Bayesian networks,2022,TRUE,1,pdf,https://www.frontiersin.org/articles/file/downloadfile/958784_supplementary-materials_datasheets_1_pdf/octet-stream/Data%20Sheet%201.pdf/2/958784?isPublishedV2=False,2,Runwei Li,North Carolina State University,United States of America,NA,NA,NA,NA,NA,NA,NA,TRUE,"The data analyzed in this study is subject to the following licenses/restrictions: The PFAS concentration data were used in agreement with the Minnesota Department of Health. Requests to access these datasets should be directed to Ginny Yingling, virginia.yingling@state.mn.us.",on request,NA,2,NA +0,http://eepurl.com/ixN78-/,https://www.liebertpub.com/doi/full/10.1089/env.2022.0100,www.liebertpub.com,Environmental Justice,Drinking Water Disparities in North Carolina Communities Served by Private Wells,2023,FALSE,0,NA,NA,9,Andrew George,University of North Carolina,United States of America,andrewg@email.unc.edu,0000-0002-5347-1370,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,privatewells; environmentaljustice; drinkingwater; testing; metalcontamination +58,http://eepurl.com/im-ZMI,https://ascelibrary.org/doi/abs/10.1061/JWRMD5.WRENG-5863,ascelibrary.org,Journal of Water Resources Planning and Management,Water Supply Infrastructure Investments Require Adaptive Financial Assessment: Evaluation of Coupled Financial and Water Supply Dynamics,2022,FALSE,0,NA,NA,8,David E. Gorelick,University of North Carolina,United States of America,degorelick@unc.edu,0000-0002-3078-6716,NA,NA,NA,NA,NA,TRUE,"All data is available upon request, and all code to model and reproduce supply and financial modeling results can be found at https://github.com/davidfgold/TampaBayWater.",available in online repository,https://github.com/davidfgold/TampaBayWater,4,NA +92,http://eepurl.com/icBZuL,https://ascelibrary.org/doi/abs/10.1061/%28ASCE%29WR.1943-5452.0001604,ascelibrary.org,Journal of Water Resources Planning and Management,Assessing Performance and Capacity of US Drinking Water Systems,2022,TRUE,1,pdf,https://ascelibrary.org/doi/suppl/10.1061/(ASCE)WR.1943-5452.0001604/suppl_file/supplemental_material_wr.1943-5452.0001604_bell.pdf,3,Emily V. Bell,University of Georgia,United States of America,evbell@uga.edu,0000-0003-2112-3846,NA,NA,NA,NA,NA,TRUE,"The following data and code generated or used during the study are available from the corresponding author by request: compiled data, and code for compiling data and for visualization.",on request,NA,2,NA +26,http://eepurl.com/itNRLc,https://awwa.onlinelibrary.wiley.com/doi/abs/10.1002/awwa.2109,awwa.onlinelibrary.wiley.com,Journal American Water Works Association,What People Learn About Drinking Water Disruptions From Local Newspapers,2023,FALSE,0,NA,NA,4,Catherine E. Otero,Duke University,United States of America,catherine.otero@duke.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,Infrastructure; NorthCarolina; Hurricanes; NaturalDisasters; PublicOpinion; WaterSystems +95,http://eepurl.com/icBZuL,https://awwa.onlinelibrary.wiley.com/doi/abs/10.1002/awwa.1977,awwa.onlinelibrary.wiley.com,Journal American Water Works Association,Evaluating Water Delinquency Fees and Financial Assistance Programs Through an Equity Lens,2022,FALSE,0,NA,NA,3,Austin Thompson,North Carolina State University,United States of America,ahthomp4@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,Utilities; FinancialAssistance; Durham; NorthCarolina +128,http://eepurl.com/h7S0S1,https://journals.lww.com/environepidem/Fulltext/2022/08000/Associations_between_PFAS_occurrence_and.3.aspx?context=LatestArticles,journals.lww.com,Environmental Epidemiology,Associations between PFAS occurrence and multimorbidity as observed in an electronic health record cohort,2022,TRUE,1,docx,https://links.lww.com/EE/A192,5,Cavin K Ward-Wardiness,US EPA,United States of America,ward-caviness.cavin@epa.gov,0000-0002-6322-4349,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,PFAS; Multimorbidity; ElectronicHealthRecords; PFOA; PFHpA; Chronicdisease +157,http://eepurl.com/h2UiZf,https://journals.lww.com/environepidem/Fulltext/2022/06000/Drinking_water_sources_and_water_quality_in_a.5.aspx?context=LatestArticles,journals.lww.com,Environmental Epidemiology,Drinking water sources and water quality in a prospective agricultural cohort,2022,FALSE,0,NA,NA,10,Cherrel K. Manley,"National Institutes of Health, Bethesday, Maryland",United States of America,NA,NA,Mary H. Ward,"National Institutes of Health, Bethesday, Maryland",United States of America,wardm@mail.nih.gov,0000-0001-7584-8856,FALSE,NA,NA,NA,0,DrinkingWater; Nitrate; Disinfectionbyproducts; Trihalomethanes; Exposureassessment; Agriculture; Cohort +119,http://eepurl.com/h9U0Mr,https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4177977,papers.ssrn.com,Agricultural Water Management,"Drainage water recycling reduced nitrogen, phosphorus, and sediment losses from a drained agricultural field in eastern North Carolina, U.S.A.",2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0378377423000446-mmc1.docx,6,Hossam Moursi,North Caroline State University,United States of America,hamoursi@ncsu.edu,0000-0002-1157-5120,Mohamed A. Youssef,North Carolina State University,United States of America,mohamed_youssef@ncsu.edu,NA,TRUE,Data will be made available on request.,on request,NA,1,NA 168,http://eepurl.com/hZ8bR1,https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4079151,papers.ssrn.com,North Carolina Civil Rights Law Review,A Drop in the Bucket: North Carolina’s Neglected Water Problem - Private Well Water Contamination,2022,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -56,http://eepurl.com/im-ZMI,https://www.thelancet.com/journals/lanplh/article/PIIS2542-5196(23)00028-1/fulltext,www.thelancet.com,The Lancet Planetary Health,"Effects of water, sanitation, and hygiene interventions on detection of enteropathogens and host-specific faecal markers in the environment: a systematic review and individual participant data meta-analysis",2023,TRUE,1,pdf,https://www.thelancet.com/cms/10.1016/S2542-5196(23)00028-1/attachment/790857ad-0254-49ed-a082-cf2e84347f33/mmc1.pdf,27,Andrew Mertens,University of California,NA,amertens@berkeley.edu,0000-0002-1050-6721,NA,NA,NA,NA,NA,TRUE,"The de-identified, aggregated individual participant data and data dictionary can be shared by request of investigators and after approval by the original trial data contributors. Data inquiries can be directed to Andrew Mertens at amertens@berkeley.edu. The statistical analysis code is available at https://github.com/amertens/wash-ipd.",on request,NA,NA,NA -144,http://eepurl.com/h4G3CX,https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(22)00937-0/fulltext#%20,www.thelancet.com,The Lancet,"Effectiveness of interventions to improve drinking water, sanitation, and handwashing with soap on risk of diarrhoeal disease in children in low-income and middle-income settings: a systematic review and meta-analysis",2022,TRUE,2,pdf; xlsx,https://ars.els-cdn.com/content/image/1-s2.0-S0140673622009370-mmc1.xlsx,21,Jennyfer Wolf,WHO,NA,wolfj@who.int,NA,NA,NA,NA,NA,NA,TRUE,"All data collected for this systematic review and meta-analysis, including search strategies, the review protocol, data extraction sheets, and analytical codes, are available immediately following publication without end date to anyone for any purpose and are either published in the appendices or can be accessed through the corresponding author.",on request,NA,46,NA -30,http://eepurl.com/itNRLc,https://eartharxiv.org/repository/view/5466/,eartharxiv.org,PLOS Water,Using detrending to assess SARS-CoV-2 wastewater loads as a leading indicator of fluctuations in COVID-19 cases at fine temporal scales: Correlations across twenty sewersheds in North Carolina,2023,TRUE,2,pdf; code,https://eartharxiv.org/repository/view/5466/,22,Kelly Hoffman,University of North Carolina,United States of America,kbhoff@email.unc.edu,0000-0003-3065-3515,Ariel Christensen,University of North Carolina,USA,ariel.christensen@dhhs.nc.gov,0000-0003-3925-1475,FALSE,NA,NA,NA,0,COVID19; Viralload; SARSCoV2; Epidemiology; Publicandoccupationalhealth; NorthCarolina; Diseasesurveillance; Virustesting -191,http://eepurl.com/hXG2ID,https://eartharxiv.org/repository/view/3062/,eartharxiv.org,Science of the Total Environment,"Per- and polyfluoroalkyl substances (PFAS) in river discharge: Modeling loads upstream and downstream of a PFAS manufacturing plant in the Cape Fear watershed, North Carolina",2022,TRUE,3,xlsx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722018563-mmc1.xlsx,8,Marie-Amelie Pétré,North Carolina State University,NA,marie-amelie.petre@gtk.fi,0000-0001-7975-7476,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,15,NA -106,http://eepurl.com/iadi9z,https://ehp.niehs.nih.gov/doi/full/10.1289/EHP11033,ehp.niehs.nih.gov,Environmental Health Perspective,Drinking Water–Associated PFAS and Fluoroethers and Lipid Outcomes in the GenX Exposure Study,2022,TRUE,2,pdf,https://ehp.niehs.nih.gov/doi/suppl/10.1289/EHP11033/suppl_file/ehp11033.smcontents.508.pdf,7,Emma M. Rosen,University of North Carolina,United States of America,Emma.rosen@unc.edu,0000-0003-0960-7565,Jane A. Hoppin,North Carolina State University,USA,jahoppin@ncsu.edu,0000-0001-8456-0969,FALSE,NA,NA,NA,8,NA +56,http://eepurl.com/im-ZMI,https://www.thelancet.com/journals/lanplh/article/PIIS2542-5196(23)00028-1/fulltext,www.thelancet.com,The Lancet Planetary Health,"Effects of water, sanitation, and hygiene interventions on detection of enteropathogens and host-specific faecal markers in the environment: a systematic review and individual participant data meta-analysis",2023,TRUE,1,pdf,https://www.thelancet.com/cms/10.1016/S2542-5196(23)00028-1/attachment/790857ad-0254-49ed-a082-cf2e84347f33/mmc1.pdf,27,Andrew Mertens,University of California,United States of America,amertens@berkeley.edu,0000-0002-1050-6721,NA,NA,NA,NA,NA,TRUE,"The de-identified, aggregated individual participant data and data dictionary can be shared by request of investigators and after approval by the original trial data contributors. Data inquiries can be directed to Andrew Mertens at amertens@berkeley.edu. The statistical analysis code is available at https://github.com/amertens/wash-ipd.",on request,NA,NA,NA +144,http://eepurl.com/h4G3CX,https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(22)00937-0/fulltext#%20,www.thelancet.com,The Lancet,"Effectiveness of interventions to improve drinking water, sanitation, and handwashing with soap on risk of diarrhoeal disease in children in low-income and middle-income settings: a systematic review and meta-analysis",2022,TRUE,2,pdf; xlsx,https://ars.els-cdn.com/content/image/1-s2.0-S0140673622009370-mmc1.xlsx,21,Jennyfer Wolf,WHO,Switzerland,wolfj@who.int,NA,NA,NA,NA,NA,NA,TRUE,"All data collected for this systematic review and meta-analysis, including search strategies, the review protocol, data extraction sheets, and analytical codes, are available immediately following publication without end date to anyone for any purpose and are either published in the appendices or can be accessed through the corresponding author.",on request,NA,46,NA +30,http://eepurl.com/itNRLc,https://eartharxiv.org/repository/view/5466/,eartharxiv.org,PLOS Water,Using detrending to assess SARS-CoV-2 wastewater loads as a leading indicator of fluctuations in COVID-19 cases at fine temporal scales: Correlations across twenty sewersheds in North Carolina,2023,TRUE,2,pdf; code,https://eartharxiv.org/repository/view/5466/,22,Kelly Hoffman,University of North Carolina,United States of America,kbhoff@email.unc.edu,0000-0003-3065-3515,Ariel Christensen,University of North Carolina,United States of America,ariel.christensen@dhhs.nc.gov,0000-0003-3925-1475,FALSE,NA,NA,NA,0,COVID19; Viralload; SARSCoV2; Epidemiology; Publicandoccupationalhealth; NorthCarolina; Diseasesurveillance; Virustesting +191,http://eepurl.com/hXG2ID,https://eartharxiv.org/repository/view/3062/,eartharxiv.org,Science of the Total Environment,"Per- and polyfluoroalkyl substances (PFAS) in river discharge: Modeling loads upstream and downstream of a PFAS manufacturing plant in the Cape Fear watershed, North Carolina",2022,TRUE,3,xlsx; xlsx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722018563-mmc1.xlsx,8,Marie-Amelie Pétré,North Carolina State University,United States of America,marie-amelie.petre@gtk.fi,0000-0001-7975-7476,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,15,NA +106,http://eepurl.com/iadi9z,https://ehp.niehs.nih.gov/doi/full/10.1289/EHP11033,ehp.niehs.nih.gov,Environmental Health Perspective,Drinking Water–Associated PFAS and Fluoroethers and Lipid Outcomes in the GenX Exposure Study,2022,TRUE,2,pdf,https://ehp.niehs.nih.gov/doi/suppl/10.1289/EHP11033/suppl_file/ehp11033.smcontents.508.pdf,7,Emma M. Rosen,University of North Carolina,United States of America,Emma.rosen@unc.edu,0000-0003-0960-7565,Jane A. Hoppin,North Carolina State University,United States of America,jahoppin@ncsu.edu,0000-0001-8456-0969,FALSE,NA,NA,NA,8,NA 120,http://eepurl.com/h9U0Mr,https://ehp.niehs.nih.gov/doi/full/10.1289/EHP11033,ehp.niehs.nih.gov,Environmental Health Perspective,Drinking Water–Associated PFAS and Fluoroethers and Lipid Outcomes in the GenX Exposure Study,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -139,http://eepurl.com/h7S0S1,https://ehp.niehs.nih.gov/doi/10.1289/EHP11633,ehp.niehs.nih.gov,Environmental Health Perspective,The Shifting Landscape of Lead Exposure: Screening Gaps for Children in North Carolina,2022,FALSE,0,NA,NA,1,Silke Schmidt,independent,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,NA +139,http://eepurl.com/h7S0S1,https://ehp.niehs.nih.gov/doi/10.1289/EHP11633,ehp.niehs.nih.gov,Environmental Health Perspective,The Shifting Landscape of Lead Exposure: Screening Gaps for Children in North Carolina,2022,FALSE,0,NA,NA,1,Silke Schmidt,independent,United States of America,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,NA 4,http://eepurl.com/ixN78-/,https://link.springer.com/article/10.1007/s12237-023-01242-6,link.springer.com,Springer Estuaries and Coasts,Coastal Response to the Landfall of a Hurricane on a Series of Inlets and Narrow Back-Barrier Waterways,2023,FALSE,0,NA,NA,3,Chiara M. Manchia,Queen's University,Canada,NA,NA,Ryan P. Mulligan,Queen's University,Canada,ryan.mulligan@queensu.ca,0000-0002-2600-8647,TRUE,The data is available upon request. Please contact the corresponding author.,on request,NA,0,TropicalCyclones; Spectralwavemodelling; Coastalhydrodynamics; Oceancurrents; Stormsurge; Barrierislands -85,http://eepurl.com/ieh0rf,https://link.springer.com/article/10.1007/s13157-022-01605-y,link.springer.com,Springer Wetlands,Hydrologic Restoration Decreases Greenhouse Gas Emissions from Shrub Bog Peatlands in Southeastern US,2022,FALSE,0,NA,NA,9,Luise Armstrong,East Carolina University,United States of America,NA,NA,Marcelo Ardón,North Carolina State University,USA,mlardons@ncsu.edu,0000-0001-7275-2672,TRUE,The datasets generated during and analyzed during the current study are available from the corresponding author on reasonable request.,on request,NA,2,Pocosin; Greenhousegases; Restoration; Mitigation -189,http://eepurl.com/hXG2ID,https://link.springer.com/article/10.1007/s10980-022-01425-9,link.springer.com,Springer Landscape Ecology,Forest water use is increasingly decoupled from water availability even during severe drought,2022,TRUE,1,pdf,https://static-content.springer.com/esm/art%3A10.1007%2Fs10980-022-01425-9/MediaObjects/10980_2022_1425_MOESM1_ESM.pdf,3,Katie A. McQuillan,North Carolina State University,NA,kmcquil@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,"All data used in this study was publicly available online. Eddy covariance data was downloaded from Ameriflux (https://ameriflux.lbl.gov/sites/siteinfo/US-Cwt). GRIDMET SPI data, land cover data, and USGS NED data was downloaded from Google Earth Engine (https://earthengine.google.com/). MODIS ET data was downloaded from USGS (https://lpdaac.usgs.gov/products/mod16a2gfv006/). Landsat ET data was downloaded from USGS (https://www.usgs.gov/core-science-systems/nli/landsat/landsat-provisional-actual-evapotranspiration). The Riley et al. (2021) forest composition map was downloaded from the USDA Forest Service (https://www.fs.usda.gov/rds/archive/Catalog/RDS-2019-0026). The Wilson et al. (2013) forest composition maps were downloaded from the USDA forest service (https://www.fs.usda.gov/rds/archive/catalog/RDS-2013-0013).",available in online repository,https://ameriflux.lbl.gov/sites/siteinfo/US-Cwt; https://earthengine.google.com; https://lpdaac.usgs.gov/products/mod16a2gfv006; https://www.usgs.gov/core-science-systems/nli/landsat/landsat-provisional-actual-evapotranspiration; https://www.fs.usda.gov/rds/archive/Catalog/RDS-2019-0026; https://www.fs.usda.gov/rds/archive/catalog/RDS-2013-0013,2,Evapotranspiration; Remotesensing; Topography; Forestcomposition; Landsat; MODIS -3,http://eepurl.com/ixN78-/,https://www.pnas.org/doi/10.1073/pnas.2216021120,www.pnas.org,PNAS Population Biology,Separating signal from noise in wastewater data: An algorithm to identify community-level COVID-19 surges in real time,2023,TRUE,1,pdf,https://www.pnas.org/doi/suppl/10.1073/pnas.2216021120/suppl_file/pnas.2216021120.sapp.pdf,1,Aparna Kashaviah,Mathematice Inc.,NA,AKeshaviah@mathematica-mpr.com,0000-0002-4324-6807,NA,NA,NA,NA,NA,TRUE,Data (calculator and programming code) have been deposited in Covid-SURGE toolkit (21). Anonymized wastewater and case count data have been deposited in NC COVID dashboard (20). Some study data are available. The use of the Covid-SURGE algorithm or calculator beyond the scope of the CC BY-NC-ND 2.0 license is subject to permission being granted by Mathematica.,available in online repository,https://wastewater.covidsurge.mathematica.org; https://covid19.ncdhhs.gov/dashboard/data-behind-dashboards,0,WastewaterMonitoring; Sars-Covid-2; Covid-19Surge; EarlyWarning; AlertAlgorithm -37,http://eepurl.com/irTmaA,https://www.pnas.org/doi/abs/10.1073/pnas.2120252120,www.pnas.org,PNAS Environmental Sciences,Estimating the benefits of stream water quality improvements in urbanizing watersheds: An ecological production function approach,2023,TRUE,1,pdf,https://www.pnas.org/doi/suppl/10.1073/pnas.2120252120/suppl_file/pnas.2120252120.sapp.pdf,8,Roger H. von Haefen,North Carolina State University,NA,roger_von_haefen@ncsu.edu,0000-0002-5604-8754,NA,NA,NA,NA,NA,TRUE,Replication files data have been deposited in Harvard’s Dataverse (https://doi.org/10.7910/DVN/XT3RZ8) (33).,available in online repository,https://doi.org/10.7910/DVN/XT3RZ8,1,NonmarketEvaluation; Waterquality; Urbanstreams; Statedpreference -196,http://eepurl.com/hWz3Yf,https://www.pnas.org/content/119/6/e2110694119.short,www.pnas.org,PNAS Environmental Sciences,Early life lead exposure from private well water increases juvenile delinquency risk among US teens,2022,TRUE,1,pdf,https://www.pnas.org/doi/suppl/10.1073/pnas.2110694119/suppl_file/pnas.2110694119.sapp.pdf,6,Jacqueline MacDonald Gibson,Indiana University,NA,jacmgibs@iu.edu,0000-0002-5468-0713,NA,NA,NA,NA,NA,TRUE,"Anonymized de-identified children's blood Pb, water source, household information, census block group information, and juvenile justice report data have been deposited in https://scholarworks.iu.edu/dspace/handle/2022/27027 (72, 73). https://scholarworks.iu.edu/dspace/handle/2022/25638.",available in online repository,https://scholarworks.iu.edu/dspace/handle/2022/27027; https://scholarworks.iu.edu/dspace/handle/2022/25638,5,Drinkingwater; Children; Leadexposure -53,http://eepurl.com/im-ZMI,https://www.tandfonline.com/doi/abs/10.1080/21622515.2023.2182719,www.tandfonline.com,Environmental Technology Reviews,Inactivation of faecal pathogens during faecal sludge composting: a systematic review,2023,TRUE,1,pdf,https://www.tandfonline.com/doi/abs/10.1080/21622515.2023.2182719,3,Musa Manga,University of North Carolina,NA,musa.manga@mak.ac.ug,0000-0002-3317-7318,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,2,FaecalSludgeTreatment; Composting; Temperature-timecritera; pathogeninactivationmechanism; compostsanitation -57,http://eepurl.com/im-ZMI,https://www.tandfonline.com/doi/full/10.1080/09640568.2023.2183112,www.tandfonline.com,Journal of Environmental Planning and Management,Mitigating compound coastal water hazards in Eastern North Carolina,2023,TRUE,2,csv,https://www.tandfonline.com/action/downloadTable?id=t0001&doi=10.1080%2F09640568.2023.2183112&downloadType=CSV,5,Anuradha Mukherji,East Carolina University,NA,mukherjia@ecu.edu,0000-0003-2315-7062,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,Hazardmitigation; compoundevent; flooding; ruralresilience; climatechange -165,http://eepurl.com/h2UiZf,https://www.tandfonline.com/doi/abs/10.1080/02626667.2022.2052073,www.tandfonline.com,Hydrological Sciences Journal,Water quality inequality: a non-targeted hotspot analysis for ambient water quality injustices,2022,TRUE,1,pdf,https://ndownloader.figstatic.com/files/34341880,4,Justine A. Neville,North Carolina State University,NA,jneville@usgs.gov,0000-0003-3160-5363,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,3,Environmentaljustive; Ambientwaterquality; Interfaceswithsociety -135,http://eepurl.com/h7S0S1,https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021WR031533,agupubs.onlinelibrary.wiley.com,AGU Water Resources Research,The Nonpoint Sources and Transport of Baseflow Nitrogen Loading Across a Developed Rural-Urban Gradient,2022,TRUE,1,pdf,https://agupubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1029%2F2021WR031533&file=2021WR031533-sup-0001-Supporting+Information+SI-S01.pdf,7,Joseph M. Delesantro,University of North Carolina,NA,jmdelesantro@gmail.com,0000-0002-6982-8768,NA,NA,NA,NA,NA,TRUE,"The data supporting the analyses and results of this paper are publicly available on HydroShare (Delesantro et al., 2021b).",available in online repository,https://www.hydroshare.org/resource/b9fb89d2539c4e43b51889770f7a81f7,9,urban; nonpointsource; watershed; nitrogen; hydrology; management -140,http://eepurl.com/h7S0S1,https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021WR030711,agupubs.onlinelibrary.wiley.com,AGU Water Resources Research,Using Automated Seepage Meters to Quantify the Spatial Variability and Net Flux of Groundwater to a Stream,2022,TRUE,5,misc,https://agupubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1029%2F2021WR030711&file=2021WR030711-sup-0001-Supporting+Information+SI-S01.docx,9,C. Eric Humphrey,University of Utah,NA,humphrey.c.eric@gmail.com,0000-0002-1174-8458,NA,NA,NA,NA,NA,TRUE,Data used for generating the figures in this manuscript can be found in Supporting Information S1and associated data files and are archived online at (https://doi.org/10.4211/hs.c169de42e6174baf842a319efe28a75e).,available in online repository,https://doi.org/10.4211/hs.c169de42e6174baf842a319efe28a75e,2,sandhills; seepageflux; groundwater; surfacewater; spatialvariability; hydrology -159,http://eepurl.com/h2UiZf,https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2021WR030700,agupubs.onlinelibrary.wiley.com,AGU Water Resources Research,Impact of Inter-Utility Agreements on Cooperative Regional Water Infrastructure Investment and Management Pathways,2022,TRUE,1,pdf,https://agupubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1029%2F2021WR030700&file=2021WR030700-sup-0001-Supporting+Information+SI-S01.pdf,4,David E. Gorelick,University of North Carolina,NA,degorelick@unc.edu,0000-0002-3078-6716,NA,NA,NA,NA,NA,TRUE,"All WaterPaths modeling code used to simulate Triangle water supply decision-making can be found at https://github.com/bernardoct/WaterPaths/tree/JLWTPAgreementsModel. All additional modeling code, input and output data for producing the results of this manuscript can be accessed at https://www.hydroshare.org/resource/3fc8e01960d948a2bd38189dd4e7fa69/.",available in online repository,https://github.com/bernardoct/WaterPaths/tree/JLWTPAgreementsModel; https://www.hydroshare.org/resource/3fc8e01960d948a2bd38189dd4e7fa69,5,waterutility; cooperation; demand; deepuncertainty; optimization; financialrisk -175,http://eepurl.com/hZ8bR1,https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021EF002139,agupubs.onlinelibrary.wiley.com,AGU Earth's Future,Inundation of Stormwater Infrastructure Is Common and Increases Risk of Flooding in Coastal Urban Areas Along the US Atlantic Coast,2022,TRUE,1,docx,https://agupubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1029%2F2021EF002139&file=2021EF002139-sup-0001-Supporting+Information+SI-S01.docx,4,Adam C. Gold,University of North Carolina,NA,gold@unc.edu,0000-0002-0921-0384,NA,NA,NA,NA,NA,TRUE,Data and code used in the analyses are freely available on GitHub (https://github.com/acgold/HTF-on-roads) and Zenodo.org (https://doi.org/10.5281/zenodo.5562568).,available in online repository,https://github.com/acgold/HTF-on-roads; https://doi.org/10.5281/zenodo.5562568,6,coastaldevelopment; stormwatermanagement; infrastructure; inundationmodeling; high-tideflooding -94,http://eepurl.com/icBZuL,https://onlinelibrary.wiley.com/doi/full/10.1002/esp.5495,onlinelibrary.wiley.com,Earth Surfaces Processes and Landforms,"Channel head response to anthropogenic landscape modification: A case study from the North Carolina Piedmont, USA, with implications for water quality",2022,TRUE,1,docx,https://onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Fesp.5495&file=esp5495-sup-0001-supplemental_table%2Bfig.docx,3,Rachel M. Atkins,North Carolina State University,NA,ratkins@alumni.ncsu.edu,0000-0001-6115-6322,NA,NA,NA,NA,NA,TRUE,The data sets used and/or analyzed in this study are publicly available or are included in the Supporting Information.,in paper or supp,NA,6,erosion; land-usechange; legacysediment; slope-areatreshold; .; soilnutrients; streamchannelinitiation -121,http://eepurl.com/h9U0Mr,https://onlinelibrary.wiley.com/doi/abs/10.1111/psj.12473,onlinelibrary.wiley.com,Policies Studies Journal,External drivers of participation in regional collaborative water planning,2022,FALSE,0,NA,NA,3,Emily V. Bell,University of Georgia,NA,evbell@uga.edu,0000-0003-2112-3846,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,4,collaborativegovernance; policybeliefs; regionalwaterplanning; Gobernanzacolaborativa; creenciaspolíticas; planificaciónregionaldelagua; 协作治理; 政策信念; 区域水资源规划 -123,http://eepurl.com/h9U0Mr,https://onlinelibrary.wiley.com/doi/epdf/10.1002/anie.202208150,onlinelibrary.wiley.com,Angewandte Chemie - Internationale Edition,HydrolyticallyStableIonicFluorogelsforHigh-PerformanceRemediationofPer-andPolyfluoroalkylSubstances(PFAS)fromNaturalWater,2022,TRUE,1,pdf,https://onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Fanie.202208150&file=anie202208150-sup-0001-misc_information.pdf,7,Irene M. Manning,University of North Carolina,United States of America,NA,0000-0001-7369-0709,Frank A. Leibfarth,University of North Carolina,USA,frankl@unc.edu,0000-0001-7737-0331,FALSE,NA,NA,NA,3,NA -178,http://eepurl.com/hZ8bR1,https://onlinelibrary.wiley.com/doi/full/10.1002/hyp.14550,onlinelibrary.wiley.com,Hydrological Processes,Seasonal flashiness and high frequency discharge events in headwater streams in the North Carolina Piedmont (United States),2022,FALSE,0,NA,NA,5,Bradley G. Johnson,Davidson College,NA,brjohnson@davidson.edu,0000-0002-3799-5019,NA,NA,NA,NA,NA,TRUE,"Our data from this study is stored in a MySQL database that is web hosted. We have exported this data into basic, compiled CSV files and shared them at Hydroshare (https://www.hydroshare.org/resource/957475e1101346a6a1cbbb62f17e747d/)). We provide discharge instead of depth with ratings curves already applied. Raw data are in English units.",available in online repository,https://www.hydroshare.org/resource/957475e1101346a6a1cbbb62f17e747d,NA,biology-geologyfeebacks; DMQ99; evapotranspiration; headwaterstreams; landusechange; seasonalflashiness; specificconductance; streamgauges -111,http://eepurl.com/iadi9z,https://scholar.google.com/scholar_url?url=https://ajph.aphapublications.org/doi/pdf/10.2105/AJPH.2022.307003%3Fdownload%3Dtrue&hl=en&sa=X&d=3962241131938486649&ei=H1Q7Y6aFPO2KywSS3bH4Bg&scisig=AAGBfm3Q4X2sCbJJGTgTcSrsGU_FdUVJcw&oi=scholaralrt&hist=hZvSJggAAAAJ:7463423130094204642:AAGBfm306n8jEm7p9E06Y9mqflGSBiV6Pg&html=&pos=0&folt=kw-top,scholar.google.com,American Journal of Public Health,"Lead Levels in Tap Water at Licensed North Carolina Child Care Facilities, 2020–2021",2022,TRUE,1,docx,https://ajph.aphapublications.org/doi/suppl/10.2105/AJPH.2022.307003/suppl_file/redmon_supplemental_material_file.docx,13,Jennifer Hoponick Redmon,Research Triangle Institute,NA,jredmon@rti.org,0000-0003-3641-737X,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,4,NA -125,http://eepurl.com/h9U0Mr,https://scholar.google.com/scholar_url?url=https://pubs.acs.org/doi/full/10.1021/acsestwater.2c00157&hl=en&sa=X&d=1709742523088559831&ei=Dg_7YtkJhJjLBKCbvNAC&scisig=AAGBfm0jov0_aWmZMwe4s6j4e9vubbdcbA&oi=scholaralrt&hist=hZvSJggAAAAJ:3226461804228696973:AAGBfm3ju-C3kL6mSiPesevK78XQ69Qd6A&html=&pos=2&folt=kw,scholar.google.com,ACS EST Water,Simulation of the Environmental Fate and Transformation of Nano Copper Oxide in a Freshwater Environment,2022,TRUE,2,pdf,https://pubs.acs.org/doi/suppl/10.1021/acsestwater.2c00157/suppl_file/ew2c00157_si_001.pdf,2,Bianca N. Ross,Center for Environmental Measurement & Modeling,NA,ross.bianca@epa.gov,0000-0001-6231-9437,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,1,WASP; environmentalmodeling; nanocopper; nanomaterials; freswater -148,http://eepurl.com/h4G3CX,https://scholar.google.com/scholar_url?url=https://onlinelibrary.wiley.com/doi/pdfdirect/10.1111/hir.12445&hl=en&sa=X&d=7293212103073901469&ei=2fm2YrzQKtHjmQGNwb84&scisig=AAGBfm1zjx3-V2aCgS0L1xZx26MYDvF-tg&oi=scholaralrt&hist=hZvSJggAAAAJ:3552202248086981277:AAGBfm3xoOKMdpREzJ__fgBb7pdlMpLHFA&html=&pos=1&folt=kw,scholar.google.com,Health Information and Libraries Journal,"Focus groups revealed how community health workers in North Carolina find, verify, and process health information for migrant and seasonal farmworkers",2022,FALSE,0,NA,NA,4,Catherine E. LePrevost,North Carolina State University,NA,celeprev@ncsu.edu,0000-0001-7360-0021,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,healtheducation; healthinformationneeds; healthprofessionals; informationdissemination; informationliteracy; informationseekingbehavior; patienteducation; research; qualitative -15,http://eepurl.com/ivRR62,https://pubmed.ncbi.nlm.nih.gov/37184848/,pubmed.ncbi.nlm.nih.gov,JAMA Neurology,Risk of Parkinson Disease Among Service Members at Marine Corps Base Camp Lejeune,2023,FALSE,0,NA,NA,8,Samual M. Goldman,University of California,NA,samuel.goldman@ucsf.edu,0000-0002-3039-9927,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,9,NA -27,http://eepurl.com/itNRLc,https://pubmed.ncbi.nlm.nih.gov/37192571/,pubmed.ncbi.nlm.nih.gov,Water Research,Temporal and spatial relationships of CrAssphage and enteric viral and bacterial pathogens in wastewater in North Carolina,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S004313542300444X-mmc1.docx,6,Huiyun Wu,US EPA,United States of America,NA,NA,Marirosa Molina,US EPA,USA,molina.marirosa@epa.gov,0000-0002-6373-8374,TRUE,Data will be made available on request.,on request,NA,2,crAssphage; Municipaluntreatedwastewater; Temporalvariations; Spatialvariations; Entericpathogenscorrelations; Bacteria; Andviruses; ;; qPCR; rt-qPCR -33,http://eepurl.com/irTmaA,https://pubmed.ncbi.nlm.nih.gov/36633899/,pubmed.ncbi.nlm.nih.gov,Acc Chemical Research,Addressing Short-Chain PFAS Contamination in Water with Nanofibrous Adsorbent/Filter Material from Electrospinning,2023,FALSE,0,NA,NA,3,Shobha Mantripragade,North Carolina State University,United States of America,smantrip@ncat.edu,NA,Lifeng Zhang,North Carolina State University,USA,lzhang@ncat.edu,no,FALSE,NA,NA,NA,4,NA -76,http://eepurl.com/iiETVr,https://pubmed.ncbi.nlm.nih.gov/36565404/,pubmed.ncbi.nlm.nih.gov,Environmental Monitoring and Assessme,Deep learning-based ensemble modeling of Vibrio parahaemolyticus concentration in marine environment,2023,FALSE,0,NA,NA,2,Peyman Namadi,Louisiana State University,United States of America,NA,NA,Zhiqiang Deng,Louisiana State University,USA,zdeng@lsu.edu,0000-0002-9245-2826,TRUE,The codes used in this research are available from the authors upon request.,on request,NA,0,ArtificialNeuralNetworks; Geneticprogramming; Antedcedentenvironmentalconditions; Temperature; Salinity; Oysters -78,http://eepurl.com/iiETVr,https://pubmed.ncbi.nlm.nih.gov/36356280/,pubmed.ncbi.nlm.nih.gov,American Journal of Public Health,"Timing and Trends for Municipal Wastewater, Lab-Confirmed Case, and Syndromic Case Surveillance of COVID-19 in Raleigh, North Carolina",2022,TRUE,1,docx,https://ajph.aphapublications.org/doi/suppl/10.2105/AJPH.2022.307108/suppl_file/kotlarz_suppl-figures_tables.docx,17,Nadine Kotlarz,North Carolina State University,NA,nkotlar@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,3,NA -84,http://eepurl.com/ieh0rf,https://www.nature.com/articles/s41467-022-34312-7,www.nature.com,Nature Communications,Genomic analysis of sewage from 101 countries reveals global landscape of antimicrobial resistance,2022,TRUE,5,pdf,https://static-content.springer.com/esm/art%3A10.1038%2Fs41467-022-34312-7/MediaObjects/41467_2022_34312_MOESM1_ESM.pdf,15,Patrick Munk,Technical University of Denmark,NA,pmun@food.dtu.dk,0000-0001-8813-4019,NA,NA,NA,NA,NA,TRUE,"The raw sequencing data (FASTQ) generated in this study have been deposited in the European Nucleotide Archive and can be accessed without restrictions. The data from major sampling rounds have the following project accession numbers: PRJEB40798, PRJEB40816, PRJEB40815 and PRJEB27621. Sequencing data from the longitudinal city sampling sites are deposited under PRJEB51229, while the included datasets from the previous study are deposited under ERP015409. See Supplementary Data 1 for exact sample, experiment and run accessions. Source data are provided with this paper. This study also utilized the publicly available databases of ResFinder, PLSDB, Silva and Kraken 2.",available in online repository,https://www.ebi.ac.uk/ena/browser/view/PRJEB40798; https://www.ebi.ac.uk/ena/browser/view/PRJEB40816; https://www.ebi.ac.uk/ena/browser/view/PRJEB40815; https://www.ebi.ac.uk/ena/browser/view/PRJEB27621; https://www.ebi.ac.uk/ena/browser/view/PRJEB51229; https://www.ebi.ac.uk/ena/browser/view/ERP015409; https://bitbucket.org/genomicepidemiology/resfinder_db; https://ccb-microbe.cs.uni-saarland.de/plsdb/plasmids/download/; https://www.arb-silva.de/download/arb-files/; https://benlangmead.github.io/aws-indexes/k2,4,Antimicrobialresistance; Metagenomics; Microbialecology; Policyandpublichealthinmicrobiology -109,http://eepurl.com/iadi9z,https://www.nature.com/articles/s41370-022-00475-0,www.nature.com,Journal of Exposure Science & Environmental Epidemology,Is residential proximity to polluted sites during pregnancy associated with preterm birth or low birth weight? Results from an integrated exposure database in North Carolina (2003–2015),2023,TRUE,2,pdf,https://static-content.springer.com/esm/art%3A10.1038%2Fs41370-022-00475-0/MediaObjects/41370_2022_475_MOESM1_ESM.pdf,5,Corinna Keeler,University of North Carolina,NA,cykeeler@live.unc.edu,0000-0002-3445-6589,NA,NA,NA,NA,NA,TRUE,The datasets generated during and/or analyzed during the current study are available from the corresponding author on reasonable request.,on request,NA,2,Pretermbirth; Lowbirthweight; Adversebirthoutcome; Pollutedsites; Superfund; Industrialsites -129,http://eepurl.com/h7S0S1,https://www.nature.com/articles/s43247-022-00501-x,www.nature.com,Nature Communication Earth & Environment,Carbon accumulation rates are highest at young and expanding salt marsh edges,2022,TRUE,5,pdf,https://static-content.springer.com/esm/art%3A10.1038%2Fs43247-022-00501-x/MediaObjects/43247_2022_501_MOESM1_ESM.pdf,5,Carson B. Miller,University of North Carolina,United States of America,carsonm@live.unc.edu,0000-0002-8185-2082,Antonio B. Rodriguez,University of North Carolina,USA,abrodrig@email.unc.edu,0000-0001-6578-5118,TRUE,"The data set that supports the findings of this study, including radiocarbon and down-core profiles of loss on ignition and dry bulk density is available in Supplementary Data 1 and in the Figshare online open access repository at https://doi.org/10.6084/m9.figshare.20137649.v265.",available in online repository,https://doi.org/10.6084/m9.figshare.20137649.v265,2,Carboncycle; Climate-changemitigation; Environmentalimpact -130,http://eepurl.com/h7S0S1,https://www.nature.com/articles/s41545-021-00128-z,www.nature.com,NPJ Clean Water,A critical review of point-of-use drinking water treatment in the United States,2021,TRUE,1,pdf,https://static-content.springer.com/esm/art%3A10.1038%2Fs41545-021-00128-z/MediaObjects/41545_2021_128_MOESM1_ESM.pdf,5,Jishan Wu,University of North Carolina,United States of America,NA,NA,Eric M. V. Hoek,University of California,USA,emvhoek@ucla.edu,0000-0002-9674-1916,TRUE,The authors declare that no datasets were generated or analyzed during the current study.,no data generated,NA,40,ChemicalEngineering; Waterresources -161,http://eepurl.com/h2UiZf,https://www.nature.com/articles/s41597-022-01358-7,www.nature.com,Scientific Data,Paired field and water measurements from drainage management practices in row-crop agriculture,2022,TRUE,1,pdf,https://static-content.springer.com/esm/art%3A10.1038%2Fs41597-022-01358-7/MediaObjects/41597_2022_1358_MOESM1_ESM.pdf,12,L. J. Abendroth,USDA-ARS,NA,lori.abendroth@usda.gov,0000-0002-0176-7815,NA,NA,NA,NA,NA,TRUE,"Code written by the Data Management Team in support of this project can be found on github.com under an open and permissive usage license. Gap filling of the drain flow data and visualization of the results were performed within RStudio38,39. The source code and corresponding input and output data are publicly available on GitHub40. The code is split into three pieces corresponding to individual phases of the gap-filling method. In addition, there are separate scripts for the visualization of the data. At drainagedata.org, users can visualize the data with customized tools, query based on specific sites and measurements of interest, and access site photographs, maps, summaries, and publications. The code used for the backend data services and frontend web interfaces can be found on GitHub41. +85,http://eepurl.com/ieh0rf,https://link.springer.com/article/10.1007/s13157-022-01605-y,link.springer.com,Springer Wetlands,Hydrologic Restoration Decreases Greenhouse Gas Emissions from Shrub Bog Peatlands in Southeastern US,2022,FALSE,0,NA,NA,9,Luise Armstrong,East Carolina University,United States of America,NA,NA,Marcelo Ardón,North Carolina State University,United States of America,mlardons@ncsu.edu,0000-0001-7275-2672,TRUE,The datasets generated during and analyzed during the current study are available from the corresponding author on reasonable request.,on request,NA,2,Pocosin; Greenhousegases; Restoration; Mitigation +189,http://eepurl.com/hXG2ID,https://link.springer.com/article/10.1007/s10980-022-01425-9,link.springer.com,Springer Landscape Ecology,Forest water use is increasingly decoupled from water availability even during severe drought,2022,TRUE,1,pdf,https://static-content.springer.com/esm/art%3A10.1007%2Fs10980-022-01425-9/MediaObjects/10980_2022_1425_MOESM1_ESM.pdf,3,Katie A. McQuillan,North Carolina State University,United States of America,kmcquil@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,"All data used in this study was publicly available online. Eddy covariance data was downloaded from Ameriflux (https://ameriflux.lbl.gov/sites/siteinfo/US-Cwt). GRIDMET SPI data, land cover data, and USGS NED data was downloaded from Google Earth Engine (https://earthengine.google.com/). MODIS ET data was downloaded from USGS (https://lpdaac.usgs.gov/products/mod16a2gfv006/). Landsat ET data was downloaded from USGS (https://www.usgs.gov/core-science-systems/nli/landsat/landsat-provisional-actual-evapotranspiration). The Riley et al. (2021) forest composition map was downloaded from the USDA Forest Service (https://www.fs.usda.gov/rds/archive/Catalog/RDS-2019-0026). The Wilson et al. (2013) forest composition maps were downloaded from the USDA forest service (https://www.fs.usda.gov/rds/archive/catalog/RDS-2013-0013).",available in online repository,https://ameriflux.lbl.gov/sites/siteinfo/US-Cwt; https://earthengine.google.com; https://lpdaac.usgs.gov/products/mod16a2gfv006; https://www.usgs.gov/core-science-systems/nli/landsat/landsat-provisional-actual-evapotranspiration; https://www.fs.usda.gov/rds/archive/Catalog/RDS-2019-0026; https://www.fs.usda.gov/rds/archive/catalog/RDS-2013-0013,2,Evapotranspiration; Remotesensing; Topography; Forestcomposition; Landsat; MODIS +3,http://eepurl.com/ixN78-/,https://www.pnas.org/doi/10.1073/pnas.2216021120,www.pnas.org,PNAS Population Biology,Separating signal from noise in wastewater data: An algorithm to identify community-level COVID-19 surges in real time,2023,TRUE,1,pdf,https://www.pnas.org/doi/suppl/10.1073/pnas.2216021120/suppl_file/pnas.2216021120.sapp.pdf,1,Aparna Kashaviah,Mathematice Inc.,United States of America,AKeshaviah@mathematica-mpr.com,0000-0002-4324-6807,NA,NA,NA,NA,NA,TRUE,Data (calculator and programming code) have been deposited in Covid-SURGE toolkit (21). Anonymized wastewater and case count data have been deposited in NC COVID dashboard (20). Some study data are available. The use of the Covid-SURGE algorithm or calculator beyond the scope of the CC BY-NC-ND 2.0 license is subject to permission being granted by Mathematica.,available in online repository,https://wastewater.covidsurge.mathematica.org; https://covid19.ncdhhs.gov/dashboard/data-behind-dashboards,0,WastewaterMonitoring; Sars-Covid-2; Covid-19Surge; EarlyWarning; AlertAlgorithm +37,http://eepurl.com/irTmaA,https://www.pnas.org/doi/abs/10.1073/pnas.2120252120,www.pnas.org,PNAS Environmental Sciences,Estimating the benefits of stream water quality improvements in urbanizing watersheds: An ecological production function approach,2023,TRUE,1,pdf,https://www.pnas.org/doi/suppl/10.1073/pnas.2120252120/suppl_file/pnas.2120252120.sapp.pdf,8,Roger H. von Haefen,North Carolina State University,United States of America,roger_von_haefen@ncsu.edu,0000-0002-5604-8754,NA,NA,NA,NA,NA,TRUE,Replication files data have been deposited in Harvard’s Dataverse (https://doi.org/10.7910/DVN/XT3RZ8) (33).,available in online repository,https://doi.org/10.7910/DVN/XT3RZ8,1,NonmarketEvaluation; Waterquality; Urbanstreams; Statedpreference +196,http://eepurl.com/hWz3Yf,https://www.pnas.org/content/119/6/e2110694119.short,www.pnas.org,PNAS Environmental Sciences,Early life lead exposure from private well water increases juvenile delinquency risk among US teens,2022,TRUE,1,pdf,https://www.pnas.org/doi/suppl/10.1073/pnas.2110694119/suppl_file/pnas.2110694119.sapp.pdf,6,Jacqueline MacDonald Gibson,Indiana University,United States of America,jacmgibs@iu.edu,0000-0002-5468-0713,NA,NA,NA,NA,NA,TRUE,"Anonymized de-identified children's blood Pb, water source, household information, census block group information, and juvenile justice report data have been deposited in https://scholarworks.iu.edu/dspace/handle/2022/27027 (72, 73). https://scholarworks.iu.edu/dspace/handle/2022/25638.",available in online repository,https://scholarworks.iu.edu/dspace/handle/2022/27027; https://scholarworks.iu.edu/dspace/handle/2022/25638,5,Drinkingwater; Children; Leadexposure +53,http://eepurl.com/im-ZMI,https://www.tandfonline.com/doi/abs/10.1080/21622515.2023.2182719,www.tandfonline.com,Environmental Technology Reviews,Inactivation of faecal pathogens during faecal sludge composting: a systematic review,2023,TRUE,1,pdf,https://www.tandfonline.com/doi/abs/10.1080/21622515.2023.2182719,3,Musa Manga,University of North Carolina,United States of America,musa.manga@mak.ac.ug,0000-0002-3317-7318,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,2,FaecalSludgeTreatment; Composting; Temperature-timecritera; pathogeninactivationmechanism; compostsanitation +57,http://eepurl.com/im-ZMI,https://www.tandfonline.com/doi/full/10.1080/09640568.2023.2183112,www.tandfonline.com,Journal of Environmental Planning and Management,Mitigating compound coastal water hazards in Eastern North Carolina,2023,TRUE,2,csv,https://www.tandfonline.com/action/downloadTable?id=t0001&doi=10.1080%2F09640568.2023.2183112&downloadType=CSV,5,Anuradha Mukherji,East Carolina University,United States of America,mukherjia@ecu.edu,0000-0003-2315-7062,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,Hazardmitigation; compoundevent; flooding; ruralresilience; climatechange +165,http://eepurl.com/h2UiZf,https://www.tandfonline.com/doi/abs/10.1080/02626667.2022.2052073,www.tandfonline.com,Hydrological Sciences Journal,Water quality inequality: a non-targeted hotspot analysis for ambient water quality injustices,2022,TRUE,1,pdf,https://ndownloader.figstatic.com/files/34341880,4,Justine A. Neville,North Carolina State University,United States of America,jneville@usgs.gov,0000-0003-3160-5363,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,3,Environmentaljustive; Ambientwaterquality; Interfaceswithsociety +135,http://eepurl.com/h7S0S1,https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021WR031533,agupubs.onlinelibrary.wiley.com,AGU Water Resources Research,The Nonpoint Sources and Transport of Baseflow Nitrogen Loading Across a Developed Rural-Urban Gradient,2022,TRUE,1,pdf,https://agupubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1029%2F2021WR031533&file=2021WR031533-sup-0001-Supporting+Information+SI-S01.pdf,7,Joseph M. Delesantro,University of North Carolina,United States of America,jmdelesantro@gmail.com,0000-0002-6982-8768,NA,NA,NA,NA,NA,TRUE,"The data supporting the analyses and results of this paper are publicly available on HydroShare (Delesantro et al., 2021b).",available in online repository,https://www.hydroshare.org/resource/b9fb89d2539c4e43b51889770f7a81f7,9,urban; nonpointsource; watershed; nitrogen; hydrology; management +140,http://eepurl.com/h7S0S1,https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021WR030711,agupubs.onlinelibrary.wiley.com,AGU Water Resources Research,Using Automated Seepage Meters to Quantify the Spatial Variability and Net Flux of Groundwater to a Stream,2022,TRUE,5,docx; xlsx; zip; zip; zip,https://agupubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1029%2F2021WR030711&file=2021WR030711-sup-0001-Supporting+Information+SI-S01.docx,9,C. Eric Humphrey,University of Utah,United States of America,humphrey.c.eric@gmail.com,0000-0002-1174-8458,NA,NA,NA,NA,NA,TRUE,Data used for generating the figures in this manuscript can be found in Supporting Information S1and associated data files and are archived online at (https://doi.org/10.4211/hs.c169de42e6174baf842a319efe28a75e).,available in online repository,https://doi.org/10.4211/hs.c169de42e6174baf842a319efe28a75e,2,sandhills; seepageflux; groundwater; surfacewater; spatialvariability; hydrology +159,http://eepurl.com/h2UiZf,https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2021WR030700,agupubs.onlinelibrary.wiley.com,AGU Water Resources Research,Impact of Inter-Utility Agreements on Cooperative Regional Water Infrastructure Investment and Management Pathways,2022,TRUE,1,pdf,https://agupubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1029%2F2021WR030700&file=2021WR030700-sup-0001-Supporting+Information+SI-S01.pdf,4,David E. Gorelick,University of North Carolina,United States of America,degorelick@unc.edu,0000-0002-3078-6716,NA,NA,NA,NA,NA,TRUE,"All WaterPaths modeling code used to simulate Triangle water supply decision-making can be found at https://github.com/bernardoct/WaterPaths/tree/JLWTPAgreementsModel. All additional modeling code, input and output data for producing the results of this manuscript can be accessed at https://www.hydroshare.org/resource/3fc8e01960d948a2bd38189dd4e7fa69/.",available in online repository,https://github.com/bernardoct/WaterPaths/tree/JLWTPAgreementsModel; https://www.hydroshare.org/resource/3fc8e01960d948a2bd38189dd4e7fa69,5,waterutility; cooperation; demand; deepuncertainty; optimization; financialrisk +175,http://eepurl.com/hZ8bR1,https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021EF002139,agupubs.onlinelibrary.wiley.com,AGU Earth's Future,Inundation of Stormwater Infrastructure Is Common and Increases Risk of Flooding in Coastal Urban Areas Along the US Atlantic Coast,2022,TRUE,1,docx,https://agupubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1029%2F2021EF002139&file=2021EF002139-sup-0001-Supporting+Information+SI-S01.docx,4,Adam C. Gold,University of North Carolina,United States of America,gold@unc.edu,0000-0002-0921-0384,NA,NA,NA,NA,NA,TRUE,Data and code used in the analyses are freely available on GitHub (https://github.com/acgold/HTF-on-roads) and Zenodo.org (https://doi.org/10.5281/zenodo.5562568).,available in online repository,https://github.com/acgold/HTF-on-roads; https://doi.org/10.5281/zenodo.5562568,6,coastaldevelopment; stormwatermanagement; infrastructure; inundationmodeling; high-tideflooding +94,http://eepurl.com/icBZuL,https://onlinelibrary.wiley.com/doi/full/10.1002/esp.5495,onlinelibrary.wiley.com,Earth Surfaces Processes and Landforms,"Channel head response to anthropogenic landscape modification: A case study from the North Carolina Piedmont, USA, with implications for water quality",2022,TRUE,1,docx,https://onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Fesp.5495&file=esp5495-sup-0001-supplemental_table%2Bfig.docx,3,Rachel M. Atkins,North Carolina State University,United States of America,ratkins@alumni.ncsu.edu,0000-0001-6115-6322,NA,NA,NA,NA,NA,TRUE,The data sets used and/or analyzed in this study are publicly available or are included in the Supporting Information.,in paper or supp,NA,6,erosion; land-usechange; legacysediment; slope-areatreshold; .; soilnutrients; streamchannelinitiation +121,http://eepurl.com/h9U0Mr,https://onlinelibrary.wiley.com/doi/abs/10.1111/psj.12473,onlinelibrary.wiley.com,Policies Studies Journal,External drivers of participation in regional collaborative water planning,2022,FALSE,0,NA,NA,3,Emily V. Bell,University of Georgia,United States of America,evbell@uga.edu,0000-0003-2112-3846,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,4,collaborativegovernance; policybeliefs; regionalwaterplanning; Gobernanzacolaborativa; creenciaspolíticas; planificaciónregionaldelagua; 协作治理; 政策信念; 区域水资源规划 +123,http://eepurl.com/h9U0Mr,https://onlinelibrary.wiley.com/doi/epdf/10.1002/anie.202208150,onlinelibrary.wiley.com,Angewandte Chemie - Internationale Edition,HydrolyticallyStableIonicFluorogelsforHigh-PerformanceRemediationofPer-andPolyfluoroalkylSubstances(PFAS)fromNaturalWater,2022,TRUE,1,pdf,https://onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Fanie.202208150&file=anie202208150-sup-0001-misc_information.pdf,7,Irene M. Manning,University of North Carolina,United States of America,NA,0000-0001-7369-0709,Frank A. Leibfarth,University of North Carolina,United States of America,frankl@unc.edu,0000-0001-7737-0331,FALSE,NA,NA,NA,3,NA +178,http://eepurl.com/hZ8bR1,https://onlinelibrary.wiley.com/doi/full/10.1002/hyp.14550,onlinelibrary.wiley.com,Hydrological Processes,Seasonal flashiness and high frequency discharge events in headwater streams in the North Carolina Piedmont (United States),2022,FALSE,0,NA,NA,5,Bradley G. Johnson,Davidson College,United States of America,brjohnson@davidson.edu,0000-0002-3799-5019,NA,NA,NA,NA,NA,TRUE,"Our data from this study is stored in a MySQL database that is web hosted. We have exported this data into basic, compiled CSV files and shared them at Hydroshare (https://www.hydroshare.org/resource/957475e1101346a6a1cbbb62f17e747d/)). We provide discharge instead of depth with ratings curves already applied. Raw data are in English units.",available in online repository,https://www.hydroshare.org/resource/957475e1101346a6a1cbbb62f17e747d,NA,biology-geologyfeebacks; DMQ99; evapotranspiration; headwaterstreams; landusechange; seasonalflashiness; specificconductance; streamgauges +111,http://eepurl.com/iadi9z,https://scholar.google.com/scholar_url?url=https://ajph.aphapublications.org/doi/pdf/10.2105/AJPH.2022.307003%3Fdownload%3Dtrue&hl=en&sa=X&d=3962241131938486649&ei=H1Q7Y6aFPO2KywSS3bH4Bg&scisig=AAGBfm3Q4X2sCbJJGTgTcSrsGU_FdUVJcw&oi=scholaralrt&hist=hZvSJggAAAAJ:7463423130094204642:AAGBfm306n8jEm7p9E06Y9mqflGSBiV6Pg&html=&pos=0&folt=kw-top,scholar.google.com,American Journal of Public Health,"Lead Levels in Tap Water at Licensed North Carolina Child Care Facilities, 2020–2021",2022,TRUE,1,docx,https://ajph.aphapublications.org/doi/suppl/10.2105/AJPH.2022.307003/suppl_file/redmon_supplemental_material_file.docx,13,Jennifer Hoponick Redmon,Research Triangle Institute,United States of America,jredmon@rti.org,0000-0003-3641-737X,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,4,NA +125,http://eepurl.com/h9U0Mr,https://scholar.google.com/scholar_url?url=https://pubs.acs.org/doi/full/10.1021/acsestwater.2c00157&hl=en&sa=X&d=1709742523088559831&ei=Dg_7YtkJhJjLBKCbvNAC&scisig=AAGBfm0jov0_aWmZMwe4s6j4e9vubbdcbA&oi=scholaralrt&hist=hZvSJggAAAAJ:3226461804228696973:AAGBfm3ju-C3kL6mSiPesevK78XQ69Qd6A&html=&pos=2&folt=kw,scholar.google.com,ACS EST Water,Simulation of the Environmental Fate and Transformation of Nano Copper Oxide in a Freshwater Environment,2022,TRUE,2,pdf,https://pubs.acs.org/doi/suppl/10.1021/acsestwater.2c00157/suppl_file/ew2c00157_si_001.pdf,2,Bianca N. Ross,Center for Environmental Measurement & Modeling,United States of America,ross.bianca@epa.gov,0000-0001-6231-9437,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,1,WASP; environmentalmodeling; nanocopper; nanomaterials; freswater +148,http://eepurl.com/h4G3CX,https://scholar.google.com/scholar_url?url=https://onlinelibrary.wiley.com/doi/pdfdirect/10.1111/hir.12445&hl=en&sa=X&d=7293212103073901469&ei=2fm2YrzQKtHjmQGNwb84&scisig=AAGBfm1zjx3-V2aCgS0L1xZx26MYDvF-tg&oi=scholaralrt&hist=hZvSJggAAAAJ:3552202248086981277:AAGBfm3xoOKMdpREzJ__fgBb7pdlMpLHFA&html=&pos=1&folt=kw,scholar.google.com,Health Information and Libraries Journal,"Focus groups revealed how community health workers in North Carolina find, verify, and process health information for migrant and seasonal farmworkers",2022,FALSE,0,NA,NA,4,Catherine E. LePrevost,North Carolina State University,United States of America,celeprev@ncsu.edu,0000-0001-7360-0021,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,healtheducation; healthinformationneeds; healthprofessionals; informationdissemination; informationliteracy; informationseekingbehavior; patienteducation; research; qualitative +15,http://eepurl.com/ivRR62,https://pubmed.ncbi.nlm.nih.gov/37184848/,pubmed.ncbi.nlm.nih.gov,JAMA Neurology,Risk of Parkinson Disease Among Service Members at Marine Corps Base Camp Lejeune,2023,FALSE,0,NA,NA,8,Samual M. Goldman,University of California,United States of America,samuel.goldman@ucsf.edu,0000-0002-3039-9927,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,9,NA +27,http://eepurl.com/itNRLc,https://pubmed.ncbi.nlm.nih.gov/37192571/,pubmed.ncbi.nlm.nih.gov,Water Research,Temporal and spatial relationships of CrAssphage and enteric viral and bacterial pathogens in wastewater in North Carolina,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S004313542300444X-mmc1.docx,6,Huiyun Wu,US EPA,United States of America,NA,NA,Marirosa Molina,US EPA,United States of America,molina.marirosa@epa.gov,0000-0002-6373-8374,TRUE,Data will be made available on request.,on request,NA,2,crAssphage; Municipaluntreatedwastewater; Temporalvariations; Spatialvariations; Entericpathogenscorrelations; Bacteria; Andviruses; ;; qPCR; rt-qPCR +33,http://eepurl.com/irTmaA,https://pubmed.ncbi.nlm.nih.gov/36633899/,pubmed.ncbi.nlm.nih.gov,Acc Chemical Research,Addressing Short-Chain PFAS Contamination in Water with Nanofibrous Adsorbent/Filter Material from Electrospinning,2023,FALSE,0,NA,NA,3,Shobha Mantripragade,North Carolina State University,United States of America,smantrip@ncat.edu,NA,Lifeng Zhang,North Carolina State University,United States of America,lzhang@ncat.edu,no,FALSE,NA,NA,NA,4,NA +76,http://eepurl.com/iiETVr,https://pubmed.ncbi.nlm.nih.gov/36565404/,pubmed.ncbi.nlm.nih.gov,Environmental Monitoring and Assessme,Deep learning-based ensemble modeling of Vibrio parahaemolyticus concentration in marine environment,2023,FALSE,0,NA,NA,2,Peyman Namadi,Louisiana State University,United States of America,NA,NA,Zhiqiang Deng,Louisiana State University,United States of America,zdeng@lsu.edu,0000-0002-9245-2826,TRUE,The codes used in this research are available from the authors upon request.,on request,NA,0,ArtificialNeuralNetworks; Geneticprogramming; Antedcedentenvironmentalconditions; Temperature; Salinity; Oysters +78,http://eepurl.com/iiETVr,https://pubmed.ncbi.nlm.nih.gov/36356280/,pubmed.ncbi.nlm.nih.gov,American Journal of Public Health,"Timing and Trends for Municipal Wastewater, Lab-Confirmed Case, and Syndromic Case Surveillance of COVID-19 in Raleigh, North Carolina",2022,TRUE,1,docx,https://ajph.aphapublications.org/doi/suppl/10.2105/AJPH.2022.307108/suppl_file/kotlarz_suppl-figures_tables.docx,17,Nadine Kotlarz,North Carolina State University,United States of America,nkotlar@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,3,NA +84,http://eepurl.com/ieh0rf,https://www.nature.com/articles/s41467-022-34312-7,www.nature.com,Nature Communications,Genomic analysis of sewage from 101 countries reveals global landscape of antimicrobial resistance,2022,TRUE,5,pdf; pdf; xlsx; zip; pdf,https://static-content.springer.com/esm/art%3A10.1038%2Fs41467-022-34312-7/MediaObjects/41467_2022_34312_MOESM1_ESM.pdf,15,Patrick Munk,Technical University of Denmark,Denmark,pmun@food.dtu.dk,0000-0001-8813-4019,NA,NA,NA,NA,NA,TRUE,"The raw sequencing data (FASTQ) generated in this study have been deposited in the European Nucleotide Archive and can be accessed without restrictions. The data from major sampling rounds have the following project accession numbers: PRJEB40798, PRJEB40816, PRJEB40815 and PRJEB27621. Sequencing data from the longitudinal city sampling sites are deposited under PRJEB51229, while the included datasets from the previous study are deposited under ERP015409. See Supplementary Data 1 for exact sample, experiment and run accessions. Source data are provided with this paper. This study also utilized the publicly available databases of ResFinder, PLSDB, Silva and Kraken 2.",available in online repository,https://www.ebi.ac.uk/ena/browser/view/PRJEB40798; https://www.ebi.ac.uk/ena/browser/view/PRJEB40816; https://www.ebi.ac.uk/ena/browser/view/PRJEB40815; https://www.ebi.ac.uk/ena/browser/view/PRJEB27621; https://www.ebi.ac.uk/ena/browser/view/PRJEB51229; https://www.ebi.ac.uk/ena/browser/view/ERP015409; https://bitbucket.org/genomicepidemiology/resfinder_db; https://ccb-microbe.cs.uni-saarland.de/plsdb/plasmids/download/; https://www.arb-silva.de/download/arb-files/; https://benlangmead.github.io/aws-indexes/k2,4,Antimicrobialresistance; Metagenomics; Microbialecology; Policyandpublichealthinmicrobiology +109,http://eepurl.com/iadi9z,https://www.nature.com/articles/s41370-022-00475-0,www.nature.com,Journal of Exposure Science & Environmental Epidemology,Is residential proximity to polluted sites during pregnancy associated with preterm birth or low birth weight? Results from an integrated exposure database in North Carolina (2003–2015),2023,TRUE,2,pdf,https://static-content.springer.com/esm/art%3A10.1038%2Fs41370-022-00475-0/MediaObjects/41370_2022_475_MOESM1_ESM.pdf,5,Corinna Keeler,University of North Carolina,United States of America,cykeeler@live.unc.edu,0000-0002-3445-6589,NA,NA,NA,NA,NA,TRUE,The datasets generated during and/or analyzed during the current study are available from the corresponding author on reasonable request.,on request,NA,2,Pretermbirth; Lowbirthweight; Adversebirthoutcome; Pollutedsites; Superfund; Industrialsites +129,http://eepurl.com/h7S0S1,https://www.nature.com/articles/s43247-022-00501-x,www.nature.com,Nature Communication Earth & Environment,Carbon accumulation rates are highest at young and expanding salt marsh edges,2022,TRUE,5,pdf; pdf; pdf; pdf; xlsx,https://static-content.springer.com/esm/art%3A10.1038%2Fs43247-022-00501-x/MediaObjects/43247_2022_501_MOESM1_ESM.pdf,5,Carson B. Miller,University of North Carolina,United States of America,carsonm@live.unc.edu,0000-0002-8185-2082,Antonio B. Rodriguez,University of North Carolina,United States of America,abrodrig@email.unc.edu,0000-0001-6578-5118,TRUE,"The data set that supports the findings of this study, including radiocarbon and down-core profiles of loss on ignition and dry bulk density is available in Supplementary Data 1 and in the Figshare online open access repository at https://doi.org/10.6084/m9.figshare.20137649.v265.",available in online repository,https://doi.org/10.6084/m9.figshare.20137649.v265,2,Carboncycle; Climate-changemitigation; Environmentalimpact +130,http://eepurl.com/h7S0S1,https://www.nature.com/articles/s41545-021-00128-z,www.nature.com,NPJ Clean Water,A critical review of point-of-use drinking water treatment in the United States,2021,TRUE,1,pdf,https://static-content.springer.com/esm/art%3A10.1038%2Fs41545-021-00128-z/MediaObjects/41545_2021_128_MOESM1_ESM.pdf,5,Jishan Wu,University of North Carolina,United States of America,NA,NA,Eric M. V. Hoek,University of California,United States of America,emvhoek@ucla.edu,0000-0002-9674-1916,TRUE,The authors declare that no datasets were generated or analyzed during the current study.,no data generated,NA,40,ChemicalEngineering; Waterresources +161,http://eepurl.com/h2UiZf,https://www.nature.com/articles/s41597-022-01358-7,www.nature.com,Scientific Data,Paired field and water measurements from drainage management practices in row-crop agriculture,2022,TRUE,1,pdf,https://static-content.springer.com/esm/art%3A10.1038%2Fs41597-022-01358-7/MediaObjects/41597_2022_1358_MOESM1_ESM.pdf,12,L. J. Abendroth,USDA-ARS,United States of America,lori.abendroth@usda.gov,0000-0002-0176-7815,NA,NA,NA,NA,NA,TRUE,"Code written by the Data Management Team in support of this project can be found on github.com under an open and permissive usage license. Gap filling of the drain flow data and visualization of the results were performed within RStudio38,39. The source code and corresponding input and output data are publicly available on GitHub40. The code is split into three pieces corresponding to individual phases of the gap-filling method. In addition, there are separate scripts for the visualization of the data. At drainagedata.org, users can visualize the data with customized tools, query based on specific sites and measurements of interest, and access site photographs, maps, summaries, and publications. The code used for the backend data services and frontend web interfaces can be found on GitHub41. ",available in online repository,https://github.com/TransformingDrainageProject/Drain-Flow-Gap-Filling; https://github.com/isudatateam/datateam,2,Agriculture; Environmentalimpact; Hydrology; Waterresources -8,http://eepurl.com/ixN78-/,https://journals.plos.org/plosntds/article?id=10.1371/journal.pntd.0011496,journals.plos.org,PLOS Neglected Tropical Diseases,Soil-transmitted helminths: A critical review of the impact of co-infections and implications for control and elimination,2023,TRUE,1,docx,https://doi.org/10.1371/journal.pntd.0011496.s001,7,Sarah Lebu,"The Water Institute at UNC, Department of Environmental Sciences and Engineering, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",Uganda,NA,NA,Felix Bongomin,"Department of Microbiology and Immunology, Faculty of Medicine, Gulu University, Gulu, Uganda",Uganda,f.bongomin@gu.ac.ug,NA,FALSE,NA,NA,NA,0,NA -118,http://eepurl.com/h9U0Mr,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000039,journals.plos.org,PLOS Water,Barriers to water infrastructure investment: Findings from a survey of U.S. local elected officials,2022,TRUE,4,pdf,https://doi.org/10.1371/journal.pwat.0000039.s001,2,Katy Hansen,"Environmental Policy Innovation Center (EPIC), Washington, DC, United States of America",United States of America,NA,NA,Megan Mullin,"Nicholas School of the Environment, Duke University, Durham, NC, United States of America",USA,megan.mullin@duke.edu,0000-0002-1936-802X,FALSE,NA,NA,NA,5,NA -133,http://eepurl.com/h7S0S1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000032,journals.plos.org,PLOS Water,Field performance of the GaugeCam image-based water level measurement system,2022,TRUE,4,docx; tif,https://doi.org/10.1371/journal.pwat.0000032.s001,6,François Birgand,"Department of Biological & Agricultural Engineering, NC State University, Raleigh, NC, United States of America",NA,birgand@ncsu.edu,0000-0002-5366-1166,NA,NA,NA,NA,NA,TRUE,"This article includes the Accessible Data icon, an experimental feature to encourage data sharing and reuse.",available in online repository,https://datadryad.org/stash/dataset/doi:10.5061/dryad.2v6wwpzqk,5,NA -141,http://eepurl.com/h7S0S1,https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0270688,journals.plos.org,PLOS One,"What influences individuals to invest in improved sanitation services and hygiene behaviours in a small town? A formative research study in Babati, Tanzania",2022,TRUE,3,docx,https://doi.org/10.1371/journal.pone.0270688.s001,10,Gabriel Malima,"Nelson Mandela African Institution of Science and Technology, Arusha, Tanzania",NA,gabriel.malima@nm-aist.ac.tz,0000-0003-1693-8098,NA,NA,NA,NA,NA,TRUE,"This article includes the Accessible Data icon, an experimental feature to encourage data sharing and reuse.",available in online repository,https://datadryad.org/stash/share/cBZAwC2jJmpnJR1evI7aa98YECL7xm6gN4rL-X6_LXk,0,NA -145,http://eepurl.com/h4G3CX,https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0270659,journals.plos.org,PLOS One,"Evaluating the impact of sample storage, handling, and technical ability on the decay and recovery of SARS-CoV-2 in wastewater",2022,TRUE,1,docx,https://doi.org/10.1371/journal.pone.0270659.s001,5,Rachelle E. Beattie,"Department of Earth, Marine, and Environmental Sciences, Institute of Marine Science, University of North Carolina at Chapel Hill, Morehead City, North Carolina, United States of America",United States of America,NA,0000-0002-9648-4948,Rachel T. Noble,"Department of Earth, Marine, and Environmental Sciences, Institute of Marine Science, University of North Carolina at Chapel Hill, Morehead City, North Carolina, United States of America",USA,rtnoble@email.unc.edu,NA,FALSE,NA,NA,NA,17,NA -149,http://eepurl.com/h4G3CX,https://journals.plos.org/plosntds/article?id=10.1371/journal.pntd.0010495,journals.plos.org,PLOS Neglected Tropical Diseases,Higher helminth ova counts and incomplete decomposition in sand-enveloped latrine pits in a coastal sub-district of Bangladesh,2022,TRUE,2,pdf,https://doi.org/10.1371/journal.pntd.0010495.s001,10,Mahbubur Rahman,"Environmental Intervention Unit, Infectious Disease Division, icddr,b, Dhaka, Bangladesh",NA,mahbubr@icddrb.org,0000-0003-0520-2683,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,1,NA -31,31,https://doi.org/10.1021/acs.est.3c00536,doi.org,Environmental Science & Technology,"Bromine and Chlorine Disinfection of Cryptosporidium parvum Oocysts, Bacillus atrophaeus Spores, and MS2 Coliphage in Water",2023,TRUE,1,pdf,https://pubs.acs.org/doi/suppl/10.1021/acs.est.3c00536/suppl_file/es3c00536_si_001.pdf,7,Colin Know Coleman,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, 135 Dauer Drive, CB#7431, Chapel Hill, North Carolina 27599, United States",United States of America,NA,0000-0002-1358-5138,Mark D. Sobsey,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, 135 Dauer Drive, CB#7431, Chapel Hill, North Carolina 27599, United States",USA,mark_sobsey@unc.edu,NA,FALSE,NA,NA,NA,0,Cryptosporidium; Bacillusspores; MS2coliphage; bromine; chlorine; disinfection; watertreatment -32,32,https://doi.org/10.1021/acs.est.3c00947,doi.org,Environmental Science & Technology,Oxidation of Per- and Polyfluoroalkyl Ether Acids and Other Per- and Polyfluoroalkyl Substances by Sulfate and Hydroxyl Radicals: Kinetic Insights from Experiments and Models,2023,TRUE,1,pdf,https://pubs.acs.org/doi/suppl/10.1021/acs.est.3c00947/suppl_file/es3c00947_si_001.pdf,3,Chuhui Zhang,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, North Carolina 27695, United States",United States of America,NA,0000-0001-9686-0416,Detlef R.U. Knappe,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, North Carolina 27695, United States",USA,knappe@ncsu.edu,0000-0003-1315-1791,FALSE,NA,NA,NA,0,PFASdestruction; fluoroethers; GenX; Nafionbyproduct2; photolysis -35,35,https://doi.org/10.1029/2022WR032392,doi.org,Water Resources Research,Data From the Drain: A Sensor Framework That Captures Multiple Drivers of Chronic Coastal Floods,2023,TRUE,1,docx,https://agupubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1029%2F2022WR032392&file=2022WR032392-sup-0001-Supporting+Information+SI-S01.docx,8,Adam Gold,"University of North Carolina at Chapel Hill, Institute for the Environment, Chapel Hill, NC, USA",United States of America,NA,0000-0002-0921-0384,Katherine Anarde,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC, USA",USA,kanarde@ncsu.edu,0000-0003-2586-0587,TRUE,"The storm drain water level data used for flood detection and analysis in the study are archived on Zenodo (https://doi.org/10.5281/zenodo.7135955) and can also be downloaded from our project web app (https://sunnydayflood.apps.cloudapps.unc.edu). The software for the SuDS sensor framework are available on GitHub (https://github.com/sunny-day-flooding-project) and tutorials are archived on Zenodo (Hayden-Lowe et al., 2022, https://doi.org/10.5281/zenodo.7017187).",available in online repository,https://doi.org/10.5281/zenodo.7135955; https://sunnydayflood.apps.cloudapps.unc.edu; https://github.com/sunny-day-flooding-project; https://doi.org/10.5281/zenodo.7017187,2,coastalflooding; low-costsensors; hightideflooding; stormwatermanagement; coastalinfrastructure; sealevelrise -39,39,https://doi.org/10.1371/journal.pwat.0000123,doi.org,PLOS Water,Affordability of household water services across the United States,2023,TRUE,2,docx; csv,https://doi.org/10.1371/journal.pwat.0000123.s001,3,Lauren A. Patterson,"Nicholas Institute for Energy, Environment and Sustainability, Duke University, Durham, North Carolina, United States of America",NA,lauren.patterson@duke.edu,0000-0002-7512-7845,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,NA -42,42,https://doi.org/10.1016/j.scitotenv.2023.162978,doi.org,Science of the Total Environment,70 analyte PFAS test method highlights need for expanded testing of PFAS in drinking water,2023,TRUE,2,xlsx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723015966-mmc1.xlsx,3,Katherine E. Pelch,"Natural Resources Defense Council, 111 Sutter St. Floor 20, San Francisco, CA 94104, USA",NA,NA,NA,Anna Reade,"Natural Resources Defense Council, 111 Sutter St. Floor 20, San Francisco, CA 94104, USA",NA,areade@nrdc.org,NA,TRUE,Anonymized data can be shared upon request.,on request,NA,8,PFAS; Drinkingwater; USEPA; PFPrA; Ultra-shortchain -2,http://eepurl.com/ixN78-/,https://www.mdpi.com/2306-5338/10/7/156,www.mdpi.com,Hydrology,Assessment and Mitigation of Fecal Bacteria Exports from a Coastal North Carolina Watershed,2023,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/hydrology10070156/s1,6,"Charles P. Humphrey, Jr.","Department of Health Education and Promotion, East Carolina University, Greenville, NC 27858, USA",NA,humphreyc@ecu.edu,0000-0003-2664-4763,NA,NA,NA,NA,NA,TRUE,Raw data can be provided upon request by emailing the corresponding author at Humphreyc@ecu.edu.,on request,NA,0,coastal; fecalbacteria; runoff; stormwater -13,http://eepurl.com/ivRR62,https://www.mdpi.com/2073-4441/15/13/2436,www.mdpi.com,Water,Harmful Algal Blooms: A Prolific Issue in Urban Stormwater Ponds,2023,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/w15132436/s1,5,Amy E. Grogan,"Center for Marine Sciences, University of North Carolina Wilmington, 5600 Marvin K. Moss Ln., Wilmington, NC 28409, USA",NA,aeg7670@uncw.edu,0000-0001-8701-7654,NA,NA,NA,NA,NA,TRUE,The data presented in this study are available on request from the corresponding author.,on request,NA,0,cyanobacteria; cyanotoxin; microcystin; stormwaterpollution; eutrophication -64,http://eepurl.com/ikRgmb,https://www.mdpi.com/2076-3298/10/2/17,www.mdpi.com,Environments,Urban Wastewater as a Source of Reclaimed Water for Irrigation: Barriers and Future Possibilities,2023,FALSE,0,NA,NA,4,Andreia F. Santos,"CIEPQPF, Department of Chemical Engineering, University of Coimbra, 3030-790 Coimbra, Portugal",NA,affs@eq.uc.pt,0000-0002-0944-8632,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,8,waterscarcity; waterrecycling; wastewatertreatmentplants; nutrients; phosphorus -68,http://eepurl.com/iiETVr,https://www.mdpi.com/1422-0067/24/2/1295,www.mdpi.com,International Journal of Molecular Sciences,Evaluation of Chitosans as Coagulants—Flocculants to Improve Sand Filtration for Drinking Water Treatment,2023,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/ijms24021295/s1,4,Eleanor B. Holmes,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,NA,0000-0002-8025-3731,Emily S. Bailey,"Department of Public Health, College of Pharmacy & Health Sciences, Campbell University, Buies Creek, NC 27506, USA",USA,ebailey@campbell.edu,0000-0003-1292-0771,TRUE,Data included in this study are available from the corresponding author upon reasonable request.,on request,NA,3,HWTS; POU; chitosan; coagulation; sandfiltration; bacterialreduction; virusreduction -80,http://eepurl.com/ieh0rf,https://www.mdpi.com/2073-4441/14/13/2088,www.mdpi.com,Water,"Developing Toxic Metal Environmental Justice Indices (TM-EJIs) for Arsenic, Cadmium, Lead, and Manganese Contamination in Private Drinking Wells in North Carolina",2022,FALSE,0,NA,NA,4,Noemi Gavino-Lopez,"Department of Environmental Health Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,ngavino@live.unc.edu,0000-0001-5895-5318,Rebecca C. Fry,"Department of Environmental Health Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",USA,rfry@unc.edu,NA,TRUE,"The NCWELL database is publicly available on the UNC Superfund Research Program UNC Dataverse, https://doi.org/10.15139/S3/BDQG9O (accessed on 1 October 2021) (Eaves et al., 2021).",available in online repository,https://doi.org/10.15139/S3/BDQG9O,1,environmentaljustice; privatewells; toxicmetals -82,http://eepurl.com/ieh0rf,https://www.mdpi.com/2078-2489/13/12/551,www.mdpi.com,Information,Explainable Decision-Making for Water Quality Protection,2022,FALSE,0,NA,NA,2,Jozo Dujmović,"Department of Computer Science, San Francisco State University, 1600 Holloway Ave, San Francisco, CA 94132, USA",NA,jozo@sfsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,1,explainability; LSPmethod; waterquality; decision-making -90,http://eepurl.com/ieh0rf,https://www.mdpi.com/2306-5338/9/12/218,www.mdpi.com,Hydrology,Wetland Vulnerability Metrics as a Rapid Indicator in Identifying Nature-Based Solutions to Mitigate Coastal Flooding,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/hydrology9120218/s1,2,Narcisa Gabriela Pricope,"Department of Earth and Ocean Sciences, University of North Carolina Wilmington, 601 S College Rd., Wilmington, NC 28403, USA",NA,pricopen@uncw.edu,0000-0002-6591-7237,NA,NA,NA,NA,NA,TRUE,All publicly available datasets used in this research are available at the locations indicated in Table 1 or upon request in their processed version from the corresponding author.,available in online repository,https://coast.noaa.gov/slrdata/; https://coast.noaa.gov/slrdata/; https://fris.nc.gov/fris/Home.aspx?ST=NC; https://earthexplorer.usgs.gov/; https://deq.nc.gov/about/divisions/coastal; https://www.nconemap.gov/pages/parcels,2,wetlands; nature-basedsolutions; floodmitigation; coastalflooding; tidalwatersheds -100,http://eepurl.com/icBZuL,https://www.mdpi.com/2076-3417/12/19/10159/pdf?version=1665394404,www.mdpi.com,Applied Sciences,Quantitative Microbial Risk Assessment of North Carolina Type 2 Reclaimed Water for Agricultural Reuse,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/app121910159/s1,2,Emily S. Bailey,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",NA,ebailey@campbell.edu,0000-0003-1292-0771,NA,NA,NA,NA,NA,TRUE,Data included in this study are available from the corresponding author upon reasonable request.,on request,NA,1,reclaimedwater; waterreuse; water-supplysystems; agro-wastewater; riskassessment -108,http://eepurl.com/iadi9z,https://www.mdpi.com/2073-445X/11/9/1504/htm,www.mdpi.com,Land,"Geospatial Analysis and Land Suitability for “FloodWise” Practices: Nature-Based Solutions for Flood Mitigation in Eastern, Rural North Carolina",2022,FALSE,0,NA,NA,8,Madalyn Baldwin,"Coastal Dynamics Design Lab, Department of Landscape Architecture and Environmental Planning, North Carolina State University, Raleigh, NC 27695, USA",United States of America,NA,NA,Meredith Hovis,"Department of Forestry and Environmental Resources, North Carolina State University, Raleigh, NC 27695, USA",USA,mehovis@ncsu.edu,NA,TRUE,The data presented in this study are available in Appendix A.,available in online repository,https://www.nconemap.gov/; https://www.nrcs.usda.gov/wps/portal/nrcs/detail/soils/survey/geo/?cid=nrcs142p2_053628; https://www.nconemap.gov/; https://www.nconemap.gov/,4,geospatialanalysis; landsuitability; floodmitigation; nature-basedsolutions(NBS); rurallandscapes; GeographicInformationSystems(GIS); floodresilience -114,http://eepurl.com/iadi9z,https://www.mdpi.com/2076-3417/12/19/10159,www.mdpi.com,Applied Sciences,Quantitative Microbial Risk Assessment of North Carolina Type 2 Reclaimed Water for Agricultural Reuse,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/app121910159/s1,2,Emily S. Bailey,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",NA,ebailey@campbell.edu,0000-0003-1292-0771,NA,NA,NA,NA,NA,TRUE,Data included in this study are available from the corresponding author upon reasonable request.,on request,NA,1,reclaimedwater; waterreuse; water-supplysystems; agro-wastewater; riskassessment -151,http://eepurl.com/h4G3CX,https://www.mdpi.com/2673-4834/3/2/39,www.mdpi.com,Earth,Phosphate Treatment by Five Onsite Wastewater Systems in a Nutrient Sensitive Watershed,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/earth3020039/s1,1,"Charles P. Humphrey, Jr.","Department of Health Education and Promotion, East Carolina University, Greenville, NC 27858, USA",NA,humphreyc@ecu.edu,0000-0003-2664-4763,NA,NA,NA,NA,NA,TRUE,Data are summarized and displayed in figures. Raw data may be made available via email with the corresponding author.,on request,NA,2,coastal; eutrophicationsepticsystems -158,http://eepurl.com/h2UiZf,https://www.mdpi.com/2073-4441/14/10/1525/pdf?version=1652171768,www.mdpi.com,Water,Identifying Spatial Patterns of Hydrologic Drought over the Southeast US Using Retrospective National Water Model Simulations,2022,FALSE,0,NA,NA,3,James Dyer,"Department of Geosciences, Mississippi State University, Mississippi State, MS 39762, USA",NA,jdyer@geosci.msstate.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,8,hydrologicdrought; SoutheastUS; NationalWaterModel -172,http://eepurl.com/hZ8bR1,https://www.mdpi.com/1660-4601/19/8/4628/pdf,www.mdpi.com,Environmental Research and Public Health,Evaluating Changes in Health Risk from Drought over the Contiguous United States,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/ijerph19084628/s1,3,Babak Jalalzadeh Fard,"Department of Environmental, Agricultural, and Occupational Health, College of Public Health, University of Nebraska Medical Center, Omaha, NE 68198, USA",NA,babak.jfard@unmc.edu,0000-0003-1143-1191,NA,NA,NA,NA,NA,TRUE,"The data for socioeconomic vulnerability variables can be found through API of American Community Survey [62]. Data for community access to safe drinking water are openly available at Safe Drinking Water Information System (SDWIS) [63]. Land cover raster maps of 2019 and 2016 can be found at Multi-Resolution Land Characteristic Consortium (MRLC) website [64]. To access drought data, we used the Comprehensive Statistics page of Data Download section of U.S. Drought Monitor [65]. The data that support the findings of this study are openly available in Mendeley Data [66].",available in online repository,https://www.census.gov/data/developers/data-sets/acs-5year.html; https://www.epa.gov/ground-water-and-drinking-water/safe-drinking-water-information-system-sdwis-federal-reporting,2,droughtandhealth; droughtrisk; LocalMoran; sI; droughtvulnerability; U.S.drought -182,http://eepurl.com/hZ8bR1,https://www.mdpi.com/2071-1050/14/7/3889/pdf,www.mdpi.com,Sustainability,Intention and Action: Evaluating the Policy Antecedents of Development,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/su14073889/s1,2,Danielle Spurlock,"Department of City and Regional Planning, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",NA,dspurloc@live.unc.edu,0000-0002-2834-3764,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,environmentalplanning; policyevaluation; riparianbuffers -186,http://eepurl.com/hXG2ID,https://www.mdpi.com/1999-4907/13/3/411,www.mdpi.com,Forests,Detecting Coastal Wetland Degradation by Combining Remote Sensing and Hydrologic Modeling,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/f13030411/s1,5,Keqi He,"Earth and Climate Sciences, Nicholas School of the Environment, Duke University, Durham, NC 27708, USA",NA,keqi.he@duke.edu,0000-0001-5793-8583,NA,NA,NA,NA,NA,TRUE,NDVI images used in this study are openly available in https://github.com/hkqcqq/CoastalWetlandDetection.git (accessed on 12 February 2022). Groundwater table and saltwater table simulation outputs from the PIHM-Wetland model are available on request from the corresponding author due to that they are prohibitively large to store in a repository.,available in online repository,https://github.com/hkqcqq/CoastalWetlandDetection.git,6,coastalwetlanddegradation; remotesensing; NDVI; climatechange; sea-levelrise; saltwaterintrusion; hydrologicmodel; AlligatorRiverNationalWildlifeRefuge; USA -194,http://eepurl.com/hWz3Yf,https://www.mdpi.com/2073-4441/14/2/247,www.mdpi.com,Water,An Analysis of Household Perceptions of Water Costs across the United States: A Survey Based Approach,2022,FALSE,0,NA,NA,2,Laura Medwid,"Department of Geography, Environment, and Spatial Sciences, Michigan State University, 673 Auditorium Rd, East Lansing, MI 48824, USA",United States of America,medwidla@msu.edu,NA,Elizabeth A. Mack,"Department of Geography, Environment, and Spatial Sciences, Michigan State University, 673 Auditorium Rd, East Lansing, MI 48824, USA",USA,emack@msu.edu,NA,TRUE,Data for this study may be accessed via the Harvard Dataverse https://doi.org/10.7910/DVN/0ETQ74(accessed on 24 June 2021).,available in online repository,https://doi.org/10.7910/DVN/0ETQ74,1,waterinfrastructure; waterservices; waterutilities; waterbills; billingfrequency; customerassistanceprograms(CAPS); affordability -14,http://eepurl.com/ivRR62,https://pubs.acs.org/doi/10.1021/acs.est.3c01146,pubs.acs.org,Environmental Science & Technology,Domestic Dogs and Horses as Sentinels of Per- and Polyfluoroalkyl Substance Exposure and Associated Health Biomarkers in Gray’s Creek North Carolina,2023,TRUE,2,pdf; xlsx,https://pubs.acs.org/doi/10.1021/acs.est.3c01146?goto=supporting-info,8,Kylie D. Rock,"Center for Environmental and Health Effects of PFAS, Department of Biological Sciences, North Carolina State University, Raleigh, North Carolina 27695, United States",NA,kdrock@ncsu.edu,0000-0003-2954-1110,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,canine; drinkingwater; equine; fluoroether; OneHealth; nafionby-product2; GenXchemicals; PFOA; PFOS -19,http://eepurl.com/ivRR62,https://pubs.acs.org/doi/10.1021/acs.estlett.0c00255,pubs.acs.org,Environmental Science & Technology Letters,Scientific Basis for Managing PFAS as a Chemical Class,2020,FALSE,0,NA,NA,16,Carol F. Kwiatkowski,"Department of Biological Sciences, North Carolina State University, Raleigh, North Carolina 27695, United States",NA,kwiatkowskicf@gmail.com,0000-0002-5289-1218,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,249,drinkingwater; fluoropolymers; food; safety; toxins +8,http://eepurl.com/ixN78-/,https://journals.plos.org/plosntds/article?id=10.1371/journal.pntd.0011496,journals.plos.org,PLOS Neglected Tropical Diseases,Soil-transmitted helminths: A critical review of the impact of co-infections and implications for control and elimination,2023,TRUE,1,docx,https://doi.org/10.1371/journal.pntd.0011496.s001,7,Sarah Lebu,"The Water Institute at UNC, Department of Environmental Sciences and Engineering, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America",United States of America,NA,NA,Felix Bongomin,"Department of Microbiology and Immunology, Faculty of Medicine, Gulu University, Gulu, Uganda",Uganda,f.bongomin@gu.ac.ug,NA,FALSE,NA,NA,NA,0,NA +118,http://eepurl.com/h9U0Mr,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000039,journals.plos.org,PLOS Water,Barriers to water infrastructure investment: Findings from a survey of U.S. local elected officials,2022,TRUE,4,pdf; pdf; pdf; pdf,https://doi.org/10.1371/journal.pwat.0000039.s001,2,Katy Hansen,"Environmental Policy Innovation Center (EPIC), Washington, DC, United States of America",United States of America,NA,NA,Megan Mullin,"Nicholas School of the Environment, Duke University, Durham, NC, United States of America",United States of America,megan.mullin@duke.edu,0000-0002-1936-802X,FALSE,NA,NA,NA,5,NA +133,http://eepurl.com/h7S0S1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000032,journals.plos.org,PLOS Water,Field performance of the GaugeCam image-based water level measurement system,2022,TRUE,4,docx; tif; tif; tif,https://doi.org/10.1371/journal.pwat.0000032.s001,6,François Birgand,"Department of Biological & Agricultural Engineering, NC State University, Raleigh, NC, United States of America",United States of America,birgand@ncsu.edu,0000-0002-5366-1166,NA,NA,NA,NA,NA,TRUE,"This article includes the Accessible Data icon, an experimental feature to encourage data sharing and reuse.",available in online repository,https://datadryad.org/stash/dataset/doi:10.5061/dryad.2v6wwpzqk,5,NA +141,http://eepurl.com/h7S0S1,https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0270688,journals.plos.org,PLOS One,"What influences individuals to invest in improved sanitation services and hygiene behaviours in a small town? A formative research study in Babati, Tanzania",2022,TRUE,3,docx; docx; docx,https://doi.org/10.1371/journal.pone.0270688.s001,10,Gabriel Malima,"Nelson Mandela African Institution of Science and Technology, Arusha, Tanzania",United Republic of Tanzania,gabriel.malima@nm-aist.ac.tz,0000-0003-1693-8098,NA,NA,NA,NA,NA,TRUE,"This article includes the Accessible Data icon, an experimental feature to encourage data sharing and reuse.",available in online repository,https://datadryad.org/stash/share/cBZAwC2jJmpnJR1evI7aa98YECL7xm6gN4rL-X6_LXk,0,NA +145,http://eepurl.com/h4G3CX,https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0270659,journals.plos.org,PLOS One,"Evaluating the impact of sample storage, handling, and technical ability on the decay and recovery of SARS-CoV-2 in wastewater",2022,TRUE,1,docx,https://doi.org/10.1371/journal.pone.0270659.s001,5,Rachelle E. Beattie,"Department of Earth, Marine, and Environmental Sciences, Institute of Marine Science, University of North Carolina at Chapel Hill, Morehead City, North Carolina, United States of America",United States of America,NA,0000-0002-9648-4948,Rachel T. Noble,"Department of Earth, Marine, and Environmental Sciences, Institute of Marine Science, University of North Carolina at Chapel Hill, Morehead City, North Carolina, United States of America",United States of America,rtnoble@email.unc.edu,NA,FALSE,NA,NA,NA,17,NA +149,http://eepurl.com/h4G3CX,https://journals.plos.org/plosntds/article?id=10.1371/journal.pntd.0010495,journals.plos.org,PLOS Neglected Tropical Diseases,Higher helminth ova counts and incomplete decomposition in sand-enveloped latrine pits in a coastal sub-district of Bangladesh,2022,TRUE,2,pdf,https://doi.org/10.1371/journal.pntd.0010495.s001,10,Mahbubur Rahman,"Environmental Intervention Unit, Infectious Disease Division, icddr,b, Dhaka, Bangladesh",Bangladesh,mahbubr@icddrb.org,0000-0003-0520-2683,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,1,NA +31,31,https://doi.org/10.1021/acs.est.3c00536,doi.org,Environmental Science & Technology,"Bromine and Chlorine Disinfection of Cryptosporidium parvum Oocysts, Bacillus atrophaeus Spores, and MS2 Coliphage in Water",2023,TRUE,1,pdf,https://pubs.acs.org/doi/suppl/10.1021/acs.est.3c00536/suppl_file/es3c00536_si_001.pdf,7,Colin Know Coleman,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, 135 Dauer Drive, CB#7431, Chapel Hill, North Carolina 27599, United States",United States of America,NA,0000-0002-1358-5138,Mark D. Sobsey,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, 135 Dauer Drive, CB#7431, Chapel Hill, North Carolina 27599, United States",United States of America,mark_sobsey@unc.edu,NA,FALSE,NA,NA,NA,0,Cryptosporidium; Bacillusspores; MS2coliphage; bromine; chlorine; disinfection; watertreatment +32,32,https://doi.org/10.1021/acs.est.3c00947,doi.org,Environmental Science & Technology,Oxidation of Per- and Polyfluoroalkyl Ether Acids and Other Per- and Polyfluoroalkyl Substances by Sulfate and Hydroxyl Radicals: Kinetic Insights from Experiments and Models,2023,TRUE,1,pdf,https://pubs.acs.org/doi/suppl/10.1021/acs.est.3c00947/suppl_file/es3c00947_si_001.pdf,3,Chuhui Zhang,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, North Carolina 27695, United States",United States of America,NA,0000-0001-9686-0416,Detlef R.U. Knappe,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, North Carolina 27695, United States",United States of America,knappe@ncsu.edu,0000-0003-1315-1791,FALSE,NA,NA,NA,0,PFASdestruction; fluoroethers; GenX; Nafionbyproduct2; photolysis +35,35,https://doi.org/10.1029/2022WR032392,doi.org,Water Resources Research,Data From the Drain: A Sensor Framework That Captures Multiple Drivers of Chronic Coastal Floods,2023,TRUE,1,docx,https://agupubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1029%2F2022WR032392&file=2022WR032392-sup-0001-Supporting+Information+SI-S01.docx,8,Adam Gold,"University of North Carolina at Chapel Hill, Institute for the Environment, Chapel Hill, NC, USA",United States of America,NA,0000-0002-0921-0384,Katherine Anarde,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC, USA",United States of America,kanarde@ncsu.edu,0000-0003-2586-0587,TRUE,"The storm drain water level data used for flood detection and analysis in the study are archived on Zenodo (https://doi.org/10.5281/zenodo.7135955) and can also be downloaded from our project web app (https://sunnydayflood.apps.cloudapps.unc.edu). The software for the SuDS sensor framework are available on GitHub (https://github.com/sunny-day-flooding-project) and tutorials are archived on Zenodo (Hayden-Lowe et al., 2022, https://doi.org/10.5281/zenodo.7017187).",available in online repository,https://doi.org/10.5281/zenodo.7135955; https://sunnydayflood.apps.cloudapps.unc.edu; https://github.com/sunny-day-flooding-project; https://doi.org/10.5281/zenodo.7017187,2,coastalflooding; low-costsensors; hightideflooding; stormwatermanagement; coastalinfrastructure; sealevelrise +39,39,https://doi.org/10.1371/journal.pwat.0000123,doi.org,PLOS Water,Affordability of household water services across the United States,2023,TRUE,2,docx; csv,https://doi.org/10.1371/journal.pwat.0000123.s001,3,Lauren A. Patterson,"Nicholas Institute for Energy, Environment and Sustainability, Duke University, Durham, North Carolina, United States of America",United States of America,lauren.patterson@duke.edu,0000-0002-7512-7845,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,NA +42,42,https://doi.org/10.1016/j.scitotenv.2023.162978,doi.org,Science of the Total Environment,70 analyte PFAS test method highlights need for expanded testing of PFAS in drinking water,2023,TRUE,2,xlsx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723015966-mmc1.xlsx,3,Katherine E. Pelch,"Natural Resources Defense Council, 111 Sutter St. Floor 20, San Francisco, CA 94104, USA",United States of America,NA,NA,Anna Reade,"Natural Resources Defense Council, 111 Sutter St. Floor 20, San Francisco, CA 94104, USA",NA,areade@nrdc.org,NA,TRUE,Anonymized data can be shared upon request.,on request,NA,8,PFAS; Drinkingwater; USEPA; PFPrA; Ultra-shortchain +2,http://eepurl.com/ixN78-/,https://www.mdpi.com/2306-5338/10/7/156,www.mdpi.com,Hydrology,Assessment and Mitigation of Fecal Bacteria Exports from a Coastal North Carolina Watershed,2023,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/hydrology10070156/s1,6,"Charles P. Humphrey, Jr.","Department of Health Education and Promotion, East Carolina University, Greenville, NC 27858, USA",United States of America,humphreyc@ecu.edu,0000-0003-2664-4763,NA,NA,NA,NA,NA,TRUE,Raw data can be provided upon request by emailing the corresponding author at Humphreyc@ecu.edu.,on request,NA,0,coastal; fecalbacteria; runoff; stormwater +13,http://eepurl.com/ivRR62,https://www.mdpi.com/2073-4441/15/13/2436,www.mdpi.com,Water,Harmful Algal Blooms: A Prolific Issue in Urban Stormwater Ponds,2023,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/w15132436/s1,5,Amy E. Grogan,"Center for Marine Sciences, University of North Carolina Wilmington, 5600 Marvin K. Moss Ln., Wilmington, NC 28409, USA",United States of America,aeg7670@uncw.edu,0000-0001-8701-7654,NA,NA,NA,NA,NA,TRUE,The data presented in this study are available on request from the corresponding author.,on request,NA,0,cyanobacteria; cyanotoxin; microcystin; stormwaterpollution; eutrophication +64,http://eepurl.com/ikRgmb,https://www.mdpi.com/2076-3298/10/2/17,www.mdpi.com,Environments,Urban Wastewater as a Source of Reclaimed Water for Irrigation: Barriers and Future Possibilities,2023,FALSE,0,NA,NA,4,Andreia F. Santos,"CIEPQPF, Department of Chemical Engineering, University of Coimbra, 3030-790 Coimbra, Portugal",Portugal,affs@eq.uc.pt,0000-0002-0944-8632,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,8,waterscarcity; waterrecycling; wastewatertreatmentplants; nutrients; phosphorus +68,http://eepurl.com/iiETVr,https://www.mdpi.com/1422-0067/24/2/1295,www.mdpi.com,International Journal of Molecular Sciences,Evaluation of Chitosans as Coagulants—Flocculants to Improve Sand Filtration for Drinking Water Treatment,2023,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/ijms24021295/s1,4,Eleanor B. Holmes,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,NA,0000-0002-8025-3731,Emily S. Bailey,"Department of Public Health, College of Pharmacy & Health Sciences, Campbell University, Buies Creek, NC 27506, USA",United States of America,ebailey@campbell.edu,0000-0003-1292-0771,TRUE,Data included in this study are available from the corresponding author upon reasonable request.,on request,NA,3,HWTS; POU; chitosan; coagulation; sandfiltration; bacterialreduction; virusreduction +80,http://eepurl.com/ieh0rf,https://www.mdpi.com/2073-4441/14/13/2088,www.mdpi.com,Water,"Developing Toxic Metal Environmental Justice Indices (TM-EJIs) for Arsenic, Cadmium, Lead, and Manganese Contamination in Private Drinking Wells in North Carolina",2022,FALSE,0,NA,NA,4,Noemi Gavino-Lopez,"Department of Environmental Health Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,ngavino@live.unc.edu,0000-0001-5895-5318,Rebecca C. Fry,"Department of Environmental Health Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,rfry@unc.edu,NA,TRUE,"The NCWELL database is publicly available on the UNC Superfund Research Program UNC Dataverse, https://doi.org/10.15139/S3/BDQG9O (accessed on 1 October 2021) (Eaves et al., 2021).",available in online repository,https://doi.org/10.15139/S3/BDQG9O,1,environmentaljustice; privatewells; toxicmetals +82,http://eepurl.com/ieh0rf,https://www.mdpi.com/2078-2489/13/12/551,www.mdpi.com,Information,Explainable Decision-Making for Water Quality Protection,2022,FALSE,0,NA,NA,2,Jozo Dujmović,"Department of Computer Science, San Francisco State University, 1600 Holloway Ave, San Francisco, CA 94132, USA",United States of America,jozo@sfsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,1,explainability; LSPmethod; waterquality; decision-making +90,http://eepurl.com/ieh0rf,https://www.mdpi.com/2306-5338/9/12/218,www.mdpi.com,Hydrology,Wetland Vulnerability Metrics as a Rapid Indicator in Identifying Nature-Based Solutions to Mitigate Coastal Flooding,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/hydrology9120218/s1,2,Narcisa Gabriela Pricope,"Department of Earth and Ocean Sciences, University of North Carolina Wilmington, 601 S College Rd., Wilmington, NC 28403, USA",United States of America,pricopen@uncw.edu,0000-0002-6591-7237,NA,NA,NA,NA,NA,TRUE,All publicly available datasets used in this research are available at the locations indicated in Table 1 or upon request in their processed version from the corresponding author.,available in online repository,https://coast.noaa.gov/slrdata/; https://coast.noaa.gov/slrdata/; https://fris.nc.gov/fris/Home.aspx?ST=NC; https://earthexplorer.usgs.gov/; https://deq.nc.gov/about/divisions/coastal; https://www.nconemap.gov/pages/parcels,2,wetlands; nature-basedsolutions; floodmitigation; coastalflooding; tidalwatersheds +100,http://eepurl.com/icBZuL,https://www.mdpi.com/2076-3417/12/19/10159/pdf?version=1665394404,www.mdpi.com,Applied Sciences,Quantitative Microbial Risk Assessment of North Carolina Type 2 Reclaimed Water for Agricultural Reuse,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/app121910159/s1,2,Emily S. Bailey,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,ebailey@campbell.edu,0000-0003-1292-0771,NA,NA,NA,NA,NA,TRUE,Data included in this study are available from the corresponding author upon reasonable request.,on request,NA,1,reclaimedwater; waterreuse; water-supplysystems; agro-wastewater; riskassessment +108,http://eepurl.com/iadi9z,https://www.mdpi.com/2073-445X/11/9/1504/htm,www.mdpi.com,Land,"Geospatial Analysis and Land Suitability for “FloodWise” Practices: Nature-Based Solutions for Flood Mitigation in Eastern, Rural North Carolina",2022,FALSE,0,NA,NA,8,Madalyn Baldwin,"Coastal Dynamics Design Lab, Department of Landscape Architecture and Environmental Planning, North Carolina State University, Raleigh, NC 27695, USA",United States of America,NA,NA,Meredith Hovis,"Department of Forestry and Environmental Resources, North Carolina State University, Raleigh, NC 27695, USA",United States of America,mehovis@ncsu.edu,NA,TRUE,The data presented in this study are available in Appendix A.,available in online repository,https://www.nconemap.gov/; https://www.nrcs.usda.gov/wps/portal/nrcs/detail/soils/survey/geo/?cid=nrcs142p2_053628; https://www.nconemap.gov/; https://www.nconemap.gov/,4,geospatialanalysis; landsuitability; floodmitigation; nature-basedsolutions(NBS); rurallandscapes; GeographicInformationSystems(GIS); floodresilience +114,http://eepurl.com/iadi9z,https://www.mdpi.com/2076-3417/12/19/10159,www.mdpi.com,Applied Sciences,Quantitative Microbial Risk Assessment of North Carolina Type 2 Reclaimed Water for Agricultural Reuse,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/app121910159/s1,2,Emily S. Bailey,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,ebailey@campbell.edu,0000-0003-1292-0771,NA,NA,NA,NA,NA,TRUE,Data included in this study are available from the corresponding author upon reasonable request.,on request,NA,1,reclaimedwater; waterreuse; water-supplysystems; agro-wastewater; riskassessment +151,http://eepurl.com/h4G3CX,https://www.mdpi.com/2673-4834/3/2/39,www.mdpi.com,Earth,Phosphate Treatment by Five Onsite Wastewater Systems in a Nutrient Sensitive Watershed,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/earth3020039/s1,1,"Charles P. Humphrey, Jr.","Department of Health Education and Promotion, East Carolina University, Greenville, NC 27858, USA",United States of America,humphreyc@ecu.edu,0000-0003-2664-4763,NA,NA,NA,NA,NA,TRUE,Data are summarized and displayed in figures. Raw data may be made available via email with the corresponding author.,on request,NA,2,coastal; eutrophicationsepticsystems +158,http://eepurl.com/h2UiZf,https://www.mdpi.com/2073-4441/14/10/1525/pdf?version=1652171768,www.mdpi.com,Water,Identifying Spatial Patterns of Hydrologic Drought over the Southeast US Using Retrospective National Water Model Simulations,2022,FALSE,0,NA,NA,3,James Dyer,"Department of Geosciences, Mississippi State University, Mississippi State, MS 39762, USA",United States of America,jdyer@geosci.msstate.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,8,hydrologicdrought; SoutheastUS; NationalWaterModel +172,http://eepurl.com/hZ8bR1,https://www.mdpi.com/1660-4601/19/8/4628/pdf,www.mdpi.com,Environmental Research and Public Health,Evaluating Changes in Health Risk from Drought over the Contiguous United States,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/ijerph19084628/s1,3,Babak Jalalzadeh Fard,"Department of Environmental, Agricultural, and Occupational Health, College of Public Health, University of Nebraska Medical Center, Omaha, NE 68198, USA",United States of America,babak.jfard@unmc.edu,0000-0003-1143-1191,NA,NA,NA,NA,NA,TRUE,"The data for socioeconomic vulnerability variables can be found through API of American Community Survey [62]. Data for community access to safe drinking water are openly available at Safe Drinking Water Information System (SDWIS) [63]. Land cover raster maps of 2019 and 2016 can be found at Multi-Resolution Land Characteristic Consortium (MRLC) website [64]. To access drought data, we used the Comprehensive Statistics page of Data Download section of U.S. Drought Monitor [65]. The data that support the findings of this study are openly available in Mendeley Data [66].",available in online repository,https://www.census.gov/data/developers/data-sets/acs-5year.html; https://www.epa.gov/ground-water-and-drinking-water/safe-drinking-water-information-system-sdwis-federal-reporting,2,droughtandhealth; droughtrisk; LocalMoran; sI; droughtvulnerability; U.S.drought +182,http://eepurl.com/hZ8bR1,https://www.mdpi.com/2071-1050/14/7/3889/pdf,www.mdpi.com,Sustainability,Intention and Action: Evaluating the Policy Antecedents of Development,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/su14073889/s1,2,Danielle Spurlock,"Department of City and Regional Planning, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,dspurloc@live.unc.edu,0000-0002-2834-3764,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,environmentalplanning; policyevaluation; riparianbuffers +186,http://eepurl.com/hXG2ID,https://www.mdpi.com/1999-4907/13/3/411,www.mdpi.com,Forests,Detecting Coastal Wetland Degradation by Combining Remote Sensing and Hydrologic Modeling,2022,TRUE,1,pdf,https://www.mdpi.com/article/10.3390/f13030411/s1,5,Keqi He,"Earth and Climate Sciences, Nicholas School of the Environment, Duke University, Durham, NC 27708, USA",United States of America,keqi.he@duke.edu,0000-0001-5793-8583,NA,NA,NA,NA,NA,TRUE,NDVI images used in this study are openly available in https://github.com/hkqcqq/CoastalWetlandDetection.git (accessed on 12 February 2022). Groundwater table and saltwater table simulation outputs from the PIHM-Wetland model are available on request from the corresponding author due to that they are prohibitively large to store in a repository.,available in online repository,https://github.com/hkqcqq/CoastalWetlandDetection.git,6,coastalwetlanddegradation; remotesensing; NDVI; climatechange; sea-levelrise; saltwaterintrusion; hydrologicmodel; AlligatorRiverNationalWildlifeRefuge; USA +194,http://eepurl.com/hWz3Yf,https://www.mdpi.com/2073-4441/14/2/247,www.mdpi.com,Water,An Analysis of Household Perceptions of Water Costs across the United States: A Survey Based Approach,2022,FALSE,0,NA,NA,2,Laura Medwid,"Department of Geography, Environment, and Spatial Sciences, Michigan State University, 673 Auditorium Rd, East Lansing, MI 48824, USA",United States of America,medwidla@msu.edu,NA,Elizabeth A. Mack,"Department of Geography, Environment, and Spatial Sciences, Michigan State University, 673 Auditorium Rd, East Lansing, MI 48824, USA",United States of America,emack@msu.edu,NA,TRUE,Data for this study may be accessed via the Harvard Dataverse https://doi.org/10.7910/DVN/0ETQ74(accessed on 24 June 2021).,available in online repository,https://doi.org/10.7910/DVN/0ETQ74,1,waterinfrastructure; waterservices; waterutilities; waterbills; billingfrequency; customerassistanceprograms(CAPS); affordability +14,http://eepurl.com/ivRR62,https://pubs.acs.org/doi/10.1021/acs.est.3c01146,pubs.acs.org,Environmental Science & Technology,Domestic Dogs and Horses as Sentinels of Per- and Polyfluoroalkyl Substance Exposure and Associated Health Biomarkers in Gray’s Creek North Carolina,2023,TRUE,2,pdf; xlsx,https://pubs.acs.org/doi/10.1021/acs.est.3c01146?goto=supporting-info,8,Kylie D. Rock,"Center for Environmental and Health Effects of PFAS, Department of Biological Sciences, North Carolina State University, Raleigh, North Carolina 27695, United States",United States of America,kdrock@ncsu.edu,0000-0003-2954-1110,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,canine; drinkingwater; equine; fluoroether; OneHealth; nafionby-product2; GenXchemicals; PFOA; PFOS +19,http://eepurl.com/ivRR62,https://pubs.acs.org/doi/10.1021/acs.estlett.0c00255,pubs.acs.org,Environmental Science & Technology Letters,Scientific Basis for Managing PFAS as a Chemical Class,2020,FALSE,0,NA,NA,16,Carol F. Kwiatkowski,"Department of Biological Sciences, North Carolina State University, Raleigh, North Carolina 27695, United States",United States of America,kwiatkowskicf@gmail.com,0000-0002-5289-1218,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,249,drinkingwater; fluoropolymers; food; safety; toxins 21,http://eepurl.com/ivRR62,https://pubs.acs.org/doi/10.1021/acs.estlett.3c00487,pubs.acs.org,Environmental Science & Technology Letters,Environmental Science for the Betterment of All,2023,FALSE,0,NA,NA,4,Jacqueline MacDonald Gibson,NA,NA,jmacdon@ncsu.edu,0000-0002-5468-0713,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,Airpollution; Color; Environmentalpollution; Environmentalscience; Impurities -34,http://eepurl.com/irTmaA,https://pubs.acs.org/doi/10.1021/acs.est.2c07477,pubs.acs.org,Environmental Science & Technology,Improved Decision Making for Water Lead Testing in U.S. Child Care Facilities Using Machine-Learned Bayesian Networks,2023,TRUE,2,pdf; html,https://pubs.acs.org/doi/10.1021/acs.est.2c07477?goto=supporting-info,15,Riley E. Mulhern,"RTI International, Research Triangle Park, North Carolina 27709, United States",NA,rmulhern@rti.org,0000-0001-6293-3672,NA,NA,NA,NA,NA,TRUE,The data and code underlying this study are openly available through Zenodo and GitHub at https://doi.org/10.5281/zenodo.7477787.,available in online repository,https://doi.org/10.5281/zenodo.7477787,1,lead; Children; shealth; drinkingwater; machinelearning; riskassessment -46,http://eepurl.com/ipmsMg,https://pubs.acs.org/doi/full/10.1021/acs.est.2c07316,pubs.acs.org,Environmental Science & Technology,Predicting Concentration- and Ionic-Strength-Dependent Air–Water Interfacial Partitioning Parameters of PFASs Using Quantitative Structure–Property Relationships (QSPRs),2023,TRUE,1,pdf,https://pubs.acs.org/doi/10.1021/acs.est.2c07316?goto=supporting-info,8,John F. Stults,"Department of Civil and Environmental Engineering, Colorado School of Mines, Golden, Colorado 80401, United States",United States of America,NA,0000-0002-3915-634X,Christopher P. Higgins,"Department of Civil and Environmental Engineering, Colorado School of Mines, Golden, Colorado 80401, United States",USA,chiggins@mines.edu,0000-0001-6220-8673,FALSE,NA,NA,NA,0,PFASair-waterinterfacialadsorption; QSPR; nonequilibrium; unsaturatedcolumns; panfilm -61,http://eepurl.com/ikRgmb,https://pubs.acs.org/doi/10.1021/acs.accounts.2c00591,pubs.acs.org,Accounts of Chemical Research,Addressing Short-Chain PFAS Contamination in Water with Nanofibrous Adsorbent/Filter Material from Electrospinning,2023,FALSE,0,NA,NA,3,Shobha Mantripragada,"Department of Nanoengineering, Joint School of Nanoscience and Nanoengineering, North Carolina A&T State University, Greensboro, North Carolina 27401, United States",United States of America,NA,NA,Sherine O. Obare,"Department of Nanoengineering, Joint School of Nanoscience and Nanoengineering, North Carolina A&T State University, Greensboro, North Carolina 27401, United States",USA,soobare@ncat.edu,NA,FALSE,NA,NA,NA,1,adsorption; molecules; nanofibers; remediation -93,http://eepurl.com/icBZuL,https://pubs.acs.org/doi/10.1021/acsestwater.2c00320,pubs.acs.org,ACS ES&T Water,Assessing the Fate of Dissolved Organic Compounds in Landfill Leachate and Wastewater Treatment Systems,2022,TRUE,2,pdf; xlsx,https://pubs.acs.org/doi/10.1021/acsestwater.2c00320?goto=supporting-info,6,Michael G. Doyle,"Department of Chemistry, North Carolina State University, Raleigh, North Carolina 27695, United States",United States of America,NA,NA,Erin S. Baker,"Department of Chemistry, North Carolina State University, Raleigh, North Carolina 27695, United States",USA,ebaker@ncsu.edu,0000-0001-5246-2213,FALSE,NA,NA,NA,1,nontargetedanalysis; anthropogenicchemicals; wastewater; landfillleachate; reverseosmosis -99,http://eepurl.com/icBZuL,https://pubs.acs.org/doi/full/10.1021/acs.estlett.2c00502?cookieSet=1,pubs.acs.org,Environmental Science & Technology Letters,Presumptive Contamination: A New Approach to PFAS Contamination Based on Likely Sources,2022,TRUE,1,pdf,https://pubs.acs.org/doi/10.1021/acs.estlett.2c00502?goto=supporting-info,12,Derrick Salvatore,"Department of Marine and Environmental Sciences, Northeastern University, Boston, Massachusetts 02215, United States",United States of America,NA,0000-0003-3909-9311,Alissa Cordner,"Department of Sociology, Whitman College, Walla Walla, Washington 99362, United States",USA,cordneaa@whitman.edu,0000-0001-5223-2848,FALSE,NA,NA,NA,9,per-andpolyfluoroalkylsubstances(PFAS); presumptivecontamination; PFAStestingandinvestigation; AFFF; PFASwasteanddisposal -104,http://eepurl.com/iadi9z,https://pubs.acs.org/doi/full/10.1021/acsestwater.2c00287?cookieSet=1,pubs.acs.org,ACS ES&T Water,The Current Multicountry Monkeypox Outbreak: What Water Professionals Should Know,2022,FALSE,0,NA,NA,16,Rasha Maal-Bared,"EPCOR Water Services Inc., Edmonton, Alberta T5H 0E8, Canada",NA,rmaalbar@epcor.com,0000-0001-9488-8124,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,anatomy; genetics; infectiousdiseases; viruses; wastewater -112,http://eepurl.com/iadi9z,https://pubs.acs.org/doi/10.1021/acs.est.2c04717?cookieSet=1,pubs.acs.org,Environmental Science & Technology,Legacy of Coal Combustion: Widespread Contamination of Lake Sediments and Implications for Chronic Risks to Aquatic Ecosystems,2022,TRUE,6,xlsx,https://pubs.acs.org/doi/10.1021/acs.est.2c04717?goto=supporting-info,8,Zhen Wang,"Nicholas School of the Environment, Duke University, Durham, North Carolina 27708, United States",United States of America,NA,NA,Avner Vengosh,"Nicholas School of the Environment, Duke University, Durham, North Carolina 27708, United States",USA,vengosh@duke.edu,0000-0001-8928-0157,FALSE,NA,NA,NA,4,coalash; lacustrinesediment; multiproxytracing; aquaticecosystems -124,http://eepurl.com/h9U0Mr,https://pubs.acs.org/doi/10.1021/acs.est.2c03076,pubs.acs.org,Environmental Science & Technology,Meeting the Water and Sanitation Challenges of Underbounded Communities in the U.S.,2022,FALSE,0,NA,NA,8,E. Christian Wells,"Department of Anthropology, University of South Florida, Tampa, Florida 33620, United States",NA,ecwells@usf.edu,0000-0003-1966-2680,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,4,waterandsanitationinfrastructure; disadvantagedunincorporatedcommunities; environmetaljustice; participatoryprocess; sociotechnicaldesign -137,http://eepurl.com/h7S0S1,https://pubs.acs.org/doi/abs/10.1021/acsapm.2c00959,pubs.acs.org,ACS Applied Polymer Materials,Polycarbodiimide for Textile Dye Removal from Contaminated Water,2022,TRUE,1,pdf,https://pubs.acs.org/doi/10.1021/acsapm.2c00959?goto=supporting-info,4,Meghan Davis Lord,"Department of Textile Engineering, Chemistry and Science, Wilson College of Textiles, North Carolina State University, Raleigh, North Carolina 27695, United States",United States of America,NA,NA,Januka Budhathoki-Uprety,"Department of Textile Engineering, Chemistry and Science, Wilson College of Textiles, North Carolina State University, Raleigh, North Carolina 27695, United States",USA,jbudhat@ncsu.edu,0000-0003-3395-4823,FALSE,NA,NA,NA,2,textiledyes; environmentalpollution; cleanwater; sustainability; polycarbodiimide; topologicalpolarsurfacearea(TPSA); moleculartransport -185,http://eepurl.com/hXG2ID,https://pubs.acs.org/doi/10.1021/acs.est.2c00224,pubs.acs.org,Environmental Science & Technology,Characterizing Differences in Sources of and Contributions to Fecal Contamination of Sediment and Surface Water with the Microbial FIT Framework,2022,TRUE,1,docx,https://pubs.acs.org/doi/suppl/10.1021/acs.est.2c00224/suppl_file/es2c00224_si_001.docx,5,Corinne Wiesner-Friedman,"Gillings School of Global Public Health, Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina 27599-7400, United States",United States of America,NA,0000-0002-5845-1969,Marc L. Serre,"Gillings School of Global Public Health, Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina 27599-7400, United States",USA,marc_serre@unc.edu,NA,FALSE,NA,NA,NA,5,land-useregression; molecularmicrobialsourcetracking; surfacewater; sediment; rivernetworks; animalfeedingoperations; septicsystems -190,http://eepurl.com/hXG2ID,https://pubs.acs.org/doi/10.1021/acs.est.1c05683,pubs.acs.org,Environmental Science & Technology,Modeling Exposure to Fecal Contamination in Drinking Water due to Multiple Water Source Use,2022,TRUE,1,pdf,https://pubs.acs.org/doi/suppl/10.1021/acs.est.1c05683/suppl_file/es1c05683_si_001.pdf,2,Sean W. Daly,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Fitts-Woolard Hall, 915 Partners Way, Rm 3250, Raleigh, North Carolina 27695, United States",NA,swdaly@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,5,multiplewatersourceuse; supplementalunimprovedsourceuse; fecalcontamination; MonteCarlosimulations; drinkingwaterquality; low-andmiddle-incomecountries -6,http://eepurl.com/ixN78-/,https://www.sciencedirect.com/science/article/pii/S0043135423005481,www.sciencedirect.com,Water Research,Prevailing impacts of river management on microplastic transport in contrasting US streams: Rethinking global microplastic flux estimations,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0043135423005481-mmc1.docx,9,Anna Kukkola,"School of Geography, Earth and Environmental Sciences, University of Birmingham, Edgbaston, Birmingham B15 2TT, United Kingdom",NA,ATK863@bham.ac.uk,0000-0002-7008-0371,NA,NA,NA,NA,NA,TRUE,Data will be made available on request,on request,NA,1,Microplasticsinrivers; Watermanagement; DiversionsAbstraction; Pairedcatchmentapproach; Globalmodels -7,http://eepurl.com/ixN78-/,https://www.sciencedirect.com/science/article/abs/pii/S0925857423001209,www.sciencedirect.com,Ecological Engineering,The effects of hydrologic restoration on carbon budgets and GHG fluxes in southeastern US coastal shrub bogs,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0925857423001209-mmc1.docx,2,Curtis J. Richardson,"Duke University Wetland Center, Nicholas School of the Environment, Duke University, Box 90333, Durham, NC 27708, USA",NA,curtr@duke.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request,on request,NA,0,Pocosin; Carbon; Methane; GHG; Netecosystemexchange; Hydrologicrestoration; Peatland; Evergreenshrubbog; Watertabledepth; Eddycovariance; Carbondioxide -12,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/abs/pii/S0048969723037142,www.sciencedirect.com,Science of The Total Environment,PFAS levels in paired drinking water and serum samples collected from an exposed community in Central North Carolina,2023,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723037142-mmc1.pdf,7,Samantha M. Hall,"Nicholas School of the Environment, Duke University, Durham 27710, NC, USA",NA,sam.hall@alumni.duke.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request,on request,NA,1,Per-andpolyfluoroalkylsubstances; PFAS; Drinkingwater; Serum; Humanhealthoutcomes -18,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/pii/S0160412023003069?via%3Dihub,www.sciencedirect.com,Environmental International,Per- and polyfluoroalkyl substances (PFAS) in United States tapwater: Comparison of underserved private-well and public-supply exposures and associated health implications,2023,TRUE,2,pdf; xlsx,https://ars.els-cdn.com/content/image/1-s2.0-S0160412023003069-mmc1.pdf,13,Kelly L. Smalling,"U.S. Geological Survey, Lawrenceville, NJ, US",NA,ksmall@usgs.gov,0000-0002-1214-4920,NA,NA,NA,NA,NA,TRUE,"All data are available. All data presented can be found in a series of USGS data releases (Meppelink et al., 2022, Romanok and Bradley, 2018, Romanok and Bradley, 2021, Romanok et al., 2022, Romanok et al., 2019, Romanok et al., 2023a, Romanok et al., 2023b, Romanok et al., 2023c). For links to the individual USGS data releases see Table S1.",available in online repository,https://www.sciencebase.gov/catalog/item/5fad56aad34eb413d5df459c; https://www.sciencebase.gov/catalog/item/5ab3d60be4b081f61ab5e3d4,11,Per-andpolyfluoroalkylsubstances; Drinking-water; Public-supply; Private-wellsSources; Healtheffect -20,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/abs/pii/S0043135423005523?via%3Dihub,www.sciencedirect.com,Water Research,Zika virus RNA persistence and recovery in water and wastewater: An approach for Zika virus surveillance in resource-constrained settings,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0043135423005523-mmc1.docx,14,Kevin Zhu,"Department of Civil and Environmental Engineering, College of Engineering, Georgia Institute of Technology, Atlanta, GA, USA",United States of America,NA,0000-0002-4625-2276,Christine E. Stauber,"Department of Population Health Sciences, School of Public Health, Georgia State University, Atlanta, GA 30303, USA",USA,cstauber@gsu.edu,NA,TRUE,Data will be made available on request,on request,NA,3,Zikavirus; wastewater-basedepidemiology; resource-constrainedsettings +34,http://eepurl.com/irTmaA,https://pubs.acs.org/doi/10.1021/acs.est.2c07477,pubs.acs.org,Environmental Science & Technology,Improved Decision Making for Water Lead Testing in U.S. Child Care Facilities Using Machine-Learned Bayesian Networks,2023,TRUE,2,pdf; html,https://pubs.acs.org/doi/10.1021/acs.est.2c07477?goto=supporting-info,15,Riley E. Mulhern,"RTI International, Research Triangle Park, North Carolina 27709, United States",United States of America,rmulhern@rti.org,0000-0001-6293-3672,NA,NA,NA,NA,NA,TRUE,The data and code underlying this study are openly available through Zenodo and GitHub at https://doi.org/10.5281/zenodo.7477787.,available in online repository,https://doi.org/10.5281/zenodo.7477787,1,lead; Children; shealth; drinkingwater; machinelearning; riskassessment +46,http://eepurl.com/ipmsMg,https://pubs.acs.org/doi/full/10.1021/acs.est.2c07316,pubs.acs.org,Environmental Science & Technology,Predicting Concentration- and Ionic-Strength-Dependent Air–Water Interfacial Partitioning Parameters of PFASs Using Quantitative Structure–Property Relationships (QSPRs),2023,TRUE,1,pdf,https://pubs.acs.org/doi/10.1021/acs.est.2c07316?goto=supporting-info,8,John F. Stults,"Department of Civil and Environmental Engineering, Colorado School of Mines, Golden, Colorado 80401, United States",United States of America,NA,0000-0002-3915-634X,Christopher P. Higgins,"Department of Civil and Environmental Engineering, Colorado School of Mines, Golden, Colorado 80401, United States",United States of America,chiggins@mines.edu,0000-0001-6220-8673,FALSE,NA,NA,NA,0,PFASair-waterinterfacialadsorption; QSPR; nonequilibrium; unsaturatedcolumns; panfilm +61,http://eepurl.com/ikRgmb,https://pubs.acs.org/doi/10.1021/acs.accounts.2c00591,pubs.acs.org,Accounts of Chemical Research,Addressing Short-Chain PFAS Contamination in Water with Nanofibrous Adsorbent/Filter Material from Electrospinning,2023,FALSE,0,NA,NA,3,Shobha Mantripragada,"Department of Nanoengineering, Joint School of Nanoscience and Nanoengineering, North Carolina A&T State University, Greensboro, North Carolina 27401, United States",United States of America,NA,NA,Sherine O. Obare,"Department of Nanoengineering, Joint School of Nanoscience and Nanoengineering, North Carolina A&T State University, Greensboro, North Carolina 27401, United States",United States of America,soobare@ncat.edu,NA,FALSE,NA,NA,NA,1,adsorption; molecules; nanofibers; remediation +93,http://eepurl.com/icBZuL,https://pubs.acs.org/doi/10.1021/acsestwater.2c00320,pubs.acs.org,ACS ES&T Water,Assessing the Fate of Dissolved Organic Compounds in Landfill Leachate and Wastewater Treatment Systems,2022,TRUE,2,pdf; xlsx,https://pubs.acs.org/doi/10.1021/acsestwater.2c00320?goto=supporting-info,6,Michael G. Doyle,"Department of Chemistry, North Carolina State University, Raleigh, North Carolina 27695, United States",United States of America,NA,NA,Erin S. Baker,"Department of Chemistry, North Carolina State University, Raleigh, North Carolina 27695, United States",United States of America,ebaker@ncsu.edu,0000-0001-5246-2213,FALSE,NA,NA,NA,1,nontargetedanalysis; anthropogenicchemicals; wastewater; landfillleachate; reverseosmosis +99,http://eepurl.com/icBZuL,https://pubs.acs.org/doi/full/10.1021/acs.estlett.2c00502?cookieSet=1,pubs.acs.org,Environmental Science & Technology Letters,Presumptive Contamination: A New Approach to PFAS Contamination Based on Likely Sources,2022,TRUE,1,pdf,https://pubs.acs.org/doi/10.1021/acs.estlett.2c00502?goto=supporting-info,12,Derrick Salvatore,"Department of Marine and Environmental Sciences, Northeastern University, Boston, Massachusetts 02215, United States",United States of America,NA,0000-0003-3909-9311,Alissa Cordner,"Department of Sociology, Whitman College, Walla Walla, Washington 99362, United States",United States of America,cordneaa@whitman.edu,0000-0001-5223-2848,FALSE,NA,NA,NA,9,per-andpolyfluoroalkylsubstances(PFAS); presumptivecontamination; PFAStestingandinvestigation; AFFF; PFASwasteanddisposal +104,http://eepurl.com/iadi9z,https://pubs.acs.org/doi/full/10.1021/acsestwater.2c00287?cookieSet=1,pubs.acs.org,ACS ES&T Water,The Current Multicountry Monkeypox Outbreak: What Water Professionals Should Know,2022,FALSE,0,NA,NA,16,Rasha Maal-Bared,"EPCOR Water Services Inc., Edmonton, Alberta T5H 0E8, Canada",Canada,rmaalbar@epcor.com,0000-0001-9488-8124,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,0,anatomy; genetics; infectiousdiseases; viruses; wastewater +112,http://eepurl.com/iadi9z,https://pubs.acs.org/doi/10.1021/acs.est.2c04717?cookieSet=1,pubs.acs.org,Environmental Science & Technology,Legacy of Coal Combustion: Widespread Contamination of Lake Sediments and Implications for Chronic Risks to Aquatic Ecosystems,2022,TRUE,6,xlsx; xlsx; xlsx; xlsx; xlsx; pdf,https://pubs.acs.org/doi/10.1021/acs.est.2c04717?goto=supporting-info,8,Zhen Wang,"Nicholas School of the Environment, Duke University, Durham, North Carolina 27708, United States",United States of America,NA,NA,Avner Vengosh,"Nicholas School of the Environment, Duke University, Durham, North Carolina 27708, United States",United States of America,vengosh@duke.edu,0000-0001-8928-0157,FALSE,NA,NA,NA,4,coalash; lacustrinesediment; multiproxytracing; aquaticecosystems +124,http://eepurl.com/h9U0Mr,https://pubs.acs.org/doi/10.1021/acs.est.2c03076,pubs.acs.org,Environmental Science & Technology,Meeting the Water and Sanitation Challenges of Underbounded Communities in the U.S.,2022,FALSE,0,NA,NA,8,E. Christian Wells,"Department of Anthropology, University of South Florida, Tampa, Florida 33620, United States",United States of America,ecwells@usf.edu,0000-0003-1966-2680,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,4,waterandsanitationinfrastructure; disadvantagedunincorporatedcommunities; environmetaljustice; participatoryprocess; sociotechnicaldesign +137,http://eepurl.com/h7S0S1,https://pubs.acs.org/doi/abs/10.1021/acsapm.2c00959,pubs.acs.org,ACS Applied Polymer Materials,Polycarbodiimide for Textile Dye Removal from Contaminated Water,2022,TRUE,1,pdf,https://pubs.acs.org/doi/10.1021/acsapm.2c00959?goto=supporting-info,4,Meghan Davis Lord,"Department of Textile Engineering, Chemistry and Science, Wilson College of Textiles, North Carolina State University, Raleigh, North Carolina 27695, United States",United States of America,NA,NA,Januka Budhathoki-Uprety,"Department of Textile Engineering, Chemistry and Science, Wilson College of Textiles, North Carolina State University, Raleigh, North Carolina 27695, United States",United States of America,jbudhat@ncsu.edu,0000-0003-3395-4823,FALSE,NA,NA,NA,2,textiledyes; environmentalpollution; cleanwater; sustainability; polycarbodiimide; topologicalpolarsurfacearea(TPSA); moleculartransport +185,http://eepurl.com/hXG2ID,https://pubs.acs.org/doi/10.1021/acs.est.2c00224,pubs.acs.org,Environmental Science & Technology,Characterizing Differences in Sources of and Contributions to Fecal Contamination of Sediment and Surface Water with the Microbial FIT Framework,2022,TRUE,1,docx,https://pubs.acs.org/doi/suppl/10.1021/acs.est.2c00224/suppl_file/es2c00224_si_001.docx,5,Corinne Wiesner-Friedman,"Gillings School of Global Public Health, Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina 27599-7400, United States",United States of America,NA,0000-0002-5845-1969,Marc L. Serre,"Gillings School of Global Public Health, Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina 27599-7400, United States",United States of America,marc_serre@unc.edu,NA,FALSE,NA,NA,NA,5,land-useregression; molecularmicrobialsourcetracking; surfacewater; sediment; rivernetworks; animalfeedingoperations; septicsystems +190,http://eepurl.com/hXG2ID,https://pubs.acs.org/doi/10.1021/acs.est.1c05683,pubs.acs.org,Environmental Science & Technology,Modeling Exposure to Fecal Contamination in Drinking Water due to Multiple Water Source Use,2022,TRUE,1,pdf,https://pubs.acs.org/doi/suppl/10.1021/acs.est.1c05683/suppl_file/es1c05683_si_001.pdf,2,Sean W. Daly,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Fitts-Woolard Hall, 915 Partners Way, Rm 3250, Raleigh, North Carolina 27695, United States",United States of America,swdaly@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,5,multiplewatersourceuse; supplementalunimprovedsourceuse; fecalcontamination; MonteCarlosimulations; drinkingwaterquality; low-andmiddle-incomecountries +6,http://eepurl.com/ixN78-/,https://www.sciencedirect.com/science/article/pii/S0043135423005481,www.sciencedirect.com,Water Research,Prevailing impacts of river management on microplastic transport in contrasting US streams: Rethinking global microplastic flux estimations,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0043135423005481-mmc1.docx,9,Anna Kukkola,"School of Geography, Earth and Environmental Sciences, University of Birmingham, Edgbaston, Birmingham B15 2TT, United Kingdom",United Kingdom of Great Britain and Northern Ireland,ATK863@bham.ac.uk,0000-0002-7008-0371,NA,NA,NA,NA,NA,TRUE,Data will be made available on request,on request,NA,1,Microplasticsinrivers; Watermanagement; DiversionsAbstraction; Pairedcatchmentapproach; Globalmodels +7,http://eepurl.com/ixN78-/,https://www.sciencedirect.com/science/article/abs/pii/S0925857423001209,www.sciencedirect.com,Ecological Engineering,The effects of hydrologic restoration on carbon budgets and GHG fluxes in southeastern US coastal shrub bogs,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0925857423001209-mmc1.docx,2,Curtis J. Richardson,"Duke University Wetland Center, Nicholas School of the Environment, Duke University, Box 90333, Durham, NC 27708, USA",United States of America,curtr@duke.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request,on request,NA,0,Pocosin; Carbon; Methane; GHG; Netecosystemexchange; Hydrologicrestoration; Peatland; Evergreenshrubbog; Watertabledepth; Eddycovariance; Carbondioxide +12,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/abs/pii/S0048969723037142,www.sciencedirect.com,Science of The Total Environment,PFAS levels in paired drinking water and serum samples collected from an exposed community in Central North Carolina,2023,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723037142-mmc1.pdf,7,Samantha M. Hall,"Nicholas School of the Environment, Duke University, Durham 27710, NC, USA",United States of America,sam.hall@alumni.duke.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request,on request,NA,1,Per-andpolyfluoroalkylsubstances; PFAS; Drinkingwater; Serum; Humanhealthoutcomes +18,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/pii/S0160412023003069?via%3Dihub,www.sciencedirect.com,Environmental International,Per- and polyfluoroalkyl substances (PFAS) in United States tapwater: Comparison of underserved private-well and public-supply exposures and associated health implications,2023,TRUE,2,pdf; xlsx,https://ars.els-cdn.com/content/image/1-s2.0-S0160412023003069-mmc1.pdf,13,Kelly L. Smalling,"U.S. Geological Survey, Lawrenceville, NJ, US",United States of America,ksmall@usgs.gov,0000-0002-1214-4920,NA,NA,NA,NA,NA,TRUE,"All data are available. All data presented can be found in a series of USGS data releases (Meppelink et al., 2022, Romanok and Bradley, 2018, Romanok and Bradley, 2021, Romanok et al., 2022, Romanok et al., 2019, Romanok et al., 2023a, Romanok et al., 2023b, Romanok et al., 2023c). For links to the individual USGS data releases see Table S1.",available in online repository,https://www.sciencebase.gov/catalog/item/5fad56aad34eb413d5df459c; https://www.sciencebase.gov/catalog/item/5ab3d60be4b081f61ab5e3d4,11,Per-andpolyfluoroalkylsubstances; Drinking-water; Public-supply; Private-wellsSources; Healtheffect +20,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/abs/pii/S0043135423005523?via%3Dihub,www.sciencedirect.com,Water Research,Zika virus RNA persistence and recovery in water and wastewater: An approach for Zika virus surveillance in resource-constrained settings,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0043135423005523-mmc1.docx,14,Kevin Zhu,"Department of Civil and Environmental Engineering, College of Engineering, Georgia Institute of Technology, Atlanta, GA, USA",United States of America,NA,0000-0002-4625-2276,Christine E. Stauber,"Department of Population Health Sciences, School of Public Health, Georgia State University, Atlanta, GA 30303, USA",United States of America,cstauber@gsu.edu,NA,TRUE,Data will be made available on request,on request,NA,3,Zikavirus; wastewater-basedepidemiology; resource-constrainedsettings 22,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/pii/S2213343723012411?via%3Dihub,www.sciencedirect.com,Journal of Environmental Chemical Engineering,Hydrophobic air pollutants removal at one second gas contact in a multi-channel capillary bioreactor,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S2213343723012411-mmc1.docx,7,Norbertus J.R. Kraakman,"Institute of Sustainable Processes, University of Valladolid, Dr. Mergelina s/n, Valladolid 47011, Spain",Spain,NA,NA,Raúl Muñoz,"Institute of Sustainable Processes, University of Valladolid, Dr. Mergelina s/n, Valladolid 47011, Spain",Spain,mutora@iq.uva.es,NA,TRUE,No data was used for the research described in the article.,in paper or supp,NA,1,Airpollutioncontrol; Biologicalgastreatment; Capillaryreactor; Hydrophobicpollutants; Segmentedflow -23,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/abs/pii/S0048969723027080?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,Growth of Dunaliella viridis in multiple cycles of reclaimed media after repeated high pH-induced flocculation and harvesting,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723027080-mmc1.docx,3,Yi-Chun Lai,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 915 Partners Way, Raleigh, NC 27695, USA",NA,ylai5@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,1,Marinemicroalgae; Dunaliellaviridis; Flocculation; Harvesting; Waterreuse; Dissolvedorganicmatter -24,http://eepurl.com/itNRLc,https://www.sciencedirect.com/science/article/pii/S0277379123002019,www.sciencedirect.com,Quaternary Science Reviews,"Roles of climatic and anthropogenic factors in shaping Holocene vegetation and fire regimes in Great Dismal Swamp, eastern USA",2023,TRUE,3,pdf; xlsx,https://ars.els-cdn.com/content/image/1-s2.0-S0277379123002019-mmc1.xlsx,7,D.A. Willard,"U.S. Geological Survey, Florence Bascom Geoscience Center, MS 926A, Reston, VA, USA",NA,dwillard@usgs.gov,NA,NA,NA,NA,NA,NA,TRUE,Data are reposited at www.neotomadb.org and https://www.ncei.noaa.gov. Code for analogs and paleoclimate reconstructions are available at https://github.com/davidfastovich/gds_climate_reconstruction.,available in online repository,https://www.ncei.noaa.gov; https://github.com/davidfastovich/gds_climate_reconstruction,1,Palynology; Plantmacrofossil; Charcoal; Paleoclimatereconstruction; Sea-levelrise; Wildfire; Wetlanddevelopment; Hydroperiod -29,http://eepurl.com/itNRLc,https://www.sciencedirect.com/science/article/abs/pii/S0048969723018855,www.sciencedirect.com,Science of The Total Environment,Greener residential environment is associated with increased bacterial diversity in outdoor ambient air,2023,FALSE,0,NA,NA,15,Jennifer N. Styles,"United States Environmental Protection Agency, Center for Public Health and Environmental Assessment, Office of Research and Development, Research Triangle Park, NC, USA",NA,jnstyles@live.unc.edu,NA,NA,NA,NA,NA,NA,TRUE,The data will be posted at https://catalog.data.gov/dataset and available upon request.,on request,NA,1,Microbiome; Outdoorair; Greenspace; AirborneBacteria; 16SrRNA; Aerobiome -36,http://eepurl.com/irTmaA,https://www.sciencedirect.com/science/article/pii/S2214109X23000062?via%3Dihub,www.sciencedirect.com,THE LANCET Global Health,"The effects of racism, social exclusion, and discrimination on achieving universal safe water and sanitation in high-income countries",2023,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S2214109X23000062-mmc1.pdf,17,Joe Brown,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",NA,joebrown@unc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,13,NA -41,http://eepurl.com/irTmaA,https://www.sciencedirect.com/science/article/abs/pii/S0301479723003882?via%3Dihub,www.sciencedirect.com,Journal of Environmental Management,Differential exposure to drinking water contaminants in North Carolina: Evidence from structural topic modeling and water quality data,2023,FALSE,0,NA,NA,1,Antonia Sohns,"The Roux Institute, Northeastern University 100 Fore St. Portland, ME USA 04101",NA,a.sohns@northeastern.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,0,Watersecurity; Textanalysis; Structuraltopicmodeling; Planning; Environmentaljustice -43,http://eepurl.com/irTmaA,https://www.sciencedirect.com/science/article/pii/S004313542300444X?via%3Dihub,www.sciencedirect.com,Water Research,Temporal and spatial relationships of CrAssphage and enteric viral and bacterial pathogens in wastewater in North Carolina,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S004313542300444X-mmc1.docx,6,Huiyun Wu,"U.S. Environmental Protection Agency, Office of Research and Development, RTP, NC, 27709, USA",United States of America,NA,0000-0001-8935-7759,Marirosa Molina,"U.S. Environmental Protection Agency, Office of Research and Development, RTP, NC, 27709, USA",USA,molina.marirosa@epa.gov,NA,TRUE,Data will be made available on request.,on request,NA,3,crAssphage; Municipaluntreatedwastewater; Temporalvariations; Spatialvariations; Entericpathogenscorrelations; Bacteria; Andviruses; qPCR; rt-qPCR -45,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S0048969723000414,www.sciencedirect.com,Science of The Total Environment,Air temperature spikes increase bacteria presence in drinking water wells downstream of hog lagoons,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723000414-mmc1.docx,8,Jacob Hochard,"Haub School of Environment and Natural Resources, University of Wyoming, USA",NA,JHochard@uwyo.edu,NA,NA,NA,NA,NA,NA,TRUE,The authors do not have permission to share data.,not shareable,NA,1,Groundwatercontamination; Swinelagoons; Privatewells; Atmosphericstressors; Environmentalpollution -47,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S0048969723015565?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,"Microplastic distribution and characteristics across a large river basin: Insights from the Neuse River in North Carolina, USA",2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723015565-mmc1.docx,8,J. Jack Kurki-Fox,"Biological and Agricultural Engineering, North Carolina State University, Raleigh, NC, USA",NA,jjkurkif@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,4,Microplastics; Streamflow; Urbandevelopment; Sediment; Watershed; Samplingmethod -48,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S1470160X23003321,www.sciencedirect.com,Ecological Indicators,Drone lidar-derived surface complexity metrics as indicators of intertidal oyster reef condition,2023,TRUE,1,csv,https://ars.els-cdn.com/content/image/1-s2.0-S1470160X23003321-mmc1.csv,7,Michael C. Espriella,"School of Forest, Fisheries, and Geomatics Sciences, University of Florida, Gainesville, FL, USA",NA,michaelespriella@ufl.edu,0000-0002-2843-4965,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,1,UAV; UAS; Rugosity; Geomorphometry; Coastalhabitat; Remotesensing -49,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S2589537023001359,www.sciencedirect.com,eClinicalMedicine,"Environmental cleaning to prevent hospital-acquired infections on non-intensive care units: a pragmatic, single-centre, cluster randomized controlled, crossover trial comparing soap-based, disinfection and probiotic cleaning",2023,TRUE,2,docx; pdf,https://ars.els-cdn.com/content/image/1-s2.0-S2589537023001359-mmc1.docx,7,Rasmus Leistner,"Institute of Hygiene and Environmental Medicine, Charité–Universitätsmedizin Berlin, Corporate Member of Freie Universität Berlin, Humboldt-Universität zu Berlin and Berlin Institute of Health, Berlin, Germany",NA,rasmus.leistner@charite.de,0000-0002-1225-9023,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,4,Hospital-aquiredinfection; Multidrug-resistantpathogen; Environmentalcleaning; Probiotic; Randomized-controlledtrial; Environmentalhygiene; MRSAVRE; Multidrug-resistantGram-negative -50,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S0377026523000155,www.sciencedirect.com,Dynamics of Atmospheres and Oceans,Atmospheric forcing of the Hatteras coastal ocean during 2017–2018: The PEACH program,2023,FALSE,0,NA,NA,6,John Bane,"University of North Carolina, Chapel Hill, NC, USA",NA,bane@unc.edu,0000-0001-6309-1403,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,1,Atmosphericforcing; CapeHatteras; PEACH; Atmosphericcyclones; Atmosphericwarmandcoolseasons -51,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/abs/pii/S0048969723017424,www.sciencedirect.com,Science of The Total Environment,"Environmental and health impacts of PFAS: Sources, distribution and sustainable management in North Carolina (USA)",2023,FALSE,0,NA,NA,6,Mohammad Nazmul Ehsan,"Department of Textile Engineering, Southeast University, Dhaka 1208, Banglades",United States of America,nazmul.ehsan@seu.edu.bd,NA,Mumtahina Riza,"Department of Applied Ecology, North Carolina State University, Campus Box 7617, Raleigh, NC 27695-7617, USA",USA,mriza@ncsu.edu,NA,TRUE,Data will be made available on request.,on request,NA,15,Contamination; Distribution; Environment; Healthimpact; NorthCarolina; PFASsources -52,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/abs/pii/S0169555X23000867,www.sciencedirect.com,Geomorphology,"Landscape change and climate attribution, with a case study of estuarine marshes",2023,FALSE,0,NA,NA,1,Jonathan D. Phillips,"Earth Surface Systems Program, University of Kentucky, USA",NA,jdp@uky.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,1,Landscapechange; Climatechange; Attribution; NeuseRiver; Sea-levelrise; Marshloss -55,http://eepurl.com/im-ZMI,https://www.sciencedirect.com/science/article/pii/S0048969722075118,www.sciencedirect.com,Science of The Total Environment,Generation of the Chemical and Social Stressors Integration Technique (CASS-IT) to identify areas of holistic public health concern: An application to North Carolina,2023,FALSE,0,NA,NA,7,Lauren A. Eaves,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,NA,NA,Rebecca C. Fry,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",USA,rfry@unc.edu,NA,TRUE,Data and code are available on github: https://github.com/UNCSRP/CASS-IT,available in online repository,https://github.com/UNCSRP/CASS-IT,0,Clustering; Metals; Privatewells; Socialvulnerability; Geographicdata -59,http://eepurl.com/im-ZMI,https://www.sciencedirect.com/science/article/pii/S0048969723000414?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,Air temperature spikes increase bacteria presence in drinking water wells downstream of hog lagoons,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723000414-mmc1.docx,8,Jacob Hochard,"Haub School of Environment and Natural Resources, University of Wyoming, USA",NA,JHochard@uwyo.edu,NA,NA,NA,NA,NA,NA,TRUE,The authors do not have permission to share data.,not shareable,NA,1,Groundwatercontamination; Swinelagoons; Privatewells; Atmosphericstressors; Environmentalpollution -60,http://eepurl.com/im-ZMI,https://www.sciencedirect.com/science/article/abs/pii/S1385894723003674,www.sciencedirect.com,Chemical Engineering Journal,Modeling of a capillary microbioreactor for VOC removal,2023,FALSE,0,NA,NA,3,Luis R. López de León,"Department of Civil and Environmental Engineering, Duke University, 207 Wilkinson Hall, Box 90287, Durham, NC 27708-0287, USA",United States of America,NA,NA,Marc A. Deshusses,"Department of Civil and Environmental Engineering, Duke University, 207 Wilkinson Hall, Box 90287, Durham, NC 27708-0287, USA",USA,marc.deshusses@duke.edu,0000-0003-0639-7865,TRUE,Data will be made available on request.,on request,NA,1,Microbioreactor; Volatileorganiccompound; Biofiltration; Modeling -62,http://eepurl.com/ikRgmb,https://www.sciencedirect.com/science/article/pii/S0043135423000878?via%3Dihub,www.sciencedirect.com,Water Research,"Pilot-scale biofiltration of 1,4-dioxane at drinking water-relevant concentrations",2023,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S0043135423000878-mmc1.pdf,4,Amie C. McElroy,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC 27695, United States",United States of America,NA,NA,Detlef R.U. Knappe,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC 27695, United States",USA,knappe@ncsu.edu,0000-0003-1315-1791,TRUE,Data will be made available on request.,on request,NA,2,Biofiltration; Cometabolism; Adsorption; Emergingcontaminants -63,http://eepurl.com/ikRgmb,https://www.sciencedirect.com/science/article/pii/S0378377423000446,www.sciencedirect.com,Agricultural Water Management,"Drainage water recycling reduced nitrogen, phosphorus, and sediment losses from a drained agricultural field in eastern North Carolina, U.S.A.",2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0378377423000446-mmc1.docx,6,Hossam Moursi,"Department of Biological and Agricultural Engineering, North Carolina State University, Raleigh, NC 27695–7625, USA",United States of America,NA,0000-0002-1157-5120,Mohamed A. Youssef,"Department of Biological and Agricultural Engineering, North Carolina State University, Raleigh, NC 27695–7625, USA",USA,mohamed_youssef@ncsu.edu,NA,TRUE,Data will be made available on request.,on request,NA,2,Subsurfacedrainage; Subirrigation; On-farmwaterstorage; Drainagewaterreuse; Supplementalirrigation; Surfacewaterquality -66,http://eepurl.com/ikRgmb,https://www.sciencedirect.com/science/article/pii/S209592732200593X?via%3Dihub,www.sciencedirect.com,Science Bulletin,Protecting global aquatic resources from the mountains to the sea: growing need for dual nutrient (N and P) input controls along the freshwater-to-marine continuum,2023,FALSE,0,NA,NA,2,Hans W. Paerl,"University of North Carolina at Chapel Hill, Institute of Marine Sciences, Morehead City NC 28557, USA",NA,hpaerl@email.unc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,1,NA -67,http://eepurl.com/ikRgmb,https://www.sciencedirect.com/science/article/pii/S0048969722082043,www.sciencedirect.com,Science of The Total Environment,Parallel deployment of passive and composite samplers for surveillance and variant profiling of SARS-CoV-2 in sewage,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722082043-mmc1.docx,23,Gyuhyon Cha,"School of Civil and Environmental Engineering, Georgia Institute of Technology, Atlanta, GA 30332, USA",United States of America,NA,NA,Konstantinos T. Konstantinidis,"School of Civil and Environmental Engineering, Georgia Institute of Technology, Atlanta, GA 30332, USA",USA,kostas@ce.gatech.edu,NA,TRUE,Data will be made available on request.,on request,NA,5,Wastewater-basedepidemiology; Passivesampling; Mooreswab -69,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/pii/S0048969723000414,www.sciencedirect.com,Science of The Total Environment,Air temperature spikes increase bacteria presence in drinking water wells downstream of hog lagoons,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723000414-mmc1.docx,8,Jacob Hochard,"Haub School of Environment and Natural Resources, University of Wyoming, USA",NA,JHochard@uwyo.edu,NA,NA,NA,NA,NA,NA,TRUE,The authors do not have permission to share data.,not shareable,NA,1,Groundwatercontamination; Swinelagoons; Privatewells; Atmosphericstressors; Environmentalpollution +23,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/abs/pii/S0048969723027080?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,Growth of Dunaliella viridis in multiple cycles of reclaimed media after repeated high pH-induced flocculation and harvesting,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723027080-mmc1.docx,3,Yi-Chun Lai,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 915 Partners Way, Raleigh, NC 27695, USA",United States of America,ylai5@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,1,Marinemicroalgae; Dunaliellaviridis; Flocculation; Harvesting; Waterreuse; Dissolvedorganicmatter +24,http://eepurl.com/itNRLc,https://www.sciencedirect.com/science/article/pii/S0277379123002019,www.sciencedirect.com,Quaternary Science Reviews,"Roles of climatic and anthropogenic factors in shaping Holocene vegetation and fire regimes in Great Dismal Swamp, eastern USA",2023,TRUE,3,pdf; xlsx; xlsx,https://ars.els-cdn.com/content/image/1-s2.0-S0277379123002019-mmc1.xlsx,7,D.A. Willard,"U.S. Geological Survey, Florence Bascom Geoscience Center, MS 926A, Reston, VA, USA",United States of America,dwillard@usgs.gov,NA,NA,NA,NA,NA,NA,TRUE,Data are reposited at www.neotomadb.org and https://www.ncei.noaa.gov. Code for analogs and paleoclimate reconstructions are available at https://github.com/davidfastovich/gds_climate_reconstruction.,available in online repository,https://www.ncei.noaa.gov; https://github.com/davidfastovich/gds_climate_reconstruction,1,Palynology; Plantmacrofossil; Charcoal; Paleoclimatereconstruction; Sea-levelrise; Wildfire; Wetlanddevelopment; Hydroperiod +29,http://eepurl.com/itNRLc,https://www.sciencedirect.com/science/article/abs/pii/S0048969723018855,www.sciencedirect.com,Science of The Total Environment,Greener residential environment is associated with increased bacterial diversity in outdoor ambient air,2023,FALSE,0,NA,NA,15,Jennifer N. Styles,"United States Environmental Protection Agency, Center for Public Health and Environmental Assessment, Office of Research and Development, Research Triangle Park, NC, USA",United States of America,jnstyles@live.unc.edu,NA,NA,NA,NA,NA,NA,TRUE,The data will be posted at https://catalog.data.gov/dataset and available upon request.,on request,NA,1,Microbiome; Outdoorair; Greenspace; AirborneBacteria; 16SrRNA; Aerobiome +36,http://eepurl.com/irTmaA,https://www.sciencedirect.com/science/article/pii/S2214109X23000062?via%3Dihub,www.sciencedirect.com,THE LANCET Global Health,"The effects of racism, social exclusion, and discrimination on achieving universal safe water and sanitation in high-income countries",2023,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S2214109X23000062-mmc1.pdf,17,Joe Brown,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,joebrown@unc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,13,NA +41,http://eepurl.com/irTmaA,https://www.sciencedirect.com/science/article/abs/pii/S0301479723003882?via%3Dihub,www.sciencedirect.com,Journal of Environmental Management,Differential exposure to drinking water contaminants in North Carolina: Evidence from structural topic modeling and water quality data,2023,FALSE,0,NA,NA,1,Antonia Sohns,"The Roux Institute, Northeastern University 100 Fore St. Portland, ME USA 04101",United States of America,a.sohns@northeastern.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,0,Watersecurity; Textanalysis; Structuraltopicmodeling; Planning; Environmentaljustice +43,http://eepurl.com/irTmaA,https://www.sciencedirect.com/science/article/pii/S004313542300444X?via%3Dihub,www.sciencedirect.com,Water Research,Temporal and spatial relationships of CrAssphage and enteric viral and bacterial pathogens in wastewater in North Carolina,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S004313542300444X-mmc1.docx,6,Huiyun Wu,"U.S. Environmental Protection Agency, Office of Research and Development, RTP, NC, 27709, USA",United States of America,NA,0000-0001-8935-7759,Marirosa Molina,"U.S. Environmental Protection Agency, Office of Research and Development, RTP, NC, 27709, USA",United States of America,molina.marirosa@epa.gov,NA,TRUE,Data will be made available on request.,on request,NA,3,crAssphage; Municipaluntreatedwastewater; Temporalvariations; Spatialvariations; Entericpathogenscorrelations; Bacteria; Andviruses; qPCR; rt-qPCR +45,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S0048969723000414,www.sciencedirect.com,Science of The Total Environment,Air temperature spikes increase bacteria presence in drinking water wells downstream of hog lagoons,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723000414-mmc1.docx,8,Jacob Hochard,"Haub School of Environment and Natural Resources, University of Wyoming, USA",United States of America,JHochard@uwyo.edu,NA,NA,NA,NA,NA,NA,TRUE,The authors do not have permission to share data.,not shareable,NA,1,Groundwatercontamination; Swinelagoons; Privatewells; Atmosphericstressors; Environmentalpollution +47,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S0048969723015565?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,"Microplastic distribution and characteristics across a large river basin: Insights from the Neuse River in North Carolina, USA",2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723015565-mmc1.docx,8,J. Jack Kurki-Fox,"Biological and Agricultural Engineering, North Carolina State University, Raleigh, NC, USA",United States of America,jjkurkif@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,4,Microplastics; Streamflow; Urbandevelopment; Sediment; Watershed; Samplingmethod +48,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S1470160X23003321,www.sciencedirect.com,Ecological Indicators,Drone lidar-derived surface complexity metrics as indicators of intertidal oyster reef condition,2023,TRUE,1,csv,https://ars.els-cdn.com/content/image/1-s2.0-S1470160X23003321-mmc1.csv,7,Michael C. Espriella,"School of Forest, Fisheries, and Geomatics Sciences, University of Florida, Gainesville, FL, USA",United States of America,michaelespriella@ufl.edu,0000-0002-2843-4965,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,1,UAV; UAS; Rugosity; Geomorphometry; Coastalhabitat; Remotesensing +49,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S2589537023001359,www.sciencedirect.com,eClinicalMedicine,"Environmental cleaning to prevent hospital-acquired infections on non-intensive care units: a pragmatic, single-centre, cluster randomized controlled, crossover trial comparing soap-based, disinfection and probiotic cleaning",2023,TRUE,2,docx; pdf,https://ars.els-cdn.com/content/image/1-s2.0-S2589537023001359-mmc1.docx,7,Rasmus Leistner,"Institute of Hygiene and Environmental Medicine, Charité–Universitätsmedizin Berlin, Corporate Member of Freie Universität Berlin, Humboldt-Universität zu Berlin and Berlin Institute of Health, Berlin, Germany",Germany,rasmus.leistner@charite.de,0000-0002-1225-9023,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,4,Hospital-aquiredinfection; Multidrug-resistantpathogen; Environmentalcleaning; Probiotic; Randomized-controlledtrial; Environmentalhygiene; MRSAVRE; Multidrug-resistantGram-negative +50,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S0377026523000155,www.sciencedirect.com,Dynamics of Atmospheres and Oceans,Atmospheric forcing of the Hatteras coastal ocean during 2017–2018: The PEACH program,2023,FALSE,0,NA,NA,6,John Bane,"University of North Carolina, Chapel Hill, NC, USA",United States of America,bane@unc.edu,0000-0001-6309-1403,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,1,Atmosphericforcing; CapeHatteras; PEACH; Atmosphericcyclones; Atmosphericwarmandcoolseasons +51,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/abs/pii/S0048969723017424,www.sciencedirect.com,Science of The Total Environment,"Environmental and health impacts of PFAS: Sources, distribution and sustainable management in North Carolina (USA)",2023,FALSE,0,NA,NA,6,Mohammad Nazmul Ehsan,"Department of Textile Engineering, Southeast University, Dhaka 1208, Banglades",Bangladesh,nazmul.ehsan@seu.edu.bd,NA,Mumtahina Riza,"Department of Applied Ecology, North Carolina State University, Campus Box 7617, Raleigh, NC 27695-7617, USA",United States of America,mriza@ncsu.edu,NA,TRUE,Data will be made available on request.,on request,NA,15,Contamination; Distribution; Environment; Healthimpact; NorthCarolina; PFASsources +52,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/abs/pii/S0169555X23000867,www.sciencedirect.com,Geomorphology,"Landscape change and climate attribution, with a case study of estuarine marshes",2023,FALSE,0,NA,NA,1,Jonathan D. Phillips,"Earth Surface Systems Program, University of Kentucky, USA",United States of America,jdp@uky.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,1,Landscapechange; Climatechange; Attribution; NeuseRiver; Sea-levelrise; Marshloss +55,http://eepurl.com/im-ZMI,https://www.sciencedirect.com/science/article/pii/S0048969722075118,www.sciencedirect.com,Science of The Total Environment,Generation of the Chemical and Social Stressors Integration Technique (CASS-IT) to identify areas of holistic public health concern: An application to North Carolina,2023,FALSE,0,NA,NA,7,Lauren A. Eaves,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,NA,NA,Rebecca C. Fry,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,rfry@unc.edu,NA,TRUE,Data and code are available on github: https://github.com/UNCSRP/CASS-IT,available in online repository,https://github.com/UNCSRP/CASS-IT,0,Clustering; Metals; Privatewells; Socialvulnerability; Geographicdata +59,http://eepurl.com/im-ZMI,https://www.sciencedirect.com/science/article/pii/S0048969723000414?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,Air temperature spikes increase bacteria presence in drinking water wells downstream of hog lagoons,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723000414-mmc1.docx,8,Jacob Hochard,"Haub School of Environment and Natural Resources, University of Wyoming, USA",United States of America,JHochard@uwyo.edu,NA,NA,NA,NA,NA,NA,TRUE,The authors do not have permission to share data.,not shareable,NA,1,Groundwatercontamination; Swinelagoons; Privatewells; Atmosphericstressors; Environmentalpollution +60,http://eepurl.com/im-ZMI,https://www.sciencedirect.com/science/article/abs/pii/S1385894723003674,www.sciencedirect.com,Chemical Engineering Journal,Modeling of a capillary microbioreactor for VOC removal,2023,FALSE,0,NA,NA,3,Luis R. López de León,"Department of Civil and Environmental Engineering, Duke University, 207 Wilkinson Hall, Box 90287, Durham, NC 27708-0287, USA",United States of America,NA,NA,Marc A. Deshusses,"Department of Civil and Environmental Engineering, Duke University, 207 Wilkinson Hall, Box 90287, Durham, NC 27708-0287, USA",United States of America,marc.deshusses@duke.edu,0000-0003-0639-7865,TRUE,Data will be made available on request.,on request,NA,1,Microbioreactor; Volatileorganiccompound; Biofiltration; Modeling +62,http://eepurl.com/ikRgmb,https://www.sciencedirect.com/science/article/pii/S0043135423000878?via%3Dihub,www.sciencedirect.com,Water Research,"Pilot-scale biofiltration of 1,4-dioxane at drinking water-relevant concentrations",2023,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S0043135423000878-mmc1.pdf,4,Amie C. McElroy,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC 27695, United States",United States of America,NA,NA,Detlef R.U. Knappe,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC 27695, United States",United States of America,knappe@ncsu.edu,0000-0003-1315-1791,TRUE,Data will be made available on request.,on request,NA,2,Biofiltration; Cometabolism; Adsorption; Emergingcontaminants +63,http://eepurl.com/ikRgmb,https://www.sciencedirect.com/science/article/pii/S0378377423000446,www.sciencedirect.com,Agricultural Water Management,"Drainage water recycling reduced nitrogen, phosphorus, and sediment losses from a drained agricultural field in eastern North Carolina, U.S.A.",2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0378377423000446-mmc1.docx,6,Hossam Moursi,"Department of Biological and Agricultural Engineering, North Carolina State University, Raleigh, NC 27695–7625, USA",United States of America,NA,0000-0002-1157-5120,Mohamed A. Youssef,"Department of Biological and Agricultural Engineering, North Carolina State University, Raleigh, NC 27695–7625, USA",United States of America,mohamed_youssef@ncsu.edu,NA,TRUE,Data will be made available on request.,on request,NA,2,Subsurfacedrainage; Subirrigation; On-farmwaterstorage; Drainagewaterreuse; Supplementalirrigation; Surfacewaterquality +66,http://eepurl.com/ikRgmb,https://www.sciencedirect.com/science/article/pii/S209592732200593X?via%3Dihub,www.sciencedirect.com,Science Bulletin,Protecting global aquatic resources from the mountains to the sea: growing need for dual nutrient (N and P) input controls along the freshwater-to-marine continuum,2023,FALSE,0,NA,NA,2,Hans W. Paerl,"University of North Carolina at Chapel Hill, Institute of Marine Sciences, Morehead City NC 28557, USA",United States of America,hpaerl@email.unc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,1,NA +67,http://eepurl.com/ikRgmb,https://www.sciencedirect.com/science/article/pii/S0048969722082043,www.sciencedirect.com,Science of The Total Environment,Parallel deployment of passive and composite samplers for surveillance and variant profiling of SARS-CoV-2 in sewage,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722082043-mmc1.docx,23,Gyuhyon Cha,"School of Civil and Environmental Engineering, Georgia Institute of Technology, Atlanta, GA 30332, USA",United States of America,NA,NA,Konstantinos T. Konstantinidis,"School of Civil and Environmental Engineering, Georgia Institute of Technology, Atlanta, GA 30332, USA",United States of America,kostas@ce.gatech.edu,NA,TRUE,Data will be made available on request.,on request,NA,5,Wastewater-basedepidemiology; Passivesampling; Mooreswab +69,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/pii/S0048969723000414,www.sciencedirect.com,Science of The Total Environment,Air temperature spikes increase bacteria presence in drinking water wells downstream of hog lagoons,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969723000414-mmc1.docx,8,Jacob Hochard,"Haub School of Environment and Natural Resources, University of Wyoming, USA",United States of America,JHochard@uwyo.edu,NA,NA,NA,NA,NA,NA,TRUE,The authors do not have permission to share data.,not shareable,NA,1,Groundwatercontamination; Swinelagoons; Privatewells; Atmosphericstressors; Environmentalpollution 70,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/pii/S0304389422024864,www.sciencedirect.com,Journal of Hazardous Materials,Wastewater surveillance of SARS-CoV-2 and chemical markers in campus dormitories in an evolving COVID − 19 pandemic,2023,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S0304389422024864-mmc1.pdf,16,Sanjeeb Mohapatra,"NUS Environmental Research Institute, National University of Singapore, T-Lab Building, 5A Engineering Drive 1, 117411, Singapore",Singapore,NA,NA,Karina Yew-Hoong Gin,"NUS Environmental Research Institute, National University of Singapore, T-Lab Building, 5A Engineering Drive 1, 117411, Singapore",Singapore,ceeginyh@nus.edu.sg,NA,TRUE,The data that has been used is confidential.,not shareable,NA,13,SARS-CoV-2; Wastewater-basedepidemiology; Universitycampus; Emergingcontaminants; Disinfectants -71,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/abs/pii/S0743016722002844,www.sciencedirect.com,Journal of Rural Studies,Quantitatively defining and mapping rural: A case study of North Carolina,2023,FALSE,0,NA,NA,5,Timothy Mulrooney,"North Carolina Central University, Department of Environmental, Earth and Geospatial Sciences, 1246 Mary M, Townes Science Complex, 1801 Fayetteville St., Durham, NC, 27707, USA",NA,tmulroon@nccu.edu,0000-0001-9333-9641,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,3,Geographicinformationsystems; Ruralgeography; statisticalanalysis -72,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/abs/pii/S0048969722079372,www.sciencedirect.com,Science of The Total Environment,Riparian buffers increase future baseflow and reduce peakflows in a developing watershed,2023,FALSE,0,NA,NA,6,Elly T. Gay,"North Carolina State University, Department of Forestry and Environmental Resources, 2800 Faucette Dr, Raleigh, NC 27695, USA",NA,etgay@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,5,Forestedwatersheds; FUTURESmodel; Landuselandcoverchange(LULCC); Hydrologicmodeling; SoilandWaterAssessmentTool(SWAT); Globalclimatemodel -73,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/abs/pii/S0169772222001723,www.sciencedirect.com,Journal of Contaminant Hydrology,Improved Darcian streambed measurements to quantify flux and mass discharge of volatile organic compounds from a contaminated aquifer to an urban stream,2023,TRUE,2,xlsx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0169772222001723-mmc1.xlsx,3,J.L. Nickels,"Department of Marine, Earth, and Atmospheric Sciences, NC State University, Raleigh, NC, United States of America",United States of America,NA,NA,D.P. Genereux,"Department of Marine, Earth, and Atmospheric Sciences, NC State University, Raleigh, NC, United States of America",USA,genereux@ncsu.edu,NA,TRUE,The data used are given in online supplementary material associated with the paper.,in paper or supp,NA,2,VOC; Contaminantflux; Groundwater; Stream -75,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/pii/S0378383922001880,www.sciencedirect.com,Coastal Engineering,Wave influence on altimetry sea level at the coast,2023,FALSE,0,NA,NA,7,Grégoire O. Abessolo,"Ecosystems and Fishery Resources Laboratory, Institute of Fisheries and Aquatic Sciences, University of Douala, BP 2701 Douala, Cameroon",NA,gregoireabessolo@ish.cm,0000-0001-7724-5805,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,2,CoastalaltimetrySealevel; Waves; Videocamera; Tidegauge; Buoy; Altimeter; Significantwaveheight; Re-trackingalgorithm -79,http://eepurl.com/ieh0rf,https://www.sciencedirect.com/science/article/pii/S0048969722070966,www.sciencedirect.com,Science of The Total Environment,"Detection of SARS-CoV-2 RNA in wastewater and comparison to COVID-19 cases in two sewersheds, North Carolina, USA",2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722070966-mmc1.docx,13,Alyssa M. Grube,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, 135 Dauer Drive, Chapel Hill, NC 27599, United States",United States of America,NA,NA,Jill R. Stewart,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, 135 Dauer Drive, Chapel Hill, NC 27599, United States",USA,jill.stewart@unc.edu,NA,TRUE,Data will be made available on request,on request,NA,6,Wastewater-basedepidemiology; Sewagesurveillance; Coronavirus; COVID; ddPCR -83,http://eepurl.com/ieh0rf,https://www.sciencedirect.com/science/article/abs/pii/S0048969722075118?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,Generation of the Chemical and Social Stressors Integration Technique (CASS-IT) to identify areas of holistic public health concern: An application to North Carolina,2023,FALSE,0,NA,NA,7,Lauren A. Eaves,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,NA,NA,Rebecca C. Fry,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",USA,rfry@unc.edu,NA,TRUE,Data and code are available on github: https://github.com/UNCSRP/CASS-IT,available in online repository,https://github.com/UNCSRP/CASS-IT,0,Clustering; Metals; Privatewells; Socialvulnerability; Geographicdata -86,http://eepurl.com/ieh0rf,https://www.sciencedirect.com/science/article/pii/S0301479722024136?via%3Dihub,www.sciencedirect.com,Journal of Environmental Management,Impacts of utilizing swine lagoon sludge as a composting ingredient,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0301479722024136-mmc1.docx,5,Piyush Patil,"Biological and Agricultural Engineering, North Carolina State University, Raleigh, USA",United States of America,pspatil2@ncsu.edu,0000-0002-5422-5104,Mahmoud Sharara,"Biological and Agricultural Engineering, North Carolina State University, Raleigh, USA",USA,msharar@ncsu.edu,0000-0003-4519-8156,TRUE,Data will be made available on request.,on request,NA,3,GHGEmissions; Waterextractable; Phosphorus; Zinc; Copper; NorthCarolina -87,http://eepurl.com/ieh0rf,https://www.sciencedirect.com/science/article/pii/S2590061722000539,www.sciencedirect.com,Progress in Disaster Science,"Perceptions of risk to compound coastal water events: A case study in eastern North Carolina, USA",2022,FALSE,0,NA,NA,6,Scott Curtis,"Dr. John Lining Professor of Physics and Director of the James B. Near Center for Climate Studies, The Citadel, 171 Moultrie Street, Charleston, SC, USA",NA,wcurtis1@citadel.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,2,Risk; Compoundhazard; Flood; Rural; Emergencymanagement; Planning; CCWE -96,http://eepurl.com/icBZuL,https://www.sciencedirect.com/science/article/abs/pii/S004896972205848X,www.sciencedirect.com,Science of The Total Environment,"Exposure to industrial hog and poultry operations and urinary tract infections in North Carolina, USA",2022,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S004896972205848X-mmc1.pdf,3,David A. Holcomb,"Department of Epidemiology, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,NA,NA,Lawrence S. Engel,"Department of Epidemiology, University of North Carolina, CB #7435, Chapel Hill, NC 27599-7435, USA.",USA,Larry.Engel@unc.edu,NA,TRUE,The authors do not have permission to share data.,not shareable,NA,0,ExtraintestinalpathogenicE.coli(ExPEC); Foodborneurinarytractinfection(fUTI); Concentratedanimalfeedingoperation(CAFO); Syndromicsurveillance; Besag-York-Mollié(BYM)model; Ecologicalregressionanalysis -115,http://eepurl.com/iadi9z,https://www.sciencedirect.com/science/article/pii/S0048969722059411,www.sciencedirect.com,Science of The Total Environment,Source apportionment of serum PFASs in two highly exposed communities,2023,TRUE,13,misc,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722059411-mmc1.docx,8,Dylan J. Wallis,"Department of Biological Sciences, North Carolina State University, Raleigh, NC, USA",NA,djwallis@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,4,Sourceapportionment; Receptormodels; PFAS; Perfluoroalkylsubstances -122,http://eepurl.com/h9U0Mr,https://www.sciencedirect.com/science/article/abs/pii/S0048969722054821,www.sciencedirect.com,Science of The Total Environment,Harmful cyanobacterial aerosolization dynamics in the airshed of a eutrophic estuary,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722054821-mmc1.docx,18,Haley E. Plaas,"UNC-Chapel Hill, Earth, Marine, and Environmental Sciences, Institute of Marine Sciences, 3431 Arendell St., Morehead City, NC 28577, United States of America",NA,hplaas@live.unc.edu,0000-0001-8823-0457,NA,NA,NA,NA,NA,TRUE,Code can be found at the Github linked in the article: https://github.com/haleyplaas/CR-AS_2020/blob/v0.1/CR-AS%20data%20cleaning%2C%20stats%2C%20figures.R. Data can be made available upon request.,on request,NA,8,Waterquality; ToxicCyanobacteria; Airquality; PM2.5; Microcystis; Dolichospermum -126,http://eepurl.com/h9U0Mr,https://www.sciencedirect.com/science/article/abs/pii/S0376738822006019,www.sciencedirect.com,Journal of Membrane Science,Trends and errors in reverse osmosis membrane performance calculations stemming from test pressure and simplifying assumptions about concentration polarization and solute rejection,2022,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S0376738822006019-mmc1.pdf,3,Mikayla D. Armstrong,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, 27599, USA",United States of America,NA,NA,Orlando Coronell,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, 27599, USA",USA,coronell@unc.edu,0000-0002-7018-391X,TRUE,Data will be made available on request.,on request,NA,4,Permeance; Selectivity; Rejection; Advectivetransport; Diffusivetransport -127,http://eepurl.com/h9U0Mr,https://www.sciencedirect.com/science/article/pii/S0301479722009070,www.sciencedirect.com,Journal of Environment Management,Using remote sensing to identify liquid manure applications in eastern North Carolina,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0301479722009070-mmc1.docx,3,Kelly Shea,"School of Geographical Sciences and Urban Planning, Arizona State University, Tempe, AZ, USA",United States of America,NA,NA,Danica Schaffer-Smith,"Center for Biodiversity Outcomes, Arizona State University, Tempe, AZ, USA",USA,d.schaffer-smith@tnc.org,0000-0003-3896-1483,FALSE,NA,NA,NA,6,Nutrientmanagement; Livestock; Agriculture; Machinelearning; SatelliteradarSentinel-1 -131,http://eepurl.com/h7S0S1,https://www.sciencedirect.com/science/article/abs/pii/S0272771422002311,www.sciencedirect.com,"Estuarine, Coastal and Shelf Science","Determining geochemical and microbial parameters underlying geographic patterns of denitrification and anammox rates in the New River Estuary, North Carolina, USA",2022,TRUE,12,xlsx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0272771422002311-mmc1.xlsx,5,Jessica Anne Lisa,"Department of Biological Sciences, Virginia Institute of Marine Science, William & Mary, Gloucester Point, VA, USA",NA,jlisa@georgian.edu,0000-0002-0689-2498,NA,NA,NA,NA,NA,TRUE,Data are available in supplemental tables. Code will be shared upon request.,in paper or supp,NA,1,Nitrogenremoval; Denitrification; Anammox; nosZ; hzo; Sediments -132,http://eepurl.com/h7S0S1,https://www.sciencedirect.com/science/article/abs/pii/S0048969722019167,www.sciencedirect.com,Science of The Total Environment,"Exposure to industrial hog operations and gastrointestinal illness in North Carolina, USA",2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722019167-mmc1.docx,6,Arbor J.L. Quist,"Department of Epidemiology, Gillings School of Global Public Health, University of North Carolina, Chapel Hill, NC 27599, USA",NA,arborqui@usc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,6,CAFOs; Swine; Hogproduction; Animalfarming; Environmentaljustice; Gastrointestinalillness -136,http://eepurl.com/h7S0S1,https://www.sciencedirect.com/science/article/pii/S0048969722018563?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,"Per- and polyfluoroalkyl substances (PFAS) in river discharge: Modeling loads upstream and downstream of a PFAS manufacturing plant in the Cape Fear watershed, North Carolina",2022,TRUE,3,xlsx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722018563-mmc1.xlsx,8,M.-A. Pétré,"Department of Marine, Earth, and Atmospheric Sciences, North Carolina State University, Raleigh, NC, United States",NA,marie-amelie.petre@gtk.fi,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,19,PFAS; Massload; Model; Sourcetracking; Environmentalmonitoring; Drinkingwater -146,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/pii/S0048969722022951?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,Exploring the determinants and indicators of poultry feces management behaviors in rural Western Uganda,2022,TRUE,13,misc,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722022951-mmc1.pdf,4,Jeremy Lowe,"Department of Civil, Construction, and Environmental Engineering, NC State University, Raleigh, NC, United States",United States of America,jlowe3@ncsu.edu,NA,Angela R. Harris,"Department of Civil, Construction, and Environmental Engineering, NC State University, Raleigh, NC, United States",USA,aharris5@ncsu.edu,NA,FALSE,NA,NA,NA,3,Animalhusbandry; Fecalcontamination; Sanitation; Hygiene; Animalfecesmanagement; Entericpathogens -147,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/abs/pii/S0925857422001574,www.sciencedirect.com,Ecological Engineering,"The flood reduction and water quality impacts of watershed-scale natural infrastructure implementation in North Carolina, USA",2022,FALSE,0,NA,NA,6,J. Jack Kurki-Fox,"Department of Biological and Agricultural Engineering, North Carolina State University, 3100 Faucette Dr., Raleigh, NC 27695, United States of America",NA,jjkurkif@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,3,Naturalinfrastructure; Wetlandrestoration; Reforestation; Watershedmodeling -150,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/abs/pii/S027843432200142X,www.sciencedirect.com,Continental Shelf Research,The impact of sea-level rise on saltwater intrusion for barrier-island aquifers in North Carolina,2022,FALSE,0,NA,NA,2,Nicholas Fiori,"School for Environment and Sustainability, University of Michigan, MI, 48109, Ann Arbor, USA",NA,nfiori@umich.edu,NA,NA,NA,NA,NA,NA,TRUE,Data are available in supplemental tables. Code will be shared upon request.,on request,NA,0,Hydrogeology; Climatechange; Sea-levelrise; Saltwaterintrusion; Barrier-islandaquifers -153,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/abs/pii/S0043135422007552,www.sciencedirect.com,Water Research,Using advanced metering infrastructure data to evaluate consumer compliance with water advisories during a water service interruption,2022,FALSE,0,NA,NA,2,Morgan Faye DiCarlo,"North Carolina State University, Department of Civil, Construction and Environmental Engineering Raleigh, NC, USA",NA,mdicarl@ncsu.edu,0000-0003-1322-1948,NA,NA,NA,NA,NA,TRUE,The authors do not have permission to share data.,not shareable,NA,4,Advancedmeteringinfrastructure; Waterserviceinterruption; WaterUtilities; Smartmeters -154,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/pii/S0301479722009070,www.sciencedirect.com,Journal of Environmental Management,Using remote sensing to identify liquid manure applications in eastern North Carolina,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0301479722009070-mmc1.docx,3,Kelly Shea,"School of Geographical Sciences and Urban Planning, Arizona State University, Tempe, AZ, USA",United States of America,NA,NA,Danica Schaffer-Smith,"Center for Biodiversity Outcomes, Arizona State University, Tempe, AZ, USA",USA,d.schaffer-smith@tnc.org,0000-0003-3896-1483,FALSE,NA,NA,NA,6,Nutrientmanagement; Livestock; Agriculture; Machinelearning; SatelliteradarSentinel-1 -156,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/pii/S0160412022001027,www.sciencedirect.com,Environmental International,Arsenic in private well water and birth outcomes in the United States,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0160412022001027-mmc1.docx,15,Catherine M. Bulka,"Department of Environmental Sciences and Engineering, University of North Carolina, 135 Dauer Drive, Chapel Hill, NC 27599, USA",United States of America,cbulka@email.unc.edu,NA,Maria Argos,"Division of Epidemiology and Biostatistics, School of Public Health, University of Illinois at Chicago, 1603 West Taylor Street, Office 878A, Chicago, IL 60612, USA",USA,argos@uic.edu,NA,FALSE,NA,NA,NA,5,Arsenic; Privatewells; Watercontamination; Birthoutcomes; Epidemiology -160,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/abs/pii/S0048969722002431,www.sciencedirect.com,Science of The Total Environment,Mechanisms of orthophosphate removal from water by lanthanum carbonate and other lanthanum-containing materials,2022,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722002431-mmc1.pdf,8,Yue Zhi,"Key Laboratory of Eco-environments in Three Gorges Reservoir Region, Ministry of Education, College of Environment and Ecology, Chongqing University, Chongqing 400044, China",NA,yuezhi6170@163.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,8,Lanthanumcontainingmaterial; Lanthanumcarbonate; Phosphorusremoval; Wastewatertreatment; Mineralprecipitation -162,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/pii/S0048969722024949?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,Predictive values of time-dense SARS-CoV-2 wastewater analysis in university campus buildings,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722024949-mmc1.docx,7,Claire M. Welling,"Center for Water, Sanitation, Hygiene and Infectious Disease (WASH-AID), Department of Electrical and Computer Engineering, Duke University, Durham, NC, United States of America",United States of America,NA,NA,Sonia Grego,"Center for Water, Sanitation, Hygiene and Infectious Disease (WASH-AID), Department of Electrical and Computer Engineering, Duke University, Durham, NC, United States of America",USA,sonia.grego@duke.edu,NA,FALSE,NA,NA,NA,12,Residencehall; Asymptomaticsurveillance; Positivepredictivevalue; Clinicalcase -163,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/pii/S0301479722005771,www.sciencedirect.com,Journal of Environmental Management,"Soil infiltration rates are underestimated by models in an urban watershed in central North Carolina, USA",2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0301479722005771-mmc1.docx,4,Chase B. Bergeson,"Department of Forestry and Environmental Resources, North Carolina State University, Raleigh, NC, USA",United States of America,NA,NA,Katherine L. Martin,"Department of Forestry and Environmental Resources, North Carolina State University, Raleigh, NC, USA",USA,katie_martin@ncsu.edu,0000-0001-6020-9250,FALSE,NA,NA,NA,6,Infiltrationcapacity; Urbanhydrology; Urbansoil; Rainfall-runoffmodels; Randomforest; Stormwater -164,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/abs/pii/S2352801X22000364,www.sciencedirect.com,Groundwater for Sustainable Development,"Understanding factors influencing total coliform and E. coli sampling outcomes in new private water wells in North Carolina, USA",2022,FALSE,0,NA,NA,4,Corey L. Morris,"Environmental Health Sciences Program, Department of Health Education and Promotion, East Carolina University, Greenville, NC, United State",United States of America,NA,NA,Lok R. Pokhrel,"Department of Public Health, East Carolina University, Greenville, NC, United States",USA,pokhrell18@ecu.edu,0000-0002-4606-9973,FALSE,NA,NA,NA,0,Groundwater; Microbesampling; NorthCarolina; Coliform; E.coli; Waterquality -171,http://eepurl.com/hZ8bR1,https://www.sciencedirect.com/science/article/pii/S2772411522000088,www.sciencedirect.com,Nature-based solution,"Determining the costs, revenues, and cost-share payments for the “floodwise” program: Nature-based solutions to mitigate flooding in eastern, rural North Carolina",2022,FALSE,0,NA,NA,10,Meredith Hovis,"Department of Forestry and Environmental Resources, North Carolina State University, Raleigh, N.C., U.SA.",NA,mehovis@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,1,Rurallandscapes; Nature-basedsolutions; Costs; Economics; Capitalbudgeting; Floodmitigation -173,http://eepurl.com/hZ8bR1,https://www.sciencedirect.com/science/article/abs/pii/S014362282200008X,www.sciencedirect.com,Applied Geography,"Impacts of land use metrics on urban stream health: Buffalo Creek, North Carolina, USA",2022,FALSE,0,NA,NA,1,Sarah Praskievicz,"University of North Carolina at Greensboro, Department of Geography, Environment, and Sustainability, 237 Graham Bldg., PO Box 26170, Greensboro, NC, 27402-6170, USA",NA,sjpraski@uncg.edu,0000-0002-9380-7625,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,2,Aquaticecosystems; Hydrology; Landuse/landcover; Physicalhabitat; Urbanstreams; Waterquality -177,http://eepurl.com/hZ8bR1,https://www.sciencedirect.com/science/article/pii/S0048969722018563?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,"Per- and polyfluoroalkyl substances (PFAS) in river discharge: Modeling loads upstream and downstream of a PFAS manufacturing plant in the Cape Fear watershed, North Carolina",2022,TRUE,3,xlsx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722018563-mmc1.xlsx,8,M.-A. Pétré,"Department of Marine, Earth, and Atmospheric Sciences, North Carolina State University, Raleigh, NC, United States",NA,marie-amelie.petre@gtk.fi,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,19,PFAS; Massload; Model; Sourcetracking; Environmentalmonitoring; Drinkingwater -181,http://eepurl.com/hZ8bR1,https://www.sciencedirect.com/science/article/pii/S0048969721075811,www.sciencedirect.com,Science of The Total Environment,"Tracking the temporal variation of COVID-19 surges through wastewater-based epidemiology during the peak of the pandemic: A six-month long study in Charlotte, North Carolina",2022,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S0048969721075811-mmc1.pdf,13,Visva Bharati Barua,"Department of Civil and Environmental Engineering, University of North Carolina Charlotte, 9201 University City Boulevard, Charlotte, NC 28223, USA",United States of America,NA,NA,Mariya Munir,"Department of Civil and Environmental Engineering, University of North Carolina Charlotte, 9201 University City Boulevard, Charlotte, NC 28223, USA",USA,mmunir@uncc.edu,NA,FALSE,NA,NA,NA,25,SARS-CoV-2; Wastewater; COVID-19; RT-qPCR; RT-ddPCR; Wastewater-basedepidemiology(WBE) -187,http://eepurl.com/hXG2ID,https://www.sciencedirect.com/science/article/abs/pii/S0378377422001391,www.sciencedirect.com,Agricultural Water Management,Development and application of DRAINMOD model for simulating crop yield and water conservation benefits of drainage water recycling,2022,FALSE,0,NA,NA,3,Hassam Mourisi,"Department of Biological and Agricultural Engineering, North Carolina State University, Weaver Laboratory, 3110 Faucette Dr., Raleigh, NC 27695-7625, USA",United States of America,NA,NA,Mohamed A. Youssef,"Department of Biological and Agricultural Engineering, North Carolina State University, Weaver Laboratory, 3110 Faucette Dr., Raleigh, NC 27695-7625, USA",USA,mohamed_youssef@ncsu.edu,NA,FALSE,NA,NA,NA,9,Subsurfacedrainage; Supplementalirrigation; On-farmwaterstorage; Irrigationreservoir; Drainagewaterreuse; DRAINMOD-DWR -188,http://eepurl.com/hXG2ID,https://www.sciencedirect.com/science/article/abs/pii/S0048969722019167?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,"Exposure to industrial hog operations and gastrointestinal illness in North Carolina, USA",2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722019167-mmc1.docx,6,Arbor J.L. Quist,"Department of Epidemiology, Gillings School of Global Public Health, University of North Carolina, Chapel Hill, NC 27599, USA",NA,arborqui@usc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,6,CAFOs; Swine; Hogproduction; Animalfarming; Environmentaljustice; Gastrointestinalillness -192,http://eepurl.com/hXG2ID,https://www.sciencedirect.com/science/article/abs/pii/S2352801X22000364,www.sciencedirect.com,Groundwater for Sustainable Development,"Understanding factors influencing total coliform and E. coli sampling outcomes in new private water wells in North Carolina, USA",2022,FALSE,0,NA,NA,4,Corey L. Morris,"Environmental Health Sciences Program, Department of Health Education and Promotion, East Carolina University, Greenville, NC, United State",United States of America,NA,NA,Lok R. Pokhrel,"Department of Public Health, East Carolina University, Greenville, NC, United States",USA,pokhrell18@ecu.edu,0000-0002-4606-9973,FALSE,NA,NA,NA,0,Groundwater; Microbesampling; NorthCarolina; Coliform; E.coli; Waterquality -195,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/abs/pii/S0048969721065578?via%253Dihub,www.sciencedirect.com,Science of The Total Environment,Analysis of the novel NCWELL database highlights two decades of co-occurrence of toxic metals in North Carolina private well water: Public health and environmental justice implications,2022,TRUE,3,xlsx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969721065578-mmc1.docx,5,Lauren A. Eaves,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,NA,NA,Rebecca C. Fry,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",USA,rfry@unc.edu,NA,FALSE,NA,NA,NA,9,Arsenic; Manganese; Lead; Privatewells; K-meansclustering; Geocoding -197,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/abs/pii/S0048969721061866,www.sciencedirect.com,Science of The Total Environment,Hurricane flooding and acute gastrointestinal illness in North Carolina,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969721061866-mmc1.docx,6,Arbor J.L. Quist,"Department of Epidemiology, Gillings School of Global Public Health, University of North Carolina, Chapel Hill, NC 27599, USA",NA,arborqui@usc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,16,Floods; Hurricanes; Interruptedtimeseriesanalysis; Gastrointestinalillness; Environmentalepidemiology; Disasterepidemiology -199,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/pii/S001393512101447X,www.sciencedirect.com,Environmental Research,A new approach to a legacy concern: Evaluating machine-learned Bayesian networks to predict childhood lead exposure risk from community water systems,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S001393512101447X-mmc1.docx,6,Riley Mulhern,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, 135 Dauer Drive, Chapel Hill, NC, 27599, USA",NA,rmulhern@rti.org,0000-0001-6293-3672,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,9,Bayesiannetworks; Drinkingwater; Bloodleadlevels; Machinelearning; Riskassessment; Healthdisparity -201,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/pii/S0048969721075811,www.sciencedirect.com,Science of The Total Environment,"Tracking the temporal variation of COVID-19 surges through wastewater-based epidemiology during the peak of the pandemic: A six-month long study in Charlotte, North Carolina",2022,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S0048969721075811-mmc1.pdf,13,Visva Bharati Barua,"Department of Civil and Environmental Engineering, University of North Carolina Charlotte, 9201 University City Boulevard, Charlotte, NC 28223, USA",United States of America,NA,NA,Mariya Munir,"Department of Civil and Environmental Engineering, University of North Carolina Charlotte, 9201 University City Boulevard, Charlotte, NC 28223, USA",USA,mmunir@uncc.edu,NA,FALSE,NA,NA,NA,25,SARS-CoV-2; Wastewater; COVID-19; RT-qPCR; RT-ddPCR; Wastewater-basedepidemiology(WBE) -202,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/pii/S004896972105525X,www.sciencedirect.com,Science of The Total Environment,User experience of point-of-use water treatment for private wells in North Carolina: Implications for outreach and well stewardship,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S004896972105525X-mmc1.docx,4,Riley Mulhern,"University of North Carolina at Chapel Hill, Gillings School of Global Public Health, Department of Environmental Science & Engineering, 135 Dauer Drive, Chapel Hill, NC 27599, United States of America",NA,rmulhern@rti.org,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,14,Privatewells; Householdwatertreatment; Healthbeliefmodel; Self-efficacy; Socialcognitivetheory; Drinkingwater +71,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/abs/pii/S0743016722002844,www.sciencedirect.com,Journal of Rural Studies,Quantitatively defining and mapping rural: A case study of North Carolina,2023,FALSE,0,NA,NA,5,Timothy Mulrooney,"North Carolina Central University, Department of Environmental, Earth and Geospatial Sciences, 1246 Mary M, Townes Science Complex, 1801 Fayetteville St., Durham, NC, 27707, USA",United States of America,tmulroon@nccu.edu,0000-0001-9333-9641,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,3,Geographicinformationsystems; Ruralgeography; statisticalanalysis +72,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/abs/pii/S0048969722079372,www.sciencedirect.com,Science of The Total Environment,Riparian buffers increase future baseflow and reduce peakflows in a developing watershed,2023,FALSE,0,NA,NA,6,Elly T. Gay,"North Carolina State University, Department of Forestry and Environmental Resources, 2800 Faucette Dr, Raleigh, NC 27695, USA",United States of America,etgay@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,5,Forestedwatersheds; FUTURESmodel; Landuselandcoverchange(LULCC); Hydrologicmodeling; SoilandWaterAssessmentTool(SWAT); Globalclimatemodel +73,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/abs/pii/S0169772222001723,www.sciencedirect.com,Journal of Contaminant Hydrology,Improved Darcian streambed measurements to quantify flux and mass discharge of volatile organic compounds from a contaminated aquifer to an urban stream,2023,TRUE,2,xlsx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0169772222001723-mmc1.xlsx,3,J.L. Nickels,"Department of Marine, Earth, and Atmospheric Sciences, NC State University, Raleigh, NC, United States of America",United States of America,NA,NA,D.P. Genereux,"Department of Marine, Earth, and Atmospheric Sciences, NC State University, Raleigh, NC, United States of America",United States of America,genereux@ncsu.edu,NA,TRUE,The data used are given in online supplementary material associated with the paper.,in paper or supp,NA,2,VOC; Contaminantflux; Groundwater; Stream +75,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/pii/S0378383922001880,www.sciencedirect.com,Coastal Engineering,Wave influence on altimetry sea level at the coast,2023,FALSE,0,NA,NA,7,Grégoire O. Abessolo,"Ecosystems and Fishery Resources Laboratory, Institute of Fisheries and Aquatic Sciences, University of Douala, BP 2701 Douala, Cameroon",Cameroon,gregoireabessolo@ish.cm,0000-0001-7724-5805,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,2,CoastalaltimetrySealevel; Waves; Videocamera; Tidegauge; Buoy; Altimeter; Significantwaveheight; Re-trackingalgorithm +79,http://eepurl.com/ieh0rf,https://www.sciencedirect.com/science/article/pii/S0048969722070966,www.sciencedirect.com,Science of The Total Environment,"Detection of SARS-CoV-2 RNA in wastewater and comparison to COVID-19 cases in two sewersheds, North Carolina, USA",2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722070966-mmc1.docx,13,Alyssa M. Grube,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, 135 Dauer Drive, Chapel Hill, NC 27599, United States",United States of America,NA,NA,Jill R. Stewart,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, 135 Dauer Drive, Chapel Hill, NC 27599, United States",United States of America,jill.stewart@unc.edu,NA,TRUE,Data will be made available on request,on request,NA,6,Wastewater-basedepidemiology; Sewagesurveillance; Coronavirus; COVID; ddPCR +83,http://eepurl.com/ieh0rf,https://www.sciencedirect.com/science/article/abs/pii/S0048969722075118?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,Generation of the Chemical and Social Stressors Integration Technique (CASS-IT) to identify areas of holistic public health concern: An application to North Carolina,2023,FALSE,0,NA,NA,7,Lauren A. Eaves,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,NA,NA,Rebecca C. Fry,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,rfry@unc.edu,NA,TRUE,Data and code are available on github: https://github.com/UNCSRP/CASS-IT,available in online repository,https://github.com/UNCSRP/CASS-IT,0,Clustering; Metals; Privatewells; Socialvulnerability; Geographicdata +86,http://eepurl.com/ieh0rf,https://www.sciencedirect.com/science/article/pii/S0301479722024136?via%3Dihub,www.sciencedirect.com,Journal of Environmental Management,Impacts of utilizing swine lagoon sludge as a composting ingredient,2023,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0301479722024136-mmc1.docx,5,Piyush Patil,"Biological and Agricultural Engineering, North Carolina State University, Raleigh, USA",United States of America,pspatil2@ncsu.edu,0000-0002-5422-5104,Mahmoud Sharara,"Biological and Agricultural Engineering, North Carolina State University, Raleigh, USA",United States of America,msharar@ncsu.edu,0000-0003-4519-8156,TRUE,Data will be made available on request.,on request,NA,3,GHGEmissions; Waterextractable; Phosphorus; Zinc; Copper; NorthCarolina +87,http://eepurl.com/ieh0rf,https://www.sciencedirect.com/science/article/pii/S2590061722000539,www.sciencedirect.com,Progress in Disaster Science,"Perceptions of risk to compound coastal water events: A case study in eastern North Carolina, USA",2022,FALSE,0,NA,NA,6,Scott Curtis,"Dr. John Lining Professor of Physics and Director of the James B. Near Center for Climate Studies, The Citadel, 171 Moultrie Street, Charleston, SC, USA",United States of America,wcurtis1@citadel.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,2,Risk; Compoundhazard; Flood; Rural; Emergencymanagement; Planning; CCWE +96,http://eepurl.com/icBZuL,https://www.sciencedirect.com/science/article/abs/pii/S004896972205848X,www.sciencedirect.com,Science of The Total Environment,"Exposure to industrial hog and poultry operations and urinary tract infections in North Carolina, USA",2022,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S004896972205848X-mmc1.pdf,3,David A. Holcomb,"Department of Epidemiology, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,NA,NA,Lawrence S. Engel,"Department of Epidemiology, University of North Carolina, CB #7435, Chapel Hill, NC 27599-7435, USA.",United States of America,Larry.Engel@unc.edu,NA,TRUE,The authors do not have permission to share data.,not shareable,NA,0,ExtraintestinalpathogenicE.coli(ExPEC); Foodborneurinarytractinfection(fUTI); Concentratedanimalfeedingoperation(CAFO); Syndromicsurveillance; Besag-York-Mollié(BYM)model; Ecologicalregressionanalysis +115,http://eepurl.com/iadi9z,https://www.sciencedirect.com/science/article/pii/S0048969722059411,www.sciencedirect.com,Science of The Total Environment,Source apportionment of serum PFASs in two highly exposed communities,2023,TRUE,2,docx; zip,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722059411-mmc1.docx,8,Dylan J. Wallis,"Department of Biological Sciences, North Carolina State University, Raleigh, NC, USA",United States of America,djwallis@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,NA,4,Sourceapportionment; Receptormodels; PFAS; Perfluoroalkylsubstances +122,http://eepurl.com/h9U0Mr,https://www.sciencedirect.com/science/article/abs/pii/S0048969722054821,www.sciencedirect.com,Science of The Total Environment,Harmful cyanobacterial aerosolization dynamics in the airshed of a eutrophic estuary,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722054821-mmc1.docx,18,Haley E. Plaas,"UNC-Chapel Hill, Earth, Marine, and Environmental Sciences, Institute of Marine Sciences, 3431 Arendell St., Morehead City, NC 28577, United States of America",United States of America,hplaas@live.unc.edu,0000-0001-8823-0457,NA,NA,NA,NA,NA,TRUE,Code can be found at the Github linked in the article: https://github.com/haleyplaas/CR-AS_2020/blob/v0.1/CR-AS%20data%20cleaning%2C%20stats%2C%20figures.R. Data can be made available upon request.,on request,NA,8,Waterquality; ToxicCyanobacteria; Airquality; PM2.5; Microcystis; Dolichospermum +126,http://eepurl.com/h9U0Mr,https://www.sciencedirect.com/science/article/abs/pii/S0376738822006019,www.sciencedirect.com,Journal of Membrane Science,Trends and errors in reverse osmosis membrane performance calculations stemming from test pressure and simplifying assumptions about concentration polarization and solute rejection,2022,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S0376738822006019-mmc1.pdf,3,Mikayla D. Armstrong,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, 27599, USA",United States of America,NA,NA,Orlando Coronell,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, 27599, USA",United States of America,coronell@unc.edu,0000-0002-7018-391X,TRUE,Data will be made available on request.,on request,NA,4,Permeance; Selectivity; Rejection; Advectivetransport; Diffusivetransport +127,http://eepurl.com/h9U0Mr,https://www.sciencedirect.com/science/article/pii/S0301479722009070,www.sciencedirect.com,Journal of Environment Management,Using remote sensing to identify liquid manure applications in eastern North Carolina,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0301479722009070-mmc1.docx,3,Kelly Shea,"School of Geographical Sciences and Urban Planning, Arizona State University, Tempe, AZ, USA",United States of America,NA,NA,Danica Schaffer-Smith,"Center for Biodiversity Outcomes, Arizona State University, Tempe, AZ, USA",United States of America,d.schaffer-smith@tnc.org,0000-0003-3896-1483,FALSE,NA,NA,NA,6,Nutrientmanagement; Livestock; Agriculture; Machinelearning; SatelliteradarSentinel-1 +131,http://eepurl.com/h7S0S1,https://www.sciencedirect.com/science/article/abs/pii/S0272771422002311,www.sciencedirect.com,"Estuarine, Coastal and Shelf Science","Determining geochemical and microbial parameters underlying geographic patterns of denitrification and anammox rates in the New River Estuary, North Carolina, USA",2022,TRUE,12,xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; docx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0272771422002311-mmc1.xlsx,5,Jessica Anne Lisa,"Department of Biological Sciences, Virginia Institute of Marine Science, William & Mary, Gloucester Point, VA, USA",United States of America,jlisa@georgian.edu,0000-0002-0689-2498,NA,NA,NA,NA,NA,TRUE,Data are available in supplemental tables. Code will be shared upon request.,in paper or supp,NA,1,Nitrogenremoval; Denitrification; Anammox; nosZ; hzo; Sediments +132,http://eepurl.com/h7S0S1,https://www.sciencedirect.com/science/article/abs/pii/S0048969722019167,www.sciencedirect.com,Science of The Total Environment,"Exposure to industrial hog operations and gastrointestinal illness in North Carolina, USA",2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722019167-mmc1.docx,6,Arbor J.L. Quist,"Department of Epidemiology, Gillings School of Global Public Health, University of North Carolina, Chapel Hill, NC 27599, USA",United States of America,arborqui@usc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,6,CAFOs; Swine; Hogproduction; Animalfarming; Environmentaljustice; Gastrointestinalillness +136,http://eepurl.com/h7S0S1,https://www.sciencedirect.com/science/article/pii/S0048969722018563?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,"Per- and polyfluoroalkyl substances (PFAS) in river discharge: Modeling loads upstream and downstream of a PFAS manufacturing plant in the Cape Fear watershed, North Carolina",2022,TRUE,3,xlsx; xlsx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722018563-mmc1.xlsx,8,M.-A. Pétré,"Department of Marine, Earth, and Atmospheric Sciences, North Carolina State University, Raleigh, NC, United States",United States of America,marie-amelie.petre@gtk.fi,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,19,PFAS; Massload; Model; Sourcetracking; Environmentalmonitoring; Drinkingwater +146,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/pii/S0048969722022951?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,Exploring the determinants and indicators of poultry feces management behaviors in rural Western Uganda,2022,TRUE,2,pdf; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722022951-mmc1.pdf,4,Jeremy Lowe,"Department of Civil, Construction, and Environmental Engineering, NC State University, Raleigh, NC, United States",United States of America,jlowe3@ncsu.edu,NA,Angela R. Harris,"Department of Civil, Construction, and Environmental Engineering, NC State University, Raleigh, NC, United States",United States of America,aharris5@ncsu.edu,NA,FALSE,NA,NA,NA,3,Animalhusbandry; Fecalcontamination; Sanitation; Hygiene; Animalfecesmanagement; Entericpathogens +147,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/abs/pii/S0925857422001574,www.sciencedirect.com,Ecological Engineering,"The flood reduction and water quality impacts of watershed-scale natural infrastructure implementation in North Carolina, USA",2022,FALSE,0,NA,NA,6,J. Jack Kurki-Fox,"Department of Biological and Agricultural Engineering, North Carolina State University, 3100 Faucette Dr., Raleigh, NC 27695, United States of America",United States of America,jjkurkif@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,3,Naturalinfrastructure; Wetlandrestoration; Reforestation; Watershedmodeling +150,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/abs/pii/S027843432200142X,www.sciencedirect.com,Continental Shelf Research,The impact of sea-level rise on saltwater intrusion for barrier-island aquifers in North Carolina,2022,FALSE,0,NA,NA,2,Nicholas Fiori,"School for Environment and Sustainability, University of Michigan, MI, 48109, Ann Arbor, USA",United States of America,nfiori@umich.edu,NA,NA,NA,NA,NA,NA,TRUE,Data are available in supplemental tables. Code will be shared upon request.,on request,NA,0,Hydrogeology; Climatechange; Sea-levelrise; Saltwaterintrusion; Barrier-islandaquifers +153,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/abs/pii/S0043135422007552,www.sciencedirect.com,Water Research,Using advanced metering infrastructure data to evaluate consumer compliance with water advisories during a water service interruption,2022,FALSE,0,NA,NA,2,Morgan Faye DiCarlo,"North Carolina State University, Department of Civil, Construction and Environmental Engineering Raleigh, NC, USA",United States of America,mdicarl@ncsu.edu,0000-0003-1322-1948,NA,NA,NA,NA,NA,TRUE,The authors do not have permission to share data.,not shareable,NA,4,Advancedmeteringinfrastructure; Waterserviceinterruption; WaterUtilities; Smartmeters +154,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/pii/S0301479722009070,www.sciencedirect.com,Journal of Environmental Management,Using remote sensing to identify liquid manure applications in eastern North Carolina,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0301479722009070-mmc1.docx,3,Kelly Shea,"School of Geographical Sciences and Urban Planning, Arizona State University, Tempe, AZ, USA",United States of America,NA,NA,Danica Schaffer-Smith,"Center for Biodiversity Outcomes, Arizona State University, Tempe, AZ, USA",United States of America,d.schaffer-smith@tnc.org,0000-0003-3896-1483,FALSE,NA,NA,NA,6,Nutrientmanagement; Livestock; Agriculture; Machinelearning; SatelliteradarSentinel-1 +156,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/pii/S0160412022001027,www.sciencedirect.com,Environmental International,Arsenic in private well water and birth outcomes in the United States,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0160412022001027-mmc1.docx,15,Catherine M. Bulka,"Department of Environmental Sciences and Engineering, University of North Carolina, 135 Dauer Drive, Chapel Hill, NC 27599, USA",United States of America,cbulka@email.unc.edu,NA,Maria Argos,"Division of Epidemiology and Biostatistics, School of Public Health, University of Illinois at Chicago, 1603 West Taylor Street, Office 878A, Chicago, IL 60612, USA",United States of America,argos@uic.edu,NA,FALSE,NA,NA,NA,5,Arsenic; Privatewells; Watercontamination; Birthoutcomes; Epidemiology +160,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/abs/pii/S0048969722002431,www.sciencedirect.com,Science of The Total Environment,Mechanisms of orthophosphate removal from water by lanthanum carbonate and other lanthanum-containing materials,2022,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722002431-mmc1.pdf,8,Yue Zhi,"Key Laboratory of Eco-environments in Three Gorges Reservoir Region, Ministry of Education, College of Environment and Ecology, Chongqing University, Chongqing 400044, China",China,yuezhi6170@163.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,8,Lanthanumcontainingmaterial; Lanthanumcarbonate; Phosphorusremoval; Wastewatertreatment; Mineralprecipitation +162,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/pii/S0048969722024949?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,Predictive values of time-dense SARS-CoV-2 wastewater analysis in university campus buildings,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722024949-mmc1.docx,7,Claire M. Welling,"Center for Water, Sanitation, Hygiene and Infectious Disease (WASH-AID), Department of Electrical and Computer Engineering, Duke University, Durham, NC, United States of America",United States of America,NA,NA,Sonia Grego,"Center for Water, Sanitation, Hygiene and Infectious Disease (WASH-AID), Department of Electrical and Computer Engineering, Duke University, Durham, NC, United States of America",United States of America,sonia.grego@duke.edu,NA,FALSE,NA,NA,NA,12,Residencehall; Asymptomaticsurveillance; Positivepredictivevalue; Clinicalcase +163,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/pii/S0301479722005771,www.sciencedirect.com,Journal of Environmental Management,"Soil infiltration rates are underestimated by models in an urban watershed in central North Carolina, USA",2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0301479722005771-mmc1.docx,4,Chase B. Bergeson,"Department of Forestry and Environmental Resources, North Carolina State University, Raleigh, NC, USA",United States of America,NA,NA,Katherine L. Martin,"Department of Forestry and Environmental Resources, North Carolina State University, Raleigh, NC, USA",United States of America,katie_martin@ncsu.edu,0000-0001-6020-9250,FALSE,NA,NA,NA,6,Infiltrationcapacity; Urbanhydrology; Urbansoil; Rainfall-runoffmodels; Randomforest; Stormwater +164,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/abs/pii/S2352801X22000364,www.sciencedirect.com,Groundwater for Sustainable Development,"Understanding factors influencing total coliform and E. coli sampling outcomes in new private water wells in North Carolina, USA",2022,FALSE,0,NA,NA,4,Corey L. Morris,"Environmental Health Sciences Program, Department of Health Education and Promotion, East Carolina University, Greenville, NC, United State",United States of America,NA,NA,Lok R. Pokhrel,"Department of Public Health, East Carolina University, Greenville, NC, United States",United States of America,pokhrell18@ecu.edu,0000-0002-4606-9973,FALSE,NA,NA,NA,0,Groundwater; Microbesampling; NorthCarolina; Coliform; E.coli; Waterquality +171,http://eepurl.com/hZ8bR1,https://www.sciencedirect.com/science/article/pii/S2772411522000088,www.sciencedirect.com,Nature-based solution,"Determining the costs, revenues, and cost-share payments for the “floodwise” program: Nature-based solutions to mitigate flooding in eastern, rural North Carolina",2022,FALSE,0,NA,NA,10,Meredith Hovis,"Department of Forestry and Environmental Resources, North Carolina State University, Raleigh, N.C., U.SA.",United States of America,mehovis@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,1,Rurallandscapes; Nature-basedsolutions; Costs; Economics; Capitalbudgeting; Floodmitigation +173,http://eepurl.com/hZ8bR1,https://www.sciencedirect.com/science/article/abs/pii/S014362282200008X,www.sciencedirect.com,Applied Geography,"Impacts of land use metrics on urban stream health: Buffalo Creek, North Carolina, USA",2022,FALSE,0,NA,NA,1,Sarah Praskievicz,"University of North Carolina at Greensboro, Department of Geography, Environment, and Sustainability, 237 Graham Bldg., PO Box 26170, Greensboro, NC, 27402-6170, USA",United States of America,sjpraski@uncg.edu,0000-0002-9380-7625,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,2,Aquaticecosystems; Hydrology; Landuse/landcover; Physicalhabitat; Urbanstreams; Waterquality +177,http://eepurl.com/hZ8bR1,https://www.sciencedirect.com/science/article/pii/S0048969722018563?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,"Per- and polyfluoroalkyl substances (PFAS) in river discharge: Modeling loads upstream and downstream of a PFAS manufacturing plant in the Cape Fear watershed, North Carolina",2022,TRUE,3,xlsx; xlsx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722018563-mmc1.xlsx,8,M.-A. Pétré,"Department of Marine, Earth, and Atmospheric Sciences, North Carolina State University, Raleigh, NC, United States",United States of America,marie-amelie.petre@gtk.fi,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,19,PFAS; Massload; Model; Sourcetracking; Environmentalmonitoring; Drinkingwater +181,http://eepurl.com/hZ8bR1,https://www.sciencedirect.com/science/article/pii/S0048969721075811,www.sciencedirect.com,Science of The Total Environment,"Tracking the temporal variation of COVID-19 surges through wastewater-based epidemiology during the peak of the pandemic: A six-month long study in Charlotte, North Carolina",2022,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S0048969721075811-mmc1.pdf,13,Visva Bharati Barua,"Department of Civil and Environmental Engineering, University of North Carolina Charlotte, 9201 University City Boulevard, Charlotte, NC 28223, USA",United States of America,NA,NA,Mariya Munir,"Department of Civil and Environmental Engineering, University of North Carolina Charlotte, 9201 University City Boulevard, Charlotte, NC 28223, USA",United States of America,mmunir@uncc.edu,NA,FALSE,NA,NA,NA,25,SARS-CoV-2; Wastewater; COVID-19; RT-qPCR; RT-ddPCR; Wastewater-basedepidemiology(WBE) +187,http://eepurl.com/hXG2ID,https://www.sciencedirect.com/science/article/abs/pii/S0378377422001391,www.sciencedirect.com,Agricultural Water Management,Development and application of DRAINMOD model for simulating crop yield and water conservation benefits of drainage water recycling,2022,FALSE,0,NA,NA,3,Hassam Mourisi,"Department of Biological and Agricultural Engineering, North Carolina State University, Weaver Laboratory, 3110 Faucette Dr., Raleigh, NC 27695-7625, USA",United States of America,NA,NA,Mohamed A. Youssef,"Department of Biological and Agricultural Engineering, North Carolina State University, Weaver Laboratory, 3110 Faucette Dr., Raleigh, NC 27695-7625, USA",United States of America,mohamed_youssef@ncsu.edu,NA,FALSE,NA,NA,NA,9,Subsurfacedrainage; Supplementalirrigation; On-farmwaterstorage; Irrigationreservoir; Drainagewaterreuse; DRAINMOD-DWR +188,http://eepurl.com/hXG2ID,https://www.sciencedirect.com/science/article/abs/pii/S0048969722019167?via%3Dihub,www.sciencedirect.com,Science of The Total Environment,"Exposure to industrial hog operations and gastrointestinal illness in North Carolina, USA",2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722019167-mmc1.docx,6,Arbor J.L. Quist,"Department of Epidemiology, Gillings School of Global Public Health, University of North Carolina, Chapel Hill, NC 27599, USA",United States of America,arborqui@usc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,6,CAFOs; Swine; Hogproduction; Animalfarming; Environmentaljustice; Gastrointestinalillness +192,http://eepurl.com/hXG2ID,https://www.sciencedirect.com/science/article/abs/pii/S2352801X22000364,www.sciencedirect.com,Groundwater for Sustainable Development,"Understanding factors influencing total coliform and E. coli sampling outcomes in new private water wells in North Carolina, USA",2022,FALSE,0,NA,NA,4,Corey L. Morris,"Environmental Health Sciences Program, Department of Health Education and Promotion, East Carolina University, Greenville, NC, United State",United States of America,NA,NA,Lok R. Pokhrel,"Department of Public Health, East Carolina University, Greenville, NC, United States",United States of America,pokhrell18@ecu.edu,0000-0002-4606-9973,FALSE,NA,NA,NA,0,Groundwater; Microbesampling; NorthCarolina; Coliform; E.coli; Waterquality +195,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/abs/pii/S0048969721065578?via%253Dihub,www.sciencedirect.com,Science of The Total Environment,Analysis of the novel NCWELL database highlights two decades of co-occurrence of toxic metals in North Carolina private well water: Public health and environmental justice implications,2022,TRUE,3,xlsx; docx; docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969721065578-mmc1.docx,5,Lauren A. Eaves,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,NA,NA,Rebecca C. Fry,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, The University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,rfry@unc.edu,NA,FALSE,NA,NA,NA,9,Arsenic; Manganese; Lead; Privatewells; K-meansclustering; Geocoding +197,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/abs/pii/S0048969721061866,www.sciencedirect.com,Science of The Total Environment,Hurricane flooding and acute gastrointestinal illness in North Carolina,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S0048969721061866-mmc1.docx,6,Arbor J.L. Quist,"Department of Epidemiology, Gillings School of Global Public Health, University of North Carolina, Chapel Hill, NC 27599, USA",United States of America,arborqui@usc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,16,Floods; Hurricanes; Interruptedtimeseriesanalysis; Gastrointestinalillness; Environmentalepidemiology; Disasterepidemiology +199,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/pii/S001393512101447X,www.sciencedirect.com,Environmental Research,A new approach to a legacy concern: Evaluating machine-learned Bayesian networks to predict childhood lead exposure risk from community water systems,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S001393512101447X-mmc1.docx,6,Riley Mulhern,"Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, 135 Dauer Drive, Chapel Hill, NC, 27599, USA",United States of America,rmulhern@rti.org,0000-0001-6293-3672,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,9,Bayesiannetworks; Drinkingwater; Bloodleadlevels; Machinelearning; Riskassessment; Healthdisparity +201,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/pii/S0048969721075811,www.sciencedirect.com,Science of The Total Environment,"Tracking the temporal variation of COVID-19 surges through wastewater-based epidemiology during the peak of the pandemic: A six-month long study in Charlotte, North Carolina",2022,TRUE,1,pdf,https://ars.els-cdn.com/content/image/1-s2.0-S0048969721075811-mmc1.pdf,13,Visva Bharati Barua,"Department of Civil and Environmental Engineering, University of North Carolina Charlotte, 9201 University City Boulevard, Charlotte, NC 28223, USA",United States of America,NA,NA,Mariya Munir,"Department of Civil and Environmental Engineering, University of North Carolina Charlotte, 9201 University City Boulevard, Charlotte, NC 28223, USA",United States of America,mmunir@uncc.edu,NA,FALSE,NA,NA,NA,25,SARS-CoV-2; Wastewater; COVID-19; RT-qPCR; RT-ddPCR; Wastewater-basedepidemiology(WBE) +202,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/pii/S004896972105525X,www.sciencedirect.com,Science of The Total Environment,User experience of point-of-use water treatment for private wells in North Carolina: Implications for outreach and well stewardship,2022,TRUE,1,docx,https://ars.els-cdn.com/content/image/1-s2.0-S004896972105525X-mmc1.docx,4,Riley Mulhern,"University of North Carolina at Chapel Hill, Gillings School of Global Public Health, Department of Environmental Science & Engineering, 135 Dauer Drive, Chapel Hill, NC 27599, United States of America",United States of America,rmulhern@rti.org,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,14,Privatewells; Householdwatertreatment; Healthbeliefmodel; Self-efficacy; Socialcognitivetheory; Drinkingwater diff --git a/inst/extdata/uncnewsletter.xlsx b/inst/extdata/uncnewsletter.xlsx index 8c626c4..96d15c5 100644 Binary files a/inst/extdata/uncnewsletter.xlsx and b/inst/extdata/uncnewsletter.xlsx differ diff --git a/inst/extdata/washdev.csv b/inst/extdata/washdev.csv index c12503e..c4181b4 100644 --- a/inst/extdata/washdev.csv +++ b/inst/extdata/washdev.csv @@ -1,925 +1,1174 @@ -paperid,volume,issue,paper_url,journal,title,published_year,is_supp,num_supp,supp_file_type,supp_url,num_authors,first_author_name,first_author_affiliation,first_author_affiliation_country,first_author_email,first_author_orcid,correspondence_author_name,correspondence_author_affiliation,correspondence_author_affiliation_country,correspondence_author_email,correspondence_author_orcid,has_das,das,das_type,das_repo_url,keywords,url_source -28742,1,1,https://iwaponline.com/washdev/article/1/1/1/28742/Editorial,"Journal of Water, Sanitation & Hygiene for Development",Editorial,2011,FALSE,0,NA,NA,6,Jamie Bartram,"Journal of Water, Sanitation and Hygiene for Development",NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,iwaponline.com -28745,1,1,https://iwaponline.com/washdev/article/1/1/3/28745/The-sanitation-ladder-a-need-for-a-revamp,"Journal of Water, Sanitation & Hygiene for Development",The sanitation ladder – a need for a revamp?,2011,FALSE,0,NA,NA,5,E. Kvarnström,"Stockholm Environment Institute, Kräftriket 2B, SE-10691 Stockholm, Sweden",Sweden,elisabeth.kvarnstrom@sei.se,NA,E. Kvarnström,"Stockholm Environment Institute, Kräftriket 2B, SE-10691 Stockholm, Sweden",Sweden,elisabeth.kvarnstrom@sei.se,NA,FALSE,NA,NA,NA,function-based; sanitation technologies; sustainability; the sanitation ladder,iwaponline.com -28743,1,1,https://iwaponline.com/washdev/article/1/1/13/28743/Vertical-flow-constructed-wetlands-as-an-emerging,"Journal of Water, Sanitation & Hygiene for Development",Vertical-flow constructed wetlands as an emerging solution for faecal sludge dewatering in developing countries,2011,FALSE,0,NA,NA,6,I. M. Kengne,"Laboratory of Plant Biotechnology and Environment, Faculty of Science, University Yaoundé I, PO Box 812, Yaoundé, Cameroon",Cameroon,NA,NA,E. Soh Kengne,"Laboratory of Plant Biotechnology and Environment, Faculty of Science, University Yaoundé I, PO Box 812, Yaoundé, Cameroon",Cameroon,ives_kengne@yahoo.fr,NA,FALSE,NA,NA,NA,biosolid accumulation; Cyperus papyrus; Echinochloa pyramidalis; faecal sludge dewatering; pollutant removal efficiencies; vertical-flow constructed wetlands,iwaponline.com -28744,1,1,https://iwaponline.com/washdev/article/1/1/20/28744/The-effectiveness-and-sustainability-of-two-demand,"Journal of Water, Sanitation & Hygiene for Development",The effectiveness and sustainability of two demand-driven sanitation and hygiene approaches in Zimbabwe,2011,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/1/1/10.2166_washdev.2011.015/4/015.pdf?Expires=1706026814&Signature=aK~z72sQJVXyfFFr1x8kN9RfFai9ThHg3Xuauxk4yhZ2TKJ01apTQ20-yTvpmdz5ezdfk8RpPKAfEnMneyaivPS1ZxB1NG9Fl6YR5P6ULq31vJAIlkOtwAFkzjXgjFvZhikW4W7ecfp6fwiPh9k4muyCSc47dVUsVwv~Zj4s8Ap909lcnyQj13Z9wVQce5k2NNNAeEV927OmOpk4D18~3YEZGtZrtjzTzjBvbETyZoCZd6lpPg~1i~N7fAIpunQ~PVEn93~3dyEyaOmvIAgWKFLla-vrOMczNfUOIednf-XOGacBMgJzT2pJKNG0svQv9LChEiXIwtdCNn911zH4yw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,L. Whaley,"NIWAS (National Institute for Water and Sanitation), Kolakkudipatti, Thottiyam, Trichy District, Tamil Nadu, India. Pin: 621 208",India,lukewhaley1@gmail.com,NA,L. Whaley,"NIWAS (National Institute for Water and Sanitation), Kolakkudipatti, Thottiyam, Trichy District, Tamil Nadu, India. Pin: 621 208",IND,lukewhaley1@gmail.com,NA,FALSE,NA,NA,NA,behaviour change; effectiveness; hand washing; sanitation; sustainability,iwaponline.com -28746,1,1,https://iwaponline.com/washdev/article/1/1/37/28746/Performance-evaluation-of-different-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of different wastewater treatment technologies operating in a developing country,2011,FALSE,0,NA,NA,2,Sílvia C. Oliveira,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 – sala 4622, 31270-901 – Belo Horizonte, Brazil",Brazil,silvia@desa.ufmg.br,NA,Sílvia C. Oliveira,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 – sala 4622, 31270-901 – Belo Horizonte, Brazil",Brazil,silvia@desa.ufmg.br,NA,FALSE,NA,NA,NA,developing countries; effluent quality; performance evaluation; wastewater treatment,iwaponline.com -28747,1,1,https://iwaponline.com/washdev/article/1/1/57/28747/Impact-of-a-natural-coagulant-pretreatment-for,"Journal of Water, Sanitation & Hygiene for Development",Impact of a natural coagulant pretreatment for colour removal on solar water disinfection (SODIS),2011,FALSE,0,NA,NA,2,Sarah A. Wilson,"Department of Civil Engineering, University of Toronto, 35 St George Street, Toronto, Ontario, M5S 1A4, Canada",Canada,sarahanne.wilson@gmail.com,NA,Sarah A. Wilson,"Department of Civil Engineering, University of Toronto, 35 St George Street, Toronto, Ontario, M5S 1A4, Canada",Canada,sarahanne.wilson@gmail.com,NA,FALSE,NA,NA,NA,drinking water; E. coli; Moringa oleifera; point of use; pretreatment; solar disinfection,iwaponline.com -28748,1,1,https://iwaponline.com/washdev/article/1/1/68/28748/Comparison-and-verification-of-four-field-based,"Journal of Water, Sanitation & Hygiene for Development","Comparison and verification of four field-based microbiological tests: H2S test, Easygel®, Colilert®, Petrifilm™",2011,FALSE,0,NA,NA,3,Patty Chuang,"301 Heidinger Drive, Cary, North Carolina, 27511, USA",United States of America,NA,NA,Susan Murcott,"Mass. Institute of Technology, Civil and Environmental Engineering Dept., 77 Massachusetts Ave., 1-138 Cambridge, MA 02139, USA",United States of America,murcott@mit.edu,NA,FALSE,NA,NA,NA,Colilert®; drinking water; Easygel®; H2S; Petrifilm™; Quanti-Tray®,iwaponline.com -28772,1,2,https://iwaponline.com/washdev/article/1/2/86/28772/Exploring-the-negative-space-evaluating-reasons,"Journal of Water, Sanitation & Hygiene for Development",Exploring the negative space: evaluating reasons for the failure of pro-poor targeting in urban sanitation projects,2011,FALSE,0,NA,NA,2,Guy Norman,"Postgraduate Medical School, Public Health Area, University of Surrey, UK",United Kingdom of Great Britain and Northern Ireland,g.j.norman@surrey.ac.uk,NA,Guy Norman,"Postgraduate Medical School, Public Health Area, University of Surrey, UK",United Kingdom of Great Britain and Northern Ireland,g.j.norman@surrey.ac.uk,NA,FALSE,NA,NA,NA,pro-poorness; Senegal; sewerage; targeting; World Bank,iwaponline.com -28767,1,2,https://iwaponline.com/washdev/article/1/2/102/28767/Efficacy-of-a-ceramic-siphon-household-water,"Journal of Water, Sanitation & Hygiene for Development",Efficacy of a ceramic siphon household water filter for removal of pathogenic microorganisms: lifespan volume test,2011,FALSE,0,NA,NA,3,Amanda R. Kaufman,"Department of Environmental Sciences and Engineering CB#7431, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,Amanda.Kaufman@unc.edu,NA,Amanda R. Kaufman,"Department of Environmental Sciences and Engineering CB#7431, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,Amanda.Kaufman@unc.edu,NA,FALSE,NA,NA,NA,ceramic siphon water filter; diarrhoeal diseases; E. coli; MS2; point of use,iwaponline.com -28768,1,2,https://iwaponline.com/washdev/article/1/2/112/28768/Efficacy-of-an-appropriate-point-of-use-water,"Journal of Water, Sanitation & Hygiene for Development","Efficacy of an appropriate point-of-use water treatment intervention for low-income communities in India utilizing Moringa oleifera, sari-cloth filtration and solar UV disinfection",2011,FALSE,0,NA,NA,8,Syed Imran Ali,"School of Engineering, University of Guelph, Guelph, Canada",Canada,alis@uoguelph.ca,NA,Syed Imran Ali,"School of Engineering, University of Guelph, Guelph, Canada",Canada,alis@uoguelph.ca,NA,FALSE,NA,NA,NA,appropriate technology; Moringa oleifera; point-of-use; sari-cloth filtration; SODIS; water treatment,iwaponline.com -28769,1,2,https://iwaponline.com/washdev/article/1/2/124/28769/Coupling-microbiological-testing-and-sanitary,"Journal of Water, Sanitation & Hygiene for Development","Coupling microbiological testing and sanitary surveys in drinking water quality programs: results from Capiz Province, Philippines",2011,FALSE,0,NA,NA,3,J. Molly Patrick,"211 Randolph St NE Unit C, Atlanta, GA 30312, USA",United States of America,vej7@cdc.gov,NA,J. Molly Patrick,"211 Randolph St NE Unit C, Atlanta, GA 30312, USA",United States of America,vej7@cdc.gov,NA,FALSE,NA,NA,NA,drinking water; microbiological testing; point sources; sanitary surveys; water safety,iwaponline.com -28770,1,2,https://iwaponline.com/washdev/article/1/2/136/28770/Assessing-and-managing-fluorosis-risk-in-children,"Journal of Water, Sanitation & Hygiene for Development","Assessing and managing fluorosis risk in children and adults in rural Madhya Pradesh, India",2011,FALSE,0,NA,NA,6,Sam Godfrey,"Water and Environmental Sanitation, UNICEF, Maputo, Mozambique",Mozambique,sgodfrey@unicef.org,NA,Sam Godfrey,"Water and Environmental Sanitation, UNICEF, Maputo, Mozambique",Mozambique,sgodfrey@unicef.org,NA,FALSE,NA,NA,NA,fluorosis; health-based targets; quantitative chemical risk assessment,iwaponline.com -28771,1,2,https://iwaponline.com/washdev/article/1/2/144/28771/Evaluating-performance-of-vertical-flow,"Journal of Water, Sanitation & Hygiene for Development",Evaluating performance of vertical flow constructed wetland under various hydraulic loading rates in effluent polishing,2011,FALSE,0,NA,NA,3,C. W. Maina,"Department of Agricultural Engineering, Egerton University, P.O. Box 536 – 20115, Nairobi, Kenya",Kenya,mainawcaroline@gmail.com,NA,C. W. Maina,"Department of Agricultural Engineering, Egerton University, P.O. Box 536 – 20115, Nairobi, Kenya",Kenya,mainawcaroline@gmail.com,NA,FALSE,NA,NA,NA,constructed wetland; hydraulic loading rates; hydraulics; treatment efficiency,iwaponline.com -28774,1,3,https://iwaponline.com/washdev/article/1/3/153/28774/Impact-of-intestinal-microorganisms-and-protozoan,"Journal of Water, Sanitation & Hygiene for Development","Impact of intestinal microorganisms and protozoan parasites on drinking water quality in Harare, Zimbabwe",2011,FALSE,0,NA,NA,3,Tatenda Dalu,"Aquatic Ecology Research Group, Department of Biological Sciences, University of Zimbabwe, P. O. Box MP 167, Mount Pleasant, Harare, Zimbabwe",Zimbabwe,tdalu@science.uz.ac.zw,NA,Tatenda Dalu,"Aquatic Ecology Research Group, Department of Biological Sciences, University of Zimbabwe, P. O. Box MP 167, Mount Pleasant, Harare, Zimbabwe",Zimbabwe,tdalu@science.uz.ac.zw,NA,FALSE,NA,NA,NA,coliforms; drinking water; Harare; microorganisms; parasites; protozoa,iwaponline.com -28775,1,3,https://iwaponline.com/washdev/article/1/3/165/28775/Inactivation-of-rotavirus-in-water-by-copper-pot,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of rotavirus in water by copper pot,2011,FALSE,0,NA,NA,5,V. B. Preethi Sudha,"Centre for Pharmacognosy, Pharmaceutics and Pharmacology, Institute of Ayurveda and Integrated Medicine (IAIM), 74/2, Jarakabande Kaval, Yelahanka via Attur, Bangalore – 5600106, Karnataka, India",India,preethi.s@frlht.org,NA,V. B. Preethi Sudha,"Centre for Pharmacognosy, Pharmaceutics and Pharmacology, Institute of Ayurveda and Integrated Medicine (IAIM), 74/2, Jarakabande Kaval, Yelahanka via Attur, Bangalore – 5600106, Karnataka, India",India,preethi.s@frlht.org,NA,FALSE,NA,NA,NA,ayurveda; copper; diarrhoea; rotavirus; water,iwaponline.com -28776,1,3,https://iwaponline.com/washdev/article/1/3/171/28776/Rainwater-harvesting-practices-and-attitudes-in,"Journal of Water, Sanitation & Hygiene for Development",Rainwater harvesting practices and attitudes in the Mekong Delta of Vietnam,2011,FALSE,0,NA,NA,6,Semra Özdemir,"Gillings Global School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,semramir@gmail.com,NA,Semra Özdemir,"Gillings Global School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,semramir@gmail.com,NA,FALSE,NA,NA,NA,attitudes; improved drinking water; perception; rainwater; Vietnam,iwaponline.com -28777,1,3,https://iwaponline.com/washdev/article/1/3/179/28777/Economies-of-scale-in-the-water-sector-a-survey-of,"Journal of Water, Sanitation & Hygiene for Development",Economies of scale in the water sector: a survey of the empirical literature,2011,FALSE,0,NA,NA,3,Gustavo Ferro,"Instituto de Economía UADE and CONICET, Universidad Argentina de la Empresa and Consejo Nacional de Investigaciones Científicas y Técnicas – National Council of Scientific and Technical Research, Lima 717, (1073) Buenos Aires, Argentina",Argentina,gferro@uade.edu.ar,NA,Gustavo Ferro,"Instituto de Economía UADE and CONICET, Universidad Argentina de la Empresa and Consejo Nacional de Investigaciones Científicas y Técnicas – National Council of Scientific and Technical Research, Lima 717, (1073) Buenos Aires, Argentina",Argentina,gferro@uade.edu.ar,NA,FALSE,NA,NA,NA,decentralization; economies of scale; efficiency; water,iwaponline.com -28778,1,3,https://iwaponline.com/washdev/article/1/3/195/28778/Effect-of-transparent-covers-for-collection,"Journal of Water, Sanitation & Hygiene for Development",Effect of transparent covers for collection chambers of urine-diverting dry toilets on dehydration of faecal waste,2011,FALSE,0,NA,NA,1,Jörn Germer,"University of Hohenheim, Institute of Plant Production and Agroecology in the Tropics and Subtropics, 70593 Stuttgart, Germany",Germany,jgermer@uni-hohenheim.de,NA,Jörn Germer,"University of Hohenheim, Institute of Plant Production and Agroecology in the Tropics and Subtropics, 70593 Stuttgart, Germany",Germany,jgermer@uni-hohenheim.de,NA,FALSE,NA,NA,NA,collection chamber; dehydration; faecal matter; pathogen inactivation; temperature; ventilation; urine-diverting dry toilet,iwaponline.com -28779,1,3,https://iwaponline.com/washdev/article/1/3/205/28779/Bridging-sanitation-engineering-and-planning,"Journal of Water, Sanitation & Hygiene for Development",Bridging sanitation engineering and planning: theory and practice in Burkina Faso,2011,FALSE,0,NA,NA,4,Jennifer McConville,"CIT Urban Water Management AB, Årstaängsvägen 1A, SE-117 43 Stockholm, Sweden",Sweden,jennifer.mcconville@cit.chalmers.se,NA,Jennifer McConville,"CIT Urban Water Management AB, Årstaängsvägen 1A, SE-117 43 Stockholm, Sweden",Sweden,jennifer.mcconville@cit.chalmers.se,NA,FALSE,NA,NA,NA,planning theory; process; sanitation; service provision,iwaponline.com -28800,1,4,https://iwaponline.com/washdev/article/1/4/213/28800/Fluoride-removal-from-drinking-water-in-Senegal,"Journal of Water, Sanitation & Hygiene for Development",Fluoride removal from drinking water in Senegal: laboratory and pilot experimentation on bone char-based treatment,2011,FALSE,0,NA,NA,3,Sabrina Sorlini,"Faculty of Engineering, University of Brescia, via Branze 43, 25123 Brescia, Italy",Italy,sabrina.sorlini@ing.unibs.it,NA,Sabrina Sorlini,"Faculty of Engineering, University of Brescia, via Branze 43, 25123 Brescia, Italy",Italy,sabrina.sorlini@ing.unibs.it,NA,FALSE,NA,NA,NA,animal bone char; defluoridation technique; drinking water; fluoride; Senegal,iwaponline.com -28801,1,4,https://iwaponline.com/washdev/article/1/4/224/28801/The-role-of-social-networks-on-the-uptake-of,"Journal of Water, Sanitation & Hygiene for Development",The role of social networks on the uptake of household water filters by women in self-help groups in rural India,2011,FALSE,0,NA,NA,4,Victoria Trinies,"Department of Environmental Health Sciences, Mailman School of Public Health, Columbia University, New York, NY, USA",United States of America,NA,NA,Matthew C. Freeman,"Environmental Health Group, Faculty of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, London, UK",United Kingdom of Great Britain and Northern Ireland,mcfreem@emory.edu,NA,FALSE,NA,NA,NA,decision-making; HWTS; India; self-help groups; social network; water filter,iwaponline.com -28802,1,4,https://iwaponline.com/washdev/article/1/4/233/28802/Turbidity-tubes-for-drinking-water-quality,"Journal of Water, Sanitation & Hygiene for Development",Turbidity tubes for drinking water quality assessments,2011,FALSE,0,NA,NA,2,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6",Canada,caetanodorea@hotmail.com,NA,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6",Canada,caetanodorea@hotmail.com,NA,FALSE,NA,NA,NA,aesthetics; transparency; tube; turbidity; visual extinction,iwaponline.com -28803,1,4,https://iwaponline.com/washdev/article/1/4/242/28803/A-comparative-assessment-of-institutional,"Journal of Water, Sanitation & Hygiene for Development",A comparative assessment of institutional frameworks for managing drinking water quality,2011,FALSE,0,NA,NA,5,Zarah Rahman,"The Aquaya Institute, 1004B O'Reilly Avenue, San Francisco, CA 94129, USA",United States of America,zarah@aquaya.org,NA,Zarah Rahman,"The Aquaya Institute, 1004B O'Reilly Avenue, San Francisco, CA 94129, USA",United States of America,zarah@aquaya.org,NA,FALSE,NA,NA,NA,institutional arrangements; operational monitoring; surveillance; water quality; water quality testing,iwaponline.com -28804,1,4,https://iwaponline.com/washdev/article/1/4/259/28804/A-novel-community-based-water-recreation-area-for,"Journal of Water, Sanitation & Hygiene for Development",A novel community-based water recreation area for schistosomiasis control in rural Ghana,2011,FALSE,0,NA,NA,6,Karen Claire Kosinski,"Community Health Program, Tufts University, 112 Packard Avenue, Medford, MA 02155, USA",United States of America,karen.kosinski@tufts.edu,NA,Karen Claire Kosinski,"Community Health Program, Tufts University, 112 Packard Avenue, Medford, MA 02155, USA",United States of America,karen.kosinski@tufts.edu,NA,FALSE,NA,NA,NA,primary prevention; public health engineering; recreation; Schistosoma haematobium; urogenital schistosomiasis; water,iwaponline.com -28805,1,4,https://iwaponline.com/washdev/article/1/4/269/28805/Confronting-culture-to-overcome-sector-failure,"Journal of Water, Sanitation & Hygiene for Development",Confronting culture to overcome sector failure: sanitation in Indonesia,2011,FALSE,0,NA,NA,1,Wayne C. White,"Foresight Associates, Johns Creek, GA, USA",United States of America,wayne@waynecwhite.com,NA,Wayne C. White,"Foresight Associates, Johns Creek, GA, USA",United States of America,wayne@waynecwhite.com,NA,FALSE,NA,NA,NA,culture; Indonesia; sanitation; transformational development; values,iwaponline.com -28806,2,1,https://iwaponline.com/washdev/article/2/1/1/28806/Effect-of-first-flush-on-storage-reliability-yield,"Journal of Water, Sanitation & Hygiene for Development",Effect of first flush on storage-reliability-yield of rainwater harvesting,2012,FALSE,0,NA,NA,2,Kelly C. Doyle,"Montgomery Associates: Resource Solutions, 119 South Main Street, Cottage Grove, WI 53527, USA",United States of America,NA,NA,Peter Shanahan,"Department of Civil and Environmental Engineering, Massachusetts Institute of Technology, 77 Massachusetts Avenue, Cambridge, MA 02139, USA",United States of America,peteshan@mit.edu,NA,FALSE,NA,NA,NA,first flush; rainwater harvesting; storage-reliability-yield; water supply,iwaponline.com -28807,2,1,https://iwaponline.com/washdev/article/2/1/10/28807/Development-of-residential-water-demand-model-for,"Journal of Water, Sanitation & Hygiene for Development","Development of residential water demand model for a densely populated area of Jaipur City, India",2012,FALSE,0,NA,NA,3,Mahender Choudhary,"Department of Civil Engineering, Malaviya National Institute of Technology, Jaipur, India",India,mah_thory@yahoo.co.in,NA,Mahender Choudhary,"Department of Civil Engineering, Malaviya National Institute of Technology, Jaipur, India",India,mah_thory@yahoo.co.in,NA,FALSE,NA,NA,NA,asset score (AS); econometric water demand model; ordinary least squared (OLS); residential water use (RWU),iwaponline.com -28808,2,1,https://iwaponline.com/washdev/article/2/1/20/28808/Assessing-sustainability-of-community-management,"Journal of Water, Sanitation & Hygiene for Development",Assessing sustainability of community management of rural water systems in the developing world,2012,FALSE,0,NA,NA,2,Ryan W. Schweitzer,"Civil & Environmental Engineering, University of South Florida, 4202 East Fowler Ave, ENG 134 Tampa, FL 33620, USA",United States of America,rschweit@mail.usf.edu,NA,Ryan W. Schweitzer,"Civil & Environmental Engineering, University of South Florida, 4202 East Fowler Ave, ENG 134 Tampa, FL 33620, USA",United States of America,rschweit@mail.usf.edu,NA,FALSE,NA,NA,NA,community management; Millennium Development Goals; rural water supply; sustainability assessment,iwaponline.com -28809,2,1,https://iwaponline.com/washdev/article/2/1/31/28809/Development-and-testing-of-a-water-efficient,"Journal of Water, Sanitation & Hygiene for Development","Development and testing of a water-efficient laundry system in informal settlements of eThekwini municipality, South Africa",2012,FALSE,0,NA,NA,7,S. Mathenjwa,"School of Chemical Engineering, University of KwaZulu-Natal, Howard College Campus, Durban, South Africa",South Africa,NA,NA,E. Roma,"Pollution Research Group, School of Chemical Engineering, University of KwaZulu-Natal, Howard College Campus, Durban, South Africa",South Africa,roma@ukzn.ac.za,NA,FALSE,NA,NA,NA,community water supply; countercurrent; washing efficiency; water conservation,iwaponline.com -28810,2,1,https://iwaponline.com/washdev/article/2/1/40/28810/The-participatory-process-in-environmental,"Journal of Water, Sanitation & Hygiene for Development",The participatory process in environmental sanitation issues: how does it reverberate in printed media?,2012,FALSE,0,NA,NA,6,Silmara Machado Teixeira,"The Environment Secretariat, Belo Horizonte City Hall, Brazil",Brazil,NA,NA,Léo Heller,"Av. Antônio Carlos, 6627, ZIP code 31.270-901, Belo Horizonte, Brazil; Department of Sanitary and Environmental Engineering, Universidade Federal de Minas Gerais, Brazil",Brazil,heller@desa.ufmg.br,NA,FALSE,NA,NA,NA,conflict; environmental justice; participation; pollution; sanitation; water,iwaponline.com -28811,2,1,https://iwaponline.com/washdev/article/2/1/50/28811/Menstrual-hygiene-in-Ugandan-schools-an,"Journal of Water, Sanitation & Hygiene for Development",Menstrual hygiene in Ugandan schools: an investigation of low-cost sanitary pads,2012,FALSE,0,NA,NA,2,Tracey Crofts,Freelance Consultant,NA,NA,NA,Julie Fisher,"Research Associate, Water, Engineering and Development Centre (WEDC), Loughborough University, Loughborough, UK",United Kingdom of Great Britain and Northern Ireland,j.fisher1@lboro.ac.uk,NA,FALSE,NA,NA,NA,girls; hygiene; menstruation; pads; sanitation; schools,iwaponline.com -30016,2,2,https://iwaponline.com/washdev/article/2/2/59/30016/Open-trickling-filter-an-innovative-cheap-and,"Journal of Water, Sanitation & Hygiene for Development","Open trickling filter: an innovative, cheap and simple form of post-treatment of sanitary effluents from anaerobic reactors in small communities",2012,FALSE,0,NA,NA,2,P. C. Vieira,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627, Escola de Engenharia, Bloco 1, sala 4622, 31270–901 Belo Horizonte, Brazil",Brazil,NA,NA,M. von Sperling,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627, Escola de Engenharia, Bloco 1, sala 4622, 31270–901 Belo Horizonte, Brazil",Brazil,marcos@desa.ufmg.br,NA,FALSE,NA,NA,NA,construction cost; domestic sewage; open trickling filter; performance; UASB reactor,iwaponline.com -30017,2,2,https://iwaponline.com/washdev/article/2/2/68/30017/Sludge-removal-from-primary-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Sludge removal from primary wastewater stabilization ponds with excessive accumulation: a sustainable method for developing regions,2012,FALSE,0,NA,NA,3,Stewart M. Oakley,"Department of Civil Engineering, California State University, Chico, California 95929-0930, USA",United States of America,soakley@csuchico.edu,NA,Stewart M. Oakley,"Department of Civil Engineering, California State University, Chico, California 95929-0930, USA",United States of America,soakley@csuchico.edu,NA,FALSE,NA,NA,NA,desludging stabilization ponds; sludge drying; sludge removal; sustainable sludge management; wastewater stabilization ponds,iwaponline.com -30018,2,2,https://iwaponline.com/washdev/article/2/2/79/30018/Impact-of-climate-and-bulking-materials-on,"Journal of Water, Sanitation & Hygiene for Development",Impact of climate and bulking materials on characteristics of compost from ecological toilets,2012,FALSE,0,NA,NA,3,James W. McKinley,"Center for Water and Environmental Sanitation, Department of Science and Technology, University of San Simón, P.O. Box 5783, Cochabamba, Bolivia",Bolivia (Plurinational State of),jmckinley089@gmail.com,NA,James W. McKinley,"Center for Water and Environmental Sanitation, Department of Science and Technology, University of San Simón, P.O. Box 5783, Cochabamba, Bolivia",Bolivia (Plurinational State of),jmckinley089@gmail.com,NA,FALSE,NA,NA,NA,Ascaris; compost; ecological sanitation; urine-diversion dehydration toilet,iwaponline.com -30019,2,2,https://iwaponline.com/washdev/article/2/2/87/30019/Optimizing-the-solar-water-disinfection-SODIS,"Journal of Water, Sanitation & Hygiene for Development",Optimizing the solar water disinfection (SODIS) method by decreasing turbidity with NaCl,2012,FALSE,0,NA,NA,2,Brittney Dawney,"Department of Civil Engineering, Queen's University, Kingston, ON, Canada",Canada,NA,NA,Joshua M. Pearce,"Department of Materials Science & Engineering and Department of Electrical & Computer Engineering, Michigan Technological University, Houghton, MI, USA",United States of America,pearce@mtu.edu,NA,FALSE,NA,NA,NA,drinking water; flocculation; sanitation; SODIS; sodium; turbidity,iwaponline.com -30020,2,2,https://iwaponline.com/washdev/article/2/2/95/30020/Potential-of-community-prepared-wooden-charcoal-of,"Journal of Water, Sanitation & Hygiene for Development",Potential of community prepared wooden charcoal of Assam (India) for As(III) removal through batch and continuous column studies,2012,FALSE,0,NA,NA,2,Kamal Uddin Ahamad,"Department of Civil Engineering, Tezpur University, Napaam 784028, Assam, India",India,kahamad@tezu.ernet.in,NA,Kamal Uddin Ahamad,"Department of Civil Engineering, Tezpur University, Napaam 784028, Assam, India",India,kahamad@tezu.ernet.in,NA,FALSE,NA,NA,NA,adsorption; arsenic removal; batch studies; breakthrough analysis; continuous column studies; wooden charcoal,iwaponline.com -30013,2,2,https://iwaponline.com/washdev/article/2/2/103/30013/A-conceptual-framework-to-evaluate-the-outcomes,"Journal of Water, Sanitation & Hygiene for Development",A conceptual framework to evaluate the outcomes and impacts of water safety plans,2012,FALSE,0,NA,NA,3,Richard J. Gelting,"Global Water, Sanitation and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA",United States of America,rgelting@cdc.gov,NA,Richard J. Gelting,"Global Water, Sanitation and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA",United States of America,rgelting@cdc.gov,NA,FALSE,NA,NA,NA,drinking water; evaluation; impacts; logic model; outcomes; Water Safety Plans,iwaponline.com -30014,2,2,https://iwaponline.com/washdev/article/2/2/112/30014/Water-resources-management-in-central-northern,"Journal of Water, Sanitation & Hygiene for Development",Water resources management in central northern Namibia using empirically grounded modelling,2012,FALSE,0,NA,NA,1,M. Zimmermann,"Technische Universität Darmstadt, Department of Civil Engineering and Geodesy, Institute IWAR, Chair of Water Supply and Groundwater Protection, Petersenstr. 13, 64287 Darmstadt, Germany",Germany,m.zimmermann@iwar.tu-darmstadt.de,NA,M. Zimmermann,"Technische Universität Darmstadt, Department of Civil Engineering and Geodesy, Institute IWAR, Chair of Water Supply and Groundwater Protection, Petersenstr. 13, 64287 Darmstadt, Germany",Germany,m.zimmermann@iwar.tu-darmstadt.de,NA,FALSE,NA,NA,NA,empirically grounded modelling; grounded theory; integrated water resources management; northern Namibia; sustainability; systems analysis,iwaponline.com -30015,2,2,https://iwaponline.com/washdev/article/2/2/124/30015/Applying-the-Household-Centered-Environmental,"Journal of Water, Sanitation & Hygiene for Development",Applying the Household-Centered Environmental Sanitation planning approach: a case study from Nepal,2012,FALSE,0,NA,NA,3,Mingma Gyalzen Sherpa,"Environmental Engineering and Management, Asian Institute of Technology, PO Box 4, Klong Laung Pathumthani 12120, Thailand",Thailand,ming_sherpa527@yahoo.co.uk,NA,Mingma Gyalzen Sherpa,"Environmental Engineering and Management, Asian Institute of Technology, PO Box 4, Klong Laung Pathumthani 12120, Thailand",Thailand,ming_sherpa527@yahoo.co.uk,NA,FALSE,NA,NA,NA,decentralized sanitation; environmental sanitation; HCES; participatory planning,iwaponline.com -30021,2,3,https://iwaponline.com/washdev/article/2/3/133/30021/Removal-of-cyanobacteria-by-slow-sand-filtration,"Journal of Water, Sanitation & Hygiene for Development",Removal of cyanobacteria by slow sand filtration for drinking water,2012,FALSE,0,NA,NA,5,Silvano Porto Pereira,"Department of Hydraulic and Environmental Engineering, Federal University of Ceará, Campus do Pici, Bloco 713, Fortaleza, Brazil CEP 60451-970 and Water and Sewage Company of Ceará (CAGECE), Av. Dr. Lauro Vieira Chaves, 1030 Vila União, Fortaleza, Brazil CEP 60422-901",Brazil,silvanopereira@terra.com.br,NA,Silvano Porto Pereira,"Department of Hydraulic and Environmental Engineering, Federal University of Ceará, Campus do Pici, Bloco 713, Fortaleza, Brazil CEP 60451-970 and Water and Sewage Company of Ceará (CAGECE), Av. Dr. Lauro Vieira Chaves, 1030 Vila União, Fortaleza, Brazil CEP 60422-901",BRA,silvanopereira@terra.com.br,NA,FALSE,NA,NA,NA,cyanobacteria; drinking water; pre-filtration; slow sand filtration,iwaponline.com -30022,2,3,https://iwaponline.com/washdev/article/2/3/146/30022/Cross-contamination-of-distributed-drinking-water,"Journal of Water, Sanitation & Hygiene for Development",Cross-contamination of distributed drinking water as the cause of waterborne outbreaks in Armenia 1992–2010,2012,FALSE,0,NA,NA,4,Emma Anakhasyan,"Norwegian University of Life Sciences, 1432 ÅsNorway",Norway,emmaanakhasyan@mail.ru,NA,Emma Anakhasyan,"Norwegian University of Life Sciences, 1432 ÅsNorway",NOR,emmaanakhasyan@mail.ru,NA,FALSE,NA,NA,NA,delivery interruptions; microbial water contamination; water and sanitation; waterborne outbreaks; water distribution,iwaponline.com -30023,2,3,https://iwaponline.com/washdev/article/2/3/157/30023/User-perceptions-of-participatory-planning-in,"Journal of Water, Sanitation & Hygiene for Development",User perceptions of participatory planning in urban environmental sanitation,2012,FALSE,0,NA,NA,2,Christoph Lüthi,"Department for Water and Sanitation in Developing Countries (SANDEC), Swiss Federal Institute of Aquatic Science and Technology, Eawag, P.O. Box 611, 8600 Dübendorf, Switzerland",Switzerland,christoph.luthi@eawag.ch,NA,Christoph Lüthi,"Department for Water and Sanitation in Developing Countries (SANDEC), Swiss Federal Institute of Aquatic Science and Technology, Eawag, P.O. Box 611, 8600 Dübendorf, Switzerland",Switzerland,christoph.luthi@eawag.ch,NA,FALSE,NA,NA,NA,community participation; environmental sanitation; social capital; user preferences,iwaponline.com -30024,2,3,https://iwaponline.com/washdev/article/2/3/168/30024/Water-meanings-sanitation-practices-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Water meanings, sanitation practices and hygiene behaviours in the cultural mirror: a perspective from Nigeria",2012,FALSE,0,NA,NA,1,Emmanuel M. Akpabio,"Department of Geography & Regional Planning, Faculty of Social Sciences, University of Uyo, P. O. Box 4223, Uyo, Akwa Ibom State, Nigeria and Currently serving as AvH Fellow, Center for Development Research (ZEF), University of Bonn, Walter-Flex-Str.3, 53113 Bonn, Germany",Germany,emakpabio@yahoo.com,NA,Emmanuel M. Akpabio,"Department of Geography & Regional Planning, Faculty of Social Sciences, University of Uyo, P. O. Box 4223, Uyo, Akwa Ibom State, Nigeria and Currently serving as AvH Fellow, Center for Development Research (ZEF), University of Bonn, Walter-Flex-Str.3, 53113 Bonn, Germany",Germany,emakpabio@yahoo.com,NA,FALSE,NA,NA,NA,beliefs; culture; hygiene behaviours; Nigeria; sanitation practices; water,iwaponline.com -30025,2,3,https://iwaponline.com/washdev/article/2/3/182/30025/Assessment-of-social-acceptance-and-scope-of,"Journal of Water, Sanitation & Hygiene for Development",Assessment of social acceptance and scope of scaling up urine diversion dehydration toilets in Kenya,2012,FALSE,0,NA,NA,5,S. M. N. Uddin,"Graduate School of Environmental Studies, Nagoya University, Nagoya 464-8601, Japan",Japan,nazimiwfmbuet@gmail.com,NA,S. M. N. Uddin,"Graduate School of Environmental Studies, Nagoya University, Nagoya 464-8601, Japan",Japan,nazimiwfmbuet@gmail.com,NA,FALSE,NA,NA,NA,participatory approaches; scaling up; social acceptance; urine diversion dehydration toilet (UDDT),iwaponline.com -30026,2,3,https://iwaponline.com/washdev/article/2/3/190/30026/European-Union-support-for-sanitation-in-sub,"Journal of Water, Sanitation & Hygiene for Development",European Union support for sanitation in sub-Saharan Africa: aid flows and effectiveness,2012,FALSE,0,NA,NA,4,A. Cotton,"WEDC, Loughborough University, Loughborough, LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,a.p.cotton@lboro.ac.uk,NA,A. Cotton,"WEDC, Loughborough University, Loughborough, LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,a.p.cotton@lboro.ac.uk,NA,FALSE,NA,NA,NA,aid effectiveness; donor support; financing; monitoring; policy; sanitation,iwaponline.com -30027,2,3,https://iwaponline.com/washdev/article/2/3/200/30027/A-practical-course-on-filter-assessment-for-water,"Journal of Water, Sanitation & Hygiene for Development",A practical course on filter assessment for water treatment plant operators,2012,FALSE,0,NA,NA,2,S. J. van Staden,"Department of Civil Engineering Science, University of Johannesburg, PO Box 524, Auckland Park, 2006, South Africa",South Africa,samvs@uj.ac.za,NA,S. J. van Staden,"Department of Civil Engineering Science, University of Johannesburg, PO Box 524, Auckland Park, 2006, South Africa",South Africa,samvs@uj.ac.za,NA,FALSE,NA,NA,NA,filter assessment; filter course; skills development; technology transfer; treatment training,iwaponline.com -30028,2,3,https://iwaponline.com/washdev/article/2/3/205/30028/A-comprehensive-index-to-assess-the-sustainability,"Journal of Water, Sanitation & Hygiene for Development",A comprehensive index to assess the sustainability of water and sanitation management systems,2012,FALSE,0,NA,NA,8,M. A. Iribarnegaray,"Research Institute on Non-Conventional Energy Sources (INENCO), National Agency for the Advancement of Science and Technology (ANPCyT), UNSa, Avda. Bolivia 5150, A4408FVY Salta, Argentina",Argentina,NA,NA,L. Seghezzo,"National Council of Scientific and Technical Research (CONICET) - INENCO - UNSa., Avda. Bolivia 5150, A4408FVY, Salta, Argentina",Argentina,Lucas.Seghezzo@wur.nl,NA,FALSE,NA,NA,NA,Argentina; management systems; Salta; sanitation; sustainability; water,iwaponline.com -29805,2,4,https://iwaponline.com/washdev/article/2/4/223/29805/Sachet-drinking-water-in-Ghana-s-Accra-Tema,"Journal of Water, Sanitation & Hygiene for Development","Sachet drinking water in Ghana's Accra-Tema metropolitan area: past, present, and future",2012,FALSE,0,NA,NA,3,Justin Stoler,"Department of Geography and Regional Studies, University of Miami,1000 Memorial Drive, Coral Gables, FL 33124, USA",United States of America,stoler@miami.edu,NA,Justin Stoler,"Department of Geography and Regional Studies, University of Miami,1000 Memorial Drive, Coral Gables, FL 33124, USA",United States of America,stoler@miami.edu,NA,FALSE,NA,NA,NA,Africa; drinking water; Ghana; infrastructure; poverty; sachets,iwaponline.com -29806,2,4,https://iwaponline.com/washdev/article/2/4/241/29806/Rainwater-harvesting-in-rural-Trinidad-a-cross,"Journal of Water, Sanitation & Hygiene for Development","Rainwater harvesting in rural Trinidad; a cross sectional, observational study",2012,FALSE,0,NA,NA,5,Jonathan M. E. Dean,"The Norwich School of Medicine, University of East Anglia, Norwich NR4 7TJ, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Paul R. Hunter,"The Norwich School of Medicine, University of East Anglia, Norwich NR4 7TJ, UK",United Kingdom of Great Britain and Northern Ireland,Paul.Hunter@uea.ac.uk,NA,FALSE,NA,NA,NA,cross-sectional survey; drinking water; rainwater harvesting; risk perception,iwaponline.com -29807,2,4,https://iwaponline.com/washdev/article/2/4/250/29807/Microbiological-quality-of-chlorinated-water-after,"Journal of Water, Sanitation & Hygiene for Development",Microbiological quality of chlorinated water after storage in ceramic pots,2012,FALSE,0,NA,NA,2,Clair Null,"Rollins School of Public Health, Emory University, 1518 Clifton Road Northeast, Atlanta, GA 30329, USA",United States of America,clair.null@emory.edu,NA,Clair Null,"Rollins School of Public Health, Emory University, 1518 Clifton Road Northeast, Atlanta, GA 30329, USA",United States of America,clair.null@emory.edu,NA,FALSE,NA,NA,NA,ceramic pots; chlorination; household water treatment; recontamination; safe storage,iwaponline.com -29808,2,4,https://iwaponline.com/washdev/article/2/4/254/29808/Evaluation-of-DEWATS-in-Java-Indonesia,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of DEWATS in Java, Indonesia",2012,FALSE,0,NA,NA,3,S. M. Kerstens,"DHV B.V, Short-term Consultant to Urban Sanitation Development Program (USDP) Project, Jl. Pambaru 1 No. 1, Pejompongan, Jakarta, Indonesia",Indonesia,sjoerd.kerstens@dhv.com,NA,S. M. Kerstens,"DHV B.V, Short-term Consultant to Urban Sanitation Development Program (USDP) Project, Jl. Pambaru 1 No. 1, Pejompongan, Jakarta, Indonesia",Indonesia,sjoerd.kerstens@dhv.com,NA,FALSE,NA,NA,NA,DEWATS; financial; Indonesia; performance evaluation; sanitation; technical,iwaponline.com -29809,2,4,https://iwaponline.com/washdev/article/2/4/266/29809/Investigating-the-dynamic-interactions-between,"Journal of Water, Sanitation & Hygiene for Development","Investigating the dynamic interactions between supply and demand for rural sanitation, Malawi",2012,FALSE,0,NA,NA,4,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",Australia,ben_cole_h2o@mac.com,NA,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",AUS,ben_cole_h2o@mac.com,NA,FALSE,NA,NA,NA,constraints; financing; motivators; sanitation; social marketing,iwaponline.com -29810,2,4,https://iwaponline.com/washdev/article/2/4/279/29810/Life-cycle-costs-approach-LCCA-for-sustainable,"Journal of Water, Sanitation & Hygiene for Development","Life-cycle costs approach (LCCA) for sustainable water service delivery: a study in rural Andhra Pradesh, India",2012,FALSE,0,NA,NA,5,V. Ratna Reddy,"Livelihoods and Natural Resources Management Institute, 12-2-417/18 Saradanagar, Hyderabad-500067",Nepal,vratnareddy@lnrmi.ac.in,NA,V. Ratna Reddy,"Livelihoods and Natural Resources Management Institute, 12-2-417/18 Saradanagar, Hyderabad-500067",NPL,vratnareddy@lnrmi.ac.in,NA,FALSE,NA,NA,NA,drinking water; financial analysis; India; life-cycle costs; rural Andhra Pradesh; sustainable service,iwaponline.com -29811,2,4,https://iwaponline.com/washdev/article/2/4/291/29811/SISAR-a-sustainable-management-model-for-small,"Journal of Water, Sanitation & Hygiene for Development",SISAR: a sustainable management model for small rural decentralized water and wastewater systems in developing countries,2012,FALSE,0,NA,NA,1,Alejandro Meleg,"MACS Management & Consulting Services GmbH, Arnburgerstr. 64, 60385, Frankfurt/Main, Germany",Germany,alejandro.meleg@macsonline.de,NA,Alejandro Meleg,"MACS Management & Consulting Services GmbH, Arnburgerstr. 64, 60385, Frankfurt/Main, Germany",Germany,alejandro.meleg@macsonline.de,NA,FALSE,NA,NA,NA,community participation; regional rural sanitation model; self-administration and financially sustainable management,iwaponline.com -30031,3,1,https://iwaponline.com/washdev/article/3/1/1/30031/Evaluation-of-sanitation-and-wastewater-treatment,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of sanitation and wastewater treatment technologies: case studies from India,2013,FALSE,0,NA,NA,5,M. Starkl,"Centre for Environmental Management and Decision Support (CEMDS) and University of Natural Resources and Life Sciences, Vienna, Austria",Austria,markus.starkl@boku.ac.at,NA,M. Starkl,"Centre for Environmental Management and Decision Support (CEMDS) and University of Natural Resources and Life Sciences, Vienna, Austria",Austria,markus.starkl@boku.ac.at,NA,FALSE,NA,NA,NA,biogas; DEWATS; ecosan; MSF (multiple stage filtration); septic tank; SIBF (solid immobilized biofilter),iwaponline.com -30032,3,1,https://iwaponline.com/washdev/article/3/1/12/30032/Coupling-ASM3-and-ADM1-for-wastewater-treatment,"Journal of Water, Sanitation & Hygiene for Development","Coupling ASM3 and ADM1 for wastewater treatment process optimisation and biogas production in a developing country: case-study Surat, India",2013,FALSE,0,NA,NA,5,Carlos M. Lopez-Vazquez,"Environmental Engineering and Water Technology Department, UNESCO-IHE Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",Netherlands,c.lopezvazquez@unesco-ihe.org,NA,Carlos M. Lopez-Vazquez,"Environmental Engineering and Water Technology Department, UNESCO-IHE Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",Netherlands,c.lopezvazquez@unesco-ihe.org,NA,FALSE,NA,NA,NA,ADM1; ASM3; developing countries; modeling,iwaponline.com -30033,3,1,https://iwaponline.com/washdev/article/3/1/26/30033/Accelerating-uptake-of-household-latrines-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Accelerating uptake of household latrines in rural communities in the Volta region of Ghana,2013,FALSE,0,NA,NA,5,Bernard Keraita,"International Water Management Institute (IWMI) Kumasi Office c/o KNUST, Kumasi, Ghana",Ghana,b.keraita@sund.ku.dk,NA,Bernard Keraita,"International Water Management Institute (IWMI) Kumasi Office c/o KNUST, Kumasi, Ghana",Ghana,b.keraita@sund.ku.dk,NA,FALSE,NA,NA,NA,adoption; barriers and motivating factors; Ghana; household latrines; rural communities,iwaponline.com -30034,3,1,https://iwaponline.com/washdev/article/3/1/35/30034/Water-quantity-auditing-of-a-Ghanaian-beverage,"Journal of Water, Sanitation & Hygiene for Development",Water quantity auditing of a Ghanaian beverage plant,2013,FALSE,0,NA,NA,5,Emmanuel Okoh Agyemang,"Department of Energy Systems Engineering, Koforidua Polytechnic, P.O. Box KF981, Koforidua, Ghana",Ghana,doc.okohmet@yahoo.com,NA,Emmanuel Okoh Agyemang,"Department of Energy Systems Engineering, Koforidua Polytechnic, P.O. Box KF981, Koforidua, Ghana",Ghana,doc.okohmet@yahoo.com,NA,FALSE,NA,NA,NA,beverage; environment; resource; specific water consumption; stages,iwaponline.com -30035,3,1,https://iwaponline.com/washdev/article/3/1/42/30035/Manufacture-of-a-low-cost-ceramic-microporous,"Journal of Water, Sanitation & Hygiene for Development",Manufacture of a low-cost ceramic microporous filter for the elimination of microorganisms causing common diseases,2013,FALSE,0,NA,NA,2,J. J. Simonis,"Department of Hydrology, University of Zululand, KwaDlangezwa, P Bag X1001, KwaDlangezwa, 3886, South Africa",South Africa,jsimonis@pan.uzulu.ac.za,NA,J. J. Simonis,"Department of Hydrology, University of Zululand, KwaDlangezwa, P Bag X1001, KwaDlangezwa, 3886, South Africa",South Africa,jsimonis@pan.uzulu.ac.za,NA,FALSE,NA,NA,NA,bacteria; ceramic filter; low cost; micro-porous; slip casting; water filtration,iwaponline.com -30036,3,1,https://iwaponline.com/washdev/article/3/1/51/30036/An-assessment-of-long-term-biosand-filter-use-and,"Journal of Water, Sanitation & Hygiene for Development","An assessment of long-term biosand filter use and sustainability in the Artibonite Valley near Deschapelles, Haiti",2013,FALSE,0,NA,NA,4,Andrew J. Sisson,"Annis Water Resource Institute, Grand Valley State University, 740 W. Shoreline Dr. Muskegon, MI 49451",United States of America,sissonaj@gmail.com,NA,Andrew J. Sisson,"Annis Water Resource Institute, Grand Valley State University, 740 W. Shoreline Dr. Muskegon, MI 49451",United States of America,sissonaj@gmail.com,NA,FALSE,NA,NA,NA,biosand filtration; Haiti; point-of-use filtration; slow sand filtration; water,iwaponline.com -30037,3,1,https://iwaponline.com/washdev/article/3/1/61/30037/Access-monitoring-and-intervention-challenges-in,"Journal of Water, Sanitation & Hygiene for Development","Access, monitoring and intervention challenges in the provision of safe drinking water in rural Bihar, India",2013,FALSE,0,NA,NA,1,Raghavachari Srikanth,"Bihar Technical Assistance Support Team, for Government of Bihar, 10, IAS Colony, Kiwaipuri, Patna, Bihar -800001, India",India,rsrikanth60@gmail.com,NA,Raghavachari Srikanth,"Bihar Technical Assistance Support Team, for Government of Bihar, 10, IAS Colony, Kiwaipuri, Patna, Bihar -800001, India",India,rsrikanth60@gmail.com,NA,FALSE,NA,NA,NA,access; arsenic; fluoride; rural Bihar; technological intervention; water quality monitoring,iwaponline.com -30038,3,1,https://iwaponline.com/washdev/article/3/1/70/30038/Water-Diaries-generate-intra-household-water-use,"Journal of Water, Sanitation & Hygiene for Development",Water Diaries: generate intra-household water use data – generate water use behaviour change,2013,FALSE,0,NA,NA,1,K. Harriden,NA,NA,kate@newflowsresearch.com,NA,K. Harriden,NA,NA,kate@newflowsresearch.com,NA,FALSE,NA,NA,NA,behaviour change; household water use; participatory research; sensitisation; water diary; water use data generation; digitalwatercollection; digitalwaterdata,iwaponline.com -30039,3,1,https://iwaponline.com/washdev/article/3/1/81/30039/Assessment-of-knowledge-attitude-and-practice,"Journal of Water, Sanitation & Hygiene for Development","Assessment of knowledge, attitude and practice regarding water, sanitation and hygiene for people living with HIV/AIDS",2013,FALSE,0,NA,NA,2,Hunachew Beyene,"Hawassa University, College of Medicine and Health Sciences, School of Public and Environmental Health, Ethiopia",Ethiopia,hunachew@gmail.com,NA,Hunachew Beyene,"Hawassa University, College of Medicine and Health Sciences, School of Public and Environmental Health, Ethiopia",Ethiopia,hunachew@gmail.com,NA,FALSE,NA,NA,NA,attitude; HIV/AIDS; knowledge; PLWHA; practice; WSH,iwaponline.com -30298,3,2,https://iwaponline.com/washdev/article/3/2/87/30298/Assessment-of-urine-diverting-dehydrating-toilets,"Journal of Water, Sanitation & Hygiene for Development",Assessment of urine diverting dehydrating toilets as a flood-resilient and affordable sanitation technology in the context of Bangladesh,2013,FALSE,0,NA,NA,3,Saif Mohammad Uddin,"Sub-Divisional Engineer, Bangladesh Water Development Board, 72 Green Road, Dhaka, Bangladesh",Bangladesh,m.ronteltap@unesco-ihe.org,NA,Saif Mohammad Uddin,"Sub-Divisional Engineer, Bangladesh Water Development Board, 72 Green Road, Dhaka, Bangladesh",Bangladesh,m.ronteltap@unesco-ihe.org,NA,FALSE,NA,NA,NA,affordability; flood resilient sanitation; low cost; raised latrine; UDDT,iwaponline.com -30300,3,2,https://iwaponline.com/washdev/article/3/2/96/30300/Households-access-and-use-of-water-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Households' access and use of water and sanitation facilities in poor urban areas of Kampala, Uganda",2013,FALSE,0,NA,NA,2,Innocent Kamara Tumwebaze,"University of Zurich, Department of Psychology, Zurich, Switzerland",Switzerland,kamara.innocent@gmail.com,NA,Innocent Kamara Tumwebaze,"University of Zurich, Department of Psychology, Zurich, Switzerland",Switzerland,kamara.innocent@gmail.com,NA,FALSE,NA,NA,NA,informal settlements; Kampala; Uganda; urban sanitation; water sources,iwaponline.com -30280,3,2,https://iwaponline.com/washdev/article/3/2/106/30280/Slow-sand-filtration-pre-treatment-with-alum-is,"Journal of Water, Sanitation & Hygiene for Development","Slow sand filtration pre-treatment with alum is efficient, but is it effective?",2013,FALSE,0,NA,NA,1,C. C. Dorea,"Département génie civil et génie des eaux, Université Laval, Quebec, QC, Canada G1V 0A6",Canada,caetano.dorea@gci.ulaval.ca,NA,C. C. Dorea,"Département génie civil et génie des eaux, Université Laval, Quebec, QC, Canada G1V 0A6",Canada,caetano.dorea@gci.ulaval.ca,NA,FALSE,NA,NA,NA,alum coagulation; filtration; gravel; pre-treatment; roughing; slow sand,iwaponline.com -30281,3,2,https://iwaponline.com/washdev/article/3/2/112/30281/Extension-of-Moringa-oleifera-seed-aqueous-extract,"Journal of Water, Sanitation & Hygiene for Development",Extension of Moringa oleifera seed aqueous extract shelf life using trona as a preservative,2013,FALSE,0,NA,NA,6,S. B. Saulawa,"Department of Water Resources and Environmental Engineering, Ahmadu Bello University, Zaria-Nigeria",Nigeria,basaule@gmail.com,NA,S. B. Saulawa,"Department of Water Resources and Environmental Engineering, Ahmadu Bello University, Zaria-Nigeria",NGA,basaule@gmail.com,NA,FALSE,NA,NA,NA,deterioration; Moringa oleifera seed extract; preservative; stability; trona,iwaponline.com -30282,3,2,https://iwaponline.com/washdev/article/3/2/122/30282/Does-sense-of-ownership-matter-for-rural-water,"Journal of Water, Sanitation & Hygiene for Development",Does sense of ownership matter for rural water system sustainability? Evidence from Kenya,2013,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/2/10.2166_washdev.2013.098/4/098.pdf?Expires=1706027012&Signature=A3DWE1IaaLvYBo2kKp5ET~W53itDPN5p0xfJd302B8zWnY9Xs7eiFRKof~TQ2RwyCWprEvgAiPVKb85yGtYIiTPvfUnjMUVBGEjodio-gIAC0ZPUDDVwjCp7mW8dsvJPubP9SbYidnElPLcOCyqJefb1POMOgz5Ywt0w4CAhhGrM~WoBniC1n0kXLD8K8lBHsZIgaCsQ4ZRVvcZYwLd2YzfJ7L~Yzo8C~WsW0FZ8vUCQOyVgiX-NZoiTyZo8DJQ-1cSB4NgHDYa6IKPICzxH5cYSReiNbr68~VhTLbrYj3g01kIaYA-yNKarisL5-rCRKJmCX9Cc5b4obKGC1n5ptw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Sara J. Marks,"Dept. of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",United States of America,NA,NA,Jennifer Davis,"Dept. of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",United States of America,jennadavis@stanford.edu,NA,FALSE,NA,NA,NA,Kenya; rural water supply; sense of ownership; sustainability; sub-Saharan Africa; water committee,iwaponline.com -30283,3,2,https://iwaponline.com/washdev/article/3/2/134/30283/Risk-factor-analysis-of-diarrhoeal-disease,"Journal of Water, Sanitation & Hygiene for Development","Risk factor analysis of diarrhoeal disease incidence in faecal sludge-applying farmers’ households in Tamale, Ghana",2013,FALSE,0,NA,NA,4,Razak Seidu,"Department of Mathematical Sciences and Technology, Norwegian University of Life Sciences, Postboks 5003, N-1432 Ås, Norway",Norway,razaks@umb.no,NA,Razak Seidu,"Department of Mathematical Sciences and Technology, Norwegian University of Life Sciences, Postboks 5003, N-1432 Ås, Norway",Norway,razaks@umb.no,NA,FALSE,NA,NA,NA,diarrhoea; faecal sludge application; mediation; risk factors; Tamale Metropolitan Area,iwaponline.com -30284,3,2,https://iwaponline.com/washdev/article/3/2/144/30284/Creating-a-culture-of-health-hygiene-behaviour,"Journal of Water, Sanitation & Hygiene for Development",Creating a culture of health: hygiene behaviour change in community health clubs through knowledge and positive peer pressure,2013,FALSE,0,NA,NA,2,Juliet Anne Waterkeyn,"Africa AHEAD, 95 Dorries Drive, Simons Town, Cape Town, Western Cape 7075, South Africa",South Africa,juliet@africaahead.com,NA,Juliet Anne Waterkeyn,"Africa AHEAD, 95 Dorries Drive, Simons Town, Cape Town, Western Cape 7075, South Africa",South Africa,juliet@africaahead.com,NA,FALSE,NA,NA,NA,Africa; community health club; hygiene behaviour change; knowledge; women,iwaponline.com -30285,3,2,https://iwaponline.com/washdev/article/3/2/156/30285/The-sustainability-of-urban-water-supply-in-low,"Journal of Water, Sanitation & Hygiene for Development",The sustainability of urban water supply in low income countries: a livelihoods model,2013,FALSE,0,NA,NA,3,Wijanto Hadipuro,"Soegijapranata Catholic University, Jl. Pawiyatan Luhur IV/1 Semarang, Indonesia",Indonesia,hadipuro@yahoo.com,NA,Wijanto Hadipuro,"Soegijapranata Catholic University, Jl. Pawiyatan Luhur IV/1 Semarang, Indonesia",Indonesia,hadipuro@yahoo.com,NA,FALSE,NA,NA,NA,livelihoods; sustainability; urban; water supply,iwaponline.com -30286,3,2,https://iwaponline.com/washdev/article/3/2/165/30286/Willingness-to-pay-for-sanitation-services-in,"Journal of Water, Sanitation & Hygiene for Development","Willingness to pay for sanitation services in Dagupan City, Philippines",2013,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/2/10.2166_washdev.2013.064/4/064.pdf?Expires=1706027022&Signature=lu1s7mUnKl2AkgGd-ZqBg5uDqFSML0TVWiAEXaJeZ~ua4bzYKwSfdIqtBmnn9LN2f5QDV0SZowEzuD0OdXzrJonjMYFEKO3QBuL2VHHjuvYGi-aKrZ7w~BtFeootaG1Y4awrDDFZkMAVkzp6ndSekkPwh0MzZbYKr~bOJxL9tKZS2avSdTV0k7bFOtijsrsK7txQyI4TgU7R06~3CIAcUDuHGUYJnb2J3sgmxRrVGzf0O-mL36Wmi8hW~YU5S7leZla-SSmIQSnUFrADLjVnoh8NIQqgaPxF1N1aitKp~DQBhWJhVKlgErjxsDRxRHJh4DcsOvfK1chV-ENFVfJJYA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,D. S. Harder,"Resources Environment and Economic Center for Studies (REECS), Quezon City, Philippines",Philippines,dieldre@yahoo.com,NA,D. S. Harder,"Resources Environment and Economic Center for Studies (REECS), Quezon City, Philippines",Philippines,dieldre@yahoo.com,NA,FALSE,NA,NA,NA,sanitation; septage; sewerage; willingness to pay (WTP),iwaponline.com -30287,3,2,https://iwaponline.com/washdev/article/3/2/181/30287/Pathogen-and-indicator-inactivation-in-source,"Journal of Water, Sanitation & Hygiene for Development",Pathogen and indicator inactivation in source-separated human urine heated by the sun,2013,FALSE,0,NA,NA,4,Annika Nordin,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Box 7032, SE-750 07, Uppsala, Sweden",Sweden,NA,NA,Björn Vinnerås,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Box 7032, SE-750 07, Uppsala, Sweden",Sweden,bjorn.vinneras@slu.se,NA,FALSE,NA,NA,NA,inactivation; pathogen; sanitisation; source-separation; temperature; urine,iwaponline.com -30288,3,2,https://iwaponline.com/washdev/article/3/2/189/30288/In-home-performance-and-variability-of-biosand,"Journal of Water, Sanitation & Hygiene for Development",In-home performance and variability of biosand filters treating turbid surface and rain water in rural Kenya,2013,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/2/10.2166_washdev.2013.050/4/050.pdf?Expires=1706027029&Signature=dhVM4WUDd0ogmCOCli83Tv0NWPeIZKwdF7JQxVOC95onwOc-yDkwbmP6-Ei0i6WHGwJ0lCR448zNGUUP4TCKGDjFIYrOr9IWsBSrAfDSJAWlcK44TIRY-HyuY~aLacLtiyt4DwIcce-BJJCog6ICR6DV94on6OPSyHzmTiAA3UMDNjvPrIdHmfkFQsnJ0fGnpZtynzkxb-abf2yE7VAVnEpqXbHYZ7lPTllRcneM~pDd57Dwa~fIPnn478mL-VKpkehctrVAL5GfebGiDVx0wDf-hX2jGooNGnTvL5QAM9AKO8hjr0rYVZ~zYVVHUqh70Ph22pELhEjDAEUzTQNkhg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Erica R. McKenzie,"Department of Civil & Environmental Engineering, University of California Davis, One Shields Ave, Davis, CA 95616, USA",United States of America,NA,NA,Marion W. Jenkins,"Department of Civil & Environmental Engineering, University of California Davis, One Shields Ave, Davis, CA 95616, USA",United States of America,mwjenkins@ucdavis.edu,NA,FALSE,NA,NA,NA,aqueous chemistry; bacteria removal; fecal coliform; household water treatment; multivariate modeling; point-of-use; socio-economic status; turbidity; water hardness,iwaponline.com -30289,3,2,https://iwaponline.com/washdev/article/3/2/199/30289/Use-of-volcanic-ash-and-its-impact-on-algae,"Journal of Water, Sanitation & Hygiene for Development",Use of volcanic ash and its impact on algae proliferation in drinking water filtration,2013,FALSE,0,NA,NA,3,Kalibbala Herbert Mpagi,"Department of Civil & Environmental Engineering, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,hkalibbala@tech.mak.ac.ug,NA,Kalibbala Herbert Mpagi,"Department of Civil & Environmental Engineering, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,hkalibbala@tech.mak.ac.ug,NA,FALSE,NA,NA,NA,algae; drinking water; filtration; intact cells; pre-treatment; volcanic ash,iwaponline.com -30290,3,2,https://iwaponline.com/washdev/article/3/2/207/30290/Assessing-reported-use-and-microbiological,"Journal of Water, Sanitation & Hygiene for Development",Assessing reported use and microbiological performance of a point-of-use household water filter in rural Fiji,2013,FALSE,0,NA,NA,7,Jeremy Kohlitz,"Applied Geoscience and Technology Division (SOPAC) of the Secretariat of the Pacific Community (SPC), Private Mailbag, Suva, Fiji Islands",Fiji,jkohlitz@yahoo.com,NA,Jeremy Kohlitz,"Applied Geoscience and Technology Division (SOPAC) of the Secretariat of the Pacific Community (SPC), Private Mailbag, Suva, Fiji Islands",FJI,jkohlitz@yahoo.com,NA,FALSE,NA,NA,NA,drinking water; Fiji; hydrogen sulphide test; point-of-use; sustainability; water filter,iwaponline.com -30291,3,2,https://iwaponline.com/washdev/article/3/2/216/30291/Integrated-faecal-sludge-management-scheme-for-the,"Journal of Water, Sanitation & Hygiene for Development",Integrated faecal sludge management scheme for the cities of Burkina Faso,2013,FALSE,0,NA,NA,5,M. Bassan,"Eawag (Swiss Federal Institute of Aquatic Science & Technology), Sandec (Department of Water & Sanitation in Developing Countries), P.O. Box 611, CH-8600 Dübendorf, Switzerland",Switzerland,magalie.bassan@eawag.ch,NA,M. Bassan,"Eawag (Swiss Federal Institute of Aquatic Science & Technology), Sandec (Department of Water & Sanitation in Developing Countries), P.O. Box 611, CH-8600 Dübendorf, Switzerland",Switzerland,magalie.bassan@eawag.ch,NA,FALSE,NA,NA,NA,Burkina Faso; faecal sludge; institutional setup; treatment plant,iwaponline.com -30292,3,2,https://iwaponline.com/washdev/article/3/2/222/30292/Engineering-in-the-time-of-cholera-overcoming,"Journal of Water, Sanitation & Hygiene for Development",Engineering in the time of cholera: overcoming institutional and political challenges to rebuild Zimbabwe's water and sanitation infrastructure in the aftermath of the 2008 cholera epidemic,2013,FALSE,0,NA,NA,4,Clarissa Brocklehurst,Consultant in Water and Sanitation,NA,clarissa.brocklehurst@gmail.com,NA,Clarissa Brocklehurst,Consultant in Water and Sanitation,NA,clarissa.brocklehurst@gmail.com,NA,FALSE,NA,NA,NA,water; sanitation; hygiene; cholera; urban infrastructure; emergency; humanitarian aid; rehabilitation; policy,iwaponline.com -30293,3,2,https://iwaponline.com/washdev/article/3/2/230/30293/Challenges-facing-sanitation-provision,"Journal of Water, Sanitation & Hygiene for Development",Challenges facing sanitation-provision partnerships for informal settlements: a South African case study,2013,FALSE,0,NA,NA,5,L. Taing,"Department of Social Anthropology, University of Cape Town, South Africa",South Africa,NA,NA,N. P. Armitage,"Department of Civil Engineering, University of Cape Town, South Africa",South Africa,neil.armitage@uct.ac.za,NA,FALSE,NA,NA,NA,informal settlements; partnerships; sanitation; settled sewerage; South Africa,iwaponline.com -30294,3,2,https://iwaponline.com/washdev/article/3/2/240/30294/Sanitation-coverage-in-Bangladesh-since-the,"Journal of Water, Sanitation & Hygiene for Development",Sanitation coverage in Bangladesh since the millennium: consistency matters,2013,FALSE,0,NA,NA,5,Y. Zheng,"Water and Environmental Sanitation Section, UNICEF Bangladesh, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,yan.zheng@qc.cuny.edu,NA,Y. Zheng,"Water and Environmental Sanitation Section, UNICEF Bangladesh, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,yan.zheng@qc.cuny.edu,NA,FALSE,NA,NA,NA,Bangladesh; demographic and health survey; multiple indicator cluster survey; population density; sanitation; wealth,iwaponline.com -30295,3,2,https://iwaponline.com/washdev/article/3/2/252/30295/Current-practices-in-manufacturing-locally-made,"Journal of Water, Sanitation & Hygiene for Development",Current practices in manufacturing locally-made ceramic pot filters for water treatment in developing countries,2013,FALSE,0,NA,NA,3,Justine Rayner,"2315 9th Ave, Apt 6, Oakland, CA 94606, USA",United States of America,jsrayners@yahoo.com,NA,Justine Rayner,"2315 9th Ave, Apt 6, Oakland, CA 94606, USA",United States of America,jsrayners@yahoo.com,NA,FALSE,NA,NA,NA,ceramics manufacturing; ceramic water filter; drinking water quality; household water treatment and safe storage; point of use water treatment; Potters for Peace pot filter,iwaponline.com -30296,3,2,https://iwaponline.com/washdev/article/3/2/262/30296/Sustainability-assessment-of-sanitation-options-in,"Journal of Water, Sanitation & Hygiene for Development",Sustainability assessment of sanitation options in Vietnam: planning with the future in mind,2013,FALSE,0,NA,NA,5,J. Willetts,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,Juliet.Willetts@uts.edu.au,NA,J. Willetts,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,Juliet.Willetts@uts.edu.au,NA,FALSE,NA,NA,NA,planning; sanitation services; sustainability assessment,iwaponline.com -30297,3,2,https://iwaponline.com/washdev/article/3/2/269/30297/A-new-approach-to-measure-sanitation-performance,"Journal of Water, Sanitation & Hygiene for Development",A new approach to measure sanitation performance,2013,FALSE,0,NA,NA,2,I. P. P. Gunawardana,"Postgraduate Institute of Agriculture, University of Peradeniya, Sri Lanka",Sri Lanka,ippgunawardana@gmail.com,NA,I. P. P. Gunawardana,"Postgraduate Institute of Agriculture, University of Peradeniya, Sri Lanka",Sri Lanka,ippgunawardana@gmail.com,NA,FALSE,NA,NA,NA,hygiene; latrine; sanitation index; sanitation ladder; treatment and disposal,iwaponline.com -30301,3,3,https://iwaponline.com/washdev/article/3/3/283/30301/Girls-and-women-s-unmet-needs-for-menstrual,"Journal of Water, Sanitation & Hygiene for Development",Girls' and women's unmet needs for menstrual hygiene management (MHM): the interactions between MHM and sanitation systems in low-income countries,2013,FALSE,0,NA,NA,3,Marni Sommer,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 540, New York, New York 10032, USA",United States of America,ms2778@columbia.edu,NA,Marni Sommer,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 540, New York, New York 10032, USA",United States of America,ms2778@columbia.edu,NA,FALSE,NA,NA,NA,hygiene; low-income countries; menstrual beliefs; menstruation; sanitation,iwaponline.com -30302,3,3,https://iwaponline.com/washdev/article/3/3/298/30302/Sanitation-in-developing-countries-a-review,"Journal of Water, Sanitation & Hygiene for Development",Sanitation in developing countries: a review through a gender lens,2013,FALSE,0,NA,NA,3,E. Tilley,"NADEL: Centre for Development and Cooperation, Voltastrasse 24, 8092 Zürich, Switzerland formerly at: Water & Sanitation in Developing Countries (Sandec), Swiss Federal Institute of Aquatic Science & Technology (Eawag), Ueberlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,elizabeth.tilley@nadel.ethz.ch,NA,E. Tilley,"NADEL: Centre for Development and Cooperation, Voltastrasse 24, 8092 Zürich, Switzerland formerly at: Water & Sanitation in Developing Countries (Sandec), Swiss Federal Institute of Aquatic Science & Technology (Eawag), Ueberlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,elizabeth.tilley@nadel.ethz.ch,NA,FALSE,NA,NA,NA,appropriate technology; development; gender; menstrual hygiene management (MHM); sanitation,iwaponline.com -30303,3,3,https://iwaponline.com/washdev/article/3/3/315/30303/Using-covenants-in-loan-agreements-to-promote,"Journal of Water, Sanitation & Hygiene for Development",Using covenants in loan agreements to promote tariff reform,2013,FALSE,0,NA,NA,1,Michael Fortin,"M. Fortin Associates, 207 Speedvale Avenue East, Guelph Ontario, Canada N1E 1M6",Canada,mfortin@sentex.net,NA,Michael Fortin,"M. Fortin Associates, 207 Speedvale Avenue East, Guelph Ontario, Canada N1E 1M6",Canada,mfortin@sentex.net,NA,FALSE,NA,NA,NA,infrastructure; loan covenant; regulation; sanitation; tariff; water supply,iwaponline.com -30304,3,3,https://iwaponline.com/washdev/article/3/3/322/30304/Evaluation-of-user-satisfaction-of-rural-water,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of user satisfaction of rural water supply in Yemen,2013,FALSE,0,NA,NA,2,Ahmed M. Alderwish,"Department of Earth and Environmental Sciences, Sana'a University, PO Box 1247, Sana'a, Yemen",Yemen,ahmedalderwish@gmail.com,NA,Ahmed M. Alderwish,"Department of Earth and Environmental Sciences, Sana'a University, PO Box 1247, Sana'a, Yemen",Yemen,ahmedalderwish@gmail.com,NA,FALSE,NA,NA,NA,rural; survey; user satisfaction; water supply; Yemen,iwaponline.com -30305,3,3,https://iwaponline.com/washdev/article/3/3/330/30305/ANN-versus-SARIMA-models-in-forecasting,"Journal of Water, Sanitation & Hygiene for Development",ANN versus SARIMA models in forecasting residential water consumption in Tunisia,2013,FALSE,0,NA,NA,1,Maamar Sebri,"Faculty of Economic Sciences and Management of Sousse, University of Sousse, Tunisia",Tunisia,maamar.sebri@gmail.com,NA,Maamar Sebri,"Faculty of Economic Sciences and Management of Sousse, University of Sousse, Tunisia",Tunisia,maamar.sebri@gmail.com,NA,FALSE,NA,NA,NA,artificial neural networks; residential water demand; SARIMA; time-series forecasting; Tunisia,iwaponline.com -30306,3,3,https://iwaponline.com/washdev/article/3/3/341/30306/Use-of-Certeza-point-of-use-water-treatment,"Journal of Water, Sanitation & Hygiene for Development",Use of Certeza point-of-use water treatment product in Mozambique,2013,FALSE,0,NA,NA,2,Jennifer Wheeler,"711 Sixth Street, New Orleans, LA 70115, USA",United States of America,NA,NA,Sohail Agha,"Tulane University, Department of Global Health Systems and Development, 1440 Canal Street, Suite 2200, New Orleans, LA 70112, USA",United States of America,sohailagha@gmail.com,NA,FALSE,NA,NA,NA,behavior change interventions; point-of-use water treatment; sodium hypochlorite,iwaponline.com -30307,3,3,https://iwaponline.com/washdev/article/3/3/349/30307/Community-based-quality-management-of-non-piped,"Journal of Water, Sanitation & Hygiene for Development",Community-based quality management of non-piped drinking water sources in Koboko and Yumbe,2013,FALSE,0,NA,NA,3,T. Gerlach,"Reform of the Urban Water and Sanitation Sector Programme (RUWASS), Kampala, Uganda",Uganda,NA,NA,A. K. Mayr,"Reform of the Urban Water and Sanitation Sector Programme (RUWASS), Kampala, Uganda",Uganda,annakristina.mayr@giz.de,NA,FALSE,NA,NA,NA,capacity development; non-piped drinking water supply; quick test methods; risk management; stakeholder involvement; water quality monitoring,iwaponline.com -30308,3,3,https://iwaponline.com/washdev/article/3/3/355/30308/The-impact-of-loading-frequency-and-copper-as-a,"Journal of Water, Sanitation & Hygiene for Development",The impact of loading frequency and copper as a biocide on biosand filter performance,2013,FALSE,0,NA,NA,2,Elizabeth M. Hyde,"Mercer University School of Engineering, 1400 Coleman Ave., Macon, Georgia, 478-301-2552",United States of America,NA,NA,Laura W. Lackey,"Mercer University School of Engineering, 1400 Coleman Ave., Macon, Georgia, 478-301-2552",USA,Lackey_l@mercer.edu,NA,FALSE,NA,NA,NA,appropriate technology; biological sand filter; loading frequency; metallic biocide; point-of-use filtration,iwaponline.com -30309,3,3,https://iwaponline.com/washdev/article/3/3/365/30309/Determination-of-capital-costs-for-conventional,"Journal of Water, Sanitation & Hygiene for Development","Determination of capital costs for conventional sewerage systems (collection, transportation and treatment) in a developing country",2013,FALSE,0,NA,NA,2,Marcos von Sperling,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 - sala 4622, 31270-901, Belo Horizonte, Brazil",Brazil,marcos@desa.ufmg.br,NA,Marcos von Sperling,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 - sala 4622, 31270-901, Belo Horizonte, Brazil",Brazil,marcos@desa.ufmg.br,NA,FALSE,NA,NA,NA,capital costs; construction; sewerage system; wastewater treatment,iwaponline.com -30311,3,3,https://iwaponline.com/washdev/article/3/3/375/30311/Characterisation-and-fluidisation-of-synthetic-pit,"Journal of Water, Sanitation & Hygiene for Development",Characterisation and fluidisation of synthetic pit latrine sludge,2013,FALSE,0,NA,NA,2,J. T. Radford,"Mott MacDonald Ltd., Cambridge, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,R. A. Fenner,"Centre for Sustainable Development, Department of Engineering, Cambridge University, Cambridge, UK",United Kingdom of Great Britain and Northern Ireland,raf37@cam.ac.uk,NA,FALSE,NA,NA,NA,developing countries; faecal sludge; pit latrine; sanitation; urban slums,iwaponline.com -30313,3,3,https://iwaponline.com/washdev/article/3/3/383/30313/Energy-production-and-sanitation-improvement-using,"Journal of Water, Sanitation & Hygiene for Development",Energy production and sanitation improvement using microbial fuel cells,2013,FALSE,0,NA,NA,4,I. Ieropoulos,"Bristol Robotics Laboratory, University of the West of England and University of Bristol, T-Building, Frenchay Campus, Coldharbour Lane, BS16 1QY, UK",United Kingdom of Great Britain and Northern Ireland,ioannis.ieropoulos@brl.ac.uk,NA,I. Ieropoulos,"Bristol Robotics Laboratory, University of the West of England and University of Bristol, T-Building, Frenchay Campus, Coldharbour Lane, BS16 1QY, UK",United Kingdom of Great Britain and Northern Ireland,ioannis.ieropoulos@brl.ac.uk,NA,FALSE,NA,NA,NA,microbial fuel cells; practical application; sanitation; urine; waste utilisation,iwaponline.com -30315,3,3,https://iwaponline.com/washdev/article/3/3/392/30315/Water-safety-planning-adapting-the-existing,"Journal of Water, Sanitation & Hygiene for Development",Water safety planning: adapting the existing approach to community-managed systems in rural Nepal,2013,FALSE,0,NA,NA,3,Dani Barrington,"Nepal Water for Health, Lohasal, Kathmandu",Nepal,dani.barrington@gmail.com,NA,Dani Barrington,"Nepal Water for Health, Lohasal, Kathmandu",NPL,dani.barrington@gmail.com,NA,FALSE,NA,NA,NA,community; Nepal; rural; WASH; Water Safety Plan; WSP,iwaponline.com -30317,3,3,https://iwaponline.com/washdev/article/3/3/402/30317/Effective-water-safety-management-of-piped-water,"Journal of Water, Sanitation & Hygiene for Development",Effective water safety management of piped water networks in low-income urban settlements,2013,FALSE,0,NA,NA,1,Sam Kayaga,"Senior Lecturer/Programme Manager, Water, Engineering and Development Centre (WEDC), School of Civil and Building Engineering, Loughborough University, Leicestershire LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,s.m.kayaga@lboro.ac.uk,NA,Sam Kayaga,"Senior Lecturer/Programme Manager, Water, Engineering and Development Centre (WEDC), School of Civil and Building Engineering, Loughborough University, Leicestershire LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,s.m.kayaga@lboro.ac.uk,NA,FALSE,NA,NA,NA,community participation; low-income urban settlements; operation and maintenance; piped water supply system; water safety management,iwaponline.com -30319,3,3,https://iwaponline.com/washdev/article/3/3/411/30319/Identifying-pathways-to-continued-maintenance-of,"Journal of Water, Sanitation & Hygiene for Development",Identifying pathways to continued maintenance of school sanitation in Belize,2013,FALSE,0,NA,NA,3,Christie Chatterley,"Department of Civil, Environmental and Architectural Engineering, University of Colorado at Boulder, ECOT 441, UCB 428, Boulder, CO 80309-0428, U.S.A",United States of America,christie.chatterley@gmail.com,NA,Christie Chatterley,"Department of Civil, Environmental and Architectural Engineering, University of Colorado at Boulder, ECOT 441, UCB 428, Boulder, CO 80309-0428, U.S.A",United States of America,christie.chatterley@gmail.com,NA,FALSE,NA,NA,NA,Latin America; participation; qualitative comparative analysis; sanitation and hygiene; school sanitation; sustainability,iwaponline.com -30321,3,3,https://iwaponline.com/washdev/article/3/3/423/30321/Evolution-of-contract-structures-in-water-supply,"Journal of Water, Sanitation & Hygiene for Development",Evolution of contract structures in water supply and sanitation,2013,FALSE,0,NA,NA,3,Didier Carron,"President of Pöyry SAS, 55 rue de la Villette, 69425 Lyon Cedex 03, France",France,didier.carron@poyry.com,NA,Didier Carron,"President of Pöyry SAS, 55 rue de la Villette, 69425 Lyon Cedex 03, France",France,didier.carron@poyry.com,NA,FALSE,NA,NA,NA,affermage; delegated management; lease contract; private sector; public-private partnerships (PPPs); sanitation; water supply,iwaponline.com -30322,3,3,https://iwaponline.com/washdev/article/3/3/432/30322/A-qualitative-study-of-access-to-sanitation,"Journal of Water, Sanitation & Hygiene for Development","A qualitative study of access to sanitation amongst low-income working women in Bangalore, India",2013,FALSE,0,NA,NA,3,Divya Rajaraman,"Division of Epidemiology, St John's Research Institute, St John's National Academy of Health Sciences, Bangalore 560034",India,Divya.rajaraman@sjri.res.in,NA,Divya Rajaraman,"Division of Epidemiology, St John's Research Institute, St John's National Academy of Health Sciences, Bangalore 560034",IND,Divya.rajaraman@sjri.res.in,NA,FALSE,NA,NA,NA,India; low-income women; sanitation; working conditions,iwaponline.com -30324,3,3,https://iwaponline.com/washdev/article/3/3/441/30324/Reporting-aid-flows-for-water-supply-and,"Journal of Water, Sanitation & Hygiene for Development",Reporting aid flows for water supply and sanitation: official development assistance,2013,FALSE,0,NA,NA,1,A. Cotton,"WEDC, Loughborough University, Loughborough LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,a.p.cotton@lboro.ac.uk,NA,A. Cotton,"WEDC, Loughborough University, Loughborough LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,a.p.cotton@lboro.ac.uk,NA,FALSE,NA,NA,NA,basic systems; large systems; monitoring; official development assistance; sanitation; water,iwaponline.com -30326,3,3,https://iwaponline.com/washdev/article/3/3/451/30326/Social-franchising-principles-do-work-the-business,"Journal of Water, Sanitation & Hygiene for Development",Social franchising principles do work: the business approach to removal and disposal of faecal sludge – from pilot to scale,2013,FALSE,0,NA,NA,4,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,NA,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,NA,FALSE,NA,NA,NA,microenterprises; sanitation; schools; social franchising partnerships; South Africa,iwaponline.com -30328,3,3,https://iwaponline.com/washdev/article/3/3/459/30328/An-opportunity-not-to-be-missed-immunisation-as-an,"Journal of Water, Sanitation & Hygiene for Development",An opportunity not to be missed – immunisation as an entry point for hygiene promotion and diarrhoeal disease reduction in Nepal,2013,FALSE,0,NA,NA,3,Yael Velleman,"WaterAid, 47-49 Durham Street, London SE11 5JD",United Kingdom of Great Britain and Northern Ireland,YaelVelleman@wateraid.org,NA,Yael Velleman,"WaterAid, 47-49 Durham Street, London SE11 5JD",GBR,YaelVelleman@wateraid.org,NA,FALSE,NA,NA,NA,diarrhoea; hygiene; immunisation; rotavirus; sanitation; vaccines,iwaponline.com -30330,3,3,https://iwaponline.com/washdev/article/3/3/467/30330/Mitigation-of-naturally-occurring-fluoride-in,"Journal of Water, Sanitation & Hygiene for Development",Mitigation of naturally occurring fluoride in drinking water sources in rural areas in India: an overview,2013,FALSE,0,NA,NA,1,Brajesh K. Shrivastava,"Consultant-Water Quality, Ministry of Drinking Water & Sanitation, 9th Floor, Paryavaran Bhavan, CGO Complex, Lodhi Road, New Delhi-03, New Delhi",India,brajeshchem@gmail.com,NA,Brajesh K. Shrivastava,"Consultant-Water Quality, Ministry of Drinking Water & Sanitation, 9th Floor, Paryavaran Bhavan, CGO Complex, Lodhi Road, New Delhi-03, New Delhi",IND,brajeshchem@gmail.com,NA,FALSE,NA,NA,NA,coverage; fluoride; habitations; India,iwaponline.com -30310,3,4,https://iwaponline.com/washdev/article/3/4/479/30310/The-risk-of-unimproved-water-and-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development",The risk of unimproved water and sanitation and the global burden of disease,2013,FALSE,0,NA,NA,2,Sandy Cairncross,"London School of Hygiene and Tropical Medicine, Keppel St, London WC1E 7HT, United Kingdom",United Kingdom of Great Britain and Northern Ireland,NA,NA,Helen Petach,"Biomedical Science Advisor, US Agency for International Development, 1300 Pennsylvania Ave, NW, Washington, DC 20523, USA",United States of America,hpetach@usaid.gov,NA,FALSE,NA,NA,NA,NA,iwaponline.com -30312,3,4,https://iwaponline.com/washdev/article/3/4/481/30312/City-sanitation-ladder-moving-from-household-to,"Journal of Water, Sanitation & Hygiene for Development",City sanitation ladder: moving from household to citywide sanitation assessment,2013,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/4/10.2166_washdev.2013.134/4/134.pdf?Expires=1706024236&Signature=peNs0KjqvZ1WtAyS1U4UCMij6qpJMwBZSlwooJ0WihjiQQO0Ruislz00Gfftz5GFWBpxva5VZqzKSVnBxpERsOPzEKPgyXus7g96xApTphMY4rq7tFLam-0SaWRoN5cxaZHGR-PkAimBuaIVoh4zac9w5MhOdJQUe6ECsbSRS0mW5d8tRadmkPfW9l2MGHSrfyFEiy3a4ACYg8iNHlfUN1Y29zAsrIOhOIrYWoj3Adw1TyqRTVXWDtQkt4zjvWpgqVK0gkaItBT9EWE-ltymipUtMhvwHiBK6wsIbUaHKCu-1ce3KJ6M12Z2SRNSLtU9HoMZ0jLLzWXe5YI8G74gBA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad- 380009, India",India,meeramehta@cept.ac.in,NA,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad- 380009, India",India,meeramehta@cept.ac.in,NA,FALSE,NA,NA,NA,city sanitation plans; citywide approach; monitoring; sanitation ladder; urban sanitation,iwaponline.com -30314,3,4,https://iwaponline.com/washdev/article/3/4/489/30314/In-pursuit-of-sustainable-water-solutions-in,"Journal of Water, Sanitation & Hygiene for Development",In pursuit of sustainable water solutions in emerging regions,2013,FALSE,0,NA,NA,4,Laura R. Brunson,"CEES; 202 W. Boyd St, Room 334, Norman, OK 73019, 405-255-9622, US",United States of America,lbrunson@ou.edu,NA,Laura R. Brunson,"CEES; 202 W. Boyd St, Room 334, Norman, OK 73019, 405-255-9622, US",United States of America,lbrunson@ou.edu,NA,FALSE,NA,NA,NA,drinking water; interdisciplinary; market-based implementation; safe water; sustainability,iwaponline.com -30316,3,4,https://iwaponline.com/washdev/article/3/4/500/30316/Potential-of-natural-treatment-technologies-for,"Journal of Water, Sanitation & Hygiene for Development",Potential of natural treatment technologies for wastewater management in India,2013,FALSE,0,NA,NA,6,M. Starkl,"Centre for Environmental Management and Decision Support, Gregor Mendel Strasse 33, 1180 Vienna, Austria",Austria,markus.starkl@boku.ac.at,NA,M. Starkl,"Centre for Environmental Management and Decision Support, Gregor Mendel Strasse 33, 1180 Vienna, Austria",Austria,markus.starkl@boku.ac.at,NA,FALSE,NA,NA,NA,constructed wetlands; duckweed ponds; natural treatment ponds; rapid sustainability assessment; waste stabilization ponds,iwaponline.com -30318,3,4,https://iwaponline.com/washdev/article/3/4/512/30318/Drinking-water-quality-for-peri-urban-residents-in,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality for peri-urban residents in Phnom Penh, Cambodia",2013,FALSE,0,NA,NA,3,K. Thomas,"School of Engineering, University of Guelph, Guelph, Ontario, N1G 2W1, Canada",Canada,kimberleythomas@gmail.com,NA,K. Thomas,"School of Engineering, University of Guelph, Guelph, Ontario, N1G 2W1, Canada",Canada,kimberleythomas@gmail.com,NA,FALSE,NA,NA,NA,Cambodia; drinking water; microbial; peri-urban; Phnom Penh; water quality,iwaponline.com -30320,3,4,https://iwaponline.com/washdev/article/3/4/522/30320/Temporal-changes-in-peri-urban-drinking-water,"Journal of Water, Sanitation & Hygiene for Development",Temporal changes in peri-urban drinking water practices and quality,2013,FALSE,0,NA,NA,2,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne NE1 7RU, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne NE1 7RU, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,FALSE,NA,NA,NA,Amazon; chemical quality; household survey; microbiological parameters; Peru; seasonal changes,iwaponline.com -30323,3,4,https://iwaponline.com/washdev/article/3/4/530/30323/Assessing-the-demographic-behavioural-and,"Journal of Water, Sanitation & Hygiene for Development","Assessing the demographic, behavioural and environmental characteristics and the potential effectiveness of a household water filter in the Republic of Kiribati",2013,FALSE,0,NA,NA,6,Rebecca Psutka,"Department of Preventive and Social Medicine, University of Otago, New Zealand 9010",New Zealand,rebecca.psutka@gmail.com,NA,Rebecca Psutka,"Department of Preventive and Social Medicine, University of Otago, New Zealand 9010",NZL,rebecca.psutka@gmail.com,NA,FALSE,NA,NA,NA,climate change; household water treatment; hygiene; Kiribati; pacific islands; water quality,iwaponline.com -30325,3,4,https://iwaponline.com/washdev/article/3/4/541/30325/Awareness-adoption-and-implementation-of-the-water,"Journal of Water, Sanitation & Hygiene for Development","Awareness, adoption and implementation of the water safety plan methodology: insights from five Latin American and Caribbean experiences",2013,FALSE,0,NA,NA,5,Brian Hubbard,"Department of Health and Human Services, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, 4770 Buford Highway, NE, MS F-60, Atlanta, GA 30341, USA",United States of America,bhubbard@cdc.gov,NA,Brian Hubbard,"Department of Health and Human Services, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, 4770 Buford Highway, NE, MS F-60, Atlanta, GA 30341, USA",United States of America,bhubbard@cdc.gov,NA,FALSE,NA,NA,NA,drinking-water regulations; Latin America and Caribbean; preventive risk management; public health; water safety plans; water supply operations and management,iwaponline.com -30327,3,4,https://iwaponline.com/washdev/article/3/4/549/30327/Rehabilitation-of-water-treatment-plants-with,"Journal of Water, Sanitation & Hygiene for Development",Rehabilitation of water treatment plants with operational constrains: a study on turbidity removal,2013,FALSE,0,NA,NA,2,Kaveh Sookhak Lari,"Centre for Environmental Risk Assessment and Remediation (CERAR), University of South Australia, Mawson Lakes Campus, Mawson Lakes, SA 5095, Australia and CSIRO Land and Water, Private Bag No. 5, Wembley WA 6913, Australia",Australia,Kaveh.SookhakLari@unisa.edu.au,NA,Kaveh Sookhak Lari,"Centre for Environmental Risk Assessment and Remediation (CERAR), University of South Australia, Mawson Lakes Campus, Mawson Lakes, SA 5095, Australia and CSIRO Land and Water, Private Bag No. 5, Wembley WA 6913, Australia",Australia,Kaveh.SookhakLari@unisa.edu.au,NA,FALSE,NA,NA,NA,clarifier; filter; rehabilitation; turbidity; water treatment plant,iwaponline.com -30329,3,4,https://iwaponline.com/washdev/article/3/4/557/30329/Water-safety-planning-and-implementation-lessons,"Journal of Water, Sanitation & Hygiene for Development",Water safety planning and implementation: lessons from South Africa,2013,FALSE,0,NA,NA,2,Mthokozisi Ncube,"Johannesburg Water (SOC) Ltd, 17 Harrison Street, Marshalltown, Johannesburg, 2107, South Africa",South Africa,mthokozisi.ncube@jwater.co.za,NA,Mthokozisi Ncube,"Johannesburg Water (SOC) Ltd, 17 Harrison Street, Marshalltown, Johannesburg, 2107, South Africa",South Africa,mthokozisi.ncube@jwater.co.za,NA,FALSE,NA,NA,NA,risk management; Ugu district municipality; water safety planning,iwaponline.com -30331,3,4,https://iwaponline.com/washdev/article/3/4/564/30331/Pot-chlorination-of-shallow-wells-in-a-peri-urban,"Journal of Water, Sanitation & Hygiene for Development",Pot chlorination of shallow wells in a peri-urban community in Kenya: an effectiveness trial,2013,FALSE,0,NA,NA,4,Krista Vandermeer,"London School of Hygiene and Tropical Medicine, Keppel Street, London, WC1E 7HT, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Robert Dreibelbis,"Department of International Health, Johns Hopkins Bloomberg School of Public Health, Johns Hopkins University, 615 N Wolfe Street, Baltimore, Maryland 21215, USA and Hubert Department of Global Health, Center for Global Safe Water, Rollins School of Public Health, Emory University, 1518 Clifton Road, Room 767, Atlanta, Georgia, 30322, USA",United States of America,rdreibel@jhsph.edu,NA,FALSE,NA,NA,NA,Africa; faecal contamination; pot chlorination; residual free chlorine; well water,iwaponline.com -30332,3,4,https://iwaponline.com/washdev/article/3/4/572/30332/Enhanced-anaerobic-digestion-as-a-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development",Enhanced anaerobic digestion as a sanitation and energy recovery technology,2013,FALSE,0,NA,NA,2,T. Garoma,"Department of Civil and Environmental Engineering, San Diego State University, San Diego, CA 92182, USA",United States of America,tgaroma@mail.sdsu.edu,NA,T. Garoma,"Department of Civil and Environmental Engineering, San Diego State University, San Diego, CA 92182, USA",United States of America,tgaroma@mail.sdsu.edu,NA,FALSE,NA,NA,NA,algae; anaerobic digestion; resource recovery; sanitation; waste treatment,iwaponline.com -30333,3,4,https://iwaponline.com/washdev/article/3/4/582/30333/Assessing-perceptions-and-willingness-to-use-urine,"Journal of Water, Sanitation & Hygiene for Development","Assessing perceptions and willingness to use urine in agriculture: a case study from rural areas of eThekwini municipality, South Africa",2013,FALSE,0,NA,NA,5,A. E. Okem,"School of Social Science, University of KwaZulu Natal, Durban, South Africa",South Africa,okem@ukzn.ac.za,NA,A. E. Okem,"School of Social Science, University of KwaZulu Natal, Durban, South Africa",South Africa,okem@ukzn.ac.za,NA,FALSE,NA,NA,NA,South Africa; urine diversion toilets; urine re-use; user perceptions,iwaponline.com -30334,3,4,https://iwaponline.com/washdev/article/3/4/592/30334/A-cluster-randomized-trial-assessing-the-impact-of,"Journal of Water, Sanitation & Hygiene for Development","A cluster-randomized trial assessing the impact of school water, sanitation and hygiene improvements on pupil enrolment and gender parity in enrolment",2013,FALSE,0,NA,NA,6,Joshua V. Garn,"Department of Epidemiology, Rollins School of Public Health and Laney Graduate School, Emory University, 3rd floor CNR, 1518 Clifton Rd NE, Atlanta, Georgia 30322, USA",United States of America,NA,NA,Matthew C. Freeman,"Department of Environmental Health, Center for Global Safe Water, Rollins School of Public Health, Emory University, CNR 2027, 1518 Clifton Rd NE, Atlanta, Georgia 30322, USA",United States of America,mcfreem@emory.edu,NA,FALSE,NA,NA,NA,enrolment; gender parity; Kenya; sanitation; WASH,iwaponline.com -30335,3,4,https://iwaponline.com/washdev/article/3/4/602/30335/Statistical-analysis-of-shallow-well,"Journal of Water, Sanitation & Hygiene for Development","Statistical analysis of shallow well characteristics as indicators of water quality in parts of Ibadan City, Nigeria",2013,FALSE,0,NA,NA,3,Olusegun Oguntoke,"Geography, Environmental Management and Energy Studies, University of Johannesburg, PO Box 524, Kingsway Campus, Auckland Park, University of Johannesburg, Johannesburg, Gauteng 2006, South Africa",South Africa,oguntokeo@gmail.com,NA,Olusegun Oguntoke,"Geography, Environmental Management and Energy Studies, University of Johannesburg, PO Box 524, Kingsway Campus, Auckland Park, University of Johannesburg, Johannesburg, Gauteng 2006, South Africa",South Africa,oguntokeo@gmail.com,NA,FALSE,NA,NA,NA,associative analysis; hygiene; markers; underground water; water quality,iwaponline.com -30336,3,4,https://iwaponline.com/washdev/article/3/4/612/30336/Cambodian-girls-recommendations-for-facilitating,"Journal of Water, Sanitation & Hygiene for Development",Cambodian girls' recommendations for facilitating menstrual hygiene management in school,2013,FALSE,0,NA,NA,2,Susan Connolly,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 537, New York, NY 10032, USA",United States of America,NA,NA,Marni Sommer,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 537, New York, NY 10032, USA",United States of America,ms2778@columbia.edu,NA,FALSE,NA,NA,NA,adolescents; Cambodia; education; health; menstruation; sanitation,iwaponline.com -30337,3,4,https://iwaponline.com/washdev/article/3/4/623/30337/Demonstrating-the-effectiveness-of-social,"Journal of Water, Sanitation & Hygiene for Development",Demonstrating the effectiveness of social franchising principles: the emptying of household ventilated improved pits: a case study from South Africa,2013,FALSE,0,NA,NA,7,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,NA,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,NA,FALSE,NA,NA,NA,faecal sludge; microenterprises; schools; social franchising partnerships; South Africa,iwaponline.com -30338,3,4,https://iwaponline.com/washdev/article/3/4/629/30338/Returning-knowledge-to-the-community-an-innovative,"Journal of Water, Sanitation & Hygiene for Development",Returning knowledge to the community: an innovative approach to sharing knowledge about drinking water practices in a peri-urban community,2013,FALSE,0,NA,NA,2,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne, NE1 7RU, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne, NE1 7RU, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,FALSE,NA,NA,NA,co-production; drinking water; knowledge exchange; participatory methods; Peru; public engagement,iwaponline.com -30339,3,4,https://iwaponline.com/washdev/article/3/4/638/30339/Sub-national-inequities-in-Philippine-water-access,"Journal of Water, Sanitation & Hygiene for Development",Sub-national inequities in Philippine water access associated with poverty and water potential,2013,FALSE,0,NA,NA,3,Alexandra Fehr,"Department of Environmental Health, Emory University, Atlanta, GA 30322",United States of America,NA,NA,Matthew C. Freeman,"Department of Environmental Health, Emory University, Atlanta, GA 30322",United States of America,mcfreem@emory.edu,NA,FALSE,NA,NA,NA,equity; geospatial analysis; Millennium Development Goals; water access,iwaponline.com -30341,3,4,https://iwaponline.com/washdev/article/3/4/646/30341/Ceramic-pot-filter-user-satisfaction-and-water,"Journal of Water, Sanitation & Hygiene for Development",Ceramic pot filter user satisfaction and water quantity production in tsunami-affected Sri Lankan communities,2013,FALSE,0,NA,NA,4,Lisa M. Casanova,"Institute of Public Health, Georgia State University, P.O. Box 3995, Atlanta, GA 30302",United States of America,lcasanova@gsu.edu,NA,Lisa M. Casanova,"Institute of Public Health, Georgia State University, P.O. Box 3995, Atlanta, GA 30302",United States of America,lcasanova@gsu.edu,NA,FALSE,NA,NA,NA,ceramic pot filter; ceramic water purifier; filter; point-of-use; tsunami,iwaponline.com -30344,3,4,https://iwaponline.com/washdev/article/3/4/649/30344/Thermophilic-co-composting-of-human-wastes-in,"Journal of Water, Sanitation & Hygiene for Development",Thermophilic co-composting of human wastes in Haiti,2013,FALSE,0,NA,NA,4,N. Preneta,"Carrefour Rue Chavannes et Rue A. Martial, Port au Prince, Haiti",Haiti,NA,NA,S. Kramer,"Impasse Cala #24, Rue Jean Baptiste, Port au Prince, Haiti",Haiti,skramer@oursoil.org,NA,FALSE,NA,NA,NA,compost; ecological sanitation; Haiti; soil; thermophilic composting,iwaponline.com -30340,4,1,https://iwaponline.com/washdev/article/4/1/1/30340/Challenges-for-the-future-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Challenges for the future of urban sanitation planning: critical analysis of John Kalbermatten's influence,2014,FALSE,0,NA,NA,4,Ruth Kennedy-Walker,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle-upon-Tyne NE1 7RU, UK",United Kingdom of Great Britain and Northern Ireland,r.kennedy-walker@ncl.ac.uk,NA,Ruth Kennedy-Walker,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle-upon-Tyne NE1 7RU, UK",United Kingdom of Great Britain and Northern Ireland,r.kennedy-walker@ncl.ac.uk,NA,FALSE,NA,NA,NA,enabling environment; participation; planning; sanitation; urban,iwaponline.com -30348,4,1,https://iwaponline.com/washdev/article/4/1/15/30348/The-uneven-progress-of-sanitation-in-India,"Journal of Water, Sanitation & Hygiene for Development",The uneven progress of sanitation in India,2014,FALSE,0,NA,NA,2,Arabinda Ghosh,"Indian Administrative Service, Additional District Magistrate, Nadia District, P.O – Krishnagar, PIN – 741101, West Bengal, India",India,NA,NA,Sandy Cairncross,"Professor of Environmental Health, London School of Hygiene & Tropical Medicine, Keppel St, London WC1E 7HT, UK",United Kingdom of Great Britain and Northern Ireland,sandy.cairncross@lshtm.ac.uk,NA,FALSE,NA,NA,NA,coverage; India; latrine; open defecation; sanitation,iwaponline.com -30354,4,1,https://iwaponline.com/washdev/article/4/1/23/30354/Economic-efficiency-of-sanitation-interventions-in,"Journal of Water, Sanitation & Hygiene for Development",Economic efficiency of sanitation interventions in Southeast Asia,2014,FALSE,0,NA,NA,8,Guy Hutton,"Water and Sanitation Program, World Bank, 55 Lodi Estate, New Delhi, 110003, India",India,ghutton@worldbank.org,NA,Guy Hutton,"Water and Sanitation Program, World Bank, 55 Lodi Estate, New Delhi, 110003, India",India,ghutton@worldbank.org,NA,FALSE,NA,NA,NA,Cambodia; China; East Asia; Indonesia; Lao PDR; Philippines; Southeast Asia; Vietnam,iwaponline.com -30355,4,1,https://iwaponline.com/washdev/article/4/1/37/30355/Removal-of-selected-microorganisms-using-silver,"Journal of Water, Sanitation & Hygiene for Development","Removal of selected microorganisms using silver-impregnated and coated, low-cost, micro-porous, ceramic water filters",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/1/10.2166_washdev.2013.027/4/027.pdf?Expires=1706027179&Signature=IS0r7NhD6q--PJbUuTgfCVtNS~DbRroROZ9ZmqfBKpG4-5a-mtU31GOwjBfjYwdY9rcKuEwZwUDMJbkveLMbWMSAxMsQrXdqw86Q9~iCZl6Hvevl3ApVhTIQFy7wkyN8TpbrL6y6x40LASBnO~z8tdR06PjpU483yTy7~PkiasXcCHaFf0t9dCk2s4CTejSscxyxujVw4e42rasdXF-R4hshxXIguvciZtlPcd8~OfEr8gSFFKKznZjmccKz6Yiql8PBZBgVTiwX-LOTHgGXIm0rUaiTKJXiB4ATON84LjH7sY9HGH0JpW3nNK1C3G1264hZCN~pltAS2WX7Ou1XQg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Jean Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, KwaDlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,NA,Jean Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, KwaDlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,NA,FALSE,NA,NA,NA,ceramic water filter; drinking water; oligodynamic; virus; water treatment,iwaponline.com -30356,4,1,https://iwaponline.com/washdev/article/4/1/43/30356/When-water-is-scarce-the-perception-of-water,"Journal of Water, Sanitation & Hygiene for Development",When water is scarce: the perception of water quality and effects on the vulnerable,2014,FALSE,0,NA,NA,2,Hamdiyah Alhassan,"Department of Agricultural and Resource Economics, University for Development Studies, Tamale, Ghana",Ghana,NA,NA,Paul Adjei Kwakwa,"Faculty of Development Studies, Presbyterian University College Ghana, Akuapem Campus, Akropong-Akuapem, Eastern Region, Ghana",Ghana,pauladkwa@yahoo.com,NA,FALSE,NA,NA,NA,Ghana; household; vulnerable; water insecurity; water management,iwaponline.com -30357,4,1,https://iwaponline.com/washdev/article/4/1/51/30357/Exploring-the-methodology-of-participatory-design,"Journal of Water, Sanitation & Hygiene for Development",Exploring the methodology of participatory design to create appropriate sanitation technologies in rural Malawi,2014,FALSE,0,NA,NA,4,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",Australia,ben_cole_h2o@mac.com,NA,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",AUS,ben_cole_h2o@mac.com,NA,FALSE,NA,NA,NA,design; participation; rural; sanitation,iwaponline.com -30358,4,1,https://iwaponline.com/washdev/article/4/1/62/30358/Viscous-heating-analysis-of-simulant-feces-by,"Journal of Water, Sanitation & Hygiene for Development",Viscous heating analysis of simulant feces by computational fluid dynamics and experimentation,2014,FALSE,0,NA,NA,5,Jagdeep T. Podichetty,"423 Engineering North, School of Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",United States of America,NA,NA,Gary L. Foutch,"423 Engineering North, School of Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",United States of America,foutch@okstate.edu,NA,FALSE,NA,NA,NA,Comsol Multiphysics; extrusion; feces; parasite; viscosity; viscous heating,iwaponline.com -30359,4,1,https://iwaponline.com/washdev/article/4/1/72/30359/Power-earth-auger-modification-for-waste,"Journal of Water, Sanitation & Hygiene for Development",Power earth auger modification for waste extraction from pit latrines,2014,FALSE,0,NA,NA,4,Tate Weston Rogers,"Department of Civil, Construction and Environmental Engineering, North Carolina State University, Campus Box 7908, Raleigh, NC 27695, USA",United States of America,NA,NA,Robert C. Borden,"Department of Civil, Construction and Environmental Engineering, North Carolina State University, Campus Box 7908, Raleigh, NC 27695, USA",United States of America,rcborden@ncsu.edu,NA,FALSE,NA,NA,NA,auger; pit emptying; portable,iwaponline.com -30361,4,1,https://iwaponline.com/washdev/article/4/1/81/30361/Modeling-of-pathogen-inactivation-in-thermal,"Journal of Water, Sanitation & Hygiene for Development",Modeling of pathogen inactivation in thermal septic tanks,2014,FALSE,0,NA,NA,5,T. Koottatep,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Thailand",Thailand,NA,NA,T. Pussayanavin,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Thailand",Thailand,Tatchai.Pussayanavin@ait.ac.th,NA,FALSE,NA,NA,NA,E. coli; methanogens; modified Weibull model; pathogen inactivation; septic tanks; temperatures,iwaponline.com -30363,4,1,https://iwaponline.com/washdev/article/4/1/89/30363/Sustainability-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Sustainability of water, sanitation and hygiene interventions in Central America",2014,FALSE,0,NA,NA,4,Raquel I. Sabogal,"Centers for Disease Control & Prevention, National Center for Environmental Health, Division of Emergency and Environmental Health Services, 4770 Buford Highway NE, Chamblee, Georgia 30341, US",United States of America,rsabogal@cdc.gov,NA,Raquel I. Sabogal,"Centers for Disease Control & Prevention, National Center for Environmental Health, Division of Emergency and Environmental Health Services, 4770 Buford Highway NE, Chamblee, Georgia 30341, US",United States of America,rsabogal@cdc.gov,NA,FALSE,NA,NA,NA,Central America; evaluation; hygiene promotion; sanitation; sustainability; water,iwaponline.com -30342,4,1,https://iwaponline.com/washdev/article/4/1/100/30342/Participatory-multi-criteria-evaluation-of,"Journal of Water, Sanitation & Hygiene for Development",Participatory multi-criteria evaluation of alternative options for water supply in cyclone-prone areas of Bangladesh,2014,FALSE,0,NA,NA,2,Abu Hena Mustafa Kamal Sikder,"Ka-86/C, Khapara, Khilkhet, Dhaka, Bangladesh",Bangladesh,sikder_cee@yahoo.com,NA,Abu Hena Mustafa Kamal Sikder,"Ka-86/C, Khapara, Khilkhet, Dhaka, Bangladesh",Bangladesh,sikder_cee@yahoo.com,NA,FALSE,NA,NA,NA,coastal area; cyclone; drinking water supply; participatory multi-criteria analysis; water supply option,iwaponline.com -30343,4,1,https://iwaponline.com/washdev/article/4/1/108/30343/Health-in-perspective-framing-motivational-factors,"Journal of Water, Sanitation & Hygiene for Development","Health in perspective: framing motivational factors for personal sanitation in urban slums in Nairobi, Kenya, using anchored best–worst scaling",2014,FALSE,0,NA,NA,3,Carl Johan Lagerkvist,"Department of Economics, Swedish University of Agricultural Sciences, PO Box 7013, 75007 Uppsala, Sweden",Sweden,carl-johan.lagerkvist@slu.se,NA,Carl Johan Lagerkvist,"Department of Economics, Swedish University of Agricultural Sciences, PO Box 7013, 75007 Uppsala, Sweden",Sweden,carl-johan.lagerkvist@slu.se,NA,FALSE,NA,NA,NA,anchored best–worst scaling; factor importance; motivation; personal sanitation; slums,iwaponline.com -30345,4,1,https://iwaponline.com/washdev/article/4/1/120/30345/School-based-intervention-evaluating-the-role-of,"Journal of Water, Sanitation & Hygiene for Development","School-based intervention: evaluating the role of water, latrines and hygiene education on trachoma and intestinal parasitic infections in Ethiopia",2014,FALSE,0,NA,NA,5,Bizu Gelaye,"Department of Epidemiology, University of Washington School of Public Health, Seattle, WA, USA",United States of America,bgelaye@hsph.harvard.edu,NA,Bizu Gelaye,"Department of Epidemiology, University of Washington School of Public Health, Seattle, WA, USA",United States of America,bgelaye@hsph.harvard.edu,NA,FALSE,NA,NA,NA,Ethiopia; intervention; parasitic infection; sanitation; school; trachoma,iwaponline.com -30346,4,1,https://iwaponline.com/washdev/article/4/1/131/30346/Beyond-improved-towards-safe-and-sustainable-urban,"Journal of Water, Sanitation & Hygiene for Development","Beyond ‘improved’ towards ‘safe and sustainable’ urban sanitation: assessing the design, management and functionality of sanitation in poor communities of Dar es Salaam, Tanzania",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/1/10.2166_washdev.2013.180/4/180.pdf?Expires=1706027210&Signature=U3~LjU8HijmNe5Dx77yoJi-wvE97zMWL0Jh9s3-8GIfpNygVXqEKglrBqBDMoRsCyPuiD6Op6UE008JU94qDq87vibJv8J6g7yGNWQ3lVVBNidzbFgD~gyv77YyabNUa6zh2SGKKVmK5Hyilov4JXGViqEyWcrjaaH2NI0hTShOkVO2HgKauRouNh1Ai13yKJZ~CMKBRVozSpb-0cm50iagY6YuKPhkQULw~oiKKLkscH-IxcrsPwZ3~1hmBPca5LeEckPrmDl6ExOyw6u2uOl~lrFjEVJnjWBnzxx3-LPfH7hKXLuxZn4-7fYIxhBIw7DZQxnZnTWqThY9oQ5nNAA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,M. W. Jenkins,"Civil and Environmental Engineering, University of California, Davis, CA, USA",United States of America,mwjenkins@ucdavis.edu,NA,M. W. Jenkins,"Civil and Environmental Engineering, University of California, Davis, CA, USA",United States of America,mwjenkins@ucdavis.edu,NA,FALSE,NA,NA,NA,equity; fecal sludge management; indicators; monitoring and evaluation; pit emptying; shared sanitation,iwaponline.com -30347,4,1,https://iwaponline.com/washdev/article/4/1/142/30347/Planning-for-water-and-sanitation-in-the,"Journal of Water, Sanitation & Hygiene for Development","Planning for water and sanitation in the residential suburbs: the case of Aligarh City, India",2014,FALSE,0,NA,NA,2,Abha Lakshmi Singh,"Department of Geography, Aligarh Muslim University, Aligarh, 202002, Uttar Pradesh, India",India,abhalakshmisingh@yahoo.com,NA,Abha Lakshmi Singh,"Department of Geography, Aligarh Muslim University, Aligarh, 202002, Uttar Pradesh, India",India,abhalakshmisingh@yahoo.com,NA,FALSE,NA,NA,NA,levels; residential colonies; sanitation; suburbs; water,iwaponline.com -30349,4,1,https://iwaponline.com/washdev/article/4/1/153/30349/Prefabricated-biogas-reactor-based-systems-for,"Journal of Water, Sanitation & Hygiene for Development",Prefabricated biogas reactor-based systems for community wastewater and organic waste treatment in developing regions,2014,FALSE,0,NA,NA,5,S. Cheng,"School of Civil & Environmental Engineering, University of Science and Technology Beijing, Xueyuan Road 30, Haidian District, 100083, Beijing, China",China,zifulee@aliyun.com,NA,S. Cheng,"School of Civil & Environmental Engineering, University of Science and Technology Beijing, Xueyuan Road 30, Haidian District, 100083, Beijing, China",China,zifulee@aliyun.com,NA,FALSE,NA,NA,NA,DEWATS; prefabricated biogas reactor; slum; wastewater and waste management,iwaponline.com -30350,4,1,https://iwaponline.com/washdev/article/4/1/159/30350/Development-of-Haiti-s-rural-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Development of Haiti's rural water, sanitation and hygiene workforce",2014,FALSE,0,NA,NA,4,Brian Hubbard,"Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, 4770 Buford Highway, NE., MS F-58, Atlanta, GA 30341, USA",United States of America,bnh5@cdc.gov,NA,Brian Hubbard,"Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, 4770 Buford Highway, NE., MS F-58, Atlanta, GA 30341, USA",United States of America,bnh5@cdc.gov,NA,FALSE,NA,NA,NA,cholera; Haiti; sanitation and hygiene; water quality; water; workforce development,iwaponline.com -30351,4,1,https://iwaponline.com/washdev/article/4/1/164/30351/Developing-behaviour-change-communication-for,"Journal of Water, Sanitation & Hygiene for Development",Developing behaviour change communication for improving faecal sludge management in Bhutan,2014,FALSE,0,NA,NA,4,G. Halcrow,"SNV Netherlands Development Organisation, Langjophaka, PO Box 815, Thimphu, Bhutan and Ministry of Works and Human Settlements, PO Box 791, Thimphu, Bhutan",Bhutan,ghalcrow@snvworld.org,NA,G. Halcrow,"SNV Netherlands Development Organisation, Langjophaka, PO Box 815, Thimphu, Bhutan and Ministry of Works and Human Settlements, PO Box 791, Thimphu, Bhutan",Bhutan,ghalcrow@snvworld.org,NA,FALSE,NA,NA,NA,behaviour change; faecal sludge; urban sanitation,iwaponline.com -30352,4,1,https://iwaponline.com/washdev/article/4/1/171/30352/Development-of-indicators-for-measuring-outcomes,"Journal of Water, Sanitation & Hygiene for Development",Development of indicators for measuring outcomes of water safety plans,2014,FALSE,0,NA,NA,5,Gabriella Lockhart,"Water, Sanitation, and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA, USA",United States of America,NA,NA,Richard J. Gelting,"Water, Sanitation, and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA, USA",United States of America,rgelting@cdc.gov,NA,FALSE,NA,NA,NA,drinking water; evaluation; indicators; outcomes; water safety plans,iwaponline.com -30353,4,1,https://iwaponline.com/washdev/article/4/1/182/30353/Rights-based-indicators-regarding-non,"Journal of Water, Sanitation & Hygiene for Development",Rights-based indicators regarding non-discrimination and equity in access to water and sanitation,2014,FALSE,0,NA,NA,3,Urooj Quezon Amjad,"Post-doctoral Research Associate, The Water Institute, Gillings School of Global Public Health, and Research Fellow, Global Research Institute, University of North Carolina, Chapel Hill, Rosenau Hall, CB #7431, 135 Dauer Dr. Chapel Hill, North Carolina 27599-7431, USA",United States of America,amjad@unc.edu,NA,Urooj Quezon Amjad,"Post-doctoral Research Associate, The Water Institute, Gillings School of Global Public Health, and Research Fellow, Global Research Institute, University of North Carolina, Chapel Hill, Rosenau Hall, CB #7431, 135 Dauer Dr. Chapel Hill, North Carolina 27599-7431, USA",United States of America,amjad@unc.edu,NA,FALSE,NA,NA,NA,equity; human right to water and sanitation; indicators; public health; water quality,iwaponline.com -30360,4,2,https://iwaponline.com/washdev/article/4/2/189/30360/Faecal-sludge-management-in-low-income-areas-a,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge management in low income areas: a case study of three districts in the Ashanti region of Ghana,2014,FALSE,0,NA,NA,4,Eugene Appiah-Effah,"Civil Engineering Department, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@yahoo.com,NA,Eugene Appiah-Effah,"Civil Engineering Department, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@yahoo.com,NA,FALSE,NA,NA,NA,desludging; faecal sludge management; peri-urban area; rural area,iwaponline.com -30362,4,2,https://iwaponline.com/washdev/article/4/2/200/30362/Initial-fluoride-concentration-and-loading,"Journal of Water, Sanitation & Hygiene for Development","Initial fluoride concentration and loading capacity in defluoridation with bauxite, gypsum, magnesite and their composite",2014,FALSE,0,NA,NA,1,Bernard Thole,"Polytechnic, Private Bag 303, Blantyre 3, Malawi",Malawi,tholebernard@hotmail.com,NA,Bernard Thole,"Polytechnic, Private Bag 303, Blantyre 3, Malawi",Malawi,tholebernard@hotmail.com,NA,FALSE,NA,NA,NA,bauxite; defluoridation; fluorosis; gypsum; magnesite,iwaponline.com -30364,4,2,https://iwaponline.com/washdev/article/4/2/206/30364/The-effect-of-increasing-grain-size-in-biosand,"Journal of Water, Sanitation & Hygiene for Development",The effect of increasing grain size in biosand water filters in combination with ultraviolet disinfection,2014,FALSE,0,NA,NA,4,Timothy E. Frank,"2354 Fairchild Drive Suite 6J-117, USAF Academy, CO 80840, 01-719-660-6903, USA",United States of America,tefrank18@gmail.com,NA,Timothy E. Frank,"2354 Fairchild Drive Suite 6J-117, USAF Academy, CO 80840, 01-719-660-6903, USA",United States of America,tefrank18@gmail.com,NA,FALSE,NA,NA,NA,biosand water filter; developing countries; disinfection; grain size; water quality,iwaponline.com -30365,4,2,https://iwaponline.com/washdev/article/4/2/214/30365/Removal-of-As-III-and-As-V-in-surface-modified,"Journal of Water, Sanitation & Hygiene for Development",Removal of As(III) and As(V) in surface modified ceramic filters,2014,FALSE,0,NA,NA,3,Emily C. Robbins,"Department of Civil, Environmental, and Architectural Engineering, University of Kansas, Lawrence, KS 66045, USA",United States of America,NA,NA,Craig D. Adams,"Department of Civil and Environmental Engineering, Utah State University, Logan, UT 84322, USA",United States of America,craig.adams@usu.edu,NA,FALSE,NA,NA,NA,arsenic removal; breakthrough; SMCF,iwaponline.com -30366,4,2,https://iwaponline.com/washdev/article/4/2/223/30366/Fuel-potential-of-faecal-sludge-calorific-value,"Journal of Water, Sanitation & Hygiene for Development","Fuel potential of faecal sludge: calorific value results from Uganda, Ghana and Senegal",2014,FALSE,0,NA,NA,9,A. Murray Muspratt,"Waste Enterprisers Ltd, PMB CT 185, Cantonments, Accra, Ghana",Ghana,ashley@waste-enterprisers.com,NA,A. Murray Muspratt,"Waste Enterprisers Ltd, PMB CT 185, Cantonments, Accra, Ghana",Ghana,ashley@waste-enterprisers.com,NA,FALSE,NA,NA,NA,calorific value; drying beds; reuse; sanitation; sludge drying; sub-Saharan Africa,iwaponline.com -30367,4,2,https://iwaponline.com/washdev/article/4/2/231/30367/Processing-of-human-faeces-by-wet-vermifiltration,"Journal of Water, Sanitation & Hygiene for Development",Processing of human faeces by wet vermifiltration for improved on-site sanitation,2014,FALSE,0,NA,NA,3,C. Furlong,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,C. Furlong,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,FALSE,NA,NA,NA,Eisenia fetida; sewage; vermicompost; vermifilter; vermireactor; worm,iwaponline.com -30368,4,2,https://iwaponline.com/washdev/article/4/2/240/30368/The-neglect-of-hygiene-promotion-in-developing,"Journal of Water, Sanitation & Hygiene for Development","The neglect of hygiene promotion in developing countries, as shown by the Global Analysis and Assessment of Sanitation and Drinking-Water survey",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/2/10.2166_washdev.2014.119/4/119.pdf?Expires=1706089327&Signature=RnnRpBUGnnVIUG-NU805~DaIe9ADZtiZeIL1SNnhOj2Gwei17SWqRxVhndoNGo2EdSafr0mr4PCzhOs6clIJpQikaEosDrgF~-Kuz0KxiFpj5DgnTiF~9CkX66CRHfnGRCCDzEfIhF5dEA42WtoC0xpmt-LalHOzwLT6ptW0tDEEK7j6PvYQKv02uv2swWNqIO1HtdClbr8j63ijQlp0utq8WNjcDXSUE2hqCecny5S~JhUguttDGe8gV-ykuBxmf5W7c4G4Zvio7z4GJwihGuZX-USYIWtSzl5bnyV7NztPC4Hz4ezR2sHbXy3W-SsxdGmn-Ej2DyijwcSmXFsH2A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Alejandro Jiménez,"Technical University of Catalonia (UPC), Barcelona, Spain and Stockholm International Water Institute, Drottninggatan 33. 11151 Stockholm, Sweden",Sweden,alejandro.jimenez@siwi.org,NA,Alejandro Jiménez,"Technical University of Catalonia (UPC), Barcelona, Spain and Stockholm International Water Institute, Drottninggatan 33. 11151 Stockholm, Sweden",Sweden,alejandro.jimenez@siwi.org,NA,FALSE,NA,NA,NA,developing countries; GLAAS report; global monitoring; hygiene promotion; public health; United Nations,iwaponline.com -30369,4,2,https://iwaponline.com/washdev/article/4/2/248/30369/Knowledge-and-menstrual-hygiene-practices-among,"Journal of Water, Sanitation & Hygiene for Development","Knowledge and menstrual hygiene practices among adolescents in senior secondary schools in Ile Ife, south-western Nigeria",2014,FALSE,0,NA,NA,6,O. Olufemi Aluko,"Department of Community Health, Obafemi Awolowo University, Ile Ife, Nigeria",Nigeria,ooaluko@gmail.com,NA,O. Olufemi Aluko,"Department of Community Health, Obafemi Awolowo University, Ile Ife, Nigeria",Nigeria,ooaluko@gmail.com,NA,FALSE,NA,NA,NA,gender-friendly MHM facilities; in-school adolescents; menarche; menstrual hygiene; Nigeria,iwaponline.com -30370,4,2,https://iwaponline.com/washdev/article/4/2/257/30370/Why-are-some-latrines-cleaner-than-others,"Journal of Water, Sanitation & Hygiene for Development",Why are some latrines cleaner than others? Determining the factors of habitual cleaning behaviour and latrine cleanliness in rural Burundi,2014,FALSE,0,NA,NA,2,Ina L. Sonego,"Environmental Social Sciences, EAWAG: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, P.O. Box 611, 8600 Duebendorf, Switzerland",Switzerland,ina.sonego@eawag.ch,NA,Ina L. Sonego,"Environmental Social Sciences, EAWAG: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, P.O. Box 611, 8600 Duebendorf, Switzerland",Switzerland,ina.sonego@eawag.ch,NA,FALSE,NA,NA,NA,behaviour change; Burundi; cleaning; diarrhoea; sanitation; sub-Saharan Africa,iwaponline.com -30371,4,2,https://iwaponline.com/washdev/article/4/2/268/30371/Risk-perception-choice-of-drinking-water-and-water,"Journal of Water, Sanitation & Hygiene for Development","Risk perception, choice of drinking water and water treatment: evidence from Kenyan towns",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/2/10.2166_washdev.2014.131/4/131.pdf?Expires=1706089336&Signature=dPdt7BIDPkCfDMpk0X2KbqaaiHUwdYHXV-JzcQAA9JfApRoo9wKmN3ZA5VjNTiLsLtXjdbNh8tvQg7WA-aspm3imGm4EIYb8CBfHe~i0-mxX8HHGV4eM6eP6W0~hrDxDkeJpuLuHhqGsGIP1XiBBxNbQip6MMzoS6cx0K0oZki0pbTTaF7XjEjm4x5Pm0fmVOaUwrTPPwz7RhzpPPBeJTJMJwsdFMfiUWW1FQHDJPbu62dkaKeDYVmxMMsOFvRXxAveUdrmdYXjxYnMCpxsigzIwhfYeSE1KyE9py5pfV3DpsW3FVKlRJXex039vvwOfZPNmmOyvfr0TZbHuvxJRIw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Joseph Onjala,"Institute for Development Studies, University of Nairobi, PO Box 30197, Nairobi, Kenya",Kenya,NA,NA,Jesper Stage,"Department of Business, Economics and Law, Mid Sweden University, 851 70 Sundsvall, Sweden and Department of Business Administration, Technology and Social Sciences, Luleå University of Technology, 971 87 Luleå, Sweden",Sweden,Jesper.Stage@miun.se,NA,FALSE,NA,NA,NA,drinking water; subjective risk perception; water quality; water treatment,iwaponline.com -30372,4,2,https://iwaponline.com/washdev/article/4/2/281/30372/The-entrepreneurship-myth-in-small-scale-service,"Journal of Water, Sanitation & Hygiene for Development","The entrepreneurship myth in small-scale service provision: Water resale in Maputo, Mozambique",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/2/10.2166_washdev.2013.065/4/065.pdf?Expires=1706026603&Signature=He5h3rg0PX8m5~mDipNZ1M~7xShK-ex~z~OiInNoofU7zvXjXk3osA3PBqEgtJL8P9X5Jrlu60pPF9CGXpIjjvPaui4PYSH8bBxXynHJo8ZVowYPbeDVphecDhX3LE~h4uEQAR1YjRGjmDwLh3ffhLd~yvWt-T1LkoKUtKqzM9CzqFeuTS~Cd-2ZgNymp7kefyB25i6vTfvbG46tgDHr3~6~jK~knr0K77QKxfvuBzi1AFr9URImZxphPDGXNPOiS7dTUJ3gM57xdwdnySltiLGAORLQv~Gl9WCpO1j1h1bKDmFbg9ELwXpqMChE7LvE~THmik5RaQDDWg~CHo5tbw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Valentina Zuin,"Emmett Interdisciplinary Program in Environment and Resources, The Jerry Yang and Akiko Yamazaki Environment & Energy Building, 473 Via Ortega, Room 249, Stanford University Stanford, CA 94305, USA",United States of America,valezuin@stanford.edu,NA,Valentina Zuin,"Emmett Interdisciplinary Program in Environment and Resources, The Jerry Yang and Akiko Yamazaki Environment & Energy Building, 473 Via Ortega, Room 249, Stanford University Stanford, CA 94305, USA",United States of America,valezuin@stanford.edu,NA,FALSE,NA,NA,NA,Mozambique; small-scale providers; sub-Saharan Africa; urban water supply; water access; water resale,iwaponline.com -30373,4,2,https://iwaponline.com/washdev/article/4/2/293/30373/Gender-mainstreaming-in-integrated-rural-water,"Journal of Water, Sanitation & Hygiene for Development","Gender mainstreaming in integrated rural water supply and sanitation project in Mzimba, Malawi",2014,FALSE,0,NA,NA,2,O. K. K. Mwamsamali,"Department of Water Resources Engineering, University of Dar es Salaam, Tanzania",United Republic of Tanzania,NA,NA,A. W. Mayo,"Department of Water Resources Engineering, University of Dar es Salaam, Tanzania",United Republic of Tanzania,aloyce.mayo@yahoo.com,NA,FALSE,NA,NA,NA,gender mainstreaming; Malawi; rural water supply; sanitation,iwaponline.com -30374,4,2,https://iwaponline.com/washdev/article/4/2/304/30374/Participation-in-sanitation-planning-in-Burkina,"Journal of Water, Sanitation & Hygiene for Development",Participation in sanitation planning in Burkina Faso: theory and practice,2014,FALSE,0,NA,NA,4,J. R. McConville,"Department of Architecture, Chalmers University of Technology, SE-412-96 Göteborg, Sweden",Sweden,jenmcc@chalmers.se,NA,J. R. McConville,"Department of Architecture, Chalmers University of Technology, SE-412-96 Göteborg, Sweden",Sweden,jenmcc@chalmers.se,NA,FALSE,NA,NA,NA,participation; planning practice; planning theory; sanitation,iwaponline.com -30375,4,2,https://iwaponline.com/washdev/article/4/2/313/30375/Analysis-of-water-governance-in-Malawi-towards-a,"Journal of Water, Sanitation & Hygiene for Development",Analysis of water governance in Malawi: towards a favourable enabling environment?,2014,FALSE,0,NA,NA,2,Quinex W. Chiluwe,"Water Research Node, Monash South Africa, P/Bag X60, Roodepoort 1725, South Africa",South Africa,qchiluwe@gmail.com,NA,Quinex W. Chiluwe,"Water Research Node, Monash South Africa, P/Bag X60, Roodepoort 1725, South Africa",South Africa,qchiluwe@gmail.com,NA,FALSE,NA,NA,NA,enabling environment; governance principles; IWRM; water governance; water laws; water policy,iwaponline.com -30376,4,2,https://iwaponline.com/washdev/article/4/2/324/30376/Rethinking-public-toilet-technologies-in-Nairobi,"Journal of Water, Sanitation & Hygiene for Development",Rethinking public toilet technologies in Nairobi: the case of Ikotoilet facilities,2014,FALSE,0,NA,NA,1,Jeremia Nyaga Njeru,"Assistant Professor Geology and Geography Department, West Virginia University, 98 Beechurst Ave, Morgantown, WV 26505, USA",United States of America,jeremia.njeru@mail.wvu.edu,NA,Jeremia Nyaga Njeru,"Assistant Professor Geology and Geography Department, West Virginia University, 98 Beechurst Ave, Morgantown, WV 26505, USA",United States of America,jeremia.njeru@mail.wvu.edu,NA,FALSE,NA,NA,NA,Ikotoilets; Kenya; public toilets; shared sanitation,iwaponline.com -30377,4,2,https://iwaponline.com/washdev/article/4/2/329/30377/The-Right-to-Water-politics-governance-and-social,"Journal of Water, Sanitation & Hygiene for Development","The Right to Water: politics, governance and social struggles",2014,FALSE,0,NA,NA,1,Rory Padfield,"Department of Environment and Green Technology, Malaysia – Japan International Institute of Technology, Universiti Teknologi Malaysia (UTM), Kuala Lumpur, Malaysia",Malaysia,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,iwaponline.com -30040,4,3,https://iwaponline.com/washdev/article/4/3/331/30040/Private-and-social-enterprise-roles-in-water,"Journal of Water, Sanitation & Hygiene for Development","Private and social enterprise roles in water, sanitation and hygiene for the poor: a systematic review",2014,FALSE,0,NA,NA,4,Anna Gero,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,anna.gero@uts.edu.au,NA,Anna Gero,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,anna.gero@uts.edu.au,NA,FALSE,NA,NA,NA,civil society organisations; private enterprise; social enterprise; systematic review; water and sanitation services,iwaponline.com -30041,4,3,https://iwaponline.com/washdev/article/4/3/346/30041/Factors-affecting-slum-sanitation-projects-in,"Journal of Water, Sanitation & Hygiene for Development",Factors affecting slum sanitation projects in Dhaka City: learning from the dynamics of social-technological-governance systems,2014,FALSE,0,NA,NA,3,Md Mizanur Rahman,"Jahangirnagar University, Department of Geography and Environment, Savar, Dhaka 1342, Bangladesh",Bangladesh,mmrahmanju@yahoo.com,NA,Md Mizanur Rahman,"Jahangirnagar University, Department of Geography and Environment, Savar, Dhaka 1342, Bangladesh",Bangladesh,mmrahmanju@yahoo.com,NA,FALSE,NA,NA,NA,governance; government–NGO; sanitation; slum; society; technology,iwaponline.com -30042,4,3,https://iwaponline.com/washdev/article/4/3/359/30042/Why-clean-the-toilet-if-others-don-t-Using-a,"Journal of Water, Sanitation & Hygiene for Development",Why clean the toilet if others don't? Using a social dilemma approach to understand users of shared toilets' collective cleaning behaviour in urban slums: a review,2014,FALSE,0,NA,NA,2,Innocent K. Tumwebaze,"University of Zurich, Department of Psychology, Binzmühlestrasse 14/1, 8050 Zürich, Switzerland",Switzerland,kamara.innocent@gmail.com,NA,Innocent K. Tumwebaze,"University of Zurich, Department of Psychology, Binzmühlestrasse 14/1, 8050 Zürich, Switzerland",Switzerland,kamara.innocent@gmail.com,NA,FALSE,NA,NA,NA,cleaning; collective action; cooperation; shared toilets; social dilemma; urban slums,iwaponline.com -30043,4,3,https://iwaponline.com/washdev/article/4/3/371/30043/Fecal-sludge-management-FSM-analytical-tools-for,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge management (FSM): analytical tools for assessing FSM in cities,2014,FALSE,0,NA,NA,5,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",United Kingdom of Great Britain and Northern Ireland,andy.peal@ntlworld.com,NA,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",United Kingdom of Great Britain and Northern Ireland,andy.peal@ntlworld.com,NA,FALSE,NA,NA,NA,fecal sludge management; institutions; low-income countries; sanitation; service/value chain; urban,iwaponline.com -30044,4,3,https://iwaponline.com/washdev/article/4/3/384/30044/Bacterial-quality-of-drinking-water-sources-and,"Journal of Water, Sanitation & Hygiene for Development","Bacterial quality of drinking water sources and antimicrobial resistance profile of Enterobacteriaceae in Bahir Dar city, Ethiopia",2014,FALSE,0,NA,NA,4,Bayeh Abera,"Department of Microbiology, Immunology and Parasitology, College of Medicine and Health Sciences, Bahir Dar University, Ethiopia",Ethiopia,bayeabera15@gmail.com,NA,Bayeh Abera,"Department of Microbiology, Immunology and Parasitology, College of Medicine and Health Sciences, Bahir Dar University, Ethiopia",Ethiopia,bayeabera15@gmail.com,NA,FALSE,NA,NA,NA,antibiotic resistance; E. coli; Ethiopia; thermotolerant coliforms; total coliforms; water,iwaponline.com -30045,4,3,https://iwaponline.com/washdev/article/4/3/391/30045/Assessing-domestic-water-quality-in-Belen,"Journal of Water, Sanitation & Hygiene for Development","Assessing domestic water quality in Belén municipality, Iquitos, Peru",2014,FALSE,0,NA,NA,7,Kimberly F. Faldetta,"Penn State Milton S. Hershey Medical Center, Hershey Global Health Center, 500 University Drive, Hershey, PA 17033, USA",United States of America,kfaldetta@hmc.psu.edu,NA,Kimberly F. Faldetta,"Penn State Milton S. Hershey Medical Center, Hershey Global Health Center, 500 University Drive, Hershey, PA 17033, USA",United States of America,kfaldetta@hmc.psu.edu,NA,FALSE,NA,NA,NA,fecal coliform; peri-urban slum; Peru; point-of-use treatment,iwaponline.com -30046,4,3,https://iwaponline.com/washdev/article/4/3/400/30046/Retrofitting-arsenic-iron-removal-plants-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Retrofitting arsenic-iron removal plants in rural Bangladesh for performance enhancement,2014,FALSE,0,NA,NA,3,Ingrid M. Sorensen,"School of Engineering, University of Guelph, 50 Stone Rd., Guelph, ON, Canada N1G 2W1",Canada,ingrid.m.sorensen@gmail.com,NA,Ingrid M. Sorensen,"School of Engineering, University of Guelph, 50 Stone Rd., Guelph, ON, Canada N1G 2W1",Canada,ingrid.m.sorensen@gmail.com,NA,FALSE,NA,NA,NA,AIRP; arsenic; Bangladesh; retrofit; water treatment,iwaponline.com -30047,4,3,https://iwaponline.com/washdev/article/4/3/410/30047/Using-baseline-surveys-to-inform-interventions-and,"Journal of Water, Sanitation & Hygiene for Development","Using baseline surveys to inform interventions and follow-up surveys: a case-study using the Nampula Province Water, Sanitation, and Hygiene Program",2014,FALSE,0,NA,NA,2,Ryan Admiraal,"School of Engineering and Information Technology, Murdoch University, Perth, Australia",Australia,R.Admiraal@murdoch.edu.au,NA,Ryan Admiraal,"School of Engineering and Information Technology, Murdoch University, Perth, Australia",Australia,R.Admiraal@murdoch.edu.au,NA,FALSE,NA,NA,NA,baseline study; control; Mozambique; statistical survey methods,iwaponline.com -30049,4,3,https://iwaponline.com/washdev/article/4/3/422/30049/Synthetic-organic-water-contaminants-in-developing,"Journal of Water, Sanitation & Hygiene for Development",Synthetic organic water contaminants in developing communities: an overlooked challenge addressed by adsorption with locally generated char,2014,FALSE,0,NA,NA,3,Joshua P. Kearns,"Department of Civil, Environmental, & Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Dr, ECOT 441, UCB 428, Boulder, CO 80309, USA",United States of America,joshua.kearns@colorado.edu,NA,Joshua P. Kearns,"Department of Civil, Environmental, & Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Dr, ECOT 441, UCB 428, Boulder, CO 80309, USA",United States of America,joshua.kearns@colorado.edu,NA,FALSE,NA,NA,NA,biochar; charcoal; drinking water; herbicide; pesticide; Thailand,iwaponline.com -30050,4,3,https://iwaponline.com/washdev/article/4/3/437/30050/A-strengths-weaknesses-opportunities-and-threats,"Journal of Water, Sanitation & Hygiene for Development","A strengths, weaknesses, opportunities, and threats analysis on integrating safe water supply and sustainable sanitation systems",2014,FALSE,0,NA,NA,5,Sayed Mohammad Nazim Uddin,"Action Contre La Faim (ACF), Mongolia, Diplomatic Compound 95-11, Chingeltei District, 4th Khoroo, Ulaanbaatar, Mongolia",Mongolia,nazimiwfmbuet@gmail.com,NA,Sayed Mohammad Nazim Uddin,"Action Contre La Faim (ACF), Mongolia, Diplomatic Compound 95-11, Chingeltei District, 4th Khoroo, Ulaanbaatar, Mongolia",Mongolia,nazimiwfmbuet@gmail.com,NA,FALSE,NA,NA,NA,integration; safe water supply; sustainable sanitation system; SWOT; urban development; WASH,iwaponline.com -30051,4,3,https://iwaponline.com/washdev/article/4/3/449/30051/The-potential-for-financing-small-scale-wastewater,"Journal of Water, Sanitation & Hygiene for Development","The potential for financing small-scale wastewater treatment through resource recovery: experience from Bocas del Toro, Panama",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/3/10.2166_washdev.2014.138/4/138.pdf?Expires=1706089385&Signature=TZR6Gh4XKsc5sglR0rem95JhF5Qwn0lXl-yipP5xkhgd6XkOw7aMp6F4IPNg63LGB1O3txcqbI-hsJy2zlz5O5wy6X~KpD4K0G0WBnrqt7GpK9tcdzJKBp6mhCu2Q8VO26erX2zBi9~AK6qbDcqR4BHBq4576S~NE4FOHAYsKw8z26RBlyhG2S9r7RLx1Stt39bM1puBUVRagQ~uuyrp1DDziezJfGuLh~agJ48zHwkR7qPRjE-dRdFTQ-JaEpWMV~rmfGWWYJ39HKv5geLB0XjjFfb~2P05DzdQMsXeL-v3gOJOiLj86HvKWvr9RlwL7bdhRaTyM61knhe7CaRDzg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Sebastien Tilmans,"Department of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",United States of America,NA,NA,Jennifer Davis,"Department of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",United States of America,jennadavis@stanford.edu,NA,FALSE,NA,NA,NA,anaerobic treatment; biogas; Panama; resource recovery; sanitation; wastewater treatment,iwaponline.com -30052,4,3,https://iwaponline.com/washdev/article/4/3/460/30052/Circuit-Rider-post-construction-support,"Journal of Water, Sanitation & Hygiene for Development",Circuit Rider post-construction support: improvements in domestic water quality and system sustainability in El Salvador,2014,FALSE,0,NA,NA,4,Georgia L. Kayser,"The Department of Environmental Science and Engineering and Public Policy, The Water Institute, Gillings School of Global Public Health CB#7431, University of North Carolina at Chapel Hill, NC 27599-7431, USA",United States of America,gkayser@unc.edu,NA,Georgia L. Kayser,"The Department of Environmental Science and Engineering and Public Policy, The Water Institute, Gillings School of Global Public Health CB#7431, University of North Carolina at Chapel Hill, NC 27599-7431, USA",United States of America,gkayser@unc.edu,NA,FALSE,NA,NA,NA,Circuit Rider; El Salvador; post-construction support; sustainability; water quality; water supply,iwaponline.com -30053,4,3,https://iwaponline.com/washdev/article/4/3/471/30053/Sustainability-check-five-year-annual,"Journal of Water, Sanitation & Hygiene for Development","Sustainability check: five-year annual sustainability audits of the water supply and open defecation free status in the ‘One Million Initiative’, Mozambique",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/3/10.2166_washdev.2014.118/4/118.pdf?Expires=1706089391&Signature=uzA~osRuWxWMCCFrdJN2WL8j8UW06HpL8HPOIwAbTe-jROYLg8sx69L0-EYZMZqG2qE6QrZxFBB06auSquiYoVoZcTPNITXCdDqs8tvlaDboZZALhAfROT6i5pdqX-iid391zMkZknXu1x6d2d14kbRq5SXe2KtJpB5FhjvKZWShPEPhYzaQhrqt6G1ckn1XeCYisNGT6EtsfqcrtN2zR2ztJsTRj1jOqDYlcR38v5QHpBtd5jbWjdRGWLLxDUM62yBSTeVup3xmdXspbtev7he5Q8SDHQSRaDKRdOSCmsm4zaFSRcFdhZRACk2jrlmhOEQdxsgclwphj5a4XHwTsw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,S. Godfrey,"Water and Environmental Sanitation Section, UNICEF Ethiopia, UNICEF House (Opposite ECA/German House), Box 1167, Africa Hall, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,NA,S. Godfrey,"Water and Environmental Sanitation Section, UNICEF Ethiopia, UNICEF House (Opposite ECA/German House), Box 1167, Africa Hall, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,NA,FALSE,NA,NA,NA,open defecation free; rural water; sustainability check,iwaponline.com -30054,4,3,https://iwaponline.com/washdev/article/4/3/484/30054/Rheological-modelling-of-fresh-human-faeces,"Journal of Water, Sanitation & Hygiene for Development",Rheological modelling of fresh human faeces,2014,FALSE,0,NA,NA,4,S. M. Woolley,"Pollution Research Group, School of Chemical Engineering, University of KwaZulu-Natal, King George V Avenue, Berea, 4041, South Africa",South Africa,206517826@stu.ukzn.ac.za,NA,S. M. Woolley,"Pollution Research Group, School of Chemical Engineering, University of KwaZulu-Natal, King George V Avenue, Berea, 4041, South Africa",South Africa,206517826@stu.ukzn.ac.za,NA,FALSE,NA,NA,NA,Herschel–Bulkley; human stool; mechanical properties; moisture content; Power Law,iwaponline.com -30055,4,3,https://iwaponline.com/washdev/article/4/3/490/30055/Willingness-to-pay-for-improved-water-supplies-in,"Journal of Water, Sanitation & Hygiene for Development",Willingness to pay for improved water supplies in rural Ugandan villages,2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/3/10.2166_washdev.2013.011/4/011.pdf?Expires=1706050894&Signature=pCjSJPqH3mylDbmZukNKlkOdMNClrBF14vY0Nh9Dj-L1ZNpBB715U53O3IC11zm4Wi12AO1qrm9Qyzr4zEfX2-HDYUPxJOE9ovh8eObVDTSN1e-B7Iuy7Q5Pf0tFTvjC83yXJZqyf8t0S4KTfb-i83LxFDawIeW1y9BXfZcm3kE2y2iBYJNIr0GNk9m6OGSr~8s8xAsO1KCzKiEsN3V6CB2th6dV1Oppz~2n0-2vXTIVRCv2anCGM2x58SJgp8PWh0eUq2h3Xkn3nVt66vOmeyGraPN9ySM4~pb73cLTyBwdcEzniWzMWdDT-yBonhKpFfcd96WenjyDCVoFW1~ekg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Steven G. Wright,"Department of Civil & Environmental Engineering, Michigan Technological University, Houghton, Michigan 49931, USA",United States of America,NA,NA,Alex S. Mayer,"Department of Civil & Environmental Engineering, Michigan Technological University, Houghton, Michigan 49931, USA",United States of America,asmayer@mtu.edu,NA,FALSE,NA,NA,NA,contingent valuation; rural water supply improvements; Uganda; willingness to pay,iwaponline.com -30056,4,3,https://iwaponline.com/washdev/article/4/3/499/30056/A-study-of-water-and-sanitation-access-trends-in,"Journal of Water, Sanitation & Hygiene for Development",A study of water and sanitation access trends in Peru: where do inequities persist?,2014,FALSE,0,NA,NA,2,Betsy Eagin,"Department of Global Health, Milken Institute School of Public Health at the George Washington University, Washington, DC 20051, USA",United States of America,NA,NA,Jay P. Graham,"Department of Global Health, Milken Institute School of Public Health at the George Washington University, Washington, DC 20051, USA",United States of America,jgraham@gwu.edu,NA,FALSE,NA,NA,NA,demographic and health survey; hygiene; Peru; inequity; sanitation; water,iwaponline.com -30057,4,3,https://iwaponline.com/washdev/article/4/3/509/30057/The-environmental-burden-of-diarrhea-in-young,"Journal of Water, Sanitation & Hygiene for Development",The environmental burden of diarrhea in young children attributable to inadequate sanitation in Brazil,2014,FALSE,0,NA,NA,5,T. C. M. Sousa,"Health Information Laboratory, ICICT/Fiocruz, Brazilian Ministry of Health, Rio de Janeiro, Brazil",Brazil,taticmsousa@gmail.com,NA,T. C. M. Sousa,"Health Information Laboratory, ICICT/Fiocruz, Brazilian Ministry of Health, Rio de Janeiro, Brazil",Brazil,taticmsousa@gmail.com,NA,FALSE,NA,NA,NA,Brazil; diarrhea; environmental burden of disease; Millennium Development Goals; unsafe sanitation,iwaponline.com -30058,4,3,https://iwaponline.com/washdev/article/4/3/521/30058/Social-and-economic-cost-benefit-analysis-of,"Journal of Water, Sanitation & Hygiene for Development","Social and economic cost-benefit analysis of sanitation in Odisha State, India",2014,FALSE,0,NA,NA,3,Aidan A. Cronin,"Water, Sanitation and Hygiene Section, UNICEF India Country Office, 73 Lodi Estate, New Delhi, India",India,acronin@unicef.org,NA,Aidan A. Cronin,"Water, Sanitation and Hygiene Section, UNICEF India Country Office, 73 Lodi Estate, New Delhi, India",India,acronin@unicef.org,NA,FALSE,NA,NA,NA,BCR; cost-benefit analysis; India; Odisha; sanitation,iwaponline.com -30059,4,3,https://iwaponline.com/washdev/article/4/3/532/30059/Open-source-mobile-water-quality-testing-platform,"Journal of Water, Sanitation & Hygiene for Development",Open-source mobile water quality testing platform,2014,FALSE,0,NA,NA,3,Bas Wijnen,"Department of Materials Science & Engineering, Michigan Technological University, 601 M&M Building, 1400 Townsend Drive, Houghton, MI 49931-1295, USA",United States of America,NA,NA,Joshua M. Pearce,"Department of Materials Science & Engineering, Michigan Technological University, 601 M&M Building, 1400 Townsend Drive, Houghton, MI 49931-1295, USA",United States of America,pearce@mtu.edu,NA,FALSE,NA,NA,NA,BOD; COD; nephelometry; open-source hardware; turbidity; water testing,iwaponline.com -30060,4,3,https://iwaponline.com/washdev/article/4/3/538/30060/Monitoring-microbiological-and-physicochemical,"Journal of Water, Sanitation & Hygiene for Development","Monitoring microbiological and physicochemical quality of bottled mineral water sold in Minas Gerais, Brazil",2014,FALSE,0,NA,NA,5,F. C. O. Gomes,"Department of Chemistry, Centro Federal de Educação Tecnológica de Minas Gerais, 5253, Amazonas Avenue, Belo Horizonte, Minas Gerais 30421-169, Brazil",Brazil,NA,NA,F. Badotti,"Department of Chemistry, Centro Federal de Educação Tecnológica de Minas Gerais, 5253, Amazonas Avenue, Belo Horizonte, Minas Gerais 30421-169, Brazil",Brazil,fbadotti@cebio.org,NA,FALSE,NA,NA,NA,bottled mineral water; chemical composition; microbiological quality; quality control,iwaponline.com -30061,4,4,https://iwaponline.com/washdev/article/4/4/545/30061/Effectiveness-of-public-rural-waterpoints-in,"Journal of Water, Sanitation & Hygiene for Development",Effectiveness of public rural waterpoints in Bangladesh with special reference to arsenic mitigation,2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.038/4/038.pdf?Expires=1706089417&Signature=VPVvdlR9vWGTsIvsSFT6jRGubo3eATjcCUh6a19ahpbdp1so2uyXwyIJLG4mwhUzVifZ-YTkYaoXbSu~vyVwLeUNYLXXsq21Uk461VCyCt~BeoILiAJTOy5-W-Cu57qD4uFuGrfklvJEmwnyaCjvcCDMsZ1RJ3oEXepsBqm~FmVLEGqsCfUzYgfJtxK6G2PfQHdENhaCsQxf4kVvFNMJqW9kXG2G0E0ot0ukqdiMinCSSM2y0qSC2OHB7FeKM7VOTK-zPP0nXj9~O8S1o~dfVIIc~0IwXfBV1ruZEjNmYXX5IZWkYpwIjclmhYBNEDbv9GqjkrG2SEzAFUUATaCLrA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Peter Ravenscroft,"UNICEF, BSL Office Complex, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,ravenscroftp@aol.com,NA,Peter Ravenscroft,"UNICEF, BSL Office Complex, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,ravenscroftp@aol.com,NA,FALSE,NA,NA,NA,arsenic; Bangladesh; contamination; functionality; rural water supply; sustainability,iwaponline.com -30063,4,4,https://iwaponline.com/washdev/article/4/4/563/30063/Fecal-sludge-management-a-comparative-analysis-of,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge management: a comparative analysis of 12 cities,2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.026/4/026.pdf?Expires=1706089419&Signature=TC9ZYapIKpDVSRzk3qfUnHoX~-AvyjuwT5uRYJMUvFRABlK4g1p-pkOQP~x2MTtRQcyg190UteBSm6UnG7sI~a6va1K-m2hudvsgt2J7XQrRNmSHHwFD1ux81~42KKcAifWLfzOldGF-XAsl1x1O2-gE1yNwpXp1Kk36DSUpcE0jHDguG~m4Mlpa5gS7of0-ZMXSJsodmLq3PNxEEYaZ1h8f9iFszZmO3r3wy0qk-XcHE~uhHWQhTdy2~xazfW2NOa-7OvAEVrTwyPxDLRquIboHmzhS3SINn5UXTu34BlHfFD331UoAh61u6fxvIM6OT5RkoUn4bgpvaPFDDfVuqA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",United Kingdom of Great Britain and Northern Ireland,andy.peal@ntlworld.com,NA,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",United Kingdom of Great Britain and Northern Ireland,andy.peal@ntlworld.com,NA,FALSE,NA,NA,NA,fecal sludge management; institutions; low-income countries; sanitation; service/value chain; urban,iwaponline.com -30064,4,4,https://iwaponline.com/washdev/article/4/4/576/30064/Undernutrition-s-blind-spot-a-review-of-fecally,"Journal of Water, Sanitation & Hygiene for Development",Undernutrition's blind spot: a review of fecally transmitted infections in India,2014,FALSE,0,NA,NA,2,Robert Chambers,"Institute of Development Studies, University of Sussex, Brighton, BN1 9RE, UK and UNICEF Guinea-Bissau, United Nations Building – PO Box 464, 1034 Bissau-Codex, Guinea-Bissau",Guinea-Bissau,r.chambers@ids.ac.uk,NA,Robert Chambers,"Institute of Development Studies, University of Sussex, Brighton, BN1 9RE, UK and UNICEF Guinea-Bissau, United Nations Building – PO Box 464, 1034 Bissau-Codex, Guinea-Bissau",Guinea-Bissau,r.chambers@ids.ac.uk,NA,FALSE,NA,NA,NA,fecally transmitted infections; India; open defecation; sanitation; stunting; undernutrition,iwaponline.com -30065,4,4,https://iwaponline.com/washdev/article/4/4/590/30065/Data-and-monitoring-in-the-Indian-rural-water-and,"Journal of Water, Sanitation & Hygiene for Development",Data and monitoring in the Indian rural water and sanitation sector – a review of current status and proposed ways forward,2014,FALSE,0,NA,NA,2,Aidan A. Cronin,"UNICEF India Country Office, UNICEF House, 73 Lodhi Estate, New Delhi 110 003, India",India,acronin@unicef.org,NA,Aidan A. Cronin,"UNICEF India Country Office, UNICEF House, 73 Lodhi Estate, New Delhi 110 003, India",India,acronin@unicef.org,NA,FALSE,NA,NA,NA,auditing; India; monitoring; open data; sanitation; water,iwaponline.com -30066,4,4,https://iwaponline.com/washdev/article/4/4/604/30066/Evaluation-of-Colilert-18R-as-an-alternative,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of Colilert-18® as an alternative method for monitoring total coliforms and Escherichia coli in some faecally polluted river waters,2014,FALSE,0,NA,NA,2,Amanda S. Brand,"Division of Community Health, Faculty of Medicine and Health Sciences, University of Stellenbosch, South Africa",South Africa,anibrand85@gmail.com,NA,Amanda S. Brand,"Division of Community Health, Faculty of Medicine and Health Sciences, University of Stellenbosch, South Africa",South Africa,anibrand85@gmail.com,NA,FALSE,NA,NA,NA,faecal pollution monitoring; health risk assessment; method comparison; polluted environmental waters,iwaponline.com -30067,4,4,https://iwaponline.com/washdev/article/4/4/612/30067/Spatial-variations-in-access-to-improved,"Journal of Water, Sanitation & Hygiene for Development",Spatial variations in access to improved sanitation and water in Lagos state,2014,FALSE,0,NA,NA,1,Michael Kunnuji,"Department of Sociology, University of Lagos, Nigeria",Nigeria,michaelkunnuji@gmail.com,NA,Michael Kunnuji,"Department of Sociology, University of Lagos, Nigeria",Nigeria,michaelkunnuji@gmail.com,NA,FALSE,NA,NA,NA,equitable distribution; Lagos state; metropocentric; pipe-borne water; waste collection,iwaponline.com -30068,4,4,https://iwaponline.com/washdev/article/4/4/620/30068/Removal-of-microbes-to-World-Health-Organization,"Journal of Water, Sanitation & Hygiene for Development","Removal of microbes to World Health Organization requirements using a locally developed, low cost, micro-porous, ceramic water filter",2014,FALSE,0,NA,NA,3,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, 3886, South Africa",South Africa,simonisj@unizulu.ac.za,NA,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, 3886, South Africa",South Africa,simonisj@unizulu.ac.za,NA,FALSE,NA,NA,NA,ceramic; filtration; low-cost; microbial; recommendation; WHO,iwaponline.com -30069,4,4,https://iwaponline.com/washdev/article/4/4/625/30069/Greywater-treatment-by-vermifiltration-for-sub,"Journal of Water, Sanitation & Hygiene for Development",Greywater treatment by vermifiltration for sub-Saharan urban poor,2014,FALSE,0,NA,NA,5,Amare T. Adugna,"International Institute for Water and Environmental Engineering, 01 BP 594 Ouagadougou 01, Burkina Faso",Burkina Faso,adugna.amare@2ie-edu.org,NA,Amare T. Adugna,"International Institute for Water and Environmental Engineering, 01 BP 594 Ouagadougou 01, Burkina Faso",Burkina Faso,adugna.amare@2ie-edu.org,NA,FALSE,NA,NA,NA,earthworms; Eudrilus eugeniae; greywater treatment; vermifiltration,iwaponline.com -30070,4,4,https://iwaponline.com/washdev/article/4/4/633/30070/Effect-of-hydraulic-loading-frequency-on,"Journal of Water, Sanitation & Hygiene for Development",Effect of hydraulic loading frequency on performance of planted drying beds for the treatment of faecal sludge,2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.024/4/024.pdf?Expires=1706089439&Signature=riP24KhlHHEGk5q772j6AKlVs8G6ue234LCBWdkcrYsLP1HDP5gdOQRba3~PVAw27i-2nnjSwGxQEj89YeRGDjtKPlC6pqWB~sYmokylhKGwe01aVh7vYt~lSloyqLrezWUwNrvfifJvq98IwvvD2Vi4Wyi6ARBLeix5VtLx9-bFSQp4JZW7F4P3JfiqN74VWvGuiaimkJPCmC6-vu9wcUsuO2kSwb192AzLKs34b1Nh9uKfsgJTQK5hMGwmVYEdlHMkKaPL~pCgJEzNH5WIq5jvSi6md6bpyxjYPQSi7DOyPwFFPjFn5iW3HO5SnAOr0G0hCUULA8gZj34lwOak7A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,El hadji Mamadou Sonko,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Sandec: Department of Water and Sanitation in Developing Countries, Ueberlandstrasse 133, 8600 Duebendorf, Switzerland",Switzerland,NA,NA,Linda Strande,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Sandec: Department of Water and Sanitation in Developing Countries, Ueberlandstrasse 133, 8600 Duebendorf, Switzerland",Switzerland,linda.strande@eawag.ch,NA,FALSE,NA,NA,NA,biosolids; Echinochloa pyramidalis; fodder; leachate; low- and middle-income countries; wastewater,iwaponline.com -30071,4,4,https://iwaponline.com/washdev/article/4/4/642/30071/If-you-build-it-will-they-come-Factors-influencing,"Journal of Water, Sanitation & Hygiene for Development",If you build it will they come? Factors influencing rural primary pupils' urination and defecation practices at school in western Kenya,2014,FALSE,0,NA,NA,4,Bethany A. Caruso,"Center for Global Safe Water, Hubert Department of Global Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA 30322, USA and Department of Behavioral Sciences and Health Education, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",United States of America,bcaruso@emory.edu,NA,Bethany A. Caruso,"Center for Global Safe Water, Hubert Department of Global Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA 30322, USA and Department of Behavioral Sciences and Health Education, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",United States of America,bcaruso@emory.edu,NA,FALSE,NA,NA,NA,behavior; Kenya; menstrual hygiene management; school sanitation,iwaponline.com -30072,4,4,https://iwaponline.com/washdev/article/4/4/654/30072/Passive-evaporation-of-source-separated-urine-from,"Journal of Water, Sanitation & Hygiene for Development",Passive evaporation of source-separated urine from dry toilets: a lab study,2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.058/4/058.pdf?Expires=1706089445&Signature=hMEq78rHfwm65mXH8Y~62pcSxpMD3Y9s6OAS8jQ2Wu3zqTjs4FdToGBHDcNDFSwBSIjh7L7veiRYMqqj3KP7dEJ65CnonWZbjHC5V23p5DPwtYvTlq1e6PwS~zY5xC19RGXUbIm83k5ehBjotgjV-m-R5PTfeh~o0TBUpSD0LSXu~njekkbF-xGQ97SmGuTuyZ41zhEc0~Ow3FZh0ffmghhDXLhkcOdcNG~CcY4iy9xSfjunLZnJRTGKB3tsxxfjLQeIXvAAtZ80dC0umalxZE~Pn2NRnmm7dhXoFYbMDes~aPl3~u9OjMc~j1zkJ98maCH4emKgC8FwDwrWBWvQeQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada, T2N 1N4",Canada,bethuned@ucalgary.ca,NA,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada, T2N 1N4",CAN,bethuned@ucalgary.ca,NA,FALSE,NA,NA,NA,diversion; evaporation; sanitation; source-separation; urine,iwaponline.com -30073,4,4,https://iwaponline.com/washdev/article/4/4/663/30073/Deployment-of-the-microbial-fuel-cell-latrine-in,"Journal of Water, Sanitation & Hygiene for Development",Deployment of the microbial fuel cell latrine in Ghana for decentralized sanitation,2014,FALSE,0,NA,NA,5,Cynthia J. Castro,"University of Massachusetts Amherst, Department of Civil and Environmental Engineering, 18 Marston Hall, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",United States of America,NA,NA,Caitlyn S. Butler,"University of Massachusetts Amherst, Department of Civil and Environmental Engineering, 16B Marston Hall, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",United States of America,cbutler@ecs.umass.edu,NA,FALSE,NA,NA,NA,decentralized treatment; ecological sanitation; latrine; microbial fuel cell; sustainability,iwaponline.com -30074,4,4,https://iwaponline.com/washdev/article/4/4/672/30074/Comparing-health-outcomes-and-point-of-use-water,"Journal of Water, Sanitation & Hygiene for Development","Comparing health outcomes and point-of-use water quality in two rural indigenous communities of Baja California, Mexico before and after receiving new potable water infrastructure",2014,FALSE,0,NA,NA,5,Paula Stigler-Granados,"San Diego State University, Graduate School of Public Health, 5250 Campanile Dr. San Diego, CA 92182",United States of America,paula.stigler@gmail.com,NA,Paula Stigler-Granados,"San Diego State University, Graduate School of Public Health, 5250 Campanile Dr. San Diego, CA 92182",United States of America,paula.stigler@gmail.com,NA,FALSE,NA,NA,NA,health outcomes; indigenous community; Mexico; point-of-use; pre- and post-evaluation; rural water systems,iwaponline.com -30075,4,4,https://iwaponline.com/washdev/article/4/4/681/30075/Sanitation-in-developing-countries-a-systematic,"Journal of Water, Sanitation & Hygiene for Development",Sanitation in developing countries: a systematic review of user preferences and motivations,2014,FALSE,0,NA,NA,2,Zakiya Seymour,"School of Civil and Environmental Engineering, Georgia Institute of Technology, Atlanta, GA 30332, USA",United States of America,NA,NA,Joseph Hughes,"College of Engineering, Drexel University, Philadelphia, PA 19104, USA",United States of America,jhughes@coe.drexel.edu,NA,FALSE,NA,NA,NA,adoption; attitude; behavior; preferences; sanitation,iwaponline.com -30076,4,4,https://iwaponline.com/washdev/article/4/4/692/30076/Constraints-and-motivations-to-sanitation-business,"Journal of Water, Sanitation & Hygiene for Development",Constraints and motivations to sanitation business in peri-urban communities in Ghana,2014,FALSE,0,NA,NA,5,Fred Nimoh,"Department of Agricultural Economics, Agribusiness and Extension, KNUST, Kumasi, Ghana",Ghana,frediemoh@yahoo.com,NA,Fred Nimoh,"Department of Agricultural Economics, Agribusiness and Extension, KNUST, Kumasi, Ghana",Ghana,frediemoh@yahoo.com,NA,FALSE,NA,NA,NA,constraints; motivations; peri-urban Ghana; sanitation business; SUSA,iwaponline.com -30078,4,4,https://iwaponline.com/washdev/article/4/4/699/30078/Microfinance-partnerships-to-improve-access-to,"Journal of Water, Sanitation & Hygiene for Development",Microfinance partnerships to improve access to durable water filters: results from six pilots in India and Cambodia,2014,FALSE,0,NA,NA,6,Elizabeth M. Blanton,"Safe Water Project, Technology Solutions, PATH, 2201 Westlake Ave, Suite 200, Seattle, WA 98121, USA",United States of America,eblanton@uw.edu,NA,Elizabeth M. Blanton,"Safe Water Project, Technology Solutions, PATH, 2201 Westlake Ave, Suite 200, Seattle, WA 98121, USA",United States of America,eblanton@uw.edu,NA,FALSE,NA,NA,NA,Cambodia; household water filters; HWTS; India; microfinance; monitoring and evaluation,iwaponline.com -30079,4,4,https://iwaponline.com/washdev/article/4/4/709/30079/The-potential-of-a-semi-decentralised-bulk-water,"Journal of Water, Sanitation & Hygiene for Development",The potential of a semi-decentralised bulk water treatment approach for emergency relief,2014,FALSE,0,NA,NA,2,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6 and Environment & Regional Development Graduate Program (PGDRA), Universidade Federal de Rondônia (UNIR), Porto Velho, Rondônia, Brazil",Brazil,caetano.dorea@gci.ulaval.ca,NA,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6 and Environment & Regional Development Graduate Program (PGDRA), Universidade Federal de Rondônia (UNIR), Porto Velho, Rondônia, Brazil",Brazil,caetano.dorea@gci.ulaval.ca,NA,FALSE,NA,NA,NA,coagulation; disinfection; emergency; water treatment,iwaponline.com -30080,4,4,https://iwaponline.com/washdev/article/4/4/714/30080/Effect-of-source-water-quality-on-solar,"Journal of Water, Sanitation & Hygiene for Development",Effect of source water quality on solar disinfection rate under multiple experimental conditions,2014,FALSE,0,NA,NA,2,M. Mansoor Ahammed,"Civil Engineering Department, S V National Institute of Technology, Surat – 395 007, Gujarat, India",India,mansoorahammed@gmail.com,NA,M. Mansoor Ahammed,"Civil Engineering Department, S V National Institute of Technology, Surat – 395 007, Gujarat, India",India,mansoorahammed@gmail.com,NA,FALSE,NA,NA,NA,household water treatment; solar disinfection; source water quality; total coliforms,iwaponline.com -30081,4,4,https://iwaponline.com/washdev/article/4/4/720/30081/Water-consumption-patterns-in-a-rural-setting-in,"Journal of Water, Sanitation & Hygiene for Development","Water consumption patterns in a rural setting in Ngamiland district, Botswana: the case of Boro village",2014,FALSE,0,NA,NA,2,Itumeleng Oageng,"University of Botswana, Maun, Ngamiland District, Botswana",Botswana,NA,NA,Gagoitseope Power Mmopelwa,"University of Botswana, Maun, Ngamiland District, Botswana",Botswana,gmmopelwa@mopipi.ub.bw,NA,FALSE,NA,NA,NA,Boro; households; Okavango Delta; per capita; rural; water consumption,iwaponline.com -30082,4,4,https://iwaponline.com/washdev/article/4/4/727/30082/A-study-on-contamination-risks-of-wells-from,"Journal of Water, Sanitation & Hygiene for Development","A study on contamination risks of wells from Kollam district, southern India",2014,FALSE,0,NA,NA,5,S. Usha,"Department of Zoology, SN Women's College, Kollam, India",India,NA,NA,P. S. Rakesh,"District Medical Office, Kerala State Health Services, Kollam, India",India,rakeshrenjini@gmail.com,NA,FALSE,NA,NA,NA,hepatitis A; risk of contamination scoring; sanitary inspection; sanitary well; waterborne diseases; water quality,iwaponline.com -30083,4,4,https://iwaponline.com/washdev/article/4/4/733/30083/Letters-to-the-Editor,"Journal of Water, Sanitation & Hygiene for Development",Letters to the Editor,2014,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,iwaponline.com -30084,4,4,https://iwaponline.com/washdev/article/4/4/734/30084/Letters-to-the-Editor,"Journal of Water, Sanitation & Hygiene for Development",Letters to the Editor,2014,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,iwaponline.com -30378,5,1,https://iwaponline.com/washdev/article/5/1/1/30378/A-multidimensional-measurement-of-the-health,"Journal of Water, Sanitation & Hygiene for Development",A multidimensional measurement of the health impact of community-based water treatment systems in Uganda,2015,FALSE,0,NA,NA,6,Jeffery L. Deal,"Water Missions International, 2049 Savannah Highway, Charleston, SC 29407, USA",United States of America,jldeal@comcast.net,NA,Jeffery L. Deal,"Water Missions International, 2049 Savannah Highway, Charleston, SC 29407, USA",United States of America,jldeal@comcast.net,NA,FALSE,NA,NA,NA,diarrhea; health; hygiene; methodology; water; waterborne pathogens,iwaponline.com -30379,5,1,https://iwaponline.com/washdev/article/5/1/9/30379/Choosing-bottled-over-tapped-drinking-water-in-the,"Journal of Water, Sanitation & Hygiene for Development",Choosing bottled over tapped: drinking water in the Dominican Republic,2015,FALSE,0,NA,NA,1,John D. McLennan,"Cumming School of Medicine, University of Calgary, TRW Building, 3rd Floor, 3280 Hospital Drive N.W., Calgary, AB, Canada T2N 4Z6",Canada,jmclenna@ucalgary.ca,NA,John D. McLennan,"Cumming School of Medicine, University of Calgary, TRW Building, 3rd Floor, 3280 Hospital Drive N.W., Calgary, AB, Canada T2N 4Z6",Canada,jmclenna@ucalgary.ca,NA,FALSE,NA,NA,NA,bottled water; domestic water consumption; Dominican Republic; drinking water,iwaponline.com -30381,5,1,https://iwaponline.com/washdev/article/5/1/17/30381/Evaluation-of-the-quality-of-service-of-the-water,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of the quality of service of the water supply delivery in Lebanon,2015,FALSE,0,NA,NA,1,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,NA,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,NA,FALSE,NA,NA,NA,fuzzy sets; monitoring and reporting; quality of service; water supply,iwaponline.com -30382,5,1,https://iwaponline.com/washdev/article/5/1/28/30382/Development-of-improved-low-cost-ceramic-water,"Journal of Water, Sanitation & Hygiene for Development",Development of improved low-cost ceramic water filters for viral removal in the Haitian context,2015,FALSE,0,NA,NA,8,L. Guerrero-Latorre,"Laboratory of Virus Contaminants of Water and Food, Department of Microbiology, Faculty of Biology, University of Barcelona, Barcelona 08028, Spain",Spain,NA,NA,R. Girones,"Laboratory of Virus Contaminants of Water and Food, Department of Microbiology, Faculty of Biology, University of Barcelona, Barcelona 08028, Spain",Spain,rgirones@ub.edu,NA,FALSE,NA,NA,NA,ceramic fired in reductive atmosphere; ceramic water filters; household water treatment and safe storage; viral removal efficiencies; waterborne viruses,iwaponline.com -30384,5,1,https://iwaponline.com/washdev/article/5/1/39/30384/Microbial-quality-of-domestic-water-following-the,"Journal of Water, Sanitation & Hygiene for Development",Microbial quality of domestic water: following the contamination chain in a rural township in Kenya,2015,FALSE,0,NA,NA,5,Pauline W. Macharia,"Department of Biological Sciences, Egerton University, Njoro Campus, P.O. Box 536-20115 Egerton, Kenya",Kenya,macharia.pauline@yahoo.com,NA,Pauline W. Macharia,"Department of Biological Sciences, Egerton University, Njoro Campus, P.O. Box 536-20115 Egerton, Kenya",Kenya,macharia.pauline@yahoo.com,NA,FALSE,NA,NA,NA,contamination chain; domestic water; household income; microbial quality; point-of-consumption,iwaponline.com -30386,5,1,https://iwaponline.com/washdev/article/5/1/50/30386/First-stage-of-the-French-vertical-flow,"Journal of Water, Sanitation & Hygiene for Development",First stage of the French vertical flow constructed wetland system: experiments with the reduction of surface area and number of units,2015,FALSE,0,NA,NA,6,E. S. Manjate,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Brazil",Brazil,eliasmanjate@yahoo.com.br,NA,E. S. Manjate,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Brazil",Brazil,eliasmanjate@yahoo.com.br,NA,FALSE,NA,NA,NA,domestic sewage; feeding operation; vertical-flow constructed wetlands,iwaponline.com -30387,5,1,https://iwaponline.com/washdev/article/5/1/56/30387/Effective-pathogen-removal-by-low-temperature,"Journal of Water, Sanitation & Hygiene for Development",Effective pathogen removal by low temperature thermal pre-treatment and anaerobic digestion for Class A biosolids production from sewage sludge,2015,FALSE,0,NA,NA,3,Daniel De los Cobos-Vasconcelos,"Instituto de Ingeniería, Universidad Nacional Autónoma de México, Circuito Escolar, Ciudad Universitaria, Coyoacán, 04510 Mexico, DF, Mexico",Mexico,ddeloscobosv@ii.unam.mx,NA,Daniel De los Cobos-Vasconcelos,"Instituto de Ingeniería, Universidad Nacional Autónoma de México, Circuito Escolar, Ciudad Universitaria, Coyoacán, 04510 Mexico, DF, Mexico",Mexico,ddeloscobosv@ii.unam.mx,NA,FALSE,NA,NA,NA,Class A biosolids; low thermal pre-treatment; pathogen reactivation; sewage sludge,iwaponline.com -30388,5,1,https://iwaponline.com/washdev/article/5/1/64/30388/Blue-Diversion-a-new-approach-to-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Blue Diversion: a new approach to sanitation in informal settlements,2015,FALSE,0,NA,NA,9,Tove A. Larsen,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,tove.larsen@eawag.ch,NA,Tove A. Larsen,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,tove.larsen@eawag.ch,NA,FALSE,NA,NA,NA,innovation; resource recovery; source separation; toilet design; urban; wastewater treatment,iwaponline.com -30389,5,1,https://iwaponline.com/washdev/article/5/1/72/30389/Faecal-sludge-drying-beds-increasing-drying-rates,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge drying beds: increasing drying rates for fuel resource recovery in Sub-Saharan Africa,2015,FALSE,0,NA,NA,6,Alsane Seck,"Institute of Environmental Sciences (ISE), Faculty of Sciences and Technics, Cheikh Anta Diop University of Dakar, Dakar-Fann B.P. 5005, Senegal",Senegal,NA,NA,Moritz Gold,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Sandec: Department of Water and Sanitation in Developing Countries, Ueberlandstrasse 133, Duebendorf 8600, Switzerland",Switzerland,moritz.gold@eawag.ch,NA,FALSE,NA,NA,NA,developing countries; faecal sludge management; sanitation; solar drying; waste to energy,iwaponline.com -30392,5,1,https://iwaponline.com/washdev/article/5/1/81/30392/Characterization-of-a-bioflocculant-produced-from,"Journal of Water, Sanitation & Hygiene for Development",Characterization of a bioflocculant produced from the consortium of three marine bacteria of the genera Cobetia and Bacillus and its application for wastewater treatment,2015,FALSE,0,NA,NA,5,A. M. Ugbenyen,"Department of Hydrology, University of Zululand, KwaDlangezwa, KZN, South Africa",South Africa,ugbenyenanthony@gmail.com,NA,A. M. Ugbenyen,"Department of Hydrology, University of Zululand, KwaDlangezwa, KZN, South Africa",South Africa,ugbenyenanthony@gmail.com,NA,FALSE,NA,NA,NA,bioflocculant; biotechnology; COD reduction; turbidity; wastewater,iwaponline.com -30393,5,1,https://iwaponline.com/washdev/article/5/1/89/30393/Access-to-improved-sanitation-facilities-in-low,"Journal of Water, Sanitation & Hygiene for Development",Access to improved sanitation facilities in low-income informal settlements of East African cities,2015,FALSE,0,NA,NA,8,K. Okurut,"Centre for Environmental Strategy (CES), University of Surrey, Guildford, UK",United Kingdom of Great Britain and Northern Ireland,k.okurut@surrey.ac.uk,NA,K. Okurut,"Centre for Environmental Strategy (CES), University of Surrey, Guildford, UK",United Kingdom of Great Britain and Northern Ireland,k.okurut@surrey.ac.uk,NA,FALSE,NA,NA,NA,access; barriers; East Africa; improved sanitation; informal settlements; mixed methods,iwaponline.com -30395,5,1,https://iwaponline.com/washdev/article/5/1/100/30395/Modelling-the-fill-rate-of-pit-latrines-in-Ifakara,"Journal of Water, Sanitation & Hygiene for Development","Modelling the fill rate of pit latrines in Ifakara, Tanzania",2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/1/10.2166_washdev.2014.082/4/082.pdf?Expires=1706089521&Signature=w5MQgRd5dUzhN8Q5kMd7o2wvehdtUHEbxsjc8V04jNHC4QSqAO04mucMKotk2~T~r~Tgb8964Ft2uIkU9wTrpKFJCDnX7YV3kTLIbZ05UqVQmNy5ioywJI7Q-eBmWKuTPntqY9Iochj9jO4fG7HUErezPML03Db3sOVdz-Auv5Z7AJUyeXHb5wQtlYozWZ7FStczOR9IsOllRSjX6pS22Nh71VogqaNURe04IKVNw7SQ2J1Ljj-RhjtxCZx1qb0Hj~kCYYteESTX803P4rBSRYvU4mLVM0Og781bawdHzNBiuJRADfgFPNxuq1eji9rJg0pIO1n5kTmbm82Dr~3K~A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Lindsay C. Todman,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,lindsay.todman@rothamsted.ac.uk,NA,Lindsay C. Todman,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,lindsay.todman@rothamsted.ac.uk,NA,FALSE,NA,NA,NA,biodegradation; fill rate; pit latrine,iwaponline.com -30396,5,1,https://iwaponline.com/washdev/article/5/1/107/30396/Hand-washing-practices-of-the-residents-of-Silesia,"Journal of Water, Sanitation & Hygiene for Development",Hand washing practices of the residents of Silesia (Poland) based on observations in public toilets,2015,FALSE,0,NA,NA,3,Jolanta Malinowska-Borowska,"Department of Toxicology and Health Protection, Chair of Toxicology and Addiction, School of Public Health, Medical University of Silesia, 18 Medyków Str., Katowice 40-752, Poland",Poland,jmalinowska@sum.edu.pl,NA,Jolanta Malinowska-Borowska,"Department of Toxicology and Health Protection, Chair of Toxicology and Addiction, School of Public Health, Medical University of Silesia, 18 Medyków Str., Katowice 40-752, Poland",Poland,jmalinowska@sum.edu.pl,NA,FALSE,NA,NA,NA,disinfection; hand observation; hand washing; Poland; public toilets,iwaponline.com -30398,5,1,https://iwaponline.com/washdev/article/5/1/115/30398/Psychosocial-stress-associated-with-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Psychosocial stress associated with sanitation practices: experiences of women in a rural community in India,2015,FALSE,0,NA,NA,7,Siddhivinayak Hirve,"KEM Hospital Research Center, Pune, India",India,sidbela@vsnl.com,NA,Siddhivinayak Hirve,"KEM Hospital Research Center, Pune, India",India,sidbela@vsnl.com,NA,FALSE,NA,NA,NA,hygiene; India; psychosocial stress; sanitation; toilets; WASH,iwaponline.com -30400,5,1,https://iwaponline.com/washdev/article/5/1/127/30400/Drinking-water-infrastructure-in-the-Ashanti,"Journal of Water, Sanitation & Hygiene for Development",Drinking water infrastructure in the Ashanti Region of Ghana: developing a model for sustainable interventions by non-governmental organizations,2015,FALSE,0,NA,NA,9,D. Alexander,"Department of Medicine, Center for Global Health, University of Chicago, Chicago, USA",United States of America,NA,NA,C. O. Olopade,"Section of Pulmonary and Critical Care, Department of Medicine, Center for Global Health, University of Chicago, 5841 S. Maryland Avenue, MC 6076, Chicago, IL 60637, USA",United States of America,solopade@bsd.uchicago.edu,NA,FALSE,NA,NA,NA,Ashanti Region; borehole; drinking water; Ghana; non-profit organization; well,iwaponline.com -30402,5,1,https://iwaponline.com/washdev/article/5/1/136/30402/A-critical-evaluation-of-Rwanda-s-potential-to,"Journal of Water, Sanitation & Hygiene for Development",A critical evaluation of Rwanda's potential to achieve the millennium development goals for clean water and sanitation,2015,FALSE,0,NA,NA,4,Pamela Abbott,"University of Aberdeen, Aberdeen, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Roger Sapsford,"Formerly National University of Rwanda, Butare, Rwanda",Rwanda,rjsapsford@gmail.com,NA,FALSE,NA,NA,NA,informal settlements; Millennium Development Goals; Rwanda; safe water; sanitation chains,iwaponline.com -30404,5,1,https://iwaponline.com/washdev/article/5/1/143/30404/Domestic-private-fecal-sludge-emptying-services-in,"Journal of Water, Sanitation & Hygiene for Development",Domestic private fecal sludge emptying services in Cambodia: between market efficiency and regulation needs for sustainable management,2015,FALSE,0,NA,NA,2,Clément Frenoux,"LEREPS/GRET, Université de Toulouse 1 Capitole, Manufacture des tabacs, 21 allée de Brienne, 31 042, Toulouse, France",France,frenoux@gret.org,NA,Clément Frenoux,"LEREPS/GRET, Université de Toulouse 1 Capitole, Manufacture des tabacs, 21 allée de Brienne, 31 042, Toulouse, France",France,frenoux@gret.org,NA,FALSE,NA,NA,NA,externalities; fecal sludge management; market-oriented approach; regulation; urban sanitation,iwaponline.com -30407,5,1,https://iwaponline.com/washdev/article/5/1/156/30407/eSOSR-emergency-Sanitation-Operation-System,"Journal of Water, Sanitation & Hygiene for Development",eSOS® – emergency Sanitation Operation System,2015,FALSE,0,NA,NA,8,D. Brdjanovic,"Environmental Engineering and Water Technology Department, UNESCO-IHE, P.O. Box 3015, 2601 DA Delft, The Netherlands",Netherlands,d.brdjanovic@unesco-ihe.org,NA,D. Brdjanovic,"Environmental Engineering and Water Technology Department, UNESCO-IHE, P.O. Box 3015, 2601 DA Delft, The Netherlands",Netherlands,d.brdjanovic@unesco-ihe.org,NA,FALSE,NA,NA,NA,emergency; feces; sanitation; technology; toilet; urine,iwaponline.com -30409,5,1,https://iwaponline.com/washdev/article/5/1/165/30409/Co-composting-of-fecal-matter-in-Mongolia-using,"Journal of Water, Sanitation & Hygiene for Development",Co-composting of fecal matter in Mongolia using two different technologies,2015,FALSE,0,NA,NA,5,Ibrahim Babatunde Mahmood,"School of Civil and Environmental Engineering, University of Science and Technology Beijing, Beijing 100083, PR China",China,ibrahim_827@yahoo.com,NA,Ibrahim Babatunde Mahmood,"School of Civil and Environmental Engineering, University of Science and Technology Beijing, Beijing 100083, PR China",China,ibrahim_827@yahoo.com,NA,FALSE,NA,NA,NA,co-composting; composting facility; eco-toilets; fecal matter; greenhouse; sanitation,iwaponline.com -30085,5,2,https://iwaponline.com/washdev/article/5/2/173/30085/The-Native-American-voice-in-United-States-water,"Journal of Water, Sanitation & Hygiene for Development",The Native American voice in United States water rights,2015,FALSE,0,NA,NA,2,Karen R. Marsh,"228 Harbor Fog Trail, Holly Springs, NC, 27540, USA",United States of America,NA,NA,Michael D. Smith,"Water, Engineering and Development Centre, Loughborough University, The John Pickford Building, Loughborough, Leicestershire LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,M.D.Smith@lboro.ac.uk,NA,FALSE,NA,NA,NA,Native Americans; sacred beliefs; USA; water rights,iwaponline.com -30087,5,2,https://iwaponline.com/washdev/article/5/2/183/30087/Putting-WASH-in-the-water-cycle-climate-change,"Journal of Water, Sanitation & Hygiene for Development","Putting WASH in the water cycle: climate change, water resources and the future of water, sanitation and hygiene challenges in Pacific Island Countries",2015,FALSE,0,NA,NA,7,Wade L. Hadwen,"Australian Rivers Institute, Griffith School of Environment, Griffith University, Nathan, Queensland 4111, Australia",Australia,w.hadwen@griffith.edu.au,NA,Wade L. Hadwen,"Australian Rivers Institute, Griffith School of Environment, Griffith University, Nathan, Queensland 4111, Australia",Australia,w.hadwen@griffith.edu.au,NA,FALSE,NA,NA,NA,adaptation; adaptive capacity; integrated water resource management; sustainable development; vulnerability,iwaponline.com -30090,5,2,https://iwaponline.com/washdev/article/5/2/192/30090/Water-and-sanitation-hygiene-knowledge-attitudes,"Journal of Water, Sanitation & Hygiene for Development","Water and sanitation hygiene knowledge, attitudes and practices among school settings in rural Chennai",2015,FALSE,0,NA,NA,7,S. Vishnupriya,"Saveetha Medical College, Saveetha University, Saveetha Nagar, Thandalam, Chennai 602105, India",India,NA,NA,Ashish Joshi,"Center for Global Health and Development, College of Public Health, University of Nebraska Medical Center, 42nd and Emile, Omaha, Nebraska 68198, USA",United States of America,ashish.joshi@unmc.edu,NA,FALSE,NA,NA,NA,India; knowledge and perceptions; rural; school; water and sanitation hygiene; WASH practices,iwaponline.com -30091,5,2,https://iwaponline.com/washdev/article/5/2/201/30091/A-study-of-the-consumption-pattern-in-a-continuous,"Journal of Water, Sanitation & Hygiene for Development","A study of the consumption pattern in a continuous water service demonstration zone and bulk water demand forecasting for Hubli-Dharwad, India",2015,FALSE,0,NA,NA,3,K. P. Jayaramu,"Research Scholar (External), Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Mysore, Karnataka 570006, India and Executive Engineer, Karnataka Urban Water Supply & Drainage Board, JnNURM City Division, Mysore, Karnataka 570020, India",India,jayaram.savewater@gmail.com,NA,K. P. Jayaramu,"Research Scholar (External), Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Mysore, Karnataka 570006, India and Executive Engineer, Karnataka Urban Water Supply & Drainage Board, JnNURM City Division, Mysore, Karnataka 570020, India",India,jayaram.savewater@gmail.com,NA,FALSE,NA,NA,NA,continuous water service; intermittent water service; water demand forecast,iwaponline.com -30093,5,2,https://iwaponline.com/washdev/article/5/2/213/30093/Biosand-water-filters-for-floating-villages-in,"Journal of Water, Sanitation & Hygiene for Development",Biosand water filters for floating villages in Cambodia: safe water does not prevent recontamination,2015,FALSE,0,NA,NA,4,K. D. Curry,"Bridgewater State University, 131 Summer Street, Bridgewater, MA 02325, USA",United States of America,kcurry@bridgew.edu,NA,K. D. Curry,"Bridgewater State University, 131 Summer Street, Bridgewater, MA 02325, USA",United States of America,kcurry@bridgew.edu,NA,FALSE,NA,NA,NA,biosand filters; Cambodia; floating villages; recontamination; Tonle Sap; WASH,iwaponline.com -30094,5,2,https://iwaponline.com/washdev/article/5/2/220/30094/Fouling-in-hollow-fiber-membrane-microfilters-used,"Journal of Water, Sanitation & Hygiene for Development",Fouling in hollow fiber membrane microfilters used for household water treatment,2015,FALSE,0,NA,NA,8,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",United States of America,anna.murray@tufts.edu,NA,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",United States of America,anna.murray@tufts.edu,NA,FALSE,NA,NA,NA,drinking water; filter fouling; hollow fiber membrane; household water treatment; microfiltration; point-of-use,iwaponline.com -30095,5,2,https://iwaponline.com/washdev/article/5/2/229/30095/A-review-of-Fouling-in-hollow-fiber-membrane,"Journal of Water, Sanitation & Hygiene for Development","A review of: Fouling in hollow fiber membrane microfilters used for household water treatment (2015) Murray, A., Goeb, M., Stewart, B., Hopper, C., Peck, J., Meub, C., Asatekin, A. & Lantagne, D. J. WASHDEV 5 (2), 220–228 doi:10.2166/washdev.2015.206",2015,FALSE,0,NA,NA,3,Erik D. Lindquist,"School of Science, Engineering and Health, Messiah College, One College Avenue, Mechanicsburg, PA 17055, USA",United States of America,quist@messiah.edu,NA,Erik D. Lindquist,"School of Science, Engineering and Health, Messiah College, One College Avenue, Mechanicsburg, PA 17055, USA",United States of America,quist@messiah.edu,NA,FALSE,NA,NA,NA,NA,iwaponline.com -30096,5,2,https://iwaponline.com/washdev/article/5/2/232/30096/Response-to-Lindquist-E-D-Norman-W-R-amp-Soerens-T,"Journal of Water, Sanitation & Hygiene for Development","Response to: Lindquist, E. D., Norman, W. R., & Soerens, T. (2015) A review of: Fouling in hollow fiber membrane microfilters used for household water treatment (2015) Murray, A., Goeb, M., Stewart, B., Hopper, C., Peck, J., Meub, C., Asatekin, A. & Lantagne, D. J. WASHDEV 5 (2), 220–228 doi:10.2166/washdev.2015.206",2015,FALSE,0,NA,NA,8,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",United States of America,anna.murray@tufts.edu,NA,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",United States of America,anna.murray@tufts.edu,NA,FALSE,NA,NA,NA,NA,iwaponline.com -30098,5,2,https://iwaponline.com/washdev/article/5/2/235/30098/Removal-of-an-azo-dye-Orange-G-from-aqueous,"Journal of Water, Sanitation & Hygiene for Development",Removal of an azo dye (Orange G) from aqueous solution using modified sawdust,2015,FALSE,0,NA,NA,3,Sushmita Banerjee,"Department of Chemistry, University of Allahabad, Allahabad 211 002, India",India,sushmita.bnerjee@gmail.com,NA,Sushmita Banerjee,"Department of Chemistry, University of Allahabad, Allahabad 211 002, India",India,sushmita.bnerjee@gmail.com,NA,FALSE,NA,NA,NA,adsorption; azo dye; isotherm study; mass transfer study; sawdust,iwaponline.com -30099,5,2,https://iwaponline.com/washdev/article/5/2/244/30099/Assessing-public-perception-of-odours-in-a,"Journal of Water, Sanitation & Hygiene for Development","Assessing public perception of odours in a community: case of Ayigya Zongo, an urban poor community in Ghana",2015,FALSE,0,NA,NA,3,Kobina Afful,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,affulkobina@yahoo.com,NA,Kobina Afful,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,affulkobina@yahoo.com,NA,FALSE,NA,NA,NA,community survey; odour; odour annoyance,iwaponline.com -30100,5,2,https://iwaponline.com/washdev/article/5/2/252/30100/Faecal-pollution-and-solar-purification-of,"Journal of Water, Sanitation & Hygiene for Development","Faecal pollution and solar purification of community water sources within Lake Naivasha basin, Kenya",2015,FALSE,0,NA,NA,6,Donde O. Omondi,"Department of Environmental Science, Egerton University, P.O. Box 536-20115, Egerton, Kenya",Kenya,oscinho@yahoo.co.uk,NA,Donde O. Omondi,"Department of Environmental Science, Egerton University, P.O. Box 536-20115, Egerton, Kenya",Kenya,oscinho@yahoo.co.uk,NA,FALSE,NA,NA,NA,coliforms; disinfection; microbial; pasteurization; pollution,iwaponline.com -30103,5,2,https://iwaponline.com/washdev/article/5/2/261/30103/Sustainability-of-a-sanitation-program-in-flooded,"Journal of Water, Sanitation & Hygiene for Development",Sustainability of a sanitation program in flooded areas of the Brazilian Amazon,2015,FALSE,0,NA,NA,5,Maria Cecilia Rosinski Lima Gomes,"Mamiraua Institute for Sustainable Development, Estrada do Bexiga, No 2584, P.O. Box 31, CEP 69550-000, Tefé, Amazonas, Brazil",Brazil,engceciliagomes@gmail.com,NA,Maria Cecilia Rosinski Lima Gomes,"Mamiraua Institute for Sustainable Development, Estrada do Bexiga, No 2584, P.O. Box 31, CEP 69550-000, Tefé, Amazonas, Brazil",Brazil,engceciliagomes@gmail.com,NA,FALSE,NA,NA,NA,Amazon; Brazil; double-vault toilet; flooded area; riverine populations; sanitation,iwaponline.com -30107,5,2,https://iwaponline.com/washdev/article/5/2/271/30107/The-impact-of-a-school-based-hygiene-education,"Journal of Water, Sanitation & Hygiene for Development",The impact of a school-based hygiene education intervention on student knowledge in Kenya,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/2/10.2166_washdev.2015.134/4/134.pdf?Expires=1706089588&Signature=tBiLr3Yw3kfcMbdxXRAArOI9p31-~m07IXOgfFFsMNs~0YqWB3QFmzEO2UGoACCNtS-BXWj0XcTHLT3a2NTitKz13c0--Bk4og7tiNkY2Kf~BEtW-q6uoBZjxq40eEEkS2uWOkAF5hoBJCwvDwcFZKUODU~nmzuTfGBZRQvqLe3hC3fH08SGln4Mhx72IvmtFKpKa40lvuClFuHZ09J59grbfevgBxij9KMlzEC22RTNkiwX~e7cdV9l7GotnZslDF4AcAaFm3CrZGizIDdH019VYpYSVCJ1UUlpKBAlHEITuE03DypWck8DkeyYK0xV7~eenZWJ1E9QgcsZAeqUlQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Daniel M. Nzengya,"Biodesign Institute, Center for Sustainable Health, Arizona State University, Tempe, Arizona 85287-6701, USA",United States of America,dnzengya@yahoo.com,NA,Daniel M. Nzengya,"Biodesign Institute, Center for Sustainable Health, Arizona State University, Tempe, Arizona 85287-6701, USA",United States of America,dnzengya@yahoo.com,NA,FALSE,NA,NA,NA,drinking-water quality; hand washing; hygiene education; Kenya; schoolchildren; water-borne diarrhea,iwaponline.com -30108,5,2,https://iwaponline.com/washdev/article/5/2/279/30108/Assessing-factors-that-lead-to-use-of-appropriate,"Journal of Water, Sanitation & Hygiene for Development","Assessing factors that lead to use of appropriate technology handwashing stations in Mali, West Africa",2015,FALSE,0,NA,NA,3,Colleen C. Naughton,"Civil & Environmental Engineering, University of South Florida, 4202 E. Fowler Avenue, ENB 118, Tampa, FL 33620-5350",United States of America,cnaughto@mail.usf.edu,NA,Colleen C. Naughton,"Civil & Environmental Engineering, University of South Florida, 4202 E. Fowler Avenue, ENB 118, Tampa, FL 33620-5350",United States of America,cnaughto@mail.usf.edu,NA,FALSE,NA,NA,NA,gender; health; hygiene; Millennium Development Goals; sub-Saharan Africa; sustainable development,iwaponline.com -30109,5,2,https://iwaponline.com/washdev/article/5/2/289/30109/Exploring-the-utility-of-diffusion-theory-to,"Journal of Water, Sanitation & Hygiene for Development",Exploring the utility of diffusion theory to evaluate social marketing approaches to improve urban sanitation in Malawi,2015,FALSE,0,NA,NA,4,B. Cole,"School of Engineering and Information Technology, Murdoch University, Murdoch, Western Australia, Australia",Australia,ben_cole_h2o@mac.com,NA,B. Cole,"School of Engineering and Information Technology, Murdoch University, Murdoch, Western Australia, Australia",Australia,ben_cole_h2o@mac.com,NA,FALSE,NA,NA,NA,diffusion; ecological sanitation; innovator; social marketing,iwaponline.com -30111,5,2,https://iwaponline.com/washdev/article/5/2/301/30111/A-validity-assessment-of-consumer-satisfaction-to,"Journal of Water, Sanitation & Hygiene for Development",A validity assessment of consumer satisfaction to measure performance of water services in Guatemala,2015,FALSE,0,NA,NA,1,William F. Vásquez,"Associate Professor of Economics, Fairfield University, 1073 North Benson Rd, Fairfield, CT 06824, USA",United States of America,wvasquez@fairfield.edu,NA,William F. Vásquez,"Associate Professor of Economics, Fairfield University, 1073 North Benson Rd, Fairfield, CT 06824, USA",United States of America,wvasquez@fairfield.edu,NA,FALSE,NA,NA,NA,consumer satisfaction; Guatemala; service performance; validity assessment; water services,iwaponline.com -30114,5,2,https://iwaponline.com/washdev/article/5/2/310/30114/Reporting-progress-on-the-human-right-to-water-and,"Journal of Water, Sanitation & Hygiene for Development",Reporting progress on the human right to water and sanitation through JMP and GLAAS,2015,FALSE,0,NA,NA,3,Óscar Flores Baquero,"Research Group on Engineering Sciences and Global Development, Universitat Politècnica de Catalunya, Barcelona (UPC), Spain",Spain,oscar.flores.baquero@upc.edu,NA,Óscar Flores Baquero,"Research Group on Engineering Sciences and Global Development, Universitat Politècnica de Catalunya, Barcelona (UPC), Spain",Spain,oscar.flores.baquero@upc.edu,NA,FALSE,NA,NA,NA,GLAAS; global monitoring; human rights; JMP; post-2015; WASH,iwaponline.com -30116,5,2,https://iwaponline.com/washdev/article/5/2/322/30116/Identification-of-urine-scale-problems-in-urinals,"Journal of Water, Sanitation & Hygiene for Development",Identification of urine scale problems in urinals and the solution using rainwater,2015,FALSE,0,NA,NA,3,Shervin Hashemi,"Waterfirst Lab, Dept. of Civil and Environmental Engineering, Seoul National University, Seoul, Korea",Republic of Korea,NA,NA,Mooyoung Han,"Waterfirst Lab, Dept. of Civil and Environmental Engineering, Seoul National University, Seoul, Korea",Republic of Korea,myhan@snu.ac.kr,NA,FALSE,NA,NA,NA,hygiene and sanitation; rainwater; TDS of flushing water; urinal; urine scale,iwaponline.com -30119,5,2,https://iwaponline.com/washdev/article/5/2/330/30119/Dry-sanitation-concepts-with-inspiration-from,"Journal of Water, Sanitation & Hygiene for Development",Dry sanitation concepts with inspiration from nature,2015,FALSE,0,NA,NA,2,Torben Lenau,"Department of Mechanical Engineering, Technical University of Denmark, Building 426B, DK2800 Lyngby, Denmark",Denmark,lenau@dtu.dk,NA,Torben Lenau,"Department of Mechanical Engineering, Technical University of Denmark, Building 426B, DK2800 Lyngby, Denmark",Denmark,lenau@dtu.dk,NA,FALSE,NA,NA,NA,biomimetic design; cleaning; dry toilets; flies; smell,iwaponline.com -30120,5,2,https://iwaponline.com/washdev/article/5/2/336/30120/Use-of-permeable-reactive-barrier-to-mitigate,"Journal of Water, Sanitation & Hygiene for Development",Use of permeable reactive barrier to mitigate groundwater nitrate contamination from on-site sanitation,2015,FALSE,0,NA,NA,2,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore 560012, India",India,msrao@civil.iisc.ernet.in,NA,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore 560012, India",India,msrao@civil.iisc.ernet.in,NA,FALSE,NA,NA,NA,contamination; groundwater; nitrate; on-site sanitation; permeable reactive barrier,iwaponline.com -30380,5,3,https://iwaponline.com/washdev/article/5/3/341/30380/Monitoring-sanitation-performance-unpacking-the,"Journal of Water, Sanitation & Hygiene for Development",Monitoring sanitation performance: unpacking the figures on sanitation coverage,2015,FALSE,0,NA,NA,3,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,NA,NA,Shepherd N. Misi,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,mismuchie@gmail.com,NA,FALSE,NA,NA,NA,coverage; improved; JMP; monitoring; sanitation; sustainability,iwaponline.com -30383,5,3,https://iwaponline.com/washdev/article/5/3/351/30383/E-coli-from-dishcloths-as-an-indicator-of-hygienic,"Journal of Water, Sanitation & Hygiene for Development",E. coli from dishcloths as an indicator of hygienic status in households,2015,FALSE,0,NA,NA,6,V. Keshav,"Water and Health Research Centre, Faculty of Health Sciences, University of Johannesburg, P.O. Box 17011, 2028 Auckland Park, South Africa",South Africa,NA,NA,T. G. Barnard,"Water and Health Research Centre, Faculty of Health Sciences, University of Johannesburg, P.O. Box 17011, 2028 Auckland Park, South Africa",South Africa,tgbarnard@uj.ac.za,NA,FALSE,NA,NA,NA,contaminated dishcloths; fecal contamination; home-based hygiene,iwaponline.com -30385,5,3,https://iwaponline.com/washdev/article/5/3/359/30385/Meeting-multiple-water-quality-objectives-through,"Journal of Water, Sanitation & Hygiene for Development",Meeting multiple water quality objectives through treatment using locally generated char: improving organoleptic properties and removing synthetic organic contaminants and disinfection by-products,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.172/4/172.pdf?Expires=1706026609&Signature=lfvBhkTBrgfxpz425yKEb7OeuGCwrEr6ij~CmZKGwkPK8o0h-nxh0~eN0fxYLleEAluQoUiUbSrhK0kOjtypm6gedAJBk2nNH-lH26CgbsV66hfhgjZcJYcz~JFp2CuTsA1SDRY-4eO7xAxVGtIMMKa5NiDeBDqSZ~xcHSBW6PqK7kJGmAGBOThCNAgVoDYGdMGc-AjsVUBsnVk9LubsV8-r4d0ljMmSEGC3bGWICqpbOSldzJxheWv5b6A0mkqzvwnm6-YQ1aTGHEfnNCxID6LTBTkhTY3HXxpxGVRT2~pTr5CzuM~ImK9717vgl0vq0hkQJTvttMQmuySeKSjwBQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Joshua P. Kearns,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Drive, ECOT 441, UCB 428, Boulder, CO 80309, USA",United States of America,joshua.kearns@colorado.edu,NA,Joshua P. Kearns,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Drive, ECOT 441, UCB 428, Boulder, CO 80309, USA",United States of America,joshua.kearns@colorado.edu,NA,FALSE,NA,NA,NA,adsorption; biochar; charcoal; chemical water contaminants; point-of-use water treatment,iwaponline.com -30390,5,3,https://iwaponline.com/washdev/article/5/3/373/30390/Effect-of-hydraulic-loading-on-the-performance-of,"Journal of Water, Sanitation & Hygiene for Development",Effect of hydraulic loading on the performance of unplanted drying beds treating low-concentrated faecal sludge,2015,FALSE,0,NA,NA,6,El hadji Mamadou Sonko,"Department of Water and Sanitation in Developing Countries (Sandec), Swiss Federal Institute of Aquatic Science and Technology (Eawag), Ueberlandstrasse 133, 8600 Duebendorf, Switzerland",Switzerland,NA,NA,Cheikh Diop,"Institut des Sciences de l'Environnement, Faculté des Sciences et Techniques, Université Cheikh Anta Diop de Dakar, B.P 5005, Dakar-Fann, Sénégal",Senegal,namorydiop@yahoo.fr,NA,FALSE,NA,NA,NA,clogging; dryness; load fractioning; loading rate; purification performance; unplanted drying beds,iwaponline.com -30391,5,3,https://iwaponline.com/washdev/article/5/3/381/30391/Modelling-biological-oxygen-demand-in-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Modelling biological oxygen demand in wastewater of Arak City, Iran",2015,FALSE,0,NA,NA,3,Mohamad Sakizadeh,"Department of Environmental Sciences, Faculty of Sciences, Shahid Rajaee Teacher Training University, Shahid Shabanloo Avenue, Lavizan, Tehran, Iran",Iran (Islamic Republic of),msakizadeh@gmail.com,NA,Mohamad Sakizadeh,"Department of Environmental Sciences, Faculty of Sciences, Shahid Rajaee Teacher Training University, Shahid Shabanloo Avenue, Lavizan, Tehran, Iran",Iran (Islamic Republic of),msakizadeh@gmail.com,NA,FALSE,NA,NA,NA,artificial neural network; biological oxygen demand; partial least squares regression,iwaponline.com -30394,5,3,https://iwaponline.com/washdev/article/5/3/392/30394/Passive-evaporation-of-source-separated-urine-from,"Journal of Water, Sanitation & Hygiene for Development",Passive evaporation of source-separated urine from dry toilets: prototype design and field testing using municipal water,2015,FALSE,0,NA,NA,3,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, AB T2N 1N4, Canada",Canada,bethuned@ucalgary.ca,NA,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, AB T2N 1N4, Canada",Canada,bethuned@ucalgary.ca,NA,FALSE,NA,NA,NA,dry toilet; passive; solar evaporation; urine-diversion,iwaponline.com -30397,5,3,https://iwaponline.com/washdev/article/5/3/402/30397/Effect-of-temperature-and-shear-stress-on-the,"Journal of Water, Sanitation & Hygiene for Development",Effect of temperature and shear stress on the viability of Ascaris suum,2015,FALSE,0,NA,NA,10,J. E. Thomas,"Department of Veterinary Pathobiology, Center for Veterinary Health Sciences, Oklahoma State University, Stillwater, OK 74078, USA",United States of America,NA,NA,G. L. Foutch,"School of Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",United States of America,foutch@okstate.edu,NA,FALSE,NA,NA,NA,Ascaris suum; rheology; viscous heating,iwaponline.com -30399,5,3,https://iwaponline.com/washdev/article/5/3/412/30399/Adoption-and-sustained-use-of-the-arborloo-in,"Journal of Water, Sanitation & Hygiene for Development",Adoption and sustained use of the arborloo in rural Ethiopia: a cross-sectional study,2015,FALSE,0,NA,NA,7,Dionna Fry,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",United States of America,NA,NA,Matthew C. Freeman,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",United States of America,mcfreem@emory.edu,NA,FALSE,NA,NA,NA,adoption; arborloo; ecological sanitation; Ethiopia; latrine; sustainability,iwaponline.com -30401,5,3,https://iwaponline.com/washdev/article/5/3/426/30401/Combining-sensor-monitoring-and-ethnography-to,"Journal of Water, Sanitation & Hygiene for Development",Combining sensor monitoring and ethnography to evaluate household latrine usage in rural India,2015,FALSE,0,NA,NA,4,Kathleen O'Reilly,"Texas A&M University, 810 O&M Building, College Station, TX 77843, USA",United States of America,koreilly@tamu.edu,NA,Kathleen O'Reilly,"Texas A&M University, 810 O&M Building, College Station, TX 77843, USA",United States of America,koreilly@tamu.edu,NA,FALSE,NA,NA,NA,behavior change; ethnography; India; policy; sanitation; sensor monitoring,iwaponline.com -30403,5,3,https://iwaponline.com/washdev/article/5/3/439/30403/Hydrochar-production-by-hydrothermal-carbonization,"Journal of Water, Sanitation & Hygiene for Development",Hydrochar production by hydrothermal carbonization of faecal sludge,2015,FALSE,0,NA,NA,4,K. Fakkaew,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Bangkok, Thailand",Thailand,p-krai@hotmail.com,NA,K. Fakkaew,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Bangkok, Thailand",Thailand,p-krai@hotmail.com,NA,FALSE,NA,NA,NA,energy content; faecal sludge; hydrochar; hydrothermal carbonization; reaction kinetics; regression model,iwaponline.com -30405,5,3,https://iwaponline.com/washdev/article/5/3/448/30405/An-energy-efficient-membrane-bioreactor-for-on,"Journal of Water, Sanitation & Hygiene for Development",An energy-efficient membrane bioreactor for on-site treatment and recovery of wastewater,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.116/4/116.pdf?Expires=1706089647&Signature=Kt5ZQT1HHnJa~z5Cu6U8dpOdVYi8dGRfHRxRG5xGJcBPatuOmHihTKItWOybNqunFkbIM04pNQPjRVKUDaEGyxRQSJQB~JOb8sH4q0oO0HluqQE1QaObTpK3JqbPwPOTvnH~aMtItSHfLMdQwaif6PQMnxKSSTL31IvdavPf5h7OdgEYzjtnw3tLiMbVot1FztbxvxZaESwRARPaA15GF6sqhgD0SFxW7oBZ2Sk9F6raf2gqyXFxqO00FCeN~6D3Li-FDXEcIFX6hHi57L1NaROoSWlpjgBTByJ7eFnT1Rmhcazd44wGpjtAjzJQqAcluL20TAKy~qWx4fmIcnis4A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Rahel Künzle,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,NA,NA,Tove A. Larsen,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,tove.larsen@eawag.ch,NA,FALSE,NA,NA,NA,Blue Diversion; maintenance; resilience; sustainable development; urban slums,iwaponline.com -30406,5,3,https://iwaponline.com/washdev/article/5/3/456/30406/Faecal-sludge-simulants-to-aid-the-development-of,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge simulants to aid the development of desludging technologies,2015,FALSE,0,NA,NA,8,J. T. Radford,"Mott MacDonald, Demeter House, Station Road, Cambridge CB1 2RS, UK",United Kingdom of Great Britain and Northern Ireland,james.radford@mottmac.com,NA,J. T. Radford,"Mott MacDonald, Demeter House, Station Road, Cambridge CB1 2RS, UK",United Kingdom of Great Britain and Northern Ireland,james.radford@mottmac.com,NA,FALSE,NA,NA,NA,desludging pumps; faecal sludge simulant; pit emptying,iwaponline.com -30408,5,3,https://iwaponline.com/washdev/article/5/3/465/30408/Household-access-to-sanitation-facilities-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Household access to sanitation facilities in rural China,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.141/4/141.pdf?Expires=1706089654&Signature=fHP7NE~-PSYAfF3gz9VrNOqP8yO7hzvN94paP9OQ4lVaY6zDfqe8zveDtiP9FNFpZOCWMB9X667tfSGhQ7jn4w-MWe6vZ~hLFEIkbbbJbLrDSwHTPI6djhc7cWmKekpTy1P4AkCmGGQqgIMg6bjRlxel0a5eKTTZzvsu0QmMKpYleS0j2DNsjKIrSC4FX4i2CGSau2b-PG2ISaEG-NlJ2wJqPV1uDDv55MA2APolsjjUyBVOueQJQknlrHfXptFlSPu9swz6mZ-zHlzcPi4wQ-iAcjIPwwiHqseGlQ-Pec5YZhr5PUWMLSYIWh2-ADnEz1wrTnxgdWR4KIShFM9UJA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Xiaolong Li,"School of Economics and Management, Beijing University of Posts and Telecommunications, Beijing 100876, China",China,NA,NA,Yanqing Miao,"China National Health Development Research Center, NHFPC, Beijing 100083, China",China,miaohanxinyun@126.com,NA,FALSE,NA,NA,NA,inequity; influence factors; practices; rural China; sanitation improvement,iwaponline.com -30410,5,3,https://iwaponline.com/washdev/article/5/3/474/30410/Availability-and-satisfactoriness-of-latrines-and,"Journal of Water, Sanitation & Hygiene for Development","Availability and satisfactoriness of latrines and hand washing stations in health facilities, and role in health seeking behavior of women: evidence from rural Pune district, India",2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.101/4/101.pdf?Expires=1706089657&Signature=kFdWY1u6tQTmyKDwyS5AoyyU0I~d2beGOBVFm~XSEYJhzlm04FPWC1tykHudTc0kQI0rPnegbvKxDKOfxfuWRPFrfkiGbIaYLRhREoRSk7SLmsiBmxAFdIN5xSQZUEG1p5QtlHmhgicbw6T~PaIMLpoQFejf~bCQUm3nqU2ke0QBKAABXGzcHxm0Ju0fISjUmSomFhX9XH8v8SB4l-ZShwItZWtCmQI3oVmm0tYrWLuQPzkbdtTPUEADyUhdMqwxcTwZOrVvt~H3eKyHWrHNIaU1cDnGB5q1bXxh~7Tsn5epmqiaPyM~F7v1~CIhxmnYkmhTWHWPO2zy8o1-8iAmrg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Peter Steinmann,"Department of Epidemiology and Public Health, Swiss Tropical and Public Health Institute, Socinstrasse 57, 4051 Basel, Switzerland",Switzerland,peter.steinmann@unibas.ch,NA,Peter Steinmann,"Department of Epidemiology and Public Health, Swiss Tropical and Public Health Institute, Socinstrasse 57, 4051 Basel, Switzerland",Switzerland,peter.steinmann@unibas.ch,NA,FALSE,NA,NA,NA,adequacy; health facility; health seeking behavior; India; sanitation facility; women,iwaponline.com -30411,5,3,https://iwaponline.com/washdev/article/5/3/483/30411/Effective-faecal-sludge-management-measures-for-on,"Journal of Water, Sanitation & Hygiene for Development",Effective faecal sludge management measures for on-site sanitation systems,2015,FALSE,0,NA,NA,3,Achara Taweesan,"Department of Environmental Engineering and Management, Asian Institute of Technology, Bangkok, Thailand",Thailand,st108697@ait.ac.th,NA,Achara Taweesan,"Department of Environmental Engineering and Management, Asian Institute of Technology, Bangkok, Thailand",Thailand,st108697@ait.ac.th,NA,FALSE,NA,NA,NA,effective measures; faecal sludge management; influencing factors; on-site sanitation systems,iwaponline.com -30412,5,3,https://iwaponline.com/washdev/article/5/3/493/30412/A-regional-approach-to-optimizing-the-location-of,"Journal of Water, Sanitation & Hygiene for Development",A regional approach to optimizing the location of rural handpumps,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.128/4/128.pdf?Expires=1706089663&Signature=xhKfe5OxBSjtXU~Cck18ENHE54wTxjZBQIWfmS9MCqW4lxwUhaNgSSgN1GcKDrDx4i89SLTBniU7nn-bUgc28RjebweUWjuo2G7mYt6nU2XfSJlnrArt00kH0BeOUb5~lDe7bwWMH4tHat5HK~Zi8z7v~SlSUvk8670r~boVIjnY505s-Npf5bz11R87w6LXOL92sc3DCYBosRb~0B33xl-FVH-M93ty9u3tmUaWPyRAahHqDPQD9QEW~FfbqdozYkLayI62kXkoBXAY0Rz45aqE5U8~4FLTMj04YWHko5H90GeUX570XRmnBuTWcltAfR2aJD--ds-6xEOajXlfVw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Omar S. Hopkins,"Director, Millennium Challenge Corporation, 875 15th Street NW, Washington, DC 20005, USA",United States of America,hopkinsos@mcc.gov,NA,Omar S. Hopkins,"Director, Millennium Challenge Corporation, 875 15th Street NW, Washington, DC 20005, USA",United States of America,hopkinsos@mcc.gov,NA,FALSE,NA,NA,NA,facility location models; optimization; planning; rural water,iwaponline.com -30414,5,3,https://iwaponline.com/washdev/article/5/3/502/30414/Development-of-cost-functions-for-water-supply-and,"Journal of Water, Sanitation & Hygiene for Development","Development of cost functions for water supply and sanitation technologies: case study of Bahir Dar and Arba Minch, Ethiopia",2015,FALSE,0,NA,NA,4,Atekelt Abebe Ketema,"Institute of Sanitary Engineering and Water Pollution Control, University of Natural Resources and Life Sciences, Vienna (BOKU), Muthgasse 18, A-1190 Vienna, Austria",Austria,NA,NA,Guenter Langergraber,"Institute of Sanitary Engineering and Water Pollution Control, University of Natural Resources and Life Sciences, Vienna (BOKU), Muthgasse 18, A-1190 Vienna, Austria",Austria,guenter.langergraber@boku.ac.at,NA,FALSE,NA,NA,NA,daily water demand; initial investment cost; person equivalent; recurrent cost; water supply and sanitation,iwaponline.com -30418,5,3,https://iwaponline.com/washdev/article/5/3/512/30418/Monitoring-and-evaluation-of-WASH-in-schools,"Journal of Water, Sanitation & Hygiene for Development",Monitoring and evaluation of WASH in schools programs: lessons from implementing organizations,2015,FALSE,0,NA,NA,3,Leslie Deroo,"WASH Advocates, 1506 21st St NW, Suite 200, Washington, DC 20036, USA",United States of America,NA,NA,Jay Graham,"Milken Institute School of Public Health, Suite 413, Washington, DC 20052, USA",United States of America,jgraham@gwu.edu,NA,FALSE,NA,NA,NA,evaluation; hygiene; monitoring; sanitation; school; water,iwaponline.com -30420,5,3,https://iwaponline.com/washdev/article/5/3/521/30420/Designing-a-high-throughput-viscous-heater-to,"Journal of Water, Sanitation & Hygiene for Development",Designing a high-throughput viscous heater to process feces: heater geometry,2015,FALSE,0,NA,NA,5,Jagdeep T. Podichetty,"Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",United States of America,NA,NA,Gary L. Foutch,"Computing and Engineering, University of Missouri Kansas City, MO 64110, USA",United States of America,foutch@okstate.edu,NA,FALSE,NA,NA,NA,computational fluid dynamics; extrusion; feces; parasite; viscosity; viscous heating,iwaponline.com -30422,5,3,https://iwaponline.com/washdev/article/5/3/525/30422/Income-democracy-and-public-policy-the-effects-of,"Journal of Water, Sanitation & Hygiene for Development","Income, democracy, and public policy: the effects of improved sanitation on life expectancy",2015,FALSE,0,NA,NA,2,Torsten J. Selck,"Faculty of Educational and Social Sciences, University of Oldenburg, Ammerlaender Heerstrasse 114-118, 26129 Oldenburg, Germany",Germany,torsten.joerg.selck@uni-oldenburg.de,NA,Torsten J. Selck,"Faculty of Educational and Social Sciences, University of Oldenburg, Ammerlaender Heerstrasse 114-118, 26129 Oldenburg, Germany",Germany,torsten.joerg.selck@uni-oldenburg.de,NA,FALSE,NA,NA,NA,democracy; income; life expectancy; public goods; sanitation,iwaponline.com -30097,5,4,https://iwaponline.com/washdev/article/5/4/531/30097/Accelerating-rural-sanitation-coverage-in-Ghana,"Journal of Water, Sanitation & Hygiene for Development",Accelerating rural sanitation coverage in Ghana: what are the speed bumps impeding progress?,2015,FALSE,0,NA,NA,3,Isaac Monney,"Department of Environmental Health and Sanitation Education, University of Education, Winneba, P.O. Box M40, Mampong, Ashanti, Ghana",Ghana,monney.isaac@gmail.com,NA,Isaac Monney,"Department of Environmental Health and Sanitation Education, University of Education, Winneba, P.O. Box M40, Mampong, Ashanti, Ghana",Ghana,monney.isaac@gmail.com,NA,FALSE,NA,NA,NA,community-led total sanitation; household toilet; MDG sanitation targets; rural sanitation in Ghana; sanitation coverage,iwaponline.com -30101,5,4,https://iwaponline.com/washdev/article/5/4/544/30101/On-site-treatment-of-used-wash-water-using,"Journal of Water, Sanitation & Hygiene for Development",On-site treatment of used wash-water using biologically activated membrane bioreactors operated at different solids retention times,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/4/10.2166_washdev.2015.174/4/washdev2015174supp.pdf?Expires=1706089683&Signature=SGgz1-cvepzz9X3M1vCgqtaw6cLWTh9daUh2jq81L8JVSCE6WOYFH3NtmOKvoj4ZZg8My4YaF-7hNtdkWVsiZ2dow7fOSK1CFLyOAeM~CY78WJ5Ls1aOY2vW0Mz06SYHeVOnf~0wGmGwAXmhhGAQweDzd~nOjbgMD9Yw8RU29sIvkePGZ6X9uYk-K9Bl91yks6CFxBLpUQaK~GuR1F-zJa58heZ-fwwb44jUBOdTLEnvZWbfqnauQnZtm1waVCFg4y~t-iMXA9b2xUmqvizv2xBXxgFvmQd3yhOW9E~oW-oMP482CJvxN5z0iWZGjJLYAXeNQGnJkxNnSXJySjRarw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Kristin T. Ravndal,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, PO Box 611, 8600 Dübendorf, Switzerland",Switzerland,NA,NA,Nicolas Derlon,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, PO Box 611, 8600 Dübendorf, Switzerland",Switzerland,nicolas.derlon@eawag.ch,NA,FALSE,NA,NA,NA,biologically activated membrane bioreactor (BAMBi); full solids retention; particle colonization; permeate flux stabilization; suspended solids retention time; ultrafiltration,iwaponline.com -30102,5,4,https://iwaponline.com/washdev/article/5/4/553/30102/The-paradox-of-water-accessibility-understanding,"Journal of Water, Sanitation & Hygiene for Development",The paradox of water accessibility: understanding the temporal and spatial dimensions of access to improved water sources in Rwanda,2015,FALSE,0,NA,NA,5,Lydia Osei,"Department of Geography, University of Western Ontario, London-Ontario, Canada",Canada,losei3@uwo.ca,NA,Lydia Osei,"Department of Geography, University of Western Ontario, London-Ontario, Canada",Canada,losei3@uwo.ca,NA,FALSE,NA,NA,NA,access; improved; Rwanda; time; water source,iwaponline.com -30104,5,4,https://iwaponline.com/washdev/article/5/4/565/30104/The-usefulness-of-a-handwashing-proxy-in-large,"Journal of Water, Sanitation & Hygiene for Development",The usefulness of a handwashing proxy in large household surveys,2015,FALSE,0,NA,NA,2,Victoria Shelus,"Previously associated with the Scientific Affairs Department, Global Research Unit, FHI 360, 359 Blackwell Street, Suite 200, Durham, NC 27701, USA",United States of America,NA,NA,Orlando L. Hernandez,"Global Health Population and Nutrition Division, Global Programs Unit, FHI 360, 1825 Connecticut Avenue NW, Washington, DC 20008, USA",United States of America,ohernandez@fhi360.org,NA,FALSE,NA,NA,NA,children under 5 years of age; diarrheal disease; handwashing indicator; handwashing station; low-income countries; post-2015 agenda,iwaponline.com -30105,5,4,https://iwaponline.com/washdev/article/5/4/574/30105/Handwashing-promotion-in-humanitarian-emergencies,"Journal of Water, Sanitation & Hygiene for Development",Handwashing promotion in humanitarian emergencies: strategies and challenges according to experts,2015,FALSE,0,NA,NA,3,Jelena Vujcic,"Department of Epidemiology and Environmental Health, School of Public Health and Health Professions, State University of New York at Buffalo, 270 Farber Hall, Buffalo, NY 14214, USA",United States of America,jelenavu@buffalo.edu,NA,Jelena Vujcic,"Department of Epidemiology and Environmental Health, School of Public Health and Health Professions, State University of New York at Buffalo, 270 Farber Hall, Buffalo, NY 14214, USA",United States of America,jelenavu@buffalo.edu,NA,FALSE,NA,NA,NA,behavior change communication; handwashing; handwashing hardware; humanitarian emergencies; key informant interviews; qualitative research,iwaponline.com -30106,5,4,https://iwaponline.com/washdev/article/5/4/586/30106/Willingness-to-pay-for-VIP-latrines-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Willingness to pay for VIP latrines in rural Senegal,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/4/10.2166_washdev.2015.053/4/washdev2015053supp.pdf?Expires=1706089696&Signature=CVX~MEKV7jqMDfQaS5rMEaah2HTGkHBPeUy1o-cxapkDh4FPHnJonjp7q7GzEr0197hTX~BleNcn3XIhZc1cXjpEQtr8y3b5jPfwJlFdRAL8WPkaLRZHrHGmFcRL4hEibMBro3f91YWxfl~IK~KRBZHDn2Vyn6IegWzQvDOS8jkLwPgc~CBhwE6RrGpqgAa1CNk7mSQJorPa6pxjj9b1Q9rNzKP2dEyhuf5y2pR-JbVAHGGDGErdJH61Ar8UUAA-PR0ig22viAZNHNM6vYvwuvKXbyYAP3nK4fguiNs-UV8OrG3jp2DNXrnqBhaO8WkZyXqXBY5oLeJYOoypJ22zIw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Ralph P. Hall,"School of Public and International Affairs, Urban Affairs and Planning Program, Virginia Tech, 201 Architecture Annex (0113), Blacksburg, VA 24061, USA",United States of America,rphall@vt.edu,NA,Ralph P. Hall,"School of Public and International Affairs, Urban Affairs and Planning Program, Virginia Tech, 201 Architecture Annex (0113), Blacksburg, VA 24061, USA",United States of America,rphall@vt.edu,NA,FALSE,NA,NA,NA,rural Senegal; sanitation; ventilated improved pit; VIP latrine; willingness to pay,iwaponline.com -30110,5,4,https://iwaponline.com/washdev/article/5/4/594/30110/Analysis-of-institutional-arrangement-for,"Journal of Water, Sanitation & Hygiene for Development",Analysis of institutional arrangement for greywater management in unplanned settlements of Kinondoni municipality Tanzania,2015,FALSE,0,NA,NA,2,Teresia W. Ndunguru,"Department of Water Resources Engineering, University of Dar es Salaam, College of Engineering and Technology, P.O. Box 35131, Dar es Salaam, Tanzania E-mail:",United Republic of Tanzania,deorgm@yahoo.co.uk,NA,Teresia W. Ndunguru,"Department of Water Resources Engineering, University of Dar es Salaam, College of Engineering and Technology, P.O. Box 35131, Dar es Salaam, Tanzania E-mail:",United Republic of Tanzania,deorgm@yahoo.co.uk,NA,FALSE,NA,NA,NA,greywater; greywater management; institutional arrangement; Kinondoni municipality; unplanned settlements,iwaponline.com -30112,5,4,https://iwaponline.com/washdev/article/5/4/608/30112/The-development-of-an-onsite-sanitation-system,"Journal of Water, Sanitation & Hygiene for Development",The development of an onsite sanitation system based on vermifiltration: the ‘Tiger Toilet’,2015,FALSE,0,NA,NA,12,C. Furlong,"Bear Valley Ventures Limited, Braeside, Utkinton Lane, Cotebrook, Tarporley, Cheshire CW6 0JH, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,C. Furlong,"Bear Valley Ventures Limited, Braeside, Utkinton Lane, Cotebrook, Tarporley, Cheshire CW6 0JH, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,FALSE,NA,NA,NA,Eisenia fetida; faecal sludge; India; sewage; worms,iwaponline.com -30113,5,4,https://iwaponline.com/washdev/article/5/4/614/30113/An-economical-environmental-and-social-comparison,"Journal of Water, Sanitation & Hygiene for Development","An economical, environmental, and social comparison between vacuum and gravity sewers in decentralized sanitation systems, with Egypt as a case study",2015,FALSE,0,NA,NA,3,Abdelsalam Elawwad,"Faculty of Engineering, Cairo University, Cairo University Road, Oula, Giza, Egypt",Egypt,elawwad@cu.edu.eg,NA,Abdelsalam Elawwad,"Faculty of Engineering, Cairo University, Cairo University Road, Oula, Giza, Egypt",Egypt,elawwad@cu.edu.eg,NA,FALSE,NA,NA,NA,decentralized systems; gravity sewers; vacuum sewers,iwaponline.com -30115,5,4,https://iwaponline.com/washdev/article/5/4/620/30115/Latrine-desludging-pump-development-using-a-simple,"Journal of Water, Sanitation & Hygiene for Development",Latrine desludging pump development using a simple test for simulant strength: A case study from Uganda,2015,FALSE,0,NA,NA,6,J. T. Radford,"Mott MacDonald Ltd., Demeter House, Station Road, Cambridge, CB1 2RS, United Kingdom",United Kingdom of Great Britain and Northern Ireland,james.radford@mottmac.com,NA,J. T. Radford,"Mott MacDonald Ltd., Demeter House, Station Road, Cambridge, CB1 2RS, United Kingdom",United Kingdom of Great Britain and Northern Ireland,james.radford@mottmac.com,NA,FALSE,NA,NA,NA,desludging pump; faecal sludge simulant; latrine emptying,iwaponline.com -30117,5,4,https://iwaponline.com/washdev/article/5/4/625/30117/Achieving-sustainable-water-supply-through-better,"Journal of Water, Sanitation & Hygiene for Development","Achieving sustainable water supply through better institutions, design innovations and Water Safety Plans – an experience from Nepal",2015,FALSE,0,NA,NA,3,Pamela White,"FCG International/RVWRMP, Osmontie 34/ PO Box 950, FI-00601 Helsinki, Finland",Finland,pamela.white@fcg.fi,NA,Pamela White,"FCG International/RVWRMP, Osmontie 34/ PO Box 950, FI-00601 Helsinki, Finland",Finland,pamela.white@fcg.fi,NA,FALSE,NA,NA,NA,community; functionality; operation and maintenance; rural water supply; Water Safety Plans,iwaponline.com -30118,5,4,https://iwaponline.com/washdev/article/5/4/632/30118/Application-of-nano-silver-coated-granular,"Journal of Water, Sanitation & Hygiene for Development",Application of nano-silver coated granular activated carbon for inactivation of septic tank effluent,2015,FALSE,0,NA,NA,4,Thammarat Koottatep,"Environmental Engineering and Management, Asian Institute of Technology (AIT), P.O. Box 4 Klong Luang, Pathumthani 12120, Thailand",Thailand,NA,NA,Saroj Kumar Chapagain,"Environmental Engineering and Management, Asian Institute of Technology (AIT), P.O. Box 4 Klong Luang, Pathumthani 12120, Thailand",Thailand,sarojchapagain77@gmail.com,NA,FALSE,NA,NA,NA,E. coli; granular activated carbon; inactivation; nano-silver; on-site sanitation; septic tank effluents,iwaponline.com -30413,6,1,https://iwaponline.com/washdev/article/6/1/1/30413/Challenges-of-public-water-provision-in-Nigerian,"Journal of Water, Sanitation & Hygiene for Development",Challenges of public water provision in Nigerian cities: a review,2016,FALSE,0,NA,NA,1,Odafivwotu Ohwo,"Department of Geography and Environmental Management, Faculty of Social Sciences, Niger Delta University, Wilberforce Island, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,NA,Odafivwotu Ohwo,"Department of Geography and Environmental Management, Faculty of Social Sciences, Niger Delta University, Wilberforce Island, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,NA,FALSE,NA,NA,NA,challenges; Nigerian cities; public water; State Water Agencies,iwaponline.com -30415,6,1,https://iwaponline.com/washdev/article/6/1/13/30415/Source-identification-of-fecal-contamination-in,"Journal of Water, Sanitation & Hygiene for Development",Source identification of fecal contamination in the canals in Bangkok using fecal sterol compounds,2016,FALSE,0,NA,NA,4,Supattra Srijew,"Department of Chemical Engineering, Faculty of Engineering, Kasetsart University, Bangkok 10900, Thailand",Thailand,NA,NA,Wilai Chiemchaisri,"Department of Environmental Engineering, Faculty of Engineering, Kasetsart University, Bangkok 10900, Thailand",Thailand,fengwlc@ku.ac.th,NA,FALSE,NA,NA,NA,coliforms; fecal sterol; feces; sewage; surface water,iwaponline.com -30416,6,1,https://iwaponline.com/washdev/article/6/1/23/30416/Evaluation-of-treatment-potential-biogas,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of treatment potential, biogas generation and sludge properties of an anaerobic claridigester",2016,FALSE,0,NA,NA,4,Khalid Muzamil Gani,"Environmental Engineering Group, Department of Civil Engineering, Indian Institute of Technology Roorkee (IITR), Roorkee 247667, Uttrakhand, India",India,khalidmzml@gmail.com,NA,Khalid Muzamil Gani,"Environmental Engineering Group, Department of Civil Engineering, Indian Institute of Technology Roorkee (IITR), Roorkee 247667, Uttrakhand, India",India,khalidmzml@gmail.com,NA,FALSE,NA,NA,NA,anaerobic digestion; COD mass balance; methane production; primary sludge,iwaponline.com -30417,6,1,https://iwaponline.com/washdev/article/6/1/32/30417/Field-trial-of-an-automated-batch-chlorinator,"Journal of Water, Sanitation & Hygiene for Development","Field trial of an automated batch chlorinator system at shared water points in an urban community of Dhaka, Bangladesh",2016,TRUE,1,doc,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.027/5/washdev2016027supp.doc?Expires=1706017133&Signature=IP4h11g5bS66UtwkijcvKZBi0bLqDxcZw48588lTqOJ7BJfWsAzRAe4838tn7YUz~mEErl6nvlbIT1Gwcj5WMPqHDuLfNW2bY5IvkrorJqgbwlRf5ZX3ExABbA23rEYklkWeCpuo6Y9y~PpZ~dMty4GSxFv71TZWMbrOkUxACtS5qiDARIX4BMj4uu7wBAmuNyW7~3X8fASo4w6zlzPthozamBZApvxLMCZ0CCMSydbUVOz1LUhy9EDsu725MY8X-Td~ihsNgef4OEROrqOfcvz5iPc0Gtrk69Bs-MghQKV0oMCCn5aSgDdqQ-Uawd6jCoKHo~drFE7BKUqAKxfSmQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,Nuhu Amin,"International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,NA,NA,Amy J. Pickering,"Stanford University, Stanford, CA, USA",United States of America,amyjanel@stanford.edu,NA,FALSE,NA,NA,NA,automated chlorine dispenser; Bangladesh; chlorination; household water treatment; urban; water quality,iwaponline.com -30419,6,1,https://iwaponline.com/washdev/article/6/1/42/30419/Evaluation-of-household-drinking-water-filter,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of household drinking water filter distribution programs in Haiti,2016,FALSE,0,NA,NA,5,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",United States of America,Justine.Rayner@tufts.edu,NA,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",United States of America,Justine.Rayner@tufts.edu,NA,FALSE,NA,NA,NA,biosand filters; ceramic filters; cholera; Haiti; household water treatment; Sawyer filters,iwaponline.com -30421,6,1,https://iwaponline.com/washdev/article/6/1/55/30421/High-fluoride-drinking-water-in-Gokwe-northwest,"Journal of Water, Sanitation & Hygiene for Development","High fluoride drinking water in Gokwe, northwest Zimbabwe",2016,FALSE,0,NA,NA,2,Antony Mamuse,"Midlands State University, P. Bag 9055, Gweru, Zimbabwe",Zimbabwe,antony.mamuse@postgrad.curtin.edu.au,NA,Antony Mamuse,"Midlands State University, P. Bag 9055, Gweru, Zimbabwe",Zimbabwe,antony.mamuse@postgrad.curtin.edu.au,NA,FALSE,NA,NA,NA,artesian; defluoridation; fluorosis; Lower Karoo Aquifer; water quality,iwaponline.com -30423,6,1,https://iwaponline.com/washdev/article/6/1/65/30423/Reactor-performance-and-pathogen-removal-during,"Journal of Water, Sanitation & Hygiene for Development",Reactor performance and pathogen removal during wastewater treatment by vermifiltration,2016,FALSE,0,NA,NA,2,Sudipti Arora,"Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667, India",India,sudiptiarora@gmail.com,NA,Sudipti Arora,"Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667, India",India,sudiptiarora@gmail.com,NA,FALSE,NA,NA,NA,antimicrobial; earthworms; pathogens; vermifilter; wastewater treatment,iwaponline.com -30424,6,1,https://iwaponline.com/washdev/article/6/1/74/30424/Public-health-risk-assessment-tool-strategy-to,"Journal of Water, Sanitation & Hygiene for Development",Public health risk assessment tool: strategy to improve public policy framework for onsite wastewater treatment systems (OWTS),2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.081/5/washdev2016081supp.docx?Expires=1706089746&Signature=np-gSNMhF6kTTJuwwQ0c-snQ435he2qyqOYaVphfHj7Z2ud879Cl9QStbWZCWEUosjb1aLxn5rB99HSL-Rv8PuXode7vql6~DGXBUxz21NUa3XH6t-DvWnRLClBqWNIRdX-QkN4ndIqVMAztGYzfML-K7YWUKMfRslHc5xufnQ2QFb08Wc1OYMKYLsVbh7sFaxEuqJ25cALaQCpI~3FcRVU-lfwd8h4YsdNjZVHhsSPVGVzvssVcXi6RhH22ozpIe9HNWmPcFj4sNX9gO2Xscbjln2mz~CmTqFrn75vfYGEZjloA-r~9vBq34GcchI9mhCEeAbm7bLj0MFHHeBkQzw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Peter Emmanuel Cookey,"Asian Institute of Technology, Bangkok, Thailand",Thailand,peter@earthwatchnigeria.org,NA,Peter Emmanuel Cookey,"Asian Institute of Technology, Bangkok, Thailand",Thailand,peter@earthwatchnigeria.org,NA,FALSE,NA,NA,NA,legislation; onsite wastewater treatment system; public health; public policy; risk assessment; standards,iwaponline.com -30427,6,1,https://iwaponline.com/washdev/article/6/1/89/30427/Semi-quantitative-estimation-of-Escherichia-coli,"Journal of Water, Sanitation & Hygiene for Development",Semi-quantitative estimation of Escherichia coli levels in public drinking water sources in northern Haiti,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.043/5/washdev2016043supp.docx?Expires=1706089749&Signature=JNFQsqolWIAU-zRCPRp4Kld2Svd1gwIXNyiMz3qDAM~sZEeDBzktsAu~POZU6Rwn7pvLtN~QgDiON-HUrkGv~3K3nsrzqjG0iDKhxcF0jnAlrJ-eAUngVZMuJT1vp9shTNjws93XNPx8rUdfC829V9rAqRv6fYa7IylxyzAlfmUo7CrW9BD-zL55uYdsXmub9Ck8I5BE6vbD5i1~DInHHVjEGuT25pC~wUcUT1GJS5b-W4lTkn2A6OTf-e7IAM~exH7SY4OJzg~EY4xJuciwPMhiiN6WnpzaXIn402v9-lcs1ocj-rgI-EjKahMrjueRPpXp8pv52okJ-G1-h05sag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Daniel I. Gerges,"Tufts University School of Medicine, 136 Harrison Ave, Boston, MA 02111, USA",United States of America,NA,NA,Janet Forrester,"Tufts University School of Medicine, 136 Harrison Ave, Boston, MA 02111, USA",United States of America,janet.forrester@tufts.edu,NA,FALSE,NA,NA,NA,drinking water; Escherichia coli; Haiti,iwaponline.com -30428,6,1,https://iwaponline.com/washdev/article/6/1/96/30428/Passive-evaporation-of-source-separated-urine-from,"Journal of Water, Sanitation & Hygiene for Development",Passive evaporation of source-separated urine from dry toilets: UES optimization and dry product accumulation over time,2016,FALSE,0,NA,NA,3,David N. Bethune,"Department of Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada T2N 1N4",Canada,bethuned@ucalgary.ca,NA,David N. Bethune,"Department of Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada T2N 1N4",Canada,bethuned@ucalgary.ca,NA,FALSE,NA,NA,NA,dry toilets; urine evaporation; urine separation,iwaponline.com -30430,6,1,https://iwaponline.com/washdev/article/6/1/104/30430/In-toilet-disinfection-of-fresh-fecal-sludge-with,"Journal of Water, Sanitation & Hygiene for Development",In-toilet disinfection of fresh fecal sludge with ammonia naturally present in excreta,2016,FALSE,0,NA,NA,3,Temitope A. Ogunyoku,"Department of Civil and Environmental Engineering, University of California, Berkeley, CA 94720-1710, USA",United States of America,NA,NA,Kara L. Nelson,"Department of Civil and Environmental Engineering, University of California, Berkeley, CA 94720-1710, USA",United States of America,karanelson@berkeley.edu,NA,FALSE,NA,NA,NA,ammonia; disinfection; fecal sludge management; helminth eggs; latrine,iwaponline.com -30431,6,1,https://iwaponline.com/washdev/article/6/1/115/30431/Sewage-treatment-efficacy-and-heavy-metal-removal,"Journal of Water, Sanitation & Hygiene for Development",Sewage treatment efficacy and heavy metal removal in moving bed biofilm based treatment plants of northern India,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.134/5/washdev2016134supp.docx?Expires=1706089760&Signature=b6gT3~NF0YXJ9QkJS-yF0fhRa9SoUPgipf1IeJ0MMyfqmFSdCFk1NVThz1D6PKF8lIHaY8xImjNK6LNGgoPOnYpVXkebZTsBO3dPWsJcZOgFBTZjTZfjchHB8-h3aEqWsSe58E-b5yERuGdsSJ7RUz9kfU5clUwu7ciunW8LBV5ZiwGU4ReKseB~AeyG~1B2V1aq-R472qq3MRXumo~lQuYTpZekNtYUulTvu5mOOROyEoqEifBQoR-gr3QW0T2NnzGLDV50F5cnaKYA39KuKIrpzOLlQwnOxlE2aUTecm025DiEYEIoMEYXpAElGCuhRVXDkEUnyGUc~hrYd7gBYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Khalid Muzamil Gani,"Environmental Engineering Section, Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667 India",India,khalidmzml@gmail.com,NA,Khalid Muzamil Gani,"Environmental Engineering Section, Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667 India",IND,khalidmzml@gmail.com,NA,FALSE,NA,NA,NA,evaluation; heavy metal; India; MBBR; performance; wastewater treatment,iwaponline.com -30433,6,1,https://iwaponline.com/washdev/article/6/1/121/30433/Focus-group-discussions-among-the-Bai-in-China-to,"Journal of Water, Sanitation & Hygiene for Development",Focus group discussions among the Bai in China to inform a social marketing campaign for sanitation promotion,2016,FALSE,0,NA,NA,4,Mary Kathryn Dickey,"Oklahoma Baptist University, 500 West University, Shawnee, OK 74804, USA",United States of America,dickey@pobox.com,NA,Mary Kathryn Dickey,"Oklahoma Baptist University, 500 West University, Shawnee, OK 74804, USA",United States of America,dickey@pobox.com,NA,FALSE,NA,NA,NA,focus group discussions; sanitation marketing; social marketing,iwaponline.com -30434,6,1,https://iwaponline.com/washdev/article/6/1/132/30434/Negotiating-hygiene-and-sanitary-behaviors-in,"Journal of Water, Sanitation & Hygiene for Development",Negotiating hygiene and sanitary behaviors in transnational contexts: examples of Nigerians in the UK,2016,FALSE,0,NA,NA,1,Emmanuel M. Akpabio,"Department of Geography and Natural Resources Management, Faculty of Social Sciences, University of Uyo, PO Box 4223, Uyo, Akwa Ibom State, Nigeria",Nigeria,emakpabio@yahoo.com,NA,Emmanuel M. Akpabio,"Department of Geography and Natural Resources Management, Faculty of Social Sciences, University of Uyo, PO Box 4223, Uyo, Akwa Ibom State, Nigeria",Nigeria,emakpabio@yahoo.com,NA,FALSE,NA,NA,NA,diaspora sanitary habits; health; Ibibio; knowledge; migrants; UK,iwaponline.com -30436,6,1,https://iwaponline.com/washdev/article/6/1/142/30436/Inequitable-allocation-of-deep-community-wells-for,"Journal of Water, Sanitation & Hygiene for Development",Inequitable allocation of deep community wells for reducing arsenic exposure in Bangladesh,2016,FALSE,0,NA,NA,7,A. van Geen,"Lamont-Doherty Earth Observatory of Columbia University, Palisades, NY, USA",United States of America,avangeen@ldeo.columbia.edu,NA,A. van Geen,"Lamont-Doherty Earth Observatory of Columbia University, Palisades, NY, USA",United States of America,avangeen@ldeo.columbia.edu,NA,FALSE,NA,NA,NA,arsenic; Bangladesh; groundwater quality; public water supply allocations,iwaponline.com -30438,6,1,https://iwaponline.com/washdev/article/6/1/151/30438/Understanding-women-s-decision-making-power-and,"Journal of Water, Sanitation & Hygiene for Development",Understanding women's decision making power and its link to improved household sanitation: the case of Kenya,2016,FALSE,0,NA,NA,3,Mitsuaki Hirai,"Milken Institute School of Public Health, Department of Global Health, The George Washington University, 950 New Hampshire Ave., Suite 400, Washington, DC 20052 USA",United States of America,mhirai@gwu.edu,NA,Mitsuaki Hirai,"Milken Institute School of Public Health, Department of Global Health, The George Washington University, 950 New Hampshire Ave., Suite 400, Washington, DC 20052 USA",USA,mhirai@gwu.edu,NA,FALSE,NA,NA,NA,gender equity; Kenya; sanitation; women,iwaponline.com -30439,6,1,https://iwaponline.com/washdev/article/6/1/161/30439/Measuring-willingness-to-pay-for-water-and,"Journal of Water, Sanitation & Hygiene for Development",Measuring willingness-to-pay for water and sanitation by people living with HIV and AIDs in South Africa,2016,FALSE,0,NA,NA,1,Ephias M. Makaudze,"Department of Economics, University of the Western Cape, Robert Sobukwe Road, Bellville 7535, Cape Town, South Africa",South Africa,emakaudze@gmail.com,NA,Ephias M. Makaudze,"Department of Economics, University of the Western Cape, Robert Sobukwe Road, Bellville 7535, Cape Town, South Africa",South Africa,emakaudze@gmail.com,NA,FALSE,NA,NA,NA,contingent valuation method; HIV and AIDs; slum settlements; water and sanitation; willingness-to-pay,iwaponline.com -30442,6,1,https://iwaponline.com/washdev/article/6/1/170/30442/Study-of-national-rural-drinking-water-programme,"Journal of Water, Sanitation & Hygiene for Development","Study of national rural drinking water programme implementation during last five years (from FY 2010–2011 to 2014–2015) in state of Madhya Pradesh, India",2016,FALSE,0,NA,NA,2,Abhishek Parsai,"Department of Management Studies, Maulana Azad National Institute of Technology, Bhopal, India",India,abhishek.parsai@gmail.com,NA,Abhishek Parsai,"Department of Management Studies, Maulana Azad National Institute of Technology, Bhopal, India",India,abhishek.parsai@gmail.com,NA,FALSE,NA,NA,NA,LPCD; NRDWP; piped water supply schemes; service delivery; strategic plan,iwaponline.com -30443,6,1,https://iwaponline.com/washdev/article/6/1/184/30443/Needs-and-vulnerability-assessment-NAVA-indicators,"Journal of Water, Sanitation & Hygiene for Development",Needs and vulnerability assessment (NAVA) indicators for specific hazards in the context of Sri Lanka,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.105/5/washdev2016105supp.docx?Expires=1706089784&Signature=wWSlSCFXzTifcg4UP9LTqAj6jIiDb6m2WjQ3dNQfOAETBADH80G6oJHXhPoh9jPQ8yYxpO-8mPbrq0RmmbI-Z8ULOVeZIelx-uh~2sw6T4qoV7bVMHyhezf2sHGWzky0MbXtrko1CgBCI7EMIhVVdF4uCrMuBfK~k9-EcQSeXPp5XUYhY62VaJcqHOrmGV0vuAW4624F4NCcZtG-Nma8uvLyid9odhd9hqMLDL~sfgfITt6zZU6aqNe~FN6OeKDsbDYi5kmkF6GSi3YKLp8tYDFX~5I6u3iPPhrZzsrzX4pAvgCbniaNpDPkn~GUQhw7W6ZtUI6uCmgFQGpQKzP40w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Aslam Saja,"Faculty of Engineering, South Eastern University of Sri Lanka, Oluvil, Sri Lanka",Sri Lanka,saja.aslam@gmail.com,NA,Aslam Saja,"Faculty of Engineering, South Eastern University of Sri Lanka, Oluvil, Sri Lanka",Sri Lanka,saja.aslam@gmail.com,NA,FALSE,NA,NA,NA,assessment; disasters; indicators; needs; vulnerability,iwaponline.com -30121,6,2,https://iwaponline.com/washdev/article/6/2/191/30121/Editorial-Can-we-meet-the-costs-of-achieving,"Journal of Water, Sanitation & Hygiene for Development","Editorial: Can we meet the costs of achieving safely managed drinking-water, sanitation and hygiene services under the new sustainable development goals?",2016,FALSE,0,NA,NA,1,Guy Hutton,UNICEF (formerly World Bank),NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,iwaponline.com -30122,6,2,https://iwaponline.com/washdev/article/6/2/195/30122/Assessment-of-the-quality-effectiveness-and,"Journal of Water, Sanitation & Hygiene for Development","Assessment of the quality, effectiveness, and acceptability of ceramic water filters in Tanzania",2016,FALSE,0,NA,NA,5,Ansley Lemons,"Emory University, Rollins School of Public Health, Atlanta, GA 30333, USA and Centers for Disease Control and Prevention, Atlanta, GA 30333, USA",United States of America,NA,NA,Daniele Lantagne,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA 02155, USA",United States of America,daniele.lantagne@tufts.edu,NA,FALSE,NA,NA,NA,acceptability; ceramic water filters; effectiveness; household water treatment; point-of-use water treatment; QA/QC,iwaponline.com -30124,6,2,https://iwaponline.com/washdev/article/6/2/205/30124/Everyone-is-exhausted-and-frustrated-exploring,"Journal of Water, Sanitation & Hygiene for Development","‘Everyone is exhausted and frustrated’: exploring psychosocial impacts of the lack of access to safe water and adequate sanitation in Usoma, Kenya",2016,FALSE,0,NA,NA,2,Elijah Bisung,"Department of Geography and Environmental Management, University of Waterloo, Waterloo, ON, Canada and United Nations University Institute for Water Environment and Health, Hamilton, ON, Canada",Canada,ebisung@uwaterloo.ca,NA,Elijah Bisung,"Department of Geography and Environmental Management, University of Waterloo, Waterloo, ON, Canada and United Nations University Institute for Water Environment and Health, Hamilton, ON, Canada",Canada,ebisung@uwaterloo.ca,NA,FALSE,NA,NA,NA,health and wellbeing; Kenya; psychosocial stress; water and sanitation,iwaponline.com -30125,6,2,https://iwaponline.com/washdev/article/6/2/215/30125/Chemically-activated-cow-bone-for-increased,"Journal of Water, Sanitation & Hygiene for Development",Chemically activated cow bone for increased fluoride removal from drinking water,2016,FALSE,0,NA,NA,3,Teshome L. Yami,"School of Civil Engineering and Environmental Science, University of Oklahoma, 202 W. Boyd St., Room 334, Norman, Oklahoma 73019, USA",United States of America,teshome.l.yami-1@ou.edu,NA,Teshome L. Yami,"School of Civil Engineering and Environmental Science, University of Oklahoma, 202 W. Boyd St., Room 334, Norman, Oklahoma 73019, USA",United States of America,teshome.l.yami-1@ou.edu,NA,FALSE,NA,NA,NA,bassanite; chemical activation; cow bone; fluoride removal; low-cost adsorbent; monetite,iwaponline.com -30127,6,2,https://iwaponline.com/washdev/article/6/2/224/30127/Bacteriological-quality-of-drinking-water-at-point,"Journal of Water, Sanitation & Hygiene for Development",Bacteriological quality of drinking water at point of use and hand hygiene of primary food preparers: implications for household food safety,2016,FALSE,0,NA,NA,5,S. G. D. N. Lakshmi Reddi,"Food and Drug Toxicology Research Centre, National Institute of Nutrition, Indian Council of Medical Research (ICMR), Jamai Osmania (PO), Hyderabad 500007, India",India,NA,NA,R. V. Sudershan,"Food and Drug Toxicology Research Centre, National Institute of Nutrition, Indian Council of Medical Research (ICMR), Jamai Osmania (PO), Hyderabad 500007, India",India,vemulasr@yahoo.com,NA,FALSE,NA,NA,NA,bacteriological quality; drinking water; food safety; household; hand hygiene; point of use,iwaponline.com -30129,6,2,https://iwaponline.com/washdev/article/6/2/231/30129/Bacteriological-assessment-of-aquifer-storage-and,"Journal of Water, Sanitation & Hygiene for Development",Bacteriological assessment of aquifer storage and recovery (ASR) water in southwest coastal Bangladesh,2016,FALSE,0,NA,NA,4,Md. Pervez Kabir,"Environmental Science Discipline, Khulna University, Khulna, Bangladesh",Bangladesh,NA,NA,Md. Atikul Islam,"Environmental Science Discipline, Khulna University, Khulna, Bangladesh",Bangladesh,atikku_es@yahoo.com,NA,FALSE,NA,NA,NA,aquifer storage and recovery (ASR); Bangladesh; drinking water; health risk; indicator bacteria,iwaponline.com -30131,6,2,https://iwaponline.com/washdev/article/6/2/242/30131/Assessing-the-impact-of-property-size-on,"Journal of Water, Sanitation & Hygiene for Development","Assessing the impact of property size on residential water use for selected neighbourhoods in Lilongwe, Malawi",2016,FALSE,0,NA,NA,2,Chikondi Makwiza,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,NA,NA,Heinz Erasmus Jacobs,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,hejacobs@sun.ac.za,NA,FALSE,NA,NA,NA,equitable water use; residential plot size; urban water use,iwaponline.com -30132,6,2,https://iwaponline.com/washdev/article/6/2/252/30132/Performance-evaluation-of-a-low-cost-odour-trap,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of a low-cost odour trap installed in waterless urinals,2016,FALSE,0,NA,NA,4,S. Ramesh Sakthivel,"Tata Institute of Social Sciences, Tuljapur Campus, Tuljapur, Osmanabad District, Maharashtra, India",India,ramsakthivel@yahoo.com,NA,S. Ramesh Sakthivel,"Tata Institute of Social Sciences, Tuljapur Campus, Tuljapur, Osmanabad District, Maharashtra, India",India,ramsakthivel@yahoo.com,NA,FALSE,NA,NA,NA,ammonia; membrane trap; odour; urinals; waterless,iwaponline.com -30133,6,2,https://iwaponline.com/washdev/article/6/2/259/30133/Estimation-of-Ascaris-lumbricoides-egg,"Journal of Water, Sanitation & Hygiene for Development",Estimation of Ascaris lumbricoides egg inactivation by free ammonia treatment of ash-amended UDDT vault products using stored urine in Uganda,2016,FALSE,0,NA,NA,6,John T. Trimmer,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave ENB 118, Tampa, FL 33620, USA",United States of America,NA,NA,Sarina J. Ergas,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave ENB 118, Tampa, FL 33620, USA",United States of America,sergas@usf.edu,NA,FALSE,NA,NA,NA,ecological sanitation; helminth; resource recovery; sanitation; sub-Saharan Africa; urine-diverting dry toilet,iwaponline.com -30134,6,2,https://iwaponline.com/washdev/article/6/2/269/30134/Inactivation-kinetics-of-indicator-microorganisms,"Journal of Water, Sanitation & Hygiene for Development",Inactivation kinetics of indicator microorganisms during urea treatment for sanitizing finished compost from composting toilet,2016,FALSE,0,NA,NA,5,Seyram K. Sossou,"International Institute for Water and Environmental Engineering (2iE), P.O. Box 594, 01 Rue de la science, Ouagadougou, Burkina Faso",Burkina Faso,seyram.sossou@2ie-edu.org,NA,Seyram K. Sossou,"International Institute for Water and Environmental Engineering (2iE), P.O. Box 594, 01 Rue de la science, Ouagadougou, Burkina Faso",Burkina Faso,seyram.sossou@2ie-edu.org,NA,FALSE,NA,NA,NA,composting toilet; finished compost; inactivation kinetics; indicator microorganism; urea treatment,iwaponline.com -30136,6,2,https://iwaponline.com/washdev/article/6/2/276/30136/Assessing-the-promotion-of-urine-diverting-dry,"Journal of Water, Sanitation & Hygiene for Development","Assessing the promotion of urine-diverting dry toilets through school-based demonstration facilities in Kalisizo, Uganda",2016,FALSE,0,NA,NA,6,John T. Trimmer,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave, ENB 118, Tampa, FL 33620, USA",United States of America,NA,NA,Sarina J. Ergas,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave, ENB 118, Tampa, FL 33620, USA",United States of America,sergas@usf.edu,NA,FALSE,NA,NA,NA,ecological sanitation; food security; health; latrine; sub-Saharan Africa; sustainable development goals,iwaponline.com -30139,6,2,https://iwaponline.com/washdev/article/6/2/287/30139/When-behavior-change-fails-evidence-for-building,"Journal of Water, Sanitation & Hygiene for Development",When behavior change fails: evidence for building WASH strategies on existing motivations,2016,FALSE,0,NA,NA,2,Lia Marshall,"Department of Civil and Environmental Engineering, University of Washington, 121H More Hall, Seattle, WA 98195, USA",United States of America,liamarshall@gmail.com,NA,Lia Marshall,"Department of Civil and Environmental Engineering, University of Washington, 121H More Hall, Seattle, WA 98195, USA",United States of America,liamarshall@gmail.com,NA,FALSE,NA,NA,NA,behavior change; motivation; rural; sustainability; water,iwaponline.com -30142,6,2,https://iwaponline.com/washdev/article/6/2/298/30142/A-short-history-of-how-we-think-and-talk-about,"Journal of Water, Sanitation & Hygiene for Development",A short history of how we think and talk about sanitation services and why it matters,2016,FALSE,0,NA,NA,3,Tanja Rosenqvist,"Institute for Sustainable Futures, University of Technology Sydney, Bldg 10, 235 Jones Street, Ultimo, Sydney, NSW 2007, Australia",Australia,tanja.rosenqvist@uts.edu.au,NA,Tanja Rosenqvist,"Institute for Sustainable Futures, University of Technology Sydney, Bldg 10, 235 Jones Street, Ultimo, Sydney, NSW 2007, Australia",Australia,tanja.rosenqvist@uts.edu.au,NA,FALSE,NA,NA,NA,history; MDG; perspectives; sanitation; SDG; sustainability,iwaponline.com -30149,6,2,https://iwaponline.com/washdev/article/6/2/313/30149/Assessing-population-coverage-of-safely-managed,"Journal of Water, Sanitation & Hygiene for Development",Assessing population coverage of safely managed wastewater systems: a case study of Lebanon,2016,FALSE,0,NA,NA,1,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,NA,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,NA,FALSE,NA,NA,NA,environmental risks; monitoring and reporting; sustainable development goals; wastewater,iwaponline.com -30151,6,2,https://iwaponline.com/washdev/article/6/2/320/30151/Equity-in-access-to-water-supply-and-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Equity in access to water supply and sanitation in Ethiopia: an analysis of EDHS data (2000–2011),2016,FALSE,0,NA,NA,2,Selamawit Seyoum,"Department of Environmental and Occupational Health, Milken Institute School of Public Health, The George Washington University, 950 New Hampshire Ave. NW, Suite 413, Washington, DC 20052, USA",United States of America,NA,NA,Jay P. Graham,"Department of Environmental and Occupational Health, Milken Institute School of Public Health, The George Washington University, 950 New Hampshire Ave. NW, Suite 413, Washington, DC 20052, USA",United States of America,jgraham@gwu.edu,NA,FALSE,NA,NA,NA,environmental health; Ethiopia; inequities; open defecation; sanitation; water,iwaponline.com -30153,6,2,https://iwaponline.com/washdev/article/6/2/331/30153/Arsenic-concentration-in-drinking-water-of-Bihar,"Journal of Water, Sanitation & Hygiene for Development",Arsenic concentration in drinking water of Bihar: health issues and socio-economic problems,2016,FALSE,0,NA,NA,2,Barun Kumar Thakur,"National Institute of Industrial Engineering (NITIE), Mumbai, Maharashtra 400087, India",India,barunsandilya@gmail.com,NA,Barun Kumar Thakur,"National Institute of Industrial Engineering (NITIE), Mumbai, Maharashtra 400087, India",India,barunsandilya@gmail.com,NA,FALSE,NA,NA,NA,arsenic contamination; arsenicosis; Bihar; health costs; health problems; social and economic problems,iwaponline.com -30155,6,2,https://iwaponline.com/washdev/article/6/2/342/30155/Green-walls-for-greywater-treatment-and-recycling,"Journal of Water, Sanitation & Hygiene for Development",Green walls for greywater treatment and recycling in dense urban areas: a case-study in Pune,2016,FALSE,0,NA,NA,7,F. Masi,"IRIDRA Srl, Via La Marmora 51, Firenze 50121, Italy",Italy,fmasi@iridra.com,NA,F. Masi,"IRIDRA Srl, Via La Marmora 51, Firenze 50121, Italy",Italy,fmasi@iridra.com,NA,FALSE,NA,NA,NA,green walls; greywater reuse; greywater treatment; vertical gardens,iwaponline.com -30156,6,2,https://iwaponline.com/washdev/article/6/2/348/30156/Corrigendum-Measuring-willingness-to-pay-for-water,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Measuring willingness-to-pay for water and sanitation by people living with HIV and AIDs in South Africa, DOI: 10.2166/washdev.2016.102 Ephias M. Makaudze",2016,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,iwaponline.com -30123,6,3,https://iwaponline.com/washdev/article/6/3/349/30123/The-all-inclusive-sustainable-development-goals,"Journal of Water, Sanitation & Hygiene for Development",The all-inclusive sustainable development goals: the WASH professional's guide (or should that be ‘nightmare’?),2016,FALSE,0,NA,NA,1,Duncan Mara,Institute for Public Health and Environmental Engineering,NA,d.d.mara@leeds.ac.uk,NA,Duncan Mara,Institute for Public Health and Environmental Engineering,NA,d.d.mara@leeds.ac.uk,NA,FALSE,NA,NA,NA,NA,iwaponline.com -30126,6,3,https://iwaponline.com/washdev/article/6/3/353/30126/Fecal-contamination-and-Microcystis-in-drinking,"Journal of Water, Sanitation & Hygiene for Development",Fecal contamination and Microcystis in drinking-water sources of rural Cambodia using PCR and culture-based methods,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/3/10.2166_washdev.2016.136/4/washdev2016136supp.docx?Expires=1706090597&Signature=caczL4JiuRZ~GNXGX5kYOpO9n4Xnek1X7ZGGV6glczrbVmkGRwWkO-rSHPrvmvL6cSWSzsBNFnLK-SRay-4OrXAlb0rCJsTsHh20jWdQ-a4PBNcTaDP0RBKBtEBzqVP8YbtbgfzvDophola5yhb8jmcyWdrOc8HLMU5AXMI3mhr6XS-gA1Dq1vYKeZdqO8OKemNjW3t-jvbD-k82iIfsufDMY4-az3epSktRO4-wiGBZKTbr-cYMCFZ5y2~ImeVsnIe7LzHzOR1K8tQk5KhQ2fpycEJdJvT9bIde047rMqi1xY-mgmwF4Lq10PifjQa3Z~xanVEP2LskqRNNFgpfnQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Audrey R. Matteson,"Department of Soil Science, North Carolina State University, Raleigh, NC 27996 USA",United States of America,audrey_matteson@ncsu.edu,NA,Audrey R. Matteson,"Department of Soil Science, North Carolina State University, Raleigh, NC 27996 USA",USA,audrey_matteson@ncsu.edu,NA,FALSE,NA,NA,NA,Bacteroides; Cambodia; coliforms; Enterococcus; fecal pollution; water,iwaponline.com -30128,6,3,https://iwaponline.com/washdev/article/6/3/362/30128/Investigating-the-management-of-unaccounted-for,"Journal of Water, Sanitation & Hygiene for Development","Investigating the management of unaccounted for water for Lilongwe Water Board, Malawi",2016,FALSE,0,NA,NA,4,Michael M. Harawa,"Civil Engineering Department, University of Zimbabwe, Box MP 167, Harare, Zimbabwe",Zimbabwe,michaelharawa@gmail.com,NA,Michael M. Harawa,"Civil Engineering Department, University of Zimbabwe, Box MP 167, Harare, Zimbabwe",Zimbabwe,michaelharawa@gmail.com,NA,FALSE,NA,NA,NA,apparent losses; data logging; leakages; pressure; real losses; unaccounted for water,iwaponline.com -30130,6,3,https://iwaponline.com/washdev/article/6/3/377/30130/Zinc-removal-from-aqueous-solution-using-novel,"Journal of Water, Sanitation & Hygiene for Development",Zinc removal from aqueous solution using novel adsorbent MISCBA,2016,FALSE,0,NA,NA,4,Ibrahim Umar Salihi,"Department of Civil and Environmental Engineering, Universiti of Teknologi PETRONAS (UTP), 32610 Bandar Seri Iskandar, Perak Darul Ridzuan, Malaysia",Malaysia,salihi37@yahoo.com,NA,Ibrahim Umar Salihi,"Department of Civil and Environmental Engineering, Universiti of Teknologi PETRONAS (UTP), 32610 Bandar Seri Iskandar, Perak Darul Ridzuan, Malaysia",Malaysia,salihi37@yahoo.com,NA,FALSE,NA,NA,NA,adsorption; agitation; aqueous; environment; heavy metals; sugarcane bagasse ash,iwaponline.com -30135,6,3,https://iwaponline.com/washdev/article/6/3/389/30135/Development-and-evaluation-of-a-small-scale-water,"Journal of Water, Sanitation & Hygiene for Development",Development and evaluation of a small scale water disinfection system,2016,FALSE,0,NA,NA,5,Dorcas Alfa,"Faculty of Engineering and the Built Environment, Department of Chemical Engineering, Durban University of Technology, 4001 Berea, 70 Mansfield Road, Durban, South Africa",South Africa,NA,NA,Martha N. Chollom,"Faculty of Engineering and the Built Environment, Department of Chemical Engineering, Durban University of Technology, 4001 Berea, 70 Mansfield Road, Durban, South Africa",South Africa,mnchollom@gmail.com,NA,FALSE,NA,NA,NA,chlorine; disinfection; drinking water; E. coli; membrane; point-of-use,iwaponline.com -30137,6,3,https://iwaponline.com/washdev/article/6/3/401/30137/Multi-criteria-analysis-applied-to-the-selection,"Journal of Water, Sanitation & Hygiene for Development","Multi-criteria analysis applied to the selection of drinking water sources in developing countries: a case study of Cali, Colombia",2016,FALSE,0,NA,NA,5,Juan Pablo Gutiérrez,"Faculty of Engineering, Universidad del Valle, Cinara Institute, Calle 13 100-00, Cali, Colombia",Colombia,juan.p.gutierrez@correounivalle.edu.co,NA,Juan Pablo Gutiérrez,"Faculty of Engineering, Universidad del Valle, Cinara Institute, Calle 13 100-00, Cali, Colombia",Colombia,juan.p.gutierrez@correounivalle.edu.co,NA,FALSE,NA,NA,NA,drinking water supply; multi-criteria analysis; PROMETHEE; riverbank filtration,iwaponline.com -30138,6,3,https://iwaponline.com/washdev/article/6/3/414/30138/Three-phase-approach-to-improve-deep-groundwater,"Journal of Water, Sanitation & Hygiene for Development",Three-phase approach to improve deep groundwater supply availability in the Elidar district of Afar region of Ethiopia,2016,FALSE,0,NA,NA,2,S. Godfrey,"Water Supply, Sanitation and Hygiene (WASH) Section – UNICEF Ethiopia, UNECA Compound, NO-F Building, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,NA,S. Godfrey,"Water Supply, Sanitation and Hygiene (WASH) Section – UNICEF Ethiopia, UNECA Compound, NO-F Building, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,NA,FALSE,NA,NA,NA,deep groundwater; Ethiopia; geophysical survey; hydrogeology; radar and optical remote sensing,iwaponline.com -30140,6,3,https://iwaponline.com/washdev/article/6/3/425/30140/A-novel-approach-for-providing-potable-water-in,"Journal of Water, Sanitation & Hygiene for Development","A novel approach for providing potable water in rural Sodwana Bay, northern Kwazulu-Natal, South Africa",2016,FALSE,0,NA,NA,2,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,NA,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,NA,FALSE,NA,NA,NA,electrical resistivity; fresh water needs; groundwater; low-cost drilling; water quality,iwaponline.com -30141,6,3,https://iwaponline.com/washdev/article/6/3/435/30141/Looking-beyond-headline-indicators-water-and,"Journal of Water, Sanitation & Hygiene for Development",Looking beyond headline indicators: water and sanitation services in small towns in Ethiopia,2016,TRUE,1,doc,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/3/10.2166_washdev.2016.034/4/washdev2016034supp.doc?Expires=1706091609&Signature=RYnXDVzYeLb3EO4Thcv7dtXUY9Q1V~5-fYpV389jxZ61y6B6zMEx-I18KCxloDMT49bavatA3baaOrHffk-wTJ3qYisHZy-ikZUYWkgL1F3W6z6hnlPkxVaJKVevYIoeXqWgQzugGTPtrN2DmVX70h2CyvK5GYxh~WJANu2D8zDeWqv-037OjzzvIf4ukdKH3-0UlQDQVgdQhDuM~GZsubM2StYWHL9LDnInMoXfW686kGQp6q~JZmBDlMeDqAKhTjtSRdijqAJfVfqhN-qTEfYE8p2f-gD4yZ76W67Jiq04HDT1SooET7vtIqt3sRCnAszVIW6ytXqx6d8P7N4C6g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Marieke Adank,"IRC, P.O. Box 82327, The Hague 2508 EH, The Netherlands",Netherlands,NA,NA,John Butterworth,"IRC Ethiopia, P.O. Box 2, Addis Ababa 1251, Ethiopia",Ethiopia,butterworth@ircwash.org,NA,FALSE,NA,NA,NA,Ethiopia; monitoring; sanitation; service levels; small towns; water supply,iwaponline.com -30143,6,3,https://iwaponline.com/washdev/article/6/3/447/30143/Sustainability-evaluation-of-a-primary-school,"Journal of Water, Sanitation & Hygiene for Development",Sustainability evaluation of a primary school rainwater demonstration project in Tanzania,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/3/10.2166_washdev.2016.186/4/washdev2016186supp.docx?Expires=1706091615&Signature=OtidY9GHgaeBNNJpd7cfaxmnmOb8DtZy~zdnLWpSU1JFMsrn0qJqc59OHmgV8OiEPsEat-~NHfjk9ZRkF0mRUJBVRTo-JytGcZVw79ojdpKBH4nWGxVQtONihqCUs49IFeuW9J6ukDVtdcuYbqPWPnf~pycuYN58K7RX0tn3CFQrr0U7mVdJMvQ9P62AnsCUI9-Oopjz0fa6ClBk4BwNcctyfAxKTIh3BH4Px-UDlbjS6vAmtIm86eh6NF~0pFATuG2y9pzxEMymTs7UJFcJ-XleBEo1RpKXjt0hj5tafcdMq-eAeyoOBKm4db46GtPLBWNTWDE9twtIYtPh~CUluQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Tulinave Burton Mwamila,"Department of Civil and Environmental Engineering, Seoul National University, 599 Gwanak-ro, Gwanak-gu, Seoul 151-744, South Korea",Republic of Korea,NA,NA,Moo Young Han,"Department of Civil and Environmental Engineering, Seoul National University, 599 Gwanak-ro, Gwanak-gu, Seoul 151-744, South Korea",Republic of Korea,myhan@snu.ac.kr,NA,FALSE,NA,NA,NA,community water supply; demonstration project; rainwater harvesting; sustainability; water supply service level,iwaponline.com -30144,6,3,https://iwaponline.com/washdev/article/6/3/456/30144/Pump-it-up-making-single-pit-emptying-safer-in,"Journal of Water, Sanitation & Hygiene for Development",Pump it up: making single-pit emptying safer in rural Bangladesh,2016,FALSE,0,NA,NA,10,Soumya Balasubramanya,"International Water Management Institute, Sri Lanka, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,NA,Soumya Balasubramanya,"International Water Management Institute, Sri Lanka, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,NA,FALSE,NA,NA,NA,Bangladesh; disposal; emptying; fecal sludge; rural; sanitation; single pit latrines,iwaponline.com -30145,6,3,https://iwaponline.com/washdev/article/6/3/465/30145/Inactivation-of-Ascaris-eggs-and-Salmonella-spp-in,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of Ascaris eggs and Salmonella spp. in fecal sludge by treatment with urea and ammonia solution,2016,FALSE,0,NA,NA,3,J. Fidjeland,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Uppsala, Sweden",Sweden,NA,NA,B. Vinnerås,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Uppsala, Sweden",Sweden,bjorn.vinneras@slu.se,NA,FALSE,NA,NA,NA,ammonia; Ascaris; carbonate; inactivation; Salmonella,iwaponline.com -30146,6,3,https://iwaponline.com/washdev/article/6/3/474/30146/Fecal-sludge-derived-pellet-fertilizer-in-maize,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge-derived pellet fertilizer in maize cultivation,2016,FALSE,0,NA,NA,5,Surendra K. Pradhan,"International Water Management Institute, PMB, CT 112, Cantonments, Accra, Ghana",Ghana,surendra.pradhan@aalto.fi,NA,Surendra K. Pradhan,"International Water Management Institute, PMB, CT 112, Cantonments, Accra, Ghana",Ghana,surendra.pradhan@aalto.fi,NA,FALSE,NA,NA,NA,fecal sludge; fertilizer; maize; pellets; sanitation,iwaponline.com -30147,6,3,https://iwaponline.com/washdev/article/6/3/482/30147/Utilization-rates-water-demand-and-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Utilization rates, water demand and wastewater characteristics of a shared sanitation facility in North Namibia",2016,FALSE,0,NA,NA,3,K. Müller,"Technische Universität Darmstadt, Institute IWAR, Franziska-Braun-Str. 7, Darmstadt 64287, Germany",Germany,NA,NA,P. Cornel,"Technische Universität Darmstadt, Institute IWAR, Franziska-Braun-Str. 7, Darmstadt 64287, Germany",Germany,p.cornel@iwar.tu-darmstadt.de,NA,FALSE,NA,NA,NA,communal sanitation; informal settlements; shared sanitation; toilet facilities; wastewater characteristics; water demand,iwaponline.com -30148,6,3,https://iwaponline.com/washdev/article/6/3/491/30148/Understanding-the-drivers-of-sanitation-behaviour,"Journal of Water, Sanitation & Hygiene for Development","Understanding the drivers of sanitation behaviour in riverine communities of Niger Delta, Nigeria: the case of Odi and Kaiama communities",2016,FALSE,0,NA,NA,5,E. D. Sample,"Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,cneei@leeds.ac.uk,NA,E. D. Sample,"Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,cneei@leeds.ac.uk,NA,FALSE,NA,NA,NA,Bayelsa; CLTS; Nigeria; open defecation; riverine areas; sanitation,iwaponline.com -30150,6,3,https://iwaponline.com/washdev/article/6/3/500/30150/National-Water-Operators-Partnerships-a-promising,"Journal of Water, Sanitation & Hygiene for Development",National Water Operators' Partnerships: a promising instrument for capacity development?,2016,FALSE,0,NA,NA,2,M. Tutusaus,"UNESCO-IHE Institute for Water Education Westvest 7, Delft, The Netherlands",Netherlands,m.tutusaus@unesco-ihe.org,NA,M. Tutusaus,"UNESCO-IHE Institute for Water Education Westvest 7, Delft, The Netherlands",Netherlands,m.tutusaus@unesco-ihe.org,NA,FALSE,NA,NA,NA,capacity; efficiency; partnership; performance; water,iwaponline.com -30152,6,3,https://iwaponline.com/washdev/article/6/3/507/30152/Domestic-wastewater-treatment-with-a-decentralized,"Journal of Water, Sanitation & Hygiene for Development","Domestic wastewater treatment with a decentralized, simple technology biomass concentrator reactor",2016,FALSE,0,NA,NA,2,Andrea G. Capodaglio,"DICAr, University of Pavia, Via Ferrata 3, Pavia 27100, Italy",Italy,capo@unipv.it,NA,Andrea G. Capodaglio,"DICAr, University of Pavia, Via Ferrata 3, Pavia 27100, Italy",Italy,capo@unipv.it,NA,FALSE,NA,NA,NA,BCR; biomass; domestic wastewater; MBR; membranes; wastewater treatment,iwaponline.com -30425,6,4,https://iwaponline.com/washdev/article/6/4/511/30425/Drinking-water-quality-control-control-charts-for,"Journal of Water, Sanitation & Hygiene for Development",Drinking water quality control: control charts for turbidity and pH,2016,FALSE,0,NA,NA,4,Sermin Elevli,"Industrial Engineering Department, Ondokuz Mayis University, Samsun, Turkey",Türkiye,sermin.elevli@omu.edu.tr,NA,Sermin Elevli,"Industrial Engineering Department, Ondokuz Mayis University, Samsun, Turkey",Türkiye,sermin.elevli@omu.edu.tr,NA,FALSE,NA,NA,NA,ARIMA; autocorrelation; drinking water; pH; special cause control chart; turbidity,iwaponline.com -30426,6,4,https://iwaponline.com/washdev/article/6/4/519/30426/Assessment-of-water-loss-in-Harare-Zimbabwe,"Journal of Water, Sanitation & Hygiene for Development","Assessment of water loss in Harare, Zimbabwe",2016,FALSE,0,NA,NA,2,Michael Gregory Ndunguru,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,micgregory2000@gmail.com,NA,Michael Gregory Ndunguru,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,micgregory2000@gmail.com,NA,FALSE,NA,NA,NA,Harare; real losses; water audits; water leakage; water loss,iwaponline.com -30429,6,4,https://iwaponline.com/washdev/article/6/4/534/30429/Utilizing-analytic-hierarchy-process-AHP-for,"Journal of Water, Sanitation & Hygiene for Development",Utilizing analytic hierarchy process (AHP) for decision making in water loss management of intermittent water supply systems,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/4/10.2166_washdev.2016.123/4/washdev2016123supp.docx?Expires=1706091649&Signature=dEzeiOYxHeRD6IBASgjAOfLzq-ug0Vc04qulj6pjnLoaoqg-pptP~NOQs6F4W7z8VEe8Mu8DayK8Ffintb4-W4beXKS4R8cQxk8YEmfjQagrafmH8BEYSRcTymcRrU6bCcL3PGr976dVZZ0h0fmlkCqTWX2w~jWW~5UjQVDAg7r5G55WnEcuZbVpoLKUo~c7jmrt9JLiirb6bvrzJ4z-4JaS5QVGjLEUaGVZBKBlcREV8p4Rrq8W8pFdLtZKRP09KKTFu-JOOZhUeNsZiIWzSC6KI2YvW8e0EvCOADOsjokC-~HPo3q4QvfJ2beGBCPE9I2Cft9bfL9ot9D0uez0OQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Shaher H. Zyoud,"Institute of Urban Water Management and Landscape Water Engineering, Graz University of Technology, Graz, Austria",Austria,shaherzyouds@gmail.com,NA,Shaher H. Zyoud,"Institute of Urban Water Management and Landscape Water Engineering, Graz University of Technology, Graz, Austria",Austria,shaherzyouds@gmail.com,NA,FALSE,NA,NA,NA,analytic hierarchy process; intermittent supply; multi-criteria decision analysis; water losses,iwaponline.com -30432,6,4,https://iwaponline.com/washdev/article/6/4/547/30432/Study-of-hydraulics-and-mixing-in-roof-tanks-used,"Journal of Water, Sanitation & Hygiene for Development",Study of hydraulics and mixing in roof tanks used in intermittent water supply,2016,FALSE,0,NA,NA,4,R. D. Hernandez-Lopez,"Universidad Nacional Autónoma de México, Morelos Campus, Paseo Cuauhnahuac 8532, Jiutepec, Mor., Mexico, CP 62550",Mexico,NA,NA,V. G. Tzatchkov,"Instituto Mexicano de Tecnología del Agua, Paseo Cuauhnahuac 8532, Jiutepec, Mor, Mexico, CP 62550",MEX,velitchk@tlaloc.imta.mx,NA,FALSE,NA,NA,NA,computational fluid dynamic (CFD) models; instantaneous water demand; intermittent water supply; residence time distribution; roof tanks,iwaponline.com -30435,6,4,https://iwaponline.com/washdev/article/6/4/555/30435/Knowledge-attitudes-and-practices-on-use-of-Fossa,"Journal of Water, Sanitation & Hygiene for Development","Knowledge, attitudes and practices on use of Fossa Alternas and double vault urine diverting dry (DVUDD) latrines in Malawi",2016,FALSE,0,NA,NA,6,Save Kumwenda,"University of Malawi, College of Medicine, P/Bag 360, Blantyre 3, Chichiri, Malawi",Malawi,skumwenda@poly.ac.mw,NA,Save Kumwenda,"University of Malawi, College of Medicine, P/Bag 360, Blantyre 3, Chichiri, Malawi",Malawi,skumwenda@poly.ac.mw,NA,FALSE,NA,NA,NA,double vault urine diverting dry latrine and Fossa Alterna; ecological sanitation; Malawi; practices,iwaponline.com -30437,6,4,https://iwaponline.com/washdev/article/6/4/569/30437/Seasonal-patterns-of-drinking-water-consumption,"Journal of Water, Sanitation & Hygiene for Development","Seasonal patterns of drinking water consumption pattern in Mysore City, Karnataka, South India",2016,FALSE,0,NA,NA,2,Jessen George,"Department of Water and Health, Faculty of Life Sciences, JSS University, SS Nagar, Mysore, Karnataka 570015, India",India,NA,NA,S. Suriyanarayanan,"Department of Water and Health, Faculty of Life Sciences, JSS University, SS Nagar, Mysore, Karnataka 570015, India",India,sunsjk@gmail.com,NA,FALSE,NA,NA,NA,cold water intake; drinking water; risk assessment; water consumption,iwaponline.com -30440,6,4,https://iwaponline.com/washdev/article/6/4/576/30440/Inactivation-of-E-coli-by-copper-and-silver-wire,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of E. coli by copper and silver wire in the presence of synthetic sunlight for safe drinking water,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/4/10.2166_washdev.2016.024/4/washdev2016024supp.docx?Expires=1706091667&Signature=NWOX5Ixv-UDt7QyFlEZWxc3KiV0krGZ2beI7JPjfLFHuWP2gyTTiJzXvko8t9xLrMPxV3zCma0Urtgwkqwbyr7~u3xAT-iv4ZHjAAe0hsXnYpyYGO0zN0dXB54491NXQlPB1BXk3I4d9NhK~POySt~YxOnf4ZexV8YCEf6NuBwAQh9tmM3WVyCJ4cuRb5vDHKRrtOwGVtfgiQQSHmhNShzhMlOB1Fh4D7PNA5gXfk-5MG8H90SQncCrO-EJiL-elIKY05srNxVch7alxethUYWKZldnYvAactaC3hUq3ys9RgwSGatB1suz-8wDSGI0eRzZaW9je8h1ZmA~MpX8-FA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Graham McLaughlin,"Department of Plant Agriculture, Gosling Research Institute for Plant Preservation, University of Guelph, Guelph, ON N1G 2W1, Canada",Canada,NA,NA,Praveen Saxena,"Department of Plant Agriculture, Gosling Research Institute for Plant Preservation, University of Guelph, Guelph, ON N1G 2W1, Canada",Canada,psaxena@uoguelph.ca,NA,FALSE,NA,NA,NA,copper; drinking water; E. coli; silver; solar disinfection,iwaponline.com -30441,6,4,https://iwaponline.com/washdev/article/6/4/584/30441/Build-up-a-database-to-determine-the-management-of,"Journal of Water, Sanitation & Hygiene for Development","Build up a database to determine the management of drinking water in the Province of Cartago, Costa Rica",2016,FALSE,0,NA,NA,3,Silvia M. Soto Córdoba,"ITCR School of Environmental Engineering, Technological Institute of Costa Rica, San José, Costa Rica",Costa Rica,ssoto@itcr.ac.cr,NA,Silvia M. Soto Córdoba,"ITCR School of Environmental Engineering, Technological Institute of Costa Rica, San José, Costa Rica",Costa Rica,ssoto@itcr.ac.cr,NA,FALSE,NA,NA,NA,disinfection water; drinking water; rural water distribution; water management; water suppliers,iwaponline.com -30444,6,4,https://iwaponline.com/washdev/article/6/4/593/30444/A-comparative-study-of-lead-adsorption-by,"Journal of Water, Sanitation & Hygiene for Development",A comparative study of lead adsorption by activated Khaya Ivoresnsis and Pycanthus Angolensis sawdust,2016,FALSE,0,NA,NA,2,Chidozie Charles Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka 410001, Enugu State, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,NA,Chidozie Charles Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka 410001, Enugu State, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,NA,FALSE,NA,NA,NA,adsorbent; adsorption; kinetics; lead; sawdust; water,iwaponline.com -30445,6,4,https://iwaponline.com/washdev/article/6/4/602/30445/Sustained-effectiveness-of-automatic-chlorinators,"Journal of Water, Sanitation & Hygiene for Development",Sustained effectiveness of automatic chlorinators installed in community-scale water distribution systems during an emergency recovery project in Haiti,2016,FALSE,0,NA,NA,4,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Anderson Hall, Room 207, Medford, MA 02155, USA",United States of America,justine.rayner@tufts.edu,NA,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Anderson Hall, Room 207, Medford, MA 02155, USA",United States of America,justine.rayner@tufts.edu,NA,FALSE,NA,NA,NA,automatic chlorinators; centralized water treatment; evaluation; relief-to-recovery; sustained use; water quality,iwaponline.com -30447,6,4,https://iwaponline.com/washdev/article/6/4/613/30447/Decentralized-wastewater-treatment-using-a,"Journal of Water, Sanitation & Hygiene for Development",Decentralized wastewater treatment using a bioelectrochemical system to produce methane and electricity,2016,FALSE,0,NA,NA,4,Cynthia J. Castro,"Department of Civil and Environmental Engineering, University of Massachusetts Amherst, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",United States of America,NA,NA,Caitlyn S. Butler,"Department of Civil and Environmental Engineering, University of Massachusetts Amherst, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",United States of America,cbutler@ecs.umass.edu,NA,FALSE,NA,NA,NA,hydraulically partitioned; methanogenesis; microbial fuel cell; sanitation; scale-up; wastewater treatment,iwaponline.com -30448,6,4,https://iwaponline.com/washdev/article/6/4/622/30448/Prevalence-and-diversity-of-intestinal-helminth,"Journal of Water, Sanitation & Hygiene for Development",Prevalence and diversity of intestinal helminth eggs in pit latrine sludge of a tropical urban area,2016,FALSE,0,NA,NA,3,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Faculty of Science, University of Yaounde I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,NA,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Faculty of Science, University of Yaounde I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,NA,FALSE,NA,NA,NA,health consideration; parasite; pit latrine; tropical urban area; waste management,iwaponline.com -30449,6,4,https://iwaponline.com/washdev/article/6/4/631/30449/Characterisation-of-septage-in-partially-sealed,"Journal of Water, Sanitation & Hygiene for Development",Characterisation of septage in partially sealed cesspit,2016,FALSE,0,NA,NA,4,Nezar Al-Atawneh,"Institute of Environmental and Water Studies (IEWS), Birzeit University, P.O. Box 14, Birzeit, The West Bank, Palestine",State of Palestine,NA,NA,Nidal Mahmoud,"Institute of Environmental and Water Studies (IEWS), Birzeit University, P.O. Box 14, Birzeit, The West Bank, Palestine",State of Palestine,nmahmoud@birzeit.edu,NA,FALSE,NA,NA,NA,anaerobic treatment; heavy metals; nitrogenous compounds; on-site sanitation; pollution; wastewater,iwaponline.com -30451,6,4,https://iwaponline.com/washdev/article/6/4/640/30451/Water-and-sanitation-interventions-to-control,"Journal of Water, Sanitation & Hygiene for Development",Water and sanitation interventions to control diarrheal disease in rural China,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/4/10.2166_washdev.2016.131/4/washdev2016131supp.docx?Expires=1706091695&Signature=fzmkgxbGhGhmQjLhKmFeBQhrXInW4rZp5irWVprzDlZOiabcBhaEMqIm4AzJlHW1me-kV-ONNtT-XCcGKZnQvvBIZ2je9DvMNgpbCb7pkSP81-wqfdLkJSx0GWem8NV~1rk5AoUyHs9mMJ1oq7tzkM5PDjzzCSGwEGeUKl0RtjhFNfpW2fZ3KWsMDNXJ~P0e8C50yKkZtwBXs2uEmihKWp1qn63l6v2BLKzKIsyysW4ra~0C2J9dg-LqH14uH9XVGhZTcNYtDl1BDVhruhLPuP-0K2ddu0gkUyDkjsP45IOkCidec7cs3KV-duOyaxy~s0fZa4SrA9diXMJqP0mBuA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Li Hongxing,"National Center for Rural Water Supply Technical Guidance, Chinese Center for Disease Control and Prevention, No.13 Zhengfu St, Changping District, Beijing 102200, China",China,NA,NA,Zhang Qi,"National Center for Rural Water Supply Technical Guidance, Chinese Center for Disease Control and Prevention, No.13 Zhengfu St, Changping District, Beijing 102200, China",China,zhangqi@crwstc.org,NA,FALSE,NA,NA,NA,meta-analysis; rural China; sanitation; water,iwaponline.com -30453,6,4,https://iwaponline.com/washdev/article/6/4/650/30453/Is-access-to-adequate-and-equitable-sanitation-for,"Journal of Water, Sanitation & Hygiene for Development",Is ‘access to adequate and equitable sanitation’ for all by 2030 achievable? Perspectives from sector experts on what needs to change to realise the Sustainable Development Goal,2016,FALSE,0,NA,NA,1,Andrés Hueso,"WaterAid, 47–49 Durham Street, London SE11 5JD, UK",United Kingdom of Great Britain and Northern Ireland,andreshueso@wateraid.org,NA,Andrés Hueso,"WaterAid, 47–49 Durham Street, London SE11 5JD, UK",United Kingdom of Great Britain and Northern Ireland,andreshueso@wateraid.org,NA,FALSE,NA,NA,NA,post-2015; sanitation; Sustainable Development Goals; universal access,iwaponline.com -30446,7,1,https://iwaponline.com/washdev/article/7/1/1/30446/The-elimination-of-open-defecation-and-its-adverse,"Journal of Water, Sanitation & Hygiene for Development",The elimination of open defecation and its adverse health effects: a moral imperative for governments and development professionals,2017,FALSE,0,NA,NA,1,Duncan Mara,"Emeritus Professor of Civil Engineering, Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,d.d.mara@leeds.ac.uk,NA,Duncan Mara,"Emeritus Professor of Civil Engineering, Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,d.d.mara@leeds.ac.uk,NA,FALSE,NA,NA,NA,child health; diarrhea; environmental enteropathy; impaired cognition; open defecation; stunting,iwaponline.com -30450,7,1,https://iwaponline.com/washdev/article/7/1/13/30450/Socio-psychological-determinants-for-safe-drinking,"Journal of Water, Sanitation & Hygiene for Development",Socio-psychological determinants for safe drinking water consumption behaviors: a multi-country review,2017,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.080/4/washdev2017080supp.pdf?Expires=1706091706&Signature=sAEu8HhKlvOkA30mcxEPpNB1ihR5B80iw5QPa8Fm7U47MYCT~jS7gFUVG5wHQbTbOM7XV-DO8PJh0X9fFrF-8ANiAptrhZyA3zHB2RkIfo5GeWhOyAGEmJPvJRIlkXI33ZRFlLPNqd21fU1RVKIqGDZ1JB0aeKUicLOqnthTYNH44M8ULI7tI~8jis~wbX3arudFY4ND4JWPtu~dVkwnUbgVRFu92sd~tDh1LBcYqOAAJxasrvg-w49bPy3teZnd1XrBUZ~3xifEotAM~62gqHnwab~9DBL~eWbkKCLCO31sSC5x9-ZENLrV7RMubXzQYvzEdoRiIYMOcGec1mrpoA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Jonathan Lilje,"Department of Environmental Social Sciences within Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,jonathan.lilje@eawag.ch,NA,Jonathan Lilje,"Department of Environmental Social Sciences within Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,jonathan.lilje@eawag.ch,NA,FALSE,NA,NA,NA,behavior change; behavioral determinants; developing countries; drinking water treatment; health promotion; health psychology,iwaponline.com -30452,7,1,https://iwaponline.com/washdev/article/7/1/25/30452/Towards-sustained-sanitation-services-a-review-of,"Journal of Water, Sanitation & Hygiene for Development",Towards sustained sanitation services: a review of existing frameworks and an alternative framework combining ecological and sanitation life stage approaches,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.086/4/washdev2017086supp.docx?Expires=1706091711&Signature=aEaeyluDC84zFm1klaedvezOM4sM3KUPGTvfeH6-6r-4aL77SXjRqENifi~lPlhxTf5wcoVEZgCl9sDinNfuUZiMmN4zzhwDDeFi07CZGUr6GmCl3muY6hHkbw-D32zWNwGTJoJTdc5d4xGEBQ5n7SrbZ0iN9C-W5Ry1Q99NvycaBf5uRbA3Re6LMajY7ZyspjXzaxW6qH3hyCn3IwLeRoYCuSoD~eQ84ZJWWKEZWU8ho2eZbySKzsO6zB12L~W5elK1RSsvtxrubiHGAANeg0VsVeO10p4VQfBeLlRhvDNZnFP6olS3ZbaEghNcQ4Ezq-2N5~U7zHNtb7C9R-E7fQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Ni Made Utami Dwipayanti,"Center for Environment and Population Health, School of Environment, Griffith University, 170 Kessels Road, Nathan, Brisbane, Queensland 4111, Australia",Australia,nimadeutami.dwipayanti@griffithuni.edu.au,NA,Ni Made Utami Dwipayanti,"Center for Environment and Population Health, School of Environment, Griffith University, 170 Kessels Road, Nathan, Brisbane, Queensland 4111, Australia",Australia,nimadeutami.dwipayanti@griffithuni.edu.au,NA,FALSE,NA,NA,NA,comprehensive framework; ecological approach; factors; sanitation adoption; sanitation system; sustainability,iwaponline.com -30459,7,1,https://iwaponline.com/washdev/article/7/1/43/30459/Message-method-and-messenger-a-literature-survey,"Journal of Water, Sanitation & Hygiene for Development","Message, method and messenger – a literature survey and typology for planning strategic advocacy",2017,FALSE,0,NA,NA,2,Tanvi Nagpal,"International Development Program, Paul H. Nitze School of Advanced International Studies – Johns Hopkins University, Washington, DC, USA",United States of America,NA,NA,Rachel Rose,"International Development Program, Paul H. Nitze School of Advanced International Studies – Johns Hopkins University, Washington, DC, USA",United States of America,rrose12@jhu.edu,NA,FALSE,NA,NA,NA,advocacy; communication; municipal budgets; sanitation; WASH,iwaponline.com -30467,7,1,https://iwaponline.com/washdev/article/7/1/56/30467/Sustained-use-in-a-relief-to-recovery-household,"Journal of Water, Sanitation & Hygiene for Development",Sustained use in a relief-to-recovery household water chlorination program in Haiti: comparing external evaluation findings with internal supervisor and community health worker monitoring data,2017,FALSE,0,NA,NA,6,Lauren Wilner,"Public Health and Professional Degree Program, Tufts University School of Medicine, Boston, MA, USA",United States of America,NA,NA,Daniele Lantagne,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA, USA",United States of America,daniele.lantagne@tufts.edu,NA,FALSE,NA,NA,NA,chlorine; evaluation; household water treatment; linking relief to rehabilitation and development; monitoring; sustained use,iwaponline.com -30482,7,1,https://iwaponline.com/washdev/article/7/1/67/30482/Removing-Legionella-pneumophila-and-biofilms-from,"Journal of Water, Sanitation & Hygiene for Development",Removing Legionella pneumophila and biofilms from water supply systems using plant essential oils,2017,FALSE,0,NA,NA,2,Ozgur Ceylan,"Food Quality Control and Analysis Program, Ula Ali Kocman Vocational School, Mugla Sitki Kocman University, Ula, Mugla 48147, Turkey",Türkiye,ozgceylan@hotmail.com,NA,Ozgur Ceylan,"Food Quality Control and Analysis Program, Ula Ali Kocman Vocational School, Mugla Sitki Kocman University, Ula, Mugla 48147, Turkey",Türkiye,ozgceylan@hotmail.com,NA,FALSE,NA,NA,NA,antibiofilm activity; antimicrobial activity; essential oils; Legionella pneumophila,iwaponline.com -30488,7,1,https://iwaponline.com/washdev/article/7/1/74/30488/Laboratory-efficacy-and-field-effectiveness-of,"Journal of Water, Sanitation & Hygiene for Development",Laboratory efficacy and field effectiveness of hollow fiber membrane microfilters used for household water treatment in Honduras,2017,FALSE,0,NA,NA,12,Anna L. Murray,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA, USA",United States of America,anna.murray@tufts.edu,NA,Anna L. Murray,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA, USA",United States of America,anna.murray@tufts.edu,NA,FALSE,NA,NA,NA,drinking water; hollow fiber membrane; household water treatment; microbiological effectiveness; microfiltration; point-of-use,iwaponline.com -30494,7,1,https://iwaponline.com/washdev/article/7/1/85/30494/Trash-removal-methods-for-improved-mechanical,"Journal of Water, Sanitation & Hygiene for Development",Trash removal methods for improved mechanical emptying of pit latrines using a screw auger,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.106/4/washdev2017106supp.docx?Expires=1706091733&Signature=P3ifdaZcaJJY5l3~l2gx-5F5cyFrJ38zrP6rM5uzJtAlGYehnpS3dCZpP30TssjIoaS8mM6CsHqp3D1dl45-c25pwMnHxKykFeyVZfMos1U-VNMVAxd9ozLzbDDp5dUACfV0fVLNxP6Uz8qUztRodR1YomoYyEs5cdfpd6E0EWgg51kpYtRNXAgDJcQCAdaRDQsgevkEDuTX54-2KdJBuMprPsoEw-9Xx-W-GD-jtOAmeA9AnXnbmTjPyWqxykyvmkBp1~thtIE1RExn8jzerPvajDPWIzlCin11EqLWZ70asq4xzY-FfwogAiROTN9DqvrBgsJewgRHR8OMw7MaVA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Tracey Sisco,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC, USA",United States of America,NA,NA,"Francis L. de los Reyes, III","Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC, USA",United States of America,fldelosr@ncsu.edu,NA,FALSE,NA,NA,NA,auger; developing countries; Excrevator; pit emptying; trash removal,iwaponline.com -30500,7,1,https://iwaponline.com/washdev/article/7/1/92/30500/Assessing-ambient-and-internal-environmental,"Journal of Water, Sanitation & Hygiene for Development","Assessing ambient and internal environmental conditions of pit latrines in urban slums of Kampala, Uganda: effect on performance",2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.085/4/washdev2017085supp.docx?Expires=1706091736&Signature=VOv76UbfhPMNclq7dZXNy3b30cfFcQEdJb-F1moLBfTTZzTA50wrL57J3pTSWDiygH8CXx0u51eDnz8ukcErXOS822-idsR-sRuDcBMw~PIBOcbNtFfAqAPqP~zJyPJYwepJIjps8OvOAz5vKbVEOzZnxQM9XOsmNTPWO2eYIwdRSfL4x9rSqR-TMeBlTXzUATSolo4WAwhYSOx-BFBHPmwp4lg7sTClymabhNPcwGStkAxNez-6X2e1oK-XW5r0dA2Vkwb82TQ~XxCmLLKJARRUKsJzVuKHTmFKqMGLeDhFqpOBbMv1cizClEJajXJktQTHDD0ZKL0YTlDM8iEYag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Anne Nakagiri,"Department of Civil and Environmental Engineering, College of Engineering, Design, Art and Technology, Makerere University, Kampala, Uganda",Uganda,anakagiri@gmail.com,NA,Anne Nakagiri,"Department of Civil and Environmental Engineering, College of Engineering, Design, Art and Technology, Makerere University, Kampala, Uganda",Uganda,anakagiri@gmail.com,NA,FALSE,NA,NA,NA,ambient conditions; environmental conditions; oxygen-reduction potential; performance; pit latrine; urban slums,iwaponline.com -30513,7,1,https://iwaponline.com/washdev/article/7/1/102/30513/Isotherm-models-and-kinetics-of-copper-adsorption,"Journal of Water, Sanitation & Hygiene for Development",Isotherm models and kinetics of copper adsorption by using hydrochar produced from hydrothermal carbonization of faecal sludge,2017,FALSE,0,NA,NA,4,Thammarat Koottatep,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Pathumthani, Thailand",Thailand,NA,NA,Krailak Fakkaew,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Pathumthani, Thailand",Thailand,p-krai@hotmail.com,NA,FALSE,NA,NA,NA,copper removal; faecal sludge; hydrochar; low cost adsorbent,iwaponline.com -30518,7,1,https://iwaponline.com/washdev/article/7/1/111/30518/Urine-diversion-dry-toilets-in-eThekwini,"Journal of Water, Sanitation & Hygiene for Development","Urine diversion dry toilets in eThekwini Municipality, South Africa: acceptance, use and maintenance through users' eyes",2017,FALSE,0,NA,NA,5,Nosipho Mkhize,"eThekwini Water and Sanitation, 3 Prior Road, Durban 4000, South Africa",South Africa,nosiphmk@durban.gov.za,NA,Nosipho Mkhize,"eThekwini Water and Sanitation, 3 Prior Road, Durban 4000, South Africa",South Africa,nosiphmk@durban.gov.za,NA,FALSE,NA,NA,NA,education; focus group discussions; qualitative; quantitative; re-use; sanitation,iwaponline.com -30525,7,1,https://iwaponline.com/washdev/article/7/1/121/30525/Take-it-away-the-need-for-designing-fecal-sludge,"Journal of Water, Sanitation & Hygiene for Development",Take it away: the need for designing fecal sludge disposal services for single-pit latrines,2017,FALSE,0,NA,NA,11,Soumya Balasubramanya,"International Water Management Institute, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,NA,Soumya Balasubramanya,"International Water Management Institute, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,NA,FALSE,NA,NA,NA,disposal; emptying; fecal sludge; rural; sanitation; single-pit latrines,iwaponline.com -30526,7,1,https://iwaponline.com/washdev/article/7/1/129/30526/What-has-poverty-got-to-do-with-it-Analysis-of,"Journal of Water, Sanitation & Hygiene for Development",What has poverty got to do with it? Analysis of household access to improved sanitation in Ghana,2017,FALSE,0,NA,NA,3,Simon Mariwah,"Department of Geography and Regional Planning, University of Cape Coast, Cape Coast, Ghana",Ghana,NA,NA,Joshua Amo-Adjei,"African Population and Health Research Center, Manga Close, P.O. Box 10787-00100, Nairobi, Kenya",Kenya,joshua.amo-adjei@ucc.edu.gh,NA,FALSE,NA,NA,NA,Ghana; household; improved sanitation; poverty,iwaponline.com -30542,7,1,https://iwaponline.com/washdev/article/7/1/140/30542/Water-sanitation-and-hygiene-WASH-in-schools,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene (WASH) in schools: results from a process evaluation of the National Sanitation Campaign in Tanzania",2017,FALSE,0,NA,NA,7,Prince Antwi-Agyei,"Environmental Health Group, Faculty of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, Keppel Street, London WC1E 7HT, UK",United Kingdom of Great Britain and Northern Ireland,princekaagyei@gmail.com,NA,Prince Antwi-Agyei,"Environmental Health Group, Faculty of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, Keppel Street, London WC1E 7HT, UK",United Kingdom of Great Britain and Northern Ireland,princekaagyei@gmail.com,NA,FALSE,NA,NA,NA,National Sanitation Campaign; process evaluation; schools; Tanzania; WASH,iwaponline.com -30544,7,1,https://iwaponline.com/washdev/article/7/1/151/30544/Characterization-of-pit-latrines-to-support-the,"Journal of Water, Sanitation & Hygiene for Development","Characterization of pit latrines to support the design and selection of emptying tools in peri-urban Mzuzu, Malawi",2017,FALSE,0,NA,NA,5,Rashid Chiposa,"Centre of Excellence in Water and Sanitation, Mzuzu University, Private Bag 201, Mzuzu 2, Malawi",Malawi,NA,NA,Rochelle H. Holm,"Centre of Excellence in Water and Sanitation, Mzuzu University, Private Bag 201, Mzuzu 2, Malawi",Malawi,rochelle@rochelleholm.com,NA,FALSE,NA,NA,NA,fecal sludge management; low-income countries; Malawi; pit emptying; pit latrine,iwaponline.com -30548,7,1,https://iwaponline.com/washdev/article/7/1/156/30548/Control-of-urine-odor-in-different-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Control of urine odor in different sanitation practices and its implication on water saving,2017,FALSE,0,NA,NA,2,Shervin Hashemi,"Department of Civil and Environmental Engineering, Seoul National University, Seoul, Republic of Korea",Republic of Korea,NA,NA,Mooyoung Han,"Department of Civil and Environmental Engineering, Seoul National University, Seoul, Republic of Korea",Republic of Korea,myhan@snu.ac.kr,NA,FALSE,NA,NA,NA,dilution ratio; sanitation; sustainability; threshold odor number; urine odor,iwaponline.com -30154,7,2,https://iwaponline.com/washdev/article/7/2/163/30154/History-of-sanitation-and-hygiene-technologies-in,"Journal of Water, Sanitation & Hygiene for Development",History of sanitation and hygiene technologies in the Hellenic world,2017,FALSE,0,NA,NA,5,Stavros Yannopoulos,"Faculty of Engineering, School of Rural and Surveying Engineering, Aristotle University of Thessaloniki, 54124 Thessaloniki, Greece E-mail:",Greece,giann@vergina.eng.auth.gr,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,drains; hygiene; sanitary structures; sanitation; sewers,iwaponline.com -30170,7,2,https://iwaponline.com/washdev/article/7/2/181/30170/Climate-change-vulnerability-and-resilience-of,"Journal of Water, Sanitation & Hygiene for Development","Climate change vulnerability and resilience of water, sanitation, and hygiene services: a theoretical perspective",2017,FALSE,0,NA,NA,3,Jeremy Paul Kohlitz,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, New South Wales, Australia E-mail: jeremy.kohlitz@uts.edu.au",Australia,jeremy.kohlitz@uts.edu.au,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,climate change; perspectives; resilience; theory; vulnerability; WASH,iwaponline.com -30193,7,2,https://iwaponline.com/washdev/article/7/2/196/30193/Qualitative-comparative-analysis-for-WASH-research,"Journal of Water, Sanitation & Hygiene for Development",Qualitative comparative analysis for WASH research and practice,2017,FALSE,0,NA,NA,2,Jessica Kaminsky,"Department of Civil and Environmental Engineering, University of Washington, 121H More Hall, Seattle, WA 98195, USA E-mail:",United States of America,jkaminsk@uw.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,hygiene; methods; QCA; sanitation; WASH; water,iwaponline.com -30206,7,2,https://iwaponline.com/washdev/article/7/2/209/30206/Environmentally-sustainable-WASH-Current-discourse,"Journal of Water, Sanitation & Hygiene for Development","Environmentally sustainable WASH? Current discourse, planetary boundaries and future directions",2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.130/2/washdev2017130supp.docx?Expires=1706091787&Signature=EV~XVVQl6JvyXvgffhH8NS2mClHCRe3AHAMkZz6GtNZkEotUcxVe6sZ1ZW9AZk7VRD5oc-4~ZXu~OkZfT38OCCb35Lrt~~1950fndzN~L-3LGSszPcAI3KLWRC-1EXR09KuVyaEN7IzVW7kToc08VfPgiY5zhiGKcRUO9C-ef3~QYzF0rIS15SIo5kUm7kCkXSNQNF16gMh2UD8Ob082JaTZIkppSwy71T7OikDgV1IZsqPqyuoLzb4y2BE191FREYh0qO6uyXXNuKXr59MIcXVkpV3JMUWwY8Mima80oU4fCm52ixn8Fe6pHz736CBhscEbAwaJYDhwnz02icVHbA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Naomi Carrard,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia E-mail: naomi.carrard@uts.edu.au",Australia,naomi.carrard@uts.edu.au,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,environmental sustainability; planetary boundaries; reuse; Sustainable Development Goals; WASH; water security,iwaponline.com -30222,7,2,https://iwaponline.com/washdev/article/7/2/229/30222/Decision-sciences-in-the-management-of-water,"Journal of Water, Sanitation & Hygiene for Development",Decision sciences in the management of water resources: multi-criteria methods and game theory applied to the field of sanitation,2017,FALSE,0,NA,NA,2,Alexandre Bevilacqua Leoneti,"Research Group in Decision Sciences, School of Economics, Business Administration and Accounting, University of São Paulo, Ribeirão Preto, Brazil E-mail:",Brazil,ableoneti@usp.br,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,decision sciences; game theory; multi-criteria methods; sanitation; water management,iwaponline.com -30234,7,2,https://iwaponline.com/washdev/article/7/2/243/30234/Faecal-sludge-as-a-solid-industrial-fuel-a-pilot,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge as a solid industrial fuel: a pilot-scale study,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.089/2/washdev2017089supp.docx?Expires=1706091800&Signature=Nr4Uk6RWZYUtMMMQSgHcDwgzlI5gMtXDyPvjBl8IP2vayMfeLiiEX2Z7ZxRd-6kFw7oD2pYDkkEAC0uvmgbG6HTBmdClJRO1e5MiFl0eTCQFw69FJQRprIQtE~RDFQDS~ti3fAUwJxx1YO6pJ6Gdl4TJXOQSlMk2QaD9Mcmq0wbSwTwmnQ2HICK0hQZZSon7hr1B2lI2mYAhQY3AYIY0yRIyAi9czHNHoLs2MqObT0JIYC7d5uvhhQ4~D6RqKA5SZDthvUqeh7M7zVkup1pxEu4v3s2IE~XF1SmiYyrHzTE0IPuR88OT91KUQpHSxun3BF1cYpe7T4qkMRycxysgkA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Moritz Gold,"Sandec, Department of Sanitation, Water and Solid Waste for Development, EAWAG, Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, 8600 Duebendorf, Switzerland E-mail:",Switzerland,moritz.gold@eawag.ch,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,co-combustion; fecal sludge management; heavy metals; resource recovery; sanitation; waste-to-energy,iwaponline.com -30236,7,2,https://iwaponline.com/washdev/article/7/2/252/30236/Rendering-fecal-waste-safe-for-reuse-via-a-cost,"Journal of Water, Sanitation & Hygiene for Development",Rendering fecal waste safe for reuse via a cost-effective solar concentrator,2017,FALSE,0,NA,NA,4,Andrew M. Foote,"College of Engineering, Georgia Institute of Technology, Atlanta, GA, USA and Sanivation LLC, P.O. Box 262-20117, Naivasha 20117, Kenya E-mail:",Kenya,andrew.foote@sanivation.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,developing countries; helminth; pathogen inactivation; sanitation; solar treatment; waste,iwaponline.com -30237,7,2,https://iwaponline.com/washdev/article/7/2/260/30237/Types-and-distribution-of-improved-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Types and distribution of improved sanitation technologies in sub-Saharan Africa,2017,FALSE,0,NA,NA,3,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe E-mail:",Zimbabwe,mismuchie@gmail.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,coverage; improved sanitation technology; sanitation technology; sub-Saharan Africa; technology selection,iwaponline.com -30238,7,2,https://iwaponline.com/washdev/article/7/2/272/30238/Sanitation-and-externalities-evidence-from-early,"Journal of Water, Sanitation & Hygiene for Development",Sanitation and externalities: evidence from early childhood health in rural India,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.143/2/washdev2017143supp.docx?Expires=1706091813&Signature=Fyf1ckjEQWuAHyXnEytNdmPgip6~URgJtx2nJrR0W2K9FqBncpU7aPs9gnCysyEIE3AvQEf1IyZ3Eo80jkGF36NzYG6n2U5GCHUSJXdguGB-xVGzBm-KcCHCLRmHiJr53xNbsUnRltBptrFJJvU0c3blU4N1V7fpQZebaLebBzF4xAKRbmUhgcCCU9BT6-Og57Ru4mbwYn3bo22HkXdJShB3UVRFsaL-Hzu3LJahY7xwv3~lf~bBQVpkJan6G1I12D7hq6XNa6Ogn9CZRsGwwCr8l4syiF7zlXCVl--0quo7JAdbQym2VKCITou9Lb3wXr-YQsXnyeZWh9ogR10bUg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Luis Andrés,"World Bank, 1818 H Street NW, Washington, DC, USA E-mail:",United States of America,landres@worldbank.org,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,diarrhea; externalities; health; India; sanitation,iwaponline.com -30239,7,2,https://iwaponline.com/washdev/article/7/2/290/30239/Systematic-risk-management-approach-of-household,"Journal of Water, Sanitation & Hygiene for Development",Systematic risk management approach of household drinking water from the source to point of use,2017,FALSE,0,NA,NA,3,Lutendo S. Mudau,"Department of Environmental Health, Tshwane University of Technology, P/Bag x680, Pretoria 0001, South Africa E-mail:",South Africa,mudauls@tut.ac.za,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,drinking water quality; hazard analysis critical control point; households; risk assessment; water safety plans; water sources,iwaponline.com -30240,7,2,https://iwaponline.com/washdev/article/7/2/300/30240/Behavioral-influences-on-risk-of-exposure-to-fecal,"Journal of Water, Sanitation & Hygiene for Development","Behavioral influences on risk of exposure to fecal contamination in low-resource neighborhoods in Accra, Ghana",2017,FALSE,0,NA,NA,8,J. Hurd,"Center for Global Safe Water, Sanitation and Hygiene, Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, GA 30322, USA E-mail:",United States of America,mhennin@emory.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,Accra; behavior; fecal contamination; Ghana; qualitative research,iwaponline.com -30242,7,2,https://iwaponline.com/washdev/article/7/2/312/30242/Exploring-the-link-between-handwashing-proxy,"Journal of Water, Sanitation & Hygiene for Development",Exploring the link between handwashing proxy measures and child diarrhea in 25 countries in sub-Saharan Africa: a cross-sectional study,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.126/2/washdev2017126supp.docx?Expires=1706091826&Signature=wGq4JasPYCROosbKTiBpI~QPpaqOOcWKe5OBJlCNBag6QiZfrx7t0NDfK8LDck19E39gyRQV9bvHfu~IiGhyOeYzGeHxzIP4bGlekOpJK6bqksV8iOYh7X~Yb20yZ7bl9DVmzAMUCUmwTZKkebzDpvo1juPpY7~GzipjVIJKPg5fx6AhR5IoKIBqwTvc7luVC2MICDB9o6Am85wq1ptPM9OVW93paEzv8BayMFscnty-IThGhNVcSStU0FXWLfvHQWdKsmsFDD0RHfbSrLCEPAugbTDKFIaaR18mGo3bn6XGAu6K9~O0h9ZNnMytXQ4gJYkYMoDClBtfRLWHuxOIIg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Mitsuaki Hirai,"Milken Institute School of Public Health, Department of Global Health, The George Washington University, 950 New Hampshire Ave., Suite 400, Washington, DC 20052, USA E-mail: mhirai@gwu.edu",United States of America,mhirai@gwu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,child health; diarrhea; handwashing; hygiene,iwaponline.com -30243,7,2,https://iwaponline.com/washdev/article/7/2/323/30243/Assessment-of-personal-hygiene-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Assessment of personal hygiene and sanitation using a composite index among adolescent girls and their households in urban slums of Pune, Maharashtra",2017,FALSE,0,NA,NA,2,Angeline Jeyakumar,"Interdisciplinary School of Health Sciences, Savitribai Phule Pune University, Pune, Maharashtra, India E-mail:",India,angelinejaykumar@gmail.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,adolescent health; personal hygiene; sanitation; urban slums,iwaponline.com -30245,7,2,https://iwaponline.com/washdev/article/7/2/331/30245/Reduction-in-exposure-to-arsenic-from-drinking,"Journal of Water, Sanitation & Hygiene for Development",Reduction in exposure to arsenic from drinking well-water in Bangladesh limited by insufficient testing and awareness,2017,FALSE,0,NA,NA,4,A. Pfaff,"Sanford School of Public Policy, Duke University, 302 Towerview, Durham, NC 27708, USA",United States of America,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,arsenic; Bangladesh; groundwater; mitigation,iwaponline.com -30248,7,2,https://iwaponline.com/washdev/article/7/2/340/30248/Development-of-a-Sanitation-Safety-Plan-for,"Journal of Water, Sanitation & Hygiene for Development","Development of a Sanitation Safety Plan for improving the sanitation system in peri-urban areas of Iringa, Tanzania",2017,TRUE,1,doc,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.256/2/washdev2017256supp.doc?Expires=1706091838&Signature=bSv1SKiZed1Rvb-dkz7inwUMa6CvhLhbTPnueq-uWFXtxtuL8OYKuQQdRR0VcPQXYqgJHqhalDNsWyIES6ZfM40am-F7vR4YQFy~yXiOcIRSlOVXqy2fIPWJTy9kTyVw79RvenpSZFMfuwkMqJt7oiS-cjj5Bh1bNA86ZYUv0D3P~ktr-gfYSvZcWgAyz0rp6rXogUwgFHKz362uiWEOxIerVIgVAtvGXsfit1w4bokXkuckvH8O4-Bk55aLbSjqZI1xmsWFmb-z7bD64BKkB2GNDzSVAXO~u8oNXH-CBl6q6fHdJU3HJI6j00EqziLBphlMpo4XsrF~JAIf1cRm~g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,M. Domini,"CeTAmb LAB, Research Laboratory on Appropriate Technologies for Environmental Management in Resource-Limited Countries, Department of Civil Engineering, Architecture, Land, Environment and of Mathematics, University of Brescia, via Branze 43, 25123 Brescia, Italy E-mail:",Italy,m.domini@unibs.it,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,fecal sludge management; peri-urban; risk assessment; Sanitation Safety Planning; Tanzania,iwaponline.com -31612,7,3,https://iwaponline.com/washdev/article/7/3/349/31612/Limited-services-The-role-of-shared-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Limited services? The role of shared sanitation in the 2030 Agenda for Sustainable Development,2017,FALSE,0,NA,NA,7,Barbara Evans,"Institute of Public Health and Environmental Engineering, University of Leeds, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,limited services; shared sanitation; Sustainable Development Goals,iwaponline.com -31613,7,3,https://iwaponline.com/washdev/article/7/3/352/31613/Temporal-and-thematic-trends-in-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Temporal and thematic trends in water, sanitation and hygiene (WaSH) research in Pacific Island Countries: a systematic review",2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.021/2/washdev2017021supp.docx?Expires=1706091845&Signature=rA2Kc0S~6wGHyGnKB4mUcU0PT~pxfxKhmfHb7qGHDqLssUKCdV-tiKC5EFi5vuzmRbd3x0N8zBqN1~Rcw8kNEw4~8Z7vz20hBWeEqKr167bUzXpM9cmNErkfg7trjoWazrCdMKwgk8R9CMgdXymzIUesNWLPGIHWxAHmXvrzP2ovwnHvIY-EAuiyErYKFw6H49zLji-1E0J12aDLX~9uLrQwE5CMfOqL2PZC0k8gtzg~zYosQPeWhiue3UngtAZDTLuli2N5EITA-u7NZFcxWHEy2u9ukcL8ZiJNT3xvVGUoUztLqV0gCjHBuQ-9eKvV34GSel1U4TdNXlQzKIlVcg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,Morgan C. MacDonald,"Australian Rivers Institute, Griffith School of Environment, Griffith University, Nathan, QLD 4111, Australia E-mail:",Australia,morgan.macdonald82@gmail.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,development goals; disaster relief and response; environmental health; public health; small island developing states (SIDS); water resource management,iwaponline.com -31614,7,3,https://iwaponline.com/washdev/article/7/3/369/31614/The-role-of-packaged-water-in-meeting-global,"Journal of Water, Sanitation & Hygiene for Development",The role of packaged water in meeting global targets on improved water access,2017,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.155/2/washdev2017155supp.pdf?Expires=1706091850&Signature=2uWFsdmmmvDvPF5tALvJH0iKoWjAl2g8LJmRC3LCzMBr4jx8TI4YCweRIGhl~M6JtxA9sX4JTB1xuUoTRsrX4Avq6g-aJ7RxQ9qmhOUkGIj9JPw-i0oehfRwLdGZj1F8xqGSliYkX91yxZXUV5kbtXC~1JZUVI3CYWtcleG01f2gI8~P0itPkBCjczcf9eK4Eq~8BlKrENiAjrJ45IS4RuMwkCv8zkt2oBiXYdsJL33ER4Oq86h1DNHcZ~MmYOoipdEewQa4jkw6v9H~lVg4q~Tne9pbgvUxgqc3h57C4AaSDGrGDBn61shwsmkHzFJI8PX8vu0qe9qgI5cKggiXoA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Sridhar Vedachalam,"Johns Hopkins Water Institute, Johns Hopkins Bloomberg School of Public Health, 615 N Wolfe St, E6638, Baltimore, MD 21205, USA E-mail:",United States of America,svedach1@jhu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,bottled; Ghana; improved; Nigeria; packaged water; sachet,iwaponline.com -31615,7,3,https://iwaponline.com/washdev/article/7/3/378/31615/Investigation-on-microbial-inactivation-and-urea,"Journal of Water, Sanitation & Hygiene for Development",Investigation on microbial inactivation and urea decomposition in human urine during thermal storage,2017,FALSE,0,NA,NA,6,Xiaoqin Zhou,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, University of Science and Technology Beijing, Beijing 100083, China E-mail:",China,zifuli@ustb.edu.cn,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,human urine; hygienization; stabilization; thermal treatment,iwaponline.com -31616,7,3,https://iwaponline.com/washdev/article/7/3/387/31616/Using-business-models-in-designing-market-based,"Journal of Water, Sanitation & Hygiene for Development",Using business models in designing market-based solutions: the case of fluoride treatment systems,2017,TRUE,1,doc,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.117/2/washdev2017117supp.doc?Expires=1706023359&Signature=0FPhx4BjF8z9lOOZz27QKWTIVvwFwSADhJdFfSNFWFzcBa~HQeoHXcETIr1P2NnknSKfNXaJDflXjJaQrlMiYGy5g-zne5BfMEl14GFI77-SK3cwj3WewVZbjfuzhksFWq6h2~-GwcBWVe8wCN8Y5MPrJpjwmSiKD0U1R90Pg01dGTH~oaSO2aCf6oYbQ1knCPAEXeAtCI1k6i~Ri3DhIcw8yN80eUKw4BTBUsCWxofXHCdqnMQaXH8UzyXbeBUvIDtTgF-AdUtGEiVr8AU1e1CmjtQ4cDzJdF5OLexCBzr6O7~MC9Hxgv9-awkIX~Xsndi9yFXVcTgUtix8OphZWg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Teshome L. Yami,"School of Civil Engineering and Environmental Science, and Entrepreneurship and Economic Development, University of Oklahoma, 202 W. Boyd St., Room 334, Norman, Oklahoma 73019, USA E-mail: teshome.l.yami-1@ou.edu",United States of America,teshome.l.yami-1@ou.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,business models; chemically activated cow bone; electrolytic defluoridation fluoride; Nalgonda; technological and economic sustainability,iwaponline.com -31617,7,3,https://iwaponline.com/washdev/article/7/3/396/31617/Adapting-the-IWA-water-balance-to-intermittent,"Journal of Water, Sanitation & Hygiene for Development",Adapting the IWA water balance to intermittent water supply and flat-rate tariffs without customer metering,2017,FALSE,0,NA,NA,2,Miran Mastaller,"Karlsruhe Institute of Technology (KIT), Institute for Water and River Basin Management, Kaiserstraße 12, 76131 Karlsruhe, Germany E-mail: miran.mastaller@kit.edu",Germany,miran.mastaller@kit.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,intermittent water distribution; water balance; water losses,iwaponline.com -31618,7,3,https://iwaponline.com/washdev/article/7/3/407/31618/Cultural-preferences-for-the-methods-and,"Journal of Water, Sanitation & Hygiene for Development",Cultural preferences for the methods and motivation of sanitation infrastructure development,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.188/2/washdev2017188supp.docx?Expires=1706024061&Signature=EFBl4I7SmqbqZ571MWriNEdw3Bb2yWyysbf0XSdBres16GQf13eW8Uz1Vu21x97-tgGLHQP4KQYRd8Wa40VAJaRpgJlFA1PXhOr0ZUxslejJUaTAR-pBmLAlCQZQYeUdvxLC5wxKKKgs8Zt-uzxm0FyuSoa4FWL~J~iU3xinouus1brfdCImB-cuHvYKzkehRWCv95aYsYxN16GR4gumN46RS0J4qkbvQSmfQKYrIL45~ieBWDERgdtS1Mn6yakuewNShBAKGxv6fWknzK3ylpOB6idDfrmseOfqAfzmDnUbyKkH-XJEjP1GNhHWbumyrvPtVn45PXYjC76dFxFgHQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Miriam E. Hacker,"Department of Civil and Environmental Engineering, University of Washington, 201 More Hall, Seattle, WA 98195, USA E-mail: meh7@uw.edu",United States of America,meh7@uw.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,culture; fuzzy-set; Hofstede; infrastructure; sanitation,iwaponline.com -31619,7,3,https://iwaponline.com/washdev/article/7/3/416/31619/A-study-of-the-effect-of-water-quality-related,"Journal of Water, Sanitation & Hygiene for Development",A study of the effect of water quality-related variables on some age-related diseases adjusted for other well-known risk factors: a multivariate multilevel study,2017,FALSE,0,NA,NA,2,Kapuruge Nishika Oshadini Ranathunga,"Department of Statistics, University of Colombo, PO Box 1490, Colombo 03, Sri Lanka E-mail: roshinis@hotmail.com",Sri Lanka,roshinis@hotmail.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,cardiovascular disease and diabetes; chronic respiratory conditions; Markov chain Monte Carlo; multivariate multilevel model; probit regression,iwaponline.com -31620,7,3,https://iwaponline.com/washdev/article/7/3/426/31620/Working-with-complexity-a-participatory-systems,"Journal of Water, Sanitation & Hygiene for Development","Working with complexity: a participatory systems-based process for planning and evaluating rural water, sanitation and hygiene services",2017,FALSE,0,NA,NA,3,Jeffrey P. Walters,"Department of Civil Engineering, Universidad Diego Portales, Av. Ejército 441, Santiago, Chile E-mail:",Chile,jeffrey.walters@udp.cl,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,MICMAC; participatory modeling; sustainability; systems approach; water; sanitation and hygiene (WASH),iwaponline.com -31621,7,3,https://iwaponline.com/washdev/article/7/3/436/31621/Mobility-up-the-sanitation-ladder-following,"Journal of Water, Sanitation & Hygiene for Development",Mobility up the sanitation ladder following community-led total sanitation in rural Zambia,2017,FALSE,0,NA,NA,10,Scott Russpatrick,"Akros, Lusaka, Zambia E-mail:",Zambia,dalarsen@syr.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,community-led total sanitation; sanitation ladder,iwaponline.com -31622,7,3,https://iwaponline.com/washdev/article/7/3/445/31622/Sanitation-value-chains-in-low-density-settings-in,"Journal of Water, Sanitation & Hygiene for Development",Sanitation value chains in low density settings in Indonesia and Vietnam: impetus for a rethink to achieve pro-poor outcomes,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.141/2/washdev2017141supp.docx?Expires=1706091882&Signature=5Nmc6tFLONENroUZWUe~ljWHnd159FAP4BiLnp06-y-FfaM9rUmq0gs6fBzGtO-sHtFo2WVDMABPE4X6lOXfGXvky5CUB24iHylPnoKbNhlGvxBIJQA6ABwM~-F~LvRH5dAMEb34f8IjthUmbkjTfZfJLYqjeALTWT4GAcND2lsHKGWBIg12cjaxXlRCImXnxvM5a2VxQyJkfyDCA50l4MwXG7sT21Ry7bPTO2cVC2c6dYB6o1EHR85h1tbbdN0LMvZeEErVIlauZyqOWgcptyRGcfBmdrry4xWJ0ksLlS5XVYcb2eFfcCvTNH36iAb2HUAMENqIt7cneGj5srdebA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Juliet Willetts,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia E-mail:",Australia,juliet.willetts@uts.edu.au,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,market-based approaches; pro-poor; rural sanitation; supply chain; value chain,iwaponline.com -31623,7,3,https://iwaponline.com/washdev/article/7/3/455/31623/The-sanitation-and-urban-agriculture-nexus-urine,"Journal of Water, Sanitation & Hygiene for Development","The sanitation and urban agriculture nexus: urine collection and application as fertilizer in São Paulo, Brazil",2017,FALSE,0,NA,NA,4,Mariana C. Chrispim,"School of Arts, Sciences, and Humanities, University of São Paulo, 1000 Arlindo Bettio Ave., Sao Paulo, SP 03828000, Brazil E-mail:",Brazil,mnolasco@usp.br,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,fertilizer; nexus; source separation; urine,iwaponline.com -31624,7,3,https://iwaponline.com/washdev/article/7/3/466/31624/Technology-choices-in-scaling-up-sanitation-can,"Journal of Water, Sanitation & Hygiene for Development",Technology choices in scaling up sanitation can significantly affect greenhouse gas emissions and the fertiliser gap in India,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.005/2/washdev2017005supp.docx?Expires=1706091891&Signature=MbKobrzagmW7kKC8WLIG6dp1BIwT76yVuIcZfBuVcFwIboknnPki7kU8EpPUSZGytS-Tc3OW~tyCrGIFBAHKMWsto90fj~O2jSMHAB2L6uQEe-B5n69Vjl5hpHMjN1zIKTME48oCwVUCpiH-N7EP~XulutgWLLPqLSAyu2rRhnDMUoIKMy-sYcl77R8ujDbafYlkmEjnIWvZKNV7Vjr~14asq-DZpGjZNi0n55dQXYeDCSoAzsOk57eUQtHB2z4W9T2R9ZKr9FxuusMrmvgT-AhluLPW1xPnJMpoU7VgixQyTa9P1dH9fS58RPv~Om18ujgWjAzu36Fz3GPEa-nPSg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Michal Kulak,"UNILEVER Safety and Environmental Assurance Centre (SEAC), Colworth Science Park, Sharnbrook MK44 1LQ, UK E-mail:",United Kingdom of Great Britain and Northern Ireland,michal.kulak@unilever.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,greenhouse gases; India; LCA; life cycle assessment; nutrients; sanitation,iwaponline.com -31625,7,3,https://iwaponline.com/washdev/article/7/3/477/31625/The-impact-of-low-flow-season-on-source-drinking,"Journal of Water, Sanitation & Hygiene for Development","The impact of low-flow season on source drinking water quality, Rosetta branch, Egypt",2017,FALSE,0,NA,NA,3,K. Ghodeif,"Suez Canal University, Ismailia 41522, Egypt E-mail:",Egypt,kghodeif@yahoo.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,drinking; Egypt; low-flow; source water quality,iwaponline.com -31626,7,3,https://iwaponline.com/washdev/article/7/3/485/31626/Microbiological-contamination-of-water-pans-in,"Journal of Water, Sanitation & Hygiene for Development",Microbiological contamination of water pans in Baringo County,2017,FALSE,0,NA,NA,3,Edith J. Kurui,"Department of Environmental Science, Egerton University, Nairobi, Kenya E-mail:",Kenya,kuruiedith89@gmail.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,Baringo; fecal contamination; microbiological water quality; water pans,iwaponline.com -31627,7,3,https://iwaponline.com/washdev/article/7/3/495/31627/Investigating-unaccounted-for-water-and-its,"Journal of Water, Sanitation & Hygiene for Development","Investigating unaccounted for water and its components in Zomba City water supply system, Malawi",2017,FALSE,0,NA,NA,2,Zvikomborero Hoko,"Department of Civil Engineering, University of Zimbabwe, Box MP 167, Mount Pleasant, Harare, Zimbabwe E-mail:",Zimbabwe,z_hoko@yahoo.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,apparent losses; minimum night flow; real losses; non-revenue water; water utility,iwaponline.com -31628,7,3,https://iwaponline.com/washdev/article/7/3/507/31628/Methods-for-controlling-stored-urine-odor-in,"Journal of Water, Sanitation & Hygiene for Development",Methods for controlling stored urine odor in resource-oriented sanitation,2017,FALSE,0,NA,NA,2,Shervin Hashemi,"Department of Civil and Environmental Engineering, Seoul National University, Seoul, Republic of Korea E-mail: myhan@snu.ac.kr",Republic of Korea,myhan@snu.ac.kr,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,ancient practices; resource-oriented sanitation; sustainable sanitation; threshold odor number (TON); urine odor,iwaponline.com -31629,7,3,https://iwaponline.com/washdev/article/7/3/515/31629/Sustainability-inspired-composting-latrine-design,"Journal of Water, Sanitation & Hygiene for Development",Sustainability-inspired composting latrine design,2017,FALSE,0,NA,NA,2,D. Kierys,"Department of Civil and Environmental Engineering, Michigan Technological University, Houghton, MI 49931, USA E-mail: barkdoll@mtu.edu",United States of America,barkdoll@mtu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,developing country; ferrocement; public health; sanitation; social habits,iwaponline.com -31630,7,3,https://iwaponline.com/washdev/article/7/3/521/31630/Developing-water-and-sanitation-services-in,"Journal of Water, Sanitation & Hygiene for Development",Developing water and sanitation services in refugee settings from emergency to sustainability – the case of Zaatari Camp in Jordan,2017,FALSE,0,NA,NA,5,A. W. C. van der Helm,"Waternet, P.O. Box 94370, 1090 GJ, Amsterdam, The Netherlands E-mail:",Netherlands,alex.van.der.helm@waternet.nl,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,drinking water; infrastructure; public health; refugee camp; sustainability; wastewater,iwaponline.com -31631,7,3,https://iwaponline.com/washdev/article/7/3/528/31631/Getting-a-foot-on-the-sanitation-ladder-user,"Journal of Water, Sanitation & Hygiene for Development","Getting a foot on the sanitation ladder: user satisfaction and willingness to pay for improved public toilets in Accra, Ghana",2017,FALSE,0,NA,NA,3,Simon Mariwah,"Department of Geography and Regional Planning, PMB University Post Office, University of Cape Coast, Cape Coast, Ghana E-mail:",Ghana,smariwah@ucc.edu.gh,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,Ghana; public toilets; sanitation; satisfaction; willingness to pay,iwaponline.com -38055,7,4,https://iwaponline.com/washdev/article/7/4/535/38055/Why-do-water-points-fail-Learning-from-open-ended,"Journal of Water, Sanitation & Hygiene for Development",Why do water points fail? Learning from open-ended failure descriptions in the WPDx dataset,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.022/1/washdev2017022supp.docx?Expires=1706091921&Signature=tP8wbb~q4e29aZwctXTDQ8Du5mxAT6rUN50IWPWM8iU0XuFamZ2DSWIcqjp82OT~eU8ZvWkqZGEhsy5~YSQafoYOdz3utqeU-wBBRP5~AE7cbiuB8v6yHlO1x1VR1hrCEBihGronS4tHIsGrOIWDdiIOXTU-QqUg02wXeufdppKtWS9IL2IBMacg2i-sH9egTS6u0A66YA884cwTIoXNObc5duCY8r882OvppUImC~OSimvSzMR1LBo2jktbdTi5pmlIpzvD34SDmQ2u6AxKAsZi-MZciyDceDEo9kx~YS4FV-X7RN2XIMDVIirUi7ZotgdBmqwdE8q4XSbMRo9uGw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Joseph Cook,School of Economic Sciences,NA,jhcook@uw.edu,NA,Joseph Cook,School of Economic Sciences,NA,jhcook@uw.edu,NA,FALSE,NA,NA,NA,functionality; management; water point,iwaponline.com -38050,7,4,https://iwaponline.com/washdev/article/7/4/546/38050/Revealing-causal-pathways-to-sustainable-water,"Journal of Water, Sanitation & Hygiene for Development",Revealing causal pathways to sustainable water service delivery using fsQCA,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.053/1/washdev2017053supp.docx?Expires=1706091925&Signature=K8I0y-g4Dz-4UiZTzoenEn1wO5vJjY4k6sdrIaUScWOsSdSHugF9P3HGSqIAQ7TsE7tnX-Sbw8KU8YavwtOsYEuDEMZj7M~NSf6AVWg6PnIcKH61VlNb~SJZdBWZwTN6uy3~KnRaI7HQvOH4MKBufA4oJcactfOZPFZoWXav2iRFw7tOI4XHbXJIcGhwtSoZjc0MHUqaBUcCDSqJaU4kIWzPumNrFIOdyV~zNn9MSv32SPbo2zlkQDV7vk4ZiLIE95V6y2jnMP94h9B3pcoCLY3AEMLgMeqGvc8Hx3feQBxGdxz9Wg~lrSTddIvxjZe5S-9mx~iooiC~OifvI5aSDQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Kate E. Gasparro,Department of Civil and Environmental Engineering,NA,NA,NA,Jeffrey P. Walters,Department of Civil Engineering,NA,jeffrey.walters@udp.cl,NA,FALSE,NA,NA,NA,causal pathways; engineers without borders; external partners; fuzzy set qualitative comparative analysis; sustainable service delivery; WASH,iwaponline.com -38049,7,4,https://iwaponline.com/washdev/article/7/4/557/38049/An-assessment-of-sub-standard-water-pressure-in,"Journal of Water, Sanitation & Hygiene for Development",An assessment of sub-standard water pressure in South African potable distribution systems,2017,FALSE,0,NA,NA,3,Louis Strijdom,Department of Civil Engineering,NA,NA,NA,Heinz Erasmus Jacobs,Department of Civil Engineering,NA,hejacobs@sun.ac.za,NA,FALSE,NA,NA,NA,distribution system; hydraulic model; water pressure,iwaponline.com -38051,7,4,https://iwaponline.com/washdev/article/7/4/568/38051/Analysis-of-domestic-water-demand-variables-of-a,"Journal of Water, Sanitation & Hygiene for Development","Analysis of domestic water demand variables of a residential colony in Ajmer, Rajasthan (India)",2017,FALSE,0,NA,NA,3,Ganpat Singh,"Civil Engineering Department, NIT, Kurukshetra, India",India,NA,NA,Mahender Choudhary,"Civil Engineering, MNIT, Jaipur, India",India,mah_thory@yahoo.co.in,NA,FALSE,NA,NA,NA,domestic water demand; multiple linear regression (MLR); neural network (NN); principal component analysis (PCA),iwaponline.com -38047,7,4,https://iwaponline.com/washdev/article/7/4/589/38047/Service-quality-of-household-toilets-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Service quality of household toilets in rural settlements of India: an assessment from the users' perspective,2017,FALSE,0,NA,NA,2,Mohammad Rashid,Department of Architecture and Regional Planning,NA,rashidgeog@gmail.com,NA,Mohammad Rashid,Department of Architecture and Regional Planning,NA,rashidgeog@gmail.com,NA,FALSE,NA,NA,NA,household toilet; India; rural settlement; SEM; service quality,iwaponline.com -38059,7,4,https://iwaponline.com/washdev/article/7/4/601/38059/Life-cycle-cost-analysis-of-water-supply,"Journal of Water, Sanitation & Hygiene for Development",Life cycle cost analysis of water supply infrastructure affected by low rainfall in Ethiopia,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.026/1/washdev2017026supp.docx?Expires=1706091944&Signature=foTtvkS-4bb18lqVEpSkts9MyWewgTruuLLFzFAgSiFuoL842ZedBBmadZszIDAcxDnPD10D5YGRgQiXXbHeUDu56I5dpFI82zsuKV5wVufQa4xSuUGKTOWmGmnIdQRZJWV-MI4ESY2GlQE1ECrVEb02vYNmQ-fQMc-I3tFYe4r5autPj1bTBhevBO4jZWxsVkq2vd~s67~po0YiUMpPZYumYmvj04ESRmD5eyWfadPpLMCujRCRLy4Umc~P57UR4hFqWz4Kv0cQZ-GzODbXWyWHtmM1gL12HMhbNCo9tJnbmHc-C8f-H93M16VRyDAlztW0PoFI6BsnUp6AXXoHsw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,S. Godfrey,"Water Sanitation and Hygiene Section, UNICEF-Ethiopia, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,NA,S. Godfrey,"Water Sanitation and Hygiene Section, UNICEF-Ethiopia, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,NA,FALSE,NA,NA,NA,CAPEX; drought; EMMEX; Ethiopia; life cycle cost; water scarcity,iwaponline.com -38053,7,4,https://iwaponline.com/washdev/article/7/4/611/38053/Assessing-the-influence-of-social-capital-on-water,"Journal of Water, Sanitation & Hygiene for Development",Assessing the influence of social capital on water point sustainability in rural Ethiopia,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.167/1/washdev2017167supp.docx?Expires=1706091948&Signature=z8sdH7ul5BcB3mlM7Ngr4cDs9rbnxGozP4g-u2jEXtbeGBLfeVosV-CtgHhnCvyFSpMcXskoNXPkWOYYBek7SREDK5TIgp-CauaEyZufCSPuac61EwxczVNcqQ5kctfkGPzObfXtllnR3HqUZeI4iadfm15U3byq8ZX29iWmh9PweN2tR5GOMWlERX9jHh2T2h-kyzrouUsK9MJLYjP9Hcp1NdFuNbprocSzTXwz9bqwFflZua045nQZj48o96TfXrcMj9P8PsGyzqD6xYUzMB-F8A4l7Va2i0ZGbD6CGfDOpgF1VrNJqXGuFVDlAqEFiOh1zjf655B9tE2eAqo70A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Margaret T. Person,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",United States of America,NA,NA,Matthew C. Freeman,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",United States of America,matthew.freeman@emory.edu,NA,FALSE,NA,NA,NA,community governance; Ethiopia; health; social capital; sustainability; water,iwaponline.com -38054,7,4,https://iwaponline.com/washdev/article/7/4/623/38054/Effect-of-television-broadcasts-of-global-sporting,"Journal of Water, Sanitation & Hygiene for Development",Effect of television broadcasts of global sporting events on short-term changes in the use of water from the water supply network,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.191/1/washdev2017191supp.docx?Expires=1706091952&Signature=O7ExpPozzAHoZuEW7SEZoB3-B3FeU4mQQkluYpdSSG2XIE68i48j3CTSVgvfA-mSDUK15-rMBF6LgL~wyInZr2~l1GOJKqXIoJw0uMGM86YtEF3HXQoHm3NaY-EmaSMyM9da9jxFXncfI7rtwiR6~kV5zGIJuqMWyC1-83DjcNL3M2vy1xqel74TWZCU1zldw~uDByHr2HNYLjtP4Q48SBtoJsp6U2JZc9IpoYjOgsufqablqYBO3l3ChgFmrx7kx0Pni6JdxK9jePWys6OjHCN3WRbaz9G~0dcOQnRH1fGs589il1iG5zk8AT1xAV0yhP-IIEsQ3IK7xFe3eESo8w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Włodzimierz Marszelewski,"Department of Hydrology and Water Management, Faculty of Earth Sciences, Nicolaus Copernicus University, Toruń, Poland",Poland,marszel@umk.pl,NA,Włodzimierz Marszelewski,"Department of Hydrology and Water Management, Faculty of Earth Sciences, Nicolaus Copernicus University, Toruń, Poland",Poland,marszel@umk.pl,NA,FALSE,NA,NA,NA,FIFA 2014 World Cup; flush analysis; toilet facilities; water supply,iwaponline.com -38056,7,4,https://iwaponline.com/washdev/article/7/4/642/38056/The-role-of-bottled-drinking-water-in-achieving,"Journal of Water, Sanitation & Hygiene for Development","The role of bottled drinking water in achieving SDG 6.1: an analysis of affordability and equity from Jakarta, Indonesia",2017,FALSE,0,NA,NA,3,Carolin Tina Walter,"University of Amsterdam, Nieuwe Achtergracht 166, Amsterdam 1018 WV, The Netherlands",Netherlands,carolintinawalter@gmail.com,NA,Carolin Tina Walter,"University of Amsterdam, Nieuwe Achtergracht 166, Amsterdam 1018 WV, The Netherlands",Netherlands,carolintinawalter@gmail.com,NA,FALSE,NA,NA,NA,affordability; bottled water; drinking water; equity; Jakarta; SDG 6,iwaponline.com -38058,7,4,https://iwaponline.com/washdev/article/7/4/651/38058/Design-and-operation-of-a-rainwater-for-drinking,"Journal of Water, Sanitation & Hygiene for Development","Design and operation of a rainwater for drinking (RFD) project in a rural area: case study at Cukhe Elementary School, Vietnam",2017,FALSE,0,NA,NA,3,Anh Dzung Dao,Department of Civil & Environment Engineering #35-518,NA,NA,NA,Duc Canh Nguyen,"Sustainable Management of Natural Resources and Environment Research Group, Faculty of Environment and Labour Safety",NA,nguyenduccanh@tdt.edu.vn,NA,FALSE,NA,NA,NA,developing countries; drinking water; rainfall data; rainwater for drinking; SDG6; water quality,iwaponline.com -38048,7,4,https://iwaponline.com/washdev/article/7/4/576/38048/Development-and-application-of-biogas-project-for,"Journal of Water, Sanitation & Hygiene for Development",Development and application of biogas project for domestic sewage treatment in rural China: opportunities and challenges,2017,FALSE,0,NA,NA,5,Shikun Cheng,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants",China,NA,NA,Zifu Li,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants",CHN,zifulee@aliyun.com,NA,FALSE,NA,NA,NA,biogas; challenge; domestic sewage; opportunity; rural China,iwaponline.com -38052,7,4,https://iwaponline.com/washdev/article/7/4/630/38052/Constitutional-mandate-and-judicial-initiatives,"Journal of Water, Sanitation & Hygiene for Development","Constitutional mandate and judicial initiatives influencing Water, Sanitation and Hygiene (WASH) programmes in India",2017,FALSE,0,NA,NA,2,M. P. Ram Mohan,"Indian Institute of Management, Ahmedabad, India",India,mprmohan@iima.ac.in,NA,M. P. Ram Mohan,"Indian Institute of Management, Ahmedabad, India",India,mprmohan@iima.ac.in,NA,FALSE,NA,NA,NA,constitution; Indian judiciary; right to sanitation; right to water; Sustainable Development Goals (SDGs); WASH programmes,iwaponline.com -38057,7,4,https://iwaponline.com/washdev/article/7/4/659/38057/Cost-analysis-of-the-implementation-of-portable,"Journal of Water, Sanitation & Hygiene for Development",Cost analysis of the implementation of portable handwashing and drinking water stations in rural Kenyan health facilities,2017,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.010/1/washdev2017010supp.pdf?Expires=1706091974&Signature=aa1QEb3jk-FF0Z0FotVT-76osnKdSRX950Ksxbufx0n7E~8nrswVyIwF9kL4lMuJE2yeZSn3JnCkYxwdJm40jCD1Tx00e-tk5c5UZiwvOYrHNv03PFrlYHftra3HydeUtBRt3ejcwSOfBQFqP0kIgfHBBNGmSh3~WtGQ~QAB4EPy7Y9MDFsNQkruLSpZ3~nzZ4xxlapFAjRfj8DB1TWm-EizaHqFoJtTit~vdjTW-2AiI9vxC93sHFRzTNv4HQNzhgXIP45GJQrzvujK~Eg9XyPhyLlKI3Un55AlU5sfB1OIpg2XNts30-esCKUzDi-5vsCFmR9kqDMVZcr06CGEFw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Michael Freedman,Centers for Disease Control and Prevention,NA,NA,NA,Rob Quick,Centers for Disease Control and Prevention,NA,rquick@cdc.gov,NA,FALSE,NA,NA,NA,cost analysis; drinking water; handwashing; health care facilities; Kenya,iwaponline.com -38061,8,1,https://iwaponline.com/washdev/article/8/1/1/38061/The-sanitation-and-hygiene-targets-of-the,"Journal of Water, Sanitation & Hygiene for Development",The sanitation and hygiene targets of the sustainable development goals: scope and challenges,2018,FALSE,0,NA,NA,2,Duncan Mara,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,d.d.mara@leeds.ac.uk,NA,Duncan Mara,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,d.d.mara@leeds.ac.uk,NA,FALSE,NA,NA,NA,open defecation; safely-managed sanitation; safely-practised hygiene; sustainable development goals,iwaponline.com -38064,8,1,https://iwaponline.com/washdev/article/8/1/17/38064/Degradation-rate-of-anaerobically-digested-sewage,"Journal of Water, Sanitation & Hygiene for Development",Degradation rate of anaerobically digested sewage sludge in soil,2018,FALSE,0,NA,NA,5,Antonio T. Matos,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, Belo Horizonte, MG 31270-901, Brazil",Brazil,antonio.matos@pq.cnpq.br,NA,Antonio T. Matos,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, Belo Horizonte, MG 31270-901, Brazil",Brazil,antonio.matos@pq.cnpq.br,NA,FALSE,NA,NA,NA,digestate; organic fertilizer; organic matter mineralization; organic residues; soil disposal; urban residues,iwaponline.com -38063,8,1,https://iwaponline.com/washdev/article/8/1/27/38063/Computational-fluid-dynamics-analysis-of-a-high,"Journal of Water, Sanitation & Hygiene for Development",Computational fluid dynamics analysis of a high-throughput viscous heater to process feces and a fecal simulant using temperature and shear rate-dependent viscosity model,2018,FALSE,0,NA,NA,6,C. L. German,"Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",United States of America,NA,NA,G. L. Foutch,"Pollution Research Group, University of KwaZulu Natal, Howard College Campus, Durban 4001, South Africa",South Africa,foutchg@umkc.edu,NA,FALSE,NA,NA,NA,CFD; fecal pasteurization; viscous heating,iwaponline.com -38071,8,1,https://iwaponline.com/washdev/article/8/1/33/38071/Up-scaling-sanitation-provision-using-mixed-design,"Journal of Water, Sanitation & Hygiene for Development","Up-scaling sanitation provision using mixed design methodologies and failure risk assessment: a case study of Marikuppam, India",2018,FALSE,0,NA,NA,3,M. Gormley,"School of Energy, Geoscience, Infrastructure and Society, Heriot-Watt University, Edinburgh, Scotland, UK",United Kingdom of Great Britain and Northern Ireland,m.gormley@hw.ac.uk,NA,M. Gormley,"School of Energy, Geoscience, Infrastructure and Society, Heriot-Watt University, Edinburgh, Scotland, UK",United Kingdom of Great Britain and Northern Ireland,m.gormley@hw.ac.uk,NA,FALSE,NA,NA,NA,design; DRAINET; India; settlements; simplified sewerage,iwaponline.com -38060,8,1,https://iwaponline.com/washdev/article/8/1/44/38060/Constraints-on-foreign-aid-effectiveness-in-the,"Journal of Water, Sanitation & Hygiene for Development","Constraints on foreign aid effectiveness in the water, sanitation, and hygiene (WaSH) sector",2018,FALSE,0,NA,NA,1,Joshua Wayland,"University System of Maryland, 2181 LeFrak Hall, College Park, MD, USA",United States of America,waylandj@umd.edu,NA,Joshua Wayland,"University System of Maryland, 2181 LeFrak Hall, College Park, MD, USA",United States of America,waylandj@umd.edu,NA,FALSE,NA,NA,NA,drinking water; foreign aid effectiveness; sanitation,iwaponline.com -38065,8,1,https://iwaponline.com/washdev/article/8/1/53/38065/Sanitation-and-water-supply-in-schools-and-girls,"Journal of Water, Sanitation & Hygiene for Development",Sanitation and water supply in schools and girls' educational progression in Zambia,2018,FALSE,0,NA,NA,3,Dorice Agol,"Independent Consultant, Nairobi, Kenya",Kenya,NA,NA,Peter Harvey,"UNICEF, Copenhagen, Denmark",Denmark,pharvey@unicef.org,NA,FALSE,NA,NA,NA,education; gender; sanitation; schools; WASH; Zambia,iwaponline.com -38062,8,1,https://iwaponline.com/washdev/article/8/1/62/38062/Child-feces-disposal-practice-and-associated,"Journal of Water, Sanitation & Hygiene for Development","Child feces disposal practice and associated factors: a dilemma in Tigray, northern Ethiopia",2018,FALSE,0,NA,NA,4,Yisfalem Ayele,"Tigray Regional Health Bureau, Mekelle, Ethiopia",Ethiopia,NA,NA,Getachew Redae,"Department of Environmental Health and Behavioral Sciences, Mekelle University, School of Public Health, Mekelle, Ethiopia",Ethiopia,getachewr5@gmail.com,NA,FALSE,NA,NA,NA,child feces; dilemma; hygiene; sanitation,iwaponline.com -38066,8,1,https://iwaponline.com/washdev/article/8/1/71/38066/Human-excreta-a-resource-or-a-taboo-Assessing-the,"Journal of Water, Sanitation & Hygiene for Development","Human excreta: a resource or a taboo? Assessing the socio-cultural barriers, acceptability, and reuse of human excreta as a resource in Kakul Village District Abbottabad, Northwestern Pakistan",2018,FALSE,0,NA,NA,1,Abda Khalid,"COMSTATS Institute of Information Technology, Abbottabad, Pakistan",Pakistan,abda@ciit.net.pk,NA,Abda Khalid,"COMSTATS Institute of Information Technology, Abbottabad, Pakistan",Pakistan,abda@ciit.net.pk,NA,FALSE,NA,NA,NA,accessibility; feces; human excreta; recycling; rural; urine,iwaponline.com -38068,8,1,https://iwaponline.com/washdev/article/8/1/81/38068/Bacterial-contamination-of-reusable-bottled,"Journal of Water, Sanitation & Hygiene for Development",Bacterial contamination of reusable bottled drinking water in Ecuador,2018,FALSE,0,NA,NA,9,Kelly Mills,"Aquality International 501(c)3, 183 Marlborough St., Unit 2, Boston, MA 02116-1884, USA",United States of America,kmills@waterecuador.org,NA,Kelly Mills,"Aquality International 501(c)3, 183 Marlborough St., Unit 2, Boston, MA 02116-1884, USA",United States of America,kmills@waterecuador.org,NA,FALSE,NA,NA,NA,bottled water; developing countries; drinking water quality; Escherichia coli; public health; total coliform,iwaponline.com -38070,8,1,https://iwaponline.com/washdev/article/8/1/90/38070/Exposure-to-sewage-from-on-site-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development",Exposure to sewage from on-site sanitation and child health: a spatial analysis of linkages and externalities in peri-urban Bolivia,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/1/10.2166_washdev.2017.179/4/washdev2017179supp.docx?Expires=1706023349&Signature=AezbYxFs7H8QrLMLRMJY2pbQ0tobZNWt4I3Tu3mGUIkdHywFZs64UdaRKofTD0e611JPs0Iln3Lx00qjx6xNNUVMQkdSh3EpjMhQUae-ECLad37gUfLuWaBboA0eKNZlmjsLWuCKqEE2LDRg2rnY7dnROaR~tHnUXWKEye13RPrdTRgxWsxjoCo48fbFnaa2lcDpHijK2ENF-1BVZaOCOh7FQFy42HOuqoNU7BiRDilZ9lzlQq5uTmiZmY6k0CQ4UjzYCyw7Ign0VkQwfLmLiuIxNo3yqcL2mEDJlC5JSXmlHWig8S6KxSL7klFXeNUP3gXTzyPOUzIlA7r2yfF5ag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Antonella Bancalari,"London School of Economics and Political Science, Houghton Street, WC2A 2AE London, UK",United Kingdom of Great Britain and Northern Ireland,a.bancalari@lse.ac.uk,NA,Antonella Bancalari,"London School of Economics and Political Science, Houghton Street, WC2A 2AE London, UK",United Kingdom of Great Britain and Northern Ireland,a.bancalari@lse.ac.uk,NA,FALSE,NA,NA,NA,diarrhea; externalities; on-site sanitation; peri-urban; sewage,iwaponline.com -38069,8,1,https://iwaponline.com/washdev/article/8/1/100/38069/Moving-up-the-sanitation-ladder-with-the-help-of,"Journal of Water, Sanitation & Hygiene for Development",Moving up the sanitation ladder with the help of microfinance in urban Malawi,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/1/10.2166_washdev.2017.186/4/washdev2017186supp.docx?Expires=1706092023&Signature=wY1vzQaRkOE-SwsDMaRLNLrvaeY9u7i6joyyNOglAkyexZkJWCMe~e8El2gg1jAv7nwDRZcEDf-VtqlDw58wuoDPL5Cx3occII33sbN1BUDNJSguXOaBRLFBMa4GRqI5mTb7C5KqJ-N1y0ZqluKKwhGuDMFdDbkiUvJ~U1fjlMj3XKakA9vJrqL5X8iCcRSqR8ll9mGYOpR7VMlt310sLv3M97Qw3OxIp7lC~EGUz2jollNj8DW~4TLUwC9MZSWL3yPzrBZj2gojDQJu22UzBZh3AVgJau2hHejT~i-hflzaRVgZMLZuWxnwuFxliQPP0IxHfQ3jiiasORpXcf2Nww__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Richard Chunga,"London School of Hygiene and Tropical Medicine, London, UK",United Kingdom of Great Britain and Northern Ireland,chunga.richard@gmail.com,NA,Richard Chunga,"London School of Hygiene and Tropical Medicine, London, UK",United Kingdom of Great Britain and Northern Ireland,chunga.richard@gmail.com,NA,FALSE,NA,NA,NA,Malawi; microfinance; sanitation; urban sanitation,iwaponline.com -38072,8,1,https://iwaponline.com/washdev/article/8/1/113/38072/Management-challenges-for-a-more-decentralized,"Journal of Water, Sanitation & Hygiene for Development",Management challenges for a more decentralized treatment and reuse of domestic wastewater in metropolitan areas,2018,FALSE,0,NA,NA,5,Martín Alejandro Iribarnegaray,"Instituto de Investigaciones en Energía No Convencional (INENCO), Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET), Universidad Nacional de Salta (UNSa), Avenida Bolivia 5150, Salta A4408FVY, Argentina",Argentina,iribarnegarayma@gmail.com,NA,Martín Alejandro Iribarnegaray,"Instituto de Investigaciones en Energía No Convencional (INENCO), Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET), Universidad Nacional de Salta (UNSa), Avenida Bolivia 5150, Salta A4408FVY, Argentina",Argentina,iribarnegarayma@gmail.com,NA,FALSE,NA,NA,NA,decentralized sanitation; decentralized wastewater treatment systems; domestic wastewater; metropolitan areas; Salta; wastewater reuse,iwaponline.com -38067,8,1,https://iwaponline.com/washdev/article/8/1/123/38067/The-time-temperature-relationship-for-the,"Journal of Water, Sanitation & Hygiene for Development",The time–temperature relationship for the inactivation of Ascaris eggs,2018,FALSE,0,NA,NA,2,D. Naidoo,"School of Life Sciences, Westville Campus, University of KwaZulu-Natal, Durban 4051, South Africa",South Africa,NA,NA,G. L. Foutch,"School of Computing and Engineering, University of Missouri-Kansas City, Kansas City, MO 64110, USAand Chemical Engineering, Howard Campus, University of KwaZulu-Natal, Durban 4001, South Africa",South Africa,foutch@okstate.edu,NA,FALSE,NA,NA,NA,Ascaris sp.; exposure time; inactivation; temperature; viscous heating,iwaponline.com -39045,8,2,https://iwaponline.com/washdev/article/8/2/127/39045/Beyond-the-MDG-water-target-to-universal-water,"Journal of Water, Sanitation & Hygiene for Development",Beyond the MDG water target to universal water coverage in Ghana: the key transformative shifts required,2018,FALSE,0,NA,NA,2,Isaac Monney,Department of Environmental Health and Sanitation Education,NA,monney.isaac@gmail.com,NA,Isaac Monney,Department of Environmental Health and Sanitation Education,NA,monney.isaac@gmail.com,NA,FALSE,NA,NA,NA,climate change; drinking water; financing; Ghana; sustainable water supply; universal water coverage,iwaponline.com -39044,8,2,https://iwaponline.com/washdev/article/8/2/142/39044/Reliability-of-water-supplies-in-low-and-middle,"Journal of Water, Sanitation & Hygiene for Development",Reliability of water supplies in low and middle-income countries: a structured review of definitions and assessment criteria,2018,FALSE,0,NA,NA,3,Batsirai Majuru,Norwich Medical School,United Kingdom of Great Britain and Northern Ireland,NA,NA,Paul R. Hunter,Norwich Medical School,GBR,paul.hunter@uea.ac.uk,NA,FALSE,NA,NA,NA,assessment criteria; definition; reliability; review; water supply,iwaponline.com -39036,8,2,https://iwaponline.com/washdev/article/8/2/165/39036/Top-down-planning-for-scalable-sustainable,"Journal of Water, Sanitation & Hygiene for Development",‘Top-down’ planning for scalable sustainable sanitation in high-density low-income urban areas: is it more appropriate than ‘bottom-up’ planning?,2018,FALSE,0,NA,NA,1,Duncan Mara,School of Civil Engineering,NA,d.d.mara@leeds.ac.uk,NA,Duncan Mara,School of Civil Engineering,NA,d.d.mara@leeds.ac.uk,NA,FALSE,NA,NA,NA,community-managed sanitation blocks; low-cost combined sewerage; low-income urban areas; planning; simplified sewerage; slums,iwaponline.com -39027,8,2,https://iwaponline.com/washdev/article/8/2/176/39027/The-cost-of-urban-sanitation-solutions-a,"Journal of Water, Sanitation & Hygiene for Development",The cost of urban sanitation solutions: a literature review,2018,FALSE,0,NA,NA,1,Loïc Daudey,Agence Française de Développement/French Agency for Development (AFD),France,loic.daudey@gmail.com,NA,Loïc Daudey,Agence Française de Développement/French Agency for Development (AFD),FRA,loic.daudey@gmail.com,NA,FALSE,NA,NA,NA,faecal sludge management (FSM); lifecycle costs; sanitation chain; septic tank; sewerage; urban sanitation,iwaponline.com -39053,8,2,https://iwaponline.com/washdev/article/8/2/196/39053/Understanding-water-related-emotional-distress-for,"Journal of Water, Sanitation & Hygiene for Development",Understanding water-related emotional distress for improving water services: a case study from an Ethiopian small town,2018,FALSE,0,NA,NA,2,Vincent Thomas,Lyon,NA,NA,NA,Samuel Godfrey,UNICEF,NA,sgodfrey@unicef.org,NA,FALSE,NA,NA,NA,Africa; emotional distress; Ethiopia; urban; water supply,iwaponline.com -39033,8,2,https://iwaponline.com/washdev/article/8/2/208/39033/The-impact-of-pro-poor-interventions-on-the,"Journal of Water, Sanitation & Hygiene for Development",The impact of pro-poor interventions on the performance indicators of a water utility: case studies of Nakuru and Kisumu,2018,FALSE,0,NA,NA,2,T. J. Kemendi,Musoma Urban Water and Sanitation Authority,United Republic of Tanzania,NA,NA,M. Tutusaus,"IHE Delft, Institute for Water Education",NLD,m.tutusaus@un-ihe.org,NA,FALSE,NA,NA,NA,financial sustainability; low income areas; pro-poor interventions; social responsibility; water utilities,iwaponline.com -39026,8,2,https://iwaponline.com/washdev/article/8/2/217/39026/Estimating-the-impact-of-climate-change-on,"Journal of Water, Sanitation & Hygiene for Development","Estimating the impact of climate change on residential water use using panel data analysis: a case study of Lilongwe, Malawi",2018,FALSE,0,NA,NA,4,Chikondi Makwiza,Department of Civil Engineering,NA,NA,NA,Heinz Erasmus Jacobs,Department of Civil Engineering,NA,hejacobs@sun.ac.za,NA,FALSE,NA,NA,NA,climate change; panel linear models; residential water use,iwaponline.com -39028,8,2,https://iwaponline.com/washdev/article/8/2/227/39028/Towards-sustainable-urban-sanitation-a-capacity,"Journal of Water, Sanitation & Hygiene for Development",Towards sustainable urban sanitation: a capacity-building approach to wastewater mapping for small towns in India,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/2/10.2166_washdev.2017.071/1/washdev2017071supp.docx?Expires=1706049840&Signature=W3QzaTB7feTJ2ujTs9tEaMNqGLAhhog2HldsgnN2O8qO4zuHXYfqBL1moqcFMCDoNDM3FnP67UcUClS~nPSc8BnxmCaKEASGOxGDCQbu2M53zq8J-JF-PyZ5hhy7nqFam9mMaoYPyVlzdnTNw5TayCi3QwX0CYaOOtbzbaUlbkMzll3tVYQXn8~8QQxcdQpGbWItom5VXTeKlvkAjbZLy7s5ajjl5XtqyRndSMcgToLrhmoK881IdvA3WV6-ffTWIMiomLNkTpr7XWtLyxJmLZ55RdOJcbdLn8vGiPXhY7t3~c4KovUdTLaoyvqDxCj-pqsRowL-TKld4tzd60OzSA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,N. C. Narayanan,Indian Institute of Technology Bombay,India,ncn@iitb.ac.in,NA,N. C. Narayanan,Indian Institute of Technology Bombay,IND,ncn@iitb.ac.in,NA,FALSE,NA,NA,NA,capacity-building; participatory mapping; sanitation planning; sanitation zones; waste watersheds,iwaponline.com -39038,8,2,https://iwaponline.com/washdev/article/8/2/238/39038/Investigating-wastewater-flow-from-a-gated,"Journal of Water, Sanitation & Hygiene for Development",Investigating wastewater flow from a gated community to disaggregate indoor and outdoor water use,2018,FALSE,0,NA,NA,5,J. L. Du Plessis,Department of Civil Engineering,NA,NA,NA,C. Loubser,Department of Civil Engineering,NA,carloloubser@sun.ac.za,NA,FALSE,NA,NA,NA,disaggregation; outdoor demand; residential water use,iwaponline.com -39032,8,2,https://iwaponline.com/washdev/article/8/2/246/39032/Sludge-removal-enterprises-in-Indonesia-factors,"Journal of Water, Sanitation & Hygiene for Development",Sludge removal enterprises in Indonesia: factors affecting entrepreneurial success,2018,FALSE,0,NA,NA,5,Jeremy Paul Kohlitz,Institute for Sustainable Futures,NA,Jeremy.Kohlitz@uts.edu.au,NA,Jeremy Paul Kohlitz,Institute for Sustainable Futures,NA,Jeremy.Kohlitz@uts.edu.au,NA,FALSE,NA,NA,NA,entrepreneurship; faecal sludge management; government; Indonesia; sanitation; sludge removal,iwaponline.com -39043,8,2,https://iwaponline.com/washdev/article/8/2/257/39043/Volatile-fatty-acids-build-up-and-its-effect-on-E,"Journal of Water, Sanitation & Hygiene for Development",Volatile fatty acids build-up and its effect on E. coli inactivation during excreta stabilisation in single-stage and two-stage systems,2018,FALSE,0,NA,NA,3,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft",Netherlands,rnyawirah@yahoo.com,NA,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft",NLD,rnyawirah@yahoo.com,NA,FALSE,NA,NA,NA,anaerobic (CO) digestion; non-dissociated volatile fatty acids; pathogen inactivation; UDDT faeces,iwaponline.com -39034,8,2,https://iwaponline.com/washdev/article/8/2/268/39034/Association-of-septic-tank-and-sand-filter-for,"Journal of Water, Sanitation & Hygiene for Development",Association of septic tank and sand filter for wastewater treatment: full-scale feasibility for decentralized sanitation,2018,FALSE,0,NA,NA,3,Luana Mattos de Oliveira Cruz,"School of Civil Engineering, Architecture and Urbanism – FEC",Brazil,NA,NA,Adriano Luiz Tonetti,"School of Civil Engineering, Architecture and Urbanism – FEC",BRA,adriano@fec.unicamp.br,NA,FALSE,NA,NA,NA,anaerobic treatment; decentralized sanitation; nitrification; wastewater,iwaponline.com -39039,8,2,https://iwaponline.com/washdev/article/8/2/278/39039/Do-household-surveys-estimate-tap-water-use,"Journal of Water, Sanitation & Hygiene for Development","Do household surveys estimate tap water use accurately? Evidence from pressure-sensor based estimates in Coimbatore, India",2018,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/2/10.2166_washdev.2018.127/1/washdev2018127supp.pdf?Expires=1706044350&Signature=DZeiBkDLCF9tjE3CKGgyhs30Jijn6EV0adxadg0aZseXFUVMhQgtP5PtRqz5jeFBihJbFMyRgoD0HoaQEoD-FJXfToZ4Ex2o2bRYO9niuv3akBkKnDyD~k0okR5CCjLhirpGtDAc6Lq0nmOlI4gSaXRN0VoWo7XS8iQ~LbRDVriCfmO3Yj2Y4Otd7M8MhuxzWuPKacwY4PgIzdpE03UiobgKZ4ouo5yPLmP7YnIWUD-JqA15droRvLPCGHcQDQOPrygd6Gbge5OSQZ8SfDF-0pxeoYtE3EOPW0bal1yAvT44K2EyLuDe7gXSlE0DAejfTXQIAQYke4V9h8hN1oA8OA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,R. Apoorva,"Ashoka Trust for Research in Ecology and the Environment (ATREE), Royal Enclave",India,apoorva.r@atree.org,NA,R. Apoorva,"Ashoka Trust for Research in Ecology and the Environment (ATREE), Royal Enclave",IND,apoorva.r@atree.org,NA,FALSE,NA,NA,NA,household survey; household water use; multiple source dependence; sensor monitoring; unmetered connections; water diary,iwaponline.com -39031,8,2,https://iwaponline.com/washdev/article/8/2/290/39031/Scaling-up-rural-sanitation-in-Tanzania-evidence,"Journal of Water, Sanitation & Hygiene for Development",Scaling up rural sanitation in Tanzania: evidence from the National Sanitation Campaign,2018,FALSE,0,NA,NA,4,Anyitike Mwakitalima,"Ministry of Health, Community Development, Gender, Elderly and Children",NA,NA,NA,Telemu Kassile,"Department of Mathematics, Informatics and Computational Sciences, Solomon Mahlangu College of Science and Education",TZA,telemuk@yahoo.com,NA,FALSE,NA,NA,NA,Community-Led Total Sanitation; National Sanitation Campaign; rural sanitation; Tanzania,iwaponline.com -39040,8,2,https://iwaponline.com/washdev/article/8/2/307/39040/Tracking-user-satisfaction-of-rural-water-services,"Journal of Water, Sanitation & Hygiene for Development",Tracking user satisfaction of rural water services in northern Ghana,2018,FALSE,0,NA,NA,2,T. C. Kumasi,"Community Water and Sanitation Agency, Head Office, PMB-KIA",NA,tyhracarolynkumasi@gmail.com,NA,T. C. Kumasi,"Community Water and Sanitation Agency, Head Office, PMB-KIA",NA,tyhracarolynkumasi@gmail.com,NA,FALSE,NA,NA,NA,affordability; Ghana; handpump; user satisfaction; water and sanitation management teams; water service levels,iwaponline.com -39035,8,2,https://iwaponline.com/washdev/article/8/2/319/39035/Communal-latrine-utilization-and-associated,"Journal of Water, Sanitation & Hygiene for Development","Communal latrine utilization and associated factors in Addis Ababa, Ethiopia: a community-based cross-sectional study",2018,FALSE,0,NA,NA,2,Elzabeth Girma Kefeni,UNICEF – Ethiopia,Ethiopia,NA,NA,Walelegn Worku Yallew,Department of Environmental and Occupational Health and Safety,NA,walelegnw@gmail.com,NA,FALSE,NA,NA,NA,barriers of latrine use; communal latrine; Ethiopia; latrine use,iwaponline.com -39037,8,2,https://iwaponline.com/washdev/article/8/2/325/39037/The-role-of-decentralized-municipal-desalination,"Journal of Water, Sanitation & Hygiene for Development","The role of decentralized municipal desalination plants in removal of physical, chemical and microbial parameters from drinking water: a case study in Bushehr, Iran",2018,FALSE,0,NA,NA,7,Vahid Noroozi Karbasdehi,"Department of Environmental Health Engineering, Faculty of Health",NA,NA,NA,Sina Dobaradaran,"Department of Environmental Health Engineering, Faculty of Health",NA,sina_dobaradaran@yahoo.com,NA,FALSE,NA,NA,NA,Bushehr; decentralized municipal desalination plants; drinking water guidelines; water treatment,iwaponline.com -39051,8,2,https://iwaponline.com/washdev/article/8/2/340/39051/Evaluation-of-the-factors-affecting-water-saving,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of the factors affecting water-saving attitudes of urban life on the verge of the next century: a case study of the Mediterranean region of Turkey,2018,FALSE,0,NA,NA,4,M. Goksel Akpinar,"Faculty of Agriculture, Department of Agricultural Economics",NA,NA,NA,Mevlut Gul,"Faculty of Agriculture, Department of Agricultural Economics",NA,mevlutgul@sdu.edu.tr,NA,FALSE,NA,NA,NA,consumer attitudes; factor analysis; Turkey; water saving; water usage,iwaponline.com -39050,8,2,https://iwaponline.com/washdev/article/8/2/349/39050/Residual-chlorine-behavior-in-a-distribution,"Journal of Water, Sanitation & Hygiene for Development",Residual chlorine behavior in a distribution network of a small water supply system,2018,FALSE,0,NA,NA,2,Andrés Araya,Escuela de Ingeniería en Construcción,NA,jobando@itcr.ac.cr,NA,Andrés Araya,Escuela de Ingeniería en Construcción,NA,jobando@itcr.ac.cr,NA,FALSE,NA,NA,NA,distribution network; EPANET; residual chlorine; small systems,iwaponline.com -39015,8,3,https://iwaponline.com/washdev/article/8/3/359/39015/Public-finance-at-scale-for-rural-sanitation-a,"Journal of Water, Sanitation & Hygiene for Development","Public finance at scale for rural sanitation – a case of Swachh Bharat Mission, India",2018,FALSE,0,NA,NA,1,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad 380009, India",India,meeramehta@cept.ac.in,NA,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad 380009, India",India,meeramehta@cept.ac.in,NA,FALSE,NA,NA,NA,India; open defecation; public finance; sanitation; Swachh Bharat,iwaponline.com -39018,8,3,https://iwaponline.com/washdev/article/8/3/374/39018/Microbial-contamination-of-non-household-drinking,"Journal of Water, Sanitation & Hygiene for Development",Microbial contamination of non-household drinking water sources: a systematic review,2018,FALSE,0,NA,NA,6,Lydia Abebe,"The Water Institute, University of North Carolina at Chapel Hill, 148 Rosenau Hall, CB #7431 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",United States of America,NA,NA,Jamie Bartram,"The Water Institute, University of North Carolina at Chapel Hill, 148 Rosenau Hall, CB #7431 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",United States of America,jbartram@live.unc.edu,NA,FALSE,NA,NA,NA,E. coli; fecal indicator bacteria; health care facilities; restaurants; schools; water quality,iwaponline.com -41301,8,3,https://iwaponline.com/washdev/article/8/3/386/41301/Water-sanitation-and-hygiene-systems-in-Pacific,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene systems in Pacific Island schools to promote the health and education of girls and children with disability: a systematic scoping review",2018,FALSE,0,NA,NA,6,Michelle Redman-MacLaren,"College of Medicine and Dentistry, James Cook University, Australia",Australia,michelle.maclaren@jcu.edu.au,NA,Michelle Redman-MacLaren,"College of Medicine and Dentistry, James Cook University, Australia",Australia,michelle.maclaren@jcu.edu.au,NA,FALSE,NA,NA,NA,children with disability; education; girl students; Pacific Island Countries and Territories (PICTs); public health; water; sanitation and hygiene,iwaponline.com -39041,8,3,https://iwaponline.com/washdev/article/8/3/402/39041/A-systematic-assessment-of-the-pro-poor-reach-of,"Journal of Water, Sanitation & Hygiene for Development",A systematic assessment of the pro-poor reach of development bank investments in urban sanitation,2018,FALSE,0,NA,NA,5,P. Hutchings,"Cranfield University, Vincent Building (1st Floor), Cranfield, Bedfordshire MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,p.t.hutchings@cranfield.ac.uk,NA,P. Hutchings,"Cranfield University, Vincent Building (1st Floor), Cranfield, Bedfordshire MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,p.t.hutchings@cranfield.ac.uk,NA,FALSE,NA,NA,NA,development bank; finance; pro-poor; urban sanitation,iwaponline.com -39347,8,3,https://iwaponline.com/washdev/article/8/3/415/39347/Investigating-disinfectant-by-products-in-Harare,"Journal of Water, Sanitation & Hygiene for Development","Investigating disinfectant by-products in Harare potable water supply, Zimbabwe",2018,FALSE,0,NA,NA,3,Kuitakwashe Nhongo,"Department of Civil Engineering, University of Zimbabwe, BOX MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,kuitanhongo@gmail.com,NA,Kuitakwashe Nhongo,"Department of Civil Engineering, University of Zimbabwe, BOX MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,kuitanhongo@gmail.com,NA,FALSE,NA,NA,NA,bromodichloromethane; disinfection by-products; Harare; residual chlorine; trihalomethanes; water quality,iwaponline.com -39052,8,3,https://iwaponline.com/washdev/article/8/3/429/39052/Assessing-equity-a-way-to-improve-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Assessing equity: a way to improve sanitation service delivery in South African informal settlements,2018,FALSE,0,NA,NA,3,S. M. Pan,"Department of Civil Engineering, University of Cape Town, Rondebosch 7700, South Africa",South Africa,sphpan@gmail.com,NA,S. M. Pan,"Department of Civil Engineering, University of Cape Town, Rondebosch 7700, South Africa",South Africa,sphpan@gmail.com,NA,FALSE,NA,NA,NA,equity; informal settlements; sanitation; South Africa,iwaponline.com -39054,8,3,https://iwaponline.com/washdev/article/8/3/439/39054/Analysis-of-water-security-and-source-preferences,"Journal of Water, Sanitation & Hygiene for Development",Analysis of water security and source preferences in rural Tanzania,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/3/10.2166_washdev.2018.169/2/washdev2018169supp.docx?Expires=1706092154&Signature=iI97~jaJ8fK5huPqoqxyjFSb6al7r-z7DlhJNJzYtNohtT9TZpn8KVcv-LyuPC6-Swnag1NTcurOVsx6-7NZdoiX01jcl5Xhh-2vnKKVkHtPpBGQkpsbdW8-2Xwy3wSwqeWA6ZqFRXsYJrtLR9mATMcZhOKNi~Pm8ESNJaz~i7K4NfKiiMZSHHARMjj9faiNn2r5SvYBL65~vRHwQoVMmn72jtkqWRBR-yxiun4mUJwIf4y1iTqRjAlHtCaXN0aLMW3qbnRQ6SOuGMqVZBLyXV28Til6~aiQb07MoljUCLRqh0l-UV3VZuhrsYVNhjHBvd~Nu2UkgBWr2APaTZRugg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Tula M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",United States of America,NA,NA,Susan J. Masten,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",United States of America,masten@egr.msu.edu,NA,FALSE,NA,NA,NA,rural communities; shallow wells; surface water; Tanzania; Water Poverty Index; Water Quality Index,iwaponline.com -39020,8,3,https://iwaponline.com/washdev/article/8/3/449/39020/An-investigation-of-some-water-quality-properties,"Journal of Water, Sanitation & Hygiene for Development","An investigation of some water quality properties from different sources in Pelengana commune, Segou, Mali",2018,FALSE,0,NA,NA,3,Amadou Toure,"School of Forestry, Northeast Forestry University, No.26 Hexing Road Xiangfang District, Harbin 150040, China",China,NA,NA,Duan Wenbiao,"School of Forestry, Northeast Forestry University, No.26 Hexing Road Xiangfang District, Harbin 150040, China",China,dwbiao88@126.com,NA,FALSE,NA,NA,NA,borehole water; Mali; Pelengana commune; physicochemical quality; river water; well water,iwaponline.com -40826,8,3,https://iwaponline.com/washdev/article/8/3/459/40826/Performance-evaluation-of-a-municipal-water,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of a municipal water distribution system using WaterCAD and Epanet,2018,FALSE,0,NA,NA,3,J. C. Agunwamba,"Department of Civil Engineering, University of Nigeria Nsukka, Nsukka, Nigeria",Nigeria,NA,NA,C. C. Nnaji,"Department of Civil Engineering, University of Nigeria Nsukka, Nsukka, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,NA,FALSE,NA,NA,NA,demand; Epanet; pressure; velocity; water distribution system; WaterCAD,iwaponline.com -39047,8,3,https://iwaponline.com/washdev/article/8/3/468/39047/Point-of-use-water-chlorination-among-urban-and,"Journal of Water, Sanitation & Hygiene for Development","Point-of-use water chlorination among urban and rural households with under-five-year children: a comparative study in Kersa Health and Demographic Surveillance Site, Eastern Ethiopia",2018,FALSE,0,NA,NA,6,Abraham Geremew,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,NA,Abraham Geremew,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,NA,FALSE,NA,NA,NA,caregivers; point-of-use; rural; urban; water chlorination,iwaponline.com -39048,8,3,https://iwaponline.com/washdev/article/8/3/481/39048/Impact-of-sanitation-monitoring-approaches-on,"Journal of Water, Sanitation & Hygiene for Development",Impact of sanitation monitoring approaches on sanitation estimates in Sub-Saharan Africa,2018,FALSE,0,NA,NA,3,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,mismuchie@gmail.com,NA,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,mismuchie@gmail.com,NA,FALSE,NA,NA,NA,Government approach; improved sanitation access; JMP approach; sanitation estimates; sanitation monitoring,iwaponline.com -41220,8,3,https://iwaponline.com/washdev/article/8/3/497/41220/Physico-chemical-quality-of-drinking-water-in-the,"Journal of Water, Sanitation & Hygiene for Development",Physico-chemical quality of drinking water in the Njoro sub-county in Kenya,2018,FALSE,0,NA,NA,3,Philip Ruciaka Kirianki,"Department of Biochemistry and Molecular Biology, Egerton University, P.O BOX 536-20115, Egerton, Njoro, Kenya",Kenya,NA,NA,Natasha Potgieter,"Department of Microbiology, School of Mathematical and Natural Sciences, University of Venda, Limpopo, South Africa and Dean, School of Mathematical and Natural Sciences, University of Venda, Limpopo, South Africa",South Africa,natasha.potgieter@univen.ac.za,NA,FALSE,NA,NA,NA,Kenya; physico-chemical parameters; public health; water quality,iwaponline.com -39029,8,3,https://iwaponline.com/washdev/article/8/3/508/39029/Who-is-being-left-behind-An-analysis-of-improved,"Journal of Water, Sanitation & Hygiene for Development",Who is being left behind? An analysis of improved drinking water and basic sanitation access in the Vietnamese Mekong Delta,2018,FALSE,0,NA,NA,4,Caitlin A. Grady,"Department of Civil and Environmental Engineering, Pennsylvania State University, University Park, PA, USA and Rock Ethics Institute, Pennsylvania State University, University Park, PA, USA",United States of America,cgrady@psu.edu,NA,Caitlin A. Grady,"Department of Civil and Environmental Engineering, Pennsylvania State University, University Park, PA, USA and Rock Ethics Institute, Pennsylvania State University, University Park, PA, USA",United States of America,cgrady@psu.edu,NA,FALSE,NA,NA,NA,access; clean water; Millennium Development Goals; sanitation; Sustainable Development Goals; Vietnam,iwaponline.com -39030,8,3,https://iwaponline.com/washdev/article/8/3/520/39030/Impact-of-a-multidimensional-child-cash-grant,"Journal of Water, Sanitation & Hygiene for Development","Impact of a multidimensional child cash grant programme on water, sanitation and hygiene in Nepal",2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/3/10.2166_washdev.2018.006/2/washdev2018006supp.docx?Expires=1706092182&Signature=gEIUvmPA1RXNClkWIYARyFASQAfwN0KJAx4DIrgJ3pu0ZYrLQ1q1G2NTXw8BD1StqUqnbGvPXqv2bID8hdaTP1QWox-7Egi0w~5FqHgV~4LQ5DTBywEG5XCMumAZ240mGSQ~UkpNuEHb-f1uqkjWXsZbzyiCeSeBrMpLFUIeQk2oll~C7iITOsHsgsAGGwUae3W2RxMp4tBxoBxCGVTkFCx2twGyefEoiv3tC0hYWGu3BgZBhkp~IhxNeRTvb~MMYNhI4uI6C3OH5SgL7u5kFqUe4Dr3361bY0P0FNbOEuG-ujglp--cjN83FqOtxgxg-GLFZJYo806VzIe-2mpkMw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Andre Renzaho,"Humanitarian and Development Studies, School of Social Sciences and Psychology, Western Sydney University, Locked Bag 1797, Penrith, NSW 2751, Australia",Australia,andre.renzaho@westernsydney.edu.au,NA,Andre Renzaho,"Humanitarian and Development Studies, School of Social Sciences and Psychology, Western Sydney University, Locked Bag 1797, Penrith, NSW 2751, Australia",Australia,andre.renzaho@westernsydney.edu.au,NA,FALSE,NA,NA,NA,drinking-water sources; hygiene; Nepal; sanitation; social protection; WASH,iwaponline.com -39016,8,3,https://iwaponline.com/washdev/article/8/3/533/39016/Determinants-of-toilet-ownership-among-rural,"Journal of Water, Sanitation & Hygiene for Development",Determinants of toilet ownership among rural households in six eastern districts of Indonesia,2018,FALSE,0,NA,NA,6,Mitsuaki Hirai,"Department of Global Health, Milken Institute School of Public Health, The George Washington University, Washington, DC, USA",United States of America,NA,NA,Jay P. Graham,"Public Health Institute, Oakland, CA, USA",United States of America,jay.graham@phi.org,NA,FALSE,NA,NA,NA,Indonesia; open defecation; sanitation; social norms,iwaponline.com -39017,8,3,https://iwaponline.com/washdev/article/8/3/546/39017/Exploring-equity-focus-of-the-SHAWN-WASH-programme,"Journal of Water, Sanitation & Hygiene for Development",Exploring equity focus of the SHAWN WASH programme in Nigeria,2018,FALSE,0,NA,NA,8,Ngozi Akwataghibe,"Royal Tropical Institute Mauritskade 63, 1092 AD Amsterdam, The Netherlands",Netherlands,n.akwataghibe@kit.nl,NA,Ngozi Akwataghibe,"Royal Tropical Institute Mauritskade 63, 1092 AD Amsterdam, The Netherlands",Netherlands,n.akwataghibe@kit.nl,NA,FALSE,NA,NA,NA,disability; equity; gender; sanitation; water,iwaponline.com -40790,8,3,https://iwaponline.com/washdev/article/8/3/556/40790/Business-model-analysis-for-faecal-sludge,"Journal of Water, Sanitation & Hygiene for Development",Business model analysis for faecal sludge collection and transport services in Thailand and Vietnam,2018,FALSE,0,NA,NA,3,Ta Hung Anh,"School of Environment Resources and Development, Asian Institute of Technology, P.O. Box 4, Khlong Luang, Pathumthani 12120, Thailand",Thailand,ta.hung.anh@ait.ac.th,NA,Ta Hung Anh,"School of Environment Resources and Development, Asian Institute of Technology, P.O. Box 4, Khlong Luang, Pathumthani 12120, Thailand",Thailand,ta.hung.anh@ait.ac.th,NA,FALSE,NA,NA,NA,business component; business model; collection and transport; faecal sludge,iwaponline.com -39772,8,3,https://iwaponline.com/washdev/article/8/3/568/39772/Characterisation-of-pit-latrine-sludge-from,"Journal of Water, Sanitation & Hygiene for Development","Characterisation of pit latrine sludge from shackleton, a peri-urban residential area of Zimbabwe",2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/3/10.2166_washdev.2018.041/2/washdev2018041supp.docx?Expires=1706012091&Signature=pVOD8TqYz9aSe99N2OEIHDsG7UL4XgBNKVhf6bMqkGYPaJyhAmtKBNv6mWaUc9sh-y6SqFoQim50grjzRbGpLgp1PldprQREgRDk6SAB2mhijVxd77lXh0Rho0I2dN91952zpc1pG6Tm39Wwkpt3fWpoqMUECxcU5Cb-Z0auMeu6Zr635wPP41SujgbQnIorAB0SgDy39JYWiyIOULkZe7ZkLe9jX44vFKx7O2ZmYnBCcSoNrXUOnW367V55BKBnfTaCVVFomRTy96FAByhfSwd3dxtFuXUvuaZTHIUF6J3idWHbh4Sdg0-X3bsMuaXL8m5z9yps44~IxTJXbLO23g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,M. C. Changara,"Department of Environmental Science and Technology, Chinhoyi University of Technology, P.O. Box 7724, Chinhoyi, Zimbabwe",Zimbabwe,chrischangara@gmail.com,NA,M. C. Changara,"Department of Environmental Science and Technology, Chinhoyi University of Technology, P.O. Box 7724, Chinhoyi, Zimbabwe",Zimbabwe,chrischangara@gmail.com,NA,FALSE,NA,NA,NA,characterisation; physico-chemical parameters; pit latrine sludge; user habits,iwaponline.com -39019,8,3,https://iwaponline.com/washdev/article/8/3/578/39019/Performance-of-modified-twin-pit-toilet-in,"Journal of Water, Sanitation & Hygiene for Development","Performance of modified twin pit toilet in Mulbagal town, Karnataka, India",2018,FALSE,0,NA,NA,3,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore, India",India,msrao@iisc.ac.in,NA,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore, India",India,msrao@iisc.ac.in,NA,FALSE,NA,NA,NA,groundwater; nitrate; pit toilet; remediation,iwaponline.com -39042,8,3,https://iwaponline.com/washdev/article/8/3/585/39042/Water-insecurity-among-rural-households-of-West,"Journal of Water, Sanitation & Hygiene for Development",Water insecurity among rural households of West Cameroon: lessons learned from the field,2018,FALSE,0,NA,NA,2,Carole Debora Nounkeu,"University of North Carolina at Greensboro, Greensboro, North Carolina, USA",United States of America,dcnounke@uncg.edu,NA,Carole Debora Nounkeu,"University of North Carolina at Greensboro, Greensboro, North Carolina, USA",United States of America,dcnounke@uncg.edu,NA,FALSE,NA,NA,NA,children; diarrhea; hygiene; sanitation; water insecurity,iwaponline.com -41425,8,4,https://iwaponline.com/washdev/article/8/4/595/41425/Institutional-WASH-in-the-SDGs-data-gaps-and,"Journal of Water, Sanitation & Hygiene for Development",Institutional WASH in the SDGs: data gaps and opportunities for national monitoring,2018,FALSE,0,NA,NA,6,Christie Chatterley,"Fort Lewis College, 1000 Rim Dr., Durango, CO 81301, USA",United States of America,cachatterley@fortlewis.edu,NA,Christie Chatterley,"Fort Lewis College, 1000 Rim Dr., Durango, CO 81301, USA",United States of America,cachatterley@fortlewis.edu,NA,FALSE,NA,NA,NA,equity; health care facilities; monitoring and evaluation; schools; SDG6; WASH,iwaponline.com -40924,8,4,https://iwaponline.com/washdev/article/8/4/607/40924/Multi-date-trends-in-groundwater-pollution-from,"Journal of Water, Sanitation & Hygiene for Development",Multi-date trends in groundwater pollution from pit latrines,2018,FALSE,0,NA,NA,1,Bloodless Dzwairo,"Civil Engineering Midlands, Durban University of Technology, P.O. Box 101112, Scottsville, 3209, South Africa",South Africa,ig445578@gmail.com,NA,Bloodless Dzwairo,"Civil Engineering Midlands, Durban University of Technology, P.O. Box 101112, Scottsville, 3209, South Africa",South Africa,ig445578@gmail.com,NA,FALSE,NA,NA,NA,groundwater pollution; hygiene; microbial pollution; phosphorus and nitrate; pit latrine; sustainable water quality management,iwaponline.com -41573,8,4,https://iwaponline.com/washdev/article/8/4/622/41573/Improving-the-use-of-qualitative-comparative,"Journal of Water, Sanitation & Hygiene for Development",Improving the use of qualitative comparative analysis for inferring complex causation in development and planning research,2018,FALSE,0,NA,NA,1,Alrik Thiem,"University of Lucerne, Lucerne, Switzerland",Switzerland,alrik.thiem@unilu.ch,NA,Alrik Thiem,"University of Lucerne, Lucerne, Switzerland",Switzerland,alrik.thiem@unilu.ch,NA,FALSE,NA,NA,NA,causal complexity; configurational comparative methods; Qualitative Comparative Analysis (QCA); research methods,iwaponline.com -63287,8,4,https://iwaponline.com/washdev/article/8/4/632/63287/Actively-engaging-women-is-helping-solve-the,"Journal of Water, Sanitation & Hygiene for Development",Actively engaging women is helping solve the global water crisis,2018,FALSE,0,NA,NA,3,E. Allen,"Water For People, 100 E Tennessee Ave, Denver, CO 80209, USA",United States of America,eallen@waterforpeople.org,NA,E. Allen,"Water For People, 100 E Tennessee Ave, Denver, CO 80209, USA",United States of America,eallen@waterforpeople.org,NA,FALSE,NA,NA,NA,gender parity; inclusion; leadership; professional development; sustainability; women,iwaponline.com -39014,8,4,https://iwaponline.com/washdev/article/8/4/640/39014/Assessing-sustainability-of-community-managed-NGOs,"Journal of Water, Sanitation & Hygiene for Development",Assessing sustainability of community managed NGOs’ WASH interventions in rural Zimbabwe: the case of Chivi district in Masvingo province,2018,FALSE,0,NA,NA,1,Victor Madziyauswa,"Department of Development Studies, Faculty of Management and Commerce, University of Fort Hare, Alice Town 5700, Republic of South Africa",South Africa,victormadziyauswa@gmail.com,NA,Victor Madziyauswa,"Department of Development Studies, Faculty of Management and Commerce, University of Fort Hare, Alice Town 5700, Republic of South Africa",ZAF,victormadziyauswa@gmail.com,NA,FALSE,NA,NA,NA,non-government organizations; service delivery; sustainability; water and sanitation,iwaponline.com -41271,8,4,https://iwaponline.com/washdev/article/8/4/650/41271/Determinants-of-rural-sanitation-in-India-and,"Journal of Water, Sanitation & Hygiene for Development",Determinants of rural sanitation in India and implications for public policy,2018,FALSE,0,NA,NA,1,Indranil De,"Institute of Rural Management Anand, Anand, Gujarat, India",India,india.indranil@gmail.com,NA,Indranil De,"Institute of Rural Management Anand, Anand, Gujarat, India",India,india.indranil@gmail.com,NA,FALSE,NA,NA,NA,ethnicity; family size; income; infrastructure; public policy; sanitation,iwaponline.com -41221,8,4,https://iwaponline.com/washdev/article/8/4/660/41221/Cinderella-and-the-missing-slipper-gender-dynamics,"Journal of Water, Sanitation & Hygiene for Development",Cinderella and the missing slipper: gender dynamics in water management in the coastal region of Bangladesh,2018,FALSE,0,NA,NA,2,Khalid Md. Bahauddin,"Institute of Development Studies and Sustainability (IDSS), United International University (UIU), Dhaka, Bangladesh",Bangladesh,khalid.bahauddin@gmail.com,NA,Khalid Md. Bahauddin,"Institute of Development Studies and Sustainability (IDSS), United International University (UIU), Dhaka, Bangladesh",Bangladesh,khalid.bahauddin@gmail.com,NA,FALSE,NA,NA,NA,coastal Bangladesh; gender; inequalities; responsibility; role,iwaponline.com -62855,8,4,https://iwaponline.com/washdev/article/8/4/668/62855/Assessing-peri-urban-sanitation-quality-using-a,"Journal of Water, Sanitation & Hygiene for Development","Assessing peri-urban sanitation quality using a theoretically derived composite measure in Lusaka, Zambia",2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.029/2/washdev2018029supp.docx?Expires=1706021782&Signature=ayUOL8qufxqZHBZjXh5Z-39TdVg961o21oV6U0726FQlGFiG1kZkde-hrF~CBxsy0ZsfpgOQX~PtScu7toIRC1db3rHu6iigtD5ahthSV3oTTrQe2LKWdyajymIR5PD5LQDWwAzJr8DfIFw0a5v17~8gtPzzNxIEIXkZd38hC6APwUxSXuvFJN1CH3Bw2bPqvFNWLKl-5GIht9m~rrwqPcKYnjrI-WANkb96BdB0Szh-crBzB392c7FTE0a~CMpx3pDut-YcgQ6gcR5u26qk3lu2KrX7o0UB6-nX9Igxr48Vj~glY95aRfn7xxbXPMVSNAePUlYGTMY59N4DZV-8jg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,James B. Tidwell,"London School of Hygiene & Tropical Medicine, Keppel St, London WC1E 7HT, UK",United Kingdom of Great Britain and Northern Ireland,ben.tidwell@lshtm.ac.uk,NA,James B. Tidwell,"London School of Hygiene & Tropical Medicine, Keppel St, London WC1E 7HT, UK",United Kingdom of Great Britain and Northern Ireland,ben.tidwell@lshtm.ac.uk,NA,FALSE,NA,NA,NA,measure; peri-urban; quality; sanitation; shared; toilet,iwaponline.com -63652,8,4,https://iwaponline.com/washdev/article/8/4/679/63652/Consolidating-the-use-of-reclaimed-water-for,"Journal of Water, Sanitation & Hygiene for Development",Consolidating the use of reclaimed water for irrigation and infiltration in a semi-arid agricultural valley in Mexico: water management experiences and results,2018,FALSE,0,NA,NA,2,L. G. Mendoza-Espinosa,"Water and Environment Group, Oceanographic Research Institute, Autonomous University of Baja California, Ensenada, Baja California, Mexico",Mexico,lmendoza@uabc.edu.mx,NA,L. G. Mendoza-Espinosa,"Water and Environment Group, Oceanographic Research Institute, Autonomous University of Baja California, Ensenada, Baja California, Mexico",Mexico,lmendoza@uabc.edu.mx,NA,FALSE,NA,NA,NA,crop irrigation; Ensenada; Mexico; water reclamation,iwaponline.com -63812,8,4,https://iwaponline.com/washdev/article/8/4/688/63812/In-vessel-co-composting-a-rapid-resource-recovery,"Journal of Water, Sanitation & Hygiene for Development",In-vessel co-composting – a rapid resource recovery option for septage treatment in Indian cities,2018,TRUE,1,doc,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.046/2/washdev2018046supp.doc?Expires=1706092247&Signature=EeeA0DV4erM2rMbnWYxw2WepB9FetriG0Td3gWZkaJioj6Oo9YHSHL9jc53ngi2EM0OxM~mAJsR3rqKiCcgX4UStMWiJ3d3ocFNG1sdeESGhRmo0ZBaHq-oRnyIZvsr-S3OmXcsAK7WlTWu-aBUw1qy6KFdnuPTAZCnSG-eNJO6dgAXLbhfftB9TVnqwWcY3AQXHZdPnvRgd-hLSOWtCZjkdTc3ee2dYIMerXfUPToIWADJJSeK~-LzCPNC-g4DF-3eE6ScNE1wuKaa6YJTrYQsbebe8BaZkmLwCicvvp3bu95TU2c--CROmctSrUNMoemdZu6Egiegj1kjWOLj6mw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Anu Rachel Thomas,"Department of Civil Engineering, Indian Institute of Technology Madras, Chennai 600036, India",India,NA,NA,Ligy Philip,"Department of Civil Engineering, Indian Institute of Technology Madras, Chennai 600036, India",India,ligy@iitm.ac.in,NA,FALSE,NA,NA,NA,co-substrates; end use; fertilizer; in-vessel co-composting; maturity test; septage,iwaponline.com -64331,8,4,https://iwaponline.com/washdev/article/8/4/698/64331/Microbiological-water-quality-of-the-sacred-River,"Journal of Water, Sanitation & Hygiene for Development","Microbiological water quality of the sacred River Bhagirathi, Garhwal Himalaya, India",2018,FALSE,0,NA,NA,3,Nidhi Sharma,"Department of Microbiology, J.V. College, Baraut-Baghpat, Uttar Pradesh, India",India,NA,NA,Rahul Kumar,"Department of Environmental Sciences, H.N.B. Garhwal University (A Central University), Srinagar Garhwal 246174, Uttarakhand, India",India,rahul.khadwalia@gmail.com,NA,FALSE,NA,NA,NA,Bhagirathi; Ganga; Garhwal Himalaya; India; microbiological; water quality,iwaponline.com -63653,8,4,https://iwaponline.com/washdev/article/8/4/707/63653/Operating-parameters-for-three-resource-recovery,"Journal of Water, Sanitation & Hygiene for Development",Operating parameters for three resource recovery options from slow-pyrolysis of faecal sludge,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.009/2/washdev2018009supp.docx?Expires=1706043976&Signature=cUqMhbYXwnpq1L7yf04gbvUmQSIQxRLC3C3r~W8AWuS7toP1GBJqdpUWpVF-rZu7Vxmxke-qNBFGkplAJr-9cNu5Fulc6hIdHs-sPuFT0~oewvQn1M4d-hsAE0-L32XGcwEy487MAehR6tVsf7LNzbCGl7ClAacO1ihholO64SGAn06QIbN03zst4vbi6gEIKPuKosg3hJyqnOcvoRHJFDgO2WiYGDYFTd4AgO5M463KtfkiAOdk-GNjqrq8hglda59~Q2h3LsqSqi8umRzqjqyeVOa1MRUgLdsJoY1VmDp74bC7AdASNS5ng8P~K1QxVgYBDphjWwMqjMG~aaQHdA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,M. Gold,"Sandec: Department of Sanitation, Water and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, 8600 Duebendorf, Switzerland",Switzerland,moritz.gold@eawag.ch,NA,M. Gold,"Sandec: Department of Sanitation, Water and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, 8600 Duebendorf, Switzerland",Switzerland,moritz.gold@eawag.ch,NA,FALSE,NA,NA,NA,char; pyrolysis; sanitation; treatment; Uganda; wastewater,iwaponline.com -64190,8,4,https://iwaponline.com/washdev/article/8/4/718/64190/Sanitation-for-all-a-Panglossian-perspective,"Journal of Water, Sanitation & Hygiene for Development",Sanitation for all: a Panglossian perspective?,2018,FALSE,0,NA,NA,2,Priyam Das,"University of Hawai‘i at Mānoa, Honolulu, HI, USA",United States of America,priyam@hawaii.edu,NA,Priyam Das,"University of Hawai‘i at Mānoa, Honolulu, HI, USA",United States of America,priyam@hawaii.edu,NA,FALSE,NA,NA,NA,India; low-income settlements; open defecation; sanitation; toilets; urban,iwaponline.com -63697,8,4,https://iwaponline.com/washdev/article/8/4/730/63697/Contributing-to-water-security-through-water,"Journal of Water, Sanitation & Hygiene for Development",Contributing to water security through water tariffs: some guidelines for implementation mechanisms,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.015/2/washdev2018015supp.docx?Expires=1706026647&Signature=OpIhMMCLbcOEPDf~dWSc41r79fo5c4enzDtMkZ33cOfyBHHBDu3cV~0HjOp6dxRLVjEDtPsLxpkUQBQQo5HseobX6CjtIXQnWGGJ6yePqMMrgeUrciJT0DJzdHNHvaf~C96uHHnaKHri0iinYvLZ0CAhQXZLg47ywddc94FlL9aAsBW7VHCbLlF2Djex0Yz2Oavi-dQFD4q9UHv6-Yuh5Ux351nWD2LH-cZ7N38vdV1YujK7HIt6okdM-XS--8z2Gliqah9yyKVZPNNfRdkbljz4AFpeIiegXY8dKM4XBi815nT8wP5heHj7PbQ3UxPZzaXTFEiA902RHXg56KebhQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Francisco Silva Pinto,"CERIS, CESUR, Instituto Superior Técnico, Universidade de Lisboa, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,frcsilvapinto@tecnico.ulisboa.pt,NA,Francisco Silva Pinto,"CERIS, CESUR, Instituto Superior Técnico, Universidade de Lisboa, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,frcsilvapinto@tecnico.ulisboa.pt,NA,FALSE,NA,NA,NA,growing urban centres; pricing policies; water security; water tariff implementation,iwaponline.com -64304,8,4,https://iwaponline.com/washdev/article/8/4/740/64304/Incidence-of-chlorination-by-products-in-an,"Journal of Water, Sanitation & Hygiene for Development","Incidence of chlorination by-products in an institutional drinking water distribution network, Islamabad, Pakistan, using response surface methodology",2018,FALSE,0,NA,NA,5,Romana Khan,"Institute of Environmental Sciences and Engineering, School of Civil and Environmental Engineering, National University of Sciences and Technology (NUST), H-12 Sector, Islamabad, 44000, Pakistan",Pakistan,romanakhan333@gmail.com,NA,Romana Khan,"Institute of Environmental Sciences and Engineering, School of Civil and Environmental Engineering, National University of Sciences and Technology (NUST), H-12 Sector, Islamabad, 44000, Pakistan",Pakistan,romanakhan333@gmail.com,NA,FALSE,NA,NA,NA,disinfection by-products; distribution network; response surface methodology; solid-phase microextraction; water analysis,iwaponline.com -64305,8,4,https://iwaponline.com/washdev/article/8/4/752/64305/Developing-a-water-quality-index-in-a-tropical,"Journal of Water, Sanitation & Hygiene for Development",Developing a water quality index in a tropical reservoir using a measure of multiparameters,2018,FALSE,0,NA,NA,6,Alberto Quevedo-Castro,"División de Estudios de Posgrado e Investigación, Instituto Tecnológico de Culiacán, Juan de Dios Bátiz 310, Col. Guadalupe, P.C. 80220, Culiacán, Sinaloa, Mexico",Mexico,NA,NA,Yaneth Bustos-Terrones,"CONACYT-División de Estudios de Posgrado e Investigación, Instituto Tecnológico de Culiacán, Juan de Dios Bátiz 310, Col. Guadalupe, P.C. 80220, Culiacán, Sinaloa, Mexico",Mexico,yabustoste@conacyt.mx,NA,FALSE,NA,NA,NA,Pearson correlation; principal component analysis; sensitivity analysis; tropical reservoir; water quality index,iwaponline.com -64491,8,4,https://iwaponline.com/washdev/article/8/4/767/64491/Microbiological-and-physico-chemical-properties-of,"Journal of Water, Sanitation & Hygiene for Development","Microbiological and physico-chemical properties of packaged, residential treatment device and tap water drinking water and their possible effects on human health",2018,FALSE,0,NA,NA,7,Neriman Aydın,"Faculty of Medicine, Department of Public Health, Gaziantep University, 27310 Gaziantep, Turkey",Türkiye,neriman_aydin@yahoo.com,NA,Neriman Aydın,"Faculty of Medicine, Department of Public Health, Gaziantep University, 27310 Gaziantep, Turkey",Türkiye,neriman_aydin@yahoo.com,NA,FALSE,NA,NA,NA,drinking water; packaged water; sanitation; tap water; water analysis,iwaponline.com -64417,8,4,https://iwaponline.com/washdev/article/8/4/777/64417/Lead-lag-series-and-staged-parallel-operational,"Journal of Water, Sanitation & Hygiene for Development",Lead-lag series and staged parallel operational strategies improve the performance and cost-effectiveness of bonechar for control of fluoride in groundwater,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.111/2/washdev2018111supp.docx?Expires=1706092283&Signature=whDPyjL3Ai7Nddis2iT4~FJny4kJuGZVkLxYr1gdB53mbeuNZalINxgxDgOhwCNCD2Ia6JvszoQtc1Idq2pVAtP6zR7VO2aUZbfD~Ds-S33ThZ0DLPJ6Jr4I~KlBPGMZ0JX1YajdrEoi~VEEWVJvGu7xE2inVBClJnJbsQOfzWirWNpCSkDDBXV8oEMnKb76-WvxDTozTqbFksUChz8otDFFwDhdtdL35ptO~zXUAmTQVWRbekHEEZI~c0tgbeajiew1SxZvlTyErZWDvjNtVIdJxz0RMWjm8ZclA3LeGarwZt8xzInfBqNd7qURmn6sN5ynfxnlO~Tfp5rAyu8rXA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,J. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, NC 27695, USA",United States of America,jpkearns@ncsu.edu,NA,J. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, NC 27695, USA",United States of America,jpkearns@ncsu.edu,NA,FALSE,NA,NA,NA,bonechar; fluoride; groundwater; household water treatment; Mexico; sorption,iwaponline.com -41370,8,4,https://iwaponline.com/washdev/article/8/4/785/41370/Improving-environmental-conditions-for,"Journal of Water, Sanitation & Hygiene for Development","Improving environmental conditions for involuntarily displaced populations: water, sanitation, and hygiene in orphanages, prisons, and refugee and IDP settlements",2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.019/2/washdev2018019supp.docx?Expires=1706022745&Signature=iydkyZEZwzmwmeerw4yjz0JxWxqpD6FEPOvzr2Cn4FT-cgWfh0YSs3fuSfdrP~doVap153o4CFVZEhR7GqC3r7ND7X7FA1oV25Sv-ICszAbORGuI1o4kYiXYxdAQ8bv1rlsGjffKQg70v4aaiLjwkaNciyYccgb-HdgGwpJJp9svMeHFBQu0tFWRPmRfZi9VtI4GNod6Jzjtm~dtEEz-AlW-QbYnKusAsAvxzdWE2FfHqikJmV1SiVmPjyxCDrFxrH5tFI5fGiN16zgpX1IL2ZjatJu4~N-Bh8S9Ia3oNbzOpHLnCrK-ysBT9ruCoxDAezaoTLRZJ6uD76mtebKBwA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,11,Nikki Behnke,"Gillings School of Global Public Health, The Water Institute at UNC, Campus Box #7431, 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",United States of America,behnke@live.unc.edu,NA,Nikki Behnke,"Gillings School of Global Public Health, The Water Institute at UNC, Campus Box #7431, 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",United States of America,behnke@live.unc.edu,NA,FALSE,NA,NA,NA,environmental health; orphanages; prisons; refugees; WaSH,iwaponline.com -41533,8,4,https://iwaponline.com/washdev/article/8/4/792/41533/Dewatering-of-septic-tank-sludge-in-alternative,"Journal of Water, Sanitation & Hygiene for Development",Dewatering of septic tank sludge in alternative sludge drying bed,2018,FALSE,0,NA,NA,3,Denise Vazquez Manfio,"School of Civil Engineering, Architecture and Urban Design – FEC, University of Campinas – UNICAMP, Avenida Albert Einstein, 951, Cidade Universitária ‘Zeferino Vaz’, P.O. Mailbox: 6021, 13083-852, Campinas, SP, Brazil",Brazil,NA,NA,Adriano Luiz Tonetti,"School of Civil Engineering, Architecture and Urban Design – FEC, University of Campinas – UNICAMP, Avenida Albert Einstein, 951, Cidade Universitária ‘Zeferino Vaz’, P.O. Mailbox: 6021, 13083-852, Campinas, SP, Brazil",Brazil,adriano@fec.unicamp.br,NA,FALSE,NA,NA,NA,conditioning; drying bed; permeable pavement; septic tank; sludge,iwaponline.com -41532,8,4,https://iwaponline.com/washdev/article/8/4/799/41532/Emergency-response-in-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Emergency response in water, sanitation and hygiene to control cholera in post-earthquake Nepal in 2016",2018,FALSE,0,NA,NA,2,Kazutaka Sekine,"UNICEF Sierra Leone, Freetown, Sierra Leone",Sierra Leone,kazutaka_sekine@hotmail.com,NA,Kazutaka Sekine,"UNICEF Sierra Leone, Freetown, Sierra Leone",Sierra Leone,kazutaka_sekine@hotmail.com,NA,FALSE,NA,NA,NA,cholera; diarrhea; disasters; disease outbreaks; sanitation,iwaponline.com -62800,8,4,https://iwaponline.com/washdev/article/8/4/803/62800/Engaging-field-staff-in-strategic-asset-management,"Journal of Water, Sanitation & Hygiene for Development",Engaging field staff in strategic asset management,2018,FALSE,0,NA,NA,2,Patricia Bakir,"Consultant and IWA Fellow, Amman, Jordan",Jordan,bakirp@gmail.com,NA,Patricia Bakir,"Consultant and IWA Fellow, Amman, Jordan",Jordan,bakirp@gmail.com,NA,FALSE,NA,NA,NA,asset management; communication; field staff; utility management,iwaponline.com -63305,8,4,https://iwaponline.com/washdev/article/8/4/809/63305/Evaluation-of-use-acceptability-and-effectiveness,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of use, acceptability, and effectiveness of household water filter systems in Honduras, 2016–2017",2018,FALSE,0,NA,NA,9,Kirsten Fagerli,"Centers for Disease Control and Prevention, Division of Foodborne, Waterborne, and Environmental Diseases, 1600 Clifton Road, Atlanta, GA 30329, USA",United States of America,kfagerli@cdc.gov,NA,Kirsten Fagerli,"Centers for Disease Control and Prevention, Division of Foodborne, Waterborne, and Environmental Diseases, 1600 Clifton Road, Atlanta, GA 30329, USA",United States of America,kfagerli@cdc.gov,NA,FALSE,NA,NA,NA,E. coli; hollow fiber water filter; Honduras; water quality,iwaponline.com -64359,8,4,https://iwaponline.com/washdev/article/8/4/817/64359/Indigenous-drinking-water-consumption-pattern-of,"Journal of Water, Sanitation & Hygiene for Development",Indigenous drinking-water consumption pattern of residents in Kuching city: results of a pilot study,2018,FALSE,0,NA,NA,2,King Kuok Kuok,"Faculty of Engineering, Computing and Science, Swinburne University of Technology Sarawak Campus, 93350 Kuching, Sarawak, Malaysia",Malaysia,kkuok@swinburne.edu.my,NA,King Kuok Kuok,"Faculty of Engineering, Computing and Science, Swinburne University of Technology Sarawak Campus, 93350 Kuching, Sarawak, Malaysia",Malaysia,kkuok@swinburne.edu.my,NA,FALSE,NA,NA,NA,bottled water; demographic factors; drinking water consumption pattern; in-home water treatment device; raw water; tap water,iwaponline.com -65058,9,1,https://iwaponline.com/washdev/article/9/1/1/65058/Motivators-for-treated-wastewater-acceptance,"Journal of Water, Sanitation & Hygiene for Development",Motivators for treated wastewater acceptance across developed and developing contexts,2019,FALSE,0,NA,NA,6,Jacelyn Rice,"Department of Engineering Technology and Construction Management, University of North Carolina-Charlotte, Charlotte, NC, 28223, USA",United States of America,jrice35@uncc.edu,NA,Jacelyn Rice,"Department of Engineering Technology and Construction Management, University of North Carolina-Charlotte, Charlotte, NC, 28223, USA",United States of America,jrice35@uncc.edu,NA,FALSE,NA,NA,NA,acceptability; motivation; treated wastewater; water reuse; willingness to use,iwaponline.com -65389,9,1,https://iwaponline.com/washdev/article/9/1/7/65389/Rethinking-Brasilia-s-water-services-new-targets,"Journal of Water, Sanitation & Hygiene for Development",Rethinking Brasília's water services: ‘new targets’ using the regulatory impact assessment (RIA) tool,2019,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2019.088/3/washdev2019088supp.pdf?Expires=1706092312&Signature=aoqAL~0tm9ShZj4n0OqFu1bflOL3d5a4H5I5eiMBTAGvp9z9F1ZCJ~8d6uKQ5C2m1cfHaBwqj0DbKuRWD1uvxACv-SN9j76JXo4B7lsKRbpYyCO2NkrfFlvpAS6dHTRAtAx7fJ3OIQRmWpiYdrsV52koeUOo19HJ~5LW5YHlh2q3In9un99D0EjGiecTo6DGuamqK26So77fFDKBIOk4HtVfjqZvtzIJ6Mvg8xSjLceHgxDAYqOBzDQ-0s56Oy5YYF~yTH9Lh4aYhEnYSEiM0Wn1PFLAlp5XhdCoC4S7Bqutbt8HPcyno67vFP3xably4RUSYZdfdJVhE9gDFftFtg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Bruno Eustaquio de Carvalho,"CERIS-IST, University of Lisbon, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,bruno.d.carvalho@tecnico.ulisboa.pt,NA,Bruno Eustaquio de Carvalho,"CERIS-IST, University of Lisbon, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,bruno.d.carvalho@tecnico.ulisboa.pt,NA,FALSE,NA,NA,NA,Brasília water sector; multicriteria decision analysis; regulatory impact assessment,iwaponline.com -65081,9,1,https://iwaponline.com/washdev/article/9/1/19/65081/The-inactivation-of-Ascaris-suum-eggs-by-short,"Journal of Water, Sanitation & Hygiene for Development",The inactivation of Ascaris suum eggs by short exposure to high temperatures,2019,FALSE,0,NA,NA,4,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban, South Africa",South Africa,danica.naidoo987@gmail.com,NA,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban, South Africa",South Africa,danica.naidoo987@gmail.com,NA,FALSE,NA,NA,NA,Ascaris suum; heat treatment; inactivation; temperature; viability,iwaponline.com -64605,9,1,https://iwaponline.com/washdev/article/9/1/28/64605/Water-quality-before-and-after-a-campaign-of,"Journal of Water, Sanitation & Hygiene for Development","Water quality before and after a campaign of cleaning and disinfecting shallow wells: a study conducted during and after floods in Khyber Pakhtunkhwa, Pakistan",2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.272/3/washdev2018272supp.docx?Expires=1706092320&Signature=BzoTP~0IjqywGzBgPmDlS3BNr0ManSKPzS77D54EblKYicIBXOR1465JR0BBSTUFWFNSySjCG6zsJQmr0ac3IcoBwGrqMxcWm5-IpqlgyBrzSL~yaQ4yUuQJkxK55Qm19XsoZ9RsjF0Oct7NRaTtq17ZjIVO0pWtXQ3iWlF137~IyH2YoZ0dFDQAXorOjPviOyqE8IRnVzelDrGi8MUoQll7dzI0nzoEwjhy1FcVL4xHhe3CqEyaz97mGme3jJNSCXM9XvvRvrK~fLgw-xcCCgOqUyhbBebWSdnTFauaOWDjDlOLQzDBHD6b~HBB57IDtNFCC2mAuHuItwdol~NI8w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Rashid Ali,"Integrated Regional Support Program, Mardan, Pakistan",Pakistan,NA,NA,Claudio Valsangiacomo,"University of Applied Sciences and Arts of Southern Switzerland, Centre for Development and Cooperation, Lugano, Switzerland",Switzerland,claudio.valsangiacomo@supsi.ch,NA,FALSE,NA,NA,NA,flood; shallow well; water quality; well cleaning,iwaponline.com -65044,9,1,https://iwaponline.com/washdev/article/9/1/38/65044/Exploration-of-bacterial-contaminants-in,"Journal of Water, Sanitation & Hygiene for Development",Exploration of bacterial contaminants in reservoirs of Palamuru by PCR-DGGE method: household water treatment,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.077/3/washdev2018077supp.docx?Expires=1706092325&Signature=0TKCTzD881zeyBmbyaqdm4jyyVX1Gpe72v-HnbFTxIm2Hc04vbMvk~Bi08UqYkuAJL2NYTG-0XTnK9lxUvA4gYtIdE64PgoPE6ZUTmLDCSQnPl87RyreCtU4gIkLY48amGkvm9I1v~BWqFEDp2n8oHRZ0OTRhgfL9Ut9A5mAU1AoMYNb40rDFNouRz-QHOoI~PLsD-uG5OWQRrmLnWuHWtg~VGMpUxl746VMGbCZvicZauWZ2s3rFwSB8XGtmOynz1YSgiBD-LYvEPHrqNtwD8KcCgRgv7BDCXKZgIi~EjCFAXaT9GC6wfPf0p-O3rOseq7INzJm7dHlvloK9x7~TQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,A. Shiva Shanker,"Department of Microbiology, Palamuru University, Mahabubnagar, Telangana 509 001, India",India,NA,NA,Pavan Kumar Pindi,"Department of Microbiology, Palamuru University, Mahabubnagar, Telangana 509 001, India",India,pavankumarpindi@gmail.com,NA,FALSE,NA,NA,NA,bacterial contamination; bacterial diversity; CFU; community drinking water; drinking water,iwaponline.com -65390,9,1,https://iwaponline.com/washdev/article/9/1/49/65390/Electropermeabilization-of-nematode-eggs-for,"Journal of Water, Sanitation & Hygiene for Development",Electropermeabilization of nematode eggs for parasite deactivation,2019,FALSE,0,NA,NA,7,M. H. Dryzer,"Department of Physics, Elon University, Elon, NC 27244, USA",United States of America,mdryzer@elon.edu,NA,M. H. Dryzer,"Department of Physics, Elon University, Elon, NC 27244, USA",United States of America,mdryzer@elon.edu,NA,FALSE,NA,NA,NA,Caenorhabditis elegans; eggshell permeability; electroporation; parasitic helminth eggs; propidium iodide staining; wastewater sanitation,iwaponline.com -65779,9,1,https://iwaponline.com/washdev/article/9/1/56/65779/Physicochemical-and-bacteriological-quality-of,"Journal of Water, Sanitation & Hygiene for Development",Physicochemical and bacteriological quality of sachet water used by Ghanaian university students: implications for public health,2019,FALSE,0,NA,NA,3,Bismark Elorm Addo,"Department of Chemistry, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,NA,NA,Razak M. Gyasi,"African Population and Health Research Center (APHRC), Manga Close, Off Kirawa Road, P.O. Box 10787 - 00100, Nairobi, Kenya",Kenya,rgyasi@aphrc.org,NA,FALSE,NA,NA,NA,bacteriological analysis; faecal coliform; public health; sachet water; university students; water quality,iwaponline.com -65309,9,1,https://iwaponline.com/washdev/article/9/1/64/65309/Chemical-and-microbiological-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Chemical and microbiological quality of desalinated waters in Birjand city, Iran",2019,FALSE,0,NA,NA,4,Ali Naghizadeh,"Medical Toxicology and Drug Abuse Research Center (MTDRC), Birjand University of Medical Sciences (BUMS), Birjand, Iran",Iran (Islamic Republic of),aliinaghizadeh@gmail.com,NA,Ali Naghizadeh,"Medical Toxicology and Drug Abuse Research Center (MTDRC), Birjand University of Medical Sciences (BUMS), Birjand, Iran",Iran (Islamic Republic of),aliinaghizadeh@gmail.com,NA,FALSE,NA,NA,NA,Birjand; chemical quality; desalination; Iran; microbiological quality,iwaponline.com -65308,9,1,https://iwaponline.com/washdev/article/9/1/71/65308/Analysis-of-households-vulnerability-to-waterborne,"Journal of Water, Sanitation & Hygiene for Development","Analysis of households' vulnerability to waterborne diseases in Yenagoa, Nigeria",2019,FALSE,0,NA,NA,1,Odafivwotu Ohwo,"Niger Delta University, Amassoma, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,NA,Odafivwotu Ohwo,"Niger Delta University, Amassoma, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,NA,FALSE,NA,NA,NA,drinking water; hygiene; sanitation; vulnerability; waterborne diseases,iwaponline.com -65056,9,1,https://iwaponline.com/washdev/article/9/1/80/65056/Household-level-drinking-water-quality-access-and,"Journal of Water, Sanitation & Hygiene for Development","Household-level drinking water quality, access, and management practices within an informal community: a case study at Rio das Pedras, Rio de Janeiro",2019,FALSE,0,NA,NA,6,Richard V. Remigio,"Urban Health Collaborative, Dornsife School of Public Health, Drexel University, Philadelphia, PA, USA",United States of America,rvr350@umd.edu,NA,Richard V. Remigio,"Urban Health Collaborative, Dornsife School of Public Health, Drexel University, Philadelphia, PA, USA",United States of America,rvr350@umd.edu,NA,FALSE,NA,NA,NA,drinking water; households; informal communities; urban health; water access; water storage,iwaponline.com -65352,9,1,https://iwaponline.com/washdev/article/9/1/90/65352/Investigating-the-quality-of-stored-drinking-water,"Journal of Water, Sanitation & Hygiene for Development","Investigating the quality of stored drinking water from the Harare water distribution system, Zimbabwe",2019,FALSE,0,NA,NA,3,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,NA,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,NA,FALSE,NA,NA,NA,chlorophyll-a; free residual chlorine; Harare; stored water; water distribution system; water quality,iwaponline.com -65138,9,1,https://iwaponline.com/washdev/article/9/1/102/65138/The-social-dynamics-around-shared-sanitation-in-an,"Journal of Water, Sanitation & Hygiene for Development","The social dynamics around shared sanitation in an informal settlement of Lusaka, Zambia",2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.102/3/washdev2018102supp.docx?Expires=1706092353&Signature=eAWjPZTKCWHt4gT3B6O1WMlX-RoUXxHOjV6TfxUsgsiaMMGpL4iaCob0-vRSukd7sq15sb9Rz-OO42KYVU7decmnfNva-4xTkwvS0g5IyJlMMztgR6K~fYWVdAggBT091Tg4bTvnkot0n1T2~SHWzaEZ28vBXZqlghf9Jbo47CutVrqpHXpVE6GfzMXmPX0zMUV0pEwDffEZLIuAInVSz4Qc-BrvrHpDA3XosPNBHQairncTtqFcNa6M5LrMUvxbLFRzQqn0mgo~Q4DU5pN-GGZ8c-C~7cBo44YHhP1rpxP11N~-kShJZIfhRnFJqlhKNOpXi7UygFQELJ2XCdihaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Jenala Chipungu,"Centre for Infectious Disease Research in Zambia, Lusaka, Zambia",Zambia,jenala.chipungu@cidrz.org,NA,Jenala Chipungu,"Centre for Infectious Disease Research in Zambia, Lusaka, Zambia",Zambia,jenala.chipungu@cidrz.org,NA,FALSE,NA,NA,NA,common-pool resources; Ostrom; shared sanitation; social dynamics,iwaponline.com -65094,9,1,https://iwaponline.com/washdev/article/9/1/111/65094/Diagnostics-for-assessing-city-wide-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Diagnostics for assessing city-wide sanitation services,2019,FALSE,0,NA,NA,5,R. E. Scott,"School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, UK",United Kingdom of Great Britain and Northern Ireland,r.e.scott@lboro.ac.uk,NA,R. E. Scott,"School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, UK",United Kingdom of Great Britain and Northern Ireland,r.e.scott@lboro.ac.uk,NA,FALSE,NA,NA,NA,diagnostics; enabling environment; faecal sludge management; political economy analysis; sanitation service chain; service delivery assessment,iwaponline.com -65468,9,1,https://iwaponline.com/washdev/article/9/1/119/65468/Water-consumption-in-public-schools-a-case-study,"Journal of Water, Sanitation & Hygiene for Development",Water consumption in public schools: a case study,2019,FALSE,0,NA,NA,4,Luiz Gustavo Costa Ferreira Nunes,"Universidade de Pernambuco Escola Politecnica de Pernambuco, R. Benfica, 455 - Madalena, Recife – PE, 50720-001, Brazil",Brazil,l.gustavo.nunes@hotmail.com,NA,Luiz Gustavo Costa Ferreira Nunes,"Universidade de Pernambuco Escola Politecnica de Pernambuco, R. Benfica, 455 - Madalena, Recife – PE, 50720-001, Brazil",Brazil,l.gustavo.nunes@hotmail.com,NA,FALSE,NA,NA,NA,public schools; water conservation; water consumption indicators,iwaponline.com -64608,9,1,https://iwaponline.com/washdev/article/9/1/129/64608/Health-costs-and-benefits-from-a-pilot-rural,"Journal of Water, Sanitation & Hygiene for Development",Health costs and benefits from a pilot rural sanitation intervention in India,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.076/3/washdev2018076supp.docx?Expires=1706092364&Signature=NsiCjIxHbu8DBIZwRpA-LJv3-VSVz~u8VP0OteTCXnBwuQKg6XIi17qBwhxGCsQ18U-BJQrlbiKHjqsFPk6wmvfpJjjhUDJ~cyu-15JWwvhm99QEB01LjWEjmHUk46VfYiCiuCBp8mPsindDpaRgfK5DOMUurkEuMwh-p0-3LEwNlv9jP1hRT0eYjddNSnARoiypCozv8RL8jQ0AHx0Hjkty9JDz6tXeQwSbxjrAnzbw0bkf1u89oYOz4ZZGW7js~VLhpPFUXYqJ2JoiZqHocBDri~3sAFNMFQbJyRQu~kuwxg9ytPN0ICy24zKMC-eh3TyIfjfg6TVZhBs-92aCBg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,David Weis,"Institute of Environmental Engineering and Management and Institute for Teaching and Educational Research in Health Sciences, Witten/Herdecke University, Alfred-Herrhausen-Straße 50, 58448 Witten, Germany",Germany,david.weis@uni-wh.de,NA,David Weis,"Institute of Environmental Engineering and Management and Institute for Teaching and Educational Research in Health Sciences, Witten/Herdecke University, Alfred-Herrhausen-Straße 50, 58448 Witten, Germany",Germany,david.weis@uni-wh.de,NA,FALSE,NA,NA,NA,cost benefit; health; India; sanitation; water,iwaponline.com -65469,9,1,https://iwaponline.com/washdev/article/9/1/139/65469/Mobile-crowd-participation-to-root-small-scale,"Journal of Water, Sanitation & Hygiene for Development",Mobile crowd participation to root small-scale piped water supply systems in India and Bangladesh,2019,FALSE,0,NA,NA,4,A. Mink,"Civil Engineering and Geosciences, Water Management, Delft University of Technology, Stevinweg 1, 2628CN, Delft, The Netherlands",Netherlands,a.mink@tudelft.nl,NA,A. Mink,"Civil Engineering and Geosciences, Water Management, Delft University of Technology, Stevinweg 1, 2628CN, Delft, The Netherlands",Netherlands,a.mink@tudelft.nl,NA,FALSE,NA,NA,NA,end-user participation; safe water supply; smartphone application; water quality,iwaponline.com -64762,9,1,https://iwaponline.com/washdev/article/9/1/152/64762/Multisectoral-approach-to-nutrition-in-Pakistan,"Journal of Water, Sanitation & Hygiene for Development",Multisectoral approach to nutrition in Pakistan,2019,FALSE,0,NA,NA,1,Muhammad Ali,"School of Social Sciences and Humanities, National University of Science and Technology Islamabad, Islamabad, Pakistan",Pakistan,alishuja@s3h.nust.edu.pk,NA,Muhammad Ali,"School of Social Sciences and Humanities, National University of Science and Technology Islamabad, Islamabad, Pakistan",Pakistan,alishuja@s3h.nust.edu.pk,NA,FALSE,NA,NA,NA,malnutrition; sanitation and hygiene; stunting; WASH; water,iwaponline.com -65470,9,1,https://iwaponline.com/washdev/article/9/1/164/65470/Water-sanitation-and-hygiene-practices-in-early,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene practices in early childhood development (ECD) centres in low socio-economic areas in Nelson Mandela Bay, South Africa",2019,FALSE,0,NA,NA,6,Paula Melariri,"Department of Environmental Health, Nelson Mandela University, P.O. Box 77000, Port Elizabeth 6031, South Africa",South Africa,paulaezinne.melariri@mandela.ac.za,NA,Paula Melariri,"Department of Environmental Health, Nelson Mandela University, P.O. Box 77000, Port Elizabeth 6031, South Africa",South Africa,paulaezinne.melariri@mandela.ac.za,NA,FALSE,NA,NA,NA,hand washing; hygiene; sanitation; water; wins indicators,iwaponline.com -64604,9,1,https://iwaponline.com/washdev/article/9/1/172/64604/A-low-cost-open-source-autonomous-surface-vehicle,"Journal of Water, Sanitation & Hygiene for Development","A low-cost, open-source autonomous surface vehicle as a multipurpose waste stabilization pond monitoring platform",2019,FALSE,0,NA,NA,5,A. Cuppens,"Facultad de Ciencias de la Ingeniería, Universidad Paraguayo Alemana, Lope de Vega 1279, San Lorenzo, Paraguay",Paraguay,arnoud.cuppens@upa.edu.py,NA,A. Cuppens,"Facultad de Ciencias de la Ingeniería, Universidad Paraguayo Alemana, Lope de Vega 1279, San Lorenzo, Paraguay",Paraguay,arnoud.cuppens@upa.edu.py,NA,FALSE,NA,NA,NA,autonomous surface vehicle; monitoring; open-source; waste stabilization ponds,iwaponline.com -65057,9,1,https://iwaponline.com/washdev/article/9/1/181/65057/Can-a-precast-pit-latrine-concrete-floor-withstand,"Journal of Water, Sanitation & Hygiene for Development",Can a precast pit latrine concrete floor withstand emptying operations? An investigation from Malawi,2019,FALSE,0,NA,NA,2,Joshua Mchenga,"Centre of Excellence in Water and Sanitation, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,NA,NA,Rochelle H. Holm,"Centre of Excellence in Water and Sanitation, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,rochelle@rochelleholm.com,NA,FALSE,NA,NA,NA,concrete; fecal sludge management; Malawi; pit latrine; safety; sanitation,iwaponline.com -66378,9,2,https://iwaponline.com/washdev/article/9/2/187/66378/Unravelling-pro-poor-water-services-what-does-it,"Journal of Water, Sanitation & Hygiene for Development",Unravelling pro-poor water services: what does it mean and why is it so popular?,2019,FALSE,0,NA,NA,3,Akosua Sarpong Boakye-Ansah,"Department of Integrated Water Systems and Governance, IHE-Delft Institute for Water Education, Westvest 7, 2611AX Delft, The Netherlands and Amsterdam Institute for Social Science Research, University of Amsterdam, Nieuwe Achtergracht 166, 1018 WV, Amsterdam, The Netherlands",Netherlands,a.boakyeansah@un-ihe.org,NA,Akosua Sarpong Boakye-Ansah,"Department of Integrated Water Systems and Governance, IHE-Delft Institute for Water Education, Westvest 7, 2611AX Delft, The Netherlands and Amsterdam Institute for Social Science Research, University of Amsterdam, Nieuwe Achtergracht 166, 1018 WV, Amsterdam, The Netherlands",Netherlands,a.boakyeansah@un-ihe.org,NA,FALSE,NA,NA,NA,low-income areas; pro-poor water services; service differentiation; urban poor; water utility,iwaponline.com -66715,9,2,https://iwaponline.com/washdev/article/9/2/198/66715/Relationships-between-shared-sanitation-facilities,"Journal of Water, Sanitation & Hygiene for Development",Relationships between shared sanitation facilities and diarrhoeal and soil-transmitted helminth infections: an analytical review,2019,FALSE,0,NA,NA,6,P. S. Ramlal,"School of Life Sciences, University of KwaZulu-Natal, Durban, KwaZulu-Natal, 4001, South Africa",South Africa,preshod.ramlal@durban.gov.za,NA,P. S. Ramlal,"School of Life Sciences, University of KwaZulu-Natal, Durban, KwaZulu-Natal, 4001, South Africa",South Africa,preshod.ramlal@durban.gov.za,NA,FALSE,NA,NA,NA,diarrhoea; odds ratio; private toilets; shared sanitation; soil-transmitted helminths,iwaponline.com -66755,9,2,https://iwaponline.com/washdev/article/9/2/210/66755/To-char-or-not-to-char-Review-of-technologies-to,"Journal of Water, Sanitation & Hygiene for Development",To char or not to char? Review of technologies to produce solid fuels for resource recovery from faecal sludge,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.184/7/washdev2019184supp.docx?Expires=1706092402&Signature=Q~dsnaik-aTrggDV0yjNrBCtpJqT80nvHkTuI3K819lzRc0zwSucKdOwsSZ6BHDzCrqdSXf~yCCXduEMdQVnAgoaf1vtGaYokevaYQULkGZeTXHg7d2HM-s2l5JWj0FCMBcTl535kxcHlZEjlQjvVVjwS6wv8OMJlJSaOapeAWTlIPng-~utawfx-QjZA9iJnX-xokAb9fLXiMUZyDCWe7C1lzzg8kERyuoPy~MUyxrRWfhdYdYiQ0HFI~~VT~0j1ecoKS8j7yOZ~jqBGT3gJbQQq7W7GF1JDA6cZ~P4do2zOUV0jm~tXMrnv6htiyGdFa6Rxt1un9KRXHitWj8zUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Nienke Andriessen,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,nienke.andriessen@eawag.ch,NA,Nienke Andriessen,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,nienke.andriessen@eawag.ch,NA,FALSE,NA,NA,NA,carbonization; energy recovery; faecal sludge; fecal sludge; onsite sanitation; pyrolysis,iwaponline.com -65991,9,2,https://iwaponline.com/washdev/article/9/2/225/65991/Potable-water-supply-among-the-physically,"Journal of Water, Sanitation & Hygiene for Development",Potable water supply among the physically challenged in selected homes for the disabled in Ibadan,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.170/7/washdev2019170supp.docx?Expires=1706092407&Signature=O3QSsAM-rdviEHS0GNYuHI2XgHxl0YVRxNEglxFXKey2KcpE2Nxcvwv~KFfqnX1xpFX5zxILbqy0OpEIjC9A21GZIDYVJPHjuF7OipeDfEQ68jrdGKyBIbuoaLLNDjscnJYrwpFMdqf8AMyrA6o-TA2e~3e5RMksu6DhFdE9kEFBFFA21bNsCxYm0JSZ52zxuPn~SFPDlIBZEWf8FfhrxhTKtd0ihmUZS8tIPYjxfpFmXgS-zQQzwSXW3lvNjZaQMiHv3S9HX2vHXwM1xFZaCbOhvEl139g6JuNIvQfHyfwWDQYyQ-f8QHzNSleR3pNW8M9sghCwV8ypAfi1w0DhEw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Ifiok P. Udofia,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Oyo State, Nigeria",Nigeria,piusifiok@yahoo.com,NA,Ifiok P. Udofia,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Oyo State, Nigeria",Nigeria,piusifiok@yahoo.com,NA,FALSE,NA,NA,NA,access; physically challenged people; potable water,iwaponline.com -65846,9,2,https://iwaponline.com/washdev/article/9/2/237/65846/Protecting-sources-of-urban-water-supply-in-Haiti,"Journal of Water, Sanitation & Hygiene for Development",Protecting sources of urban water supply in Haiti: An institutional analysis,2019,FALSE,0,NA,NA,1,Antonio Andres Martinez,"Water and Sanitation Consultant, C/Pedro II el Catolico 31, 4 F, 50010, Zaragoza, Spain",Spain,sahara.sia2@gmail.com,NA,Antonio Andres Martinez,"Water and Sanitation Consultant, C/Pedro II el Catolico 31, 4 F, 50010, Zaragoza, Spain",Spain,sahara.sia2@gmail.com,NA,FALSE,NA,NA,NA,Haiti; institutional; integration; urban; water resource management; water resource protection,iwaponline.com -65948,9,2,https://iwaponline.com/washdev/article/9/2/247/65948/Acceptability-effectiveness-and-fouling-of,"Journal of Water, Sanitation & Hygiene for Development","Acceptability, effectiveness, and fouling of PointOne membrane filters distributed in South Sudan",2019,FALSE,0,NA,NA,7,Shannon Holding,"Medair – Emergency Relief and Recovery, Ecublens, Switzerland",Switzerland,sholding@sfu.ca,NA,Shannon Holding,"Medair – Emergency Relief and Recovery, Ecublens, Switzerland",Switzerland,sholding@sfu.ca,NA,FALSE,NA,NA,NA,emergency response; hollow fiber membrane; household water treatment; membrane fouling; microbiological effectiveness; point-of-use,iwaponline.com -66476,9,2,https://iwaponline.com/washdev/article/9/2/258/66476/Geo-spatial-modeling-of-access-to-water-and,"Journal of Water, Sanitation & Hygiene for Development",Geo-spatial modeling of access to water and sanitation in Nigeria,2019,FALSE,0,NA,NA,8,Benson Ajisegiri,"Federal Ministry of Water Resources, Nigeria",Nigeria,NA,NA,Luis A. Andres,"World Bank Water Global Practice, Washington, DC, USA",United States of America,landres@worldbank.org,NA,FALSE,NA,NA,NA,geo-spatial modeling; Nigeria; sanitation; Sustainable Development Goals; water,iwaponline.com -65989,9,2,https://iwaponline.com/washdev/article/9/2/281/65989/In-situ-drying-of-faecal-sludge-in-breathable,"Journal of Water, Sanitation & Hygiene for Development",In-situ drying of faecal sludge in breathable membrane-lined collection containers,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.095/7/washdev2019095supp.docx?Expires=1706092427&Signature=5Ef7uH7lhIh6i-kSnG5uv7HygCvP6G-yBBeoWJkBt~N74DUd6WCB8dy~YaZOxxi3yqfXAxTZhQAERBpG8FiEoO7eiM3Zj3xWQ3f6~Y4Gtm1REOLPpxo9-IvId4Qb5YAEtkt7Kuu4pXUWMjauOl0hTP2378RexfIdA7iLdzUIFLwfSlvSvYwmgcI0uarsO8dTXh9wykqXX~spGZwxNJYmAdPDfvMp3zBmqaJdyYu6Guj5sWfcpxCl1K9Siu2MJT-0MzB4VzlofylNpxlZ5NGX04UrOkZcii0eMZ8qpaoh1vzfAelGg~YaW-9IhwGYT2EGL1nXReHevBqJoubueB7ayQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Shray Saxena,"Department of Civil and Environmental Engineering, University of Delaware, Newark, DE, USA",United States of America,NA,NA,Daniel K. Cha,"Department of Civil and Environmental Engineering, University of Delaware, Newark, DE, USA",United States of America,cha@udel.edu,NA,FALSE,NA,NA,NA,breathable membrane; container-based sanitation; faecal sludge drying; modelling; moisture transport,iwaponline.com -66450,9,2,https://iwaponline.com/washdev/article/9/2/289/66450/Anaerobic-stabilisation-of-urine-diverting,"Journal of Water, Sanitation & Hygiene for Development",Anaerobic stabilisation of urine diverting dehydrating toilet faeces (UDDT-F) in urban poor settlements: biochemical energy recovery,2019,FALSE,0,NA,NA,3,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",Netherlands,rnyawirah@yahoo.com,NA,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",Netherlands,rnyawirah@yahoo.com,NA,FALSE,NA,NA,NA,anaerobic digestion; biogas production; co-digestion; informal settlements; UDDT faeces,iwaponline.com -65990,9,2,https://iwaponline.com/washdev/article/9/2/300/65990/Qualitative-exploration-of-local-knowledge,"Journal of Water, Sanitation & Hygiene for Development","Qualitative exploration of local knowledge, attitudes and use of Moringa oleifera seeds for home-based water purification and diarrhoea prevention in Niger State, Nigeria",2019,FALSE,0,NA,NA,2,Agatha Aduro,"Opposite Minna Industrial Estate, Sauka Kahuta, Minna, Niger State, Nigeria",Nigeria,agatha.aduro@gmail.com,NA,Agatha Aduro,"Opposite Minna Industrial Estate, Sauka Kahuta, Minna, Niger State, Nigeria",Nigeria,agatha.aduro@gmail.com,NA,FALSE,NA,NA,NA,diarrhoea prevention; home-based water treatment; Moringa oleifera; Nigeria; perceptions; water safety,iwaponline.com -66610,9,2,https://iwaponline.com/washdev/article/9/2/309/66610/Mineralization-of-organic-matter-and-productivity,"Journal of Water, Sanitation & Hygiene for Development",Mineralization of organic matter and productivity of tifton 85 grass (Cynodon spp.) in soil incorporated with stabilized sludge from a vertical flow constructed wetland,2019,FALSE,0,NA,NA,3,Diogo André P. Silva,"Belo Horizonte, MG, Brazil",Brazil,NA,NA,Antonio T. Matos,"Belo Horizonte, MG, Brazil",Brazil,atmatos@desa.ufmg.br,NA,FALSE,NA,NA,NA,mineralization fraction; organic matter decay; septic tank sludge,iwaponline.com -66603,9,2,https://iwaponline.com/washdev/article/9/2/319/66603/Microbial-contamination-levels-in-the-drinking,"Journal of Water, Sanitation & Hygiene for Development","Microbial contamination levels in the drinking water and associated health risks in Karachi, Pakistan",2019,FALSE,0,NA,NA,7,Rafat Amin,"Department of Pathology, Dow International Medical Collage, Dow Research Institute of Biotechnology and Biomedical Sciences, Dow University of Health Sciences, Ojha Campus, Karachi, Pakistan",Pakistan,NA,NA,Sadaf Khan,"Department of Biochemistry, Dow International Medical College, Dow Research Institute of Biotechnology and Biomedical Sciences, Dow University of Health Sciences, Ojha Campus, Karachi, Pakistan",Pakistan,sudafkhan@gmail.com,NA,FALSE,NA,NA,NA,ground water; microbial quality; municipal supplied water; public health; waterborne diseases,iwaponline.com -66175,9,2,https://iwaponline.com/washdev/article/9/2/329/66175/Storage-induced-deterioration-of-domestic-water,"Journal of Water, Sanitation & Hygiene for Development",Storage-induced deterioration of domestic water quality,2019,FALSE,0,NA,NA,3,C. C. Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,NA,C. C. Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,NA,FALSE,NA,NA,NA,contamination; drinking water; E. coli; rainwater; storage tank; tanker,iwaponline.com -66056,9,2,https://iwaponline.com/washdev/article/9/2/338/66056/When-the-pits-fill-up-in-visible-flows-of-waste-in,"Journal of Water, Sanitation & Hygiene for Development",When the pits fill up: (in)visible flows of waste in urban India,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.153/7/washdev2019153supp.docx?Expires=1706033413&Signature=384zZsI0ZiH9-Cd-T8J~055IRM1sdDGJOLWaYpxyFyneYCtd33zHba1akhLJRSljaV591WukFs~ojoIUDlLeLI1dsxEbNfQPZlQwo7F2YWG8x78X4bvLq7v0Z8G8Ao-g73FIgbF3uDFo-AZSU4v~rOmMe8Go~cUrk7GQBSlSIzhJBEGX9dRnD7iifK40JqVrluJ-FAK6FROwwO7nFH6BYuqXZTYgJ~FkeQl20QxWYLHtYajqeXPjIwCpCFdXd5sOxHNWwqefH83Eoh4S74qeEnvcRjK~A5NTeblKMzqiTR-2O9acvItcVg5yF9PemshxexB2qe8-YMrHok~ojAxb~A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,C. S. Sharada Prasad,"School of Development, Azim Premji University, Pixel Park, B Block, Electronics City, Hosur Road (Beside NICE Road), Bengaluru 560100, India",India,NA,NA,Isha Ray,"Energy & Resources Group, 310 Barrows Hall, UC Berkeley, Berkeley, CA 94720, USA",United States of America,isharay@berkeley.edu,NA,FALSE,NA,NA,NA,caste; disgust; fecal sludge management; on-site sanitation; Sustainable Development Goal 6,iwaponline.com -66731,9,2,https://iwaponline.com/washdev/article/9/2/348/66731/Assessing-the-short-term-outcomes-of-a-piped-water,"Journal of Water, Sanitation & Hygiene for Development",Assessing the short-term outcomes of a piped water supply intervention in peri-urban Mozambique,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.158/7/washdev2019158supp.docx?Expires=1706092459&Signature=hrX~opaA0z-qcGdhbJfnqsxNeBrWOFNx2bKz3cnIiOnZd4Zk~DJnZyTO4O5mOy6xo0FajZSuMn2FTt9PtivkybKheZR5GE~WiNnes2oDh7-5eE9VMyS8B9LSUMeLyAXnafljHTAow5hgHOXu~kX-JOxDXop8bjsI8VtkU6hPGKkeZG4ob9jt3xcW4AgogFnceTr4MN3LPS8p0-tYdEsuYSk5b-WoBqpSZIBoHzcZlVP-qdMCFr1txiCc5lFt14sDDi8kKI89sSpNxp-36nQjhRsfh5~59R8AIGmcPoLXZHFcnS868Ru24jBfuC5QUaX5mIP4zvWVdLEcDvhvJnNGEw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Ana Rita Sequeira,"School of Business and Governance, Murdoch University, Murdoch, Australia;Sir Walter Murdoch School of Public Policy and International Affairs, Murdoch University, Murdoch, Australia andCenter for International Studies, ISCTE – University Institute of Lisbon, Lisbon, Portugal",Portugal,NA,NA,Ryan Admiraal,"School of Engineering and Information Technology, Murdoch University, Murdoch, Australia and School of Mathematics and Statistics, Victoria University of Wellington, Cotton Building 536, Kelburn, Wellington 6012, New Zealand",New Zealand,ryan.admiraal@vuw.ac.nz,NA,FALSE,NA,NA,NA,impact assessment; Mozambique; statistical survey methods; water supply,iwaponline.com -66057,9,2,https://iwaponline.com/washdev/article/9/2/356/66057/Illuminating-utility-benchmarking-data-with,"Journal of Water, Sanitation & Hygiene for Development",Illuminating utility benchmarking data with analysis and consumer feedback – insights from Nepal,2019,FALSE,0,NA,NA,3,R. Ogata,"JICA Jordan Office, Amman, Jordan",Jordan,ogata.ryuji2@gmail.com,NA,R. Ogata,"JICA Jordan Office, Amman, Jordan",Jordan,ogata.ryuji2@gmail.com,NA,FALSE,NA,NA,NA,benchmarking; consumer survey; performance indicator; water quality,iwaponline.com -66760,9,2,https://iwaponline.com/washdev/article/9/2/363/66760/Optimization-of-multiple-fillers-used-for-removal,"Journal of Water, Sanitation & Hygiene for Development",Optimization of multiple fillers used for removal of water pollutants of large well near the river in northern China,2019,FALSE,0,NA,NA,2,Yanjiao Gao,"College of Civil Engineering and Architecture, Liaoning University of Technology, Jinzhou 121001, China",China,yanjiaogao@163.com,NA,Yanjiao Gao,"College of Civil Engineering and Architecture, Liaoning University of Technology, Jinzhou 121001, China",China,yanjiaogao@163.com,NA,FALSE,NA,NA,NA,ammonia nitrogen; chemical oxygen demand; hexavalent chromium; large well water; multiple fillers,iwaponline.com -66055,9,2,https://iwaponline.com/washdev/article/9/2/374/66055/Redesigning-the-ventilated-improved-pit-latrine,"Journal of Water, Sanitation & Hygiene for Development",Redesigning the ventilated improved pit latrine for use in built-up low-income settings,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.098/7/washdev2019098supp.docx?Expires=1706092473&Signature=ztzpRZmfGaYpUr9k0pkTUMNXcK3gujc9yx0IbNQ6ieYFUUwbRaO4YlzQ-qFJ5LDLIuwmbgbujmSh8cKkKmmiIkKsqjI68mdvCvZ2STz20hj0rxtcCKyOPxi2rryA0W4DGhsaAUsADG7iYITz3jc3NY7Vqgnh5CKJ~d5Ov3psieeQgZUuYwImUY~0r42WuhGttxMadpQls4qKX374fS4kFFt6DC~RpV9X0p1vTaIsmHjDWBfYKa6RIH~TwKSY54LEbNUrCz95u7pF71c9RusQUFHCVyms8DJBShpemItluJ6tLZBPWmdeZ~hVYFD8hOvsYIvlyJXQPVWU3mNBrlPjSw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Peter A. Obeng,"Water and Sanitation Unit, Chemistry Department, University of Cape Coast, Cape Coast, Ghana",Ghana,pobeng@ucc.edu.gh,NA,Peter A. Obeng,"Water and Sanitation Unit, Chemistry Department, University of Cape Coast, Cape Coast, Ghana",Ghana,pobeng@ucc.edu.gh,NA,FALSE,NA,NA,NA,dry sanitation technology; multidirectional VIP; ventilation rate; VIP latrine,iwaponline.com -65934,9,2,https://iwaponline.com/washdev/article/9/2/380/65934/A-conceptual-evaluation-framework-for-the-water,"Journal of Water, Sanitation & Hygiene for Development",A conceptual evaluation framework for the water and sanitation for health facility improvement tool (WASH FIT),2019,FALSE,0,NA,NA,5,Nicole Weber,"Oak Ridge Institute for Science and Education (ORISE), Emergency Response and Recovery Branch, Center for Global Health, Division of Global Health Protection, Centers for Disease Control and Prevention, 1600 Clifton Rd. NE, Atlanta GA 30329-4027, USA",United States of America,nicoleweber12@gmail.com,NA,Nicole Weber,"Oak Ridge Institute for Science and Education (ORISE), Emergency Response and Recovery Branch, Center for Global Health, Division of Global Health Protection, Centers for Disease Control and Prevention, 1600 Clifton Rd. NE, Atlanta GA 30329-4027, USA",United States of America,nicoleweber12@gmail.com,NA,FALSE,NA,NA,NA,evaluation; healthcare facilities; hygiene; outcomes; sanitation; water,iwaponline.com -66588,9,2,https://iwaponline.com/washdev/article/9/2/392/66588/Impacts-of-flooding-on-drinking-water-access-in,"Journal of Water, Sanitation & Hygiene for Development","Impacts of flooding on drinking water access in Dar es Salaam, Tanzania: implications for the Sustainable Development Goals",2019,FALSE,0,NA,NA,2,Sarah L. Smiley,"Kent State University at Salem, 2491 State Route 45 South, Salem, OH 44460, USA",United States of America,ssmiley8@kent.edu,NA,Sarah L. Smiley,"Kent State University at Salem, 2491 State Route 45 South, Salem, OH 44460, USA",United States of America,ssmiley8@kent.edu,NA,FALSE,NA,NA,NA,Dar es Salaam; drinking water; flooding; Sustainable Development Goals; Tanzania; water access,iwaponline.com -67971,9,3,https://iwaponline.com/washdev/article/9/3/397/67971/Ghana-s-post-MDGs-sanitation-situation-an-overview,"Journal of Water, Sanitation & Hygiene for Development",Ghana's post-MDGs sanitation situation: an overview,2019,FALSE,0,NA,NA,6,Eugene Appiah-Effah,"Department of Civil Engineering, College of Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@gmail.com,NA,Eugene Appiah-Effah,"Department of Civil Engineering, College of Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@gmail.com,NA,FALSE,NA,NA,NA,financing mechanisms; Ghana; post-MDGs; sanitation coverage; SDGs; toilet technologies,iwaponline.com -67927,9,3,https://iwaponline.com/washdev/article/9/3/416/67927/Effects-of-complexity-of-handwashing-instructions,"Journal of Water, Sanitation & Hygiene for Development",Effects of complexity of handwashing instructions on handwashing procedure replication in low-income urban slums in Bangladesh: a randomized non-inferiority field trial,2019,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.131/4/washdev2019131supp.pdf?Expires=1706092496&Signature=J~p5X-ILiA8wh5Tj5p4oCF4ASc~v7vEI2X8bo6xl-IGjZx7uMQFfJCHB0SeBRa9-aZTPOytQxaSzWsXj-q4jQQY-gWuevZh7wXmhh~EsHQxPR3KPu7iIx-cv1oddFJFSj2c-TI-90TfeLxJO44by4H6EkV0szhsqfvkr74xQeDCqc60G7meK3VYdZRT7fwl58k1HlL2mMtX19Ir~EaPh0OjTLkmkYE3pqc2xBUKYDtMOyYqOdRGwXqNztuLa61igWeyPqAcT5xa2Yk6KS4gcHzfONwvJmxuNyX-eAPb07ftkI9Ma~II0VZNsAiwyWF07hN3agxdD6FClphgFQ~xfcA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Nuhu Amin,"Infectious Diseases Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,nuhu.amin@icddrb.org,NA,Nuhu Amin,"Infectious Diseases Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,nuhu.amin@icddrb.org,NA,FALSE,NA,NA,NA,adherence; Bangladesh; children; handwashing complexity; mothers; WASH; water and sanitation,iwaponline.com -67784,9,3,https://iwaponline.com/washdev/article/9/3/429/67784/Challenges-of-WASH-in-remote-Australian-Indigenous,"Journal of Water, Sanitation & Hygiene for Development",Challenges of WASH in remote Australian Indigenous communities,2019,FALSE,0,NA,NA,1,Nina Lansbury Hall,"School of Public Health, Faculty of Medicine, University of Queensland, Brisbane, QLD, Australia",Australia,n.hall2@uq.edu.au,NA,Nina Lansbury Hall,"School of Public Health, Faculty of Medicine, University of Queensland, Brisbane, QLD, Australia",Australia,n.hall2@uq.edu.au,NA,FALSE,NA,NA,NA,Australia; development; drinking water; Indigenous health; remote; WASH,iwaponline.com -67544,9,3,https://iwaponline.com/washdev/article/9/3/438/67544/Cultural-determinants-of-sanitation-uptake-and,"Journal of Water, Sanitation & Hygiene for Development","Cultural determinants of sanitation uptake and sustainability: local values and traditional roles in rural Bali, Indonesia",2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.178/4/washdev2019178supp.docx?Expires=1706023533&Signature=RO3CTh03h69durIuES3GSaaVcOJQXXq8fdEuFQogaqt~gpLAKeLmuE6Q~lQELMUh5RyL1KyEQfYifOrvMCz5APEEPlyW8H5KGxOw2Jif1LyJHCqiD5UPncficSfNK8UlWCHn2nNDPmzYjpaU9nPMV~KF4G1XOvnhbZian5SCTjx6fvaIT6ZPxfm1oKksBbGrIshsc2yVzS0EOHrAk5uHI8elEaXGEn3m-E8it-oz0kJ3fVgRJgJzO8WdY0mP8nw3Y-Xdi1U5buOAel-ZI9SAcrjfFlkf9i0aLea-XyXtwQOTdV13x~4Q23kLL2mibETuFUkDgNg8dCCsLvcB9LvTMg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Ni Made Utami Dwipayanti,"School of Public Health, Jl. PB. Sudirman, Udayana University, Denpasar, Bali 80234, Indonesia",Indonesia,nimadeutami.dwipayanti@griffithuni.edu.au,NA,Ni Made Utami Dwipayanti,"School of Public Health, Jl. PB. Sudirman, Udayana University, Denpasar, Bali 80234, Indonesia",Indonesia,nimadeutami.dwipayanti@griffithuni.edu.au,NA,FALSE,NA,NA,NA,cultural determinants; local values; rural Bali; sanitation uptake; sustainability; traditional roles,iwaponline.com -66609,9,3,https://iwaponline.com/washdev/article/9/3/450/66609/Water-source-quality-in-Ahenema-Kokoben-Ghana,"Journal of Water, Sanitation & Hygiene for Development","Water source quality in Ahenema Kokoben, Ghana",2019,FALSE,0,NA,NA,4,Amadu Salifu,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, University Post Office, Kumasi, Ghana",Ghana,salifuamadu@gmail.com,NA,Amadu Salifu,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, University Post Office, Kumasi, Ghana",Ghana,salifuamadu@gmail.com,NA,FALSE,NA,NA,NA,compartment bag test; drinking water quality; E. coli; Ghana,iwaponline.com -67180,9,3,https://iwaponline.com/washdev/article/9/3/460/67180/Free-living-amoebae-Acanthamoeba-spp-diagnosis-by,"Journal of Water, Sanitation & Hygiene for Development","Free-living amoebae (Acanthamoeba spp.): diagnosis by PCR method in different sources of water in Rabat, Morocco",2019,FALSE,0,NA,NA,5,Sakhi El Mahdi,"Department of Scientific Institute, Zoology Laboratory, Mohammed V University, 4, Ibn Battouta Avenue, P.O. Box 1014, Rabat, Morocco",Morocco,sakhi.elmahdi@gmail.com,NA,Sakhi El Mahdi,"Department of Scientific Institute, Zoology Laboratory, Mohammed V University, 4, Ibn Battouta Avenue, P.O. Box 1014, Rabat, Morocco",Morocco,sakhi.elmahdi@gmail.com,NA,FALSE,NA,NA,NA,Acanthamoeba spp.; Acanthamoeba keratitis; conventional PCR; free-living amoebae,iwaponline.com -67545,9,3,https://iwaponline.com/washdev/article/9/3/464/67545/Assessment-of-the-impact-of-pit-latrines-on,"Journal of Water, Sanitation & Hygiene for Development","Assessment of the impact of pit latrines on groundwater contamination in Hopley Settlement, Harare, Zimbabwe",2019,FALSE,0,NA,NA,3,Alfonse Tapera Ndoziya,"Department of Civil Engineering, University of Zimbabwe, Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,alfonse.ndoziya@gmail.com,NA,Alfonse Tapera Ndoziya,"Department of Civil Engineering, University of Zimbabwe, Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,alfonse.ndoziya@gmail.com,NA,FALSE,NA,NA,NA,GIS; groundwater; peri-urban; pit latrine; principal component analysis; water quality,iwaponline.com -67251,9,3,https://iwaponline.com/washdev/article/9/3/477/67251/Drinking-water-treatment-using-indigenous-wood,"Journal of Water, Sanitation & Hygiene for Development",Drinking water treatment using indigenous wood filters combined with granular activated carbon,2019,FALSE,0,NA,NA,2,Stephen Siwila,"Department of Civil Engineering, Water Engineering Division, Stellenbosch University, Private Bag X1, Matieland 7602, Cape Town, South Africa",South Africa,ssiwilatabbie@yahoo.co.uk,NA,Stephen Siwila,"Department of Civil Engineering, Water Engineering Division, Stellenbosch University, Private Bag X1, Matieland 7602, Cape Town, South Africa",South Africa,ssiwilatabbie@yahoo.co.uk,NA,FALSE,NA,NA,NA,aesthetic aspects; bacterial removal; drinking water; heavy metals; indigenous wood filters; water quality,iwaponline.com -66785,9,3,https://iwaponline.com/washdev/article/9/3/492/66785/Taqman-hydrolysis-probe-application-for,"Journal of Water, Sanitation & Hygiene for Development","Taqman hydrolysis probe application for Escherichia coli, Salmonella enterica, and Vibrio cholerae detection in surface and drinking water",2019,FALSE,0,NA,NA,4,Ahmed K. A. El-Sayed,"Botany and Microbiology Department, Faculty of Science, Damietta University, Damietta El-Gededa, P.O. 34517, Damietta, Egypt",Egypt,NA,NA,Amira A. E. El-Badaly,"Chemistry Department, Faculty of Science, Damietta University, Damietta El-Gededa, P.O. 34517, Damietta, Egypt",Egypt,amiraelsaied55@yahoo.com,NA,FALSE,NA,NA,NA,bioindicators; invA; ompW; uidA; water treatment,iwaponline.com -67158,9,3,https://iwaponline.com/washdev/article/9/3/500/67158/Household-drinking-water-safety-among-the,"Journal of Water, Sanitation & Hygiene for Development","Household drinking water safety among the population of Gaza Strip, Palestine: knowledge, attitudes, practices, and satisfaction",2019,FALSE,0,NA,NA,7,Samer Abuzerr,"Department of Environmental Health Engineering, School of Public Health, International Campus, Tehran University of Medical Sciences, Tehran, Iran",Iran (Islamic Republic of),NA,NA,Simin Nasseri,"Department of Environmental Health Engineering, School of Public Health, Tehran University of Medical Sciences, Tehran, Iran",Iran (Islamic Republic of),naserise@tums.ac.ir,NA,FALSE,NA,NA,NA,attitude; drinking water safety; Gaza Strip households; knowledge; practice; satisfaction,iwaponline.com -66754,9,3,https://iwaponline.com/washdev/article/9/3/513/66754/Diurnal-water-use-patterns-for-low-cost-houses,"Journal of Water, Sanitation & Hygiene for Development",Diurnal water use patterns for low-cost houses with indigent water allocation: a South African case study,2019,FALSE,0,NA,NA,3,Dian Pretorius,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,NA,NA,Heinz Erasmus Jacobs,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,hejacobs@sun.ac.za,NA,FALSE,NA,NA,NA,diurnal patterns; low-cost housing; peak flow; water use,iwaponline.com -68671,9,3,https://iwaponline.com/washdev/article/9/3/522/68671/Habitations-villages-and-gram-panchayats-local,"Journal of Water, Sanitation & Hygiene for Development","Habitations, villages, and gram panchayats: local drinking water planning in rural India with a Pune district case study",2019,FALSE,0,NA,NA,4,"James L. Wescoat, Jr","Massachusetts Institute of Technology, Cambridge, MA, USA",United States of America,wescoat@mit.edu,NA,"James L. Wescoat, Jr","Massachusetts Institute of Technology, Cambridge, MA, USA",United States of America,wescoat@mit.edu,NA,FALSE,NA,NA,NA,drinking water planning; gram panchayat; habitation; Maharashtra; Pune; village,iwaponline.com -67620,9,3,https://iwaponline.com/washdev/article/9/3/531/67620/Physical-factors-limiting-access-to-clean,"Journal of Water, Sanitation & Hygiene for Development",Physical factors limiting access to clean groundwater in Tanzania villages,2019,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.198/4/washdev2019198supp.pdf?Expires=1706092545&Signature=dTXR24Mxp7BGsCh2B02J0d3tGZBo0meO74bcv~beWN77-14uk24IewehAJZMFiZIcvdKIxpSMAHleOKFRs1gp8DPTkj~~9zCZFUtXrkG9x9lvhCfeG6bEGta7Nsa-3S9EwLmFYDQ-0e6rJM~uG7LjARvC8I1zIJUQxMSgjtnJwI0x~FcTrm7fOJetTTThKeg-ETecgCYpb841145hzryii0DbC1YcZkL~aNBsWoK85HCExbr6Rugaasif3ixpB0CCGe6MoyjS0H5ajDSEu64gjo~DDoSPU8SorCrmcw7tegkN3mxepcudtidco6crjMIkmWx7BkaBbBHhpmZfr6YCA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Zaina Hussein Mseli,"College of Earth Sciences, University of Dodoma, Dodoma, Tanzania",United Republic of Tanzania,NA,NA,Audrey H. Sawyer,"School of Earth Sciences, The Ohio State University, Columbus, Ohio, USA",United States of America,sawyer.143@osu.edu,NA,FALSE,NA,NA,NA,contamination; fractured rocks; groundwater development; nitrate; water supply,iwaponline.com -68687,9,3,https://iwaponline.com/washdev/article/9/3/540/68687/The-struggle-for-water-in-Indonesia-the-role-of,"Journal of Water, Sanitation & Hygiene for Development",The struggle for water in Indonesia: the role of women and children as household water fetcher,2019,FALSE,0,NA,NA,2,S. Irianti,"National Institute of Health Research and Development, Ministry of Health, Jl. Percetakan Negara No. 29, Jakarta 10560, Indonesia",Indonesia,iriantis@gmail.com,NA,S. Irianti,"National Institute of Health Research and Development, Ministry of Health, Jl. Percetakan Negara No. 29, Jakarta 10560, Indonesia",Indonesia,iriantis@gmail.com,NA,FALSE,NA,NA,NA,gender; Indonesia; water collection; water fetcher; water source,iwaponline.com -68122,9,3,https://iwaponline.com/washdev/article/9/3/549/68122/Leaving-no-one-behind-Analysis-of-trends-in-access,"Journal of Water, Sanitation & Hygiene for Development","Leaving no one behind? Analysis of trends in access to water and sanitation services in the slum areas of Nairobi, 2003–2015",2019,FALSE,0,NA,NA,4,Claudious Chikozho,"African Population and Health Research Center, P.O. Box 10787-00100, Nairobi, Kenya",Kenya,c.chikozho@gmail.com,NA,Claudious Chikozho,"African Population and Health Research Center, P.O. Box 10787-00100, Nairobi, Kenya",Kenya,c.chikozho@gmail.com,NA,FALSE,NA,NA,NA,diseases; Nairobi; sanitation; slums; water,iwaponline.com -67156,9,3,https://iwaponline.com/washdev/article/9/3/559/67156/Hybrid-constructed-wetlands-system-with,"Journal of Water, Sanitation & Hygiene for Development",Hybrid constructed wetlands system with intermittent feeding applied for urban wastewater treatment in South Brazil,2019,FALSE,0,NA,NA,4,Benny Zuse Rousso,"GESAD – Decentralized Sanitation Research Group, Department of Sanitary and Environmental Engineering, Federal University of Santa Catarina, Trindade, Florianópolis, Santa Catarina 88040-900, Brazil",Brazil,NA,NA,Pablo Heleno Sezerino,"GESAD – Decentralized Sanitation Research Group, Department of Sanitary and Environmental Engineering, Federal University of Santa Catarina, Trindade, Florianópolis, Santa Catarina 88040-900, Brazil",Brazil,pablo.sezerino@ufsc.br,NA,FALSE,NA,NA,NA,hydraulic regime; startup; temporal performance; Thypha domingensis; vertical and horizontal flow constructed wetlands,iwaponline.com -68104,9,3,https://iwaponline.com/washdev/article/9/3/571/68104/Efficacy-of-integrated-ultraviolet-ultrasonic,"Journal of Water, Sanitation & Hygiene for Development",Efficacy of integrated ultraviolet ultrasonic technologies in the removal of erythromycin- and quinolone-resistant Escherichia coli from domestic wastewater through a laboratory-based experiment,2019,FALSE,0,NA,NA,5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,NA,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,NA,FALSE,NA,NA,NA,erythromycin; quinolones; ultrasonic; ultraviolet radiation; wastewater,iwaponline.com -67353,9,3,https://iwaponline.com/washdev/article/9/3/581/67353/Experiences-of-shared-sanitation-towards-a-better,"Journal of Water, Sanitation & Hygiene for Development","Experiences of shared sanitation – towards a better understanding of access, exclusion and ‘toilet mobility’ in low-income urban areas",2019,FALSE,0,NA,NA,4,Ella Foggitt,"Biomedical and Life Sciences, Lancaster University, Lancaster, UK",United Kingdom of Great Britain and Northern Ireland,e.foggitt@lancaster.ac.uk,NA,Ella Foggitt,"Biomedical and Life Sciences, Lancaster University, Lancaster, UK",United Kingdom of Great Britain and Northern Ireland,e.foggitt@lancaster.ac.uk,NA,FALSE,NA,NA,NA,exclusion; Ghana; SDG 6; shared sanitation; urban,iwaponline.com -66732,9,3,https://iwaponline.com/washdev/article/9/3/591/66732/Does-the-source-of-water-for-piped-supplies-affect,"Journal of Water, Sanitation & Hygiene for Development",Does the source of water for piped supplies affect child health? Evidence from rural Vanuatu,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.161/4/washdev2019161supp.docx?Expires=1706092571&Signature=ulq9143dVdHMaEBTr6gHrTcoqSpdjaSXIjiyErsicEBd2vcakkkm4MuFYJoGBILol3mp9ykj3IKymCvcVsyg-0bcynyfaHcx~RxkX-wbjbxi7LAMbVJ55j0hEJcVEmfsPkycxQ~PMEz0n1cmbmi-IcaJ~2S-1SbxjA3glxeDCgd86PxMz1Ai6ip4Tmx8nbGHh9Sf~oc8wPTO9rMWrPOIMcpdccYN3IDDtMFoHOBQUBmrI83H1gvOzz7rd2xN2SgJ7J4a5oHFPdbVCL0bGNlHp2ZbE5Mkaxm2ZzJdc21qDMmcJDDNkJTsuy~Z7p6y7uoPGnVZzoQ5pmKKWYW~vlkTkg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Tim Foster,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones St, Ultimo, NSW 2007, Australia",Australia,tim.foster@uts.edu.au,NA,Tim Foster,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones St, Ultimo, NSW 2007, Australia",Australia,tim.foster@uts.edu.au,NA,FALSE,NA,NA,NA,child health; diarrhoeal disease; rural water supply; Sustainable Development Goals; Vanuatu; water quality,iwaponline.com -67157,9,3,https://iwaponline.com/washdev/article/9/3/596/67157/Water-reuse-in-the-production-of-non-reinforced,"Journal of Water, Sanitation & Hygiene for Development",Water reuse in the production of non-reinforced concrete elements: An alternative for decentralized wastewater management,2019,FALSE,0,NA,NA,5,Natalia Cangussu Duarte,"School of Civil Engineering, Architecture and Urban Design – FEC, UNICAMP (University of Campinas), Rua Saturnino de Brito, 224, Cidade Universitária ‘Zeferino Vaz’, P.O. Box 6143, 13083-889, Campinas, SP, Brazil",Brazil,NA,NA,Adriano Luiz Tonetti,"School of Civil Engineering, Architecture and Urban Design – FEC, UNICAMP (University of Campinas), Rua Saturnino de Brito, 224, Cidade Universitária ‘Zeferino Vaz’, P.O. Box 6143, 13083-889, Campinas, SP, Brazil",Brazil,adriano@fec.unicamp.br,NA,FALSE,NA,NA,NA,compressive strength; decentralized system; management; reclamation; reuse; wastewater,iwaponline.com -71342,9,4,https://iwaponline.com/washdev/article/9/4/v/71342/The-future-of-academic-publishing-in-achieving,"Journal of Water, Sanitation & Hygiene for Development",The future of academic publishing in achieving Sustainable Development Goal 6,2019,FALSE,0,NA,NA,2,Barbara Evans,"The University of Leeds, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,iwaponline.com -69038,9,4,https://iwaponline.com/washdev/article/9/4/601/69038/Pipe-enlargement-to-satisfy-concentration-time,"Journal of Water, Sanitation & Hygiene for Development",Pipe enlargement to satisfy concentration-time product for in-system disinfection in a water distribution system,2019,FALSE,0,NA,NA,2,Margaret Neff,"Department of Civil and Environmental Engineering, Michigan Technological University, Houghton, MI 49931, USA",United States of America,NA,NA,Brian D. Barkdoll,"Department of Civil and Environmental Engineering, Michigan Technological University, Houghton, MI 49931, USA",United States of America,barkdoll@mtu.edu,NA,FALSE,NA,NA,NA,developing country; drinking water; sustainability; water quality; water supply,iwaponline.com -69478,9,4,https://iwaponline.com/washdev/article/9/4/608/69478/Sisal-fiber-as-an-alternative-to-the-construction,"Journal of Water, Sanitation & Hygiene for Development",Sisal fiber as an alternative to the construction of flexible fiber filters applied to water treatment,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.032/10/washdev2019032supp.docx?Expires=1706024228&Signature=UGJxjiDdHv3aylML1iAMR3LgL2xqlfsJ4R3YhjVpCaLfDuBTChitDYCsgxFlr2yheycfWx7~J6QpmbiUUF40Ci51XG9yJ33kgBns3p9lJ3oWFQmIPY3gtDIGVS3Y6yXo-Ta-7E7HoTxHrHrDnPonXxiP6K1id5fa0ZPkEnbunYaUol2sv2FHZ6-U05lO-ZkazuYDEQmuBTiTdduw~Wb8Ij~w8o3OY-GNJuGH~niSxbAaQ21rdkFLqcOQxkGk5Uaic6tYcehEuU7o2~sp~0Pj2hBLdOK0AK7FYG0T4~JY50XC8xq5lQsuUDMQ9C7PHLwjh5Qr3zejYnDcDcY5Qslk2A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Alice K. M. Morita,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo (EESC/USP), Avenida Trabalhador São Carlense, 400, São Carlos, SP 13560-250, Brazil",Brazil,alice.morita@usp.br,NA,Alice K. M. Morita,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo (EESC/USP), Avenida Trabalhador São Carlense, 400, São Carlos, SP 13560-250, Brazil",Brazil,alice.morita@usp.br,NA,FALSE,NA,NA,NA,deep bed fiber filtration; flexible fiber filter; low-cost configuration; sisal fiber; water clarification,iwaponline.com -69838,9,4,https://iwaponline.com/washdev/article/9/4/616/69838/Suitability-of-fecal-sludge-from-composting,"Journal of Water, Sanitation & Hygiene for Development",Suitability of fecal sludge from composting toilets as feedstock for carbonization,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.047/10/washdev2019047supp.docx?Expires=1706092589&Signature=Vft3a8TetxXTfgJ3qzOdyU3trmNi3Ek9QneimWqDK3LOxZf-SnUjEjY-nQHyNX8HO94VOJkOd1UgrlRVtKTdGoIQmJXzGRR5zyt2bW-H01w-tyFYZg8mnIok0PNHOC~vkDJLp1DcTCxbGTtxyTxrqo0cmlQHSw89VtITbbD28V3WvKKyXM8V69FwNg-tgo4YFLTKtazCStjY~wMq2YJ~Hrc92lqYGlYOEMH5BF7RmiqvjnGPdynlAJcEouid8uB~VjqI0phltdSepZpVnsLbq94zeFlfUIbgD4TZfcSXPMx07dHhz1xEz84emQdkSNFKxeUJDZXDI1LrOP8m3b9Btg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Tobias Hübner,"Helmholtz-Centre for Environmental Research GmbH – UFZ, Department Environmental Microbiology, Permoserstraße 15, 04318 Leipzig, Germany",Germany,tobias.huebner@ufz.de,NA,Tobias Hübner,"Helmholtz-Centre for Environmental Research GmbH – UFZ, Department Environmental Microbiology, Permoserstraße 15, 04318 Leipzig, Germany",Germany,tobias.huebner@ufz.de,NA,FALSE,NA,NA,NA,bio-toilet; compost toilet; dry toilet; fecal sludge; hydrothermal carbonization; pyrolysis,iwaponline.com -70272,9,4,https://iwaponline.com/washdev/article/9/4/627/70272/Investigation-into-untreated-greywater-reuse,"Journal of Water, Sanitation & Hygiene for Development",Investigation into untreated greywater reuse practices by suburban households under the threat of intermittent water supply,2019,FALSE,0,NA,NA,2,N. Nel,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,NA,NA,H. E. Jacobs,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,hejacobs@sun.ac.za,NA,FALSE,NA,NA,NA,greywater; risk; water restrictions,iwaponline.com -69014,9,4,https://iwaponline.com/washdev/article/9/4/635/69014/Knowledge-and-perception-of-the-role-of-water,"Journal of Water, Sanitation & Hygiene for Development","Knowledge and perception of the role of water, sanitation and hygiene in containment of Ebola virus disease among secondary school students in Ibadan, Nigeria",2019,FALSE,0,NA,NA,3,Faith I. Edoror,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Nigeria",Nigeria,NA,NA,Elizabeth O. Oloruntoba,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Nigeria",Nigeria,li_zzyy@yahoo.com,NA,FALSE,NA,NA,NA,hygiene; knowledge and perception on Ebola virus disease; sanitation; schools; water supply,iwaponline.com -67998,9,4,https://iwaponline.com/washdev/article/9/4/644/67998/Assessment-of-bacterial-diversity-in-western-Accra,"Journal of Water, Sanitation & Hygiene for Development","Assessment of bacterial diversity in western Accra, Ghana, drinking water samples",2019,TRUE,1,xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.123/10/washdev2019123supp.xlsx?Expires=1706092602&Signature=Nk0U5aiGrDz~14z6gVw03PuNGVJBitO95hvJtIB983UcMr5v-QafMZCRFQUZUnG-5kxL4hyakYF2UnA85CcNMKe6IOBbMCBnaxwQiIQkuEfktGMzfquev-LqhkeDoxYIO1CfR3vmCaMG6SvHhoDCceS17qLpQ~RHfrJqXr28bbHREkM4TY-I8lAc-WKJvTAnuudHDoMh885V82GYbkJenks3lRgnPkldHE5tuxYTWwbLuK5Nb0EXbbvKzPKoPqZqMhe8K61pMHXondvxBob26-aT2e~V-pmryjhzjikOUKBH8XEDzJ~d9LaULk3XlJmN4I-s5njwtRjvmsS9RgP-cQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Gertrude Ecklu-Mensah,"Department of Biochemistry, Cell and Molecular Biology, University of Ghana, Legon, Accra, Ghana",Ghana,NA,NA,William S. Reznikoff,"Current address: Josephine Bay Paul Center for Comparative Molecular Biology and Evolution, Marine Biological Laboratory, 7 MBL St., Woods Hole, MA 02543, USA",United States of America,breznikoff@mbl.edu,NA,FALSE,NA,NA,NA,454 pyrotag sequencing; bacterial diversity; drinking water; polytanks; water storage,iwaponline.com -69976,9,4,https://iwaponline.com/washdev/article/9/4/662/69976/Hygiene-practices-of-mothers-of-hospitalized,"Journal of Water, Sanitation & Hygiene for Development",Hygiene practices of mothers of hospitalized neonates at a tertiary care neonatal intensive care unit in Zambia,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.140/10/washdev2019140supp.docx?Expires=1706021857&Signature=1OPYmy8sFdo-V3b~pUoFXktF9ti4KX-ooTeFurl5wzXwjzJr-5VCkTIMcl8ZMJaXHumZaYki70ZVUqWY8A42ubNaaJEatShuGGdwhuEE99s0KUZpKIoS9wM7tgB~nn1CLOSRVipc~atCDH2JGVtOE8WpFucqKDE9L-3-PK8sJYqQ6-bdBUeG~aQcorUMyS4STejmtm5~jexNjb5VmmNGm8WpEu8VwHAfX9okS2m4UhjXhNiEoJ9-k1XYvQDvNpdvyZwBD6rjBCu5~oDZ5v915pTmBI09YCv3xz0nVVBfGNzAVQ7Mn4HUaucoALJWNt~6RoAF-s~92XTSMV5DGf6x2w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Jason H. Park,"Boston University School of Medicine, 112 Longwood Ave, Apt 3, Brookline, MA 02446, USA",United States of America,jhspark@bu.edu,NA,Jason H. Park,"Boston University School of Medicine, 112 Longwood Ave, Apt 3, Brookline, MA 02446, USA",United States of America,jhspark@bu.edu,NA,FALSE,NA,NA,NA,global health; hygiene; maternal; neonatal; umbilical cord care,iwaponline.com -67976,9,4,https://iwaponline.com/washdev/article/9/4/671/67976/Determinants-of-microbiological-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Determinants of microbiological quality of drinking water in refugee camps and host communities in Gambella Region, Ethiopia",2019,FALSE,0,NA,NA,5,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa City Administration, P.O. Box 150461, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,NA,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa City Administration, P.O. Box 150461, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,NA,FALSE,NA,NA,NA,Ethiopia; fecal coliform; refugees; under-five children; water quality,iwaponline.com -70048,9,4,https://iwaponline.com/washdev/article/9/4/683/70048/Quality-of-water-sources-in-Southwestern-Uganda,"Journal of Water, Sanitation & Hygiene for Development",Quality of water sources in Southwestern Uganda using the compartment bag test (CBT): a cross-sectional descriptive study,2019,FALSE,0,NA,NA,6,Richard Onyuthi Apecu,"Department of Medical Laboratory Sciences, Mbarara University of Science and Technology, PO Box 1410, Mbarara, Uganda",Uganda,apecurich400@gmail.com,NA,Richard Onyuthi Apecu,"Department of Medical Laboratory Sciences, Mbarara University of Science and Technology, PO Box 1410, Mbarara, Uganda",Uganda,apecurich400@gmail.com,NA,FALSE,NA,NA,NA,bacteriological assessment; CBT; Escherichia coli; Uganda; water quality,iwaponline.com -69622,9,4,https://iwaponline.com/washdev/article/9/4/694/69622/Performance-of-black-ceramic-water-filters-and,"Journal of Water, Sanitation & Hygiene for Development",Performance of black ceramic water filters and their implementation in rural Ecuador,2019,FALSE,0,NA,NA,8,Laura Guerrero-Latorre,"Biodiversity, environment and health research group (BIOMAS), Faculty of Engineering and Applied Sciences (FICA), Biotechnology Engineering, Universidad de las Americas, José Queri and De los Granados Av., Quito, Ecuador",Ecuador,laura.guerrero.latorre@udlanet.ec,NA,Laura Guerrero-Latorre,"Biodiversity, environment and health research group (BIOMAS), Faculty of Engineering and Applied Sciences (FICA), Biotechnology Engineering, Universidad de las Americas, José Queri and De los Granados Av., Quito, Ecuador",Ecuador,laura.guerrero.latorre@udlanet.ec,NA,FALSE,NA,NA,NA,ceramic water filters; Ecuador water access; waterborne virus; water quality,iwaponline.com -68965,9,4,https://iwaponline.com/washdev/article/9/4/703/68965/Nexus-between-sanitation-and-groundwater-quality,"Journal of Water, Sanitation & Hygiene for Development",Nexus between sanitation and groundwater quality: case study from a hard rock region in India,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.002/10/washdev2019002supp.docx?Expires=1706033548&Signature=blD15ZSRjOTeaKTtYt6zREJmvilQZ-q0XOnj69LaCqReArjbJWEMft9xe5gxa9ocZFyF5xBe7gYHt~QKvLFA-5Oz6CXa2qiYMHqChBnMCpiumlXSUlZIf15j4zVLzVgQT-DE14grl03GPUhkmhTiStExrFxRENhFlO0xTHINIssHDEUA52CqxMfVID1L~0tp03ci1AOlfpLQAsKf0LhGt0Jv6bjqkBRxPyU64y45WG5S3aSiiuz8oFORuIxO~wfIQyQhHi-y3aAETDKFMTO6beik~a~~7ayn6C9z0JnKtZIhvbOXq2kl8iRjk9D7hzBxariS64pjr8pp7K14IotvuA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,S. Murty Bhallamudi,"Department of Civil Engineering, IIT Madras, Chennai, India",India,NA,NA,Ligy Philip,"Department of Civil Engineering, IIT Madras, Chennai, India",India,ligy@iitm.ac.in,NA,FALSE,NA,NA,NA,bacteriological contamination; groundwater quality; hard rock areas; sanitation,iwaponline.com -69460,9,4,https://iwaponline.com/washdev/article/9/4/714/69460/Improving-environmental-sanitation-in-the,"Journal of Water, Sanitation & Hygiene for Development","Improving environmental sanitation in the catchment area of Benya Lagoon, Ghana: the non-household stakeholder role and participation dimension",2019,FALSE,0,NA,NA,1,Justice Mensah,"Directorate of Academic Planning and Quality Assurance, University of Cape Coast, Cape Coast, Ghana",Ghana,justice44mensah@gmail.com,NA,Justice Mensah,"Directorate of Academic Planning and Quality Assurance, University of Cape Coast, Cape Coast, Ghana",Ghana,justice44mensah@gmail.com,NA,FALSE,NA,NA,NA,collaboration; environmental sanitation; Ghana; non-household stakeholders; participation,iwaponline.com -70047,9,4,https://iwaponline.com/washdev/article/9/4/731/70047/Spatiotemporal-hydrochemical-variations-in-river,"Journal of Water, Sanitation & Hygiene for Development",Spatiotemporal hydrochemical variations in river water in the Qilian Mountains and their sources: a case study of the Binggou River Basin,2019,FALSE,0,NA,NA,9,Junju Zhou,"College of Geography and Environmental Science, Northwest Normal University, Lanzhou 730070, China",China,NA,NA,Juan Xiang,"College of Geography and Environmental Science, Northwest Normal University, Lanzhou 730070, China",China,xiagjuan@163.com,NA,FALSE,NA,NA,NA,controlling factor; hydrogeochemistry; major ions; water quality,iwaponline.com -70882,9,4,https://iwaponline.com/washdev/article/9/4/743/70882/What-determines-the-operational-sustainability-of,"Journal of Water, Sanitation & Hygiene for Development",What determines the operational sustainability of rural drinking water points in Ethiopia? The case of Woliso woreda,2019,FALSE,0,NA,NA,2,Birki Gurmessa,"College of Agriculture and Veterinary Medicine, Jimma University, Jimma, Ethiopia",Ethiopia,birkigurmessa@gmail.com,NA,Birki Gurmessa,"College of Agriculture and Veterinary Medicine, Jimma University, Jimma, Ethiopia",Ethiopia,birkigurmessa@gmail.com,NA,FALSE,NA,NA,NA,operational sustainability; rural drinking water points; water user committee; willingness to pay,iwaponline.com -70434,9,4,https://iwaponline.com/washdev/article/9/4/754/70434/Lessons-learned-from-the-national-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Lessons learned from the national sanitation campaign in Njombe district, Tanzania",2019,FALSE,0,NA,NA,8,John Safari,"Institute of Rural Development Planning, P.O. Box 138, Dodoma, Tanzania",United Republic of Tanzania,jsafari@irdp.ac.tz,NA,John Safari,"Institute of Rural Development Planning, P.O. Box 138, Dodoma, Tanzania",United Republic of Tanzania,jsafari@irdp.ac.tz,NA,FALSE,NA,NA,NA,CLTS; rural sanitation; Tanzania,iwaponline.com -70237,9,4,https://iwaponline.com/washdev/article/9/4/765/70237/Barriers-and-opportunities-for-behavior-change-in,"Journal of Water, Sanitation & Hygiene for Development",Barriers and opportunities for behavior change in managing high water demand in water scarce Indigenous communities: an Australian perspective,2019,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.091/10/washdev2019091supp.pdf?Expires=1706092647&Signature=q2~eA00GWNdnR91YYuWwGgSE1MGUpkcKE0nrPW-c7vlFX-b0vYG2mdkhYKP~FeBrvSTpC7drekLo6K0w~w5qe4P7dziJmcBFoGXi4om0qIOsK4W11dj4cMCkGMHHjWPNhE1vQOpZd4-lL7zP4tXMH-vJDpwlWMhMD0gf0B97-vKY3PypT23oeirzntXfXcDJZ~hCx7IyedlcQqJmZAGCx1vLCrG9ghvxvhjP5o5asNWP0Aa4hkG4WeTeIBo6uumrCYOO95sp04gkYAcAjnTT06a9eWRZPObbrHNvVVGLTDFErFA~8IF68uADdEumzAxPQ~C~en2zf8esN0arF9eBBg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Safaa Aldirawi,"Improvement and Development for Communities Center (IDCO), Gaza Strip, Palestine",State of Palestine,NA,NA,Cara D. Beal,"Cities Research Institute and School of Medicine, Griffith University Brisbane, Brisbane, Qld, Australia",Australia,c.beal@griffith.edu.au,NA,FALSE,NA,NA,NA,Aboriginal and Torres Strait Island; behavior change; demand management; WASH; water conservation,iwaponline.com -69758,9,4,https://iwaponline.com/washdev/article/9/4/774/69758/Global-water-access-fund-a-new-idea-to-bridge,"Journal of Water, Sanitation & Hygiene for Development",Global water access fund: a new idea to bridge operations and maintenance shortfalls for the poorest water utilities,2019,FALSE,0,NA,NA,3,Tanvi Nagpal,"School of Advanced International Studies, Johns Hopkins University, 1740 Massachusetts Ave NW, Washington, DC 20036, USA",United States of America,NA,NA,Matthew Eldridge,"Urban Institute, 500 L'Enfant Plaza, SW, Washington, DC, 20024, USA",United States of America,meldridge@urban.org,NA,FALSE,NA,NA,NA,global fund; operations and maintenance; pro-poor; solidarity levies; sustainable funding; water utilities,iwaponline.com -69713,9,4,https://iwaponline.com/washdev/article/9/4/780/69713/Protozoan-pathogens-Blastocystis-and-Giardia-spp,"Journal of Water, Sanitation & Hygiene for Development",Protozoan pathogens Blastocystis and Giardia spp. in roof-harvested rainwater: the need to investigate the role of the common brushtail possum (Trichosurus vulpecula) and other potential sources of zoonotic transmission,2019,FALSE,0,NA,NA,5,Edward Waters,"School of Medicine, University of Notre Dame Australia, Sydney 160 Oxford Street, Darlinghurst, NSW 2010, Australia",Australia,NA,NA,Kerry Ann Hamilton,"Arizona State University School of Sustainable Engineering and the Built Environment, 1001 S McAllister Ave, Tempe AZ 85281, USA and Arizona State University Biodesign Center for Environmental Health Engineering, 1001 S McAllister Ave, Tempe, AZ 85281, USA",United States of America,kerry.hamilton@asu.edu,NA,FALSE,NA,NA,NA,Blastocystis spp.; Cryptosporidium spp.; Giardia spp.; possum; public health; rainwater,iwaponline.com -69946,9,4,https://iwaponline.com/washdev/article/9/4/786/69946/Underrepresented-groups-in-WaSH-the-overlooked,"Journal of Water, Sanitation & Hygiene for Development",Underrepresented groups in WaSH – the overlooked role of chemical toxicants in water and health,2019,TRUE,1,xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.059/7/washdev2019059supp.xlsx?Expires=1706044456&Signature=S2TujN0Vts3jgNMBRDpXox7oB-wCdbVRGFhC5oKkokp4Xu6kaU7dR2SewA2PkqHT-GLh703bCfDDxcygGLaxaJ5zx-CiTso9~IxIuX77bVCRvyg91wDxcE52RXHyp5ibgK-HzA3WpTS0TCIUr3XLJ4TxVpAkWjZaqO~IGm0~tWI6tw3aQWZDOcKAdXXMIBSoY9rcmB5S57TVAqz~M9uAEI6uIXJq2Aulg9TjLMR74Ho50b7frh-P~bO5VSHnQ1rFh90KkUCDy~W8WTfizFpBbciV1-fPRn9kUlrBy5EKdYquBipGCE~htHCYq33hUhN6A3pSufcaB0OvehnkLjqg3w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Joshua P. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, North Carolina 27695, USA",United States of America,jpkearns@ncsu.edu,NA,Joshua P. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, North Carolina 27695, USA",United States of America,jpkearns@ncsu.edu,NA,FALSE,NA,NA,NA,chemicals; drinking water; health; inorganic; organic; toxicants,iwaponline.com -70215,9,4,https://iwaponline.com/washdev/article/9/4/794/70215/Factors-associated-with-the-practice-of-water,"Journal of Water, Sanitation & Hygiene for Development","Factors associated with the practice of water, sanitation, and hygiene (WASH) among the Rohingya refugees in Bangladesh",2019,FALSE,0,NA,NA,5,Kamrul Hsan,"Department of Public Health and Informatics, Jahangirnagar University, Savar, Dhaka 1342, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,NA,Kamrul Hsan,"Department of Public Health and Informatics, Jahangirnagar University, Savar, Dhaka 1342, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,NA,FALSE,NA,NA,NA,Rohingya refugees; WASH; WASH knowledge; WASH practices; water sanitation and hygiene,iwaponline.com -72321,10,1,https://iwaponline.com/washdev/article/10/1/1/72321/Shining-the-spotlight-on-household-investments-for,"Journal of Water, Sanitation & Hygiene for Development","Shining the spotlight on household investments for water, sanitation and hygiene (WASH): let us talk about HI and the three ‘T's",2020,FALSE,0,NA,NA,2,Kerstin Danert,"Skat Foundation, St Gallen, Switzerland",Switzerland,kerstin@danert.com,NA,Kerstin Danert,"Skat Foundation, St Gallen, Switzerland",Switzerland,kerstin@danert.com,NA,FALSE,NA,NA,NA,household investments; self-supply,iwaponline.com -71150,10,1,https://iwaponline.com/washdev/article/10/1/5/71150/Understanding-empowerment-in-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Understanding empowerment in water, sanitation, and hygiene (WASH): a scoping review",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2019.077/7/washdev2019077supp.docx?Expires=1706023316&Signature=em1yE4t9sCLk5OXMdS2eRbc1-WcB0EJCZ7RUNd0y-CBjD8gRLXG6-jMolngZO4Z7ffkMODi0HGRrwD3VhhXI-tdvCVJSj5jx6urpJiSUR6evj8KiBbUx8~dl1T8cWp6zVXXCK-T7niJZbhnmqGRmXO-NtuaP9mpxzX2WkT-5riEkvXK4U5P07Src42lBhLRiCOnir5W9yWJ0AWZnI4JRO12VuGLScM4djmNDc0S9vbPP5Im61m0luDCjk1xqV2UrsQE5Fc-thPaQRYpZzT2A4KyOHMihosWSIU5ge2XHJc6Gdy5ZbFZA8s-aBkMwBwpavnYErkPCHEyY4W6F7yL7vA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Florence Dery,"School of Kinesiology and Health Studies, Queen's University, Kingston K7L 3N6, ON, Canada",Canada,17fad@queensu.ca,NA,Florence Dery,"School of Kinesiology and Health Studies, Queen's University, Kingston K7L 3N6, ON, Canada",Canada,17fad@queensu.ca,NA,FALSE,NA,NA,NA,empowerment; equality; gender; scoping review; water security,iwaponline.com -71338,10,1,https://iwaponline.com/washdev/article/10/1/16/71338/Challenges-and-facilitators-of-public-engagement,"Journal of Water, Sanitation & Hygiene for Development","Challenges and facilitators of public engagement with water, sanitation, hygiene and other environmental health issues in Ghana and Uganda: perspectives of scientists, journalists and the public",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2019.019/7/washdev2019019supp.docx?Expires=1706092672&Signature=YDP5k5YrbbC5FTIZOudIR6kxsgiy4SuMQACPgFJe9A~yPlieb9bleGplTYDs78VH8Cy-T-fdwpjDUdbPy31U-e-x-MrgdWe1YopfeTVOR0CqR4tZX3M~t7K7-Rvtz-sKuzIEEN~5W~VE~Y9mjlo~ykJ-gyIle-ylzqXvcbeqeDNKCShFNT5WbaMREyJ20rMf7Fp1E890HmFbop92GMW5odLYpgRgdiBaIXdv1DXI4juY1mVkq5bwC3zEwfkCAWLjniT3XgehQryVLe2BgLB6kCD9O-TzEJhi~vl17hZTM10R9n1b1tMn5a-t0WsbJDvuXea23kGquhH06Yon~h8qNw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,Bernard Appiah,"Research Program on Public and International Engagement for Health, Department of Environmental and Occupational Health, School of Public Health, Texas A&M University, College Station, TX, USA",United States of America,bappiah1@tamu.edu,NA,Bernard Appiah,"Research Program on Public and International Engagement for Health, Department of Environmental and Occupational Health, School of Public Health, Texas A&M University, College Station, TX, USA",United States of America,bappiah1@tamu.edu,NA,FALSE,NA,NA,NA,environmental health; public engagement; science journalism; sub-Saharan Africa; WASH,iwaponline.com -70853,10,1,https://iwaponline.com/washdev/article/10/1/27/70853/Process-of-developing-education-material-on-water,"Journal of Water, Sanitation & Hygiene for Development","Process of developing education material on water, sanitation and hygiene (WaSH) and diarrhoea prevention and testing its acceptability among tribal mothers",2020,FALSE,0,NA,NA,5,Angeline Jeyakumar,"Interdisciplinary School of Health Sciences, Savitribai Phule Pune University (SPPU), Pune, India",India,angelinejaykumar@gmail.com,NA,Angeline Jeyakumar,"Interdisciplinary School of Health Sciences, Savitribai Phule Pune University (SPPU), Pune, India",India,angelinejaykumar@gmail.com,NA,FALSE,NA,NA,NA,diarrhoea; health education; hygiene; sanitation; water,iwaponline.com -71870,10,1,https://iwaponline.com/washdev/article/10/1/36/71870/Rural-communities-perception-of-and-willingness-to,"Journal of Water, Sanitation & Hygiene for Development","Rural communities' perception of and willingness to pay for wastewater and stormwater management infrastructure in Bihar, India",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2020.033/7/washdev2020033supp.docx?Expires=1706092681&Signature=qY0i0PpyMqmbXOJrwkpw-Oxk3KU5QaQ~k5rZdhJTtZbT7ldTalPSL9En7GkOBh1T25g2cikF-wZj1k1e1RU36DyDBT0GRmyAUPRxhkBW3~puKlcad2mpQ~cVX3x~XSvrv65c6OYPKU-KwWH8iXbZp9tZ~mMY5p43Io7ZyACnlXKGeulbMD2VutOTqIwEkh6T0SM5ZsSUrRLfmgzQkYpxZNy89aam6zoh9G~5AOkwCbbDSt~vIRsuU6dR7jultAPtdj2zkJ1HAbg6hZ3gv26dy3XY0d9rEFMm2A0nnP17I6COgTXvJecfgUWqgkJLxIMPUiCf1h~T8EZwzaClpkL3ew__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Mohammad Rashid,"Department of Architecture and Regional Planning, Indian Institute of Technology, Kharagpur, India",India,rashidgeog@gmail.com,NA,Mohammad Rashid,"Department of Architecture and Regional Planning, Indian Institute of Technology, Kharagpur, India",India,rashidgeog@gmail.com,NA,FALSE,NA,NA,NA,India; rural; sanitation; user preferences; wastewater management; willingness to pay,iwaponline.com -72030,10,1,https://iwaponline.com/washdev/article/10/1/48/72030/Occurrence-of-antimicrobial-resistant-Escherichia,"Journal of Water, Sanitation & Hygiene for Development",Occurrence of antimicrobial-resistant Escherichia coli in sewage treatment plants of South India,2020,FALSE,0,NA,NA,6,Yerabham Praveenkumarreddy,"Department of Civil Engineering, Manipal Institute of Technology (MIT), Manipal Academy of Higher Education, Manipal 576104, India",India,NA,NA,Keshava Balakrishna,"Department of Civil Engineering, Manipal Institute of Technology (MIT), Manipal Academy of Higher Education, Manipal 576104, India",India,k.balakrishna@manipal.edu,NA,FALSE,NA,NA,NA,antimicrobial resistance; E. coli; sewage treatment plant; wastewater,iwaponline.com -72026,10,1,https://iwaponline.com/washdev/article/10/1/56/72026/Synthesis-and-application-of-magnetized,"Journal of Water, Sanitation & Hygiene for Development",Synthesis and application of magnetized nanoparticles to remove lead from drinking water: Taguchi design of experiment,2020,FALSE,0,NA,NA,1,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,NA,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,NA,FALSE,NA,NA,NA,agro-nanoparticles; design of experiments (DOE); drinking water; Pb2+; Taguchi method,iwaponline.com -71321,10,1,https://iwaponline.com/washdev/article/10/1/66/71321/Household-water-treatment-using-adequate-methods,"Journal of Water, Sanitation & Hygiene for Development",Household water treatment using adequate methods in sub-Saharan countries: evidence from 2013–2016 Demographic and Health Surveys,2020,FALSE,0,NA,NA,2,Abraham Geremew,"Department of Environmental Health, College of Health and Medical Sciences, Haramaya University, Dire Dawa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,NA,Abraham Geremew,"Department of Environmental Health, College of Health and Medical Sciences, Haramaya University, Dire Dawa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,NA,FALSE,NA,NA,NA,adequate treatment methods; household water treatment,iwaponline.com -72308,10,1,https://iwaponline.com/washdev/article/10/1/76/72308/Ripening-of-household-slow-sand-filter-by-adding,"Journal of Water, Sanitation & Hygiene for Development",Ripening of household slow sand filter by adding fish food,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2020.143/7/washdev2020143supp.docx?Expires=1706022543&Signature=fxg~B5-Ro6OjJ2bLPvHkNbIu7c4R4AQhSq2AURWYLPDK1c3qJXRh9S9bP5uY2Iyjof2NqJnhEyl-FwSdawUT9VK2G-kbFMGxElKdU6p8gSKTwjuL16xl2j262Vrnz3ACPTIYXQNTtrehzmF~IxXmQ5OFlTiXjVzTpaeTvaS1Xwe7FI1FEAiiBAPYEpDt-E8cRrXrzuEJqPjua89gFo-wH9YcBDUE5s0g0F9IbAGNMZJ7A2MfG0rsjw5NAuFRuVRNGT0vtFd6BIAiGY3CTqfJ71l8NC25FWTyeI0pDoHh2VOtH2ldcY-OAnex2ek~L4SevWhP~XrCR30SDY7ah6HnvQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Kalyl Gomes Calixto,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-carlense 400, São Carlos, São Paulo, 13566-590, Brazil",Brazil,NA,NA,Lyda Patricia Sabogal-Paz,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-carlense 400, São Carlos, São Paulo, 13566-590, Brazil",Brazil,lysaboga@sc.usp.br,NA,FALSE,NA,NA,NA,biological maturation; biosand filter; drinking water; slow sand filtration; tracer tests; treatment,iwaponline.com -72317,10,1,https://iwaponline.com/washdev/article/10/1/86/72317/Can-electrocoagulation-be-an-effective-post,"Journal of Water, Sanitation & Hygiene for Development",Can electrocoagulation be an effective post-treatment option for SBR treated landfill leachate and municipal wastewater mixture?,2020,FALSE,0,NA,NA,4,Shubhrasekhar Chakraborty,"Department of Civil and Environmental Engineering, Birla Institute of Technology, Mesra Ranchi 835215, Jharkhand, India",India,NA,NA,R. Naresh Kumar,"Department of Civil and Environmental Engineering, Birla Institute of Technology, Mesra Ranchi 835215, Jharkhand, India",India,rnaresh@bitmesra.ac.in,NA,FALSE,NA,NA,NA,co-treatment; electrocoagulation; leachate; municipal wastewater; SBR,iwaponline.com -70958,10,1,https://iwaponline.com/washdev/article/10/1/96/70958/WASH-conditions-in-a-small-town-in-Uganda-how-safe,"Journal of Water, Sanitation & Hygiene for Development",WASH conditions in a small town in Uganda: how safe are on-site facilities?,2020,FALSE,0,NA,NA,6,J. G. Nayebare,"Department of Geology and Petroleum Studies, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,njacintha1@gmail.com,NA,J. G. Nayebare,"Department of Geology and Petroleum Studies, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,njacintha1@gmail.com,NA,FALSE,NA,NA,NA,hygiene; on-site; sanitation; urban; water supply,iwaponline.com -71315,10,1,https://iwaponline.com/washdev/article/10/1/111/71315/Water-sanitation-and-hygiene-risk-factors-of-acute,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene risk factors of acute diarrhea among children under five years in the Gaza Strip",2020,FALSE,0,NA,NA,9,Samer Abuzerr,"Department of Environmental Health Engineering, School of Public Health, International Campus, Tehran University of Medical Sciences, Tehran, Iran",Iran (Islamic Republic of),NA,NA,Simin Nasseri,"Department of Environmental Health Engineering, School of Public Health, Tehran University of Medical Sciences, Tehran, Iran",Iran (Islamic Republic of),naserise@tums.ac.ir,NA,FALSE,NA,NA,NA,acute diarrhea; children; households; hygiene; sanitation; water,iwaponline.com -72210,10,1,https://iwaponline.com/washdev/article/10/1/124/72210/Engaging-with-the-WASH-enabling-environment,"Journal of Water, Sanitation & Hygiene for Development",Engaging with the WASH enabling environment,2020,FALSE,0,NA,NA,3,Paul Tyndale-Biscoe,"FH Designs, Melbourne, Australia",Australia,paultyndale@fhdesigns.com.au,NA,Paul Tyndale-Biscoe,"FH Designs, Melbourne, Australia",Australia,paultyndale@fhdesigns.com.au,NA,FALSE,NA,NA,NA,change agent; enabling environment; sustainability; theory of change; WASH Tools,iwaponline.com -72211,10,1,https://iwaponline.com/washdev/article/10/1/136/72211/Photo-assisted-heterogeneous-Fenton-like-process,"Journal of Water, Sanitation & Hygiene for Development",Photo-assisted heterogeneous Fenton-like process for treatment of PNP wastewater,2020,FALSE,0,NA,NA,3,F. C. Ban,"School of Municipal and Environmental Engineering, Shenyang Jianzhu University, Shenyang 110168, China",China,NA,NA,X. T. Zheng,"School of Municipal and Environmental Engineering, Shenyang Jianzhu University, Shenyang 110168, China",China,zhengxueting0407@163.com,NA,FALSE,NA,NA,NA,dynamics; Fe-Ce/Al2O3 catalyst; heterogeneous Fenton-like; P-nitrophenol; synergistic effect,iwaponline.com -72131,10,1,https://iwaponline.com/washdev/article/10/1/146/72131/Characteristics-of-packaged-water-production,"Journal of Water, Sanitation & Hygiene for Development","Characteristics of packaged water production facilities in Greater Accra, Ghana: implications for water safety and associated environmental impacts",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2020.110/7/washdev2020110supp.docx?Expires=1706092724&Signature=1VYelWNDwAxpGIs7v6wv3GrHpK4atODi5WBFaDWrz0ZX2Y00Khf6kcMC17GMEf4ZrUIFdoywRveQJWq2ubBWzAo0OGlbuSjgwVzh1rTCzgS6f1eIqkl0-5jK8NXh~MNSPG3JC4lp5gXETpoNThz6MQBZK4NLjQJOYK7t-W4-sAj8Wk-lbdDpP3Z7mNp2WI-7QRj-MO3A3BDmRW30X6fb5rwrAtJhAKNTbHugE3YpLaIAqOQJVzl-R-m6EWUgqfrVWu7ynCV9pnyw-O9uysJNhP~gFEj0Cf-z8y6wzX8kBRaW-9O5TH2VxBAWlvQihmn6fUckJq~Knzs-9MUg8cWPLg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Maxwell D. K. Semey,"Ghana School of Public Health, University of Ghana, P.O. Box LG 13, Legon, Accra, Ghana",Ghana,NA,NA,Mawuli Dzodzomenyo,"Ghana School of Public Health, University of Ghana, P.O. Box LG 13, Legon, Accra, Ghana",Ghana,mdzodzo@hotmail.com,NA,FALSE,NA,NA,NA,groundwater; packaged water; urbanisation; water pollution; water safety,iwaponline.com -72212,10,1,https://iwaponline.com/washdev/article/10/1/157/72212/Physical-chemical-and-microbiological,"Journal of Water, Sanitation & Hygiene for Development","Physical, chemical and microbiological characterization of processed drinking water in central Nepal: current state study",2020,FALSE,0,NA,NA,8,Niru Burlakoti,"Nepal Academy of Science and Technology, Khumaltar, Lalitpur, Nepal",Nepal,NA,NA,Bhoj Raj Pant,"Nepal Academy of Science and Technology, Khumaltar, Lalitpur, Nepal",Nepal,environmentnast@gmail.com,NA,FALSE,NA,NA,NA,ammonia; chemical parameter; fecal coliform; Kathmandu; public health; total coliform,iwaponline.com -71716,10,1,https://iwaponline.com/washdev/article/10/1/166/71716/Impact-of-rock-alum-pretreatment-on-biosand-filter,"Journal of Water, Sanitation & Hygiene for Development",Impact of rock alum pretreatment on biosand filter performance in Cambodia,2020,FALSE,0,NA,NA,3,Kevin D. Curry,"Bridgewater State University, Bridgewater, MA 02325, USA",United States of America,kcurry@bridgew.edu,NA,Kevin D. Curry,"Bridgewater State University, Bridgewater, MA 02325, USA",United States of America,kcurry@bridgew.edu,NA,FALSE,NA,NA,NA,alum; aluminum; biosand filters; Cambodia; flow rate; turbidity,iwaponline.com -72307,10,2,https://iwaponline.com/washdev/article/10/2/171/72307/Hospital-wastewater-effluent-hot-spot-for,"Journal of Water, Sanitation & Hygiene for Development",Hospital wastewater effluent: hot spot for antibiotic resistant bacteria,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.086/4/washdev2020086supp.docx?Expires=1706092735&Signature=pnl2tbiwmKxFC8fzU3Isl6HMI~MK0kkIvsQMZdpff0Nw4h1c6F3hNt5N~CDSSv7DzZijI0tZ9eEPjvY4H33gaHHjKv7RYHCJvBzBtKQEGesV2pR3p6-g36Xx7Xl4mXe7cjf0G-tbYgEpVKydNH4o2E8kseVeKTwWUxea3MHcharqISe3Nu5YHczTyj5Y2rQTF0PIyFaWSweHTQovfR4h9Hp1yoBpceuHXZ8DsJGQDfj5PYEvjkeINQYwKaQH6qxJMw~hG3Sboq66nWenoO-pcTXM5-QkzuruOtDRCXHJgQkiqZt0M~jMCBDY2dUZd81l9KBgtVET9geatiAb~-qbXw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Urška Rozman,"Univerza v Mariboru Fakulteta za Zdravstvene vede, Maribor, Slovenia",Slovenia,urska.rozman@um.si,NA,Urška Rozman,"Univerza v Mariboru Fakulteta za Zdravstvene vede, Maribor, Slovenia",Slovenia,urska.rozman@um.si,NA,FALSE,NA,NA,NA,antibiotic resistant genes; carbapenemase producing Enterobacteriaceae; extended spectrum beta-lactamase; hospital wastewaters,iwaponline.com -72318,10,2,https://iwaponline.com/washdev/article/10/2/179/72318/Investigating-the-occurrence-of-algae-in-the,"Journal of Water, Sanitation & Hygiene for Development","Investigating the occurrence of algae in the drinking water supply system of Harare, Zimbabwe",2020,FALSE,0,NA,NA,3,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,NA,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,NA,FALSE,NA,NA,NA,algae; distribution system; Microcystis aeruginosa; Morton Jaffray Water Treatment Works; water quality,iwaponline.com -72319,10,2,https://iwaponline.com/washdev/article/10/2/191/72319/Context-and-intentions-practical-associations-for,"Journal of Water, Sanitation & Hygiene for Development",Context and intentions: practical associations for fecal sludge management in rural low-income Cambodia,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.103/4/washdev2020103supp.docx?Expires=1706092744&Signature=kAr7xFpnXxt99Ip5YA5BFR7WvRWvol5wVO1ifWzgBTczHW1~pA2dmCofK~C0gMDtZLAGCxNY2vbPu6phOS~DXo0Iy7kymd4SoXjbvazAmLqTemKzJiaX4dWZZnOfssj2xUJzaxONUpPxYLpyctc3s9LmBMJhuP-mKCYpYrYCCSY0CnXv~DVwzrSVhUOyQuXlOe8Hyn18lebc~d272DNfsi~geJQ4kFoEyUKUYe-XKxvdmyhxQ61CvcnhPWxKTsqN11d4eh-gprnf0ZF5fr6cUFdKveh1LPfFVzjOywzQ7tsiiaOBvu4hyZfwL1fKUDiK5dJvaTXdfS~bu6dgmVMAzA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,James Harper,"Department of Civil, Environmental and Architectural Engineering, College of Engineering and Applied Science, University of Colorado at Boulder, 1111 Engineering Drive, 422 UCB, Boulder, CO 80309-0422, USA",United States of America,james.harper@colorado.edu,NA,James Harper,"Department of Civil, Environmental and Architectural Engineering, College of Engineering and Applied Science, University of Colorado at Boulder, 1111 Engineering Drive, 422 UCB, Boulder, CO 80309-0422, USA",United States of America,james.harper@colorado.edu,NA,FALSE,NA,NA,NA,Cambodia; context; fecal sludge management; intention; rural; sanitation,iwaponline.com -72320,10,2,https://iwaponline.com/washdev/article/10/2/202/72320/Sources-of-microbiological-contamination-in-sachet,"Journal of Water, Sanitation & Hygiene for Development",Sources of microbiological contamination in sachet water from Ghana,2020,FALSE,0,NA,NA,11,Asli Aslan,"Biostatistics, Epidemiology and Environmental Health Sciences Department, Georgia Southern University, 501 Forest Drive, Hendricks Hall, Statesboro, GA 30460, USA",United States of America,aaslan@georgiasouthern.edu,NA,Asli Aslan,"Biostatistics, Epidemiology and Environmental Health Sciences Department, Georgia Southern University, 501 Forest Drive, Hendricks Hall, Statesboro, GA 30460, USA",United States of America,aaslan@georgiasouthern.edu,NA,FALSE,NA,NA,NA,coliform; Ghana; microbial source tracking; sachet water; West Africa,iwaponline.com -73470,10,2,https://iwaponline.com/washdev/article/10/2/209/73470/Inactivation-of-Ascaris-for-thermal-treatment-and,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of Ascaris for thermal treatment and drying applications in faecal sludge,2020,FALSE,0,NA,NA,5,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban 4041, South Africa",South Africa,danica.naidoo987@gmail.com,NA,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban 4041, South Africa",South Africa,danica.naidoo987@gmail.com,NA,FALSE,NA,NA,NA,Ascaris; exposure time; heating; inactivation; moisture content; temperature,iwaponline.com -72508,10,2,https://iwaponline.com/washdev/article/10/2/219/72508/Treatment-of-fecal-matter-by-smoldering-and,"Journal of Water, Sanitation & Hygiene for Development",Treatment of fecal matter by smoldering and catalytic oxidation,2020,FALSE,0,NA,NA,6,Shadi Saberi,"University of Toronto, 200 College Street, Toronto, ON M5S 3E5, Canada",Canada,NA,NA,Kasra Samiei,"University of Toronto, 200 College Street, Toronto, ON M5S 3E5, Canada",Canada,kasra.samiei@utoronto.ca,NA,FALSE,NA,NA,NA,catalytic oxidation; combustion; feces; non-sewered toilet; sanitation; smoldering,iwaponline.com -73747,10,2,https://iwaponline.com/washdev/article/10/2/227/73747/A-socio-ecological-perspective-of-the-facilitators,"Journal of Water, Sanitation & Hygiene for Development","A socio-ecological perspective of the facilitators and barriers to uptake of water, sanitation and hygiene interventions in a slum setting in Kampala, Uganda: a qualitative study",2020,FALSE,0,NA,NA,5,Charles Ssemugabo,"Department of Disease control and Environmental Health, School of Public Health, Makerere University College of Health Sciences, Kampala, Uganda",Uganda,cssemugabo@gmail.com,NA,Charles Ssemugabo,"Department of Disease control and Environmental Health, School of Public Health, Makerere University College of Health Sciences, Kampala, Uganda",Uganda,cssemugabo@gmail.com,NA,FALSE,NA,NA,NA,beliefs; community health workers; community leaders; perceived susceptibility,iwaponline.com -73957,10,2,https://iwaponline.com/washdev/article/10/2/238/73957/Factors-and-impacts-of-informal-settlements,"Journal of Water, Sanitation & Hygiene for Development",Factors and impacts of informal settlements residents' sanitation practices on access and sustainability of sanitation services in the policy context of Free Basic Sanitation,2020,FALSE,0,NA,NA,3,Christophe Muanda,"Department of Civil Engineering and Surveying, Faculty of Engineering and the Built Environment, Cape Peninsula University of Technology, P.O. Box 1906, Bellville 7535, South Africa",South Africa,muandac@cput.ac.za,NA,Christophe Muanda,"Department of Civil Engineering and Surveying, Faculty of Engineering and the Built Environment, Cape Peninsula University of Technology, P.O. Box 1906, Bellville 7535, South Africa",South Africa,muandac@cput.ac.za,NA,FALSE,NA,NA,NA,Free Basic Sanitation; informal settlement; sanitation practices; sanitation services; Western Cape,iwaponline.com -74104,10,2,https://iwaponline.com/washdev/article/10/2/249/74104/Human-health-risk-assessment-through-the,"Journal of Water, Sanitation & Hygiene for Development",Human health risk assessment through the comparative analysis of diverse irrigation regimes for Luffa (Luffa cylindrica (L.) Roem.),2020,FALSE,0,NA,NA,7,Zafar Iqbal Khan,"Department of Botany, University of Sargodha, Sargodha, Pakistan",Pakistan,NA,NA,Ilker Ugulu,"Faculty of Education, Usak University, Usak, Turkey",Türkiye,ilkerugulu@gmail.com,NA,FALSE,NA,NA,NA,health risk; Luffa cylindrica; municipal wastewater; trace metals,iwaponline.com -74524,10,2,https://iwaponline.com/washdev/article/10/2/262/74524/Effect-of-human-urine-application-on-cabbage,"Journal of Water, Sanitation & Hygiene for Development",Effect of human urine application on cabbage production and soil characteristics,2020,FALSE,0,NA,NA,5,Yitayal Addis Alemayehu,"Kotebe Metropolitan University, Addis Ababa, Ethiopia",Ethiopia,yituaddis@gmail.com,NA,Yitayal Addis Alemayehu,"Kotebe Metropolitan University, Addis Ababa, Ethiopia",Ethiopia,yituaddis@gmail.com,NA,FALSE,NA,NA,NA,cabbage; human urine; nutrients; pH; salinity; yield,iwaponline.com -72560,10,2,https://iwaponline.com/washdev/article/10/2/276/72560/Performance-evaluation-of-combined-ultraviolet,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of combined ultraviolet-ultrasonic technologies in removal of sulfonamide and tetracycline resistant Escherichia coli from domestic effluents,2020,FALSE,0,NA,NA,5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,NA,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,NA,FALSE,NA,NA,NA,sulfonamide; tetracycline; ultrasonic; ultraviolet radiation; wastewater,iwaponline.com -73652,10,2,https://iwaponline.com/washdev/article/10/2/286/73652/Water-treatment-in-rural-Guatemala-factors,"Journal of Water, Sanitation & Hygiene for Development",Water treatment in rural Guatemala: factors associated with the use of biosand water filters,2020,FALSE,0,NA,NA,5,Chi-Fang Wu,"School of Social Work, University of Illinois at Urbana-Champaign, 1010 West Nevada Street, Urbana, IL 61801, USA",United States of America,cfangwu@illinois.edu,NA,Chi-Fang Wu,"School of Social Work, University of Illinois at Urbana-Champaign, 1010 West Nevada Street, Urbana, IL 61801, USA",United States of America,cfangwu@illinois.edu,NA,FALSE,NA,NA,NA,biosand filter; Guatemala; point of use; regular filter users; water filters; water treatment,iwaponline.com -73558,10,2,https://iwaponline.com/washdev/article/10/2/298/73558/Household-stored-water-quality-in-an-intermittent,"Journal of Water, Sanitation & Hygiene for Development",Household stored water quality in an intermittent water supply network in Panama,2020,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.156/4/washdev2020156supp.pdf?Expires=1706092790&Signature=jqaa4GTwbKR30E924nrIAfg2sFu2leYWjlJp7ygHeRH4G96R11bfs9x-zf-wsojuT~aQnmFaEUmyGYtXaVi~Jc0iAJcgS6kpvanNInf-bU-BHqWnoThkUXJYKQc0fUI2AAjY7ERAbTxwRQwtcOh1fJOIO5YKbYp9MSRq8xbYRldlI1wD~YC5gL8Rl48KG4Bfdea86gaP9RbDtT4i2c5EVHRxI7UA1izl6CUKjLVYj3U-BsSD5MYdNSxV-dwcCufPTeyoK7~gOU2j43UquiJcKdhIZcBE2PDznfYbJuawTMWElK9iy-AqblWmNwowJQchdQQsCuSKNaaG2cLwNZG7Iw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Carlos I. Gonzalez,"Centro de Biología Molecular y Celular de Enfermedades, Instituto de Investigaciones Científicas y Servicios de Alta Tecnología (INDICASAT-AIP), Ciudad del Saber, Panama",Panama,NA,NA,Amador Goodridge,"Centro de Biología Molecular y Celular de Enfermedades, Instituto de Investigaciones Científicas y Servicios de Alta Tecnología (INDICASAT-AIP), Ciudad del Saber, Panama",Panama,agoodridge@indicasat.org.pa,NA,FALSE,NA,NA,NA,chlorine residual; E. coli; household drinking water storage; intermittent drinking water supply,iwaponline.com -74480,10,2,https://iwaponline.com/washdev/article/10/2/309/74480/Locating-water-distribution-reservoirs-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Locating water distribution reservoirs in rural Andean areas: a methodological approach,2020,FALSE,0,NA,NA,2,Nadya Lizeth Serrano Abarca,"Program Water Resources, Federal University of Mato Grosso, Cuiabá, Brazil",Brazil,nadyliz1190@gmail.com,NA,Nadya Lizeth Serrano Abarca,"Program Water Resources, Federal University of Mato Grosso, Cuiabá, Brazil",Brazil,nadyliz1190@gmail.com,NA,FALSE,NA,NA,NA,adequate location; rural water; water reservoir; water supply systems,iwaponline.com -73830,10,2,https://iwaponline.com/washdev/article/10/2/320/73830/Is-household-water-insecurity-a-link-between-water,"Journal of Water, Sanitation & Hygiene for Development",Is household water insecurity a link between water governance and well-being? A multi-site analysis,2020,TRUE,2,pdf; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.165/4/washdev2020165supp1.pdf?Expires=1706085264&Signature=h6JfZ-w~D9BLzhiZy9cIosBe0fKZfuIbHwhNzuXcdMGVjJp08rAAmFZsVx0LDccCR4vcyTKr8K1DonoPcT0Cew2fEunwsfhBbEugjgLpxVEVkGtU8nBHBgqFLjZL5T5c6a5LCp0tvlrUJiOWWHTCZYCg0tUCIwx-rfO6M9r9l0SQEtUmOf5Ck2x7leHT83Ixwezo3pF04~MxoPdq4jj4Sa~6ixqrCAniYLiDUmn2YyrbLULOeGHC80S6yBKozMv-F2PexslS4nsePcLFHffzU5q0nGUnuH44WOATdBc6gxWx9u5X2MC8hNwmS7U68uXvkAzZvNXnMFELDxVDoFi0DA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.165/4/washdev2020165supp2.docx?Expires=1706085264&Signature=39~SHR-5VeVuna28yHz4kUy48KOZDR5kZqu5Se7m~KPZK1VeOD7OlF1aDX0kLwMoMoTMNRGhimIfxvA3YQSDeSKr3FekGwoDHuLWrMvJOdpJ33KbKa4XUznPakr7J57P6hURpzj2gZLKqBpbBvDEBFGr2JGbL3sAQNQ4l0YjYgijfuQd00dvZAvC56x2-OWLv3x0zqP1sCPbDhmW25g5AI9bJHUfgrVWgjR0gMwQ9kA9NaUS2v8E5WeMEv0MdTl~-44Tw5UY1w1ZPjcdq1ZC99oV-ycXxNui7Fr23bYfifKlqeFnddlT3B2D42YRidrfLVxMOZU2aSqVzApvanIdow__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Joshua D. Miller,"Department of Anthropology, Northwestern University, 1819 Hinman Avenue, Evanston, IL 60208, USA",United States of America,NA,NA,Sera L. Young,"Department of Anthropology, Global Health Studies, Institute for Policy Research, Northwestern University, 1819 Hinman Avenue, Evanston, IL 60208, USA",United States of America,sera.young@northwestern.edu,NA,FALSE,NA,NA,NA,cholera; diarrhea; household water insecurity; sub-Saharan Africa; water governance; water quality,iwaponline.com -74232,10,2,https://iwaponline.com/washdev/article/10/2/335/74232/Effect-of-natural-disinfectant-Moringa-oleifera,"Journal of Water, Sanitation & Hygiene for Development",Effect of natural disinfectant (Moringa oleifera) and a chemical disinfectant (calcium hypochlorite) on nematode eggs: bioefficiency and impact of physico-chemical variables,2020,FALSE,0,NA,NA,2,Arnold Landry Fotseu Kouam,"Faculty of Sciences, The University of Yaounde I, Yaounde, Cameroon",Cameroon,landryfotseu@gmail.com,NA,Arnold Landry Fotseu Kouam,"Faculty of Sciences, The University of Yaounde I, Yaounde, Cameroon",Cameroon,landryfotseu@gmail.com,NA,FALSE,NA,NA,NA,disinfectants; nematodes; sustainability; treatment wastewater,iwaponline.com -74015,10,2,https://iwaponline.com/washdev/article/10/2/347/74015/Solar-energy-based-water-treatment-system,"Journal of Water, Sanitation & Hygiene for Development",Solar energy-based water treatment system applicable to the remote areas: Case of Indonesia,2020,FALSE,0,NA,NA,2,Arsanto Ishadi Wibowo,"International Master Degree on Energy Engineering, National Cheng Kung University, Tainan 700, Taiwan",NA,NA,NA,Keh-Chin Chang,"Department of Aeronautics and Astronautics, National Cheng Kung University, Tainan 700, Taiwan",TWN,kcchang@mail.ncku.edu.tw,NA,FALSE,NA,NA,NA,developing country; Indonesia; remote area; solar energy; solar thermal; water treatment system,iwaponline.com -74279,10,2,https://iwaponline.com/washdev/article/10/2/357/74279/Does-self-reported-water-collection-time-differ,"Journal of Water, Sanitation & Hygiene for Development",Does self-reported water collection time differ from observed water collection time? Evidence from the Upper West Region of Ghana,2020,FALSE,0,NA,NA,3,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, University for Development Studies, Tamale, Ghana",Ghana,adongzagla@yahoo.com,NA,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, University for Development Studies, Tamale, Ghana",Ghana,adongzagla@yahoo.com,NA,FALSE,NA,NA,NA,collection time; Ghana; observed time; self-reported time; water,iwaponline.com -74196,10,2,https://iwaponline.com/washdev/article/10/2/366/74196/A-multidisciplinary-perspective-to-protect-the,"Journal of Water, Sanitation & Hygiene for Development","A multidisciplinary perspective to protect the quality of water in natural wetlands. A case study in Oaxaca, Mexico",2020,FALSE,0,NA,NA,5,Ignacio Sánchez-Cohen,"INIFAP-CENID RASPA, Gómez Palacio, Durango 35140, México",Mexico,NA,NA,Maritza Argelia Macias-Corral,"Faculty of Medicine Torreón Campus, Universidad Autónoma de Coahuila, Torreón, Coahuila 27000, México",Mexico,maritza.macias@gmail.com,NA,FALSE,NA,NA,NA,coastal wetlands; multi-objective decision modeling software; Oaxaca Mexico; sensibility analysis; social implications,iwaponline.com -73829,10,2,https://iwaponline.com/washdev/article/10/2/374/73829/Facile-and-simultaneous-separation-of-nitrogen,"Journal of Water, Sanitation & Hygiene for Development","Facile and simultaneous separation of nitrogen, phosphorus and bacteria from urine by using ash depth filters which harvest ammonium and phosphate as Struvite Enriched Ash",2020,FALSE,0,NA,NA,5,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",United States of America,mwitty@fsw.edu,NA,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",United States of America,mwitty@fsw.edu,NA,FALSE,NA,NA,NA,ammonia; ash; depth filter; phosphate; struvite,iwaponline.com -73058,10,2,https://iwaponline.com/washdev/article/10/2/378/73058/Erratum-Journal-of-Water-Sanitation-and-Hygiene,"Journal of Water, Sanitation & Hygiene for Development","Erratum: Journal of Water, Sanitation and Hygiene for Development 9 (1), 71–79: Analysis of households’ vulnerability to waterborne diseases in Yenagoa, Nigeria, Odafivwotu Ohwo, doi: 10.2166/washdev.2018.052",2020,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,iwaponline.com -75578,10,3,https://iwaponline.com/washdev/article/10/3/379/75578/COVID-19-urgent-actions-critical-reflections-and,"Journal of Water, Sanitation & Hygiene for Development","COVID-19: urgent actions, critical reflections and future relevance of ‘WaSH’: lessons for the current and future pandemics",2020,FALSE,0,NA,NA,13,Guy Howard,"Department of Civil Engineering, University of Bristol, Bristol, UK",United Kingdom of Great Britain and Northern Ireland,guy.howard@bristol.ac.uk,NA,Guy Howard,"Department of Civil Engineering, University of Bristol, Bristol, UK",United Kingdom of Great Britain and Northern Ireland,guy.howard@bristol.ac.uk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,COVID-19; coronavirus; hygiene; pandemics; WaSH; water,iwaponline.com -75339,10,3,https://iwaponline.com/washdev/article/10/3/397/75339/A-review-of-sanitation-technologies-for-flood,"Journal of Water, Sanitation & Hygiene for Development",A review of sanitation technologies for flood-prone areas,2020,TRUE,1,pptx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.019/3/washdev2020019supp.pptx?Expires=1706092848&Signature=GIDNXOUT~YE9YeBAYBMCB6xQJJKSqybPIhYeY4DIIC7xi-QTaKaN0W135KJsQnY5ewpbkAD~PNMfBhX8rVVMv4ycK6ZZRZ1XmgUzE~j5QGLhck5TkLTy~aJUUZCAS95e4GiLoe9~KpgzO9~Y~rTvjKmLfPeYkpOgLCB~wCVyTg8JY4jA0HkQEXjZmoyENJd7gRI2x-y0Klw9gmAp-~9upfrL1F5iLKdj6fEqPolEXQvWp2Jo34ZXtfmiIBvZ~GR3MKqNuSlbH8tJ-z~L2BZerNJaQ1HuvNcrJ-zvJ0kDRb59kZDbDoa~dxiPnBx0T9o22VeebkPfFtzhum4cxXVslA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,João Paulo Borges Pedro,"Mamirauá Institute for Sustainable Development, Estrada do Bexiga, 2584, CEP 69553-225, Tefé, AM, Brazil",Brazil,joaopaulo.pedro@hotmail.com,NA,João Paulo Borges Pedro,"Mamirauá Institute for Sustainable Development, Estrada do Bexiga, 2584, CEP 69553-225, Tefé, AM, Brazil",Brazil,joaopaulo.pedro@hotmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,feces management; floodplain; wastewater; wetland,iwaponline.com -74896,10,3,https://iwaponline.com/washdev/article/10/3/413/74896/Sanitary-quality-bacteriological-and-physical,"Journal of Water, Sanitation & Hygiene for Development","Sanitary quality (bacteriological and physical-chemical) of drinking water in urban slums in Rio de Janeiro, RJ, Brazil",2020,FALSE,0,NA,NA,6,Natasha Berendonk Handam,"Program of Doctor's Degree in Public Health and Environment, Sergio Arouca National School of Public Health, Oswaldo Cruz Fundation (ENSP/FIOCRUZ), Rua Leopoldo Bulhões, 1480 - Manguinhos, Rio de Janeiro, RJ, Brazil",Brazil,natashabhandam@gmail.com,NA,Natasha Berendonk Handam,"Program of Doctor's Degree in Public Health and Environment, Sergio Arouca National School of Public Health, Oswaldo Cruz Fundation (ENSP/FIOCRUZ), Rua Leopoldo Bulhões, 1480 - Manguinhos, Rio de Janeiro, RJ, Brazil",Brazil,natashabhandam@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,coliforms; drinking water; Manguinhos slums; physicochemical analysis; water quality,iwaponline.com -75870,10,3,https://iwaponline.com/washdev/article/10/3/425/75870/Irrigation-drinking-water-quality-and-child,"Journal of Water, Sanitation & Hygiene for Development","Irrigation, drinking water quality, and child nutritional status in northern Ethiopia",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.045/3/washdev2020045supp.docx?Expires=1706092857&Signature=HiYbHQyC4d9VMFXOrBEuGVmWQH6nXYlkd1d8Ib0MvJROE6Ccy2AUGb5VA3TOzqwq7YU5xy8lhOb85W2k8wpxic13Gko33kIuTjjiNyb~0PKaxqvsk98m~Jo8U4m22hl9sSMBoLCZTT78IFxnNtlpd7GP5THJUHh2behmk0q0CQ1gs4PzFHPjnFrtvfIsgldwsdg1gC7oEtuXRswq7BJXOkXv3ltnlgFUo1g7FOafr~uw7-uVAd-RId7rQ1yROap9xjEmOAeAP0t1BgvfxEsIt1SzygEpoSZFU2X1ScsmIkNe6GJnc-wFGtNn0WMHSxIBVxjvMl6fmyLviaBDQSb0tA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Muhammed A. Usman,"Center for Development Research (ZEF), University of Bonn, Genscherallee 3, 53113, Bonn, Germany",Germany,mausman25@gmail.com,NA,Muhammed A. Usman,"Center for Development Research (ZEF), University of Bonn, Genscherallee 3, 53113, Bonn, Germany",Germany,mausman25@gmail.com,NA,TRUE,All relevant data are available from an online repository or repositories (https://data.zef.de/geonetwork_zef/apps/search/?east_collapsed=true&s_search=&s_E_any=usman&s_timeType=true&s_scaleOn=false&s_E_hitsperpage=20).,available in online repository,https://data.zef.de/geonetwork_zef/apps/search/?east_collapsed=true&s_search=&s_E_any=usman&s_timeType=true&s_scaleOn=false&s_E_hitsperpage=20,child nutrition; irrigated agriculture; rural Ethiopia; water quality,iwaponline.com -75724,10,3,https://iwaponline.com/washdev/article/10/3/435/75724/Urban-household-water-resilience-and-source,"Journal of Water, Sanitation & Hygiene for Development",Urban household water resilience and source selection in Nepal pre- and post-disaster,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.042/3/washdev2020042supp.docx?Expires=1706092861&Signature=i29ao36yxIpvmswlyXHHIiXQrkaNVEQ9BVOCIJpm18LojnSR4HkiRq-~~V5V0VjE~FTQJqoS7b-UiaTL~ODEMVadOyp290LAUrMCTgoaWPUTEHeAVlTqLCfW8AywzOY6DvfiNUn6fEAc-3dVx95fuaxa6nQqotnhs-VWC3E1eI7QYiO0H8-YAHbTl5LcP~YGh6H4UDV-hCVZ293sQLIiE2998BgAi~QaJYdgwTMDYTTBQOXx8SNYGTWtucfYPukx0e6~-m7OGvfzoJK7brp8RMLnpoNSm4daqgdQKLIdZlHDV6-b7oVP9ozc2T3JFH8CED1DP-GNDTccrV-Zksj2Rw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Sadhana Shrestha,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, 4-3-11 Takeda, 400-8511, Kofu, Japan",Japan,shrestha@yamanashi.ac.jp,NA,Sadhana Shrestha,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, 4-3-11 Takeda, 400-8511, Kofu, Japan",Japan,shrestha@yamanashi.ac.jp,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,adaptive strategies; earthquake; household; multiple water sources use; natural disaster; water security,iwaponline.com -75173,10,3,https://iwaponline.com/washdev/article/10/3/447/75173/A-decision-support-tool-for-rural-water-supply,"Journal of Water, Sanitation & Hygiene for Development",A decision support tool for rural water supply planning,2020,FALSE,0,NA,NA,3,Joseph Cook,"Washington State University, School of Economic Sciences, Pullman, WA, USA",United States of America,joe.cook@wsu.edu,NA,Joseph Cook,"Washington State University, School of Economic Sciences, Pullman, WA, USA",United States of America,joe.cook@wsu.edu,NA,TRUE,All relevant data are available from ruralwaterdecisions.org.,available in online repository,NA,decision support; development economics; rural water supply; water supply engineering; digitalwatercollection; digitalwatertechniques,iwaponline.com -75764,10,3,https://iwaponline.com/washdev/article/10/3/458/75764/Air-drying-bed-as-an-alternative-treatment-for,"Journal of Water, Sanitation & Hygiene for Development",Air-drying bed as an alternative treatment for UASB sludge under tropical conditions,2020,FALSE,0,NA,NA,7,Bruna Coelho Lopes,"Department of Sanitary and Environmental Engineering, Faculty of Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, BL 1 31270-901, Belo Horizonte, Brazil",Brazil,bruna.coelho.lopes@gmail.com,NA,Bruna Coelho Lopes,"Department of Sanitary and Environmental Engineering, Faculty of Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, BL 1 31270-901, Belo Horizonte, Brazil",Brazil,bruna.coelho.lopes@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,air-drying bed; microbial indicators; pathogens; sewage sludge; tropical climate; UASB reactor,iwaponline.com -75387,10,3,https://iwaponline.com/washdev/article/10/3/471/75387/A-cellular-automata-modelling-approach-in,"Journal of Water, Sanitation & Hygiene for Development",A cellular automata modelling approach in household water use,2020,FALSE,0,NA,NA,1,Salsabil M. Abdalbaki,"Department of Socio-Computing, Cairo University, Cairo, Egypt",Egypt,salsabil.abdalbaki@feps.edu.eg,NA,Salsabil M. Abdalbaki,"Department of Socio-Computing, Cairo University, Cairo, Egypt",Egypt,salsabil.abdalbaki@feps.edu.eg,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,cellular automata; Egypt; Renaissance Dam; social media; water conservation,iwaponline.com -75172,10,3,https://iwaponline.com/washdev/article/10/3/481/75172/Infrastructure-for-water-security-coping-with,"Journal of Water, Sanitation & Hygiene for Development",Infrastructure for water security: coping with risks in rural Kenya,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.038/3/washdev2020038supp.docx?Expires=1706084453&Signature=FV4O0yDagowNxA6xZf~gsQ9jln365WN~HSjRWN7lxNQ2CZpuHpbze3IteBh5arlZoWiUwF~~VCD72IKVs2CBIBrsY2RPOLVS9gUKOwRt4xs6EWXp33OD3PDbFB-HXMV2CAVYb23NqmBnr68JKQu1Tg-xlsnZraXoZTsokUWnutoKruHH6Bghcy46tmYG8VsmpasTfA-Sg-5hPxdjZDz7IbArBmvHsRu9MAX38Od7Zr36xdK5gxT646HSNGqK4LOhTn7blX5WdrB~xZJ5gqdsB1SCUqxlIRfXHdWBhhiLjYMZIpkf~2vOm-GzUZs79aGHwWmKMmpZ-DsoOpdyo-dXTQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Leigh C. Hamlet,"Department of Civil & Environmental Engineering, University of Washington, 201 More Hall, Box 352700, Seattle, WA 98195, USA",United States of America,lhamlet@uw.edu,NA,Leigh C. Hamlet,"Department of Civil & Environmental Engineering, University of Washington, 201 More Hall, Box 352700, Seattle, WA 98195, USA",United States of America,lhamlet@uw.edu,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,climate change; Kenya; mitigation; perception; photovoice; protection motivation theory,iwaponline.com -75340,10,3,https://iwaponline.com/washdev/article/10/3/490/75340/Closing-the-cycle-Potential-and-limitations-of,"Journal of Water, Sanitation & Hygiene for Development",Closing the cycle? Potential and limitations of Water and Sanitation Safety Plans (WSSPs) for Latin American metropolitan areas,2020,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.056/3/washdev2020056supp.pdf?Expires=1706092884&Signature=IAAC4nZ2SMOYrg3BcHyvNqgsCma8iSgAz3JvGQQCqYqZPsBRfnP4K1N-dl3xG75OT96ud81pGTP3p~OcHdUTwqIriU~VBvMBFfHMXm6IX41RLGlmCen37LnZs9JTdaZnHkLyExGv5h-IDup~At06dNkC~PkER4vMW68OjjJmm5G-A2baNU32q0DM2fTLvZrclaoQCfrOy3MbNLkkEUAi33SZ2qWZEChccWvUiHTKf0AOREypIhQG7pE8P8c6rtdoIxWRcTmazbFZHeGXOsfSzNAg9FeDm8zmb7TafuOwWBwEAw7hbAuSNsyMGj05VzBcjpXjcbLm5UUONnSse6r8nw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Araceli Clavijo,"Instituto de Investigaciones en Energía No Convencional (INENCO), CONICET – Universidad Nacional de Salta, Avenida Bolivia 5150, A4408FVY Salta, Argentina",Argentina,a.clavijo@agro.uba.ar,NA,Araceli Clavijo,"Instituto de Investigaciones en Energía No Convencional (INENCO), CONICET – Universidad Nacional de Salta, Avenida Bolivia 5150, A4408FVY Salta, Argentina",Argentina,a.clavijo@agro.uba.ar,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Argentina; decentralized sanitation; risk assessment; Water and Sanitation Safety Plan (WSSP); water governance,iwaponline.com -74755,10,3,https://iwaponline.com/washdev/article/10/3/502/74755/Rainwater-harvesting-and-primary-uses-among-rural,"Journal of Water, Sanitation & Hygiene for Development",Rainwater harvesting and primary uses among rural communities in Ghana,2020,FALSE,0,NA,NA,2,Seth Owusu,"Koforidua Technical University, P.O. Box KF 981, Koforidua, Ghana",Ghana,owususok@yahoo.com,NA,Seth Owusu,"Koforidua Technical University, P.O. Box KF 981, Koforidua, Ghana",Ghana,owususok@yahoo.com,NA,FALSE,NA,NA,NA,Ghana; primary uses; quality; rainwater harvesting,iwaponline.com -75953,10,3,https://iwaponline.com/washdev/article/10/3/512/75953/Drivers-of-unhygienic-desludging-practices-in,"Journal of Water, Sanitation & Hygiene for Development","Drivers of unhygienic desludging practices in unplanned settlements of Dar es Salaam, Tanzania",2020,FALSE,0,NA,NA,4,Amour Seleman,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, P. O. Box 35131, Dar es Salaam, Tanzania",United Republic of Tanzania,matipula@hotmail.com,NA,Amour Seleman,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, P. O. Box 35131, Dar es Salaam, Tanzania",United Republic of Tanzania,matipula@hotmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Dar es Salaam; non-sewered sanitation; safely managed sanitation; unhygienic desludging; unplanned urban settlements,iwaponline.com -76068,10,3,https://iwaponline.com/washdev/article/10/3/527/76068/Going-to-scale-with-rural-water-supply-a,"Journal of Water, Sanitation & Hygiene for Development",Going to scale with rural water supply: a reflection on experiences from sustaining community managed piped water schemes in rural Zimbabwe,2020,FALSE,0,NA,NA,1,L. Dhoba,"College of Business, Peace Leadership & Governance (CBPLG), Africa University, P O BOX 1320, Mutare, Zimbabwe",Zimbabwe,dhobal@africau.edu,NA,L. Dhoba,"College of Business, Peace Leadership & Governance (CBPLG), Africa University, P O BOX 1320, Mutare, Zimbabwe",Zimbabwe,dhobal@africau.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community managed piped water scheme; rehabilitation; rural water supply; sustainability,iwaponline.com -75442,10,3,https://iwaponline.com/washdev/article/10/3/539/75442/Rainwater-as-an-alternative-drinking-water-source,"Journal of Water, Sanitation & Hygiene for Development","Rainwater as an alternative drinking water source for the Chronic Kidney Disease Of Uncertain etiology (CKDu) prone areas: a case study for Girandurukotte, Sri Lanka",2020,FALSE,0,NA,NA,3,V. M. Jayasooriya,"Department of Forestry and Environmental Science, Faculty of Applied Sciences, University of Sri Jayewardenepura, Nugegoda, Sri Lanka",Sri Lanka,varuni.jayasooriya@sjp.ac.lk,NA,V. M. Jayasooriya,"Department of Forestry and Environmental Science, Faculty of Applied Sciences, University of Sri Jayewardenepura, Nugegoda, Sri Lanka",Sri Lanka,varuni.jayasooriya@sjp.ac.lk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,CKDu; ferrocement; groundwater; polyethylene; rainwater harvesting,iwaponline.com -76069,10,3,https://iwaponline.com/washdev/article/10/3/549/76069/Maintenance-practices-and-water-quality-from,"Journal of Water, Sanitation & Hygiene for Development",Maintenance practices and water quality from rainwater harvesting in south-west Uganda,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.115/3/washdev2020115supp.docx?Expires=1706092905&Signature=s7Llx6OXcIFWEzgLvPMg2DITbf4AETFgV5IK1AMW~kSF01wCtzL7om6vY9qk8hm1EZg2MLjq5ozUCO3pat9-COot8Jk8F5W3fH80cVKRQVEm8eom86pQlIF3hOqSNlIGX5tbyaUspOe74C1OaNmCBLGqtypFhSIHa8BQ2eoqUi26a5-Pl9gA2DE-QnIO9-CGlLlnhUhhstcTPSDN1RdCkV~-M565bguNgQY8cRh4wIdJOm0sWLRDUD~b-b1vszo9HETFxpKuby2QREaUjFornjwmqASrEFKuQqmPtT7ANJ7eBrLL3Fh6ZB9DbeTr2kB0ZwWa9kQHGsLdf1LmruqlCA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Francesca O'Hanlon,"University of Cambridge, Cambridge, UK",United Kingdom of Great Britain and Northern Ireland,fo249@cam.ac.uk,NA,Francesca O'Hanlon,"University of Cambridge, Cambridge, UK",United Kingdom of Great Britain and Northern Ireland,fo249@cam.ac.uk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,decentralised water; domestic rainwater harvesting; rural and urban water supply; water quality,iwaponline.com -75543,10,3,https://iwaponline.com/washdev/article/10/3/558/75543/Deactivation-of-Ascaris-suum-eggs-using,"Journal of Water, Sanitation & Hygiene for Development",Deactivation of Ascaris suum eggs using electroporation and sequential inactivation with chemical disinfection,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.192/3/washdev2020192supp.docx?Expires=1706092909&Signature=BRRacX6Mo8VG84PFTxhTkPeetCBcVDnW-nvBD1xlIMolg0lEYiVefNS0pi7r5IvKzqe8r2Gv7he4s9ZykLfQbtpDHVJB3Pqwp8GSX9BVoKIV7ThEhI5uvjDanVrX9RwvDN1jqf0De374eZv-6WhP1v6ousebC3XG3N3WtMI8XNQG9Yjab7eGxyh14fuGK61J324cFUDEAUiJe7KAzwp1rB-XQlrBp2~gqgKCrRxe2BD7rwTKHePAkoM6kEwGE3HpWSLHBXOrpcZ8oURsUkmbi2UxNNrl8eunRNusTOOmOuEWw6oSFPlNF4ujQ03d6Z7KrLC~eNoxdqFvQ7Z-HvVUjQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,C. Niven,"Center for WaSH-AID, Duke University, Durham, NC 27708, USA",United States of America,NA,NA,E. Ngaboyamahina,"Center for WaSH-AID, Duke University, Durham, NC 27708, USA",United States of America,edgard.ngaboyamahina@duke.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ascaris suum; chemical disinfection; eggshell permeability; electroporation; helminth deactivation; wastewater sanitation,iwaponline.com -76123,10,3,https://iwaponline.com/washdev/article/10/3/569/76123/Numerical-modelling-of-FC-bacteria-using-a-dynamic,"Journal of Water, Sanitation & Hygiene for Development",Numerical modelling of FC bacteria using a dynamic and variable mortality rate,2020,FALSE,0,NA,NA,2,Siavash Mohammadi,"Faculty of Water Science Engineering, Shahid Chamran University of Ahvaz, Ahvaz, Iran",Iran (Islamic Republic of),siavash.mohammadi86@gmail.com,NA,Siavash Mohammadi,"Faculty of Water Science Engineering, Shahid Chamran University of Ahvaz, Ahvaz, Iran",Iran (Islamic Republic of),siavash.mohammadi86@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,biological water pollution; environment; faecal coliform; mathematical modelling; river engineering,iwaponline.com -76081,10,3,https://iwaponline.com/washdev/article/10/3/580/76081/Exploration-of-coliform-diversity-in-drinking,"Journal of Water, Sanitation & Hygiene for Development",Exploration of coliform diversity in drinking water resources by culture-independent approaches,2020,FALSE,0,NA,NA,3,A. Shiva Shanker,"Department of Microbiology, Palamuru University, Mahabubnagar 509 001, Telangana State, India",India,NA,NA,Pavan Kumar Pindi,"Department of Microbiology, Palamuru University, Mahabubnagar 509 001, Telangana State, India",India,pavankumarpindi@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,16S rRNA; coliform; contamination; drinking water; public health; reservoir,iwaponline.com -75952,10,3,https://iwaponline.com/washdev/article/10/3/589/75952/The-reality-of-water-quality-monitoring-for-SDG-6,"Journal of Water, Sanitation & Hygiene for Development",The reality of water quality monitoring for SDG 6: a report from a small town in India,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.131/3/washdev2020131supp.docx?Expires=1706092922&Signature=W-Osm~M6bVvid4usVPuHDYviM6q1YYgVkMVUrHRsU~zntXfjUn~LAF7KyFG4agweeW9h8EZnqgE~3wkRzIflLWAeYSCmPJaZpHAnZmPX~7VoXltIng9~Y~mDkSZb6FmufvVUr6WXb9~2padG81~gB9S7JrEoii1JI745ZWH11yzgT1wMKalkX3zH1OULj-bIazHj2I4p04tAzxSKIoAUKdLDgSy9K4odHhoQ3~ObG1AmtUEstDAYIq~-1Sas5c6uRaUFTOl0~F4iHkf0DaQlZWobUuN4YKm5V1mJYu8B97PkDwRhAENHOMiurANt-AHqf4DbuVRL5kcIW92S3-QfDg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Swati D. G. Rayasam,"School of Public Health, Environmental Health Sciences Department, University of California, Berkeley, CA, USA",United States of America,NA,NA,Isha Ray,"Energy and Resources Group, University of California, 310 Barrows Hall #3050, Berkeley, CA 94720, USA",United States of America,isharay@berkeley.edu,NA,TRUE,The data that support the findings of this study are available on Zenodo (10.5281/zenodo.3555385). Survey information and maps are available upon request from the corresponding author.,available in online repository,NA,Sustainable Development Goals; urban India; WASH monitoring; water quality,iwaponline.com -74989,10,3,https://iwaponline.com/washdev/article/10/3/596/74989/Improved-chlorination-and-rapid-water-quality,"Journal of Water, Sanitation & Hygiene for Development","Improved chlorination and rapid water quality assessment in response to an outbreak of acute watery diarrhea in Somali Region, Ethiopia",2020,FALSE,0,NA,NA,9,Anu Rajasingham,"Emergency Response and Recovery Branch, Division of Global Health Protection, Centers for Disease Control and Prevention, Atlanta, USA",United States of America,idb4@cdc.gov,NA,Anu Rajasingham,"Emergency Response and Recovery Branch, Division of Global Health Protection, Centers for Disease Control and Prevention, Atlanta, USA",United States of America,idb4@cdc.gov,NA,FALSE,NA,NA,NA,acute watery diarrhea; centralized chlorination; chlorination; rapid assessment; water quality; water treatment,iwaponline.com -76083,10,3,https://iwaponline.com/washdev/article/10/3/603/76083/Ash-depth-filter-sanitation-eliminates-all,"Journal of Water, Sanitation & Hygiene for Development",Ash depth filter sanitation eliminates all bacteria and makes source-separated urine waste sterile,2020,TRUE,3,xlsx; docx; pptx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.125/3/washdev2020125supp1.xlsx?Expires=1706092929&Signature=2xLQUUroheHMrNdmmeA4~BkMjWiGVVpqJKBZY5R5kBouLsnhSRmrngz3xDzrvrToTsOKBy9w4b8WPc~eEwqpVOqnV7qWUsHqdKbvJpL0ZY8nJEuuCejNBuCcqWgXshH3h2dPln1U96UVRSyKfBYp0XFHbvSG4O~cCk5F2cWvzJNi9U9iOKKPqr1HwvFz7~3l-uCO7RgTylUQlcBfeoPC-sU2QcN~Ep-SVzoEW-vp6ckv5ZeMTZlyYaHVRWHzj5-dTs6O~s0j16zGT4jFcYVfil1WitDjSmwfb1aFJmAfjAq6pd2UXns9xA6uPfjOLMUxmW1uQDheoMBnesbT4JThlA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.125/3/washdev2020125supp2.docx?Expires=1706092929&Signature=3AiWumwpP6Dlr2V7ojg5beZZjhSaGXAZfvDylQJ9PECjsLT8ssbG8pmcJhS5gD~8HVAgiwNs2Fm5medusXHM5b4ffwex4wrBaOBXkI4~pdoUccJbGW3eK~VzJg4vD-12bYxObwvHTnwZ8t-weh0K8rNrZ0gx3MCFh6gzD2d6ApfEq-5rpDsfW1UJm117tycaHVUedULkiP7PY2dxwMMK7WJgaPub6pbpatzLskYGe4gQUes8WtO2CtjeZuZoPxmW92CaD05s5N3MRwbAykRe02AOcRdBfyFRrxjy0KxRejUXLFkC1I6~y7RYGMGMmJpq88JOl7rF2lPEmyUpvsm-QQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.125/3/washdev2020125supp3.pptx?Expires=1706092929&Signature=bBmgpMXWq0PfD7pijGK1b8gCbFj4QU0rOq00FDbOiNjz7gwFrgFgsgwg5~CcKDECnFDsXafEJp5JYMHT9D87QdgsdKCIWoIKTwjW2Kw6ARaoaZ1rnX9oSHASMKu3kzFnBeTjUQBCFxJzQv-9soleOhR1fD-wwnxMiSiJmYXsfrVQfyBdgLTL3nGJA6a35Z3CpCCzioGdQdreZXptfWz-1iDe7dzJaiFgnNsvF3OpT1pWIAafm2Wzg7F5g9uWYa3oUBj6os82DrhuW6MrNiGcNGr0HGEHcYyrwK0P6lTrv3yGYGo3bcA47wcDY0YT8As0gjiI5ip6vmxrWwLPrqlRAQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",United States of America,mwitty@fsw.edu,NA,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",United States of America,mwitty@fsw.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,ash; bacteria; depth filtration; sanitation; source-separated urine,iwaponline.com -75541,10,3,https://iwaponline.com/washdev/article/10/3/608/75541/Inclusion-of-innovative-technology-in-integrated,"Journal of Water, Sanitation & Hygiene for Development","Inclusion of innovative technology in integrated waste management of a city: case of Bogura, Bangladesh",2020,FALSE,0,NA,NA,3,D. Dey,"IRCWASH, 32/1, Dilu Road, Maghbazar, Dhaka, Bangladesh",Bangladesh,digbijoy@ircwash.org,NA,D. Dey,"IRCWASH, 32/1, Dilu Road, Maghbazar, Dhaka, Bangladesh",Bangladesh,digbijoy@ircwash.org,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,anaerobic digestion; faecal waste; leachate; solid waste; torrefaction; waste-to-energy,iwaponline.com -78561,10,4,https://iwaponline.com/washdev/article/10/4/615/78561/Editorial-WASH-Economics-and-Financing-towards-a,"Journal of Water, Sanitation & Hygiene for Development",Editorial: WASH Economics and Financing: towards a better understanding of costs and benefits,2020,FALSE,0,NA,NA,2,Britta Augsburg,"Institute of Fiscal Studies, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,iwaponline.com -74531,10,4,https://iwaponline.com/washdev/article/10/4/618/74531/Interaction-of-village-and-school-latrines-on,"Journal of Water, Sanitation & Hygiene for Development",Interaction of village and school latrines on educational outcomes in India,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.049/7/washdev2020049supp.docx?Expires=1706092939&Signature=O-Yf97D97jQZNVMjm9vWb4Itl7Eqvzxak5nMi0pYGnEwkRI3tumv~6a68a0lD7AWFb2CJgQyKyEhd7WDsRVaOf1aiSh3055BzyS2xMX8evbexj1rjyMC9dxaGw0R6qPZXmp7YSFzUPnt5uUY4J8Zx2fIkGjuuqVB5YDiZLK9DUUFgzRaXs4KEcADTi~hK~XO~QxhQI0BFYud0xe-6WAJnHMP4S-tnHVvTfGyQC9c9RVrZengDGSoX-4G98HJSdcnhP3UixiHK6JhNCt03alP5Sg247UqZwmIE7FVsTCpBAv6IV3mhgYzwPx17GNxCodfWmlie9MMQCSI73oXtem7FQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Jennifer Orgill-Meyer,"Department of Government and Public Health Program, Franklin and Marshall College, Lancaster, PA 17603, USA",United States of America,jorgill@fandm.edu,NA,Jennifer Orgill-Meyer,"Department of Government and Public Health Program, Franklin and Marshall College, Lancaster, PA 17603, USA",United States of America,jorgill@fandm.edu,NA,FALSE,NA,NA,NA,education; gender; India; sanitation,iwaponline.com -77508,10,4,https://iwaponline.com/washdev/article/10/4/628/77508/Sanitation-dynamics-toilet-acquisition-and-its,"Journal of Water, Sanitation & Hygiene for Development",Sanitation dynamics: toilet acquisition and its economic and social implications in rural and urban contexts,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.098/7/washdev2020098supp.docx?Expires=1706092944&Signature=tXGv-1Uh47tCQJe6f54YOn0i46BRpBAIPnOP3ZfjHlce77Ob4pSSf0-lx93FQ6RkMS5kSKKLHdMri5zm6WHJKl-FDg7Po7reQLaUKBmiIK5rA657xqHCWChvMwOuVkEtnAWCyRlH-1eLGtaIEx8pp-5OizclnHXyj1-vfv11NPyQeiaCXHJgVSy2wMLF-4N2Mg3UD4lIMdT3dpEWumYZVzjyDLsW~z4UDHTXydtfGofm-UFhy-eJODvdc-op8aZ4gNVo1QVn-pEnk~aqeOLqLtAC6NNfT2Tnd2VFXVV8Jw-0bC4i1aMnzit7v8vfXXCMZwnGkUn15kj-fheJCvg-Rg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Britta Augsburg,"Institute for Fiscal Studies, 7 Ridgmount Street, London WC1E 7AE, UK",United Kingdom of Great Britain and Northern Ireland,britta_a@ifs.org.uk,NA,Britta Augsburg,"Institute for Fiscal Studies, 7 Ridgmount Street, London WC1E 7AE, UK",United Kingdom of Great Britain and Northern Ireland,britta_a@ifs.org.uk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,economic drivers; household investment; India; sanitation; WASH,iwaponline.com -77908,10,4,https://iwaponline.com/washdev/article/10/4/642/77908/Understanding-the-costs-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Understanding the costs of urban sanitation: towards a standard costing model,2020,FALSE,0,NA,NA,5,Tristano Sainati,"Water@leeds, University of Leeds, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,t.sainati@leeds.ac.uk,NA,Tristano Sainati,"Water@leeds, University of Leeds, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,t.sainati@leeds.ac.uk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,benchmarking; cost estimation; costing standards; urban sanitation,iwaponline.com -77472,10,4,https://iwaponline.com/washdev/article/10/4/659/77472/Life-cycle-costs-approach-for-private-piped-water,"Journal of Water, Sanitation & Hygiene for Development",Life-cycle costs approach for private piped water service delivery: a study in rural Viet Nam,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.037/7/washdev2020037supp.docx?Expires=1706044900&Signature=MaF4Cf9wNMgY~9GDY4QbRHtLSaq~Dv4J3C8fAjAwHlBQ77ktBGXfKqBSrWASGsH-mWJ2EalXuJ8nypqmf3IpqZFNCXQz4BsVo1C~hOnto8LBXsR3ISvngsLzLe~bx57AXevhvkrUujE4qncBejoF~JTRDvqXrGFB25CqnNqyR-fiK1dxcp~Fp60y2AwKTMU1CG-FeE6Om6j77GMA1X77wIzb-VUuF9U4BAhM-N8ShvpeDF~aZajRnnF-yA8llz8~cYXY~vlEI~-~hAJR3FeTfTJiUUxtDw2mFPMIvr5vrUBCdXzbXROq2rdl~8bUKuvbHCoVcz2BIAxRDZ4AToRQrw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Melita Grant,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones Street, Ultimo, NSW 2007, Australia",Australia,melita.grant@uts.edu.au,NA,Melita Grant,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones Street, Ultimo, NSW 2007, Australia",Australia,melita.grant@uts.edu.au,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,costs; enterprises; finance; life-cycle; private; water,iwaponline.com -77803,10,4,https://iwaponline.com/washdev/article/10/4/670/77803/An-assessment-of-penetration-for-pay-to-fetch,"Journal of Water, Sanitation & Hygiene for Development",An assessment of penetration for pay-to-fetch water kiosks in rural Ghana using the Huff gravity model,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.034/7/washdev2020034supp.docx?Expires=1706046491&Signature=pB~YLJCPZzHR2NGU2EXFpj4GT3h0C7khr8b-J1EKp9rSFLX9GQtVhTsU6zGRogpu6UuLqlpZcg~SgzOTsNs9a3zVOV4MHwirMSq-M4XfkJ3Bw64SCEWuOOPru1UPoGvn1nQg1QumAvKiI-TvNvovG0mN6H~-gwpSgujGGmvMy9~M~FCvULNMvn30sCxN6a~1M3eUYsn-MthxMsTR-h3Zy1tKgCm7dSpiXxb6~WL58BFkLIoKaJhW37yN9lLrW6BkDfH3F8OcLj-PSzhUDuOFPVm0NcNQP4sn3KFy0twBGnZUl~bw17SVNFOIhPz8r2DYk9D16Mz-zF5FzGrhlXrNkQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Philip T. Deal,"School of Civil and Environmental Science, University of Oklahoma, 202 W Boyd Street, Norman, OK 73019, USA",United States of America,philip.deal.125@gmail.com,NA,Philip T. Deal,"School of Civil and Environmental Science, University of Oklahoma, 202 W Boyd Street, Norman, OK 73019, USA",United States of America,philip.deal.125@gmail.com,NA,TRUE,All relevant data are available from an online repository or repositories. Visit: http://dx.doi.org/10.17632/b6gs9fd33z.2.,available in online repository,http://dx.doi.org/10.17632/b6gs9fd33z.2.,Huff gravity model; rural water supply; safe water enterprise; sub-Saharan Africa; willingness-to-pay,iwaponline.com -75869,10,4,https://iwaponline.com/washdev/article/10/4/680/75869/Understanding-water-demand-and-usage-in-Mandalay,"Journal of Water, Sanitation & Hygiene for Development","Understanding water demand and usage in Mandalay city, Myanmar as a basis for resetting tariffs†",2020,FALSE,0,NA,NA,3,Tanvi Nagpal,"Johns Hopkins University School of Advanced International Studies, 1717 Massachusetts Ave., Washington, DC 20036, USA",United States of America,tnagpal1@jhu.edu,NA,Tanvi Nagpal,"Johns Hopkins University School of Advanced International Studies, 1717 Massachusetts Ave., Washington, DC 20036, USA",United States of America,tnagpal1@jhu.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,groundwater; Myanmar; piped water supply; service delivery; tariff setting; water demand,iwaponline.com -75542,10,4,https://iwaponline.com/washdev/article/10/4/691/75542/Unpacking-piped-water-consumption-subsidies-Who,"Journal of Water, Sanitation & Hygiene for Development",Unpacking piped water consumption subsidies: Who benefits? New evidence from 10 countries,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.073/7/washdev2020073supp.docx?Expires=1706024078&Signature=2IwgGiq6P7HPiy1nkBTcnD6bCeK~ioysDP3w0btCMY0y3cXrfSpAosCq53aCbOP1n5sJgwJy5twDMNBjKdwuQ1ZzI~TWlmfWRel-U7jGgSOk37xR-QqCDdYllT-7qkfSCzT10~nKqA~pw6Oo-HIPryMRYhz2-HF~nQIiNg6JD3heoUCQZEoB~hA-zlC43uis5Hb8Fb0jurN1Vo9Sb2-dMcIjuCwy3Jnq~zSeKrSO7V0mbTZfc09Av5zneOClDlEzAuPp~uf57au0vjT44XyMOIRfz7vOSfHxu6MZoezm5Op1XIXm7ExCW15Vz97KIi47fJHo3Ms3xl5AvSQJAW1DsA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Laura Abramovsky,"Institute for Fiscal Studies (IFS) and MacroConsulting, 7 Ridgmount Street, London WC1E 7AE, UK",United Kingdom of Great Britain and Northern Ireland,labramovsky@ifs.org.uk,NA,Laura Abramovsky,"Institute for Fiscal Studies (IFS) and MacroConsulting, 7 Ridgmount Street, London WC1E 7AE, UK",United Kingdom of Great Britain and Northern Ireland,labramovsky@ifs.org.uk,NA,FALSE,NA,NA,NA,consumption of piped water; developing country; distributional incidence of subsidies,iwaponline.com -74233,10,4,https://iwaponline.com/washdev/article/10/4/716/74233/Does-payment-by-results-work-Lessons-from-a-multi,"Journal of Water, Sanitation & Hygiene for Development",Does payment by results work? Lessons from a multi-country WASH programme,2020,FALSE,0,NA,NA,2,Guy Howard,"Department of Civil Engineering, University of Bristol, University Walk, Bristol BS8 1TR, UK",United Kingdom of Great Britain and Northern Ireland,guy.howard@bristol.ac.uk,NA,Guy Howard,"Department of Civil Engineering, University of Bristol, University Walk, Bristol BS8 1TR, UK",United Kingdom of Great Britain and Northern Ireland,guy.howard@bristol.ac.uk,NA,FALSE,NA,NA,NA,payment-by-results; finance; results-based finance; WASH results; WASH targets,iwaponline.com -77907,10,4,https://iwaponline.com/washdev/article/10/4/724/77907/Benefits-and-costs-of-rural-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Benefits and costs of rural sanitation interventions in Ghana,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.066/7/washdev2020066supp.docx?Expires=1706085638&Signature=HC95zKZZ2jaLCvA8~6zWqR-wglTStZABne9SN-8NGUQo7ro6hBxGFGfXPiT8Ri9TRxGbyKdcbi9BeVK~1maRleECxyNJrzVMOYHHmCwNXqJ5ZeXZmoZOnqDMh1ile58JudDtDO1eDsELM2K5JnzqIcjB4zcrugRgJP07GCTeYeOmn43PKkN14K4VqE032cswRFADIj-HrW4DCobrVvHkrZc4wv8xTYvQbTYV~~087-jtpjgiN0DqjNb4FHaG9iJweoXrwfcxFErcO9-d4qnqB2gTHAU9IFNqLOEhm5GEyOt1zbpEwHR9~56C45qw1Jx9VQU15pwYz0F2OCUkk8FFSA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Mark Radin,"Department of Environmental Science & Engineering, Rosenau CB#7341, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,maradin@unc.edu,NA,Mark Radin,"Department of Environmental Science & Engineering, Rosenau CB#7341, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,maradin@unc.edu,NA,FALSE,NA,NA,NA,community-led total sanitation; benefit-cost analysis; externalities; Ghana; open defecation; WASH,iwaponline.com -75834,10,4,https://iwaponline.com/washdev/article/10/4/744/75834/Expanding-safe-fecal-sludge-management-in-Kisumu,"Journal of Water, Sanitation & Hygiene for Development","Expanding safe fecal sludge management in Kisumu, Kenya: an experimental comparison of latrine pit-emptying services",2020,FALSE,0,NA,NA,9,Rachel Peletz,"The Aquaya Institute, P.O. Box 1603, San Anselmo, CA 94979, USA",United States of America,NA,NA,Ranjiv Khush,"The Aquaya Institute, P.O. Box 1603, San Anselmo, CA 94979, USA",United States of America,ranjiv@aquaya.org,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,fecal sludge management; Kenya; latrines; low-income; sanitation; urban,iwaponline.com -76853,10,4,https://iwaponline.com/washdev/article/10/4/756/76853/Users-are-willing-to-pay-for-sanitation-but-not-as,"Journal of Water, Sanitation & Hygiene for Development","Users are willing to pay for sanitation, but not as much as they say: empirical results and methodological comparisons of willingness to pay for peri-urban sanitation in Lusaka, Zambia using contingent valuation, discrete choice experiments, and hedonic pricing",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.072/7/washdev2020072supp.docx?Expires=1706022532&Signature=x0HObybbKbdnsVnYBsAgZ4s9ZaFITxV~SnzdYvB4Y4IxoRQNTUswuakqhC6Av~uliDm0GA2l57NQor1rax8AZQ9bZSdpIPCmTaRCI7dNK0fUmBC~rcgAqLEA7oL-RZsI8LLuIye4zqTRX3hm8z2SntPh-DJzwAyduxLauCsxQyfA00kqsLB8gJll-~3ICRDn9UIJLYgsEVA2LUx9vAnUd74GGwuyyUxpX4elOU6aU8MzCu6gpTgdi721QNlClsQsZPPwClBgOCJmrNACJp~Qpb560yR2R393wZctdSFIC-DrpHFb7eTTv3P1V9zo8UgSmPnbS-VxswHtB4-~7bdgDg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,James B. Tidwell,"Mossavar-Rahmani Center for Business and Government, Harvard Kennedy School of Government, Cambridge, MA, USA and World Vision, Washington, DC, USA",United States of America,btidwell@worldvision.org,NA,James B. Tidwell,"Mossavar-Rahmani Center for Business and Government, Harvard Kennedy School of Government, Cambridge, MA, USA and World Vision, Washington, DC, USA",United States of America,btidwell@worldvision.org,NA,FALSE,NA,NA,NA,contingent valuation; discrete choice experiments; financing; hedonic pricing; sanitation; willingness to pay,iwaponline.com -76656,10,4,https://iwaponline.com/washdev/article/10/4/768/76656/Review-of-frameworks-and-tools-for-urban-strategic,"Journal of Water, Sanitation & Hygiene for Development",Review of frameworks and tools for urban strategic sanitation planning: considering technology innovations and sustainability,2020,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.062/7/washdev2020062supp.pdf?Expires=1706043813&Signature=mt6CAjz7y9uKvkBKDiYJY7QbWZBi-DHcgkhAraoOEqz7XUjkBvO0EIik-i7u~TaAUGvOKHddQl9fFj16J4eJ6xBqGkM7JhnQM6u1icM2pXb9Cz5~Aoem-XlGoGJ0UTDifAC~fMhUn8v~i3rz5FY-sweOcHoUUnDlCkree8BYlHXGkGTkPQHDbyBv~~ODTa4r8l2NMTnACxtJILVVv~TmoW~6WyhubVc0mciLMjIFZAeNcU17aei-~6UtTR~t7REISJW~PkS9VZopUVs1HOqVy3KyDyeWLq8mueR8KaiCltnMyOO8v5jHOzv0lFJPxJPiwj3JwDXnSxUWNy3v-RPnnQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Dorothee Spuhler,"Department Sanitation, Water and Solid Waste for Development (Sandec), Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,dorothee.spuhler@eawag.ch,NA,Dorothee Spuhler,"Department Sanitation, Water and Solid Waste for Development (Sandec), Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,dorothee.spuhler@eawag.ch,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,appropriate technologies; developing countries; SDG 6; strategic sanitation planning approach (SSA); structured decision making (SDM); sustainable sanitation,iwaponline.com -78122,10,4,https://iwaponline.com/washdev/article/10/4/786/78122/Multiple-and-complex-links-between-babyWASH-and,"Journal of Water, Sanitation & Hygiene for Development",Multiple and complex links between babyWASH and stunting: an evidence synthesis,2020,FALSE,0,NA,NA,4,Amy Waller,"Department of Civil, Environment and Geomatic Engineering, University College London, Chadwick Building, London WC1E 6BT, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Priti Parikh,"Engineering for International Development Centre, Civil, Environmental and Geomatic Engineering, University College London, Chadwick Building, London WC1E 6BT, UK",United Kingdom of Great Britain and Northern Ireland,priti.parikh@ucl.ac.uk,NA,TRUE,All relevant data are available from an online repository or repositories.,available in online repository,NA,babyWASH; stunting; sub-Saharan Africa; WASH,iwaponline.com -77780,10,4,https://iwaponline.com/washdev/article/10/4/806/77780/Temporal-analysis-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Temporal analysis of water, sanitation, and hygiene data from knowledge, attitudes, and practices surveys in the protracted humanitarian crisis in Myanmar",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.025/7/washdev2020025supp.docx?Expires=1706065086&Signature=cZcFZLDYjlIxPiaZW2jdOgOlvmMfuAtq1CLi5NOsUD5bmILkzre5wzjcJQR48PkuAC7EAlx~XfVt6dy1S9esmDjDO2bjKJwuu9l2qgKRhvrly3FKe~9QB4Gh-P6DGV5llM6LqAg7PoYPHKUsPXbrSNdo5DSyQAeUxVkIb1JY4L2OdAgQrsvHC2Ixu9diWwLdlKaOYo9BP418KU0I-kxlEiJaJj1f9yXXvsCkjUg0LMQcRuJX5pZJEp~X-FCNmZVXAB9hycGVp4db4QHw6D2SUlOUtE9C8fJQ8N4tv76SbKHSZnlP3wSjaFuOWnTvQrBYCAmfHj9DKY6JQtAeFiDppg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Marta Domini,"Tufts University School of Engineering, 200 College Av., 02155 Medford, MA, USA",United States of America,marta.domini@tufts.edu,NA,Marta Domini,"Tufts University School of Engineering, 200 College Av., 02155 Medford, MA, USA",United States of America,marta.domini@tufts.edu,NA,TRUE,All relevant data are available from an online repository or repositories. Documents are available at the following link: https://sites.google.com/view/washclustermyanmar/ and/or can be requested from the authors.,available in online repository,https://sites.google.com/view/washclustermyanmar/,behavior change; humanitarian response; hygiene promotion; KAP surveys; WASH programming,iwaponline.com -76803,10,4,https://iwaponline.com/washdev/article/10/4/818/76803/WASH-and-Gender-a-critical-review-of-the,"Journal of Water, Sanitation & Hygiene for Development",WASH and Gender: a critical review of the literature and implications for gender-transformative WASH research,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.232/7/washdev2020232supp.docx?Expires=1706065123&Signature=Epw4oyh85f6p0~Hsu8G50k90iMzlE-031a1oNBPC1GekqMjVsfUu2FN2rVSSrxiLdD-8wG8yolsRdyXWD7nkDweiBJ1grxKQUhIzG8xTZHUUTWJDQcGYVgC~3sjDB8pSZw~7kwsUma9PDAo5CoJBlmCYkpyzTiMcWovzuUDJ7Gg7zeot0FRawf7XbjncfoU1514EwhJkfFcN5fURhZmSQBTTKRvkayoIUFFVBW8tRbkS-FFRCLDbsrVXx1EO0ForNLmH7~YA8P4O0rh5XrwMxBVIdDX5O8iwtUvfjSTXE1VBIx-vjKPtdSL~s1MfHmxaDL3BuF1-HMeb6mFk0Pw9QA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Building 10, 235 Jones St, Ultimo NSW 2007, Australia",Australia,jessica.macarthur@uts.edu.au,NA,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Building 10, 235 Jones St, Ultimo NSW 2007, Australia",Australia,jessica.macarthur@uts.edu.au,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,gender equality; gender-transformative; sanitation; transformative research; WASH; water,iwaponline.com -77998,10,4,https://iwaponline.com/washdev/article/10/4/828/77998/Solar-septic-tank-evaluation-of-innovative,"Journal of Water, Sanitation & Hygiene for Development",‘Solar septic tank’: evaluation of innovative decentralized treatment of blackwater in developing countries,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.168/7/washdev2020168supp.docx?Expires=1706093001&Signature=CU5JXpgalfomNSvXflyuyjxWqaOuvn7IY0D7NKMg7afiKNsUuNOFfODPnHZfl~-uOOyiUnwq9K6~ZBVr9-R28jTDhPaMgG1PZxS0IypbAowE4WQYlU68XMzY5w3zXcX4I7r6aAPlCpjGOqupWTeU4VU5Amlem-k-VUdWly4ey3t-JBclG6Wh1Rv183spp14tm6GguqBvBNr-jnyoAXmj~jWlMXhm5DiY8M4CKFf0MJjx8P9t4p0H-XVcnLw1x9IZ8g5zTDucb1DsSE6Ln1zZzDsb4LPObM30e492ZXdziG7yC2oyaCw06VExD9faIs3Voskp0bce9~sq~VwAyUsH2A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Thammarat Koottatep,"School of Environment, Resources and Development, Asian Institute of Technology, Pathum Thani, Thailand",Thailand,NA,NA,Tatchai Pussayanavin,"School of Environment, Resources and Development, Asian Institute of Technology, Pathum Thani, Thailand",Thailand,poktatchai@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,blackwater treatment; long-term study; performance evaluation; reinvented toilet technology; Solar Septic Tank; WASH,iwaponline.com -77909,10,4,https://iwaponline.com/washdev/article/10/4/841/77909/Myth-and-reality-of-community-ownership-and,"Journal of Water, Sanitation & Hygiene for Development",Myth and reality of community ownership and control of community-managed piped water systems in Ghana,2020,FALSE,0,NA,NA,1,Nicholas Fielmua,"Department of Planning, University for Development Studies, Wa Campus, Wa, Upper West Region, Ghana",Ghana,nfielmua@uds.edu.gh,NA,Nicholas Fielmua,"Department of Planning, University for Development Studies, Wa Campus, Wa, Upper West Region, Ghana",Ghana,nfielmua@uds.edu.gh,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,beneficiary ownership; community-managed; control; dualistic ownership; Ghana; water systems,iwaponline.com -77804,10,4,https://iwaponline.com/washdev/article/10/4/851/77804/Predictors-of-hand-hygiene-behaviours-among,"Journal of Water, Sanitation & Hygiene for Development",Predictors of hand hygiene behaviours among primary and secondary school children in a rural district setting in Zimbabwe: a cross-sectional epidemiologic study,2020,FALSE,0,NA,NA,5,France Ncube,"Department of Crop and Soil Sciences, Lupane State University, Private Bag 170, Lupane, Zimbabwe",Zimbabwe,france.ncube257@gmail.com,NA,France Ncube,"Department of Crop and Soil Sciences, Lupane State University, Private Bag 170, Lupane, Zimbabwe",Zimbabwe,france.ncube257@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,fingernails; handwashing; hygiene behaviour; hygienic hand drying; sanitation; school children,iwaponline.com -77910,10,4,https://iwaponline.com/washdev/article/10/4/862/77910/Comparative-life-cycle-assessment-of-four-commonly,"Journal of Water, Sanitation & Hygiene for Development",Comparative life cycle assessment of four commonly used point-of-use water treatment technologies,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.158/7/washdev2020158supp.docx?Expires=1706010602&Signature=edrasHTZ5rDatNh~UoioRXGs2iU0RORXMpaLf1bneSJ-MngvLfwUA6KswHIf0NmeO~enj4MJQ3ucgp58VZQecGpSKK6tIKCu8QQoLi4V8DgDwngba7i7Uy1AcnMaW62rhjgfiABi6MmEz2Q6l43qKLRzZSAZ2EGjojf5UteFzPGMUw1eFQIV33TA6~-v15cmJAw6V8AiL6t0Cs44~GDONSrn-1xW1xOIYzn-8p2zVkaqTKIpAq72XPQB1MEw~9o0HPqjmuCFR0G-~hDCjRra5LvaOnRFsarFB1mi-mQEdDeZSbhFqU3PwPX0emSjEIaGrL6SlZLtlXZOT9eNgRFDtg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Tara Walsh,"Department of Civil and Environmental Engineering, University of Connecticut, Storrs, CT 06269, USA",United States of America,tara.walsh@uconn.edu,NA,Tara Walsh,"Department of Civil and Environmental Engineering, University of Connecticut, Storrs, CT 06269, USA",United States of America,tara.walsh@uconn.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,climate change; life cycle assessment; point-of-use water treatment,iwaponline.com -77727,10,4,https://iwaponline.com/washdev/article/10/4/874/77727/Performance-evaluation-of-anoxic-oxic-anoxic,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of anoxic–oxic–anoxic processes in illuminated biofilm reactor (AOA-IBR) treating septic tank effluent,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.145/7/washdev2020145supp.docx?Expires=1706093018&Signature=ZvH0n5LZjPstZ6fG7x5H6XGugJQpcRlh5ZoRLNa5lriq1UYLRGtH9KHzKQekdwaxH5ULZKe0-7Bhbnmnxhga4ZJPTfO6xs0aEQJu6hCm3babIGOKbPyJPX9VxzH~AfqcA4IdVHlOMsxbqHCV1VuvSf0ugaxqWUVgqLrIOANi80hm7H7x4bypBfad-gB11WejS3vsmyHGRZd24djDvjtQyyzy1sMdcbmJGKRrAVDWtrdG7ZDpU2tdT0AwZMb1Zw~qytFTWecivblnp4hwFg5w4pIkbbkQaar8SV~l-7u~H5kV5PPLOlz6XHy49FraMBc2r49JE50Io6R62DKczT5MKA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Sittikorn Kamngam,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Khlong Luang, Pathum Thani 12120, Thailand",Thailand,sittikornkam@gmail.com,NA,Sittikorn Kamngam,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Khlong Luang, Pathum Thani 12120, Thailand",Thailand,sittikornkam@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adsorption; kinetic model; microalgal–bacterial symbiosis; on-site sanitation system; photobioreactor; septic tank effluent,iwaponline.com -76327,10,4,https://iwaponline.com/washdev/article/10/4/885/76327/Chlorine-disinfection-against-Legionella,"Journal of Water, Sanitation & Hygiene for Development",Chlorine disinfection against Legionella pneumophila biofilms,2020,FALSE,0,NA,NA,6,Abdelwahid Assaidi,"Laboratory of Bioprocess and Biointerfaces, Faculty of Sciences and Technics, Sultan Moulay Slimane University, Beni Mellal, Morocco",Morocco,NA,NA,El Mostafa Mliji,"Laboratory of Water Microbiology and Environmental Hygiene, Institut Pasteur du Maroc, Casablanca, Morocco",Morocco,mostafa.mliji@pasteur.ma,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,biofilm; chlorine disinfection; Legionella pneumophila; water distribution networks,iwaponline.com -76516,10,4,https://iwaponline.com/washdev/article/10/4/894/76516/Estimating-averting-expenditure-in-domestic-water,"Journal of Water, Sanitation & Hygiene for Development",Estimating averting expenditure in domestic water use: evidence from Ghana,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.197/7/washdev2020197supp.docx?Expires=1706023775&Signature=uuZ~YV5JtnnfHDulXJln-tgoJ3WEls2AOD3WNIY2wbiHT7UwQjRi2o0ngSwnMSGRStorxVKyFs8IHGMwXenme3iJLE7LGbsV4nNVqDR5wZg7KM27wsb2rQtt3o2SYBq1FL3fqNMDYvt7s52OcC-i-bjl4wH1waALQVyIgw-DQgFZTZv1hzh9z8D6mWPqWVdY-n5Igdvg45nI2wa1x~N1ngf6zo9zR2MVVSjAdlqjPzoovEzQ2nJqFV8hq7cLnru-rwBzw8ou8wQo1aSNBCSuDOiWsf0j6~ZtLVyL9KZetwhYR6D4OKRI1vF~uxMoOq09MAIc9ozz5DZbooBxGS2xZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Anthony Amoah,"Central University, Post Office Box 2310, Accra, Ghana",Ghana,anthonyamoahgh@gmail.com,NA,Anthony Amoah,"Central University, Post Office Box 2310, Accra, Ghana",Ghana,anthonyamoahgh@gmail.com,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,averting behaviour; Ghana; safe water; SDGs; willingness-to-pay,iwaponline.com -76802,10,4,https://iwaponline.com/washdev/article/10/4/905/76802/Septage-composition-and-pollution-fluxes-from,"Journal of Water, Sanitation & Hygiene for Development",Septage composition and pollution fluxes from cesspits in Palestine,2020,FALSE,0,NA,NA,4,Belal Amous,"Institute of Environmental and Water Studies, Birzeit University, P.O. Box 14, Birzeit, West Bank, Palestine",State of Palestine,NA,NA,Nidal Mahmoud,"Institute of Environmental and Water Studies, Birzeit University, P.O. Box 14, Birzeit, West Bank, Palestine",State of Palestine,nmahmoud@birzeit.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,assessment; cesspit; heavy metals; on-site; septage; total nitrogen,iwaponline.com -76929,10,4,https://iwaponline.com/washdev/article/10/4/916/76929/Improving-the-hydrological-performance-of-a,"Journal of Water, Sanitation & Hygiene for Development",Improving the hydrological performance of a rainwater for drinking (RFD) system at a rural hospital in Vietnam,2020,FALSE,0,NA,NA,3,Gippeum Bak,"Department of Civil & Environmental Engineering, Seoul National University, 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,NA,NA,Mooyoung Han,"Department of Civil & Environmental Engineering, Seoul National University, 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,myhan@snu.ac.kr,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,evaluation; performance indicators; rainwater; SDG6; water supply,iwaponline.com -77473,10,4,https://iwaponline.com/washdev/article/10/4/927/77473/On-site-sanitation-density-and-groundwater-quality,"Journal of Water, Sanitation & Hygiene for Development","On-site sanitation density and groundwater quality: evidence from remote sensing and in situ observations in the Thiaroye aquifer, Senegal",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.162/7/washdev2020162supp.docx?Expires=1706064939&Signature=4rwRB28u3Q2sZHeVZAjBVlQjolwzazGnP1xR3-QAcIYrooRWPvLQjPi4k7S5DwhXZvuJW6XA~2CQ4Y~WumijRLW7lAHHsHDqEvR-~L6fwWRUHoBV8UplWadHwdjy81~u7FVf3pErA3cXSFwTCySxCrveVbiRJEUYcDSwjC4w57eodoqLAhBF6ydDBwLHreCvVZB2Rk5N6sZEtQHdwhQqFL1o-2DUGt8UusbNPAHuTsZPeKuvB3XK1t4A1DBxjmU3N29O5B-ApYVaWIb9eFomU3NvHKgYDfHKHJndwhtF3f4vOuSZNzcte51DzcL3xl8LUmYeYATHjYRlQSzsE3WtAA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Mor Talla Diaw,"Geology Department, Faculty of Sciences and Techniques, Cheikh Anta DIOP University, Dakar, B.P. 5005, Dakar-Fann, Senegal",Senegal,tallamor010186@yahoo.fr,NA,Mor Talla Diaw,"Geology Department, Faculty of Sciences and Techniques, Cheikh Anta DIOP University, Dakar, B.P. 5005, Dakar-Fann, Senegal",Senegal,tallamor010186@yahoo.fr,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,faecal contamination and remote sensing; groundwater quality; on-site sanitation density; urban and peri-urban area; water supply,iwaponline.com -77726,10,4,https://iwaponline.com/washdev/article/10/4/940/77726/Impact-of-community-health-promoters-on-awareness,"Journal of Water, Sanitation & Hygiene for Development","Impact of community health promoters on awareness of a rural social marketing program, purchase and use of health products, and disease risk, Kenya, 2014–2016",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.043/7/washdev2020043supp.docx?Expires=1706043796&Signature=xyk5sK1I~5YkZRPy81zOtYj-oD5KzVzHvtv43l3DjIt1dNmmX~uB-GlKsSviwvXmUu0KfobNymy-h52MW34Qr~eOW7WZKf4RLFLmPhUmOKDMXyFcfXB7HViTMIDr~JANe8p-ts-apij1~bvKvxD-Ple93WOzGhB9R-IoQZlXy3MLA7~~Mf7yUDDzXyVsUO7fm6kxuYtiTVZd10ZuAXaXkVszU1YD0bxYqZAsr-nxtYx9FSLNbR8W7w3q7jmYHfmZtfh76ZKmGYTEavfxMds0UkQPCBL68yq56MGT3H5dM5ogYImcAgdw703UaPjlluIajy9K0sgJRfVZT~R1x4CDtw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,14,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",United States of America,wox0@cdc.gov,NA,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",United States of America,wox0@cdc.gov,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,children; diarrhea; Jamii; social marketing; SWAP,iwaponline.com -77658,10,4,https://iwaponline.com/washdev/article/10/4/951/77658/Water-sanitation-and-hygiene-WASH-conditions-and,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene (WASH) conditions and prevalence of office visits due to anemia: a regional-level analysis from Peru",2020,FALSE,0,NA,NA,3,Benoit Mougenot,"Facultad de Ciencias Empresariales, Universidad San Ignacio de Loyola, Lima, Peru",Peru,bmougenot@usil.edu.pe,NA,Benoit Mougenot,"Facultad de Ciencias Empresariales, Universidad San Ignacio de Loyola, Lima, Peru",Peru,bmougenot@usil.edu.pe,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,anemia; diarrhea; fresh water; parasitic; sanitation,iwaponline.com -77524,10,4,https://iwaponline.com/washdev/article/10/4/959/77524/When-is-shared-sanitation-acceptable-in-low-income,"Journal of Water, Sanitation & Hygiene for Development","When is shared sanitation acceptable in low-income urban settlements? A user perspective on shared sanitation quality in Kumasi, Kisumu and Dhaka",2020,FALSE,0,NA,NA,12,Vasco Schelbert,"Department Sanitation, Water and Solid Waste for Development, Eawag – Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,vasco.schelbert@eawag.ch,NA,Vasco Schelbert,"Department Sanitation, Water and Solid Waste for Development, Eawag – Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,vasco.schelbert@eawag.ch,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,low-income urban settlements; monitoring; quality; shared sanitation; Sustainable Development Goal 6; user-centred qualitative approach,iwaponline.com -77557,10,4,https://iwaponline.com/washdev/article/10/4/969/77557/Longitudinal-study-of-microbial-load-of-drinking,"Journal of Water, Sanitation & Hygiene for Development","Longitudinal study of microbial load of drinking water and seasonal variation of water quality at the point of use in food establishments of Addis Ababa, Ethiopia",2020,FALSE,0,NA,NA,6,Aderajew Mekonnen Girmay,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,NA,Aderajew Mekonnen Girmay,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Addis Ababa; drinking water; food establishment; longitudinal; microbial load; seasonal variation,iwaponline.com -77659,10,4,https://iwaponline.com/washdev/article/10/4/979/77659/Immediate-influences-of-hygiene-education-sessions,"Journal of Water, Sanitation & Hygiene for Development",Immediate influences of hygiene education sessions on handwashing behaviors of selected Nepali students,2020,FALSE,0,NA,NA,6,Govinda Prasad Devkota,"Graduate School of Education, Tribhuvan University, Kathmandu, Nepal",Nepal,govindaprasad.devkota@mrc.tu.edu.np,NA,Govinda Prasad Devkota,"Graduate School of Education, Tribhuvan University, Kathmandu, Nepal",Nepal,govindaprasad.devkota@mrc.tu.edu.np,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,behavior change; handwashing with soap; hygiene education; sustainability,iwaponline.com -77599,10,4,https://iwaponline.com/washdev/article/10/4/986/77599/Backpack-use-as-an-alternative-water-transport,"Journal of Water, Sanitation & Hygiene for Development","Backpack use as an alternative water transport method in Kisumu, Kenya",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.239/7/washdev2020239supp.docx?Expires=1706047006&Signature=LV-NPxyyS3XEgD0eeRdosBdiZMvUq2yNir7XtIqtjLYtpyKYYGK3byqcYAXwbhzhXc1vIFunEwyYWtKleF4tGS89YaeELuOhFLp9tvwdkKV1g2oym5EoDCwij1TExhg1niWOWcP9crS0ksyNgUBceudtYXJdU4g0fsq04rHXaidK9MwDpJjhnOlCJr1SSOfnmB822t8MlUniTCzaEcoq3aIXMhOp9V1PlMhowiOrCXZ1u8d6kHEyX6w8vfibj7ZiHrMXSAqJ5fuamxxT1GinH8JwUv~X24gK8jtOhONrIAOBufMAElrIFqLW5Zd1he~081FT2eeSGTCoXvm0I0xNcg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",United States of America,wox0@cdc.gov,NA,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",United States of America,wox0@cdc.gov,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,backpack; Kenya; musculoskeletal pain; water storage; water transport,iwaponline.com -78139,10,4,https://iwaponline.com/washdev/article/10/4/996/78139/Reconfiguring-urban-waterscape-water-kiosks-in,"Journal of Water, Sanitation & Hygiene for Development",Reconfiguring urban waterscape: water kiosks in Delhi as a new governance model,2020,FALSE,0,NA,NA,2,Uma Dey Sarkar,"Jawaharlal Nehru University, New Delhi, Delhi, India",India,NA,NA,Bikramaditya K. Choudhary,"Jawaharlal Nehru University, New Delhi, Delhi, India",India,bkcjnu@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Delhi; urban governance; water kiosk; waterscape; water supply,iwaponline.com -77765,10,4,https://iwaponline.com/washdev/article/10/4/1012/77765/Implementation-of-point-of-use-water-treatment,"Journal of Water, Sanitation & Hygiene for Development",Implementation of point-of-use water treatment methods in a rural Tanzanian community: a case study,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.141/7/washdev2020141supp.docx?Expires=1706093069&Signature=NS9oqccGnCANZuUpG3eEN~TcjwAQ9DvGDHD4PKmojWeYRa-2ln67FRkb4M5HhDPVnfH~IxHuUzCQs6ODr8OzM25yXeekGkIDiTrxS-NkD-PIEs~AGcB8KuCgs~NFR1AGmaiDI~BSFgBEaO0IMcp5quBBiOZd3uyaNrK8Y0oA3Yz3nPo8LjbtkbjlFiCEI~XIRMG602gnWKD9DOyd-s3GyQyUdZafVxPRkkMID-yqeX2I0Yz4N-F-xPevPYjI9Kq5yGQ8MyB5T5d2SrfqgdaCD3tSo7Pu82rEOt8-BkNjEX8XwGLUm-n~3ufo51LQ0IvJxfRDzK2hFjUGj5dHHcB5IA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,T. M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",United States of America,ngasalat@msu.edu,NA,T. M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",United States of America,ngasalat@msu.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Escherichia coli; household water treatment methods; rural areas; solar disinfection; Tanzania; water quality,iwaponline.com -76254,10,4,https://iwaponline.com/washdev/article/10/4/1019/76254/Fertilizer-effect-of-composted-sewage-sludge-and,"Journal of Water, Sanitation & Hygiene for Development",Fertilizer effect of composted sewage sludge and cattle manure on Pelargonium growth,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.082/7/washdev2020082supp.docx?Expires=1706022442&Signature=nrJ5AM43ZUsUqMrZR7SzLju8gDjzA1uxwO6ipKolDBBpL5U8TDduv3wM49s4EdQF61RJsNo7CbKD6~8DeY6MG8iLWYrJMMMCxoPwccm5rxfGBCZm9t2~W0Zklt9gqCz~5mzYzrgYVCjk1dKENqH-lyjc8xXP8505a1bPDL~ZI7QSOztnKvOSsyi6Wy~VJ~09Ffo2zPUIdw5jq9cdhRp4t~Bq8A5T-gWdmAXrCGXmYXGQEruai~HsGzY8vStI-0TdgYqJedD2m3g37AUP6~Ki66l-yRElVoUB-xa6ooYNt071CYr5hPdR880mj-ulKrTh8Pqfqsu7KQ2XgSXfODzl0A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Nesrine Dridi,"LR. RME-Ressources, Matériaux et Ecosystèmes, Faculty of Sciences of Bizerte, University of Carthage, Bizerte, Tunisia",Tunisia,NA,NA,Noomene Sleimi,"LR. RME-Ressources, Matériaux et Ecosystèmes, Faculty of Sciences of Bizerte, University of Carthage, Bizerte, Tunisia",Tunisia,noomene.sleimi@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,cattle manure; compost; dewatered sewage sludge; nutrients; Pelargonium inquinans,iwaponline.com -77471,10,4,https://iwaponline.com/washdev/article/10/4/1026/77471/Use-of-group-maturity-index-to-measure-growth,"Journal of Water, Sanitation & Hygiene for Development","Use of group maturity index to measure growth, performance, and sustainability of community health clubs in urban water, sanitation and hygiene (WASH) program in Zimbabwe",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.023/7/washdev2020023supp.docx?Expires=1706009561&Signature=uHUKgqUJ5cBvbXVqkvgV-kqU-SWWKkkvuD3lydc17k41uM2iRr9wm9pMEu74mPNC1logAj~7L2AbCqCYwrF6xRBFD-lA2LML4wlk~DWmSpqmjaFB11h1TQnplHGp~3NWXDDiQ3UXmFH0f32J1deaRRbsEyAcK4dBETwoG9x9DTbUSTlLr3~vrsjHNCCy~gYa9JGOgDbPnksYNERbipF2Ch~5brFe~qtDEyCop9tbgQxm9eR8V1nRcuvWSmxS5yZNIpe5sDk7Xd1IG~KbiVs~tUyxmdy6Fyqv2TAUfitpk2-jWlFoYpm1iKmeoKtXr1PCSeHvdCnwuySKq3q8t8uCvg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Mitsuaki Hirai,"United Nations Children's Fund (UNICEF), Harare, Zimbabwe",Zimbabwe,mhirai@unicef.org,NA,Mitsuaki Hirai,"United Nations Children's Fund (UNICEF), Harare, Zimbabwe",Zimbabwe,mhirai@unicef.org,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,community health; hygiene; hygiene promotion; WASH,iwaponline.com -76082,10,4,https://iwaponline.com/washdev/article/10/4/1034/76082/Impact-of-alum-pretreatment-on-biosand-filter,"Journal of Water, Sanitation & Hygiene for Development",Impact of alum pretreatment on biosand filter performance: a commentary on Curry et al. (2020),2020,FALSE,0,NA,NA,1,Caetano C. Dorea,"Department of Civil Engineering, University of Victoria, 3800 Finnerty Rd, Victoria, BC V8P 5C2, Canada",Canada,caetanodorea@uvic.ca,NA,Caetano C. Dorea,"Department of Civil Engineering, University of Victoria, 3800 Finnerty Rd, Victoria, BC V8P 5C2, Canada",Canada,caetanodorea@uvic.ca,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,aluminium sulphate; biosand filter; headloss; pretreatment; slow sand filtration,iwaponline.com -76175,10,4,https://iwaponline.com/washdev/article/10/4/1036/76175/Impact-of-alum-pretreatment-on-biosand-filter,"Journal of Water, Sanitation & Hygiene for Development",Impact of alum pretreatment on biosand filter performance: reply to Dorea's commentary on Curry et al. (2020) article,2020,FALSE,0,NA,NA,2,Kevin D. Curry,"Department of Biological Sciences, Bridgewater State University, Bridgewater, MA, USA",United States of America,kcurry@bridgew.edu,NA,Kevin D. Curry,"Department of Biological Sciences, Bridgewater State University, Bridgewater, MA, USA",United States of America,kcurry@bridgew.edu,NA,FALSE,NA,NA,NA,NA,iwaponline.com -78146,10,4,https://iwaponline.com/washdev/article/10/4/1037/78146/The-H-in-WASH-a-reflection-on-the-contribution,"Journal of Water, Sanitation & Hygiene for Development","The H in WASH: a reflection on the contribution, style and legacy of Professor Val Curtis",2020,FALSE,0,NA,NA,9,O. Cumming,"Department of Disease Control, London School of Hygiene & Tropical Medicine, London, UK",United Kingdom of Great Britain and Northern Ireland,oliver.cumming@lshtm.ac.uk,NA,O. Cumming,"Department of Disease Control, London School of Hygiene & Tropical Medicine, London, UK",United Kingdom of Great Britain and Northern Ireland,oliver.cumming@lshtm.ac.uk,NA,FALSE,NA,NA,NA,behaviour change; hygiene; sanitation; water,iwaponline.com -78245,11,1,https://iwaponline.com/washdev/article/11/1/1/78245/Urine-treatment-by-solar-disinfection-for,"Journal of Water, Sanitation & Hygiene for Development",Urine treatment by solar disinfection for agriculture reuse purpose in a poor rural context: case of Burkina Faso,2021,FALSE,0,NA,NA,4,Drissa Sangare,"University of Man, Côte d'Ivoire, BP 20 Man, Côte d'Ivoire",Côte d’Ivoire,dsangare2012@gmail.com,NA,Drissa Sangare,"University of Man, Côte d'Ivoire, BP 20 Man, Côte d'Ivoire",Côte d’Ivoire,dsangare2012@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Escherichia coli; inactivation time; Salmonella; Solar DISinfection (SODIS); urine,iwaponline.com -78380,11,1,https://iwaponline.com/washdev/article/11/1/10/78380/Modelling-behavioural-change-from-sea-based,"Journal of Water, Sanitation & Hygiene for Development","Modelling behavioural change from sea-based ‘helicopter latrines’ to land-based shared improved latrines in the Demaan, Jepara, Indonesia",2021,FALSE,0,NA,NA,4,S. Sunarti,"Department of Urban and Regional Planning, Universitas Diponegoro, Jalan Prof. Soedarto, SH Tembalang, Semarang, Central Java 50275, Indonesia",Indonesia,sunarti@pwk.undip.ac.id,NA,S. Sunarti,"Department of Urban and Regional Planning, Universitas Diponegoro, Jalan Prof. Soedarto, SH Tembalang, Semarang, Central Java 50275, Indonesia",Indonesia,sunarti@pwk.undip.ac.id,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,behaviour setting; community empowerment; sanitation; slums; sustainable behaviour,iwaponline.com -78302,11,1,https://iwaponline.com/washdev/article/11/1/26/78302/Participatory-analysis-of-sustainable-land-and,"Journal of Water, Sanitation & Hygiene for Development",Participatory analysis of sustainable land and water management practices for integrated rural development in Myanmar,2021,FALSE,0,NA,NA,6,Giulio Castelli,"Department of Agriculture, Food, Environment and Forestry (DAGRI), Università degli Studi di Firenze, Via San Bonaventura, 13 50145 Firenze, Italy",Italy,giulio.castelli@unifi.it,NA,Giulio Castelli,"Department of Agriculture, Food, Environment and Forestry (DAGRI), Università degli Studi di Firenze, Via San Bonaventura, 13 50145 Firenze, Italy",Italy,giulio.castelli@unifi.it,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,erosion; expert participation; public engagement; soil and water bioengineering; water harvesting; Water Safety Plans,iwaponline.com -78540,11,1,https://iwaponline.com/washdev/article/11/1/37/78540/Assessing-water-service-performances-in-rural-sub,"Journal of Water, Sanitation & Hygiene for Development",Assessing water service performances in rural sub-Saharan Africa environment: The case studies of two councils of the southern and eastern regions of the Republic of Cameroon (Central Africa),2021,FALSE,0,NA,NA,2,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box: 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,NA,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box: 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water; multi-criteria analysis; rural area; water service,iwaponline.com -78648,11,1,https://iwaponline.com/washdev/article/11/1/51/78648/Understanding-the-role-of-informal-pit-emptiers-in,"Journal of Water, Sanitation & Hygiene for Development",Understanding the role of informal pit emptiers in sanitation in Nairobi through case studies in Mukuru and Kibera settlements,2021,FALSE,0,NA,NA,6,Adrian Mallory,"Cranfield University, Cranfield Water Science Institute, Cranfield, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Alison Parker,"Cranfield University, Cranfield Water Science Institute, Cranfield, UK",United Kingdom of Great Britain and Northern Ireland,a.parker@cranfield.ac.uk,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,faecal sludge management; informal sector; Kenya; pit emptiers,iwaponline.com -78800,11,1,https://iwaponline.com/washdev/article/11/1/60/78800/Household-levels-of-deprivation-to-WaSH-and,"Journal of Water, Sanitation & Hygiene for Development","Household levels of deprivation to WaSH and residential conditions in slum settlements of Lagos, Nigeria",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.157/2/washdev2020157supp.docx?Expires=1706044270&Signature=TQnmxsO5v3IlBWNF33iNDGZ4cBHlgT5SuaDweKVXSyzgtWvwkaYSmBl0eg50m03VyKqhOg4-oRXSNIxkSQ2w~UjWsWO-UFtDeMLJKR6agV2AGwJmnYdfCzYUi4hvkZxffFa1kc9T5puwjKz04Wxcbbzve3s32qXzFRSbbTJEWl8LH9l5V6xvxLKDkMatud7treSGEsOnu00v0Om60~VxF~sibrgQxwUFwF6dBFqrhzRIA5ScQ8WlOclrIRJZZs9swSmugRZAXhu9vuBg58TjUPcd38DV9B~9SebTD463SeqtFLmBYhFcM2pX3FW2fwlzZ1RnD1Zfibu~mCWajSaaaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Isaiah Sewanu Akoteyon,"Department of Geography and Planning, Lagos State University, Ojo, Lagos, Nigeria",Nigeria,isaiah.akoteyon@lasu.edu.ng,NA,Isaiah Sewanu Akoteyon,"Department of Geography and Planning, Lagos State University, Ojo, Lagos, Nigeria",Nigeria,isaiah.akoteyon@lasu.edu.ng,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,environmental conditions; residential conditions; slum; slum deprivation index; sustainable development WaSH,iwaponline.com -79072,11,1,https://iwaponline.com/washdev/article/11/1/75/79072/An-assessment-of-availability-of-handwashing,"Journal of Water, Sanitation & Hygiene for Development",An assessment of availability of handwashing facilities in households from four East African countries,2021,FALSE,0,NA,NA,3,Peter Kisaakye,"Department of Population Studies, School of Statistics and Planning, College of Business and Management Sciences, Makerere University, Kampala, Uganda",Uganda,pkisaakye@gmail.com,NA,Peter Kisaakye,"Department of Population Studies, School of Statistics and Planning, College of Business and Management Sciences, Makerere University, Kampala, Uganda",Uganda,pkisaakye@gmail.com,NA,TRUE,All relevant data are available from an online repository or repositories (https://dhsprogram.com/).,available in online repository,https://dhsprogram.com/,demographic and health survey; East Africa; handwashing,iwaponline.com -78531,11,1,https://iwaponline.com/washdev/article/11/1/91/78531/Influence-of-multiple-uses-of-water-on-the,"Journal of Water, Sanitation & Hygiene for Development",Influence of multiple uses of water on the sustainability of communally-managed rural water supply systems in Zimbabwe,2021,FALSE,0,NA,NA,4,Tendai Kativhu,"Department of Environmental Science and Health, National University of Science and Technology, P.O. Box AC939, Ascot, Bulawayo, Zimbabwe",Zimbabwe,tendaid.kativhu@gmail.com,NA,Tendai Kativhu,"Department of Environmental Science and Health, National University of Science and Technology, P.O. Box AC939, Ascot, Bulawayo, Zimbabwe",Zimbabwe,tendaid.kativhu@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,communally-managed systems; community gardens; multiple uses of water; rural water supply; sustainability; Zimbabwe,iwaponline.com -79073,11,1,https://iwaponline.com/washdev/article/11/1/102/79073/Water-quality-status-of-groundwater-and-municipal,"Journal of Water, Sanitation & Hygiene for Development","Water quality status of groundwater and municipal water supply (tap water) from Bagmati river basin in Kathmandu valley, Nepal",2021,FALSE,0,NA,NA,6,Pabitra Bhandari,"Central Department of Microbiology, Tribhuvan University, Kirtipur, Kathmandu, Nepal",Nepal,NA,NA,Bhoj Raj Pant,"Nepal Academy of Science and Technology, Khumaltar, Lalitpur, Nepal",Nepal,environmentnast@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,coliphage; fecal pollution; microbial; total coliform; water contamination,iwaponline.com -79205,11,1,https://iwaponline.com/washdev/article/11/1/112/79205/Status-of-sustainable-sanitation-chain-in-rural,"Journal of Water, Sanitation & Hygiene for Development","Status of sustainable sanitation chain in rural, semi-urban, and urban regions: a case study of Maharashtra, India",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.020/2/washdev2020020supp.docx?Expires=1706017659&Signature=5AkPZnFY~U0S776x~qGCyKN1-y7PVh5ueqqdh5PqezmxIi~Vf0U2DtfT6YATlIfgLQD45waS3ZW13IzbXIs09s8ogVy0-c-fTLaEEtr7J9FUE5h7J72jUGOY39RHjxCINi9Vy1xZr06t4aigw2Ut3FvLiTm94OVQKAb947NmdtG4qeFRVFqKlMXj-nfPXo4qCuHeTkhm3-QyL7gZUOesS10X6VGx~JpIKufpex29wfZJF03-SVfozYSLwSRHeGu9a7XVlEysfuwGD3RjD4~RBDw0zow8lq-HPgV56LGFwEIbrwh13Ppk6DsyosPpS0GGQXbciuKCw6rgBRtoDkcPRg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,N. Chandana,"Centre for Technology Alternatives for Rural Areas, Indian Institute of Technology Bombay, Mumbai 400076, India",India,NA,NA,Bakul Rao,"Centre for Technology Alternatives for Rural Areas, Indian Institute of Technology Bombay, Mumbai 400076, India",India,bakulrao@iitb.ac.in,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,developing countries; faecal sludge; faecal sludge management; household survey,iwaponline.com -79162,11,1,https://iwaponline.com/washdev/article/11/1/126/79162/Potential-of-ceramic-and-biosand-water-filters-as,"Journal of Water, Sanitation & Hygiene for Development",Potential of ceramic and biosand water filters as low-cost point-of-use water treatment options for household use in Nigeria,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.096/2/washdev2020096supp.docx?Expires=1706086796&Signature=nHeYlx2~n73Fp~6cJUAeG8g1r~InoMjnLUxeE879LvjMxi3S6GAmLKq3bZ-xOfzyGcEX3l41mkufaLpuQ2YAIVB~lBynDNvXGumJ3FDxN~jNgznonSWOmxixexWwY29jacw3N5hDoPWwEKSTXloHYNoIJ9E3nFzZ3ZqsB~kD5fHFyNH8G7XSdeREq8srBV09qkbBub7GOqi27fXUxv8IqeBbZxXj0hRrU3AJ6PicImZp69-mDW4pTApCJgkf8SlDESghhAZ0WrHSpaGEdN7LV2Mqv4hQt-0SjcPirpGF4xDY69NLRWMvfWkRBzeyYeTT3bV09Voc~E5dIOkICc72xA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Ebele Erhuanga,"Department of Industrial Design, Federal University of Technology Akure, Akure, Nigeria",Nigeria,eaerhuanga@futa.edu.ng,NA,Ebele Erhuanga,"Department of Industrial Design, Federal University of Technology Akure, Akure, Nigeria",Nigeria,eaerhuanga@futa.edu.ng,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,biosand water filters; clay water filters; household water treatment; rural and urban Nigeria; safe drinking water; UNICEF Nigeria,iwaponline.com -79187,11,1,https://iwaponline.com/washdev/article/11/1/141/79187/Association-between-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Association between water, sanitation, and hygiene practices (WASH) and anthropometric nutritional status among selected under-five children in rural Noakhali, Bangladesh: a cross-sectional analysis",2021,FALSE,0,NA,NA,9,Susmita Ghosh,"Noakhali Science & Technology University, Noakhali, Bangladesh",Bangladesh,susmita.dristy@gmail.com,NA,Susmita Ghosh,"Noakhali Science & Technology University, Noakhali, Bangladesh",Bangladesh,susmita.dristy@gmail.com,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,Bangladesh; hygiene and sanitation practice; nutritional status; under-five children,iwaponline.com -79188,11,1,https://iwaponline.com/washdev/article/11/1/152/79188/Freshwater-requirement-to-attain-open-defecation,"Journal of Water, Sanitation & Hygiene for Development",Freshwater requirement to attain open-defecation-free status in Nigeria by 2025,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.135/2/washdev2020135supp.docx?Expires=1706086582&Signature=iN4pl4l78GJI8GHwZiXF1vLbFITXzCk51QfNfTAT4ghCttYLcO5e4XXuBNmiFuDhvxdLkx5rdWxSp4IW-ULES89K8hpCztUfHmKhb9RpYJwZkTQramqjfxbRoW8SrFVGt9YlxOcDqdDNZId5y8ifwtsanWVORtMhBkYf-cpgoakUeIQ-JfDXhisTleluFuKtw3RHsNwnmI3mf-lHHg528SDtptErErfaCmoRNnj7qJXCTMkj2t8yDLVpDdbTXfJsza1dm6BSYfgs5Yu-XeiX908Kr4sAqX5vEDi7POU2LDjg0TTD-AKN9mWDIo7Kmmt93uq5prKuTsJEX9KteLSP6A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,O. Adeoti,"Department of Agricultural and Bio-Environmental Engineering, The Federal Polytechnic, Ado Ekiti, Ekiti State, Nigeria",Nigeria,NA,NA,B. S. Awe,"Department of Agricultural and Bio-Environmental Engineering, The Federal Polytechnic, Ado Ekiti, Ekiti State, Nigeria",Nigeria,awebanjisam@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,freshwater requirement; Nigeria; open defecation; sanitation; SDGs,iwaponline.com -79189,11,1,https://iwaponline.com/washdev/article/11/1/165/79189/Hand-hygiene-innovation-for-low-income-households,"Journal of Water, Sanitation & Hygiene for Development",Hand hygiene innovation for low income households in India,2021,FALSE,0,NA,NA,10,Walter T. Gibson,"Bear Valley Ventures Ltd, Utkinton Lane, Cotebrook, Tarporley, Braeside, CW6 0JH, UK",United Kingdom of Great Britain and Northern Ireland,waltergibson@bearvalleyventures.com,NA,Walter T. Gibson,"Bear Valley Ventures Ltd, Utkinton Lane, Cotebrook, Tarporley, Braeside, CW6 0JH, UK",United Kingdom of Great Britain and Northern Ireland,waltergibson@bearvalleyventures.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,diarrhoea prevention; hand hygiene; user-centred innovation,iwaponline.com -79190,11,1,https://iwaponline.com/washdev/article/11/1/173/79190/Improving-students-knowledge-of-puberty-and,"Journal of Water, Sanitation & Hygiene for Development",Improving students' knowledge of puberty and menstruation in rural Zimbabwe: an evaluation of Sesame Workshop's Girl Talk program,2021,FALSE,0,NA,NA,5,Daniel Light,"Education Development Center, New York, NY 10014, USA",United States of America,dlight@edc.org,NA,Daniel Light,"Education Development Center, New York, NY 10014, USA",United States of America,dlight@edc.org,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,adolescent health; hygiene; menstruation; puberty; Zimbabwe,iwaponline.com -80712,11,2,https://iwaponline.com/washdev/article/11/2/iii/80712/Editorial-Important-news-about-this-journal,"Journal of Water, Sanitation & Hygiene for Development",Editorial: Important news about this journal,2021,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,iwaponline.com -79208,11,2,https://iwaponline.com/washdev/article/11/2/179/79208/Rapid-evidence-assessment-of-the-impacts-of,"Journal of Water, Sanitation & Hygiene for Development","Rapid evidence assessment of the impacts of sewerage, drainage, and piped water chlorination in urban settings of low- and middle-income countries",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2020.256/1/washdev2020256supp.docx?Expires=1706009907&Signature=0S-CYOFlRxoNpH2mtlMj89U66TYQvY04vw2WpG6dzRIG4fkoUjST3uvRNjEhm11dIX5OR5D5X~hqWg3x9EvMPmyNrg0A29kybEgmADjxNaOE0XjRo8dRWhCSkCHLBFO1-CHZrSAi9qSp4BYIPPJcio-s4EYV6CncSfNL9P4zpJgiU5pet1vvcjGgNooCs1haxSHscasqD4p-v1~ngTSschBQrxZoG6oiFEGrB3pMrj1DsTuLbwyJNOpgTEV5w2bHSYJkNVPx95st14w7Hic22ExTUMfHmyAcTHDWJJQEOmqeuTz20F5DTaSwFkc43fxxUG4tMOHslPYxmqv-ApODng__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Sridevi K. Prasad,"International Initiative for Impact Evaluation, 1020 19th St NW, Suite 400, Washington, DC 20036, USA",United States of America,sprasad@3ieimpact.org,NA,Sridevi K. Prasad,"International Initiative for Impact Evaluation, 1020 19th St NW, Suite 400, Washington, DC 20036, USA",United States of America,sprasad@3ieimpact.org,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,chlorination; drainage; impact; LMIC; sewerage; WaSH,iwaponline.com -79764,11,2,https://iwaponline.com/washdev/article/11/2/195/79764/Understanding-values-of-sanitation-users-examining,"Journal of Water, Sanitation & Hygiene for Development",Understanding values of sanitation users: examining preferences and behaviors for sanitation systems,2021,FALSE,0,NA,NA,5,Zakiya A. Seymour,"Georgia Institute of Technology, 2839 Paces Ferry Rd SE Suite 900, Atlanta, Georgia 30339, USA",United States of America,zakiya.seymour@arcadis.com,NA,Zakiya A. Seymour,"Georgia Institute of Technology, 2839 Paces Ferry Rd SE Suite 900, Atlanta, Georgia 30339, USA",United States of America,zakiya.seymour@arcadis.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,sanitation adoption; systematic behavioral changes,iwaponline.com -80098,11,2,https://iwaponline.com/washdev/article/11/2/208/80098/Decision-support-system-for-selection-of,"Journal of Water, Sanitation & Hygiene for Development",Decision support system for selection of appropriate water supply and sanitation technologies in developing countries,2021,FALSE,0,NA,NA,2,Ali Bouabid,"Industrial and Systems Engineering Department, Khalifa University, Abu Dhabi, United Arab Emirates",United Arab Emirates,ali.bouabid@ku.ac.ae,NA,Ali Bouabid,"Industrial and Systems Engineering Department, Khalifa University, Abu Dhabi, United Arab Emirates",United Arab Emirates,ali.bouabid@ku.ac.ae,NA,TRUE,All relevant data are available from an online repository or repositories (https://data.mendeley.com/datasets/2szmr4tg3z/2).,available in online repository,https://data.mendeley.com/datasets/2szmr4tg3z/2,community capacity assessment; decision support system; Sustainable Development Goals; sustainable infrastructure; water and sanitation systems; digitalwatercollection; digitalwatertechniques,iwaponline.com -79207,11,2,https://iwaponline.com/washdev/article/11/2/222/79207/What-factors-determine-the-technical-performance,"Journal of Water, Sanitation & Hygiene for Development",What factors determine the technical performance of community-managed rural water systems in the middle hills of Nepal?,2021,FALSE,0,NA,NA,4,Raj K. GC,"School of Public and International Affairs (SPIA), Virginia Tech, Blacksburg, VA, USA",United States of America,rajgc@vt.edu,NA,Raj K. GC,"School of Public and International Affairs (SPIA), Virginia Tech, Blacksburg, VA, USA",United States of America,rajgc@vt.edu,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,duration of water system breakdown; gravity-fed water system; hierarchical regression model; Nepal; productive income; sustainable,iwaponline.com -79881,11,2,https://iwaponline.com/washdev/article/11/2/231/79881/Models-for-forecasting-water-demand-using-time,"Journal of Water, Sanitation & Hygiene for Development",Models for forecasting water demand using time series analysis: a case study in Southern Brazil,2021,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.208/2/washdev2021208supp.pdf?Expires=1706093168&Signature=Dv~lK0DeugO3Zd2yRjI-GFmcNT895kdzBe-YEeA3ZUfeBKG2g-XcSKUZfjV5fZBpMu2IVMGtRjyhNg2i0ijMH3ARoHhi5D-GHa87FDHt7JKvbLwVLuZ6ZnM9YlrooYVgAz8eTgpLQ7ovgCQ~500JOJI6C9pJT~3aurxlVWmcYPASaQ3q5fjtm4bjn-V5c7xDHR9oDveyKgcXfHwO0A1mx1pWTBnBj7rzjo~3mB4~SHn6C3tfk2s465z5I1xeEozNu~Bep8Nvlla7ePeJQJxzI~gtomL3PA3k1LreC8MgEGPlscbOn8zalcQTYX9wFeVxy34vTks751rPydDY8rSMZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Danielle C. M. Ristow,"Civil Engineering Department, Santa Catarina State University, Joinville, Brazil",Brazil,NA,NA,Elisa Henning,"Mathematics Department, Santa Catarina State University, Joinville, Brazil",Brazil,elisa.henning@udesc.br,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,ARIMA; exponential smoothing; forecasting water demand; time series; digitalwatercollection; digitalwatertechniques,iwaponline.com -79282,11,2,https://iwaponline.com/washdev/article/11/2/241/79282/Spatial-arrangement-of-well-and-latrine-and-their,"Journal of Water, Sanitation & Hygiene for Development","Spatial arrangement of well and latrine and their influence on water quality in clayey soil – a study in low-income peri-urban neighborhoods in Lichinga, Mozambique",2021,FALSE,0,NA,NA,4,Beni Jequicene Mussengue Chaúque,"Department of Microbiology, Immunology and Parasitology, Institute of Basic Health Sciences, Universidade Federal do Rio Grande do Sul, Sarmento Leite Street, N° 500, Porto Alegre, Rio Grande do Sul 90050-170, Brazil",Brazil,NA,NA,Marilise Brittes Rott,"Department of Microbiology, Immunology and Parasitology, Institute of Basic Health Sciences, Universidade Federal do Rio Grande do Sul, Sarmento Leite Street, N° 500, Porto Alegre, Rio Grande do Sul 90050-170, Brazil",Brazil,marilise.rott@ufrgs.br,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,distance from the latrine; fecal coliforms; fecal contamination; latrines; shallow domestic wells; well location,iwaponline.com -80195,11,2,https://iwaponline.com/washdev/article/11/2/255/80195/Water-sanitation-and-hygiene-for-schistosomiasis,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene for schistosomiasis prevention: a qualitative analysis of experiences of stakeholders in rural KwaZulu-Natal",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.182/1/washdev2021182supp.docx?Expires=1706069973&Signature=3hXJC~ao1mUQduOnLe91Nh83PqHuIDncPW6Ez5XgGZJlL4yPVtQRNBgIq8h0K0TZwgAILHwyUOtzk9YG1TARdUF2KjlVQK9hAlqWPjExJGF1-NtXYQo7WaRQe5jtiCSh8AK5AJuVUGDA96lwj2TrM57iOuWHZ26mTqUvyz1zfitu2~gz7HbcVicWO8O~-AcKbEqxhorE4bLh0CrnVFishap2kX6bVi3xdfLiutAIsUaHOHcOY-aQ5ZhdcCv90ogtD4GVlzYag-kWlq7kzd7ogUEiZjjRnPqsXz3L-oCBw44CeKWIyMI7Ze6ez2ZKMXisKz2t0Uh5WfyvdjlbADYbMg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Chanelle Mulopo,"School of Nursing and Public Health, College of Health Sciences, University of KwaZulu-Natal, Howard Campus, Durban 4001, South Africa",South Africa,cmulopo@gmail.com,NA,Chanelle Mulopo,"School of Nursing and Public Health, College of Health Sciences, University of KwaZulu-Natal, Howard Campus, Durban 4001, South Africa",South Africa,cmulopo@gmail.com,NA,TRUE,All relevant data are available from an online repository or repositories (https://drive.google.com/drive/folders/1BdEqT5lw2TracHRIlrakfoWUMRMYWAca?usp=sharing).,available in online repository,https://drive.google.com/drive/folders/1BdEqT5lw2TracHRIlrakfoWUMRMYWAca?usp=sharing,hygiene; knowledge; practices; schistosomiasis; water,iwaponline.com -80316,11,2,https://iwaponline.com/washdev/article/11/2/271/80316/Bacteriological-and-physicochemical-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Bacteriological and physicochemical quality of drinking water in Kobo town, Northern Ethiopia",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.218/1/washdev2021218supp.docx?Expires=1706086775&Signature=YpZ-xTo3HkW5B24pjOcnT12fhyBWmjRNXpJ5fWXjj2BQojV2CGEtY8p-zSQ90sBK2pgRGmsL1~UzjVTAShZd9wN0ffZYnWa2ccTBUh0GZf17QQ7aUWrZ2hyrlrL5RxYu7FHq5oV00WdqQ7ObJSmYcoZnRn6pnBYZcAGj~RQ-cSr8xY2Npn6YGwyV8upQa~kf7MPvGaSpQ5a5CR6mvfbxZCHGWBwdhVPWJpe68Bf0YLuMFuR5-fYMu3-E0lsUqTfrCVez1PwrwkQos8CIDGgDyHKA1ryY1JCld9~UkMPc1SuJjCVMofNX~pcSzsf2IJzbY0yUeRBEzc0PxAutGhrmbQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O.box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,NA,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O.box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,bacteriological quality; coliforms; drinking water; Kobo town; physicochemical parameters,iwaponline.com -80315,11,2,https://iwaponline.com/washdev/article/11/2/282/80315/Evaluation-of-willingness-to-pay-toward-improving,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of willingness to pay toward improving water supply services in Sebeta town, Ethiopia",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.204/1/washdev2021204supp.docx?Expires=1706093186&Signature=QM2viAtydUc2rcx1aABsizJtrUxNh1IQ2mlwWTWV426PYwAaa5xIek8CjMbzp0ESWzanuG7cvJXYhtDrHX0Eof9W4-AnIlh3n6n1d1~PuykrSv2PNu6eZgJi0f5ElhYVNmE5-A2JdRryFy~RG969Eb5CqOAT7b-g91uLl~OzUxCUYpW796~hORdN9tPLn-4Ms4Ffu7ANgW80YL1b2gombnjUOa5j0MNFMqTzY3UMppcXLRlKCg3aoKy5eA4r1jLYMN9jY5Dp~1POlo2PD4zE0cXGe4y0aPxrkTPlcSYEX-nVCxxXr2dOuAR9gL0zS~I7nR5gAHCmBdWGg-74uN4bdQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Hosea Mutanda Eridadi,"Africa Center of Excellence for Water Management, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia",Ethiopia,hoseamaka@gmail.com,NA,Hosea Mutanda Eridadi,"Africa Center of Excellence for Water Management, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia",Ethiopia,hoseamaka@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,binary logistic model; contingent valuation; water supply; WTP,iwaponline.com -80344,11,2,https://iwaponline.com/washdev/article/11/2/295/80344/Capturing-menstrual-health-and-hygiene-in-national,"Journal of Water, Sanitation & Hygiene for Development","Capturing menstrual health and hygiene in national surveys: insights from performance monitoring and accountability 2020 resident enumerators in Niamey, Niger",2021,FALSE,0,NA,NA,8,Elizabeth Larson,"Department of Population, Family and Reproductive Health, Johns Hopkins Bloomberg School of Public Health, Baltimore, MD, USA",United States of America,NA,NA,Julie Hennegan,"Department of Environmental Health and Engineering, Johns Hopkins Bloomberg School of Public Health, Baltimore, MD, USA",United States of America,julie.hennegan@burnet.edu.au,NA,TRUE,PMA2020 data is publicly available for request from the website: https://www.pmadata.org/data. Qualitative data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,measurement; menstrual health; menstrual hygiene; national monitoring; outcome assessment; survey,iwaponline.com -80254,11,2,https://iwaponline.com/washdev/article/11/2/304/80254/Impact-of-cyclone-Amphan-on-the-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Impact of cyclone Amphan on the water, sanitation, hygiene, and health (WASH2) facilities of coastal Bangladesh",2021,FALSE,0,NA,NA,3,Nazifa Rafa,"Environmental Sciences Program, Asian University for Women, 20 M. M. Ali Road, Chattogram, Bangladesh",Bangladesh,NA,NA,Sayed Mohammad Nazim Uddin,"Environmental Sciences Program, Asian University for Women, 20 M. M. Ali Road, Chattogram, Bangladesh",Bangladesh,sayed.uddin@auw.edu.bd,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Amphan; inequalities and insecurity; natural disaster; risks; hazards; and vulnerabilities; service delivery; water; sanitation; hygiene; and health (WASH2),iwaponline.com -80430,11,2,https://iwaponline.com/washdev/article/11/2/314/80430/Cancer-risk-assessment-and-modeling-of-groundwater,"Journal of Water, Sanitation & Hygiene for Development","Cancer risk assessment and modeling of groundwater contamination near industrial estate, Lahore, Pakistan",2021,FALSE,0,NA,NA,3,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,NA,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,correlation; heavy metals; risk assessment; source; statistical modeling,iwaponline.com -79268,11,2,https://iwaponline.com/washdev/article/11/2/327/79268/Water-sanitation-and-hygiene-coverage-and,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene coverage and practices of a semi-arid county in the Eastern region of Kenya",2021,FALSE,0,NA,NA,4,Kioko Kithuki,"Amref Health Africa, Nairobi, Kenya",Kenya,NA,NA,Yvonne Opanga,"Amref Health Africa, Nairobi, Kenya",Kenya,yvonne.opanga@amref.org,NA,TRUE,All relevant data are included in the paper or in its Supplementary Information.,in paper,NA,hygiene; sanitation; semi-arid; water,iwaponline.com -81332,11,3,https://iwaponline.com/washdev/article/11/3/335/81332/Improved-and-promising-fecal-sludge-sanitizing,"Journal of Water, Sanitation & Hygiene for Development",Improved and promising fecal sludge sanitizing methods: treatment of fecal sludge using resource recovery technologies,2021,FALSE,0,NA,NA,3,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, University of Science and Technology, Beijing Xueyuan 30, Beijing 10003, China",China,aaz4ev@gmail.com,NA,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, University of Science and Technology, Beijing Xueyuan 30, Beijing 10003, China",China,aaz4ev@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,fecal sludge; lactic acid treatment; lime treatment; solar septic tank; volatile fatty acid treatment,iwaponline.com -79206,11,3,https://iwaponline.com/washdev/article/11/3/350/79206/Does-poor-mental-health-change-the-influence-of,"Journal of Water, Sanitation & Hygiene for Development",Does poor mental health change the influence of interventions on handwashing in a vulnerable population of rural Malawi? The key role of emotions,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2020.107/1/washdev2020107supp.docx?Expires=1706093214&Signature=P~GOHKeoZJKPVqm0TYSfHUMmihmFZjP6lwJHXdC6WQ9vYuFjfSA1~UgnGtKjq~GKstuyE0p-xNzDGeAmIvOuqh7X-kBDagP54-wFC-1LqUjthtZJWV4PZbNCy7hjbRfSzc-JOey9EyrwPjo7q7Ap3EjLUpUN2azdj~o9dD2QHtM2HERnL0SipmQEDrsBnB0CI5YAV5qRGIs5Dmf9hPdtFBi4EPQBtaB3XC1vujzDuLpkLoDM50EsK-XqVhD5tqMcnNwIqQorUOLt-5lJCvy9WthsbJfJXWvB29xbEXVcHPKu5bBBidjG8dX3hlJ19sbV9Br~nJp4FCuJ5uOoiMYlyw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Jurgita Slekiene,"Department of Environmental Social Sciences, EAWAG, Swiss Federal Institute of Aquatic Science & Technology, Uberlandstrasse 133, CH-8600 Dubendorf, Switzerland",Switzerland,jurgita.slekiene@eawag.ch,NA,Jurgita Slekiene,"Department of Environmental Social Sciences, EAWAG, Swiss Federal Institute of Aquatic Science & Technology, Uberlandstrasse 133, CH-8600 Dubendorf, Switzerland",Switzerland,jurgita.slekiene@eawag.ch,NA,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.6084/m9.figshare.13166612.v2).,available in online repository,https://doi.org/10.6084/m9.figshare.13166612.v2,behavior change; emotions; handwashing with soap; mental health; RANAS; WASH,iwaponline.com -80627,11,3,https://iwaponline.com/washdev/article/11/3/362/80627/An-evaluation-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","An evaluation of water, sanitation, and hygiene status and household assets and their associations with soil-transmitted helminthiasis and reported diarrhea in Nueva Santa Rosa, Guatemala",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.160/1/washdev2021160supp.docx?Expires=1706162683&Signature=j29JDZfxpCX1GwVLk6EdpHN-MY-tQ3t6CLmDZDiPnCyKW81hkBme0rifpfShrqTaeyY63ktPDFyTzJkFOiOeAnkWpkYAwM8R8PXxVqYcahrn11CevAJBDHVztfclObQobubYdVQnNozvV09g7i9OVXwgoYm7V1bBeVwUgePYqNMOTYmYEX~AH-3KoyQbXfeCg35d32qbcV5li5uc4h-eQDb7AECwxaKVQ9mVcYjNeEA09kkLKrAUbKC-hdPk9Q-Q9r16FmZyCuKBwgbAbHs5JABdyzKroGfQNJ7abHKaJTlGryI8RuKTFI3Oyn-d6RbgCQmAw3ch1GjiXFIqxweTlQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,16,Gouthami Rao,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention (CDC), Atlanta, GA 30329, USA",United States of America,www8@cdc.gov,NA,Gouthami Rao,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention (CDC), Atlanta, GA 30329, USA",United States of America,www8@cdc.gov,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,diarrhea; Guatemala; hygiene; sanitation; soil-transmitted helminths; water,iwaponline.com -80556,11,3,https://iwaponline.com/washdev/article/11/3/374/80556/Effectiveness-of-solar-disinfection-for-household,"Journal of Water, Sanitation & Hygiene for Development",Effectiveness of solar disinfection for household water treatment: an experimental and modeling study,2021,FALSE,0,NA,NA,4,Md. Rezaul Karim,"Civil and Environmental Engineering, Islamic University of Technology (IUT), Board Bazar, Gazipur, Bangladesh",Bangladesh,rezaulmd@gmail.com,NA,Md. Rezaul Karim,"Civil and Environmental Engineering, Islamic University of Technology (IUT), Board Bazar, Gazipur, Bangladesh",Bangladesh,rezaulmd@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,bacterial inactivation; PET bottle; plastic bag; safe exposure time; solar disinfection (SODIS); Weibull model,iwaponline.com -80656,11,3,https://iwaponline.com/washdev/article/11/3/386/80656/The-cultural-economy-of-human-waste-reuse,"Journal of Water, Sanitation & Hygiene for Development","The cultural economy of human waste reuse: perspectives from peri-urban Karnataka, India",2021,TRUE,3,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.196/1/washdev2021196supp1.docx?Expires=1706093229&Signature=OnJZNW0lAeFJ7ekly49GTC3sFZXXq17GCfbUGZCOWKbsr6eWvlphzNO5Ag23AvSIoMhcE5uWGwEDsobBVwQa~Ae46wnVQ5DVNXiN2jLW6fAtsOz0Fysucg0LPZLVCEjvoScjxFhABPzkhi2gZU5P0w1DncVyMklv-BfamAzCaVwo5HwraQ0LUhY55-2ys3RqJliuwdqRPdn6yKzDZ0WRc8t04lEys~yyWFSpQF3ne1-ya0Zb-SoaOM2Leo5p8SArs9XqkqTztVrTBP1~bLGJt2BFJGFZ9WNm8ViSz~aeI85CUggSzLkZG4if4R8EF-aMy8tymOxbXRVyqTGVjRww7w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.196/1/washdev2021196supp2.docx?Expires=1706093229&Signature=svGLXVAU1skxS~vgIlFxQr6vlsKWDNGj4U06jZU8xxbLwQw8qG-vrbHLL9jQ5DN8HecgLUQPCq~ubPuqZQLwCt19M1s7d75DUK~8x39152yd1hFMLl~qB14b0vCHZdMuDC9-13akM33-OzpXg1OEBhh-HJoFtqD2EIOOZBux3jbWwlvFU9iYUtoljaW66EnboCTXoJDI~MWhO0U5woihSSZvk2j4H4URwPaW-mjWKPyuawj7a6q6v~thU4Y7AMEFMPJMc-zmkzzMNjIYDfkyRI2Jupdqufofpxh4uwmInz3km~6ny33zDiR-I5oXQuuvxKejTtLJDbBgXwYub8-xYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.196/1/washdev2021196supp3.docx?Expires=1706093229&Signature=zYpd3Gaf0AfOoDsBmlkQIfrFdpwhEtbctLIU8pgmkKJIQk-I095odEIZaiOCiy2PfERTT2Y8GaGKy-KEFLG9~UUHH~PvWuKGMcBcYaPpvqtVIkLNPvaH56vXDidaTcjXPfbPFaWpkdjvMw~~xJxZh9ip5qKFje7PJQHLB7ke4vg8BisISL4AIKt2w8DVgvsYZDj~q1hZtNvjg-ES5oLG4DrIEJ58oWD0TP219axtUAaNbaASALtAMlOyjy3ew58l8ATTtnHKKVoDnWnEoHdDJOn6xE~e8QGMjiHPMgTT5Sk5X-C~8rcTi-MykPYDOVTGJxq1CjaQs4~QQsiLIJguaA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Zachary Burt,"Athena Infonomics, Washington, DC, USA",United States of America,zzburt@gmail.com,NA,Zachary Burt,"Athena Infonomics, Washington, DC, USA",United States of America,zzburt@gmail.com,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,caste; fecal sludge; human waste management; preference model; resource recovery and reuse,iwaponline.com -81401,11,3,https://iwaponline.com/washdev/article/11/3/398/81401/Evaluation-of-water-sanitation-and-hygiene-status,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of water, sanitation and hygiene status of COVID-19 healthcare facilities in Ghana using the WASH FIT approach",2021,TRUE,4,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp1.docx?Expires=1706093233&Signature=p~mVcEcfRJ~kwn5~2Vnj7esga2dQVnYCXBAj1QT1-iiIYDnQMfC9d30aF3-lRRdePq0Dyz5-0Gy7ILEKI7LG~28WGIYTEgaqjLx0lGIkCHoMUwNw5N8L2sZ9CCLMvjVwsE~F4ms8gROQMcYqpu8wae4funG1BHc3j66dJjHYzZextYjvdbtryJdDfuMNmUMxaLCd32Hpz2CyiFVlJrhia2GLVD~nMEbm7sq~GjUcNSx~RGAbOCL8XrD55GTRA5OjjUSaUA95wLL1~gHe66P4fLpkVWt7~jMydNmbGdbDrHXI~a9cTD5T9HXvxhKOeSd3yn52hUMk6TeFsn8fHVcNtQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp2.docx?Expires=1706093233&Signature=gKgoo84LK3X5BEDME-fgVakcKFic4uUbx1-RNzyFbB4fUbUg7Ri75F2jASfEIeu~wVLqg7BQ3hmSgetaUdt0Z8wB4Mv9-H6JgIL3wMYOiSbjbScaU~gxSRU2wGEaIy19-Nz72nTGWNWyTuzO7luy41NcHiVQz4~uV0RvXjB2ssROD9zFP3zinlUhoesvHc8uDO58xBVZ-8qSaCPFslLTErmB7uAVT3DK099p7x8tVE~mXZcULHxLnJO4DRbJ5yl2MicO4n2PuRXJgu4-feJRbECsgEQ~uGS3eO~lXFGRh8u~OhfpGGf7fMg2EG-XDxc-Ew7csJGiSTnCOF8NlG8sdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp3.docx?Expires=1706093233&Signature=O1xe0jMhZLGovBU9g7UVLyYFjGjDPEOBGu2BK1iz4GHw600B~xt90S5ja3y4C92Z26z5utXFZtyCtZ8SMES8cYVa2PtxspdTWiziW1G3BJYaHW4q7qk4ylzJfNO~UUBrAee6q8WHo6zxRpZsGqz5gwwndRgLn8GbkBmyWADmaFY5j70IAtVP35GJc9p0lfA4hZoDX1jg~-UAJHrIhj6ZRswILTSVSMKbdGEMGnZnuwHzPNNlLNVG-5r2RAFbN6g9vxT7f3WM3XZSq2MZgYZm234WrIbUY5PY-Oy7ul13ac3lNPwwazquELjrCenIU0EcAHJuXykqwkts8GJo9oG7fg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp4.docx?Expires=1706093233&Signature=0kEuhdHUdiSj6ZCsHoTXQo4ksTANJjwbpU9eOAU9KKng3ADMers3DK8XUo4wUvUe38E1QFrDOLaZmsHxSQcIxnUhhyfYiRILdOCbNXG6MJE20nDh5J5Js3Ckk-Z5Ckmr5EpOZ1QFcokstuNMPZOxbQFUCm4ePY0IYdMdr6MUwbXEDzw4l7tOmj1brJbYBd0TyNfsokYE2NSaFjYc~btJyslBjL6Uo3a5Idys-AAHEhQLBYKgjaoEko50dpfGZz3~IUqdMsKOWojS3Pns~FmFrb9TjqPoo9O0piZVtSQltCu7Wb3D50dUqIE02Y7z6XFMRZN3O9cZadnmI-k19nuhKA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,15,Mary Eyram Ashinyo,"Institutional Care Division, Ghana Health Service Headquarters, Accra, Ghana",Ghana,mary.ashinyo@ghsmail.org,NA,Mary Eyram Ashinyo,"Institutional Care Division, Ghana Health Service Headquarters, Accra, Ghana",Ghana,mary.ashinyo@ghsmail.org,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,COVID-19; Ghana; healthcare facilities; healthcare quality and safety; infection prevention and control; WASH,iwaponline.com -81233,11,3,https://iwaponline.com/washdev/article/11/3/405/81233/Prevalence-of-water-borne-diseases-in-western,"Journal of Water, Sanitation & Hygiene for Development",Prevalence of water-borne diseases in western India: dependency on the quality of potable water and personal hygiene practices,2021,FALSE,0,NA,NA,6,Koustubh Karande,"Mumbai Zonal Centre, CSIR-National Environmental Engineering Research Institute (NEERI), 18/B, Dr A B Road, Worli, Mumbai 400018, Maharashtra, India",India,NA,NA,Shalini Tandon,"Mumbai Zonal Centre, CSIR-National Environmental Engineering Research Institute (NEERI), 18/B, Dr A B Road, Worli, Mumbai 400018, Maharashtra, India",India,tandon.shalini@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,personal hygiene; regression; water-borne diseases; water quality,iwaponline.com -80750,11,3,https://iwaponline.com/washdev/article/11/3/416/80750/Assessment-of-microbiological-and-physico-chemical,"Journal of Water, Sanitation & Hygiene for Development","Assessment of microbiological and physico-chemical characterıstics of water samples in households of Bangalore city, Karnataka, India",2021,FALSE,0,NA,NA,3,Jessen George,"Rev. Jacob Memorial Christian College, Ambilikkai 624612, Oddanchatram, Dindigul (Dist), Tamilnadu, India",India,georgejessen@gmail.com,NA,Jessen George,"Rev. Jacob Memorial Christian College, Ambilikkai 624612, Oddanchatram, Dindigul (Dist), Tamilnadu, India",India,georgejessen@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,coliforms; Enterobacteriaceae; health hazard; HPC; MPN; water quality,iwaponline.com -81270,11,3,https://iwaponline.com/washdev/article/11/3/423/81270/Classifying-household-water-use-into-indoor-and,"Journal of Water, Sanitation & Hygiene for Development","Classifying household water use into indoor and outdoor use from a rudimentary data set: a case study in Johannesburg, South Africa",2021,FALSE,0,NA,NA,3,Bettina Elizabeth Meyer,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,bebotha@gls.co.za,NA,Bettina Elizabeth Meyer,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,bebotha@gls.co.za,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,end-use events; low resolution data; residential water demand; water classification models,iwaponline.com -81373,11,3,https://iwaponline.com/washdev/article/11/3/432/81373/Virulence-associated-factors-in-bacteria-from,"Journal of Water, Sanitation & Hygiene for Development","Virulence associated factors in bacteria from water bodies in Belém, Pará, Brazil: bacteriological composition and threat to public health",2021,FALSE,0,NA,NA,7,Lucas Monteiro da Trindade,"Environmental Microbiology Laboratory, Evandro Chagas Institute, Ananindeua, Brazil",Brazil,lukas.trindade23@gmail.com,NA,Lucas Monteiro da Trindade,"Environmental Microbiology Laboratory, Evandro Chagas Institute, Ananindeua, Brazil",Brazil,lukas.trindade23@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,microbiological indicators; pathogenic bacteria; surface water; water pollution,iwaponline.com -80915,11,3,https://iwaponline.com/washdev/article/11/3/442/80915/Hand-hygiene-and-safety-behaviours-at-shopping,"Journal of Water, Sanitation & Hygiene for Development",Hand hygiene and safety behaviours at shopping centres in COVID-19: an observation in Wa township in Ghana,2021,FALSE,0,NA,NA,3,Nicholas Fielmua,"Department of Planning, Faculty of Planning and Land Management, University of Business and Integrated Development Studies, Wa, Ghana",Ghana,nfielmua@uds.edu.gh,NA,Nicholas Fielmua,"Department of Planning, Faculty of Planning and Land Management, University of Business and Integrated Development Studies, Wa, Ghana",Ghana,nfielmua@uds.edu.gh,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,COVID-19; handwashing practices; mouth-and-nose masks; shopping centres; Wa – Ghana,iwaponline.com -81271,11,3,https://iwaponline.com/washdev/article/11/3/453/81271/An-association-between-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","An association between water, sanitation, and hygiene (WASH) and prevalence of trachoma in Monze district of Southern Province, Zambia",2021,FALSE,0,NA,NA,6,Musonda Chikwanda,"University of Zambia Ridgeway Campus, University of Zambia School of Public Health, Department of Environmental Health, Lusaka, Zambia",Zambia,musondachikwanda1@gmail.com,NA,Musonda Chikwanda,"University of Zambia Ridgeway Campus, University of Zambia School of Public Health, Department of Environmental Health, Lusaka, Zambia",Zambia,musondachikwanda1@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,trachoma; water and sanitation,iwaponline.com -80916,11,3,https://iwaponline.com/washdev/article/11/3/461/80916/Monitoring-of-water-and-sanitation-services-within,"Journal of Water, Sanitation & Hygiene for Development",Monitoring of water and sanitation services within an integrated decentralised monitoring system: experiences from Ghana,2021,FALSE,0,NA,NA,1,Bernard Afiik Akanpabadai Akanbang,"Department of Planning, SDD University of Business and Integrated Development Studies, Wa, Ghana",Ghana,bakanbang@uds.edu.gh,NA,Bernard Afiik Akanpabadai Akanbang,"Department of Planning, SDD University of Business and Integrated Development Studies, Wa, Ghana",Ghana,bakanbang@uds.edu.gh,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,decentralised monitoring; Ghana; integration; subnational; water and sanitation services,iwaponline.com -80628,11,3,https://iwaponline.com/washdev/article/11/3/474/80628/Physical-properties-of-menstrual-hygiene-waste-as,"Journal of Water, Sanitation & Hygiene for Development",Physical properties of menstrual hygiene waste as feedstock for onsite disposal technologies,2021,FALSE,0,NA,NA,7,Sarani Sasidaran,"RTI International India, New Delhi 110 037, India",India,NA,NA,Sonia Grego,"Duke University Center for WaSH-AID, Durham, NC 27701, USA",United States of America,sonia.grego@duke.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,incineration; menstrual health and hygiene (MHH); moisture content; pads; sanitation,iwaponline.com -80998,11,3,https://iwaponline.com/washdev/article/11/3/483/80998/Social-outcomes-of-a-community-based-water,"Journal of Water, Sanitation & Hygiene for Development","Social outcomes of a community-based water, sanitation and hygiene intervention",2021,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.264/1/washdev2021264supp.pdf?Expires=1706093269&Signature=BCnHnFH~PDWKpzKchJa3YWLKjx~~~3HNgb-dSqFa1JAXFMNFy7d5LhS4UVgIXvLw5ivI7dov-dmOC9j8bsfiSyJuZxsbsDi0TSGGePon8Vzu29wy-beFi9uhQ52yy6hCRBt2mA-BDSB-dWn-vKYL9USl7iYl3dbEcuAP4fW~ylCHiRSueMcnOz~XYTa~rfWpPG0l1SrFdxG6Ve8-cM-mqHa1~gjV6cehpz1unUdk5y~NkEsptbYQblrCYteWvKZbULY2IpCpCSKzW5c89jry98jkm~QMW9DKcL87d~W7v6AACQG6amUAe6AP7yDKqzsicaqMWSivi5GLpe4k2niHyw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Rossanie Malolo,"Centre for Water, Sanitation, Health and Appropriate Technology Development (WASHTED), Polytechnic, University of Malawi, Private Bag 303, Chichiri, Blantyre, Malawi",Malawi,rossaniedaudi@yahoo.com,NA,Rossanie Malolo,"Centre for Water, Sanitation, Health and Appropriate Technology Development (WASHTED), Polytechnic, University of Malawi, Private Bag 303, Chichiri, Blantyre, Malawi",Malawi,rossaniedaudi@yahoo.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community; hygiene; Malawi; sanitation; social outcomes; water,iwaponline.com -80857,11,3,https://iwaponline.com/washdev/article/11/3/494/80857/Methods-for-estimating-quantities-and-qualities-Q,"Journal of Water, Sanitation & Hygiene for Development","Methods for estimating quantities and qualities (Q&Q) of faecal sludge: field evaluation in Sircilla, India",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.269/1/washdev2021269supp.docx?Expires=1706093272&Signature=Ez0ynZfMMb9g8wXKjNnRoNvoA6wISp1Zz1R2XAacvBWBvPjtcp1LfB0Zh1DJau5F1ULehaDQ1PLMLOG-cxELRDZYHArSJkAYViEQVTrTTzyKCErHsrPhJJg~kysMQiisED1l--~6L~yG40HWF6AVzKqRneDr31zh~T5JrDVlSvdGX7P6FQ0JyhvM7sZcsut8k4cdAlUa243FtpxISAYMP-CZ9XuzeorZP~46CInWIO5vhfoJGkE4XtHKb6dVHW3k3DAu--4lIqDM6Vgy4H8jgGwBDklFrD~IyngRbZhYdwprFENoMW6DJzUQ0SLox7r7wJ5GZT~qVStx2lTZ4Gzebg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Prerna Prasad,"Consortium for DEWATS Dissemination Society, Survey No. 205 Kengeri Satellite Town, Bengaluru, Karnataka 560060, India",India,NA,NA,Linda Strande,"Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,linda.strande@eawag.ch,NA,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.25678/0002VH).,available in online repository,https://doi.org/10.25678/0002VH,accumulation rate; method evaluation; pit latrine; sanitation; septic tank; sludge blanket,iwaponline.com -81442,11,3,https://iwaponline.com/washdev/article/11/3/505/81442/Field-demonstration-of-breathable-laminate-lined,"Journal of Water, Sanitation & Hygiene for Development","Field demonstration of breathable laminate-lined container-based toilets in Kanpur, India",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.011/1/washdev2021011supp.docx?Expires=1706093276&Signature=RmU2aXFmPPO2qjqW7pEup5Ny76SFH1VONtbkv3J0-6rcvPlpdzENDfhttjGIi-8kdLo64NwVHnhWMdezC7o-e3vYeJNy1IFK9rTwsg4gOh5SGImCqb8tuiHtUPuEIIxwOSlI1DwxtU7VtLZxGMnfH2EPn-lzRlXzGpWCrUNDmLnDFo-mXvuH6cEzMBVAFiD1i-VdaYEliTV5oxu3L4iC-yamxhno2-oD1ZI7C4YzkmbRd0xoGAf28WOxQwlgBtDdszYXU~cYlbrcKW~AVY~oxSSEgNIjsM0wt40EA~3aK9iyMGkDueXqSvtoi349nQiRdIU2Sro2-HWuyCVZLlvzNQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Shray Saxena,"Department of Civil and Environmental Engineering, University of Delaware, 301 DuPont Hall, Newark, DE 19716, USA",United States of America,NA,NA,Daniel K. Cha,"Department of Civil and Environmental Engineering, University of Delaware, 301 DuPont Hall, Newark, DE 19716, USA",United States of America,cha@udel.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,breathable laminate; Eco-Vapor toilets; fecal sludge; stagnant film model,iwaponline.com -81402,11,4,https://iwaponline.com/washdev/article/11/4/515/81402/Legacy-1-2-3-trichloropropane-contamination-a,"Journal of Water, Sanitation & Hygiene for Development","Legacy 1,2,3-trichloropropane contamination: a systematic review of treatments",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.006/1/washdev2021006supp.docx?Expires=1706023332&Signature=zYRVlCPhEnJXmfTg6qC2QoCaaaOWuzPQoI4eWK20JkXV3mSE9Gb0AcZeVSNMamBa74lyaIxDhThMltAXAEWuXjqciyFfFV4q20dBupx-AOY79X0SZu27DHNGU~TlZHAdxxFR6S9-Ubn21Gvtf6ZqP9aioWwE~oYwEeyAFNpaYNdFUN~NhoXqeSm~2lW2qykv8ygRXYooF3fiCo9ErReX~j0mmBOVsrpW46Q1s4-q7xoExg2UCE7BDjsdq-hYGUBatUT-xhyCnDPIxk5xrGRx5YKR1LfRxVVyT29gqJcmchdM50wdQeOsv-afqfdcxxqGTWScTCXtczQzDVKFeUgIJQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,B. Hope Hauptman,"Environmental Systems Graduate Group, University of California Merced, 5200 N. Lake Rd., Merced, CA 95343, USA",United States of America,bhauptman@ucmerced.edu,NA,B. Hope Hauptman,"Environmental Systems Graduate Group, University of California Merced, 5200 N. Lake Rd., Merced, CA 95343, USA",United States of America,bhauptman@ucmerced.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,granulated activated carbon (GAC); groundwater treatment; legacy contaminant; United Nations Sustainable Development Goal 3 and 6,iwaponline.com -82147,11,4,https://iwaponline.com/washdev/article/11/4/535/82147/Strategic-value-of-interviewer-training-and-local,"Journal of Water, Sanitation & Hygiene for Development",Strategic value of interviewer training and local community-based organisations for WaSH and antibiotic resistance surveys,2021,FALSE,0,NA,NA,4,Gopal Iyer,"School of Education Communication and Language Sciences, Newcastle University, Newcastle upon Tyne, UK",United Kingdom of Great Britain and Northern Ireland,gopal.iyer@newcastle.ac.uk,NA,Gopal Iyer,"School of Education Communication and Language Sciences, Newcastle University, Newcastle upon Tyne, UK",United Kingdom of Great Britain and Northern Ireland,gopal.iyer@newcastle.ac.uk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibiotics; empowerment; KAP research; surveys; training; WaSH,iwaponline.com -81582,11,4,https://iwaponline.com/washdev/article/11/4/546/81582/Integrated-control-of-river-and-pond-water-as-an,"Journal of Water, Sanitation & Hygiene for Development","Integrated control of river and pond water as an exposure source to urogenital schistosomiasis of rural inhabitants in southern Taraba State, Nigeria",2021,FALSE,0,NA,NA,9,Robert Soumay Houmsou,"Department of Biological Sciences, Taraba State University, Jalingo, Taraba, Nigeria",Nigeria,rs.houmsou@gmail.com,NA,Robert Soumay Houmsou,"Department of Biological Sciences, Taraba State University, Jalingo, Taraba, Nigeria",Nigeria,rs.houmsou@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,inhabitants; risk; riverine; rural; schistosomiasis; urogenital,iwaponline.com -82131,11,4,https://iwaponline.com/washdev/article/11/4/558/82131/When-you-preach-water-and-you-drink-wine-WASH-in,"Journal of Water, Sanitation & Hygiene for Development",‘When you preach water and you drink wine’: WASH in healthcare facilities in Kenya,2021,FALSE,0,NA,NA,3,Thelma Zulfawu Abu,"Department of Geography and Environmental Management, University of Waterloo, 200 University Avenue West, Waterloo, ON N2L 3GI, Canada",Canada,tzabu@uwaterloo.ca,NA,Thelma Zulfawu Abu,"Department of Geography and Environmental Management, University of Waterloo, 200 University Avenue West, Waterloo, ON N2L 3GI, Canada",Canada,tzabu@uwaterloo.ca,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,emergencies; governance; healthcare facilities; politics; WASH,iwaponline.com -81860,11,4,https://iwaponline.com/washdev/article/11/4/570/81860/Risk-of-adenovirus-and-Cryptosporidium-ingestion,"Journal of Water, Sanitation & Hygiene for Development","Risk of adenovirus and Cryptosporidium ingestion to sanitation workers in a municipal scale non-sewered sanitation process: a case study from Kigali, Rwanda",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.241/1/washdev2021241supp.docx?Expires=1706093298&Signature=yA4HjupZhbRN~l0lNLcRqtTc4s-1O0pM04q~4jsMR2DJGq2VlCw8VVrLraCYBZBAmu0bIT12gfuzpl7YBoZBvgqL6PelJxtFq4xAasBwjkclJKwNb79xbTDT06WT2ilb3AH63V7j8kaaRYziV8eMcWfFPmu9Q~OyuRO2UCdkHRlB34FB9PCRw3i3bdpATVxzKWHA~BLlZK4Tm6mZpbAYblova0uOLKL5YK1AejPiZNymBxGqgtxtddUbsrJGS2G0t4-wDJLFE~RqLQcEm0UVmNn87YKXHrGGk9ujZ33XmMADbrnujUgCAMjD9BLakhu1AxNuPCVq0TIEnlJtgaoR3w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Rachel Sklar,"School of Public Health, University of California, Berkeley, CA 94720, USA",United States of America,rsklar@berkeley.edu,NA,Rachel Sklar,"School of Public Health, University of California, Berkeley, CA 94720, USA",United States of America,rsklar@berkeley.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,occupational exposure; quantitative microbial risk assessment; resource recovery; Rwanda; sanitation workers; urban sanitation,iwaponline.com -81498,11,4,https://iwaponline.com/washdev/article/11/4/579/81498/Treatment-of-drinking-water-for-rural-households,"Journal of Water, Sanitation & Hygiene for Development",Treatment of drinking water for rural households using Moringa seed and solar disinfection,2021,FALSE,0,NA,NA,2,Nancy Jotham Marobhe,"School of Environmental Science and Technology, Ardhi University, P. O. Box 35176, Dar es Salaam, Tanzania",United Republic of Tanzania,NA,NA,Shadrack Mwita Sabai,"School of Environmental Science and Technology, Ardhi University, P. O. Box 35176, Dar es Salaam, Tanzania",United Republic of Tanzania,shadrack.sabai@aru.ac.tz,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Moringa seed protein; rural women; Tanzania; turbid water; water purification,iwaponline.com -82148,11,4,https://iwaponline.com/washdev/article/11/4/591/82148/Variability-of-naturally-occurring-fluoride-in,"Journal of Water, Sanitation & Hygiene for Development","Variability of naturally occurring fluoride in diverse community drinking-water sources, Tanna Island, Vanuatu",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.270/1/washdev2021270supp.docx?Expires=1706093306&Signature=BHBmH3FUmbofdrnlEOXfF9h9YV6ktEwksNpC6uuM--NkJeVPcNCUqnRvkp2Uhoakqvd4EvlS1-suxsJINhdq8NTQcu1CGH17ZNc9h2JHGMnXtFytWllAz5bkD0eyu6bVELOf1npN4TrMImaVHJIQEy5Dpeh2ze0d95X3H1rWZH6gBYjgWurZPHej8g2wC-eR-4zRBRGaKLtxo4zb9RzdOXdzTLr47Z1~WqnwB-z9XRpg2k-b6iUIZOBqHei~~8kuWOZDgRYys2HxA5X7-AnGNkRr8mK36M0xX7IMoqMI0VWwFUPnfNMqEivHUO6udTMPwmijvyw1oHsyCmEASddyRA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Elizabeth Webb,"School of Biological Sciences, Victoria University of Wellington, P.O. Box 600, Wellington 6140, New Zealand",New Zealand,webbonponga@xtra.co.nz,NA,Elizabeth Webb,"School of Biological Sciences, Victoria University of Wellington, P.O. Box 600, Wellington 6140, New Zealand",New Zealand,webbonponga@xtra.co.nz,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking waters; fluoride; fluorosis; groundwater; Vanuatu; volcanism,iwaponline.com -81994,11,4,https://iwaponline.com/washdev/article/11/4/600/81994/Inclusion-of-water-quality-testing-in-the,"Journal of Water, Sanitation & Hygiene for Development",Inclusion of water quality testing in the Afghanistan Living Conditions Survey and status of bacteriological contamination of drinking water in 10 provinces of Afghanistan,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.046/1/washdev2021046supp.docx?Expires=1706093311&Signature=NvKMnq8~tPSriWxlwxUYLHo28-TO6j5NGki8h4uSiroV6NkT2JtRcWv75vm9JYAkzDk-SVJ31Oo~0uOfPFEZ7fTNmRFs3duW197yY~U1Mp12lzu00tSrUiJ9YAsYg5eIn8j2XjbV~GQE3QMr56R2q3slhLhGMGY8OsxpuAtII9teBjEwOw-n2Bihwfj8BkLa4fE9T7FmmXTdAyideNB706Ed2QxANJbJ9O~FW5Gqw9cwsYkwM8rMunkQdLZVFTiFiv4Z~dwGZdKqUt3fNrQ3f50XvmoNV0RBslOaCbhd5VRYsoPzYMn6NnI-xW9E0OOtazHNm-SCVJ0qPQk~EYR3og__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Abdus Saboor,"Formerly UNICEF, Kabul, Afghanistan",Afghanistan,saboorpcrwr@yahoo.com,NA,Abdus Saboor,"Formerly UNICEF, Kabul, Afghanistan",Afghanistan,saboorpcrwr@yahoo.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water quality; household survey; safely managed water services; Sustainable Development Goal,iwaponline.com -82423,11,4,https://iwaponline.com/washdev/article/11/4/612/82423/Drinking-water-quality-exposure-and-health-risk,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality, exposure and health risk assessment for the school-going children at school time in the southwest coastal of Bangladesh",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.016/1/washdev2021016supp.docx?Expires=1706093314&Signature=aRhsTfnSOjESJp7SqaZgQuLcd6V8LMiTAzniVAED5gBe7WTWPH3uBgewTWoKQA1eVNmG-9kZM~syYhvBOhwt~MJs0AhQv-dspLRZI1QqXN8Gt4Ddks3Eyj0qQNXpRcYoHuqUGVZefkAeZtmFYTDg-oRle5s0~xMgr2F9AP5nY~eYXAHZVb4QhotbrSS11yo6r0WYKzbhSMrwNFU9pFZsKxBdBLivWrutX4wrmR2i2DRCyQ964LFtySWIwD9qoIOXiUvnhRlZeVppWmfEXPr8IdCvU-qFLGVhbAfdU0v7yNMhC97RANPd1O66HZxd-oNvPswQGGVlX5MYyMKwJWYUWQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Md. Aminur Rahman,"Department of Public Health Engineering (DPHE), Zonal Laboratory, Khulna 9100, Bangladesh",Bangladesh,aminur98@yahoo.com,https://orcid.org/ 0000-0003-4741-2507,Md. Aminur Rahman,"Department of Public Health Engineering (DPHE), Zonal Laboratory, Khulna 9100, Bangladesh",Bangladesh,aminur98@yahoo.com,https://orcid.org/ 0000-0003-4741-2507,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,coastal region; health risk assessment; Khulna; primary school children; tubewell water,iwaponline.com -82554,11,4,https://iwaponline.com/washdev/article/11/4/629/82554/Elevated-tanks-effect-on-transient-pressures-case,"Journal of Water, Sanitation & Hygiene for Development",Elevated tanks effect on transient pressures: case study,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.022/1/washdev2021022supp.docx?Expires=1706024195&Signature=O0Dbd8mgut08ddWXARKrx7SDO8ReyPOT~~70KQTiGkPQPKmBG92UzfAK0eIqSlyzomz9hZdv8KV3vs9KRp1AHgdEaqpXyYaYsQQBc4TYDeA0zgAmQs5OzTy2iClNMMSNWBfl8OyGI8py6pnHXCDMC4LKaZSIMiQJP-xhZNoTUBbN993b9CBVdSU9fVBt5~XpqwW9Mh1R2OkNM7JL6KHfURAuZHCMYXMrpXWV3M-7WiqMpCDgglk2semiiqLgT1e5m57sOmBR3RFWm3ybShIIekQpyJf9FHHhiy6lH8wyypEuYSRhKPHZIkmn-g5Cjc-ziqhzHg22D3FPxniSUMaa1A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Moustafa S. Darweesh,"Department of Civil Engineering, Assiut University, Assiut 71516, Egypt",Egypt,eng_taftaf82@yahoo.com,https://orcid.org/0000-0002-0050-2663,Moustafa S. Darweesh,"Department of Civil Engineering, Assiut University, Assiut 71516, Egypt",Egypt,eng_taftaf82@yahoo.com,https://orcid.org/0000-0002-0050-2663,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,elevated tanks; pressure transients; pumps; water distribution network; water hammer,iwaponline.com -82566,11,4,https://iwaponline.com/washdev/article/11/4/638/82566/How-are-we-actually-doing-Comparing-water-and,"Journal of Water, Sanitation & Hygiene for Development",How are we actually doing? Comparing water and sanitation in Kenya with MDG and SDG criteria,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.023/1/washdev2021023supp.docx?Expires=1706093323&Signature=ve4Jv4~d8HNyaqS8h~CY3PzzeuO6RFAiY2Qwv0AwIuAcclj6G7gsJRuxdldixWHV9qLw7DfkVOwCD8KMGO4xC4vygnPtHSOvTZ66IBRt7~ngov~aw5I8hGGF-G30i-tKR6V9h1KTgnbI8VNS7x4SzD2JEN7SdWeKiWu~sn3U0kKvKWRDX5mBHgM64HccvbpsOet7uemscC2X061pB3o9XB1gbX0QBK755gLp5RK0uqtq7tDroolUwzq00~LG5El2xSqyVPdwvpBNYvo28-adV28MCEFPJ87ORIxKGqOX3pcS0HH1pqyW-3DOmSm0Esnutz1~NhDQ2qPzzFiGAP1iYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Lauren Trepanier,"Civil and Environmental Engineering Department, Penn State University, 212 Sackett Building, University Park, PA 16802, USA",United States of America,NA,https://orcid.org/0000-0003-2726-4930,Caitlin Grady,"Civil and Environmental Engineering Department, Penn State University, 212 Sackett Building, University Park, PA 16802, USA",United States of America,cgrady@psu.edu,https://orcid.org/0000-0002-9151-6664,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Kenya; monitoring and evaluation; sanitation; Sustainable Development Goals (SDGs); water; water quality,iwaponline.com -82555,11,4,https://iwaponline.com/washdev/article/11/4/657/82555/Latrine-characteristics-and-maintenance-practices,"Journal of Water, Sanitation & Hygiene for Development","Latrine characteristics and maintenance practices associated with pit latrine lifetime in an informal settlement in Kampala, Uganda",2021,FALSE,0,NA,NA,12,Johnson B. Mubatsi,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, P.O. Box 7072 Kampala, Uganda",Uganda,NA,NA,Solomon Tsebeni Wafula,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, P.O. Box 7072 Kampala, Uganda",Uganda,swafula@musph.ac.ug,https://orcid.org/0000-0002-6405-015X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,human waste; informal settlements; Kampala; lifetime; private pit latrines; Uganda,iwaponline.com -81993,11,4,https://iwaponline.com/washdev/article/11/4/668/81993/A-toolkit-for-costing-environmental-health,"Journal of Water, Sanitation & Hygiene for Development",A toolkit for costing environmental health services in healthcare facilities,2021,TRUE,2,docx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.018/1/washdev2021018supp1.docx?Expires=1706093332&Signature=bzp0dEwwR4Kk23RO9exTDOR9C1pFYU1YyRTImsprlSbaMb22VSuI2Eqg-1c1E7bWuksvj0tvNNPlZFl8lkfhQR1lm5ayl2KBSpnsPkXNHWYTHEVaKo9mXCNs-cSdCiKrRhZENI~z4wEPCH5a8qUcql6nSB7O52Bhe6EccMk~Z22k4ZG-OI8GHY6uoNcNYGdknY9gsYp5WZdWAcBtAAVVKgXLcqvUydate7~7yz3QXdRqbruTZshLoKEsfBhvDeWv6IfB~qhdD1bLYHzxwY4jM4Y~RZ6Cq2n11hOd7fBMti1LmqiD1IB75VQ43y1NmEzzAGjDCCTBokJg-b8t4uiw0A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.018/1/washdev2021018supp2.xlsx?Expires=1706093332&Signature=q0FTEubvGEZ8dOaHn7f7JH0j4-NnNBkIsCNXC6SuU24czFMDV~T4-eHHZynkeSczNGV-BtmvOjspEfbp0Wi-HXHGFSP2XCzhGL9I4YcAKpYHk0a9a8-4HlCybEtq2yi8JH3MP9hZ6UfTeScKpI08jmGWAbdkxRuU4x5SGPTH3~s283bvUe5Hoh1KLTvgW63KLd5OeEB5y5T9Tqw9EybV6XTJqMcoTAERkGtn8JQc0EyW0kAWDRU~pkFecC-lJgm7JDlvk~iGACfCd3SrJ6TnF3d9~icUYjutsQnusuWgTOpbCYLG33dwnbFI1oirBvt1qBnTejPRiK4l1t~X9EaPCg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Darcy M. Anderson,"The Water Institute, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,Darcy M. Anderson,"The Water Institute, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,costing; environmental health; healthcare facilities; infection prevention; water; sanitation; and hygiene (WaSH),iwaponline.com -81998,11,4,https://iwaponline.com/washdev/article/11/4/676/81998/Microbiological-analysis-of-domestic-water-sources,"Journal of Water, Sanitation & Hygiene for Development","Microbiological analysis of domestic water sources in Banda slum of Kampala, Uganda",2021,FALSE,0,NA,NA,2,Barugahara Evyline Isingoma,"Department of Human Nutrition and Home Economics, Box 1, Kyambogo University, Kampala, Uganda",Uganda,bisingoma@gmail.com,NA,Barugahara Evyline Isingoma,"Department of Human Nutrition and Home Economics, Box 1, Kyambogo University, Kampala, Uganda",Uganda,bisingoma@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Banda slum; domestic water; microbiological; Uganda,iwaponline.com -81842,11,4,https://iwaponline.com/washdev/article/11/4/687/81842/Factors-influencing-personal-hygiene-among-primary,"Journal of Water, Sanitation & Hygiene for Development",Factors influencing personal hygiene among primary schoolchildren in western Côte d'Ivoire,2021,FALSE,0,NA,NA,7,Julie Sackou Kouakou,"Department of Public Health, Hydrology and Toxicology, Faculty of Pharmaceutical and Biological Sciences, Félix Houphouët Boigny University, BPV 34, Abidjan, Côte d'Ivoire",Côte d’Ivoire,NA,NA,Marie Laure Tiadé,"Department of Public Health, Hydrology and Toxicology, Faculty of Pharmaceutical and Biological Sciences, Félix Houphouët Boigny University, BPV 34, Abidjan, Côte d'Ivoire",Côte d’Ivoire,marlatial29@yahoo.fr,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,personal hygiene; primary schools; pupils,iwaponline.com -82996,11,5,https://iwaponline.com/washdev/article/11/5/693/82996/Achieving-Sustainable-Development-Goals-in-water,"Journal of Water, Sanitation & Hygiene for Development",Achieving Sustainable Development Goals in water and sanitation sectors in India,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.002/1/washdev2021002supp.docx?Expires=1706041918&Signature=lk~A6AcylhAbj5Oj~cJRmX83xDOYwK7lX9Kwaow~zG3f6my7l3IQ0S-BCU2ZGIXJGSl5Ec~m9XZ-FWcEXdfsRPYAmFAc9oebdvRspVxqoQ9sb1BPVaI-~Z4MQX51KNgCHzti-I-TYAkEibmpQiO4QhK0SrO8HYU32sFCUMhi~bmY4Z0UB0alT5bHdJ7wwQSkJMle8z~kGFtiLGVlWGvZQ7Pwd03xuEDmTbh~nva8eMuoSYuL3SXnBwj5FmjD18NJADmypI3Vi4Z5YmHS8~uHQxuzMG3sb-OCLQp~jxTLxV-gzcCo7704piDcYe8whRbu8fLNpm8hMtOtrav7qS1fpA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,S. K. Sarkar,"India Habitat Center, The Energy and Resources Institute (TERI), New Delhi, Delhi 110003, India",India,NA,NA,Girija K. Bharat,"Mu Gamma Consultants Private Limited, Nirvana Country, Gurugram, Haryana 122018, India",India,gbharat@mugammaconsultants.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Har Ghar Jal; Jal Jeevan Mission; open defecation; Sustainable Development Goal 6; Swachh Bharat Mission; water and sanitation,iwaponline.com -83264,11,5,https://iwaponline.com/washdev/article/11/5/706/83264/Phosphorus-recovery-by-struvite-precipitation-a,"Journal of Water, Sanitation & Hygiene for Development",Phosphorus recovery by struvite precipitation: a review of the impact of calcium on struvite quality,2021,FALSE,0,NA,NA,4,Isaac Enyemadze,"Department of Civil Engineering, Regional Water and Environmental Sanitation Center Kumasi (RWESCK), Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,isaac.enyemadze@gmail.com,https://orcid.org/0000-0001-7652-1257,Isaac Enyemadze,"Department of Civil Engineering, Regional Water and Environmental Sanitation Center Kumasi (RWESCK), Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,isaac.enyemadze@gmail.com,https://orcid.org/0000-0001-7652-1257,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,calcium; magnesium sources; precipitation; quality; struvite,iwaponline.com -83399,11,5,https://iwaponline.com/washdev/article/11/5/719/83399/Adapting-a-safe-water-storage-container-to-improve,"Journal of Water, Sanitation & Hygiene for Development",Adapting a safe water storage container to improve household stored water quality in rural Burkina Faso: a cluster randomized trial,2021,TRUE,6,docx; pdf; docx; docx; pdf; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp1.docx?Expires=1706093354&Signature=1UIZlO3dtWdw34XtP6--B5Z4SKIg-d9RxexfaAIaEKghBsLS-7O4mos98FhME-iIU6prkA8IY7D6fdhYc-GSRGP86rT1Z8TgdlAsnrxz17L0c7K5AZOPAjGUSqDv7Z-QqhUEu6SNCJqh-HMhuY2IlWYutSKx1VR7F4ftzDIbx9SmTqF2yu5zu46hTrHHcwy6npuZ1yOvbdje6qNhFt4hdrpIUjEppstGVDdAf2-7YsvkNpwWHRaUn4owqlIeRipcMLZm-26qWNb3ONcKkT2fzoscOxobZ3yzIgSTP04eJIDDMSOh03WlqqAQWpeXbwfqlaleSVokz~JhxfL45m91qg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp2.pdf?Expires=1706093354&Signature=HnRHlTluIVpDmS-1MT3GwLl9orl-I~3kFfwGjV8E3M2RdIUzKJJxZLnnwJvbK7jnGK1WI~zVBLfhzSNln0KU9jivVAlrIjjcpF7OC7uZRqUc2AZu9hyIPtSH0ZT7l5CRHJc80Lv6F~cQ3TMs3H43uvZsXJOPC5p8SUng4dlGsTq9D6mZYPWyl5LzxSSNQSsnqngfrdyuMqIaiypJXO3jLNDF27DZonBTDxIu8JXiDRG2pPqbhX6Bhle8gUG40C9RTXm43g3xsp9WIXZoSQMuRXyjTLTS8Y9Y7UHe3yYS8oJuddzMaIHIl6I4ZWuLeb4gM4e3pXnvCrfPaqVGIgdkLA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp3.docx?Expires=1706093354&Signature=LJ77houHYoRoYT9uMmIsXsp~zRMo~A6OgNB4q7uYxceNi-k9uOSa-aKZ2TDTZkjqlD0QkkNkXiPyCXdcx-1P1Rx-CEI8D5HsjIH1aJKceZ1SZQ2R4C-APZISolkNcsDtA1xJzj-8yhBFsOcGpChFTriTq8zlCQqyRguxOnCXjZWVa2j8YkQOyxPqyLmwJrg4Se9syUi6k0-~iRmvM4yEnvOykxxr~0Gofa5NHzYgs1DtYvSmi4L-moe~RbZrkpoaV719Ey626arfBgDgofQ9TBmrkxchKuMyTcERejCNBziZicnesuqEcHN4KOzdQ6IHsceq4J0UKX3x9Z5E8zbEPQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp4.docx?Expires=1706093354&Signature=rFLszaTytTIvLv~ETV~4SqZNvfRDbDxyXuBg3kg-OrjrUg1B9A7oNIhfbJvAh2BqTUvnUhSnn7AxoDDwQJLoi3SGK-GJgvUKvsOqBepBB26ET86rW44D29OehuEvHUnYzdFc7IEDLqx8fH7embQuEFqaYc0rMBqsCMnzy9JHMY94ug8Kc0U-lJBEgKhxeq5YMlDCEHPHFaLgD2MtkIXi8TC7vRs1AswDlGIEU5ys7HOuPTwsaiAe7gV~4JnMAA~-x5RjlB-KGqukOf97-ua7rGgNRtr8siN5tOC0fXlNOcpYGoxx4JfcPpFEPWtpYXtnz34Ol6XbqPZYqci-7l6hFw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp5.pdf?Expires=1706093354&Signature=TlTVLPSpUDaBSgQBsj~X7zaRj9ce2rFTKgBNphE-1OXaNmugkWh49vL6E7zpkor-u9RFH91IhSaZ-rkcdnikgDdgS5kZZ8R5PGL0TcYP9SN~5rcV-CuWORnFA-ZmQTwNnYFSK2GRwykt4~4ibqNQp8sepiJoGWu8mlkFuvbTENevyK2GNvUCMDf14zrFJ89QxawL7szdUl5x-lvrnQSv8If7unN3Cxf75CSIyWXXTqfZaZPfAKVeo-Zttde4~TuljSClnexbI8szhmAM02fRqyR1E62zjMMQqXShO--~vDRPWcyQ9GfYjb46HelONxplFBJWD90JHMcmILI-XOP8LA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp6.xlsx?Expires=1706093354&Signature=mwpCnYxHI7DGkTLvLiQZ645esWpwMWr4WbrSwsJQ9BdDG~sX~Zmkp00cq5P5KwgkTrTnH6hgP3caixwtuLRI9GHnXc9qxbPhmH9y4rBs4dDyBNg50ICePS-GIBPIHxGJeEV9MLhZntRaweS6lFHcMTNLRt0T1qNxSKP7jO8cNJ3YD6scSOoaWwZbn1yXrEfsjl6gajSDvqw~JrACFtukqNA9-xrbhJhuxgdoNU8-PbbF3rPHzsPXneu2mbMRXRtN~9~s6RQvAEnPtNNU56W8posJHq8IEYbPcf5eOLjOmtm~Etrk~lQZCWc348cVJqGclJRpcF6tGZ1iCpiYm6it8w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Darcy M. Anderson,"The Water Institute at UNC, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,Darcy M. Anderson,"The Water Institute at UNC, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.15139/S3/IGSF54).,available in online repository,https://doi.org/10.15139/S3/IGSF54,adaptation; Burkina Faso; drinking water; Escherichia coli; Plan-Do-Study-Act; safe storage,iwaponline.com -83394,11,5,https://iwaponline.com/washdev/article/11/5/732/83394/Reusable-rainwater-quality-at-the-Ikorodu-area-of,"Journal of Water, Sanitation & Hygiene for Development","Reusable rainwater quality at the Ikorodu area of Lagos, Nigeria: impact of first-flush and household treatment techniques",2021,FALSE,0,NA,NA,5,Chukwuemeka K. John,"Faculty of Engineering and Informatics, University of Bradford, Bradford DB7 1DP, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Jaan H. Pu,"Faculty of Engineering and Informatics, University of Bradford, Bradford DB7 1DP, UK",United Kingdom of Great Britain and Northern Ireland,j.h.pu1@bradford.ac.uk,https://orcid.org/0000-0002-3944-8801,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Escherichia coli; roof-harvested rainwater (RHRW); total coliform; total suspended solids (TSS); turbidity,iwaponline.com -83237,11,5,https://iwaponline.com/washdev/article/11/5/746/83237/Effect-of-fecal-matter-co-digestion-with-kitchen,"Journal of Water, Sanitation & Hygiene for Development",Effect of fecal matter co-digestion with kitchen waste on Hermetia illucens’ larval weight and protein content,2021,FALSE,0,NA,NA,5,Rosemary M. Matheka,"Soil, Water and Environmental Engineering Department, Jomo Kenyatta University of Agriculture and Technology, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,NA,Rosemary M. Matheka,"Soil, Water and Environmental Engineering Department, Jomo Kenyatta University of Agriculture and Technology, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,circular economy; co-digestion; kitchen waste; sanitation,iwaponline.com -83057,11,5,https://iwaponline.com/washdev/article/11/5/758/83057/Knowledge-attitudes-and-practices-KAP-on-fecal,"Journal of Water, Sanitation & Hygiene for Development","Knowledge, attitudes and practices (KAP) on fecal sludge resource recovery and reuse in Dar es Salaam, Tanzania",2021,FALSE,0,NA,NA,3,Isabela T. Mkude,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, Dar es Salaam, Tanzania",United Republic of Tanzania,isabela.thomas@yahoo.com,https://orcid.org/0000-0001-6194-3967,Isabela T. Mkude,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, Dar es Salaam, Tanzania",United Republic of Tanzania,isabela.thomas@yahoo.com,https://orcid.org/0000-0001-6194-3967,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,attitudes; fecal sludge; FSM; knowledge; practices; resource recovery,iwaponline.com -82556,11,5,https://iwaponline.com/washdev/article/11/5/771/82556/Scenario-based-life-cycle-cost-assessment-to,"Journal of Water, Sanitation & Hygiene for Development",Scenario-based life-cycle cost assessment to support sustainable investment in rural communal sanitation facilities: application to a school-based sanitation facility,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.230/1/washdev2021230supp.docx?Expires=1706023730&Signature=oL1Qac271y33ICtwQ1-q~wDgl9MY7SXHZ9aN5vYvGfOr1vVsSF--tQmvBJ-63QaY3yUilX6eh5MwoV8N98vBW7KhC-Iul6lWMs59ZbTsQrB10R2JDtrcwkz9htkOA3Ry7iqOuhzbyAkeMMcUXsk1qqONy0aQBvXyMbGrBx8aisJduOlQ~d2FJZB-nu4bTAtC2TDaE6hQBoTP3CWI1kd-DiQ4iosa4Ym60mYz1QLWyGvs7u1ej7GPk3d7vR8Qk--AGKLS61TBm0Vgs5AcHshBPfPZKRdzZabPGUb42L8hicnNAIJ5LAymNFhSwDrRavCdV-C~ImZyDhCFyrBj44tOnw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,N. M. Koseoglu,"Social, Economic and Geographical Sciences Department, James Hutton Institute, Aberdeen, UK",United Kingdom of Great Britain and Northern Ireland,Nazli.Koseoglu@hutton.ac.uk,https://orcid.org/0000-0003-0310-2494,N. M. Koseoglu,"Social, Economic and Geographical Sciences Department, James Hutton Institute, Aberdeen, UK",United Kingdom of Great Britain and Northern Ireland,Nazli.Koseoglu@hutton.ac.uk,https://orcid.org/0000-0003-0310-2494,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,decentralised WASH; functionality; governance; India; rural sanitation; socio-economic determinants,iwaponline.com -83058,11,5,https://iwaponline.com/washdev/article/11/5/785/83058/Private-emptiers-perspectives-on-the-regulation-of,"Journal of Water, Sanitation & Hygiene for Development",Private emptiers' perspectives on the regulation of faecal sludge emptying services in Sub-Saharan Africa,2021,FALSE,0,NA,NA,3,Alix Lerebours,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",United Kingdom of Great Britain and Northern Ireland,a.m.lerebours@lboro.ac.uk,https://orcid.org/0000-0003-2796-3635,Alix Lerebours,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",United Kingdom of Great Britain and Northern Ireland,a.m.lerebours@lboro.ac.uk,https://orcid.org/0000-0003-2796-3635,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,enabling environment; onsite sanitation; private sector participation; pro-poor measures; sanitation chain; urban,iwaponline.com -82567,11,5,https://iwaponline.com/washdev/article/11/5/794/82567/Who-does-what-and-why-Examining-intra-household,"Journal of Water, Sanitation & Hygiene for Development","Who does what and why? Examining intra-household water and sanitation decision-making and autonomy in Asutifi North, Ghana",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.039/1/washdev2021039supp.docx?Expires=1706093381&Signature=lLJAHLaZTbBkqyfXXwWzKrj9Y75-LSOx1CssALZ~GbYjFCuzOGvFevZ4ckd4g8gxKrjPqc45VlZwI69X10-gd2voB3TWxhm-vr5jIl7iCbL7DWetoCgsOYUkXp-a5dD0~X8FaCbTqco53sLyYrsFMnooJqO4mKXrZ5W7ymroYjmLX-ypMcmfZPMXAGsIURiVhTRan0g7ZUe4bftcgC9CNPqCHbrkxgWfBDx5sAtbjD1XjAZIQtieOHICcXHJ-P98twPVBJ-TV7djoz4AI5ptQHAVv8xbrxAJ2ESjiu9~--yNC-WsDXJqjKRtr0npqJuk8JorsHW2upAwntAYAAfGUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Elijah Bisung,"School of Kinesiology and Health Studies, Queen's University Kingston, Kingston, ON, Canada",Canada,eb120@queensu.ca,https://orcid.org/0000-0002-1560-3256,Elijah Bisung,"School of Kinesiology and Health Studies, Queen's University Kingston, Kingston, ON, Canada",Canada,eb120@queensu.ca,https://orcid.org/0000-0002-1560-3256,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,autonomy; decision-making; gender; Ghana; motivation; water and sanitation,iwaponline.com -82568,11,5,https://iwaponline.com/washdev/article/11/5/805/82568/Assessing-national-WaSH-targets-through-a-water,"Journal of Water, Sanitation & Hygiene for Development",Assessing national WaSH targets through a water governance lens: a case study of the Sanitation and Water for All partnership commitments,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.049/1/washdev2021049supp.docx?Expires=1706093385&Signature=1TI5ckVAykt7YnnGhRhjN8gDd6TnQZKjZ8lv9Yfn6Hfq5qiT1KLSQwfbrIqR05h4I8WUURWuzHKZcZUqL-wDfKLDDmS9CEqi4V1VeZWqsxncgeWjhBBVVJmjV1yMBUC5BSdBoMpwZOafDluqhU12n27U9~u4kCCfEWniU-JRJCivfRjQ9phUQHareHaCvTUGTtiKG0vheEW8vtzSQNaCWF5yEzRir45Lc0nLbXy2SuQd1S339woRHsdR5gP9fjHaaYrN98k0hpOoqkHHx5e9TAh0UKcq79S~mUR6gvHQc4on2ZHrN~S3UErHzI93KGo~3cDZMGFsBBXS5VbJeInbug__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Leonie Schiedek,"Uppsala University, Department of Earth Sciences, P.O. Box 256, SE-751 05 Uppsala, Sweden",Sweden,leonie.schiedek@web.de,https://orcid.org/0000-0001-6025-8140,Leonie Schiedek,"Uppsala University, Department of Earth Sciences, P.O. Box 256, SE-751 05 Uppsala, Sweden",Sweden,leonie.schiedek@web.de,https://orcid.org/0000-0001-6025-8140,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,national commitments; SDGs; target-setting; WaSH; water governance,iwaponline.com -83132,11,5,https://iwaponline.com/washdev/article/11/5/814/83132/Predominance-of-blaTEM-and-tetA-genes-in,"Journal of Water, Sanitation & Hygiene for Development","Predominance of blaTEM and tetA genes in antibiotic-resistant Escherichia coli isolates from Laguna Lake, Philippines",2021,FALSE,0,NA,NA,2,Daile Meek Salvador-Membreve,"Pathogen-Host-Environment Interactions Research Laboratory, Institute of Biology, College of Science, University of the Philippines Diliman, Quezon City 1101, Philippines",Philippines,NA,NA,Windell L. Rivera,"Pathogen-Host-Environment Interactions Research Laboratory, Institute of Biology, College of Science, University of the Philippines Diliman, Quezon City 1101, Philippines",Philippines,wlrivera@science.upd.edu.ph,https://orcid.org/0000-0002-4659-6132,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,lake water quality; multidrug resistance; Philippines; surface water; thermotolerant E. coli,iwaponline.com -83265,11,5,https://iwaponline.com/washdev/article/11/5/824/83265/Removal-of-hydrogen-sulfide-gas-using-coal-fly-ash,"Journal of Water, Sanitation & Hygiene for Development",Removal of hydrogen sulfide gas using coal fly ash – blast furnace cement composite,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.091/1/washdev2021091supp.docx?Expires=1706093393&Signature=2RardCs7nEgqQ18fWRnl~4R4qDU1iiLyVYhiYzqJwREUubr376r6BlJKLEtCF66iK21WpYMkb6XKTrJ4ObBAaBab-8zY~fhRYdLPqxk249b2nFKVHjal1d8Y6dJ-qGjJI2PhaBtN-R7-pQldj7iLBb6A9G1CxxBnEBLDBD4wmfdxlRkz62g6LrnijEP9KJ4pyQp3Slxgchqfac3ROktb81diPoWugnIurSe7KhAuzclmY8jwX6fQ01xw5EuvPKVlw5NDY-ic5Eejdui6mNUjGoVs7qirn6IN7yxHwughGaFyTZKM0W17SXCsApePrjuzznMbYkApvHq~ykvstqlALg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Satoshi Asaoka,"Graduated School of Integrated Sciences for Life, Hiroshima University, 1-4-4 Kagamiyama, Higashi-Hiroshima, Hiroshima 739-8528, Japan",Japan,stasaoka@hiroshima-u.ac.jp,NA,Satoshi Asaoka,"Graduated School of Integrated Sciences for Life, Hiroshima University, 1-4-4 Kagamiyama, Higashi-Hiroshima, Hiroshima 739-8528, Japan",Japan,stasaoka@hiroshima-u.ac.jp,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,decentralized wastewater treatment system; deodorant; hydrogen sulfide; recycled materials; SDGs; septic tank,iwaponline.com -83017,11,5,https://iwaponline.com/washdev/article/11/5/831/83017/Determinants-of-drinking-water-quality-and,"Journal of Water, Sanitation & Hygiene for Development","Determinants of drinking water quality and sanitary risk levels of water storage in food establishments of Addis Ababa, Ethiopia",2021,FALSE,0,NA,NA,4,Aderajew Mekonnen Girmay,"Ethiopian Public Health Institute (EPHI), Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,Aderajew Mekonnen Girmay,"Ethiopian Public Health Institute (EPHI), Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Addis Ababa; bacteriological; determinants; drinking water storage; food outlet,iwaponline.com -82958,11,5,https://iwaponline.com/washdev/article/11/5/841/82958/From-emergency-to-durable-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","From emergency to durable water, sanitation and hygiene (WASH) interventions: insights from the protracted Syrian refugee situation in Lebanon",2021,FALSE,0,NA,NA,4,Hani Chatila,"World Food Programme, Rome, Italy",Italy,hani.chatila@gmail.com,https://orcid.org/0000-0002-4954-5023,Hani Chatila,"World Food Programme, Rome, Italy",Italy,hani.chatila@gmail.com,https://orcid.org/0000-0002-4954-5023,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,aid policy; durable WASH interventions; humanitarian–development nexus; protracted refugee situations,iwaponline.com -83236,11,5,https://iwaponline.com/washdev/article/11/5/849/83236/Reaching-those-left-behind-knowledge-gaps,"Journal of Water, Sanitation & Hygiene for Development","Reaching those left behind: knowledge gaps, challenges, and approaches to achieving SDG 6 in high-income countries",2021,FALSE,0,NA,NA,15,Kaitlin J. Mattos,"Mortenson Center in Global Engineering, Environmental Engineering Program, University of Colorado, Boulder, CO, USA",United States of America,kaitlin.mattos@colorado.edu,https://orcid.org/0000-0002-9273-0101,Kaitlin J. Mattos,"Mortenson Center in Global Engineering, Environmental Engineering Program, University of Colorado, Boulder, CO, USA",United States of America,kaitlin.mattos@colorado.edu,https://orcid.org/0000-0002-9273-0101,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,high-income countries; hygiene; sanitation; water,iwaponline.com -84261,11,6,https://iwaponline.com/washdev/article/11/6/859/84261/Drinking-water-status-in-Nepal-an-overview-in-the,"Journal of Water, Sanitation & Hygiene for Development",Drinking water status in Nepal: an overview in the context of climate change,2021,FALSE,0,NA,NA,7,S. Sharma,"Aquatic Ecology Centre, School of Science, Kathmandu University, P.O. Box 6250, Kathmandu, Nepal",Nepal,NA,NA,P. Poudel,"Department of Environmental Science and Engineering, Kathmandu University, Dhulikhel, Nepal",Nepal,prativapoudel1@gmail.com,https://orcid.org/0000-0001-7124-713X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,climate change; Nepal; WASH; water,iwaponline.com -84795,11,6,https://iwaponline.com/washdev/article/11/6/867/84795/Research-progress-on-the-contamination-status-and,"Journal of Water, Sanitation & Hygiene for Development",Research progress on the contamination status and control policy of Giardia and Cryptosporidium in drinking water,2021,FALSE,0,NA,NA,5,Cuimin Feng,"Key Laboratory of Urban Stormwater System and Water Environment, Ministry of Education, Beijing University of Civil Engineering and Architecture, Beijing 100044, China",China,feng-cuimin@sohu.com,NA,Cuimin Feng,"Key Laboratory of Urban Stormwater System and Water Environment, Ministry of Education, Beijing University of Civil Engineering and Architecture, Beijing 100044, China",China,feng-cuimin@sohu.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Cryptosporidium; disinfection; drinking water; Giardia; water treatment,iwaponline.com -83329,11,6,https://iwaponline.com/washdev/article/11/6/887/83329/Assessing-inequalities-in-sustainable-access-to,"Journal of Water, Sanitation & Hygiene for Development",Assessing inequalities in sustainable access to improved water services using service level indicators in a rural municipality of South Africa,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.234/2/washdev2021234supp.docx?Expires=1706093421&Signature=HqFE3IlZSNGjIIqZw5~3RHlA01EHHfWKHW6lOoeLWr-TwVFXg8lruBTaWZwv22MEgajdqpjKtM1QCOsInkao0ehXpU~Q9MfOpzpOrJz8BONDpJl8RYLRCUwk2-RiTA~JwkMEJWjsfdIBk0IxY0ios3Uao-IUNMw5g-WC-17HMr6IEX4ar8me~Dp4ZSkPx1NkTHrZtbjjEwqd0246qipZXUFZJ0DMQR7i34qyf53Tbo50MjnkUqKw7uXnFWCSRjlt-dSXiMBS09bkYTvHpilFO1p1yXI2YyjYkc54Dts649qgwiGoazSXgg0U1V3P2mQBo4paMGGwqUSfpBGrX0MuNg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Calvin Sambo,"Bioresources Engineering Programme, School of Engineering, University of KwaZulu-Natal, King Edward Ave, Scottsville, Pietermaritzburg 3209, KwaZulu-Natal, South Africa",South Africa,calvinsambo@gmail.com,https://orcid.org/0000-0002-7124-805X,Calvin Sambo,"Bioresources Engineering Programme, School of Engineering, University of KwaZulu-Natal, King Edward Ave, Scottsville, Pietermaritzburg 3209, KwaZulu-Natal, South Africa",South Africa,calvinsambo@gmail.com,https://orcid.org/0000-0002-7124-805X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,free basic water policy; improved water sources; rural water supply; water service indicators,iwaponline.com -83444,11,6,https://iwaponline.com/washdev/article/11/6/902/83444/Linkages-between-environmental-factors-WASH-and,"Journal of Water, Sanitation & Hygiene for Development",Linkages between environmental factors (WASH and energy) and Infant and Young Child Feeding practices in rural India: implications for cross-sectoral interventions for child health,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.005/2/washdev2021005supp.docx?Expires=1706093426&Signature=LdJHdvbh8dg~luW3aZWOTLUF~sKT9rpU-pQegiseKrUhxKoEvVP7D20dx4OhbssWf1-yoSMsWJkK-HMWjokS6BHVllix2JzcsrKl39wNVYw37UCXV0ut7O6Wca2z9QvAjCxNOBDBKJ0PNF7hdZZPhrTxKnvfD2C1lOjrjQUy-OLTIDk4WVzHvmB6SFVeuwQZh~kIIwViYYW~w76otkILEm7xOST~BRKad0pDpUoEbbstfkacpm-Cq7-tE93x3mhYwjowa8aXScOZSTIBNs2S74lTr3oY6bFz69IIAXD466Q-l6cZ5APxosVEB6UfLK3LYjeW9bDyfAlqWWrhpl9aqA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,Priti Parikh,"Engineering for International Development Centre, Bartlett School of Sustainable Construction, University College London, London WC1E 7HB, UK",United Kingdom of Great Britain and Northern Ireland,priti.parikh@ucl.ac.uk,https://orcid.org/0000-0002-1086-4190,Priti Parikh,"Engineering for International Development Centre, Bartlett School of Sustainable Construction, University College London, London WC1E 7HB, UK",United Kingdom of Great Britain and Northern Ireland,priti.parikh@ucl.ac.uk,https://orcid.org/0000-0002-1086-4190,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,child health; energy; environment; feeding practices; India; WASH,iwaponline.com -83445,11,6,https://iwaponline.com/washdev/article/11/6/916/83445/Assessment-of-multiple-boiling-of-potable-water,"Journal of Water, Sanitation & Hygiene for Development",Assessment of multiple boiling of potable water utilizing household kettles for consumption,2021,FALSE,0,NA,NA,3,Bader S. Al-Anzi,"Department of Environmental Technology and Management, Kuwait University, P.O. Box 5969, Safat 13060, Kuwait",Kuwait,bader.alanzi@ku.edu.kw,NA,Bader S. Al-Anzi,"Department of Environmental Technology and Management, Kuwait University, P.O. Box 5969, Safat 13060, Kuwait",Kuwait,bader.alanzi@ku.edu.kw,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,boiling; drinking water; kettle; total dissolved solids,iwaponline.com -84262,11,6,https://iwaponline.com/washdev/article/11/6/926/84262/Water-sanitation-and-hygiene-in-healthcare-centres,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene in healthcare centres: appraisal in a pandemic",2021,FALSE,0,NA,NA,4,Enovwo E. Odjegba,"Department of Water Resources Management & Agrometeorology, Federal University of Agriculture, Abeokuta, Ogun State, Southwest Nigeria",Nigeria,odjegbaee@funaab.edu.ng,https://orcid.org/0000-0003-3402-4708,Enovwo E. Odjegba,"Department of Water Resources Management & Agrometeorology, Federal University of Agriculture, Abeokuta, Ogun State, Southwest Nigeria",NGA,odjegbaee@funaab.edu.ng,https://orcid.org/0000-0003-3402-4708,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,infections; pandemic; primary healthcare facilities; SDGs; WASH,iwaponline.com -83948,11,6,https://iwaponline.com/washdev/article/11/6/937/83948/Community-management-does-not-equate-to,"Journal of Water, Sanitation & Hygiene for Development",Community management does not equate to participation: fostering community participation in rural water supplies,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.089/2/washdev2021089supp.docx?Expires=1706023714&Signature=VSiethOvETTGgSO2fVySRd3NgXDAgyBp4BK2ERplsaMbqoxeOreBkGvjE0XJxP7k0fkvYd7j-orxrkM5ENtwOMmQOvcit8ZP~9uE3qtDlvRzU5cdz-SrrFJDhWWVgQy1icIDL82fhEwCCkx-qlKKjc8sAwpT0PbTrjVRjpgzN8OeIBf~Bqu8vsJVUo73hRsMGM4SyEUFCVyzsBW1VPQ-52qZMuzgLX6-Gq5hPfT6b~zWXOfsxtuiFX2M4CTUkNuJiaGj08CtlNl-jRkN7ZWpInMVbzOr07AnqrSRbB~uUL45YqaZs48V-BmdKPKQFiB-OJ8fnbZRED1JUPsjjKyAUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Katherine F. Shields,"Department of Geography, University of Oregon, Eugene, OR, USA",United States of America,kfs@uoregon.edu,https://orcid.org/0000-0003-0625-7723,Katherine F. Shields,"Department of Geography, University of Oregon, Eugene, OR, USA",United States of America,kfs@uoregon.edu,https://orcid.org/0000-0003-0625-7723,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,community ownership; governance; qualitative; rural water supply; sub-Saharan Africa; water committee,iwaponline.com -83400,11,6,https://iwaponline.com/washdev/article/11/6/948/83400/Financial-and-operational-sustainability-of-a,"Journal of Water, Sanitation & Hygiene for Development",Financial and operational sustainability of a gravity-fed rural piped water supply system in Malawi,2021,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.090/2/washdev2021090supp.pdf?Expires=1706162859&Signature=yWp3zO71yTIpZFZjQT2fgezVh5692cPOfdR8cdCX0CejCo-S7sFaO63Cnu4DOO~208dYOBvDwRzREKgBgRaa7YbJicBfMQ3zUZhfkUOVtqDfJipE7dpJfur~g3rhM41ZiaPE4~3V6YF1sc26jhOrsLMi7PY1fCGo3Ja0Sr9oPXjQhdW84l8u7f~h90s3ohjd0hVCJwfJa~WXnhcLc0Y6vi-o2uKFLAkr6lXCMPcmyF0YYVL9mhpK43y6SPohy2jD-I2wj7htOP1W022wvmZbfZjsh84Yn~uhcKYmF88RmL1NEy-WL8fe2kdxLPrw7igtwEDEpUZxC40odHa8V2Mpew__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Patrick Mwagomba,"Malawi University of Business and Applied Sciences (MUBAS), Blantyre, Malawi",Malawi,NA,NA,Elizabeth Tilley,"Mechanical and Process Engineering, ETH Zurich, Clausiusstrasse 37, 8092 Zurich, Switzerland",Switzerland,tilleye@ethz.ch,https://orcid.org/0000-0002-2095-9724,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,capacity; distribution; financial sustainability; rural water; social acceptability; user satisfaction,iwaponline.com -83446,11,6,https://iwaponline.com/washdev/article/11/6/959/83446/Fate-and-mass-loading-of-antibiotics-in-hospital,"Journal of Water, Sanitation & Hygiene for Development","Fate and mass loading of antibiotics in hospital and domestic wastewater treatment plants in Bangkok, Thailand",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.092/2/washdev2021092supp.docx?Expires=1706162863&Signature=B1076L5CM7sLmJz8eFbRTGN-qxgKVvvV0y~bMHH4y1Pf4m8YV6Gvl1mSD0Ir2NY0s1ky1lPXdKbR3SuvXEyyt19SI8Jl4EX32M8arpZEg36MN2rBCDk2cjBsGSBeE-NSK2~VLpmnRUxV2Plb4sNzIriaPc72sNIhnWuNAcmEEgCHyHQi~3rURu~vzi8Klaz-OjnaGhMoLjW3ogO40t-pdIfIg5ZDyHvEop1chtT0P~HJXD3gK90u3j9OCgF316ltD~dQbdp6bK1ET9d5NZQoDpHhNy-4gbfGSoWcXq2Kheyh-wptQXyECWE8AzxQcaTSbD03jd2deiNGpB4iSYBLYg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Donwichai Sinthuchai,"Department of Civil and Environmental Engineering, Faculty of Engineering, Mahidol University, 999 Phutthamonthon 4 Rd. Salaya, Phutthamonthon, Nakhon Pathom 73170, Thailand",Thailand,NA,NA,Suwanna Kitpati Boontanon,"Department of Civil and Environmental Engineering, Faculty of Engineering, Mahidol University, 999 Phutthamonthon 4 Rd. Salaya, Phutthamonthon, Nakhon Pathom 73170, Thailand",Thailand,suwanna.boo@mahidol.ac.th,https://orcid.org/0000-0003-2118-4577,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibiotics; domestic wastewater; hospital wastewater; mass loading; wastewater treatment plant,iwaponline.com -84001,11,6,https://iwaponline.com/washdev/article/11/6/972/84001/Evaluation-of-monitoring-tools-for-WASH-response,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of monitoring tools for WASH response in a cholera outbreak in northeast Nigeria,2021,FALSE,0,NA,NA,5,Marine Ricau,"Department of Civil and Environmental Engineering, Tufts University School of Engineering, Medford, MA 02155, USA",United States of America,marine.ricau@tufts.edu,NA,Marine Ricau,"Department of Civil and Environmental Engineering, Tufts University School of Engineering, Medford, MA 02155, USA",United States of America,marine.ricau@tufts.edu,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,cholera; data collection; humanitarian context; monitoring; Nigeria; WASH,iwaponline.com -84260,11,6,https://iwaponline.com/washdev/article/11/6/983/84260/Re-emergence-of-dry-toilets-and-fecal-nutrient,"Journal of Water, Sanitation & Hygiene for Development",Re-emergence of dry toilets and fecal nutrient reuse in M'zab cities,2021,FALSE,0,NA,NA,3,Sara Bekaddour,"Agricultural Water Management Laboratory, National Higher School of Agronomy (ENSA ex INA), Hassen Badi, El Harrach 16004, Algiers, Algeria",Algeria,bekaddour.sara@gmail.com,https://orcid.org/0000-0003-2169-0090,Sara Bekaddour,"Agricultural Water Management Laboratory, National Higher School of Agronomy (ENSA ex INA), Hassen Badi, El Harrach 16004, Algiers, Algeria",Algeria,bekaddour.sara@gmail.com,https://orcid.org/0000-0003-2169-0090,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,arid regions; dry toilets; human excreta; oasis; recycling; water and nutrient cycles,iwaponline.com -84326,11,6,https://iwaponline.com/washdev/article/11/6/994/84326/Pathways-to-the-successful-function-and-use-of-mid,"Journal of Water, Sanitation & Hygiene for Development",Pathways to the successful function and use of mid-tech household water and sanitation systems,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.107/2/washdev2021107supp.docx?Expires=1706162874&Signature=1lX-butMkuz42-0jcmC~iOjeELOvh1~ooW1nTJCDGM2QCN5AM-A6PxzqUMlL8zT0-fUnZgUTiyJFQyN06iQp1a~~uaP8Svkn0dwHMxzCarKMhlcO1zk4q2HcemD70DN27of~tbS0-40dx3bbhl4OLKLwNDraXe7WBVGm7bEoqc2JX31cvek4jFnSWeKRj8PP44-q1pQUg~Hczk7JT5jg4f-k3GTSBih4-qz889W-A2cKqog0gzA30QUTJH6zJGTbbHJxpuhWB5vFg8P2ba-AekNroT5CkCAdRIuqTf7Qqj68gO9X3HM4mDCGpbmElDZa~GAknTFNRNSV2zSrKTQ3Rg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Kaitlin Mattos,"Civil, Environmental, & Architectural Engineering Department and the Mortenson Center in Global Engineering, University of Colorado, 4001 Discovery Drive, Boulder, CO 80303, USA",United States of America,NA,https://orcid.org/0000-0002-9273-0101,Karl G. Linden,"Civil, Environmental, & Architectural Engineering Department and the Mortenson Center in Global Engineering, University of Colorado, 4001 Discovery Drive, Boulder, CO 80303, USA",United States of America,karl.linden@colorado.edu,https://orcid.org/0000-0003-4301-7227,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,Alaska; household; qualitative comparative analysis; sanitation; WASH; water,iwaponline.com -84509,11,6,https://iwaponline.com/washdev/article/11/6/1006/84509/Exploring-behavioral-determinants-of-handwashing,"Journal of Water, Sanitation & Hygiene for Development",Exploring behavioral determinants of handwashing with soap after defecation in an urban setting in Bangladesh: findings from a barrier analysis,2021,TRUE,2,xlsx; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.070/2/washdev2021070supp1.xlsx?Expires=1706162878&Signature=iYQvaIiZDesni3hrvegvomfhq8jQNMnqGU9XNtTPEnvsSatuEh9YAKPo06ELveAOexYZvVsxwLtabc-fwK3Q7Cgb6iLltuglVahysaDeH3HRWfRcv6qkbd9dl7kep4PiZq9ovwyEQr7WGDdeVgwXDWSv6pCXe-wvipV-1NICoXVeqSXT4xqJa-siLtvEb9c-5gU5RwBx-OCM8qJdL8ArOd7oOfq6HXD3aOH8FemSzrZA2z0dfqFOXU9Qx-fVqmD4LAHauP80hn8Q2T5BPj7noMyhANl7e37JpX9Z5jfSV4LCyqdRSKSkvcThQtBnVg0Hbb0BQNqun5qgmSPSThb1oA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.070/2/washdev2021070supp2.docx?Expires=1706162878&Signature=UCYE7m7YFFXhufEx27vnL3YUm30NiqTKOFzHQqk8Jv7DKAVVhNDXnh44ogDm2Fb~yqucHPQwYRjFSf8laFyi7bgvMTLCVYhpfdZLzutnzV2njKr3LNG5LlyZ~cUHyQlAeJzOrGbt7fuFua4wlbmWQFvtron~7BXqp4mHKQyfnmoK5lb-sWji90ARdNtYMbyQ6xlxQjeiufMcslAQfF~WT06S8rgCC7tarq8oHTH6u~VkgbMhwA12N7bvSwJNjaW~LUgSaFTCsUq3QBNgEg~fiJpBJrbQ8jiFroOQdORzCLXTMyKQCvQuGglCF4NasxNV9WVh0U14G71isFpgrxqv2g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Md. Abul Kalam,"Bangladesh Country Office, Helen Keller International, House 10/F, Road 82, Gulshan-2, Dhaka 1212, Bangladesh",Bangladesh,a.kalam724@gmail.com,https://orcid.org/0000-0003-4236-8519,Md. Abul Kalam,"Bangladesh Country Office, Helen Keller International, House 10/F, Road 82, Gulshan-2, Dhaka 1212, Bangladesh",Bangladesh,a.kalam724@gmail.com,https://orcid.org/0000-0003-4236-8519,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,barrier analysis; behavior change; behavioral determinants; handwashing; hygiene,iwaponline.com -84510,11,6,https://iwaponline.com/washdev/article/11/6/1016/84510/The-hidden-WASH-needs-of-perimenopausal-women,"Journal of Water, Sanitation & Hygiene for Development",The hidden WASH needs of perimenopausal women,2021,FALSE,0,NA,NA,5,Amita Bhakta,"Consultant, UK",United Kingdom of Great Britain and Northern Ireland,amitabhakta@hotmail.co.uk,NA,Amita Bhakta,"Consultant, UK",United Kingdom of Great Britain and Northern Ireland,amitabhakta@hotmail.co.uk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,bathing; laundry; menstrual hygiene; perimenopause; sanitation; water,iwaponline.com -84532,11,6,https://iwaponline.com/washdev/article/11/6/1026/84532/Climbing-the-sanitation-ladder-latrine-promotion,"Journal of Water, Sanitation & Hygiene for Development",Climbing the sanitation ladder: latrine promotion and household decision-making in Viet Nam,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.072/2/washdev2021072supp.docx?Expires=1706026641&Signature=qCyntfbkA2~D5TozvW5SOk9bP6tQgGLCvAEvHIqISKzfV63EeSxhzluSU1YR4XWVtynKJvHZP0yCMRJDhGsq08Uz7nG0LpeqGGYnXjq6H5TefKChe9HMrmHLa6NGClE64W7MbGCdzjZoqMHTMdy026RoFys8s4goAaJX1y9sK2JqhYM8owScGgnsG4zakZqSPBZCDb~vet660uLvj2GBT8jmQ7tCKMrHLLMqGHsBWQemykZNxPNkhneuQ0HmsxxFpk~6k7qWZsWyzB7y2pq8wu4kJ2un~fw9A-6InOz8P8v4uhNvruxsZoy-KTw4NJTwdOm3VlQHUwU0AB7FH29KrQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Milan Thomas,"Economic Research and Regional Cooperation Department, Asian Development Bank, 6 ADB Avenue, Mandaluyong City 1550, Metro Manila, Philippines",Philippines,mthomas@adb.org,https://orcid.org/0000-0001-8100-9506,Milan Thomas,"Economic Research and Regional Cooperation Department, Asian Development Bank, 6 ADB Avenue, Mandaluyong City 1550, Metro Manila, Philippines",Philippines,mthomas@adb.org,https://orcid.org/0000-0001-8100-9506,TRUE,All relevant data are available from an online repository or repositories (https://georgetown.app.box.com/s/4kcyhfl2227rntacm49pdiyfzwgaxmyc).,available in online repository,https://georgetown.app.box.com/s/4kcyhfl2227rntacm49pdiyfzwgaxmyc,gender; marketing; rural development; sanitation; septic tanks; social influences,iwaponline.com -84546,11,6,https://iwaponline.com/washdev/article/11/6/1036/84546/The-clean-plan-analysing-sanitation-planning-in,"Journal of Water, Sanitation & Hygiene for Development",The clean plan: analysing sanitation planning in India using the CWIS planning framework,2021,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.130/2/washdev2021130supp.pdf?Expires=1706162888&Signature=fYSpcNpbNJqdoxXrGceS1E8b8FZbnhWDujwPs~Sq1jwew~O0Rw4SZgSFmQV5tGmtUKcu3kKaji1NMJRhOy3qsdKBCWWbwoBBk~HRS3zpNzhjXlwEOeO5chYHtIKJFgMwoaMvH-bIP7Dzm8uyUhUYm8Y~5yrZkvflCtTQEWi1rszK313Q1-HkuI0o7ZgQXbMitgwMwE9xHugdVnzV2D35Bwk0B9Z2S-40f8BWEn5xpjJRccpjcYxbctPm~-dtNmIzFI0YfyNSVR9zDKZlI6At6UWFa4LxpPoba702L6WwdqileupsbTFRilvjddLLJPYzbLcxIqMFvt2ZbqsG4j8xTg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Abishek S. Narayan,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,Abishek S. Narayan,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Citywide Inclusive Sanitation; CWIS planning framework; India; sanitation planning; Swachh Bharat Mission,iwaponline.com -84439,11,6,https://iwaponline.com/washdev/article/11/6/1048/84439/Enhancing-the-resilience-of-the-rainwater-for,"Journal of Water, Sanitation & Hygiene for Development",Enhancing the resilience of the rainwater for drinking (RFD) system through systematic monitoring: a case study at the Ly Nhan rural hospital in Vietnam,2021,FALSE,0,NA,NA,6,Hakyung Lee,"Department of Civil and Environmental Engineering, Seoul National University (SNU), 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,NA,https://orcid.org/0000-0002-1064-4227,Mooyoung Han,"Institute of Construction and Environmental Engineering (ICEE), Seoul National Universit (SNU), 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,myhan@snu.ac.kr,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,developing countries; rainwater for drinking system; rural health-care facility; safe drinking water; SDG 6; Vietnam,iwaponline.com -84550,11,6,https://iwaponline.com/washdev/article/11/6/1062/84550/Inconvenient-truth-unsafely-managed-fecal-sludge,"Journal of Water, Sanitation & Hygiene for Development",Inconvenient truth: unsafely managed fecal sludge after achieving MDG for decades in Thailand,2021,FALSE,0,NA,NA,4,Thammarat Koottatep,"School of Environment, Resources and Development, Asian Institute of Technology, Klong Luang, Pathumthani, Thailand",Thailand,NA,NA,Achara Taweesan,"Department of Environmental Science, Faculty of Science, Ramkhamhaeng University, Bankapi, Bangkok, Thailand",Thailand,acharataweesan@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,effective sanitation measures; fecal pathogen infections; fecal sludge management; improved sanitation facilities; Millennium Development Goals; Sustainable Development Goals,iwaponline.com -84675,11,6,https://iwaponline.com/washdev/article/11/6/1071/84675/Effect-of-single-and-combined-exposures-to-UV-C,"Journal of Water, Sanitation & Hygiene for Development",Effect of single and combined exposures to UV-C and UV-A LEDs on the inactivation of Klebsiella pneumoniae and Escherichia coli in water disinfection,2021,TRUE,2,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.105/2/washdev2021105supp1.docx?Expires=1706162900&Signature=x2weFjFEY8S85yaf~SLTzD9VYazmx8D5-TcM8BKCCW4Toe5UPjMq2GCngRlQ3pPdcMO7RoToCuXgWaMe85blazNPbt1ubU9ku-txiztiu1l4fFdndSwfRBZfQQyNZUez21sEWkQ2eSxu0XEd7wx-3af-5LELCCDQ7Vhnbu99oiZ5D84TtLVGqTguVjSgakuKa69f-g4fhYQ-644uCsOuh5CdHt8QMx88Ed7Efzo2NUACV75jOgqlbSuKeNXUPDZJ6FcMLK6YqUGcLccajnL3mJcEEsnMs5nBCOT1dbDEwGZD~ZNznx2GA8qn-qb36JvvnYnNUStqK44G4VhCOGLn6w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.105/2/washdev2021105supp2.docx?Expires=1706162900&Signature=MERjB2Pu1260lYKhaSqbNjC8TJty8krzWrfiCcZhMooleRs4r1Nt174SJO2At89uEFXwz1LMXfCpBqOy-ClxypGlJYWLowhanJasTQioEe922eSSpicDeOFBsOjb6SsDZJZb7tqSBUjbIeZ3ZB-rXj3a1hs-U25WZR5XAtBeu~vtEdDt7F3CDKs3zMrqLP8PRfBcy2zjoV2GXoZPh9mt2e0L9sV3sKAyPUarsc0Q9ReaDH~~u1LhK04otgsCcaoHnuMTXRx4gQlsipcnDITlrFr7khJa7Dt7vaEdUQ0wp4Kek95suQWKvydmxNy37fuOmkO2DRzmhk259rNsikWjmw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,María-Angélica Galezzo,"Environmental Engineering Research Center, Department of Civil and Environmental Engineering, Universidad de los Andes, Carrera 1 No. 18A-12, Mario Laserna Building, Office 733, Bogotá, Colombia",Colombia,ma.galezzo@uniandes.edu.co,https://orcid.org/0000-0003-3945-7115,María-Angélica Galezzo,"Environmental Engineering Research Center, Department of Civil and Environmental Engineering, Universidad de los Andes, Carrera 1 No. 18A-12, Mario Laserna Building, Office 733, Bogotá, Colombia",Colombia,ma.galezzo@uniandes.edu.co,https://orcid.org/0000-0003-3945-7115,TRUE,All relevant data are available from an online repository or repositories (https://data.mendeley.com/datasets/z9w7d7gw9n/1).,available in online repository,https://data.mendeley.com/datasets/z9w7d7gw9n/1,drinking water; Klebsiella pneumoniae; photo/dark repair; point-of-use systems; UV disinfection; water treatment,iwaponline.com -84794,11,6,https://iwaponline.com/washdev/article/11/6/1083/84794/Removal-of-metronidazole-antibiotic-from-aqueous,"Journal of Water, Sanitation & Hygiene for Development",Removal of metronidazole antibiotic from aqueous solution by ammonia-modified activated carbon: adsorption isotherm and kinetic study,2021,FALSE,0,NA,NA,6,Ali Ahmadfazeli,"Health Research Center, Lifestyle Institute, Baqiyatallah University of Medical Sciences, Tehran, Iran",Iran (Islamic Republic of),NA,NA,Amir Adibzadeh,"Health Research Center, Lifestyle Institute, Baqiyatallah University of Medical Sciences, Tehran, Iran",Iran (Islamic Republic of),rsr.adibzadeh@bmsu.ac.ir,https://orcid.org/0000-0002-5703-0759,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adsorption isotherm; kinetic; metronidazole antibiotic; modified activated carbon,iwaponline.com -83807,11,6,https://iwaponline.com/washdev/article/11/6/1097/83807/Revenue-augmentation-through-improved-water-supply,"Journal of Water, Sanitation & Hygiene for Development","Revenue augmentation through improved water supply services: a case study of the SMART-WASA team of Faisalabad, Pakistan",2021,FALSE,0,NA,NA,4,R. Ogata,"JICA, Niban-cho, Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,R. Ogata,"JICA, Niban-cho, Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,hydraulic separation; Pakistan; revenue augmentation; service improvement; willingness to pay,iwaponline.com -84405,11,6,https://iwaponline.com/washdev/article/11/6/1102/84405/The-Household-Water-Insecurity-Experiences-HWISE,"Journal of Water, Sanitation & Hygiene for Development",The Household Water Insecurity Experiences (HWISE) Scale: comparison scores from 27 sites in 22 countries,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.108/2/washdev2021108supp.docx?Expires=1706162912&Signature=QOaZDgXD91SqJjOy2-4sPBySZGE6~dCeIb~V2Z5tQXJFsXAfLtdxZFjIzHWhIAw9evFOUc9Dl3UbdkdRtOfiXO0FA3hq4kphSzr8SVYsoPPQHzrc~KZCz86K5lwWszga6DvGFBOeHQUeMRFx-xqNK3Snq-webh~-AUaHOGYQmy9rW8Iy9wptNw8fUDQ7MLWo1ApI6YbbDOngsfz4iM~k3qu7-ANKAONEYe85Bn91gc5fooMe-t5vqg9ZsS9XDlyEZZ98sjuNFRzvJrKvHmPGNnAvEnPQ-iSmKBa2LLVf3ZLFv5ltty7PaN7C2Ioc1cAg0fO-6f5~RreJ3J49r3rvrQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,47,Justin Stoler,"Department of Geography and Sustainable Development, University of Miami, Coral Gables, FL 33146, USA",United States of America,stoler@miami.edu,https://orcid.org/0000-0001-8435-7012,Justin Stoler,"Department of Geography and Sustainable Development, University of Miami, Coral Gables, FL 33146, USA",United States of America,stoler@miami.edu,https://orcid.org/0000-0001-8435-7012,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,global health; measurement; metrics; water insecurity,iwaponline.com -85061,12,1,https://iwaponline.com/washdev/article/12/1/1/85061/Impact-of-regional-water-supply-sanitation-et,"Journal of Water, Sanitation & Hygiene for Development","Impact of regional water supply, sanitation et hygiene (WASH) program in Senegal on rural livelihoods and sustainable development",2022,FALSE,0,NA,NA,7,Ibrahima Sy,"University Cheikh Anta Diop (UCAD), BP 5005 Dakar, Senegal",Senegal,ibrahima.ousmane.sy@gmail.com,https://orcid.org/0000-0002-3266-1001,Ibrahima Sy,"University Cheikh Anta Diop (UCAD), BP 5005 Dakar, Senegal",Senegal,ibrahima.ousmane.sy@gmail.com,https://orcid.org/0000-0002-3266-1001,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,hygiene; impact; sanitation; Senegal; sustainable development; WASH sub-program; water,iwaponline.com -85555,12,1,https://iwaponline.com/washdev/article/12/1/16/85555/Time-and-motion-assessment-of-pit-emptying,"Journal of Water, Sanitation & Hygiene for Development","Time and motion assessment of pit-emptying operations in Kigali, Rwanda",2022,TRUE,2,docx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.079/1/washdev2021079supp1.docx?Expires=1706017747&Signature=XbBuc8wceO7PaJukMgFKgZvgRQcJ5y3xUlpP5MPQD8uLqgCyopUvwEpWrJCSiaG06rNsPYit20EzMmzooKa6hwtjg1HohtfuaeENk7DELH-aaeEZhErOJCgU9PtxzWTnS3Mk1w5f-XyLdncGd9486kGCHPfTprL5GeXs2w0RvxilvMlUa8W4smbHAhx56HYDsnjVzWL9ZwwWE~OIPGIZ7hgwuyRnpvXJ5xGtiWx8ijciDZrH5jB94jIBqyLK4VaMaY0y1hVd1EyuoGNqe9m0sHZ8T~LYcypTDUFDI8hwBic2A79Ng1oyblGQkbOy626CEefrPxT1Ue0M6rkUPvvdqg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.079/1/washdev2021079supp2.xlsx?Expires=1706017747&Signature=uz5GcdZ3O~41UDGdG8yVP-dkHoxvogjYPWXn1dp7ItWWz~dya56wvB05CSS7nmzjRThpNGLZQUVhS1uatYN58J4LmqY5XQfs1itShRL6zqHA-Vrek4sx7NJdduX60A~RB9MzM6HRsfyMmSPlXkdpeYuh0UiMZxjL0vtGRH1x6KkSuwk8fbOiTANKQcvh7zAMwqQp4zc6ev8rS80au3BrmgYf8OJI~0ymOL01c~M7E9U~Jb-C2dDBLJh-7WmDF3TKxPJQLYo8niECLWiK35vzkZTEhNU1gfpxp36QuFP2SPgkauhbe-w5zXLQIn0Nu84xaKWUMugy-2wxE9uOFMyuvQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Bruce Rutayisire,"Pit Pumpers Ltd, Kigali, Rwanda",Rwanda,bruce@pitvidura.com,https://orcid.org/0000-0003-0180-5292,Bruce Rutayisire,"Pit Pumpers Ltd, Kigali, Rwanda",Rwanda,bruce@pitvidura.com,https://orcid.org/0000-0003-0180-5292,TRUE,All relevant data are included in the paper or its Supplementary Information. Deidentified data on the tasks analyzed for this study are available in a separate file.,in paper,NA,FSM; on-site sanitation; pit latrines; septic tanks; time-motion study; trash fishing,iwaponline.com -85238,12,1,https://iwaponline.com/washdev/article/12/1/23/85238/Does-economic-policy-in-Nigeria-enhance,"Journal of Water, Sanitation & Hygiene for Development",Does economic policy in Nigeria enhance sustainable water and sanitation facilities?,2022,FALSE,0,NA,NA,4,Paschaline Nkeiruka Ugwu,"Department of Economics, University of Nigeria, Nsukka, Nigeria",Nigeria,NA,https://orcid.org/0000-0002-9958-6341,Divine Ndubuisi Obodoechi,"Department of Economics, University of Nigeria, Nsukka, Nigeria",Nigeria,divine.obodoechi@unn.edu.ng,https://orcid.org/0000-0001-7873-1856,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,economic policy; PEWASH; unsafe sanitation; water sanitation; WASH,iwaponline.com -84883,12,1,https://iwaponline.com/washdev/article/12/1/32/84883/Pattern-of-child-faeces-management-and-disposable,"Journal of Water, Sanitation & Hygiene for Development","Pattern of child faeces management and disposable diaper usage among under-fives in an Urban Slum of Bandung, Indonesia",2022,FALSE,0,NA,NA,5,Lina Agestika,"Graduate School of Health Sciences, Hokkaido University, 060-0812 Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,NA,https://orcid.org/0000-0003-2902-8296,Taro Yamauchi,"Graduate School of Health Sciences, Hokkaido University, 060-0812 Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,taroy@med.hokudai.ac.jp,https://orcid.org/0000-0002-5168-2748,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,child faeces; disposable diapers; hygiene; sanitation; toilet training; urban slum,iwaponline.com -85229,12,1,https://iwaponline.com/washdev/article/12/1/41/85229/Situation-of-menstrual-management-facilities-in,"Journal of Water, Sanitation & Hygiene for Development","Situation of menstrual management facilities in schools of peri-urban areas of Nepal: WASH, privacy, and healthcare",2022,FALSE,0,NA,NA,7,Sadhana Shrestha,"Center of Research for Environment, Energy and Water, Upahar Marg, Baluwatar, Kathmandu-4, 44600, Nepal",Nepal,gosadhana@gmail.com,https://orcid.org/0000-0003-0468-4350,Sadhana Shrestha,"Center of Research for Environment, Energy and Water, Upahar Marg, Baluwatar, Kathmandu-4, 44600, Nepal",Nepal,gosadhana@gmail.com,https://orcid.org/0000-0003-0468-4350,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,healthcare need; menstrual pain and discomfort; Nepal; school absenteeism; sick room; space for washing and drying,iwaponline.com -85669,12,1,https://iwaponline.com/washdev/article/12/1/52/85669/Willingness-of-boarding-school-students-in,"Journal of Water, Sanitation & Hygiene for Development",Willingness of boarding school students in Tanzania to employ point-of-use water treatment: a case study,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.134/1/washdev2021134supp.docx?Expires=1706162936&Signature=P102hVYN-fUulk9JDsxdycB-SA~GJog~VU8CVg4jxzuSWeRPxUrbK0Dcce1~b6nm7rISNLGy3q~12SXqb9fyXgoMBZzGKgHNhn46COwD57~c-i5O8xn8VhqtHrjhtxx0h8DOJG77knJTrG5UnzBkBgvOIQNDzF3w1i4hJh4Lw~Th-tQnCYjSZ-48shIa1VEJhO1PPz-ctc1MYBcH6umhAHpLzLOZ5QU8QNdfY-PRGGW~yE9zG2HMnGmWPnYwgmkUrf0J2HERXos8kHkhx-YvzUhZnwRtXlohtTsL1uyVP7-5M-CypLlhe3ltCtI3Qib5on4DifG4WeogGdtnUrl~NQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Getrude A. Felix,"Department of Civil Engineering, School of Architecture, Construction Economics and Management, Ardhi University, P.O. Box 35176, Dar es Salaam, Tanzania",United Republic of Tanzania,NA,NA,Tula. M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",United States of America,ngasalat@msu.edu,https://orcid.org/0000-0003-0610-3070,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,boarding school; chlorine tablets; fecal coliform; point of use; water quality; water treatment methods,iwaponline.com -85656,12,1,https://iwaponline.com/washdev/article/12/1/58/85656/Assessment-of-groundwater-quality-and-human-health,"Journal of Water, Sanitation & Hygiene for Development","Assessment of groundwater quality and human health risk associated with chromium exposure in the industrial area of Ranipet, Tamil Nadu, India",2022,FALSE,0,NA,NA,3,Christina Rajam Vijayakumar,"School of Civil Engineering, Vellore Institute of Technology, Vellore 632 014, Tamil Nadu, India",India,NA,NA,Divya Priya Balasubramani,"School of Civil Engineering, Vellore Institute of Technology, Vellore 632 014, Tamil Nadu, India",India,divyapriya.b@vit.ac.in,https://orcid.org/0000-0003-1507-0274,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,carcinogenic risk; chromium exposure; chronic toxicity; groundwater; heavy metal; water quality index,iwaponline.com -85945,12,1,https://iwaponline.com/washdev/article/12/1/68/85945/Limited-water-access-is-associated-with-food,"Journal of Water, Sanitation & Hygiene for Development",Limited water access is associated with food insecurity and diarrheal episodes among children suffering from moderate acute malnutrition in Far-North Cameroon,2022,FALSE,0,NA,NA,8,Carole Debora Nounkeu,"Regional Hospital Limbe, South West, P.O. Box 219, Limbe, Cameroon",Cameroon,carolenounkeu@gmail.com,https://orcid.org/0000-0002-7291-6988,Carole Debora Nounkeu,"Regional Hospital Limbe, South West, P.O. Box 219, Limbe, Cameroon",Cameroon,carolenounkeu@gmail.com,https://orcid.org/0000-0002-7291-6988,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,diarrhea; food insecurity; moderate acute malnutrition; WASH; water insecurity,iwaponline.com -86153,12,1,https://iwaponline.com/washdev/article/12/1/80/86153/A-qualitative-analysis-on-implementing-the-sewer,"Journal of Water, Sanitation & Hygiene for Development",A qualitative analysis on implementing the sewer system for an indigenous village in the influence area of Belo Monte Hydroelectric Plant (Brazil),2022,FALSE,0,NA,NA,4,Tarciana Lima Cirino,"Department of Materials and Construction Engineering, Federal University of Minas Gerais, 6627 Antônio Carlos Avenue, Belo Horizonte, Brazil",Brazil,NA,NA,Marys Lene Braga Almeida,"Department of Materials and Construction Engineering, Federal University of Minas Gerais, 6627 Antônio Carlos Avenue, Belo Horizonte, Brazil",Brazil,marys@demc.ufmg.br,https://orcid.org/0000-0002-2061-1613,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,environmental licensing; ethnodevelopment; Indigenous Rights Public Policy,iwaponline.com -86152,12,1,https://iwaponline.com/washdev/article/12/1/90/86152/The-sanitation-arc-an-alternative-examination-of,"Journal of Water, Sanitation & Hygiene for Development",The sanitation arc: an alternative examination of WASH behavior change,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.162/1/washdev2021162supp.docx?Expires=1706162951&Signature=eP6kcutxdQvm~7G1ukMkv5D7zyKw0J4b6oKSFKJqm18tuenrD5kzgV6sxVWvC7aOkkYP2xtnfoKO1YK~xfYk36PUpwzh~lJ4djz5LZyr3l6tP-UoYi-dOyFr7cF9D5yHUshEZ3L298MLJJMV6cC2dAHhIM7oDIQk3CB8s6cR4e8owwaFNE9BlKI-gfRarIsK0PdfDdlt5oMD5dkzbUGh36vS4dp8bIEIvbIlW7tzqdIyIJP-HRQcgyde0fucTrUMOzcTVaEBIVdPe4FtUNOULb6Wcx6tHnT-kbDFY279UIdy6Ey4XOdzAQaLr2i2qVJLOoVicRvsKYcjbjGwuv5zWA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Froggi VanRiper,"Oregon State University Environmental Sciences Graduate Program, 2900 SW Jefferson Way, Corvallis, OR 97331, USA",United States of America,vanriper@oregonstate.edu,https://orcid.org/0000-0002-2564-5177,Froggi VanRiper,"Oregon State University Environmental Sciences Graduate Program, 2900 SW Jefferson Way, Corvallis, OR 97331, USA",United States of America,vanriper@oregonstate.edu,https://orcid.org/0000-0002-2564-5177,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,container-based sanitation; improved sanitation; open defecation; sanitation arc; sanitation ladder; transitional sanitation,iwaponline.com -86035,12,1,https://iwaponline.com/washdev/article/12/1/102/86035/In-situ-treatment-technologies-for-pit-latrines-to,"Journal of Water, Sanitation & Hygiene for Development",In situ treatment technologies for pit latrines to mitigate groundwater contamination by fecal pathogens: a review of recent technical advances,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.184/1/washdev2021184supp.docx?Expires=1706162955&Signature=XdvraCVFUlHbQ72B9zXB-6d8skk2rVhmN-YuNaqj814x9a-fPxiVLs4OrTakdN-an9a6fIr0zqt120VZ88kQRHBTix-QlMXQRrmwAxPDNNAbKRTAqFAj-BmdOrDSZQ9m6Amn70ovasI~KvVni6-tCiDt8cp07frmHFLUoLh0D-wKd-6Bog~zbDiW5wn0v5ymGhaFqU17X-QEwXBDFGaK2YYrlOfeHHikLKd39qXKdM102PDmlTfJ6BD0TObBqyB0eQP5i2ukIidImS~6SXwLvAHsDkrDfzUbhFMGweNyTHbz3NWtH4eDnho7Az4BPz-MdQCA-EFmzFImroIQGSISYg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Shray Saxena,"Department of Mathematical, Physical, and Engineering Sciences, Institute for Water Resources Science and Technology, Texas A&M University-San Antonio, San Antonio, TX 78224, USA",United States of America,ssaxena@tamusa.edu,https://orcid.org/0000-0002-0452-5619,Shray Saxena,"Department of Mathematical, Physical, and Engineering Sciences, Institute for Water Resources Science and Technology, Texas A&M University-San Antonio, San Antonio, TX 78224, USA",United States of America,ssaxena@tamusa.edu,https://orcid.org/0000-0002-0452-5619,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,fecal pathogen; groundwater contamination; pit latrine; pit lining; sludge treatment,iwaponline.com -86114,12,1,https://iwaponline.com/washdev/article/12/1/116/86114/Water-and-sanitation-influence-on-child-health-in,"Journal of Water, Sanitation & Hygiene for Development",Water and sanitation influence on child health in Namibia: using demographic and health surveys,2022,FALSE,0,NA,NA,3,Mona Abdelhady,"Ca' Foscari University of Venice, Department of Economics, San Giobbe, Cannaregio 873, 30121 Venice, Italy",Italy,mona.abdalhady@feps.edu.eg,https://orcid.org/0000-0002-7161-2237,Mona Abdelhady,"Ca' Foscari University of Venice, Department of Economics, San Giobbe, Cannaregio 873, 30121 Venice, Italy",Italy,mona.abdalhady@feps.edu.eg,https://orcid.org/0000-0002-7161-2237,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,child health; demographic and health survey; Namibia; safe water; sanitation; under-five mortality,iwaponline.com -85720,12,1,https://iwaponline.com/washdev/article/12/1/129/85720/Factors-influencing-physicochemical,"Journal of Water, Sanitation & Hygiene for Development","Factors influencing physicochemical characteristics of faecal sludge in Phnom Penh, Cambodia",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.193/1/washdev2021193supp.docx?Expires=1706159326&Signature=AeRVKBjrp8eAr2B9su3iopGPwsTK7br-0qAUQaI-0ak91WZJLer5SKFBAu3eggfwbRxpzCSIONxO~PH2LW3pC8SZZarznZGZePzE7gvYbRlPfkCkxubSB7rfV39IlTZPAGdlpRt2wVI26yC8IbtvLtgkkuULF-PGZ3cx4Tne9OTkeImlqgn5tv9nMo8Il6tZfpew4hjtPTZrBo~swavFN7OguIXH2ofF4ZeOviTKXp1vfPwxZ~qSU9hC1qcQX0FaYczQqlNGc2ca5ouhIE5hr5eOzTVHaJfNxbTRoc5N958G882O0MlMXApFZhx-jBhpVyZdPmT0D9s7GUIVe3amNg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Chea Eliyan,"Department of Energy and Technology, Swedish University of Agricultural Sciences, P.O. Box 7032, Uppsala SE-750 07, Sweden",Sweden,chea.eliyan@slu.se,https://orcid.org/0000-0002-4608-9886,Chea Eliyan,"Department of Energy and Technology, Swedish University of Agricultural Sciences, P.O. Box 7032, Uppsala SE-750 07, Sweden",Sweden,chea.eliyan@slu.se,https://orcid.org/0000-0002-4608-9886,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,blackwater; cesspit; low-income country; onsite sanitation; pollutant loading; septic tank,iwaponline.com -86190,12,1,https://iwaponline.com/washdev/article/12/1/141/86190/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 9 (3), 571–580: Efficacy of integrated ultraviolet ultrasonic technologies in the removal of erythromycin- and quinolone-resistant Escherichia coli from domestic wastewater through a laboratory-based experiment, Owassa Dza Rebecca Annisha, Zifu Li, Xiaoqin Zhou, Ngomah Madgil Don Stenay Junior and Oscar Omondi Donde, https://doi.org/10.2166/washdev.2019.021",2022,FALSE,0,NA,NA,5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,NA,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,NA,FALSE,NA,NA,NA,NA,iwaponline.com -86189,12,1,https://iwaponline.com/washdev/article/12/1/142/86189/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 10 (2), 276–285: Performance evaluation of combined ultraviolet-ultrasonic technologies in removal of sulfonamide and tetracycline resistant Escherichia coli from domestic effluents, Owassa Dza Rebecca Annisha, Zifu Li, Xiaoqin Zhou, Ngomah Madgil Don Stenay, Jr. and Oscar Omondi Donde, https://doi.org/10.2166/washdev.2020.144",2022,FALSE,0,NA,NA,5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,NA,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,NA,FALSE,NA,NA,NA,NA,iwaponline.com -86255,12,2,https://iwaponline.com/washdev/article/12/2/143/86255/Community-engagement-in-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Community engagement in water, sanitation and hygiene in sub-Saharan Africa: does it WASH?",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.136/1/washdev2022136supp.docx?Expires=1706042938&Signature=WCFabQS1l9d0kYB6S2I4WY9zI9GnwOdixkvCnRAcdBBapAXNgg7GUekItzm5wW7QgmyYeISKlBPwhdHA8VhH1DDRdQi1dH9RNOX-0NEDAGmSCMJBwXV3T~gYjYAImb1etQ4-5b9r7jMP59ATUfnFLwgJzoTPz8X-~kHc-Foo1YiD6n9G3Xu-wO8sJ0crmG4Qy8-n0oyTc9xNZlqt-9drE-KLVqHNuG9ZY7P53uuY-PdERN3qWIM5RtEBPDzy~8kZts52VrP9uaOk3YMnVnFUF0l62ugGG4Whmd7~JZ4qSn1arBRdG2WfT05eLE-uwCdEfaCi59aaY7unc4d1vCIElQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Emmanuel Tsekleves,"LICA, Lancaster University, The LICA Building, Lancaster, Lancashire LA1 4YW, UK",United Kingdom of Great Britain and Northern Ireland,e.tsekleves@lancaster.ac.uk,https://orcid.org/0000-0003-1842-7830,Emmanuel Tsekleves,"LICA, Lancaster University, The LICA Building, Lancaster, Lancashire LA1 4YW, UK",United Kingdom of Great Britain and Northern Ireland,e.tsekleves@lancaster.ac.uk,https://orcid.org/0000-0003-1842-7830,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community engagement; gender; health; participatory approaches; transdisciplinary review; WASH,iwaponline.com -86263,12,2,https://iwaponline.com/washdev/article/12/2/157/86263/Drinking-water-quality-and-health-risk-assessment,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality and health risk assessment of intake and point-of-use water sources in Tano North Municipality, Ghana",2022,FALSE,0,NA,NA,3,Saeed Ibn Idris K. Yeboah,"Department of Civil and Environmental Engineering, University of Energy and Natural Resources, P.O. Box 214, Sunyani, Ghana",Ghana,NA,https://orcid.org/0000-0002-8088-4920,Prince Antwi-Agyei,"Department of Civil and Environmental Engineering, University of Energy and Natural Resources, P.O. Box 214, Sunyani, Ghana",Ghana,prince.antwi-agyei@uenr.edu.gh,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ghana; public health; QMRA; water quality; water-related diseases,iwaponline.com -86265,12,2,https://iwaponline.com/washdev/article/12/2/168/86265/Application-of-the-Water-Service-Sustainability,"Journal of Water, Sanitation & Hygiene for Development",Application of the Water Service Sustainability Index to water services in sub-Saharan Africa: the case studies of eight councils in the Southern region of Cameroon (Central Africa),2022,TRUE,4,docx; xlsx; xlsx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp1.docx?Expires=1706162981&Signature=tSd1uabGdS1XxUvtX2ZcgWl4ESiw7VyKuD1Wt39KtzT6qeKLomsT0FVyWmRgt-fFc-K2Z7nWghgLC03TW-L-FfxQ3dByzP9~0UDem0xdFxgR8PZellsHXayBRpMQwWQ-p4yvrlUIRQ7Im-89pMj~GVUoMiFL8Lk3CDXhgTYSQHoVpNcOmZqv2d-mePGAfHDVQErKVO2~7sJqJnWJeWXSduB5aQcZmZ-N4LRhl5N2Hp3oM6RA~3hEMmumzudiHjw1Ez9Bcz4FmfFxJ4pD29apJnSVGEj1~366z275Dx9KKI6-bxezLhWqSOPMMFNzNa1Ssg~GTS2YRYM7g1AXk8Aylw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp2.xlsx?Expires=1706162981&Signature=y0KUmSQvMDZPmkqc-1TXoVuYm6zpC829oOUBuluzrmX2DFxyPQjJqtRvMwC2apC6y-ytGiSE34mpimgNfdgZ~WdsK3ztUmeY8rxDOgME88BrZTWtR2AyRR0ZKl-5VEUG~ZK3ovUqqUDXFnXcJHMdtXOPaqBQ6po~wdA9GfBC5AAsooh9KKfC-JnLIS66taGHwP6mn~AqNix5P5MAUo8w3aOMh3wej749SYga8uwz2Y8XdBlam8zfl8pryW5-g2x4gmVMw~2fSXHNxnJSjHrHZ3uJZ-f0NAXwuNMasJa6pXEvfcdFSgkA58zfalKImud30hvK86VSBC5NfYHrvmCULg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp3.xlsx?Expires=1706162981&Signature=BxvqPe4u8UJr~2p4IGnLtw1OKV9io68Vop1HI8Hk1r2RHBrz7AwJSfCihZdRCkKPp-r4bJWMeFF3e4dVF-Ay4n56CW9MMhhZdjryBOKLyLYwOQyrIzXe6-XCzw8~xiyyZbP2QQ3XWd9xCXrhq-K2ao5zFX4RXfmcs6gmdRkQIq0R6BldhKdnR19YcNmHIvXbuC2a0bXfiR26Wl477GZLwfp95AEHVkbcCCXvA9SAfNo5EF4FpnuzZPss9hJOecm~jmlDL95WdV8dKDKMLkERnUi9PquRDwwnpyNfV0GpxCuexVkPHJ417f6zAeoNCuVeSAgitef5-r~6ypb7~uli~A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp4.xlsx?Expires=1706162981&Signature=S-6-wkHMPm-Y5amUXU2jxs1UxdsP-09mMbVhBET4OecQygTaIAKK5zUX6aNjvKc~TziQQodcx--bG3q62ubZOaYYUAz8hqEt0W3-ZY8wM8qp8XyLV-EX16Wvhayf05yPl6IK9~kCyCaMkfSKG5CQWDIaif1tFdUbzuOXAkmHc4ZpGR388-7qZaB-NldQW~lBRbQurldgdm0sogkQ0e1nRNwbdGAw5gcwdp0z-6C-ksDNKr0JE8k6ypDjTspSEW4yLWfVzbX51h0lNRStmTpVIBiD0ObO6R40sXf9p~fHNPc1F3b8dcz56tTiEyVq391VRL7gRfzzOgM3louUCBhEfw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,index; rural water service; sub-Saharan Africa; sustainability,iwaponline.com -86256,12,2,https://iwaponline.com/washdev/article/12/2/186/86256/Prioritization-of-maintenance-work-in-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Prioritization of maintenance work in wastewater networks using decision support methods,2022,FALSE,0,NA,NA,4,Cherifa Mezhoud,"Laboratoire de Recherche en Hydraulique Appliquée et Environnement (LRHAE), Département d'Hydraulique, Faculté de Technologie, Université de Bejaia, Route de Targa-Ouzemmour, Bejaia 06000, Algérie",Algeria,NA,https://orcid.org/0000-0002-0868-8810,Ali Berreksi,"Laboratoire de Recherche en Hydraulique Appliquée et Environnement (LRHAE), Département d'Hydraulique, Faculté de Technologie, Université de Bejaia, Route de Targa-Ouzemmour, Bejaia 06000, Algérie",Algeria,ali.berreksi@univ-bejaia.dz,https://orcid.org/0000-0002-5989-3427,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,AHP; maintenance; sanitation defect; TOPSIS; urban sanitation network; WPM; digitalwatercollection; digitalwatertechniques,iwaponline.com -85782,12,2,https://iwaponline.com/washdev/article/12/2/200/85782/Determinants-of-household-water-demand-a-cross,"Journal of Water, Sanitation & Hygiene for Development",Determinants of household water demand: a cross-sectional study in South West Nigeria,2022,FALSE,0,NA,NA,2,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,access; demand; household; sources; urban,iwaponline.com -86270,12,2,https://iwaponline.com/washdev/article/12/2/208/86270/The-multiple-uses-of-water-derived-from-managed,"Journal of Water, Sanitation & Hygiene for Development",The multiple uses of water derived from managed aquifer recharge systems in Kenya and India,2022,FALSE,0,NA,NA,7,A. H. Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,A. H. Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,manager aquifer recharge; multiple-use services; percolation ponds; sand dams; water harvesting,iwaponline.com -86682,12,2,https://iwaponline.com/washdev/article/12/2/217/86682/Households-access-to-safely-managed-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Households' access to safely managed sanitation facility and its determinant factors in Jimma town, Ethiopia",2022,TRUE,2,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.003/1/washdev2022003supp1.docx?Expires=1706163000&Signature=NTTpDHt7bA~iWjA7SjyIYCVTCjzuw4G4faVxBISm1JUxWgYsEcFRHQ-C6xQkkc0benyQ0yZEO1Z3efKVWLQFbKZb-kuLeJnHtwQUF3NNtG3cbF4ypnfiigXYfIv1UElzJ-nOasOxftgwwIGiw3SNPhgdbzXXk9T9D-CSZazgUagi2gAZcyDySaOo70uvNofsY2LQ6GOqGI3pumtwXZqX~P8sOrB4OGEMAvWJNNTLttNLc3Q09oCzzPF45B-QWvotqTVpLkncBfSa8LGuCgFF60tPXsTh~O98iuqS4cEX4MRrXxJT1VpxP9tdgTHgDimM0-tz68b8auPIS0J~j1IvBw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.003/1/washdev2022003supp2.docx?Expires=1706163000&Signature=QGIJtb4VjUaSmRcsmVV9mL-wN3YkAnQE2rJJX-BI7m0R9s-oxQHyoTjjol1OUJZo6v38h-rAL1KRfMTMJ6DKEmd2mbHG7D9ApzpgAPAvG3rbbg1ziZ4xT-y9nt3ir8Vn3eiCTsm3Ctiqn6TZvv1PbXxmBX-lb7Ioj8NddVVNd4M6Gb57tjGaFqbAjkUosEiUe2gchI5aKcUoQJ0FIupZ-rdEwtcGmsNif6~711LDCfk~oWumjBgJSu4i74GrEIwmKD7FNotjTNCpN93obnaMwKrugjQxNwmSMmek5Kni4ZG2g254kWau4gWgHkRWqyPdCq4IXMdPr9okvacYD4qzIQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Dereje Oljira Donacho,"Department of Environmental Health Science and Technology, Jimma University, Jimma, Ethiopia",Ethiopia,dodbau3687@gmail.com,https://orcid.org/0000-0001-6145-2914,Dereje Oljira Donacho,"Department of Environmental Health Science and Technology, Jimma University, Jimma, Ethiopia",Ethiopia,dodbau3687@gmail.com,https://orcid.org/0000-0001-6145-2914,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,determinant factors; Jimma town; safely managed; sanitation; Urban Ethiopia,iwaponline.com -86269,12,2,https://iwaponline.com/washdev/article/12/2/227/86269/Community-health-clubs-improve-latrine,"Journal of Water, Sanitation & Hygiene for Development","Community health clubs improve latrine construction through savings, lending, and income-generating activities",2022,FALSE,0,NA,NA,4,Pamela Ncube Murakwani,"Health and Nutrition Specialist, International Medical Corps, 4 Clark Road, Suburbs, Bulawayo, Zimbabwe",Zimbabwe,NA,NA,Nicole Weber,"Director PRO-WASH, Save the Children, 899 North Capitol Street NE, Suite 900, Washington, DC 20002, USA",United States of America,nweber@savechildren.org,https://orcid.org/0000-0003-4897-0447,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community health clubs; food security; hygiene promotion; income-generating activities; sanitation; sustainable development goal 6,iwaponline.com -87435,12,3,https://iwaponline.com/washdev/article/12/3/237/87435/The-complex-nature-of-household-water-supply-an,"Journal of Water, Sanitation & Hygiene for Development",The complex nature of household water supply: an evidence-based assessment of urban water access in Southwest Nigeria,2022,FALSE,0,NA,NA,2,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, 7602 Matieland, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, 7602 Matieland, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,accessibility; decentralised solution; multiple water sources; Nigeria; non-tap supplies; self-help projects,iwaponline.com -87102,12,3,https://iwaponline.com/washdev/article/12/3/248/87102/Sanitation-planning-for-resettlement-sites-in-Laos,"Journal of Water, Sanitation & Hygiene for Development",Sanitation planning for resettlement sites in Laos,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.178/1/washdev2022178supp.docx?Expires=1706083099&Signature=E7haOpwvNZ4073wvVMPkUlyRPIQSKiEDLaup0-eAivKWSDiM9aPHNSNzDDgjKmKhN7yAoglWvof6tHKzy8-yE4SHnZ-rthvextLmqxDOTrGr8MOStRbTkpBCOGdmpeJ4-4MqPx3IRylHzmyryt-yyRBMmflIuHRAnVQbUjqgLC738ek2RQdRqN3YieXnB0RCqGpqbOU05ZcdBRNm6VW9tgT2fas75Y3XnJxfj01ysr4gvfcbAk1jIowpQSX6bbhOw7Sj2WhdhefSZpJ0R~Pw-Ef88yOdS8s9HBC1RANtHWrfB9577S96dnLBFK3ec-O0azbulL-HCtfWN1ZtRDZ4pA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Souphaphone Soudachanh,"Department of Water, Atmosphere and Environment, Institute of Waste Management, University of Natural Resources and Life Sciences, Muthgasse 107, 1190 Vienna, Austria",Austria,souphaphone.soudachan@boku.ac.at,https://orcid.org/0000-0001-8363-7995,Souphaphone Soudachanh,"Department of Water, Atmosphere and Environment, Institute of Waste Management, University of Natural Resources and Life Sciences, Muthgasse 107, 1190 Vienna, Austria",Austria,souphaphone.soudachan@boku.ac.at,https://orcid.org/0000-0001-8363-7995,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,hydropower plant; Laos; resettlement sites; sanitation guidelines; sanitation safety planning,iwaponline.com -86905,12,3,https://iwaponline.com/washdev/article/12/3/258/86905/Pathways-for-securing-government-commitment-for,"Journal of Water, Sanitation & Hygiene for Development",Pathways for securing government commitment for activities of collaborative approaches,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.183/1/washdev2022183supp.docx?Expires=1706013871&Signature=lNb3UBEwMttkacLjEnDMAyl4txIDUk8X~zcOv-yAp~7GqNBBtKJN-wJSPt4PJD0zxzS~uAkFGl6oxm2JwIL5fWPwwZpPKZ1tieygnoZ7m2zlUpDuGfSC4ecArid3LIoH6yXrAjQICYKxhBQPCL9RheGB0ceY~NUq04DRRjWMwXHCSKwg33GZNssVN1OkppAWvmv~VIpcqkABsBej98HTUyfuNuiVfLvGl54J8OnFXqNnGPGdm97HiprvfPPCWYsAjMmUpZ-bBieqvQ7OWszsriZ2unrlFdFV3NSN5UnsLMOF8j-n8vDKH17v5EAZF5~~JWGn0SjhA2yJW~eB9TXYBw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Kimberly Pugel,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",United States of America,NA,https://orcid.org/0000-0001-6974-3046,Amy Javernick-Will,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",United States of America,amy.javernick@colorado.edu,https://orcid.org/0000-0002-3933-2614,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,collaboration; collective action; government; learning alliances; political will; systems strengthening,iwaponline.com -87097,12,3,https://iwaponline.com/washdev/article/12/3/271/87097/A-new-tool-for-disinfecting-household-drinking,"Journal of Water, Sanitation & Hygiene for Development",A new tool for disinfecting household drinking water for rural residents: protonated mordenite-embedded sheet,2022,FALSE,0,NA,NA,6,Erni Johan,"Faculty of Agriculture, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,johan@agr.ehime-u.ac.jp,NA,Erni Johan,"Faculty of Agriculture, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,johan@agr.ehime-u.ac.jp,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,developing countries; disinfection; drinking water; Escherichia coli; mordenite; rural residents,iwaponline.com -87125,12,3,https://iwaponline.com/washdev/article/12/3/278/87125/Developing-a-novel-tool-for-assessing-water,"Journal of Water, Sanitation & Hygiene for Development",Developing a novel tool for assessing water service sustainability in rural areas of sub-Saharan Africa,2022,TRUE,1,xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.203/1/washdev2022203supp.xlsx?Expires=1706163023&Signature=PlOAgM0szyzrJFg-ZrU4cj6mRABkltDiDLFLQ1OiOa9BgbitbrWlAeZf19OawB9y8Js4yVHuTrQaaMpqbHt9fkHBfVuxoPCkCGsuMzQT-kh7CsalEWLQi-AGnBoc476yKKexRFivCgZE3Oq1W3zuLtH1Wi8SjQAiP~uAc9fr-T4C-~0hv9qz~OAnaLjlE29BFGBFijE4JWRLaOW7Cev1rMkrpOTnuMxa-tewYtfHMoLtarTSDTyCgmNkdMZuDsew5LC-QLjHDn2qqH4pOOABQZkZpmiXT33mlZATpXTWHpq--LJVf7tZZ7rxJEZpBquRR1pOc1GHqK86Ddjva0KIrA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Sub-Saharan Africa; sustainability; water service assessment tool,iwaponline.com -87070,12,3,https://iwaponline.com/washdev/article/12/3/286/87070/A-One-Health-evaluation-of-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","A One Health evaluation of water, sanitation, and hygiene (WASH) services in Butaro Sector, Rwanda",2022,FALSE,0,NA,NA,11,Laura L. Coughlin,"Department of Infectious Disease and Global Health, Cummings School of Veterinary Medicine at Tufts University, Grafton, MA, USA",United States of America,NA,https://orcid.org/0000-0002-5244-5082,Janna M. Schurer,"Department of Infectious Disease and Global Health, Cummings School of Veterinary Medicine at Tufts University, Grafton, MA, USA",United States of America,jschurer@gmail.com,https://orcid.org/0000-0001-6122-5332,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,drinking water; livestock; One Health; Rwanda; sanitation practices; water treatment,iwaponline.com -86842,12,3,https://iwaponline.com/washdev/article/12/3/302/86842/Role-of-cleaners-in-establishing-and-maintaining,"Journal of Water, Sanitation & Hygiene for Development",Role of cleaners in establishing and maintaining essential environmental conditions in healthcare facilities in Malawi,2022,TRUE,3,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.206/1/washdev2022206supp1.docx?Expires=1706163031&Signature=Tr6n90-9nStmlEz7KbAysAiaL3jpD2R7xDxu3WaFOhITTsgqQJFsw0Xw80bqb00E-1qGpmNR-vea5-uDaX8rZpPp4DO3RDpt8DrsCskPI7UaGfupLQnUtU0SLZ2KP2PEc3Lc66u1oNLSYxVyV2a2zbqHxmeZmBHnEdFWjKiUYQTif7CGRtMvSP4eW6kMuZxKc02r4WtQplL~daJ3NUGFEiU2cLX3JvaKtoTkoyvHX26EfUluCpEUYyq4ts9FMCd2lDcWf~xJP2rUud16kkfl92vGX0lAP~Qd4jt2S7bgkd1yfltHHirjNRcxGwdk5Ae43z3Nn0cDhCNM3mny-DjOoA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.206/1/washdev2022206supp2.docx?Expires=1706163031&Signature=mrjkU6AR3NN7i-TbO35MpqOcd2Lp7rqcUR-17LSukAE5S4aAjbH3PVXu-RutvcCOkvGGxwyHlw4JdfoWID4uBrPwJshQbrglemmcaI9uThmpLGd-oxWGysMLLqXAfTsXdePT-PhYe4dMSclcjXPyM4YEiQ-sGIslTCT1WUhjN2hZ7Sv2NlA-o-0-23BJ3Ek4H9Ic6rk9KwKdkRQxOK7hKttq9qDL05-QOyFJRXjp7KCXDLzePMt-vdZ44rw0LvKPQDfVu8ma6xUJgtZWR~83b13s6DidIovSk9-SvZtbYRB29PnhZZrdgwz0izlZrb9H9dluWnLlQWQkyq1rk5zilg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.206/1/washdev2022206supp3.docx?Expires=1706163031&Signature=ifsk1S3dMZe5YkgoCO7sSZdpBVe~QGTMYxxOI74Fy1C17wfu-UWr2E6Wd0xXy~VWJzmKYLUobLMgy6b15RVFfbnQLTPUTWR5JmLq8qz56pB2YxgcMq1gYeUhwUDsZr1jkUnwP8n6czyUnyN-~9n-lrzMW~om8UBnBMFjesms9S-4L2dF~J4rv4C7R2XZDuOzpOnwuxRb~Qt8zf9YsamF4ZJJ9eagNmenboseew2hq5fpo9GGXE99B0RMlKPQG0zLnUaO0BWgVcBLHxB8vKAe7l54UkleZaMxsgArcAtwPLzT~SrMf-A0L49pc0ryA85qL2dD5nOjQaf6cSX1EF2GNw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Hayley Elling,"World Vision, Washington, DC, USA",United States of America,NA,NA,Ryan Cronk,"ICF, 2635 Meridian Pkwy Suite 200, Durham, NC 27713, USA",United States of America,rcronk@alumni.unc.edu,https://orcid.org/0000-0003-0157-4447,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,cleaners; infection prevention and control; Malawi; water,iwaponline.com -87112,12,3,https://iwaponline.com/washdev/article/12/3/318/87112/A-qualitative-study-on-resource-barriers-facing,"Journal of Water, Sanitation & Hygiene for Development",A qualitative study on resource barriers facing scaled container-based sanitation service chains,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.218/1/washdev2022218supp.docx?Expires=1706163036&Signature=pnN5BNI-C1jlDhHsVnlzEfjapAuTSZ0Si~o1u78ANkjSupIEWOuLP0iroNTMundfU1SxYlHzk8fXlUhgaDYVH82ZooSD9DuJO57RqkRUHG8ZUgotVYvChbQbJ3P7K6YJ40u7mij4aHiGI0F4-Zvv72EiJoxLGl5DUoCfz9yvdaqyOsBSW1oyBBuTeDk2WXKjdBw8lyGaTQoAtzGZsSEWcA4wCtuqK-nC0WDZz2Hmhu4Nn~fJq-DqPJtqBbXa2Vmww2Fq4bB6FvdQMV-Nd2P1Tvk3ViFDv4kvzMxycYr5shhgjEJtIyepop6K7Ec4CP3BmL1-QoWjPLny0BV4xLwtvg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Charlie Ferguson,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Alison Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,a.aprker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,circular sanitation; off-grid technologies; sanitation; WASH,iwaponline.com -87434,12,3,https://iwaponline.com/washdev/article/12/3/329/87434/A-lab-scale-study-on-the-influence-of-the-compost,"Journal of Water, Sanitation & Hygiene for Development",A lab-scale study on the influence of the compost-dewatering process on moisture removal and pathogen inactivation in pre-sanitized fecal sludge,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.002/1/washdev2022002supp.docx?Expires=1706163041&Signature=tGrlLPHAp0zsTHU1MecftgrMdrv65dwq5hR2M0YNBydOVU6ITdrcykl~FUkaxSgwiCyvsMewKFn6j-o5Kervc~8Kk-f9es0ptYhYkM3Gq7zWzzVyPEWyU2OQo~I5az-PbBQafmrLBTSf2Pq5BLDmbyQpFr91lcO3ebwEJwLy6NUHIo-7MH3ksnmAN4oHryhBM7QUj21LntBob53rs0ftfApuKaOatWUuitDe2rS920MGJ1MbIJ8MKb~kzIcwODS1YEk28RVZT9JL5HTzlB0nJoRMGUsBL3Vbq9XpJ4fvCl6eVS4GAtZZaynSAH2S3453R74WD~OjAxVivOIYGiGA4Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Emmanuel Alepu Odey,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Xueyuan 30, Beijing 100083, China",China,lordodey1@yahoo.com,https://orcid.org/0000-0002-2330-1864,Emmanuel Alepu Odey,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Xueyuan 30, Beijing 100083, China",China,lordodey1@yahoo.com,https://orcid.org/0000-0002-2330-1864,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,biochar; compost-dewatering; fecal sludge; moisture content; soil amendment,iwaponline.com -86884,12,3,https://iwaponline.com/washdev/article/12/3/336/86884/Evaluation-of-user-experiences-for-the-Clean-Team,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of user experiences for the Clean Team Ghana container-based sanitation service in Kumasi, Ghana",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.013/1/washdev2022013supp.docx?Expires=1706027621&Signature=afsTJ1BAS0HqtA5Ap15g7Ba3tkYnoH~I7Gtm-2Xm4KtYq7yOFPWMbx8BG~3NewbqZImM1vHdLm9Me-M6j6LB0PtB8kgh3u2w3v-fKsl8kXzOLmZUDtDqwsc4mSHTDN7ue8Vo9yxf8wv1JUbubC4rrlIg-Jv3mHNRJ2uIc4vSBJUOBEj~tIbRBVLTfHlGqdvqEnCDkxKB5hdNg7IZBN6fK0WkguyugmnfuEs-G98vfjtk2-cHa~aofKlF-kZIZMv6UbBBY7j6zdGPoKMrr-dMmmu-LneZCCnP1WmjgqQENA1iJ9feSuKRoPFdHY3GT3ECAkSLF0xnX8EVrTiVmajRmA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,James B. Tidwell,"Harvard Kennedy School of Government, 79 John F. Kennedy Drive, Cambridge, MA 02134, USA",United States of America,btidwell@worldvision.org,https://orcid.org/0000-0001-5868-6584,James B. Tidwell,"Harvard Kennedy School of Government, 79 John F. Kennedy Drive, Cambridge, MA 02134, USA",United States of America,btidwell@worldvision.org,https://orcid.org/0000-0001-5868-6584,TRUE,All relevant data are available from http://dx.doi.org/10.17605/OSF.IO/N4GBP.,available in online repository,NA,container-based sanitation; Ghana; quality of life; sanitation; urban; user experience,iwaponline.com -87631,12,4,https://iwaponline.com/washdev/article/12/4/347/87631/How-much-does-it-cost-to-meet-the-standards-for,"Journal of Water, Sanitation & Hygiene for Development","How much does it cost to meet the standards for making healthcare facilities water, sanitation, and hygiene (WASH) compliant?: analysis from Assam, India",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/4/10.2166_washdev.2022.124/1/washdev2022124supp.docx?Expires=1706163048&Signature=w~9MEM3trMOr7G9DRpjK7OBCHVcKKUmAKqzhNnCZJvd9QAboCQAML2zZznoXV0i-Lk9iBdmfK6AahKoEqxt0~rpy8~Sa4sCWfn3XgWYkT9xTcTwi4UlVTXtfjw6neGh33tWuiEB6~kLyuWUsNZM25zRYj3sPPfcdXUqxC3Y-Bz54D~7pTP-qahh-2lr7SZ53mPwbrJ50ubHxZQN68FjIMENUhidtwRz4ktLZjzPgv5J6Dw4cFOpFIlrVnhFnfYMCP0LWuYSYbPs2t9~LGo1HypnBqLaJFUu5UoET7tSdG6mIrjUeYFnR8CmLGGhF2rAytL68AJAMpYVX485phKS62g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Priya Bhavsar,"Indian Institute of Public Health Gandhinagar (IIPHG), Gandhinagar, Gujarat, India",India,NA,NA,Deepak Saxena,"Indian Institute of Public Health Gandhinagar (IIPHG), Gandhinagar, Gujarat, India",India,ddeepak72@iiphg.org,https://orcid.org/0000-0003-0563-4259,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Assam; cost estimation; healthcare facilities; necessitate; quality improvement; WASH compliant,iwaponline.com -87912,12,4,https://iwaponline.com/washdev/article/12/4/359/87912/Evaluation-of-WASH-indicators-associated-with,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of WASH indicators associated with diarrhoeal disease among under-five children in an urban slum pocket, Mumbai city, India: a community-based repeated cross-sectional study",2022,FALSE,0,NA,NA,3,H. Wani,"Department of Microbiology, Bhavan's College, Andheri West, Mumbai 400058, Maharashtra, India",India,NA,https://orcid.org/0000-0001-6595-9878,S. Shrivastava,"Bhavan's Research Center (Microbiology), Bhavan's College Campus, Andheri West, Mumbai 400058, Maharashtra, India",India,sandhya_s10@brcmicrobiology.in,https://orcid.org/0000-0002-0671-9214,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,children; diarrhoea; households; urban slum; WASH; water quality,iwaponline.com -88268,12,4,https://iwaponline.com/washdev/article/12/4/375/88268/A-qualitative-assessment-of-mothers-perceptions,"Journal of Water, Sanitation & Hygiene for Development","A qualitative assessment of mothers' perceptions and behaviors in response to an intervention designed to encourage safe child feces management practices in rural Odisha, India",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/4/10.2166_washdev.2022.011/1/washdev2022011supp.docx?Expires=1706163056&Signature=PhTpZKbvWIp7jzZkmtvEiMr0AJMlcnoChD~LT0qJE1H~iLSAic7COrC3otguDmlPfXIMVhgDtm4vLVAnMTYBduJxUJqPKgx7kpmp24eELz-~lzkwJhO~7IyVrT6zxlLbbvgE~uCa0ZHw-sMtqqEggg6fWiuQx6LXEfGQI~emaVglXxJC6AY6z3dQrZ0bz73jJVvXtP5JKyHEw1G7rwiBhmPgkyRy1GntKeryPmJr208pZ2gduWPfogEOecMSA1PV5QmIzWx1F0-ceNSMr51R2Tlj7GIzGHqigJkhNJqLjDXJGz-odGGaofT5rw0pBL25omgQahzyIQnIjZcGZfAoJQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Rebekah N. Williams,"Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",United States of America,rebekahnwilliams@gmail.com,NA,Rebekah N. Williams,"Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",United States of America,rebekahnwilliams@gmail.com,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,behavior change; focus group discussions; in-depth interviews; mothers; open defecation; sanitation,iwaponline.com -88331,12,4,https://iwaponline.com/washdev/article/12/4/387/88331/Impact-of-COVID-19-on-community-led-total,"Journal of Water, Sanitation & Hygiene for Development",Impact of COVID-19 on community-led total sanitation (CLTS) in Ghana: perspectives of implementing partners,2022,FALSE,0,NA,NA,4,Kweku Tsekpetse-Akuamoah,"Ministry of Sanitation and Water Resources, Accra, Ghana",Ghana,NA,NA,Simon Mariwah,"Department of Geography and Regional Planning, Faculty of Social Sciences, University of Cape Coast, Cape Coast, Ghana",Ghana,smariwah@ucc.edu.gh,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,CLTS; COVID-19; Ghana; pandemic; partners; sanitation,iwaponline.com -88299,12,4,https://iwaponline.com/washdev/article/12/4/394/88299/Electrochemical-defluorination-of-water-an,"Journal of Water, Sanitation & Hygiene for Development",Electrochemical defluorination of water: an experimental and morphological study,2022,FALSE,0,NA,NA,6,Muhammad Abdulredha,"Department of Civil Engineering, College of Engineering, University of Kerbala, Kerbala, Iraq",Iraq,NA,NA,Nadhir Al-Ansari,"Department of Civil, Environmental and Natural Resources Engineering, Mining and Geotechnical Engineering, Luleå University of Technology, Luleå, Sweden",Sweden,nadhir.alansari@ltu.se,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,aluminium electrodes; defluoridation; engineered reactor; electrocoagulation,iwaponline.com -88573,12,5,https://iwaponline.com/washdev/article/12/5/405/88573/Does-microcredit-for-water-and-sanitation-improve,"Journal of Water, Sanitation & Hygiene for Development",Does microcredit for water and sanitation improve household welfare? Evidence from Indonesia,2022,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/5/10.2166_washdev.2022.143/1/washdev2022143supp.pdf?Expires=1706163068&Signature=SvSR0soO23b5kcyBbAp3PTpi6ljvQGaYa8kHTe-3oDOk~YOtx6gwLC76jVi7OMSme-Ywm2lqho57Xqcsiz0ed~gyQx0EKy8vPwFxef8iBsDhFFVP558hZB6LqPRsGYLzE6UtU4lIxbwlGYYwIFsNAObS43KNiqtyvY9HgnuQfP5HAdFCsODBCrmuvaIw71xr2pWWOuJfQmb87Zt70WPJkgelchNqFEi~x-ERLoMaXki~9hgRs5zN-QiD-JA1T13B5ulk4OTtQ1WQuj0bi5Ks4imv0kY24zuWiJc8yNUFer-~N~AM2xpthBt-j7BJ-wCesDcBusJTdUkSyK8x6dQvhg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Kiki Amalia Tazkiyah,"Master Program of Economic Planning and Development Policy, Faculty of Economics and Business, Universitas Indonesia, Jl. Salemba Raya IV No. 4, RW.4, Kenari, Kec. Senen, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10430, Indonesia",Indonesia,NA,https://orcid.org/0000-0002-4291-3911,Alin Halimatussadiah,"Department of Economics, Faculty of Economics and Business, Universitas Indonesia, Gedung Dekanat FEB UI Kampus Widjojo Nitisastro, Jl. Prof. DR. Sumitro Djojohadikusumo, Kota Depok, West Java 16424, Indonesia",Indonesia,alin.halimatussadiah@ui.ac.id,https://orcid.org/0000-0001-7539-134X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,consumptive loan; health expenditure; household welfare; microcredit; water and sanitation; WSS (water supply and sanitation),iwaponline.com -88568,12,5,https://iwaponline.com/washdev/article/12/5/417/88568/Inclusive-WASH-and-sustainable-tourism-in-Labuan,"Journal of Water, Sanitation & Hygiene for Development","Inclusive WASH and sustainable tourism in Labuan Bajo, Indonesia: needs and opportunities",2022,FALSE,0,NA,NA,10,Ni Made Utami Dwipayanti,"School of Public Health, Faculty of Medicine and Health Sciences, Udayana University, Denpasar, Bali, Indonesia",Indonesia,utami_dwipayanti@unud.ac.id,https://orcid.org/0000-0002-5788-2871,Ni Made Utami Dwipayanti,"School of Public Health, Faculty of Medicine and Health Sciences, Udayana University, Denpasar, Bali, Indonesia",Indonesia,utami_dwipayanti@unud.ac.id,https://orcid.org/0000-0002-5788-2871,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,equity; hygiene; inclusive; sanitation; tourism; water,iwaponline.com -88608,12,5,https://iwaponline.com/washdev/article/12/5/432/88608/Household-water-treatment-practice-and-associated,"Journal of Water, Sanitation & Hygiene for Development","Household water treatment practice and associated factors among households dependent on unimproved water sources in Ameya district, Oromia, Ethiopia",2022,FALSE,0,NA,NA,6,Mesfin Eticha,"Ameya Weroda Health Office, South-West District, Oromia Region, Ethiopia",Ethiopia,NA,NA,Gebisa Dirirsa,"Department of Environmental Health, College of Health and Medical Sciences, Haramaya University, Harar, Ethiopia",Ethiopia,gebisadirirsa@gmail.com,https://orcid.org/0000-0003-0246-6253,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ameya district; household water treatment; rural Ethiopia; small-scale water treatment; unimproved water sources,iwaponline.com -88592,12,5,https://iwaponline.com/washdev/article/12/5/443/88592/Raw-sewage-treatment-by-a-single-stage-vertical,"Journal of Water, Sanitation & Hygiene for Development",Raw sewage treatment by a single-stage vertical flow constructed wetland: a case study in Brazil,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/5/10.2166_washdev.2022.038/1/washdev2022038supp.docx?Expires=1706163080&Signature=XyP~rN1orQ2h1blj~xnYq9qHaHE4B01P3ocF~7ZLhCbP27cHf149y3Q9ZVsNoP-SL0VRYhD~h6e7pHGT5RzvM0SKcxU6UEljaunpjLMozHC4afWu8DaqFwyhtX~7F96Hrz1S8e5JOEo3USHXZBr8gR9HvP~nIVpDUfl3X2cWymv-iQSzyMFHX3Kaw1EIpvzrpDRVh2CTpo8dfAji7EDekmGQIumrSDZH8kUxOIJ~pBvk5RSIOyByWcN4YFzC8Enge~WY4yDRLo-7jff0OS3-2bqOtFpTmAEfAUUVmVltGLBSZZR67tAf07ujvaTS4oKS1H1AlKOzhlk--Qs0WGpFxA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Mariko. A. Carneiro,"Center of Technology, Federal University of Paraiba, Cidade Universitária, s/n – Conj. Pres. Castelo Branco III, João Pessoa-PB 58051-900, Brazil",Brazil,mariko.carneiro@fe.up.pt,https://orcid.org/0000-0002-7043-0618,Mariko. A. Carneiro,"Center of Technology, Federal University of Paraiba, Cidade Universitária, s/n – Conj. Pres. Castelo Branco III, João Pessoa-PB 58051-900, Brazil",Brazil,mariko.carneiro@fe.up.pt,https://orcid.org/0000-0002-7043-0618,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,ceramic construction waste; concrete construction waste; decentralized treatment; domestic wastewater; feeding operation,iwaponline.com -88817,12,5,https://iwaponline.com/washdev/article/12/5/454/88817/Determinants-of-sanitation-and-hygiene-status,"Journal of Water, Sanitation & Hygiene for Development","Determinants of sanitation and hygiene status among food and drink establishments in Fiche town, Oromia, Ethiopia",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/5/10.2166_washdev.2022.166/1/washdev2022166supp.docx?Expires=1706163084&Signature=QnoL6Nb2mEDUFFwt2bdmPEQ~60xFJzs~~NbNyGhr9yRfUiT2llbMp8VRqlWh4WLNuWMNrNZ21MlAaCfHBM5W0WO5Y22osZw0jsK~JmqzK~dVz~1ez9-hZzQIkphPa1i-lfCwj1gPkGuA0IJp7sgFOhVBGDHaZKlVDnRColMul-J2A-GuzHYfBeBbBEMJF2FZ-QBDwareA~k7~7yFWPdHobSuECzFuCmVppAllSb3YOnior-LWkP3jpcURWkmCk0dm9KxUKMW~emfBPLcRM4soynqma3~4HnuH3EH2LhCEO11znp0rmrobh5W9RFy5fpt6gYxCScpGZNL9~2mw7A-Tg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Samuel Chane,"Department of Biology, Salale University, P.O. Box. 245, Fiche, Ethiopia",Ethiopia,samuelchane19@gmail.com,https://orcid.org/0000-0002-5805-7857,Samuel Chane,"Department of Biology, Salale University, P.O. Box. 245, Fiche, Ethiopia",Ethiopia,samuelchane19@gmail.com,https://orcid.org/0000-0002-5805-7857,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Fiche town; food and drink establishments; foodborne diseases; hygiene and sanitation,iwaponline.com -88775,12,6,https://iwaponline.com/washdev/article/12/6/463/88775/A-de-jure-study-of-social-accountability-for-water,"Journal of Water, Sanitation & Hygiene for Development",A de jure study of social accountability for water and sanitation services in Uganda,2022,FALSE,0,NA,NA,3,J. Nansubuga,"Cranfield Water Science Institute, Cranfield University, College Road, Cranfield, Bedford MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,P. Jeffrey,"Cranfield Water Science Institute, Cranfield University, College Road, Cranfield, Bedford MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,p.j.jeffrey@cranfield.ac.uk,https://orcid.org/0000-0001-6618-0815,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,legal requirements; social accountability; water and sanitation services,iwaponline.com -88924,12,6,https://iwaponline.com/washdev/article/12/6/475/88924/Direct-centrifugation-for-detecting-Giardia-spp,"Journal of Water, Sanitation & Hygiene for Development",Direct centrifugation for detecting Giardia spp. cysts in filter backwash water,2022,FALSE,0,NA,NA,2,Allan Pretti Ogura,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-Carlense 400, Zip code 13566-590, São Carlos, São Paulo, Brazil",Brazil,NA,https://orcid.org/0000-0001-8549-5820,Lyda Patricia Sabogal-Paz,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-Carlense 400, Zip code 13566-590, São Carlos, São Paulo, Brazil",Brazil,lysaboga@sc.usp.br,https://orcid.org/0000-0003-2753-3248,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,calcium carbonate flocculation; immunomagnetic separation; propidium iodide; protozoa; waterborne disease; water treatment residues,iwaponline.com -89148,12,6,https://iwaponline.com/washdev/article/12/6/485/89148/Performance-assessment-of-sewage-treatment-plants,"Journal of Water, Sanitation & Hygiene for Development",Performance assessment of sewage treatment plants using compliance index,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/6/10.2166_washdev.2022.055/1/washdev2022055supp.docx?Expires=1706163095&Signature=4AOHFAKZz4hYkDtGLziudvEkaeNd6HL1ghM1TTFu1UvUh6pMdYyRGLOGQgPOgyDBdENnCd1sVgKpTHONPyJdCFNFPq-36xvkk7piCf~l1FzXBtZaNjXqiu1lYlCFkhXEDQIfvdxwg3H5gmRql4pIhD4l3jQawXtBbK9VQydy2rGPK6UcC5YB6-XIRs3jeuU6B0DpGKBEA8-onf6JkdJgxQZnyhUFpTFJANOqB5yA5A0yP77fy1xmlHAs3kE2ZZOmSi8V6xTqSI2AGLVdbkusWCZY0ILNwsFwkfbXYOFuYoQ2ST515Cl2bcyNOPfuftHu-gIFIZTjz~EMnmHap0njSQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,D. Ramkumar,"Department of Civil Engineering, Indian Institute of Technology Bombay, Mumbai 400076, India",India,NA,NA,V. Jothiprakash,"Department of Civil Engineering, Indian Institute of Technology Bombay, Mumbai 400076, India",India,vprakash@iitb.ac.in,https://orcid.org/0000-0002-0303-2468,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,compliance index; NMMC; non-parametric; removal efficiency; STPs; wastewater,iwaponline.com -89269,12,6,https://iwaponline.com/washdev/article/12/6/498/89269/An-evidence-based-approach-towards-identifying,"Journal of Water, Sanitation & Hygiene for Development",An evidence-based approach towards identifying household emerging pollutants in rural areas in Southern Karnataka,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/6/10.2166_washdev.2022.073/1/washdev2022073supp.docx?Expires=1706024238&Signature=ewQT2AdO9yoNV4p9BZ8lc79FiR-sIHk1IB5ztSECo5u4zQ1v~uRrLhHBxf4xJGhCcbb3wA-nDG3RMAll~Gy2c3OmwgR8T-AuybAThYB2z0QX2NoX3HUhREcGORKsHFJSeYt22G1F674bg1GEXSZjkUo-CQDGPJNe~6727VDt3Q4srTsioxd8t1MA2-kQjkndsBBWOGM8CzklR8yDxvtxVXIBecKN3UyrJA66mHzFLqLcxQfISnORkNXASn2FLO3o6jOH~iiLoagkCN3o~3ZEVR85QGK2g8Ny2k1qu4nh-u29UwkjoDxO~uWXvHlzJCuGIp9RGLOeRxk2KZyz61vSig__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,G. V. Rathnamala,"Department of Civil Engineering, GITAM School of Technology, Bengaluru Campus, Bengaluru, Karnataka, India",India,rnaveen@gitam.edu,https://orcid.org/0000-0001-5796-8897,G. V. Rathnamala,"Department of Civil Engineering, GITAM School of Technology, Bengaluru Campus, Bengaluru, Karnataka, India",India,rnaveen@gitam.edu,https://orcid.org/0000-0001-5796-8897,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,classification; demographic; income; pollution; poverty; questionnaire,iwaponline.com -89384,12,7,https://iwaponline.com/washdev/article/12/7/517/89384/Menstrual-material-maintenance-disposal-and,"Journal of Water, Sanitation & Hygiene for Development","Menstrual material maintenance, disposal, and laundering challenges among displaced girls and women in Northeast Nigeria",2022,FALSE,0,NA,NA,6,Margaret L. Schmitt,"Columbia University, Mailman School of Public Health, 722 W. 168th Street, New York, NY 10032, USA",United States of America,maggie.schmitt@columbia.edu,NA,Margaret L. Schmitt,"Columbia University, Mailman School of Public Health, 722 W. 168th Street, New York, NY 10032, USA",United States of America,maggie.schmitt@columbia.edu,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,humanitarian emergencies; menstrual hygiene management; water; sanitation; and hygiene (WASH),iwaponline.com -89588,12,7,https://iwaponline.com/washdev/article/12/7/529/89588/Effect-of-45-full-scale-WWTPs-on-tropical,"Journal of Water, Sanitation & Hygiene for Development",Effect of 45 full-scale WWTPs on tropical receiving water bodies in Brazil by partial least squares-discriminant analysis,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/7/10.2166_washdev.2022.045/2/washdev0120529supp1.docx?Expires=1706163107&Signature=grkhoPS8Wpy6g0JiOkdEd-Wl3RVq7tP354vvIP~jBsP8j--Yamw88ydMBG4F56DC~IeGT8yQq9073QLuFshabs3bFrZcFvJk~QRorxMSoMVTjBZEdo3dZtrd3XvdEGSIWJrlWwxtgBM~2chBbqr-kRGZ25iDOURKIjIT6rMdrSS3tB605hx2ysq~~5BKMlHLI~wkniKjUNgVcpwmn6KCiEk1JAkJFUcOpcL3Dhto~lO1ApcBu2YqWMTBSj0CoZ6~BVS~7RViLrF-~BsyvWlA93OKRNDndC4jM7OkGYmChfiTW59xFPh1JiMHtzSwJ-b8idUFr5~OmMaiyyOxTklh8g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Marina Salim Dantas,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Presidente Antônio Carlos, 6627, Belo Horizonte/MG, CEP 31270-901, Brazil",Brazil,marina-dantas@hotmail.com,https://orcid.org/0000-0002-7084-7798,Marina Salim Dantas,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Presidente Antônio Carlos, 6627, Belo Horizonte/MG, CEP 31270-901, Brazil",Brazil,marina-dantas@hotmail.com,https://orcid.org/0000-0002-7084-7798,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,data mining; environmental statistics; sewage treatment plants; tropical rivers; water pollution,iwaponline.com -89596,12,7,https://iwaponline.com/washdev/article/12/7/542/89596/A-participatory-SWOT-analysis-on-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","A participatory SWOT analysis on water, sanitation, and hygiene management of disabled females in Dhaka slums of Bangladesh",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/7/10.2166_washdev.2022.061/1/washdev0120542supp1.docx?Expires=1706163112&Signature=0j4ovIBMO7IhlR-0eo8qLwtU412KRSC4p43jf3464KLLCdvLWJAXNznOaAWtA7FSoIZ5PG5ExZXGmXawf9ugoJHoWOmbtAUEY4DT2FjMYXsfV-uHX5LnorRFXWz2rrDiOwRX7ueFdqJT2iadItQslZBZaxS9FUWYSJDEBgRMxldqvR4THaybKNFvNCqJGf0ulWlIjmlSaRKNDNjjGLjN8vwAhcUfigbjvauG6Kj6rd7QtjZSJJa5P2VRRGwxeW~ZOa--C0aopSX3phs6Nz727PBmsxsQ8wyA-ldhfIO5exHRLvys6qtvsIk3cv5A5C5dxbp80NsFjWESCtH3hP6Mmw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Sara Nowreen,"Institute of Water and Flood Management, Bangladesh University of Engineering and Technology, Dhaka, Bangladesh",Bangladesh,snowreen@iwfm.buet.ac.bd,https://orcid.org/0000-0001-8116-4020,Sara Nowreen,"Institute of Water and Flood Management, Bangladesh University of Engineering and Technology, Dhaka, Bangladesh",Bangladesh,snowreen@iwfm.buet.ac.bd,https://orcid.org/0000-0001-8116-4020,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,female hygiene; gender; inequalities; participatory SWOT,iwaponline.com -89672,12,7,https://iwaponline.com/washdev/article/12/7/555/89672/Water-sanitation-and-hygiene-WASH-coverage-and,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene (WASH) coverage and practices of children from five public primary schools in Guinea",2022,FALSE,0,NA,NA,4,Alseny Bah,"Collaborative Innovation Center of Atmospheric Environment and Equipment Technology, Jiangsu Key Laboratory of Atmospheric Environment Monitoring and Pollution Control, School of Environmental Science and Engineering, Nanjing University of Information Science and Technology, Nanjing 210044, China",China,NA,NA,Feihu Li,"Collaborative Innovation Center of Atmospheric Environment and Equipment Technology, Jiangsu Key Laboratory of Atmospheric Environment Monitoring and Pollution Control, School of Environmental Science and Engineering, Nanjing University of Information Science and Technology, Nanjing 210044, China",China,fhli@nuist.edu.cn,https://orcid.org/0000-0002-2969-8276,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,hygiene; incidence and prevalence; primary school pupils; sanitation; water,iwaponline.com -89621,12,7,https://iwaponline.com/washdev/article/12/7/563/89621/Government-institutional-emergent-issues-and-gaps,"Journal of Water, Sanitation & Hygiene for Development",Government institutional emergent issues and gaps in disaster management mechanisms for WASH: a case study of Zambia's Kanyama peri-urban area,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/7/10.2166_washdev.2022.079/1/washdev0120563supp1.docx?Expires=1706163119&Signature=MWenZ~RxwEw7pvR6Er-Rd3D19ep1QdGYQgMaGUzKzy37tzAn47A7W7Xw9GSaTaDKoj44nf4RXC8jHp7BdCSI4XoEPO2VYE-6ciLqnCrGkm1R-rhq~DpiWfuADCcBlwOd4MfGzH3jNoS3icr30Z4PmFYojr6edWt611cNq64YFBYI2C~n39grl4bBjuAq2eol-C23qoroLvoKJzWLksEXdbU1Tr4VGd8wXMDkLdfi0PVLakNQ1AiN8RSvo5SdbvMTqdq5eC64w45TA~7KccWkYqRl1NmjucoG8z2jt4rT2m8trSc1pyOfUYG51duvNO1i9ClhT7PO1SwZAWyupHVMhA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Sydney Haanzuki Mulekwa Mudenda,"Department of Civil and Environmental Engineering, School of Engineering, University of Zambia, Great East Road, Lusaka, Zambia",Zambia,sydney.mudenda@gmail.com,https://orcid.org/0000-0003-3165-3832,Sydney Haanzuki Mulekwa Mudenda,"Department of Civil and Environmental Engineering, School of Engineering, University of Zambia, Great East Road, Lusaka, Zambia",Zambia,sydney.mudenda@gmail.com,https://orcid.org/0000-0003-3165-3832,TRUE,All relevant data are available from an online repository or repositories (https://drive.google.com/drive/folders/1ORDS67jJWK7kayHaF85HRtOmja0HYpMd?usp=sharing).,available in online repository,https://drive.google.com/drive/folders/1ORDS67jJWK7kayHaF85HRtOmja0HYpMd?usp=sharing,disaster; peri-urban; preparedness; prevention; response; sanitation,iwaponline.com -90182,12,8,https://iwaponline.com/washdev/article/12/8/575/90182/Regression-models-for-predicting-the-die-off-rate,"Journal of Water, Sanitation & Hygiene for Development",Regression models for predicting the die-off rate of E. coli in solar water disinfection,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/8/10.2166_washdev.2022.056/2/washdev0120575supp1.docx?Expires=1706123472&Signature=Iz2ZUaKbAT~SIs6fAnUiIaoBv5aVmv9MCOmOoRvHeyr3aHLGRNwRafxW6QsAsATcjgDVrZsrCgrUP9HfmQzBHet6TTxYNJr6a-dCNo8xGwOdjYTMtsmng5QqpMNeFnXyOpSfwVc6PApjfaHogkl3My5zMWEGqNhkJb-JyigvqNWjYGzfAVpaAN0ZA9rDNBZ-pnc4nJwRPIGq-KPpkFnsJ4xembajrfH7zlyx~82Us~99W2ndBpuqAZMWrYuk5txLkBntJeLsXr324T55hycslfDfU-jhckn5pNBiNXaEwtyGBAKzRuUmrLzy1macaeLo8zqWT4Gzjv9uB1ggc72FmQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Ekene Jude Nwankwo,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,ekene.nwankwo@unn.edu.ng,https://orcid.org/0000-0002-3789-0049,Ekene Jude Nwankwo,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,ekene.nwankwo@unn.edu.ng,https://orcid.org/0000-0002-3789-0049,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water; exposure period; multicollinearity; temperature; turbidity; ultraviolet,iwaponline.com -89424,12,8,https://iwaponline.com/washdev/article/12/8/587/89424/Exploring-waste-and-sanitation-borne-hazards-in,"Journal of Water, Sanitation & Hygiene for Development",Exploring waste and sanitation-borne hazards in Rohingya refugee camps in Bangladesh,2022,FALSE,0,NA,NA,6,Sayed Mohammad Nazim Uddin,"Environmental Sciences Program, Asian University for Women, Chattogram, Bangladesh",Bangladesh,NA,https://orcid.org/0000-0002-6143-5572,Jutta Gutberlet,"Department of Geography, University of Victoria, P.O. BOX 3060 STN CSC, Victoria, V8W3R4, BC, Canada",Canada,gutber@uvic.ca,https://orcid.org/0000-0003-4602-1483,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,refugee camps; Royingha; sanitation; WASH; waste management,iwaponline.com -90260,12,8,https://iwaponline.com/washdev/article/12/8/600/90260/WASH-vulnerability-severity-and-the-response-of,"Journal of Water, Sanitation & Hygiene for Development","WASH, vulnerability, severity, and the response of urban slum dwellers to the COVID-19 pandemic",2022,FALSE,0,NA,NA,2,Thi Phuoc Lai Nguyen,"Department of Development and Sustainability, School of Environment, Resources and Development, Asian Institute of Technology, 58 Moo 9, Km.42, Paholyothin Highway, P.O. Box 4, Klong Luang, Pathumthani 12120, Thailand",Thailand,phuoclai@ait.asia,https://orcid.org/0000-0003-2827-5762,Thi Phuoc Lai Nguyen,"Department of Development and Sustainability, School of Environment, Resources and Development, Asian Institute of Technology, 58 Moo 9, Km.42, Paholyothin Highway, P.O. Box 4, Klong Luang, Pathumthani 12120, Thailand",Thailand,phuoclai@ait.asia,https://orcid.org/0000-0003-2827-5762,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,attitude; Bangkok slum dweller communities; knowledge; practice; self-efficacy,iwaponline.com -90177,12,8,https://iwaponline.com/washdev/article/12/8/612/90177/Water-and-sanitation-service-levels-in-urban,"Journal of Water, Sanitation & Hygiene for Development","Water and sanitation service levels in urban informal settlements: a case study of Portee-Rokupa in Freetown, Sierra Leone",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/8/10.2166_washdev.2022.115/2/washdev0120612supp1.docx?Expires=1706163135&Signature=4eYwwtVs3MgtmtGb0d2UsRMF4ynilUaCZ8-5AuJEJaEmb4hEiSFTgf-6aaUG6TwPZdk1iF~Y28pqHZJnmVlqpQflGnQa-SQVp~VWzR8BfgUEM37NY4AlRh14-crk8X1jxiGcXEx4AqIBMbt7n7lNCa8FjdT5yRsaE6ROnd-Z790B6eJ2SOZLH5GvNfLn3~bQYxbnZPLQGTPX87Nqs~iyJ~GkKsnPEd2jH0u9qXARDFgwryp2DoHIp1Spq1gtS0sO4erS1hjZ1l9nRjQr9rxRs905Q7y~lJi1-mv~1wkBI73LJ6Jw7v4wnZ7~8HvynEkiMG7O7XxSeWEzVCaCinTXmA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,Innocent Kamara Tumwebaze,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",United Kingdom of Great Britain and Northern Ireland,i.k.tumwebaze@lboro.ac.uk,https://orcid.org/0000-0003-2364-4602,Innocent Kamara Tumwebaze,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",United Kingdom of Great Britain and Northern Ireland,i.k.tumwebaze@lboro.ac.uk,https://orcid.org/0000-0003-2364-4602,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking and domestic water; informal settlement; sanitation; Sierra Leone; urban,iwaponline.com -90481,12,8,https://iwaponline.com/washdev/article/12/8/622/90481/Obituary-Professor-Duncan-Mara-1945-2022,"Journal of Water, Sanitation & Hygiene for Development",Obituary: Professor Duncan Mara (1945–2022),2022,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,iwaponline.com -90791,12,9,https://iwaponline.com/washdev/article/12/9/625/90791/Water-sanitation-and-hygiene-conditions-in-schools,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene conditions in schools in Antalya in Turkey: a descriptive survey",2022,FALSE,0,NA,NA,3,Ayse Meydanlioglu,"Department of Public Health Nursing, Faculty of Nursing, Akdeniz University, Antalya, Turkey",Türkiye,NA,https://orcid.org/0000-0002-9799-937X,Arzu Akcan,"Department of Public Health Nursing, Faculty of Nursing, Akdeniz University, Antalya, Turkey",Türkiye,aarzu@akdeniz.edu.tr,https://orcid.org/0000-0003-0503-2610,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,hygiene; sanitation; school; school nurse; water,iwaponline.com -90605,12,9,https://iwaponline.com/washdev/article/12/9/634/90605/Fecal-sludge-treatment-in-a-pilot-scale-vertical,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge treatment in a pilot-scale vertical-flow constructed wetland for the removal of helminth eggs,2022,FALSE,0,NA,NA,5,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Department of Plant Biology, Faculty of Science, University of Yaoundé I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,https://orcid.org/0000-0003-2108-3733,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Department of Plant Biology, Faculty of Science, University of Yaoundé I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,https://orcid.org/0000-0003-2108-3733,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,environmental pollution; fecal sludge; pathogenic parasites; public health; tropical climate; vertical-flow constructed wetlands,iwaponline.com -90783,12,9,https://iwaponline.com/washdev/article/12/9/647/90783/Validity-of-an-abbreviated-Individual-Water,"Journal of Water, Sanitation & Hygiene for Development",Validity of an abbreviated Individual Water Insecurity Experiences (IWISE-4) Scale for measuring the prevalence of water insecurity in low- and middle-income countries,2022,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/9/10.2166_washdev.2022.094/1/washdev0120647supp1.pdf?Expires=1706050608&Signature=LwqFpEtw9G7coxKn6eZlDvPeqv0AvHPBHdqk3NDh6BI-4UnY~AtAOkemZY-P3KJ57ByW23TcnMoq~tc9Alg3s-nErSUgbJH6GjNioSsVyOvN4px4h5dcQG71Ubsla-qeLfU8In3s88oKjF8BJgifSgu-Aq8qRApKQxWK81nkscSErOgiW0yMo5UidX1oGfiksPKMDXyHOYWCMZYgl99Cg7shhxYnpMFHFR-WdZZ9LC~h12PT4s0nkeHvoHRIkiz5TShfY3rXQ-uExhyayi9~C0ymG6YTR~eWpBoUkoEuojRBtSpxRwn4kYO9CC-LZ4PuaQKXqzFXgxtCaC~hybZsKg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Hilary J. Bethancourt,"Department of Anthropology, Northwestern University, Evanston, IL, USA",United States of America,NA,https://orcid.org/0000-0001-5774-7525,Sera L. Young,"Department of Anthropology, Northwestern University, Evanston, IL, USA",United States of America,sera.young@northwestern.edu,https://orcid.org/0000-0002-1763-1218,TRUE,Data can be made publicly available upon reasonable request; readers should contact the corresponding author for details.,on request,NA,indicator; measurement; prevalence; scale; validation; water security,iwaponline.com -90784,12,9,https://iwaponline.com/washdev/article/12/9/659/90784/Effects-of-Moringa-oleifera-seeds-on-the,"Journal of Water, Sanitation & Hygiene for Development",Effects of Moringa oleifera seeds on the physicochemical properties and microbiological quality of borehole water from Botswana,2022,FALSE,0,NA,NA,3,Tiroyamodimo Semanka,"Department of Food Science and Technology, Botswana University of Agriculture and Natural Resources, Private Bag 0027, Gaborone, Botswana",Botswana,NA,NA,Eyassu Seifu,"Department of Food Science and Technology, Botswana University of Agriculture and Natural Resources, Private Bag 0027, Gaborone, Botswana",Botswana,eseifu@buan.ac.bw,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibacterial property; Moringa oleifera seed; Thamaga village; water treatment,iwaponline.com -91123,12,10,https://iwaponline.com/washdev/article/12/10/671/91123/Psychosocial-factors-influencing-handwashing,"Journal of Water, Sanitation & Hygiene for Development",Psychosocial factors influencing handwashing behaviour and the design of behaviour change interventions for the Rohingya camps in Bangladesh,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.167/1/washdev0120671supp1.docx?Expires=1706163154&Signature=cPleI8n3tqpLko-vvi3czmIPlQNek6e1~XwWM7bwbvQOix8A7MaSiMt-LLto2ieSN559I5qg-BHb8mQ3ivnN6tBxbs5Wo6Hm8~zYT~mlBBBiCFXe~UX-Xu78OYFDGHEhfaLB2EhvOdIqK0Qwsv6Tz2Q~yXFOfu4ae-ripWWEiLNqMyjHWii-FxCJo-KoHUwsdecW2Zct4M2JUkGVsxJVrWVAWffmvBNVPB~vDv2pgNN6~q2y9ozypQROUwbqOhir-P2VureNRgIcO9~xAnYrMLpDuc0WqxFPHCvtREyqniQNpRUcbbSgzLrxxdM7VF3WZtNFpFCuQ4nZ6v3qgdv4Xw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Kh. Shafiur Rahaman,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, Dübendorf 8600, Switzerland",Switzerland,shafiur.mr@outlook.com,https://orcid.org/0000-0002-7754-1177,Kh. Shafiur Rahaman,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, Dübendorf 8600, Switzerland",Switzerland,shafiur.mr@outlook.com,https://orcid.org/0000-0002-7754-1177,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,behaviour change; handwashing; psychosocial factors; RANAS; refugees; Rohingya camps,iwaponline.com -91438,12,10,https://iwaponline.com/washdev/article/12/10/683/91438/WASH-and-MHM-experiences-of-disabled-females,"Journal of Water, Sanitation & Hygiene for Development",WASH and MHM experiences of disabled females living in Dhaka slums of Bangladesh,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.060/1/washdev0120683supp1.docx?Expires=1706131489&Signature=gSjSWLDCypKy61t9teC0j7RmP4TdGN0jORNMQqiP1CRG5-HssTSmA49MlJjNiWjg67DnmR7FL~~Plq47CGDCNykRPLWXZaS41BnMgmkyAX4sBF5fxlOoVCJLkGzggAOhKUuv9h5ODGP4ywSwriqNKu0wBjeyMqIGO5fusRgTjkf2lgQmlNiZps-vCbpLDY3QZTLk4Vvkyfnub3WboXRqv7fi9DLDixCdUQ2lWAzFGbrUd4RftbS5QpRuJIZrSe8VwT~f6uBBuanjyVwuvWCa5q7h0EepxZCVOelNpxl6cGGNo1p~EaCnBvXgRwaPBoqaZzgcJOwhU3kBTmrst6dCaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Md. Arif Chowdhury,"Department of Climate and Disaster Management, Jashore University of Science and Technology, Jashore-7408, Bangladesh",Bangladesh,NA,https://orcid.org/0000-0002-0646-512X,Sara Nowreen,"Institute of Water and Flood Management, Bangladesh University of Engineering and Technology, Dhaka-1000, Bangladesh",Bangladesh,snowreen@iwfm.buet.ac.bd,https://orcid.org/0000-0001-8116-4020,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Dhaka slums; female with disabilities; gender inequalities; MHM (menstrual hygiene management); WASH (Water; Sanitation; and Hygiene),iwaponline.com -91334,12,10,https://iwaponline.com/washdev/article/12/10/698/91334/Effect-of-peracetic-acid-ultraviolet-combination,"Journal of Water, Sanitation & Hygiene for Development",Effect of peracetic acid–ultraviolet combination treatment on microbial and endotoxin levels in a pharmaceutical water system,2022,FALSE,0,NA,NA,5,Afsaneh Farjami,"Food and Drug Safety Research Center, Tabriz University of Medical Sciences, Tabriz, Iran",Iran (Islamic Republic of),NA,NA,Farzaneh LotfiPour,"Food and Drug Safety Research Center, Tabriz University of Medical Sciences, Tabriz, Iran",Iran (Islamic Republic of),farzaneh.lotfipour@gmail.com,https://orcid.org/0000-0002-0774-9466,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,biocide; biocontol; purified water; water for injection; water treatment,iwaponline.com -91114,12,10,https://iwaponline.com/washdev/article/12/10/711/91114/Mental-health-in-arsenic-induced-cancer-a-study,"Journal of Water, Sanitation & Hygiene for Development","Mental health in arsenic-induced cancer: a study from middle Gangetic plain of Bihar, India",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.077/1/washdev0120711supp1.docx?Expires=1706163164&Signature=0hB7IjAFVK8IFzmIyvmwwjfkVOnuRC6L7~s3sqW~ljbJL4rI1rhWGpz6iFVxCQEdUCBGyhXdEdVgqFqtRls8-ok-y4emn5UFvgRt2LB9dHt7r0BDRzmup92UjGaL1oO-zLSY~ns1zzVIAUF9NLJ~~gb~F8QZgH69xdg6CbvK928SxC-nl4QtFajvNK0tUhtLW4lco~daPGtjrmBW-3GWRPMQoY-LxLSSOE2XRQ1zpvmoo3TPQuCgWOylT3nuJqpkayc~5Y-7-4b99skl64aooeSFfLKSncJFdKMd40dMzaE7sRcstaAuGVEE2cusSpmSEOub3RdwE9PRIhDY5OVT8Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Shishu Kesh Kumar,"Department of Psychological Sciences, Central University of South Bihar, Gaya, Bihar, India",India,NA,https://orcid.org/0000-0002-7943-835X,Das Ambika Bharti,"Department of Psychological Sciences, Central University of South Bihar, Gaya, Bihar, India",India,ambika@cub.ac.in,https://orcid.org/0000-0003-0465-4725,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,arsenic contamination; arsenic-induced cancer; groundwater; mental health; middle Gangetic plain; perceived social support,iwaponline.com -91202,12,10,https://iwaponline.com/washdev/article/12/10/721/91202/Validation-of-the-UNICEF-fiscal-diagnostic-tool,"Journal of Water, Sanitation & Hygiene for Development",Validation of the UNICEF fiscal diagnostic tool for SDGs 6.1 and 6.2 in East and Southern Africa using the analytical hierarchy process (AHP),2022,FALSE,0,NA,NA,4,Samuel Godfrey,"UNICEF East and Southern Africa Regional Office, Nairobi, Kenya",Kenya,sgodfrey@unicef.org,NA,Samuel Godfrey,"UNICEF East and Southern Africa Regional Office, Nairobi, Kenya",Kenya,sgodfrey@unicef.org,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Africa; AHP; infrastructure finance; SDG 6; UNICEF; water and sanitation,iwaponline.com -91501,12,11,https://iwaponline.com/washdev/article/12/11/737/91501/Reducing-sexual-violence-through-safe-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Reducing sexual violence through safe sanitation?,2022,FALSE,0,NA,NA,1,Isha Ray,"University of California, Berkeley, CA, USA",United States of America,isharay@berkeley.edu,https://orcid.org/0000-0002-9966-8822,Isha Ray,"University of California, Berkeley, CA, USA",United States of America,isharay@berkeley.edu,https://orcid.org/0000-0002-9966-8822,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,gender-based violence; latrines; rape; sexual violence; toilets,iwaponline.com -91579,12,11,https://iwaponline.com/washdev/article/12/11/742/91579/Unsafe-fecal-disposal-practices-in-children-and,"Journal of Water, Sanitation & Hygiene for Development",Unsafe fecal disposal practices in children and the nexus with childhood diarrhea in low- and middle-income countries: a systematic review and meta-analysis,2022,TRUE,2,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.040/2/washdev0120742supp1.docx?Expires=1706024073&Signature=DNfXjEY657YhTmmO5kuCBfPzeKFTlvSsrpuHRZp5hp8ujFZgFZXxjErIv6cwPZKahKidkkfHIR0BC1ZJ8vhUu9Cgfr99D1FgGv5GWZLKOgBxba0PjbqtdCeYrkYqaeVXSEJfxF1NDrXHpqTr0A2Nz7V4fHYH7mu9wIV9KFlYtSOg80R6GcXQ7309V4y1YsCOuMaxM9gSnYIvPPS~izjiLSu4SNMaYaCbITKbLU6~ksd4I0le2NTbfAe1ZgkT~Fp309aMW6OpPjX3RtT5ThQiuTQEbU-aqYDMtZ88MSsrOsusvomD1yzw7O1bUWM7GPn7Nej7GVc84cWK2PIq4EXORw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.040/2/washdev0120742supp2.docx?Expires=1706024073&Signature=sO0uuxo07ZZhp-JtjacF6JNH4~A2ukvi0OpnYjxxccloNOAgsLdiFsFRi7ZIcufZOCJLadOyjAtMo4x76lqVxDMOgZt1XD-DgCwcjPbexDDc4W~a92gqPR0sayPZtMyv41OiDWmWw8wn20AlU0WdRVsBJAM5ca78M7~~UHmtJWquEUWQizd7oWB33pZhS~xbDmegVOHt-5OBTrXXAGcRaBtOTeWzTr1rsRwEV~GYxCzN30b29OYhwa2n-8Ih~7u8Ok9Jr3aD~yNYzJnNK0JETF4nL4NPtUSKTcemtzBsZ0gmQxmJq6LTVQ1WQkRH2xg8FZh9oGM~gtaYuO2j4pEDXw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Negasa Eshete Soboksa,"Department of Environmental Health, College of Health Sciences and Medicine, Dilla University, Dilla, Ethiopia",Ethiopia,yeroosaa@gmail.com,https://orcid.org/0000-0003-3451-175X,Negasa Eshete Soboksa,"Department of Environmental Health, College of Health Sciences and Medicine, Dilla University, Dilla, Ethiopia",Ethiopia,yeroosaa@gmail.com,https://orcid.org/0000-0003-3451-175X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,association; child; diarrhea; feces disposal; low-income; middle-income countries; pooled prevalence,iwaponline.com -91517,12,11,https://iwaponline.com/washdev/article/12/11/755/91517/Complexity-of-adoption-and-diffusion-of-ecological,"Journal of Water, Sanitation & Hygiene for Development",Complexity of adoption and diffusion of ecological sanitation technology: a review of literature,2022,FALSE,0,NA,NA,7,Celestin Banamwana,"Department of Environmental Health, College of Medicine and Health Sciences, University of Rwanda, P.O. Box 3286, Kigali, Rwanda",Rwanda,cbanamwana@nursph.org,https://orcid.org/0000-0002-2817-2926,Celestin Banamwana,"Department of Environmental Health, College of Medicine and Health Sciences, University of Rwanda, P.O. Box 3286, Kigali, Rwanda",Rwanda,cbanamwana@nursph.org,https://orcid.org/0000-0002-2817-2926,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adoption; complexity; diffusion; Ecosan technology; sanitation,iwaponline.com -91503,12,11,https://iwaponline.com/washdev/article/12/11/770/91503/A-longitudinal-study-of-multiple-water-source-use,"Journal of Water, Sanitation & Hygiene for Development","A longitudinal study of multiple water source use in Bekasi, Indonesia: implications for monitoring safely-managed services",2022,TRUE,8,pdf; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp1.pdf?Expires=1706163181&Signature=ItwFdi08EMPERsOzMk3pPVuvesDmjnDpYaG8unxTVUvjAUyf59Da0CA~bSymDcwKZjHp6h2sOx6G95ffPcome~feNAsT-khdHcAOFZHubQvT1TwBam3PwfatwWLOyc4COZcnYgfg6WmXTmhFDtZNT5TYv-CC58n0VkzuXy7EtT-d28Zw5pBMp3FmPXB7Shd9OS5Z3PWIv3MF3aZ1JnFx6qYF~16Yul-3xrvdKmPHaKmxR2~MPRUNsthsm~9CLxyEOXEgHvW32VpJQICXy7NCSaHgzx6JcR7Eg9vHNjj5-wtgSayjxsPl8jii3oMouupRdNY1cYOhT08N58ZnRExuwQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp2.xlsx?Expires=1706163181&Signature=fT0vdFC2EaJuXPqA3j-Yk3sp769TqflS2Nn5Ve9cYJLN1VEFF7hGpfK91T8LwAn3FkHPUoZdTCDjWstq6F5fxlaNgZIJFhETkwB49VQJnh19vRNp22MKZVSLHYlKUF-6656vXUS9Iwiovp2yyFl-DVx4yhq~VwDo4PB~OQVZrug5yqsKjn74~XSBEFEprC3BFb3zetPXAP2wqlfbsPdE~TodHrz~KwS4NSpsKVkUHMoswN2PlEYZ6cB3PuWPQ9pqbr-EXOGXMbR~dMooPwMeLR-a5K4R8G3e6YD0DobD42S7cPFPvbfrnhGjbMFhvMACiW4kheifBhPsghNFxEUheg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp3.xlsx?Expires=1706163181&Signature=ZbuqPWaRFq8butZGUZav9FiFqW77X7hOHQgrtFvS1awjuVOKXEGb4Iimnd7eNVwv12SH1uxWiFC3VsvymZs7bGLW~HQF9tvMm1S9MUq97aFi9JELjXx39AaUbCGM1BJ6eyuUL83qrN2TZ71zYiuOvR3HOoAapqUi5hn9FaMQvdRJtAjTYUzqtFvx8F7cbEYp-IXg3tHhi8UIIjRzrbe2jZ3fJtZbA8H2pHNMy-PkpCqwJQYq-7t93bu4eoWWw1ZXuW770YNIryECEGeXBMMmIusxAffTtMCcY44p0SDSS7CBiyPKfpGVr4RQ7pMcF75zl04UdFEoqFE8sUtfiBxK-w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp4.xlsx?Expires=1706163181&Signature=Gc1N-5NEuGr70uNUrWfmtfL99cB-PlPmWMcEfTQjawgBhJ8wu4Unud83ip32JjTks~8dhSqF5p4aBeN3IoDUGVfTfz7D4VCdTA39OePVk7VDAHIW4rPHSIAt0P-91UskPO-DOVP8r5JBsjVbDJj0xxjjfikKLfAxbMYJxVaeXDW-MHSzKFWTuLhOd3ilhogqD4X8dJSALpXL8hINdv-RXYuVWlPEPQAmKeuDneL9u7xV~U4-9HDR2S3XwPHzAT09MMd~pKp3wiVpK3QVM~Jj0mAU4cixI5QouuwSEg9IiKZ0OCyUgIsPRJ~jxOKox8UZ4gWpcCwDG3uWTvMqBM3IHA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp5.xlsx?Expires=1706163181&Signature=vQYXf3lWI4bIXEnVpmH29FoTeWdlZf-psCe5ScgCCeD9PmOwCI020tfuuNMCIS06lVk~BubLJLoC40r3Msohm2miVHfhDZZ~tOLDY3B9C5wWN3fuHfF-7ukOS4wtq74Pc8OZZtef1bY~DmNFWPngy016b0CeTsBpt4AASoxxxJsRQzCf~YtHlWO25jUMAEarmnHHPih3thP0E0XPlsG0~M9Jii5kb9BRUNoFvW1EFfZ3adfEpy-4cQbHkkwDkFXq9-R5ch3LOF01~rjCGhRnWp0jQOZ2xI0aBy6CRk6qecbbdrc3U1s0t8IvyEKslgnGLz9zCGmzJLmC9E3FNPQdbw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp6.xlsx?Expires=1706163181&Signature=B6BnQp7sKnSX3dvXQ-GIFKQ0pXoroNFRTAZGXpR0aO8f8uDZXODb0rwF7QAxdeqotq1j7vOjccKA6pzj7R4Ey4Awboc9goWfc-jeaR5qPW-UoIjHRPol0IE0SRzfijFOL01O02Vcn0L0DtizOOnMIYJZi9ewjR3QsjsH7z9Oh~sCNyUOaa-dASznbVCu~Z9M9MH9sNe~t~vjLIiV3jeOFG7Ux8oYiyGhObXE5VWhHALeTMT8-Rr1iHfQ3fv5agL-04x7Oyx5bK1e~vD~hbaVBpCGxic5QCSE3KkLsAwRlHFx5hunZFSd58cU-lCSW3Rouox4iVpqw8Og-IetRzEAgg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp7.xlsx?Expires=1706163181&Signature=HOK9Zc9MPrflHFiluY6qC0SmxV7hUb0k6fXAGDiM~gCvKol3g7A2ldtc6SDqxqPz98cZL-htLDBa7IhnkyNrvd9JLMg9SIZV6RCTqL6LYwSq72qqpKSTfDTysvdzdhM3FJ~f2o1hOetkCVnzhzm4oUHwFVxxYvXeHlD8lZMOpLTTJyF7zvIYNdmfL0Vd1LvFts7muilN2sRXhwJIgxCGkF~fhaETvPG8eSlIb~au9SJiP7zqm-U3ya0nOKIg~LsslLrd98j1wEay3xzPxEuJHNxz5HSmcV-ArxqutyXX0NJ4xfTDWWqPzeyzxrwICOvS2s92n2wCvrQU5wmc6H35RA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp8.xlsx?Expires=1706163181&Signature=4T0WwB1mtc9vyiskyBnrPpYuwvtONHg2q~8t-PYF6e~EVzoYTovCRmP2qYi59~QIQrdWeE1~SxOPyfpFGnIZ1rG1WxGYcAXI1cFMpXuRMwibAqLgGCn7Q1gpIsi502IUmAY~5AKzFAy5Al231kbm9ubkRj2IWZxTUChTaNuHITtTn10GRcPHd2dBa5QaXbHcPQK57DK8~ijyVSSRO27Aye-m3qNfGMIOtSz4jT-yfk8gBnbmu1BrgHvayM~A6K5RELxhJ9OWrybve1eY6xF7B2bKlf9yix7Lx46BIxP3H0lSia9OaKUY6jnbmHk0vGvagRizmilzr3nmcY9y4A~Imw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Cindy R. Priadi,"Environmental Engineering Study Program, Department of Civil and Environmental Engineering, Faculty of Engineering, Universitas Indonesia, Kampus UI, Depok 16420, Indonesia",Indonesia,crpriadi@ui.ac.id,https://orcid.org/0000-0002-5423-3446,Cindy R. Priadi,"Environmental Engineering Study Program, Department of Civil and Environmental Engineering, Faculty of Engineering, Universitas Indonesia, Kampus UI, Depok 16420, Indonesia",Indonesia,crpriadi@ui.ac.id,https://orcid.org/0000-0002-5423-3446,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water; groundwater; low-middle-income country; multiple water source use (MWSU); seasonality; temporal variation,iwaponline.com -91548,12,11,https://iwaponline.com/washdev/article/12/11/782/91548/Increasing-latrine-sales-among-poor-households-in,"Journal of Water, Sanitation & Hygiene for Development",Increasing latrine sales among poor households in rural Cambodia using targeted subsidies: a randomized control trial,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.184/1/washdev0120782supp1.docx?Expires=1706163184&Signature=sadHThNtgHJPw3p16oIAlu8FDxaqZmQkubgXBIfrSwnyTEbjp5XIWngdllK1yRRZz9m0VQVlLUaR5fnUToGiOPzD2e3BK9-5uZFMQTLM2lHzFOWbRJF1fHGb1GF4MM3pCBDsmra-NY~AttSgmuyjNdfqTYYQLhKpVMHEvqF97-N~5FM0ziuiGiBWYaYSOQeLkJvtv3IJj7bhfHt0-edla6lcr9bcnsz5-96VKZk5xhFjgCrx2Si7rQsUrlMsIoqhjRioD6fGorPUpkzgj3eK8L6Ufwwz-~xj3KoSfMOxG2k0980r5pwVlwobowRx-zhl7HKN3fIjWHYf4ZNOzRJG3g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Chris Nicoletti,"iDE, 1031 33rd St #270, Denver, CO 80205, USA",United States of America,Cnicoletti17@gmail.com,https://orcid.org/0000-0001-5335-6527,Chris Nicoletti,"iDE, 1031 33rd St #270, Denver, CO 80205, USA",United States of America,Cnicoletti17@gmail.com,https://orcid.org/0000-0001-5335-6527,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,cost-effectiveness; latrine coverage; market distortion; marketing; randomized controlled trial; sanitation,iwaponline.com -91546,12,11,https://iwaponline.com/washdev/article/12/11/792/91546/Use-of-rivers-water-inadequate-hygiene-and,"Journal of Water, Sanitation & Hygiene for Development","Use of rivers' water, inadequate hygiene, and sanitation as exposure of internally displaced persons (IDPs) to urogenital schistosomiasis and soil-transmitted helminthiasis in Jalingo Local Government Area (LGA), Taraba State, Nigeria",2022,FALSE,0,NA,NA,5,Wama Emmanuel Binga,"Department of Biological Sciences, Taraba State University, PMB 1167 Jalingo, Taraba State, Nigeria",Nigeria,NA,NA,Robert Soumay Houmsou,"Department of Biological Sciences, Taraba State University, PMB 1167 Jalingo, Taraba State, Nigeria",Nigeria,rs.houmsou@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,displaced; helminthiasis; internally; persons; urogenital,iwaponline.com -91502,12,11,https://iwaponline.com/washdev/article/12/11/803/91502/Application-of-tannin-based-coagulant-for-high,"Journal of Water, Sanitation & Hygiene for Development",Application of tannin-based coagulant for high-range turbidity surface water clarification,2022,FALSE,0,NA,NA,3,Camila de Oliveira,"Departamento de Engenharia Ambiental e Sanitária, Laboratório de Tratamento de Água e Resíduos, Universidade do Estado de Santa Catarina, Av. Luís de Camões, 2090, Lages, Santa Catarina CEP 88520-000, Brasil",Brazil,NA,NA,Everton Skoronski,"Departamento de Engenharia Ambiental e Sanitária, Laboratório de Tratamento de Água e Resíduos, Universidade do Estado de Santa Catarina, Av. Luís de Camões, 2090, Lages, Santa Catarina CEP 88520-000, Brasil",Brazil,everton.skoronski@udesc.br,https://orcid.org/0000-0002-8554-8272,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,coagulation and flocculation; sludge; tannin-based coagulant; water clarification,iwaponline.com -91933,12,11,https://iwaponline.com/washdev/article/12/11/816/91933/Assessment-of-health-risk-induced-by-heavy-metal,"Journal of Water, Sanitation & Hygiene for Development",Assessment of health risk induced by heavy metal contents in drinking water,2022,FALSE,0,NA,NA,6,Alma Shehu,"Department of Chemistry, Faculty of Natural Sciences, University of Tirana, Boulevard Zogu I, 1001 Tirana, Albania",Albania,alma.shehu@fshn.edu.al,https://orcid.org/0000-0001-8486-6300,Alma Shehu,"Department of Chemistry, Faculty of Natural Sciences, University of Tirana, Boulevard Zogu I, 1001 Tirana, Albania",Albania,alma.shehu@fshn.edu.al,https://orcid.org/0000-0001-8486-6300,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,cancer risk; drinking water; health risk assessment; heavy metals; toxicity,iwaponline.com -91547,12,11,https://iwaponline.com/washdev/article/12/11/828/91547/COVID-19-public-health-messaging-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","COVID-19, public health messaging, and sanitation and hygiene practices in rural India",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.134/1/washdev0120828supp1.docx?Expires=1706163198&Signature=4psmj0SEnyeuW~G~adFpabyA6m6hARv4gzcxBsLEEc3GpovSTMgy2lJDh~7vKoqSJWGYsV7FQAvqfTgg-Vfb6O6CbIabN5OyxDaz4J3bgdlpYm15n5cXStom49qLMEsTk-ScVOmc91UUy15bsvCSkhE6mK5XPY~3ssEo29I-y7~f73V1D3auif~624EC8g5ZVlcUaLXexnPQ4ms1pXjRVCQFOFsuqQJb4W5SKoBAZDqhQCgCU5tr8pgfWvTtBuaZhjEOgcaE57MbzQ3ER2cHxVQWjhnieRl0VtrP98cmp6zQipfN2DltF6jDkvUZrp0j1dluoX2ltNHU~-ZfY9-1PA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Emily L. Pakhtigian,"School of Public Policy, Pennsylvania State University, 322 Pond Lab, University Park, PA 16802, USA",United States of America,emilypakhtigian@psu.edu,https://orcid.org/0000-0003-3532-5596,Emily L. Pakhtigian,"School of Public Policy, Pennsylvania State University, 322 Pond Lab, University Park, PA 16802, USA",United States of America,emilypakhtigian@psu.edu,https://orcid.org/0000-0003-3532-5596,TRUE,All relevant data are available from an online repository or repositories (doi.10.17632/79fss5rwg4.1).,available in online repository,doi.10.17632/79fss5rwg4.1,COVID-19; health information; hygiene; sanitation,iwaponline.com -91518,12,11,https://iwaponline.com/washdev/article/12/11/838/91518/Integrated-behaviour-change-intervention-for,"Journal of Water, Sanitation & Hygiene for Development","Integrated behaviour change intervention for sustainable community development: a KAP study of WASH in district Gujrat, Pakistan",2022,FALSE,0,NA,NA,3,Afzaal Afzal,"Department of Social Work, University of the Punjab, Lahore, Punjab, Pakistan",Pakistan,NA,https://orcid.org/0000-0001-9095-1245,Muqaddas Javed,"Department of Statistics, University of Gujrat, Gujrat, Punjab 50700, Pakistan",Pakistan,muqaddas.javed@uog.edu.pk,https://orcid.org/0000-0003-0379-5788,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,behaviour change intervention; integrated interventions; knowledge attitude and practice; sustainable community development; stratified random sampling; water sanitation and hygiene,iwaponline.com -91932,12,12,https://iwaponline.com/washdev/article/12/12/851/91932/Evaluating-filter-functionality-and-user,"Journal of Water, Sanitation & Hygiene for Development",Evaluating filter functionality and user competence after a hollow fiber membrane filter intervention in Liberia,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.075/1/washdev0120851supp1.docx?Expires=1706163205&Signature=MFlCp-rpFqkSWr8HSQZFaDKuySy~-ZyBh~lDuJDp8vNvclMOJHXcgybuzpcJciYDkWwqa8woL-2OPNfP796L-pyo2oKRTZ3brtEC0ATsN5WDeVEGnb9V6rn5N~uKin6WfTkzq35~CmHPOY7i6uyJ1YeFXTD7-aLpI8n-zZ~HN~gpsNpd2Rza8S-byuYV~CaXFWipoWMOk16k8VhuawKKQXbgQpQX~5YGUHUKZGOw6LRi0bHkrY3UTklNhFo82zD9hNbEB5LQs7iQlGnBsRo1YaAGSvn9xGLuY7EwKIKJpL17u6xvPa~WkDBwg4W~DK4xPD0a7-METhuQVTkqy6lIvA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,15,Kristen R. Alford,"Calvin University, Grand Rapids, MI, USA",United States of America,NA,https://orcid.org/0000-0002-1007-8018,Stacy L. DeRuiter,"Calvin University, Grand Rapids, MI, USA",United States of America,sld33@calvin.edu,https://orcid.org/0000-0002-0571-0306,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,filtration; Liberia; point-of-use filters; water,iwaponline.com -92016,12,12,https://iwaponline.com/washdev/article/12/12/862/92016/Prevalence-of-multidrug-resistant-Escherichia-coli,"Journal of Water, Sanitation & Hygiene for Development",Prevalence of multidrug-resistant Escherichia coli in household drinking water in rural Ghana,2022,FALSE,0,NA,NA,3,Elvis Kichana,"Regional Water Quality Laboratory, World Vision International, Tamale, Ghana",Ghana,ekichana@gmail.com,https://orcid.org/0000-0002-1816-0120,Elvis Kichana,"Regional Water Quality Laboratory, World Vision International, Tamale, Ghana",Ghana,ekichana@gmail.com,https://orcid.org/0000-0002-1816-0120,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibiotic stewardship; antimicrobial; drinking water; E. coli; multidrug resistance,iwaponline.com -92437,12,12,https://iwaponline.com/washdev/article/12/12/869/92437/Spatial-inequality-in-safely-managed-water-access,"Journal of Water, Sanitation & Hygiene for Development",Spatial inequality in safely managed water access in Ghana,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.099/1/washdev0120869supp1.docx?Expires=1706043268&Signature=cl-mTh82NAepwsNyKOzO~DEhwGuHOJDI1nQzP43pYB~FUDhsh-7M9E7N-UrSVzDhYfmchX~7x2A2enAIpClfgzBBMweNLo4AfKgMKnT9YoMVzedVWBE8r2~eFxMwtNtLlWQA40kLkZM6tCfkPvSv0dg8-QRE0GLEoHna8RXuFJKtzR3CaQ-NDUaoyHvL49KEqtfNgn30ctfJLEhQD0Ey9yHABVDrPmHsHBDK-kOBIFTo9-uLZdVSO5DK7T1mLQG0wFWf5mVGxOZqP2UC0ahx04ygz~GUbEc81eYiYu~ai~vS-ZUs8od2TjCBVvIDqXHrP-rGT2KW9PoThlPbea6PGg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, SD Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,adongzagla@yahoo.com,https://orcid.org/0000-0001-8173-7714,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, SD Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,adongzagla@yahoo.com,https://orcid.org/0000-0001-8173-7714,TRUE,All relevant data are available from an online repository or repositories (https://www.statsghana.gov.gh/gssdatadownloadspage.php).,available in online repository,https://www.statsghana.gov.gh/gssdatadownloadspage.php,Ghana; Gini index; inequality; safely managed water; Sustainable Development Goals,iwaponline.com -91951,12,12,https://iwaponline.com/washdev/article/12/12/883/91951/Water-insecurity-and-sexual-and-gender-based,"Journal of Water, Sanitation & Hygiene for Development",Water insecurity and sexual and gender-based violence among refugee youth: qualitative insights from a humanitarian setting in Uganda,2022,FALSE,0,NA,NA,11,Carmen H. Logie,"Factor-Inwentash Faculty of Social Work, University of Toronto, Toronto, ON M5S 1V4, Canada",Canada,carmen.logie@utoronto.ca,https://orcid.org/0000-0002-8035-433X,Carmen H. Logie,"Factor-Inwentash Faculty of Social Work, University of Toronto, Toronto, ON M5S 1V4, Canada",Canada,carmen.logie@utoronto.ca,https://orcid.org/0000-0002-8035-433X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,refugees; self-care; sexual and gender-based violence; WASH; water insecurity; youth,iwaponline.com -92017,12,12,https://iwaponline.com/washdev/article/12/12/894/92017/Access-to-handwashing-with-soap-facility-a-post,"Journal of Water, Sanitation & Hygiene for Development",Access to handwashing with soap facility: a post-sensitisation investigation of drivers,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.149/1/washdev0120894supp1.docx?Expires=1706163218&Signature=sGNBdx87L-pw1zxYKHmtLVCt8WFrkIe6AuM~yNH8ufqBHfblb~yKbWSinc2jRS2xrdMbe9gIDl2LGaRsAEcR7WVN61NDSC-~J5HjFd6rvFbkCdWPWAVhB~~zh7dDII1Uk-O4TSxOzW~Ooo3jIWP2lfgitB2bEdqTfVv6DzMbaVWTHPqpQbLBDo9NOfbA63maptyPkoT-ivNUv~klRxd-8PJzLf53ub-A0BVb3RI3jzuhnzpiPNckwENPgPjhuF16mAaCDQsilJ-TwxA99VtT~B16lRPDkcj2qsb5IW5BduIRzTRyb-MD3tpA9fAskOw7YBIXyiY612Yg3jc3yYT0Xw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Andrew Manoba Limantol,"School of Sustainable Development, University of Environment and Sustainable Development, Somanya, Ghana",Ghana,amlimantol@uesd.edu.gh,https://orcid.org/0000-0002-7359-7616,Andrew Manoba Limantol,"School of Sustainable Development, University of Environment and Sustainable Development, Somanya, Ghana",Ghana,amlimantol@uesd.edu.gh,https://orcid.org/0000-0002-7359-7616,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ghana; handwashing; logit regression; post-sensitisation; soap; Tippy-Tap,iwaponline.com -92031,12,12,https://iwaponline.com/washdev/article/12/12/905/92031/Understanding-the-adoption-of-urine-diverting-dry,"Journal of Water, Sanitation & Hygiene for Development",Understanding the adoption of urine-diverting dry toilets (UDDTs) in low- and lower-middle-income countries using the Diffusion of Innovation framework,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.154/1/washdev0120905supp1.docx?Expires=1706163222&Signature=OStrU9-r~Y3B-KTiR8-F1QbOaHPYo2SF0rwpJltSvCzXdgpwdvqQlkGPiTutFvBwu5~gV1IRd6IzySaSU1Xw48ESifDFsrEDUrxLWCJfBexUH1oZL~BLkeZgoZJc6uXpIirQUpQFUWrp0qU4lGHXtdHz5TKGnVwz9asRSfO0J8-3IZQiRrsKh~kQAM6k84Z2WKBHGt6D0XEGIwno77AyVF5L0lAszt3H4bSDqs1x66acSNjfjAHhjIRZUimcVTVFSNmqFnf98fr3ODs1wZMmWS3JhfsIDt~4jOlEjvc12uT1QHpu~bmt5r~bjWwLjm0nk4Ue241xAuZ2HSY6z78c1g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Kristen M. Conroy,"Department of Food, Agricultural and Biological Engineering, The Ohio State University, 590 Woody Hayes Drive, Columbus, OH 43210, USA",United States of America,conroy.137@osu.edu,NA,Kristen M. Conroy,"Department of Food, Agricultural and Biological Engineering, The Ohio State University, 590 Woody Hayes Drive, Columbus, OH 43210, USA",United States of America,conroy.137@osu.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adoption; barriers and facilitators; Diffusion of Innovation; UDDT; urine-diverting dry toilet,iwaponline.com -93019,13,1,https://iwaponline.com/washdev/article/13/1/1/93019/Factors-affecting-the-performance-of-household,"Journal of Water, Sanitation & Hygiene for Development",Factors affecting the performance of household rainwater harvesting systems in the south-western coastal region of Bangladesh,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/1/10.2166_washdev.2023.123/1/washdev0130001supp1.docx?Expires=1706163226&Signature=emMUPynzD5YlC76YPml981t9sz6uSL9jX6asN4VXzL-KQ3gOvVRcBE3b86pSVflLs6cqcYoZbJ6HW5yhdbzxCtvOQJYc2wPGQ1jbpye7nNrXTDUjRzkDLlltqIIHGTZs12JSxD6I7-Yflzrxliv7TjmEzI9lLzInNZtViszmOPsVE4YTqssTbHzy6AJfCI5Tad6Y6vfG74caygIxfO7VIuJFpa87bGrl2sLLihdCWo2E12OsiirCRoKNqbZL99JwYWVQRDnHDSJtywUV2yoCAlTp7lAf-3pL2KhlLwUe~a2VHEXn2k1OIAM41cUyBKG5iryw3I60Q796GXBUJPQLjQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Shimul Ghosh,"Department of Civil Engineering, Bangladesh University of Engineering and Technology, Dhaka 1000, Bangladesh",Bangladesh,NA,NA,Tanvir Ahmed,"Department of Civil Engineering, Bangladesh University of Engineering and Technology, Dhaka 1000, Bangladesh",Bangladesh,tanvirahmed@ce.buet.ac.bd,https://orcid.org/0000-0002-8970-0999,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adjusted odds ratio; logistic regression; operation and maintenance; rainwater harvesting system,iwaponline.com -92636,13,1,https://iwaponline.com/washdev/article/13/1/11/92636/Stakeholder-acceptance-of-shared-toilets-to,"Journal of Water, Sanitation & Hygiene for Development","Stakeholder acceptance of shared toilets to improve sanitation access in low-income urban settings: a case study of Gulu city, Uganda",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/1/10.2166_washdev.2022.172/1/washdev0130011supp1.docx?Expires=1706163229&Signature=dX7-c3kuL0cUHBl7uQA7FY4CqBhRmlxz2dBl3CR0CMesk9vyEUCqMv3csCwTPVfybJEWQnuOqwyBxU8dJGA3RYICLyxzBId-eqGdG0hv3q6AbTzd~6cU5fVKNVzY34lsXcbquS8zCiBQhYtKtBd56YmFdtuKHavcyjEryJwldGa5HZgsHbaxGDWqbJEN7E3UlqaN7eOiwxQ0LOLE04kj0u4YpLgZ7l03acSouf68Q4oR3T4HXWYHUqJVIlK0oZkF0f-q1N8U4cayrYF--FicLoy13pfJQzxhh0m7XJMCWXrS~tO4OnCoqZ5bavcgS5PSvWT1ppdvYk2mD1FwsA~t-A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Anna Therese Schoell,"Fichtner Water & Transportation, Rofra House, 2nd Floor, Plot 546, Ggaba Road, Kampala, Uganda",Uganda,NA,NA,Rebecca Scott,"WEDC, School of Architecture, Building and Civil Engineering, Loughborough University, Leicestershire LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,r.e.scott@lboro.ac.uk,https://orcid.org/0000-0002-0069-065X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,emptiable toilet; faecal sludge management; sanitation technology; urban development; user acceptance,iwaponline.com -92851,13,1,https://iwaponline.com/washdev/article/13/1/19/92851/The-water-finance-gap-and-the-multiple,"Journal of Water, Sanitation & Hygiene for Development",The water finance gap and the multiple interpretations of ‘bankability’,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/1/10.2166_washdev.2022.201/1/washdev0130019supp1.docx?Expires=1706163232&Signature=4m3TX0EtvcRJ26AYRFrtDx40Rz5R4JR1d5igMA1SI726Y~F9b0TZlrplp70ioHVkEsDaxjxES7M0krVd7hHErP7X7gy0gijtDeX1pIJWZGA~vdWXIAcoM9Zot0O0yoD1JKeWgmbj4Csw9ochNKpASjloHscjaxRIWmWiIH7~0mM9zFOe6ZH9o0X0l7WX7nhTzsWEhF4HEZPVFCOpxji7pHl1qg5VtBxOHtZ0grooN2aJPSUD4PRqsMP2JqBrsiJJ0CA93MHwWrjo5XobazTwGOipZblBH8KCLp0D-xzth22714eVRB5bjkRifAhZK5EDCRUB5QR8XAxW5t93MEpknw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Wilder McCoy,"IHE Delft Institute for Water Education, Delft, the Netherlands",Netherlands,NA,NA,Klaas Schwartz,"IHE Delft Institute for Water Education, Delft, the Netherlands",Netherlands,k.schwartz@un-ihe.org,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,bankability; blended finance; financing gap; water finance,iwaponline.com -92909,13,1,https://iwaponline.com/washdev/article/13/1/30/92909/Women-technology-and-water-creating-new,"Journal of Water, Sanitation & Hygiene for Development","Women, technology, and water: creating new waterscapes and contesting cultural norms",2023,FALSE,0,NA,NA,1,Anindita Sarkar,"Department of Geography, Miranda House, University of Delhi, Delhi, India",India,anindita.sarkar@mirandahouse.ac.in,https://orcid.org/0000-0002-6626-2455,Anindita Sarkar,"Department of Geography, Miranda House, University of Delhi, Delhi, India",India,anindita.sarkar@mirandahouse.ac.in,https://orcid.org/0000-0002-6626-2455,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,gendered roles; private tanker; technology; water; waterscapes; women,iwaponline.com -92908,13,1,https://iwaponline.com/washdev/article/13/1/39/92908/Access-to-basic-water-sanitation-and-hygiene-WASH,"Journal of Water, Sanitation & Hygiene for Development","Access to basic water, sanitation, and hygiene (WASH) facilities and associated factors in Ethiopia: evidence from demographics and health surveys",2023,FALSE,0,NA,NA,8,Belay Desye,"Department of Environmental Health, College of Medicine and Health Sciences, Wollo University, Dessie, Ethiopia",Ethiopia,belaydesye.2001@gmail.com,https://orcid.org/0000-0001-5265-0994,Belay Desye,"Department of Environmental Health, College of Medicine and Health Sciences, Wollo University, Dessie, Ethiopia",Ethiopia,belaydesye.2001@gmail.com,https://orcid.org/0000-0001-5265-0994,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ethiopia; households; hygiene; sanitation; water,iwaponline.com -92913,13,1,https://iwaponline.com/washdev/article/13/1/50/92913/Status-of-drinking-water-sanitation-facilities-and,"Journal of Water, Sanitation & Hygiene for Development","Status of drinking water, sanitation facilities, and hygiene in West Bengal: evidence from the National Family Health Survey of India (NFHS), 2019–2021",2023,FALSE,0,NA,NA,4,Chandan Roy,"Department of Geography and Resource Management, Mizoram University, Aizawl 796004, Mizoram, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,Chandan Roy,"Department of Geography and Resource Management, Mizoram University, Aizawl 796004, Mizoram, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,TRUE,All relevant data are available from an online repository or repositories (https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1).,available in online repository,https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1,multivariate regression; NFHS-5; open defecation; quality of life; WASH services; West Bengal,iwaponline.com -93386,13,2,https://iwaponline.com/washdev/article/13/2/63/93386/An-exploration-of-market-organic-sanitary-products,"Journal of Water, Sanitation & Hygiene for Development",An exploration of market organic sanitary products for improving menstrual health and environmental impact,2023,FALSE,0,NA,NA,5,Jamie Hand,"Civil Engineering Program, Texas State University, San Marcos, TX 78666, USA",United States of America,NA,NA,Sangchul Hwang,"Civil Engineering Program, Texas State University, San Marcos, TX 78666, USA",United States of America,sanhwang@txstate.edu,https://orcid.org/0000-0003-3821-1308,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,healthier; menstruation; more accessible; more eco-friendly; more economical; sociocultural,iwaponline.com -92644,13,2,https://iwaponline.com/washdev/article/13/2/78/92644/Sustained-effectiveness-evaluation-two-years-after,"Journal of Water, Sanitation & Hygiene for Development",Sustained effectiveness evaluation two years after two water systems were installed in Haitian communities,2023,FALSE,0,NA,NA,7,Shruti Sagar,"Department of Community Health, School of Arts and Sciences, Tufts University, Medford, MA, USA",United States of America,ssagar2930@gmail.com,https://orcid.org/0000-0001-9053-760X,Shruti Sagar,"Department of Community Health, School of Arts and Sciences, Tufts University, Medford, MA, USA",United States of America,ssagar2930@gmail.com,https://orcid.org/0000-0001-9053-760X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community water management; evaluation; low- and middle-income countries (LMIC); sustained effectiveness; water finances; water quality,iwaponline.com -93159,13,2,https://iwaponline.com/washdev/article/13/2/90/93159/Sustainability-of-rural-water-services-in-the,"Journal of Water, Sanitation & Hygiene for Development","Sustainability of rural water services in the humanitarian-development-peace nexus: a case study from Diffa, Niger",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.124/2/washdev0130090supp1.docx?Expires=1706163252&Signature=uQem1WzCJCuKUP~5CqYo4NYXgWP7OpFbvXTxNBf26uz6~u8pfMxg25oZt2z1MMqjbdHBzdPdocVbNze8a6OIXeZByTcqDwTBMaDwRNwCuut9H9yeCOaHjIlIVYueIUqddZJTsSIaDFESGgJE8tyBMGjlWSo-x~YcZJiNudPl7EC~autatu2rUncF1GS~t3Mx~s7zpUjvrKUoEXeqOQmrs0Ivz0nRk8lRuORxdj2aTnWMKPPwMpoq-DRvq9MKLU1jlfeYMih6wNIyW65EoA8gAhrj4oaoB7p7GVQURzljJrQNIc3uA22NxTXFwDo-oypPZLVpfKVE6jvSKA5mvYWjBA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Paul Hayes,"International WaterCentre, Griffith University, Nathan, QLD, Australia",Australia,paul.john.hayes1979@gmail.com,https://orcid.org/0000-0002-6599-8604,Paul Hayes,"International WaterCentre, Griffith University, Nathan, QLD, Australia",Australia,paul.john.hayes1979@gmail.com,https://orcid.org/0000-0002-6599-8604,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,community-based water management; conflict and insecurity; humanitarian; rural water services; sustainability; triple nexus,iwaponline.com -93160,13,2,https://iwaponline.com/washdev/article/13/2/103/93160/Peri-urban-schools-of-Kinshasa-before-and-during,"Journal of Water, Sanitation & Hygiene for Development","Peri-urban schools of Kinshasa before and during COVID-19: an evaluation of water, handwashing facilities, and girl students’ hand hygiene practices",2023,FALSE,0,NA,NA,5,Jean-Marie Mukiese Nlunda,"Department of Environmental health, Kinshasa School of Public Health, University of Kinshasa. The Democratic Republic of Congo",Democratic Republic of the Congo,jmukiese@gmail.com,https://orcid.org/0000-0002-7323-4436,Jean-Marie Mukiese Nlunda,"Department of Environmental health, Kinshasa School of Public Health, University of Kinshasa. The Democratic Republic of Congo",COD,jmukiese@gmail.com,https://orcid.org/0000-0002-7323-4436,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,Covid-19; girl students; hand hygiene; schools; WASH infrastructures,iwaponline.com -93070,13,2,https://iwaponline.com/washdev/article/13/2/113/93070/Engaging-boys-in-menstrual-hygiene-management-MHM,"Journal of Water, Sanitation & Hygiene for Development",Engaging boys in menstrual hygiene management (MHM) interventions in Bangladeshi schools: a pilot study to assess acceptability and feasibility,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.153/2/washdev0130113supp1.docx?Expires=1706163258&Signature=c9MQJZBZkVy99myyddraW~oSP7LvHHrMekiWqHd38DVnp6peeyKyPOA3EDTc2TuBb2YdRCwf742jkriWKkO4AuC~fSye5XOYHjHI6N6mAMln~B8Shj1aVym8LXtWpdOFlcuLDrGmFWbeX~VHfjfRqfB9qHYtRyETICZCwOdYBl14taIyu7nFFnYsBi3dj8Tchw4ZRnNCwjihjOhczUxngssLL1nFQIqcbcxn3mf7r-whEr-VJsVkUNDm9TU6MuxjUFpeFm7mPSjFiEO~kuFSmJGe-xfnw6StOvatD-gqFzxKUL~JHtrdFfnJTZ5GWyo9cuVzVzIh2T95Vn-WH6we7A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,14,Rizwana Khan,"Infectious Disease Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka 1212, Bangladesh",Bangladesh,rizwana.khan@icddrb.org,https://orcid.org/0000-0002-9210-9024,Rizwana Khan,"Infectious Disease Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka 1212, Bangladesh",Bangladesh,rizwana.khan@icddrb.org,https://orcid.org/0000-0002-9210-9024,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adolescent boys; Bangladesh; in-depth interview; menstrual hygiene management; puberty curriculum; social and behavior change communication,iwaponline.com -93020,13,2,https://iwaponline.com/washdev/article/13/2/127/93020/Availability-and-accessibility-of-toilet,"Journal of Water, Sanitation & Hygiene for Development","Availability and accessibility of toilet facilities among low-income households in selected settlements of Cape Coast Metropolis, Ghana",2023,TRUE,2,xlsx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.197/2/washdev0130127supp1.xls?Expires=1706163261&Signature=LAXaOeK9t5SxmQ~7l9hQAvCaFcgIIiQbij4EA78R3x22LB78PnWeRdgXXT88Ggq12fsa7HcK0EjMcF0etlFu307RCr5eKRvtYfgrGVvl4YLAQOkqfCPPpMcIjW34vvgxyeFlAnIyPVUx6wdOKljwCOeu7UCmktBqnYeg-QgTkAPAffnsawjrjodqzNLmWv9ZY02dZyV2gr0Jxk9lu6l-Y4neUfdUwY3zzttg~ZuBKqxO2Cn1jnFKkM7MRC39PxHzY1dgV8lmu~AAVZRx25rdfEiHrYBMXxcEJgEtlQMzW8Ay6IDsh7odW2~vgNvsahb00tFod3F14mCG31k3pKHJjw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.197/2/washdev0130127supp2.xlsx?Expires=1706163261&Signature=aqiLzHkY4Kd9Oy4M1kArfvwNFC5bO8Q6Z-9jMXVppaVL1Hi3TaOshvjo893mEu4sMVOGOBA6Ef~bOty1F8BYhQyFDwd5Op7FPq9QS2kro3eYvIbr~snQc5QRXRjjdfIeOnimolw6wtsNp0~lhrp3PopM6cMXrhBNdIdrwv4J0fG5kLIoUmM2eyGA0UtXS5M616UD~JxaZVPbg42tGUL2UhR9GzEseHr1VLgKwIQyF8CatqXd96FlhUk60K~2dI14uKPtg5J5zSDGjUlyMkJjudPdkdsntwAj7y-WGkRB-EEl-mEd7zJViDjPRY8tTACUEMKmWDlTCsDWG2y5ErQEzw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Rogers Kipkoech,"Department of Environmental Science, School of Biological Sciences, College of Agriculture and Natural Sciences, University of Cape Coast, Cape Coast, Ghana",Ghana,rogers.kipkoech@stu.ucc.edu.gh,https://orcid.org/0000-0002-5001-7578,Rogers Kipkoech,"Department of Environmental Science, School of Biological Sciences, College of Agriculture and Natural Sciences, University of Cape Coast, Cape Coast, Ghana",Ghana,rogers.kipkoech@stu.ucc.edu.gh,https://orcid.org/0000-0002-5001-7578,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Cape Coast Metropolis; households; low-income household; toilet facilities; urban,iwaponline.com -93348,13,2,https://iwaponline.com/washdev/article/13/2/140/93348/Linking-poverty-with-water-and-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Linking poverty with water and sanitation in targeting households for achieving sustainable development,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.199/2/washdev0130140supp1.docx?Expires=1706088264&Signature=uxvpItB7OtfDKADWzMrQp7BQZrsn6oTQkPHgBiEgLasUd7OOq-Cy6t~2RcpSC5WBRuf2lTWLFpIEtkgO817ORBURZsdsOlVvYCmqXEcobLqn9ncjp5eKaSidlpAd3W5BhiMlG3RDSPg8jRVjgKZbtq10UZdOlkQf3Cxcq4RZIwCSpQcqnvU45GBHoORuk0pEhSBWu8QSWgwgaCfWJe0Z61vDthWRl6jr9zsLaFZjhsVO04voAPicgRZ0Nv~tAtm5d~MIKQsnZomqTFA2Rb8WB0hPEZSbOY4pVgEz1vVSGEmPg60~iAQGzijDVIR9f3FcYCH40DpZ56tPYfJkG-Ixag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Novlloyd E. Celeste,"College of Criminal Justice and Sciences, Northwest Samar State University, Calbayog City, Samar, Philippines",Philippines,novlloyd.celeste@nwssu.edu.ph,https://orcid.org/0000-0002-1986-2597,Novlloyd E. Celeste,"College of Criminal Justice and Sciences, Northwest Samar State University, Calbayog City, Samar, Philippines",Philippines,novlloyd.celeste@nwssu.edu.ph,https://orcid.org/0000-0002-1986-2597,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,data mining; poverty; sanitation; supervised learning; toilet facilities; water source,iwaponline.com -93161,13,2,https://iwaponline.com/washdev/article/13/2/150/93161/Coping-with-water-insecurity-in-urban-Ghana,"Journal of Water, Sanitation & Hygiene for Development","Coping with water insecurity in urban Ghana: patterns, determinants and consequences",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.203/2/washdev0130150supp1.docx?Expires=1706103163&Signature=a1uYN1Szo024x7~UzSrvd7yLQJQPzheWazBjQsNgdwUnVLRwXwhcoo5ESpyEfQSxLrghwwkmQoC9hbAx5ZhFWYIUVuazj2XB9rkXQ0L~ruJ-TU1whKFDpjNSJnF5AeTxTDYZAefIiibOWu0if21TUxmun8cwqqsH25qNNAsTm7oKCdsPKaxvUvkuG7va3KW-hquaqOu7zQh7u3-pHankJp9Mz-a10o5MBdeqK~5JCtyVsceC2INuqOEONRnf701nruN6qr2VA2iK0PZSqRFW8MAjDI-FWNoFR0-SpGvHiMV8ZWeiYlp4r14yVxywSSjne3my7MO2wLXLwMly23iJMQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Meshack Achore,"Department of Kinesiology and Health Sciences, Columbus State University, Columbus, GA, USA",United States of America,18ma42@queensu.ca,https://orcid.org/0000-0002-8321-7293,Meshack Achore,"Department of Kinesiology and Health Sciences, Columbus State University, Columbus, GA, USA",United States of America,18ma42@queensu.ca,https://orcid.org/0000-0002-8321-7293,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,coping strategies; Ghana; Sub-Saharan Africa; water insecurity,iwaponline.com -93625,13,3,https://iwaponline.com/washdev/article/13/3/165/93625/Condition-of-water-sanitation-and-hygiene-WaSH-in,"Journal of Water, Sanitation & Hygiene for Development","Condition of water, sanitation and hygiene (WaSH) in Ghana's basic schools: Empirical evidence from Wa municipality",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/3/10.2166_washdev.2023.164/1/washdev0130165supp1.docx?Expires=1706163271&Signature=1LE3LN3NrgpWwwswbYQhty-uAh5vrLYOElgjI798kAmNl2aszrQUGQwxAK83C~XyZlNdmsp2lU5ItseL7Vzj0faQWFoSTvypQpkEajhq8la5-SG-9cpzcHhiigUba7D8jOo9Ek~eTq~Cmtmlckyam~wPUTpwlQAv-tOmZWG-C3S~-SYH9Sd9P06dgMiRr8q3O5uXEf3cCoy~Hf17iFNS1xHwrH2RTvwOgMleyOnDyB2vDcgWKR8OKD0M2A2Riq1EOnAUD6~mToGNaWgM0M3jph7Z5AIDCoi7AwxgU3JWc5BX4c3Iymsfbi63s8xxK-9CuBVtMhTAsCm-UeFeYbE28g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Nuhu Ismaila,"Department of Development Management and Governance, Faculty of Public Policy and Governance, SD Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,NA,NA,Issah Baddianaah,"Department of Environment and Sustainability Sciences, University for Development Studies, Tamale, Northern Region, Ghana",Ghana,yakubuissah1983@gmail.com,https://orcid.org/0000-0002-3351-4409,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,handwashing; sanitary facilities; school-based WaSH; sustainable development goals,iwaponline.com -93608,13,3,https://iwaponline.com/washdev/article/13/3/174/93608/Climate-adaptation-and-WASH-behavior-change-in-the,"Journal of Water, Sanitation & Hygiene for Development",Climate adaptation and WASH behavior change in the Lake Victoria Basin,2023,FALSE,0,NA,NA,3,Hannah Marcus,"World Federation of Public Health Associations, Toronto, Ontario, Canada",Canada,hannahmarcus6@hotmail.com,https://orcid.org/0000-0002-4756-6429,Hannah Marcus,"World Federation of Public Health Associations, Toronto, Ontario, Canada",Canada,hannahmarcus6@hotmail.com,https://orcid.org/0000-0002-4756-6429,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,climate adaptation; climate change; drought; flooding; Lake Victoria Basin; WASH,iwaponline.com -93635,13,3,https://iwaponline.com/washdev/article/13/3/187/93635/Decreasing-diarrhea-cases-through-on-site-sodium,"Journal of Water, Sanitation & Hygiene for Development",Decreasing diarrhea cases through on-site sodium hypochlorite production in Madagascar,2023,FALSE,0,NA,NA,8,Pierre-Gilles Duvernay,"Antenna Foundation, Av. de la Grenade 24, 1027 Geneva, Switzerland",Switzerland,pgduvernay@antenna.ch,NA,Pierre-Gilles Duvernay,"Antenna Foundation, Av. de la Grenade 24, 1027 Geneva, Switzerland",Switzerland,pgduvernay@antenna.ch,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,chlorine; education; HWTS; Madagascar; water,iwaponline.com -93894,13,3,https://iwaponline.com/washdev/article/13/3/197/93894/Electrochemical-treatment-of-real-cotton-fabric,"Journal of Water, Sanitation & Hygiene for Development",Electrochemical treatment of real cotton fabric industry wastewater using copper and stainless steel electrodes,2023,FALSE,0,NA,NA,5,Thanushree M S,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru 570006, Karnataka, India",India,thanushree.shree@sjce.ac.in,https://orcid.org/0000-0001-5896-2649,Thanushree M S,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru 570006, Karnataka, India",India,thanushree.shree@sjce.ac.in,https://orcid.org/0000-0001-5896-2649,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,copper and stainless steel electrodes; cotton fabric industry wastewater; electrochemical coagulation; sludge volume index,iwaponline.com -93636,13,3,https://iwaponline.com/washdev/article/13/3/208/93636/Household-drinking-water-treatment-in-rural,"Journal of Water, Sanitation & Hygiene for Development","Household drinking water treatment in rural Indonesia: actual practice, determinants, and drinking water quality",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/3/10.2166_washdev.2023.215/1/washdev0130208supp1.docx?Expires=1706011351&Signature=fOcHY6pnaNqEbtVZqztytCU5qXw~Jx02ONGEstTAcaBbFJe4GuF9Alaz94gtUSM0x8uhU3iAgBYYk-HMc2O7sZU7gjBw-sbbKq63jWjr-Vg1efjVzdzhqYiP~DDUERAUB-90ecgrGtm9rxmS9qtbrj-3TCkLkr1LxhiuzIfPkILeHD30B1LV6EzFfGlMADviEVba3TeXqp57wBc8szV3QFjq4VXG8uZTMk-h6qw9OQ2Pm-nR0~th5bl9KKK0urBIfTix1P8oN8-dosZ2QTpxbizyv~bvJILdh1AymE~VGrtJ-3OfThlm7GlymAaygC2MK8Ca4GO683O9mrf9LzOxCg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,D. Daniel,"Department of Health Behaviour, Environment, and Social Medicine, Faculty of Medicine, Public Health and Nursing, Universitas Gadjah Mada, Yogyakarta, Indonesia",Indonesia,daniel01@ugm.ac.id,https://orcid.org/0000-0002-2664-2517,D. Daniel,"Department of Health Behaviour, Environment, and Social Medicine, Faculty of Medicine, Public Health and Nursing, Universitas Gadjah Mada, Yogyakarta, Indonesia",Indonesia,daniel01@ugm.ac.id,https://orcid.org/0000-0002-2664-2517,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,household water treatment; Indonesia; psychological factors; WASH behavior,iwaponline.com -93910,13,3,https://iwaponline.com/washdev/article/13/3/218/93910/A-review-on-the-use-and-applications-of-Volatile,"Journal of Water, Sanitation & Hygiene for Development",A review on the use and applications of Volatile Fatty Acids on fecal sludge sanitization,2023,FALSE,0,NA,NA,3,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,aaz4ev@gmail.com,NA,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,aaz4ev@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,anaerobic digestion; fecal sludge; food waste; pathogen inactivation; sanitation; VFA,iwaponline.com -93924,13,4,https://iwaponline.com/washdev/article/13/4/235/93924/Impact-of-hygiene-promotion-intervention-on-acute,"Journal of Water, Sanitation & Hygiene for Development","Impact of hygiene promotion intervention on acute childhood diarrhea: evidence from a cluster-randomized trial in refugee communities in Gambella Region, Ethiopia",2023,FALSE,0,NA,NA,5,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,NA,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,NA,TRUE,All relevant data are available from an online repository or repositories at https://github.com/GK2006/Getachew#getachew.,available in online repository,https://github.com/GK2006/Getachew#getachew.,children; diarrhea; hygiene promotion; randomized; refugees,iwaponline.com -94455,13,4,https://iwaponline.com/washdev/article/13/4/250/94455/Overall-performance-evaluation-of-an-urban-water,"Journal of Water, Sanitation & Hygiene for Development",Overall performance evaluation of an urban water supply system: a case study of Debre Tabor Town in Ethiopia,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.157/2/washdev0130250supp1.docx?Expires=1706056648&Signature=A4MWj02qKnePJC5BlFng44zk8IY6qjsTiY8A0BnqMNmBSZuF22JKoEgbSe4WuXMy26EHd768MOD0XZFjC-Kr39AkMQBaDPtLSHBcL1843eyy9bmZtSubin1pgbL4Li3gzMN13ZV6nlJkKzXAKmxXNHeWaCYDy4tX0BtV2W9-xH0b6Bdl7Y2IX~3E2bx7VxPkdZxZqwmxKGdVyTcZm8-c2lqAqiIixNlYtN0fgydW~axSbYFTYxuLqWI2f4SaAqcD-ix8MgakkNGaNk4AqeM2I6zpGyXZhw1wlieZoYjbJP0VB~4PAaJk8z11MiXLvxal~NX-iSdEHuYzrEXjuGgiCQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Andinet Tekile,"Adama Science and Technology University, Adama P.O.Box: 1888, Ethiopia",Ethiopia,andinetm@gmail.com,https://orcid.org/0000-0002-8373-6114,Andinet Tekile,"Adama Science and Technology University, Adama P.O.Box: 1888, Ethiopia",Ethiopia,andinetm@gmail.com,https://orcid.org/0000-0002-8373-6114,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,customer satisfaction; distribution system; intermittent; performance; water quality,iwaponline.com -94203,13,4,https://iwaponline.com/washdev/article/13/4/265/94203/Trends-for-sanitation-practices-in-Tanzania-the,"Journal of Water, Sanitation & Hygiene for Development",Trends for sanitation practices in Tanzania: the history from colonial to current times,2023,TRUE,2,pptx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.158/2/washdev0130265supp1.pptx?Expires=1706163302&Signature=xjbBZagEN5frw41XIT4ZzZx6nVquZ4SwlNZ4K5GVShMN9KradcwR0zD2brx8KJiVVJOyrd5g6VMM0HN7bYIDney98Lh3P-3ZYninomJaDKbijlvfZvU~Mw36RgohKpoHLaOk94LtEZ8lNY~~ZcE4~FuwwfIMC7zK-qq5Xi5evfQoFerZ3nt6FyYtUJb8hTM96yx3lG2vUGhe-OX0vlMbPFXLmkkvxJ8SRMJLzvXcBPa4Bqz4PUzO9KysY9ZSGbi7vuLORRR1yEcYk8rJzdo5pmLVJNQTImBaZqRA-ofnbVtpp2O0ZLSLiKB50cvxLRTPaBWnYi3F4WnKLFeIPm6aWw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.158/2/washdev0130265supp2.pptx?Expires=1706163302&Signature=Tc9BRypcSeg2c4QbwzJOAIIxnHyxehN9Ajfrw6j8r4JeSeXz5l1O5WNeHr1YfZCp5PFUg7N4ZIX8tVHay2u76M4EwN-sTgBYXzQ2g3GAZhmzXzgi8CW5Sfem9h4VgpDqnc9WJOoIwpF5NhMuGWbFMTAX3w5GBDz49d-btPxWmA~a~8SwRYgh9rOHW68VKaxgctZJY416I3uuG-McmAoZkKpGP-q-NV1wey~qkkfsH0AX581W7XPoq5YdPptEvzZzxOErfkOt9OcvUlDWNlS9jrdCQ-dTtggDab4rW1dULlzjCBGYYZPycTi~Szw4~ejCZhIHf1fIY3y-FhGPAggJSQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Chaeka Semango Mwesongo,"Department of Geography and Environmental Studies, College of Humanities and Social Sciences, The University of Dodoma, P.O. Box 259, Dodoma, Tanzania",United Republic of Tanzania,csemango@yahoo.com,https://orcid.org/0000-0001-6253-1032,Chaeka Semango Mwesongo,"Department of Geography and Environmental Studies, College of Humanities and Social Sciences, The University of Dodoma, P.O. Box 259, Dodoma, Tanzania",United Republic of Tanzania,csemango@yahoo.com,https://orcid.org/0000-0001-6253-1032,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,colonial times; history; sanitation practices; Tanzania,iwaponline.com -94152,13,4,https://iwaponline.com/washdev/article/13/4/276/94152/Environmental-hygiene-in-outdoor-food-markets-in,"Journal of Water, Sanitation & Hygiene for Development",Environmental hygiene in outdoor food markets in Africa: a scoping review,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.221/2/washdev0130276supp1.docx?Expires=1706163306&Signature=Hffr3slRDCQHjh3fQP~kp45nzlcz86AtxNjm-zohEb9EdkHSNjbFsunVRLo1T2ESRE4JOpyibR1zVdU~c7vuU8HbevH5g1IU4dS2Z23VSqkVSdHnv2ddgPK8M7Yjqs90WYx6JesR~63NvEmvvDIzddemojTJ051jWlDy8F4JN1x9ucSWZlao--S7yZ7s4Gh~oH-0ziNBXyIXEw23uhbr62NNNibrJDy4yPGjlMLfJsl0TbM8ojVx1GmC1MtW7BTNSqjkTj4EyRPzvBEFTC17K2dA8TUjIltmXNeV-mPIUO5J1c9KO3XvPvjgilL16qHpdx1OKVl39TgyJoBfShrbdw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Anisha Nijhawan,"Department of Civil Engineering and Cabot Institute for the Environment, University of Bristol, Bristol, UK",United Kingdom of Great Britain and Northern Ireland,anisha.nijhawan@bristol.ac.uk,https://orcid.org/0000-0003-0317-7306,Anisha Nijhawan,"Department of Civil Engineering and Cabot Institute for the Environment, University of Bristol, Bristol, UK",United Kingdom of Great Britain and Northern Ireland,anisha.nijhawan@bristol.ac.uk,https://orcid.org/0000-0003-0317-7306,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,handwashing; drainage; sanitation; solid waste; vendor behaviour; water supply,iwaponline.com -94060,13,4,https://iwaponline.com/washdev/article/13/4/289/94060/Towards-a-new-spatial-representation-of-faecal,"Journal of Water, Sanitation & Hygiene for Development",Towards a new spatial representation of faecal sources and pathways in unsewered urban catchments using open-source data,2023,FALSE,0,NA,NA,4,M. Sufia Sultana,"Cranfield Water Science Institute, Cranfield University, Bedfordshire MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,mst-sufia.sultana@cranfield.ac.uk,NA,M. Sufia Sultana,"Cranfield Water Science Institute, Cranfield University, Bedfordshire MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,mst-sufia.sultana@cranfield.ac.uk,NA,TRUE,"All relevant data used in this study are available from online repositories. The LandScan data used in this study is available at https://doi.org/10.48690/1524214. The ALOS PALSAR 12 m digital elevation model data used in this study are available from https://search.asf.alaska.edu/#/?dataset=ALOS. The OpenStreetMap building data used in this study is available at https://planet.openstreetmap.org. Additionally, Google Street View data was used in this study and is available through GoogleMaps at https://earth.google.com (last accessed 20 Dec. 2022). The data used to generate the model are open-source and referenced with citations in the text where they appear.",available in online repository,NA,Bangladesh; faecal movement; open-source data; spatial representation; unsewered; urban catchment,iwaponline.com -94844,13,5,https://iwaponline.com/washdev/article/13/5/301/94844/Hygiene-and-sanitation-practices-in-school,"Journal of Water, Sanitation & Hygiene for Development",Hygiene and sanitation practices in school children: an evaluation of WASH conditions in Visakhapatnam,2023,FALSE,0,NA,NA,4,Payala Vijayalakshmi,"Department of Microbiology, GITAM Institute of Medical Sciences and Research, Gandhi Institute of Technology and Management (GITAM – Deemed to be University), Visakhapatnam, Andhra Pradesh 530045, India",India,NA,NA,M. Kiranmai Reddy,"Department of Environmental Science, GITAM School of Science, Gandhi Institute of Technology and Management (GITAM – Deemed to be University), Visakhapatnam, Andhra Pradesh 530045, India",India,kmajji@gitam.edu,https://orcid.org/0000-0001-6656-4675,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,primary school; WASH adopted policy; WASH involvement; WASH practice,iwaponline.com -94766,13,5,https://iwaponline.com/washdev/article/13/5/312/94766/Understanding-small-NGOs-access-to-and-use-of,"Journal of Water, Sanitation & Hygiene for Development",Understanding small NGOs' access to and use of geological data and expertise in delivering SDG 6 in eastern Africa,2023,FALSE,0,NA,NA,5,Brenda Wagaba,"Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Alison Parker,"Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,eastern Africa; geological data; groundwater; hydrogeology; knowledge; NGOs,iwaponline.com -94689,13,5,https://iwaponline.com/washdev/article/13/5/322/94689/Assessing-the-functionality-of-water-supply,"Journal of Water, Sanitation & Hygiene for Development","Assessing the functionality of water supply handpumps in a Sub-Saharan Africa rural environment: a practical application in eight councils in the Mvila Division, Southern Cameroon",2023,FALSE,0,NA,NA,3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,boreholes and wells; groundwater resources; rural area; water security; water supply,iwaponline.com -94658,13,5,https://iwaponline.com/washdev/article/13/5/333/94658/Seven-year-performance-of-biosand-filters-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Seven-year performance of biosand filters in rural Rwanda,2023,FALSE,0,NA,NA,6,Bethesda O'Connell,"East Tennessee State University, Johnson City, Tennessee, United States",United States of America,oconnell@etsu.edu,https://orcid.org/0000-0002-6150-876X,Bethesda O'Connell,"East Tennessee State University, Johnson City, Tennessee, United States",United States of America,oconnell@etsu.edu,https://orcid.org/0000-0002-6150-876X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,evaluation; filtration; water,iwaponline.com -94907,13,5,https://iwaponline.com/washdev/article/13/5/339/94907/Quality-of-latrines-and-willingness-to-improve,"Journal of Water, Sanitation & Hygiene for Development",Quality of latrines and willingness to improve them in rural Ethiopia,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/5/10.2166_washdev.2023.257/1/washdev0130339supp1.docx?Expires=1706163327&Signature=FV2~FwRL3PTm9XHT~j3m0RuqSkXg2gzlU62ITOaan71kAPEWpkjkO0u7rFaVEWQWz8Lw9pf~nIfOJ7OswuUyguAlC~VxNL3dvs4qX4y4uqcBXSjva-wa3~bmVUOVuE1VqvHDpNt77TrVSJwO8l85Ry9HQ0Nn0zBvG-KcCNI-2w8CHZJIisRG4AobfFWm04lTT8pKxshUWsb7wRN6SVTPLuBTLvYmUdKFNd6oHQb7rGfYcqbrB55pZle9lQOWE5ft-QV3EeYMP49GT50eJ03DEvuG9GsxEHB1uTaBd7wpa7YL25fuwd7z33s065hHd1g2qGG~3CeyvxJaF3mVjwKS0A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Biruk Getachew Mamo,"Department of Social Geography and Regional Development, Faculty of Science, Charles University, Prague, Czechia",Czechia,birukget619@gmail.com,https://orcid.org/0000-0001-8077-8231,Biruk Getachew Mamo,"Department of Social Geography and Regional Development, Faculty of Science, Charles University, Prague, Czechia",Czechia,birukget619@gmail.com,https://orcid.org/0000-0001-8077-8231,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ethiopia; latrine quality; latrine upgrading; preferences; sanitation; willingness to improve,iwaponline.com -95009,13,5,https://iwaponline.com/washdev/article/13/5/350/95009/Planted-drying-beds-in-the-African-context-state,"Journal of Water, Sanitation & Hygiene for Development",Planted drying beds in the African context: state of knowledge and prospects,2023,FALSE,0,NA,NA,7,Baruc Kpèhouénou Goussanou,"Laboratoire des Sciences et Techniques de l'Eau et de l'Environnement, Institut National de l'Eau, Université d'Abomey, Calavi, Cotonou, Bénin",Benin,goussanoub@gmail.com,https://orcid.org/0000-0002-8154-8566,Baruc Kpèhouénou Goussanou,"Laboratoire des Sciences et Techniques de l'Eau et de l'Environnement, Institut National de l'Eau, Université d'Abomey, Calavi, Cotonou, Bénin",Benin,goussanoub@gmail.com,https://orcid.org/0000-0002-8154-8566,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Echinochloa pyramidalis; fecal sludge; planted drying beds; pollutant removal efficiencies,iwaponline.com -94662,13,5,https://iwaponline.com/washdev/article/13/5/362/94662/Multilateral-development-banks-investment,"Journal of Water, Sanitation & Hygiene for Development",Multilateral development banks investment behaviour in water and sanitation: Findings and lessons from 60 years of investment projects in Africa and Asia,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/5/10.2166_washdev.2023.004/1/washdev0130362supp1.docx?Expires=1706163335&Signature=gFAa8eXX57C-8GXROcQdV2ptLLopRN2EYtXtsLAk82Nh8yTjMdymzHSmWHN6f2sdXsphu5qLOcaifuaQDDSXpBLJB4RNO9yXX2tFM3Afz-icVAc-QUAFXUZ3tANJAASOoWs8N4AVomXWe~CCgztXob8NCtLXVHcEG4K1AQvMaq0S3agjrued4l0AEgnFDVrXkvf43cL0UPLjLukRTQFiYTjY2qw1PmWB4N-PKM0vtBNjhx~IJ692FMe0phHdIF73wcWLO2GXNSzEwEeWBwO3eNOaR99MjHOgSbX3eiA0sQ51K03Lr1ednjnR5hG1E9xOqaN4cK08w8iExZz15d602g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Andri Heidler,"Université de Neuchâtel, Faubourg de l'hôpitale, Neuchâtel 2000, Switzerland",Switzerland,andri.heidler@unine.ch,https://orcid.org/0000-0003-2138-4675,Andri Heidler,"Université de Neuchâtel, Faubourg de l'hôpitale, Neuchâtel 2000, Switzerland",Switzerland,andri.heidler@unine.ch,https://orcid.org/0000-0003-2138-4675,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.25678/0008DA).,available in online repository,https://doi.org/10.25678/0008DA,institutional reform; investment; multilateral development banks; sanitation; SDG6; water,iwaponline.com -95123,13,6,https://iwaponline.com/washdev/article/13/6/375/95123/Assessment-of-WASH-infrastructure-in-schools-in,"Journal of Water, Sanitation & Hygiene for Development","Assessment of WASH infrastructure in schools in Central Sulawesi, Indonesia using structured observations and principal interviews",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.147/1/washdev0130375supp1.docx?Expires=1706163339&Signature=YB~rOTVLsIJP1x89yVjdwrxqHFo62iQ9R0bpd~Mle99c5LDTOLQoKRJKd7pFajB18etAzFl17GPXWPyZB~uiiqskkOCJB1ab1NrEFQRFEa1hICqCtAKYmXt7tRAA1og4gJLh8lH5Pxv63vetivpAmV6B3qZJJdpKgBFJsjFTz7O2WGdyO0WFtV-6dZedtE0yBh~I4cnkH~vRxa7iNq-yQBtYA-RCn69lejnA7L3IJnrox32MhQLkcyIiPiyL73br0wWfDSfZW0jGpx~kF7iQ3RIAfZJ7cI2lAKby1KRRbJWm9vDpzeOaWJOY24NxS1rW8agag-kUc3JM5CSlSwK1TA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Imaduddin Ahmed,"Bartlett School of Sustainable Construction, Engineering for International Development, UCL, 1-19 Torrington Place, London WC1E 7HB, UK",United Kingdom of Great Britain and Northern Ireland,NA,https://orcid.org/0000-0003-2300-412X,Priti Parikh,"Bartlett School of Sustainable Construction, Engineering for International Development, UCL, 1-19 Torrington Place, London WC1E 7HB, UK",United Kingdom of Great Britain and Northern Ireland,priti.parikh@ucl.ac.uk,https://orcid.org/0000-0002-1086-4190,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,on request,NA,Central Sulawesi; Indonesia; Palu; post-disaster schools; sphere Humanitarian framework; structured observations; WASH,iwaponline.com -95562,13,6,https://iwaponline.com/washdev/article/13/6/391/95562/The-public-perceptions-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",The public perceptions of urban sanitation infrastructure: a cross-sectional study in Kegalle township in Sri Lanka,2023,TRUE,2,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.184/1/washdev0130391supp1.docx?Expires=1706163343&Signature=ACfSrMYku7hjo~J1U-N0r1bwnmNgBjH~P95vwjUpk7skL7bavWYn18bXvhRMHB5ka16uI~sXOH1RFYz8wg8tuAASJcDEYTM-KQFbplHaJNm0DhtE9PBkLkUNCctVIS9fLz-fo7gz6M8Y7PhpT7N71K2PIONBsbetyZ5g2r25CCqi2tSPXmrYZ2ORl3zvRZ8h2tA6raXKiH0W2LMBn-APXZYW8bVKvZrynqCu6Dexq5rpuE0Ex70xggyE9eapU1P8k9zIJpM668iGdyNqNmteYuO3sPe4tERf0EUoM8I~eSLDRqwdstw9HFAYjtjCTUzxeHgcTZjtt0Xz-QRYgu5MuQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.184/1/washdev0130391supp2.docx?Expires=1706163343&Signature=yPrgMPLDiNxi87smpU9~ae9wirL678m9RPZdiia0eyzyezMgJfZirwmt6Xtpkn1QyixZcL5qXcwFcXH42OuE31aZvWV628dJFR~~cqVwF9EpR48Sl0mYEMVcQmT6v3FPRzKqYKzJHGjTHuF~RnO-zxU-zyX3d5vEPzQX4SY5jSmGPpFyow7NoLZ-uhVLvQWrG4mQ0lc2iYanW~KvmB0TRRIk4UBOu5M0Fcpu4gWBB55FuV1gqkFl2jAHmClnfbrYaNhlTw~v6MpLD2OTFXtex4isz-wIvJmuDbrrPYrT~r3-v8AgCKNjlSBtvePn-vrOnexZ6KCOQAvZYdMluaVVZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,B.K.A. Bellanthudawa,"Department of Agricultural Engineering, Faculty of Agriculture, University of Ruhuna, Matara, Sri Lanka 81100",Sri Lanka,aravindabellanthudawa@gmail.com,https://orcid.org/0000-0002-1830-8949,B.K.A. Bellanthudawa,"Department of Agricultural Engineering, Faculty of Agriculture, University of Ruhuna, Matara, Sri Lanka 81100",LKA,aravindabellanthudawa@gmail.com,https://orcid.org/0000-0002-1830-8949,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,gender sensitivity; partnership interventions; public perceptions; public restrooms; sanitation; sustainability measures,iwaponline.com -95451,13,6,https://iwaponline.com/washdev/article/13/6/403/95451/Feasibility-and-acceptability-of-a-novel,"Journal of Water, Sanitation & Hygiene for Development",Feasibility and acceptability of a novel intervention to improve hand hygiene behavior in rural Liberian health facilities,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.190/1/washdev0130403supp1.docx?Expires=1706163347&Signature=2kk6nlCgn1X0VOZQP6o-fA2Bpx5Tees6gOsvXotkDJV9QEpJ5vVQdTQhTxzHghtgy3kyVeIEnruQzitkMgFlzcngYsRDkyCMd5J8bH8FqCnBkAlkjk2-tUqbPFw2i8t5E4jaKz-zD0vtpYevlKdSfEonhR3ryqf-DpuUgD8IKDzaGpdDL1FcbhnOgQ9TG~aY2dQwgxctc1dUjBnXb6TvPml40I8ZRQO9Wt25PSo6f0p7Q-LdYXtT1P3OvFWoi3CPxuw0se0y0~OdtOSFF7YaDACFzYh9Eqr~oRUcD4S7xp7kj53sJRDHOjPUi2XkbQ5sNWVvil2dWaxZp2I2h7AVQA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Lucy K. Tantum,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill Gillings School of Global Public Health, 135 Dauer Dr., Chapel Hill, NC 27599, USA",United States of America,ltantum@unc.edu,https://orcid.org/0000-0001-9887-6219,Lucy K. Tantum,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill Gillings School of Global Public Health, 135 Dauer Dr., Chapel Hill, NC 27599, USA",United States of America,ltantum@unc.edu,https://orcid.org/0000-0001-9887-6219,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,behavior change; hand hygiene; infection prevention; Liberia; pilot study,iwaponline.com -95553,13,6,https://iwaponline.com/washdev/article/13/6/415/95553/Level-of-JMP-ladders-for-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Level of JMP ladders for water, sanitation, and hygiene (WASH) services among healthcare facilities of Bishoftu Town, Ethiopia: An implication of healthcare-associated infection prevention status",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.230/1/washdev0130415supp1.docx?Expires=1706163351&Signature=fmuMj5j~chhmMcurAI5YweRS9fbErEm1BtBHAhg1pAZb8w540IgtSVNn5L~JSx60Bt947e6PhfX-yxC2EalZfbOkMTZkqvIDLVuT0N~fMGLdrZTcxqA0Ryn8Y8-62NsoG8bHIedFiPejFjp4P7v6-vZD-X-m9AB6nt1K5Ce1gMTmbIHSJMbCj7pCfKRrVStNI6QrfjM91HIChtC~CVw8NwEdzibLA10VHjlukjjoUGZGiiLZLDdV6wjkpR0jchispdLRtzuv1iwpTwcq5y-EkIORTGbIP00IaDF8EEPVSuT5K07c7bY7lc7vAMaySexesH-WlTez0Iot6G6SL6ohOA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,16,Aderajew Mekonnen Girmay,"Department of Nutrition and Environmental Health Research Directorate, Ethiopian Public Health Institute, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,Aderajew Mekonnen Girmay,"Department of Nutrition and Environmental Health Research Directorate, Ethiopian Public Health Institute, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,healthcare; healthcare-associated infection; JMP ladders; WASH,iwaponline.com -94631,13,6,https://iwaponline.com/washdev/article/13/6/424/94631/The-design-of-climate-adaptive-water-subsidies,"Journal of Water, Sanitation & Hygiene for Development",The design of climate-adaptive water subsidies: financial incentives for urban water conservation in Morocco,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.236/1/washdev0130424supp1.docx?Expires=1706163355&Signature=GViK2oxwsHQFw244UtgeNpJjb3RMX6CuEXX3GuUzHXHs9QubStCvM-nedXvNOLPTYALRXWz1DnubieZhWUoGJlcBGuovskkvGyM9pRFNecuDhM39Ytbreq8V59Vlk7yCR8WndtNzbtF~jh7vjVLCihiBjDijIfB3BTkJ3rEGmAaRf0wpg2wWcN~0hNk88UYSBsXX8Op7CyqWo95ydEEgn3OJh1vtd5KlsuPpRt036cW04AJA5sqEjOYIWhPOHHuV7vhyge03IQJC~tcawroddC17NqCNmsr64ZN1oNl5ofyu8Hb50EBSkVb3NFs4CA23tcqiuvXodEECJIUxLm8OpA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Zachary Burt,"Athena Infonomics, Washington DC, USA",United States of America,NA,https://orcid.org/0000-0003-2276-0863,Zachary Burt,"Athena Infonomics, Washington DC, USA",United States of America,NA,https://orcid.org/0000-0003-2276-0863,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,climate adaptation; conservation-oriented pricing; demand management; MENA; subsidized water services; utility policy,iwaponline.com -95484,13,6,https://iwaponline.com/washdev/article/13/6/433/95484/The-right-to-sanitation-in-India-Realisation-of,"Journal of Water, Sanitation & Hygiene for Development",The right to sanitation in India: Realisation of what?,2023,FALSE,0,NA,NA,1,Kopal Khare,"Department of Humanities and Social Sciences, Birla Institute of Technology & Science Pilani, Hyderabad Campus, Hyderabad, India",India,p20160019@hyderabad.bits-pilani.ac.in,https://orcid.org/0000-0002-4316-2486,Kopal Khare,"Department of Humanities and Social Sciences, Birla Institute of Technology & Science Pilani, Hyderabad Campus, Hyderabad, India",India,p20160019@hyderabad.bits-pilani.ac.in,https://orcid.org/0000-0002-4316-2486,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,caste system; manual scavenging; right to sanitation; sanitation justice; Swacch Bharat Mission; well-being approach,iwaponline.com -95122,13,6,https://iwaponline.com/washdev/article/13/6/441/95122/Process-performance-evaluation-of-faecal-matter,"Journal of Water, Sanitation & Hygiene for Development",Process performance evaluation of faecal matter treatment via black soldier fly,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.010/1/washdev0130441supp1.docx?Expires=1706163363&Signature=h2F8GJDyD4Ea2guAql435c--aExssUo60HCDkVwPoHAHZBKrUBY9Q35fMyJypWusuweOaiHq3C7MvwKdN1~fsGWpbaMYY~w5XR7R46EBg5464dKVlnf5R13nn4dEQST2-hO1G0ZZQ5~6DJfBzT~eVuIrodJeeEFuQBmxoRYNVLr81ZzD7IVSczvsxi24WPYcwm-Ivk8eoZO5EPhajMslfbXPeQ5hRwlaaca~0iFHJ5xqDP0EOLQPrS5KyjEkyYhc1tQWAkOjX-1ItxtFSMeMj8IUlGAiOj8g5bgU4WLIzpUHmpmwJeoHBD2wHL4Tm~YKfENQm3HipsvdydBbYpFTNQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Valary Achieng Oyoo,"Sanitation Research Institute, Meru University of Science and Technology, Meru, Kenya",Kenya,valary.oyoo@yahoo.com,NA,Valary Achieng Oyoo,"Sanitation Research Institute, Meru University of Science and Technology, Meru, Kenya",Kenya,valary.oyoo@yahoo.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,circular bioeconomy; co-treatment; faecal matter; Hermetia illucens; sanitation,iwaponline.com -95182,13,6,https://iwaponline.com/washdev/article/13/6/453/95182/Promoting-safe-and-inclusive-water-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Promoting safe and inclusive water and sanitation services for students with physical disabilities in primary schools: a concept mapping study in Ghana,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.029/1/washdev0130453supp1.docx?Expires=1706163366&Signature=Bu2~FbeFQ9ccGEP6o88-nIQb-BPzxEZhB4fKU2Zi2PkzrIxz~hr~gYVKvO5hwaYkMJQo3DqSHjmsLZVd9Dxj3Z8AmQjEM45PBHP8KW33uGgIBJTgxl91MSjLMYSt45i7JF6Nfv6ytlGrrSieJw5cfmn8JeooCWdEaiugFCH1tCXe-3TsZn-zLF7lgZN6yF-l2wd6IWjcvfusu2E6shYyhInHd8EdVOewAuoCkDHojoygmAS~ZUImohyZsZm5hx1Ye~cJ7QaBph-jTtVpvb8BRKq03tsfequ126aeAS1kNee0917XhDJqVxEzZwnOxpM7Z3EZDIW5kZuHZqzW2frS9Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Urbanus Wedaaba Azupogo,"School of Kinesiology & Health Studies, Queen's University, Kingston, Ontario, Canada",Canada,20uwa@queensu.ca,https://orcid.org/0000-0002-1716-4082,Urbanus Wedaaba Azupogo,"School of Kinesiology & Health Studies, Queen's University, Kingston, Ontario, Canada",Canada,20uwa@queensu.ca,https://orcid.org/0000-0002-1716-4082,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,concept mapping; physical disability; stakeholders; WASH,iwaponline.com -95297,13,6,https://iwaponline.com/washdev/article/13/6/464/95297/Life-has-become-more-colourful-the-social-and,"Journal of Water, Sanitation & Hygiene for Development",Life has become more colourful: the social and economic outcomes of community-led sanitation initiatives in the rural Philippines,2023,FALSE,0,NA,NA,5,Rachael Sorcher,"Outreach International, 112 W 18th St., Kansas City, MO 64108, United States",United States of America,r.sorcher@outreachmail.org,https://orcid.org/0000-0002-3603-1234,Rachael Sorcher,"Outreach International, 112 W 18th St., Kansas City, MO 64108, United States",United States of America,r.sorcher@outreachmail.org,https://orcid.org/0000-0002-3603-1234,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community-led; economic outcomes; rural Philippines; social outcomes; sustainable sanitation; WASH,iwaponline.com -95552,13,6,https://iwaponline.com/washdev/article/13/6/474/95552/Functioning-of-community-sanitary-complexes-in,"Journal of Water, Sanitation & Hygiene for Development",Functioning of community sanitary complexes in rural India: Insights into selected states,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.066/1/washdev0130474supp1.docx?Expires=1706163375&Signature=wDTQiXhnUXQF5MffMlX1NSb6n3yuVA7WBYbiVNQ9zotVbPPUzCRQFZ3MEWq7OOdPqkluleE38plNQmDkD-CzSvxzNeYGFiKa7WM14M~8B2PdkHlLJSAOUFGKV2KGWmg7KCQ-hDQ-piCIT4xFq0edPbLeVQsEXFd-nI826qIVgZxbN334SHnM~BPLcijmNvioXsM591l2EnMJZma4TL3xjH2S3wRwHUOzb0AiMWlDaDV4KtbW6EfOIzWh~njwJFTLX2BtZCBZTUYbyQcCqNCxviANs7gTfiX4pa7vE~l~jzv~r4pCEasbM~gUDP9h~l2V4423Gw4ruhlf-zOSSLOzsQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,William Joe,"Population Research Centre, Institute of Economic Growth, Delhi University Enclave (North Campus), Delhi 110007, India",India,william@iegindia.org,NA,William Joe,"Population Research Centre, Institute of Economic Growth, Delhi University Enclave (North Campus), Delhi 110007, India",India,william@iegindia.org,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community sanitary complexes; Gram Panchayat; logistic regression; principal component analysis; Swachh Bharat Mission,iwaponline.com -95920,13,7,https://iwaponline.com/washdev/article/13/7/487/95920/Predictors-of-pre-and-post-care-handwashing-among,"Journal of Water, Sanitation & Hygiene for Development",Predictors of pre-and post-care handwashing among community healthcare providers: a cross-sectional survey in Bangladeshi community clinics,2023,FALSE,0,NA,NA,9,Kamrul Hsan,"Department of Public Health, Hamdard University Bangladesh, Hamdard City of Science, Education & Culture, Gazaria, Munshiganj 1510, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,https://orcid.org/0000-0002-1879-2785,Kamrul Hsan,"Department of Public Health, Hamdard University Bangladesh, Hamdard City of Science, Education & Culture, Gazaria, Munshiganj 1510, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,https://orcid.org/0000-0002-1879-2785,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,hand hygiene; healthcare; soap; water,iwaponline.com -95798,13,7,https://iwaponline.com/washdev/article/13/7/494/95798/Building-a-business-case-for-workplace-menstrual,"Journal of Water, Sanitation & Hygiene for Development",Building a business case for workplace menstrual hygiene management programs: a social cost–benefit analysis,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/7/10.2166_washdev.2023.001/1/washdev0130494supp1.docx?Expires=1706163383&Signature=RPhfzcUmQ-NE8byXF-3FXfs-j~MEgXlj5Mm8gQ8DUGsyJhF0jvzWNcxYCsLLbcW2e6Nt8bzH1EHnar-zx2sVxyblWN57tOE9vMf6wkGkgtm2CC6qPcVuKCboWNAFCn4Ql1h0IZFR7kQWDCwVHmKBNktkXVEpbRJpmyKF~3OiL0X8hx3rjtg2is8M1055kd5uGuaMjIBeqJggKz6Un9zMj7inCp6n0DaNMHDmJ0hTSqg~KoQyUtcP5IOr-0h4ZLw6B3mgjM7gsKnKuxnNpUQo7fwTMiucyq6~68U0KqrF7a9zUYWrvVPurAu8098993mMfxyz3WYrEBepJaVQ4mPNjg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Jacob C. Eaton,"Iris Group, 121 S. Estes Drive, Suite 103C, Chapel Hill, NC 27514, USA",United States of America,NA,NA,Aditi Krishna,"Iris Group, 121 S. Estes Drive, Suite 103C, Chapel Hill, NC 27514, USA",United States of America,aditi@irisgroupinternational.com,https://orcid.org/0000-0002-2635-5016,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,economic analysis; gender equality; menstrual health and hygiene; workplace,iwaponline.com -95862,13,7,https://iwaponline.com/washdev/article/13/7/508/95862/Packaged-drinking-water-in-Indonesia-The,"Journal of Water, Sanitation & Hygiene for Development",Packaged drinking water in Indonesia: The determinants of household in the selection and management process,2023,FALSE,0,NA,NA,8,Tities Puspita,"Research Center for Public Health and Nutrition, Research Organization for Health, National Research and Innovation Agency, Bogor District, West Java 16915, Indonesia",Indonesia,NA,https://orcid.org/0000-0002-4287-3657,Ika Dharmayanti,"Research Center for Public Health and Nutrition, Research Organization for Health, National Research and Innovation Agency, Bogor District, West Java 16915, Indonesia",Indonesia,ikad003@brin.go.id,https://orcid.org/0000-0001-8368-4732,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,bottled water; health; household; Indonesia; packaged drinking water; refilled water,iwaponline.com -96189,13,7,https://iwaponline.com/washdev/article/13/7/520/96189/Environmental-social-and-WASH-factors-affecting,"Journal of Water, Sanitation & Hygiene for Development","Environmental, social, and WASH factors affecting the recurrence of cholera outbreaks in displacement camps in Northeast Nigeria: a rapid appraisal",2023,FALSE,0,NA,NA,6,Tarek Jaber,"UNU-MERIT, Boschstraat 24, Maastricht 6211 AX, The Netherlands",Netherlands,jaber@merit.unu.edu,https://orcid.org/0000-0003-3057-0154,Tarek Jaber,"UNU-MERIT, Boschstraat 24, Maastricht 6211 AX, The Netherlands",Netherlands,jaber@merit.unu.edu,https://orcid.org/0000-0003-3057-0154,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,acute watery diarrhoea; epidemics; faecal–oral diseases; forcibly displaced people; water-related diseases; West Africa,iwaponline.com -96121,13,7,https://iwaponline.com/washdev/article/13/7/527/96121/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 1 January 2022; 12 (1): 129–140: Factors influencing physicochemical characteristics of faecal sludge in Phnom Penh, Cambodia, Chea Eliyan, Björn Vinnerås, Christian Zurbrügg, Thammarat Koottatep, Kok Sothea, Jennifer McConville",2023,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,iwaponline.com -96740,13,8,https://iwaponline.com/washdev/article/13/8/529/96740/WaSH-Futurism-exploring-post-SDG6-targets-using,"Journal of Water, Sanitation & Hygiene for Development",‘WaSH Futurism’: exploring post-SDG6 targets using the Nominal Group Technique for more equitable global agenda setting,2023,FALSE,0,NA,NA,8,Georgia Hales,"School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9D, UK",United Kingdom of Great Britain and Northern Ireland,cn14gih@leeds.ac.uk,https://orcid.org/0000-0003-4776-3905,Georgia Hales,"School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9D, UK",United Kingdom of Great Britain and Northern Ireland,cn14gih@leeds.ac.uk,https://orcid.org/0000-0003-4776-3905,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,future agenda setting; Human Right to Water; Nominal Group Technique; Sustainable Development Goal 6; Water Sanitation and Hygiene,iwaponline.com -97003,13,8,https://iwaponline.com/washdev/article/13/8/540/97003/Impacts-of-hydration-and-dehydration-on,"Journal of Water, Sanitation & Hygiene for Development",Impacts of hydration and dehydration on microfiltration point-of-use filters: performance and cleaning impacts,2023,FALSE,0,NA,NA,3,Andrea Ninabanda Ocampo,"Department of Civil and Environmental Engineering, Carleton University, Ottawa, ON K1S-3B4, Canada",Canada,NA,NA,Onita D. Basu,"Department of Civil and Environmental Engineering, Carleton University, Ottawa, ON K1S-3B4, Canada",Canada,onita.basu@carleton.ca,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,backwashing; hollow-fiber; membrane; microfiltration; point-of-use,iwaponline.com -96767,13,8,https://iwaponline.com/washdev/article/13/8/551/96767/Greywater-generation-and-reuse-among-residents-of,"Journal of Water, Sanitation & Hygiene for Development","Greywater generation and reuse among residents of low-income urban settlements in the Oforikrom Municipal Assembly, Ghana",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.009/1/washdev0130551supp1.docx?Expires=1706163403&Signature=KMuMI4K3H3cZ4T1Dh5Oav3jLyT1wTKkkfCRWqNGSn9uXPPpQi-cLgbsf-ceDDaUUkFJCtWS6OztAFKjJyTvWYW5XM-hMFACXXIdn3bY1o1IBYDcFxTmTR48XvUD8h8dYYSG-gS-WYLxqIkKXrGdOn0oMEXgi2sidCtOZi8rKLHugayE3ZUB0uDeb299Ez7CVcQxzobo4A1g7mqU3tLKbx7btUc25dprb2WoCAtA9UAW4fJ3hJI4u6kR3wq1aKMZhyrAhAKfKVdrtvANGJ92VU4~SgO1~AdMAECHX-2R7ceJwoV3CWK3IO-kWjw9fQGK49BcMtyTB8fc26F2Gz-RX7Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Barbara Gyapong-Korsah,"Regional Water and Environmental Sanitation Centre, Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,barbygk@yahoo.com,https://orcid.org/0000-0002-8290-8551,Barbara Gyapong-Korsah,"Regional Water and Environmental Sanitation Centre, Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,barbygk@yahoo.com,https://orcid.org/0000-0002-8290-8551,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,generation pattern; greywater; low-income urban settlement; reuse,iwaponline.com -96773,13,8,https://iwaponline.com/washdev/article/13/8/566/96773/WASH-and-drinking-water-quality-considerations-in,"Journal of Water, Sanitation & Hygiene for Development",WASH and drinking water quality considerations in schools in reflection of the sustainable development goals – a review,2023,FALSE,0,NA,NA,2,Magareth Thulisile Ngcongo,"Department of Environmental Sciences, University of South Africa, Science Campus, P.O. Box X6, Florida 1710, South Africa",South Africa,mtshengu.thuli@mut.ac.za,https://orcid.org/0000-0003-4443-679X,Magareth Thulisile Ngcongo,"Department of Environmental Sciences, University of South Africa, Science Campus, P.O. Box X6, Florida 1710, South Africa",South Africa,mtshengu.thuli@mut.ac.za,https://orcid.org/0000-0003-4443-679X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water quality; Escherichia coli; schools; SDGs; systematic review; WASH,iwaponline.com -96721,13,8,https://iwaponline.com/washdev/article/13/8/584/96721/Drinking-water-quality-and-associated-factors-in,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality and associated factors in Bahir Dar City and the surrounding rural areas, Northwest Ethiopia: a community-based cross-sectional study",2023,TRUE,3,docx; xlsx; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.049/1/washdev0130584supp1.docx?Expires=1706163411&Signature=VCv6SRRF87eI-YmtTQWPFsytxolQ4GncvpE9vfmQlCR3b7oMtaXUFZgwyFOUzyRNxqZskJmRTV1zsQUhs9fMMfVLlfA1yVaynBbsNrNMuhqrKJQLNOIIVSTWy5Rlk2yUuqSbX2OQOMUKx2CjT3klprHlpTOF3h7G584ZHo0l2tIW3sb08ztbKYVAlUFEpt-0gcpj-DzXnNOPXzuq~MZ9F~pZLK~qxZ4l4s6Yh2I6IQMD9YZQVgT5tu2Hpe4SxCoK1p7NCv9Jafqz8Kuvy4D9URmpAtc56pRBkPws1afUGMl6mWy9yrOslQ8RaDonw2bVBEYGIf9Z-jrETIYIvgfJAw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.049/1/washdev0130584supp2.xlsx?Expires=1706163411&Signature=VwD6BH91UsFgD3rRJtVg36d8gBzDR~I4AaaIpHg5LFdiqD1uOy8pEYZE6d4~WsaumkASKjjOG6mEr4mSMqJhXiXuYQScolZJqDNPy1TEpayUfJVM4Fopzhk67OFdYpIYYXArQutkl2Qfz5kDVcT9FhKZkG9Q9H~TA-oo6T8cDlUAojfD~FiqplGWeRu7hoXS7XILRVktCRR99cOmdmBmKLdV9QPagdPIAULmx9~kZj8QW3TnX6nhmm2dxm6YSYAjGelt1TLM7UMNNbNKffoAg0WK1McK2tu9EDLS8RKF-88liIoHblgaxZj-XZLZBc4xUIHqKI-aB8d2G3CjZpMH~Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.049/1/washdev0130584supp3.docx?Expires=1706163411&Signature=1jwBnLkCzfx-O3lbwT96g5ElcguDiZxVDoHGOZGD691VDfs0H7w1fMY9fjudSR6QXv3l0p9BHE7G5wpR8l7P8V4pRuIIaCnB-llw6Cuk3mfjjaZBYBK3jv~ECF1iuva3bYKuZv6Z6URN2vgr8p34wMMJlmLiebxdupb1WTvC7aeIB6tJ~lb7TK4Pws3T5-FwvXrAGN6XGnvz~GJ~gyYRR2FCAftq1AJzwVfpqBipl~UQHbJueiWYHtgAbl0Yk8QD0Za456HFNGuuMaTXkpgAu--AkjgBS8fSVqDKN-X37mPX8D7PAjmB8Rfu~7uw0pSh7uhFQWfxcTTdnIqIKRqLqQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O. Box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,https://orcid.org/0000-0001-5546-2382,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O. Box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,https://orcid.org/0000-0001-5546-2382,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Bahir Dar City; coliforms; drinking water quality; physicochemical quality; sanitary survey,iwaponline.com -96834,13,8,https://iwaponline.com/washdev/article/13/8/595/96834/A-case-study-of-comparative-techno-economic-and,"Journal of Water, Sanitation & Hygiene for Development",A case study of comparative techno-economic and life cycle assessment of tap water versus household reverse osmosis-based drinking water systems in a North Indian city,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.081/1/washdev0130595supp1.docx?Expires=1706163416&Signature=Fg10AfbP43YFa8dYvigVhoJGLgxn62IqB4Hlncns8eEoWwgb-mLxUTQOTsPAyDC50rVHEKpibif39P6w0b6crCJUXqjGOqRF4Lc1yI2W~j6kAxoeEGMCHOvbGvE0HpgZM-w~EZNljn6UgakdhD8GSZTdouITJ001Qn6pwV6fLWm9qRJ2BulN6If~MLXTJinaS47~H~IFhF6O0Gon0jU2OXzA7wXNS3NPRJzDR~g9hl-5SRtCVChdyPLNjGsKBPptZUDEfPDowvwH5M1PTwGE87ijXdMO~njyj9irtC2WJMbL3qcczKZVSfcaTQct8~eiTLP60raxPK-Y-UCDs-9e~g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Khalid Muzamil Gani,"Department of Civil Engineering, National Institute of Technology, Srinagar, Jammu, and Kashmir 190006, India",India,khalidmzml@gmail.com,https://orcid.org/0000-0002-2062-1547,Khalid Muzamil Gani,"Department of Civil Engineering, National Institute of Technology, Srinagar, Jammu, and Kashmir 190006, India",India,khalidmzml@gmail.com,https://orcid.org/0000-0002-2062-1547,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water; household reverse osmosis; Life Cycle Assessment (LCA); techno-economic assessment; water quality,iwaponline.com -96678,13,8,https://iwaponline.com/washdev/article/13/8/604/96678/Lessons-learned-from-a-Tiger-Worm-Toilet,"Journal of Water, Sanitation & Hygiene for Development",Lessons learned from a Tiger Worm Toilet implementation project in Sierra Leone,2023,FALSE,0,NA,NA,4,Laure Sioné,"Department of Civil and Environmental Engineering, Imperial College London, London SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,laure.sione09@imperial.ac.uk,https://orcid.org/0000-0002-5137-7487,Laure Sioné,"Department of Civil and Environmental Engineering, Imperial College London, London SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,laure.sione09@imperial.ac.uk,https://orcid.org/0000-0002-5137-7487,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,pit latrine; sanitation; Tiger Worm Toilet; vermifiltration; worm-based sanitation,iwaponline.com -97024,13,9,https://iwaponline.com/washdev/article/13/9/611/97024/Racial-and-ethnic-disparities-in-access-to-safe,"Journal of Water, Sanitation & Hygiene for Development",Racial and ethnic disparities in access to safe water and sanitation in high-income countries: a case study among the Arab-Bedouins of Southern Israel,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.162/1/washdev0130611supp1.docx?Expires=1706075803&Signature=LXjFt~1cuCAWisZRjE70X0C-ASKJbF9hp4Rit-pFo6FukNEBPi9sbq1YNJygBxAwwK3oKGeWwRMnTJi~b036lA7jBN02bxOBP7FDe5Kyl9wKdD9NUIqh6Jz~2uEwKI10rY3JvOwqwGRiG6IxTRl45uh~oeA5vgDqVtbUDeDCOQLkyjZnnIS47QhSBXTTVSTsM8knWw0Ic4A28NknZv0ub0epwaBQEE1LXd22qFkMQfZ1n0ZY-RuTDzj8nDX3qY~DAejcB7hU~l~R2QnpyLVRs8MgDkmRzthl9X7l5WOPla6kOrEIO0eGzFnJ7lOPsGj-KqovQZag22xjUxLx3gg0Hg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Jesse D. Contreras,"Department of Epidemiology, University of Michigan, Ann Arbor, MI, United States",United States of America,NA,https://orcid.org/0000-0002-9766-2945,Joseph N.S. Eisenberg,"Department of Epidemiology, University of Michigan, Ann Arbor, MI, United States",United States of America,jnse@umich.edu,https://orcid.org/0000-0001-8019-296X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,on request,NA,diarrheal disease; disparities; ethnic groups; sanitation; WASH; water,iwaponline.com -97159,13,9,https://iwaponline.com/washdev/article/13/9/625/97159/Tariff-setting-for-the-sustainability-of-communal,"Journal of Water, Sanitation & Hygiene for Development","Tariff setting for the sustainability of communal water points in Mangochi District, Malawi",2023,TRUE,1,xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.183/1/washdev0130625supp1.xlsx?Expires=1706163426&Signature=V2RXU3jzMy3oaLLYyQJlQqlaQR08Cz49Sw00p5LayplThZNeEQ5v75ep7uaPCm-w3EoE935sGN-F9sbJAY7Zu0fN~mOG9rLi5LNoJfZePhHKDXesRG~CJLlge2dIGRnHhIl0jYg1GW2xAfIAB3SW9TOyrYprWqgXqdH7ULXgob08DdFvjghk2Bhy7pzAfj0klWJ9p-hz7GZANSb6pveLP0YB8hTe5CTA-c0hmPZDtF8eKbyskY39-4JR7anK2LFTufuTpwmsaUKGpA3Z-ZGP-4xKwwb8hyrKriONcc2DP7ZVdKIczt5BkOA5RLa0y9sq1x038BhF8IFEAs8jVI4lsw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Kondwani Andreah,"Department of Agrisciences, Faculty of Environmental Sciences, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,koandreah@gmail.com,https://orcid.org/0000-0001-8444-7333,Kondwani Andreah,"Department of Agrisciences, Faculty of Environmental Sciences, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,koandreah@gmail.com,https://orcid.org/0000-0001-8444-7333,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Afridev hand pump; lifecycle costs; operation and maintenance; sustainability,iwaponline.com -97005,13,9,https://iwaponline.com/washdev/article/13/9/635/97005/Growth-performance-and-carcass-characteristics-of,"Journal of Water, Sanitation & Hygiene for Development",Growth performance and carcass characteristics of broiler chicken fed on black soldier fly larvae meal: a product of fecal sludge waste management,2023,FALSE,0,NA,NA,7,James G. Kirimi,"Directorate of Livestock and Fisheries Development, Meru County Government, Meru, Kenya",Kenya,kirimijg@yahoo.com,https://orcid.org/0000-0001-9692-1258,James G. Kirimi,"Directorate of Livestock and Fisheries Development, Meru County Government, Meru, Kenya",Kenya,kirimijg@yahoo.com,https://orcid.org/0000-0001-9692-1258,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,black soldier fly; broiler chicken; fecal sludge; growth performance; waste management,iwaponline.com -97035,13,9,https://iwaponline.com/washdev/article/13/9/645/97035/Characterizing-modern-bathrooms-to-support,"Journal of Water, Sanitation & Hygiene for Development",Characterizing modern bathrooms to support sanitation adoption,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.034/1/washdev0130645supp1.docx?Expires=1706163434&Signature=r0~eV0YoC0rKddGx3Ga3ZWise8AsqpbxjHhctgIy-TZ2ZbwkOuuhQqSkPBHTj4RlOnxs5NzIzcxCnN4pn2zb0IsDWGHqbqBT9JP0VMkQAf8ow-X6wl8flmS0tE9NA1o3ngsJK8edkrOmSLs~bkjgAza4Ld3QfbR6Vs7Keaowj8PimUG2Ecklr-YF1gak1121ZaSWcDGPevbzseGRf4YshmbltVpeWmaGYKtyMdGpUJrb31VQ5f24WmMw2wT0TyhwXEbRSTdvzLwWDiZF1TSu49oX6WS0xKxKDu6GZfQpAAjdOyBXzmUh1PBZCoxv6PvF49NZG5fYQ-f7NfUFHcK4yA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Rebecca Ventura,"Department of Civil, Environmental and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",United States of America,rebecca.ventura@colorado.edu,https://orcid.org/0000-0002-0872-3102,Rebecca Ventura,"Department of Civil, Environmental and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",United States of America,rebecca.ventura@colorado.edu,https://orcid.org/0000-0002-0872-3102,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,bathroom; improved sanitation; modern; Peru; rural; sanitation systems,iwaponline.com -97023,13,9,https://iwaponline.com/washdev/article/13/9/655/97023/Hospital-wastewater-treatment-coupling,"Journal of Water, Sanitation & Hygiene for Development",Hospital wastewater treatment coupling electrochemical coagulation and activated sludge process,2023,FALSE,0,NA,NA,3,Kempanapura Shivashankar Shivaprasad,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru, Karnataka 570006, India",India,prasadks@jssstuniv.in,https://orcid.org/0000-0002-3322-6554,Kempanapura Shivashankar Shivaprasad,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru, Karnataka 570006, India",India,prasadks@jssstuniv.in,https://orcid.org/0000-0002-3322-6554,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,activated sludge process (ASP); COD; electrochemical coagulation (ECC); hybrid treatment process; raw hospital wastewater (RHWW),iwaponline.com -97004,13,9,https://iwaponline.com/washdev/article/13/9/669/97004/COVID-19-pandemic-welfare-programs-and-access-to,"Journal of Water, Sanitation & Hygiene for Development","COVID-19 pandemic, welfare programs, and access to ‘free water’ in Ghana: how did the urban poor fare?",2023,FALSE,0,NA,NA,3,Meshack Achore,"Department of Population Health, Hofstra University, Hempstead, NY, USA",United States of America,meshack.achore@hofstra.edu,https://orcid.org/0000-0002-8321-7293,Meshack Achore,"Department of Population Health, Hofstra University, Hempstead, NY, USA",United States of America,meshack.achore@hofstra.edu,https://orcid.org/0000-0002-8321-7293,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,COVID-19; Ghana; pandemic; sub-Saharan Africa; water access; water insecurity,iwaponline.com -97311,13,9,https://iwaponline.com/washdev/article/13/9/681/97311/Aluminum-foil-immersed-in-alkalized-seawater,"Journal of Water, Sanitation & Hygiene for Development",Aluminum foil immersed in alkalized seawater removes Escherichia coli from household drinking water,2023,FALSE,0,NA,NA,4,Erni Johan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,erni.johan.td@ehime-u.ac.jp,https://orcid.org/0009-0003-5386-8276,Erni Johan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,erni.johan.td@ehime-u.ac.jp,https://orcid.org/0009-0003-5386-8276,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adsorption; drinking water; Escherichia coli; layered double hydroxide; removal,iwaponline.com -97398,13,9,https://iwaponline.com/washdev/article/13/9/687/97398/Analysis-of-physical-and-non-physical-factors,"Journal of Water, Sanitation & Hygiene for Development",Analysis of physical and non-physical factors associated with individual water consumption using a hierarchical linear model before and after an earthquake in a region with insufficient water supply,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.059/1/washdev0130687supp1.docx?Expires=1706023338&Signature=C3Vyp-Cy5pFNX6LIMCdV0Sr~ciMiKqcdbAEkwOXaUKvvErZ98JsEwk3tIL3Wc39r9FpxVdiBm~el-sjy9hY0leaDsYUB499A~JfvQPu8w38u1m~I-iYUthr~wo6iaAABvUDcCXxogzixrKWTg6XMnAvY3toMajnpnk6sWlaLo0RdgHKc2BaVUA4LuyXyJ9efHuQ52lSdJbMZZHVWgGAD313BQo-1ivy3EAlCnExbVI86HNz320aHbYUN2WLUBVSgPkQ2MX9PJaTWoma3waGPlHnXWuXHEWOavetr0ZASODt4K8f6JZqBubZqSXMyL6vhQGjr2Tvrm5HZS3E~ZXSQdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Yuri Ito,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, Kofu, Yamanashi 400-8511, Japan",Japan,NA,NA,Kei Nishida,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, Kofu, Yamanashi 400-8511, Japan",Japan,nishida@yamanashi.ac.jp,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,coping strategy; Kathmandu Valley; regional disparity; water scarcity,iwaponline.com -97182,13,9,https://iwaponline.com/washdev/article/13/9/699/97182/Changes-in-organic-fractions-cations-and,"Journal of Water, Sanitation & Hygiene for Development","Changes in organic fractions, cations, and stabilization from feces to fecal sludge: implications for dewatering performance and management solutions",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.086/1/washdev0130699supp1.docx?Expires=1706163450&Signature=cV8FF0Gdqd-5TCkU8ayllBmSeoyRKvhj3KnfLJ9GIkqL-zfg17wyVUaxHOX1dSYOAdhj2L5al6~A7XliArHSmLSNdLyQK8Sc7~DBNQLGiyEcR-b~YkYOfj5IIyNgLHBx-EEBgs77dKP9KcrbOZwi3Fvuy-4dFWjbzTc-CVKzAmRnGzp9XcFaXWJdFrPLD1dxWYYIiCT4iczO5tiUNDp9088w-Mio5YEjRbXMk4IoX8CXxW0km~k5kVbUxIyoLpNFF~fUn8PBYCuIFCL6DCkfrCdsUHi6pLei6qqiZa9X-6ECVNRa5m8o7GfbuOVmVh6XRHeUbnzWlMFHVoXK-LurLg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Stanley Bortse Sam,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf 8600, Switzerland",Switzerland,stanley.sam@eawag.ch,https://orcid.org/0000-0002-2128-9128,Stanley Bortse Sam,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf 8600, Switzerland",Switzerland,stanley.sam@eawag.ch,https://orcid.org/0000-0002-2128-9128,TRUE,All relevant data are available from an online repository or repositories. https://doi.org/10.25678/0007MP.,available in online repository,https://doi.org/10.25678/0007MP.,microbial community; organic fibers; settling performance; stabilization; water-holding capacity,iwaponline.com -96974,13,9,https://iwaponline.com/washdev/article/13/9/711/96974/Association-between-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Association between water, sanitation and hygiene practices and diarrhea among under 3-year-old children: Evidence from a nationally representative sample in India (2019–2021)",2023,TRUE,2,docx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.108/1/washdev0130711supp1.docx?Expires=1706163455&Signature=icbPY1WDEz1UuwACZSOKXVTVgggi1aOl2lMaodjrcDEt9hOghIr-OOtsXuXOAyx6~aqqzv0bsTGYZS4kDLJ6kv5ur~mQz~e7c~QlX~NJqTqOoKYyDySQywXvYmHFFfFillBx9MhLUJ8APySS9JYmzrJneg18A7TmkLKkg8lFD5StCL~GsQCG5laJRCdARhAK3~MiJaXzF6ftmrOwEe1TFaB-y4uhtp9HtANEQC4SLdVCuv~-Ciqx9socFzB5PTBQBtwy3TH5qauabZ2GStM26zP9Cd3RXvJee8GGu7znVk3r8Al1S9Vxw-nHvEfNCnKFXXFveA-0p7tTMMdJypyIyw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.108/1/washdev0130711supp2.xlsx?Expires=1706163455&Signature=Kxi1CLWGo6T1YYte0O~rey3hgYTLtO~FtbRaH0ZmCubuf6NhJ1eWwcYwVy6mMZ3OM95oMrr5Cb0~u3ejLIUAaBFhX~iM16UAB4ni6UNUw6rwQdI7tQN6uKwARmH0VoMsWsLTVI0zFykoN5FXvWo5B9dKpgQx4Qaf4ChxhbUbVCN5orHMvZ5vdWyENtJRxTJi-70Z0XLY5OyZa9ExDR~TLdyJMjOzHIEDREsUQfki52G3O2tIFD2lHLwvoHXApg15dcpmqokk1dRfnjiyV9vj5n8nb-HR~-~1MTwjC3tgO3dg-oOcWpxY5mzIu-XJ61WD9XOKFnoGoI~z2ZD49RXVeQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Shubhanjali Roy,"Department of Epidemiology and Public Health, National Institute of Epidemiology-Indian Council of Medical Research, R-127, Second Main Road, Housing Board, Ayapakkam, Chennai 600 077, Tamil Nadu, India",India,drshubhanjaliroy@gmail.com,https://orcid.org/0000-0003-3796-0964,Shubhanjali Roy,"Department of Epidemiology and Public Health, National Institute of Epidemiology-Indian Council of Medical Research, R-127, Second Main Road, Housing Board, Ayapakkam, Chennai 600 077, Tamil Nadu, India",India,drshubhanjaliroy@gmail.com,https://orcid.org/0000-0003-3796-0964,TRUE,All relevant data are available from an online repository or repositories: https://dhsprogram.com/data/dataset_admin/index.cfm.,available in online repository,https://dhsprogram.com/data/dataset_admin/index.cfm.,child health; diarrhea; National Family Health Survey-5; prevention of diarrheal disease; water sanitation and hygiene,iwaponline.com -97399,13,9,https://iwaponline.com/washdev/article/13/9/723/97399/Water-sanitation-and-hygiene-facilities-enabling,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene facilities: enabling or impeding handwashing? An assessment of a primary school infrastructure in Palwal, India",2023,FALSE,0,NA,NA,2,Vibha Gupta,"Department of Development Communication and Extension, Lady Irwin College, University of Delhi, New Delhi 110001, India",India,vibha365@gmail.com,https://orcid.org/0000-0003-2854-9452,Vibha Gupta,"Department of Development Communication and Extension, Lady Irwin College, University of Delhi, New Delhi 110001, India",India,vibha365@gmail.com,https://orcid.org/0000-0003-2854-9452,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,hygiene; rural; sanitation; schools; WASH,iwaponline.com -97055,13,9,https://iwaponline.com/washdev/article/13/9/735/97055/There-is-water-available-and-so-our-hearts-are-at,"Journal of Water, Sanitation & Hygiene for Development",‘There is water available and so our hearts are at peace’: exploring the impact of access to safe water on women's subjective well-being in Ghana,2023,FALSE,0,NA,NA,3,Prosperous Ahiabli,"School of Health, Leeds Beckett University, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,prosperoussch@gmail.com,https://orcid.org/0000-0002-0350-6571,Prosperous Ahiabli,"School of Health, Leeds Beckett University, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,prosperoussch@gmail.com,https://orcid.org/0000-0002-0350-6571,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,gender inequality; Ghana; rural communities; safe water,iwaponline.com -97581,13,10,https://iwaponline.com/washdev/article/13/10/749/97581/Sustaining-an-elementary-school-based-hygiene,"Journal of Water, Sanitation & Hygiene for Development",Sustaining an elementary school-based hygiene intervention in Bangladesh by forming ‘hygiene committees’: a pilot study,2023,TRUE,2,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.191/1/washdev0130749supp1.docx?Expires=1706163467&Signature=kmguXVuMJ0xme5SO19h~CPPOX5C1FkNj17RpMzKfm2IgFlLoARPgR4w~h2s9kFgA21u5L5~LstfqYdBN6ypXFh3zflV-EtMeJDcCWKHra3mNeAoM-ZkbKiOBoDfr2G5kafO1B6zHc4EFJD4Xv6R6U8qo~-gFlf0vhMEzSCA7-cJILrM3RelP6xMPAojz1Ql2Wd4a8WgwdSsYnh94a30yl7~65cGb~Dca~yua~DJzUVyFBiwN4MPArLbXgcySblnXGnDIQdowN1wFoHRIBa~WYIXX6sDdZfQ57bpy6e8OGFT5rkdp1RIVesdUD5AzXR3BTrPSY2WXLAy9vfJpf69-Cg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.191/1/washdev0130749supp2.docx?Expires=1706163467&Signature=lMwUebT-GLAPbbNkZ1bRU9CelX6k1jGlmr1E~sT~aNVHp0OOIa0RPzxozxKghQ6d~OHDG3gvgKoycNpuliDrB~g24ylpQJT1M5fcQnwvDb04D4MAuoHC3lAeWAdSurTMFI~x-s0-xSceZfwO9y9rlxiwpHD6UzE2R4-8Civ4rpj~MIR9pTFbqwyylJ6qibvacNRVbN6QteEW2a95P7arZSG-51Q34nfOZbdtoWWzn9yu8ZPe~lLGWTSYurbvWQ9UdjYqr-HSZ-68gx-wCQV5cNeLojWFJjNWxv8-zNz8A8SAQD-tTstgYti~bAlXoRrGMS2BWhIHoezGfSJ2Wky60A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Farhana Sultana,"Environmental Health and WASH, Health System and Population Studies Division, icddr,b, 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali, Dhaka 1212, Bangladesh",Bangladesh,farhana.sultana@icddrb.org,https://orcid.org/0000-0002-0714-7262,Farhana Sultana,"Environmental Health and WASH, Health System and Population Studies Division, icddr,b, 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali, Dhaka 1212, Bangladesh",Bangladesh,farhana.sultana@icddrb.org,https://orcid.org/0000-0002-0714-7262,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,financial support; hygiene; motivation; ownership; school,iwaponline.com -97636,13,10,https://iwaponline.com/washdev/article/13/10/764/97636/Microbial-hazards-in-real-world-alternating-dual,"Journal of Water, Sanitation & Hygiene for Development",Microbial hazards in real-world alternating dual-pit latrines treated with storage and lime in rural Cambodia,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.016/1/washdev0130764supp1.docx?Expires=1706163471&Signature=XBiL-NQ-pTr3qvqlkHct5VNsNumvWUra-iXu3taiPq3yEcK2DTYYySGr2XKNtWBh~HLu1TW5bIu3UKPvM3XHY5EavxsFdeXneI3hA9oQwNuvTUi1rKPpaDQzuHKIbtjmEkZ7SZFECYGozCSaBMZ4iR0wyk9ws3VfS8htmQen82jyB0lsxgeceOWZCptH-p6e2CRhoa2Qepij25i5U2sSHIQEU7OFtOKcCijmu1sDbg0D2Qm5LyZgvmFd6bn2GEUSFDNKhYB0r9xIGADPqIQhxR9KLBK1sUlgeL6nfJ4oUwmHsT-PzaXKa0hg5fJQIz3xlNYVt5LemSPRRHBtwHSuCg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,James Harper,"Noble Pursuits, LLC, 1641 Twin Sisters Rd, Nederland, CO 80466, USA",United States of America,james@noblepursuitsllc.com,https://orcid.org/0000-0003-0087-9265,James Harper,"Noble Pursuits, LLC, 1641 Twin Sisters Rd, Nederland, CO 80466, USA",United States of America,james@noblepursuitsllc.com,https://orcid.org/0000-0003-0087-9265,TRUE,All relevant data are available from an online repository at https://osf.io/uwq82/.,available in online repository,NA,fecal sludge management; on-site sanitation; pathogen inactivation; public health; safely managed sanitation; toilet,iwaponline.com -97441,13,10,https://iwaponline.com/washdev/article/13/10/776/97441/Potential-of-waterbodies-as-a-reservoir-of,"Journal of Water, Sanitation & Hygiene for Development",Potential of waterbodies as a reservoir of Escherichia coli pathogens and the spread of antibiotic resistance in the Indonesian aquatic environment,2023,FALSE,0,NA,NA,6,Imam Megantara,"Microbiology Division Department of Biomedical Science, Faculty of Medicine, Universitas Padjadjaran, Bandung, Indonesia",Indonesia,imam.megantara@unpad.ac.id,NA,Imam Megantara,"Microbiology Division Department of Biomedical Science, Faculty of Medicine, Universitas Padjadjaran, Bandung, Indonesia",Indonesia,imam.megantara@unpad.ac.id,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibiotic; Escherichia coli; resistance; river contamination,iwaponline.com -97508,13,10,https://iwaponline.com/washdev/article/13/10/793/97508/Associations-between-seasonality-and-faecal,"Journal of Water, Sanitation & Hygiene for Development",Associations between seasonality and faecal contamination of self-supply sources in urban Indonesia,2023,TRUE,3,png; xlsx; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.060/1/washdev0130793supp1.png?Expires=1706030465&Signature=sVJXkHzYyHDMrRscWu5mXQXgi~eh9SU3klAC7gQdgSFAA6dALg4uW1z2r-RM9eZMq52egWuoKkwBItnsnu-1Ep3jokz7dzAli5MBASQgemKg8AIYUskIJiSSU65edVN~Fvzzzj4~yPQzf-GUCDbLoBXZkYEiLe7zsMvmmcZy74gZRCr3nwlE-z904jqsxdD67VAKefzj4KJZzgmufZoslDteMLghw~9ubK6WCa9ESyAIMxf74mi2bCLIjiiCpHudw2XTpuyV2Cq36jr3ijJwW4tExfFt5hzpziQgs3-Av5TvriubruAY8VLiDhv6pYBNN2MMiuQueySEyB8MgwNl0g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.060/1/washdev0130793supp2.xlsx?Expires=1706030465&Signature=VQAjYj8PVPfzux0WMOVFOW-NC1DowrClZlZl16E5fdYOLARQ7AHmCbM1uuKhfc5Txs7RcteumtUraTaVeEK2dCDhUzIzuJmNOAtJ7YDiPwv60-g5SJ2CtbNTnBsVbcRpGKD7yNEZ9EX~a7~3FPPkhKBulZpkSa1hZ7FUWcJDLD8DgU67lK3ErxFavyvcIvcXKX6Jvb4coPUjLnuZrnIs1zIYmNKFdoMPuZnbSD~jg~aVk76p7TqNFu3QWXLB0WBT8OA9v5mn83-wkYqDGoJVRuoC0UNxT-Z-m97zT8NPUGTzKdhddtwZ9jC-YmescZgMWdqFQvzDmcb9Gqv2CJOhdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.060/1/washdev0130793supp3.docx?Expires=1706030465&Signature=bJHVeKsbRIyQ7FqvZvTdL7D7tjbGTX8WlHHVNUUZJs8TxKrPlHeTuBQ4HQ~sjshKVSEy1KFK8lXDZmSYDmHbd8wWkdlxzRCjRHcBPlm8NMC8Dgf6i4Mxkv-ReTFXQsYJIfEN98wrBAUqbgd13n73LRj~TajiFeytwiqSgHaqxLkVUxaKzUhJZYN8wThZAoAwwskOO0eQx6HHESYBAI3iEobO8q0n37LjdvuNuwh44qI1ODbHgstKBGS~SMmL7m9PJ5-7e6VRPxLGG~9fsz1Wve3h~Uy6Uy8sKqyTFomgjUThFav-~hLZae3sABwLHzFojWHVpc4CtUa5odnYPLyPGw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Franziska Genter,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW 2007, Australia",Australia,franziska.g.genter@student.uts.edu.au,https://orcid.org/0000-0001-5867-4671,Franziska Genter,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW 2007, Australia",Australia,franziska.g.genter@student.uts.edu.au,https://orcid.org/0000-0001-5867-4671,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water quality; faecal contamination; groundwater; seasonality; self-supply; urban Indonesia,iwaponline.com -97183,13,10,https://iwaponline.com/washdev/article/13/10/801/97183/Investigation-on-children-s-handwashing-behaviour,"Journal of Water, Sanitation & Hygiene for Development",Investigation on children's handwashing behaviour and contamination levels in rural Cambodia,2023,FALSE,0,NA,NA,2,Gaku Manago,"Graduate School of International Cultural Studies, Tohoku University, 41 Kawauchi, Aoba-ku, Sendai-shi, Miyagi, Japan",Japan,NA,https://orcid.org/0009-0008-9545-8503,Kongkea Phan,"Faculty of Science and Technology, International University, St 1978, Sen Sok, Phnom Penh 120801, Cambodia",Cambodia,phanklabs@gmail.com,https://orcid.org/0000-0003-2965-8415,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,children; diarrhoea; handwashing; rural Cambodia,iwaponline.com -97568,13,10,https://iwaponline.com/washdev/article/13/10/811/97568/Response-to-COVID-19-building-resilience-through,"Journal of Water, Sanitation & Hygiene for Development",Response to COVID-19: building resilience through water and wastewater management in Ghana,2023,FALSE,0,NA,NA,6,Bertha Darteh,"International Water Management Institute, Accra, Ghana",Ghana,NA,NA,Olufunke Cofie,"International Water Management Institute, Accra, Ghana",Ghana,o.cofie@cgiar.org,https://orcid.org/0000-0002-2092-4679,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,COVID-19; Ghana; hygiene; sanitation; wastewater; water,iwaponline.com -97671,13,10,https://iwaponline.com/washdev/article/13/10/825/97671/Water-access-and-sanitation-facilities-in-the,"Journal of Water, Sanitation & Hygiene for Development","Water access and sanitation facilities in the Johor River Basin, Malaysia: A comparison between indigenous and more modernised communities",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.126/1/washdev0130825supp1.docx?Expires=1706037032&Signature=nGdt6zl-lpJKZ9Ole9QM95SgMYbD9CT31Keemi4dwgAg9yK9RryjUsP6KERR0Vh4pMwf1Tv1w-n0AvQZbXu45XtCZMAvvoHXK44Tf21-iumxVoU2vlyIMWiGHkZeS97-tB6NMN76VLNUC5-4NHS1dNlzeUJwqkNvQITGEGaYNGbbYuSTqU9QsZjt~X5~~YC57AwWwTGu5Hc3~qaF79geq3v-XUHpVOdhqgUrMIuSBkg49YAtgLx8XdhSw3nNsul0nuaBi9YNIUYgb19GJGtQwlj1nSRD6ushyuxbzb78kJUNtKi~6S6RPcBuR7zgG5Dt0AEc5dhtNAQN6hvNEBBupw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Michaela L. Goodson,"Newcastle University Medicine Malaysia (NUMed), No. 1 Jalan Sarjana 1, Kota Ilmu, EduCity@Iskandar, Iskandar Puteri, Johor, Malaysia",Malaysia,michaela.goodson@newcastle.edu.my,https://orcid.org/0000-0003-2481-7704,Michaela L. Goodson,"Newcastle University Medicine Malaysia (NUMed), No. 1 Jalan Sarjana 1, Kota Ilmu, EduCity@Iskandar, Iskandar Puteri, Johor, Malaysia",Malaysia,michaela.goodson@newcastle.edu.my,https://orcid.org/0000-0003-2481-7704,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,hygiene; quality; sanitation; water,iwaponline.com -97930,13,10,https://iwaponline.com/washdev/article/13/10/833/97930/A-historical-and-critical-review-of-latrine-siting,"Journal of Water, Sanitation & Hygiene for Development",A historical and critical review of latrine-siting guidelines,2023,TRUE,3,docx; pptx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.140/1/washdev0130833supp1.docx?Expires=1706163493&Signature=ddJbfLspicKR7wJF9kL4jZbqJcxuhJaC-oxbq7d5xrDiZjo1iTzguyChTTOlUU-A~Sav6ogGRSkF4s3ed0hSPYDi5cBfF~MCXLRM7F~VoC~EfUrXHNX9L0QpRhU6Zqcvw97-c49oTU3Ja23tVfBEe7M2KFeQ5QnRDTIVnUoxNZzwhdUOL3zRXR30cFl~0T4bl9y4I43M9U77RNr~Vouq3fRricThfbh0vR3YWH70ZsdogD2TAFAuNnz0StbpnVnz3yn8vkvAvaTB~S9gnrUUkln2mR8RSmM9jDETAzswRy358mCje5gApZEb4nO1XDTOHGLwP-6aygVnFBF9MiD0Bg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.140/1/washdev0130833supp2.pptx?Expires=1706163493&Signature=Yodd-0yLtfGnf~AEpivS3czf1aaIvUaQNejW5JQN4xrdPceBRdbJjbNXyLGVCf1JxbME7jMk8bf8R4DUMfdeFqTiNJTRpsZ8AlBDg~CpgTtWevI7uV4m~BaYxUORg3nzrE4a5~cGm2MPBmyxavfeT2e1mPepMVoej5wvFSG5u1aGniRE5ClXRTlxdrHCS9vYdNm6otAXU~YQBjOGtRsjAPE2S9ZIXEUzWllN5ya6wTHib3uvMnJpX7qCjdHDn75~9awb0nyZwaBb4waS0gYkG0pIe~DxY4lS34w5hA-fPLtSATTGj56izMaY4hp9d5idsE~lVSyOw8YmPjyJPF-hag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.140/1/washdev0130833supp3.xlsx?Expires=1706163493&Signature=Td5gORklEP049vrZx9aJzKAuhpHhEK8IDn~M1D-jYziFoRiAyLcGiHsG2zQCQVB3WinNRd0AWGPFpUn8tqER1R99ja8oSvQlr0xUHZUFoXnMGGjzK023mAPVj2ZNTx8G7TfAJEvpzQfqYmtjxMYQpPoFjAIWZEc0sDmRpoQpPhG0E0r6263oqGapahCLyvId9kHgiUWwq~UN6LATcnCRl5uKW9J~EqlemAu3CoZlFd-OnMICoaewvysPiDVbdtzJNsKu26lPYC5LLF22VaXchu3gScsKiLce3cxqCuNokarB4RxW9gBoqyrXeCQu-nchIXddDOJoZb3fdOL8biM14A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Christopher Nenninger,"Department of Civil and Environmental Engineering, University of South Florida, Florida, USA",United States of America,NA,https://orcid.org/0009-0007-3053-5486,James R. Mihelcic,"Department of Civil and Environmental Engineering, University of South Florida, Florida, USA",United States of America,jm41@usf.edu,https://orcid.org/0000-0002-1736-9264,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,groundwater; latrine; modeling; pollution; setback distance; toilet,iwaponline.com -97590,13,10,https://iwaponline.com/washdev/article/13/10/847/97590/Establishment-of-district-led-production-of-WHO,"Journal of Water, Sanitation & Hygiene for Development",Establishment of district-led production of WHO-recommended Alcohol-Based Hand Rub (ABHR) during the COVID-19 pandemic: a model for improving access to ABHR during health emergencies,2023,TRUE,4,docx; xlsx; docx; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp1.docx?Expires=1706027168&Signature=yFYw1d5S4zYBKXMuV92z0AsFgW2tSXoqjaf8h72P62giElBcCmOVlI6OwILT38H7TXKf68o4TCsVDdf4Xb-d2tuCjrJHx577C8nGxLs~hVmfPA-nRKjFZLnzXeXjlEK6SSJVkFYK2vEJOrWDJmMVncFl6S1rVsaLZRlsgL8-iARvJMYvHhyrYyXnfu-qoC-etjT7j-bhlaoSQ-8exiGlKrAIgn36jE-PHQ1L~kgV4WF4294fP39HvnE9fwfOGhFmPBEgEZSPb7sbUEzWjv4jiVQAz6Huwv3ZfXfwG762b7AdItR7HyAA1MQrXhgzHZhBu5hwRdvSf8GJXPR3oj8iKQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp2.xlsx?Expires=1706027168&Signature=lHKialNF-l2GFSLiCnNPL5LgbC8iYjPxJvCmOW9XO2~uzV2n9IBD7RxD2d4bOzROeU8LZzbHo3k4lQuFVghyU1oifBPyE-hqACD1jkUoOnLrOg0y7-WXQHanP5ExV6cYPdHVNoPWHKi2MBgNGIgvUPnWVZt~7fysDN1D7DEnjqXNGEs7hsMKZDU3n0Wfw2fBl1yk8YEWnev~aCnR-osf3UF2zFL7fsf0XtarEgQJBMosmEHKpysCK43fIxS5qQVGBoY~aR-S7tzs6lkBoahjMsAJbUYtYpeM4CVqxNpn3Jh9GJnCEh2WyQ3rr-iIOtMS~JqGGjKibmumNhh3yO5Kvw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp3.docx?Expires=1706027168&Signature=sUhOU2fpYY01MLxppNS5~ICHHHkHpfAEROBnCzYmCLE-CczDYG6itmrOQnlq7ChW7qhlehu90PKewQByG-lvKKMzsPhka-OwT8p3EgsQmnFh~4xGnGonBINizh74rSLMxIlCRKtENPOsbuXirtPNcfCy7jUPHObVYf~fOVF8ZKF2~Al-RXBWpcw50nRAt1tv-uyVQIBsp-qcRVLEW8TaW-4sr-gW2FQQ4yy90PFyCPEA5ebPtUHZWvShS9O8l2l2ftGoi7hg0qq85fxeCsEKGA-mA4sth2x2Y9mkgvuamP1SfzCRM-ZUctjS9~N0ghZ3ghJQ8DuEBcWaumtAD2mHog__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp4.docx?Expires=1706027168&Signature=uL0KTuGzImNhNkLZT9eLulJQzwqMBV4NMT5Eld806IIayxdZtACxpS46bmngB8882QO9BzWBSTFPuSZZXiH1Hnb1w82Ft~tY-d-qEfBs8Ju9dTHEbCS2EChTOSZ7gs0whHsdw5Xlx77at0zPMtMYemU-cHtk1CXsqdfdNdHU4oG2RwJD07J5jfPZZ4p7OAdgzymmBCuY5JOqZGOAPYhJNISMwRrCjsPwFbSch8lVcc51BIrDdWcdVyZCcSATSU~xbNivGKlOQU5F66dx339qi7lB3gdB98JY~OJtIPbw1nFQeml8l9CkN2H3qUvVSt7BWS6EQAdM2zhAkUIkbNgpcA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,15,Fred Tusabe,"Infectious Diseases Institute, Makerere University, Kampala, Uganda",Uganda,NA,NA,David Berendes,"Waterborne Disease Prevention Branch, Division of Foodborne, Waterborne, and Environmental Diseases, U.S. Centers for Disease Control and Prevention, 1600 Clifton Rd. Mailstop H24-11, Atlanta, GA 30329, USA",United States of America,dberendes@cdc.gov,https://orcid.org/0000-0002-8303-9298,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Alcohol-Based Hand Rub; community locations; hand hygiene; health emergency; healthcare facilities,iwaponline.com -98804,13,11,https://iwaponline.com/washdev/article/13/11/857/98804/We-do-not-wash-hands-Barriers-to-the-maintenance,"Journal of Water, Sanitation & Hygiene for Development","‘We do not wash hands’: Barriers to the maintenance of five moments of hand hygiene among learner nurses at a university in Limpopo province, South Africa",2023,FALSE,0,NA,NA,2,Takalani Edith Mutshatshi,"Department of Nursing Science, University of Limpopo, P/Bag x1106, Sovenga 0727, South Africa",South Africa,takalani.mutshatshi@ul.ac.za,https://orcid.org/0000-0003-1581-0041,Takalani Edith Mutshatshi,"Department of Nursing Science, University of Limpopo, P/Bag x1106, Sovenga 0727, South Africa",South Africa,takalani.mutshatshi@ul.ac.za,https://orcid.org/0000-0003-1581-0041,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,barriers; five moments; hand hygiene; learner nurse; maintenance; wash hands,iwaponline.com -98248,13,11,https://iwaponline.com/washdev/article/13/11/866/98248/WASH-FIT-implementation-in-Rohingya-camps-in-Cox-s,"Journal of Water, Sanitation & Hygiene for Development",WASH FIT implementation in Rohingya camps in Cox's Bazar Bangladesh – results after 1 year,2023,FALSE,0,NA,NA,7,Ahammadul Kabir,"World Health Organization (WHO), Dhaka, Bangladesh",Bangladesh,ahammadul.kabir@gmail.com,https://orcid.org/0000-0002-6452-6963,Ahammadul Kabir,"World Health Organization (WHO), Dhaka, Bangladesh",Bangladesh,ahammadul.kabir@gmail.com,https://orcid.org/0000-0002-6452-6963,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,emergency; health care facility; healthcare waste management; Rohingya settlement; WASH FIT,iwaponline.com -98614,13,11,https://iwaponline.com/washdev/article/13/11/875/98614/Socioeconomic-predictors-of-access-to-improved,"Journal of Water, Sanitation & Hygiene for Development","Socioeconomic predictors of access to improved water sources, sanitation facilities, and household water treatment in Nigeria",2023,FALSE,0,NA,NA,4,Olumayowa Azeez,"Department of Community Medicine & Population Health, The University of Alabama, 1103 Northeast Medical Bldg, Tuscaloosa, AL 35487, USA",United States of America,oazeez@crimson.ua.edu,https://orcid.org/0000-0001-8398-2334,Olumayowa Azeez,"Department of Community Medicine & Population Health, The University of Alabama, 1103 Northeast Medical Bldg, Tuscaloosa, AL 35487, USA",United States of America,oazeez@crimson.ua.edu,https://orcid.org/0000-0001-8398-2334,TRUE,All relevant data are available from an online repository or repositories at https://dhsprogram.com/data/dataset/Nigeria_Standard-DHS_2018.cfm?flag=0.,available in online repository,https://dhsprogram.com/data/dataset/Nigeria_Standard-DHS_2018.cfm?flag=0.,global health; hygiene; Nigeria; sanitation; sustainable development goals; water,iwaponline.com -98258,13,11,https://iwaponline.com/washdev/article/13/11/885/98258/Occurrence-of-Acanthamoeba-spp-in-a-major-river-in,"Journal of Water, Sanitation & Hygiene for Development",Occurrence of Acanthamoeba spp. in a major river in the Philippines: Impact on water quality and health,2023,FALSE,0,NA,NA,12,Kaiser Garrido,"Department of Medical Technology, Faculty of Pharmacy, University of Santo Tomas, Manila 1008, Philippines",Philippines,NA,NA,Giovanni De Jesus Milanez,"Department of Medical Technology, Faculty of Pharmacy, University of Santo Tomas, Manila 1008, Philippines",Philippines,gdmilanez@ust.edu.ph,https://orcid.org/0000-0002-4467-3173,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Acanthamoeba; free-living amoeba; Philippines; public health; river,iwaponline.com -98247,13,11,https://iwaponline.com/washdev/article/13/11/893/98247/Spatial-distribution-and-determinants-of-limited,"Journal of Water, Sanitation & Hygiene for Development",Spatial distribution and determinants of limited access to drinking water and sanitation services of households in India,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/11/10.2166_washdev.2023.181/1/washdev0130893supp1.docx?Expires=1706052557&Signature=fAUufnmYkXJLuI1rhwrT-PwS5jVPmj4vRlqN6n~agirjEBnLUfADxFKCBza~umAVst-DU3Oju1JF4VX5qWxG0TjcdkyOO1X3hVZ1GfogkDWdSVHiOzGMxmCusxuZAwJ6zY0jpYLYLRyMtB7DTKnmY4QChaiWrlgoEeHqeSZ-oXA9nA6EIAWPphf1fE8gfh0M1TujIwX0Zo--vorDrMZkxg7SSQ2ngAyda~bIjIXRByALNDkpGGF7YPX16VckzeEhhVcBBjmCMkZAGpLugsKjHdZtwugd2kmrUT24JD6ydOZxT2ELW-n1q3~-z90dDZ4dGiKn7oTGNGkoAaUomeF5Lg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Chandan Roy,"Department of Geography and Resource Management, Mizoram University (A Central University), Aizawl, Mizoram 796004, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,Chandan Roy,"Department of Geography and Resource Management, Mizoram University (A Central University), Aizawl, Mizoram 796004, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,TRUE,All relevant data are available from an online repository or repositories at https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1.,available in online repository,https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1.,drinking water; health risks; India; logistic regression; spatial analysis; statistical analysis,iwaponline.com -98627,13,11,https://iwaponline.com/washdev/article/13/11/910/98627/WASH-practices-increased-the-prevalence-of,"Journal of Water, Sanitation & Hygiene for Development","WASH practices increased the prevalence of malnutrition among under-five children (6–59 months) in an urban slum area in Ibadan, Nigeria",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/11/10.2166_washdev.2023.186/1/washdev0130910supp1.docx?Expires=1706163520&Signature=TqE25wf~XUM8t49w9zWrF9rM0WXruELgTEc5Bb~bp30jWqFjWIJcldQmtwkQfLkkMkEJA9--oY3dpxTkg7J62rH7R7jlLmdS767l47ZR20vxj0WsNP5qpiZ4TbEwvvvJgn4RoAJokK27kRA~NamQNRA6pV5yWZjQPflplWaCTaGwAV-4MgGIw0yb~N1jv-NDytSYUWj~30LYBdYM6G~yH0cXoFJFCrIqTyq1OC5aROqvgqnKcl24-nKcOYB~Bo-0~RnjI9xCx9~6ZGVcKDaRMlEFYY~iAev1HdwOniZavR6yI3MzL4TMuT6tyt4GmNorLgqS~4TL4mUmn-mnniFgcQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Elizabeth Oluwafolakemi Aleru,"Department of Human Nutrition and Dietetics, Faculty of Basic Medical and Health Sciences, Lead City University Ibadan, Oyo State, Nigeria",Nigeria,elizabethadedipe16@gmail.com,https://orcid.org/0000-0001-5294-8096,Elizabeth Oluwafolakemi Aleru,"Department of Human Nutrition and Dietetics, Faculty of Basic Medical and Health Sciences, Lead City University Ibadan, Oyo State, Nigeria",Nigeria,elizabethadedipe16@gmail.com,https://orcid.org/0000-0001-5294-8096,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,malnutrition; stunting; under-five children; urban slum; WASH practices; wasting,iwaponline.com -98396,13,11,https://iwaponline.com/washdev/article/13/11/921/98396/Enhancing-rural-drinking-water-safety-using-an-Mg,"Journal of Water, Sanitation & Hygiene for Development",Enhancing rural drinking water safety using an Mg–Al-type layered double hydroxide foil as a new point-of-use disinfection tool,2023,FALSE,0,NA,NA,4,Taufiq Ihsan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,taufiqihsan86@gmail.com,NA,Taufiq Ihsan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,taufiqihsan86@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,disinfection; drinking water; layered double hydroxide; pathogen adsorption; rural area,iwaponline.com +paperid,volume,issue,paper_url,journal,title,published_year,is_supp,num_supp,supp_file_type,supp_url,num_authors,first_author_name,first_author_affiliation,first_author_affiliation_country,first_author_email,first_author_orcid,correspondence_author_name,correspondence_author_affiliation,correspondence_author_affiliation_country,correspondence_author_email,correspondence_author_orcid,has_das,das,das_type,das_repo_url,keywords,doi,url_source +28742,1,1,https://iwaponline.com/washdev/article/1/1/1/28742/Editorial,"Journal of Water, Sanitation & Hygiene for Development",Editorial,2011,FALSE,0,NA,NA,6,Jamie Bartram,"Journal of Water, Sanitation and Hygiene for Development",NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +28745,1,1,https://iwaponline.com/washdev/article/1/1/3/28745/The-sanitation-ladder-a-need-for-a-revamp,"Journal of Water, Sanitation & Hygiene for Development",The sanitation ladder – a need for a revamp?,2011,FALSE,0,NA,NA,5,E. Kvarnström,"Stockholm Environment Institute, Kräftriket 2B, SE-10691 Stockholm, Sweden",Sweden,elisabeth.kvarnstrom@sei.se,NA,E. Kvarnström,"Stockholm Environment Institute, Kräftriket 2B, SE-10691 Stockholm, Sweden",Sweden,elisabeth.kvarnstrom@sei.se,NA,FALSE,NA,NA,NA,function-based; sanitation technologies; sustainability; the sanitation ladder,NA,iwaponline.com +28743,1,1,https://iwaponline.com/washdev/article/1/1/13/28743/Vertical-flow-constructed-wetlands-as-an-emerging,"Journal of Water, Sanitation & Hygiene for Development",Vertical-flow constructed wetlands as an emerging solution for faecal sludge dewatering in developing countries,2011,FALSE,0,NA,NA,6,I. M. Kengne,"Laboratory of Plant Biotechnology and Environment, Faculty of Science, University Yaoundé I, PO Box 812, Yaoundé, Cameroon",Cameroon,NA,NA,E. Soh Kengne,"Laboratory of Plant Biotechnology and Environment, Faculty of Science, University Yaoundé I, PO Box 812, Yaoundé, Cameroon",Cameroon,ives_kengne@yahoo.fr,NA,FALSE,NA,NA,NA,biosolid accumulation; Cyperus papyrus; Echinochloa pyramidalis; faecal sludge dewatering; pollutant removal efficiencies; vertical-flow constructed wetlands,NA,iwaponline.com +28744,1,1,https://iwaponline.com/washdev/article/1/1/20/28744/The-effectiveness-and-sustainability-of-two-demand,"Journal of Water, Sanitation & Hygiene for Development",The effectiveness and sustainability of two demand-driven sanitation and hygiene approaches in Zimbabwe,2011,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/1/1/10.2166_washdev.2011.015/4/015.pdf?Expires=1706026814&Signature=aK~z72sQJVXyfFFr1x8kN9RfFai9ThHg3Xuauxk4yhZ2TKJ01apTQ20-yTvpmdz5ezdfk8RpPKAfEnMneyaivPS1ZxB1NG9Fl6YR5P6ULq31vJAIlkOtwAFkzjXgjFvZhikW4W7ecfp6fwiPh9k4muyCSc47dVUsVwv~Zj4s8Ap909lcnyQj13Z9wVQce5k2NNNAeEV927OmOpk4D18~3YEZGtZrtjzTzjBvbETyZoCZd6lpPg~1i~N7fAIpunQ~PVEn93~3dyEyaOmvIAgWKFLla-vrOMczNfUOIednf-XOGacBMgJzT2pJKNG0svQv9LChEiXIwtdCNn911zH4yw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,L. Whaley,"NIWAS (National Institute for Water and Sanitation), Kolakkudipatti, Thottiyam, Trichy District, Tamil Nadu, India. Pin: 621 208",India,lukewhaley1@gmail.com,NA,L. Whaley,"NIWAS (National Institute for Water and Sanitation), Kolakkudipatti, Thottiyam, Trichy District, Tamil Nadu, India. Pin: 621 208",IND,lukewhaley1@gmail.com,NA,FALSE,NA,NA,NA,behaviour change; effectiveness; hand washing; sanitation; sustainability,NA,iwaponline.com +28746,1,1,https://iwaponline.com/washdev/article/1/1/37/28746/Performance-evaluation-of-different-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of different wastewater treatment technologies operating in a developing country,2011,FALSE,0,NA,NA,2,Sílvia C. Oliveira,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 – sala 4622, 31270-901 – Belo Horizonte, Brazil",Brazil,silvia@desa.ufmg.br,NA,Sílvia C. Oliveira,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 – sala 4622, 31270-901 – Belo Horizonte, Brazil",Brazil,silvia@desa.ufmg.br,NA,FALSE,NA,NA,NA,developing countries; effluent quality; performance evaluation; wastewater treatment,NA,iwaponline.com +28747,1,1,https://iwaponline.com/washdev/article/1/1/57/28747/Impact-of-a-natural-coagulant-pretreatment-for,"Journal of Water, Sanitation & Hygiene for Development",Impact of a natural coagulant pretreatment for colour removal on solar water disinfection (SODIS),2011,FALSE,0,NA,NA,2,Sarah A. Wilson,"Department of Civil Engineering, University of Toronto, 35 St George Street, Toronto, Ontario, M5S 1A4, Canada",Canada,sarahanne.wilson@gmail.com,NA,Sarah A. Wilson,"Department of Civil Engineering, University of Toronto, 35 St George Street, Toronto, Ontario, M5S 1A4, Canada",Canada,sarahanne.wilson@gmail.com,NA,FALSE,NA,NA,NA,drinking water; E. coli; Moringa oleifera; point of use; pretreatment; solar disinfection,NA,iwaponline.com +28748,1,1,https://iwaponline.com/washdev/article/1/1/68/28748/Comparison-and-verification-of-four-field-based,"Journal of Water, Sanitation & Hygiene for Development","Comparison and verification of four field-based microbiological tests: H2S test, Easygel®, Colilert®, Petrifilm™",2011,FALSE,0,NA,NA,3,Patty Chuang,"301 Heidinger Drive, Cary, North Carolina, 27511, USA",United States of America,NA,NA,Susan Murcott,"Mass. Institute of Technology, Civil and Environmental Engineering Dept., 77 Massachusetts Ave., 1-138 Cambridge, MA 02139, USA",United States of America,murcott@mit.edu,NA,FALSE,NA,NA,NA,Colilert®; drinking water; Easygel®; H2S; Petrifilm™; Quanti-Tray®,NA,iwaponline.com +28772,1,2,https://iwaponline.com/washdev/article/1/2/86/28772/Exploring-the-negative-space-evaluating-reasons,"Journal of Water, Sanitation & Hygiene for Development",Exploring the negative space: evaluating reasons for the failure of pro-poor targeting in urban sanitation projects,2011,FALSE,0,NA,NA,2,Guy Norman,"Postgraduate Medical School, Public Health Area, University of Surrey, UK",United Kingdom of Great Britain and Northern Ireland,g.j.norman@surrey.ac.uk,NA,Guy Norman,"Postgraduate Medical School, Public Health Area, University of Surrey, UK",United Kingdom of Great Britain and Northern Ireland,g.j.norman@surrey.ac.uk,NA,FALSE,NA,NA,NA,pro-poorness; Senegal; sewerage; targeting; World Bank,NA,iwaponline.com +28767,1,2,https://iwaponline.com/washdev/article/1/2/102/28767/Efficacy-of-a-ceramic-siphon-household-water,"Journal of Water, Sanitation & Hygiene for Development",Efficacy of a ceramic siphon household water filter for removal of pathogenic microorganisms: lifespan volume test,2011,FALSE,0,NA,NA,3,Amanda R. Kaufman,"Department of Environmental Sciences and Engineering CB#7431, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,Amanda.Kaufman@unc.edu,NA,Amanda R. Kaufman,"Department of Environmental Sciences and Engineering CB#7431, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,Amanda.Kaufman@unc.edu,NA,FALSE,NA,NA,NA,ceramic siphon water filter; diarrhoeal diseases; E. coli; MS2; point of use,NA,iwaponline.com +28768,1,2,https://iwaponline.com/washdev/article/1/2/112/28768/Efficacy-of-an-appropriate-point-of-use-water,"Journal of Water, Sanitation & Hygiene for Development","Efficacy of an appropriate point-of-use water treatment intervention for low-income communities in India utilizing Moringa oleifera, sari-cloth filtration and solar UV disinfection",2011,FALSE,0,NA,NA,8,Syed Imran Ali,"School of Engineering, University of Guelph, Guelph, Canada",Canada,alis@uoguelph.ca,NA,Syed Imran Ali,"School of Engineering, University of Guelph, Guelph, Canada",Canada,alis@uoguelph.ca,NA,FALSE,NA,NA,NA,appropriate technology; Moringa oleifera; point-of-use; sari-cloth filtration; SODIS; water treatment,NA,iwaponline.com +28769,1,2,https://iwaponline.com/washdev/article/1/2/124/28769/Coupling-microbiological-testing-and-sanitary,"Journal of Water, Sanitation & Hygiene for Development","Coupling microbiological testing and sanitary surveys in drinking water quality programs: results from Capiz Province, Philippines",2011,FALSE,0,NA,NA,3,J. Molly Patrick,"211 Randolph St NE Unit C, Atlanta, GA 30312, USA",United States of America,vej7@cdc.gov,NA,J. Molly Patrick,"211 Randolph St NE Unit C, Atlanta, GA 30312, USA",United States of America,vej7@cdc.gov,NA,FALSE,NA,NA,NA,drinking water; microbiological testing; point sources; sanitary surveys; water safety,NA,iwaponline.com +28770,1,2,https://iwaponline.com/washdev/article/1/2/136/28770/Assessing-and-managing-fluorosis-risk-in-children,"Journal of Water, Sanitation & Hygiene for Development","Assessing and managing fluorosis risk in children and adults in rural Madhya Pradesh, India",2011,FALSE,0,NA,NA,6,Sam Godfrey,"Water and Environmental Sanitation, UNICEF, Maputo, Mozambique",Mozambique,sgodfrey@unicef.org,NA,Sam Godfrey,"Water and Environmental Sanitation, UNICEF, Maputo, Mozambique",Mozambique,sgodfrey@unicef.org,NA,FALSE,NA,NA,NA,fluorosis; health-based targets; quantitative chemical risk assessment,NA,iwaponline.com +28771,1,2,https://iwaponline.com/washdev/article/1/2/144/28771/Evaluating-performance-of-vertical-flow,"Journal of Water, Sanitation & Hygiene for Development",Evaluating performance of vertical flow constructed wetland under various hydraulic loading rates in effluent polishing,2011,FALSE,0,NA,NA,3,C. W. Maina,"Department of Agricultural Engineering, Egerton University, P.O. Box 536 – 20115, Nairobi, Kenya",Kenya,mainawcaroline@gmail.com,NA,C. W. Maina,"Department of Agricultural Engineering, Egerton University, P.O. Box 536 – 20115, Nairobi, Kenya",Kenya,mainawcaroline@gmail.com,NA,FALSE,NA,NA,NA,constructed wetland; hydraulic loading rates; hydraulics; treatment efficiency,NA,iwaponline.com +28774,1,3,https://iwaponline.com/washdev/article/1/3/153/28774/Impact-of-intestinal-microorganisms-and-protozoan,"Journal of Water, Sanitation & Hygiene for Development","Impact of intestinal microorganisms and protozoan parasites on drinking water quality in Harare, Zimbabwe",2011,FALSE,0,NA,NA,3,Tatenda Dalu,"Aquatic Ecology Research Group, Department of Biological Sciences, University of Zimbabwe, P. O. Box MP 167, Mount Pleasant, Harare, Zimbabwe",Zimbabwe,tdalu@science.uz.ac.zw,NA,Tatenda Dalu,"Aquatic Ecology Research Group, Department of Biological Sciences, University of Zimbabwe, P. O. Box MP 167, Mount Pleasant, Harare, Zimbabwe",Zimbabwe,tdalu@science.uz.ac.zw,NA,FALSE,NA,NA,NA,coliforms; drinking water; Harare; microorganisms; parasites; protozoa,NA,iwaponline.com +28775,1,3,https://iwaponline.com/washdev/article/1/3/165/28775/Inactivation-of-rotavirus-in-water-by-copper-pot,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of rotavirus in water by copper pot,2011,FALSE,0,NA,NA,5,V. B. Preethi Sudha,"Centre for Pharmacognosy, Pharmaceutics and Pharmacology, Institute of Ayurveda and Integrated Medicine (IAIM), 74/2, Jarakabande Kaval, Yelahanka via Attur, Bangalore – 5600106, Karnataka, India",India,preethi.s@frlht.org,NA,V. B. Preethi Sudha,"Centre for Pharmacognosy, Pharmaceutics and Pharmacology, Institute of Ayurveda and Integrated Medicine (IAIM), 74/2, Jarakabande Kaval, Yelahanka via Attur, Bangalore – 5600106, Karnataka, India",India,preethi.s@frlht.org,NA,FALSE,NA,NA,NA,ayurveda; copper; diarrhoea; rotavirus; water,NA,iwaponline.com +28776,1,3,https://iwaponline.com/washdev/article/1/3/171/28776/Rainwater-harvesting-practices-and-attitudes-in,"Journal of Water, Sanitation & Hygiene for Development",Rainwater harvesting practices and attitudes in the Mekong Delta of Vietnam,2011,FALSE,0,NA,NA,6,Semra Özdemir,"Gillings Global School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,semramir@gmail.com,NA,Semra Özdemir,"Gillings Global School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,semramir@gmail.com,NA,FALSE,NA,NA,NA,attitudes; improved drinking water; perception; rainwater; Vietnam,NA,iwaponline.com +28777,1,3,https://iwaponline.com/washdev/article/1/3/179/28777/Economies-of-scale-in-the-water-sector-a-survey-of,"Journal of Water, Sanitation & Hygiene for Development",Economies of scale in the water sector: a survey of the empirical literature,2011,FALSE,0,NA,NA,3,Gustavo Ferro,"Instituto de Economía UADE and CONICET, Universidad Argentina de la Empresa and Consejo Nacional de Investigaciones Científicas y Técnicas – National Council of Scientific and Technical Research, Lima 717, (1073) Buenos Aires, Argentina",Argentina,gferro@uade.edu.ar,NA,Gustavo Ferro,"Instituto de Economía UADE and CONICET, Universidad Argentina de la Empresa and Consejo Nacional de Investigaciones Científicas y Técnicas – National Council of Scientific and Technical Research, Lima 717, (1073) Buenos Aires, Argentina",Argentina,gferro@uade.edu.ar,NA,FALSE,NA,NA,NA,decentralization; economies of scale; efficiency; water,NA,iwaponline.com +28778,1,3,https://iwaponline.com/washdev/article/1/3/195/28778/Effect-of-transparent-covers-for-collection,"Journal of Water, Sanitation & Hygiene for Development",Effect of transparent covers for collection chambers of urine-diverting dry toilets on dehydration of faecal waste,2011,FALSE,0,NA,NA,1,Jörn Germer,"University of Hohenheim, Institute of Plant Production and Agroecology in the Tropics and Subtropics, 70593 Stuttgart, Germany",Germany,jgermer@uni-hohenheim.de,NA,Jörn Germer,"University of Hohenheim, Institute of Plant Production and Agroecology in the Tropics and Subtropics, 70593 Stuttgart, Germany",Germany,jgermer@uni-hohenheim.de,NA,FALSE,NA,NA,NA,collection chamber; dehydration; faecal matter; pathogen inactivation; temperature; ventilation; urine-diverting dry toilet,NA,iwaponline.com +28779,1,3,https://iwaponline.com/washdev/article/1/3/205/28779/Bridging-sanitation-engineering-and-planning,"Journal of Water, Sanitation & Hygiene for Development",Bridging sanitation engineering and planning: theory and practice in Burkina Faso,2011,FALSE,0,NA,NA,4,Jennifer McConville,"CIT Urban Water Management AB, Årstaängsvägen 1A, SE-117 43 Stockholm, Sweden",Sweden,jennifer.mcconville@cit.chalmers.se,NA,Jennifer McConville,"CIT Urban Water Management AB, Årstaängsvägen 1A, SE-117 43 Stockholm, Sweden",Sweden,jennifer.mcconville@cit.chalmers.se,NA,FALSE,NA,NA,NA,planning theory; process; sanitation; service provision,NA,iwaponline.com +28800,1,4,https://iwaponline.com/washdev/article/1/4/213/28800/Fluoride-removal-from-drinking-water-in-Senegal,"Journal of Water, Sanitation & Hygiene for Development",Fluoride removal from drinking water in Senegal: laboratory and pilot experimentation on bone char-based treatment,2011,FALSE,0,NA,NA,3,Sabrina Sorlini,"Faculty of Engineering, University of Brescia, via Branze 43, 25123 Brescia, Italy",Italy,sabrina.sorlini@ing.unibs.it,NA,Sabrina Sorlini,"Faculty of Engineering, University of Brescia, via Branze 43, 25123 Brescia, Italy",Italy,sabrina.sorlini@ing.unibs.it,NA,FALSE,NA,NA,NA,animal bone char; defluoridation technique; drinking water; fluoride; Senegal,NA,iwaponline.com +28801,1,4,https://iwaponline.com/washdev/article/1/4/224/28801/The-role-of-social-networks-on-the-uptake-of,"Journal of Water, Sanitation & Hygiene for Development",The role of social networks on the uptake of household water filters by women in self-help groups in rural India,2011,FALSE,0,NA,NA,4,Victoria Trinies,"Department of Environmental Health Sciences, Mailman School of Public Health, Columbia University, New York, NY, USA",United States of America,NA,NA,Matthew C. Freeman,"Environmental Health Group, Faculty of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, London, UK",United Kingdom of Great Britain and Northern Ireland,mcfreem@emory.edu,NA,FALSE,NA,NA,NA,decision-making; HWTS; India; self-help groups; social network; water filter,NA,iwaponline.com +28802,1,4,https://iwaponline.com/washdev/article/1/4/233/28802/Turbidity-tubes-for-drinking-water-quality,"Journal of Water, Sanitation & Hygiene for Development",Turbidity tubes for drinking water quality assessments,2011,FALSE,0,NA,NA,2,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6",Canada,caetanodorea@hotmail.com,NA,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6",Canada,caetanodorea@hotmail.com,NA,FALSE,NA,NA,NA,aesthetics; transparency; tube; turbidity; visual extinction,NA,iwaponline.com +28803,1,4,https://iwaponline.com/washdev/article/1/4/242/28803/A-comparative-assessment-of-institutional,"Journal of Water, Sanitation & Hygiene for Development",A comparative assessment of institutional frameworks for managing drinking water quality,2011,FALSE,0,NA,NA,5,Zarah Rahman,"The Aquaya Institute, 1004B O'Reilly Avenue, San Francisco, CA 94129, USA",United States of America,zarah@aquaya.org,NA,Zarah Rahman,"The Aquaya Institute, 1004B O'Reilly Avenue, San Francisco, CA 94129, USA",United States of America,zarah@aquaya.org,NA,FALSE,NA,NA,NA,institutional arrangements; operational monitoring; surveillance; water quality; water quality testing,NA,iwaponline.com +28804,1,4,https://iwaponline.com/washdev/article/1/4/259/28804/A-novel-community-based-water-recreation-area-for,"Journal of Water, Sanitation & Hygiene for Development",A novel community-based water recreation area for schistosomiasis control in rural Ghana,2011,FALSE,0,NA,NA,6,Karen Claire Kosinski,"Community Health Program, Tufts University, 112 Packard Avenue, Medford, MA 02155, USA",United States of America,karen.kosinski@tufts.edu,NA,Karen Claire Kosinski,"Community Health Program, Tufts University, 112 Packard Avenue, Medford, MA 02155, USA",United States of America,karen.kosinski@tufts.edu,NA,FALSE,NA,NA,NA,primary prevention; public health engineering; recreation; Schistosoma haematobium; urogenital schistosomiasis; water,NA,iwaponline.com +28805,1,4,https://iwaponline.com/washdev/article/1/4/269/28805/Confronting-culture-to-overcome-sector-failure,"Journal of Water, Sanitation & Hygiene for Development",Confronting culture to overcome sector failure: sanitation in Indonesia,2011,FALSE,0,NA,NA,1,Wayne C. White,"Foresight Associates, Johns Creek, GA, USA",United States of America,wayne@waynecwhite.com,NA,Wayne C. White,"Foresight Associates, Johns Creek, GA, USA",United States of America,wayne@waynecwhite.com,NA,FALSE,NA,NA,NA,culture; Indonesia; sanitation; transformational development; values,NA,iwaponline.com +28806,2,1,https://iwaponline.com/washdev/article/2/1/1/28806/Effect-of-first-flush-on-storage-reliability-yield,"Journal of Water, Sanitation & Hygiene for Development",Effect of first flush on storage-reliability-yield of rainwater harvesting,2012,FALSE,0,NA,NA,2,Kelly C. Doyle,"Montgomery Associates: Resource Solutions, 119 South Main Street, Cottage Grove, WI 53527, USA",United States of America,NA,NA,Peter Shanahan,"Department of Civil and Environmental Engineering, Massachusetts Institute of Technology, 77 Massachusetts Avenue, Cambridge, MA 02139, USA",United States of America,peteshan@mit.edu,NA,FALSE,NA,NA,NA,first flush; rainwater harvesting; storage-reliability-yield; water supply,NA,iwaponline.com +28807,2,1,https://iwaponline.com/washdev/article/2/1/10/28807/Development-of-residential-water-demand-model-for,"Journal of Water, Sanitation & Hygiene for Development","Development of residential water demand model for a densely populated area of Jaipur City, India",2012,FALSE,0,NA,NA,3,Mahender Choudhary,"Department of Civil Engineering, Malaviya National Institute of Technology, Jaipur, India",India,mah_thory@yahoo.co.in,NA,Mahender Choudhary,"Department of Civil Engineering, Malaviya National Institute of Technology, Jaipur, India",India,mah_thory@yahoo.co.in,NA,FALSE,NA,NA,NA,asset score (AS); econometric water demand model; ordinary least squared (OLS); residential water use (RWU),NA,iwaponline.com +28808,2,1,https://iwaponline.com/washdev/article/2/1/20/28808/Assessing-sustainability-of-community-management,"Journal of Water, Sanitation & Hygiene for Development",Assessing sustainability of community management of rural water systems in the developing world,2012,FALSE,0,NA,NA,2,Ryan W. Schweitzer,"Civil & Environmental Engineering, University of South Florida, 4202 East Fowler Ave, ENG 134 Tampa, FL 33620, USA",United States of America,rschweit@mail.usf.edu,NA,Ryan W. Schweitzer,"Civil & Environmental Engineering, University of South Florida, 4202 East Fowler Ave, ENG 134 Tampa, FL 33620, USA",United States of America,rschweit@mail.usf.edu,NA,FALSE,NA,NA,NA,community management; Millennium Development Goals; rural water supply; sustainability assessment,NA,iwaponline.com +28809,2,1,https://iwaponline.com/washdev/article/2/1/31/28809/Development-and-testing-of-a-water-efficient,"Journal of Water, Sanitation & Hygiene for Development","Development and testing of a water-efficient laundry system in informal settlements of eThekwini municipality, South Africa",2012,FALSE,0,NA,NA,7,S. Mathenjwa,"School of Chemical Engineering, University of KwaZulu-Natal, Howard College Campus, Durban, South Africa",South Africa,NA,NA,E. Roma,"Pollution Research Group, School of Chemical Engineering, University of KwaZulu-Natal, Howard College Campus, Durban, South Africa",South Africa,roma@ukzn.ac.za,NA,FALSE,NA,NA,NA,community water supply; countercurrent; washing efficiency; water conservation,NA,iwaponline.com +28810,2,1,https://iwaponline.com/washdev/article/2/1/40/28810/The-participatory-process-in-environmental,"Journal of Water, Sanitation & Hygiene for Development",The participatory process in environmental sanitation issues: how does it reverberate in printed media?,2012,FALSE,0,NA,NA,6,Silmara Machado Teixeira,"The Environment Secretariat, Belo Horizonte City Hall, Brazil",Brazil,NA,NA,Léo Heller,"Av. Antônio Carlos, 6627, ZIP code 31.270-901, Belo Horizonte, Brazil; Department of Sanitary and Environmental Engineering, Universidade Federal de Minas Gerais, Brazil",Brazil,heller@desa.ufmg.br,NA,FALSE,NA,NA,NA,conflict; environmental justice; participation; pollution; sanitation; water,NA,iwaponline.com +28811,2,1,https://iwaponline.com/washdev/article/2/1/50/28811/Menstrual-hygiene-in-Ugandan-schools-an,"Journal of Water, Sanitation & Hygiene for Development",Menstrual hygiene in Ugandan schools: an investigation of low-cost sanitary pads,2012,FALSE,0,NA,NA,2,Tracey Crofts,Freelance Consultant,NA,NA,NA,Julie Fisher,"Research Associate, Water, Engineering and Development Centre (WEDC), Loughborough University, Loughborough, UK",United Kingdom of Great Britain and Northern Ireland,j.fisher1@lboro.ac.uk,NA,FALSE,NA,NA,NA,girls; hygiene; menstruation; pads; sanitation; schools,NA,iwaponline.com +30016,2,2,https://iwaponline.com/washdev/article/2/2/59/30016/Open-trickling-filter-an-innovative-cheap-and,"Journal of Water, Sanitation & Hygiene for Development","Open trickling filter: an innovative, cheap and simple form of post-treatment of sanitary effluents from anaerobic reactors in small communities",2012,FALSE,0,NA,NA,2,P. C. Vieira,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627, Escola de Engenharia, Bloco 1, sala 4622, 31270–901 Belo Horizonte, Brazil",Brazil,NA,NA,M. von Sperling,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627, Escola de Engenharia, Bloco 1, sala 4622, 31270–901 Belo Horizonte, Brazil",Brazil,marcos@desa.ufmg.br,NA,FALSE,NA,NA,NA,construction cost; domestic sewage; open trickling filter; performance; UASB reactor,NA,iwaponline.com +30017,2,2,https://iwaponline.com/washdev/article/2/2/68/30017/Sludge-removal-from-primary-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Sludge removal from primary wastewater stabilization ponds with excessive accumulation: a sustainable method for developing regions,2012,FALSE,0,NA,NA,3,Stewart M. Oakley,"Department of Civil Engineering, California State University, Chico, California 95929-0930, USA",United States of America,soakley@csuchico.edu,NA,Stewart M. Oakley,"Department of Civil Engineering, California State University, Chico, California 95929-0930, USA",United States of America,soakley@csuchico.edu,NA,FALSE,NA,NA,NA,desludging stabilization ponds; sludge drying; sludge removal; sustainable sludge management; wastewater stabilization ponds,NA,iwaponline.com +30018,2,2,https://iwaponline.com/washdev/article/2/2/79/30018/Impact-of-climate-and-bulking-materials-on,"Journal of Water, Sanitation & Hygiene for Development",Impact of climate and bulking materials on characteristics of compost from ecological toilets,2012,FALSE,0,NA,NA,3,James W. McKinley,"Center for Water and Environmental Sanitation, Department of Science and Technology, University of San Simón, P.O. Box 5783, Cochabamba, Bolivia",Bolivia (Plurinational State of),jmckinley089@gmail.com,NA,James W. McKinley,"Center for Water and Environmental Sanitation, Department of Science and Technology, University of San Simón, P.O. Box 5783, Cochabamba, Bolivia",Bolivia (Plurinational State of),jmckinley089@gmail.com,NA,FALSE,NA,NA,NA,Ascaris; compost; ecological sanitation; urine-diversion dehydration toilet,NA,iwaponline.com +30019,2,2,https://iwaponline.com/washdev/article/2/2/87/30019/Optimizing-the-solar-water-disinfection-SODIS,"Journal of Water, Sanitation & Hygiene for Development",Optimizing the solar water disinfection (SODIS) method by decreasing turbidity with NaCl,2012,FALSE,0,NA,NA,2,Brittney Dawney,"Department of Civil Engineering, Queen's University, Kingston, ON, Canada",Canada,NA,NA,Joshua M. Pearce,"Department of Materials Science & Engineering and Department of Electrical & Computer Engineering, Michigan Technological University, Houghton, MI, USA",United States of America,pearce@mtu.edu,NA,FALSE,NA,NA,NA,drinking water; flocculation; sanitation; SODIS; sodium; turbidity,NA,iwaponline.com +30020,2,2,https://iwaponline.com/washdev/article/2/2/95/30020/Potential-of-community-prepared-wooden-charcoal-of,"Journal of Water, Sanitation & Hygiene for Development",Potential of community prepared wooden charcoal of Assam (India) for As(III) removal through batch and continuous column studies,2012,FALSE,0,NA,NA,2,Kamal Uddin Ahamad,"Department of Civil Engineering, Tezpur University, Napaam 784028, Assam, India",India,kahamad@tezu.ernet.in,NA,Kamal Uddin Ahamad,"Department of Civil Engineering, Tezpur University, Napaam 784028, Assam, India",India,kahamad@tezu.ernet.in,NA,FALSE,NA,NA,NA,adsorption; arsenic removal; batch studies; breakthrough analysis; continuous column studies; wooden charcoal,NA,iwaponline.com +30013,2,2,https://iwaponline.com/washdev/article/2/2/103/30013/A-conceptual-framework-to-evaluate-the-outcomes,"Journal of Water, Sanitation & Hygiene for Development",A conceptual framework to evaluate the outcomes and impacts of water safety plans,2012,FALSE,0,NA,NA,3,Richard J. Gelting,"Global Water, Sanitation and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA",United States of America,rgelting@cdc.gov,NA,Richard J. Gelting,"Global Water, Sanitation and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA",United States of America,rgelting@cdc.gov,NA,FALSE,NA,NA,NA,drinking water; evaluation; impacts; logic model; outcomes; Water Safety Plans,NA,iwaponline.com +30014,2,2,https://iwaponline.com/washdev/article/2/2/112/30014/Water-resources-management-in-central-northern,"Journal of Water, Sanitation & Hygiene for Development",Water resources management in central northern Namibia using empirically grounded modelling,2012,FALSE,0,NA,NA,1,M. Zimmermann,"Technische Universität Darmstadt, Department of Civil Engineering and Geodesy, Institute IWAR, Chair of Water Supply and Groundwater Protection, Petersenstr. 13, 64287 Darmstadt, Germany",Germany,m.zimmermann@iwar.tu-darmstadt.de,NA,M. Zimmermann,"Technische Universität Darmstadt, Department of Civil Engineering and Geodesy, Institute IWAR, Chair of Water Supply and Groundwater Protection, Petersenstr. 13, 64287 Darmstadt, Germany",Germany,m.zimmermann@iwar.tu-darmstadt.de,NA,FALSE,NA,NA,NA,empirically grounded modelling; grounded theory; integrated water resources management; northern Namibia; sustainability; systems analysis,NA,iwaponline.com +30015,2,2,https://iwaponline.com/washdev/article/2/2/124/30015/Applying-the-Household-Centered-Environmental,"Journal of Water, Sanitation & Hygiene for Development",Applying the Household-Centered Environmental Sanitation planning approach: a case study from Nepal,2012,FALSE,0,NA,NA,3,Mingma Gyalzen Sherpa,"Environmental Engineering and Management, Asian Institute of Technology, PO Box 4, Klong Laung Pathumthani 12120, Thailand",Thailand,ming_sherpa527@yahoo.co.uk,NA,Mingma Gyalzen Sherpa,"Environmental Engineering and Management, Asian Institute of Technology, PO Box 4, Klong Laung Pathumthani 12120, Thailand",Thailand,ming_sherpa527@yahoo.co.uk,NA,FALSE,NA,NA,NA,decentralized sanitation; environmental sanitation; HCES; participatory planning,NA,iwaponline.com +30021,2,3,https://iwaponline.com/washdev/article/2/3/133/30021/Removal-of-cyanobacteria-by-slow-sand-filtration,"Journal of Water, Sanitation & Hygiene for Development",Removal of cyanobacteria by slow sand filtration for drinking water,2012,FALSE,0,NA,NA,5,Silvano Porto Pereira,"Department of Hydraulic and Environmental Engineering, Federal University of Ceará, Campus do Pici, Bloco 713, Fortaleza, Brazil CEP 60451-970 and Water and Sewage Company of Ceará (CAGECE), Av. Dr. Lauro Vieira Chaves, 1030 Vila União, Fortaleza, Brazil CEP 60422-901",Brazil,silvanopereira@terra.com.br,NA,Silvano Porto Pereira,"Department of Hydraulic and Environmental Engineering, Federal University of Ceará, Campus do Pici, Bloco 713, Fortaleza, Brazil CEP 60451-970 and Water and Sewage Company of Ceará (CAGECE), Av. Dr. Lauro Vieira Chaves, 1030 Vila União, Fortaleza, Brazil CEP 60422-901",BRA,silvanopereira@terra.com.br,NA,FALSE,NA,NA,NA,cyanobacteria; drinking water; pre-filtration; slow sand filtration,NA,iwaponline.com +30022,2,3,https://iwaponline.com/washdev/article/2/3/146/30022/Cross-contamination-of-distributed-drinking-water,"Journal of Water, Sanitation & Hygiene for Development",Cross-contamination of distributed drinking water as the cause of waterborne outbreaks in Armenia 1992–2010,2012,FALSE,0,NA,NA,4,Emma Anakhasyan,"Norwegian University of Life Sciences, 1432 ÅsNorway",Norway,emmaanakhasyan@mail.ru,NA,Emma Anakhasyan,"Norwegian University of Life Sciences, 1432 ÅsNorway",NOR,emmaanakhasyan@mail.ru,NA,FALSE,NA,NA,NA,delivery interruptions; microbial water contamination; water and sanitation; waterborne outbreaks; water distribution,NA,iwaponline.com +30023,2,3,https://iwaponline.com/washdev/article/2/3/157/30023/User-perceptions-of-participatory-planning-in,"Journal of Water, Sanitation & Hygiene for Development",User perceptions of participatory planning in urban environmental sanitation,2012,FALSE,0,NA,NA,2,Christoph Lüthi,"Department for Water and Sanitation in Developing Countries (SANDEC), Swiss Federal Institute of Aquatic Science and Technology, Eawag, P.O. Box 611, 8600 Dübendorf, Switzerland",Switzerland,christoph.luthi@eawag.ch,NA,Christoph Lüthi,"Department for Water and Sanitation in Developing Countries (SANDEC), Swiss Federal Institute of Aquatic Science and Technology, Eawag, P.O. Box 611, 8600 Dübendorf, Switzerland",Switzerland,christoph.luthi@eawag.ch,NA,FALSE,NA,NA,NA,community participation; environmental sanitation; social capital; user preferences,NA,iwaponline.com +30024,2,3,https://iwaponline.com/washdev/article/2/3/168/30024/Water-meanings-sanitation-practices-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Water meanings, sanitation practices and hygiene behaviours in the cultural mirror: a perspective from Nigeria",2012,FALSE,0,NA,NA,1,Emmanuel M. Akpabio,"Department of Geography & Regional Planning, Faculty of Social Sciences, University of Uyo, P. O. Box 4223, Uyo, Akwa Ibom State, Nigeria and Currently serving as AvH Fellow, Center for Development Research (ZEF), University of Bonn, Walter-Flex-Str.3, 53113 Bonn, Germany",Germany,emakpabio@yahoo.com,NA,Emmanuel M. Akpabio,"Department of Geography & Regional Planning, Faculty of Social Sciences, University of Uyo, P. O. Box 4223, Uyo, Akwa Ibom State, Nigeria and Currently serving as AvH Fellow, Center for Development Research (ZEF), University of Bonn, Walter-Flex-Str.3, 53113 Bonn, Germany",Germany,emakpabio@yahoo.com,NA,FALSE,NA,NA,NA,beliefs; culture; hygiene behaviours; Nigeria; sanitation practices; water,NA,iwaponline.com +30025,2,3,https://iwaponline.com/washdev/article/2/3/182/30025/Assessment-of-social-acceptance-and-scope-of,"Journal of Water, Sanitation & Hygiene for Development",Assessment of social acceptance and scope of scaling up urine diversion dehydration toilets in Kenya,2012,FALSE,0,NA,NA,5,S. M. N. Uddin,"Graduate School of Environmental Studies, Nagoya University, Nagoya 464-8601, Japan",Japan,nazimiwfmbuet@gmail.com,NA,S. M. N. Uddin,"Graduate School of Environmental Studies, Nagoya University, Nagoya 464-8601, Japan",Japan,nazimiwfmbuet@gmail.com,NA,FALSE,NA,NA,NA,participatory approaches; scaling up; social acceptance; urine diversion dehydration toilet (UDDT),NA,iwaponline.com +30026,2,3,https://iwaponline.com/washdev/article/2/3/190/30026/European-Union-support-for-sanitation-in-sub,"Journal of Water, Sanitation & Hygiene for Development",European Union support for sanitation in sub-Saharan Africa: aid flows and effectiveness,2012,FALSE,0,NA,NA,4,A. Cotton,"WEDC, Loughborough University, Loughborough, LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,a.p.cotton@lboro.ac.uk,NA,A. Cotton,"WEDC, Loughborough University, Loughborough, LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,a.p.cotton@lboro.ac.uk,NA,FALSE,NA,NA,NA,aid effectiveness; donor support; financing; monitoring; policy; sanitation,NA,iwaponline.com +30027,2,3,https://iwaponline.com/washdev/article/2/3/200/30027/A-practical-course-on-filter-assessment-for-water,"Journal of Water, Sanitation & Hygiene for Development",A practical course on filter assessment for water treatment plant operators,2012,FALSE,0,NA,NA,2,S. J. van Staden,"Department of Civil Engineering Science, University of Johannesburg, PO Box 524, Auckland Park, 2006, South Africa",South Africa,samvs@uj.ac.za,NA,S. J. van Staden,"Department of Civil Engineering Science, University of Johannesburg, PO Box 524, Auckland Park, 2006, South Africa",South Africa,samvs@uj.ac.za,NA,FALSE,NA,NA,NA,filter assessment; filter course; skills development; technology transfer; treatment training,NA,iwaponline.com +30028,2,3,https://iwaponline.com/washdev/article/2/3/205/30028/A-comprehensive-index-to-assess-the-sustainability,"Journal of Water, Sanitation & Hygiene for Development",A comprehensive index to assess the sustainability of water and sanitation management systems,2012,FALSE,0,NA,NA,8,M. A. Iribarnegaray,"Research Institute on Non-Conventional Energy Sources (INENCO), National Agency for the Advancement of Science and Technology (ANPCyT), UNSa, Avda. Bolivia 5150, A4408FVY Salta, Argentina",Argentina,NA,NA,L. Seghezzo,"National Council of Scientific and Technical Research (CONICET) - INENCO - UNSa., Avda. Bolivia 5150, A4408FVY, Salta, Argentina",Argentina,Lucas.Seghezzo@wur.nl,NA,FALSE,NA,NA,NA,Argentina; management systems; Salta; sanitation; sustainability; water,NA,iwaponline.com +29805,2,4,https://iwaponline.com/washdev/article/2/4/223/29805/Sachet-drinking-water-in-Ghana-s-Accra-Tema,"Journal of Water, Sanitation & Hygiene for Development","Sachet drinking water in Ghana's Accra-Tema metropolitan area: past, present, and future",2012,FALSE,0,NA,NA,3,Justin Stoler,"Department of Geography and Regional Studies, University of Miami,1000 Memorial Drive, Coral Gables, FL 33124, USA",United States of America,stoler@miami.edu,NA,Justin Stoler,"Department of Geography and Regional Studies, University of Miami,1000 Memorial Drive, Coral Gables, FL 33124, USA",United States of America,stoler@miami.edu,NA,FALSE,NA,NA,NA,Africa; drinking water; Ghana; infrastructure; poverty; sachets,NA,iwaponline.com +29806,2,4,https://iwaponline.com/washdev/article/2/4/241/29806/Rainwater-harvesting-in-rural-Trinidad-a-cross,"Journal of Water, Sanitation & Hygiene for Development","Rainwater harvesting in rural Trinidad; a cross sectional, observational study",2012,FALSE,0,NA,NA,5,Jonathan M. E. Dean,"The Norwich School of Medicine, University of East Anglia, Norwich NR4 7TJ, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Paul R. Hunter,"The Norwich School of Medicine, University of East Anglia, Norwich NR4 7TJ, UK",United Kingdom of Great Britain and Northern Ireland,Paul.Hunter@uea.ac.uk,NA,FALSE,NA,NA,NA,cross-sectional survey; drinking water; rainwater harvesting; risk perception,NA,iwaponline.com +29807,2,4,https://iwaponline.com/washdev/article/2/4/250/29807/Microbiological-quality-of-chlorinated-water-after,"Journal of Water, Sanitation & Hygiene for Development",Microbiological quality of chlorinated water after storage in ceramic pots,2012,FALSE,0,NA,NA,2,Clair Null,"Rollins School of Public Health, Emory University, 1518 Clifton Road Northeast, Atlanta, GA 30329, USA",United States of America,clair.null@emory.edu,NA,Clair Null,"Rollins School of Public Health, Emory University, 1518 Clifton Road Northeast, Atlanta, GA 30329, USA",United States of America,clair.null@emory.edu,NA,FALSE,NA,NA,NA,ceramic pots; chlorination; household water treatment; recontamination; safe storage,NA,iwaponline.com +29808,2,4,https://iwaponline.com/washdev/article/2/4/254/29808/Evaluation-of-DEWATS-in-Java-Indonesia,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of DEWATS in Java, Indonesia",2012,FALSE,0,NA,NA,3,S. M. Kerstens,"DHV B.V, Short-term Consultant to Urban Sanitation Development Program (USDP) Project, Jl. Pambaru 1 No. 1, Pejompongan, Jakarta, Indonesia",Indonesia,sjoerd.kerstens@dhv.com,NA,S. M. Kerstens,"DHV B.V, Short-term Consultant to Urban Sanitation Development Program (USDP) Project, Jl. Pambaru 1 No. 1, Pejompongan, Jakarta, Indonesia",Indonesia,sjoerd.kerstens@dhv.com,NA,FALSE,NA,NA,NA,DEWATS; financial; Indonesia; performance evaluation; sanitation; technical,NA,iwaponline.com +29809,2,4,https://iwaponline.com/washdev/article/2/4/266/29809/Investigating-the-dynamic-interactions-between,"Journal of Water, Sanitation & Hygiene for Development","Investigating the dynamic interactions between supply and demand for rural sanitation, Malawi",2012,FALSE,0,NA,NA,4,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",Australia,ben_cole_h2o@mac.com,NA,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",AUS,ben_cole_h2o@mac.com,NA,FALSE,NA,NA,NA,constraints; financing; motivators; sanitation; social marketing,NA,iwaponline.com +29810,2,4,https://iwaponline.com/washdev/article/2/4/279/29810/Life-cycle-costs-approach-LCCA-for-sustainable,"Journal of Water, Sanitation & Hygiene for Development","Life-cycle costs approach (LCCA) for sustainable water service delivery: a study in rural Andhra Pradesh, India",2012,FALSE,0,NA,NA,5,V. Ratna Reddy,"Livelihoods and Natural Resources Management Institute, 12-2-417/18 Saradanagar, Hyderabad-500067",Nepal,vratnareddy@lnrmi.ac.in,NA,V. Ratna Reddy,"Livelihoods and Natural Resources Management Institute, 12-2-417/18 Saradanagar, Hyderabad-500067",NPL,vratnareddy@lnrmi.ac.in,NA,FALSE,NA,NA,NA,drinking water; financial analysis; India; life-cycle costs; rural Andhra Pradesh; sustainable service,NA,iwaponline.com +29811,2,4,https://iwaponline.com/washdev/article/2/4/291/29811/SISAR-a-sustainable-management-model-for-small,"Journal of Water, Sanitation & Hygiene for Development",SISAR: a sustainable management model for small rural decentralized water and wastewater systems in developing countries,2012,FALSE,0,NA,NA,1,Alejandro Meleg,"MACS Management & Consulting Services GmbH, Arnburgerstr. 64, 60385, Frankfurt/Main, Germany",Germany,alejandro.meleg@macsonline.de,NA,Alejandro Meleg,"MACS Management & Consulting Services GmbH, Arnburgerstr. 64, 60385, Frankfurt/Main, Germany",Germany,alejandro.meleg@macsonline.de,NA,FALSE,NA,NA,NA,community participation; regional rural sanitation model; self-administration and financially sustainable management,NA,iwaponline.com +30031,3,1,https://iwaponline.com/washdev/article/3/1/1/30031/Evaluation-of-sanitation-and-wastewater-treatment,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of sanitation and wastewater treatment technologies: case studies from India,2013,FALSE,0,NA,NA,5,M. Starkl,"Centre for Environmental Management and Decision Support (CEMDS) and University of Natural Resources and Life Sciences, Vienna, Austria",Austria,markus.starkl@boku.ac.at,NA,M. Starkl,"Centre for Environmental Management and Decision Support (CEMDS) and University of Natural Resources and Life Sciences, Vienna, Austria",Austria,markus.starkl@boku.ac.at,NA,FALSE,NA,NA,NA,biogas; DEWATS; ecosan; MSF (multiple stage filtration); septic tank; SIBF (solid immobilized biofilter),NA,iwaponline.com +30032,3,1,https://iwaponline.com/washdev/article/3/1/12/30032/Coupling-ASM3-and-ADM1-for-wastewater-treatment,"Journal of Water, Sanitation & Hygiene for Development","Coupling ASM3 and ADM1 for wastewater treatment process optimisation and biogas production in a developing country: case-study Surat, India",2013,FALSE,0,NA,NA,5,Carlos M. Lopez-Vazquez,"Environmental Engineering and Water Technology Department, UNESCO-IHE Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",Netherlands,c.lopezvazquez@unesco-ihe.org,NA,Carlos M. Lopez-Vazquez,"Environmental Engineering and Water Technology Department, UNESCO-IHE Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",Netherlands,c.lopezvazquez@unesco-ihe.org,NA,FALSE,NA,NA,NA,ADM1; ASM3; developing countries; modeling,NA,iwaponline.com +30033,3,1,https://iwaponline.com/washdev/article/3/1/26/30033/Accelerating-uptake-of-household-latrines-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Accelerating uptake of household latrines in rural communities in the Volta region of Ghana,2013,FALSE,0,NA,NA,5,Bernard Keraita,"International Water Management Institute (IWMI) Kumasi Office c/o KNUST, Kumasi, Ghana",Ghana,b.keraita@sund.ku.dk,NA,Bernard Keraita,"International Water Management Institute (IWMI) Kumasi Office c/o KNUST, Kumasi, Ghana",Ghana,b.keraita@sund.ku.dk,NA,FALSE,NA,NA,NA,adoption; barriers and motivating factors; Ghana; household latrines; rural communities,NA,iwaponline.com +30034,3,1,https://iwaponline.com/washdev/article/3/1/35/30034/Water-quantity-auditing-of-a-Ghanaian-beverage,"Journal of Water, Sanitation & Hygiene for Development",Water quantity auditing of a Ghanaian beverage plant,2013,FALSE,0,NA,NA,5,Emmanuel Okoh Agyemang,"Department of Energy Systems Engineering, Koforidua Polytechnic, P.O. Box KF981, Koforidua, Ghana",Ghana,doc.okohmet@yahoo.com,NA,Emmanuel Okoh Agyemang,"Department of Energy Systems Engineering, Koforidua Polytechnic, P.O. Box KF981, Koforidua, Ghana",Ghana,doc.okohmet@yahoo.com,NA,FALSE,NA,NA,NA,beverage; environment; resource; specific water consumption; stages,NA,iwaponline.com +30035,3,1,https://iwaponline.com/washdev/article/3/1/42/30035/Manufacture-of-a-low-cost-ceramic-microporous,"Journal of Water, Sanitation & Hygiene for Development",Manufacture of a low-cost ceramic microporous filter for the elimination of microorganisms causing common diseases,2013,FALSE,0,NA,NA,2,J. J. Simonis,"Department of Hydrology, University of Zululand, KwaDlangezwa, P Bag X1001, KwaDlangezwa, 3886, South Africa",South Africa,jsimonis@pan.uzulu.ac.za,NA,J. J. Simonis,"Department of Hydrology, University of Zululand, KwaDlangezwa, P Bag X1001, KwaDlangezwa, 3886, South Africa",South Africa,jsimonis@pan.uzulu.ac.za,NA,FALSE,NA,NA,NA,bacteria; ceramic filter; low cost; micro-porous; slip casting; water filtration,NA,iwaponline.com +30036,3,1,https://iwaponline.com/washdev/article/3/1/51/30036/An-assessment-of-long-term-biosand-filter-use-and,"Journal of Water, Sanitation & Hygiene for Development","An assessment of long-term biosand filter use and sustainability in the Artibonite Valley near Deschapelles, Haiti",2013,FALSE,0,NA,NA,4,Andrew J. Sisson,"Annis Water Resource Institute, Grand Valley State University, 740 W. Shoreline Dr. Muskegon, MI 49451",United States of America,sissonaj@gmail.com,NA,Andrew J. Sisson,"Annis Water Resource Institute, Grand Valley State University, 740 W. Shoreline Dr. Muskegon, MI 49451",United States of America,sissonaj@gmail.com,NA,FALSE,NA,NA,NA,biosand filtration; Haiti; point-of-use filtration; slow sand filtration; water,NA,iwaponline.com +30037,3,1,https://iwaponline.com/washdev/article/3/1/61/30037/Access-monitoring-and-intervention-challenges-in,"Journal of Water, Sanitation & Hygiene for Development","Access, monitoring and intervention challenges in the provision of safe drinking water in rural Bihar, India",2013,FALSE,0,NA,NA,1,Raghavachari Srikanth,"Bihar Technical Assistance Support Team, for Government of Bihar, 10, IAS Colony, Kiwaipuri, Patna, Bihar -800001, India",India,rsrikanth60@gmail.com,NA,Raghavachari Srikanth,"Bihar Technical Assistance Support Team, for Government of Bihar, 10, IAS Colony, Kiwaipuri, Patna, Bihar -800001, India",India,rsrikanth60@gmail.com,NA,FALSE,NA,NA,NA,access; arsenic; fluoride; rural Bihar; technological intervention; water quality monitoring,NA,iwaponline.com +30038,3,1,https://iwaponline.com/washdev/article/3/1/70/30038/Water-Diaries-generate-intra-household-water-use,"Journal of Water, Sanitation & Hygiene for Development",Water Diaries: generate intra-household water use data – generate water use behaviour change,2013,FALSE,0,NA,NA,1,K. Harriden,NA,NA,kate@newflowsresearch.com,NA,K. Harriden,NA,NA,kate@newflowsresearch.com,NA,FALSE,NA,NA,NA,behaviour change; household water use; participatory research; sensitisation; water diary; water use data generation; digitalwatercollection; digitalwaterdata,NA,iwaponline.com +30039,3,1,https://iwaponline.com/washdev/article/3/1/81/30039/Assessment-of-knowledge-attitude-and-practice,"Journal of Water, Sanitation & Hygiene for Development","Assessment of knowledge, attitude and practice regarding water, sanitation and hygiene for people living with HIV/AIDS",2013,FALSE,0,NA,NA,2,Hunachew Beyene,"Hawassa University, College of Medicine and Health Sciences, School of Public and Environmental Health, Ethiopia",Ethiopia,hunachew@gmail.com,NA,Hunachew Beyene,"Hawassa University, College of Medicine and Health Sciences, School of Public and Environmental Health, Ethiopia",Ethiopia,hunachew@gmail.com,NA,FALSE,NA,NA,NA,attitude; HIV/AIDS; knowledge; PLWHA; practice; WSH,NA,iwaponline.com +30298,3,2,https://iwaponline.com/washdev/article/3/2/87/30298/Assessment-of-urine-diverting-dehydrating-toilets,"Journal of Water, Sanitation & Hygiene for Development",Assessment of urine diverting dehydrating toilets as a flood-resilient and affordable sanitation technology in the context of Bangladesh,2013,FALSE,0,NA,NA,3,Saif Mohammad Uddin,"Sub-Divisional Engineer, Bangladesh Water Development Board, 72 Green Road, Dhaka, Bangladesh",Bangladesh,m.ronteltap@unesco-ihe.org,NA,Saif Mohammad Uddin,"Sub-Divisional Engineer, Bangladesh Water Development Board, 72 Green Road, Dhaka, Bangladesh",Bangladesh,m.ronteltap@unesco-ihe.org,NA,FALSE,NA,NA,NA,affordability; flood resilient sanitation; low cost; raised latrine; UDDT,NA,iwaponline.com +30300,3,2,https://iwaponline.com/washdev/article/3/2/96/30300/Households-access-and-use-of-water-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Households' access and use of water and sanitation facilities in poor urban areas of Kampala, Uganda",2013,FALSE,0,NA,NA,2,Innocent Kamara Tumwebaze,"University of Zurich, Department of Psychology, Zurich, Switzerland",Switzerland,kamara.innocent@gmail.com,NA,Innocent Kamara Tumwebaze,"University of Zurich, Department of Psychology, Zurich, Switzerland",Switzerland,kamara.innocent@gmail.com,NA,FALSE,NA,NA,NA,informal settlements; Kampala; Uganda; urban sanitation; water sources,NA,iwaponline.com +30280,3,2,https://iwaponline.com/washdev/article/3/2/106/30280/Slow-sand-filtration-pre-treatment-with-alum-is,"Journal of Water, Sanitation & Hygiene for Development","Slow sand filtration pre-treatment with alum is efficient, but is it effective?",2013,FALSE,0,NA,NA,1,C. C. Dorea,"Département génie civil et génie des eaux, Université Laval, Quebec, QC, Canada G1V 0A6",Canada,caetano.dorea@gci.ulaval.ca,NA,C. C. Dorea,"Département génie civil et génie des eaux, Université Laval, Quebec, QC, Canada G1V 0A6",Canada,caetano.dorea@gci.ulaval.ca,NA,FALSE,NA,NA,NA,alum coagulation; filtration; gravel; pre-treatment; roughing; slow sand,NA,iwaponline.com +30281,3,2,https://iwaponline.com/washdev/article/3/2/112/30281/Extension-of-Moringa-oleifera-seed-aqueous-extract,"Journal of Water, Sanitation & Hygiene for Development",Extension of Moringa oleifera seed aqueous extract shelf life using trona as a preservative,2013,FALSE,0,NA,NA,6,S. B. Saulawa,"Department of Water Resources and Environmental Engineering, Ahmadu Bello University, Zaria-Nigeria",Nigeria,basaule@gmail.com,NA,S. B. Saulawa,"Department of Water Resources and Environmental Engineering, Ahmadu Bello University, Zaria-Nigeria",NGA,basaule@gmail.com,NA,FALSE,NA,NA,NA,deterioration; Moringa oleifera seed extract; preservative; stability; trona,NA,iwaponline.com +30282,3,2,https://iwaponline.com/washdev/article/3/2/122/30282/Does-sense-of-ownership-matter-for-rural-water,"Journal of Water, Sanitation & Hygiene for Development",Does sense of ownership matter for rural water system sustainability? Evidence from Kenya,2013,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/2/10.2166_washdev.2013.098/4/098.pdf?Expires=1706027012&Signature=A3DWE1IaaLvYBo2kKp5ET~W53itDPN5p0xfJd302B8zWnY9Xs7eiFRKof~TQ2RwyCWprEvgAiPVKb85yGtYIiTPvfUnjMUVBGEjodio-gIAC0ZPUDDVwjCp7mW8dsvJPubP9SbYidnElPLcOCyqJefb1POMOgz5Ywt0w4CAhhGrM~WoBniC1n0kXLD8K8lBHsZIgaCsQ4ZRVvcZYwLd2YzfJ7L~Yzo8C~WsW0FZ8vUCQOyVgiX-NZoiTyZo8DJQ-1cSB4NgHDYa6IKPICzxH5cYSReiNbr68~VhTLbrYj3g01kIaYA-yNKarisL5-rCRKJmCX9Cc5b4obKGC1n5ptw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Sara J. Marks,"Dept. of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",United States of America,NA,NA,Jennifer Davis,"Dept. of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",United States of America,jennadavis@stanford.edu,NA,FALSE,NA,NA,NA,Kenya; rural water supply; sense of ownership; sustainability; sub-Saharan Africa; water committee,NA,iwaponline.com +30283,3,2,https://iwaponline.com/washdev/article/3/2/134/30283/Risk-factor-analysis-of-diarrhoeal-disease,"Journal of Water, Sanitation & Hygiene for Development","Risk factor analysis of diarrhoeal disease incidence in faecal sludge-applying farmers’ households in Tamale, Ghana",2013,FALSE,0,NA,NA,4,Razak Seidu,"Department of Mathematical Sciences and Technology, Norwegian University of Life Sciences, Postboks 5003, N-1432 Ås, Norway",Norway,razaks@umb.no,NA,Razak Seidu,"Department of Mathematical Sciences and Technology, Norwegian University of Life Sciences, Postboks 5003, N-1432 Ås, Norway",Norway,razaks@umb.no,NA,FALSE,NA,NA,NA,diarrhoea; faecal sludge application; mediation; risk factors; Tamale Metropolitan Area,NA,iwaponline.com +30284,3,2,https://iwaponline.com/washdev/article/3/2/144/30284/Creating-a-culture-of-health-hygiene-behaviour,"Journal of Water, Sanitation & Hygiene for Development",Creating a culture of health: hygiene behaviour change in community health clubs through knowledge and positive peer pressure,2013,FALSE,0,NA,NA,2,Juliet Anne Waterkeyn,"Africa AHEAD, 95 Dorries Drive, Simons Town, Cape Town, Western Cape 7075, South Africa",South Africa,juliet@africaahead.com,NA,Juliet Anne Waterkeyn,"Africa AHEAD, 95 Dorries Drive, Simons Town, Cape Town, Western Cape 7075, South Africa",South Africa,juliet@africaahead.com,NA,FALSE,NA,NA,NA,Africa; community health club; hygiene behaviour change; knowledge; women,NA,iwaponline.com +30285,3,2,https://iwaponline.com/washdev/article/3/2/156/30285/The-sustainability-of-urban-water-supply-in-low,"Journal of Water, Sanitation & Hygiene for Development",The sustainability of urban water supply in low income countries: a livelihoods model,2013,FALSE,0,NA,NA,3,Wijanto Hadipuro,"Soegijapranata Catholic University, Jl. Pawiyatan Luhur IV/1 Semarang, Indonesia",Indonesia,hadipuro@yahoo.com,NA,Wijanto Hadipuro,"Soegijapranata Catholic University, Jl. Pawiyatan Luhur IV/1 Semarang, Indonesia",Indonesia,hadipuro@yahoo.com,NA,FALSE,NA,NA,NA,livelihoods; sustainability; urban; water supply,NA,iwaponline.com +30286,3,2,https://iwaponline.com/washdev/article/3/2/165/30286/Willingness-to-pay-for-sanitation-services-in,"Journal of Water, Sanitation & Hygiene for Development","Willingness to pay for sanitation services in Dagupan City, Philippines",2013,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/2/10.2166_washdev.2013.064/4/064.pdf?Expires=1706027022&Signature=lu1s7mUnKl2AkgGd-ZqBg5uDqFSML0TVWiAEXaJeZ~ua4bzYKwSfdIqtBmnn9LN2f5QDV0SZowEzuD0OdXzrJonjMYFEKO3QBuL2VHHjuvYGi-aKrZ7w~BtFeootaG1Y4awrDDFZkMAVkzp6ndSekkPwh0MzZbYKr~bOJxL9tKZS2avSdTV0k7bFOtijsrsK7txQyI4TgU7R06~3CIAcUDuHGUYJnb2J3sgmxRrVGzf0O-mL36Wmi8hW~YU5S7leZla-SSmIQSnUFrADLjVnoh8NIQqgaPxF1N1aitKp~DQBhWJhVKlgErjxsDRxRHJh4DcsOvfK1chV-ENFVfJJYA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,D. S. Harder,"Resources Environment and Economic Center for Studies (REECS), Quezon City, Philippines",Philippines,dieldre@yahoo.com,NA,D. S. Harder,"Resources Environment and Economic Center for Studies (REECS), Quezon City, Philippines",Philippines,dieldre@yahoo.com,NA,FALSE,NA,NA,NA,sanitation; septage; sewerage; willingness to pay (WTP),NA,iwaponline.com +30287,3,2,https://iwaponline.com/washdev/article/3/2/181/30287/Pathogen-and-indicator-inactivation-in-source,"Journal of Water, Sanitation & Hygiene for Development",Pathogen and indicator inactivation in source-separated human urine heated by the sun,2013,FALSE,0,NA,NA,4,Annika Nordin,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Box 7032, SE-750 07, Uppsala, Sweden",Sweden,NA,NA,Björn Vinnerås,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Box 7032, SE-750 07, Uppsala, Sweden",Sweden,bjorn.vinneras@slu.se,NA,FALSE,NA,NA,NA,inactivation; pathogen; sanitisation; source-separation; temperature; urine,NA,iwaponline.com +30288,3,2,https://iwaponline.com/washdev/article/3/2/189/30288/In-home-performance-and-variability-of-biosand,"Journal of Water, Sanitation & Hygiene for Development",In-home performance and variability of biosand filters treating turbid surface and rain water in rural Kenya,2013,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/2/10.2166_washdev.2013.050/4/050.pdf?Expires=1706027029&Signature=dhVM4WUDd0ogmCOCli83Tv0NWPeIZKwdF7JQxVOC95onwOc-yDkwbmP6-Ei0i6WHGwJ0lCR448zNGUUP4TCKGDjFIYrOr9IWsBSrAfDSJAWlcK44TIRY-HyuY~aLacLtiyt4DwIcce-BJJCog6ICR6DV94on6OPSyHzmTiAA3UMDNjvPrIdHmfkFQsnJ0fGnpZtynzkxb-abf2yE7VAVnEpqXbHYZ7lPTllRcneM~pDd57Dwa~fIPnn478mL-VKpkehctrVAL5GfebGiDVx0wDf-hX2jGooNGnTvL5QAM9AKO8hjr0rYVZ~zYVVHUqh70Ph22pELhEjDAEUzTQNkhg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Erica R. McKenzie,"Department of Civil & Environmental Engineering, University of California Davis, One Shields Ave, Davis, CA 95616, USA",United States of America,NA,NA,Marion W. Jenkins,"Department of Civil & Environmental Engineering, University of California Davis, One Shields Ave, Davis, CA 95616, USA",United States of America,mwjenkins@ucdavis.edu,NA,FALSE,NA,NA,NA,aqueous chemistry; bacteria removal; fecal coliform; household water treatment; multivariate modeling; point-of-use; socio-economic status; turbidity; water hardness,NA,iwaponline.com +30289,3,2,https://iwaponline.com/washdev/article/3/2/199/30289/Use-of-volcanic-ash-and-its-impact-on-algae,"Journal of Water, Sanitation & Hygiene for Development",Use of volcanic ash and its impact on algae proliferation in drinking water filtration,2013,FALSE,0,NA,NA,3,Kalibbala Herbert Mpagi,"Department of Civil & Environmental Engineering, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,hkalibbala@tech.mak.ac.ug,NA,Kalibbala Herbert Mpagi,"Department of Civil & Environmental Engineering, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,hkalibbala@tech.mak.ac.ug,NA,FALSE,NA,NA,NA,algae; drinking water; filtration; intact cells; pre-treatment; volcanic ash,NA,iwaponline.com +30290,3,2,https://iwaponline.com/washdev/article/3/2/207/30290/Assessing-reported-use-and-microbiological,"Journal of Water, Sanitation & Hygiene for Development",Assessing reported use and microbiological performance of a point-of-use household water filter in rural Fiji,2013,FALSE,0,NA,NA,7,Jeremy Kohlitz,"Applied Geoscience and Technology Division (SOPAC) of the Secretariat of the Pacific Community (SPC), Private Mailbag, Suva, Fiji Islands",Fiji,jkohlitz@yahoo.com,NA,Jeremy Kohlitz,"Applied Geoscience and Technology Division (SOPAC) of the Secretariat of the Pacific Community (SPC), Private Mailbag, Suva, Fiji Islands",FJI,jkohlitz@yahoo.com,NA,FALSE,NA,NA,NA,drinking water; Fiji; hydrogen sulphide test; point-of-use; sustainability; water filter,NA,iwaponline.com +30291,3,2,https://iwaponline.com/washdev/article/3/2/216/30291/Integrated-faecal-sludge-management-scheme-for-the,"Journal of Water, Sanitation & Hygiene for Development",Integrated faecal sludge management scheme for the cities of Burkina Faso,2013,FALSE,0,NA,NA,5,M. Bassan,"Eawag (Swiss Federal Institute of Aquatic Science & Technology), Sandec (Department of Water & Sanitation in Developing Countries), P.O. Box 611, CH-8600 Dübendorf, Switzerland",Switzerland,magalie.bassan@eawag.ch,NA,M. Bassan,"Eawag (Swiss Federal Institute of Aquatic Science & Technology), Sandec (Department of Water & Sanitation in Developing Countries), P.O. Box 611, CH-8600 Dübendorf, Switzerland",Switzerland,magalie.bassan@eawag.ch,NA,FALSE,NA,NA,NA,Burkina Faso; faecal sludge; institutional setup; treatment plant,NA,iwaponline.com +30292,3,2,https://iwaponline.com/washdev/article/3/2/222/30292/Engineering-in-the-time-of-cholera-overcoming,"Journal of Water, Sanitation & Hygiene for Development",Engineering in the time of cholera: overcoming institutional and political challenges to rebuild Zimbabwe's water and sanitation infrastructure in the aftermath of the 2008 cholera epidemic,2013,FALSE,0,NA,NA,4,Clarissa Brocklehurst,Consultant in Water and Sanitation,NA,clarissa.brocklehurst@gmail.com,NA,Clarissa Brocklehurst,Consultant in Water and Sanitation,NA,clarissa.brocklehurst@gmail.com,NA,FALSE,NA,NA,NA,water; sanitation; hygiene; cholera; urban infrastructure; emergency; humanitarian aid; rehabilitation; policy,NA,iwaponline.com +30293,3,2,https://iwaponline.com/washdev/article/3/2/230/30293/Challenges-facing-sanitation-provision,"Journal of Water, Sanitation & Hygiene for Development",Challenges facing sanitation-provision partnerships for informal settlements: a South African case study,2013,FALSE,0,NA,NA,5,L. Taing,"Department of Social Anthropology, University of Cape Town, South Africa",South Africa,NA,NA,N. P. Armitage,"Department of Civil Engineering, University of Cape Town, South Africa",South Africa,neil.armitage@uct.ac.za,NA,FALSE,NA,NA,NA,informal settlements; partnerships; sanitation; settled sewerage; South Africa,NA,iwaponline.com +30294,3,2,https://iwaponline.com/washdev/article/3/2/240/30294/Sanitation-coverage-in-Bangladesh-since-the,"Journal of Water, Sanitation & Hygiene for Development",Sanitation coverage in Bangladesh since the millennium: consistency matters,2013,FALSE,0,NA,NA,5,Y. Zheng,"Water and Environmental Sanitation Section, UNICEF Bangladesh, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,yan.zheng@qc.cuny.edu,NA,Y. Zheng,"Water and Environmental Sanitation Section, UNICEF Bangladesh, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,yan.zheng@qc.cuny.edu,NA,FALSE,NA,NA,NA,Bangladesh; demographic and health survey; multiple indicator cluster survey; population density; sanitation; wealth,NA,iwaponline.com +30295,3,2,https://iwaponline.com/washdev/article/3/2/252/30295/Current-practices-in-manufacturing-locally-made,"Journal of Water, Sanitation & Hygiene for Development",Current practices in manufacturing locally-made ceramic pot filters for water treatment in developing countries,2013,FALSE,0,NA,NA,3,Justine Rayner,"2315 9th Ave, Apt 6, Oakland, CA 94606, USA",United States of America,jsrayners@yahoo.com,NA,Justine Rayner,"2315 9th Ave, Apt 6, Oakland, CA 94606, USA",United States of America,jsrayners@yahoo.com,NA,FALSE,NA,NA,NA,ceramics manufacturing; ceramic water filter; drinking water quality; household water treatment and safe storage; point of use water treatment; Potters for Peace pot filter,NA,iwaponline.com +30296,3,2,https://iwaponline.com/washdev/article/3/2/262/30296/Sustainability-assessment-of-sanitation-options-in,"Journal of Water, Sanitation & Hygiene for Development",Sustainability assessment of sanitation options in Vietnam: planning with the future in mind,2013,FALSE,0,NA,NA,5,J. Willetts,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,Juliet.Willetts@uts.edu.au,NA,J. Willetts,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,Juliet.Willetts@uts.edu.au,NA,FALSE,NA,NA,NA,planning; sanitation services; sustainability assessment,NA,iwaponline.com +30297,3,2,https://iwaponline.com/washdev/article/3/2/269/30297/A-new-approach-to-measure-sanitation-performance,"Journal of Water, Sanitation & Hygiene for Development",A new approach to measure sanitation performance,2013,FALSE,0,NA,NA,2,I. P. P. Gunawardana,"Postgraduate Institute of Agriculture, University of Peradeniya, Sri Lanka",Sri Lanka,ippgunawardana@gmail.com,NA,I. P. P. Gunawardana,"Postgraduate Institute of Agriculture, University of Peradeniya, Sri Lanka",Sri Lanka,ippgunawardana@gmail.com,NA,FALSE,NA,NA,NA,hygiene; latrine; sanitation index; sanitation ladder; treatment and disposal,NA,iwaponline.com +30301,3,3,https://iwaponline.com/washdev/article/3/3/283/30301/Girls-and-women-s-unmet-needs-for-menstrual,"Journal of Water, Sanitation & Hygiene for Development",Girls' and women's unmet needs for menstrual hygiene management (MHM): the interactions between MHM and sanitation systems in low-income countries,2013,FALSE,0,NA,NA,3,Marni Sommer,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 540, New York, New York 10032, USA",United States of America,ms2778@columbia.edu,NA,Marni Sommer,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 540, New York, New York 10032, USA",United States of America,ms2778@columbia.edu,NA,FALSE,NA,NA,NA,hygiene; low-income countries; menstrual beliefs; menstruation; sanitation,NA,iwaponline.com +30302,3,3,https://iwaponline.com/washdev/article/3/3/298/30302/Sanitation-in-developing-countries-a-review,"Journal of Water, Sanitation & Hygiene for Development",Sanitation in developing countries: a review through a gender lens,2013,FALSE,0,NA,NA,3,E. Tilley,"NADEL: Centre for Development and Cooperation, Voltastrasse 24, 8092 Zürich, Switzerland formerly at: Water & Sanitation in Developing Countries (Sandec), Swiss Federal Institute of Aquatic Science & Technology (Eawag), Ueberlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,elizabeth.tilley@nadel.ethz.ch,NA,E. Tilley,"NADEL: Centre for Development and Cooperation, Voltastrasse 24, 8092 Zürich, Switzerland formerly at: Water & Sanitation in Developing Countries (Sandec), Swiss Federal Institute of Aquatic Science & Technology (Eawag), Ueberlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,elizabeth.tilley@nadel.ethz.ch,NA,FALSE,NA,NA,NA,appropriate technology; development; gender; menstrual hygiene management (MHM); sanitation,NA,iwaponline.com +30303,3,3,https://iwaponline.com/washdev/article/3/3/315/30303/Using-covenants-in-loan-agreements-to-promote,"Journal of Water, Sanitation & Hygiene for Development",Using covenants in loan agreements to promote tariff reform,2013,FALSE,0,NA,NA,1,Michael Fortin,"M. Fortin Associates, 207 Speedvale Avenue East, Guelph Ontario, Canada N1E 1M6",Canada,mfortin@sentex.net,NA,Michael Fortin,"M. Fortin Associates, 207 Speedvale Avenue East, Guelph Ontario, Canada N1E 1M6",Canada,mfortin@sentex.net,NA,FALSE,NA,NA,NA,infrastructure; loan covenant; regulation; sanitation; tariff; water supply,NA,iwaponline.com +30304,3,3,https://iwaponline.com/washdev/article/3/3/322/30304/Evaluation-of-user-satisfaction-of-rural-water,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of user satisfaction of rural water supply in Yemen,2013,FALSE,0,NA,NA,2,Ahmed M. Alderwish,"Department of Earth and Environmental Sciences, Sana'a University, PO Box 1247, Sana'a, Yemen",Yemen,ahmedalderwish@gmail.com,NA,Ahmed M. Alderwish,"Department of Earth and Environmental Sciences, Sana'a University, PO Box 1247, Sana'a, Yemen",Yemen,ahmedalderwish@gmail.com,NA,FALSE,NA,NA,NA,rural; survey; user satisfaction; water supply; Yemen,NA,iwaponline.com +30305,3,3,https://iwaponline.com/washdev/article/3/3/330/30305/ANN-versus-SARIMA-models-in-forecasting,"Journal of Water, Sanitation & Hygiene for Development",ANN versus SARIMA models in forecasting residential water consumption in Tunisia,2013,FALSE,0,NA,NA,1,Maamar Sebri,"Faculty of Economic Sciences and Management of Sousse, University of Sousse, Tunisia",Tunisia,maamar.sebri@gmail.com,NA,Maamar Sebri,"Faculty of Economic Sciences and Management of Sousse, University of Sousse, Tunisia",Tunisia,maamar.sebri@gmail.com,NA,FALSE,NA,NA,NA,artificial neural networks; residential water demand; SARIMA; time-series forecasting; Tunisia,NA,iwaponline.com +30306,3,3,https://iwaponline.com/washdev/article/3/3/341/30306/Use-of-Certeza-point-of-use-water-treatment,"Journal of Water, Sanitation & Hygiene for Development",Use of Certeza point-of-use water treatment product in Mozambique,2013,FALSE,0,NA,NA,2,Jennifer Wheeler,"711 Sixth Street, New Orleans, LA 70115, USA",United States of America,NA,NA,Sohail Agha,"Tulane University, Department of Global Health Systems and Development, 1440 Canal Street, Suite 2200, New Orleans, LA 70112, USA",United States of America,sohailagha@gmail.com,NA,FALSE,NA,NA,NA,behavior change interventions; point-of-use water treatment; sodium hypochlorite,NA,iwaponline.com +30307,3,3,https://iwaponline.com/washdev/article/3/3/349/30307/Community-based-quality-management-of-non-piped,"Journal of Water, Sanitation & Hygiene for Development",Community-based quality management of non-piped drinking water sources in Koboko and Yumbe,2013,FALSE,0,NA,NA,3,T. Gerlach,"Reform of the Urban Water and Sanitation Sector Programme (RUWASS), Kampala, Uganda",Uganda,NA,NA,A. K. Mayr,"Reform of the Urban Water and Sanitation Sector Programme (RUWASS), Kampala, Uganda",Uganda,annakristina.mayr@giz.de,NA,FALSE,NA,NA,NA,capacity development; non-piped drinking water supply; quick test methods; risk management; stakeholder involvement; water quality monitoring,NA,iwaponline.com +30308,3,3,https://iwaponline.com/washdev/article/3/3/355/30308/The-impact-of-loading-frequency-and-copper-as-a,"Journal of Water, Sanitation & Hygiene for Development",The impact of loading frequency and copper as a biocide on biosand filter performance,2013,FALSE,0,NA,NA,2,Elizabeth M. Hyde,"Mercer University School of Engineering, 1400 Coleman Ave., Macon, Georgia, 478-301-2552",United States of America,NA,NA,Laura W. Lackey,"Mercer University School of Engineering, 1400 Coleman Ave., Macon, Georgia, 478-301-2552",USA,Lackey_l@mercer.edu,NA,FALSE,NA,NA,NA,appropriate technology; biological sand filter; loading frequency; metallic biocide; point-of-use filtration,NA,iwaponline.com +30309,3,3,https://iwaponline.com/washdev/article/3/3/365/30309/Determination-of-capital-costs-for-conventional,"Journal of Water, Sanitation & Hygiene for Development","Determination of capital costs for conventional sewerage systems (collection, transportation and treatment) in a developing country",2013,FALSE,0,NA,NA,2,Marcos von Sperling,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 - sala 4622, 31270-901, Belo Horizonte, Brazil",Brazil,marcos@desa.ufmg.br,NA,Marcos von Sperling,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos 6627 – Escola de Engenharia, Bloco 1 - sala 4622, 31270-901, Belo Horizonte, Brazil",Brazil,marcos@desa.ufmg.br,NA,FALSE,NA,NA,NA,capital costs; construction; sewerage system; wastewater treatment,NA,iwaponline.com +30311,3,3,https://iwaponline.com/washdev/article/3/3/375/30311/Characterisation-and-fluidisation-of-synthetic-pit,"Journal of Water, Sanitation & Hygiene for Development",Characterisation and fluidisation of synthetic pit latrine sludge,2013,FALSE,0,NA,NA,2,J. T. Radford,"Mott MacDonald Ltd., Cambridge, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,R. A. Fenner,"Centre for Sustainable Development, Department of Engineering, Cambridge University, Cambridge, UK",United Kingdom of Great Britain and Northern Ireland,raf37@cam.ac.uk,NA,FALSE,NA,NA,NA,developing countries; faecal sludge; pit latrine; sanitation; urban slums,NA,iwaponline.com +30313,3,3,https://iwaponline.com/washdev/article/3/3/383/30313/Energy-production-and-sanitation-improvement-using,"Journal of Water, Sanitation & Hygiene for Development",Energy production and sanitation improvement using microbial fuel cells,2013,FALSE,0,NA,NA,4,I. Ieropoulos,"Bristol Robotics Laboratory, University of the West of England and University of Bristol, T-Building, Frenchay Campus, Coldharbour Lane, BS16 1QY, UK",United Kingdom of Great Britain and Northern Ireland,ioannis.ieropoulos@brl.ac.uk,NA,I. Ieropoulos,"Bristol Robotics Laboratory, University of the West of England and University of Bristol, T-Building, Frenchay Campus, Coldharbour Lane, BS16 1QY, UK",United Kingdom of Great Britain and Northern Ireland,ioannis.ieropoulos@brl.ac.uk,NA,FALSE,NA,NA,NA,microbial fuel cells; practical application; sanitation; urine; waste utilisation,NA,iwaponline.com +30315,3,3,https://iwaponline.com/washdev/article/3/3/392/30315/Water-safety-planning-adapting-the-existing,"Journal of Water, Sanitation & Hygiene for Development",Water safety planning: adapting the existing approach to community-managed systems in rural Nepal,2013,FALSE,0,NA,NA,3,Dani Barrington,"Nepal Water for Health, Lohasal, Kathmandu",Nepal,dani.barrington@gmail.com,NA,Dani Barrington,"Nepal Water for Health, Lohasal, Kathmandu",NPL,dani.barrington@gmail.com,NA,FALSE,NA,NA,NA,community; Nepal; rural; WASH; Water Safety Plan; WSP,NA,iwaponline.com +30317,3,3,https://iwaponline.com/washdev/article/3/3/402/30317/Effective-water-safety-management-of-piped-water,"Journal of Water, Sanitation & Hygiene for Development",Effective water safety management of piped water networks in low-income urban settlements,2013,FALSE,0,NA,NA,1,Sam Kayaga,"Senior Lecturer/Programme Manager, Water, Engineering and Development Centre (WEDC), School of Civil and Building Engineering, Loughborough University, Leicestershire LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,s.m.kayaga@lboro.ac.uk,NA,Sam Kayaga,"Senior Lecturer/Programme Manager, Water, Engineering and Development Centre (WEDC), School of Civil and Building Engineering, Loughborough University, Leicestershire LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,s.m.kayaga@lboro.ac.uk,NA,FALSE,NA,NA,NA,community participation; low-income urban settlements; operation and maintenance; piped water supply system; water safety management,NA,iwaponline.com +30319,3,3,https://iwaponline.com/washdev/article/3/3/411/30319/Identifying-pathways-to-continued-maintenance-of,"Journal of Water, Sanitation & Hygiene for Development",Identifying pathways to continued maintenance of school sanitation in Belize,2013,FALSE,0,NA,NA,3,Christie Chatterley,"Department of Civil, Environmental and Architectural Engineering, University of Colorado at Boulder, ECOT 441, UCB 428, Boulder, CO 80309-0428, U.S.A",United States of America,christie.chatterley@gmail.com,NA,Christie Chatterley,"Department of Civil, Environmental and Architectural Engineering, University of Colorado at Boulder, ECOT 441, UCB 428, Boulder, CO 80309-0428, U.S.A",United States of America,christie.chatterley@gmail.com,NA,FALSE,NA,NA,NA,Latin America; participation; qualitative comparative analysis; sanitation and hygiene; school sanitation; sustainability,NA,iwaponline.com +30321,3,3,https://iwaponline.com/washdev/article/3/3/423/30321/Evolution-of-contract-structures-in-water-supply,"Journal of Water, Sanitation & Hygiene for Development",Evolution of contract structures in water supply and sanitation,2013,FALSE,0,NA,NA,3,Didier Carron,"President of Pöyry SAS, 55 rue de la Villette, 69425 Lyon Cedex 03, France",France,didier.carron@poyry.com,NA,Didier Carron,"President of Pöyry SAS, 55 rue de la Villette, 69425 Lyon Cedex 03, France",France,didier.carron@poyry.com,NA,FALSE,NA,NA,NA,affermage; delegated management; lease contract; private sector; public-private partnerships (PPPs); sanitation; water supply,NA,iwaponline.com +30322,3,3,https://iwaponline.com/washdev/article/3/3/432/30322/A-qualitative-study-of-access-to-sanitation,"Journal of Water, Sanitation & Hygiene for Development","A qualitative study of access to sanitation amongst low-income working women in Bangalore, India",2013,FALSE,0,NA,NA,3,Divya Rajaraman,"Division of Epidemiology, St John's Research Institute, St John's National Academy of Health Sciences, Bangalore 560034",India,Divya.rajaraman@sjri.res.in,NA,Divya Rajaraman,"Division of Epidemiology, St John's Research Institute, St John's National Academy of Health Sciences, Bangalore 560034",IND,Divya.rajaraman@sjri.res.in,NA,FALSE,NA,NA,NA,India; low-income women; sanitation; working conditions,NA,iwaponline.com +30324,3,3,https://iwaponline.com/washdev/article/3/3/441/30324/Reporting-aid-flows-for-water-supply-and,"Journal of Water, Sanitation & Hygiene for Development",Reporting aid flows for water supply and sanitation: official development assistance,2013,FALSE,0,NA,NA,1,A. Cotton,"WEDC, Loughborough University, Loughborough LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,a.p.cotton@lboro.ac.uk,NA,A. Cotton,"WEDC, Loughborough University, Loughborough LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,a.p.cotton@lboro.ac.uk,NA,FALSE,NA,NA,NA,basic systems; large systems; monitoring; official development assistance; sanitation; water,NA,iwaponline.com +30326,3,3,https://iwaponline.com/washdev/article/3/3/451/30326/Social-franchising-principles-do-work-the-business,"Journal of Water, Sanitation & Hygiene for Development",Social franchising principles do work: the business approach to removal and disposal of faecal sludge – from pilot to scale,2013,FALSE,0,NA,NA,4,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,NA,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,NA,FALSE,NA,NA,NA,microenterprises; sanitation; schools; social franchising partnerships; South Africa,NA,iwaponline.com +30328,3,3,https://iwaponline.com/washdev/article/3/3/459/30328/An-opportunity-not-to-be-missed-immunisation-as-an,"Journal of Water, Sanitation & Hygiene for Development",An opportunity not to be missed – immunisation as an entry point for hygiene promotion and diarrhoeal disease reduction in Nepal,2013,FALSE,0,NA,NA,3,Yael Velleman,"WaterAid, 47-49 Durham Street, London SE11 5JD",United Kingdom of Great Britain and Northern Ireland,YaelVelleman@wateraid.org,NA,Yael Velleman,"WaterAid, 47-49 Durham Street, London SE11 5JD",GBR,YaelVelleman@wateraid.org,NA,FALSE,NA,NA,NA,diarrhoea; hygiene; immunisation; rotavirus; sanitation; vaccines,NA,iwaponline.com +30330,3,3,https://iwaponline.com/washdev/article/3/3/467/30330/Mitigation-of-naturally-occurring-fluoride-in,"Journal of Water, Sanitation & Hygiene for Development",Mitigation of naturally occurring fluoride in drinking water sources in rural areas in India: an overview,2013,FALSE,0,NA,NA,1,Brajesh K. Shrivastava,"Consultant-Water Quality, Ministry of Drinking Water & Sanitation, 9th Floor, Paryavaran Bhavan, CGO Complex, Lodhi Road, New Delhi-03, New Delhi",India,brajeshchem@gmail.com,NA,Brajesh K. Shrivastava,"Consultant-Water Quality, Ministry of Drinking Water & Sanitation, 9th Floor, Paryavaran Bhavan, CGO Complex, Lodhi Road, New Delhi-03, New Delhi",IND,brajeshchem@gmail.com,NA,FALSE,NA,NA,NA,coverage; fluoride; habitations; India,NA,iwaponline.com +30310,3,4,https://iwaponline.com/washdev/article/3/4/479/30310/The-risk-of-unimproved-water-and-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development",The risk of unimproved water and sanitation and the global burden of disease,2013,FALSE,0,NA,NA,2,Sandy Cairncross,"London School of Hygiene and Tropical Medicine, Keppel St, London WC1E 7HT, United Kingdom",United Kingdom of Great Britain and Northern Ireland,NA,NA,Helen Petach,"Biomedical Science Advisor, US Agency for International Development, 1300 Pennsylvania Ave, NW, Washington, DC 20523, USA",United States of America,hpetach@usaid.gov,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +30312,3,4,https://iwaponline.com/washdev/article/3/4/481/30312/City-sanitation-ladder-moving-from-household-to,"Journal of Water, Sanitation & Hygiene for Development",City sanitation ladder: moving from household to citywide sanitation assessment,2013,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/3/4/10.2166_washdev.2013.134/4/134.pdf?Expires=1706024236&Signature=peNs0KjqvZ1WtAyS1U4UCMij6qpJMwBZSlwooJ0WihjiQQO0Ruislz00Gfftz5GFWBpxva5VZqzKSVnBxpERsOPzEKPgyXus7g96xApTphMY4rq7tFLam-0SaWRoN5cxaZHGR-PkAimBuaIVoh4zac9w5MhOdJQUe6ECsbSRS0mW5d8tRadmkPfW9l2MGHSrfyFEiy3a4ACYg8iNHlfUN1Y29zAsrIOhOIrYWoj3Adw1TyqRTVXWDtQkt4zjvWpgqVK0gkaItBT9EWE-ltymipUtMhvwHiBK6wsIbUaHKCu-1ce3KJ6M12Z2SRNSLtU9HoMZ0jLLzWXe5YI8G74gBA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad- 380009, India",India,meeramehta@cept.ac.in,NA,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad- 380009, India",India,meeramehta@cept.ac.in,NA,FALSE,NA,NA,NA,city sanitation plans; citywide approach; monitoring; sanitation ladder; urban sanitation,NA,iwaponline.com +30314,3,4,https://iwaponline.com/washdev/article/3/4/489/30314/In-pursuit-of-sustainable-water-solutions-in,"Journal of Water, Sanitation & Hygiene for Development",In pursuit of sustainable water solutions in emerging regions,2013,FALSE,0,NA,NA,4,Laura R. Brunson,"CEES; 202 W. Boyd St, Room 334, Norman, OK 73019, 405-255-9622, US",United States of America,lbrunson@ou.edu,NA,Laura R. Brunson,"CEES; 202 W. Boyd St, Room 334, Norman, OK 73019, 405-255-9622, US",United States of America,lbrunson@ou.edu,NA,FALSE,NA,NA,NA,drinking water; interdisciplinary; market-based implementation; safe water; sustainability,NA,iwaponline.com +30316,3,4,https://iwaponline.com/washdev/article/3/4/500/30316/Potential-of-natural-treatment-technologies-for,"Journal of Water, Sanitation & Hygiene for Development",Potential of natural treatment technologies for wastewater management in India,2013,FALSE,0,NA,NA,6,M. Starkl,"Centre for Environmental Management and Decision Support, Gregor Mendel Strasse 33, 1180 Vienna, Austria",Austria,markus.starkl@boku.ac.at,NA,M. Starkl,"Centre for Environmental Management and Decision Support, Gregor Mendel Strasse 33, 1180 Vienna, Austria",Austria,markus.starkl@boku.ac.at,NA,FALSE,NA,NA,NA,constructed wetlands; duckweed ponds; natural treatment ponds; rapid sustainability assessment; waste stabilization ponds,NA,iwaponline.com +30318,3,4,https://iwaponline.com/washdev/article/3/4/512/30318/Drinking-water-quality-for-peri-urban-residents-in,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality for peri-urban residents in Phnom Penh, Cambodia",2013,FALSE,0,NA,NA,3,K. Thomas,"School of Engineering, University of Guelph, Guelph, Ontario, N1G 2W1, Canada",Canada,kimberleythomas@gmail.com,NA,K. Thomas,"School of Engineering, University of Guelph, Guelph, Ontario, N1G 2W1, Canada",Canada,kimberleythomas@gmail.com,NA,FALSE,NA,NA,NA,Cambodia; drinking water; microbial; peri-urban; Phnom Penh; water quality,NA,iwaponline.com +30320,3,4,https://iwaponline.com/washdev/article/3/4/522/30320/Temporal-changes-in-peri-urban-drinking-water,"Journal of Water, Sanitation & Hygiene for Development",Temporal changes in peri-urban drinking water practices and quality,2013,FALSE,0,NA,NA,2,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne NE1 7RU, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne NE1 7RU, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,FALSE,NA,NA,NA,Amazon; chemical quality; household survey; microbiological parameters; Peru; seasonal changes,NA,iwaponline.com +30323,3,4,https://iwaponline.com/washdev/article/3/4/530/30323/Assessing-the-demographic-behavioural-and,"Journal of Water, Sanitation & Hygiene for Development","Assessing the demographic, behavioural and environmental characteristics and the potential effectiveness of a household water filter in the Republic of Kiribati",2013,FALSE,0,NA,NA,6,Rebecca Psutka,"Department of Preventive and Social Medicine, University of Otago, New Zealand 9010",New Zealand,rebecca.psutka@gmail.com,NA,Rebecca Psutka,"Department of Preventive and Social Medicine, University of Otago, New Zealand 9010",NZL,rebecca.psutka@gmail.com,NA,FALSE,NA,NA,NA,climate change; household water treatment; hygiene; Kiribati; pacific islands; water quality,NA,iwaponline.com +30325,3,4,https://iwaponline.com/washdev/article/3/4/541/30325/Awareness-adoption-and-implementation-of-the-water,"Journal of Water, Sanitation & Hygiene for Development","Awareness, adoption and implementation of the water safety plan methodology: insights from five Latin American and Caribbean experiences",2013,FALSE,0,NA,NA,5,Brian Hubbard,"Department of Health and Human Services, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, 4770 Buford Highway, NE, MS F-60, Atlanta, GA 30341, USA",United States of America,bhubbard@cdc.gov,NA,Brian Hubbard,"Department of Health and Human Services, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, 4770 Buford Highway, NE, MS F-60, Atlanta, GA 30341, USA",United States of America,bhubbard@cdc.gov,NA,FALSE,NA,NA,NA,drinking-water regulations; Latin America and Caribbean; preventive risk management; public health; water safety plans; water supply operations and management,NA,iwaponline.com +30327,3,4,https://iwaponline.com/washdev/article/3/4/549/30327/Rehabilitation-of-water-treatment-plants-with,"Journal of Water, Sanitation & Hygiene for Development",Rehabilitation of water treatment plants with operational constrains: a study on turbidity removal,2013,FALSE,0,NA,NA,2,Kaveh Sookhak Lari,"Centre for Environmental Risk Assessment and Remediation (CERAR), University of South Australia, Mawson Lakes Campus, Mawson Lakes, SA 5095, Australia and CSIRO Land and Water, Private Bag No. 5, Wembley WA 6913, Australia",Australia,Kaveh.SookhakLari@unisa.edu.au,NA,Kaveh Sookhak Lari,"Centre for Environmental Risk Assessment and Remediation (CERAR), University of South Australia, Mawson Lakes Campus, Mawson Lakes, SA 5095, Australia and CSIRO Land and Water, Private Bag No. 5, Wembley WA 6913, Australia",Australia,Kaveh.SookhakLari@unisa.edu.au,NA,FALSE,NA,NA,NA,clarifier; filter; rehabilitation; turbidity; water treatment plant,NA,iwaponline.com +30329,3,4,https://iwaponline.com/washdev/article/3/4/557/30329/Water-safety-planning-and-implementation-lessons,"Journal of Water, Sanitation & Hygiene for Development",Water safety planning and implementation: lessons from South Africa,2013,FALSE,0,NA,NA,2,Mthokozisi Ncube,"Johannesburg Water (SOC) Ltd, 17 Harrison Street, Marshalltown, Johannesburg, 2107, South Africa",South Africa,mthokozisi.ncube@jwater.co.za,NA,Mthokozisi Ncube,"Johannesburg Water (SOC) Ltd, 17 Harrison Street, Marshalltown, Johannesburg, 2107, South Africa",South Africa,mthokozisi.ncube@jwater.co.za,NA,FALSE,NA,NA,NA,risk management; Ugu district municipality; water safety planning,NA,iwaponline.com +30331,3,4,https://iwaponline.com/washdev/article/3/4/564/30331/Pot-chlorination-of-shallow-wells-in-a-peri-urban,"Journal of Water, Sanitation & Hygiene for Development",Pot chlorination of shallow wells in a peri-urban community in Kenya: an effectiveness trial,2013,FALSE,0,NA,NA,4,Krista Vandermeer,"London School of Hygiene and Tropical Medicine, Keppel Street, London, WC1E 7HT, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Robert Dreibelbis,"Department of International Health, Johns Hopkins Bloomberg School of Public Health, Johns Hopkins University, 615 N Wolfe Street, Baltimore, Maryland 21215, USA and Hubert Department of Global Health, Center for Global Safe Water, Rollins School of Public Health, Emory University, 1518 Clifton Road, Room 767, Atlanta, Georgia, 30322, USA",United States of America,rdreibel@jhsph.edu,NA,FALSE,NA,NA,NA,Africa; faecal contamination; pot chlorination; residual free chlorine; well water,NA,iwaponline.com +30332,3,4,https://iwaponline.com/washdev/article/3/4/572/30332/Enhanced-anaerobic-digestion-as-a-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development",Enhanced anaerobic digestion as a sanitation and energy recovery technology,2013,FALSE,0,NA,NA,2,T. Garoma,"Department of Civil and Environmental Engineering, San Diego State University, San Diego, CA 92182, USA",United States of America,tgaroma@mail.sdsu.edu,NA,T. Garoma,"Department of Civil and Environmental Engineering, San Diego State University, San Diego, CA 92182, USA",United States of America,tgaroma@mail.sdsu.edu,NA,FALSE,NA,NA,NA,algae; anaerobic digestion; resource recovery; sanitation; waste treatment,NA,iwaponline.com +30333,3,4,https://iwaponline.com/washdev/article/3/4/582/30333/Assessing-perceptions-and-willingness-to-use-urine,"Journal of Water, Sanitation & Hygiene for Development","Assessing perceptions and willingness to use urine in agriculture: a case study from rural areas of eThekwini municipality, South Africa",2013,FALSE,0,NA,NA,5,A. E. Okem,"School of Social Science, University of KwaZulu Natal, Durban, South Africa",South Africa,okem@ukzn.ac.za,NA,A. E. Okem,"School of Social Science, University of KwaZulu Natal, Durban, South Africa",South Africa,okem@ukzn.ac.za,NA,FALSE,NA,NA,NA,South Africa; urine diversion toilets; urine re-use; user perceptions,NA,iwaponline.com +30334,3,4,https://iwaponline.com/washdev/article/3/4/592/30334/A-cluster-randomized-trial-assessing-the-impact-of,"Journal of Water, Sanitation & Hygiene for Development","A cluster-randomized trial assessing the impact of school water, sanitation and hygiene improvements on pupil enrolment and gender parity in enrolment",2013,FALSE,0,NA,NA,6,Joshua V. Garn,"Department of Epidemiology, Rollins School of Public Health and Laney Graduate School, Emory University, 3rd floor CNR, 1518 Clifton Rd NE, Atlanta, Georgia 30322, USA",United States of America,NA,NA,Matthew C. Freeman,"Department of Environmental Health, Center for Global Safe Water, Rollins School of Public Health, Emory University, CNR 2027, 1518 Clifton Rd NE, Atlanta, Georgia 30322, USA",United States of America,mcfreem@emory.edu,NA,FALSE,NA,NA,NA,enrolment; gender parity; Kenya; sanitation; WASH,NA,iwaponline.com +30335,3,4,https://iwaponline.com/washdev/article/3/4/602/30335/Statistical-analysis-of-shallow-well,"Journal of Water, Sanitation & Hygiene for Development","Statistical analysis of shallow well characteristics as indicators of water quality in parts of Ibadan City, Nigeria",2013,FALSE,0,NA,NA,3,Olusegun Oguntoke,"Geography, Environmental Management and Energy Studies, University of Johannesburg, PO Box 524, Kingsway Campus, Auckland Park, University of Johannesburg, Johannesburg, Gauteng 2006, South Africa",South Africa,oguntokeo@gmail.com,NA,Olusegun Oguntoke,"Geography, Environmental Management and Energy Studies, University of Johannesburg, PO Box 524, Kingsway Campus, Auckland Park, University of Johannesburg, Johannesburg, Gauteng 2006, South Africa",South Africa,oguntokeo@gmail.com,NA,FALSE,NA,NA,NA,associative analysis; hygiene; markers; underground water; water quality,NA,iwaponline.com +30336,3,4,https://iwaponline.com/washdev/article/3/4/612/30336/Cambodian-girls-recommendations-for-facilitating,"Journal of Water, Sanitation & Hygiene for Development",Cambodian girls' recommendations for facilitating menstrual hygiene management in school,2013,FALSE,0,NA,NA,2,Susan Connolly,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 537, New York, NY 10032, USA",United States of America,NA,NA,Marni Sommer,"Mailman School of Public Health, Columbia University, 722 W. 168th Street, Room 537, New York, NY 10032, USA",United States of America,ms2778@columbia.edu,NA,FALSE,NA,NA,NA,adolescents; Cambodia; education; health; menstruation; sanitation,NA,iwaponline.com +30337,3,4,https://iwaponline.com/washdev/article/3/4/623/30337/Demonstrating-the-effectiveness-of-social,"Journal of Water, Sanitation & Hygiene for Development",Demonstrating the effectiveness of social franchising principles: the emptying of household ventilated improved pits: a case study from South Africa,2013,FALSE,0,NA,NA,7,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,NA,K. Wall,"CSIR, PO Box 395, Pretoria 0001, South Africa",South Africa,kwall@csir.co.za,NA,FALSE,NA,NA,NA,faecal sludge; microenterprises; schools; social franchising partnerships; South Africa,NA,iwaponline.com +30338,3,4,https://iwaponline.com/washdev/article/3/4/629/30338/Returning-knowledge-to-the-community-an-innovative,"Journal of Water, Sanitation & Hygiene for Development",Returning knowledge to the community: an innovative approach to sharing knowledge about drinking water practices in a peri-urban community,2013,FALSE,0,NA,NA,2,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne, NE1 7RU, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,C. Furlong,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle upon Tyne, NE1 7RU, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,FALSE,NA,NA,NA,co-production; drinking water; knowledge exchange; participatory methods; Peru; public engagement,NA,iwaponline.com +30339,3,4,https://iwaponline.com/washdev/article/3/4/638/30339/Sub-national-inequities-in-Philippine-water-access,"Journal of Water, Sanitation & Hygiene for Development",Sub-national inequities in Philippine water access associated with poverty and water potential,2013,FALSE,0,NA,NA,3,Alexandra Fehr,"Department of Environmental Health, Emory University, Atlanta, GA 30322",United States of America,NA,NA,Matthew C. Freeman,"Department of Environmental Health, Emory University, Atlanta, GA 30322",United States of America,mcfreem@emory.edu,NA,FALSE,NA,NA,NA,equity; geospatial analysis; Millennium Development Goals; water access,NA,iwaponline.com +30341,3,4,https://iwaponline.com/washdev/article/3/4/646/30341/Ceramic-pot-filter-user-satisfaction-and-water,"Journal of Water, Sanitation & Hygiene for Development",Ceramic pot filter user satisfaction and water quantity production in tsunami-affected Sri Lankan communities,2013,FALSE,0,NA,NA,4,Lisa M. Casanova,"Institute of Public Health, Georgia State University, P.O. Box 3995, Atlanta, GA 30302",United States of America,lcasanova@gsu.edu,NA,Lisa M. Casanova,"Institute of Public Health, Georgia State University, P.O. Box 3995, Atlanta, GA 30302",United States of America,lcasanova@gsu.edu,NA,FALSE,NA,NA,NA,ceramic pot filter; ceramic water purifier; filter; point-of-use; tsunami,NA,iwaponline.com +30344,3,4,https://iwaponline.com/washdev/article/3/4/649/30344/Thermophilic-co-composting-of-human-wastes-in,"Journal of Water, Sanitation & Hygiene for Development",Thermophilic co-composting of human wastes in Haiti,2013,FALSE,0,NA,NA,4,N. Preneta,"Carrefour Rue Chavannes et Rue A. Martial, Port au Prince, Haiti",Haiti,NA,NA,S. Kramer,"Impasse Cala #24, Rue Jean Baptiste, Port au Prince, Haiti",Haiti,skramer@oursoil.org,NA,FALSE,NA,NA,NA,compost; ecological sanitation; Haiti; soil; thermophilic composting,NA,iwaponline.com +30340,4,1,https://iwaponline.com/washdev/article/4/1/1/30340/Challenges-for-the-future-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Challenges for the future of urban sanitation planning: critical analysis of John Kalbermatten's influence,2014,FALSE,0,NA,NA,4,Ruth Kennedy-Walker,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle-upon-Tyne NE1 7RU, UK",United Kingdom of Great Britain and Northern Ireland,r.kennedy-walker@ncl.ac.uk,NA,Ruth Kennedy-Walker,"School of Civil Engineering and Geosciences, Newcastle University, Newcastle-upon-Tyne NE1 7RU, UK",United Kingdom of Great Britain and Northern Ireland,r.kennedy-walker@ncl.ac.uk,NA,FALSE,NA,NA,NA,enabling environment; participation; planning; sanitation; urban,NA,iwaponline.com +30348,4,1,https://iwaponline.com/washdev/article/4/1/15/30348/The-uneven-progress-of-sanitation-in-India,"Journal of Water, Sanitation & Hygiene for Development",The uneven progress of sanitation in India,2014,FALSE,0,NA,NA,2,Arabinda Ghosh,"Indian Administrative Service, Additional District Magistrate, Nadia District, P.O – Krishnagar, PIN – 741101, West Bengal, India",India,NA,NA,Sandy Cairncross,"Professor of Environmental Health, London School of Hygiene & Tropical Medicine, Keppel St, London WC1E 7HT, UK",United Kingdom of Great Britain and Northern Ireland,sandy.cairncross@lshtm.ac.uk,NA,FALSE,NA,NA,NA,coverage; India; latrine; open defecation; sanitation,NA,iwaponline.com +30354,4,1,https://iwaponline.com/washdev/article/4/1/23/30354/Economic-efficiency-of-sanitation-interventions-in,"Journal of Water, Sanitation & Hygiene for Development",Economic efficiency of sanitation interventions in Southeast Asia,2014,FALSE,0,NA,NA,8,Guy Hutton,"Water and Sanitation Program, World Bank, 55 Lodi Estate, New Delhi, 110003, India",India,ghutton@worldbank.org,NA,Guy Hutton,"Water and Sanitation Program, World Bank, 55 Lodi Estate, New Delhi, 110003, India",India,ghutton@worldbank.org,NA,FALSE,NA,NA,NA,Cambodia; China; East Asia; Indonesia; Lao PDR; Philippines; Southeast Asia; Vietnam,NA,iwaponline.com +30355,4,1,https://iwaponline.com/washdev/article/4/1/37/30355/Removal-of-selected-microorganisms-using-silver,"Journal of Water, Sanitation & Hygiene for Development","Removal of selected microorganisms using silver-impregnated and coated, low-cost, micro-porous, ceramic water filters",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/1/10.2166_washdev.2013.027/4/027.pdf?Expires=1706027179&Signature=IS0r7NhD6q--PJbUuTgfCVtNS~DbRroROZ9ZmqfBKpG4-5a-mtU31GOwjBfjYwdY9rcKuEwZwUDMJbkveLMbWMSAxMsQrXdqw86Q9~iCZl6Hvevl3ApVhTIQFy7wkyN8TpbrL6y6x40LASBnO~z8tdR06PjpU483yTy7~PkiasXcCHaFf0t9dCk2s4CTejSscxyxujVw4e42rasdXF-R4hshxXIguvciZtlPcd8~OfEr8gSFFKKznZjmccKz6Yiql8PBZBgVTiwX-LOTHgGXIm0rUaiTKJXiB4ATON84LjH7sY9HGH0JpW3nNK1C3G1264hZCN~pltAS2WX7Ou1XQg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Jean Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, KwaDlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,NA,Jean Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, KwaDlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,NA,FALSE,NA,NA,NA,ceramic water filter; drinking water; oligodynamic; virus; water treatment,NA,iwaponline.com +30356,4,1,https://iwaponline.com/washdev/article/4/1/43/30356/When-water-is-scarce-the-perception-of-water,"Journal of Water, Sanitation & Hygiene for Development",When water is scarce: the perception of water quality and effects on the vulnerable,2014,FALSE,0,NA,NA,2,Hamdiyah Alhassan,"Department of Agricultural and Resource Economics, University for Development Studies, Tamale, Ghana",Ghana,NA,NA,Paul Adjei Kwakwa,"Faculty of Development Studies, Presbyterian University College Ghana, Akuapem Campus, Akropong-Akuapem, Eastern Region, Ghana",Ghana,pauladkwa@yahoo.com,NA,FALSE,NA,NA,NA,Ghana; household; vulnerable; water insecurity; water management,NA,iwaponline.com +30357,4,1,https://iwaponline.com/washdev/article/4/1/51/30357/Exploring-the-methodology-of-participatory-design,"Journal of Water, Sanitation & Hygiene for Development",Exploring the methodology of participatory design to create appropriate sanitation technologies in rural Malawi,2014,FALSE,0,NA,NA,4,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",Australia,ben_cole_h2o@mac.com,NA,Ben Cole,"Murdoch University, School of Environmental Science, South Street, Murdoch, Western Australia 6150",AUS,ben_cole_h2o@mac.com,NA,FALSE,NA,NA,NA,design; participation; rural; sanitation,NA,iwaponline.com +30358,4,1,https://iwaponline.com/washdev/article/4/1/62/30358/Viscous-heating-analysis-of-simulant-feces-by,"Journal of Water, Sanitation & Hygiene for Development",Viscous heating analysis of simulant feces by computational fluid dynamics and experimentation,2014,FALSE,0,NA,NA,5,Jagdeep T. Podichetty,"423 Engineering North, School of Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",United States of America,NA,NA,Gary L. Foutch,"423 Engineering North, School of Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",United States of America,foutch@okstate.edu,NA,FALSE,NA,NA,NA,Comsol Multiphysics; extrusion; feces; parasite; viscosity; viscous heating,NA,iwaponline.com +30359,4,1,https://iwaponline.com/washdev/article/4/1/72/30359/Power-earth-auger-modification-for-waste,"Journal of Water, Sanitation & Hygiene for Development",Power earth auger modification for waste extraction from pit latrines,2014,FALSE,0,NA,NA,4,Tate Weston Rogers,"Department of Civil, Construction and Environmental Engineering, North Carolina State University, Campus Box 7908, Raleigh, NC 27695, USA",United States of America,NA,NA,Robert C. Borden,"Department of Civil, Construction and Environmental Engineering, North Carolina State University, Campus Box 7908, Raleigh, NC 27695, USA",United States of America,rcborden@ncsu.edu,NA,FALSE,NA,NA,NA,auger; pit emptying; portable,NA,iwaponline.com +30361,4,1,https://iwaponline.com/washdev/article/4/1/81/30361/Modeling-of-pathogen-inactivation-in-thermal,"Journal of Water, Sanitation & Hygiene for Development",Modeling of pathogen inactivation in thermal septic tanks,2014,FALSE,0,NA,NA,5,T. Koottatep,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Thailand",Thailand,NA,NA,T. Pussayanavin,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Thailand",Thailand,Tatchai.Pussayanavin@ait.ac.th,NA,FALSE,NA,NA,NA,E. coli; methanogens; modified Weibull model; pathogen inactivation; septic tanks; temperatures,NA,iwaponline.com +30363,4,1,https://iwaponline.com/washdev/article/4/1/89/30363/Sustainability-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Sustainability of water, sanitation and hygiene interventions in Central America",2014,FALSE,0,NA,NA,4,Raquel I. Sabogal,"Centers for Disease Control & Prevention, National Center for Environmental Health, Division of Emergency and Environmental Health Services, 4770 Buford Highway NE, Chamblee, Georgia 30341, US",United States of America,rsabogal@cdc.gov,NA,Raquel I. Sabogal,"Centers for Disease Control & Prevention, National Center for Environmental Health, Division of Emergency and Environmental Health Services, 4770 Buford Highway NE, Chamblee, Georgia 30341, US",United States of America,rsabogal@cdc.gov,NA,FALSE,NA,NA,NA,Central America; evaluation; hygiene promotion; sanitation; sustainability; water,NA,iwaponline.com +30342,4,1,https://iwaponline.com/washdev/article/4/1/100/30342/Participatory-multi-criteria-evaluation-of,"Journal of Water, Sanitation & Hygiene for Development",Participatory multi-criteria evaluation of alternative options for water supply in cyclone-prone areas of Bangladesh,2014,FALSE,0,NA,NA,2,Abu Hena Mustafa Kamal Sikder,"Ka-86/C, Khapara, Khilkhet, Dhaka, Bangladesh",Bangladesh,sikder_cee@yahoo.com,NA,Abu Hena Mustafa Kamal Sikder,"Ka-86/C, Khapara, Khilkhet, Dhaka, Bangladesh",Bangladesh,sikder_cee@yahoo.com,NA,FALSE,NA,NA,NA,coastal area; cyclone; drinking water supply; participatory multi-criteria analysis; water supply option,NA,iwaponline.com +30343,4,1,https://iwaponline.com/washdev/article/4/1/108/30343/Health-in-perspective-framing-motivational-factors,"Journal of Water, Sanitation & Hygiene for Development","Health in perspective: framing motivational factors for personal sanitation in urban slums in Nairobi, Kenya, using anchored best–worst scaling",2014,FALSE,0,NA,NA,3,Carl Johan Lagerkvist,"Department of Economics, Swedish University of Agricultural Sciences, PO Box 7013, 75007 Uppsala, Sweden",Sweden,carl-johan.lagerkvist@slu.se,NA,Carl Johan Lagerkvist,"Department of Economics, Swedish University of Agricultural Sciences, PO Box 7013, 75007 Uppsala, Sweden",Sweden,carl-johan.lagerkvist@slu.se,NA,FALSE,NA,NA,NA,anchored best–worst scaling; factor importance; motivation; personal sanitation; slums,NA,iwaponline.com +30345,4,1,https://iwaponline.com/washdev/article/4/1/120/30345/School-based-intervention-evaluating-the-role-of,"Journal of Water, Sanitation & Hygiene for Development","School-based intervention: evaluating the role of water, latrines and hygiene education on trachoma and intestinal parasitic infections in Ethiopia",2014,FALSE,0,NA,NA,5,Bizu Gelaye,"Department of Epidemiology, University of Washington School of Public Health, Seattle, WA, USA",United States of America,bgelaye@hsph.harvard.edu,NA,Bizu Gelaye,"Department of Epidemiology, University of Washington School of Public Health, Seattle, WA, USA",United States of America,bgelaye@hsph.harvard.edu,NA,FALSE,NA,NA,NA,Ethiopia; intervention; parasitic infection; sanitation; school; trachoma,NA,iwaponline.com +30346,4,1,https://iwaponline.com/washdev/article/4/1/131/30346/Beyond-improved-towards-safe-and-sustainable-urban,"Journal of Water, Sanitation & Hygiene for Development","Beyond ‘improved’ towards ‘safe and sustainable’ urban sanitation: assessing the design, management and functionality of sanitation in poor communities of Dar es Salaam, Tanzania",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/1/10.2166_washdev.2013.180/4/180.pdf?Expires=1706027210&Signature=U3~LjU8HijmNe5Dx77yoJi-wvE97zMWL0Jh9s3-8GIfpNygVXqEKglrBqBDMoRsCyPuiD6Op6UE008JU94qDq87vibJv8J6g7yGNWQ3lVVBNidzbFgD~gyv77YyabNUa6zh2SGKKVmK5Hyilov4JXGViqEyWcrjaaH2NI0hTShOkVO2HgKauRouNh1Ai13yKJZ~CMKBRVozSpb-0cm50iagY6YuKPhkQULw~oiKKLkscH-IxcrsPwZ3~1hmBPca5LeEckPrmDl6ExOyw6u2uOl~lrFjEVJnjWBnzxx3-LPfH7hKXLuxZn4-7fYIxhBIw7DZQxnZnTWqThY9oQ5nNAA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,M. W. Jenkins,"Civil and Environmental Engineering, University of California, Davis, CA, USA",United States of America,mwjenkins@ucdavis.edu,NA,M. W. Jenkins,"Civil and Environmental Engineering, University of California, Davis, CA, USA",United States of America,mwjenkins@ucdavis.edu,NA,FALSE,NA,NA,NA,equity; fecal sludge management; indicators; monitoring and evaluation; pit emptying; shared sanitation,NA,iwaponline.com +30347,4,1,https://iwaponline.com/washdev/article/4/1/142/30347/Planning-for-water-and-sanitation-in-the,"Journal of Water, Sanitation & Hygiene for Development","Planning for water and sanitation in the residential suburbs: the case of Aligarh City, India",2014,FALSE,0,NA,NA,2,Abha Lakshmi Singh,"Department of Geography, Aligarh Muslim University, Aligarh, 202002, Uttar Pradesh, India",India,abhalakshmisingh@yahoo.com,NA,Abha Lakshmi Singh,"Department of Geography, Aligarh Muslim University, Aligarh, 202002, Uttar Pradesh, India",India,abhalakshmisingh@yahoo.com,NA,FALSE,NA,NA,NA,levels; residential colonies; sanitation; suburbs; water,NA,iwaponline.com +30349,4,1,https://iwaponline.com/washdev/article/4/1/153/30349/Prefabricated-biogas-reactor-based-systems-for,"Journal of Water, Sanitation & Hygiene for Development",Prefabricated biogas reactor-based systems for community wastewater and organic waste treatment in developing regions,2014,FALSE,0,NA,NA,5,S. Cheng,"School of Civil & Environmental Engineering, University of Science and Technology Beijing, Xueyuan Road 30, Haidian District, 100083, Beijing, China",China,zifulee@aliyun.com,NA,S. Cheng,"School of Civil & Environmental Engineering, University of Science and Technology Beijing, Xueyuan Road 30, Haidian District, 100083, Beijing, China",China,zifulee@aliyun.com,NA,FALSE,NA,NA,NA,DEWATS; prefabricated biogas reactor; slum; wastewater and waste management,NA,iwaponline.com +30350,4,1,https://iwaponline.com/washdev/article/4/1/159/30350/Development-of-Haiti-s-rural-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Development of Haiti's rural water, sanitation and hygiene workforce",2014,FALSE,0,NA,NA,4,Brian Hubbard,"Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, 4770 Buford Highway, NE., MS F-58, Atlanta, GA 30341, USA",United States of America,bnh5@cdc.gov,NA,Brian Hubbard,"Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, 4770 Buford Highway, NE., MS F-58, Atlanta, GA 30341, USA",United States of America,bnh5@cdc.gov,NA,FALSE,NA,NA,NA,cholera; Haiti; sanitation and hygiene; water quality; water; workforce development,NA,iwaponline.com +30351,4,1,https://iwaponline.com/washdev/article/4/1/164/30351/Developing-behaviour-change-communication-for,"Journal of Water, Sanitation & Hygiene for Development",Developing behaviour change communication for improving faecal sludge management in Bhutan,2014,FALSE,0,NA,NA,4,G. Halcrow,"SNV Netherlands Development Organisation, Langjophaka, PO Box 815, Thimphu, Bhutan and Ministry of Works and Human Settlements, PO Box 791, Thimphu, Bhutan",Bhutan,ghalcrow@snvworld.org,NA,G. Halcrow,"SNV Netherlands Development Organisation, Langjophaka, PO Box 815, Thimphu, Bhutan and Ministry of Works and Human Settlements, PO Box 791, Thimphu, Bhutan",Bhutan,ghalcrow@snvworld.org,NA,FALSE,NA,NA,NA,behaviour change; faecal sludge; urban sanitation,NA,iwaponline.com +30352,4,1,https://iwaponline.com/washdev/article/4/1/171/30352/Development-of-indicators-for-measuring-outcomes,"Journal of Water, Sanitation & Hygiene for Development",Development of indicators for measuring outcomes of water safety plans,2014,FALSE,0,NA,NA,5,Gabriella Lockhart,"Water, Sanitation, and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA, USA",United States of America,NA,NA,Richard J. Gelting,"Water, Sanitation, and Hygiene Team, Environmental Health Services Branch, National Center for Environmental Health, United States Centers for Disease Control and Prevention, Department of Health and Human Services, Atlanta, GA, USA",United States of America,rgelting@cdc.gov,NA,FALSE,NA,NA,NA,drinking water; evaluation; indicators; outcomes; water safety plans,NA,iwaponline.com +30353,4,1,https://iwaponline.com/washdev/article/4/1/182/30353/Rights-based-indicators-regarding-non,"Journal of Water, Sanitation & Hygiene for Development",Rights-based indicators regarding non-discrimination and equity in access to water and sanitation,2014,FALSE,0,NA,NA,3,Urooj Quezon Amjad,"Post-doctoral Research Associate, The Water Institute, Gillings School of Global Public Health, and Research Fellow, Global Research Institute, University of North Carolina, Chapel Hill, Rosenau Hall, CB #7431, 135 Dauer Dr. Chapel Hill, North Carolina 27599-7431, USA",United States of America,amjad@unc.edu,NA,Urooj Quezon Amjad,"Post-doctoral Research Associate, The Water Institute, Gillings School of Global Public Health, and Research Fellow, Global Research Institute, University of North Carolina, Chapel Hill, Rosenau Hall, CB #7431, 135 Dauer Dr. Chapel Hill, North Carolina 27599-7431, USA",United States of America,amjad@unc.edu,NA,FALSE,NA,NA,NA,equity; human right to water and sanitation; indicators; public health; water quality,NA,iwaponline.com +30360,4,2,https://iwaponline.com/washdev/article/4/2/189/30360/Faecal-sludge-management-in-low-income-areas-a,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge management in low income areas: a case study of three districts in the Ashanti region of Ghana,2014,FALSE,0,NA,NA,4,Eugene Appiah-Effah,"Civil Engineering Department, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@yahoo.com,NA,Eugene Appiah-Effah,"Civil Engineering Department, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@yahoo.com,NA,FALSE,NA,NA,NA,desludging; faecal sludge management; peri-urban area; rural area,NA,iwaponline.com +30362,4,2,https://iwaponline.com/washdev/article/4/2/200/30362/Initial-fluoride-concentration-and-loading,"Journal of Water, Sanitation & Hygiene for Development","Initial fluoride concentration and loading capacity in defluoridation with bauxite, gypsum, magnesite and their composite",2014,FALSE,0,NA,NA,1,Bernard Thole,"Polytechnic, Private Bag 303, Blantyre 3, Malawi",Malawi,tholebernard@hotmail.com,NA,Bernard Thole,"Polytechnic, Private Bag 303, Blantyre 3, Malawi",Malawi,tholebernard@hotmail.com,NA,FALSE,NA,NA,NA,bauxite; defluoridation; fluorosis; gypsum; magnesite,NA,iwaponline.com +30364,4,2,https://iwaponline.com/washdev/article/4/2/206/30364/The-effect-of-increasing-grain-size-in-biosand,"Journal of Water, Sanitation & Hygiene for Development",The effect of increasing grain size in biosand water filters in combination with ultraviolet disinfection,2014,FALSE,0,NA,NA,4,Timothy E. Frank,"2354 Fairchild Drive Suite 6J-117, USAF Academy, CO 80840, 01-719-660-6903, USA",United States of America,tefrank18@gmail.com,NA,Timothy E. Frank,"2354 Fairchild Drive Suite 6J-117, USAF Academy, CO 80840, 01-719-660-6903, USA",United States of America,tefrank18@gmail.com,NA,FALSE,NA,NA,NA,biosand water filter; developing countries; disinfection; grain size; water quality,NA,iwaponline.com +30365,4,2,https://iwaponline.com/washdev/article/4/2/214/30365/Removal-of-As-III-and-As-V-in-surface-modified,"Journal of Water, Sanitation & Hygiene for Development",Removal of As(III) and As(V) in surface modified ceramic filters,2014,FALSE,0,NA,NA,3,Emily C. Robbins,"Department of Civil, Environmental, and Architectural Engineering, University of Kansas, Lawrence, KS 66045, USA",United States of America,NA,NA,Craig D. Adams,"Department of Civil and Environmental Engineering, Utah State University, Logan, UT 84322, USA",United States of America,craig.adams@usu.edu,NA,FALSE,NA,NA,NA,arsenic removal; breakthrough; SMCF,NA,iwaponline.com +30366,4,2,https://iwaponline.com/washdev/article/4/2/223/30366/Fuel-potential-of-faecal-sludge-calorific-value,"Journal of Water, Sanitation & Hygiene for Development","Fuel potential of faecal sludge: calorific value results from Uganda, Ghana and Senegal",2014,FALSE,0,NA,NA,9,A. Murray Muspratt,"Waste Enterprisers Ltd, PMB CT 185, Cantonments, Accra, Ghana",Ghana,ashley@waste-enterprisers.com,NA,A. Murray Muspratt,"Waste Enterprisers Ltd, PMB CT 185, Cantonments, Accra, Ghana",Ghana,ashley@waste-enterprisers.com,NA,FALSE,NA,NA,NA,calorific value; drying beds; reuse; sanitation; sludge drying; sub-Saharan Africa,NA,iwaponline.com +30367,4,2,https://iwaponline.com/washdev/article/4/2/231/30367/Processing-of-human-faeces-by-wet-vermifiltration,"Journal of Water, Sanitation & Hygiene for Development",Processing of human faeces by wet vermifiltration for improved on-site sanitation,2014,FALSE,0,NA,NA,3,C. Furlong,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,C. Furlong,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,FALSE,NA,NA,NA,Eisenia fetida; sewage; vermicompost; vermifilter; vermireactor; worm,NA,iwaponline.com +30368,4,2,https://iwaponline.com/washdev/article/4/2/240/30368/The-neglect-of-hygiene-promotion-in-developing,"Journal of Water, Sanitation & Hygiene for Development","The neglect of hygiene promotion in developing countries, as shown by the Global Analysis and Assessment of Sanitation and Drinking-Water survey",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/2/10.2166_washdev.2014.119/4/119.pdf?Expires=1706089327&Signature=RnnRpBUGnnVIUG-NU805~DaIe9ADZtiZeIL1SNnhOj2Gwei17SWqRxVhndoNGo2EdSafr0mr4PCzhOs6clIJpQikaEosDrgF~-Kuz0KxiFpj5DgnTiF~9CkX66CRHfnGRCCDzEfIhF5dEA42WtoC0xpmt-LalHOzwLT6ptW0tDEEK7j6PvYQKv02uv2swWNqIO1HtdClbr8j63ijQlp0utq8WNjcDXSUE2hqCecny5S~JhUguttDGe8gV-ykuBxmf5W7c4G4Zvio7z4GJwihGuZX-USYIWtSzl5bnyV7NztPC4Hz4ezR2sHbXy3W-SsxdGmn-Ej2DyijwcSmXFsH2A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Alejandro Jiménez,"Technical University of Catalonia (UPC), Barcelona, Spain and Stockholm International Water Institute, Drottninggatan 33. 11151 Stockholm, Sweden",Sweden,alejandro.jimenez@siwi.org,NA,Alejandro Jiménez,"Technical University of Catalonia (UPC), Barcelona, Spain and Stockholm International Water Institute, Drottninggatan 33. 11151 Stockholm, Sweden",Sweden,alejandro.jimenez@siwi.org,NA,FALSE,NA,NA,NA,developing countries; GLAAS report; global monitoring; hygiene promotion; public health; United Nations,NA,iwaponline.com +30369,4,2,https://iwaponline.com/washdev/article/4/2/248/30369/Knowledge-and-menstrual-hygiene-practices-among,"Journal of Water, Sanitation & Hygiene for Development","Knowledge and menstrual hygiene practices among adolescents in senior secondary schools in Ile Ife, south-western Nigeria",2014,FALSE,0,NA,NA,6,O. Olufemi Aluko,"Department of Community Health, Obafemi Awolowo University, Ile Ife, Nigeria",Nigeria,ooaluko@gmail.com,NA,O. Olufemi Aluko,"Department of Community Health, Obafemi Awolowo University, Ile Ife, Nigeria",Nigeria,ooaluko@gmail.com,NA,FALSE,NA,NA,NA,gender-friendly MHM facilities; in-school adolescents; menarche; menstrual hygiene; Nigeria,NA,iwaponline.com +30370,4,2,https://iwaponline.com/washdev/article/4/2/257/30370/Why-are-some-latrines-cleaner-than-others,"Journal of Water, Sanitation & Hygiene for Development",Why are some latrines cleaner than others? Determining the factors of habitual cleaning behaviour and latrine cleanliness in rural Burundi,2014,FALSE,0,NA,NA,2,Ina L. Sonego,"Environmental Social Sciences, EAWAG: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, P.O. Box 611, 8600 Duebendorf, Switzerland",Switzerland,ina.sonego@eawag.ch,NA,Ina L. Sonego,"Environmental Social Sciences, EAWAG: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, P.O. Box 611, 8600 Duebendorf, Switzerland",Switzerland,ina.sonego@eawag.ch,NA,FALSE,NA,NA,NA,behaviour change; Burundi; cleaning; diarrhoea; sanitation; sub-Saharan Africa,NA,iwaponline.com +30371,4,2,https://iwaponline.com/washdev/article/4/2/268/30371/Risk-perception-choice-of-drinking-water-and-water,"Journal of Water, Sanitation & Hygiene for Development","Risk perception, choice of drinking water and water treatment: evidence from Kenyan towns",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/2/10.2166_washdev.2014.131/4/131.pdf?Expires=1706089336&Signature=dPdt7BIDPkCfDMpk0X2KbqaaiHUwdYHXV-JzcQAA9JfApRoo9wKmN3ZA5VjNTiLsLtXjdbNh8tvQg7WA-aspm3imGm4EIYb8CBfHe~i0-mxX8HHGV4eM6eP6W0~hrDxDkeJpuLuHhqGsGIP1XiBBxNbQip6MMzoS6cx0K0oZki0pbTTaF7XjEjm4x5Pm0fmVOaUwrTPPwz7RhzpPPBeJTJMJwsdFMfiUWW1FQHDJPbu62dkaKeDYVmxMMsOFvRXxAveUdrmdYXjxYnMCpxsigzIwhfYeSE1KyE9py5pfV3DpsW3FVKlRJXex039vvwOfZPNmmOyvfr0TZbHuvxJRIw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Joseph Onjala,"Institute for Development Studies, University of Nairobi, PO Box 30197, Nairobi, Kenya",Kenya,NA,NA,Jesper Stage,"Department of Business, Economics and Law, Mid Sweden University, 851 70 Sundsvall, Sweden and Department of Business Administration, Technology and Social Sciences, Luleå University of Technology, 971 87 Luleå, Sweden",Sweden,Jesper.Stage@miun.se,NA,FALSE,NA,NA,NA,drinking water; subjective risk perception; water quality; water treatment,NA,iwaponline.com +30372,4,2,https://iwaponline.com/washdev/article/4/2/281/30372/The-entrepreneurship-myth-in-small-scale-service,"Journal of Water, Sanitation & Hygiene for Development","The entrepreneurship myth in small-scale service provision: Water resale in Maputo, Mozambique",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/2/10.2166_washdev.2013.065/4/065.pdf?Expires=1706026603&Signature=He5h3rg0PX8m5~mDipNZ1M~7xShK-ex~z~OiInNoofU7zvXjXk3osA3PBqEgtJL8P9X5Jrlu60pPF9CGXpIjjvPaui4PYSH8bBxXynHJo8ZVowYPbeDVphecDhX3LE~h4uEQAR1YjRGjmDwLh3ffhLd~yvWt-T1LkoKUtKqzM9CzqFeuTS~Cd-2ZgNymp7kefyB25i6vTfvbG46tgDHr3~6~jK~knr0K77QKxfvuBzi1AFr9URImZxphPDGXNPOiS7dTUJ3gM57xdwdnySltiLGAORLQv~Gl9WCpO1j1h1bKDmFbg9ELwXpqMChE7LvE~THmik5RaQDDWg~CHo5tbw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Valentina Zuin,"Emmett Interdisciplinary Program in Environment and Resources, The Jerry Yang and Akiko Yamazaki Environment & Energy Building, 473 Via Ortega, Room 249, Stanford University Stanford, CA 94305, USA",United States of America,valezuin@stanford.edu,NA,Valentina Zuin,"Emmett Interdisciplinary Program in Environment and Resources, The Jerry Yang and Akiko Yamazaki Environment & Energy Building, 473 Via Ortega, Room 249, Stanford University Stanford, CA 94305, USA",United States of America,valezuin@stanford.edu,NA,FALSE,NA,NA,NA,Mozambique; small-scale providers; sub-Saharan Africa; urban water supply; water access; water resale,NA,iwaponline.com +30373,4,2,https://iwaponline.com/washdev/article/4/2/293/30373/Gender-mainstreaming-in-integrated-rural-water,"Journal of Water, Sanitation & Hygiene for Development","Gender mainstreaming in integrated rural water supply and sanitation project in Mzimba, Malawi",2014,FALSE,0,NA,NA,2,O. K. K. Mwamsamali,"Department of Water Resources Engineering, University of Dar es Salaam, Tanzania",United Republic of Tanzania,NA,NA,A. W. Mayo,"Department of Water Resources Engineering, University of Dar es Salaam, Tanzania",United Republic of Tanzania,aloyce.mayo@yahoo.com,NA,FALSE,NA,NA,NA,gender mainstreaming; Malawi; rural water supply; sanitation,NA,iwaponline.com +30374,4,2,https://iwaponline.com/washdev/article/4/2/304/30374/Participation-in-sanitation-planning-in-Burkina,"Journal of Water, Sanitation & Hygiene for Development",Participation in sanitation planning in Burkina Faso: theory and practice,2014,FALSE,0,NA,NA,4,J. R. McConville,"Department of Architecture, Chalmers University of Technology, SE-412-96 Göteborg, Sweden",Sweden,jenmcc@chalmers.se,NA,J. R. McConville,"Department of Architecture, Chalmers University of Technology, SE-412-96 Göteborg, Sweden",Sweden,jenmcc@chalmers.se,NA,FALSE,NA,NA,NA,participation; planning practice; planning theory; sanitation,NA,iwaponline.com +30375,4,2,https://iwaponline.com/washdev/article/4/2/313/30375/Analysis-of-water-governance-in-Malawi-towards-a,"Journal of Water, Sanitation & Hygiene for Development",Analysis of water governance in Malawi: towards a favourable enabling environment?,2014,FALSE,0,NA,NA,2,Quinex W. Chiluwe,"Water Research Node, Monash South Africa, P/Bag X60, Roodepoort 1725, South Africa",South Africa,qchiluwe@gmail.com,NA,Quinex W. Chiluwe,"Water Research Node, Monash South Africa, P/Bag X60, Roodepoort 1725, South Africa",South Africa,qchiluwe@gmail.com,NA,FALSE,NA,NA,NA,enabling environment; governance principles; IWRM; water governance; water laws; water policy,NA,iwaponline.com +30376,4,2,https://iwaponline.com/washdev/article/4/2/324/30376/Rethinking-public-toilet-technologies-in-Nairobi,"Journal of Water, Sanitation & Hygiene for Development",Rethinking public toilet technologies in Nairobi: the case of Ikotoilet facilities,2014,FALSE,0,NA,NA,1,Jeremia Nyaga Njeru,"Assistant Professor Geology and Geography Department, West Virginia University, 98 Beechurst Ave, Morgantown, WV 26505, USA",United States of America,jeremia.njeru@mail.wvu.edu,NA,Jeremia Nyaga Njeru,"Assistant Professor Geology and Geography Department, West Virginia University, 98 Beechurst Ave, Morgantown, WV 26505, USA",United States of America,jeremia.njeru@mail.wvu.edu,NA,FALSE,NA,NA,NA,Ikotoilets; Kenya; public toilets; shared sanitation,NA,iwaponline.com +30377,4,2,https://iwaponline.com/washdev/article/4/2/329/30377/The-Right-to-Water-politics-governance-and-social,"Journal of Water, Sanitation & Hygiene for Development","The Right to Water: politics, governance and social struggles",2014,FALSE,0,NA,NA,1,Rory Padfield,"Department of Environment and Green Technology, Malaysia – Japan International Institute of Technology, Universiti Teknologi Malaysia (UTM), Kuala Lumpur, Malaysia",Malaysia,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +30040,4,3,https://iwaponline.com/washdev/article/4/3/331/30040/Private-and-social-enterprise-roles-in-water,"Journal of Water, Sanitation & Hygiene for Development","Private and social enterprise roles in water, sanitation and hygiene for the poor: a systematic review",2014,FALSE,0,NA,NA,4,Anna Gero,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,anna.gero@uts.edu.au,NA,Anna Gero,"Institute for Sustainable Futures, University of Technology Sydney, PO Box 123, Broadway NSW 2007, Australia",Australia,anna.gero@uts.edu.au,NA,FALSE,NA,NA,NA,civil society organisations; private enterprise; social enterprise; systematic review; water and sanitation services,NA,iwaponline.com +30041,4,3,https://iwaponline.com/washdev/article/4/3/346/30041/Factors-affecting-slum-sanitation-projects-in,"Journal of Water, Sanitation & Hygiene for Development",Factors affecting slum sanitation projects in Dhaka City: learning from the dynamics of social-technological-governance systems,2014,FALSE,0,NA,NA,3,Md Mizanur Rahman,"Jahangirnagar University, Department of Geography and Environment, Savar, Dhaka 1342, Bangladesh",Bangladesh,mmrahmanju@yahoo.com,NA,Md Mizanur Rahman,"Jahangirnagar University, Department of Geography and Environment, Savar, Dhaka 1342, Bangladesh",Bangladesh,mmrahmanju@yahoo.com,NA,FALSE,NA,NA,NA,governance; government–NGO; sanitation; slum; society; technology,NA,iwaponline.com +30042,4,3,https://iwaponline.com/washdev/article/4/3/359/30042/Why-clean-the-toilet-if-others-don-t-Using-a,"Journal of Water, Sanitation & Hygiene for Development",Why clean the toilet if others don't? Using a social dilemma approach to understand users of shared toilets' collective cleaning behaviour in urban slums: a review,2014,FALSE,0,NA,NA,2,Innocent K. Tumwebaze,"University of Zurich, Department of Psychology, Binzmühlestrasse 14/1, 8050 Zürich, Switzerland",Switzerland,kamara.innocent@gmail.com,NA,Innocent K. Tumwebaze,"University of Zurich, Department of Psychology, Binzmühlestrasse 14/1, 8050 Zürich, Switzerland",Switzerland,kamara.innocent@gmail.com,NA,FALSE,NA,NA,NA,cleaning; collective action; cooperation; shared toilets; social dilemma; urban slums,NA,iwaponline.com +30043,4,3,https://iwaponline.com/washdev/article/4/3/371/30043/Fecal-sludge-management-FSM-analytical-tools-for,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge management (FSM): analytical tools for assessing FSM in cities,2014,FALSE,0,NA,NA,5,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",United Kingdom of Great Britain and Northern Ireland,andy.peal@ntlworld.com,NA,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",United Kingdom of Great Britain and Northern Ireland,andy.peal@ntlworld.com,NA,FALSE,NA,NA,NA,fecal sludge management; institutions; low-income countries; sanitation; service/value chain; urban,NA,iwaponline.com +30044,4,3,https://iwaponline.com/washdev/article/4/3/384/30044/Bacterial-quality-of-drinking-water-sources-and,"Journal of Water, Sanitation & Hygiene for Development","Bacterial quality of drinking water sources and antimicrobial resistance profile of Enterobacteriaceae in Bahir Dar city, Ethiopia",2014,FALSE,0,NA,NA,4,Bayeh Abera,"Department of Microbiology, Immunology and Parasitology, College of Medicine and Health Sciences, Bahir Dar University, Ethiopia",Ethiopia,bayeabera15@gmail.com,NA,Bayeh Abera,"Department of Microbiology, Immunology and Parasitology, College of Medicine and Health Sciences, Bahir Dar University, Ethiopia",Ethiopia,bayeabera15@gmail.com,NA,FALSE,NA,NA,NA,antibiotic resistance; E. coli; Ethiopia; thermotolerant coliforms; total coliforms; water,NA,iwaponline.com +30045,4,3,https://iwaponline.com/washdev/article/4/3/391/30045/Assessing-domestic-water-quality-in-Belen,"Journal of Water, Sanitation & Hygiene for Development","Assessing domestic water quality in Belén municipality, Iquitos, Peru",2014,FALSE,0,NA,NA,7,Kimberly F. Faldetta,"Penn State Milton S. Hershey Medical Center, Hershey Global Health Center, 500 University Drive, Hershey, PA 17033, USA",United States of America,kfaldetta@hmc.psu.edu,NA,Kimberly F. Faldetta,"Penn State Milton S. Hershey Medical Center, Hershey Global Health Center, 500 University Drive, Hershey, PA 17033, USA",United States of America,kfaldetta@hmc.psu.edu,NA,FALSE,NA,NA,NA,fecal coliform; peri-urban slum; Peru; point-of-use treatment,NA,iwaponline.com +30046,4,3,https://iwaponline.com/washdev/article/4/3/400/30046/Retrofitting-arsenic-iron-removal-plants-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Retrofitting arsenic-iron removal plants in rural Bangladesh for performance enhancement,2014,FALSE,0,NA,NA,3,Ingrid M. Sorensen,"School of Engineering, University of Guelph, 50 Stone Rd., Guelph, ON, Canada N1G 2W1",Canada,ingrid.m.sorensen@gmail.com,NA,Ingrid M. Sorensen,"School of Engineering, University of Guelph, 50 Stone Rd., Guelph, ON, Canada N1G 2W1",Canada,ingrid.m.sorensen@gmail.com,NA,FALSE,NA,NA,NA,AIRP; arsenic; Bangladesh; retrofit; water treatment,NA,iwaponline.com +30047,4,3,https://iwaponline.com/washdev/article/4/3/410/30047/Using-baseline-surveys-to-inform-interventions-and,"Journal of Water, Sanitation & Hygiene for Development","Using baseline surveys to inform interventions and follow-up surveys: a case-study using the Nampula Province Water, Sanitation, and Hygiene Program",2014,FALSE,0,NA,NA,2,Ryan Admiraal,"School of Engineering and Information Technology, Murdoch University, Perth, Australia",Australia,R.Admiraal@murdoch.edu.au,NA,Ryan Admiraal,"School of Engineering and Information Technology, Murdoch University, Perth, Australia",Australia,R.Admiraal@murdoch.edu.au,NA,FALSE,NA,NA,NA,baseline study; control; Mozambique; statistical survey methods,NA,iwaponline.com +30049,4,3,https://iwaponline.com/washdev/article/4/3/422/30049/Synthetic-organic-water-contaminants-in-developing,"Journal of Water, Sanitation & Hygiene for Development",Synthetic organic water contaminants in developing communities: an overlooked challenge addressed by adsorption with locally generated char,2014,FALSE,0,NA,NA,3,Joshua P. Kearns,"Department of Civil, Environmental, & Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Dr, ECOT 441, UCB 428, Boulder, CO 80309, USA",United States of America,joshua.kearns@colorado.edu,NA,Joshua P. Kearns,"Department of Civil, Environmental, & Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Dr, ECOT 441, UCB 428, Boulder, CO 80309, USA",United States of America,joshua.kearns@colorado.edu,NA,FALSE,NA,NA,NA,biochar; charcoal; drinking water; herbicide; pesticide; Thailand,NA,iwaponline.com +30050,4,3,https://iwaponline.com/washdev/article/4/3/437/30050/A-strengths-weaknesses-opportunities-and-threats,"Journal of Water, Sanitation & Hygiene for Development","A strengths, weaknesses, opportunities, and threats analysis on integrating safe water supply and sustainable sanitation systems",2014,FALSE,0,NA,NA,5,Sayed Mohammad Nazim Uddin,"Action Contre La Faim (ACF), Mongolia, Diplomatic Compound 95-11, Chingeltei District, 4th Khoroo, Ulaanbaatar, Mongolia",Mongolia,nazimiwfmbuet@gmail.com,NA,Sayed Mohammad Nazim Uddin,"Action Contre La Faim (ACF), Mongolia, Diplomatic Compound 95-11, Chingeltei District, 4th Khoroo, Ulaanbaatar, Mongolia",Mongolia,nazimiwfmbuet@gmail.com,NA,FALSE,NA,NA,NA,integration; safe water supply; sustainable sanitation system; SWOT; urban development; WASH,NA,iwaponline.com +30051,4,3,https://iwaponline.com/washdev/article/4/3/449/30051/The-potential-for-financing-small-scale-wastewater,"Journal of Water, Sanitation & Hygiene for Development","The potential for financing small-scale wastewater treatment through resource recovery: experience from Bocas del Toro, Panama",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/3/10.2166_washdev.2014.138/4/138.pdf?Expires=1706089385&Signature=TZR6Gh4XKsc5sglR0rem95JhF5Qwn0lXl-yipP5xkhgd6XkOw7aMp6F4IPNg63LGB1O3txcqbI-hsJy2zlz5O5wy6X~KpD4K0G0WBnrqt7GpK9tcdzJKBp6mhCu2Q8VO26erX2zBi9~AK6qbDcqR4BHBq4576S~NE4FOHAYsKw8z26RBlyhG2S9r7RLx1Stt39bM1puBUVRagQ~uuyrp1DDziezJfGuLh~agJ48zHwkR7qPRjE-dRdFTQ-JaEpWMV~rmfGWWYJ39HKv5geLB0XjjFfb~2P05DzdQMsXeL-v3gOJOiLj86HvKWvr9RlwL7bdhRaTyM61knhe7CaRDzg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Sebastien Tilmans,"Department of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",United States of America,NA,NA,Jennifer Davis,"Department of Civil and Environmental Engineering, Stanford University, 473 Via Ortega, Stanford, CA 94305-4020, USA",United States of America,jennadavis@stanford.edu,NA,FALSE,NA,NA,NA,anaerobic treatment; biogas; Panama; resource recovery; sanitation; wastewater treatment,NA,iwaponline.com +30052,4,3,https://iwaponline.com/washdev/article/4/3/460/30052/Circuit-Rider-post-construction-support,"Journal of Water, Sanitation & Hygiene for Development",Circuit Rider post-construction support: improvements in domestic water quality and system sustainability in El Salvador,2014,FALSE,0,NA,NA,4,Georgia L. Kayser,"The Department of Environmental Science and Engineering and Public Policy, The Water Institute, Gillings School of Global Public Health CB#7431, University of North Carolina at Chapel Hill, NC 27599-7431, USA",United States of America,gkayser@unc.edu,NA,Georgia L. Kayser,"The Department of Environmental Science and Engineering and Public Policy, The Water Institute, Gillings School of Global Public Health CB#7431, University of North Carolina at Chapel Hill, NC 27599-7431, USA",United States of America,gkayser@unc.edu,NA,FALSE,NA,NA,NA,Circuit Rider; El Salvador; post-construction support; sustainability; water quality; water supply,NA,iwaponline.com +30053,4,3,https://iwaponline.com/washdev/article/4/3/471/30053/Sustainability-check-five-year-annual,"Journal of Water, Sanitation & Hygiene for Development","Sustainability check: five-year annual sustainability audits of the water supply and open defecation free status in the ‘One Million Initiative’, Mozambique",2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/3/10.2166_washdev.2014.118/4/118.pdf?Expires=1706089391&Signature=uzA~osRuWxWMCCFrdJN2WL8j8UW06HpL8HPOIwAbTe-jROYLg8sx69L0-EYZMZqG2qE6QrZxFBB06auSquiYoVoZcTPNITXCdDqs8tvlaDboZZALhAfROT6i5pdqX-iid391zMkZknXu1x6d2d14kbRq5SXe2KtJpB5FhjvKZWShPEPhYzaQhrqt6G1ckn1XeCYisNGT6EtsfqcrtN2zR2ztJsTRj1jOqDYlcR38v5QHpBtd5jbWjdRGWLLxDUM62yBSTeVup3xmdXspbtev7he5Q8SDHQSRaDKRdOSCmsm4zaFSRcFdhZRACk2jrlmhOEQdxsgclwphj5a4XHwTsw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,S. Godfrey,"Water and Environmental Sanitation Section, UNICEF Ethiopia, UNICEF House (Opposite ECA/German House), Box 1167, Africa Hall, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,NA,S. Godfrey,"Water and Environmental Sanitation Section, UNICEF Ethiopia, UNICEF House (Opposite ECA/German House), Box 1167, Africa Hall, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,NA,FALSE,NA,NA,NA,open defecation free; rural water; sustainability check,NA,iwaponline.com +30054,4,3,https://iwaponline.com/washdev/article/4/3/484/30054/Rheological-modelling-of-fresh-human-faeces,"Journal of Water, Sanitation & Hygiene for Development",Rheological modelling of fresh human faeces,2014,FALSE,0,NA,NA,4,S. M. Woolley,"Pollution Research Group, School of Chemical Engineering, University of KwaZulu-Natal, King George V Avenue, Berea, 4041, South Africa",South Africa,206517826@stu.ukzn.ac.za,NA,S. M. Woolley,"Pollution Research Group, School of Chemical Engineering, University of KwaZulu-Natal, King George V Avenue, Berea, 4041, South Africa",South Africa,206517826@stu.ukzn.ac.za,NA,FALSE,NA,NA,NA,Herschel–Bulkley; human stool; mechanical properties; moisture content; Power Law,NA,iwaponline.com +30055,4,3,https://iwaponline.com/washdev/article/4/3/490/30055/Willingness-to-pay-for-improved-water-supplies-in,"Journal of Water, Sanitation & Hygiene for Development",Willingness to pay for improved water supplies in rural Ugandan villages,2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/3/10.2166_washdev.2013.011/4/011.pdf?Expires=1706050894&Signature=pCjSJPqH3mylDbmZukNKlkOdMNClrBF14vY0Nh9Dj-L1ZNpBB715U53O3IC11zm4Wi12AO1qrm9Qyzr4zEfX2-HDYUPxJOE9ovh8eObVDTSN1e-B7Iuy7Q5Pf0tFTvjC83yXJZqyf8t0S4KTfb-i83LxFDawIeW1y9BXfZcm3kE2y2iBYJNIr0GNk9m6OGSr~8s8xAsO1KCzKiEsN3V6CB2th6dV1Oppz~2n0-2vXTIVRCv2anCGM2x58SJgp8PWh0eUq2h3Xkn3nVt66vOmeyGraPN9ySM4~pb73cLTyBwdcEzniWzMWdDT-yBonhKpFfcd96WenjyDCVoFW1~ekg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Steven G. Wright,"Department of Civil & Environmental Engineering, Michigan Technological University, Houghton, Michigan 49931, USA",United States of America,NA,NA,Alex S. Mayer,"Department of Civil & Environmental Engineering, Michigan Technological University, Houghton, Michigan 49931, USA",United States of America,asmayer@mtu.edu,NA,FALSE,NA,NA,NA,contingent valuation; rural water supply improvements; Uganda; willingness to pay,NA,iwaponline.com +30056,4,3,https://iwaponline.com/washdev/article/4/3/499/30056/A-study-of-water-and-sanitation-access-trends-in,"Journal of Water, Sanitation & Hygiene for Development",A study of water and sanitation access trends in Peru: where do inequities persist?,2014,FALSE,0,NA,NA,2,Betsy Eagin,"Department of Global Health, Milken Institute School of Public Health at the George Washington University, Washington, DC 20051, USA",United States of America,NA,NA,Jay P. Graham,"Department of Global Health, Milken Institute School of Public Health at the George Washington University, Washington, DC 20051, USA",United States of America,jgraham@gwu.edu,NA,FALSE,NA,NA,NA,demographic and health survey; hygiene; Peru; inequity; sanitation; water,NA,iwaponline.com +30057,4,3,https://iwaponline.com/washdev/article/4/3/509/30057/The-environmental-burden-of-diarrhea-in-young,"Journal of Water, Sanitation & Hygiene for Development",The environmental burden of diarrhea in young children attributable to inadequate sanitation in Brazil,2014,FALSE,0,NA,NA,5,T. C. M. Sousa,"Health Information Laboratory, ICICT/Fiocruz, Brazilian Ministry of Health, Rio de Janeiro, Brazil",Brazil,taticmsousa@gmail.com,NA,T. C. M. Sousa,"Health Information Laboratory, ICICT/Fiocruz, Brazilian Ministry of Health, Rio de Janeiro, Brazil",Brazil,taticmsousa@gmail.com,NA,FALSE,NA,NA,NA,Brazil; diarrhea; environmental burden of disease; Millennium Development Goals; unsafe sanitation,NA,iwaponline.com +30058,4,3,https://iwaponline.com/washdev/article/4/3/521/30058/Social-and-economic-cost-benefit-analysis-of,"Journal of Water, Sanitation & Hygiene for Development","Social and economic cost-benefit analysis of sanitation in Odisha State, India",2014,FALSE,0,NA,NA,3,Aidan A. Cronin,"Water, Sanitation and Hygiene Section, UNICEF India Country Office, 73 Lodi Estate, New Delhi, India",India,acronin@unicef.org,NA,Aidan A. Cronin,"Water, Sanitation and Hygiene Section, UNICEF India Country Office, 73 Lodi Estate, New Delhi, India",India,acronin@unicef.org,NA,FALSE,NA,NA,NA,BCR; cost-benefit analysis; India; Odisha; sanitation,NA,iwaponline.com +30059,4,3,https://iwaponline.com/washdev/article/4/3/532/30059/Open-source-mobile-water-quality-testing-platform,"Journal of Water, Sanitation & Hygiene for Development",Open-source mobile water quality testing platform,2014,FALSE,0,NA,NA,3,Bas Wijnen,"Department of Materials Science & Engineering, Michigan Technological University, 601 M&M Building, 1400 Townsend Drive, Houghton, MI 49931-1295, USA",United States of America,NA,NA,Joshua M. Pearce,"Department of Materials Science & Engineering, Michigan Technological University, 601 M&M Building, 1400 Townsend Drive, Houghton, MI 49931-1295, USA",United States of America,pearce@mtu.edu,NA,FALSE,NA,NA,NA,BOD; COD; nephelometry; open-source hardware; turbidity; water testing,NA,iwaponline.com +30060,4,3,https://iwaponline.com/washdev/article/4/3/538/30060/Monitoring-microbiological-and-physicochemical,"Journal of Water, Sanitation & Hygiene for Development","Monitoring microbiological and physicochemical quality of bottled mineral water sold in Minas Gerais, Brazil",2014,FALSE,0,NA,NA,5,F. C. O. Gomes,"Department of Chemistry, Centro Federal de Educação Tecnológica de Minas Gerais, 5253, Amazonas Avenue, Belo Horizonte, Minas Gerais 30421-169, Brazil",Brazil,NA,NA,F. Badotti,"Department of Chemistry, Centro Federal de Educação Tecnológica de Minas Gerais, 5253, Amazonas Avenue, Belo Horizonte, Minas Gerais 30421-169, Brazil",Brazil,fbadotti@cebio.org,NA,FALSE,NA,NA,NA,bottled mineral water; chemical composition; microbiological quality; quality control,NA,iwaponline.com +30061,4,4,https://iwaponline.com/washdev/article/4/4/545/30061/Effectiveness-of-public-rural-waterpoints-in,"Journal of Water, Sanitation & Hygiene for Development",Effectiveness of public rural waterpoints in Bangladesh with special reference to arsenic mitigation,2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.038/4/038.pdf?Expires=1706089417&Signature=VPVvdlR9vWGTsIvsSFT6jRGubo3eATjcCUh6a19ahpbdp1so2uyXwyIJLG4mwhUzVifZ-YTkYaoXbSu~vyVwLeUNYLXXsq21Uk461VCyCt~BeoILiAJTOy5-W-Cu57qD4uFuGrfklvJEmwnyaCjvcCDMsZ1RJ3oEXepsBqm~FmVLEGqsCfUzYgfJtxK6G2PfQHdENhaCsQxf4kVvFNMJqW9kXG2G0E0ot0ukqdiMinCSSM2y0qSC2OHB7FeKM7VOTK-zPP0nXj9~O8S1o~dfVIIc~0IwXfBV1ruZEjNmYXX5IZWkYpwIjclmhYBNEDbv9GqjkrG2SEzAFUUATaCLrA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Peter Ravenscroft,"UNICEF, BSL Office Complex, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,ravenscroftp@aol.com,NA,Peter Ravenscroft,"UNICEF, BSL Office Complex, 1 Minto Road, Dhaka 1000, Bangladesh",Bangladesh,ravenscroftp@aol.com,NA,FALSE,NA,NA,NA,arsenic; Bangladesh; contamination; functionality; rural water supply; sustainability,NA,iwaponline.com +30063,4,4,https://iwaponline.com/washdev/article/4/4/563/30063/Fecal-sludge-management-a-comparative-analysis-of,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge management: a comparative analysis of 12 cities,2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.026/4/026.pdf?Expires=1706089419&Signature=TC9ZYapIKpDVSRzk3qfUnHoX~-AvyjuwT5uRYJMUvFRABlK4g1p-pkOQP~x2MTtRQcyg190UteBSm6UnG7sI~a6va1K-m2hudvsgt2J7XQrRNmSHHwFD1ux81~42KKcAifWLfzOldGF-XAsl1x1O2-gE1yNwpXp1Kk36DSUpcE0jHDguG~m4Mlpa5gS7of0-ZMXSJsodmLq3PNxEEYaZ1h8f9iFszZmO3r3wy0qk-XcHE~uhHWQhTdy2~xazfW2NOa-7OvAEVrTwyPxDLRquIboHmzhS3SINn5UXTu34BlHfFD331UoAh61u6fxvIM6OT5RkoUn4bgpvaPFDDfVuqA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",United Kingdom of Great Britain and Northern Ireland,andy.peal@ntlworld.com,NA,Andy Peal,"Independent consultant, Macclesfield, Cheshire, UK",United Kingdom of Great Britain and Northern Ireland,andy.peal@ntlworld.com,NA,FALSE,NA,NA,NA,fecal sludge management; institutions; low-income countries; sanitation; service/value chain; urban,NA,iwaponline.com +30064,4,4,https://iwaponline.com/washdev/article/4/4/576/30064/Undernutrition-s-blind-spot-a-review-of-fecally,"Journal of Water, Sanitation & Hygiene for Development",Undernutrition's blind spot: a review of fecally transmitted infections in India,2014,FALSE,0,NA,NA,2,Robert Chambers,"Institute of Development Studies, University of Sussex, Brighton, BN1 9RE, UK and UNICEF Guinea-Bissau, United Nations Building – PO Box 464, 1034 Bissau-Codex, Guinea-Bissau",Guinea-Bissau,r.chambers@ids.ac.uk,NA,Robert Chambers,"Institute of Development Studies, University of Sussex, Brighton, BN1 9RE, UK and UNICEF Guinea-Bissau, United Nations Building – PO Box 464, 1034 Bissau-Codex, Guinea-Bissau",Guinea-Bissau,r.chambers@ids.ac.uk,NA,FALSE,NA,NA,NA,fecally transmitted infections; India; open defecation; sanitation; stunting; undernutrition,NA,iwaponline.com +30065,4,4,https://iwaponline.com/washdev/article/4/4/590/30065/Data-and-monitoring-in-the-Indian-rural-water-and,"Journal of Water, Sanitation & Hygiene for Development",Data and monitoring in the Indian rural water and sanitation sector – a review of current status and proposed ways forward,2014,FALSE,0,NA,NA,2,Aidan A. Cronin,"UNICEF India Country Office, UNICEF House, 73 Lodhi Estate, New Delhi 110 003, India",India,acronin@unicef.org,NA,Aidan A. Cronin,"UNICEF India Country Office, UNICEF House, 73 Lodhi Estate, New Delhi 110 003, India",India,acronin@unicef.org,NA,FALSE,NA,NA,NA,auditing; India; monitoring; open data; sanitation; water,NA,iwaponline.com +30066,4,4,https://iwaponline.com/washdev/article/4/4/604/30066/Evaluation-of-Colilert-18R-as-an-alternative,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of Colilert-18® as an alternative method for monitoring total coliforms and Escherichia coli in some faecally polluted river waters,2014,FALSE,0,NA,NA,2,Amanda S. Brand,"Division of Community Health, Faculty of Medicine and Health Sciences, University of Stellenbosch, South Africa",South Africa,anibrand85@gmail.com,NA,Amanda S. Brand,"Division of Community Health, Faculty of Medicine and Health Sciences, University of Stellenbosch, South Africa",South Africa,anibrand85@gmail.com,NA,FALSE,NA,NA,NA,faecal pollution monitoring; health risk assessment; method comparison; polluted environmental waters,NA,iwaponline.com +30067,4,4,https://iwaponline.com/washdev/article/4/4/612/30067/Spatial-variations-in-access-to-improved,"Journal of Water, Sanitation & Hygiene for Development",Spatial variations in access to improved sanitation and water in Lagos state,2014,FALSE,0,NA,NA,1,Michael Kunnuji,"Department of Sociology, University of Lagos, Nigeria",Nigeria,michaelkunnuji@gmail.com,NA,Michael Kunnuji,"Department of Sociology, University of Lagos, Nigeria",Nigeria,michaelkunnuji@gmail.com,NA,FALSE,NA,NA,NA,equitable distribution; Lagos state; metropocentric; pipe-borne water; waste collection,NA,iwaponline.com +30068,4,4,https://iwaponline.com/washdev/article/4/4/620/30068/Removal-of-microbes-to-World-Health-Organization,"Journal of Water, Sanitation & Hygiene for Development","Removal of microbes to World Health Organization requirements using a locally developed, low cost, micro-porous, ceramic water filter",2014,FALSE,0,NA,NA,3,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, 3886, South Africa",South Africa,simonisj@unizulu.ac.za,NA,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, 3886, South Africa",South Africa,simonisj@unizulu.ac.za,NA,FALSE,NA,NA,NA,ceramic; filtration; low-cost; microbial; recommendation; WHO,NA,iwaponline.com +30069,4,4,https://iwaponline.com/washdev/article/4/4/625/30069/Greywater-treatment-by-vermifiltration-for-sub,"Journal of Water, Sanitation & Hygiene for Development",Greywater treatment by vermifiltration for sub-Saharan urban poor,2014,FALSE,0,NA,NA,5,Amare T. Adugna,"International Institute for Water and Environmental Engineering, 01 BP 594 Ouagadougou 01, Burkina Faso",Burkina Faso,adugna.amare@2ie-edu.org,NA,Amare T. Adugna,"International Institute for Water and Environmental Engineering, 01 BP 594 Ouagadougou 01, Burkina Faso",Burkina Faso,adugna.amare@2ie-edu.org,NA,FALSE,NA,NA,NA,earthworms; Eudrilus eugeniae; greywater treatment; vermifiltration,NA,iwaponline.com +30070,4,4,https://iwaponline.com/washdev/article/4/4/633/30070/Effect-of-hydraulic-loading-frequency-on,"Journal of Water, Sanitation & Hygiene for Development",Effect of hydraulic loading frequency on performance of planted drying beds for the treatment of faecal sludge,2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.024/4/024.pdf?Expires=1706089439&Signature=riP24KhlHHEGk5q772j6AKlVs8G6ue234LCBWdkcrYsLP1HDP5gdOQRba3~PVAw27i-2nnjSwGxQEj89YeRGDjtKPlC6pqWB~sYmokylhKGwe01aVh7vYt~lSloyqLrezWUwNrvfifJvq98IwvvD2Vi4Wyi6ARBLeix5VtLx9-bFSQp4JZW7F4P3JfiqN74VWvGuiaimkJPCmC6-vu9wcUsuO2kSwb192AzLKs34b1Nh9uKfsgJTQK5hMGwmVYEdlHMkKaPL~pCgJEzNH5WIq5jvSi6md6bpyxjYPQSi7DOyPwFFPjFn5iW3HO5SnAOr0G0hCUULA8gZj34lwOak7A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,El hadji Mamadou Sonko,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Sandec: Department of Water and Sanitation in Developing Countries, Ueberlandstrasse 133, 8600 Duebendorf, Switzerland",Switzerland,NA,NA,Linda Strande,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Sandec: Department of Water and Sanitation in Developing Countries, Ueberlandstrasse 133, 8600 Duebendorf, Switzerland",Switzerland,linda.strande@eawag.ch,NA,FALSE,NA,NA,NA,biosolids; Echinochloa pyramidalis; fodder; leachate; low- and middle-income countries; wastewater,NA,iwaponline.com +30071,4,4,https://iwaponline.com/washdev/article/4/4/642/30071/If-you-build-it-will-they-come-Factors-influencing,"Journal of Water, Sanitation & Hygiene for Development",If you build it will they come? Factors influencing rural primary pupils' urination and defecation practices at school in western Kenya,2014,FALSE,0,NA,NA,4,Bethany A. Caruso,"Center for Global Safe Water, Hubert Department of Global Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA 30322, USA and Department of Behavioral Sciences and Health Education, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",United States of America,bcaruso@emory.edu,NA,Bethany A. Caruso,"Center for Global Safe Water, Hubert Department of Global Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA 30322, USA and Department of Behavioral Sciences and Health Education, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",United States of America,bcaruso@emory.edu,NA,FALSE,NA,NA,NA,behavior; Kenya; menstrual hygiene management; school sanitation,NA,iwaponline.com +30072,4,4,https://iwaponline.com/washdev/article/4/4/654/30072/Passive-evaporation-of-source-separated-urine-from,"Journal of Water, Sanitation & Hygiene for Development",Passive evaporation of source-separated urine from dry toilets: a lab study,2014,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/4/4/10.2166_washdev.2014.058/4/058.pdf?Expires=1706089445&Signature=hMEq78rHfwm65mXH8Y~62pcSxpMD3Y9s6OAS8jQ2Wu3zqTjs4FdToGBHDcNDFSwBSIjh7L7veiRYMqqj3KP7dEJ65CnonWZbjHC5V23p5DPwtYvTlq1e6PwS~zY5xC19RGXUbIm83k5ehBjotgjV-m-R5PTfeh~o0TBUpSD0LSXu~njekkbF-xGQ97SmGuTuyZ41zhEc0~Ow3FZh0ffmghhDXLhkcOdcNG~CcY4iy9xSfjunLZnJRTGKB3tsxxfjLQeIXvAAtZ80dC0umalxZE~Pn2NRnmm7dhXoFYbMDes~aPl3~u9OjMc~j1zkJ98maCH4emKgC8FwDwrWBWvQeQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada, T2N 1N4",Canada,bethuned@ucalgary.ca,NA,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada, T2N 1N4",CAN,bethuned@ucalgary.ca,NA,FALSE,NA,NA,NA,diversion; evaporation; sanitation; source-separation; urine,NA,iwaponline.com +30073,4,4,https://iwaponline.com/washdev/article/4/4/663/30073/Deployment-of-the-microbial-fuel-cell-latrine-in,"Journal of Water, Sanitation & Hygiene for Development",Deployment of the microbial fuel cell latrine in Ghana for decentralized sanitation,2014,FALSE,0,NA,NA,5,Cynthia J. Castro,"University of Massachusetts Amherst, Department of Civil and Environmental Engineering, 18 Marston Hall, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",United States of America,NA,NA,Caitlyn S. Butler,"University of Massachusetts Amherst, Department of Civil and Environmental Engineering, 16B Marston Hall, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",United States of America,cbutler@ecs.umass.edu,NA,FALSE,NA,NA,NA,decentralized treatment; ecological sanitation; latrine; microbial fuel cell; sustainability,NA,iwaponline.com +30074,4,4,https://iwaponline.com/washdev/article/4/4/672/30074/Comparing-health-outcomes-and-point-of-use-water,"Journal of Water, Sanitation & Hygiene for Development","Comparing health outcomes and point-of-use water quality in two rural indigenous communities of Baja California, Mexico before and after receiving new potable water infrastructure",2014,FALSE,0,NA,NA,5,Paula Stigler-Granados,"San Diego State University, Graduate School of Public Health, 5250 Campanile Dr. San Diego, CA 92182",United States of America,paula.stigler@gmail.com,NA,Paula Stigler-Granados,"San Diego State University, Graduate School of Public Health, 5250 Campanile Dr. San Diego, CA 92182",United States of America,paula.stigler@gmail.com,NA,FALSE,NA,NA,NA,health outcomes; indigenous community; Mexico; point-of-use; pre- and post-evaluation; rural water systems,NA,iwaponline.com +30075,4,4,https://iwaponline.com/washdev/article/4/4/681/30075/Sanitation-in-developing-countries-a-systematic,"Journal of Water, Sanitation & Hygiene for Development",Sanitation in developing countries: a systematic review of user preferences and motivations,2014,FALSE,0,NA,NA,2,Zakiya Seymour,"School of Civil and Environmental Engineering, Georgia Institute of Technology, Atlanta, GA 30332, USA",United States of America,NA,NA,Joseph Hughes,"College of Engineering, Drexel University, Philadelphia, PA 19104, USA",United States of America,jhughes@coe.drexel.edu,NA,FALSE,NA,NA,NA,adoption; attitude; behavior; preferences; sanitation,NA,iwaponline.com +30076,4,4,https://iwaponline.com/washdev/article/4/4/692/30076/Constraints-and-motivations-to-sanitation-business,"Journal of Water, Sanitation & Hygiene for Development",Constraints and motivations to sanitation business in peri-urban communities in Ghana,2014,FALSE,0,NA,NA,5,Fred Nimoh,"Department of Agricultural Economics, Agribusiness and Extension, KNUST, Kumasi, Ghana",Ghana,frediemoh@yahoo.com,NA,Fred Nimoh,"Department of Agricultural Economics, Agribusiness and Extension, KNUST, Kumasi, Ghana",Ghana,frediemoh@yahoo.com,NA,FALSE,NA,NA,NA,constraints; motivations; peri-urban Ghana; sanitation business; SUSA,NA,iwaponline.com +30078,4,4,https://iwaponline.com/washdev/article/4/4/699/30078/Microfinance-partnerships-to-improve-access-to,"Journal of Water, Sanitation & Hygiene for Development",Microfinance partnerships to improve access to durable water filters: results from six pilots in India and Cambodia,2014,FALSE,0,NA,NA,6,Elizabeth M. Blanton,"Safe Water Project, Technology Solutions, PATH, 2201 Westlake Ave, Suite 200, Seattle, WA 98121, USA",United States of America,eblanton@uw.edu,NA,Elizabeth M. Blanton,"Safe Water Project, Technology Solutions, PATH, 2201 Westlake Ave, Suite 200, Seattle, WA 98121, USA",United States of America,eblanton@uw.edu,NA,FALSE,NA,NA,NA,Cambodia; household water filters; HWTS; India; microfinance; monitoring and evaluation,NA,iwaponline.com +30079,4,4,https://iwaponline.com/washdev/article/4/4/709/30079/The-potential-of-a-semi-decentralised-bulk-water,"Journal of Water, Sanitation & Hygiene for Development",The potential of a semi-decentralised bulk water treatment approach for emergency relief,2014,FALSE,0,NA,NA,2,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6 and Environment & Regional Development Graduate Program (PGDRA), Universidade Federal de Rondônia (UNIR), Porto Velho, Rondônia, Brazil",Brazil,caetano.dorea@gci.ulaval.ca,NA,Caetano C. Dorea,"Département de génie civil et génie des eaux, Université Laval, Québec, QC, Canada G1V 0A6 and Environment & Regional Development Graduate Program (PGDRA), Universidade Federal de Rondônia (UNIR), Porto Velho, Rondônia, Brazil",Brazil,caetano.dorea@gci.ulaval.ca,NA,FALSE,NA,NA,NA,coagulation; disinfection; emergency; water treatment,NA,iwaponline.com +30080,4,4,https://iwaponline.com/washdev/article/4/4/714/30080/Effect-of-source-water-quality-on-solar,"Journal of Water, Sanitation & Hygiene for Development",Effect of source water quality on solar disinfection rate under multiple experimental conditions,2014,FALSE,0,NA,NA,2,M. Mansoor Ahammed,"Civil Engineering Department, S V National Institute of Technology, Surat – 395 007, Gujarat, India",India,mansoorahammed@gmail.com,NA,M. Mansoor Ahammed,"Civil Engineering Department, S V National Institute of Technology, Surat – 395 007, Gujarat, India",India,mansoorahammed@gmail.com,NA,FALSE,NA,NA,NA,household water treatment; solar disinfection; source water quality; total coliforms,NA,iwaponline.com +30081,4,4,https://iwaponline.com/washdev/article/4/4/720/30081/Water-consumption-patterns-in-a-rural-setting-in,"Journal of Water, Sanitation & Hygiene for Development","Water consumption patterns in a rural setting in Ngamiland district, Botswana: the case of Boro village",2014,FALSE,0,NA,NA,2,Itumeleng Oageng,"University of Botswana, Maun, Ngamiland District, Botswana",Botswana,NA,NA,Gagoitseope Power Mmopelwa,"University of Botswana, Maun, Ngamiland District, Botswana",Botswana,gmmopelwa@mopipi.ub.bw,NA,FALSE,NA,NA,NA,Boro; households; Okavango Delta; per capita; rural; water consumption,NA,iwaponline.com +30082,4,4,https://iwaponline.com/washdev/article/4/4/727/30082/A-study-on-contamination-risks-of-wells-from,"Journal of Water, Sanitation & Hygiene for Development","A study on contamination risks of wells from Kollam district, southern India",2014,FALSE,0,NA,NA,5,S. Usha,"Department of Zoology, SN Women's College, Kollam, India",India,NA,NA,P. S. Rakesh,"District Medical Office, Kerala State Health Services, Kollam, India",India,rakeshrenjini@gmail.com,NA,FALSE,NA,NA,NA,hepatitis A; risk of contamination scoring; sanitary inspection; sanitary well; waterborne diseases; water quality,NA,iwaponline.com +30083,4,4,https://iwaponline.com/washdev/article/4/4/733/30083/Letters-to-the-Editor,"Journal of Water, Sanitation & Hygiene for Development",Letters to the Editor,2014,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +30084,4,4,https://iwaponline.com/washdev/article/4/4/734/30084/Letters-to-the-Editor,"Journal of Water, Sanitation & Hygiene for Development",Letters to the Editor,2014,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +30378,5,1,https://iwaponline.com/washdev/article/5/1/1/30378/A-multidimensional-measurement-of-the-health,"Journal of Water, Sanitation & Hygiene for Development",A multidimensional measurement of the health impact of community-based water treatment systems in Uganda,2015,FALSE,0,NA,NA,6,Jeffery L. Deal,"Water Missions International, 2049 Savannah Highway, Charleston, SC 29407, USA",United States of America,jldeal@comcast.net,NA,Jeffery L. Deal,"Water Missions International, 2049 Savannah Highway, Charleston, SC 29407, USA",United States of America,jldeal@comcast.net,NA,FALSE,NA,NA,NA,diarrhea; health; hygiene; methodology; water; waterborne pathogens,NA,iwaponline.com +30379,5,1,https://iwaponline.com/washdev/article/5/1/9/30379/Choosing-bottled-over-tapped-drinking-water-in-the,"Journal of Water, Sanitation & Hygiene for Development",Choosing bottled over tapped: drinking water in the Dominican Republic,2015,FALSE,0,NA,NA,1,John D. McLennan,"Cumming School of Medicine, University of Calgary, TRW Building, 3rd Floor, 3280 Hospital Drive N.W., Calgary, AB, Canada T2N 4Z6",Canada,jmclenna@ucalgary.ca,NA,John D. McLennan,"Cumming School of Medicine, University of Calgary, TRW Building, 3rd Floor, 3280 Hospital Drive N.W., Calgary, AB, Canada T2N 4Z6",Canada,jmclenna@ucalgary.ca,NA,FALSE,NA,NA,NA,bottled water; domestic water consumption; Dominican Republic; drinking water,NA,iwaponline.com +30381,5,1,https://iwaponline.com/washdev/article/5/1/17/30381/Evaluation-of-the-quality-of-service-of-the-water,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of the quality of service of the water supply delivery in Lebanon,2015,FALSE,0,NA,NA,1,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,NA,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,NA,FALSE,NA,NA,NA,fuzzy sets; monitoring and reporting; quality of service; water supply,NA,iwaponline.com +30382,5,1,https://iwaponline.com/washdev/article/5/1/28/30382/Development-of-improved-low-cost-ceramic-water,"Journal of Water, Sanitation & Hygiene for Development",Development of improved low-cost ceramic water filters for viral removal in the Haitian context,2015,FALSE,0,NA,NA,8,L. Guerrero-Latorre,"Laboratory of Virus Contaminants of Water and Food, Department of Microbiology, Faculty of Biology, University of Barcelona, Barcelona 08028, Spain",Spain,NA,NA,R. Girones,"Laboratory of Virus Contaminants of Water and Food, Department of Microbiology, Faculty of Biology, University of Barcelona, Barcelona 08028, Spain",Spain,rgirones@ub.edu,NA,FALSE,NA,NA,NA,ceramic fired in reductive atmosphere; ceramic water filters; household water treatment and safe storage; viral removal efficiencies; waterborne viruses,NA,iwaponline.com +30384,5,1,https://iwaponline.com/washdev/article/5/1/39/30384/Microbial-quality-of-domestic-water-following-the,"Journal of Water, Sanitation & Hygiene for Development",Microbial quality of domestic water: following the contamination chain in a rural township in Kenya,2015,FALSE,0,NA,NA,5,Pauline W. Macharia,"Department of Biological Sciences, Egerton University, Njoro Campus, P.O. Box 536-20115 Egerton, Kenya",Kenya,macharia.pauline@yahoo.com,NA,Pauline W. Macharia,"Department of Biological Sciences, Egerton University, Njoro Campus, P.O. Box 536-20115 Egerton, Kenya",Kenya,macharia.pauline@yahoo.com,NA,FALSE,NA,NA,NA,contamination chain; domestic water; household income; microbial quality; point-of-consumption,NA,iwaponline.com +30386,5,1,https://iwaponline.com/washdev/article/5/1/50/30386/First-stage-of-the-French-vertical-flow,"Journal of Water, Sanitation & Hygiene for Development",First stage of the French vertical flow constructed wetland system: experiments with the reduction of surface area and number of units,2015,FALSE,0,NA,NA,6,E. S. Manjate,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Brazil",Brazil,eliasmanjate@yahoo.com.br,NA,E. S. Manjate,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Brazil",Brazil,eliasmanjate@yahoo.com.br,NA,FALSE,NA,NA,NA,domestic sewage; feeding operation; vertical-flow constructed wetlands,NA,iwaponline.com +30387,5,1,https://iwaponline.com/washdev/article/5/1/56/30387/Effective-pathogen-removal-by-low-temperature,"Journal of Water, Sanitation & Hygiene for Development",Effective pathogen removal by low temperature thermal pre-treatment and anaerobic digestion for Class A biosolids production from sewage sludge,2015,FALSE,0,NA,NA,3,Daniel De los Cobos-Vasconcelos,"Instituto de Ingeniería, Universidad Nacional Autónoma de México, Circuito Escolar, Ciudad Universitaria, Coyoacán, 04510 Mexico, DF, Mexico",Mexico,ddeloscobosv@ii.unam.mx,NA,Daniel De los Cobos-Vasconcelos,"Instituto de Ingeniería, Universidad Nacional Autónoma de México, Circuito Escolar, Ciudad Universitaria, Coyoacán, 04510 Mexico, DF, Mexico",Mexico,ddeloscobosv@ii.unam.mx,NA,FALSE,NA,NA,NA,Class A biosolids; low thermal pre-treatment; pathogen reactivation; sewage sludge,NA,iwaponline.com +30388,5,1,https://iwaponline.com/washdev/article/5/1/64/30388/Blue-Diversion-a-new-approach-to-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Blue Diversion: a new approach to sanitation in informal settlements,2015,FALSE,0,NA,NA,9,Tove A. Larsen,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,tove.larsen@eawag.ch,NA,Tove A. Larsen,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,tove.larsen@eawag.ch,NA,FALSE,NA,NA,NA,innovation; resource recovery; source separation; toilet design; urban; wastewater treatment,NA,iwaponline.com +30389,5,1,https://iwaponline.com/washdev/article/5/1/72/30389/Faecal-sludge-drying-beds-increasing-drying-rates,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge drying beds: increasing drying rates for fuel resource recovery in Sub-Saharan Africa,2015,FALSE,0,NA,NA,6,Alsane Seck,"Institute of Environmental Sciences (ISE), Faculty of Sciences and Technics, Cheikh Anta Diop University of Dakar, Dakar-Fann B.P. 5005, Senegal",Senegal,NA,NA,Moritz Gold,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Sandec: Department of Water and Sanitation in Developing Countries, Ueberlandstrasse 133, Duebendorf 8600, Switzerland",Switzerland,moritz.gold@eawag.ch,NA,FALSE,NA,NA,NA,developing countries; faecal sludge management; sanitation; solar drying; waste to energy,NA,iwaponline.com +30392,5,1,https://iwaponline.com/washdev/article/5/1/81/30392/Characterization-of-a-bioflocculant-produced-from,"Journal of Water, Sanitation & Hygiene for Development",Characterization of a bioflocculant produced from the consortium of three marine bacteria of the genera Cobetia and Bacillus and its application for wastewater treatment,2015,FALSE,0,NA,NA,5,A. M. Ugbenyen,"Department of Hydrology, University of Zululand, KwaDlangezwa, KZN, South Africa",South Africa,ugbenyenanthony@gmail.com,NA,A. M. Ugbenyen,"Department of Hydrology, University of Zululand, KwaDlangezwa, KZN, South Africa",South Africa,ugbenyenanthony@gmail.com,NA,FALSE,NA,NA,NA,bioflocculant; biotechnology; COD reduction; turbidity; wastewater,NA,iwaponline.com +30393,5,1,https://iwaponline.com/washdev/article/5/1/89/30393/Access-to-improved-sanitation-facilities-in-low,"Journal of Water, Sanitation & Hygiene for Development",Access to improved sanitation facilities in low-income informal settlements of East African cities,2015,FALSE,0,NA,NA,8,K. Okurut,"Centre for Environmental Strategy (CES), University of Surrey, Guildford, UK",United Kingdom of Great Britain and Northern Ireland,k.okurut@surrey.ac.uk,NA,K. Okurut,"Centre for Environmental Strategy (CES), University of Surrey, Guildford, UK",United Kingdom of Great Britain and Northern Ireland,k.okurut@surrey.ac.uk,NA,FALSE,NA,NA,NA,access; barriers; East Africa; improved sanitation; informal settlements; mixed methods,NA,iwaponline.com +30395,5,1,https://iwaponline.com/washdev/article/5/1/100/30395/Modelling-the-fill-rate-of-pit-latrines-in-Ifakara,"Journal of Water, Sanitation & Hygiene for Development","Modelling the fill rate of pit latrines in Ifakara, Tanzania",2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/1/10.2166_washdev.2014.082/4/082.pdf?Expires=1706089521&Signature=w5MQgRd5dUzhN8Q5kMd7o2wvehdtUHEbxsjc8V04jNHC4QSqAO04mucMKotk2~T~r~Tgb8964Ft2uIkU9wTrpKFJCDnX7YV3kTLIbZ05UqVQmNy5ioywJI7Q-eBmWKuTPntqY9Iochj9jO4fG7HUErezPML03Db3sOVdz-Auv5Z7AJUyeXHb5wQtlYozWZ7FStczOR9IsOllRSjX6pS22Nh71VogqaNURe04IKVNw7SQ2J1Ljj-RhjtxCZx1qb0Hj~kCYYteESTX803P4rBSRYvU4mLVM0Og781bawdHzNBiuJRADfgFPNxuq1eji9rJg0pIO1n5kTmbm82Dr~3K~A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Lindsay C. Todman,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,lindsay.todman@rothamsted.ac.uk,NA,Lindsay C. Todman,"Department of Civil and Environmental Engineering, Imperial College London, London, SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,lindsay.todman@rothamsted.ac.uk,NA,FALSE,NA,NA,NA,biodegradation; fill rate; pit latrine,NA,iwaponline.com +30396,5,1,https://iwaponline.com/washdev/article/5/1/107/30396/Hand-washing-practices-of-the-residents-of-Silesia,"Journal of Water, Sanitation & Hygiene for Development",Hand washing practices of the residents of Silesia (Poland) based on observations in public toilets,2015,FALSE,0,NA,NA,3,Jolanta Malinowska-Borowska,"Department of Toxicology and Health Protection, Chair of Toxicology and Addiction, School of Public Health, Medical University of Silesia, 18 Medyków Str., Katowice 40-752, Poland",Poland,jmalinowska@sum.edu.pl,NA,Jolanta Malinowska-Borowska,"Department of Toxicology and Health Protection, Chair of Toxicology and Addiction, School of Public Health, Medical University of Silesia, 18 Medyków Str., Katowice 40-752, Poland",Poland,jmalinowska@sum.edu.pl,NA,FALSE,NA,NA,NA,disinfection; hand observation; hand washing; Poland; public toilets,NA,iwaponline.com +30398,5,1,https://iwaponline.com/washdev/article/5/1/115/30398/Psychosocial-stress-associated-with-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Psychosocial stress associated with sanitation practices: experiences of women in a rural community in India,2015,FALSE,0,NA,NA,7,Siddhivinayak Hirve,"KEM Hospital Research Center, Pune, India",India,sidbela@vsnl.com,NA,Siddhivinayak Hirve,"KEM Hospital Research Center, Pune, India",India,sidbela@vsnl.com,NA,FALSE,NA,NA,NA,hygiene; India; psychosocial stress; sanitation; toilets; WASH,NA,iwaponline.com +30400,5,1,https://iwaponline.com/washdev/article/5/1/127/30400/Drinking-water-infrastructure-in-the-Ashanti,"Journal of Water, Sanitation & Hygiene for Development",Drinking water infrastructure in the Ashanti Region of Ghana: developing a model for sustainable interventions by non-governmental organizations,2015,FALSE,0,NA,NA,9,D. Alexander,"Department of Medicine, Center for Global Health, University of Chicago, Chicago, USA",United States of America,NA,NA,C. O. Olopade,"Section of Pulmonary and Critical Care, Department of Medicine, Center for Global Health, University of Chicago, 5841 S. Maryland Avenue, MC 6076, Chicago, IL 60637, USA",United States of America,solopade@bsd.uchicago.edu,NA,FALSE,NA,NA,NA,Ashanti Region; borehole; drinking water; Ghana; non-profit organization; well,NA,iwaponline.com +30402,5,1,https://iwaponline.com/washdev/article/5/1/136/30402/A-critical-evaluation-of-Rwanda-s-potential-to,"Journal of Water, Sanitation & Hygiene for Development",A critical evaluation of Rwanda's potential to achieve the millennium development goals for clean water and sanitation,2015,FALSE,0,NA,NA,4,Pamela Abbott,"University of Aberdeen, Aberdeen, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Roger Sapsford,"Formerly National University of Rwanda, Butare, Rwanda",Rwanda,rjsapsford@gmail.com,NA,FALSE,NA,NA,NA,informal settlements; Millennium Development Goals; Rwanda; safe water; sanitation chains,NA,iwaponline.com +30404,5,1,https://iwaponline.com/washdev/article/5/1/143/30404/Domestic-private-fecal-sludge-emptying-services-in,"Journal of Water, Sanitation & Hygiene for Development",Domestic private fecal sludge emptying services in Cambodia: between market efficiency and regulation needs for sustainable management,2015,FALSE,0,NA,NA,2,Clément Frenoux,"LEREPS/GRET, Université de Toulouse 1 Capitole, Manufacture des tabacs, 21 allée de Brienne, 31 042, Toulouse, France",France,frenoux@gret.org,NA,Clément Frenoux,"LEREPS/GRET, Université de Toulouse 1 Capitole, Manufacture des tabacs, 21 allée de Brienne, 31 042, Toulouse, France",France,frenoux@gret.org,NA,FALSE,NA,NA,NA,externalities; fecal sludge management; market-oriented approach; regulation; urban sanitation,NA,iwaponline.com +30407,5,1,https://iwaponline.com/washdev/article/5/1/156/30407/eSOSR-emergency-Sanitation-Operation-System,"Journal of Water, Sanitation & Hygiene for Development",eSOS® – emergency Sanitation Operation System,2015,FALSE,0,NA,NA,8,D. Brdjanovic,"Environmental Engineering and Water Technology Department, UNESCO-IHE, P.O. Box 3015, 2601 DA Delft, The Netherlands",Netherlands,d.brdjanovic@unesco-ihe.org,NA,D. Brdjanovic,"Environmental Engineering and Water Technology Department, UNESCO-IHE, P.O. Box 3015, 2601 DA Delft, The Netherlands",Netherlands,d.brdjanovic@unesco-ihe.org,NA,FALSE,NA,NA,NA,emergency; feces; sanitation; technology; toilet; urine,NA,iwaponline.com +30409,5,1,https://iwaponline.com/washdev/article/5/1/165/30409/Co-composting-of-fecal-matter-in-Mongolia-using,"Journal of Water, Sanitation & Hygiene for Development",Co-composting of fecal matter in Mongolia using two different technologies,2015,FALSE,0,NA,NA,5,Ibrahim Babatunde Mahmood,"School of Civil and Environmental Engineering, University of Science and Technology Beijing, Beijing 100083, PR China",China,ibrahim_827@yahoo.com,NA,Ibrahim Babatunde Mahmood,"School of Civil and Environmental Engineering, University of Science and Technology Beijing, Beijing 100083, PR China",China,ibrahim_827@yahoo.com,NA,FALSE,NA,NA,NA,co-composting; composting facility; eco-toilets; fecal matter; greenhouse; sanitation,NA,iwaponline.com +30085,5,2,https://iwaponline.com/washdev/article/5/2/173/30085/The-Native-American-voice-in-United-States-water,"Journal of Water, Sanitation & Hygiene for Development",The Native American voice in United States water rights,2015,FALSE,0,NA,NA,2,Karen R. Marsh,"228 Harbor Fog Trail, Holly Springs, NC, 27540, USA",United States of America,NA,NA,Michael D. Smith,"Water, Engineering and Development Centre, Loughborough University, The John Pickford Building, Loughborough, Leicestershire LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,M.D.Smith@lboro.ac.uk,NA,FALSE,NA,NA,NA,Native Americans; sacred beliefs; USA; water rights,NA,iwaponline.com +30087,5,2,https://iwaponline.com/washdev/article/5/2/183/30087/Putting-WASH-in-the-water-cycle-climate-change,"Journal of Water, Sanitation & Hygiene for Development","Putting WASH in the water cycle: climate change, water resources and the future of water, sanitation and hygiene challenges in Pacific Island Countries",2015,FALSE,0,NA,NA,7,Wade L. Hadwen,"Australian Rivers Institute, Griffith School of Environment, Griffith University, Nathan, Queensland 4111, Australia",Australia,w.hadwen@griffith.edu.au,NA,Wade L. Hadwen,"Australian Rivers Institute, Griffith School of Environment, Griffith University, Nathan, Queensland 4111, Australia",Australia,w.hadwen@griffith.edu.au,NA,FALSE,NA,NA,NA,adaptation; adaptive capacity; integrated water resource management; sustainable development; vulnerability,NA,iwaponline.com +30090,5,2,https://iwaponline.com/washdev/article/5/2/192/30090/Water-and-sanitation-hygiene-knowledge-attitudes,"Journal of Water, Sanitation & Hygiene for Development","Water and sanitation hygiene knowledge, attitudes and practices among school settings in rural Chennai",2015,FALSE,0,NA,NA,7,S. Vishnupriya,"Saveetha Medical College, Saveetha University, Saveetha Nagar, Thandalam, Chennai 602105, India",India,NA,NA,Ashish Joshi,"Center for Global Health and Development, College of Public Health, University of Nebraska Medical Center, 42nd and Emile, Omaha, Nebraska 68198, USA",United States of America,ashish.joshi@unmc.edu,NA,FALSE,NA,NA,NA,India; knowledge and perceptions; rural; school; water and sanitation hygiene; WASH practices,NA,iwaponline.com +30091,5,2,https://iwaponline.com/washdev/article/5/2/201/30091/A-study-of-the-consumption-pattern-in-a-continuous,"Journal of Water, Sanitation & Hygiene for Development","A study of the consumption pattern in a continuous water service demonstration zone and bulk water demand forecasting for Hubli-Dharwad, India",2015,FALSE,0,NA,NA,3,K. P. Jayaramu,"Research Scholar (External), Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Mysore, Karnataka 570006, India and Executive Engineer, Karnataka Urban Water Supply & Drainage Board, JnNURM City Division, Mysore, Karnataka 570020, India",India,jayaram.savewater@gmail.com,NA,K. P. Jayaramu,"Research Scholar (External), Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Mysore, Karnataka 570006, India and Executive Engineer, Karnataka Urban Water Supply & Drainage Board, JnNURM City Division, Mysore, Karnataka 570020, India",India,jayaram.savewater@gmail.com,NA,FALSE,NA,NA,NA,continuous water service; intermittent water service; water demand forecast,NA,iwaponline.com +30093,5,2,https://iwaponline.com/washdev/article/5/2/213/30093/Biosand-water-filters-for-floating-villages-in,"Journal of Water, Sanitation & Hygiene for Development",Biosand water filters for floating villages in Cambodia: safe water does not prevent recontamination,2015,FALSE,0,NA,NA,4,K. D. Curry,"Bridgewater State University, 131 Summer Street, Bridgewater, MA 02325, USA",United States of America,kcurry@bridgew.edu,NA,K. D. Curry,"Bridgewater State University, 131 Summer Street, Bridgewater, MA 02325, USA",United States of America,kcurry@bridgew.edu,NA,FALSE,NA,NA,NA,biosand filters; Cambodia; floating villages; recontamination; Tonle Sap; WASH,NA,iwaponline.com +30094,5,2,https://iwaponline.com/washdev/article/5/2/220/30094/Fouling-in-hollow-fiber-membrane-microfilters-used,"Journal of Water, Sanitation & Hygiene for Development",Fouling in hollow fiber membrane microfilters used for household water treatment,2015,FALSE,0,NA,NA,8,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",United States of America,anna.murray@tufts.edu,NA,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",United States of America,anna.murray@tufts.edu,NA,FALSE,NA,NA,NA,drinking water; filter fouling; hollow fiber membrane; household water treatment; microfiltration; point-of-use,NA,iwaponline.com +30095,5,2,https://iwaponline.com/washdev/article/5/2/229/30095/A-review-of-Fouling-in-hollow-fiber-membrane,"Journal of Water, Sanitation & Hygiene for Development","A review of: Fouling in hollow fiber membrane microfilters used for household water treatment (2015) Murray, A., Goeb, M., Stewart, B., Hopper, C., Peck, J., Meub, C., Asatekin, A. & Lantagne, D. J. WASHDEV 5 (2), 220–228 doi:10.2166/washdev.2015.206",2015,FALSE,0,NA,NA,3,Erik D. Lindquist,"School of Science, Engineering and Health, Messiah College, One College Avenue, Mechanicsburg, PA 17055, USA",United States of America,quist@messiah.edu,NA,Erik D. Lindquist,"School of Science, Engineering and Health, Messiah College, One College Avenue, Mechanicsburg, PA 17055, USA",United States of America,quist@messiah.edu,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +30096,5,2,https://iwaponline.com/washdev/article/5/2/232/30096/Response-to-Lindquist-E-D-Norman-W-R-amp-Soerens-T,"Journal of Water, Sanitation & Hygiene for Development","Response to: Lindquist, E. D., Norman, W. R., & Soerens, T. (2015) A review of: Fouling in hollow fiber membrane microfilters used for household water treatment (2015) Murray, A., Goeb, M., Stewart, B., Hopper, C., Peck, J., Meub, C., Asatekin, A. & Lantagne, D. J. WASHDEV 5 (2), 220–228 doi:10.2166/washdev.2015.206",2015,FALSE,0,NA,NA,8,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",United States of America,anna.murray@tufts.edu,NA,Anna Murray,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",United States of America,anna.murray@tufts.edu,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +30098,5,2,https://iwaponline.com/washdev/article/5/2/235/30098/Removal-of-an-azo-dye-Orange-G-from-aqueous,"Journal of Water, Sanitation & Hygiene for Development",Removal of an azo dye (Orange G) from aqueous solution using modified sawdust,2015,FALSE,0,NA,NA,3,Sushmita Banerjee,"Department of Chemistry, University of Allahabad, Allahabad 211 002, India",India,sushmita.bnerjee@gmail.com,NA,Sushmita Banerjee,"Department of Chemistry, University of Allahabad, Allahabad 211 002, India",India,sushmita.bnerjee@gmail.com,NA,FALSE,NA,NA,NA,adsorption; azo dye; isotherm study; mass transfer study; sawdust,NA,iwaponline.com +30099,5,2,https://iwaponline.com/washdev/article/5/2/244/30099/Assessing-public-perception-of-odours-in-a,"Journal of Water, Sanitation & Hygiene for Development","Assessing public perception of odours in a community: case of Ayigya Zongo, an urban poor community in Ghana",2015,FALSE,0,NA,NA,3,Kobina Afful,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,affulkobina@yahoo.com,NA,Kobina Afful,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,affulkobina@yahoo.com,NA,FALSE,NA,NA,NA,community survey; odour; odour annoyance,NA,iwaponline.com +30100,5,2,https://iwaponline.com/washdev/article/5/2/252/30100/Faecal-pollution-and-solar-purification-of,"Journal of Water, Sanitation & Hygiene for Development","Faecal pollution and solar purification of community water sources within Lake Naivasha basin, Kenya",2015,FALSE,0,NA,NA,6,Donde O. Omondi,"Department of Environmental Science, Egerton University, P.O. Box 536-20115, Egerton, Kenya",Kenya,oscinho@yahoo.co.uk,NA,Donde O. Omondi,"Department of Environmental Science, Egerton University, P.O. Box 536-20115, Egerton, Kenya",Kenya,oscinho@yahoo.co.uk,NA,FALSE,NA,NA,NA,coliforms; disinfection; microbial; pasteurization; pollution,NA,iwaponline.com +30103,5,2,https://iwaponline.com/washdev/article/5/2/261/30103/Sustainability-of-a-sanitation-program-in-flooded,"Journal of Water, Sanitation & Hygiene for Development",Sustainability of a sanitation program in flooded areas of the Brazilian Amazon,2015,FALSE,0,NA,NA,5,Maria Cecilia Rosinski Lima Gomes,"Mamiraua Institute for Sustainable Development, Estrada do Bexiga, No 2584, P.O. Box 31, CEP 69550-000, Tefé, Amazonas, Brazil",Brazil,engceciliagomes@gmail.com,NA,Maria Cecilia Rosinski Lima Gomes,"Mamiraua Institute for Sustainable Development, Estrada do Bexiga, No 2584, P.O. Box 31, CEP 69550-000, Tefé, Amazonas, Brazil",Brazil,engceciliagomes@gmail.com,NA,FALSE,NA,NA,NA,Amazon; Brazil; double-vault toilet; flooded area; riverine populations; sanitation,NA,iwaponline.com +30107,5,2,https://iwaponline.com/washdev/article/5/2/271/30107/The-impact-of-a-school-based-hygiene-education,"Journal of Water, Sanitation & Hygiene for Development",The impact of a school-based hygiene education intervention on student knowledge in Kenya,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/2/10.2166_washdev.2015.134/4/134.pdf?Expires=1706089588&Signature=tBiLr3Yw3kfcMbdxXRAArOI9p31-~m07IXOgfFFsMNs~0YqWB3QFmzEO2UGoACCNtS-BXWj0XcTHLT3a2NTitKz13c0--Bk4og7tiNkY2Kf~BEtW-q6uoBZjxq40eEEkS2uWOkAF5hoBJCwvDwcFZKUODU~nmzuTfGBZRQvqLe3hC3fH08SGln4Mhx72IvmtFKpKa40lvuClFuHZ09J59grbfevgBxij9KMlzEC22RTNkiwX~e7cdV9l7GotnZslDF4AcAaFm3CrZGizIDdH019VYpYSVCJ1UUlpKBAlHEITuE03DypWck8DkeyYK0xV7~eenZWJ1E9QgcsZAeqUlQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Daniel M. Nzengya,"Biodesign Institute, Center for Sustainable Health, Arizona State University, Tempe, Arizona 85287-6701, USA",United States of America,dnzengya@yahoo.com,NA,Daniel M. Nzengya,"Biodesign Institute, Center for Sustainable Health, Arizona State University, Tempe, Arizona 85287-6701, USA",United States of America,dnzengya@yahoo.com,NA,FALSE,NA,NA,NA,drinking-water quality; hand washing; hygiene education; Kenya; schoolchildren; water-borne diarrhea,NA,iwaponline.com +30108,5,2,https://iwaponline.com/washdev/article/5/2/279/30108/Assessing-factors-that-lead-to-use-of-appropriate,"Journal of Water, Sanitation & Hygiene for Development","Assessing factors that lead to use of appropriate technology handwashing stations in Mali, West Africa",2015,FALSE,0,NA,NA,3,Colleen C. Naughton,"Civil & Environmental Engineering, University of South Florida, 4202 E. Fowler Avenue, ENB 118, Tampa, FL 33620-5350",United States of America,cnaughto@mail.usf.edu,NA,Colleen C. Naughton,"Civil & Environmental Engineering, University of South Florida, 4202 E. Fowler Avenue, ENB 118, Tampa, FL 33620-5350",United States of America,cnaughto@mail.usf.edu,NA,FALSE,NA,NA,NA,gender; health; hygiene; Millennium Development Goals; sub-Saharan Africa; sustainable development,NA,iwaponline.com +30109,5,2,https://iwaponline.com/washdev/article/5/2/289/30109/Exploring-the-utility-of-diffusion-theory-to,"Journal of Water, Sanitation & Hygiene for Development",Exploring the utility of diffusion theory to evaluate social marketing approaches to improve urban sanitation in Malawi,2015,FALSE,0,NA,NA,4,B. Cole,"School of Engineering and Information Technology, Murdoch University, Murdoch, Western Australia, Australia",Australia,ben_cole_h2o@mac.com,NA,B. Cole,"School of Engineering and Information Technology, Murdoch University, Murdoch, Western Australia, Australia",Australia,ben_cole_h2o@mac.com,NA,FALSE,NA,NA,NA,diffusion; ecological sanitation; innovator; social marketing,NA,iwaponline.com +30111,5,2,https://iwaponline.com/washdev/article/5/2/301/30111/A-validity-assessment-of-consumer-satisfaction-to,"Journal of Water, Sanitation & Hygiene for Development",A validity assessment of consumer satisfaction to measure performance of water services in Guatemala,2015,FALSE,0,NA,NA,1,William F. Vásquez,"Associate Professor of Economics, Fairfield University, 1073 North Benson Rd, Fairfield, CT 06824, USA",United States of America,wvasquez@fairfield.edu,NA,William F. Vásquez,"Associate Professor of Economics, Fairfield University, 1073 North Benson Rd, Fairfield, CT 06824, USA",United States of America,wvasquez@fairfield.edu,NA,FALSE,NA,NA,NA,consumer satisfaction; Guatemala; service performance; validity assessment; water services,NA,iwaponline.com +30114,5,2,https://iwaponline.com/washdev/article/5/2/310/30114/Reporting-progress-on-the-human-right-to-water-and,"Journal of Water, Sanitation & Hygiene for Development",Reporting progress on the human right to water and sanitation through JMP and GLAAS,2015,FALSE,0,NA,NA,3,Óscar Flores Baquero,"Research Group on Engineering Sciences and Global Development, Universitat Politècnica de Catalunya, Barcelona (UPC), Spain",Spain,oscar.flores.baquero@upc.edu,NA,Óscar Flores Baquero,"Research Group on Engineering Sciences and Global Development, Universitat Politècnica de Catalunya, Barcelona (UPC), Spain",Spain,oscar.flores.baquero@upc.edu,NA,FALSE,NA,NA,NA,GLAAS; global monitoring; human rights; JMP; post-2015; WASH,NA,iwaponline.com +30116,5,2,https://iwaponline.com/washdev/article/5/2/322/30116/Identification-of-urine-scale-problems-in-urinals,"Journal of Water, Sanitation & Hygiene for Development",Identification of urine scale problems in urinals and the solution using rainwater,2015,FALSE,0,NA,NA,3,Shervin Hashemi,"Waterfirst Lab, Dept. of Civil and Environmental Engineering, Seoul National University, Seoul, Korea",Republic of Korea,NA,NA,Mooyoung Han,"Waterfirst Lab, Dept. of Civil and Environmental Engineering, Seoul National University, Seoul, Korea",Republic of Korea,myhan@snu.ac.kr,NA,FALSE,NA,NA,NA,hygiene and sanitation; rainwater; TDS of flushing water; urinal; urine scale,NA,iwaponline.com +30119,5,2,https://iwaponline.com/washdev/article/5/2/330/30119/Dry-sanitation-concepts-with-inspiration-from,"Journal of Water, Sanitation & Hygiene for Development",Dry sanitation concepts with inspiration from nature,2015,FALSE,0,NA,NA,2,Torben Lenau,"Department of Mechanical Engineering, Technical University of Denmark, Building 426B, DK2800 Lyngby, Denmark",Denmark,lenau@dtu.dk,NA,Torben Lenau,"Department of Mechanical Engineering, Technical University of Denmark, Building 426B, DK2800 Lyngby, Denmark",Denmark,lenau@dtu.dk,NA,FALSE,NA,NA,NA,biomimetic design; cleaning; dry toilets; flies; smell,NA,iwaponline.com +30120,5,2,https://iwaponline.com/washdev/article/5/2/336/30120/Use-of-permeable-reactive-barrier-to-mitigate,"Journal of Water, Sanitation & Hygiene for Development",Use of permeable reactive barrier to mitigate groundwater nitrate contamination from on-site sanitation,2015,FALSE,0,NA,NA,2,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore 560012, India",India,msrao@civil.iisc.ernet.in,NA,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore 560012, India",India,msrao@civil.iisc.ernet.in,NA,FALSE,NA,NA,NA,contamination; groundwater; nitrate; on-site sanitation; permeable reactive barrier,NA,iwaponline.com +30380,5,3,https://iwaponline.com/washdev/article/5/3/341/30380/Monitoring-sanitation-performance-unpacking-the,"Journal of Water, Sanitation & Hygiene for Development",Monitoring sanitation performance: unpacking the figures on sanitation coverage,2015,FALSE,0,NA,NA,3,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,NA,NA,Shepherd N. Misi,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,mismuchie@gmail.com,NA,FALSE,NA,NA,NA,coverage; improved; JMP; monitoring; sanitation; sustainability,NA,iwaponline.com +30383,5,3,https://iwaponline.com/washdev/article/5/3/351/30383/E-coli-from-dishcloths-as-an-indicator-of-hygienic,"Journal of Water, Sanitation & Hygiene for Development",E. coli from dishcloths as an indicator of hygienic status in households,2015,FALSE,0,NA,NA,6,V. Keshav,"Water and Health Research Centre, Faculty of Health Sciences, University of Johannesburg, P.O. Box 17011, 2028 Auckland Park, South Africa",South Africa,NA,NA,T. G. Barnard,"Water and Health Research Centre, Faculty of Health Sciences, University of Johannesburg, P.O. Box 17011, 2028 Auckland Park, South Africa",South Africa,tgbarnard@uj.ac.za,NA,FALSE,NA,NA,NA,contaminated dishcloths; fecal contamination; home-based hygiene,NA,iwaponline.com +30385,5,3,https://iwaponline.com/washdev/article/5/3/359/30385/Meeting-multiple-water-quality-objectives-through,"Journal of Water, Sanitation & Hygiene for Development",Meeting multiple water quality objectives through treatment using locally generated char: improving organoleptic properties and removing synthetic organic contaminants and disinfection by-products,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.172/4/172.pdf?Expires=1706026609&Signature=lfvBhkTBrgfxpz425yKEb7OeuGCwrEr6ij~CmZKGwkPK8o0h-nxh0~eN0fxYLleEAluQoUiUbSrhK0kOjtypm6gedAJBk2nNH-lH26CgbsV66hfhgjZcJYcz~JFp2CuTsA1SDRY-4eO7xAxVGtIMMKa5NiDeBDqSZ~xcHSBW6PqK7kJGmAGBOThCNAgVoDYGdMGc-AjsVUBsnVk9LubsV8-r4d0ljMmSEGC3bGWICqpbOSldzJxheWv5b6A0mkqzvwnm6-YQ1aTGHEfnNCxID6LTBTkhTY3HXxpxGVRT2~pTr5CzuM~ImK9717vgl0vq0hkQJTvttMQmuySeKSjwBQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Joshua P. Kearns,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Drive, ECOT 441, UCB 428, Boulder, CO 80309, USA",United States of America,joshua.kearns@colorado.edu,NA,Joshua P. Kearns,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado-Boulder, 1111 Engineering Drive, ECOT 441, UCB 428, Boulder, CO 80309, USA",United States of America,joshua.kearns@colorado.edu,NA,FALSE,NA,NA,NA,adsorption; biochar; charcoal; chemical water contaminants; point-of-use water treatment,NA,iwaponline.com +30390,5,3,https://iwaponline.com/washdev/article/5/3/373/30390/Effect-of-hydraulic-loading-on-the-performance-of,"Journal of Water, Sanitation & Hygiene for Development",Effect of hydraulic loading on the performance of unplanted drying beds treating low-concentrated faecal sludge,2015,FALSE,0,NA,NA,6,El hadji Mamadou Sonko,"Department of Water and Sanitation in Developing Countries (Sandec), Swiss Federal Institute of Aquatic Science and Technology (Eawag), Ueberlandstrasse 133, 8600 Duebendorf, Switzerland",Switzerland,NA,NA,Cheikh Diop,"Institut des Sciences de l'Environnement, Faculté des Sciences et Techniques, Université Cheikh Anta Diop de Dakar, B.P 5005, Dakar-Fann, Sénégal",Senegal,namorydiop@yahoo.fr,NA,FALSE,NA,NA,NA,clogging; dryness; load fractioning; loading rate; purification performance; unplanted drying beds,NA,iwaponline.com +30391,5,3,https://iwaponline.com/washdev/article/5/3/381/30391/Modelling-biological-oxygen-demand-in-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Modelling biological oxygen demand in wastewater of Arak City, Iran",2015,FALSE,0,NA,NA,3,Mohamad Sakizadeh,"Department of Environmental Sciences, Faculty of Sciences, Shahid Rajaee Teacher Training University, Shahid Shabanloo Avenue, Lavizan, Tehran, Iran",Iran (Islamic Republic of),msakizadeh@gmail.com,NA,Mohamad Sakizadeh,"Department of Environmental Sciences, Faculty of Sciences, Shahid Rajaee Teacher Training University, Shahid Shabanloo Avenue, Lavizan, Tehran, Iran",Iran (Islamic Republic of),msakizadeh@gmail.com,NA,FALSE,NA,NA,NA,artificial neural network; biological oxygen demand; partial least squares regression,NA,iwaponline.com +30394,5,3,https://iwaponline.com/washdev/article/5/3/392/30394/Passive-evaporation-of-source-separated-urine-from,"Journal of Water, Sanitation & Hygiene for Development",Passive evaporation of source-separated urine from dry toilets: prototype design and field testing using municipal water,2015,FALSE,0,NA,NA,3,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, AB T2N 1N4, Canada",Canada,bethuned@ucalgary.ca,NA,David N. Bethune,"Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, AB T2N 1N4, Canada",Canada,bethuned@ucalgary.ca,NA,FALSE,NA,NA,NA,dry toilet; passive; solar evaporation; urine-diversion,NA,iwaponline.com +30397,5,3,https://iwaponline.com/washdev/article/5/3/402/30397/Effect-of-temperature-and-shear-stress-on-the,"Journal of Water, Sanitation & Hygiene for Development",Effect of temperature and shear stress on the viability of Ascaris suum,2015,FALSE,0,NA,NA,10,J. E. Thomas,"Department of Veterinary Pathobiology, Center for Veterinary Health Sciences, Oklahoma State University, Stillwater, OK 74078, USA",United States of America,NA,NA,G. L. Foutch,"School of Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",United States of America,foutch@okstate.edu,NA,FALSE,NA,NA,NA,Ascaris suum; rheology; viscous heating,NA,iwaponline.com +30399,5,3,https://iwaponline.com/washdev/article/5/3/412/30399/Adoption-and-sustained-use-of-the-arborloo-in,"Journal of Water, Sanitation & Hygiene for Development",Adoption and sustained use of the arborloo in rural Ethiopia: a cross-sectional study,2015,FALSE,0,NA,NA,7,Dionna Fry,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",United States of America,NA,NA,Matthew C. Freeman,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Rd NE, Atlanta, GA, USA",United States of America,mcfreem@emory.edu,NA,FALSE,NA,NA,NA,adoption; arborloo; ecological sanitation; Ethiopia; latrine; sustainability,NA,iwaponline.com +30401,5,3,https://iwaponline.com/washdev/article/5/3/426/30401/Combining-sensor-monitoring-and-ethnography-to,"Journal of Water, Sanitation & Hygiene for Development",Combining sensor monitoring and ethnography to evaluate household latrine usage in rural India,2015,FALSE,0,NA,NA,4,Kathleen O'Reilly,"Texas A&M University, 810 O&M Building, College Station, TX 77843, USA",United States of America,koreilly@tamu.edu,NA,Kathleen O'Reilly,"Texas A&M University, 810 O&M Building, College Station, TX 77843, USA",United States of America,koreilly@tamu.edu,NA,FALSE,NA,NA,NA,behavior change; ethnography; India; policy; sanitation; sensor monitoring,NA,iwaponline.com +30403,5,3,https://iwaponline.com/washdev/article/5/3/439/30403/Hydrochar-production-by-hydrothermal-carbonization,"Journal of Water, Sanitation & Hygiene for Development",Hydrochar production by hydrothermal carbonization of faecal sludge,2015,FALSE,0,NA,NA,4,K. Fakkaew,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Bangkok, Thailand",Thailand,p-krai@hotmail.com,NA,K. Fakkaew,"Environmental Engineering and Management, School of Environment Resources and Development, Asian Institute of Technology, Bangkok, Thailand",Thailand,p-krai@hotmail.com,NA,FALSE,NA,NA,NA,energy content; faecal sludge; hydrochar; hydrothermal carbonization; reaction kinetics; regression model,NA,iwaponline.com +30405,5,3,https://iwaponline.com/washdev/article/5/3/448/30405/An-energy-efficient-membrane-bioreactor-for-on,"Journal of Water, Sanitation & Hygiene for Development",An energy-efficient membrane bioreactor for on-site treatment and recovery of wastewater,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.116/4/116.pdf?Expires=1706089647&Signature=Kt5ZQT1HHnJa~z5Cu6U8dpOdVYi8dGRfHRxRG5xGJcBPatuOmHihTKItWOybNqunFkbIM04pNQPjRVKUDaEGyxRQSJQB~JOb8sH4q0oO0HluqQE1QaObTpK3JqbPwPOTvnH~aMtItSHfLMdQwaif6PQMnxKSSTL31IvdavPf5h7OdgEYzjtnw3tLiMbVot1FztbxvxZaESwRARPaA15GF6sqhgD0SFxW7oBZ2Sk9F6raf2gqyXFxqO00FCeN~6D3Li-FDXEcIFX6hHi57L1NaROoSWlpjgBTByJ7eFnT1Rmhcazd44wGpjtAjzJQqAcluL20TAKy~qWx4fmIcnis4A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Rahel Künzle,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,NA,NA,Tove A. Larsen,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, 8600 Dübendorf, Switzerland",Switzerland,tove.larsen@eawag.ch,NA,FALSE,NA,NA,NA,Blue Diversion; maintenance; resilience; sustainable development; urban slums,NA,iwaponline.com +30406,5,3,https://iwaponline.com/washdev/article/5/3/456/30406/Faecal-sludge-simulants-to-aid-the-development-of,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge simulants to aid the development of desludging technologies,2015,FALSE,0,NA,NA,8,J. T. Radford,"Mott MacDonald, Demeter House, Station Road, Cambridge CB1 2RS, UK",United Kingdom of Great Britain and Northern Ireland,james.radford@mottmac.com,NA,J. T. Radford,"Mott MacDonald, Demeter House, Station Road, Cambridge CB1 2RS, UK",United Kingdom of Great Britain and Northern Ireland,james.radford@mottmac.com,NA,FALSE,NA,NA,NA,desludging pumps; faecal sludge simulant; pit emptying,NA,iwaponline.com +30408,5,3,https://iwaponline.com/washdev/article/5/3/465/30408/Household-access-to-sanitation-facilities-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Household access to sanitation facilities in rural China,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.141/4/141.pdf?Expires=1706089654&Signature=fHP7NE~-PSYAfF3gz9VrNOqP8yO7hzvN94paP9OQ4lVaY6zDfqe8zveDtiP9FNFpZOCWMB9X667tfSGhQ7jn4w-MWe6vZ~hLFEIkbbbJbLrDSwHTPI6djhc7cWmKekpTy1P4AkCmGGQqgIMg6bjRlxel0a5eKTTZzvsu0QmMKpYleS0j2DNsjKIrSC4FX4i2CGSau2b-PG2ISaEG-NlJ2wJqPV1uDDv55MA2APolsjjUyBVOueQJQknlrHfXptFlSPu9swz6mZ-zHlzcPi4wQ-iAcjIPwwiHqseGlQ-Pec5YZhr5PUWMLSYIWh2-ADnEz1wrTnxgdWR4KIShFM9UJA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Xiaolong Li,"School of Economics and Management, Beijing University of Posts and Telecommunications, Beijing 100876, China",China,NA,NA,Yanqing Miao,"China National Health Development Research Center, NHFPC, Beijing 100083, China",China,miaohanxinyun@126.com,NA,FALSE,NA,NA,NA,inequity; influence factors; practices; rural China; sanitation improvement,NA,iwaponline.com +30410,5,3,https://iwaponline.com/washdev/article/5/3/474/30410/Availability-and-satisfactoriness-of-latrines-and,"Journal of Water, Sanitation & Hygiene for Development","Availability and satisfactoriness of latrines and hand washing stations in health facilities, and role in health seeking behavior of women: evidence from rural Pune district, India",2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.101/4/101.pdf?Expires=1706089657&Signature=kFdWY1u6tQTmyKDwyS5AoyyU0I~d2beGOBVFm~XSEYJhzlm04FPWC1tykHudTc0kQI0rPnegbvKxDKOfxfuWRPFrfkiGbIaYLRhREoRSk7SLmsiBmxAFdIN5xSQZUEG1p5QtlHmhgicbw6T~PaIMLpoQFejf~bCQUm3nqU2ke0QBKAABXGzcHxm0Ju0fISjUmSomFhX9XH8v8SB4l-ZShwItZWtCmQI3oVmm0tYrWLuQPzkbdtTPUEADyUhdMqwxcTwZOrVvt~H3eKyHWrHNIaU1cDnGB5q1bXxh~7Tsn5epmqiaPyM~F7v1~CIhxmnYkmhTWHWPO2zy8o1-8iAmrg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Peter Steinmann,"Department of Epidemiology and Public Health, Swiss Tropical and Public Health Institute, Socinstrasse 57, 4051 Basel, Switzerland",Switzerland,peter.steinmann@unibas.ch,NA,Peter Steinmann,"Department of Epidemiology and Public Health, Swiss Tropical and Public Health Institute, Socinstrasse 57, 4051 Basel, Switzerland",Switzerland,peter.steinmann@unibas.ch,NA,FALSE,NA,NA,NA,adequacy; health facility; health seeking behavior; India; sanitation facility; women,NA,iwaponline.com +30411,5,3,https://iwaponline.com/washdev/article/5/3/483/30411/Effective-faecal-sludge-management-measures-for-on,"Journal of Water, Sanitation & Hygiene for Development",Effective faecal sludge management measures for on-site sanitation systems,2015,FALSE,0,NA,NA,3,Achara Taweesan,"Department of Environmental Engineering and Management, Asian Institute of Technology, Bangkok, Thailand",Thailand,st108697@ait.ac.th,NA,Achara Taweesan,"Department of Environmental Engineering and Management, Asian Institute of Technology, Bangkok, Thailand",Thailand,st108697@ait.ac.th,NA,FALSE,NA,NA,NA,effective measures; faecal sludge management; influencing factors; on-site sanitation systems,NA,iwaponline.com +30412,5,3,https://iwaponline.com/washdev/article/5/3/493/30412/A-regional-approach-to-optimizing-the-location-of,"Journal of Water, Sanitation & Hygiene for Development",A regional approach to optimizing the location of rural handpumps,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/3/10.2166_washdev.2015.128/4/128.pdf?Expires=1706089663&Signature=xhKfe5OxBSjtXU~Cck18ENHE54wTxjZBQIWfmS9MCqW4lxwUhaNgSSgN1GcKDrDx4i89SLTBniU7nn-bUgc28RjebweUWjuo2G7mYt6nU2XfSJlnrArt00kH0BeOUb5~lDe7bwWMH4tHat5HK~Zi8z7v~SlSUvk8670r~boVIjnY505s-Npf5bz11R87w6LXOL92sc3DCYBosRb~0B33xl-FVH-M93ty9u3tmUaWPyRAahHqDPQD9QEW~FfbqdozYkLayI62kXkoBXAY0Rz45aqE5U8~4FLTMj04YWHko5H90GeUX570XRmnBuTWcltAfR2aJD--ds-6xEOajXlfVw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Omar S. Hopkins,"Director, Millennium Challenge Corporation, 875 15th Street NW, Washington, DC 20005, USA",United States of America,hopkinsos@mcc.gov,NA,Omar S. Hopkins,"Director, Millennium Challenge Corporation, 875 15th Street NW, Washington, DC 20005, USA",United States of America,hopkinsos@mcc.gov,NA,FALSE,NA,NA,NA,facility location models; optimization; planning; rural water,NA,iwaponline.com +30414,5,3,https://iwaponline.com/washdev/article/5/3/502/30414/Development-of-cost-functions-for-water-supply-and,"Journal of Water, Sanitation & Hygiene for Development","Development of cost functions for water supply and sanitation technologies: case study of Bahir Dar and Arba Minch, Ethiopia",2015,FALSE,0,NA,NA,4,Atekelt Abebe Ketema,"Institute of Sanitary Engineering and Water Pollution Control, University of Natural Resources and Life Sciences, Vienna (BOKU), Muthgasse 18, A-1190 Vienna, Austria",Austria,NA,NA,Guenter Langergraber,"Institute of Sanitary Engineering and Water Pollution Control, University of Natural Resources and Life Sciences, Vienna (BOKU), Muthgasse 18, A-1190 Vienna, Austria",Austria,guenter.langergraber@boku.ac.at,NA,FALSE,NA,NA,NA,daily water demand; initial investment cost; person equivalent; recurrent cost; water supply and sanitation,NA,iwaponline.com +30418,5,3,https://iwaponline.com/washdev/article/5/3/512/30418/Monitoring-and-evaluation-of-WASH-in-schools,"Journal of Water, Sanitation & Hygiene for Development",Monitoring and evaluation of WASH in schools programs: lessons from implementing organizations,2015,FALSE,0,NA,NA,3,Leslie Deroo,"WASH Advocates, 1506 21st St NW, Suite 200, Washington, DC 20036, USA",United States of America,NA,NA,Jay Graham,"Milken Institute School of Public Health, Suite 413, Washington, DC 20052, USA",United States of America,jgraham@gwu.edu,NA,FALSE,NA,NA,NA,evaluation; hygiene; monitoring; sanitation; school; water,NA,iwaponline.com +30420,5,3,https://iwaponline.com/washdev/article/5/3/521/30420/Designing-a-high-throughput-viscous-heater-to,"Journal of Water, Sanitation & Hygiene for Development",Designing a high-throughput viscous heater to process feces: heater geometry,2015,FALSE,0,NA,NA,5,Jagdeep T. Podichetty,"Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",United States of America,NA,NA,Gary L. Foutch,"Computing and Engineering, University of Missouri Kansas City, MO 64110, USA",United States of America,foutch@okstate.edu,NA,FALSE,NA,NA,NA,computational fluid dynamics; extrusion; feces; parasite; viscosity; viscous heating,NA,iwaponline.com +30422,5,3,https://iwaponline.com/washdev/article/5/3/525/30422/Income-democracy-and-public-policy-the-effects-of,"Journal of Water, Sanitation & Hygiene for Development","Income, democracy, and public policy: the effects of improved sanitation on life expectancy",2015,FALSE,0,NA,NA,2,Torsten J. Selck,"Faculty of Educational and Social Sciences, University of Oldenburg, Ammerlaender Heerstrasse 114-118, 26129 Oldenburg, Germany",Germany,torsten.joerg.selck@uni-oldenburg.de,NA,Torsten J. Selck,"Faculty of Educational and Social Sciences, University of Oldenburg, Ammerlaender Heerstrasse 114-118, 26129 Oldenburg, Germany",Germany,torsten.joerg.selck@uni-oldenburg.de,NA,FALSE,NA,NA,NA,democracy; income; life expectancy; public goods; sanitation,NA,iwaponline.com +30097,5,4,https://iwaponline.com/washdev/article/5/4/531/30097/Accelerating-rural-sanitation-coverage-in-Ghana,"Journal of Water, Sanitation & Hygiene for Development",Accelerating rural sanitation coverage in Ghana: what are the speed bumps impeding progress?,2015,FALSE,0,NA,NA,3,Isaac Monney,"Department of Environmental Health and Sanitation Education, University of Education, Winneba, P.O. Box M40, Mampong, Ashanti, Ghana",Ghana,monney.isaac@gmail.com,NA,Isaac Monney,"Department of Environmental Health and Sanitation Education, University of Education, Winneba, P.O. Box M40, Mampong, Ashanti, Ghana",Ghana,monney.isaac@gmail.com,NA,FALSE,NA,NA,NA,community-led total sanitation; household toilet; MDG sanitation targets; rural sanitation in Ghana; sanitation coverage,NA,iwaponline.com +30101,5,4,https://iwaponline.com/washdev/article/5/4/544/30101/On-site-treatment-of-used-wash-water-using,"Journal of Water, Sanitation & Hygiene for Development",On-site treatment of used wash-water using biologically activated membrane bioreactors operated at different solids retention times,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/4/10.2166_washdev.2015.174/4/washdev2015174supp.pdf?Expires=1706089683&Signature=SGgz1-cvepzz9X3M1vCgqtaw6cLWTh9daUh2jq81L8JVSCE6WOYFH3NtmOKvoj4ZZg8My4YaF-7hNtdkWVsiZ2dow7fOSK1CFLyOAeM~CY78WJ5Ls1aOY2vW0Mz06SYHeVOnf~0wGmGwAXmhhGAQweDzd~nOjbgMD9Yw8RU29sIvkePGZ6X9uYk-K9Bl91yks6CFxBLpUQaK~GuR1F-zJa58heZ-fwwb44jUBOdTLEnvZWbfqnauQnZtm1waVCFg4y~t-iMXA9b2xUmqvizv2xBXxgFvmQd3yhOW9E~oW-oMP482CJvxN5z0iWZGjJLYAXeNQGnJkxNnSXJySjRarw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Kristin T. Ravndal,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, PO Box 611, 8600 Dübendorf, Switzerland",Switzerland,NA,NA,Nicolas Derlon,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, PO Box 611, 8600 Dübendorf, Switzerland",Switzerland,nicolas.derlon@eawag.ch,NA,FALSE,NA,NA,NA,biologically activated membrane bioreactor (BAMBi); full solids retention; particle colonization; permeate flux stabilization; suspended solids retention time; ultrafiltration,NA,iwaponline.com +30102,5,4,https://iwaponline.com/washdev/article/5/4/553/30102/The-paradox-of-water-accessibility-understanding,"Journal of Water, Sanitation & Hygiene for Development",The paradox of water accessibility: understanding the temporal and spatial dimensions of access to improved water sources in Rwanda,2015,FALSE,0,NA,NA,5,Lydia Osei,"Department of Geography, University of Western Ontario, London-Ontario, Canada",Canada,losei3@uwo.ca,NA,Lydia Osei,"Department of Geography, University of Western Ontario, London-Ontario, Canada",Canada,losei3@uwo.ca,NA,FALSE,NA,NA,NA,access; improved; Rwanda; time; water source,NA,iwaponline.com +30104,5,4,https://iwaponline.com/washdev/article/5/4/565/30104/The-usefulness-of-a-handwashing-proxy-in-large,"Journal of Water, Sanitation & Hygiene for Development",The usefulness of a handwashing proxy in large household surveys,2015,FALSE,0,NA,NA,2,Victoria Shelus,"Previously associated with the Scientific Affairs Department, Global Research Unit, FHI 360, 359 Blackwell Street, Suite 200, Durham, NC 27701, USA",United States of America,NA,NA,Orlando L. Hernandez,"Global Health Population and Nutrition Division, Global Programs Unit, FHI 360, 1825 Connecticut Avenue NW, Washington, DC 20008, USA",United States of America,ohernandez@fhi360.org,NA,FALSE,NA,NA,NA,children under 5 years of age; diarrheal disease; handwashing indicator; handwashing station; low-income countries; post-2015 agenda,NA,iwaponline.com +30105,5,4,https://iwaponline.com/washdev/article/5/4/574/30105/Handwashing-promotion-in-humanitarian-emergencies,"Journal of Water, Sanitation & Hygiene for Development",Handwashing promotion in humanitarian emergencies: strategies and challenges according to experts,2015,FALSE,0,NA,NA,3,Jelena Vujcic,"Department of Epidemiology and Environmental Health, School of Public Health and Health Professions, State University of New York at Buffalo, 270 Farber Hall, Buffalo, NY 14214, USA",United States of America,jelenavu@buffalo.edu,NA,Jelena Vujcic,"Department of Epidemiology and Environmental Health, School of Public Health and Health Professions, State University of New York at Buffalo, 270 Farber Hall, Buffalo, NY 14214, USA",United States of America,jelenavu@buffalo.edu,NA,FALSE,NA,NA,NA,behavior change communication; handwashing; handwashing hardware; humanitarian emergencies; key informant interviews; qualitative research,NA,iwaponline.com +30106,5,4,https://iwaponline.com/washdev/article/5/4/586/30106/Willingness-to-pay-for-VIP-latrines-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Willingness to pay for VIP latrines in rural Senegal,2015,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/5/4/10.2166_washdev.2015.053/4/washdev2015053supp.pdf?Expires=1706089696&Signature=CVX~MEKV7jqMDfQaS5rMEaah2HTGkHBPeUy1o-cxapkDh4FPHnJonjp7q7GzEr0197hTX~BleNcn3XIhZc1cXjpEQtr8y3b5jPfwJlFdRAL8WPkaLRZHrHGmFcRL4hEibMBro3f91YWxfl~IK~KRBZHDn2Vyn6IegWzQvDOS8jkLwPgc~CBhwE6RrGpqgAa1CNk7mSQJorPa6pxjj9b1Q9rNzKP2dEyhuf5y2pR-JbVAHGGDGErdJH61Ar8UUAA-PR0ig22viAZNHNM6vYvwuvKXbyYAP3nK4fguiNs-UV8OrG3jp2DNXrnqBhaO8WkZyXqXBY5oLeJYOoypJ22zIw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Ralph P. Hall,"School of Public and International Affairs, Urban Affairs and Planning Program, Virginia Tech, 201 Architecture Annex (0113), Blacksburg, VA 24061, USA",United States of America,rphall@vt.edu,NA,Ralph P. Hall,"School of Public and International Affairs, Urban Affairs and Planning Program, Virginia Tech, 201 Architecture Annex (0113), Blacksburg, VA 24061, USA",United States of America,rphall@vt.edu,NA,FALSE,NA,NA,NA,rural Senegal; sanitation; ventilated improved pit; VIP latrine; willingness to pay,NA,iwaponline.com +30110,5,4,https://iwaponline.com/washdev/article/5/4/594/30110/Analysis-of-institutional-arrangement-for,"Journal of Water, Sanitation & Hygiene for Development",Analysis of institutional arrangement for greywater management in unplanned settlements of Kinondoni municipality Tanzania,2015,FALSE,0,NA,NA,2,Teresia W. Ndunguru,"Department of Water Resources Engineering, University of Dar es Salaam, College of Engineering and Technology, P.O. Box 35131, Dar es Salaam, Tanzania E-mail:",United Republic of Tanzania,deorgm@yahoo.co.uk,NA,Teresia W. Ndunguru,"Department of Water Resources Engineering, University of Dar es Salaam, College of Engineering and Technology, P.O. Box 35131, Dar es Salaam, Tanzania E-mail:",United Republic of Tanzania,deorgm@yahoo.co.uk,NA,FALSE,NA,NA,NA,greywater; greywater management; institutional arrangement; Kinondoni municipality; unplanned settlements,NA,iwaponline.com +30112,5,4,https://iwaponline.com/washdev/article/5/4/608/30112/The-development-of-an-onsite-sanitation-system,"Journal of Water, Sanitation & Hygiene for Development",The development of an onsite sanitation system based on vermifiltration: the ‘Tiger Toilet’,2015,FALSE,0,NA,NA,12,C. Furlong,"Bear Valley Ventures Limited, Braeside, Utkinton Lane, Cotebrook, Tarporley, Cheshire CW6 0JH, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,C. Furlong,"Bear Valley Ventures Limited, Braeside, Utkinton Lane, Cotebrook, Tarporley, Cheshire CW6 0JH, UK",United Kingdom of Great Britain and Northern Ireland,claire.furlong@ymail.com,NA,FALSE,NA,NA,NA,Eisenia fetida; faecal sludge; India; sewage; worms,NA,iwaponline.com +30113,5,4,https://iwaponline.com/washdev/article/5/4/614/30113/An-economical-environmental-and-social-comparison,"Journal of Water, Sanitation & Hygiene for Development","An economical, environmental, and social comparison between vacuum and gravity sewers in decentralized sanitation systems, with Egypt as a case study",2015,FALSE,0,NA,NA,3,Abdelsalam Elawwad,"Faculty of Engineering, Cairo University, Cairo University Road, Oula, Giza, Egypt",Egypt,elawwad@cu.edu.eg,NA,Abdelsalam Elawwad,"Faculty of Engineering, Cairo University, Cairo University Road, Oula, Giza, Egypt",Egypt,elawwad@cu.edu.eg,NA,FALSE,NA,NA,NA,decentralized systems; gravity sewers; vacuum sewers,NA,iwaponline.com +30115,5,4,https://iwaponline.com/washdev/article/5/4/620/30115/Latrine-desludging-pump-development-using-a-simple,"Journal of Water, Sanitation & Hygiene for Development",Latrine desludging pump development using a simple test for simulant strength: A case study from Uganda,2015,FALSE,0,NA,NA,6,J. T. Radford,"Mott MacDonald Ltd., Demeter House, Station Road, Cambridge, CB1 2RS, United Kingdom",United Kingdom of Great Britain and Northern Ireland,james.radford@mottmac.com,NA,J. T. Radford,"Mott MacDonald Ltd., Demeter House, Station Road, Cambridge, CB1 2RS, United Kingdom",United Kingdom of Great Britain and Northern Ireland,james.radford@mottmac.com,NA,FALSE,NA,NA,NA,desludging pump; faecal sludge simulant; latrine emptying,NA,iwaponline.com +30117,5,4,https://iwaponline.com/washdev/article/5/4/625/30117/Achieving-sustainable-water-supply-through-better,"Journal of Water, Sanitation & Hygiene for Development","Achieving sustainable water supply through better institutions, design innovations and Water Safety Plans – an experience from Nepal",2015,FALSE,0,NA,NA,3,Pamela White,"FCG International/RVWRMP, Osmontie 34/ PO Box 950, FI-00601 Helsinki, Finland",Finland,pamela.white@fcg.fi,NA,Pamela White,"FCG International/RVWRMP, Osmontie 34/ PO Box 950, FI-00601 Helsinki, Finland",Finland,pamela.white@fcg.fi,NA,FALSE,NA,NA,NA,community; functionality; operation and maintenance; rural water supply; Water Safety Plans,NA,iwaponline.com +30118,5,4,https://iwaponline.com/washdev/article/5/4/632/30118/Application-of-nano-silver-coated-granular,"Journal of Water, Sanitation & Hygiene for Development",Application of nano-silver coated granular activated carbon for inactivation of septic tank effluent,2015,FALSE,0,NA,NA,4,Thammarat Koottatep,"Environmental Engineering and Management, Asian Institute of Technology (AIT), P.O. Box 4 Klong Luang, Pathumthani 12120, Thailand",Thailand,NA,NA,Saroj Kumar Chapagain,"Environmental Engineering and Management, Asian Institute of Technology (AIT), P.O. Box 4 Klong Luang, Pathumthani 12120, Thailand",Thailand,sarojchapagain77@gmail.com,NA,FALSE,NA,NA,NA,E. coli; granular activated carbon; inactivation; nano-silver; on-site sanitation; septic tank effluents,NA,iwaponline.com +30413,6,1,https://iwaponline.com/washdev/article/6/1/1/30413/Challenges-of-public-water-provision-in-Nigerian,"Journal of Water, Sanitation & Hygiene for Development",Challenges of public water provision in Nigerian cities: a review,2016,FALSE,0,NA,NA,1,Odafivwotu Ohwo,"Department of Geography and Environmental Management, Faculty of Social Sciences, Niger Delta University, Wilberforce Island, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,NA,Odafivwotu Ohwo,"Department of Geography and Environmental Management, Faculty of Social Sciences, Niger Delta University, Wilberforce Island, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,NA,FALSE,NA,NA,NA,challenges; Nigerian cities; public water; State Water Agencies,NA,iwaponline.com +30415,6,1,https://iwaponline.com/washdev/article/6/1/13/30415/Source-identification-of-fecal-contamination-in,"Journal of Water, Sanitation & Hygiene for Development",Source identification of fecal contamination in the canals in Bangkok using fecal sterol compounds,2016,FALSE,0,NA,NA,4,Supattra Srijew,"Department of Chemical Engineering, Faculty of Engineering, Kasetsart University, Bangkok 10900, Thailand",Thailand,NA,NA,Wilai Chiemchaisri,"Department of Environmental Engineering, Faculty of Engineering, Kasetsart University, Bangkok 10900, Thailand",Thailand,fengwlc@ku.ac.th,NA,FALSE,NA,NA,NA,coliforms; fecal sterol; feces; sewage; surface water,NA,iwaponline.com +30416,6,1,https://iwaponline.com/washdev/article/6/1/23/30416/Evaluation-of-treatment-potential-biogas,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of treatment potential, biogas generation and sludge properties of an anaerobic claridigester",2016,FALSE,0,NA,NA,4,Khalid Muzamil Gani,"Environmental Engineering Group, Department of Civil Engineering, Indian Institute of Technology Roorkee (IITR), Roorkee 247667, Uttrakhand, India",India,khalidmzml@gmail.com,NA,Khalid Muzamil Gani,"Environmental Engineering Group, Department of Civil Engineering, Indian Institute of Technology Roorkee (IITR), Roorkee 247667, Uttrakhand, India",India,khalidmzml@gmail.com,NA,FALSE,NA,NA,NA,anaerobic digestion; COD mass balance; methane production; primary sludge,NA,iwaponline.com +30417,6,1,https://iwaponline.com/washdev/article/6/1/32/30417/Field-trial-of-an-automated-batch-chlorinator,"Journal of Water, Sanitation & Hygiene for Development","Field trial of an automated batch chlorinator system at shared water points in an urban community of Dhaka, Bangladesh",2016,TRUE,1,doc,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.027/5/washdev2016027supp.doc?Expires=1706017133&Signature=IP4h11g5bS66UtwkijcvKZBi0bLqDxcZw48588lTqOJ7BJfWsAzRAe4838tn7YUz~mEErl6nvlbIT1Gwcj5WMPqHDuLfNW2bY5IvkrorJqgbwlRf5ZX3ExABbA23rEYklkWeCpuo6Y9y~PpZ~dMty4GSxFv71TZWMbrOkUxACtS5qiDARIX4BMj4uu7wBAmuNyW7~3X8fASo4w6zlzPthozamBZApvxLMCZ0CCMSydbUVOz1LUhy9EDsu725MY8X-Td~ihsNgef4OEROrqOfcvz5iPc0Gtrk69Bs-MghQKV0oMCCn5aSgDdqQ-Uawd6jCoKHo~drFE7BKUqAKxfSmQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,Nuhu Amin,"International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,NA,NA,Amy J. Pickering,"Stanford University, Stanford, CA, USA",United States of America,amyjanel@stanford.edu,NA,FALSE,NA,NA,NA,automated chlorine dispenser; Bangladesh; chlorination; household water treatment; urban; water quality,NA,iwaponline.com +30419,6,1,https://iwaponline.com/washdev/article/6/1/42/30419/Evaluation-of-household-drinking-water-filter,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of household drinking water filter distribution programs in Haiti,2016,FALSE,0,NA,NA,5,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",United States of America,Justine.Rayner@tufts.edu,NA,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Medford, MA 02155, USA",United States of America,Justine.Rayner@tufts.edu,NA,FALSE,NA,NA,NA,biosand filters; ceramic filters; cholera; Haiti; household water treatment; Sawyer filters,NA,iwaponline.com +30421,6,1,https://iwaponline.com/washdev/article/6/1/55/30421/High-fluoride-drinking-water-in-Gokwe-northwest,"Journal of Water, Sanitation & Hygiene for Development","High fluoride drinking water in Gokwe, northwest Zimbabwe",2016,FALSE,0,NA,NA,2,Antony Mamuse,"Midlands State University, P. Bag 9055, Gweru, Zimbabwe",Zimbabwe,antony.mamuse@postgrad.curtin.edu.au,NA,Antony Mamuse,"Midlands State University, P. Bag 9055, Gweru, Zimbabwe",Zimbabwe,antony.mamuse@postgrad.curtin.edu.au,NA,FALSE,NA,NA,NA,artesian; defluoridation; fluorosis; Lower Karoo Aquifer; water quality,NA,iwaponline.com +30423,6,1,https://iwaponline.com/washdev/article/6/1/65/30423/Reactor-performance-and-pathogen-removal-during,"Journal of Water, Sanitation & Hygiene for Development",Reactor performance and pathogen removal during wastewater treatment by vermifiltration,2016,FALSE,0,NA,NA,2,Sudipti Arora,"Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667, India",India,sudiptiarora@gmail.com,NA,Sudipti Arora,"Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667, India",India,sudiptiarora@gmail.com,NA,FALSE,NA,NA,NA,antimicrobial; earthworms; pathogens; vermifilter; wastewater treatment,NA,iwaponline.com +30424,6,1,https://iwaponline.com/washdev/article/6/1/74/30424/Public-health-risk-assessment-tool-strategy-to,"Journal of Water, Sanitation & Hygiene for Development",Public health risk assessment tool: strategy to improve public policy framework for onsite wastewater treatment systems (OWTS),2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.081/5/washdev2016081supp.docx?Expires=1706089746&Signature=np-gSNMhF6kTTJuwwQ0c-snQ435he2qyqOYaVphfHj7Z2ud879Cl9QStbWZCWEUosjb1aLxn5rB99HSL-Rv8PuXode7vql6~DGXBUxz21NUa3XH6t-DvWnRLClBqWNIRdX-QkN4ndIqVMAztGYzfML-K7YWUKMfRslHc5xufnQ2QFb08Wc1OYMKYLsVbh7sFaxEuqJ25cALaQCpI~3FcRVU-lfwd8h4YsdNjZVHhsSPVGVzvssVcXi6RhH22ozpIe9HNWmPcFj4sNX9gO2Xscbjln2mz~CmTqFrn75vfYGEZjloA-r~9vBq34GcchI9mhCEeAbm7bLj0MFHHeBkQzw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Peter Emmanuel Cookey,"Asian Institute of Technology, Bangkok, Thailand",Thailand,peter@earthwatchnigeria.org,NA,Peter Emmanuel Cookey,"Asian Institute of Technology, Bangkok, Thailand",Thailand,peter@earthwatchnigeria.org,NA,FALSE,NA,NA,NA,legislation; onsite wastewater treatment system; public health; public policy; risk assessment; standards,NA,iwaponline.com +30427,6,1,https://iwaponline.com/washdev/article/6/1/89/30427/Semi-quantitative-estimation-of-Escherichia-coli,"Journal of Water, Sanitation & Hygiene for Development",Semi-quantitative estimation of Escherichia coli levels in public drinking water sources in northern Haiti,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.043/5/washdev2016043supp.docx?Expires=1706089749&Signature=JNFQsqolWIAU-zRCPRp4Kld2Svd1gwIXNyiMz3qDAM~sZEeDBzktsAu~POZU6Rwn7pvLtN~QgDiON-HUrkGv~3K3nsrzqjG0iDKhxcF0jnAlrJ-eAUngVZMuJT1vp9shTNjws93XNPx8rUdfC829V9rAqRv6fYa7IylxyzAlfmUo7CrW9BD-zL55uYdsXmub9Ck8I5BE6vbD5i1~DInHHVjEGuT25pC~wUcUT1GJS5b-W4lTkn2A6OTf-e7IAM~exH7SY4OJzg~EY4xJuciwPMhiiN6WnpzaXIn402v9-lcs1ocj-rgI-EjKahMrjueRPpXp8pv52okJ-G1-h05sag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Daniel I. Gerges,"Tufts University School of Medicine, 136 Harrison Ave, Boston, MA 02111, USA",United States of America,NA,NA,Janet Forrester,"Tufts University School of Medicine, 136 Harrison Ave, Boston, MA 02111, USA",United States of America,janet.forrester@tufts.edu,NA,FALSE,NA,NA,NA,drinking water; Escherichia coli; Haiti,NA,iwaponline.com +30428,6,1,https://iwaponline.com/washdev/article/6/1/96/30428/Passive-evaporation-of-source-separated-urine-from,"Journal of Water, Sanitation & Hygiene for Development",Passive evaporation of source-separated urine from dry toilets: UES optimization and dry product accumulation over time,2016,FALSE,0,NA,NA,3,David N. Bethune,"Department of Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada T2N 1N4",Canada,bethuned@ucalgary.ca,NA,David N. Bethune,"Department of Civil Engineering, University of Calgary, 2500 University Drive NW, Calgary, Alberta, Canada T2N 1N4",Canada,bethuned@ucalgary.ca,NA,FALSE,NA,NA,NA,dry toilets; urine evaporation; urine separation,NA,iwaponline.com +30430,6,1,https://iwaponline.com/washdev/article/6/1/104/30430/In-toilet-disinfection-of-fresh-fecal-sludge-with,"Journal of Water, Sanitation & Hygiene for Development",In-toilet disinfection of fresh fecal sludge with ammonia naturally present in excreta,2016,FALSE,0,NA,NA,3,Temitope A. Ogunyoku,"Department of Civil and Environmental Engineering, University of California, Berkeley, CA 94720-1710, USA",United States of America,NA,NA,Kara L. Nelson,"Department of Civil and Environmental Engineering, University of California, Berkeley, CA 94720-1710, USA",United States of America,karanelson@berkeley.edu,NA,FALSE,NA,NA,NA,ammonia; disinfection; fecal sludge management; helminth eggs; latrine,NA,iwaponline.com +30431,6,1,https://iwaponline.com/washdev/article/6/1/115/30431/Sewage-treatment-efficacy-and-heavy-metal-removal,"Journal of Water, Sanitation & Hygiene for Development",Sewage treatment efficacy and heavy metal removal in moving bed biofilm based treatment plants of northern India,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.134/5/washdev2016134supp.docx?Expires=1706089760&Signature=b6gT3~NF0YXJ9QkJS-yF0fhRa9SoUPgipf1IeJ0MMyfqmFSdCFk1NVThz1D6PKF8lIHaY8xImjNK6LNGgoPOnYpVXkebZTsBO3dPWsJcZOgFBTZjTZfjchHB8-h3aEqWsSe58E-b5yERuGdsSJ7RUz9kfU5clUwu7ciunW8LBV5ZiwGU4ReKseB~AeyG~1B2V1aq-R472qq3MRXumo~lQuYTpZekNtYUulTvu5mOOROyEoqEifBQoR-gr3QW0T2NnzGLDV50F5cnaKYA39KuKIrpzOLlQwnOxlE2aUTecm025DiEYEIoMEYXpAElGCuhRVXDkEUnyGUc~hrYd7gBYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Khalid Muzamil Gani,"Environmental Engineering Section, Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667 India",India,khalidmzml@gmail.com,NA,Khalid Muzamil Gani,"Environmental Engineering Section, Department of Civil Engineering, Indian Institute of Technology Roorkee, Roorkee, 247667 India",IND,khalidmzml@gmail.com,NA,FALSE,NA,NA,NA,evaluation; heavy metal; India; MBBR; performance; wastewater treatment,NA,iwaponline.com +30433,6,1,https://iwaponline.com/washdev/article/6/1/121/30433/Focus-group-discussions-among-the-Bai-in-China-to,"Journal of Water, Sanitation & Hygiene for Development",Focus group discussions among the Bai in China to inform a social marketing campaign for sanitation promotion,2016,FALSE,0,NA,NA,4,Mary Kathryn Dickey,"Oklahoma Baptist University, 500 West University, Shawnee, OK 74804, USA",United States of America,dickey@pobox.com,NA,Mary Kathryn Dickey,"Oklahoma Baptist University, 500 West University, Shawnee, OK 74804, USA",United States of America,dickey@pobox.com,NA,FALSE,NA,NA,NA,focus group discussions; sanitation marketing; social marketing,NA,iwaponline.com +30434,6,1,https://iwaponline.com/washdev/article/6/1/132/30434/Negotiating-hygiene-and-sanitary-behaviors-in,"Journal of Water, Sanitation & Hygiene for Development",Negotiating hygiene and sanitary behaviors in transnational contexts: examples of Nigerians in the UK,2016,FALSE,0,NA,NA,1,Emmanuel M. Akpabio,"Department of Geography and Natural Resources Management, Faculty of Social Sciences, University of Uyo, PO Box 4223, Uyo, Akwa Ibom State, Nigeria",Nigeria,emakpabio@yahoo.com,NA,Emmanuel M. Akpabio,"Department of Geography and Natural Resources Management, Faculty of Social Sciences, University of Uyo, PO Box 4223, Uyo, Akwa Ibom State, Nigeria",Nigeria,emakpabio@yahoo.com,NA,FALSE,NA,NA,NA,diaspora sanitary habits; health; Ibibio; knowledge; migrants; UK,NA,iwaponline.com +30436,6,1,https://iwaponline.com/washdev/article/6/1/142/30436/Inequitable-allocation-of-deep-community-wells-for,"Journal of Water, Sanitation & Hygiene for Development",Inequitable allocation of deep community wells for reducing arsenic exposure in Bangladesh,2016,FALSE,0,NA,NA,7,A. van Geen,"Lamont-Doherty Earth Observatory of Columbia University, Palisades, NY, USA",United States of America,avangeen@ldeo.columbia.edu,NA,A. van Geen,"Lamont-Doherty Earth Observatory of Columbia University, Palisades, NY, USA",United States of America,avangeen@ldeo.columbia.edu,NA,FALSE,NA,NA,NA,arsenic; Bangladesh; groundwater quality; public water supply allocations,NA,iwaponline.com +30438,6,1,https://iwaponline.com/washdev/article/6/1/151/30438/Understanding-women-s-decision-making-power-and,"Journal of Water, Sanitation & Hygiene for Development",Understanding women's decision making power and its link to improved household sanitation: the case of Kenya,2016,FALSE,0,NA,NA,3,Mitsuaki Hirai,"Milken Institute School of Public Health, Department of Global Health, The George Washington University, 950 New Hampshire Ave., Suite 400, Washington, DC 20052 USA",United States of America,mhirai@gwu.edu,NA,Mitsuaki Hirai,"Milken Institute School of Public Health, Department of Global Health, The George Washington University, 950 New Hampshire Ave., Suite 400, Washington, DC 20052 USA",USA,mhirai@gwu.edu,NA,FALSE,NA,NA,NA,gender equity; Kenya; sanitation; women,NA,iwaponline.com +30439,6,1,https://iwaponline.com/washdev/article/6/1/161/30439/Measuring-willingness-to-pay-for-water-and,"Journal of Water, Sanitation & Hygiene for Development",Measuring willingness-to-pay for water and sanitation by people living with HIV and AIDs in South Africa,2016,FALSE,0,NA,NA,1,Ephias M. Makaudze,"Department of Economics, University of the Western Cape, Robert Sobukwe Road, Bellville 7535, Cape Town, South Africa",South Africa,emakaudze@gmail.com,NA,Ephias M. Makaudze,"Department of Economics, University of the Western Cape, Robert Sobukwe Road, Bellville 7535, Cape Town, South Africa",South Africa,emakaudze@gmail.com,NA,FALSE,NA,NA,NA,contingent valuation method; HIV and AIDs; slum settlements; water and sanitation; willingness-to-pay,NA,iwaponline.com +30442,6,1,https://iwaponline.com/washdev/article/6/1/170/30442/Study-of-national-rural-drinking-water-programme,"Journal of Water, Sanitation & Hygiene for Development","Study of national rural drinking water programme implementation during last five years (from FY 2010–2011 to 2014–2015) in state of Madhya Pradesh, India",2016,FALSE,0,NA,NA,2,Abhishek Parsai,"Department of Management Studies, Maulana Azad National Institute of Technology, Bhopal, India",India,abhishek.parsai@gmail.com,NA,Abhishek Parsai,"Department of Management Studies, Maulana Azad National Institute of Technology, Bhopal, India",India,abhishek.parsai@gmail.com,NA,FALSE,NA,NA,NA,LPCD; NRDWP; piped water supply schemes; service delivery; strategic plan,NA,iwaponline.com +30443,6,1,https://iwaponline.com/washdev/article/6/1/184/30443/Needs-and-vulnerability-assessment-NAVA-indicators,"Journal of Water, Sanitation & Hygiene for Development",Needs and vulnerability assessment (NAVA) indicators for specific hazards in the context of Sri Lanka,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/1/10.2166_washdev.2016.105/5/washdev2016105supp.docx?Expires=1706089784&Signature=wWSlSCFXzTifcg4UP9LTqAj6jIiDb6m2WjQ3dNQfOAETBADH80G6oJHXhPoh9jPQ8yYxpO-8mPbrq0RmmbI-Z8ULOVeZIelx-uh~2sw6T4qoV7bVMHyhezf2sHGWzky0MbXtrko1CgBCI7EMIhVVdF4uCrMuBfK~k9-EcQSeXPp5XUYhY62VaJcqHOrmGV0vuAW4624F4NCcZtG-Nma8uvLyid9odhd9hqMLDL~sfgfITt6zZU6aqNe~FN6OeKDsbDYi5kmkF6GSi3YKLp8tYDFX~5I6u3iPPhrZzsrzX4pAvgCbniaNpDPkn~GUQhw7W6ZtUI6uCmgFQGpQKzP40w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Aslam Saja,"Faculty of Engineering, South Eastern University of Sri Lanka, Oluvil, Sri Lanka",Sri Lanka,saja.aslam@gmail.com,NA,Aslam Saja,"Faculty of Engineering, South Eastern University of Sri Lanka, Oluvil, Sri Lanka",Sri Lanka,saja.aslam@gmail.com,NA,FALSE,NA,NA,NA,assessment; disasters; indicators; needs; vulnerability,NA,iwaponline.com +30121,6,2,https://iwaponline.com/washdev/article/6/2/191/30121/Editorial-Can-we-meet-the-costs-of-achieving,"Journal of Water, Sanitation & Hygiene for Development","Editorial: Can we meet the costs of achieving safely managed drinking-water, sanitation and hygiene services under the new sustainable development goals?",2016,FALSE,0,NA,NA,1,Guy Hutton,UNICEF (formerly World Bank),NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +30122,6,2,https://iwaponline.com/washdev/article/6/2/195/30122/Assessment-of-the-quality-effectiveness-and,"Journal of Water, Sanitation & Hygiene for Development","Assessment of the quality, effectiveness, and acceptability of ceramic water filters in Tanzania",2016,FALSE,0,NA,NA,5,Ansley Lemons,"Emory University, Rollins School of Public Health, Atlanta, GA 30333, USA and Centers for Disease Control and Prevention, Atlanta, GA 30333, USA",United States of America,NA,NA,Daniele Lantagne,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA 02155, USA",United States of America,daniele.lantagne@tufts.edu,NA,FALSE,NA,NA,NA,acceptability; ceramic water filters; effectiveness; household water treatment; point-of-use water treatment; QA/QC,NA,iwaponline.com +30124,6,2,https://iwaponline.com/washdev/article/6/2/205/30124/Everyone-is-exhausted-and-frustrated-exploring,"Journal of Water, Sanitation & Hygiene for Development","‘Everyone is exhausted and frustrated’: exploring psychosocial impacts of the lack of access to safe water and adequate sanitation in Usoma, Kenya",2016,FALSE,0,NA,NA,2,Elijah Bisung,"Department of Geography and Environmental Management, University of Waterloo, Waterloo, ON, Canada and United Nations University Institute for Water Environment and Health, Hamilton, ON, Canada",Canada,ebisung@uwaterloo.ca,NA,Elijah Bisung,"Department of Geography and Environmental Management, University of Waterloo, Waterloo, ON, Canada and United Nations University Institute for Water Environment and Health, Hamilton, ON, Canada",Canada,ebisung@uwaterloo.ca,NA,FALSE,NA,NA,NA,health and wellbeing; Kenya; psychosocial stress; water and sanitation,NA,iwaponline.com +30125,6,2,https://iwaponline.com/washdev/article/6/2/215/30125/Chemically-activated-cow-bone-for-increased,"Journal of Water, Sanitation & Hygiene for Development",Chemically activated cow bone for increased fluoride removal from drinking water,2016,FALSE,0,NA,NA,3,Teshome L. Yami,"School of Civil Engineering and Environmental Science, University of Oklahoma, 202 W. Boyd St., Room 334, Norman, Oklahoma 73019, USA",United States of America,teshome.l.yami-1@ou.edu,NA,Teshome L. Yami,"School of Civil Engineering and Environmental Science, University of Oklahoma, 202 W. Boyd St., Room 334, Norman, Oklahoma 73019, USA",United States of America,teshome.l.yami-1@ou.edu,NA,FALSE,NA,NA,NA,bassanite; chemical activation; cow bone; fluoride removal; low-cost adsorbent; monetite,NA,iwaponline.com +30127,6,2,https://iwaponline.com/washdev/article/6/2/224/30127/Bacteriological-quality-of-drinking-water-at-point,"Journal of Water, Sanitation & Hygiene for Development",Bacteriological quality of drinking water at point of use and hand hygiene of primary food preparers: implications for household food safety,2016,FALSE,0,NA,NA,5,S. G. D. N. Lakshmi Reddi,"Food and Drug Toxicology Research Centre, National Institute of Nutrition, Indian Council of Medical Research (ICMR), Jamai Osmania (PO), Hyderabad 500007, India",India,NA,NA,R. V. Sudershan,"Food and Drug Toxicology Research Centre, National Institute of Nutrition, Indian Council of Medical Research (ICMR), Jamai Osmania (PO), Hyderabad 500007, India",India,vemulasr@yahoo.com,NA,FALSE,NA,NA,NA,bacteriological quality; drinking water; food safety; household; hand hygiene; point of use,NA,iwaponline.com +30129,6,2,https://iwaponline.com/washdev/article/6/2/231/30129/Bacteriological-assessment-of-aquifer-storage-and,"Journal of Water, Sanitation & Hygiene for Development",Bacteriological assessment of aquifer storage and recovery (ASR) water in southwest coastal Bangladesh,2016,FALSE,0,NA,NA,4,Md. Pervez Kabir,"Environmental Science Discipline, Khulna University, Khulna, Bangladesh",Bangladesh,NA,NA,Md. Atikul Islam,"Environmental Science Discipline, Khulna University, Khulna, Bangladesh",Bangladesh,atikku_es@yahoo.com,NA,FALSE,NA,NA,NA,aquifer storage and recovery (ASR); Bangladesh; drinking water; health risk; indicator bacteria,NA,iwaponline.com +30131,6,2,https://iwaponline.com/washdev/article/6/2/242/30131/Assessing-the-impact-of-property-size-on,"Journal of Water, Sanitation & Hygiene for Development","Assessing the impact of property size on residential water use for selected neighbourhoods in Lilongwe, Malawi",2016,FALSE,0,NA,NA,2,Chikondi Makwiza,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,NA,NA,Heinz Erasmus Jacobs,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,hejacobs@sun.ac.za,NA,FALSE,NA,NA,NA,equitable water use; residential plot size; urban water use,NA,iwaponline.com +30132,6,2,https://iwaponline.com/washdev/article/6/2/252/30132/Performance-evaluation-of-a-low-cost-odour-trap,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of a low-cost odour trap installed in waterless urinals,2016,FALSE,0,NA,NA,4,S. Ramesh Sakthivel,"Tata Institute of Social Sciences, Tuljapur Campus, Tuljapur, Osmanabad District, Maharashtra, India",India,ramsakthivel@yahoo.com,NA,S. Ramesh Sakthivel,"Tata Institute of Social Sciences, Tuljapur Campus, Tuljapur, Osmanabad District, Maharashtra, India",India,ramsakthivel@yahoo.com,NA,FALSE,NA,NA,NA,ammonia; membrane trap; odour; urinals; waterless,NA,iwaponline.com +30133,6,2,https://iwaponline.com/washdev/article/6/2/259/30133/Estimation-of-Ascaris-lumbricoides-egg,"Journal of Water, Sanitation & Hygiene for Development",Estimation of Ascaris lumbricoides egg inactivation by free ammonia treatment of ash-amended UDDT vault products using stored urine in Uganda,2016,FALSE,0,NA,NA,6,John T. Trimmer,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave ENB 118, Tampa, FL 33620, USA",United States of America,NA,NA,Sarina J. Ergas,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave ENB 118, Tampa, FL 33620, USA",United States of America,sergas@usf.edu,NA,FALSE,NA,NA,NA,ecological sanitation; helminth; resource recovery; sanitation; sub-Saharan Africa; urine-diverting dry toilet,NA,iwaponline.com +30134,6,2,https://iwaponline.com/washdev/article/6/2/269/30134/Inactivation-kinetics-of-indicator-microorganisms,"Journal of Water, Sanitation & Hygiene for Development",Inactivation kinetics of indicator microorganisms during urea treatment for sanitizing finished compost from composting toilet,2016,FALSE,0,NA,NA,5,Seyram K. Sossou,"International Institute for Water and Environmental Engineering (2iE), P.O. Box 594, 01 Rue de la science, Ouagadougou, Burkina Faso",Burkina Faso,seyram.sossou@2ie-edu.org,NA,Seyram K. Sossou,"International Institute for Water and Environmental Engineering (2iE), P.O. Box 594, 01 Rue de la science, Ouagadougou, Burkina Faso",Burkina Faso,seyram.sossou@2ie-edu.org,NA,FALSE,NA,NA,NA,composting toilet; finished compost; inactivation kinetics; indicator microorganism; urea treatment,NA,iwaponline.com +30136,6,2,https://iwaponline.com/washdev/article/6/2/276/30136/Assessing-the-promotion-of-urine-diverting-dry,"Journal of Water, Sanitation & Hygiene for Development","Assessing the promotion of urine-diverting dry toilets through school-based demonstration facilities in Kalisizo, Uganda",2016,FALSE,0,NA,NA,6,John T. Trimmer,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave, ENB 118, Tampa, FL 33620, USA",United States of America,NA,NA,Sarina J. Ergas,"Department of Civil and Environmental Engineering, University of South Florida, 4202 E Fowler Ave, ENB 118, Tampa, FL 33620, USA",United States of America,sergas@usf.edu,NA,FALSE,NA,NA,NA,ecological sanitation; food security; health; latrine; sub-Saharan Africa; sustainable development goals,NA,iwaponline.com +30139,6,2,https://iwaponline.com/washdev/article/6/2/287/30139/When-behavior-change-fails-evidence-for-building,"Journal of Water, Sanitation & Hygiene for Development",When behavior change fails: evidence for building WASH strategies on existing motivations,2016,FALSE,0,NA,NA,2,Lia Marshall,"Department of Civil and Environmental Engineering, University of Washington, 121H More Hall, Seattle, WA 98195, USA",United States of America,liamarshall@gmail.com,NA,Lia Marshall,"Department of Civil and Environmental Engineering, University of Washington, 121H More Hall, Seattle, WA 98195, USA",United States of America,liamarshall@gmail.com,NA,FALSE,NA,NA,NA,behavior change; motivation; rural; sustainability; water,NA,iwaponline.com +30142,6,2,https://iwaponline.com/washdev/article/6/2/298/30142/A-short-history-of-how-we-think-and-talk-about,"Journal of Water, Sanitation & Hygiene for Development",A short history of how we think and talk about sanitation services and why it matters,2016,FALSE,0,NA,NA,3,Tanja Rosenqvist,"Institute for Sustainable Futures, University of Technology Sydney, Bldg 10, 235 Jones Street, Ultimo, Sydney, NSW 2007, Australia",Australia,tanja.rosenqvist@uts.edu.au,NA,Tanja Rosenqvist,"Institute for Sustainable Futures, University of Technology Sydney, Bldg 10, 235 Jones Street, Ultimo, Sydney, NSW 2007, Australia",Australia,tanja.rosenqvist@uts.edu.au,NA,FALSE,NA,NA,NA,history; MDG; perspectives; sanitation; SDG; sustainability,NA,iwaponline.com +30149,6,2,https://iwaponline.com/washdev/article/6/2/313/30149/Assessing-population-coverage-of-safely-managed,"Journal of Water, Sanitation & Hygiene for Development",Assessing population coverage of safely managed wastewater systems: a case study of Lebanon,2016,FALSE,0,NA,NA,1,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,NA,Ali Karnib,"Lebanese University, Hadath Campus, Baabda, Lebanon",Lebanon,karnib.ali@gmail.com,NA,FALSE,NA,NA,NA,environmental risks; monitoring and reporting; sustainable development goals; wastewater,NA,iwaponline.com +30151,6,2,https://iwaponline.com/washdev/article/6/2/320/30151/Equity-in-access-to-water-supply-and-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Equity in access to water supply and sanitation in Ethiopia: an analysis of EDHS data (2000–2011),2016,FALSE,0,NA,NA,2,Selamawit Seyoum,"Department of Environmental and Occupational Health, Milken Institute School of Public Health, The George Washington University, 950 New Hampshire Ave. NW, Suite 413, Washington, DC 20052, USA",United States of America,NA,NA,Jay P. Graham,"Department of Environmental and Occupational Health, Milken Institute School of Public Health, The George Washington University, 950 New Hampshire Ave. NW, Suite 413, Washington, DC 20052, USA",United States of America,jgraham@gwu.edu,NA,FALSE,NA,NA,NA,environmental health; Ethiopia; inequities; open defecation; sanitation; water,NA,iwaponline.com +30153,6,2,https://iwaponline.com/washdev/article/6/2/331/30153/Arsenic-concentration-in-drinking-water-of-Bihar,"Journal of Water, Sanitation & Hygiene for Development",Arsenic concentration in drinking water of Bihar: health issues and socio-economic problems,2016,FALSE,0,NA,NA,2,Barun Kumar Thakur,"National Institute of Industrial Engineering (NITIE), Mumbai, Maharashtra 400087, India",India,barunsandilya@gmail.com,NA,Barun Kumar Thakur,"National Institute of Industrial Engineering (NITIE), Mumbai, Maharashtra 400087, India",India,barunsandilya@gmail.com,NA,FALSE,NA,NA,NA,arsenic contamination; arsenicosis; Bihar; health costs; health problems; social and economic problems,NA,iwaponline.com +30155,6,2,https://iwaponline.com/washdev/article/6/2/342/30155/Green-walls-for-greywater-treatment-and-recycling,"Journal of Water, Sanitation & Hygiene for Development",Green walls for greywater treatment and recycling in dense urban areas: a case-study in Pune,2016,FALSE,0,NA,NA,7,F. Masi,"IRIDRA Srl, Via La Marmora 51, Firenze 50121, Italy",Italy,fmasi@iridra.com,NA,F. Masi,"IRIDRA Srl, Via La Marmora 51, Firenze 50121, Italy",Italy,fmasi@iridra.com,NA,FALSE,NA,NA,NA,green walls; greywater reuse; greywater treatment; vertical gardens,NA,iwaponline.com +30156,6,2,https://iwaponline.com/washdev/article/6/2/348/30156/Corrigendum-Measuring-willingness-to-pay-for-water,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Measuring willingness-to-pay for water and sanitation by people living with HIV and AIDs in South Africa, DOI: 10.2166/washdev.2016.102 Ephias M. Makaudze",2016,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +30123,6,3,https://iwaponline.com/washdev/article/6/3/349/30123/The-all-inclusive-sustainable-development-goals,"Journal of Water, Sanitation & Hygiene for Development",The all-inclusive sustainable development goals: the WASH professional's guide (or should that be ‘nightmare’?),2016,FALSE,0,NA,NA,1,Duncan Mara,Institute for Public Health and Environmental Engineering,NA,d.d.mara@leeds.ac.uk,NA,Duncan Mara,Institute for Public Health and Environmental Engineering,NA,d.d.mara@leeds.ac.uk,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +30126,6,3,https://iwaponline.com/washdev/article/6/3/353/30126/Fecal-contamination-and-Microcystis-in-drinking,"Journal of Water, Sanitation & Hygiene for Development",Fecal contamination and Microcystis in drinking-water sources of rural Cambodia using PCR and culture-based methods,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/3/10.2166_washdev.2016.136/4/washdev2016136supp.docx?Expires=1706090597&Signature=caczL4JiuRZ~GNXGX5kYOpO9n4Xnek1X7ZGGV6glczrbVmkGRwWkO-rSHPrvmvL6cSWSzsBNFnLK-SRay-4OrXAlb0rCJsTsHh20jWdQ-a4PBNcTaDP0RBKBtEBzqVP8YbtbgfzvDophola5yhb8jmcyWdrOc8HLMU5AXMI3mhr6XS-gA1Dq1vYKeZdqO8OKemNjW3t-jvbD-k82iIfsufDMY4-az3epSktRO4-wiGBZKTbr-cYMCFZ5y2~ImeVsnIe7LzHzOR1K8tQk5KhQ2fpycEJdJvT9bIde047rMqi1xY-mgmwF4Lq10PifjQa3Z~xanVEP2LskqRNNFgpfnQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Audrey R. Matteson,"Department of Soil Science, North Carolina State University, Raleigh, NC 27996 USA",United States of America,audrey_matteson@ncsu.edu,NA,Audrey R. Matteson,"Department of Soil Science, North Carolina State University, Raleigh, NC 27996 USA",USA,audrey_matteson@ncsu.edu,NA,FALSE,NA,NA,NA,Bacteroides; Cambodia; coliforms; Enterococcus; fecal pollution; water,NA,iwaponline.com +30128,6,3,https://iwaponline.com/washdev/article/6/3/362/30128/Investigating-the-management-of-unaccounted-for,"Journal of Water, Sanitation & Hygiene for Development","Investigating the management of unaccounted for water for Lilongwe Water Board, Malawi",2016,FALSE,0,NA,NA,4,Michael M. Harawa,"Civil Engineering Department, University of Zimbabwe, Box MP 167, Harare, Zimbabwe",Zimbabwe,michaelharawa@gmail.com,NA,Michael M. Harawa,"Civil Engineering Department, University of Zimbabwe, Box MP 167, Harare, Zimbabwe",Zimbabwe,michaelharawa@gmail.com,NA,FALSE,NA,NA,NA,apparent losses; data logging; leakages; pressure; real losses; unaccounted for water,NA,iwaponline.com +30130,6,3,https://iwaponline.com/washdev/article/6/3/377/30130/Zinc-removal-from-aqueous-solution-using-novel,"Journal of Water, Sanitation & Hygiene for Development",Zinc removal from aqueous solution using novel adsorbent MISCBA,2016,FALSE,0,NA,NA,4,Ibrahim Umar Salihi,"Department of Civil and Environmental Engineering, Universiti of Teknologi PETRONAS (UTP), 32610 Bandar Seri Iskandar, Perak Darul Ridzuan, Malaysia",Malaysia,salihi37@yahoo.com,NA,Ibrahim Umar Salihi,"Department of Civil and Environmental Engineering, Universiti of Teknologi PETRONAS (UTP), 32610 Bandar Seri Iskandar, Perak Darul Ridzuan, Malaysia",Malaysia,salihi37@yahoo.com,NA,FALSE,NA,NA,NA,adsorption; agitation; aqueous; environment; heavy metals; sugarcane bagasse ash,NA,iwaponline.com +30135,6,3,https://iwaponline.com/washdev/article/6/3/389/30135/Development-and-evaluation-of-a-small-scale-water,"Journal of Water, Sanitation & Hygiene for Development",Development and evaluation of a small scale water disinfection system,2016,FALSE,0,NA,NA,5,Dorcas Alfa,"Faculty of Engineering and the Built Environment, Department of Chemical Engineering, Durban University of Technology, 4001 Berea, 70 Mansfield Road, Durban, South Africa",South Africa,NA,NA,Martha N. Chollom,"Faculty of Engineering and the Built Environment, Department of Chemical Engineering, Durban University of Technology, 4001 Berea, 70 Mansfield Road, Durban, South Africa",South Africa,mnchollom@gmail.com,NA,FALSE,NA,NA,NA,chlorine; disinfection; drinking water; E. coli; membrane; point-of-use,NA,iwaponline.com +30137,6,3,https://iwaponline.com/washdev/article/6/3/401/30137/Multi-criteria-analysis-applied-to-the-selection,"Journal of Water, Sanitation & Hygiene for Development","Multi-criteria analysis applied to the selection of drinking water sources in developing countries: a case study of Cali, Colombia",2016,FALSE,0,NA,NA,5,Juan Pablo Gutiérrez,"Faculty of Engineering, Universidad del Valle, Cinara Institute, Calle 13 100-00, Cali, Colombia",Colombia,juan.p.gutierrez@correounivalle.edu.co,NA,Juan Pablo Gutiérrez,"Faculty of Engineering, Universidad del Valle, Cinara Institute, Calle 13 100-00, Cali, Colombia",Colombia,juan.p.gutierrez@correounivalle.edu.co,NA,FALSE,NA,NA,NA,drinking water supply; multi-criteria analysis; PROMETHEE; riverbank filtration,NA,iwaponline.com +30138,6,3,https://iwaponline.com/washdev/article/6/3/414/30138/Three-phase-approach-to-improve-deep-groundwater,"Journal of Water, Sanitation & Hygiene for Development",Three-phase approach to improve deep groundwater supply availability in the Elidar district of Afar region of Ethiopia,2016,FALSE,0,NA,NA,2,S. Godfrey,"Water Supply, Sanitation and Hygiene (WASH) Section – UNICEF Ethiopia, UNECA Compound, NO-F Building, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,NA,S. Godfrey,"Water Supply, Sanitation and Hygiene (WASH) Section – UNICEF Ethiopia, UNECA Compound, NO-F Building, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,NA,FALSE,NA,NA,NA,deep groundwater; Ethiopia; geophysical survey; hydrogeology; radar and optical remote sensing,NA,iwaponline.com +30140,6,3,https://iwaponline.com/washdev/article/6/3/425/30140/A-novel-approach-for-providing-potable-water-in,"Journal of Water, Sanitation & Hygiene for Development","A novel approach for providing potable water in rural Sodwana Bay, northern Kwazulu-Natal, South Africa",2016,FALSE,0,NA,NA,2,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,NA,J. J. Simonis,"Department of Hydrology, University of Zululand, Private Bag X1001, Kwadlangezwa, South Africa",South Africa,simonisj@unizulu.ac.za,NA,FALSE,NA,NA,NA,electrical resistivity; fresh water needs; groundwater; low-cost drilling; water quality,NA,iwaponline.com +30141,6,3,https://iwaponline.com/washdev/article/6/3/435/30141/Looking-beyond-headline-indicators-water-and,"Journal of Water, Sanitation & Hygiene for Development",Looking beyond headline indicators: water and sanitation services in small towns in Ethiopia,2016,TRUE,1,doc,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/3/10.2166_washdev.2016.034/4/washdev2016034supp.doc?Expires=1706091609&Signature=RYnXDVzYeLb3EO4Thcv7dtXUY9Q1V~5-fYpV389jxZ61y6B6zMEx-I18KCxloDMT49bavatA3baaOrHffk-wTJ3qYisHZy-ikZUYWkgL1F3W6z6hnlPkxVaJKVevYIoeXqWgQzugGTPtrN2DmVX70h2CyvK5GYxh~WJANu2D8zDeWqv-037OjzzvIf4ukdKH3-0UlQDQVgdQhDuM~GZsubM2StYWHL9LDnInMoXfW686kGQp6q~JZmBDlMeDqAKhTjtSRdijqAJfVfqhN-qTEfYE8p2f-gD4yZ76W67Jiq04HDT1SooET7vtIqt3sRCnAszVIW6ytXqx6d8P7N4C6g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Marieke Adank,"IRC, P.O. Box 82327, The Hague 2508 EH, The Netherlands",Netherlands,NA,NA,John Butterworth,"IRC Ethiopia, P.O. Box 2, Addis Ababa 1251, Ethiopia",Ethiopia,butterworth@ircwash.org,NA,FALSE,NA,NA,NA,Ethiopia; monitoring; sanitation; service levels; small towns; water supply,NA,iwaponline.com +30143,6,3,https://iwaponline.com/washdev/article/6/3/447/30143/Sustainability-evaluation-of-a-primary-school,"Journal of Water, Sanitation & Hygiene for Development",Sustainability evaluation of a primary school rainwater demonstration project in Tanzania,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/3/10.2166_washdev.2016.186/4/washdev2016186supp.docx?Expires=1706091615&Signature=OtidY9GHgaeBNNJpd7cfaxmnmOb8DtZy~zdnLWpSU1JFMsrn0qJqc59OHmgV8OiEPsEat-~NHfjk9ZRkF0mRUJBVRTo-JytGcZVw79ojdpKBH4nWGxVQtONihqCUs49IFeuW9J6ukDVtdcuYbqPWPnf~pycuYN58K7RX0tn3CFQrr0U7mVdJMvQ9P62AnsCUI9-Oopjz0fa6ClBk4BwNcctyfAxKTIh3BH4Px-UDlbjS6vAmtIm86eh6NF~0pFATuG2y9pzxEMymTs7UJFcJ-XleBEo1RpKXjt0hj5tafcdMq-eAeyoOBKm4db46GtPLBWNTWDE9twtIYtPh~CUluQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Tulinave Burton Mwamila,"Department of Civil and Environmental Engineering, Seoul National University, 599 Gwanak-ro, Gwanak-gu, Seoul 151-744, South Korea",Republic of Korea,NA,NA,Moo Young Han,"Department of Civil and Environmental Engineering, Seoul National University, 599 Gwanak-ro, Gwanak-gu, Seoul 151-744, South Korea",Republic of Korea,myhan@snu.ac.kr,NA,FALSE,NA,NA,NA,community water supply; demonstration project; rainwater harvesting; sustainability; water supply service level,NA,iwaponline.com +30144,6,3,https://iwaponline.com/washdev/article/6/3/456/30144/Pump-it-up-making-single-pit-emptying-safer-in,"Journal of Water, Sanitation & Hygiene for Development",Pump it up: making single-pit emptying safer in rural Bangladesh,2016,FALSE,0,NA,NA,10,Soumya Balasubramanya,"International Water Management Institute, Sri Lanka, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,NA,Soumya Balasubramanya,"International Water Management Institute, Sri Lanka, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,NA,FALSE,NA,NA,NA,Bangladesh; disposal; emptying; fecal sludge; rural; sanitation; single pit latrines,NA,iwaponline.com +30145,6,3,https://iwaponline.com/washdev/article/6/3/465/30145/Inactivation-of-Ascaris-eggs-and-Salmonella-spp-in,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of Ascaris eggs and Salmonella spp. in fecal sludge by treatment with urea and ammonia solution,2016,FALSE,0,NA,NA,3,J. Fidjeland,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Uppsala, Sweden",Sweden,NA,NA,B. Vinnerås,"Department of Energy and Technology, Swedish University of Agricultural Sciences, Uppsala, Sweden",Sweden,bjorn.vinneras@slu.se,NA,FALSE,NA,NA,NA,ammonia; Ascaris; carbonate; inactivation; Salmonella,NA,iwaponline.com +30146,6,3,https://iwaponline.com/washdev/article/6/3/474/30146/Fecal-sludge-derived-pellet-fertilizer-in-maize,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge-derived pellet fertilizer in maize cultivation,2016,FALSE,0,NA,NA,5,Surendra K. Pradhan,"International Water Management Institute, PMB, CT 112, Cantonments, Accra, Ghana",Ghana,surendra.pradhan@aalto.fi,NA,Surendra K. Pradhan,"International Water Management Institute, PMB, CT 112, Cantonments, Accra, Ghana",Ghana,surendra.pradhan@aalto.fi,NA,FALSE,NA,NA,NA,fecal sludge; fertilizer; maize; pellets; sanitation,NA,iwaponline.com +30147,6,3,https://iwaponline.com/washdev/article/6/3/482/30147/Utilization-rates-water-demand-and-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Utilization rates, water demand and wastewater characteristics of a shared sanitation facility in North Namibia",2016,FALSE,0,NA,NA,3,K. Müller,"Technische Universität Darmstadt, Institute IWAR, Franziska-Braun-Str. 7, Darmstadt 64287, Germany",Germany,NA,NA,P. Cornel,"Technische Universität Darmstadt, Institute IWAR, Franziska-Braun-Str. 7, Darmstadt 64287, Germany",Germany,p.cornel@iwar.tu-darmstadt.de,NA,FALSE,NA,NA,NA,communal sanitation; informal settlements; shared sanitation; toilet facilities; wastewater characteristics; water demand,NA,iwaponline.com +30148,6,3,https://iwaponline.com/washdev/article/6/3/491/30148/Understanding-the-drivers-of-sanitation-behaviour,"Journal of Water, Sanitation & Hygiene for Development","Understanding the drivers of sanitation behaviour in riverine communities of Niger Delta, Nigeria: the case of Odi and Kaiama communities",2016,FALSE,0,NA,NA,5,E. D. Sample,"Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,cneei@leeds.ac.uk,NA,E. D. Sample,"Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,cneei@leeds.ac.uk,NA,FALSE,NA,NA,NA,Bayelsa; CLTS; Nigeria; open defecation; riverine areas; sanitation,NA,iwaponline.com +30150,6,3,https://iwaponline.com/washdev/article/6/3/500/30150/National-Water-Operators-Partnerships-a-promising,"Journal of Water, Sanitation & Hygiene for Development",National Water Operators' Partnerships: a promising instrument for capacity development?,2016,FALSE,0,NA,NA,2,M. Tutusaus,"UNESCO-IHE Institute for Water Education Westvest 7, Delft, The Netherlands",Netherlands,m.tutusaus@unesco-ihe.org,NA,M. Tutusaus,"UNESCO-IHE Institute for Water Education Westvest 7, Delft, The Netherlands",Netherlands,m.tutusaus@unesco-ihe.org,NA,FALSE,NA,NA,NA,capacity; efficiency; partnership; performance; water,NA,iwaponline.com +30152,6,3,https://iwaponline.com/washdev/article/6/3/507/30152/Domestic-wastewater-treatment-with-a-decentralized,"Journal of Water, Sanitation & Hygiene for Development","Domestic wastewater treatment with a decentralized, simple technology biomass concentrator reactor",2016,FALSE,0,NA,NA,2,Andrea G. Capodaglio,"DICAr, University of Pavia, Via Ferrata 3, Pavia 27100, Italy",Italy,capo@unipv.it,NA,Andrea G. Capodaglio,"DICAr, University of Pavia, Via Ferrata 3, Pavia 27100, Italy",Italy,capo@unipv.it,NA,FALSE,NA,NA,NA,BCR; biomass; domestic wastewater; MBR; membranes; wastewater treatment,NA,iwaponline.com +30425,6,4,https://iwaponline.com/washdev/article/6/4/511/30425/Drinking-water-quality-control-control-charts-for,"Journal of Water, Sanitation & Hygiene for Development",Drinking water quality control: control charts for turbidity and pH,2016,FALSE,0,NA,NA,4,Sermin Elevli,"Industrial Engineering Department, Ondokuz Mayis University, Samsun, Turkey",Türkiye,sermin.elevli@omu.edu.tr,NA,Sermin Elevli,"Industrial Engineering Department, Ondokuz Mayis University, Samsun, Turkey",Türkiye,sermin.elevli@omu.edu.tr,NA,FALSE,NA,NA,NA,ARIMA; autocorrelation; drinking water; pH; special cause control chart; turbidity,NA,iwaponline.com +30426,6,4,https://iwaponline.com/washdev/article/6/4/519/30426/Assessment-of-water-loss-in-Harare-Zimbabwe,"Journal of Water, Sanitation & Hygiene for Development","Assessment of water loss in Harare, Zimbabwe",2016,FALSE,0,NA,NA,2,Michael Gregory Ndunguru,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,micgregory2000@gmail.com,NA,Michael Gregory Ndunguru,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,micgregory2000@gmail.com,NA,FALSE,NA,NA,NA,Harare; real losses; water audits; water leakage; water loss,NA,iwaponline.com +30429,6,4,https://iwaponline.com/washdev/article/6/4/534/30429/Utilizing-analytic-hierarchy-process-AHP-for,"Journal of Water, Sanitation & Hygiene for Development",Utilizing analytic hierarchy process (AHP) for decision making in water loss management of intermittent water supply systems,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/4/10.2166_washdev.2016.123/4/washdev2016123supp.docx?Expires=1706091649&Signature=dEzeiOYxHeRD6IBASgjAOfLzq-ug0Vc04qulj6pjnLoaoqg-pptP~NOQs6F4W7z8VEe8Mu8DayK8Ffintb4-W4beXKS4R8cQxk8YEmfjQagrafmH8BEYSRcTymcRrU6bCcL3PGr976dVZZ0h0fmlkCqTWX2w~jWW~5UjQVDAg7r5G55WnEcuZbVpoLKUo~c7jmrt9JLiirb6bvrzJ4z-4JaS5QVGjLEUaGVZBKBlcREV8p4Rrq8W8pFdLtZKRP09KKTFu-JOOZhUeNsZiIWzSC6KI2YvW8e0EvCOADOsjokC-~HPo3q4QvfJ2beGBCPE9I2Cft9bfL9ot9D0uez0OQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Shaher H. Zyoud,"Institute of Urban Water Management and Landscape Water Engineering, Graz University of Technology, Graz, Austria",Austria,shaherzyouds@gmail.com,NA,Shaher H. Zyoud,"Institute of Urban Water Management and Landscape Water Engineering, Graz University of Technology, Graz, Austria",Austria,shaherzyouds@gmail.com,NA,FALSE,NA,NA,NA,analytic hierarchy process; intermittent supply; multi-criteria decision analysis; water losses,NA,iwaponline.com +30432,6,4,https://iwaponline.com/washdev/article/6/4/547/30432/Study-of-hydraulics-and-mixing-in-roof-tanks-used,"Journal of Water, Sanitation & Hygiene for Development",Study of hydraulics and mixing in roof tanks used in intermittent water supply,2016,FALSE,0,NA,NA,4,R. D. Hernandez-Lopez,"Universidad Nacional Autónoma de México, Morelos Campus, Paseo Cuauhnahuac 8532, Jiutepec, Mor., Mexico, CP 62550",Mexico,NA,NA,V. G. Tzatchkov,"Instituto Mexicano de Tecnología del Agua, Paseo Cuauhnahuac 8532, Jiutepec, Mor, Mexico, CP 62550",MEX,velitchk@tlaloc.imta.mx,NA,FALSE,NA,NA,NA,computational fluid dynamic (CFD) models; instantaneous water demand; intermittent water supply; residence time distribution; roof tanks,NA,iwaponline.com +30435,6,4,https://iwaponline.com/washdev/article/6/4/555/30435/Knowledge-attitudes-and-practices-on-use-of-Fossa,"Journal of Water, Sanitation & Hygiene for Development","Knowledge, attitudes and practices on use of Fossa Alternas and double vault urine diverting dry (DVUDD) latrines in Malawi",2016,FALSE,0,NA,NA,6,Save Kumwenda,"University of Malawi, College of Medicine, P/Bag 360, Blantyre 3, Chichiri, Malawi",Malawi,skumwenda@poly.ac.mw,NA,Save Kumwenda,"University of Malawi, College of Medicine, P/Bag 360, Blantyre 3, Chichiri, Malawi",Malawi,skumwenda@poly.ac.mw,NA,FALSE,NA,NA,NA,double vault urine diverting dry latrine and Fossa Alterna; ecological sanitation; Malawi; practices,NA,iwaponline.com +30437,6,4,https://iwaponline.com/washdev/article/6/4/569/30437/Seasonal-patterns-of-drinking-water-consumption,"Journal of Water, Sanitation & Hygiene for Development","Seasonal patterns of drinking water consumption pattern in Mysore City, Karnataka, South India",2016,FALSE,0,NA,NA,2,Jessen George,"Department of Water and Health, Faculty of Life Sciences, JSS University, SS Nagar, Mysore, Karnataka 570015, India",India,NA,NA,S. Suriyanarayanan,"Department of Water and Health, Faculty of Life Sciences, JSS University, SS Nagar, Mysore, Karnataka 570015, India",India,sunsjk@gmail.com,NA,FALSE,NA,NA,NA,cold water intake; drinking water; risk assessment; water consumption,NA,iwaponline.com +30440,6,4,https://iwaponline.com/washdev/article/6/4/576/30440/Inactivation-of-E-coli-by-copper-and-silver-wire,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of E. coli by copper and silver wire in the presence of synthetic sunlight for safe drinking water,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/4/10.2166_washdev.2016.024/4/washdev2016024supp.docx?Expires=1706091667&Signature=NWOX5Ixv-UDt7QyFlEZWxc3KiV0krGZ2beI7JPjfLFHuWP2gyTTiJzXvko8t9xLrMPxV3zCma0Urtgwkqwbyr7~u3xAT-iv4ZHjAAe0hsXnYpyYGO0zN0dXB54491NXQlPB1BXk3I4d9NhK~POySt~YxOnf4ZexV8YCEf6NuBwAQh9tmM3WVyCJ4cuRb5vDHKRrtOwGVtfgiQQSHmhNShzhMlOB1Fh4D7PNA5gXfk-5MG8H90SQncCrO-EJiL-elIKY05srNxVch7alxethUYWKZldnYvAactaC3hUq3ys9RgwSGatB1suz-8wDSGI0eRzZaW9je8h1ZmA~MpX8-FA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Graham McLaughlin,"Department of Plant Agriculture, Gosling Research Institute for Plant Preservation, University of Guelph, Guelph, ON N1G 2W1, Canada",Canada,NA,NA,Praveen Saxena,"Department of Plant Agriculture, Gosling Research Institute for Plant Preservation, University of Guelph, Guelph, ON N1G 2W1, Canada",Canada,psaxena@uoguelph.ca,NA,FALSE,NA,NA,NA,copper; drinking water; E. coli; silver; solar disinfection,NA,iwaponline.com +30441,6,4,https://iwaponline.com/washdev/article/6/4/584/30441/Build-up-a-database-to-determine-the-management-of,"Journal of Water, Sanitation & Hygiene for Development","Build up a database to determine the management of drinking water in the Province of Cartago, Costa Rica",2016,FALSE,0,NA,NA,3,Silvia M. Soto Córdoba,"ITCR School of Environmental Engineering, Technological Institute of Costa Rica, San José, Costa Rica",Costa Rica,ssoto@itcr.ac.cr,NA,Silvia M. Soto Córdoba,"ITCR School of Environmental Engineering, Technological Institute of Costa Rica, San José, Costa Rica",Costa Rica,ssoto@itcr.ac.cr,NA,FALSE,NA,NA,NA,disinfection water; drinking water; rural water distribution; water management; water suppliers,NA,iwaponline.com +30444,6,4,https://iwaponline.com/washdev/article/6/4/593/30444/A-comparative-study-of-lead-adsorption-by,"Journal of Water, Sanitation & Hygiene for Development",A comparative study of lead adsorption by activated Khaya Ivoresnsis and Pycanthus Angolensis sawdust,2016,FALSE,0,NA,NA,2,Chidozie Charles Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka 410001, Enugu State, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,NA,Chidozie Charles Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka 410001, Enugu State, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,NA,FALSE,NA,NA,NA,adsorbent; adsorption; kinetics; lead; sawdust; water,NA,iwaponline.com +30445,6,4,https://iwaponline.com/washdev/article/6/4/602/30445/Sustained-effectiveness-of-automatic-chlorinators,"Journal of Water, Sanitation & Hygiene for Development",Sustained effectiveness of automatic chlorinators installed in community-scale water distribution systems during an emergency recovery project in Haiti,2016,FALSE,0,NA,NA,4,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Anderson Hall, Room 207, Medford, MA 02155, USA",United States of America,justine.rayner@tufts.edu,NA,Justine Rayner,"Department of Civil and Environmental Engineering, Tufts University, 200 College Avenue, Anderson Hall, Room 207, Medford, MA 02155, USA",United States of America,justine.rayner@tufts.edu,NA,FALSE,NA,NA,NA,automatic chlorinators; centralized water treatment; evaluation; relief-to-recovery; sustained use; water quality,NA,iwaponline.com +30447,6,4,https://iwaponline.com/washdev/article/6/4/613/30447/Decentralized-wastewater-treatment-using-a,"Journal of Water, Sanitation & Hygiene for Development",Decentralized wastewater treatment using a bioelectrochemical system to produce methane and electricity,2016,FALSE,0,NA,NA,4,Cynthia J. Castro,"Department of Civil and Environmental Engineering, University of Massachusetts Amherst, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",United States of America,NA,NA,Caitlyn S. Butler,"Department of Civil and Environmental Engineering, University of Massachusetts Amherst, 130 Natural Resources Way, Amherst, MA 01003-9284, USA",United States of America,cbutler@ecs.umass.edu,NA,FALSE,NA,NA,NA,hydraulically partitioned; methanogenesis; microbial fuel cell; sanitation; scale-up; wastewater treatment,NA,iwaponline.com +30448,6,4,https://iwaponline.com/washdev/article/6/4/622/30448/Prevalence-and-diversity-of-intestinal-helminth,"Journal of Water, Sanitation & Hygiene for Development",Prevalence and diversity of intestinal helminth eggs in pit latrine sludge of a tropical urban area,2016,FALSE,0,NA,NA,3,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Faculty of Science, University of Yaounde I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,NA,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Faculty of Science, University of Yaounde I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,NA,FALSE,NA,NA,NA,health consideration; parasite; pit latrine; tropical urban area; waste management,NA,iwaponline.com +30449,6,4,https://iwaponline.com/washdev/article/6/4/631/30449/Characterisation-of-septage-in-partially-sealed,"Journal of Water, Sanitation & Hygiene for Development",Characterisation of septage in partially sealed cesspit,2016,FALSE,0,NA,NA,4,Nezar Al-Atawneh,"Institute of Environmental and Water Studies (IEWS), Birzeit University, P.O. Box 14, Birzeit, The West Bank, Palestine",State of Palestine,NA,NA,Nidal Mahmoud,"Institute of Environmental and Water Studies (IEWS), Birzeit University, P.O. Box 14, Birzeit, The West Bank, Palestine",State of Palestine,nmahmoud@birzeit.edu,NA,FALSE,NA,NA,NA,anaerobic treatment; heavy metals; nitrogenous compounds; on-site sanitation; pollution; wastewater,NA,iwaponline.com +30451,6,4,https://iwaponline.com/washdev/article/6/4/640/30451/Water-and-sanitation-interventions-to-control,"Journal of Water, Sanitation & Hygiene for Development",Water and sanitation interventions to control diarrheal disease in rural China,2016,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/6/4/10.2166_washdev.2016.131/4/washdev2016131supp.docx?Expires=1706091695&Signature=fzmkgxbGhGhmQjLhKmFeBQhrXInW4rZp5irWVprzDlZOiabcBhaEMqIm4AzJlHW1me-kV-ONNtT-XCcGKZnQvvBIZ2je9DvMNgpbCb7pkSP81-wqfdLkJSx0GWem8NV~1rk5AoUyHs9mMJ1oq7tzkM5PDjzzCSGwEGeUKl0RtjhFNfpW2fZ3KWsMDNXJ~P0e8C50yKkZtwBXs2uEmihKWp1qn63l6v2BLKzKIsyysW4ra~0C2J9dg-LqH14uH9XVGhZTcNYtDl1BDVhruhLPuP-0K2ddu0gkUyDkjsP45IOkCidec7cs3KV-duOyaxy~s0fZa4SrA9diXMJqP0mBuA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Li Hongxing,"National Center for Rural Water Supply Technical Guidance, Chinese Center for Disease Control and Prevention, No.13 Zhengfu St, Changping District, Beijing 102200, China",China,NA,NA,Zhang Qi,"National Center for Rural Water Supply Technical Guidance, Chinese Center for Disease Control and Prevention, No.13 Zhengfu St, Changping District, Beijing 102200, China",China,zhangqi@crwstc.org,NA,FALSE,NA,NA,NA,meta-analysis; rural China; sanitation; water,NA,iwaponline.com +30453,6,4,https://iwaponline.com/washdev/article/6/4/650/30453/Is-access-to-adequate-and-equitable-sanitation-for,"Journal of Water, Sanitation & Hygiene for Development",Is ‘access to adequate and equitable sanitation’ for all by 2030 achievable? Perspectives from sector experts on what needs to change to realise the Sustainable Development Goal,2016,FALSE,0,NA,NA,1,Andrés Hueso,"WaterAid, 47–49 Durham Street, London SE11 5JD, UK",United Kingdom of Great Britain and Northern Ireland,andreshueso@wateraid.org,NA,Andrés Hueso,"WaterAid, 47–49 Durham Street, London SE11 5JD, UK",United Kingdom of Great Britain and Northern Ireland,andreshueso@wateraid.org,NA,FALSE,NA,NA,NA,post-2015; sanitation; Sustainable Development Goals; universal access,NA,iwaponline.com +30446,7,1,https://iwaponline.com/washdev/article/7/1/1/30446/The-elimination-of-open-defecation-and-its-adverse,"Journal of Water, Sanitation & Hygiene for Development",The elimination of open defecation and its adverse health effects: a moral imperative for governments and development professionals,2017,FALSE,0,NA,NA,1,Duncan Mara,"Emeritus Professor of Civil Engineering, Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,d.d.mara@leeds.ac.uk,NA,Duncan Mara,"Emeritus Professor of Civil Engineering, Institute for Public Health and Environmental Engineering, School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,d.d.mara@leeds.ac.uk,NA,FALSE,NA,NA,NA,child health; diarrhea; environmental enteropathy; impaired cognition; open defecation; stunting,NA,iwaponline.com +30450,7,1,https://iwaponline.com/washdev/article/7/1/13/30450/Socio-psychological-determinants-for-safe-drinking,"Journal of Water, Sanitation & Hygiene for Development",Socio-psychological determinants for safe drinking water consumption behaviors: a multi-country review,2017,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.080/4/washdev2017080supp.pdf?Expires=1706091706&Signature=sAEu8HhKlvOkA30mcxEPpNB1ihR5B80iw5QPa8Fm7U47MYCT~jS7gFUVG5wHQbTbOM7XV-DO8PJh0X9fFrF-8ANiAptrhZyA3zHB2RkIfo5GeWhOyAGEmJPvJRIlkXI33ZRFlLPNqd21fU1RVKIqGDZ1JB0aeKUicLOqnthTYNH44M8ULI7tI~8jis~wbX3arudFY4ND4JWPtu~dVkwnUbgVRFu92sd~tDh1LBcYqOAAJxasrvg-w49bPy3teZnd1XrBUZ~3xifEotAM~62gqHnwab~9DBL~eWbkKCLCO31sSC5x9-ZENLrV7RMubXzQYvzEdoRiIYMOcGec1mrpoA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Jonathan Lilje,"Department of Environmental Social Sciences within Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,jonathan.lilje@eawag.ch,NA,Jonathan Lilje,"Department of Environmental Social Sciences within Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,jonathan.lilje@eawag.ch,NA,FALSE,NA,NA,NA,behavior change; behavioral determinants; developing countries; drinking water treatment; health promotion; health psychology,NA,iwaponline.com +30452,7,1,https://iwaponline.com/washdev/article/7/1/25/30452/Towards-sustained-sanitation-services-a-review-of,"Journal of Water, Sanitation & Hygiene for Development",Towards sustained sanitation services: a review of existing frameworks and an alternative framework combining ecological and sanitation life stage approaches,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.086/4/washdev2017086supp.docx?Expires=1706091711&Signature=aEaeyluDC84zFm1klaedvezOM4sM3KUPGTvfeH6-6r-4aL77SXjRqENifi~lPlhxTf5wcoVEZgCl9sDinNfuUZiMmN4zzhwDDeFi07CZGUr6GmCl3muY6hHkbw-D32zWNwGTJoJTdc5d4xGEBQ5n7SrbZ0iN9C-W5Ry1Q99NvycaBf5uRbA3Re6LMajY7ZyspjXzaxW6qH3hyCn3IwLeRoYCuSoD~eQ84ZJWWKEZWU8ho2eZbySKzsO6zB12L~W5elK1RSsvtxrubiHGAANeg0VsVeO10p4VQfBeLlRhvDNZnFP6olS3ZbaEghNcQ4Ezq-2N5~U7zHNtb7C9R-E7fQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Ni Made Utami Dwipayanti,"Center for Environment and Population Health, School of Environment, Griffith University, 170 Kessels Road, Nathan, Brisbane, Queensland 4111, Australia",Australia,nimadeutami.dwipayanti@griffithuni.edu.au,NA,Ni Made Utami Dwipayanti,"Center for Environment and Population Health, School of Environment, Griffith University, 170 Kessels Road, Nathan, Brisbane, Queensland 4111, Australia",Australia,nimadeutami.dwipayanti@griffithuni.edu.au,NA,FALSE,NA,NA,NA,comprehensive framework; ecological approach; factors; sanitation adoption; sanitation system; sustainability,NA,iwaponline.com +30459,7,1,https://iwaponline.com/washdev/article/7/1/43/30459/Message-method-and-messenger-a-literature-survey,"Journal of Water, Sanitation & Hygiene for Development","Message, method and messenger – a literature survey and typology for planning strategic advocacy",2017,FALSE,0,NA,NA,2,Tanvi Nagpal,"International Development Program, Paul H. Nitze School of Advanced International Studies – Johns Hopkins University, Washington, DC, USA",United States of America,NA,NA,Rachel Rose,"International Development Program, Paul H. Nitze School of Advanced International Studies – Johns Hopkins University, Washington, DC, USA",United States of America,rrose12@jhu.edu,NA,FALSE,NA,NA,NA,advocacy; communication; municipal budgets; sanitation; WASH,NA,iwaponline.com +30467,7,1,https://iwaponline.com/washdev/article/7/1/56/30467/Sustained-use-in-a-relief-to-recovery-household,"Journal of Water, Sanitation & Hygiene for Development",Sustained use in a relief-to-recovery household water chlorination program in Haiti: comparing external evaluation findings with internal supervisor and community health worker monitoring data,2017,FALSE,0,NA,NA,6,Lauren Wilner,"Public Health and Professional Degree Program, Tufts University School of Medicine, Boston, MA, USA",United States of America,NA,NA,Daniele Lantagne,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA, USA",United States of America,daniele.lantagne@tufts.edu,NA,FALSE,NA,NA,NA,chlorine; evaluation; household water treatment; linking relief to rehabilitation and development; monitoring; sustained use,NA,iwaponline.com +30482,7,1,https://iwaponline.com/washdev/article/7/1/67/30482/Removing-Legionella-pneumophila-and-biofilms-from,"Journal of Water, Sanitation & Hygiene for Development",Removing Legionella pneumophila and biofilms from water supply systems using plant essential oils,2017,FALSE,0,NA,NA,2,Ozgur Ceylan,"Food Quality Control and Analysis Program, Ula Ali Kocman Vocational School, Mugla Sitki Kocman University, Ula, Mugla 48147, Turkey",Türkiye,ozgceylan@hotmail.com,NA,Ozgur Ceylan,"Food Quality Control and Analysis Program, Ula Ali Kocman Vocational School, Mugla Sitki Kocman University, Ula, Mugla 48147, Turkey",Türkiye,ozgceylan@hotmail.com,NA,FALSE,NA,NA,NA,antibiofilm activity; antimicrobial activity; essential oils; Legionella pneumophila,NA,iwaponline.com +30488,7,1,https://iwaponline.com/washdev/article/7/1/74/30488/Laboratory-efficacy-and-field-effectiveness-of,"Journal of Water, Sanitation & Hygiene for Development",Laboratory efficacy and field effectiveness of hollow fiber membrane microfilters used for household water treatment in Honduras,2017,FALSE,0,NA,NA,12,Anna L. Murray,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA, USA",United States of America,anna.murray@tufts.edu,NA,Anna L. Murray,"Department of Civil and Environmental Engineering, Tufts University, Medford, MA, USA",United States of America,anna.murray@tufts.edu,NA,FALSE,NA,NA,NA,drinking water; hollow fiber membrane; household water treatment; microbiological effectiveness; microfiltration; point-of-use,NA,iwaponline.com +30494,7,1,https://iwaponline.com/washdev/article/7/1/85/30494/Trash-removal-methods-for-improved-mechanical,"Journal of Water, Sanitation & Hygiene for Development",Trash removal methods for improved mechanical emptying of pit latrines using a screw auger,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.106/4/washdev2017106supp.docx?Expires=1706091733&Signature=P3ifdaZcaJJY5l3~l2gx-5F5cyFrJ38zrP6rM5uzJtAlGYehnpS3dCZpP30TssjIoaS8mM6CsHqp3D1dl45-c25pwMnHxKykFeyVZfMos1U-VNMVAxd9ozLzbDDp5dUACfV0fVLNxP6Uz8qUztRodR1YomoYyEs5cdfpd6E0EWgg51kpYtRNXAgDJcQCAdaRDQsgevkEDuTX54-2KdJBuMprPsoEw-9Xx-W-GD-jtOAmeA9AnXnbmTjPyWqxykyvmkBp1~thtIE1RExn8jzerPvajDPWIzlCin11EqLWZ70asq4xzY-FfwogAiROTN9DqvrBgsJewgRHR8OMw7MaVA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Tracey Sisco,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC, USA",United States of America,NA,NA,"Francis L. de los Reyes, III","Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC, USA",United States of America,fldelosr@ncsu.edu,NA,FALSE,NA,NA,NA,auger; developing countries; Excrevator; pit emptying; trash removal,NA,iwaponline.com +30500,7,1,https://iwaponline.com/washdev/article/7/1/92/30500/Assessing-ambient-and-internal-environmental,"Journal of Water, Sanitation & Hygiene for Development","Assessing ambient and internal environmental conditions of pit latrines in urban slums of Kampala, Uganda: effect on performance",2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/1/10.2166_washdev.2017.085/4/washdev2017085supp.docx?Expires=1706091736&Signature=VOv76UbfhPMNclq7dZXNy3b30cfFcQEdJb-F1moLBfTTZzTA50wrL57J3pTSWDiygH8CXx0u51eDnz8ukcErXOS822-idsR-sRuDcBMw~PIBOcbNtFfAqAPqP~zJyPJYwepJIjps8OvOAz5vKbVEOzZnxQM9XOsmNTPWO2eYIwdRSfL4x9rSqR-TMeBlTXzUATSolo4WAwhYSOx-BFBHPmwp4lg7sTClymabhNPcwGStkAxNez-6X2e1oK-XW5r0dA2Vkwb82TQ~XxCmLLKJARRUKsJzVuKHTmFKqMGLeDhFqpOBbMv1cizClEJajXJktQTHDD0ZKL0YTlDM8iEYag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Anne Nakagiri,"Department of Civil and Environmental Engineering, College of Engineering, Design, Art and Technology, Makerere University, Kampala, Uganda",Uganda,anakagiri@gmail.com,NA,Anne Nakagiri,"Department of Civil and Environmental Engineering, College of Engineering, Design, Art and Technology, Makerere University, Kampala, Uganda",Uganda,anakagiri@gmail.com,NA,FALSE,NA,NA,NA,ambient conditions; environmental conditions; oxygen-reduction potential; performance; pit latrine; urban slums,NA,iwaponline.com +30513,7,1,https://iwaponline.com/washdev/article/7/1/102/30513/Isotherm-models-and-kinetics-of-copper-adsorption,"Journal of Water, Sanitation & Hygiene for Development",Isotherm models and kinetics of copper adsorption by using hydrochar produced from hydrothermal carbonization of faecal sludge,2017,FALSE,0,NA,NA,4,Thammarat Koottatep,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Pathumthani, Thailand",Thailand,NA,NA,Krailak Fakkaew,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Pathumthani, Thailand",Thailand,p-krai@hotmail.com,NA,FALSE,NA,NA,NA,copper removal; faecal sludge; hydrochar; low cost adsorbent,NA,iwaponline.com +30518,7,1,https://iwaponline.com/washdev/article/7/1/111/30518/Urine-diversion-dry-toilets-in-eThekwini,"Journal of Water, Sanitation & Hygiene for Development","Urine diversion dry toilets in eThekwini Municipality, South Africa: acceptance, use and maintenance through users' eyes",2017,FALSE,0,NA,NA,5,Nosipho Mkhize,"eThekwini Water and Sanitation, 3 Prior Road, Durban 4000, South Africa",South Africa,nosiphmk@durban.gov.za,NA,Nosipho Mkhize,"eThekwini Water and Sanitation, 3 Prior Road, Durban 4000, South Africa",South Africa,nosiphmk@durban.gov.za,NA,FALSE,NA,NA,NA,education; focus group discussions; qualitative; quantitative; re-use; sanitation,NA,iwaponline.com +30525,7,1,https://iwaponline.com/washdev/article/7/1/121/30525/Take-it-away-the-need-for-designing-fecal-sludge,"Journal of Water, Sanitation & Hygiene for Development",Take it away: the need for designing fecal sludge disposal services for single-pit latrines,2017,FALSE,0,NA,NA,11,Soumya Balasubramanya,"International Water Management Institute, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,NA,Soumya Balasubramanya,"International Water Management Institute, 127 Sunil Mawatha, Pelawatte, Sri Lanka",Sri Lanka,s.balasubramanya@cgiar.org,NA,FALSE,NA,NA,NA,disposal; emptying; fecal sludge; rural; sanitation; single-pit latrines,NA,iwaponline.com +30526,7,1,https://iwaponline.com/washdev/article/7/1/129/30526/What-has-poverty-got-to-do-with-it-Analysis-of,"Journal of Water, Sanitation & Hygiene for Development",What has poverty got to do with it? Analysis of household access to improved sanitation in Ghana,2017,FALSE,0,NA,NA,3,Simon Mariwah,"Department of Geography and Regional Planning, University of Cape Coast, Cape Coast, Ghana",Ghana,NA,NA,Joshua Amo-Adjei,"African Population and Health Research Center, Manga Close, P.O. Box 10787-00100, Nairobi, Kenya",Kenya,joshua.amo-adjei@ucc.edu.gh,NA,FALSE,NA,NA,NA,Ghana; household; improved sanitation; poverty,NA,iwaponline.com +30542,7,1,https://iwaponline.com/washdev/article/7/1/140/30542/Water-sanitation-and-hygiene-WASH-in-schools,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene (WASH) in schools: results from a process evaluation of the National Sanitation Campaign in Tanzania",2017,FALSE,0,NA,NA,7,Prince Antwi-Agyei,"Environmental Health Group, Faculty of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, Keppel Street, London WC1E 7HT, UK",United Kingdom of Great Britain and Northern Ireland,princekaagyei@gmail.com,NA,Prince Antwi-Agyei,"Environmental Health Group, Faculty of Infectious and Tropical Diseases, London School of Hygiene and Tropical Medicine, Keppel Street, London WC1E 7HT, UK",United Kingdom of Great Britain and Northern Ireland,princekaagyei@gmail.com,NA,FALSE,NA,NA,NA,National Sanitation Campaign; process evaluation; schools; Tanzania; WASH,NA,iwaponline.com +30544,7,1,https://iwaponline.com/washdev/article/7/1/151/30544/Characterization-of-pit-latrines-to-support-the,"Journal of Water, Sanitation & Hygiene for Development","Characterization of pit latrines to support the design and selection of emptying tools in peri-urban Mzuzu, Malawi",2017,FALSE,0,NA,NA,5,Rashid Chiposa,"Centre of Excellence in Water and Sanitation, Mzuzu University, Private Bag 201, Mzuzu 2, Malawi",Malawi,NA,NA,Rochelle H. Holm,"Centre of Excellence in Water and Sanitation, Mzuzu University, Private Bag 201, Mzuzu 2, Malawi",Malawi,rochelle@rochelleholm.com,NA,FALSE,NA,NA,NA,fecal sludge management; low-income countries; Malawi; pit emptying; pit latrine,NA,iwaponline.com +30548,7,1,https://iwaponline.com/washdev/article/7/1/156/30548/Control-of-urine-odor-in-different-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Control of urine odor in different sanitation practices and its implication on water saving,2017,FALSE,0,NA,NA,2,Shervin Hashemi,"Department of Civil and Environmental Engineering, Seoul National University, Seoul, Republic of Korea",Republic of Korea,NA,NA,Mooyoung Han,"Department of Civil and Environmental Engineering, Seoul National University, Seoul, Republic of Korea",Republic of Korea,myhan@snu.ac.kr,NA,FALSE,NA,NA,NA,dilution ratio; sanitation; sustainability; threshold odor number; urine odor,NA,iwaponline.com +30154,7,2,https://iwaponline.com/washdev/article/7/2/163/30154/History-of-sanitation-and-hygiene-technologies-in,"Journal of Water, Sanitation & Hygiene for Development",History of sanitation and hygiene technologies in the Hellenic world,2017,FALSE,0,NA,NA,5,Stavros Yannopoulos,"Faculty of Engineering, School of Rural and Surveying Engineering, Aristotle University of Thessaloniki, 54124 Thessaloniki, Greece E-mail:",Greece,giann@vergina.eng.auth.gr,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,drains; hygiene; sanitary structures; sanitation; sewers,NA,iwaponline.com +30170,7,2,https://iwaponline.com/washdev/article/7/2/181/30170/Climate-change-vulnerability-and-resilience-of,"Journal of Water, Sanitation & Hygiene for Development","Climate change vulnerability and resilience of water, sanitation, and hygiene services: a theoretical perspective",2017,FALSE,0,NA,NA,3,Jeremy Paul Kohlitz,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, New South Wales, Australia E-mail: jeremy.kohlitz@uts.edu.au",Australia,jeremy.kohlitz@uts.edu.au,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,climate change; perspectives; resilience; theory; vulnerability; WASH,NA,iwaponline.com +30193,7,2,https://iwaponline.com/washdev/article/7/2/196/30193/Qualitative-comparative-analysis-for-WASH-research,"Journal of Water, Sanitation & Hygiene for Development",Qualitative comparative analysis for WASH research and practice,2017,FALSE,0,NA,NA,2,Jessica Kaminsky,"Department of Civil and Environmental Engineering, University of Washington, 121H More Hall, Seattle, WA 98195, USA E-mail:",United States of America,jkaminsk@uw.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,hygiene; methods; QCA; sanitation; WASH; water,NA,iwaponline.com +30206,7,2,https://iwaponline.com/washdev/article/7/2/209/30206/Environmentally-sustainable-WASH-Current-discourse,"Journal of Water, Sanitation & Hygiene for Development","Environmentally sustainable WASH? Current discourse, planetary boundaries and future directions",2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.130/2/washdev2017130supp.docx?Expires=1706091787&Signature=EV~XVVQl6JvyXvgffhH8NS2mClHCRe3AHAMkZz6GtNZkEotUcxVe6sZ1ZW9AZk7VRD5oc-4~ZXu~OkZfT38OCCb35Lrt~~1950fndzN~L-3LGSszPcAI3KLWRC-1EXR09KuVyaEN7IzVW7kToc08VfPgiY5zhiGKcRUO9C-ef3~QYzF0rIS15SIo5kUm7kCkXSNQNF16gMh2UD8Ob082JaTZIkppSwy71T7OikDgV1IZsqPqyuoLzb4y2BE191FREYh0qO6uyXXNuKXr59MIcXVkpV3JMUWwY8Mima80oU4fCm52ixn8Fe6pHz736CBhscEbAwaJYDhwnz02icVHbA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Naomi Carrard,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia E-mail: naomi.carrard@uts.edu.au",Australia,naomi.carrard@uts.edu.au,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,environmental sustainability; planetary boundaries; reuse; Sustainable Development Goals; WASH; water security,NA,iwaponline.com +30222,7,2,https://iwaponline.com/washdev/article/7/2/229/30222/Decision-sciences-in-the-management-of-water,"Journal of Water, Sanitation & Hygiene for Development",Decision sciences in the management of water resources: multi-criteria methods and game theory applied to the field of sanitation,2017,FALSE,0,NA,NA,2,Alexandre Bevilacqua Leoneti,"Research Group in Decision Sciences, School of Economics, Business Administration and Accounting, University of São Paulo, Ribeirão Preto, Brazil E-mail:",Brazil,ableoneti@usp.br,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,decision sciences; game theory; multi-criteria methods; sanitation; water management,NA,iwaponline.com +30234,7,2,https://iwaponline.com/washdev/article/7/2/243/30234/Faecal-sludge-as-a-solid-industrial-fuel-a-pilot,"Journal of Water, Sanitation & Hygiene for Development",Faecal sludge as a solid industrial fuel: a pilot-scale study,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.089/2/washdev2017089supp.docx?Expires=1706091800&Signature=Nr4Uk6RWZYUtMMMQSgHcDwgzlI5gMtXDyPvjBl8IP2vayMfeLiiEX2Z7ZxRd-6kFw7oD2pYDkkEAC0uvmgbG6HTBmdClJRO1e5MiFl0eTCQFw69FJQRprIQtE~RDFQDS~ti3fAUwJxx1YO6pJ6Gdl4TJXOQSlMk2QaD9Mcmq0wbSwTwmnQ2HICK0hQZZSon7hr1B2lI2mYAhQY3AYIY0yRIyAi9czHNHoLs2MqObT0JIYC7d5uvhhQ4~D6RqKA5SZDthvUqeh7M7zVkup1pxEu4v3s2IE~XF1SmiYyrHzTE0IPuR88OT91KUQpHSxun3BF1cYpe7T4qkMRycxysgkA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Moritz Gold,"Sandec, Department of Sanitation, Water and Solid Waste for Development, EAWAG, Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, 8600 Duebendorf, Switzerland E-mail:",Switzerland,moritz.gold@eawag.ch,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,co-combustion; fecal sludge management; heavy metals; resource recovery; sanitation; waste-to-energy,NA,iwaponline.com +30236,7,2,https://iwaponline.com/washdev/article/7/2/252/30236/Rendering-fecal-waste-safe-for-reuse-via-a-cost,"Journal of Water, Sanitation & Hygiene for Development",Rendering fecal waste safe for reuse via a cost-effective solar concentrator,2017,FALSE,0,NA,NA,4,Andrew M. Foote,"College of Engineering, Georgia Institute of Technology, Atlanta, GA, USA and Sanivation LLC, P.O. Box 262-20117, Naivasha 20117, Kenya E-mail:",Kenya,andrew.foote@sanivation.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,developing countries; helminth; pathogen inactivation; sanitation; solar treatment; waste,NA,iwaponline.com +30237,7,2,https://iwaponline.com/washdev/article/7/2/260/30237/Types-and-distribution-of-improved-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Types and distribution of improved sanitation technologies in sub-Saharan Africa,2017,FALSE,0,NA,NA,3,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe E-mail:",Zimbabwe,mismuchie@gmail.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,coverage; improved sanitation technology; sanitation technology; sub-Saharan Africa; technology selection,NA,iwaponline.com +30238,7,2,https://iwaponline.com/washdev/article/7/2/272/30238/Sanitation-and-externalities-evidence-from-early,"Journal of Water, Sanitation & Hygiene for Development",Sanitation and externalities: evidence from early childhood health in rural India,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.143/2/washdev2017143supp.docx?Expires=1706091813&Signature=Fyf1ckjEQWuAHyXnEytNdmPgip6~URgJtx2nJrR0W2K9FqBncpU7aPs9gnCysyEIE3AvQEf1IyZ3Eo80jkGF36NzYG6n2U5GCHUSJXdguGB-xVGzBm-KcCHCLRmHiJr53xNbsUnRltBptrFJJvU0c3blU4N1V7fpQZebaLebBzF4xAKRbmUhgcCCU9BT6-Og57Ru4mbwYn3bo22HkXdJShB3UVRFsaL-Hzu3LJahY7xwv3~lf~bBQVpkJan6G1I12D7hq6XNa6Ogn9CZRsGwwCr8l4syiF7zlXCVl--0quo7JAdbQym2VKCITou9Lb3wXr-YQsXnyeZWh9ogR10bUg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Luis Andrés,"World Bank, 1818 H Street NW, Washington, DC, USA E-mail:",United States of America,landres@worldbank.org,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,diarrhea; externalities; health; India; sanitation,NA,iwaponline.com +30239,7,2,https://iwaponline.com/washdev/article/7/2/290/30239/Systematic-risk-management-approach-of-household,"Journal of Water, Sanitation & Hygiene for Development",Systematic risk management approach of household drinking water from the source to point of use,2017,FALSE,0,NA,NA,3,Lutendo S. Mudau,"Department of Environmental Health, Tshwane University of Technology, P/Bag x680, Pretoria 0001, South Africa E-mail:",South Africa,mudauls@tut.ac.za,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,drinking water quality; hazard analysis critical control point; households; risk assessment; water safety plans; water sources,NA,iwaponline.com +30240,7,2,https://iwaponline.com/washdev/article/7/2/300/30240/Behavioral-influences-on-risk-of-exposure-to-fecal,"Journal of Water, Sanitation & Hygiene for Development","Behavioral influences on risk of exposure to fecal contamination in low-resource neighborhoods in Accra, Ghana",2017,FALSE,0,NA,NA,8,J. Hurd,"Center for Global Safe Water, Sanitation and Hygiene, Hubert Department of Global Health, Rollins School of Public Health, Emory University, Atlanta, GA 30322, USA E-mail:",United States of America,mhennin@emory.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,Accra; behavior; fecal contamination; Ghana; qualitative research,NA,iwaponline.com +30242,7,2,https://iwaponline.com/washdev/article/7/2/312/30242/Exploring-the-link-between-handwashing-proxy,"Journal of Water, Sanitation & Hygiene for Development",Exploring the link between handwashing proxy measures and child diarrhea in 25 countries in sub-Saharan Africa: a cross-sectional study,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.126/2/washdev2017126supp.docx?Expires=1706091826&Signature=wGq4JasPYCROosbKTiBpI~QPpaqOOcWKe5OBJlCNBag6QiZfrx7t0NDfK8LDck19E39gyRQV9bvHfu~IiGhyOeYzGeHxzIP4bGlekOpJK6bqksV8iOYh7X~Yb20yZ7bl9DVmzAMUCUmwTZKkebzDpvo1juPpY7~GzipjVIJKPg5fx6AhR5IoKIBqwTvc7luVC2MICDB9o6Am85wq1ptPM9OVW93paEzv8BayMFscnty-IThGhNVcSStU0FXWLfvHQWdKsmsFDD0RHfbSrLCEPAugbTDKFIaaR18mGo3bn6XGAu6K9~O0h9ZNnMytXQ4gJYkYMoDClBtfRLWHuxOIIg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Mitsuaki Hirai,"Milken Institute School of Public Health, Department of Global Health, The George Washington University, 950 New Hampshire Ave., Suite 400, Washington, DC 20052, USA E-mail: mhirai@gwu.edu",United States of America,mhirai@gwu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,child health; diarrhea; handwashing; hygiene,NA,iwaponline.com +30243,7,2,https://iwaponline.com/washdev/article/7/2/323/30243/Assessment-of-personal-hygiene-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Assessment of personal hygiene and sanitation using a composite index among adolescent girls and their households in urban slums of Pune, Maharashtra",2017,FALSE,0,NA,NA,2,Angeline Jeyakumar,"Interdisciplinary School of Health Sciences, Savitribai Phule Pune University, Pune, Maharashtra, India E-mail:",India,angelinejaykumar@gmail.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,adolescent health; personal hygiene; sanitation; urban slums,NA,iwaponline.com +30245,7,2,https://iwaponline.com/washdev/article/7/2/331/30245/Reduction-in-exposure-to-arsenic-from-drinking,"Journal of Water, Sanitation & Hygiene for Development",Reduction in exposure to arsenic from drinking well-water in Bangladesh limited by insufficient testing and awareness,2017,FALSE,0,NA,NA,4,A. Pfaff,"Sanford School of Public Policy, Duke University, 302 Towerview, Durham, NC 27708, USA",United States of America,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,arsenic; Bangladesh; groundwater; mitigation,NA,iwaponline.com +30248,7,2,https://iwaponline.com/washdev/article/7/2/340/30248/Development-of-a-Sanitation-Safety-Plan-for,"Journal of Water, Sanitation & Hygiene for Development","Development of a Sanitation Safety Plan for improving the sanitation system in peri-urban areas of Iringa, Tanzania",2017,TRUE,1,doc,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/2/10.2166_washdev.2017.256/2/washdev2017256supp.doc?Expires=1706091838&Signature=bSv1SKiZed1Rvb-dkz7inwUMa6CvhLhbTPnueq-uWFXtxtuL8OYKuQQdRR0VcPQXYqgJHqhalDNsWyIES6ZfM40am-F7vR4YQFy~yXiOcIRSlOVXqy2fIPWJTy9kTyVw79RvenpSZFMfuwkMqJt7oiS-cjj5Bh1bNA86ZYUv0D3P~ktr-gfYSvZcWgAyz0rp6rXogUwgFHKz362uiWEOxIerVIgVAtvGXsfit1w4bokXkuckvH8O4-Bk55aLbSjqZI1xmsWFmb-z7bD64BKkB2GNDzSVAXO~u8oNXH-CBl6q6fHdJU3HJI6j00EqziLBphlMpo4XsrF~JAIf1cRm~g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,M. Domini,"CeTAmb LAB, Research Laboratory on Appropriate Technologies for Environmental Management in Resource-Limited Countries, Department of Civil Engineering, Architecture, Land, Environment and of Mathematics, University of Brescia, via Branze 43, 25123 Brescia, Italy E-mail:",Italy,m.domini@unibs.it,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,fecal sludge management; peri-urban; risk assessment; Sanitation Safety Planning; Tanzania,NA,iwaponline.com +31612,7,3,https://iwaponline.com/washdev/article/7/3/349/31612/Limited-services-The-role-of-shared-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Limited services? The role of shared sanitation in the 2030 Agenda for Sustainable Development,2017,FALSE,0,NA,NA,7,Barbara Evans,"Institute of Public Health and Environmental Engineering, University of Leeds, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,limited services; shared sanitation; Sustainable Development Goals,NA,iwaponline.com +31613,7,3,https://iwaponline.com/washdev/article/7/3/352/31613/Temporal-and-thematic-trends-in-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Temporal and thematic trends in water, sanitation and hygiene (WaSH) research in Pacific Island Countries: a systematic review",2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.021/2/washdev2017021supp.docx?Expires=1706091845&Signature=rA2Kc0S~6wGHyGnKB4mUcU0PT~pxfxKhmfHb7qGHDqLssUKCdV-tiKC5EFi5vuzmRbd3x0N8zBqN1~Rcw8kNEw4~8Z7vz20hBWeEqKr167bUzXpM9cmNErkfg7trjoWazrCdMKwgk8R9CMgdXymzIUesNWLPGIHWxAHmXvrzP2ovwnHvIY-EAuiyErYKFw6H49zLji-1E0J12aDLX~9uLrQwE5CMfOqL2PZC0k8gtzg~zYosQPeWhiue3UngtAZDTLuli2N5EITA-u7NZFcxWHEy2u9ukcL8ZiJNT3xvVGUoUztLqV0gCjHBuQ-9eKvV34GSel1U4TdNXlQzKIlVcg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,Morgan C. MacDonald,"Australian Rivers Institute, Griffith School of Environment, Griffith University, Nathan, QLD 4111, Australia E-mail:",Australia,morgan.macdonald82@gmail.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,development goals; disaster relief and response; environmental health; public health; small island developing states (SIDS); water resource management,NA,iwaponline.com +31614,7,3,https://iwaponline.com/washdev/article/7/3/369/31614/The-role-of-packaged-water-in-meeting-global,"Journal of Water, Sanitation & Hygiene for Development",The role of packaged water in meeting global targets on improved water access,2017,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.155/2/washdev2017155supp.pdf?Expires=1706091850&Signature=2uWFsdmmmvDvPF5tALvJH0iKoWjAl2g8LJmRC3LCzMBr4jx8TI4YCweRIGhl~M6JtxA9sX4JTB1xuUoTRsrX4Avq6g-aJ7RxQ9qmhOUkGIj9JPw-i0oehfRwLdGZj1F8xqGSliYkX91yxZXUV5kbtXC~1JZUVI3CYWtcleG01f2gI8~P0itPkBCjczcf9eK4Eq~8BlKrENiAjrJ45IS4RuMwkCv8zkt2oBiXYdsJL33ER4Oq86h1DNHcZ~MmYOoipdEewQa4jkw6v9H~lVg4q~Tne9pbgvUxgqc3h57C4AaSDGrGDBn61shwsmkHzFJI8PX8vu0qe9qgI5cKggiXoA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Sridhar Vedachalam,"Johns Hopkins Water Institute, Johns Hopkins Bloomberg School of Public Health, 615 N Wolfe St, E6638, Baltimore, MD 21205, USA E-mail:",United States of America,svedach1@jhu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,bottled; Ghana; improved; Nigeria; packaged water; sachet,NA,iwaponline.com +31615,7,3,https://iwaponline.com/washdev/article/7/3/378/31615/Investigation-on-microbial-inactivation-and-urea,"Journal of Water, Sanitation & Hygiene for Development",Investigation on microbial inactivation and urea decomposition in human urine during thermal storage,2017,FALSE,0,NA,NA,6,Xiaoqin Zhou,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, University of Science and Technology Beijing, Beijing 100083, China E-mail:",China,zifuli@ustb.edu.cn,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,human urine; hygienization; stabilization; thermal treatment,NA,iwaponline.com +31616,7,3,https://iwaponline.com/washdev/article/7/3/387/31616/Using-business-models-in-designing-market-based,"Journal of Water, Sanitation & Hygiene for Development",Using business models in designing market-based solutions: the case of fluoride treatment systems,2017,TRUE,1,doc,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.117/2/washdev2017117supp.doc?Expires=1706023359&Signature=0FPhx4BjF8z9lOOZz27QKWTIVvwFwSADhJdFfSNFWFzcBa~HQeoHXcETIr1P2NnknSKfNXaJDflXjJaQrlMiYGy5g-zne5BfMEl14GFI77-SK3cwj3WewVZbjfuzhksFWq6h2~-GwcBWVe8wCN8Y5MPrJpjwmSiKD0U1R90Pg01dGTH~oaSO2aCf6oYbQ1knCPAEXeAtCI1k6i~Ri3DhIcw8yN80eUKw4BTBUsCWxofXHCdqnMQaXH8UzyXbeBUvIDtTgF-AdUtGEiVr8AU1e1CmjtQ4cDzJdF5OLexCBzr6O7~MC9Hxgv9-awkIX~Xsndi9yFXVcTgUtix8OphZWg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Teshome L. Yami,"School of Civil Engineering and Environmental Science, and Entrepreneurship and Economic Development, University of Oklahoma, 202 W. Boyd St., Room 334, Norman, Oklahoma 73019, USA E-mail: teshome.l.yami-1@ou.edu",United States of America,teshome.l.yami-1@ou.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,business models; chemically activated cow bone; electrolytic defluoridation fluoride; Nalgonda; technological and economic sustainability,NA,iwaponline.com +31617,7,3,https://iwaponline.com/washdev/article/7/3/396/31617/Adapting-the-IWA-water-balance-to-intermittent,"Journal of Water, Sanitation & Hygiene for Development",Adapting the IWA water balance to intermittent water supply and flat-rate tariffs without customer metering,2017,FALSE,0,NA,NA,2,Miran Mastaller,"Karlsruhe Institute of Technology (KIT), Institute for Water and River Basin Management, Kaiserstraße 12, 76131 Karlsruhe, Germany E-mail: miran.mastaller@kit.edu",Germany,miran.mastaller@kit.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,intermittent water distribution; water balance; water losses,NA,iwaponline.com +31618,7,3,https://iwaponline.com/washdev/article/7/3/407/31618/Cultural-preferences-for-the-methods-and,"Journal of Water, Sanitation & Hygiene for Development",Cultural preferences for the methods and motivation of sanitation infrastructure development,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.188/2/washdev2017188supp.docx?Expires=1706024061&Signature=EFBl4I7SmqbqZ571MWriNEdw3Bb2yWyysbf0XSdBres16GQf13eW8Uz1Vu21x97-tgGLHQP4KQYRd8Wa40VAJaRpgJlFA1PXhOr0ZUxslejJUaTAR-pBmLAlCQZQYeUdvxLC5wxKKKgs8Zt-uzxm0FyuSoa4FWL~J~iU3xinouus1brfdCImB-cuHvYKzkehRWCv95aYsYxN16GR4gumN46RS0J4qkbvQSmfQKYrIL45~ieBWDERgdtS1Mn6yakuewNShBAKGxv6fWknzK3ylpOB6idDfrmseOfqAfzmDnUbyKkH-XJEjP1GNhHWbumyrvPtVn45PXYjC76dFxFgHQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Miriam E. Hacker,"Department of Civil and Environmental Engineering, University of Washington, 201 More Hall, Seattle, WA 98195, USA E-mail: meh7@uw.edu",United States of America,meh7@uw.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,culture; fuzzy-set; Hofstede; infrastructure; sanitation,NA,iwaponline.com +31619,7,3,https://iwaponline.com/washdev/article/7/3/416/31619/A-study-of-the-effect-of-water-quality-related,"Journal of Water, Sanitation & Hygiene for Development",A study of the effect of water quality-related variables on some age-related diseases adjusted for other well-known risk factors: a multivariate multilevel study,2017,FALSE,0,NA,NA,2,Kapuruge Nishika Oshadini Ranathunga,"Department of Statistics, University of Colombo, PO Box 1490, Colombo 03, Sri Lanka E-mail: roshinis@hotmail.com",Sri Lanka,roshinis@hotmail.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,cardiovascular disease and diabetes; chronic respiratory conditions; Markov chain Monte Carlo; multivariate multilevel model; probit regression,NA,iwaponline.com +31620,7,3,https://iwaponline.com/washdev/article/7/3/426/31620/Working-with-complexity-a-participatory-systems,"Journal of Water, Sanitation & Hygiene for Development","Working with complexity: a participatory systems-based process for planning and evaluating rural water, sanitation and hygiene services",2017,FALSE,0,NA,NA,3,Jeffrey P. Walters,"Department of Civil Engineering, Universidad Diego Portales, Av. Ejército 441, Santiago, Chile E-mail:",Chile,jeffrey.walters@udp.cl,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,MICMAC; participatory modeling; sustainability; systems approach; water; sanitation and hygiene (WASH),NA,iwaponline.com +31621,7,3,https://iwaponline.com/washdev/article/7/3/436/31621/Mobility-up-the-sanitation-ladder-following,"Journal of Water, Sanitation & Hygiene for Development",Mobility up the sanitation ladder following community-led total sanitation in rural Zambia,2017,FALSE,0,NA,NA,10,Scott Russpatrick,"Akros, Lusaka, Zambia E-mail:",Zambia,dalarsen@syr.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,community-led total sanitation; sanitation ladder,NA,iwaponline.com +31622,7,3,https://iwaponline.com/washdev/article/7/3/445/31622/Sanitation-value-chains-in-low-density-settings-in,"Journal of Water, Sanitation & Hygiene for Development",Sanitation value chains in low density settings in Indonesia and Vietnam: impetus for a rethink to achieve pro-poor outcomes,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.141/2/washdev2017141supp.docx?Expires=1706091882&Signature=5Nmc6tFLONENroUZWUe~ljWHnd159FAP4BiLnp06-y-FfaM9rUmq0gs6fBzGtO-sHtFo2WVDMABPE4X6lOXfGXvky5CUB24iHylPnoKbNhlGvxBIJQA6ABwM~-F~LvRH5dAMEb34f8IjthUmbkjTfZfJLYqjeALTWT4GAcND2lsHKGWBIg12cjaxXlRCImXnxvM5a2VxQyJkfyDCA50l4MwXG7sT21Ry7bPTO2cVC2c6dYB6o1EHR85h1tbbdN0LMvZeEErVIlauZyqOWgcptyRGcfBmdrry4xWJ0ksLlS5XVYcb2eFfcCvTNH36iAb2HUAMENqIt7cneGj5srdebA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Juliet Willetts,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia E-mail:",Australia,juliet.willetts@uts.edu.au,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,market-based approaches; pro-poor; rural sanitation; supply chain; value chain,NA,iwaponline.com +31623,7,3,https://iwaponline.com/washdev/article/7/3/455/31623/The-sanitation-and-urban-agriculture-nexus-urine,"Journal of Water, Sanitation & Hygiene for Development","The sanitation and urban agriculture nexus: urine collection and application as fertilizer in São Paulo, Brazil",2017,FALSE,0,NA,NA,4,Mariana C. Chrispim,"School of Arts, Sciences, and Humanities, University of São Paulo, 1000 Arlindo Bettio Ave., Sao Paulo, SP 03828000, Brazil E-mail:",Brazil,mnolasco@usp.br,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,fertilizer; nexus; source separation; urine,NA,iwaponline.com +31624,7,3,https://iwaponline.com/washdev/article/7/3/466/31624/Technology-choices-in-scaling-up-sanitation-can,"Journal of Water, Sanitation & Hygiene for Development",Technology choices in scaling up sanitation can significantly affect greenhouse gas emissions and the fertiliser gap in India,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/3/10.2166_washdev.2017.005/2/washdev2017005supp.docx?Expires=1706091891&Signature=MbKobrzagmW7kKC8WLIG6dp1BIwT76yVuIcZfBuVcFwIboknnPki7kU8EpPUSZGytS-Tc3OW~tyCrGIFBAHKMWsto90fj~O2jSMHAB2L6uQEe-B5n69Vjl5hpHMjN1zIKTME48oCwVUCpiH-N7EP~XulutgWLLPqLSAyu2rRhnDMUoIKMy-sYcl77R8ujDbafYlkmEjnIWvZKNV7Vjr~14asq-DZpGjZNi0n55dQXYeDCSoAzsOk57eUQtHB2z4W9T2R9ZKr9FxuusMrmvgT-AhluLPW1xPnJMpoU7VgixQyTa9P1dH9fS58RPv~Om18ujgWjAzu36Fz3GPEa-nPSg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Michal Kulak,"UNILEVER Safety and Environmental Assurance Centre (SEAC), Colworth Science Park, Sharnbrook MK44 1LQ, UK E-mail:",United Kingdom of Great Britain and Northern Ireland,michal.kulak@unilever.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,greenhouse gases; India; LCA; life cycle assessment; nutrients; sanitation,NA,iwaponline.com +31625,7,3,https://iwaponline.com/washdev/article/7/3/477/31625/The-impact-of-low-flow-season-on-source-drinking,"Journal of Water, Sanitation & Hygiene for Development","The impact of low-flow season on source drinking water quality, Rosetta branch, Egypt",2017,FALSE,0,NA,NA,3,K. Ghodeif,"Suez Canal University, Ismailia 41522, Egypt E-mail:",Egypt,kghodeif@yahoo.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,drinking; Egypt; low-flow; source water quality,NA,iwaponline.com +31626,7,3,https://iwaponline.com/washdev/article/7/3/485/31626/Microbiological-contamination-of-water-pans-in,"Journal of Water, Sanitation & Hygiene for Development",Microbiological contamination of water pans in Baringo County,2017,FALSE,0,NA,NA,3,Edith J. Kurui,"Department of Environmental Science, Egerton University, Nairobi, Kenya E-mail:",Kenya,kuruiedith89@gmail.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,Baringo; fecal contamination; microbiological water quality; water pans,NA,iwaponline.com +31627,7,3,https://iwaponline.com/washdev/article/7/3/495/31627/Investigating-unaccounted-for-water-and-its,"Journal of Water, Sanitation & Hygiene for Development","Investigating unaccounted for water and its components in Zomba City water supply system, Malawi",2017,FALSE,0,NA,NA,2,Zvikomborero Hoko,"Department of Civil Engineering, University of Zimbabwe, Box MP 167, Mount Pleasant, Harare, Zimbabwe E-mail:",Zimbabwe,z_hoko@yahoo.com,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,apparent losses; minimum night flow; real losses; non-revenue water; water utility,NA,iwaponline.com +31628,7,3,https://iwaponline.com/washdev/article/7/3/507/31628/Methods-for-controlling-stored-urine-odor-in,"Journal of Water, Sanitation & Hygiene for Development",Methods for controlling stored urine odor in resource-oriented sanitation,2017,FALSE,0,NA,NA,2,Shervin Hashemi,"Department of Civil and Environmental Engineering, Seoul National University, Seoul, Republic of Korea E-mail: myhan@snu.ac.kr",Republic of Korea,myhan@snu.ac.kr,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,ancient practices; resource-oriented sanitation; sustainable sanitation; threshold odor number (TON); urine odor,NA,iwaponline.com +31629,7,3,https://iwaponline.com/washdev/article/7/3/515/31629/Sustainability-inspired-composting-latrine-design,"Journal of Water, Sanitation & Hygiene for Development",Sustainability-inspired composting latrine design,2017,FALSE,0,NA,NA,2,D. Kierys,"Department of Civil and Environmental Engineering, Michigan Technological University, Houghton, MI 49931, USA E-mail: barkdoll@mtu.edu",United States of America,barkdoll@mtu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,developing country; ferrocement; public health; sanitation; social habits,NA,iwaponline.com +31630,7,3,https://iwaponline.com/washdev/article/7/3/521/31630/Developing-water-and-sanitation-services-in,"Journal of Water, Sanitation & Hygiene for Development",Developing water and sanitation services in refugee settings from emergency to sustainability – the case of Zaatari Camp in Jordan,2017,FALSE,0,NA,NA,5,A. W. C. van der Helm,"Waternet, P.O. Box 94370, 1090 GJ, Amsterdam, The Netherlands E-mail:",Netherlands,alex.van.der.helm@waternet.nl,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,drinking water; infrastructure; public health; refugee camp; sustainability; wastewater,NA,iwaponline.com +31631,7,3,https://iwaponline.com/washdev/article/7/3/528/31631/Getting-a-foot-on-the-sanitation-ladder-user,"Journal of Water, Sanitation & Hygiene for Development","Getting a foot on the sanitation ladder: user satisfaction and willingness to pay for improved public toilets in Accra, Ghana",2017,FALSE,0,NA,NA,3,Simon Mariwah,"Department of Geography and Regional Planning, PMB University Post Office, University of Cape Coast, Cape Coast, Ghana E-mail:",Ghana,smariwah@ucc.edu.gh,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,Ghana; public toilets; sanitation; satisfaction; willingness to pay,NA,iwaponline.com +38055,7,4,https://iwaponline.com/washdev/article/7/4/535/38055/Why-do-water-points-fail-Learning-from-open-ended,"Journal of Water, Sanitation & Hygiene for Development",Why do water points fail? Learning from open-ended failure descriptions in the WPDx dataset,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.022/1/washdev2017022supp.docx?Expires=1706091921&Signature=tP8wbb~q4e29aZwctXTDQ8Du5mxAT6rUN50IWPWM8iU0XuFamZ2DSWIcqjp82OT~eU8ZvWkqZGEhsy5~YSQafoYOdz3utqeU-wBBRP5~AE7cbiuB8v6yHlO1x1VR1hrCEBihGronS4tHIsGrOIWDdiIOXTU-QqUg02wXeufdppKtWS9IL2IBMacg2i-sH9egTS6u0A66YA884cwTIoXNObc5duCY8r882OvppUImC~OSimvSzMR1LBo2jktbdTi5pmlIpzvD34SDmQ2u6AxKAsZi-MZciyDceDEo9kx~YS4FV-X7RN2XIMDVIirUi7ZotgdBmqwdE8q4XSbMRo9uGw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Joseph Cook,School of Economic Sciences,NA,jhcook@uw.edu,NA,Joseph Cook,School of Economic Sciences,NA,jhcook@uw.edu,NA,FALSE,NA,NA,NA,functionality; management; water point,NA,iwaponline.com +38050,7,4,https://iwaponline.com/washdev/article/7/4/546/38050/Revealing-causal-pathways-to-sustainable-water,"Journal of Water, Sanitation & Hygiene for Development",Revealing causal pathways to sustainable water service delivery using fsQCA,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.053/1/washdev2017053supp.docx?Expires=1706091925&Signature=K8I0y-g4Dz-4UiZTzoenEn1wO5vJjY4k6sdrIaUScWOsSdSHugF9P3HGSqIAQ7TsE7tnX-Sbw8KU8YavwtOsYEuDEMZj7M~NSf6AVWg6PnIcKH61VlNb~SJZdBWZwTN6uy3~KnRaI7HQvOH4MKBufA4oJcactfOZPFZoWXav2iRFw7tOI4XHbXJIcGhwtSoZjc0MHUqaBUcCDSqJaU4kIWzPumNrFIOdyV~zNn9MSv32SPbo2zlkQDV7vk4ZiLIE95V6y2jnMP94h9B3pcoCLY3AEMLgMeqGvc8Hx3feQBxGdxz9Wg~lrSTddIvxjZe5S-9mx~iooiC~OifvI5aSDQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Kate E. Gasparro,Department of Civil and Environmental Engineering,NA,NA,NA,Jeffrey P. Walters,Department of Civil Engineering,NA,jeffrey.walters@udp.cl,NA,FALSE,NA,NA,NA,causal pathways; engineers without borders; external partners; fuzzy set qualitative comparative analysis; sustainable service delivery; WASH,NA,iwaponline.com +38049,7,4,https://iwaponline.com/washdev/article/7/4/557/38049/An-assessment-of-sub-standard-water-pressure-in,"Journal of Water, Sanitation & Hygiene for Development",An assessment of sub-standard water pressure in South African potable distribution systems,2017,FALSE,0,NA,NA,3,Louis Strijdom,Department of Civil Engineering,NA,NA,NA,Heinz Erasmus Jacobs,Department of Civil Engineering,NA,hejacobs@sun.ac.za,NA,FALSE,NA,NA,NA,distribution system; hydraulic model; water pressure,NA,iwaponline.com +38051,7,4,https://iwaponline.com/washdev/article/7/4/568/38051/Analysis-of-domestic-water-demand-variables-of-a,"Journal of Water, Sanitation & Hygiene for Development","Analysis of domestic water demand variables of a residential colony in Ajmer, Rajasthan (India)",2017,FALSE,0,NA,NA,3,Ganpat Singh,"Civil Engineering Department, NIT, Kurukshetra, India",India,NA,NA,Mahender Choudhary,"Civil Engineering, MNIT, Jaipur, India",India,mah_thory@yahoo.co.in,NA,FALSE,NA,NA,NA,domestic water demand; multiple linear regression (MLR); neural network (NN); principal component analysis (PCA),NA,iwaponline.com +38047,7,4,https://iwaponline.com/washdev/article/7/4/589/38047/Service-quality-of-household-toilets-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Service quality of household toilets in rural settlements of India: an assessment from the users' perspective,2017,FALSE,0,NA,NA,2,Mohammad Rashid,Department of Architecture and Regional Planning,NA,rashidgeog@gmail.com,NA,Mohammad Rashid,Department of Architecture and Regional Planning,NA,rashidgeog@gmail.com,NA,FALSE,NA,NA,NA,household toilet; India; rural settlement; SEM; service quality,NA,iwaponline.com +38059,7,4,https://iwaponline.com/washdev/article/7/4/601/38059/Life-cycle-cost-analysis-of-water-supply,"Journal of Water, Sanitation & Hygiene for Development",Life cycle cost analysis of water supply infrastructure affected by low rainfall in Ethiopia,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.026/1/washdev2017026supp.docx?Expires=1706091944&Signature=foTtvkS-4bb18lqVEpSkts9MyWewgTruuLLFzFAgSiFuoL842ZedBBmadZszIDAcxDnPD10D5YGRgQiXXbHeUDu56I5dpFI82zsuKV5wVufQa4xSuUGKTOWmGmnIdQRZJWV-MI4ESY2GlQE1ECrVEb02vYNmQ-fQMc-I3tFYe4r5autPj1bTBhevBO4jZWxsVkq2vd~s67~po0YiUMpPZYumYmvj04ESRmD5eyWfadPpLMCujRCRLy4Umc~P57UR4hFqWz4Kv0cQZ-GzODbXWyWHtmM1gL12HMhbNCo9tJnbmHc-C8f-H93M16VRyDAlztW0PoFI6BsnUp6AXXoHsw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,S. Godfrey,"Water Sanitation and Hygiene Section, UNICEF-Ethiopia, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,NA,S. Godfrey,"Water Sanitation and Hygiene Section, UNICEF-Ethiopia, Addis Ababa, Ethiopia",Ethiopia,sgodfrey@unicef.org,NA,FALSE,NA,NA,NA,CAPEX; drought; EMMEX; Ethiopia; life cycle cost; water scarcity,NA,iwaponline.com +38053,7,4,https://iwaponline.com/washdev/article/7/4/611/38053/Assessing-the-influence-of-social-capital-on-water,"Journal of Water, Sanitation & Hygiene for Development",Assessing the influence of social capital on water point sustainability in rural Ethiopia,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.167/1/washdev2017167supp.docx?Expires=1706091948&Signature=z8sdH7ul5BcB3mlM7Ngr4cDs9rbnxGozP4g-u2jEXtbeGBLfeVosV-CtgHhnCvyFSpMcXskoNXPkWOYYBek7SREDK5TIgp-CauaEyZufCSPuac61EwxczVNcqQ5kctfkGPzObfXtllnR3HqUZeI4iadfm15U3byq8ZX29iWmh9PweN2tR5GOMWlERX9jHh2T2h-kyzrouUsK9MJLYjP9Hcp1NdFuNbprocSzTXwz9bqwFflZua045nQZj48o96TfXrcMj9P8PsGyzqD6xYUzMB-F8A4l7Va2i0ZGbD6CGfDOpgF1VrNJqXGuFVDlAqEFiOh1zjf655B9tE2eAqo70A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Margaret T. Person,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",United States of America,NA,NA,Matthew C. Freeman,"Department of Environmental Health, Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",United States of America,matthew.freeman@emory.edu,NA,FALSE,NA,NA,NA,community governance; Ethiopia; health; social capital; sustainability; water,NA,iwaponline.com +38054,7,4,https://iwaponline.com/washdev/article/7/4/623/38054/Effect-of-television-broadcasts-of-global-sporting,"Journal of Water, Sanitation & Hygiene for Development",Effect of television broadcasts of global sporting events on short-term changes in the use of water from the water supply network,2017,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.191/1/washdev2017191supp.docx?Expires=1706091952&Signature=O7ExpPozzAHoZuEW7SEZoB3-B3FeU4mQQkluYpdSSG2XIE68i48j3CTSVgvfA-mSDUK15-rMBF6LgL~wyInZr2~l1GOJKqXIoJw0uMGM86YtEF3HXQoHm3NaY-EmaSMyM9da9jxFXncfI7rtwiR6~kV5zGIJuqMWyC1-83DjcNL3M2vy1xqel74TWZCU1zldw~uDByHr2HNYLjtP4Q48SBtoJsp6U2JZc9IpoYjOgsufqablqYBO3l3ChgFmrx7kx0Pni6JdxK9jePWys6OjHCN3WRbaz9G~0dcOQnRH1fGs589il1iG5zk8AT1xAV0yhP-IIEsQ3IK7xFe3eESo8w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Włodzimierz Marszelewski,"Department of Hydrology and Water Management, Faculty of Earth Sciences, Nicolaus Copernicus University, Toruń, Poland",Poland,marszel@umk.pl,NA,Włodzimierz Marszelewski,"Department of Hydrology and Water Management, Faculty of Earth Sciences, Nicolaus Copernicus University, Toruń, Poland",Poland,marszel@umk.pl,NA,FALSE,NA,NA,NA,FIFA 2014 World Cup; flush analysis; toilet facilities; water supply,NA,iwaponline.com +38056,7,4,https://iwaponline.com/washdev/article/7/4/642/38056/The-role-of-bottled-drinking-water-in-achieving,"Journal of Water, Sanitation & Hygiene for Development","The role of bottled drinking water in achieving SDG 6.1: an analysis of affordability and equity from Jakarta, Indonesia",2017,FALSE,0,NA,NA,3,Carolin Tina Walter,"University of Amsterdam, Nieuwe Achtergracht 166, Amsterdam 1018 WV, The Netherlands",Netherlands,carolintinawalter@gmail.com,NA,Carolin Tina Walter,"University of Amsterdam, Nieuwe Achtergracht 166, Amsterdam 1018 WV, The Netherlands",Netherlands,carolintinawalter@gmail.com,NA,FALSE,NA,NA,NA,affordability; bottled water; drinking water; equity; Jakarta; SDG 6,NA,iwaponline.com +38058,7,4,https://iwaponline.com/washdev/article/7/4/651/38058/Design-and-operation-of-a-rainwater-for-drinking,"Journal of Water, Sanitation & Hygiene for Development","Design and operation of a rainwater for drinking (RFD) project in a rural area: case study at Cukhe Elementary School, Vietnam",2017,FALSE,0,NA,NA,3,Anh Dzung Dao,Department of Civil & Environment Engineering #35-518,NA,NA,NA,Duc Canh Nguyen,"Sustainable Management of Natural Resources and Environment Research Group, Faculty of Environment and Labour Safety",NA,nguyenduccanh@tdt.edu.vn,NA,FALSE,NA,NA,NA,developing countries; drinking water; rainfall data; rainwater for drinking; SDG6; water quality,NA,iwaponline.com +38048,7,4,https://iwaponline.com/washdev/article/7/4/576/38048/Development-and-application-of-biogas-project-for,"Journal of Water, Sanitation & Hygiene for Development",Development and application of biogas project for domestic sewage treatment in rural China: opportunities and challenges,2017,FALSE,0,NA,NA,5,Shikun Cheng,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants",China,NA,NA,Zifu Li,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants",CHN,zifulee@aliyun.com,NA,FALSE,NA,NA,NA,biogas; challenge; domestic sewage; opportunity; rural China,NA,iwaponline.com +38052,7,4,https://iwaponline.com/washdev/article/7/4/630/38052/Constitutional-mandate-and-judicial-initiatives,"Journal of Water, Sanitation & Hygiene for Development","Constitutional mandate and judicial initiatives influencing Water, Sanitation and Hygiene (WASH) programmes in India",2017,FALSE,0,NA,NA,2,M. P. Ram Mohan,"Indian Institute of Management, Ahmedabad, India",India,mprmohan@iima.ac.in,NA,M. P. Ram Mohan,"Indian Institute of Management, Ahmedabad, India",India,mprmohan@iima.ac.in,NA,FALSE,NA,NA,NA,constitution; Indian judiciary; right to sanitation; right to water; Sustainable Development Goals (SDGs); WASH programmes,NA,iwaponline.com +38057,7,4,https://iwaponline.com/washdev/article/7/4/659/38057/Cost-analysis-of-the-implementation-of-portable,"Journal of Water, Sanitation & Hygiene for Development",Cost analysis of the implementation of portable handwashing and drinking water stations in rural Kenyan health facilities,2017,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/7/4/10.2166_washdev.2017.010/1/washdev2017010supp.pdf?Expires=1706091974&Signature=aa1QEb3jk-FF0Z0FotVT-76osnKdSRX950Ksxbufx0n7E~8nrswVyIwF9kL4lMuJE2yeZSn3JnCkYxwdJm40jCD1Tx00e-tk5c5UZiwvOYrHNv03PFrlYHftra3HydeUtBRt3ejcwSOfBQFqP0kIgfHBBNGmSh3~WtGQ~QAB4EPy7Y9MDFsNQkruLSpZ3~nzZ4xxlapFAjRfj8DB1TWm-EizaHqFoJtTit~vdjTW-2AiI9vxC93sHFRzTNv4HQNzhgXIP45GJQrzvujK~Eg9XyPhyLlKI3Un55AlU5sfB1OIpg2XNts30-esCKUzDi-5vsCFmR9kqDMVZcr06CGEFw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Michael Freedman,Centers for Disease Control and Prevention,NA,NA,NA,Rob Quick,Centers for Disease Control and Prevention,NA,rquick@cdc.gov,NA,FALSE,NA,NA,NA,cost analysis; drinking water; handwashing; health care facilities; Kenya,NA,iwaponline.com +38061,8,1,https://iwaponline.com/washdev/article/8/1/1/38061/The-sanitation-and-hygiene-targets-of-the,"Journal of Water, Sanitation & Hygiene for Development",The sanitation and hygiene targets of the sustainable development goals: scope and challenges,2018,FALSE,0,NA,NA,2,Duncan Mara,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,d.d.mara@leeds.ac.uk,NA,Duncan Mara,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,d.d.mara@leeds.ac.uk,NA,FALSE,NA,NA,NA,open defecation; safely-managed sanitation; safely-practised hygiene; sustainable development goals,NA,iwaponline.com +38064,8,1,https://iwaponline.com/washdev/article/8/1/17/38064/Degradation-rate-of-anaerobically-digested-sewage,"Journal of Water, Sanitation & Hygiene for Development",Degradation rate of anaerobically digested sewage sludge in soil,2018,FALSE,0,NA,NA,5,Antonio T. Matos,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, Belo Horizonte, MG 31270-901, Brazil",Brazil,antonio.matos@pq.cnpq.br,NA,Antonio T. Matos,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, Belo Horizonte, MG 31270-901, Brazil",Brazil,antonio.matos@pq.cnpq.br,NA,FALSE,NA,NA,NA,digestate; organic fertilizer; organic matter mineralization; organic residues; soil disposal; urban residues,NA,iwaponline.com +38063,8,1,https://iwaponline.com/washdev/article/8/1/27/38063/Computational-fluid-dynamics-analysis-of-a-high,"Journal of Water, Sanitation & Hygiene for Development",Computational fluid dynamics analysis of a high-throughput viscous heater to process feces and a fecal simulant using temperature and shear rate-dependent viscosity model,2018,FALSE,0,NA,NA,6,C. L. German,"Chemical Engineering, Oklahoma State University, Stillwater, OK 74078, USA",United States of America,NA,NA,G. L. Foutch,"Pollution Research Group, University of KwaZulu Natal, Howard College Campus, Durban 4001, South Africa",South Africa,foutchg@umkc.edu,NA,FALSE,NA,NA,NA,CFD; fecal pasteurization; viscous heating,NA,iwaponline.com +38071,8,1,https://iwaponline.com/washdev/article/8/1/33/38071/Up-scaling-sanitation-provision-using-mixed-design,"Journal of Water, Sanitation & Hygiene for Development","Up-scaling sanitation provision using mixed design methodologies and failure risk assessment: a case study of Marikuppam, India",2018,FALSE,0,NA,NA,3,M. Gormley,"School of Energy, Geoscience, Infrastructure and Society, Heriot-Watt University, Edinburgh, Scotland, UK",United Kingdom of Great Britain and Northern Ireland,m.gormley@hw.ac.uk,NA,M. Gormley,"School of Energy, Geoscience, Infrastructure and Society, Heriot-Watt University, Edinburgh, Scotland, UK",United Kingdom of Great Britain and Northern Ireland,m.gormley@hw.ac.uk,NA,FALSE,NA,NA,NA,design; DRAINET; India; settlements; simplified sewerage,NA,iwaponline.com +38060,8,1,https://iwaponline.com/washdev/article/8/1/44/38060/Constraints-on-foreign-aid-effectiveness-in-the,"Journal of Water, Sanitation & Hygiene for Development","Constraints on foreign aid effectiveness in the water, sanitation, and hygiene (WaSH) sector",2018,FALSE,0,NA,NA,1,Joshua Wayland,"University System of Maryland, 2181 LeFrak Hall, College Park, MD, USA",United States of America,waylandj@umd.edu,NA,Joshua Wayland,"University System of Maryland, 2181 LeFrak Hall, College Park, MD, USA",United States of America,waylandj@umd.edu,NA,FALSE,NA,NA,NA,drinking water; foreign aid effectiveness; sanitation,NA,iwaponline.com +38065,8,1,https://iwaponline.com/washdev/article/8/1/53/38065/Sanitation-and-water-supply-in-schools-and-girls,"Journal of Water, Sanitation & Hygiene for Development",Sanitation and water supply in schools and girls' educational progression in Zambia,2018,FALSE,0,NA,NA,3,Dorice Agol,"Independent Consultant, Nairobi, Kenya",Kenya,NA,NA,Peter Harvey,"UNICEF, Copenhagen, Denmark",Denmark,pharvey@unicef.org,NA,FALSE,NA,NA,NA,education; gender; sanitation; schools; WASH; Zambia,NA,iwaponline.com +38062,8,1,https://iwaponline.com/washdev/article/8/1/62/38062/Child-feces-disposal-practice-and-associated,"Journal of Water, Sanitation & Hygiene for Development","Child feces disposal practice and associated factors: a dilemma in Tigray, northern Ethiopia",2018,FALSE,0,NA,NA,4,Yisfalem Ayele,"Tigray Regional Health Bureau, Mekelle, Ethiopia",Ethiopia,NA,NA,Getachew Redae,"Department of Environmental Health and Behavioral Sciences, Mekelle University, School of Public Health, Mekelle, Ethiopia",Ethiopia,getachewr5@gmail.com,NA,FALSE,NA,NA,NA,child feces; dilemma; hygiene; sanitation,NA,iwaponline.com +38066,8,1,https://iwaponline.com/washdev/article/8/1/71/38066/Human-excreta-a-resource-or-a-taboo-Assessing-the,"Journal of Water, Sanitation & Hygiene for Development","Human excreta: a resource or a taboo? Assessing the socio-cultural barriers, acceptability, and reuse of human excreta as a resource in Kakul Village District Abbottabad, Northwestern Pakistan",2018,FALSE,0,NA,NA,1,Abda Khalid,"COMSTATS Institute of Information Technology, Abbottabad, Pakistan",Pakistan,abda@ciit.net.pk,NA,Abda Khalid,"COMSTATS Institute of Information Technology, Abbottabad, Pakistan",Pakistan,abda@ciit.net.pk,NA,FALSE,NA,NA,NA,accessibility; feces; human excreta; recycling; rural; urine,NA,iwaponline.com +38068,8,1,https://iwaponline.com/washdev/article/8/1/81/38068/Bacterial-contamination-of-reusable-bottled,"Journal of Water, Sanitation & Hygiene for Development",Bacterial contamination of reusable bottled drinking water in Ecuador,2018,FALSE,0,NA,NA,9,Kelly Mills,"Aquality International 501(c)3, 183 Marlborough St., Unit 2, Boston, MA 02116-1884, USA",United States of America,kmills@waterecuador.org,NA,Kelly Mills,"Aquality International 501(c)3, 183 Marlborough St., Unit 2, Boston, MA 02116-1884, USA",United States of America,kmills@waterecuador.org,NA,FALSE,NA,NA,NA,bottled water; developing countries; drinking water quality; Escherichia coli; public health; total coliform,NA,iwaponline.com +38070,8,1,https://iwaponline.com/washdev/article/8/1/90/38070/Exposure-to-sewage-from-on-site-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development",Exposure to sewage from on-site sanitation and child health: a spatial analysis of linkages and externalities in peri-urban Bolivia,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/1/10.2166_washdev.2017.179/4/washdev2017179supp.docx?Expires=1706023349&Signature=AezbYxFs7H8QrLMLRMJY2pbQ0tobZNWt4I3Tu3mGUIkdHywFZs64UdaRKofTD0e611JPs0Iln3Lx00qjx6xNNUVMQkdSh3EpjMhQUae-ECLad37gUfLuWaBboA0eKNZlmjsLWuCKqEE2LDRg2rnY7dnROaR~tHnUXWKEye13RPrdTRgxWsxjoCo48fbFnaa2lcDpHijK2ENF-1BVZaOCOh7FQFy42HOuqoNU7BiRDilZ9lzlQq5uTmiZmY6k0CQ4UjzYCyw7Ign0VkQwfLmLiuIxNo3yqcL2mEDJlC5JSXmlHWig8S6KxSL7klFXeNUP3gXTzyPOUzIlA7r2yfF5ag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Antonella Bancalari,"London School of Economics and Political Science, Houghton Street, WC2A 2AE London, UK",United Kingdom of Great Britain and Northern Ireland,a.bancalari@lse.ac.uk,NA,Antonella Bancalari,"London School of Economics and Political Science, Houghton Street, WC2A 2AE London, UK",United Kingdom of Great Britain and Northern Ireland,a.bancalari@lse.ac.uk,NA,FALSE,NA,NA,NA,diarrhea; externalities; on-site sanitation; peri-urban; sewage,NA,iwaponline.com +38069,8,1,https://iwaponline.com/washdev/article/8/1/100/38069/Moving-up-the-sanitation-ladder-with-the-help-of,"Journal of Water, Sanitation & Hygiene for Development",Moving up the sanitation ladder with the help of microfinance in urban Malawi,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/1/10.2166_washdev.2017.186/4/washdev2017186supp.docx?Expires=1706092023&Signature=wY1vzQaRkOE-SwsDMaRLNLrvaeY9u7i6joyyNOglAkyexZkJWCMe~e8El2gg1jAv7nwDRZcEDf-VtqlDw58wuoDPL5Cx3occII33sbN1BUDNJSguXOaBRLFBMa4GRqI5mTb7C5KqJ-N1y0ZqluKKwhGuDMFdDbkiUvJ~U1fjlMj3XKakA9vJrqL5X8iCcRSqR8ll9mGYOpR7VMlt310sLv3M97Qw3OxIp7lC~EGUz2jollNj8DW~4TLUwC9MZSWL3yPzrBZj2gojDQJu22UzBZh3AVgJau2hHejT~i-hflzaRVgZMLZuWxnwuFxliQPP0IxHfQ3jiiasORpXcf2Nww__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Richard Chunga,"London School of Hygiene and Tropical Medicine, London, UK",United Kingdom of Great Britain and Northern Ireland,chunga.richard@gmail.com,NA,Richard Chunga,"London School of Hygiene and Tropical Medicine, London, UK",United Kingdom of Great Britain and Northern Ireland,chunga.richard@gmail.com,NA,FALSE,NA,NA,NA,Malawi; microfinance; sanitation; urban sanitation,NA,iwaponline.com +38072,8,1,https://iwaponline.com/washdev/article/8/1/113/38072/Management-challenges-for-a-more-decentralized,"Journal of Water, Sanitation & Hygiene for Development",Management challenges for a more decentralized treatment and reuse of domestic wastewater in metropolitan areas,2018,FALSE,0,NA,NA,5,Martín Alejandro Iribarnegaray,"Instituto de Investigaciones en Energía No Convencional (INENCO), Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET), Universidad Nacional de Salta (UNSa), Avenida Bolivia 5150, Salta A4408FVY, Argentina",Argentina,iribarnegarayma@gmail.com,NA,Martín Alejandro Iribarnegaray,"Instituto de Investigaciones en Energía No Convencional (INENCO), Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET), Universidad Nacional de Salta (UNSa), Avenida Bolivia 5150, Salta A4408FVY, Argentina",Argentina,iribarnegarayma@gmail.com,NA,FALSE,NA,NA,NA,decentralized sanitation; decentralized wastewater treatment systems; domestic wastewater; metropolitan areas; Salta; wastewater reuse,NA,iwaponline.com +38067,8,1,https://iwaponline.com/washdev/article/8/1/123/38067/The-time-temperature-relationship-for-the,"Journal of Water, Sanitation & Hygiene for Development",The time–temperature relationship for the inactivation of Ascaris eggs,2018,FALSE,0,NA,NA,2,D. Naidoo,"School of Life Sciences, Westville Campus, University of KwaZulu-Natal, Durban 4051, South Africa",South Africa,NA,NA,G. L. Foutch,"School of Computing and Engineering, University of Missouri-Kansas City, Kansas City, MO 64110, USAand Chemical Engineering, Howard Campus, University of KwaZulu-Natal, Durban 4001, South Africa",South Africa,foutch@okstate.edu,NA,FALSE,NA,NA,NA,Ascaris sp.; exposure time; inactivation; temperature; viscous heating,NA,iwaponline.com +39045,8,2,https://iwaponline.com/washdev/article/8/2/127/39045/Beyond-the-MDG-water-target-to-universal-water,"Journal of Water, Sanitation & Hygiene for Development",Beyond the MDG water target to universal water coverage in Ghana: the key transformative shifts required,2018,FALSE,0,NA,NA,2,Isaac Monney,Department of Environmental Health and Sanitation Education,NA,monney.isaac@gmail.com,NA,Isaac Monney,Department of Environmental Health and Sanitation Education,NA,monney.isaac@gmail.com,NA,FALSE,NA,NA,NA,climate change; drinking water; financing; Ghana; sustainable water supply; universal water coverage,NA,iwaponline.com +39044,8,2,https://iwaponline.com/washdev/article/8/2/142/39044/Reliability-of-water-supplies-in-low-and-middle,"Journal of Water, Sanitation & Hygiene for Development",Reliability of water supplies in low and middle-income countries: a structured review of definitions and assessment criteria,2018,FALSE,0,NA,NA,3,Batsirai Majuru,Norwich Medical School,United Kingdom of Great Britain and Northern Ireland,NA,NA,Paul R. Hunter,Norwich Medical School,GBR,paul.hunter@uea.ac.uk,NA,FALSE,NA,NA,NA,assessment criteria; definition; reliability; review; water supply,NA,iwaponline.com +39036,8,2,https://iwaponline.com/washdev/article/8/2/165/39036/Top-down-planning-for-scalable-sustainable,"Journal of Water, Sanitation & Hygiene for Development",‘Top-down’ planning for scalable sustainable sanitation in high-density low-income urban areas: is it more appropriate than ‘bottom-up’ planning?,2018,FALSE,0,NA,NA,1,Duncan Mara,School of Civil Engineering,NA,d.d.mara@leeds.ac.uk,NA,Duncan Mara,School of Civil Engineering,NA,d.d.mara@leeds.ac.uk,NA,FALSE,NA,NA,NA,community-managed sanitation blocks; low-cost combined sewerage; low-income urban areas; planning; simplified sewerage; slums,NA,iwaponline.com +39027,8,2,https://iwaponline.com/washdev/article/8/2/176/39027/The-cost-of-urban-sanitation-solutions-a,"Journal of Water, Sanitation & Hygiene for Development",The cost of urban sanitation solutions: a literature review,2018,FALSE,0,NA,NA,1,Loïc Daudey,Agence Française de Développement/French Agency for Development (AFD),France,loic.daudey@gmail.com,NA,Loïc Daudey,Agence Française de Développement/French Agency for Development (AFD),FRA,loic.daudey@gmail.com,NA,FALSE,NA,NA,NA,faecal sludge management (FSM); lifecycle costs; sanitation chain; septic tank; sewerage; urban sanitation,NA,iwaponline.com +39053,8,2,https://iwaponline.com/washdev/article/8/2/196/39053/Understanding-water-related-emotional-distress-for,"Journal of Water, Sanitation & Hygiene for Development",Understanding water-related emotional distress for improving water services: a case study from an Ethiopian small town,2018,FALSE,0,NA,NA,2,Vincent Thomas,Lyon,NA,NA,NA,Samuel Godfrey,UNICEF,NA,sgodfrey@unicef.org,NA,FALSE,NA,NA,NA,Africa; emotional distress; Ethiopia; urban; water supply,NA,iwaponline.com +39033,8,2,https://iwaponline.com/washdev/article/8/2/208/39033/The-impact-of-pro-poor-interventions-on-the,"Journal of Water, Sanitation & Hygiene for Development",The impact of pro-poor interventions on the performance indicators of a water utility: case studies of Nakuru and Kisumu,2018,FALSE,0,NA,NA,2,T. J. Kemendi,Musoma Urban Water and Sanitation Authority,United Republic of Tanzania,NA,NA,M. Tutusaus,"IHE Delft, Institute for Water Education",NLD,m.tutusaus@un-ihe.org,NA,FALSE,NA,NA,NA,financial sustainability; low income areas; pro-poor interventions; social responsibility; water utilities,NA,iwaponline.com +39026,8,2,https://iwaponline.com/washdev/article/8/2/217/39026/Estimating-the-impact-of-climate-change-on,"Journal of Water, Sanitation & Hygiene for Development","Estimating the impact of climate change on residential water use using panel data analysis: a case study of Lilongwe, Malawi",2018,FALSE,0,NA,NA,4,Chikondi Makwiza,Department of Civil Engineering,NA,NA,NA,Heinz Erasmus Jacobs,Department of Civil Engineering,NA,hejacobs@sun.ac.za,NA,FALSE,NA,NA,NA,climate change; panel linear models; residential water use,NA,iwaponline.com +39028,8,2,https://iwaponline.com/washdev/article/8/2/227/39028/Towards-sustainable-urban-sanitation-a-capacity,"Journal of Water, Sanitation & Hygiene for Development",Towards sustainable urban sanitation: a capacity-building approach to wastewater mapping for small towns in India,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/2/10.2166_washdev.2017.071/1/washdev2017071supp.docx?Expires=1706049840&Signature=W3QzaTB7feTJ2ujTs9tEaMNqGLAhhog2HldsgnN2O8qO4zuHXYfqBL1moqcFMCDoNDM3FnP67UcUClS~nPSc8BnxmCaKEASGOxGDCQbu2M53zq8J-JF-PyZ5hhy7nqFam9mMaoYPyVlzdnTNw5TayCi3QwX0CYaOOtbzbaUlbkMzll3tVYQXn8~8QQxcdQpGbWItom5VXTeKlvkAjbZLy7s5ajjl5XtqyRndSMcgToLrhmoK881IdvA3WV6-ffTWIMiomLNkTpr7XWtLyxJmLZ55RdOJcbdLn8vGiPXhY7t3~c4KovUdTLaoyvqDxCj-pqsRowL-TKld4tzd60OzSA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,N. C. Narayanan,Indian Institute of Technology Bombay,India,ncn@iitb.ac.in,NA,N. C. Narayanan,Indian Institute of Technology Bombay,IND,ncn@iitb.ac.in,NA,FALSE,NA,NA,NA,capacity-building; participatory mapping; sanitation planning; sanitation zones; waste watersheds,NA,iwaponline.com +39038,8,2,https://iwaponline.com/washdev/article/8/2/238/39038/Investigating-wastewater-flow-from-a-gated,"Journal of Water, Sanitation & Hygiene for Development",Investigating wastewater flow from a gated community to disaggregate indoor and outdoor water use,2018,FALSE,0,NA,NA,5,J. L. Du Plessis,Department of Civil Engineering,NA,NA,NA,C. Loubser,Department of Civil Engineering,NA,carloloubser@sun.ac.za,NA,FALSE,NA,NA,NA,disaggregation; outdoor demand; residential water use,NA,iwaponline.com +39032,8,2,https://iwaponline.com/washdev/article/8/2/246/39032/Sludge-removal-enterprises-in-Indonesia-factors,"Journal of Water, Sanitation & Hygiene for Development",Sludge removal enterprises in Indonesia: factors affecting entrepreneurial success,2018,FALSE,0,NA,NA,5,Jeremy Paul Kohlitz,Institute for Sustainable Futures,NA,Jeremy.Kohlitz@uts.edu.au,NA,Jeremy Paul Kohlitz,Institute for Sustainable Futures,NA,Jeremy.Kohlitz@uts.edu.au,NA,FALSE,NA,NA,NA,entrepreneurship; faecal sludge management; government; Indonesia; sanitation; sludge removal,NA,iwaponline.com +39043,8,2,https://iwaponline.com/washdev/article/8/2/257/39043/Volatile-fatty-acids-build-up-and-its-effect-on-E,"Journal of Water, Sanitation & Hygiene for Development",Volatile fatty acids build-up and its effect on E. coli inactivation during excreta stabilisation in single-stage and two-stage systems,2018,FALSE,0,NA,NA,3,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft",Netherlands,rnyawirah@yahoo.com,NA,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft",NLD,rnyawirah@yahoo.com,NA,FALSE,NA,NA,NA,anaerobic (CO) digestion; non-dissociated volatile fatty acids; pathogen inactivation; UDDT faeces,NA,iwaponline.com +39034,8,2,https://iwaponline.com/washdev/article/8/2/268/39034/Association-of-septic-tank-and-sand-filter-for,"Journal of Water, Sanitation & Hygiene for Development",Association of septic tank and sand filter for wastewater treatment: full-scale feasibility for decentralized sanitation,2018,FALSE,0,NA,NA,3,Luana Mattos de Oliveira Cruz,"School of Civil Engineering, Architecture and Urbanism – FEC",Brazil,NA,NA,Adriano Luiz Tonetti,"School of Civil Engineering, Architecture and Urbanism – FEC",BRA,adriano@fec.unicamp.br,NA,FALSE,NA,NA,NA,anaerobic treatment; decentralized sanitation; nitrification; wastewater,NA,iwaponline.com +39039,8,2,https://iwaponline.com/washdev/article/8/2/278/39039/Do-household-surveys-estimate-tap-water-use,"Journal of Water, Sanitation & Hygiene for Development","Do household surveys estimate tap water use accurately? Evidence from pressure-sensor based estimates in Coimbatore, India",2018,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/2/10.2166_washdev.2018.127/1/washdev2018127supp.pdf?Expires=1706044350&Signature=DZeiBkDLCF9tjE3CKGgyhs30Jijn6EV0adxadg0aZseXFUVMhQgtP5PtRqz5jeFBihJbFMyRgoD0HoaQEoD-FJXfToZ4Ex2o2bRYO9niuv3akBkKnDyD~k0okR5CCjLhirpGtDAc6Lq0nmOlI4gSaXRN0VoWo7XS8iQ~LbRDVriCfmO3Yj2Y4Otd7M8MhuxzWuPKacwY4PgIzdpE03UiobgKZ4ouo5yPLmP7YnIWUD-JqA15droRvLPCGHcQDQOPrygd6Gbge5OSQZ8SfDF-0pxeoYtE3EOPW0bal1yAvT44K2EyLuDe7gXSlE0DAejfTXQIAQYke4V9h8hN1oA8OA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,R. Apoorva,"Ashoka Trust for Research in Ecology and the Environment (ATREE), Royal Enclave",India,apoorva.r@atree.org,NA,R. Apoorva,"Ashoka Trust for Research in Ecology and the Environment (ATREE), Royal Enclave",IND,apoorva.r@atree.org,NA,FALSE,NA,NA,NA,household survey; household water use; multiple source dependence; sensor monitoring; unmetered connections; water diary,NA,iwaponline.com +39031,8,2,https://iwaponline.com/washdev/article/8/2/290/39031/Scaling-up-rural-sanitation-in-Tanzania-evidence,"Journal of Water, Sanitation & Hygiene for Development",Scaling up rural sanitation in Tanzania: evidence from the National Sanitation Campaign,2018,FALSE,0,NA,NA,4,Anyitike Mwakitalima,"Ministry of Health, Community Development, Gender, Elderly and Children",NA,NA,NA,Telemu Kassile,"Department of Mathematics, Informatics and Computational Sciences, Solomon Mahlangu College of Science and Education",TZA,telemuk@yahoo.com,NA,FALSE,NA,NA,NA,Community-Led Total Sanitation; National Sanitation Campaign; rural sanitation; Tanzania,NA,iwaponline.com +39040,8,2,https://iwaponline.com/washdev/article/8/2/307/39040/Tracking-user-satisfaction-of-rural-water-services,"Journal of Water, Sanitation & Hygiene for Development",Tracking user satisfaction of rural water services in northern Ghana,2018,FALSE,0,NA,NA,2,T. C. Kumasi,"Community Water and Sanitation Agency, Head Office, PMB-KIA",NA,tyhracarolynkumasi@gmail.com,NA,T. C. Kumasi,"Community Water and Sanitation Agency, Head Office, PMB-KIA",NA,tyhracarolynkumasi@gmail.com,NA,FALSE,NA,NA,NA,affordability; Ghana; handpump; user satisfaction; water and sanitation management teams; water service levels,NA,iwaponline.com +39035,8,2,https://iwaponline.com/washdev/article/8/2/319/39035/Communal-latrine-utilization-and-associated,"Journal of Water, Sanitation & Hygiene for Development","Communal latrine utilization and associated factors in Addis Ababa, Ethiopia: a community-based cross-sectional study",2018,FALSE,0,NA,NA,2,Elzabeth Girma Kefeni,UNICEF – Ethiopia,Ethiopia,NA,NA,Walelegn Worku Yallew,Department of Environmental and Occupational Health and Safety,NA,walelegnw@gmail.com,NA,FALSE,NA,NA,NA,barriers of latrine use; communal latrine; Ethiopia; latrine use,NA,iwaponline.com +39037,8,2,https://iwaponline.com/washdev/article/8/2/325/39037/The-role-of-decentralized-municipal-desalination,"Journal of Water, Sanitation & Hygiene for Development","The role of decentralized municipal desalination plants in removal of physical, chemical and microbial parameters from drinking water: a case study in Bushehr, Iran",2018,FALSE,0,NA,NA,7,Vahid Noroozi Karbasdehi,"Department of Environmental Health Engineering, Faculty of Health",NA,NA,NA,Sina Dobaradaran,"Department of Environmental Health Engineering, Faculty of Health",NA,sina_dobaradaran@yahoo.com,NA,FALSE,NA,NA,NA,Bushehr; decentralized municipal desalination plants; drinking water guidelines; water treatment,NA,iwaponline.com +39051,8,2,https://iwaponline.com/washdev/article/8/2/340/39051/Evaluation-of-the-factors-affecting-water-saving,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of the factors affecting water-saving attitudes of urban life on the verge of the next century: a case study of the Mediterranean region of Turkey,2018,FALSE,0,NA,NA,4,M. Goksel Akpinar,"Faculty of Agriculture, Department of Agricultural Economics",NA,NA,NA,Mevlut Gul,"Faculty of Agriculture, Department of Agricultural Economics",NA,mevlutgul@sdu.edu.tr,NA,FALSE,NA,NA,NA,consumer attitudes; factor analysis; Turkey; water saving; water usage,NA,iwaponline.com +39050,8,2,https://iwaponline.com/washdev/article/8/2/349/39050/Residual-chlorine-behavior-in-a-distribution,"Journal of Water, Sanitation & Hygiene for Development",Residual chlorine behavior in a distribution network of a small water supply system,2018,FALSE,0,NA,NA,2,Andrés Araya,Escuela de Ingeniería en Construcción,NA,jobando@itcr.ac.cr,NA,Andrés Araya,Escuela de Ingeniería en Construcción,NA,jobando@itcr.ac.cr,NA,FALSE,NA,NA,NA,distribution network; EPANET; residual chlorine; small systems,NA,iwaponline.com +39015,8,3,https://iwaponline.com/washdev/article/8/3/359/39015/Public-finance-at-scale-for-rural-sanitation-a,"Journal of Water, Sanitation & Hygiene for Development","Public finance at scale for rural sanitation – a case of Swachh Bharat Mission, India",2018,FALSE,0,NA,NA,1,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad 380009, India",India,meeramehta@cept.ac.in,NA,Meera Mehta,"CEPT University, Navrangpura, Ahmedabad 380009, India",India,meeramehta@cept.ac.in,NA,FALSE,NA,NA,NA,India; open defecation; public finance; sanitation; Swachh Bharat,NA,iwaponline.com +39018,8,3,https://iwaponline.com/washdev/article/8/3/374/39018/Microbial-contamination-of-non-household-drinking,"Journal of Water, Sanitation & Hygiene for Development",Microbial contamination of non-household drinking water sources: a systematic review,2018,FALSE,0,NA,NA,6,Lydia Abebe,"The Water Institute, University of North Carolina at Chapel Hill, 148 Rosenau Hall, CB #7431 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",United States of America,NA,NA,Jamie Bartram,"The Water Institute, University of North Carolina at Chapel Hill, 148 Rosenau Hall, CB #7431 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",United States of America,jbartram@live.unc.edu,NA,FALSE,NA,NA,NA,E. coli; fecal indicator bacteria; health care facilities; restaurants; schools; water quality,NA,iwaponline.com +41301,8,3,https://iwaponline.com/washdev/article/8/3/386/41301/Water-sanitation-and-hygiene-systems-in-Pacific,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene systems in Pacific Island schools to promote the health and education of girls and children with disability: a systematic scoping review",2018,FALSE,0,NA,NA,6,Michelle Redman-MacLaren,"College of Medicine and Dentistry, James Cook University, Australia",Australia,michelle.maclaren@jcu.edu.au,NA,Michelle Redman-MacLaren,"College of Medicine and Dentistry, James Cook University, Australia",Australia,michelle.maclaren@jcu.edu.au,NA,FALSE,NA,NA,NA,children with disability; education; girl students; Pacific Island Countries and Territories (PICTs); public health; water; sanitation and hygiene,NA,iwaponline.com +39041,8,3,https://iwaponline.com/washdev/article/8/3/402/39041/A-systematic-assessment-of-the-pro-poor-reach-of,"Journal of Water, Sanitation & Hygiene for Development",A systematic assessment of the pro-poor reach of development bank investments in urban sanitation,2018,FALSE,0,NA,NA,5,P. Hutchings,"Cranfield University, Vincent Building (1st Floor), Cranfield, Bedfordshire MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,p.t.hutchings@cranfield.ac.uk,NA,P. Hutchings,"Cranfield University, Vincent Building (1st Floor), Cranfield, Bedfordshire MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,p.t.hutchings@cranfield.ac.uk,NA,FALSE,NA,NA,NA,development bank; finance; pro-poor; urban sanitation,NA,iwaponline.com +39347,8,3,https://iwaponline.com/washdev/article/8/3/415/39347/Investigating-disinfectant-by-products-in-Harare,"Journal of Water, Sanitation & Hygiene for Development","Investigating disinfectant by-products in Harare potable water supply, Zimbabwe",2018,FALSE,0,NA,NA,3,Kuitakwashe Nhongo,"Department of Civil Engineering, University of Zimbabwe, BOX MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,kuitanhongo@gmail.com,NA,Kuitakwashe Nhongo,"Department of Civil Engineering, University of Zimbabwe, BOX MP167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,kuitanhongo@gmail.com,NA,FALSE,NA,NA,NA,bromodichloromethane; disinfection by-products; Harare; residual chlorine; trihalomethanes; water quality,NA,iwaponline.com +39052,8,3,https://iwaponline.com/washdev/article/8/3/429/39052/Assessing-equity-a-way-to-improve-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Assessing equity: a way to improve sanitation service delivery in South African informal settlements,2018,FALSE,0,NA,NA,3,S. M. Pan,"Department of Civil Engineering, University of Cape Town, Rondebosch 7700, South Africa",South Africa,sphpan@gmail.com,NA,S. M. Pan,"Department of Civil Engineering, University of Cape Town, Rondebosch 7700, South Africa",South Africa,sphpan@gmail.com,NA,FALSE,NA,NA,NA,equity; informal settlements; sanitation; South Africa,NA,iwaponline.com +39054,8,3,https://iwaponline.com/washdev/article/8/3/439/39054/Analysis-of-water-security-and-source-preferences,"Journal of Water, Sanitation & Hygiene for Development",Analysis of water security and source preferences in rural Tanzania,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/3/10.2166_washdev.2018.169/2/washdev2018169supp.docx?Expires=1706092154&Signature=iI97~jaJ8fK5huPqoqxyjFSb6al7r-z7DlhJNJzYtNohtT9TZpn8KVcv-LyuPC6-Swnag1NTcurOVsx6-7NZdoiX01jcl5Xhh-2vnKKVkHtPpBGQkpsbdW8-2Xwy3wSwqeWA6ZqFRXsYJrtLR9mATMcZhOKNi~Pm8ESNJaz~i7K4NfKiiMZSHHARMjj9faiNn2r5SvYBL65~vRHwQoVMmn72jtkqWRBR-yxiun4mUJwIf4y1iTqRjAlHtCaXN0aLMW3qbnRQ6SOuGMqVZBLyXV28Til6~aiQb07MoljUCLRqh0l-UV3VZuhrsYVNhjHBvd~Nu2UkgBWr2APaTZRugg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Tula M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",United States of America,NA,NA,Susan J. Masten,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",United States of America,masten@egr.msu.edu,NA,FALSE,NA,NA,NA,rural communities; shallow wells; surface water; Tanzania; Water Poverty Index; Water Quality Index,NA,iwaponline.com +39020,8,3,https://iwaponline.com/washdev/article/8/3/449/39020/An-investigation-of-some-water-quality-properties,"Journal of Water, Sanitation & Hygiene for Development","An investigation of some water quality properties from different sources in Pelengana commune, Segou, Mali",2018,FALSE,0,NA,NA,3,Amadou Toure,"School of Forestry, Northeast Forestry University, No.26 Hexing Road Xiangfang District, Harbin 150040, China",China,NA,NA,Duan Wenbiao,"School of Forestry, Northeast Forestry University, No.26 Hexing Road Xiangfang District, Harbin 150040, China",China,dwbiao88@126.com,NA,FALSE,NA,NA,NA,borehole water; Mali; Pelengana commune; physicochemical quality; river water; well water,NA,iwaponline.com +40826,8,3,https://iwaponline.com/washdev/article/8/3/459/40826/Performance-evaluation-of-a-municipal-water,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of a municipal water distribution system using WaterCAD and Epanet,2018,FALSE,0,NA,NA,3,J. C. Agunwamba,"Department of Civil Engineering, University of Nigeria Nsukka, Nsukka, Nigeria",Nigeria,NA,NA,C. C. Nnaji,"Department of Civil Engineering, University of Nigeria Nsukka, Nsukka, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,NA,FALSE,NA,NA,NA,demand; Epanet; pressure; velocity; water distribution system; WaterCAD,NA,iwaponline.com +39047,8,3,https://iwaponline.com/washdev/article/8/3/468/39047/Point-of-use-water-chlorination-among-urban-and,"Journal of Water, Sanitation & Hygiene for Development","Point-of-use water chlorination among urban and rural households with under-five-year children: a comparative study in Kersa Health and Demographic Surveillance Site, Eastern Ethiopia",2018,FALSE,0,NA,NA,6,Abraham Geremew,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,NA,Abraham Geremew,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,NA,FALSE,NA,NA,NA,caregivers; point-of-use; rural; urban; water chlorination,NA,iwaponline.com +39048,8,3,https://iwaponline.com/washdev/article/8/3/481/39048/Impact-of-sanitation-monitoring-approaches-on,"Journal of Water, Sanitation & Hygiene for Development",Impact of sanitation monitoring approaches on sanitation estimates in Sub-Saharan Africa,2018,FALSE,0,NA,NA,3,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,mismuchie@gmail.com,NA,Muchaneta Munamati,"Department of Civil Engineering, University of Zimbabwe, Box MP167, Mt. Pleasant, Harare, Zimbabwe",Zimbabwe,mismuchie@gmail.com,NA,FALSE,NA,NA,NA,Government approach; improved sanitation access; JMP approach; sanitation estimates; sanitation monitoring,NA,iwaponline.com +41220,8,3,https://iwaponline.com/washdev/article/8/3/497/41220/Physico-chemical-quality-of-drinking-water-in-the,"Journal of Water, Sanitation & Hygiene for Development",Physico-chemical quality of drinking water in the Njoro sub-county in Kenya,2018,FALSE,0,NA,NA,3,Philip Ruciaka Kirianki,"Department of Biochemistry and Molecular Biology, Egerton University, P.O BOX 536-20115, Egerton, Njoro, Kenya",Kenya,NA,NA,Natasha Potgieter,"Department of Microbiology, School of Mathematical and Natural Sciences, University of Venda, Limpopo, South Africa and Dean, School of Mathematical and Natural Sciences, University of Venda, Limpopo, South Africa",South Africa,natasha.potgieter@univen.ac.za,NA,FALSE,NA,NA,NA,Kenya; physico-chemical parameters; public health; water quality,NA,iwaponline.com +39029,8,3,https://iwaponline.com/washdev/article/8/3/508/39029/Who-is-being-left-behind-An-analysis-of-improved,"Journal of Water, Sanitation & Hygiene for Development",Who is being left behind? An analysis of improved drinking water and basic sanitation access in the Vietnamese Mekong Delta,2018,FALSE,0,NA,NA,4,Caitlin A. Grady,"Department of Civil and Environmental Engineering, Pennsylvania State University, University Park, PA, USA and Rock Ethics Institute, Pennsylvania State University, University Park, PA, USA",United States of America,cgrady@psu.edu,NA,Caitlin A. Grady,"Department of Civil and Environmental Engineering, Pennsylvania State University, University Park, PA, USA and Rock Ethics Institute, Pennsylvania State University, University Park, PA, USA",United States of America,cgrady@psu.edu,NA,FALSE,NA,NA,NA,access; clean water; Millennium Development Goals; sanitation; Sustainable Development Goals; Vietnam,NA,iwaponline.com +39030,8,3,https://iwaponline.com/washdev/article/8/3/520/39030/Impact-of-a-multidimensional-child-cash-grant,"Journal of Water, Sanitation & Hygiene for Development","Impact of a multidimensional child cash grant programme on water, sanitation and hygiene in Nepal",2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/3/10.2166_washdev.2018.006/2/washdev2018006supp.docx?Expires=1706092182&Signature=gEIUvmPA1RXNClkWIYARyFASQAfwN0KJAx4DIrgJ3pu0ZYrLQ1q1G2NTXw8BD1StqUqnbGvPXqv2bID8hdaTP1QWox-7Egi0w~5FqHgV~4LQ5DTBywEG5XCMumAZ240mGSQ~UkpNuEHb-f1uqkjWXsZbzyiCeSeBrMpLFUIeQk2oll~C7iITOsHsgsAGGwUae3W2RxMp4tBxoBxCGVTkFCx2twGyefEoiv3tC0hYWGu3BgZBhkp~IhxNeRTvb~MMYNhI4uI6C3OH5SgL7u5kFqUe4Dr3361bY0P0FNbOEuG-ujglp--cjN83FqOtxgxg-GLFZJYo806VzIe-2mpkMw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Andre Renzaho,"Humanitarian and Development Studies, School of Social Sciences and Psychology, Western Sydney University, Locked Bag 1797, Penrith, NSW 2751, Australia",Australia,andre.renzaho@westernsydney.edu.au,NA,Andre Renzaho,"Humanitarian and Development Studies, School of Social Sciences and Psychology, Western Sydney University, Locked Bag 1797, Penrith, NSW 2751, Australia",Australia,andre.renzaho@westernsydney.edu.au,NA,FALSE,NA,NA,NA,drinking-water sources; hygiene; Nepal; sanitation; social protection; WASH,NA,iwaponline.com +39016,8,3,https://iwaponline.com/washdev/article/8/3/533/39016/Determinants-of-toilet-ownership-among-rural,"Journal of Water, Sanitation & Hygiene for Development",Determinants of toilet ownership among rural households in six eastern districts of Indonesia,2018,FALSE,0,NA,NA,6,Mitsuaki Hirai,"Department of Global Health, Milken Institute School of Public Health, The George Washington University, Washington, DC, USA",United States of America,NA,NA,Jay P. Graham,"Public Health Institute, Oakland, CA, USA",United States of America,jay.graham@phi.org,NA,FALSE,NA,NA,NA,Indonesia; open defecation; sanitation; social norms,NA,iwaponline.com +39017,8,3,https://iwaponline.com/washdev/article/8/3/546/39017/Exploring-equity-focus-of-the-SHAWN-WASH-programme,"Journal of Water, Sanitation & Hygiene for Development",Exploring equity focus of the SHAWN WASH programme in Nigeria,2018,FALSE,0,NA,NA,8,Ngozi Akwataghibe,"Royal Tropical Institute Mauritskade 63, 1092 AD Amsterdam, The Netherlands",Netherlands,n.akwataghibe@kit.nl,NA,Ngozi Akwataghibe,"Royal Tropical Institute Mauritskade 63, 1092 AD Amsterdam, The Netherlands",Netherlands,n.akwataghibe@kit.nl,NA,FALSE,NA,NA,NA,disability; equity; gender; sanitation; water,NA,iwaponline.com +40790,8,3,https://iwaponline.com/washdev/article/8/3/556/40790/Business-model-analysis-for-faecal-sludge,"Journal of Water, Sanitation & Hygiene for Development",Business model analysis for faecal sludge collection and transport services in Thailand and Vietnam,2018,FALSE,0,NA,NA,3,Ta Hung Anh,"School of Environment Resources and Development, Asian Institute of Technology, P.O. Box 4, Khlong Luang, Pathumthani 12120, Thailand",Thailand,ta.hung.anh@ait.ac.th,NA,Ta Hung Anh,"School of Environment Resources and Development, Asian Institute of Technology, P.O. Box 4, Khlong Luang, Pathumthani 12120, Thailand",Thailand,ta.hung.anh@ait.ac.th,NA,FALSE,NA,NA,NA,business component; business model; collection and transport; faecal sludge,NA,iwaponline.com +39772,8,3,https://iwaponline.com/washdev/article/8/3/568/39772/Characterisation-of-pit-latrine-sludge-from,"Journal of Water, Sanitation & Hygiene for Development","Characterisation of pit latrine sludge from shackleton, a peri-urban residential area of Zimbabwe",2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/3/10.2166_washdev.2018.041/2/washdev2018041supp.docx?Expires=1706012091&Signature=pVOD8TqYz9aSe99N2OEIHDsG7UL4XgBNKVhf6bMqkGYPaJyhAmtKBNv6mWaUc9sh-y6SqFoQim50grjzRbGpLgp1PldprQREgRDk6SAB2mhijVxd77lXh0Rho0I2dN91952zpc1pG6Tm39Wwkpt3fWpoqMUECxcU5Cb-Z0auMeu6Zr635wPP41SujgbQnIorAB0SgDy39JYWiyIOULkZe7ZkLe9jX44vFKx7O2ZmYnBCcSoNrXUOnW367V55BKBnfTaCVVFomRTy96FAByhfSwd3dxtFuXUvuaZTHIUF6J3idWHbh4Sdg0-X3bsMuaXL8m5z9yps44~IxTJXbLO23g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,M. C. Changara,"Department of Environmental Science and Technology, Chinhoyi University of Technology, P.O. Box 7724, Chinhoyi, Zimbabwe",Zimbabwe,chrischangara@gmail.com,NA,M. C. Changara,"Department of Environmental Science and Technology, Chinhoyi University of Technology, P.O. Box 7724, Chinhoyi, Zimbabwe",Zimbabwe,chrischangara@gmail.com,NA,FALSE,NA,NA,NA,characterisation; physico-chemical parameters; pit latrine sludge; user habits,NA,iwaponline.com +39019,8,3,https://iwaponline.com/washdev/article/8/3/578/39019/Performance-of-modified-twin-pit-toilet-in,"Journal of Water, Sanitation & Hygiene for Development","Performance of modified twin pit toilet in Mulbagal town, Karnataka, India",2018,FALSE,0,NA,NA,3,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore, India",India,msrao@iisc.ac.in,NA,Sudhakar M. Rao,"Department of Civil Engineering, Indian Institute of Science, Bangalore, India",India,msrao@iisc.ac.in,NA,FALSE,NA,NA,NA,groundwater; nitrate; pit toilet; remediation,NA,iwaponline.com +39042,8,3,https://iwaponline.com/washdev/article/8/3/585/39042/Water-insecurity-among-rural-households-of-West,"Journal of Water, Sanitation & Hygiene for Development",Water insecurity among rural households of West Cameroon: lessons learned from the field,2018,FALSE,0,NA,NA,2,Carole Debora Nounkeu,"University of North Carolina at Greensboro, Greensboro, North Carolina, USA",United States of America,dcnounke@uncg.edu,NA,Carole Debora Nounkeu,"University of North Carolina at Greensboro, Greensboro, North Carolina, USA",United States of America,dcnounke@uncg.edu,NA,FALSE,NA,NA,NA,children; diarrhea; hygiene; sanitation; water insecurity,NA,iwaponline.com +41425,8,4,https://iwaponline.com/washdev/article/8/4/595/41425/Institutional-WASH-in-the-SDGs-data-gaps-and,"Journal of Water, Sanitation & Hygiene for Development",Institutional WASH in the SDGs: data gaps and opportunities for national monitoring,2018,FALSE,0,NA,NA,6,Christie Chatterley,"Fort Lewis College, 1000 Rim Dr., Durango, CO 81301, USA",United States of America,cachatterley@fortlewis.edu,NA,Christie Chatterley,"Fort Lewis College, 1000 Rim Dr., Durango, CO 81301, USA",United States of America,cachatterley@fortlewis.edu,NA,FALSE,NA,NA,NA,equity; health care facilities; monitoring and evaluation; schools; SDG6; WASH,NA,iwaponline.com +40924,8,4,https://iwaponline.com/washdev/article/8/4/607/40924/Multi-date-trends-in-groundwater-pollution-from,"Journal of Water, Sanitation & Hygiene for Development",Multi-date trends in groundwater pollution from pit latrines,2018,FALSE,0,NA,NA,1,Bloodless Dzwairo,"Civil Engineering Midlands, Durban University of Technology, P.O. Box 101112, Scottsville, 3209, South Africa",South Africa,ig445578@gmail.com,NA,Bloodless Dzwairo,"Civil Engineering Midlands, Durban University of Technology, P.O. Box 101112, Scottsville, 3209, South Africa",South Africa,ig445578@gmail.com,NA,FALSE,NA,NA,NA,groundwater pollution; hygiene; microbial pollution; phosphorus and nitrate; pit latrine; sustainable water quality management,NA,iwaponline.com +41573,8,4,https://iwaponline.com/washdev/article/8/4/622/41573/Improving-the-use-of-qualitative-comparative,"Journal of Water, Sanitation & Hygiene for Development",Improving the use of qualitative comparative analysis for inferring complex causation in development and planning research,2018,FALSE,0,NA,NA,1,Alrik Thiem,"University of Lucerne, Lucerne, Switzerland",Switzerland,alrik.thiem@unilu.ch,NA,Alrik Thiem,"University of Lucerne, Lucerne, Switzerland",Switzerland,alrik.thiem@unilu.ch,NA,FALSE,NA,NA,NA,causal complexity; configurational comparative methods; Qualitative Comparative Analysis (QCA); research methods,NA,iwaponline.com +63287,8,4,https://iwaponline.com/washdev/article/8/4/632/63287/Actively-engaging-women-is-helping-solve-the,"Journal of Water, Sanitation & Hygiene for Development",Actively engaging women is helping solve the global water crisis,2018,FALSE,0,NA,NA,3,E. Allen,"Water For People, 100 E Tennessee Ave, Denver, CO 80209, USA",United States of America,eallen@waterforpeople.org,NA,E. Allen,"Water For People, 100 E Tennessee Ave, Denver, CO 80209, USA",United States of America,eallen@waterforpeople.org,NA,FALSE,NA,NA,NA,gender parity; inclusion; leadership; professional development; sustainability; women,NA,iwaponline.com +39014,8,4,https://iwaponline.com/washdev/article/8/4/640/39014/Assessing-sustainability-of-community-managed-NGOs,"Journal of Water, Sanitation & Hygiene for Development",Assessing sustainability of community managed NGOs’ WASH interventions in rural Zimbabwe: the case of Chivi district in Masvingo province,2018,FALSE,0,NA,NA,1,Victor Madziyauswa,"Department of Development Studies, Faculty of Management and Commerce, University of Fort Hare, Alice Town 5700, Republic of South Africa",South Africa,victormadziyauswa@gmail.com,NA,Victor Madziyauswa,"Department of Development Studies, Faculty of Management and Commerce, University of Fort Hare, Alice Town 5700, Republic of South Africa",ZAF,victormadziyauswa@gmail.com,NA,FALSE,NA,NA,NA,non-government organizations; service delivery; sustainability; water and sanitation,NA,iwaponline.com +41271,8,4,https://iwaponline.com/washdev/article/8/4/650/41271/Determinants-of-rural-sanitation-in-India-and,"Journal of Water, Sanitation & Hygiene for Development",Determinants of rural sanitation in India and implications for public policy,2018,FALSE,0,NA,NA,1,Indranil De,"Institute of Rural Management Anand, Anand, Gujarat, India",India,india.indranil@gmail.com,NA,Indranil De,"Institute of Rural Management Anand, Anand, Gujarat, India",India,india.indranil@gmail.com,NA,FALSE,NA,NA,NA,ethnicity; family size; income; infrastructure; public policy; sanitation,NA,iwaponline.com +41221,8,4,https://iwaponline.com/washdev/article/8/4/660/41221/Cinderella-and-the-missing-slipper-gender-dynamics,"Journal of Water, Sanitation & Hygiene for Development",Cinderella and the missing slipper: gender dynamics in water management in the coastal region of Bangladesh,2018,FALSE,0,NA,NA,2,Khalid Md. Bahauddin,"Institute of Development Studies and Sustainability (IDSS), United International University (UIU), Dhaka, Bangladesh",Bangladesh,khalid.bahauddin@gmail.com,NA,Khalid Md. Bahauddin,"Institute of Development Studies and Sustainability (IDSS), United International University (UIU), Dhaka, Bangladesh",Bangladesh,khalid.bahauddin@gmail.com,NA,FALSE,NA,NA,NA,coastal Bangladesh; gender; inequalities; responsibility; role,NA,iwaponline.com +62855,8,4,https://iwaponline.com/washdev/article/8/4/668/62855/Assessing-peri-urban-sanitation-quality-using-a,"Journal of Water, Sanitation & Hygiene for Development","Assessing peri-urban sanitation quality using a theoretically derived composite measure in Lusaka, Zambia",2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.029/2/washdev2018029supp.docx?Expires=1706021782&Signature=ayUOL8qufxqZHBZjXh5Z-39TdVg961o21oV6U0726FQlGFiG1kZkde-hrF~CBxsy0ZsfpgOQX~PtScu7toIRC1db3rHu6iigtD5ahthSV3oTTrQe2LKWdyajymIR5PD5LQDWwAzJr8DfIFw0a5v17~8gtPzzNxIEIXkZd38hC6APwUxSXuvFJN1CH3Bw2bPqvFNWLKl-5GIht9m~rrwqPcKYnjrI-WANkb96BdB0Szh-crBzB392c7FTE0a~CMpx3pDut-YcgQ6gcR5u26qk3lu2KrX7o0UB6-nX9Igxr48Vj~glY95aRfn7xxbXPMVSNAePUlYGTMY59N4DZV-8jg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,James B. Tidwell,"London School of Hygiene & Tropical Medicine, Keppel St, London WC1E 7HT, UK",United Kingdom of Great Britain and Northern Ireland,ben.tidwell@lshtm.ac.uk,NA,James B. Tidwell,"London School of Hygiene & Tropical Medicine, Keppel St, London WC1E 7HT, UK",United Kingdom of Great Britain and Northern Ireland,ben.tidwell@lshtm.ac.uk,NA,FALSE,NA,NA,NA,measure; peri-urban; quality; sanitation; shared; toilet,NA,iwaponline.com +63652,8,4,https://iwaponline.com/washdev/article/8/4/679/63652/Consolidating-the-use-of-reclaimed-water-for,"Journal of Water, Sanitation & Hygiene for Development",Consolidating the use of reclaimed water for irrigation and infiltration in a semi-arid agricultural valley in Mexico: water management experiences and results,2018,FALSE,0,NA,NA,2,L. G. Mendoza-Espinosa,"Water and Environment Group, Oceanographic Research Institute, Autonomous University of Baja California, Ensenada, Baja California, Mexico",Mexico,lmendoza@uabc.edu.mx,NA,L. G. Mendoza-Espinosa,"Water and Environment Group, Oceanographic Research Institute, Autonomous University of Baja California, Ensenada, Baja California, Mexico",Mexico,lmendoza@uabc.edu.mx,NA,FALSE,NA,NA,NA,crop irrigation; Ensenada; Mexico; water reclamation,NA,iwaponline.com +63812,8,4,https://iwaponline.com/washdev/article/8/4/688/63812/In-vessel-co-composting-a-rapid-resource-recovery,"Journal of Water, Sanitation & Hygiene for Development",In-vessel co-composting – a rapid resource recovery option for septage treatment in Indian cities,2018,TRUE,1,doc,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.046/2/washdev2018046supp.doc?Expires=1706092247&Signature=EeeA0DV4erM2rMbnWYxw2WepB9FetriG0Td3gWZkaJioj6Oo9YHSHL9jc53ngi2EM0OxM~mAJsR3rqKiCcgX4UStMWiJ3d3ocFNG1sdeESGhRmo0ZBaHq-oRnyIZvsr-S3OmXcsAK7WlTWu-aBUw1qy6KFdnuPTAZCnSG-eNJO6dgAXLbhfftB9TVnqwWcY3AQXHZdPnvRgd-hLSOWtCZjkdTc3ee2dYIMerXfUPToIWADJJSeK~-LzCPNC-g4DF-3eE6ScNE1wuKaa6YJTrYQsbebe8BaZkmLwCicvvp3bu95TU2c--CROmctSrUNMoemdZu6Egiegj1kjWOLj6mw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Anu Rachel Thomas,"Department of Civil Engineering, Indian Institute of Technology Madras, Chennai 600036, India",India,NA,NA,Ligy Philip,"Department of Civil Engineering, Indian Institute of Technology Madras, Chennai 600036, India",India,ligy@iitm.ac.in,NA,FALSE,NA,NA,NA,co-substrates; end use; fertilizer; in-vessel co-composting; maturity test; septage,NA,iwaponline.com +64331,8,4,https://iwaponline.com/washdev/article/8/4/698/64331/Microbiological-water-quality-of-the-sacred-River,"Journal of Water, Sanitation & Hygiene for Development","Microbiological water quality of the sacred River Bhagirathi, Garhwal Himalaya, India",2018,FALSE,0,NA,NA,3,Nidhi Sharma,"Department of Microbiology, J.V. College, Baraut-Baghpat, Uttar Pradesh, India",India,NA,NA,Rahul Kumar,"Department of Environmental Sciences, H.N.B. Garhwal University (A Central University), Srinagar Garhwal 246174, Uttarakhand, India",India,rahul.khadwalia@gmail.com,NA,FALSE,NA,NA,NA,Bhagirathi; Ganga; Garhwal Himalaya; India; microbiological; water quality,NA,iwaponline.com +63653,8,4,https://iwaponline.com/washdev/article/8/4/707/63653/Operating-parameters-for-three-resource-recovery,"Journal of Water, Sanitation & Hygiene for Development",Operating parameters for three resource recovery options from slow-pyrolysis of faecal sludge,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.009/2/washdev2018009supp.docx?Expires=1706043976&Signature=cUqMhbYXwnpq1L7yf04gbvUmQSIQxRLC3C3r~W8AWuS7toP1GBJqdpUWpVF-rZu7Vxmxke-qNBFGkplAJr-9cNu5Fulc6hIdHs-sPuFT0~oewvQn1M4d-hsAE0-L32XGcwEy487MAehR6tVsf7LNzbCGl7ClAacO1ihholO64SGAn06QIbN03zst4vbi6gEIKPuKosg3hJyqnOcvoRHJFDgO2WiYGDYFTd4AgO5M463KtfkiAOdk-GNjqrq8hglda59~Q2h3LsqSqi8umRzqjqyeVOa1MRUgLdsJoY1VmDp74bC7AdASNS5ng8P~K1QxVgYBDphjWwMqjMG~aaQHdA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,M. Gold,"Sandec: Department of Sanitation, Water and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, 8600 Duebendorf, Switzerland",Switzerland,moritz.gold@eawag.ch,NA,M. Gold,"Sandec: Department of Sanitation, Water and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, 8600 Duebendorf, Switzerland",Switzerland,moritz.gold@eawag.ch,NA,FALSE,NA,NA,NA,char; pyrolysis; sanitation; treatment; Uganda; wastewater,NA,iwaponline.com +64190,8,4,https://iwaponline.com/washdev/article/8/4/718/64190/Sanitation-for-all-a-Panglossian-perspective,"Journal of Water, Sanitation & Hygiene for Development",Sanitation for all: a Panglossian perspective?,2018,FALSE,0,NA,NA,2,Priyam Das,"University of Hawai‘i at Mānoa, Honolulu, HI, USA",United States of America,priyam@hawaii.edu,NA,Priyam Das,"University of Hawai‘i at Mānoa, Honolulu, HI, USA",United States of America,priyam@hawaii.edu,NA,FALSE,NA,NA,NA,India; low-income settlements; open defecation; sanitation; toilets; urban,NA,iwaponline.com +63697,8,4,https://iwaponline.com/washdev/article/8/4/730/63697/Contributing-to-water-security-through-water,"Journal of Water, Sanitation & Hygiene for Development",Contributing to water security through water tariffs: some guidelines for implementation mechanisms,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.015/2/washdev2018015supp.docx?Expires=1706026647&Signature=OpIhMMCLbcOEPDf~dWSc41r79fo5c4enzDtMkZ33cOfyBHHBDu3cV~0HjOp6dxRLVjEDtPsLxpkUQBQQo5HseobX6CjtIXQnWGGJ6yePqMMrgeUrciJT0DJzdHNHvaf~C96uHHnaKHri0iinYvLZ0CAhQXZLg47ywddc94FlL9aAsBW7VHCbLlF2Djex0Yz2Oavi-dQFD4q9UHv6-Yuh5Ux351nWD2LH-cZ7N38vdV1YujK7HIt6okdM-XS--8z2Gliqah9yyKVZPNNfRdkbljz4AFpeIiegXY8dKM4XBi815nT8wP5heHj7PbQ3UxPZzaXTFEiA902RHXg56KebhQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Francisco Silva Pinto,"CERIS, CESUR, Instituto Superior Técnico, Universidade de Lisboa, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,frcsilvapinto@tecnico.ulisboa.pt,NA,Francisco Silva Pinto,"CERIS, CESUR, Instituto Superior Técnico, Universidade de Lisboa, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,frcsilvapinto@tecnico.ulisboa.pt,NA,FALSE,NA,NA,NA,growing urban centres; pricing policies; water security; water tariff implementation,NA,iwaponline.com +64304,8,4,https://iwaponline.com/washdev/article/8/4/740/64304/Incidence-of-chlorination-by-products-in-an,"Journal of Water, Sanitation & Hygiene for Development","Incidence of chlorination by-products in an institutional drinking water distribution network, Islamabad, Pakistan, using response surface methodology",2018,FALSE,0,NA,NA,5,Romana Khan,"Institute of Environmental Sciences and Engineering, School of Civil and Environmental Engineering, National University of Sciences and Technology (NUST), H-12 Sector, Islamabad, 44000, Pakistan",Pakistan,romanakhan333@gmail.com,NA,Romana Khan,"Institute of Environmental Sciences and Engineering, School of Civil and Environmental Engineering, National University of Sciences and Technology (NUST), H-12 Sector, Islamabad, 44000, Pakistan",Pakistan,romanakhan333@gmail.com,NA,FALSE,NA,NA,NA,disinfection by-products; distribution network; response surface methodology; solid-phase microextraction; water analysis,NA,iwaponline.com +64305,8,4,https://iwaponline.com/washdev/article/8/4/752/64305/Developing-a-water-quality-index-in-a-tropical,"Journal of Water, Sanitation & Hygiene for Development",Developing a water quality index in a tropical reservoir using a measure of multiparameters,2018,FALSE,0,NA,NA,6,Alberto Quevedo-Castro,"División de Estudios de Posgrado e Investigación, Instituto Tecnológico de Culiacán, Juan de Dios Bátiz 310, Col. Guadalupe, P.C. 80220, Culiacán, Sinaloa, Mexico",Mexico,NA,NA,Yaneth Bustos-Terrones,"CONACYT-División de Estudios de Posgrado e Investigación, Instituto Tecnológico de Culiacán, Juan de Dios Bátiz 310, Col. Guadalupe, P.C. 80220, Culiacán, Sinaloa, Mexico",Mexico,yabustoste@conacyt.mx,NA,FALSE,NA,NA,NA,Pearson correlation; principal component analysis; sensitivity analysis; tropical reservoir; water quality index,NA,iwaponline.com +64491,8,4,https://iwaponline.com/washdev/article/8/4/767/64491/Microbiological-and-physico-chemical-properties-of,"Journal of Water, Sanitation & Hygiene for Development","Microbiological and physico-chemical properties of packaged, residential treatment device and tap water drinking water and their possible effects on human health",2018,FALSE,0,NA,NA,7,Neriman Aydın,"Faculty of Medicine, Department of Public Health, Gaziantep University, 27310 Gaziantep, Turkey",Türkiye,neriman_aydin@yahoo.com,NA,Neriman Aydın,"Faculty of Medicine, Department of Public Health, Gaziantep University, 27310 Gaziantep, Turkey",Türkiye,neriman_aydin@yahoo.com,NA,FALSE,NA,NA,NA,drinking water; packaged water; sanitation; tap water; water analysis,NA,iwaponline.com +64417,8,4,https://iwaponline.com/washdev/article/8/4/777/64417/Lead-lag-series-and-staged-parallel-operational,"Journal of Water, Sanitation & Hygiene for Development",Lead-lag series and staged parallel operational strategies improve the performance and cost-effectiveness of bonechar for control of fluoride in groundwater,2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.111/2/washdev2018111supp.docx?Expires=1706092283&Signature=whDPyjL3Ai7Nddis2iT4~FJny4kJuGZVkLxYr1gdB53mbeuNZalINxgxDgOhwCNCD2Ia6JvszoQtc1Idq2pVAtP6zR7VO2aUZbfD~Ds-S33ThZ0DLPJ6Jr4I~KlBPGMZ0JX1YajdrEoi~VEEWVJvGu7xE2inVBClJnJbsQOfzWirWNpCSkDDBXV8oEMnKb76-WvxDTozTqbFksUChz8otDFFwDhdtdL35ptO~zXUAmTQVWRbekHEEZI~c0tgbeajiew1SxZvlTyErZWDvjNtVIdJxz0RMWjm8ZclA3LeGarwZt8xzInfBqNd7qURmn6sN5ynfxnlO~Tfp5rAyu8rXA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,J. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, NC 27695, USA",United States of America,jpkearns@ncsu.edu,NA,J. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, NC 27695, USA",United States of America,jpkearns@ncsu.edu,NA,FALSE,NA,NA,NA,bonechar; fluoride; groundwater; household water treatment; Mexico; sorption,NA,iwaponline.com +41370,8,4,https://iwaponline.com/washdev/article/8/4/785/41370/Improving-environmental-conditions-for,"Journal of Water, Sanitation & Hygiene for Development","Improving environmental conditions for involuntarily displaced populations: water, sanitation, and hygiene in orphanages, prisons, and refugee and IDP settlements",2018,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/8/4/10.2166_washdev.2018.019/2/washdev2018019supp.docx?Expires=1706022745&Signature=iydkyZEZwzmwmeerw4yjz0JxWxqpD6FEPOvzr2Cn4FT-cgWfh0YSs3fuSfdrP~doVap153o4CFVZEhR7GqC3r7ND7X7FA1oV25Sv-ICszAbORGuI1o4kYiXYxdAQ8bv1rlsGjffKQg70v4aaiLjwkaNciyYccgb-HdgGwpJJp9svMeHFBQu0tFWRPmRfZi9VtI4GNod6Jzjtm~dtEEz-AlW-QbYnKusAsAvxzdWE2FfHqikJmV1SiVmPjyxCDrFxrH5tFI5fGiN16zgpX1IL2ZjatJu4~N-Bh8S9Ia3oNbzOpHLnCrK-ysBT9ruCoxDAezaoTLRZJ6uD76mtebKBwA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,11,Nikki Behnke,"Gillings School of Global Public Health, The Water Institute at UNC, Campus Box #7431, 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",United States of America,behnke@live.unc.edu,NA,Nikki Behnke,"Gillings School of Global Public Health, The Water Institute at UNC, Campus Box #7431, 135 Dauer Drive, Chapel Hill, NC 27599-7431, USA",United States of America,behnke@live.unc.edu,NA,FALSE,NA,NA,NA,environmental health; orphanages; prisons; refugees; WaSH,NA,iwaponline.com +41533,8,4,https://iwaponline.com/washdev/article/8/4/792/41533/Dewatering-of-septic-tank-sludge-in-alternative,"Journal of Water, Sanitation & Hygiene for Development",Dewatering of septic tank sludge in alternative sludge drying bed,2018,FALSE,0,NA,NA,3,Denise Vazquez Manfio,"School of Civil Engineering, Architecture and Urban Design – FEC, University of Campinas – UNICAMP, Avenida Albert Einstein, 951, Cidade Universitária ‘Zeferino Vaz’, P.O. Mailbox: 6021, 13083-852, Campinas, SP, Brazil",Brazil,NA,NA,Adriano Luiz Tonetti,"School of Civil Engineering, Architecture and Urban Design – FEC, University of Campinas – UNICAMP, Avenida Albert Einstein, 951, Cidade Universitária ‘Zeferino Vaz’, P.O. Mailbox: 6021, 13083-852, Campinas, SP, Brazil",Brazil,adriano@fec.unicamp.br,NA,FALSE,NA,NA,NA,conditioning; drying bed; permeable pavement; septic tank; sludge,NA,iwaponline.com +41532,8,4,https://iwaponline.com/washdev/article/8/4/799/41532/Emergency-response-in-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Emergency response in water, sanitation and hygiene to control cholera in post-earthquake Nepal in 2016",2018,FALSE,0,NA,NA,2,Kazutaka Sekine,"UNICEF Sierra Leone, Freetown, Sierra Leone",Sierra Leone,kazutaka_sekine@hotmail.com,NA,Kazutaka Sekine,"UNICEF Sierra Leone, Freetown, Sierra Leone",Sierra Leone,kazutaka_sekine@hotmail.com,NA,FALSE,NA,NA,NA,cholera; diarrhea; disasters; disease outbreaks; sanitation,NA,iwaponline.com +62800,8,4,https://iwaponline.com/washdev/article/8/4/803/62800/Engaging-field-staff-in-strategic-asset-management,"Journal of Water, Sanitation & Hygiene for Development",Engaging field staff in strategic asset management,2018,FALSE,0,NA,NA,2,Patricia Bakir,"Consultant and IWA Fellow, Amman, Jordan",Jordan,bakirp@gmail.com,NA,Patricia Bakir,"Consultant and IWA Fellow, Amman, Jordan",Jordan,bakirp@gmail.com,NA,FALSE,NA,NA,NA,asset management; communication; field staff; utility management,NA,iwaponline.com +63305,8,4,https://iwaponline.com/washdev/article/8/4/809/63305/Evaluation-of-use-acceptability-and-effectiveness,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of use, acceptability, and effectiveness of household water filter systems in Honduras, 2016–2017",2018,FALSE,0,NA,NA,9,Kirsten Fagerli,"Centers for Disease Control and Prevention, Division of Foodborne, Waterborne, and Environmental Diseases, 1600 Clifton Road, Atlanta, GA 30329, USA",United States of America,kfagerli@cdc.gov,NA,Kirsten Fagerli,"Centers for Disease Control and Prevention, Division of Foodborne, Waterborne, and Environmental Diseases, 1600 Clifton Road, Atlanta, GA 30329, USA",United States of America,kfagerli@cdc.gov,NA,FALSE,NA,NA,NA,E. coli; hollow fiber water filter; Honduras; water quality,NA,iwaponline.com +64359,8,4,https://iwaponline.com/washdev/article/8/4/817/64359/Indigenous-drinking-water-consumption-pattern-of,"Journal of Water, Sanitation & Hygiene for Development",Indigenous drinking-water consumption pattern of residents in Kuching city: results of a pilot study,2018,FALSE,0,NA,NA,2,King Kuok Kuok,"Faculty of Engineering, Computing and Science, Swinburne University of Technology Sarawak Campus, 93350 Kuching, Sarawak, Malaysia",Malaysia,kkuok@swinburne.edu.my,NA,King Kuok Kuok,"Faculty of Engineering, Computing and Science, Swinburne University of Technology Sarawak Campus, 93350 Kuching, Sarawak, Malaysia",Malaysia,kkuok@swinburne.edu.my,NA,FALSE,NA,NA,NA,bottled water; demographic factors; drinking water consumption pattern; in-home water treatment device; raw water; tap water,NA,iwaponline.com +65058,9,1,https://iwaponline.com/washdev/article/9/1/1/65058/Motivators-for-treated-wastewater-acceptance,"Journal of Water, Sanitation & Hygiene for Development",Motivators for treated wastewater acceptance across developed and developing contexts,2019,FALSE,0,NA,NA,6,Jacelyn Rice,"Department of Engineering Technology and Construction Management, University of North Carolina-Charlotte, Charlotte, NC, 28223, USA",United States of America,jrice35@uncc.edu,NA,Jacelyn Rice,"Department of Engineering Technology and Construction Management, University of North Carolina-Charlotte, Charlotte, NC, 28223, USA",United States of America,jrice35@uncc.edu,NA,FALSE,NA,NA,NA,acceptability; motivation; treated wastewater; water reuse; willingness to use,NA,iwaponline.com +65389,9,1,https://iwaponline.com/washdev/article/9/1/7/65389/Rethinking-Brasilia-s-water-services-new-targets,"Journal of Water, Sanitation & Hygiene for Development",Rethinking Brasília's water services: ‘new targets’ using the regulatory impact assessment (RIA) tool,2019,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2019.088/3/washdev2019088supp.pdf?Expires=1706092312&Signature=aoqAL~0tm9ShZj4n0OqFu1bflOL3d5a4H5I5eiMBTAGvp9z9F1ZCJ~8d6uKQ5C2m1cfHaBwqj0DbKuRWD1uvxACv-SN9j76JXo4B7lsKRbpYyCO2NkrfFlvpAS6dHTRAtAx7fJ3OIQRmWpiYdrsV52koeUOo19HJ~5LW5YHlh2q3In9un99D0EjGiecTo6DGuamqK26So77fFDKBIOk4HtVfjqZvtzIJ6Mvg8xSjLceHgxDAYqOBzDQ-0s56Oy5YYF~yTH9Lh4aYhEnYSEiM0Wn1PFLAlp5XhdCoC4S7Bqutbt8HPcyno67vFP3xably4RUSYZdfdJVhE9gDFftFtg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Bruno Eustaquio de Carvalho,"CERIS-IST, University of Lisbon, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,bruno.d.carvalho@tecnico.ulisboa.pt,NA,Bruno Eustaquio de Carvalho,"CERIS-IST, University of Lisbon, Av. Rovisco Pais, 1049-001 Lisbon, Portugal",Portugal,bruno.d.carvalho@tecnico.ulisboa.pt,NA,FALSE,NA,NA,NA,Brasília water sector; multicriteria decision analysis; regulatory impact assessment,NA,iwaponline.com +65081,9,1,https://iwaponline.com/washdev/article/9/1/19/65081/The-inactivation-of-Ascaris-suum-eggs-by-short,"Journal of Water, Sanitation & Hygiene for Development",The inactivation of Ascaris suum eggs by short exposure to high temperatures,2019,FALSE,0,NA,NA,4,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban, South Africa",South Africa,danica.naidoo987@gmail.com,NA,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban, South Africa",South Africa,danica.naidoo987@gmail.com,NA,FALSE,NA,NA,NA,Ascaris suum; heat treatment; inactivation; temperature; viability,NA,iwaponline.com +64605,9,1,https://iwaponline.com/washdev/article/9/1/28/64605/Water-quality-before-and-after-a-campaign-of,"Journal of Water, Sanitation & Hygiene for Development","Water quality before and after a campaign of cleaning and disinfecting shallow wells: a study conducted during and after floods in Khyber Pakhtunkhwa, Pakistan",2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.272/3/washdev2018272supp.docx?Expires=1706092320&Signature=BzoTP~0IjqywGzBgPmDlS3BNr0ManSKPzS77D54EblKYicIBXOR1465JR0BBSTUFWFNSySjCG6zsJQmr0ac3IcoBwGrqMxcWm5-IpqlgyBrzSL~yaQ4yUuQJkxK55Qm19XsoZ9RsjF0Oct7NRaTtq17ZjIVO0pWtXQ3iWlF137~IyH2YoZ0dFDQAXorOjPviOyqE8IRnVzelDrGi8MUoQll7dzI0nzoEwjhy1FcVL4xHhe3CqEyaz97mGme3jJNSCXM9XvvRvrK~fLgw-xcCCgOqUyhbBebWSdnTFauaOWDjDlOLQzDBHD6b~HBB57IDtNFCC2mAuHuItwdol~NI8w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Rashid Ali,"Integrated Regional Support Program, Mardan, Pakistan",Pakistan,NA,NA,Claudio Valsangiacomo,"University of Applied Sciences and Arts of Southern Switzerland, Centre for Development and Cooperation, Lugano, Switzerland",Switzerland,claudio.valsangiacomo@supsi.ch,NA,FALSE,NA,NA,NA,flood; shallow well; water quality; well cleaning,NA,iwaponline.com +65044,9,1,https://iwaponline.com/washdev/article/9/1/38/65044/Exploration-of-bacterial-contaminants-in,"Journal of Water, Sanitation & Hygiene for Development",Exploration of bacterial contaminants in reservoirs of Palamuru by PCR-DGGE method: household water treatment,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.077/3/washdev2018077supp.docx?Expires=1706092325&Signature=0TKCTzD881zeyBmbyaqdm4jyyVX1Gpe72v-HnbFTxIm2Hc04vbMvk~Bi08UqYkuAJL2NYTG-0XTnK9lxUvA4gYtIdE64PgoPE6ZUTmLDCSQnPl87RyreCtU4gIkLY48amGkvm9I1v~BWqFEDp2n8oHRZ0OTRhgfL9Ut9A5mAU1AoMYNb40rDFNouRz-QHOoI~PLsD-uG5OWQRrmLnWuHWtg~VGMpUxl746VMGbCZvicZauWZ2s3rFwSB8XGtmOynz1YSgiBD-LYvEPHrqNtwD8KcCgRgv7BDCXKZgIi~EjCFAXaT9GC6wfPf0p-O3rOseq7INzJm7dHlvloK9x7~TQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,A. Shiva Shanker,"Department of Microbiology, Palamuru University, Mahabubnagar, Telangana 509 001, India",India,NA,NA,Pavan Kumar Pindi,"Department of Microbiology, Palamuru University, Mahabubnagar, Telangana 509 001, India",India,pavankumarpindi@gmail.com,NA,FALSE,NA,NA,NA,bacterial contamination; bacterial diversity; CFU; community drinking water; drinking water,NA,iwaponline.com +65390,9,1,https://iwaponline.com/washdev/article/9/1/49/65390/Electropermeabilization-of-nematode-eggs-for,"Journal of Water, Sanitation & Hygiene for Development",Electropermeabilization of nematode eggs for parasite deactivation,2019,FALSE,0,NA,NA,7,M. H. Dryzer,"Department of Physics, Elon University, Elon, NC 27244, USA",United States of America,mdryzer@elon.edu,NA,M. H. Dryzer,"Department of Physics, Elon University, Elon, NC 27244, USA",United States of America,mdryzer@elon.edu,NA,FALSE,NA,NA,NA,Caenorhabditis elegans; eggshell permeability; electroporation; parasitic helminth eggs; propidium iodide staining; wastewater sanitation,NA,iwaponline.com +65779,9,1,https://iwaponline.com/washdev/article/9/1/56/65779/Physicochemical-and-bacteriological-quality-of,"Journal of Water, Sanitation & Hygiene for Development",Physicochemical and bacteriological quality of sachet water used by Ghanaian university students: implications for public health,2019,FALSE,0,NA,NA,3,Bismark Elorm Addo,"Department of Chemistry, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,NA,NA,Razak M. Gyasi,"African Population and Health Research Center (APHRC), Manga Close, Off Kirawa Road, P.O. Box 10787 - 00100, Nairobi, Kenya",Kenya,rgyasi@aphrc.org,NA,FALSE,NA,NA,NA,bacteriological analysis; faecal coliform; public health; sachet water; university students; water quality,NA,iwaponline.com +65309,9,1,https://iwaponline.com/washdev/article/9/1/64/65309/Chemical-and-microbiological-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Chemical and microbiological quality of desalinated waters in Birjand city, Iran",2019,FALSE,0,NA,NA,4,Ali Naghizadeh,"Medical Toxicology and Drug Abuse Research Center (MTDRC), Birjand University of Medical Sciences (BUMS), Birjand, Iran",Iran (Islamic Republic of),aliinaghizadeh@gmail.com,NA,Ali Naghizadeh,"Medical Toxicology and Drug Abuse Research Center (MTDRC), Birjand University of Medical Sciences (BUMS), Birjand, Iran",Iran (Islamic Republic of),aliinaghizadeh@gmail.com,NA,FALSE,NA,NA,NA,Birjand; chemical quality; desalination; Iran; microbiological quality,NA,iwaponline.com +65308,9,1,https://iwaponline.com/washdev/article/9/1/71/65308/Analysis-of-households-vulnerability-to-waterborne,"Journal of Water, Sanitation & Hygiene for Development","Analysis of households' vulnerability to waterborne diseases in Yenagoa, Nigeria",2019,FALSE,0,NA,NA,1,Odafivwotu Ohwo,"Niger Delta University, Amassoma, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,NA,Odafivwotu Ohwo,"Niger Delta University, Amassoma, Bayelsa State, Nigeria",Nigeria,drohwodafe@gmail.com,NA,FALSE,NA,NA,NA,drinking water; hygiene; sanitation; vulnerability; waterborne diseases,NA,iwaponline.com +65056,9,1,https://iwaponline.com/washdev/article/9/1/80/65056/Household-level-drinking-water-quality-access-and,"Journal of Water, Sanitation & Hygiene for Development","Household-level drinking water quality, access, and management practices within an informal community: a case study at Rio das Pedras, Rio de Janeiro",2019,FALSE,0,NA,NA,6,Richard V. Remigio,"Urban Health Collaborative, Dornsife School of Public Health, Drexel University, Philadelphia, PA, USA",United States of America,rvr350@umd.edu,NA,Richard V. Remigio,"Urban Health Collaborative, Dornsife School of Public Health, Drexel University, Philadelphia, PA, USA",United States of America,rvr350@umd.edu,NA,FALSE,NA,NA,NA,drinking water; households; informal communities; urban health; water access; water storage,NA,iwaponline.com +65352,9,1,https://iwaponline.com/washdev/article/9/1/90/65352/Investigating-the-quality-of-stored-drinking-water,"Journal of Water, Sanitation & Hygiene for Development","Investigating the quality of stored drinking water from the Harare water distribution system, Zimbabwe",2019,FALSE,0,NA,NA,3,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,NA,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,NA,FALSE,NA,NA,NA,chlorophyll-a; free residual chlorine; Harare; stored water; water distribution system; water quality,NA,iwaponline.com +65138,9,1,https://iwaponline.com/washdev/article/9/1/102/65138/The-social-dynamics-around-shared-sanitation-in-an,"Journal of Water, Sanitation & Hygiene for Development","The social dynamics around shared sanitation in an informal settlement of Lusaka, Zambia",2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.102/3/washdev2018102supp.docx?Expires=1706092353&Signature=eAWjPZTKCWHt4gT3B6O1WMlX-RoUXxHOjV6TfxUsgsiaMMGpL4iaCob0-vRSukd7sq15sb9Rz-OO42KYVU7decmnfNva-4xTkwvS0g5IyJlMMztgR6K~fYWVdAggBT091Tg4bTvnkot0n1T2~SHWzaEZ28vBXZqlghf9Jbo47CutVrqpHXpVE6GfzMXmPX0zMUV0pEwDffEZLIuAInVSz4Qc-BrvrHpDA3XosPNBHQairncTtqFcNa6M5LrMUvxbLFRzQqn0mgo~Q4DU5pN-GGZ8c-C~7cBo44YHhP1rpxP11N~-kShJZIfhRnFJqlhKNOpXi7UygFQELJ2XCdihaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Jenala Chipungu,"Centre for Infectious Disease Research in Zambia, Lusaka, Zambia",Zambia,jenala.chipungu@cidrz.org,NA,Jenala Chipungu,"Centre for Infectious Disease Research in Zambia, Lusaka, Zambia",Zambia,jenala.chipungu@cidrz.org,NA,FALSE,NA,NA,NA,common-pool resources; Ostrom; shared sanitation; social dynamics,NA,iwaponline.com +65094,9,1,https://iwaponline.com/washdev/article/9/1/111/65094/Diagnostics-for-assessing-city-wide-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Diagnostics for assessing city-wide sanitation services,2019,FALSE,0,NA,NA,5,R. E. Scott,"School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, UK",United Kingdom of Great Britain and Northern Ireland,r.e.scott@lboro.ac.uk,NA,R. E. Scott,"School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough, UK",United Kingdom of Great Britain and Northern Ireland,r.e.scott@lboro.ac.uk,NA,FALSE,NA,NA,NA,diagnostics; enabling environment; faecal sludge management; political economy analysis; sanitation service chain; service delivery assessment,NA,iwaponline.com +65468,9,1,https://iwaponline.com/washdev/article/9/1/119/65468/Water-consumption-in-public-schools-a-case-study,"Journal of Water, Sanitation & Hygiene for Development",Water consumption in public schools: a case study,2019,FALSE,0,NA,NA,4,Luiz Gustavo Costa Ferreira Nunes,"Universidade de Pernambuco Escola Politecnica de Pernambuco, R. Benfica, 455 - Madalena, Recife – PE, 50720-001, Brazil",Brazil,l.gustavo.nunes@hotmail.com,NA,Luiz Gustavo Costa Ferreira Nunes,"Universidade de Pernambuco Escola Politecnica de Pernambuco, R. Benfica, 455 - Madalena, Recife – PE, 50720-001, Brazil",Brazil,l.gustavo.nunes@hotmail.com,NA,FALSE,NA,NA,NA,public schools; water conservation; water consumption indicators,NA,iwaponline.com +64608,9,1,https://iwaponline.com/washdev/article/9/1/129/64608/Health-costs-and-benefits-from-a-pilot-rural,"Journal of Water, Sanitation & Hygiene for Development",Health costs and benefits from a pilot rural sanitation intervention in India,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/1/10.2166_washdev.2018.076/3/washdev2018076supp.docx?Expires=1706092364&Signature=NsiCjIxHbu8DBIZwRpA-LJv3-VSVz~u8VP0OteTCXnBwuQKg6XIi17qBwhxGCsQ18U-BJQrlbiKHjqsFPk6wmvfpJjjhUDJ~cyu-15JWwvhm99QEB01LjWEjmHUk46VfYiCiuCBp8mPsindDpaRgfK5DOMUurkEuMwh-p0-3LEwNlv9jP1hRT0eYjddNSnARoiypCozv8RL8jQ0AHx0Hjkty9JDz6tXeQwSbxjrAnzbw0bkf1u89oYOz4ZZGW7js~VLhpPFUXYqJ2JoiZqHocBDri~3sAFNMFQbJyRQu~kuwxg9ytPN0ICy24zKMC-eh3TyIfjfg6TVZhBs-92aCBg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,David Weis,"Institute of Environmental Engineering and Management and Institute for Teaching and Educational Research in Health Sciences, Witten/Herdecke University, Alfred-Herrhausen-Straße 50, 58448 Witten, Germany",Germany,david.weis@uni-wh.de,NA,David Weis,"Institute of Environmental Engineering and Management and Institute for Teaching and Educational Research in Health Sciences, Witten/Herdecke University, Alfred-Herrhausen-Straße 50, 58448 Witten, Germany",Germany,david.weis@uni-wh.de,NA,FALSE,NA,NA,NA,cost benefit; health; India; sanitation; water,NA,iwaponline.com +65469,9,1,https://iwaponline.com/washdev/article/9/1/139/65469/Mobile-crowd-participation-to-root-small-scale,"Journal of Water, Sanitation & Hygiene for Development",Mobile crowd participation to root small-scale piped water supply systems in India and Bangladesh,2019,FALSE,0,NA,NA,4,A. Mink,"Civil Engineering and Geosciences, Water Management, Delft University of Technology, Stevinweg 1, 2628CN, Delft, The Netherlands",Netherlands,a.mink@tudelft.nl,NA,A. Mink,"Civil Engineering and Geosciences, Water Management, Delft University of Technology, Stevinweg 1, 2628CN, Delft, The Netherlands",Netherlands,a.mink@tudelft.nl,NA,FALSE,NA,NA,NA,end-user participation; safe water supply; smartphone application; water quality,NA,iwaponline.com +64762,9,1,https://iwaponline.com/washdev/article/9/1/152/64762/Multisectoral-approach-to-nutrition-in-Pakistan,"Journal of Water, Sanitation & Hygiene for Development",Multisectoral approach to nutrition in Pakistan,2019,FALSE,0,NA,NA,1,Muhammad Ali,"School of Social Sciences and Humanities, National University of Science and Technology Islamabad, Islamabad, Pakistan",Pakistan,alishuja@s3h.nust.edu.pk,NA,Muhammad Ali,"School of Social Sciences and Humanities, National University of Science and Technology Islamabad, Islamabad, Pakistan",Pakistan,alishuja@s3h.nust.edu.pk,NA,FALSE,NA,NA,NA,malnutrition; sanitation and hygiene; stunting; WASH; water,NA,iwaponline.com +65470,9,1,https://iwaponline.com/washdev/article/9/1/164/65470/Water-sanitation-and-hygiene-practices-in-early,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene practices in early childhood development (ECD) centres in low socio-economic areas in Nelson Mandela Bay, South Africa",2019,FALSE,0,NA,NA,6,Paula Melariri,"Department of Environmental Health, Nelson Mandela University, P.O. Box 77000, Port Elizabeth 6031, South Africa",South Africa,paulaezinne.melariri@mandela.ac.za,NA,Paula Melariri,"Department of Environmental Health, Nelson Mandela University, P.O. Box 77000, Port Elizabeth 6031, South Africa",South Africa,paulaezinne.melariri@mandela.ac.za,NA,FALSE,NA,NA,NA,hand washing; hygiene; sanitation; water; wins indicators,NA,iwaponline.com +64604,9,1,https://iwaponline.com/washdev/article/9/1/172/64604/A-low-cost-open-source-autonomous-surface-vehicle,"Journal of Water, Sanitation & Hygiene for Development","A low-cost, open-source autonomous surface vehicle as a multipurpose waste stabilization pond monitoring platform",2019,FALSE,0,NA,NA,5,A. Cuppens,"Facultad de Ciencias de la Ingeniería, Universidad Paraguayo Alemana, Lope de Vega 1279, San Lorenzo, Paraguay",Paraguay,arnoud.cuppens@upa.edu.py,NA,A. Cuppens,"Facultad de Ciencias de la Ingeniería, Universidad Paraguayo Alemana, Lope de Vega 1279, San Lorenzo, Paraguay",Paraguay,arnoud.cuppens@upa.edu.py,NA,FALSE,NA,NA,NA,autonomous surface vehicle; monitoring; open-source; waste stabilization ponds,NA,iwaponline.com +65057,9,1,https://iwaponline.com/washdev/article/9/1/181/65057/Can-a-precast-pit-latrine-concrete-floor-withstand,"Journal of Water, Sanitation & Hygiene for Development",Can a precast pit latrine concrete floor withstand emptying operations? An investigation from Malawi,2019,FALSE,0,NA,NA,2,Joshua Mchenga,"Centre of Excellence in Water and Sanitation, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,NA,NA,Rochelle H. Holm,"Centre of Excellence in Water and Sanitation, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,rochelle@rochelleholm.com,NA,FALSE,NA,NA,NA,concrete; fecal sludge management; Malawi; pit latrine; safety; sanitation,NA,iwaponline.com +66378,9,2,https://iwaponline.com/washdev/article/9/2/187/66378/Unravelling-pro-poor-water-services-what-does-it,"Journal of Water, Sanitation & Hygiene for Development",Unravelling pro-poor water services: what does it mean and why is it so popular?,2019,FALSE,0,NA,NA,3,Akosua Sarpong Boakye-Ansah,"Department of Integrated Water Systems and Governance, IHE-Delft Institute for Water Education, Westvest 7, 2611AX Delft, The Netherlands and Amsterdam Institute for Social Science Research, University of Amsterdam, Nieuwe Achtergracht 166, 1018 WV, Amsterdam, The Netherlands",Netherlands,a.boakyeansah@un-ihe.org,NA,Akosua Sarpong Boakye-Ansah,"Department of Integrated Water Systems and Governance, IHE-Delft Institute for Water Education, Westvest 7, 2611AX Delft, The Netherlands and Amsterdam Institute for Social Science Research, University of Amsterdam, Nieuwe Achtergracht 166, 1018 WV, Amsterdam, The Netherlands",Netherlands,a.boakyeansah@un-ihe.org,NA,FALSE,NA,NA,NA,low-income areas; pro-poor water services; service differentiation; urban poor; water utility,NA,iwaponline.com +66715,9,2,https://iwaponline.com/washdev/article/9/2/198/66715/Relationships-between-shared-sanitation-facilities,"Journal of Water, Sanitation & Hygiene for Development",Relationships between shared sanitation facilities and diarrhoeal and soil-transmitted helminth infections: an analytical review,2019,FALSE,0,NA,NA,6,P. S. Ramlal,"School of Life Sciences, University of KwaZulu-Natal, Durban, KwaZulu-Natal, 4001, South Africa",South Africa,preshod.ramlal@durban.gov.za,NA,P. S. Ramlal,"School of Life Sciences, University of KwaZulu-Natal, Durban, KwaZulu-Natal, 4001, South Africa",South Africa,preshod.ramlal@durban.gov.za,NA,FALSE,NA,NA,NA,diarrhoea; odds ratio; private toilets; shared sanitation; soil-transmitted helminths,NA,iwaponline.com +66755,9,2,https://iwaponline.com/washdev/article/9/2/210/66755/To-char-or-not-to-char-Review-of-technologies-to,"Journal of Water, Sanitation & Hygiene for Development",To char or not to char? Review of technologies to produce solid fuels for resource recovery from faecal sludge,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.184/7/washdev2019184supp.docx?Expires=1706092402&Signature=Q~dsnaik-aTrggDV0yjNrBCtpJqT80nvHkTuI3K819lzRc0zwSucKdOwsSZ6BHDzCrqdSXf~yCCXduEMdQVnAgoaf1vtGaYokevaYQULkGZeTXHg7d2HM-s2l5JWj0FCMBcTl535kxcHlZEjlQjvVVjwS6wv8OMJlJSaOapeAWTlIPng-~utawfx-QjZA9iJnX-xokAb9fLXiMUZyDCWe7C1lzzg8kERyuoPy~MUyxrRWfhdYdYiQ0HFI~~VT~0j1ecoKS8j7yOZ~jqBGT3gJbQQq7W7GF1JDA6cZ~P4do2zOUV0jm~tXMrnv6htiyGdFa6Rxt1un9KRXHitWj8zUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Nienke Andriessen,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,nienke.andriessen@eawag.ch,NA,Nienke Andriessen,"Swiss Federal Institute of Aquatic Science and Technology (Eawag), Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,nienke.andriessen@eawag.ch,NA,FALSE,NA,NA,NA,carbonization; energy recovery; faecal sludge; fecal sludge; onsite sanitation; pyrolysis,NA,iwaponline.com +65991,9,2,https://iwaponline.com/washdev/article/9/2/225/65991/Potable-water-supply-among-the-physically,"Journal of Water, Sanitation & Hygiene for Development",Potable water supply among the physically challenged in selected homes for the disabled in Ibadan,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.170/7/washdev2019170supp.docx?Expires=1706092407&Signature=O3QSsAM-rdviEHS0GNYuHI2XgHxl0YVRxNEglxFXKey2KcpE2Nxcvwv~KFfqnX1xpFX5zxILbqy0OpEIjC9A21GZIDYVJPHjuF7OipeDfEQ68jrdGKyBIbuoaLLNDjscnJYrwpFMdqf8AMyrA6o-TA2e~3e5RMksu6DhFdE9kEFBFFA21bNsCxYm0JSZ52zxuPn~SFPDlIBZEWf8FfhrxhTKtd0ihmUZS8tIPYjxfpFmXgS-zQQzwSXW3lvNjZaQMiHv3S9HX2vHXwM1xFZaCbOhvEl139g6JuNIvQfHyfwWDQYyQ-f8QHzNSleR3pNW8M9sghCwV8ypAfi1w0DhEw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Ifiok P. Udofia,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Oyo State, Nigeria",Nigeria,piusifiok@yahoo.com,NA,Ifiok P. Udofia,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Oyo State, Nigeria",Nigeria,piusifiok@yahoo.com,NA,FALSE,NA,NA,NA,access; physically challenged people; potable water,NA,iwaponline.com +65846,9,2,https://iwaponline.com/washdev/article/9/2/237/65846/Protecting-sources-of-urban-water-supply-in-Haiti,"Journal of Water, Sanitation & Hygiene for Development",Protecting sources of urban water supply in Haiti: An institutional analysis,2019,FALSE,0,NA,NA,1,Antonio Andres Martinez,"Water and Sanitation Consultant, C/Pedro II el Catolico 31, 4 F, 50010, Zaragoza, Spain",Spain,sahara.sia2@gmail.com,NA,Antonio Andres Martinez,"Water and Sanitation Consultant, C/Pedro II el Catolico 31, 4 F, 50010, Zaragoza, Spain",Spain,sahara.sia2@gmail.com,NA,FALSE,NA,NA,NA,Haiti; institutional; integration; urban; water resource management; water resource protection,NA,iwaponline.com +65948,9,2,https://iwaponline.com/washdev/article/9/2/247/65948/Acceptability-effectiveness-and-fouling-of,"Journal of Water, Sanitation & Hygiene for Development","Acceptability, effectiveness, and fouling of PointOne membrane filters distributed in South Sudan",2019,FALSE,0,NA,NA,7,Shannon Holding,"Medair – Emergency Relief and Recovery, Ecublens, Switzerland",Switzerland,sholding@sfu.ca,NA,Shannon Holding,"Medair – Emergency Relief and Recovery, Ecublens, Switzerland",Switzerland,sholding@sfu.ca,NA,FALSE,NA,NA,NA,emergency response; hollow fiber membrane; household water treatment; membrane fouling; microbiological effectiveness; point-of-use,NA,iwaponline.com +66476,9,2,https://iwaponline.com/washdev/article/9/2/258/66476/Geo-spatial-modeling-of-access-to-water-and,"Journal of Water, Sanitation & Hygiene for Development",Geo-spatial modeling of access to water and sanitation in Nigeria,2019,FALSE,0,NA,NA,8,Benson Ajisegiri,"Federal Ministry of Water Resources, Nigeria",Nigeria,NA,NA,Luis A. Andres,"World Bank Water Global Practice, Washington, DC, USA",United States of America,landres@worldbank.org,NA,FALSE,NA,NA,NA,geo-spatial modeling; Nigeria; sanitation; Sustainable Development Goals; water,NA,iwaponline.com +65989,9,2,https://iwaponline.com/washdev/article/9/2/281/65989/In-situ-drying-of-faecal-sludge-in-breathable,"Journal of Water, Sanitation & Hygiene for Development",In-situ drying of faecal sludge in breathable membrane-lined collection containers,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.095/7/washdev2019095supp.docx?Expires=1706092427&Signature=5Ef7uH7lhIh6i-kSnG5uv7HygCvP6G-yBBeoWJkBt~N74DUd6WCB8dy~YaZOxxi3yqfXAxTZhQAERBpG8FiEoO7eiM3Zj3xWQ3f6~Y4Gtm1REOLPpxo9-IvId4Qb5YAEtkt7Kuu4pXUWMjauOl0hTP2378RexfIdA7iLdzUIFLwfSlvSvYwmgcI0uarsO8dTXh9wykqXX~spGZwxNJYmAdPDfvMp3zBmqaJdyYu6Guj5sWfcpxCl1K9Siu2MJT-0MzB4VzlofylNpxlZ5NGX04UrOkZcii0eMZ8qpaoh1vzfAelGg~YaW-9IhwGYT2EGL1nXReHevBqJoubueB7ayQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Shray Saxena,"Department of Civil and Environmental Engineering, University of Delaware, Newark, DE, USA",United States of America,NA,NA,Daniel K. Cha,"Department of Civil and Environmental Engineering, University of Delaware, Newark, DE, USA",United States of America,cha@udel.edu,NA,FALSE,NA,NA,NA,breathable membrane; container-based sanitation; faecal sludge drying; modelling; moisture transport,NA,iwaponline.com +66450,9,2,https://iwaponline.com/washdev/article/9/2/289/66450/Anaerobic-stabilisation-of-urine-diverting,"Journal of Water, Sanitation & Hygiene for Development",Anaerobic stabilisation of urine diverting dehydrating toilet faeces (UDDT-F) in urban poor settlements: biochemical energy recovery,2019,FALSE,0,NA,NA,3,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",Netherlands,rnyawirah@yahoo.com,NA,Joy Riungu,"Environmental Engineering and Water Technology Department, IHE Delft Institute for Water Education, Westvest 7, 2611 AX Delft, The Netherlands",Netherlands,rnyawirah@yahoo.com,NA,FALSE,NA,NA,NA,anaerobic digestion; biogas production; co-digestion; informal settlements; UDDT faeces,NA,iwaponline.com +65990,9,2,https://iwaponline.com/washdev/article/9/2/300/65990/Qualitative-exploration-of-local-knowledge,"Journal of Water, Sanitation & Hygiene for Development","Qualitative exploration of local knowledge, attitudes and use of Moringa oleifera seeds for home-based water purification and diarrhoea prevention in Niger State, Nigeria",2019,FALSE,0,NA,NA,2,Agatha Aduro,"Opposite Minna Industrial Estate, Sauka Kahuta, Minna, Niger State, Nigeria",Nigeria,agatha.aduro@gmail.com,NA,Agatha Aduro,"Opposite Minna Industrial Estate, Sauka Kahuta, Minna, Niger State, Nigeria",Nigeria,agatha.aduro@gmail.com,NA,FALSE,NA,NA,NA,diarrhoea prevention; home-based water treatment; Moringa oleifera; Nigeria; perceptions; water safety,NA,iwaponline.com +66610,9,2,https://iwaponline.com/washdev/article/9/2/309/66610/Mineralization-of-organic-matter-and-productivity,"Journal of Water, Sanitation & Hygiene for Development",Mineralization of organic matter and productivity of tifton 85 grass (Cynodon spp.) in soil incorporated with stabilized sludge from a vertical flow constructed wetland,2019,FALSE,0,NA,NA,3,Diogo André P. Silva,"Belo Horizonte, MG, Brazil",Brazil,NA,NA,Antonio T. Matos,"Belo Horizonte, MG, Brazil",Brazil,atmatos@desa.ufmg.br,NA,FALSE,NA,NA,NA,mineralization fraction; organic matter decay; septic tank sludge,NA,iwaponline.com +66603,9,2,https://iwaponline.com/washdev/article/9/2/319/66603/Microbial-contamination-levels-in-the-drinking,"Journal of Water, Sanitation & Hygiene for Development","Microbial contamination levels in the drinking water and associated health risks in Karachi, Pakistan",2019,FALSE,0,NA,NA,7,Rafat Amin,"Department of Pathology, Dow International Medical Collage, Dow Research Institute of Biotechnology and Biomedical Sciences, Dow University of Health Sciences, Ojha Campus, Karachi, Pakistan",Pakistan,NA,NA,Sadaf Khan,"Department of Biochemistry, Dow International Medical College, Dow Research Institute of Biotechnology and Biomedical Sciences, Dow University of Health Sciences, Ojha Campus, Karachi, Pakistan",Pakistan,sudafkhan@gmail.com,NA,FALSE,NA,NA,NA,ground water; microbial quality; municipal supplied water; public health; waterborne diseases,NA,iwaponline.com +66175,9,2,https://iwaponline.com/washdev/article/9/2/329/66175/Storage-induced-deterioration-of-domestic-water,"Journal of Water, Sanitation & Hygiene for Development",Storage-induced deterioration of domestic water quality,2019,FALSE,0,NA,NA,3,C. C. Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,NA,C. C. Nnaji,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,chidozie.nnaji@unn.edu.ng,NA,FALSE,NA,NA,NA,contamination; drinking water; E. coli; rainwater; storage tank; tanker,NA,iwaponline.com +66056,9,2,https://iwaponline.com/washdev/article/9/2/338/66056/When-the-pits-fill-up-in-visible-flows-of-waste-in,"Journal of Water, Sanitation & Hygiene for Development",When the pits fill up: (in)visible flows of waste in urban India,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.153/7/washdev2019153supp.docx?Expires=1706033413&Signature=384zZsI0ZiH9-Cd-T8J~055IRM1sdDGJOLWaYpxyFyneYCtd33zHba1akhLJRSljaV591WukFs~ojoIUDlLeLI1dsxEbNfQPZlQwo7F2YWG8x78X4bvLq7v0Z8G8Ao-g73FIgbF3uDFo-AZSU4v~rOmMe8Go~cUrk7GQBSlSIzhJBEGX9dRnD7iifK40JqVrluJ-FAK6FROwwO7nFH6BYuqXZTYgJ~FkeQl20QxWYLHtYajqeXPjIwCpCFdXd5sOxHNWwqefH83Eoh4S74qeEnvcRjK~A5NTeblKMzqiTR-2O9acvItcVg5yF9PemshxexB2qe8-YMrHok~ojAxb~A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,C. S. Sharada Prasad,"School of Development, Azim Premji University, Pixel Park, B Block, Electronics City, Hosur Road (Beside NICE Road), Bengaluru 560100, India",India,NA,NA,Isha Ray,"Energy & Resources Group, 310 Barrows Hall, UC Berkeley, Berkeley, CA 94720, USA",United States of America,isharay@berkeley.edu,NA,FALSE,NA,NA,NA,caste; disgust; fecal sludge management; on-site sanitation; Sustainable Development Goal 6,NA,iwaponline.com +66731,9,2,https://iwaponline.com/washdev/article/9/2/348/66731/Assessing-the-short-term-outcomes-of-a-piped-water,"Journal of Water, Sanitation & Hygiene for Development",Assessing the short-term outcomes of a piped water supply intervention in peri-urban Mozambique,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.158/7/washdev2019158supp.docx?Expires=1706092459&Signature=hrX~opaA0z-qcGdhbJfnqsxNeBrWOFNx2bKz3cnIiOnZd4Zk~DJnZyTO4O5mOy6xo0FajZSuMn2FTt9PtivkybKheZR5GE~WiNnes2oDh7-5eE9VMyS8B9LSUMeLyAXnafljHTAow5hgHOXu~kX-JOxDXop8bjsI8VtkU6hPGKkeZG4ob9jt3xcW4AgogFnceTr4MN3LPS8p0-tYdEsuYSk5b-WoBqpSZIBoHzcZlVP-qdMCFr1txiCc5lFt14sDDi8kKI89sSpNxp-36nQjhRsfh5~59R8AIGmcPoLXZHFcnS868Ru24jBfuC5QUaX5mIP4zvWVdLEcDvhvJnNGEw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Ana Rita Sequeira,"School of Business and Governance, Murdoch University, Murdoch, Australia;Sir Walter Murdoch School of Public Policy and International Affairs, Murdoch University, Murdoch, Australia andCenter for International Studies, ISCTE – University Institute of Lisbon, Lisbon, Portugal",Portugal,NA,NA,Ryan Admiraal,"School of Engineering and Information Technology, Murdoch University, Murdoch, Australia and School of Mathematics and Statistics, Victoria University of Wellington, Cotton Building 536, Kelburn, Wellington 6012, New Zealand",New Zealand,ryan.admiraal@vuw.ac.nz,NA,FALSE,NA,NA,NA,impact assessment; Mozambique; statistical survey methods; water supply,NA,iwaponline.com +66057,9,2,https://iwaponline.com/washdev/article/9/2/356/66057/Illuminating-utility-benchmarking-data-with,"Journal of Water, Sanitation & Hygiene for Development",Illuminating utility benchmarking data with analysis and consumer feedback – insights from Nepal,2019,FALSE,0,NA,NA,3,R. Ogata,"JICA Jordan Office, Amman, Jordan",Jordan,ogata.ryuji2@gmail.com,NA,R. Ogata,"JICA Jordan Office, Amman, Jordan",Jordan,ogata.ryuji2@gmail.com,NA,FALSE,NA,NA,NA,benchmarking; consumer survey; performance indicator; water quality,NA,iwaponline.com +66760,9,2,https://iwaponline.com/washdev/article/9/2/363/66760/Optimization-of-multiple-fillers-used-for-removal,"Journal of Water, Sanitation & Hygiene for Development",Optimization of multiple fillers used for removal of water pollutants of large well near the river in northern China,2019,FALSE,0,NA,NA,2,Yanjiao Gao,"College of Civil Engineering and Architecture, Liaoning University of Technology, Jinzhou 121001, China",China,yanjiaogao@163.com,NA,Yanjiao Gao,"College of Civil Engineering and Architecture, Liaoning University of Technology, Jinzhou 121001, China",China,yanjiaogao@163.com,NA,FALSE,NA,NA,NA,ammonia nitrogen; chemical oxygen demand; hexavalent chromium; large well water; multiple fillers,NA,iwaponline.com +66055,9,2,https://iwaponline.com/washdev/article/9/2/374/66055/Redesigning-the-ventilated-improved-pit-latrine,"Journal of Water, Sanitation & Hygiene for Development",Redesigning the ventilated improved pit latrine for use in built-up low-income settings,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/2/10.2166_washdev.2019.098/7/washdev2019098supp.docx?Expires=1706092473&Signature=ztzpRZmfGaYpUr9k0pkTUMNXcK3gujc9yx0IbNQ6ieYFUUwbRaO4YlzQ-qFJ5LDLIuwmbgbujmSh8cKkKmmiIkKsqjI68mdvCvZ2STz20hj0rxtcCKyOPxi2rryA0W4DGhsaAUsADG7iYITz3jc3NY7Vqgnh5CKJ~d5Ov3psieeQgZUuYwImUY~0r42WuhGttxMadpQls4qKX374fS4kFFt6DC~RpV9X0p1vTaIsmHjDWBfYKa6RIH~TwKSY54LEbNUrCz95u7pF71c9RusQUFHCVyms8DJBShpemItluJ6tLZBPWmdeZ~hVYFD8hOvsYIvlyJXQPVWU3mNBrlPjSw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Peter A. Obeng,"Water and Sanitation Unit, Chemistry Department, University of Cape Coast, Cape Coast, Ghana",Ghana,pobeng@ucc.edu.gh,NA,Peter A. Obeng,"Water and Sanitation Unit, Chemistry Department, University of Cape Coast, Cape Coast, Ghana",Ghana,pobeng@ucc.edu.gh,NA,FALSE,NA,NA,NA,dry sanitation technology; multidirectional VIP; ventilation rate; VIP latrine,NA,iwaponline.com +65934,9,2,https://iwaponline.com/washdev/article/9/2/380/65934/A-conceptual-evaluation-framework-for-the-water,"Journal of Water, Sanitation & Hygiene for Development",A conceptual evaluation framework for the water and sanitation for health facility improvement tool (WASH FIT),2019,FALSE,0,NA,NA,5,Nicole Weber,"Oak Ridge Institute for Science and Education (ORISE), Emergency Response and Recovery Branch, Center for Global Health, Division of Global Health Protection, Centers for Disease Control and Prevention, 1600 Clifton Rd. NE, Atlanta GA 30329-4027, USA",United States of America,nicoleweber12@gmail.com,NA,Nicole Weber,"Oak Ridge Institute for Science and Education (ORISE), Emergency Response and Recovery Branch, Center for Global Health, Division of Global Health Protection, Centers for Disease Control and Prevention, 1600 Clifton Rd. NE, Atlanta GA 30329-4027, USA",United States of America,nicoleweber12@gmail.com,NA,FALSE,NA,NA,NA,evaluation; healthcare facilities; hygiene; outcomes; sanitation; water,NA,iwaponline.com +66588,9,2,https://iwaponline.com/washdev/article/9/2/392/66588/Impacts-of-flooding-on-drinking-water-access-in,"Journal of Water, Sanitation & Hygiene for Development","Impacts of flooding on drinking water access in Dar es Salaam, Tanzania: implications for the Sustainable Development Goals",2019,FALSE,0,NA,NA,2,Sarah L. Smiley,"Kent State University at Salem, 2491 State Route 45 South, Salem, OH 44460, USA",United States of America,ssmiley8@kent.edu,NA,Sarah L. Smiley,"Kent State University at Salem, 2491 State Route 45 South, Salem, OH 44460, USA",United States of America,ssmiley8@kent.edu,NA,FALSE,NA,NA,NA,Dar es Salaam; drinking water; flooding; Sustainable Development Goals; Tanzania; water access,NA,iwaponline.com +67971,9,3,https://iwaponline.com/washdev/article/9/3/397/67971/Ghana-s-post-MDGs-sanitation-situation-an-overview,"Journal of Water, Sanitation & Hygiene for Development",Ghana's post-MDGs sanitation situation: an overview,2019,FALSE,0,NA,NA,6,Eugene Appiah-Effah,"Department of Civil Engineering, College of Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@gmail.com,NA,Eugene Appiah-Effah,"Department of Civil Engineering, College of Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,appiaheffah@gmail.com,NA,FALSE,NA,NA,NA,financing mechanisms; Ghana; post-MDGs; sanitation coverage; SDGs; toilet technologies,NA,iwaponline.com +67927,9,3,https://iwaponline.com/washdev/article/9/3/416/67927/Effects-of-complexity-of-handwashing-instructions,"Journal of Water, Sanitation & Hygiene for Development",Effects of complexity of handwashing instructions on handwashing procedure replication in low-income urban slums in Bangladesh: a randomized non-inferiority field trial,2019,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.131/4/washdev2019131supp.pdf?Expires=1706092496&Signature=J~p5X-ILiA8wh5Tj5p4oCF4ASc~v7vEI2X8bo6xl-IGjZx7uMQFfJCHB0SeBRa9-aZTPOytQxaSzWsXj-q4jQQY-gWuevZh7wXmhh~EsHQxPR3KPu7iIx-cv1oddFJFSj2c-TI-90TfeLxJO44by4H6EkV0szhsqfvkr74xQeDCqc60G7meK3VYdZRT7fwl58k1HlL2mMtX19Ir~EaPh0OjTLkmkYE3pqc2xBUKYDtMOyYqOdRGwXqNztuLa61igWeyPqAcT5xa2Yk6KS4gcHzfONwvJmxuNyX-eAPb07ftkI9Ma~II0VZNsAiwyWF07hN3agxdD6FClphgFQ~xfcA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Nuhu Amin,"Infectious Diseases Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,nuhu.amin@icddrb.org,NA,Nuhu Amin,"Infectious Diseases Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka, Bangladesh",Bangladesh,nuhu.amin@icddrb.org,NA,FALSE,NA,NA,NA,adherence; Bangladesh; children; handwashing complexity; mothers; WASH; water and sanitation,NA,iwaponline.com +67784,9,3,https://iwaponline.com/washdev/article/9/3/429/67784/Challenges-of-WASH-in-remote-Australian-Indigenous,"Journal of Water, Sanitation & Hygiene for Development",Challenges of WASH in remote Australian Indigenous communities,2019,FALSE,0,NA,NA,1,Nina Lansbury Hall,"School of Public Health, Faculty of Medicine, University of Queensland, Brisbane, QLD, Australia",Australia,n.hall2@uq.edu.au,NA,Nina Lansbury Hall,"School of Public Health, Faculty of Medicine, University of Queensland, Brisbane, QLD, Australia",Australia,n.hall2@uq.edu.au,NA,FALSE,NA,NA,NA,Australia; development; drinking water; Indigenous health; remote; WASH,NA,iwaponline.com +67544,9,3,https://iwaponline.com/washdev/article/9/3/438/67544/Cultural-determinants-of-sanitation-uptake-and,"Journal of Water, Sanitation & Hygiene for Development","Cultural determinants of sanitation uptake and sustainability: local values and traditional roles in rural Bali, Indonesia",2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.178/4/washdev2019178supp.docx?Expires=1706023533&Signature=RO3CTh03h69durIuES3GSaaVcOJQXXq8fdEuFQogaqt~gpLAKeLmuE6Q~lQELMUh5RyL1KyEQfYifOrvMCz5APEEPlyW8H5KGxOw2Jif1LyJHCqiD5UPncficSfNK8UlWCHn2nNDPmzYjpaU9nPMV~KF4G1XOvnhbZian5SCTjx6fvaIT6ZPxfm1oKksBbGrIshsc2yVzS0EOHrAk5uHI8elEaXGEn3m-E8it-oz0kJ3fVgRJgJzO8WdY0mP8nw3Y-Xdi1U5buOAel-ZI9SAcrjfFlkf9i0aLea-XyXtwQOTdV13x~4Q23kLL2mibETuFUkDgNg8dCCsLvcB9LvTMg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Ni Made Utami Dwipayanti,"School of Public Health, Jl. PB. Sudirman, Udayana University, Denpasar, Bali 80234, Indonesia",Indonesia,nimadeutami.dwipayanti@griffithuni.edu.au,NA,Ni Made Utami Dwipayanti,"School of Public Health, Jl. PB. Sudirman, Udayana University, Denpasar, Bali 80234, Indonesia",Indonesia,nimadeutami.dwipayanti@griffithuni.edu.au,NA,FALSE,NA,NA,NA,cultural determinants; local values; rural Bali; sanitation uptake; sustainability; traditional roles,NA,iwaponline.com +66609,9,3,https://iwaponline.com/washdev/article/9/3/450/66609/Water-source-quality-in-Ahenema-Kokoben-Ghana,"Journal of Water, Sanitation & Hygiene for Development","Water source quality in Ahenema Kokoben, Ghana",2019,FALSE,0,NA,NA,4,Amadu Salifu,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, University Post Office, Kumasi, Ghana",Ghana,salifuamadu@gmail.com,NA,Amadu Salifu,"Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, University Post Office, Kumasi, Ghana",Ghana,salifuamadu@gmail.com,NA,FALSE,NA,NA,NA,compartment bag test; drinking water quality; E. coli; Ghana,NA,iwaponline.com +67180,9,3,https://iwaponline.com/washdev/article/9/3/460/67180/Free-living-amoebae-Acanthamoeba-spp-diagnosis-by,"Journal of Water, Sanitation & Hygiene for Development","Free-living amoebae (Acanthamoeba spp.): diagnosis by PCR method in different sources of water in Rabat, Morocco",2019,FALSE,0,NA,NA,5,Sakhi El Mahdi,"Department of Scientific Institute, Zoology Laboratory, Mohammed V University, 4, Ibn Battouta Avenue, P.O. Box 1014, Rabat, Morocco",Morocco,sakhi.elmahdi@gmail.com,NA,Sakhi El Mahdi,"Department of Scientific Institute, Zoology Laboratory, Mohammed V University, 4, Ibn Battouta Avenue, P.O. Box 1014, Rabat, Morocco",Morocco,sakhi.elmahdi@gmail.com,NA,FALSE,NA,NA,NA,Acanthamoeba spp.; Acanthamoeba keratitis; conventional PCR; free-living amoebae,NA,iwaponline.com +67545,9,3,https://iwaponline.com/washdev/article/9/3/464/67545/Assessment-of-the-impact-of-pit-latrines-on,"Journal of Water, Sanitation & Hygiene for Development","Assessment of the impact of pit latrines on groundwater contamination in Hopley Settlement, Harare, Zimbabwe",2019,FALSE,0,NA,NA,3,Alfonse Tapera Ndoziya,"Department of Civil Engineering, University of Zimbabwe, Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,alfonse.ndoziya@gmail.com,NA,Alfonse Tapera Ndoziya,"Department of Civil Engineering, University of Zimbabwe, Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,alfonse.ndoziya@gmail.com,NA,FALSE,NA,NA,NA,GIS; groundwater; peri-urban; pit latrine; principal component analysis; water quality,NA,iwaponline.com +67251,9,3,https://iwaponline.com/washdev/article/9/3/477/67251/Drinking-water-treatment-using-indigenous-wood,"Journal of Water, Sanitation & Hygiene for Development",Drinking water treatment using indigenous wood filters combined with granular activated carbon,2019,FALSE,0,NA,NA,2,Stephen Siwila,"Department of Civil Engineering, Water Engineering Division, Stellenbosch University, Private Bag X1, Matieland 7602, Cape Town, South Africa",South Africa,ssiwilatabbie@yahoo.co.uk,NA,Stephen Siwila,"Department of Civil Engineering, Water Engineering Division, Stellenbosch University, Private Bag X1, Matieland 7602, Cape Town, South Africa",South Africa,ssiwilatabbie@yahoo.co.uk,NA,FALSE,NA,NA,NA,aesthetic aspects; bacterial removal; drinking water; heavy metals; indigenous wood filters; water quality,NA,iwaponline.com +66785,9,3,https://iwaponline.com/washdev/article/9/3/492/66785/Taqman-hydrolysis-probe-application-for,"Journal of Water, Sanitation & Hygiene for Development","Taqman hydrolysis probe application for Escherichia coli, Salmonella enterica, and Vibrio cholerae detection in surface and drinking water",2019,FALSE,0,NA,NA,4,Ahmed K. A. El-Sayed,"Botany and Microbiology Department, Faculty of Science, Damietta University, Damietta El-Gededa, P.O. 34517, Damietta, Egypt",Egypt,NA,NA,Amira A. E. El-Badaly,"Chemistry Department, Faculty of Science, Damietta University, Damietta El-Gededa, P.O. 34517, Damietta, Egypt",Egypt,amiraelsaied55@yahoo.com,NA,FALSE,NA,NA,NA,bioindicators; invA; ompW; uidA; water treatment,NA,iwaponline.com +67158,9,3,https://iwaponline.com/washdev/article/9/3/500/67158/Household-drinking-water-safety-among-the,"Journal of Water, Sanitation & Hygiene for Development","Household drinking water safety among the population of Gaza Strip, Palestine: knowledge, attitudes, practices, and satisfaction",2019,FALSE,0,NA,NA,7,Samer Abuzerr,"Department of Environmental Health Engineering, School of Public Health, International Campus, Tehran University of Medical Sciences, Tehran, Iran",Iran (Islamic Republic of),NA,NA,Simin Nasseri,"Department of Environmental Health Engineering, School of Public Health, Tehran University of Medical Sciences, Tehran, Iran",Iran (Islamic Republic of),naserise@tums.ac.ir,NA,FALSE,NA,NA,NA,attitude; drinking water safety; Gaza Strip households; knowledge; practice; satisfaction,NA,iwaponline.com +66754,9,3,https://iwaponline.com/washdev/article/9/3/513/66754/Diurnal-water-use-patterns-for-low-cost-houses,"Journal of Water, Sanitation & Hygiene for Development",Diurnal water use patterns for low-cost houses with indigent water allocation: a South African case study,2019,FALSE,0,NA,NA,3,Dian Pretorius,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,NA,NA,Heinz Erasmus Jacobs,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,hejacobs@sun.ac.za,NA,FALSE,NA,NA,NA,diurnal patterns; low-cost housing; peak flow; water use,NA,iwaponline.com +68671,9,3,https://iwaponline.com/washdev/article/9/3/522/68671/Habitations-villages-and-gram-panchayats-local,"Journal of Water, Sanitation & Hygiene for Development","Habitations, villages, and gram panchayats: local drinking water planning in rural India with a Pune district case study",2019,FALSE,0,NA,NA,4,"James L. Wescoat, Jr","Massachusetts Institute of Technology, Cambridge, MA, USA",United States of America,wescoat@mit.edu,NA,"James L. Wescoat, Jr","Massachusetts Institute of Technology, Cambridge, MA, USA",United States of America,wescoat@mit.edu,NA,FALSE,NA,NA,NA,drinking water planning; gram panchayat; habitation; Maharashtra; Pune; village,NA,iwaponline.com +67620,9,3,https://iwaponline.com/washdev/article/9/3/531/67620/Physical-factors-limiting-access-to-clean,"Journal of Water, Sanitation & Hygiene for Development",Physical factors limiting access to clean groundwater in Tanzania villages,2019,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.198/4/washdev2019198supp.pdf?Expires=1706092545&Signature=dTXR24Mxp7BGsCh2B02J0d3tGZBo0meO74bcv~beWN77-14uk24IewehAJZMFiZIcvdKIxpSMAHleOKFRs1gp8DPTkj~~9zCZFUtXrkG9x9lvhCfeG6bEGta7Nsa-3S9EwLmFYDQ-0e6rJM~uG7LjARvC8I1zIJUQxMSgjtnJwI0x~FcTrm7fOJetTTThKeg-ETecgCYpb841145hzryii0DbC1YcZkL~aNBsWoK85HCExbr6Rugaasif3ixpB0CCGe6MoyjS0H5ajDSEu64gjo~DDoSPU8SorCrmcw7tegkN3mxepcudtidco6crjMIkmWx7BkaBbBHhpmZfr6YCA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Zaina Hussein Mseli,"College of Earth Sciences, University of Dodoma, Dodoma, Tanzania",United Republic of Tanzania,NA,NA,Audrey H. Sawyer,"School of Earth Sciences, The Ohio State University, Columbus, Ohio, USA",United States of America,sawyer.143@osu.edu,NA,FALSE,NA,NA,NA,contamination; fractured rocks; groundwater development; nitrate; water supply,NA,iwaponline.com +68687,9,3,https://iwaponline.com/washdev/article/9/3/540/68687/The-struggle-for-water-in-Indonesia-the-role-of,"Journal of Water, Sanitation & Hygiene for Development",The struggle for water in Indonesia: the role of women and children as household water fetcher,2019,FALSE,0,NA,NA,2,S. Irianti,"National Institute of Health Research and Development, Ministry of Health, Jl. Percetakan Negara No. 29, Jakarta 10560, Indonesia",Indonesia,iriantis@gmail.com,NA,S. Irianti,"National Institute of Health Research and Development, Ministry of Health, Jl. Percetakan Negara No. 29, Jakarta 10560, Indonesia",Indonesia,iriantis@gmail.com,NA,FALSE,NA,NA,NA,gender; Indonesia; water collection; water fetcher; water source,NA,iwaponline.com +68122,9,3,https://iwaponline.com/washdev/article/9/3/549/68122/Leaving-no-one-behind-Analysis-of-trends-in-access,"Journal of Water, Sanitation & Hygiene for Development","Leaving no one behind? Analysis of trends in access to water and sanitation services in the slum areas of Nairobi, 2003–2015",2019,FALSE,0,NA,NA,4,Claudious Chikozho,"African Population and Health Research Center, P.O. Box 10787-00100, Nairobi, Kenya",Kenya,c.chikozho@gmail.com,NA,Claudious Chikozho,"African Population and Health Research Center, P.O. Box 10787-00100, Nairobi, Kenya",Kenya,c.chikozho@gmail.com,NA,FALSE,NA,NA,NA,diseases; Nairobi; sanitation; slums; water,NA,iwaponline.com +67156,9,3,https://iwaponline.com/washdev/article/9/3/559/67156/Hybrid-constructed-wetlands-system-with,"Journal of Water, Sanitation & Hygiene for Development",Hybrid constructed wetlands system with intermittent feeding applied for urban wastewater treatment in South Brazil,2019,FALSE,0,NA,NA,4,Benny Zuse Rousso,"GESAD – Decentralized Sanitation Research Group, Department of Sanitary and Environmental Engineering, Federal University of Santa Catarina, Trindade, Florianópolis, Santa Catarina 88040-900, Brazil",Brazil,NA,NA,Pablo Heleno Sezerino,"GESAD – Decentralized Sanitation Research Group, Department of Sanitary and Environmental Engineering, Federal University of Santa Catarina, Trindade, Florianópolis, Santa Catarina 88040-900, Brazil",Brazil,pablo.sezerino@ufsc.br,NA,FALSE,NA,NA,NA,hydraulic regime; startup; temporal performance; Thypha domingensis; vertical and horizontal flow constructed wetlands,NA,iwaponline.com +68104,9,3,https://iwaponline.com/washdev/article/9/3/571/68104/Efficacy-of-integrated-ultraviolet-ultrasonic,"Journal of Water, Sanitation & Hygiene for Development",Efficacy of integrated ultraviolet ultrasonic technologies in the removal of erythromycin- and quinolone-resistant Escherichia coli from domestic wastewater through a laboratory-based experiment,2019,FALSE,0,NA,NA,5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,NA,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,NA,FALSE,NA,NA,NA,erythromycin; quinolones; ultrasonic; ultraviolet radiation; wastewater,NA,iwaponline.com +67353,9,3,https://iwaponline.com/washdev/article/9/3/581/67353/Experiences-of-shared-sanitation-towards-a-better,"Journal of Water, Sanitation & Hygiene for Development","Experiences of shared sanitation – towards a better understanding of access, exclusion and ‘toilet mobility’ in low-income urban areas",2019,FALSE,0,NA,NA,4,Ella Foggitt,"Biomedical and Life Sciences, Lancaster University, Lancaster, UK",United Kingdom of Great Britain and Northern Ireland,e.foggitt@lancaster.ac.uk,NA,Ella Foggitt,"Biomedical and Life Sciences, Lancaster University, Lancaster, UK",United Kingdom of Great Britain and Northern Ireland,e.foggitt@lancaster.ac.uk,NA,FALSE,NA,NA,NA,exclusion; Ghana; SDG 6; shared sanitation; urban,NA,iwaponline.com +66732,9,3,https://iwaponline.com/washdev/article/9/3/591/66732/Does-the-source-of-water-for-piped-supplies-affect,"Journal of Water, Sanitation & Hygiene for Development",Does the source of water for piped supplies affect child health? Evidence from rural Vanuatu,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/3/10.2166_washdev.2019.161/4/washdev2019161supp.docx?Expires=1706092571&Signature=ulq9143dVdHMaEBTr6gHrTcoqSpdjaSXIjiyErsicEBd2vcakkkm4MuFYJoGBILol3mp9ykj3IKymCvcVsyg-0bcynyfaHcx~RxkX-wbjbxi7LAMbVJ55j0hEJcVEmfsPkycxQ~PMEz0n1cmbmi-IcaJ~2S-1SbxjA3glxeDCgd86PxMz1Ai6ip4Tmx8nbGHh9Sf~oc8wPTO9rMWrPOIMcpdccYN3IDDtMFoHOBQUBmrI83H1gvOzz7rd2xN2SgJ7J4a5oHFPdbVCL0bGNlHp2ZbE5Mkaxm2ZzJdc21qDMmcJDDNkJTsuy~Z7p6y7uoPGnVZzoQ5pmKKWYW~vlkTkg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Tim Foster,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones St, Ultimo, NSW 2007, Australia",Australia,tim.foster@uts.edu.au,NA,Tim Foster,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones St, Ultimo, NSW 2007, Australia",Australia,tim.foster@uts.edu.au,NA,FALSE,NA,NA,NA,child health; diarrhoeal disease; rural water supply; Sustainable Development Goals; Vanuatu; water quality,NA,iwaponline.com +67157,9,3,https://iwaponline.com/washdev/article/9/3/596/67157/Water-reuse-in-the-production-of-non-reinforced,"Journal of Water, Sanitation & Hygiene for Development",Water reuse in the production of non-reinforced concrete elements: An alternative for decentralized wastewater management,2019,FALSE,0,NA,NA,5,Natalia Cangussu Duarte,"School of Civil Engineering, Architecture and Urban Design – FEC, UNICAMP (University of Campinas), Rua Saturnino de Brito, 224, Cidade Universitária ‘Zeferino Vaz’, P.O. Box 6143, 13083-889, Campinas, SP, Brazil",Brazil,NA,NA,Adriano Luiz Tonetti,"School of Civil Engineering, Architecture and Urban Design – FEC, UNICAMP (University of Campinas), Rua Saturnino de Brito, 224, Cidade Universitária ‘Zeferino Vaz’, P.O. Box 6143, 13083-889, Campinas, SP, Brazil",Brazil,adriano@fec.unicamp.br,NA,FALSE,NA,NA,NA,compressive strength; decentralized system; management; reclamation; reuse; wastewater,NA,iwaponline.com +71342,9,4,https://iwaponline.com/washdev/article/9/4/v/71342/The-future-of-academic-publishing-in-achieving,"Journal of Water, Sanitation & Hygiene for Development",The future of academic publishing in achieving Sustainable Development Goal 6,2019,FALSE,0,NA,NA,2,Barbara Evans,"The University of Leeds, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +69038,9,4,https://iwaponline.com/washdev/article/9/4/601/69038/Pipe-enlargement-to-satisfy-concentration-time,"Journal of Water, Sanitation & Hygiene for Development",Pipe enlargement to satisfy concentration-time product for in-system disinfection in a water distribution system,2019,FALSE,0,NA,NA,2,Margaret Neff,"Department of Civil and Environmental Engineering, Michigan Technological University, Houghton, MI 49931, USA",United States of America,NA,NA,Brian D. Barkdoll,"Department of Civil and Environmental Engineering, Michigan Technological University, Houghton, MI 49931, USA",United States of America,barkdoll@mtu.edu,NA,FALSE,NA,NA,NA,developing country; drinking water; sustainability; water quality; water supply,NA,iwaponline.com +69478,9,4,https://iwaponline.com/washdev/article/9/4/608/69478/Sisal-fiber-as-an-alternative-to-the-construction,"Journal of Water, Sanitation & Hygiene for Development",Sisal fiber as an alternative to the construction of flexible fiber filters applied to water treatment,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.032/10/washdev2019032supp.docx?Expires=1706024228&Signature=UGJxjiDdHv3aylML1iAMR3LgL2xqlfsJ4R3YhjVpCaLfDuBTChitDYCsgxFlr2yheycfWx7~J6QpmbiUUF40Ci51XG9yJ33kgBns3p9lJ3oWFQmIPY3gtDIGVS3Y6yXo-Ta-7E7HoTxHrHrDnPonXxiP6K1id5fa0ZPkEnbunYaUol2sv2FHZ6-U05lO-ZkazuYDEQmuBTiTdduw~Wb8Ij~w8o3OY-GNJuGH~niSxbAaQ21rdkFLqcOQxkGk5Uaic6tYcehEuU7o2~sp~0Pj2hBLdOK0AK7FYG0T4~JY50XC8xq5lQsuUDMQ9C7PHLwjh5Qr3zejYnDcDcY5Qslk2A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Alice K. M. Morita,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo (EESC/USP), Avenida Trabalhador São Carlense, 400, São Carlos, SP 13560-250, Brazil",Brazil,alice.morita@usp.br,NA,Alice K. M. Morita,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo (EESC/USP), Avenida Trabalhador São Carlense, 400, São Carlos, SP 13560-250, Brazil",Brazil,alice.morita@usp.br,NA,FALSE,NA,NA,NA,deep bed fiber filtration; flexible fiber filter; low-cost configuration; sisal fiber; water clarification,NA,iwaponline.com +69838,9,4,https://iwaponline.com/washdev/article/9/4/616/69838/Suitability-of-fecal-sludge-from-composting,"Journal of Water, Sanitation & Hygiene for Development",Suitability of fecal sludge from composting toilets as feedstock for carbonization,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.047/10/washdev2019047supp.docx?Expires=1706092589&Signature=Vft3a8TetxXTfgJ3qzOdyU3trmNi3Ek9QneimWqDK3LOxZf-SnUjEjY-nQHyNX8HO94VOJkOd1UgrlRVtKTdGoIQmJXzGRR5zyt2bW-H01w-tyFYZg8mnIok0PNHOC~vkDJLp1DcTCxbGTtxyTxrqo0cmlQHSw89VtITbbD28V3WvKKyXM8V69FwNg-tgo4YFLTKtazCStjY~wMq2YJ~Hrc92lqYGlYOEMH5BF7RmiqvjnGPdynlAJcEouid8uB~VjqI0phltdSepZpVnsLbq94zeFlfUIbgD4TZfcSXPMx07dHhz1xEz84emQdkSNFKxeUJDZXDI1LrOP8m3b9Btg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Tobias Hübner,"Helmholtz-Centre for Environmental Research GmbH – UFZ, Department Environmental Microbiology, Permoserstraße 15, 04318 Leipzig, Germany",Germany,tobias.huebner@ufz.de,NA,Tobias Hübner,"Helmholtz-Centre for Environmental Research GmbH – UFZ, Department Environmental Microbiology, Permoserstraße 15, 04318 Leipzig, Germany",Germany,tobias.huebner@ufz.de,NA,FALSE,NA,NA,NA,bio-toilet; compost toilet; dry toilet; fecal sludge; hydrothermal carbonization; pyrolysis,NA,iwaponline.com +70272,9,4,https://iwaponline.com/washdev/article/9/4/627/70272/Investigation-into-untreated-greywater-reuse,"Journal of Water, Sanitation & Hygiene for Development",Investigation into untreated greywater reuse practices by suburban households under the threat of intermittent water supply,2019,FALSE,0,NA,NA,2,N. Nel,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,NA,NA,H. E. Jacobs,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,hejacobs@sun.ac.za,NA,FALSE,NA,NA,NA,greywater; risk; water restrictions,NA,iwaponline.com +69014,9,4,https://iwaponline.com/washdev/article/9/4/635/69014/Knowledge-and-perception-of-the-role-of-water,"Journal of Water, Sanitation & Hygiene for Development","Knowledge and perception of the role of water, sanitation and hygiene in containment of Ebola virus disease among secondary school students in Ibadan, Nigeria",2019,FALSE,0,NA,NA,3,Faith I. Edoror,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Nigeria",Nigeria,NA,NA,Elizabeth O. Oloruntoba,"Department of Environmental Health Sciences, Faculty of Public Health, College of Medicine, University of Ibadan, Ibadan, Nigeria",Nigeria,li_zzyy@yahoo.com,NA,FALSE,NA,NA,NA,hygiene; knowledge and perception on Ebola virus disease; sanitation; schools; water supply,NA,iwaponline.com +67998,9,4,https://iwaponline.com/washdev/article/9/4/644/67998/Assessment-of-bacterial-diversity-in-western-Accra,"Journal of Water, Sanitation & Hygiene for Development","Assessment of bacterial diversity in western Accra, Ghana, drinking water samples",2019,TRUE,1,xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.123/10/washdev2019123supp.xlsx?Expires=1706092602&Signature=Nk0U5aiGrDz~14z6gVw03PuNGVJBitO95hvJtIB983UcMr5v-QafMZCRFQUZUnG-5kxL4hyakYF2UnA85CcNMKe6IOBbMCBnaxwQiIQkuEfktGMzfquev-LqhkeDoxYIO1CfR3vmCaMG6SvHhoDCceS17qLpQ~RHfrJqXr28bbHREkM4TY-I8lAc-WKJvTAnuudHDoMh885V82GYbkJenks3lRgnPkldHE5tuxYTWwbLuK5Nb0EXbbvKzPKoPqZqMhe8K61pMHXondvxBob26-aT2e~V-pmryjhzjikOUKBH8XEDzJ~d9LaULk3XlJmN4I-s5njwtRjvmsS9RgP-cQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Gertrude Ecklu-Mensah,"Department of Biochemistry, Cell and Molecular Biology, University of Ghana, Legon, Accra, Ghana",Ghana,NA,NA,William S. Reznikoff,"Current address: Josephine Bay Paul Center for Comparative Molecular Biology and Evolution, Marine Biological Laboratory, 7 MBL St., Woods Hole, MA 02543, USA",United States of America,breznikoff@mbl.edu,NA,FALSE,NA,NA,NA,454 pyrotag sequencing; bacterial diversity; drinking water; polytanks; water storage,NA,iwaponline.com +69976,9,4,https://iwaponline.com/washdev/article/9/4/662/69976/Hygiene-practices-of-mothers-of-hospitalized,"Journal of Water, Sanitation & Hygiene for Development",Hygiene practices of mothers of hospitalized neonates at a tertiary care neonatal intensive care unit in Zambia,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.140/10/washdev2019140supp.docx?Expires=1706021857&Signature=1OPYmy8sFdo-V3b~pUoFXktF9ti4KX-ooTeFurl5wzXwjzJr-5VCkTIMcl8ZMJaXHumZaYki70ZVUqWY8A42ubNaaJEatShuGGdwhuEE99s0KUZpKIoS9wM7tgB~nn1CLOSRVipc~atCDH2JGVtOE8WpFucqKDE9L-3-PK8sJYqQ6-bdBUeG~aQcorUMyS4STejmtm5~jexNjb5VmmNGm8WpEu8VwHAfX9okS2m4UhjXhNiEoJ9-k1XYvQDvNpdvyZwBD6rjBCu5~oDZ5v915pTmBI09YCv3xz0nVVBfGNzAVQ7Mn4HUaucoALJWNt~6RoAF-s~92XTSMV5DGf6x2w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Jason H. Park,"Boston University School of Medicine, 112 Longwood Ave, Apt 3, Brookline, MA 02446, USA",United States of America,jhspark@bu.edu,NA,Jason H. Park,"Boston University School of Medicine, 112 Longwood Ave, Apt 3, Brookline, MA 02446, USA",United States of America,jhspark@bu.edu,NA,FALSE,NA,NA,NA,global health; hygiene; maternal; neonatal; umbilical cord care,NA,iwaponline.com +67976,9,4,https://iwaponline.com/washdev/article/9/4/671/67976/Determinants-of-microbiological-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Determinants of microbiological quality of drinking water in refugee camps and host communities in Gambella Region, Ethiopia",2019,FALSE,0,NA,NA,5,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa City Administration, P.O. Box 150461, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,NA,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa City Administration, P.O. Box 150461, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,NA,FALSE,NA,NA,NA,Ethiopia; fecal coliform; refugees; under-five children; water quality,NA,iwaponline.com +70048,9,4,https://iwaponline.com/washdev/article/9/4/683/70048/Quality-of-water-sources-in-Southwestern-Uganda,"Journal of Water, Sanitation & Hygiene for Development",Quality of water sources in Southwestern Uganda using the compartment bag test (CBT): a cross-sectional descriptive study,2019,FALSE,0,NA,NA,6,Richard Onyuthi Apecu,"Department of Medical Laboratory Sciences, Mbarara University of Science and Technology, PO Box 1410, Mbarara, Uganda",Uganda,apecurich400@gmail.com,NA,Richard Onyuthi Apecu,"Department of Medical Laboratory Sciences, Mbarara University of Science and Technology, PO Box 1410, Mbarara, Uganda",Uganda,apecurich400@gmail.com,NA,FALSE,NA,NA,NA,bacteriological assessment; CBT; Escherichia coli; Uganda; water quality,NA,iwaponline.com +69622,9,4,https://iwaponline.com/washdev/article/9/4/694/69622/Performance-of-black-ceramic-water-filters-and,"Journal of Water, Sanitation & Hygiene for Development",Performance of black ceramic water filters and their implementation in rural Ecuador,2019,FALSE,0,NA,NA,8,Laura Guerrero-Latorre,"Biodiversity, environment and health research group (BIOMAS), Faculty of Engineering and Applied Sciences (FICA), Biotechnology Engineering, Universidad de las Americas, José Queri and De los Granados Av., Quito, Ecuador",Ecuador,laura.guerrero.latorre@udlanet.ec,NA,Laura Guerrero-Latorre,"Biodiversity, environment and health research group (BIOMAS), Faculty of Engineering and Applied Sciences (FICA), Biotechnology Engineering, Universidad de las Americas, José Queri and De los Granados Av., Quito, Ecuador",Ecuador,laura.guerrero.latorre@udlanet.ec,NA,FALSE,NA,NA,NA,ceramic water filters; Ecuador water access; waterborne virus; water quality,NA,iwaponline.com +68965,9,4,https://iwaponline.com/washdev/article/9/4/703/68965/Nexus-between-sanitation-and-groundwater-quality,"Journal of Water, Sanitation & Hygiene for Development",Nexus between sanitation and groundwater quality: case study from a hard rock region in India,2019,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.002/10/washdev2019002supp.docx?Expires=1706033548&Signature=blD15ZSRjOTeaKTtYt6zREJmvilQZ-q0XOnj69LaCqReArjbJWEMft9xe5gxa9ocZFyF5xBe7gYHt~QKvLFA-5Oz6CXa2qiYMHqChBnMCpiumlXSUlZIf15j4zVLzVgQT-DE14grl03GPUhkmhTiStExrFxRENhFlO0xTHINIssHDEUA52CqxMfVID1L~0tp03ci1AOlfpLQAsKf0LhGt0Jv6bjqkBRxPyU64y45WG5S3aSiiuz8oFORuIxO~wfIQyQhHi-y3aAETDKFMTO6beik~a~~7ayn6C9z0JnKtZIhvbOXq2kl8iRjk9D7hzBxariS64pjr8pp7K14IotvuA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,S. Murty Bhallamudi,"Department of Civil Engineering, IIT Madras, Chennai, India",India,NA,NA,Ligy Philip,"Department of Civil Engineering, IIT Madras, Chennai, India",India,ligy@iitm.ac.in,NA,FALSE,NA,NA,NA,bacteriological contamination; groundwater quality; hard rock areas; sanitation,NA,iwaponline.com +69460,9,4,https://iwaponline.com/washdev/article/9/4/714/69460/Improving-environmental-sanitation-in-the,"Journal of Water, Sanitation & Hygiene for Development","Improving environmental sanitation in the catchment area of Benya Lagoon, Ghana: the non-household stakeholder role and participation dimension",2019,FALSE,0,NA,NA,1,Justice Mensah,"Directorate of Academic Planning and Quality Assurance, University of Cape Coast, Cape Coast, Ghana",Ghana,justice44mensah@gmail.com,NA,Justice Mensah,"Directorate of Academic Planning and Quality Assurance, University of Cape Coast, Cape Coast, Ghana",Ghana,justice44mensah@gmail.com,NA,FALSE,NA,NA,NA,collaboration; environmental sanitation; Ghana; non-household stakeholders; participation,NA,iwaponline.com +70047,9,4,https://iwaponline.com/washdev/article/9/4/731/70047/Spatiotemporal-hydrochemical-variations-in-river,"Journal of Water, Sanitation & Hygiene for Development",Spatiotemporal hydrochemical variations in river water in the Qilian Mountains and their sources: a case study of the Binggou River Basin,2019,FALSE,0,NA,NA,9,Junju Zhou,"College of Geography and Environmental Science, Northwest Normal University, Lanzhou 730070, China",China,NA,NA,Juan Xiang,"College of Geography and Environmental Science, Northwest Normal University, Lanzhou 730070, China",China,xiagjuan@163.com,NA,FALSE,NA,NA,NA,controlling factor; hydrogeochemistry; major ions; water quality,NA,iwaponline.com +70882,9,4,https://iwaponline.com/washdev/article/9/4/743/70882/What-determines-the-operational-sustainability-of,"Journal of Water, Sanitation & Hygiene for Development",What determines the operational sustainability of rural drinking water points in Ethiopia? The case of Woliso woreda,2019,FALSE,0,NA,NA,2,Birki Gurmessa,"College of Agriculture and Veterinary Medicine, Jimma University, Jimma, Ethiopia",Ethiopia,birkigurmessa@gmail.com,NA,Birki Gurmessa,"College of Agriculture and Veterinary Medicine, Jimma University, Jimma, Ethiopia",Ethiopia,birkigurmessa@gmail.com,NA,FALSE,NA,NA,NA,operational sustainability; rural drinking water points; water user committee; willingness to pay,NA,iwaponline.com +70434,9,4,https://iwaponline.com/washdev/article/9/4/754/70434/Lessons-learned-from-the-national-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Lessons learned from the national sanitation campaign in Njombe district, Tanzania",2019,FALSE,0,NA,NA,8,John Safari,"Institute of Rural Development Planning, P.O. Box 138, Dodoma, Tanzania",United Republic of Tanzania,jsafari@irdp.ac.tz,NA,John Safari,"Institute of Rural Development Planning, P.O. Box 138, Dodoma, Tanzania",United Republic of Tanzania,jsafari@irdp.ac.tz,NA,FALSE,NA,NA,NA,CLTS; rural sanitation; Tanzania,NA,iwaponline.com +70237,9,4,https://iwaponline.com/washdev/article/9/4/765/70237/Barriers-and-opportunities-for-behavior-change-in,"Journal of Water, Sanitation & Hygiene for Development",Barriers and opportunities for behavior change in managing high water demand in water scarce Indigenous communities: an Australian perspective,2019,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.091/10/washdev2019091supp.pdf?Expires=1706092647&Signature=q2~eA00GWNdnR91YYuWwGgSE1MGUpkcKE0nrPW-c7vlFX-b0vYG2mdkhYKP~FeBrvSTpC7drekLo6K0w~w5qe4P7dziJmcBFoGXi4om0qIOsK4W11dj4cMCkGMHHjWPNhE1vQOpZd4-lL7zP4tXMH-vJDpwlWMhMD0gf0B97-vKY3PypT23oeirzntXfXcDJZ~hCx7IyedlcQqJmZAGCx1vLCrG9ghvxvhjP5o5asNWP0Aa4hkG4WeTeIBo6uumrCYOO95sp04gkYAcAjnTT06a9eWRZPObbrHNvVVGLTDFErFA~8IF68uADdEumzAxPQ~C~en2zf8esN0arF9eBBg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Safaa Aldirawi,"Improvement and Development for Communities Center (IDCO), Gaza Strip, Palestine",State of Palestine,NA,NA,Cara D. Beal,"Cities Research Institute and School of Medicine, Griffith University Brisbane, Brisbane, Qld, Australia",Australia,c.beal@griffith.edu.au,NA,FALSE,NA,NA,NA,Aboriginal and Torres Strait Island; behavior change; demand management; WASH; water conservation,NA,iwaponline.com +69758,9,4,https://iwaponline.com/washdev/article/9/4/774/69758/Global-water-access-fund-a-new-idea-to-bridge,"Journal of Water, Sanitation & Hygiene for Development",Global water access fund: a new idea to bridge operations and maintenance shortfalls for the poorest water utilities,2019,FALSE,0,NA,NA,3,Tanvi Nagpal,"School of Advanced International Studies, Johns Hopkins University, 1740 Massachusetts Ave NW, Washington, DC 20036, USA",United States of America,NA,NA,Matthew Eldridge,"Urban Institute, 500 L'Enfant Plaza, SW, Washington, DC, 20024, USA",United States of America,meldridge@urban.org,NA,FALSE,NA,NA,NA,global fund; operations and maintenance; pro-poor; solidarity levies; sustainable funding; water utilities,NA,iwaponline.com +69713,9,4,https://iwaponline.com/washdev/article/9/4/780/69713/Protozoan-pathogens-Blastocystis-and-Giardia-spp,"Journal of Water, Sanitation & Hygiene for Development",Protozoan pathogens Blastocystis and Giardia spp. in roof-harvested rainwater: the need to investigate the role of the common brushtail possum (Trichosurus vulpecula) and other potential sources of zoonotic transmission,2019,FALSE,0,NA,NA,5,Edward Waters,"School of Medicine, University of Notre Dame Australia, Sydney 160 Oxford Street, Darlinghurst, NSW 2010, Australia",Australia,NA,NA,Kerry Ann Hamilton,"Arizona State University School of Sustainable Engineering and the Built Environment, 1001 S McAllister Ave, Tempe AZ 85281, USA and Arizona State University Biodesign Center for Environmental Health Engineering, 1001 S McAllister Ave, Tempe, AZ 85281, USA",United States of America,kerry.hamilton@asu.edu,NA,FALSE,NA,NA,NA,Blastocystis spp.; Cryptosporidium spp.; Giardia spp.; possum; public health; rainwater,NA,iwaponline.com +69946,9,4,https://iwaponline.com/washdev/article/9/4/786/69946/Underrepresented-groups-in-WaSH-the-overlooked,"Journal of Water, Sanitation & Hygiene for Development",Underrepresented groups in WaSH – the overlooked role of chemical toxicants in water and health,2019,TRUE,1,xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/9/4/10.2166_washdev.2019.059/7/washdev2019059supp.xlsx?Expires=1706044456&Signature=S2TujN0Vts3jgNMBRDpXox7oB-wCdbVRGFhC5oKkokp4Xu6kaU7dR2SewA2PkqHT-GLh703bCfDDxcygGLaxaJ5zx-CiTso9~IxIuX77bVCRvyg91wDxcE52RXHyp5ibgK-HzA3WpTS0TCIUr3XLJ4TxVpAkWjZaqO~IGm0~tWI6tw3aQWZDOcKAdXXMIBSoY9rcmB5S57TVAqz~M9uAEI6uIXJq2Aulg9TjLMR74Ho50b7frh-P~bO5VSHnQ1rFh90KkUCDy~W8WTfizFpBbciV1-fPRn9kUlrBy5EKdYquBipGCE~htHCYq33hUhN6A3pSufcaB0OvehnkLjqg3w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Joshua P. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, North Carolina 27695, USA",United States of America,jpkearns@ncsu.edu,NA,Joshua P. Kearns,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, 2501 Stinson Dr, 208 Mann Hall, Raleigh, North Carolina 27695, USA",United States of America,jpkearns@ncsu.edu,NA,FALSE,NA,NA,NA,chemicals; drinking water; health; inorganic; organic; toxicants,NA,iwaponline.com +70215,9,4,https://iwaponline.com/washdev/article/9/4/794/70215/Factors-associated-with-the-practice-of-water,"Journal of Water, Sanitation & Hygiene for Development","Factors associated with the practice of water, sanitation, and hygiene (WASH) among the Rohingya refugees in Bangladesh",2019,FALSE,0,NA,NA,5,Kamrul Hsan,"Department of Public Health and Informatics, Jahangirnagar University, Savar, Dhaka 1342, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,NA,Kamrul Hsan,"Department of Public Health and Informatics, Jahangirnagar University, Savar, Dhaka 1342, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,NA,FALSE,NA,NA,NA,Rohingya refugees; WASH; WASH knowledge; WASH practices; water sanitation and hygiene,NA,iwaponline.com +72321,10,1,https://iwaponline.com/washdev/article/10/1/1/72321/Shining-the-spotlight-on-household-investments-for,"Journal of Water, Sanitation & Hygiene for Development","Shining the spotlight on household investments for water, sanitation and hygiene (WASH): let us talk about HI and the three ‘T's",2020,FALSE,0,NA,NA,2,Kerstin Danert,"Skat Foundation, St Gallen, Switzerland",Switzerland,kerstin@danert.com,NA,Kerstin Danert,"Skat Foundation, St Gallen, Switzerland",Switzerland,kerstin@danert.com,NA,FALSE,NA,NA,NA,household investments; self-supply,NA,iwaponline.com +71150,10,1,https://iwaponline.com/washdev/article/10/1/5/71150/Understanding-empowerment-in-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Understanding empowerment in water, sanitation, and hygiene (WASH): a scoping review",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2019.077/7/washdev2019077supp.docx?Expires=1706023316&Signature=em1yE4t9sCLk5OXMdS2eRbc1-WcB0EJCZ7RUNd0y-CBjD8gRLXG6-jMolngZO4Z7ffkMODi0HGRrwD3VhhXI-tdvCVJSj5jx6urpJiSUR6evj8KiBbUx8~dl1T8cWp6zVXXCK-T7niJZbhnmqGRmXO-NtuaP9mpxzX2WkT-5riEkvXK4U5P07Src42lBhLRiCOnir5W9yWJ0AWZnI4JRO12VuGLScM4djmNDc0S9vbPP5Im61m0luDCjk1xqV2UrsQE5Fc-thPaQRYpZzT2A4KyOHMihosWSIU5ge2XHJc6Gdy5ZbFZA8s-aBkMwBwpavnYErkPCHEyY4W6F7yL7vA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Florence Dery,"School of Kinesiology and Health Studies, Queen's University, Kingston K7L 3N6, ON, Canada",Canada,17fad@queensu.ca,NA,Florence Dery,"School of Kinesiology and Health Studies, Queen's University, Kingston K7L 3N6, ON, Canada",Canada,17fad@queensu.ca,NA,FALSE,NA,NA,NA,empowerment; equality; gender; scoping review; water security,NA,iwaponline.com +71338,10,1,https://iwaponline.com/washdev/article/10/1/16/71338/Challenges-and-facilitators-of-public-engagement,"Journal of Water, Sanitation & Hygiene for Development","Challenges and facilitators of public engagement with water, sanitation, hygiene and other environmental health issues in Ghana and Uganda: perspectives of scientists, journalists and the public",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2019.019/7/washdev2019019supp.docx?Expires=1706092672&Signature=YDP5k5YrbbC5FTIZOudIR6kxsgiy4SuMQACPgFJe9A~yPlieb9bleGplTYDs78VH8Cy-T-fdwpjDUdbPy31U-e-x-MrgdWe1YopfeTVOR0CqR4tZX3M~t7K7-Rvtz-sKuzIEEN~5W~VE~Y9mjlo~ykJ-gyIle-ylzqXvcbeqeDNKCShFNT5WbaMREyJ20rMf7Fp1E890HmFbop92GMW5odLYpgRgdiBaIXdv1DXI4juY1mVkq5bwC3zEwfkCAWLjniT3XgehQryVLe2BgLB6kCD9O-TzEJhi~vl17hZTM10R9n1b1tMn5a-t0WsbJDvuXea23kGquhH06Yon~h8qNw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,Bernard Appiah,"Research Program on Public and International Engagement for Health, Department of Environmental and Occupational Health, School of Public Health, Texas A&M University, College Station, TX, USA",United States of America,bappiah1@tamu.edu,NA,Bernard Appiah,"Research Program on Public and International Engagement for Health, Department of Environmental and Occupational Health, School of Public Health, Texas A&M University, College Station, TX, USA",United States of America,bappiah1@tamu.edu,NA,FALSE,NA,NA,NA,environmental health; public engagement; science journalism; sub-Saharan Africa; WASH,NA,iwaponline.com +70853,10,1,https://iwaponline.com/washdev/article/10/1/27/70853/Process-of-developing-education-material-on-water,"Journal of Water, Sanitation & Hygiene for Development","Process of developing education material on water, sanitation and hygiene (WaSH) and diarrhoea prevention and testing its acceptability among tribal mothers",2020,FALSE,0,NA,NA,5,Angeline Jeyakumar,"Interdisciplinary School of Health Sciences, Savitribai Phule Pune University (SPPU), Pune, India",India,angelinejaykumar@gmail.com,NA,Angeline Jeyakumar,"Interdisciplinary School of Health Sciences, Savitribai Phule Pune University (SPPU), Pune, India",India,angelinejaykumar@gmail.com,NA,FALSE,NA,NA,NA,diarrhoea; health education; hygiene; sanitation; water,NA,iwaponline.com +71870,10,1,https://iwaponline.com/washdev/article/10/1/36/71870/Rural-communities-perception-of-and-willingness-to,"Journal of Water, Sanitation & Hygiene for Development","Rural communities' perception of and willingness to pay for wastewater and stormwater management infrastructure in Bihar, India",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2020.033/7/washdev2020033supp.docx?Expires=1706092681&Signature=qY0i0PpyMqmbXOJrwkpw-Oxk3KU5QaQ~k5rZdhJTtZbT7ldTalPSL9En7GkOBh1T25g2cikF-wZj1k1e1RU36DyDBT0GRmyAUPRxhkBW3~puKlcad2mpQ~cVX3x~XSvrv65c6OYPKU-KwWH8iXbZp9tZ~mMY5p43Io7ZyACnlXKGeulbMD2VutOTqIwEkh6T0SM5ZsSUrRLfmgzQkYpxZNy89aam6zoh9G~5AOkwCbbDSt~vIRsuU6dR7jultAPtdj2zkJ1HAbg6hZ3gv26dy3XY0d9rEFMm2A0nnP17I6COgTXvJecfgUWqgkJLxIMPUiCf1h~T8EZwzaClpkL3ew__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Mohammad Rashid,"Department of Architecture and Regional Planning, Indian Institute of Technology, Kharagpur, India",India,rashidgeog@gmail.com,NA,Mohammad Rashid,"Department of Architecture and Regional Planning, Indian Institute of Technology, Kharagpur, India",India,rashidgeog@gmail.com,NA,FALSE,NA,NA,NA,India; rural; sanitation; user preferences; wastewater management; willingness to pay,NA,iwaponline.com +72030,10,1,https://iwaponline.com/washdev/article/10/1/48/72030/Occurrence-of-antimicrobial-resistant-Escherichia,"Journal of Water, Sanitation & Hygiene for Development",Occurrence of antimicrobial-resistant Escherichia coli in sewage treatment plants of South India,2020,FALSE,0,NA,NA,6,Yerabham Praveenkumarreddy,"Department of Civil Engineering, Manipal Institute of Technology (MIT), Manipal Academy of Higher Education, Manipal 576104, India",India,NA,NA,Keshava Balakrishna,"Department of Civil Engineering, Manipal Institute of Technology (MIT), Manipal Academy of Higher Education, Manipal 576104, India",India,k.balakrishna@manipal.edu,NA,FALSE,NA,NA,NA,antimicrobial resistance; E. coli; sewage treatment plant; wastewater,NA,iwaponline.com +72026,10,1,https://iwaponline.com/washdev/article/10/1/56/72026/Synthesis-and-application-of-magnetized,"Journal of Water, Sanitation & Hygiene for Development",Synthesis and application of magnetized nanoparticles to remove lead from drinking water: Taguchi design of experiment,2020,FALSE,0,NA,NA,1,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,NA,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,NA,FALSE,NA,NA,NA,agro-nanoparticles; design of experiments (DOE); drinking water; Pb2+; Taguchi method,NA,iwaponline.com +71321,10,1,https://iwaponline.com/washdev/article/10/1/66/71321/Household-water-treatment-using-adequate-methods,"Journal of Water, Sanitation & Hygiene for Development",Household water treatment using adequate methods in sub-Saharan countries: evidence from 2013–2016 Demographic and Health Surveys,2020,FALSE,0,NA,NA,2,Abraham Geremew,"Department of Environmental Health, College of Health and Medical Sciences, Haramaya University, Dire Dawa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,NA,Abraham Geremew,"Department of Environmental Health, College of Health and Medical Sciences, Haramaya University, Dire Dawa, Ethiopia",Ethiopia,abrahamgeremew2010@gmail.com,NA,FALSE,NA,NA,NA,adequate treatment methods; household water treatment,NA,iwaponline.com +72308,10,1,https://iwaponline.com/washdev/article/10/1/76/72308/Ripening-of-household-slow-sand-filter-by-adding,"Journal of Water, Sanitation & Hygiene for Development",Ripening of household slow sand filter by adding fish food,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2020.143/7/washdev2020143supp.docx?Expires=1706022543&Signature=fxg~B5-Ro6OjJ2bLPvHkNbIu7c4R4AQhSq2AURWYLPDK1c3qJXRh9S9bP5uY2Iyjof2NqJnhEyl-FwSdawUT9VK2G-kbFMGxElKdU6p8gSKTwjuL16xl2j262Vrnz3ACPTIYXQNTtrehzmF~IxXmQ5OFlTiXjVzTpaeTvaS1Xwe7FI1FEAiiBAPYEpDt-E8cRrXrzuEJqPjua89gFo-wH9YcBDUE5s0g0F9IbAGNMZJ7A2MfG0rsjw5NAuFRuVRNGT0vtFd6BIAiGY3CTqfJ71l8NC25FWTyeI0pDoHh2VOtH2ldcY-OAnex2ek~L4SevWhP~XrCR30SDY7ah6HnvQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Kalyl Gomes Calixto,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-carlense 400, São Carlos, São Paulo, 13566-590, Brazil",Brazil,NA,NA,Lyda Patricia Sabogal-Paz,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-carlense 400, São Carlos, São Paulo, 13566-590, Brazil",Brazil,lysaboga@sc.usp.br,NA,FALSE,NA,NA,NA,biological maturation; biosand filter; drinking water; slow sand filtration; tracer tests; treatment,NA,iwaponline.com +72317,10,1,https://iwaponline.com/washdev/article/10/1/86/72317/Can-electrocoagulation-be-an-effective-post,"Journal of Water, Sanitation & Hygiene for Development",Can electrocoagulation be an effective post-treatment option for SBR treated landfill leachate and municipal wastewater mixture?,2020,FALSE,0,NA,NA,4,Shubhrasekhar Chakraborty,"Department of Civil and Environmental Engineering, Birla Institute of Technology, Mesra Ranchi 835215, Jharkhand, India",India,NA,NA,R. Naresh Kumar,"Department of Civil and Environmental Engineering, Birla Institute of Technology, Mesra Ranchi 835215, Jharkhand, India",India,rnaresh@bitmesra.ac.in,NA,FALSE,NA,NA,NA,co-treatment; electrocoagulation; leachate; municipal wastewater; SBR,NA,iwaponline.com +70958,10,1,https://iwaponline.com/washdev/article/10/1/96/70958/WASH-conditions-in-a-small-town-in-Uganda-how-safe,"Journal of Water, Sanitation & Hygiene for Development",WASH conditions in a small town in Uganda: how safe are on-site facilities?,2020,FALSE,0,NA,NA,6,J. G. Nayebare,"Department of Geology and Petroleum Studies, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,njacintha1@gmail.com,NA,J. G. Nayebare,"Department of Geology and Petroleum Studies, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,njacintha1@gmail.com,NA,FALSE,NA,NA,NA,hygiene; on-site; sanitation; urban; water supply,NA,iwaponline.com +71315,10,1,https://iwaponline.com/washdev/article/10/1/111/71315/Water-sanitation-and-hygiene-risk-factors-of-acute,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene risk factors of acute diarrhea among children under five years in the Gaza Strip",2020,FALSE,0,NA,NA,9,Samer Abuzerr,"Department of Environmental Health Engineering, School of Public Health, International Campus, Tehran University of Medical Sciences, Tehran, Iran",Iran (Islamic Republic of),NA,NA,Simin Nasseri,"Department of Environmental Health Engineering, School of Public Health, Tehran University of Medical Sciences, Tehran, Iran",Iran (Islamic Republic of),naserise@tums.ac.ir,NA,FALSE,NA,NA,NA,acute diarrhea; children; households; hygiene; sanitation; water,NA,iwaponline.com +72210,10,1,https://iwaponline.com/washdev/article/10/1/124/72210/Engaging-with-the-WASH-enabling-environment,"Journal of Water, Sanitation & Hygiene for Development",Engaging with the WASH enabling environment,2020,FALSE,0,NA,NA,3,Paul Tyndale-Biscoe,"FH Designs, Melbourne, Australia",Australia,paultyndale@fhdesigns.com.au,NA,Paul Tyndale-Biscoe,"FH Designs, Melbourne, Australia",Australia,paultyndale@fhdesigns.com.au,NA,FALSE,NA,NA,NA,change agent; enabling environment; sustainability; theory of change; WASH Tools,NA,iwaponline.com +72211,10,1,https://iwaponline.com/washdev/article/10/1/136/72211/Photo-assisted-heterogeneous-Fenton-like-process,"Journal of Water, Sanitation & Hygiene for Development",Photo-assisted heterogeneous Fenton-like process for treatment of PNP wastewater,2020,FALSE,0,NA,NA,3,F. C. Ban,"School of Municipal and Environmental Engineering, Shenyang Jianzhu University, Shenyang 110168, China",China,NA,NA,X. T. Zheng,"School of Municipal and Environmental Engineering, Shenyang Jianzhu University, Shenyang 110168, China",China,zhengxueting0407@163.com,NA,FALSE,NA,NA,NA,dynamics; Fe-Ce/Al2O3 catalyst; heterogeneous Fenton-like; P-nitrophenol; synergistic effect,NA,iwaponline.com +72131,10,1,https://iwaponline.com/washdev/article/10/1/146/72131/Characteristics-of-packaged-water-production,"Journal of Water, Sanitation & Hygiene for Development","Characteristics of packaged water production facilities in Greater Accra, Ghana: implications for water safety and associated environmental impacts",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/1/10.2166_washdev.2020.110/7/washdev2020110supp.docx?Expires=1706092724&Signature=1VYelWNDwAxpGIs7v6wv3GrHpK4atODi5WBFaDWrz0ZX2Y00Khf6kcMC17GMEf4ZrUIFdoywRveQJWq2ubBWzAo0OGlbuSjgwVzh1rTCzgS6f1eIqkl0-5jK8NXh~MNSPG3JC4lp5gXETpoNThz6MQBZK4NLjQJOYK7t-W4-sAj8Wk-lbdDpP3Z7mNp2WI-7QRj-MO3A3BDmRW30X6fb5rwrAtJhAKNTbHugE3YpLaIAqOQJVzl-R-m6EWUgqfrVWu7ynCV9pnyw-O9uysJNhP~gFEj0Cf-z8y6wzX8kBRaW-9O5TH2VxBAWlvQihmn6fUckJq~Knzs-9MUg8cWPLg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Maxwell D. K. Semey,"Ghana School of Public Health, University of Ghana, P.O. Box LG 13, Legon, Accra, Ghana",Ghana,NA,NA,Mawuli Dzodzomenyo,"Ghana School of Public Health, University of Ghana, P.O. Box LG 13, Legon, Accra, Ghana",Ghana,mdzodzo@hotmail.com,NA,FALSE,NA,NA,NA,groundwater; packaged water; urbanisation; water pollution; water safety,NA,iwaponline.com +72212,10,1,https://iwaponline.com/washdev/article/10/1/157/72212/Physical-chemical-and-microbiological,"Journal of Water, Sanitation & Hygiene for Development","Physical, chemical and microbiological characterization of processed drinking water in central Nepal: current state study",2020,FALSE,0,NA,NA,8,Niru Burlakoti,"Nepal Academy of Science and Technology, Khumaltar, Lalitpur, Nepal",Nepal,NA,NA,Bhoj Raj Pant,"Nepal Academy of Science and Technology, Khumaltar, Lalitpur, Nepal",Nepal,environmentnast@gmail.com,NA,FALSE,NA,NA,NA,ammonia; chemical parameter; fecal coliform; Kathmandu; public health; total coliform,NA,iwaponline.com +71716,10,1,https://iwaponline.com/washdev/article/10/1/166/71716/Impact-of-rock-alum-pretreatment-on-biosand-filter,"Journal of Water, Sanitation & Hygiene for Development",Impact of rock alum pretreatment on biosand filter performance in Cambodia,2020,FALSE,0,NA,NA,3,Kevin D. Curry,"Bridgewater State University, Bridgewater, MA 02325, USA",United States of America,kcurry@bridgew.edu,NA,Kevin D. Curry,"Bridgewater State University, Bridgewater, MA 02325, USA",United States of America,kcurry@bridgew.edu,NA,FALSE,NA,NA,NA,alum; aluminum; biosand filters; Cambodia; flow rate; turbidity,NA,iwaponline.com +72307,10,2,https://iwaponline.com/washdev/article/10/2/171/72307/Hospital-wastewater-effluent-hot-spot-for,"Journal of Water, Sanitation & Hygiene for Development",Hospital wastewater effluent: hot spot for antibiotic resistant bacteria,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.086/4/washdev2020086supp.docx?Expires=1706092735&Signature=pnl2tbiwmKxFC8fzU3Isl6HMI~MK0kkIvsQMZdpff0Nw4h1c6F3hNt5N~CDSSv7DzZijI0tZ9eEPjvY4H33gaHHjKv7RYHCJvBzBtKQEGesV2pR3p6-g36Xx7Xl4mXe7cjf0G-tbYgEpVKydNH4o2E8kseVeKTwWUxea3MHcharqISe3Nu5YHczTyj5Y2rQTF0PIyFaWSweHTQovfR4h9Hp1yoBpceuHXZ8DsJGQDfj5PYEvjkeINQYwKaQH6qxJMw~hG3Sboq66nWenoO-pcTXM5-QkzuruOtDRCXHJgQkiqZt0M~jMCBDY2dUZd81l9KBgtVET9geatiAb~-qbXw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Urška Rozman,"Univerza v Mariboru Fakulteta za Zdravstvene vede, Maribor, Slovenia",Slovenia,urska.rozman@um.si,NA,Urška Rozman,"Univerza v Mariboru Fakulteta za Zdravstvene vede, Maribor, Slovenia",Slovenia,urska.rozman@um.si,NA,FALSE,NA,NA,NA,antibiotic resistant genes; carbapenemase producing Enterobacteriaceae; extended spectrum beta-lactamase; hospital wastewaters,NA,iwaponline.com +72318,10,2,https://iwaponline.com/washdev/article/10/2/179/72318/Investigating-the-occurrence-of-algae-in-the,"Journal of Water, Sanitation & Hygiene for Development","Investigating the occurrence of algae in the drinking water supply system of Harare, Zimbabwe",2020,FALSE,0,NA,NA,3,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,NA,Pardon Dandadzi,"Department of Civil Engineering, University of Zimbabwe, P. O. Box MP 167, Mt Pleasant, Harare, Zimbabwe",Zimbabwe,pdandadzi@gmail.com,NA,FALSE,NA,NA,NA,algae; distribution system; Microcystis aeruginosa; Morton Jaffray Water Treatment Works; water quality,NA,iwaponline.com +72319,10,2,https://iwaponline.com/washdev/article/10/2/191/72319/Context-and-intentions-practical-associations-for,"Journal of Water, Sanitation & Hygiene for Development",Context and intentions: practical associations for fecal sludge management in rural low-income Cambodia,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.103/4/washdev2020103supp.docx?Expires=1706092744&Signature=kAr7xFpnXxt99Ip5YA5BFR7WvRWvol5wVO1ifWzgBTczHW1~pA2dmCofK~C0gMDtZLAGCxNY2vbPu6phOS~DXo0Iy7kymd4SoXjbvazAmLqTemKzJiaX4dWZZnOfssj2xUJzaxONUpPxYLpyctc3s9LmBMJhuP-mKCYpYrYCCSY0CnXv~DVwzrSVhUOyQuXlOe8Hyn18lebc~d272DNfsi~geJQ4kFoEyUKUYe-XKxvdmyhxQ61CvcnhPWxKTsqN11d4eh-gprnf0ZF5fr6cUFdKveh1LPfFVzjOywzQ7tsiiaOBvu4hyZfwL1fKUDiK5dJvaTXdfS~bu6dgmVMAzA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,James Harper,"Department of Civil, Environmental and Architectural Engineering, College of Engineering and Applied Science, University of Colorado at Boulder, 1111 Engineering Drive, 422 UCB, Boulder, CO 80309-0422, USA",United States of America,james.harper@colorado.edu,NA,James Harper,"Department of Civil, Environmental and Architectural Engineering, College of Engineering and Applied Science, University of Colorado at Boulder, 1111 Engineering Drive, 422 UCB, Boulder, CO 80309-0422, USA",United States of America,james.harper@colorado.edu,NA,FALSE,NA,NA,NA,Cambodia; context; fecal sludge management; intention; rural; sanitation,NA,iwaponline.com +72320,10,2,https://iwaponline.com/washdev/article/10/2/202/72320/Sources-of-microbiological-contamination-in-sachet,"Journal of Water, Sanitation & Hygiene for Development",Sources of microbiological contamination in sachet water from Ghana,2020,FALSE,0,NA,NA,11,Asli Aslan,"Biostatistics, Epidemiology and Environmental Health Sciences Department, Georgia Southern University, 501 Forest Drive, Hendricks Hall, Statesboro, GA 30460, USA",United States of America,aaslan@georgiasouthern.edu,NA,Asli Aslan,"Biostatistics, Epidemiology and Environmental Health Sciences Department, Georgia Southern University, 501 Forest Drive, Hendricks Hall, Statesboro, GA 30460, USA",United States of America,aaslan@georgiasouthern.edu,NA,FALSE,NA,NA,NA,coliform; Ghana; microbial source tracking; sachet water; West Africa,NA,iwaponline.com +73470,10,2,https://iwaponline.com/washdev/article/10/2/209/73470/Inactivation-of-Ascaris-for-thermal-treatment-and,"Journal of Water, Sanitation & Hygiene for Development",Inactivation of Ascaris for thermal treatment and drying applications in faecal sludge,2020,FALSE,0,NA,NA,5,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban 4041, South Africa",South Africa,danica.naidoo987@gmail.com,NA,D. Naidoo,"Pollution Research Group, Howard Campus, University of KwaZulu-Natal, Durban 4041, South Africa",South Africa,danica.naidoo987@gmail.com,NA,FALSE,NA,NA,NA,Ascaris; exposure time; heating; inactivation; moisture content; temperature,NA,iwaponline.com +72508,10,2,https://iwaponline.com/washdev/article/10/2/219/72508/Treatment-of-fecal-matter-by-smoldering-and,"Journal of Water, Sanitation & Hygiene for Development",Treatment of fecal matter by smoldering and catalytic oxidation,2020,FALSE,0,NA,NA,6,Shadi Saberi,"University of Toronto, 200 College Street, Toronto, ON M5S 3E5, Canada",Canada,NA,NA,Kasra Samiei,"University of Toronto, 200 College Street, Toronto, ON M5S 3E5, Canada",Canada,kasra.samiei@utoronto.ca,NA,FALSE,NA,NA,NA,catalytic oxidation; combustion; feces; non-sewered toilet; sanitation; smoldering,NA,iwaponline.com +73747,10,2,https://iwaponline.com/washdev/article/10/2/227/73747/A-socio-ecological-perspective-of-the-facilitators,"Journal of Water, Sanitation & Hygiene for Development","A socio-ecological perspective of the facilitators and barriers to uptake of water, sanitation and hygiene interventions in a slum setting in Kampala, Uganda: a qualitative study",2020,FALSE,0,NA,NA,5,Charles Ssemugabo,"Department of Disease control and Environmental Health, School of Public Health, Makerere University College of Health Sciences, Kampala, Uganda",Uganda,cssemugabo@gmail.com,NA,Charles Ssemugabo,"Department of Disease control and Environmental Health, School of Public Health, Makerere University College of Health Sciences, Kampala, Uganda",Uganda,cssemugabo@gmail.com,NA,FALSE,NA,NA,NA,beliefs; community health workers; community leaders; perceived susceptibility,NA,iwaponline.com +73957,10,2,https://iwaponline.com/washdev/article/10/2/238/73957/Factors-and-impacts-of-informal-settlements,"Journal of Water, Sanitation & Hygiene for Development",Factors and impacts of informal settlements residents' sanitation practices on access and sustainability of sanitation services in the policy context of Free Basic Sanitation,2020,FALSE,0,NA,NA,3,Christophe Muanda,"Department of Civil Engineering and Surveying, Faculty of Engineering and the Built Environment, Cape Peninsula University of Technology, P.O. Box 1906, Bellville 7535, South Africa",South Africa,muandac@cput.ac.za,NA,Christophe Muanda,"Department of Civil Engineering and Surveying, Faculty of Engineering and the Built Environment, Cape Peninsula University of Technology, P.O. Box 1906, Bellville 7535, South Africa",South Africa,muandac@cput.ac.za,NA,FALSE,NA,NA,NA,Free Basic Sanitation; informal settlement; sanitation practices; sanitation services; Western Cape,NA,iwaponline.com +74104,10,2,https://iwaponline.com/washdev/article/10/2/249/74104/Human-health-risk-assessment-through-the,"Journal of Water, Sanitation & Hygiene for Development",Human health risk assessment through the comparative analysis of diverse irrigation regimes for Luffa (Luffa cylindrica (L.) Roem.),2020,FALSE,0,NA,NA,7,Zafar Iqbal Khan,"Department of Botany, University of Sargodha, Sargodha, Pakistan",Pakistan,NA,NA,Ilker Ugulu,"Faculty of Education, Usak University, Usak, Turkey",Türkiye,ilkerugulu@gmail.com,NA,FALSE,NA,NA,NA,health risk; Luffa cylindrica; municipal wastewater; trace metals,NA,iwaponline.com +74524,10,2,https://iwaponline.com/washdev/article/10/2/262/74524/Effect-of-human-urine-application-on-cabbage,"Journal of Water, Sanitation & Hygiene for Development",Effect of human urine application on cabbage production and soil characteristics,2020,FALSE,0,NA,NA,5,Yitayal Addis Alemayehu,"Kotebe Metropolitan University, Addis Ababa, Ethiopia",Ethiopia,yituaddis@gmail.com,NA,Yitayal Addis Alemayehu,"Kotebe Metropolitan University, Addis Ababa, Ethiopia",Ethiopia,yituaddis@gmail.com,NA,FALSE,NA,NA,NA,cabbage; human urine; nutrients; pH; salinity; yield,NA,iwaponline.com +72560,10,2,https://iwaponline.com/washdev/article/10/2/276/72560/Performance-evaluation-of-combined-ultraviolet,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of combined ultraviolet-ultrasonic technologies in removal of sulfonamide and tetracycline resistant Escherichia coli from domestic effluents,2020,FALSE,0,NA,NA,5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,NA,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing, 100083, China",China,owannie-owas@outlook.com,NA,FALSE,NA,NA,NA,sulfonamide; tetracycline; ultrasonic; ultraviolet radiation; wastewater,NA,iwaponline.com +73652,10,2,https://iwaponline.com/washdev/article/10/2/286/73652/Water-treatment-in-rural-Guatemala-factors,"Journal of Water, Sanitation & Hygiene for Development",Water treatment in rural Guatemala: factors associated with the use of biosand water filters,2020,FALSE,0,NA,NA,5,Chi-Fang Wu,"School of Social Work, University of Illinois at Urbana-Champaign, 1010 West Nevada Street, Urbana, IL 61801, USA",United States of America,cfangwu@illinois.edu,NA,Chi-Fang Wu,"School of Social Work, University of Illinois at Urbana-Champaign, 1010 West Nevada Street, Urbana, IL 61801, USA",United States of America,cfangwu@illinois.edu,NA,FALSE,NA,NA,NA,biosand filter; Guatemala; point of use; regular filter users; water filters; water treatment,NA,iwaponline.com +73558,10,2,https://iwaponline.com/washdev/article/10/2/298/73558/Household-stored-water-quality-in-an-intermittent,"Journal of Water, Sanitation & Hygiene for Development",Household stored water quality in an intermittent water supply network in Panama,2020,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.156/4/washdev2020156supp.pdf?Expires=1706092790&Signature=jqaa4GTwbKR30E924nrIAfg2sFu2leYWjlJp7ygHeRH4G96R11bfs9x-zf-wsojuT~aQnmFaEUmyGYtXaVi~Jc0iAJcgS6kpvanNInf-bU-BHqWnoThkUXJYKQc0fUI2AAjY7ERAbTxwRQwtcOh1fJOIO5YKbYp9MSRq8xbYRldlI1wD~YC5gL8Rl48KG4Bfdea86gaP9RbDtT4i2c5EVHRxI7UA1izl6CUKjLVYj3U-BsSD5MYdNSxV-dwcCufPTeyoK7~gOU2j43UquiJcKdhIZcBE2PDznfYbJuawTMWElK9iy-AqblWmNwowJQchdQQsCuSKNaaG2cLwNZG7Iw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Carlos I. Gonzalez,"Centro de Biología Molecular y Celular de Enfermedades, Instituto de Investigaciones Científicas y Servicios de Alta Tecnología (INDICASAT-AIP), Ciudad del Saber, Panama",Panama,NA,NA,Amador Goodridge,"Centro de Biología Molecular y Celular de Enfermedades, Instituto de Investigaciones Científicas y Servicios de Alta Tecnología (INDICASAT-AIP), Ciudad del Saber, Panama",Panama,agoodridge@indicasat.org.pa,NA,FALSE,NA,NA,NA,chlorine residual; E. coli; household drinking water storage; intermittent drinking water supply,NA,iwaponline.com +74480,10,2,https://iwaponline.com/washdev/article/10/2/309/74480/Locating-water-distribution-reservoirs-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Locating water distribution reservoirs in rural Andean areas: a methodological approach,2020,FALSE,0,NA,NA,2,Nadya Lizeth Serrano Abarca,"Program Water Resources, Federal University of Mato Grosso, Cuiabá, Brazil",Brazil,nadyliz1190@gmail.com,NA,Nadya Lizeth Serrano Abarca,"Program Water Resources, Federal University of Mato Grosso, Cuiabá, Brazil",Brazil,nadyliz1190@gmail.com,NA,FALSE,NA,NA,NA,adequate location; rural water; water reservoir; water supply systems,NA,iwaponline.com +73830,10,2,https://iwaponline.com/washdev/article/10/2/320/73830/Is-household-water-insecurity-a-link-between-water,"Journal of Water, Sanitation & Hygiene for Development",Is household water insecurity a link between water governance and well-being? A multi-site analysis,2020,TRUE,2,pdf; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.165/4/washdev2020165supp1.pdf?Expires=1706085264&Signature=h6JfZ-w~D9BLzhiZy9cIosBe0fKZfuIbHwhNzuXcdMGVjJp08rAAmFZsVx0LDccCR4vcyTKr8K1DonoPcT0Cew2fEunwsfhBbEugjgLpxVEVkGtU8nBHBgqFLjZL5T5c6a5LCp0tvlrUJiOWWHTCZYCg0tUCIwx-rfO6M9r9l0SQEtUmOf5Ck2x7leHT83Ixwezo3pF04~MxoPdq4jj4Sa~6ixqrCAniYLiDUmn2YyrbLULOeGHC80S6yBKozMv-F2PexslS4nsePcLFHffzU5q0nGUnuH44WOATdBc6gxWx9u5X2MC8hNwmS7U68uXvkAzZvNXnMFELDxVDoFi0DA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/2/10.2166_washdev.2020.165/4/washdev2020165supp2.docx?Expires=1706085264&Signature=39~SHR-5VeVuna28yHz4kUy48KOZDR5kZqu5Se7m~KPZK1VeOD7OlF1aDX0kLwMoMoTMNRGhimIfxvA3YQSDeSKr3FekGwoDHuLWrMvJOdpJ33KbKa4XUznPakr7J57P6hURpzj2gZLKqBpbBvDEBFGr2JGbL3sAQNQ4l0YjYgijfuQd00dvZAvC56x2-OWLv3x0zqP1sCPbDhmW25g5AI9bJHUfgrVWgjR0gMwQ9kA9NaUS2v8E5WeMEv0MdTl~-44Tw5UY1w1ZPjcdq1ZC99oV-ycXxNui7Fr23bYfifKlqeFnddlT3B2D42YRidrfLVxMOZU2aSqVzApvanIdow__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Joshua D. Miller,"Department of Anthropology, Northwestern University, 1819 Hinman Avenue, Evanston, IL 60208, USA",United States of America,NA,NA,Sera L. Young,"Department of Anthropology, Global Health Studies, Institute for Policy Research, Northwestern University, 1819 Hinman Avenue, Evanston, IL 60208, USA",United States of America,sera.young@northwestern.edu,NA,FALSE,NA,NA,NA,cholera; diarrhea; household water insecurity; sub-Saharan Africa; water governance; water quality,NA,iwaponline.com +74232,10,2,https://iwaponline.com/washdev/article/10/2/335/74232/Effect-of-natural-disinfectant-Moringa-oleifera,"Journal of Water, Sanitation & Hygiene for Development",Effect of natural disinfectant (Moringa oleifera) and a chemical disinfectant (calcium hypochlorite) on nematode eggs: bioefficiency and impact of physico-chemical variables,2020,FALSE,0,NA,NA,2,Arnold Landry Fotseu Kouam,"Faculty of Sciences, The University of Yaounde I, Yaounde, Cameroon",Cameroon,landryfotseu@gmail.com,NA,Arnold Landry Fotseu Kouam,"Faculty of Sciences, The University of Yaounde I, Yaounde, Cameroon",Cameroon,landryfotseu@gmail.com,NA,FALSE,NA,NA,NA,disinfectants; nematodes; sustainability; treatment wastewater,NA,iwaponline.com +74015,10,2,https://iwaponline.com/washdev/article/10/2/347/74015/Solar-energy-based-water-treatment-system,"Journal of Water, Sanitation & Hygiene for Development",Solar energy-based water treatment system applicable to the remote areas: Case of Indonesia,2020,FALSE,0,NA,NA,2,Arsanto Ishadi Wibowo,"International Master Degree on Energy Engineering, National Cheng Kung University, Tainan 700, Taiwan",NA,NA,NA,Keh-Chin Chang,"Department of Aeronautics and Astronautics, National Cheng Kung University, Tainan 700, Taiwan",TWN,kcchang@mail.ncku.edu.tw,NA,FALSE,NA,NA,NA,developing country; Indonesia; remote area; solar energy; solar thermal; water treatment system,NA,iwaponline.com +74279,10,2,https://iwaponline.com/washdev/article/10/2/357/74279/Does-self-reported-water-collection-time-differ,"Journal of Water, Sanitation & Hygiene for Development",Does self-reported water collection time differ from observed water collection time? Evidence from the Upper West Region of Ghana,2020,FALSE,0,NA,NA,3,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, University for Development Studies, Tamale, Ghana",Ghana,adongzagla@yahoo.com,NA,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, University for Development Studies, Tamale, Ghana",Ghana,adongzagla@yahoo.com,NA,FALSE,NA,NA,NA,collection time; Ghana; observed time; self-reported time; water,NA,iwaponline.com +74196,10,2,https://iwaponline.com/washdev/article/10/2/366/74196/A-multidisciplinary-perspective-to-protect-the,"Journal of Water, Sanitation & Hygiene for Development","A multidisciplinary perspective to protect the quality of water in natural wetlands. A case study in Oaxaca, Mexico",2020,FALSE,0,NA,NA,5,Ignacio Sánchez-Cohen,"INIFAP-CENID RASPA, Gómez Palacio, Durango 35140, México",Mexico,NA,NA,Maritza Argelia Macias-Corral,"Faculty of Medicine Torreón Campus, Universidad Autónoma de Coahuila, Torreón, Coahuila 27000, México",Mexico,maritza.macias@gmail.com,NA,FALSE,NA,NA,NA,coastal wetlands; multi-objective decision modeling software; Oaxaca Mexico; sensibility analysis; social implications,NA,iwaponline.com +73829,10,2,https://iwaponline.com/washdev/article/10/2/374/73829/Facile-and-simultaneous-separation-of-nitrogen,"Journal of Water, Sanitation & Hygiene for Development","Facile and simultaneous separation of nitrogen, phosphorus and bacteria from urine by using ash depth filters which harvest ammonium and phosphate as Struvite Enriched Ash",2020,FALSE,0,NA,NA,5,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",United States of America,mwitty@fsw.edu,NA,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",United States of America,mwitty@fsw.edu,NA,FALSE,NA,NA,NA,ammonia; ash; depth filter; phosphate; struvite,NA,iwaponline.com +73058,10,2,https://iwaponline.com/washdev/article/10/2/378/73058/Erratum-Journal-of-Water-Sanitation-and-Hygiene,"Journal of Water, Sanitation & Hygiene for Development","Erratum: Journal of Water, Sanitation and Hygiene for Development 9 (1), 71–79: Analysis of households’ vulnerability to waterborne diseases in Yenagoa, Nigeria, Odafivwotu Ohwo, doi: 10.2166/washdev.2018.052",2020,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +75578,10,3,https://iwaponline.com/washdev/article/10/3/379/75578/COVID-19-urgent-actions-critical-reflections-and,"Journal of Water, Sanitation & Hygiene for Development","COVID-19: urgent actions, critical reflections and future relevance of ‘WaSH’: lessons for the current and future pandemics",2020,FALSE,0,NA,NA,13,Guy Howard,"Department of Civil Engineering, University of Bristol, Bristol, UK",United Kingdom of Great Britain and Northern Ireland,guy.howard@bristol.ac.uk,NA,Guy Howard,"Department of Civil Engineering, University of Bristol, Bristol, UK",United Kingdom of Great Britain and Northern Ireland,guy.howard@bristol.ac.uk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,COVID-19; coronavirus; hygiene; pandemics; WaSH; water,NA,iwaponline.com +75339,10,3,https://iwaponline.com/washdev/article/10/3/397/75339/A-review-of-sanitation-technologies-for-flood,"Journal of Water, Sanitation & Hygiene for Development",A review of sanitation technologies for flood-prone areas,2020,TRUE,1,pptx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.019/3/washdev2020019supp.pptx?Expires=1706092848&Signature=GIDNXOUT~YE9YeBAYBMCB6xQJJKSqybPIhYeY4DIIC7xi-QTaKaN0W135KJsQnY5ewpbkAD~PNMfBhX8rVVMv4ycK6ZZRZ1XmgUzE~j5QGLhck5TkLTy~aJUUZCAS95e4GiLoe9~KpgzO9~Y~rTvjKmLfPeYkpOgLCB~wCVyTg8JY4jA0HkQEXjZmoyENJd7gRI2x-y0Klw9gmAp-~9upfrL1F5iLKdj6fEqPolEXQvWp2Jo34ZXtfmiIBvZ~GR3MKqNuSlbH8tJ-z~L2BZerNJaQ1HuvNcrJ-zvJ0kDRb59kZDbDoa~dxiPnBx0T9o22VeebkPfFtzhum4cxXVslA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,João Paulo Borges Pedro,"Mamirauá Institute for Sustainable Development, Estrada do Bexiga, 2584, CEP 69553-225, Tefé, AM, Brazil",Brazil,joaopaulo.pedro@hotmail.com,NA,João Paulo Borges Pedro,"Mamirauá Institute for Sustainable Development, Estrada do Bexiga, 2584, CEP 69553-225, Tefé, AM, Brazil",Brazil,joaopaulo.pedro@hotmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,feces management; floodplain; wastewater; wetland,NA,iwaponline.com +74896,10,3,https://iwaponline.com/washdev/article/10/3/413/74896/Sanitary-quality-bacteriological-and-physical,"Journal of Water, Sanitation & Hygiene for Development","Sanitary quality (bacteriological and physical-chemical) of drinking water in urban slums in Rio de Janeiro, RJ, Brazil",2020,FALSE,0,NA,NA,6,Natasha Berendonk Handam,"Program of Doctor's Degree in Public Health and Environment, Sergio Arouca National School of Public Health, Oswaldo Cruz Fundation (ENSP/FIOCRUZ), Rua Leopoldo Bulhões, 1480 - Manguinhos, Rio de Janeiro, RJ, Brazil",Brazil,natashabhandam@gmail.com,NA,Natasha Berendonk Handam,"Program of Doctor's Degree in Public Health and Environment, Sergio Arouca National School of Public Health, Oswaldo Cruz Fundation (ENSP/FIOCRUZ), Rua Leopoldo Bulhões, 1480 - Manguinhos, Rio de Janeiro, RJ, Brazil",Brazil,natashabhandam@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,coliforms; drinking water; Manguinhos slums; physicochemical analysis; water quality,NA,iwaponline.com +75870,10,3,https://iwaponline.com/washdev/article/10/3/425/75870/Irrigation-drinking-water-quality-and-child,"Journal of Water, Sanitation & Hygiene for Development","Irrigation, drinking water quality, and child nutritional status in northern Ethiopia",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.045/3/washdev2020045supp.docx?Expires=1706092857&Signature=HiYbHQyC4d9VMFXOrBEuGVmWQH6nXYlkd1d8Ib0MvJROE6Ccy2AUGb5VA3TOzqwq7YU5xy8lhOb85W2k8wpxic13Gko33kIuTjjiNyb~0PKaxqvsk98m~Jo8U4m22hl9sSMBoLCZTT78IFxnNtlpd7GP5THJUHh2behmk0q0CQ1gs4PzFHPjnFrtvfIsgldwsdg1gC7oEtuXRswq7BJXOkXv3ltnlgFUo1g7FOafr~uw7-uVAd-RId7rQ1yROap9xjEmOAeAP0t1BgvfxEsIt1SzygEpoSZFU2X1ScsmIkNe6GJnc-wFGtNn0WMHSxIBVxjvMl6fmyLviaBDQSb0tA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Muhammed A. Usman,"Center for Development Research (ZEF), University of Bonn, Genscherallee 3, 53113, Bonn, Germany",Germany,mausman25@gmail.com,NA,Muhammed A. Usman,"Center for Development Research (ZEF), University of Bonn, Genscherallee 3, 53113, Bonn, Germany",Germany,mausman25@gmail.com,NA,TRUE,All relevant data are available from an online repository or repositories (https://data.zef.de/geonetwork_zef/apps/search/?east_collapsed=true&s_search=&s_E_any=usman&s_timeType=true&s_scaleOn=false&s_E_hitsperpage=20).,available in online repository,https://data.zef.de/geonetwork_zef/apps/search/?east_collapsed=true&s_search=&s_E_any=usman&s_timeType=true&s_scaleOn=false&s_E_hitsperpage=20,child nutrition; irrigated agriculture; rural Ethiopia; water quality,NA,iwaponline.com +75724,10,3,https://iwaponline.com/washdev/article/10/3/435/75724/Urban-household-water-resilience-and-source,"Journal of Water, Sanitation & Hygiene for Development",Urban household water resilience and source selection in Nepal pre- and post-disaster,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.042/3/washdev2020042supp.docx?Expires=1706092861&Signature=i29ao36yxIpvmswlyXHHIiXQrkaNVEQ9BVOCIJpm18LojnSR4HkiRq-~~V5V0VjE~FTQJqoS7b-UiaTL~ODEMVadOyp290LAUrMCTgoaWPUTEHeAVlTqLCfW8AywzOY6DvfiNUn6fEAc-3dVx95fuaxa6nQqotnhs-VWC3E1eI7QYiO0H8-YAHbTl5LcP~YGh6H4UDV-hCVZ293sQLIiE2998BgAi~QaJYdgwTMDYTTBQOXx8SNYGTWtucfYPukx0e6~-m7OGvfzoJK7brp8RMLnpoNSm4daqgdQKLIdZlHDV6-b7oVP9ozc2T3JFH8CED1DP-GNDTccrV-Zksj2Rw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Sadhana Shrestha,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, 4-3-11 Takeda, 400-8511, Kofu, Japan",Japan,shrestha@yamanashi.ac.jp,NA,Sadhana Shrestha,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, 4-3-11 Takeda, 400-8511, Kofu, Japan",Japan,shrestha@yamanashi.ac.jp,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,adaptive strategies; earthquake; household; multiple water sources use; natural disaster; water security,NA,iwaponline.com +75173,10,3,https://iwaponline.com/washdev/article/10/3/447/75173/A-decision-support-tool-for-rural-water-supply,"Journal of Water, Sanitation & Hygiene for Development",A decision support tool for rural water supply planning,2020,FALSE,0,NA,NA,3,Joseph Cook,"Washington State University, School of Economic Sciences, Pullman, WA, USA",United States of America,joe.cook@wsu.edu,NA,Joseph Cook,"Washington State University, School of Economic Sciences, Pullman, WA, USA",United States of America,joe.cook@wsu.edu,NA,TRUE,All relevant data are available from ruralwaterdecisions.org.,available in online repository,NA,decision support; development economics; rural water supply; water supply engineering; digitalwatercollection; digitalwatertechniques,NA,iwaponline.com +75764,10,3,https://iwaponline.com/washdev/article/10/3/458/75764/Air-drying-bed-as-an-alternative-treatment-for,"Journal of Water, Sanitation & Hygiene for Development",Air-drying bed as an alternative treatment for UASB sludge under tropical conditions,2020,FALSE,0,NA,NA,7,Bruna Coelho Lopes,"Department of Sanitary and Environmental Engineering, Faculty of Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, BL 1 31270-901, Belo Horizonte, Brazil",Brazil,bruna.coelho.lopes@gmail.com,NA,Bruna Coelho Lopes,"Department of Sanitary and Environmental Engineering, Faculty of Engineering, Federal University of Minas Gerais, Av. Antônio Carlos, 6627, BL 1 31270-901, Belo Horizonte, Brazil",Brazil,bruna.coelho.lopes@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,air-drying bed; microbial indicators; pathogens; sewage sludge; tropical climate; UASB reactor,NA,iwaponline.com +75387,10,3,https://iwaponline.com/washdev/article/10/3/471/75387/A-cellular-automata-modelling-approach-in,"Journal of Water, Sanitation & Hygiene for Development",A cellular automata modelling approach in household water use,2020,FALSE,0,NA,NA,1,Salsabil M. Abdalbaki,"Department of Socio-Computing, Cairo University, Cairo, Egypt",Egypt,salsabil.abdalbaki@feps.edu.eg,NA,Salsabil M. Abdalbaki,"Department of Socio-Computing, Cairo University, Cairo, Egypt",Egypt,salsabil.abdalbaki@feps.edu.eg,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,cellular automata; Egypt; Renaissance Dam; social media; water conservation,NA,iwaponline.com +75172,10,3,https://iwaponline.com/washdev/article/10/3/481/75172/Infrastructure-for-water-security-coping-with,"Journal of Water, Sanitation & Hygiene for Development",Infrastructure for water security: coping with risks in rural Kenya,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.038/3/washdev2020038supp.docx?Expires=1706084453&Signature=FV4O0yDagowNxA6xZf~gsQ9jln365WN~HSjRWN7lxNQ2CZpuHpbze3IteBh5arlZoWiUwF~~VCD72IKVs2CBIBrsY2RPOLVS9gUKOwRt4xs6EWXp33OD3PDbFB-HXMV2CAVYb23NqmBnr68JKQu1Tg-xlsnZraXoZTsokUWnutoKruHH6Bghcy46tmYG8VsmpasTfA-Sg-5hPxdjZDz7IbArBmvHsRu9MAX38Od7Zr36xdK5gxT646HSNGqK4LOhTn7blX5WdrB~xZJ5gqdsB1SCUqxlIRfXHdWBhhiLjYMZIpkf~2vOm-GzUZs79aGHwWmKMmpZ-DsoOpdyo-dXTQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Leigh C. Hamlet,"Department of Civil & Environmental Engineering, University of Washington, 201 More Hall, Box 352700, Seattle, WA 98195, USA",United States of America,lhamlet@uw.edu,NA,Leigh C. Hamlet,"Department of Civil & Environmental Engineering, University of Washington, 201 More Hall, Box 352700, Seattle, WA 98195, USA",United States of America,lhamlet@uw.edu,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,climate change; Kenya; mitigation; perception; photovoice; protection motivation theory,NA,iwaponline.com +75340,10,3,https://iwaponline.com/washdev/article/10/3/490/75340/Closing-the-cycle-Potential-and-limitations-of,"Journal of Water, Sanitation & Hygiene for Development",Closing the cycle? Potential and limitations of Water and Sanitation Safety Plans (WSSPs) for Latin American metropolitan areas,2020,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.056/3/washdev2020056supp.pdf?Expires=1706092884&Signature=IAAC4nZ2SMOYrg3BcHyvNqgsCma8iSgAz3JvGQQCqYqZPsBRfnP4K1N-dl3xG75OT96ud81pGTP3p~OcHdUTwqIriU~VBvMBFfHMXm6IX41RLGlmCen37LnZs9JTdaZnHkLyExGv5h-IDup~At06dNkC~PkER4vMW68OjjJmm5G-A2baNU32q0DM2fTLvZrclaoQCfrOy3MbNLkkEUAi33SZ2qWZEChccWvUiHTKf0AOREypIhQG7pE8P8c6rtdoIxWRcTmazbFZHeGXOsfSzNAg9FeDm8zmb7TafuOwWBwEAw7hbAuSNsyMGj05VzBcjpXjcbLm5UUONnSse6r8nw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Araceli Clavijo,"Instituto de Investigaciones en Energía No Convencional (INENCO), CONICET – Universidad Nacional de Salta, Avenida Bolivia 5150, A4408FVY Salta, Argentina",Argentina,a.clavijo@agro.uba.ar,NA,Araceli Clavijo,"Instituto de Investigaciones en Energía No Convencional (INENCO), CONICET – Universidad Nacional de Salta, Avenida Bolivia 5150, A4408FVY Salta, Argentina",Argentina,a.clavijo@agro.uba.ar,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Argentina; decentralized sanitation; risk assessment; Water and Sanitation Safety Plan (WSSP); water governance,NA,iwaponline.com +74755,10,3,https://iwaponline.com/washdev/article/10/3/502/74755/Rainwater-harvesting-and-primary-uses-among-rural,"Journal of Water, Sanitation & Hygiene for Development",Rainwater harvesting and primary uses among rural communities in Ghana,2020,FALSE,0,NA,NA,2,Seth Owusu,"Koforidua Technical University, P.O. Box KF 981, Koforidua, Ghana",Ghana,owususok@yahoo.com,NA,Seth Owusu,"Koforidua Technical University, P.O. Box KF 981, Koforidua, Ghana",Ghana,owususok@yahoo.com,NA,FALSE,NA,NA,NA,Ghana; primary uses; quality; rainwater harvesting,NA,iwaponline.com +75953,10,3,https://iwaponline.com/washdev/article/10/3/512/75953/Drivers-of-unhygienic-desludging-practices-in,"Journal of Water, Sanitation & Hygiene for Development","Drivers of unhygienic desludging practices in unplanned settlements of Dar es Salaam, Tanzania",2020,FALSE,0,NA,NA,4,Amour Seleman,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, P. O. Box 35131, Dar es Salaam, Tanzania",United Republic of Tanzania,matipula@hotmail.com,NA,Amour Seleman,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, P. O. Box 35131, Dar es Salaam, Tanzania",United Republic of Tanzania,matipula@hotmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Dar es Salaam; non-sewered sanitation; safely managed sanitation; unhygienic desludging; unplanned urban settlements,NA,iwaponline.com +76068,10,3,https://iwaponline.com/washdev/article/10/3/527/76068/Going-to-scale-with-rural-water-supply-a,"Journal of Water, Sanitation & Hygiene for Development",Going to scale with rural water supply: a reflection on experiences from sustaining community managed piped water schemes in rural Zimbabwe,2020,FALSE,0,NA,NA,1,L. Dhoba,"College of Business, Peace Leadership & Governance (CBPLG), Africa University, P O BOX 1320, Mutare, Zimbabwe",Zimbabwe,dhobal@africau.edu,NA,L. Dhoba,"College of Business, Peace Leadership & Governance (CBPLG), Africa University, P O BOX 1320, Mutare, Zimbabwe",Zimbabwe,dhobal@africau.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community managed piped water scheme; rehabilitation; rural water supply; sustainability,NA,iwaponline.com +75442,10,3,https://iwaponline.com/washdev/article/10/3/539/75442/Rainwater-as-an-alternative-drinking-water-source,"Journal of Water, Sanitation & Hygiene for Development","Rainwater as an alternative drinking water source for the Chronic Kidney Disease Of Uncertain etiology (CKDu) prone areas: a case study for Girandurukotte, Sri Lanka",2020,FALSE,0,NA,NA,3,V. M. Jayasooriya,"Department of Forestry and Environmental Science, Faculty of Applied Sciences, University of Sri Jayewardenepura, Nugegoda, Sri Lanka",Sri Lanka,varuni.jayasooriya@sjp.ac.lk,NA,V. M. Jayasooriya,"Department of Forestry and Environmental Science, Faculty of Applied Sciences, University of Sri Jayewardenepura, Nugegoda, Sri Lanka",Sri Lanka,varuni.jayasooriya@sjp.ac.lk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,CKDu; ferrocement; groundwater; polyethylene; rainwater harvesting,NA,iwaponline.com +76069,10,3,https://iwaponline.com/washdev/article/10/3/549/76069/Maintenance-practices-and-water-quality-from,"Journal of Water, Sanitation & Hygiene for Development",Maintenance practices and water quality from rainwater harvesting in south-west Uganda,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.115/3/washdev2020115supp.docx?Expires=1706092905&Signature=s7Llx6OXcIFWEzgLvPMg2DITbf4AETFgV5IK1AMW~kSF01wCtzL7om6vY9qk8hm1EZg2MLjq5ozUCO3pat9-COot8Jk8F5W3fH80cVKRQVEm8eom86pQlIF3hOqSNlIGX5tbyaUspOe74C1OaNmCBLGqtypFhSIHa8BQ2eoqUi26a5-Pl9gA2DE-QnIO9-CGlLlnhUhhstcTPSDN1RdCkV~-M565bguNgQY8cRh4wIdJOm0sWLRDUD~b-b1vszo9HETFxpKuby2QREaUjFornjwmqASrEFKuQqmPtT7ANJ7eBrLL3Fh6ZB9DbeTr2kB0ZwWa9kQHGsLdf1LmruqlCA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Francesca O'Hanlon,"University of Cambridge, Cambridge, UK",United Kingdom of Great Britain and Northern Ireland,fo249@cam.ac.uk,NA,Francesca O'Hanlon,"University of Cambridge, Cambridge, UK",United Kingdom of Great Britain and Northern Ireland,fo249@cam.ac.uk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,decentralised water; domestic rainwater harvesting; rural and urban water supply; water quality,NA,iwaponline.com +75543,10,3,https://iwaponline.com/washdev/article/10/3/558/75543/Deactivation-of-Ascaris-suum-eggs-using,"Journal of Water, Sanitation & Hygiene for Development",Deactivation of Ascaris suum eggs using electroporation and sequential inactivation with chemical disinfection,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.192/3/washdev2020192supp.docx?Expires=1706092909&Signature=BRRacX6Mo8VG84PFTxhTkPeetCBcVDnW-nvBD1xlIMolg0lEYiVefNS0pi7r5IvKzqe8r2Gv7he4s9ZykLfQbtpDHVJB3Pqwp8GSX9BVoKIV7ThEhI5uvjDanVrX9RwvDN1jqf0De374eZv-6WhP1v6ousebC3XG3N3WtMI8XNQG9Yjab7eGxyh14fuGK61J324cFUDEAUiJe7KAzwp1rB-XQlrBp2~gqgKCrRxe2BD7rwTKHePAkoM6kEwGE3HpWSLHBXOrpcZ8oURsUkmbi2UxNNrl8eunRNusTOOmOuEWw6oSFPlNF4ujQ03d6Z7KrLC~eNoxdqFvQ7Z-HvVUjQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,C. Niven,"Center for WaSH-AID, Duke University, Durham, NC 27708, USA",United States of America,NA,NA,E. Ngaboyamahina,"Center for WaSH-AID, Duke University, Durham, NC 27708, USA",United States of America,edgard.ngaboyamahina@duke.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ascaris suum; chemical disinfection; eggshell permeability; electroporation; helminth deactivation; wastewater sanitation,NA,iwaponline.com +76123,10,3,https://iwaponline.com/washdev/article/10/3/569/76123/Numerical-modelling-of-FC-bacteria-using-a-dynamic,"Journal of Water, Sanitation & Hygiene for Development",Numerical modelling of FC bacteria using a dynamic and variable mortality rate,2020,FALSE,0,NA,NA,2,Siavash Mohammadi,"Faculty of Water Science Engineering, Shahid Chamran University of Ahvaz, Ahvaz, Iran",Iran (Islamic Republic of),siavash.mohammadi86@gmail.com,NA,Siavash Mohammadi,"Faculty of Water Science Engineering, Shahid Chamran University of Ahvaz, Ahvaz, Iran",Iran (Islamic Republic of),siavash.mohammadi86@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,biological water pollution; environment; faecal coliform; mathematical modelling; river engineering,NA,iwaponline.com +76081,10,3,https://iwaponline.com/washdev/article/10/3/580/76081/Exploration-of-coliform-diversity-in-drinking,"Journal of Water, Sanitation & Hygiene for Development",Exploration of coliform diversity in drinking water resources by culture-independent approaches,2020,FALSE,0,NA,NA,3,A. Shiva Shanker,"Department of Microbiology, Palamuru University, Mahabubnagar 509 001, Telangana State, India",India,NA,NA,Pavan Kumar Pindi,"Department of Microbiology, Palamuru University, Mahabubnagar 509 001, Telangana State, India",India,pavankumarpindi@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,16S rRNA; coliform; contamination; drinking water; public health; reservoir,NA,iwaponline.com +75952,10,3,https://iwaponline.com/washdev/article/10/3/589/75952/The-reality-of-water-quality-monitoring-for-SDG-6,"Journal of Water, Sanitation & Hygiene for Development",The reality of water quality monitoring for SDG 6: a report from a small town in India,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.131/3/washdev2020131supp.docx?Expires=1706092922&Signature=W-Osm~M6bVvid4usVPuHDYviM6q1YYgVkMVUrHRsU~zntXfjUn~LAF7KyFG4agweeW9h8EZnqgE~3wkRzIflLWAeYSCmPJaZpHAnZmPX~7VoXltIng9~Y~mDkSZb6FmufvVUr6WXb9~2padG81~gB9S7JrEoii1JI745ZWH11yzgT1wMKalkX3zH1OULj-bIazHj2I4p04tAzxSKIoAUKdLDgSy9K4odHhoQ3~ObG1AmtUEstDAYIq~-1Sas5c6uRaUFTOl0~F4iHkf0DaQlZWobUuN4YKm5V1mJYu8B97PkDwRhAENHOMiurANt-AHqf4DbuVRL5kcIW92S3-QfDg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Swati D. G. Rayasam,"School of Public Health, Environmental Health Sciences Department, University of California, Berkeley, CA, USA",United States of America,NA,NA,Isha Ray,"Energy and Resources Group, University of California, 310 Barrows Hall #3050, Berkeley, CA 94720, USA",United States of America,isharay@berkeley.edu,NA,TRUE,The data that support the findings of this study are available on Zenodo (10.5281/zenodo.3555385). Survey information and maps are available upon request from the corresponding author.,available in online repository,NA,Sustainable Development Goals; urban India; WASH monitoring; water quality,NA,iwaponline.com +74989,10,3,https://iwaponline.com/washdev/article/10/3/596/74989/Improved-chlorination-and-rapid-water-quality,"Journal of Water, Sanitation & Hygiene for Development","Improved chlorination and rapid water quality assessment in response to an outbreak of acute watery diarrhea in Somali Region, Ethiopia",2020,FALSE,0,NA,NA,9,Anu Rajasingham,"Emergency Response and Recovery Branch, Division of Global Health Protection, Centers for Disease Control and Prevention, Atlanta, USA",United States of America,idb4@cdc.gov,NA,Anu Rajasingham,"Emergency Response and Recovery Branch, Division of Global Health Protection, Centers for Disease Control and Prevention, Atlanta, USA",United States of America,idb4@cdc.gov,NA,FALSE,NA,NA,NA,acute watery diarrhea; centralized chlorination; chlorination; rapid assessment; water quality; water treatment,NA,iwaponline.com +76083,10,3,https://iwaponline.com/washdev/article/10/3/603/76083/Ash-depth-filter-sanitation-eliminates-all,"Journal of Water, Sanitation & Hygiene for Development",Ash depth filter sanitation eliminates all bacteria and makes source-separated urine waste sterile,2020,TRUE,3,xlsx; docx; pptx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.125/3/washdev2020125supp1.xlsx?Expires=1706092929&Signature=2xLQUUroheHMrNdmmeA4~BkMjWiGVVpqJKBZY5R5kBouLsnhSRmrngz3xDzrvrToTsOKBy9w4b8WPc~eEwqpVOqnV7qWUsHqdKbvJpL0ZY8nJEuuCejNBuCcqWgXshH3h2dPln1U96UVRSyKfBYp0XFHbvSG4O~cCk5F2cWvzJNi9U9iOKKPqr1HwvFz7~3l-uCO7RgTylUQlcBfeoPC-sU2QcN~Ep-SVzoEW-vp6ckv5ZeMTZlyYaHVRWHzj5-dTs6O~s0j16zGT4jFcYVfil1WitDjSmwfb1aFJmAfjAq6pd2UXns9xA6uPfjOLMUxmW1uQDheoMBnesbT4JThlA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.125/3/washdev2020125supp2.docx?Expires=1706092929&Signature=3AiWumwpP6Dlr2V7ojg5beZZjhSaGXAZfvDylQJ9PECjsLT8ssbG8pmcJhS5gD~8HVAgiwNs2Fm5medusXHM5b4ffwex4wrBaOBXkI4~pdoUccJbGW3eK~VzJg4vD-12bYxObwvHTnwZ8t-weh0K8rNrZ0gx3MCFh6gzD2d6ApfEq-5rpDsfW1UJm117tycaHVUedULkiP7PY2dxwMMK7WJgaPub6pbpatzLskYGe4gQUes8WtO2CtjeZuZoPxmW92CaD05s5N3MRwbAykRe02AOcRdBfyFRrxjy0KxRejUXLFkC1I6~y7RYGMGMmJpq88JOl7rF2lPEmyUpvsm-QQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/3/10.2166_washdev.2020.125/3/washdev2020125supp3.pptx?Expires=1706092929&Signature=bBmgpMXWq0PfD7pijGK1b8gCbFj4QU0rOq00FDbOiNjz7gwFrgFgsgwg5~CcKDECnFDsXafEJp5JYMHT9D87QdgsdKCIWoIKTwjW2Kw6ARaoaZ1rnX9oSHASMKu3kzFnBeTjUQBCFxJzQv-9soleOhR1fD-wwnxMiSiJmYXsfrVQfyBdgLTL3nGJA6a35Z3CpCCzioGdQdreZXptfWz-1iDe7dzJaiFgnNsvF3OpT1pWIAafm2Wzg7F5g9uWYa3oUBj6os82DrhuW6MrNiGcNGr0HGEHcYyrwK0P6lTrv3yGYGo3bcA47wcDY0YT8As0gjiI5ip6vmxrWwLPrqlRAQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",United States of America,mwitty@fsw.edu,NA,Michael Witty,"Math and Science, Florida SouthWestern State College, Fort Myers, FL, USA",United States of America,mwitty@fsw.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,ash; bacteria; depth filtration; sanitation; source-separated urine,NA,iwaponline.com +75541,10,3,https://iwaponline.com/washdev/article/10/3/608/75541/Inclusion-of-innovative-technology-in-integrated,"Journal of Water, Sanitation & Hygiene for Development","Inclusion of innovative technology in integrated waste management of a city: case of Bogura, Bangladesh",2020,FALSE,0,NA,NA,3,D. Dey,"IRCWASH, 32/1, Dilu Road, Maghbazar, Dhaka, Bangladesh",Bangladesh,digbijoy@ircwash.org,NA,D. Dey,"IRCWASH, 32/1, Dilu Road, Maghbazar, Dhaka, Bangladesh",Bangladesh,digbijoy@ircwash.org,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,anaerobic digestion; faecal waste; leachate; solid waste; torrefaction; waste-to-energy,NA,iwaponline.com +78561,10,4,https://iwaponline.com/washdev/article/10/4/615/78561/Editorial-WASH-Economics-and-Financing-towards-a,"Journal of Water, Sanitation & Hygiene for Development",Editorial: WASH Economics and Financing: towards a better understanding of costs and benefits,2020,FALSE,0,NA,NA,2,Britta Augsburg,"Institute of Fiscal Studies, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +74531,10,4,https://iwaponline.com/washdev/article/10/4/618/74531/Interaction-of-village-and-school-latrines-on,"Journal of Water, Sanitation & Hygiene for Development",Interaction of village and school latrines on educational outcomes in India,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.049/7/washdev2020049supp.docx?Expires=1706092939&Signature=O-Yf97D97jQZNVMjm9vWb4Itl7Eqvzxak5nMi0pYGnEwkRI3tumv~6a68a0lD7AWFb2CJgQyKyEhd7WDsRVaOf1aiSh3055BzyS2xMX8evbexj1rjyMC9dxaGw0R6qPZXmp7YSFzUPnt5uUY4J8Zx2fIkGjuuqVB5YDiZLK9DUUFgzRaXs4KEcADTi~hK~XO~QxhQI0BFYud0xe-6WAJnHMP4S-tnHVvTfGyQC9c9RVrZengDGSoX-4G98HJSdcnhP3UixiHK6JhNCt03alP5Sg247UqZwmIE7FVsTCpBAv6IV3mhgYzwPx17GNxCodfWmlie9MMQCSI73oXtem7FQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Jennifer Orgill-Meyer,"Department of Government and Public Health Program, Franklin and Marshall College, Lancaster, PA 17603, USA",United States of America,jorgill@fandm.edu,NA,Jennifer Orgill-Meyer,"Department of Government and Public Health Program, Franklin and Marshall College, Lancaster, PA 17603, USA",United States of America,jorgill@fandm.edu,NA,FALSE,NA,NA,NA,education; gender; India; sanitation,NA,iwaponline.com +77508,10,4,https://iwaponline.com/washdev/article/10/4/628/77508/Sanitation-dynamics-toilet-acquisition-and-its,"Journal of Water, Sanitation & Hygiene for Development",Sanitation dynamics: toilet acquisition and its economic and social implications in rural and urban contexts,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.098/7/washdev2020098supp.docx?Expires=1706092944&Signature=tXGv-1Uh47tCQJe6f54YOn0i46BRpBAIPnOP3ZfjHlce77Ob4pSSf0-lx93FQ6RkMS5kSKKLHdMri5zm6WHJKl-FDg7Po7reQLaUKBmiIK5rA657xqHCWChvMwOuVkEtnAWCyRlH-1eLGtaIEx8pp-5OizclnHXyj1-vfv11NPyQeiaCXHJgVSy2wMLF-4N2Mg3UD4lIMdT3dpEWumYZVzjyDLsW~z4UDHTXydtfGofm-UFhy-eJODvdc-op8aZ4gNVo1QVn-pEnk~aqeOLqLtAC6NNfT2Tnd2VFXVV8Jw-0bC4i1aMnzit7v8vfXXCMZwnGkUn15kj-fheJCvg-Rg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Britta Augsburg,"Institute for Fiscal Studies, 7 Ridgmount Street, London WC1E 7AE, UK",United Kingdom of Great Britain and Northern Ireland,britta_a@ifs.org.uk,NA,Britta Augsburg,"Institute for Fiscal Studies, 7 Ridgmount Street, London WC1E 7AE, UK",United Kingdom of Great Britain and Northern Ireland,britta_a@ifs.org.uk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,economic drivers; household investment; India; sanitation; WASH,NA,iwaponline.com +77908,10,4,https://iwaponline.com/washdev/article/10/4/642/77908/Understanding-the-costs-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Understanding the costs of urban sanitation: towards a standard costing model,2020,FALSE,0,NA,NA,5,Tristano Sainati,"Water@leeds, University of Leeds, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,t.sainati@leeds.ac.uk,NA,Tristano Sainati,"Water@leeds, University of Leeds, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,t.sainati@leeds.ac.uk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,benchmarking; cost estimation; costing standards; urban sanitation,NA,iwaponline.com +77472,10,4,https://iwaponline.com/washdev/article/10/4/659/77472/Life-cycle-costs-approach-for-private-piped-water,"Journal of Water, Sanitation & Hygiene for Development",Life-cycle costs approach for private piped water service delivery: a study in rural Viet Nam,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.037/7/washdev2020037supp.docx?Expires=1706044900&Signature=MaF4Cf9wNMgY~9GDY4QbRHtLSaq~Dv4J3C8fAjAwHlBQ77ktBGXfKqBSrWASGsH-mWJ2EalXuJ8nypqmf3IpqZFNCXQz4BsVo1C~hOnto8LBXsR3ISvngsLzLe~bx57AXevhvkrUujE4qncBejoF~JTRDvqXrGFB25CqnNqyR-fiK1dxcp~Fp60y2AwKTMU1CG-FeE6Om6j77GMA1X77wIzb-VUuF9U4BAhM-N8ShvpeDF~aZajRnnF-yA8llz8~cYXY~vlEI~-~hAJR3FeTfTJiUUxtDw2mFPMIvr5vrUBCdXzbXROq2rdl~8bUKuvbHCoVcz2BIAxRDZ4AToRQrw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Melita Grant,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones Street, Ultimo, NSW 2007, Australia",Australia,melita.grant@uts.edu.au,NA,Melita Grant,"Institute for Sustainable Futures, University of Technology Sydney, 235 Jones Street, Ultimo, NSW 2007, Australia",Australia,melita.grant@uts.edu.au,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,costs; enterprises; finance; life-cycle; private; water,NA,iwaponline.com +77803,10,4,https://iwaponline.com/washdev/article/10/4/670/77803/An-assessment-of-penetration-for-pay-to-fetch,"Journal of Water, Sanitation & Hygiene for Development",An assessment of penetration for pay-to-fetch water kiosks in rural Ghana using the Huff gravity model,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.034/7/washdev2020034supp.docx?Expires=1706046491&Signature=pB~YLJCPZzHR2NGU2EXFpj4GT3h0C7khr8b-J1EKp9rSFLX9GQtVhTsU6zGRogpu6UuLqlpZcg~SgzOTsNs9a3zVOV4MHwirMSq-M4XfkJ3Bw64SCEWuOOPru1UPoGvn1nQg1QumAvKiI-TvNvovG0mN6H~-gwpSgujGGmvMy9~M~FCvULNMvn30sCxN6a~1M3eUYsn-MthxMsTR-h3Zy1tKgCm7dSpiXxb6~WL58BFkLIoKaJhW37yN9lLrW6BkDfH3F8OcLj-PSzhUDuOFPVm0NcNQP4sn3KFy0twBGnZUl~bw17SVNFOIhPz8r2DYk9D16Mz-zF5FzGrhlXrNkQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Philip T. Deal,"School of Civil and Environmental Science, University of Oklahoma, 202 W Boyd Street, Norman, OK 73019, USA",United States of America,philip.deal.125@gmail.com,NA,Philip T. Deal,"School of Civil and Environmental Science, University of Oklahoma, 202 W Boyd Street, Norman, OK 73019, USA",United States of America,philip.deal.125@gmail.com,NA,TRUE,All relevant data are available from an online repository or repositories. Visit: http://dx.doi.org/10.17632/b6gs9fd33z.2.,available in online repository,http://dx.doi.org/10.17632/b6gs9fd33z.2.,Huff gravity model; rural water supply; safe water enterprise; sub-Saharan Africa; willingness-to-pay,NA,iwaponline.com +75869,10,4,https://iwaponline.com/washdev/article/10/4/680/75869/Understanding-water-demand-and-usage-in-Mandalay,"Journal of Water, Sanitation & Hygiene for Development","Understanding water demand and usage in Mandalay city, Myanmar as a basis for resetting tariffs†",2020,FALSE,0,NA,NA,3,Tanvi Nagpal,"Johns Hopkins University School of Advanced International Studies, 1717 Massachusetts Ave., Washington, DC 20036, USA",United States of America,tnagpal1@jhu.edu,NA,Tanvi Nagpal,"Johns Hopkins University School of Advanced International Studies, 1717 Massachusetts Ave., Washington, DC 20036, USA",United States of America,tnagpal1@jhu.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,groundwater; Myanmar; piped water supply; service delivery; tariff setting; water demand,NA,iwaponline.com +75542,10,4,https://iwaponline.com/washdev/article/10/4/691/75542/Unpacking-piped-water-consumption-subsidies-Who,"Journal of Water, Sanitation & Hygiene for Development",Unpacking piped water consumption subsidies: Who benefits? New evidence from 10 countries,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.073/7/washdev2020073supp.docx?Expires=1706024078&Signature=2IwgGiq6P7HPiy1nkBTcnD6bCeK~ioysDP3w0btCMY0y3cXrfSpAosCq53aCbOP1n5sJgwJy5twDMNBjKdwuQ1ZzI~TWlmfWRel-U7jGgSOk37xR-QqCDdYllT-7qkfSCzT10~nKqA~pw6Oo-HIPryMRYhz2-HF~nQIiNg6JD3heoUCQZEoB~hA-zlC43uis5Hb8Fb0jurN1Vo9Sb2-dMcIjuCwy3Jnq~zSeKrSO7V0mbTZfc09Av5zneOClDlEzAuPp~uf57au0vjT44XyMOIRfz7vOSfHxu6MZoezm5Op1XIXm7ExCW15Vz97KIi47fJHo3Ms3xl5AvSQJAW1DsA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Laura Abramovsky,"Institute for Fiscal Studies (IFS) and MacroConsulting, 7 Ridgmount Street, London WC1E 7AE, UK",United Kingdom of Great Britain and Northern Ireland,labramovsky@ifs.org.uk,NA,Laura Abramovsky,"Institute for Fiscal Studies (IFS) and MacroConsulting, 7 Ridgmount Street, London WC1E 7AE, UK",United Kingdom of Great Britain and Northern Ireland,labramovsky@ifs.org.uk,NA,FALSE,NA,NA,NA,consumption of piped water; developing country; distributional incidence of subsidies,NA,iwaponline.com +74233,10,4,https://iwaponline.com/washdev/article/10/4/716/74233/Does-payment-by-results-work-Lessons-from-a-multi,"Journal of Water, Sanitation & Hygiene for Development",Does payment by results work? Lessons from a multi-country WASH programme,2020,FALSE,0,NA,NA,2,Guy Howard,"Department of Civil Engineering, University of Bristol, University Walk, Bristol BS8 1TR, UK",United Kingdom of Great Britain and Northern Ireland,guy.howard@bristol.ac.uk,NA,Guy Howard,"Department of Civil Engineering, University of Bristol, University Walk, Bristol BS8 1TR, UK",United Kingdom of Great Britain and Northern Ireland,guy.howard@bristol.ac.uk,NA,FALSE,NA,NA,NA,payment-by-results; finance; results-based finance; WASH results; WASH targets,NA,iwaponline.com +77907,10,4,https://iwaponline.com/washdev/article/10/4/724/77907/Benefits-and-costs-of-rural-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Benefits and costs of rural sanitation interventions in Ghana,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.066/7/washdev2020066supp.docx?Expires=1706085638&Signature=HC95zKZZ2jaLCvA8~6zWqR-wglTStZABne9SN-8NGUQo7ro6hBxGFGfXPiT8Ri9TRxGbyKdcbi9BeVK~1maRleECxyNJrzVMOYHHmCwNXqJ5ZeXZmoZOnqDMh1ile58JudDtDO1eDsELM2K5JnzqIcjB4zcrugRgJP07GCTeYeOmn43PKkN14K4VqE032cswRFADIj-HrW4DCobrVvHkrZc4wv8xTYvQbTYV~~087-jtpjgiN0DqjNb4FHaG9iJweoXrwfcxFErcO9-d4qnqB2gTHAU9IFNqLOEhm5GEyOt1zbpEwHR9~56C45qw1Jx9VQU15pwYz0F2OCUkk8FFSA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Mark Radin,"Department of Environmental Science & Engineering, Rosenau CB#7341, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,maradin@unc.edu,NA,Mark Radin,"Department of Environmental Science & Engineering, Rosenau CB#7341, Gillings School of Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,maradin@unc.edu,NA,FALSE,NA,NA,NA,community-led total sanitation; benefit-cost analysis; externalities; Ghana; open defecation; WASH,NA,iwaponline.com +75834,10,4,https://iwaponline.com/washdev/article/10/4/744/75834/Expanding-safe-fecal-sludge-management-in-Kisumu,"Journal of Water, Sanitation & Hygiene for Development","Expanding safe fecal sludge management in Kisumu, Kenya: an experimental comparison of latrine pit-emptying services",2020,FALSE,0,NA,NA,9,Rachel Peletz,"The Aquaya Institute, P.O. Box 1603, San Anselmo, CA 94979, USA",United States of America,NA,NA,Ranjiv Khush,"The Aquaya Institute, P.O. Box 1603, San Anselmo, CA 94979, USA",United States of America,ranjiv@aquaya.org,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,fecal sludge management; Kenya; latrines; low-income; sanitation; urban,NA,iwaponline.com +76853,10,4,https://iwaponline.com/washdev/article/10/4/756/76853/Users-are-willing-to-pay-for-sanitation-but-not-as,"Journal of Water, Sanitation & Hygiene for Development","Users are willing to pay for sanitation, but not as much as they say: empirical results and methodological comparisons of willingness to pay for peri-urban sanitation in Lusaka, Zambia using contingent valuation, discrete choice experiments, and hedonic pricing",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.072/7/washdev2020072supp.docx?Expires=1706022532&Signature=x0HObybbKbdnsVnYBsAgZ4s9ZaFITxV~SnzdYvB4Y4IxoRQNTUswuakqhC6Av~uliDm0GA2l57NQor1rax8AZQ9bZSdpIPCmTaRCI7dNK0fUmBC~rcgAqLEA7oL-RZsI8LLuIye4zqTRX3hm8z2SntPh-DJzwAyduxLauCsxQyfA00kqsLB8gJll-~3ICRDn9UIJLYgsEVA2LUx9vAnUd74GGwuyyUxpX4elOU6aU8MzCu6gpTgdi721QNlClsQsZPPwClBgOCJmrNACJp~Qpb560yR2R393wZctdSFIC-DrpHFb7eTTv3P1V9zo8UgSmPnbS-VxswHtB4-~7bdgDg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,James B. Tidwell,"Mossavar-Rahmani Center for Business and Government, Harvard Kennedy School of Government, Cambridge, MA, USA and World Vision, Washington, DC, USA",United States of America,btidwell@worldvision.org,NA,James B. Tidwell,"Mossavar-Rahmani Center for Business and Government, Harvard Kennedy School of Government, Cambridge, MA, USA and World Vision, Washington, DC, USA",United States of America,btidwell@worldvision.org,NA,FALSE,NA,NA,NA,contingent valuation; discrete choice experiments; financing; hedonic pricing; sanitation; willingness to pay,NA,iwaponline.com +76656,10,4,https://iwaponline.com/washdev/article/10/4/768/76656/Review-of-frameworks-and-tools-for-urban-strategic,"Journal of Water, Sanitation & Hygiene for Development",Review of frameworks and tools for urban strategic sanitation planning: considering technology innovations and sustainability,2020,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.062/7/washdev2020062supp.pdf?Expires=1706043813&Signature=mt6CAjz7y9uKvkBKDiYJY7QbWZBi-DHcgkhAraoOEqz7XUjkBvO0EIik-i7u~TaAUGvOKHddQl9fFj16J4eJ6xBqGkM7JhnQM6u1icM2pXb9Cz5~Aoem-XlGoGJ0UTDifAC~fMhUn8v~i3rz5FY-sweOcHoUUnDlCkree8BYlHXGkGTkPQHDbyBv~~ODTa4r8l2NMTnACxtJILVVv~TmoW~6WyhubVc0mciLMjIFZAeNcU17aei-~6UtTR~t7REISJW~PkS9VZopUVs1HOqVy3KyDyeWLq8mueR8KaiCltnMyOO8v5jHOzv0lFJPxJPiwj3JwDXnSxUWNy3v-RPnnQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Dorothee Spuhler,"Department Sanitation, Water and Solid Waste for Development (Sandec), Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,dorothee.spuhler@eawag.ch,NA,Dorothee Spuhler,"Department Sanitation, Water and Solid Waste for Development (Sandec), Eawag, Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,dorothee.spuhler@eawag.ch,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,appropriate technologies; developing countries; SDG 6; strategic sanitation planning approach (SSA); structured decision making (SDM); sustainable sanitation,NA,iwaponline.com +78122,10,4,https://iwaponline.com/washdev/article/10/4/786/78122/Multiple-and-complex-links-between-babyWASH-and,"Journal of Water, Sanitation & Hygiene for Development",Multiple and complex links between babyWASH and stunting: an evidence synthesis,2020,FALSE,0,NA,NA,4,Amy Waller,"Department of Civil, Environment and Geomatic Engineering, University College London, Chadwick Building, London WC1E 6BT, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Priti Parikh,"Engineering for International Development Centre, Civil, Environmental and Geomatic Engineering, University College London, Chadwick Building, London WC1E 6BT, UK",United Kingdom of Great Britain and Northern Ireland,priti.parikh@ucl.ac.uk,NA,TRUE,All relevant data are available from an online repository or repositories.,available in online repository,NA,babyWASH; stunting; sub-Saharan Africa; WASH,NA,iwaponline.com +77780,10,4,https://iwaponline.com/washdev/article/10/4/806/77780/Temporal-analysis-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Temporal analysis of water, sanitation, and hygiene data from knowledge, attitudes, and practices surveys in the protracted humanitarian crisis in Myanmar",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.025/7/washdev2020025supp.docx?Expires=1706065086&Signature=cZcFZLDYjlIxPiaZW2jdOgOlvmMfuAtq1CLi5NOsUD5bmILkzre5wzjcJQR48PkuAC7EAlx~XfVt6dy1S9esmDjDO2bjKJwuu9l2qgKRhvrly3FKe~9QB4Gh-P6DGV5llM6LqAg7PoYPHKUsPXbrSNdo5DSyQAeUxVkIb1JY4L2OdAgQrsvHC2Ixu9diWwLdlKaOYo9BP418KU0I-kxlEiJaJj1f9yXXvsCkjUg0LMQcRuJX5pZJEp~X-FCNmZVXAB9hycGVp4db4QHw6D2SUlOUtE9C8fJQ8N4tv76SbKHSZnlP3wSjaFuOWnTvQrBYCAmfHj9DKY6JQtAeFiDppg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Marta Domini,"Tufts University School of Engineering, 200 College Av., 02155 Medford, MA, USA",United States of America,marta.domini@tufts.edu,NA,Marta Domini,"Tufts University School of Engineering, 200 College Av., 02155 Medford, MA, USA",United States of America,marta.domini@tufts.edu,NA,TRUE,All relevant data are available from an online repository or repositories. Documents are available at the following link: https://sites.google.com/view/washclustermyanmar/ and/or can be requested from the authors.,available in online repository,https://sites.google.com/view/washclustermyanmar/,behavior change; humanitarian response; hygiene promotion; KAP surveys; WASH programming,NA,iwaponline.com +76803,10,4,https://iwaponline.com/washdev/article/10/4/818/76803/WASH-and-Gender-a-critical-review-of-the,"Journal of Water, Sanitation & Hygiene for Development",WASH and Gender: a critical review of the literature and implications for gender-transformative WASH research,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.232/7/washdev2020232supp.docx?Expires=1706065123&Signature=Epw4oyh85f6p0~Hsu8G50k90iMzlE-031a1oNBPC1GekqMjVsfUu2FN2rVSSrxiLdD-8wG8yolsRdyXWD7nkDweiBJ1grxKQUhIzG8xTZHUUTWJDQcGYVgC~3sjDB8pSZw~7kwsUma9PDAo5CoJBlmCYkpyzTiMcWovzuUDJ7Gg7zeot0FRawf7XbjncfoU1514EwhJkfFcN5fURhZmSQBTTKRvkayoIUFFVBW8tRbkS-FFRCLDbsrVXx1EO0ForNLmH7~YA8P4O0rh5XrwMxBVIdDX5O8iwtUvfjSTXE1VBIx-vjKPtdSL~s1MfHmxaDL3BuF1-HMeb6mFk0Pw9QA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Building 10, 235 Jones St, Ultimo NSW 2007, Australia",Australia,jessica.macarthur@uts.edu.au,NA,Jess MacArthur,"Institute for Sustainable Futures, University of Technology Sydney, Building 10, 235 Jones St, Ultimo NSW 2007, Australia",Australia,jessica.macarthur@uts.edu.au,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,gender equality; gender-transformative; sanitation; transformative research; WASH; water,NA,iwaponline.com +77998,10,4,https://iwaponline.com/washdev/article/10/4/828/77998/Solar-septic-tank-evaluation-of-innovative,"Journal of Water, Sanitation & Hygiene for Development",‘Solar septic tank’: evaluation of innovative decentralized treatment of blackwater in developing countries,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.168/7/washdev2020168supp.docx?Expires=1706093001&Signature=CU5JXpgalfomNSvXflyuyjxWqaOuvn7IY0D7NKMg7afiKNsUuNOFfODPnHZfl~-uOOyiUnwq9K6~ZBVr9-R28jTDhPaMgG1PZxS0IypbAowE4WQYlU68XMzY5w3zXcX4I7r6aAPlCpjGOqupWTeU4VU5Amlem-k-VUdWly4ey3t-JBclG6Wh1Rv183spp14tm6GguqBvBNr-jnyoAXmj~jWlMXhm5DiY8M4CKFf0MJjx8P9t4p0H-XVcnLw1x9IZ8g5zTDucb1DsSE6Ln1zZzDsb4LPObM30e492ZXdziG7yC2oyaCw06VExD9faIs3Voskp0bce9~sq~VwAyUsH2A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Thammarat Koottatep,"School of Environment, Resources and Development, Asian Institute of Technology, Pathum Thani, Thailand",Thailand,NA,NA,Tatchai Pussayanavin,"School of Environment, Resources and Development, Asian Institute of Technology, Pathum Thani, Thailand",Thailand,poktatchai@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,blackwater treatment; long-term study; performance evaluation; reinvented toilet technology; Solar Septic Tank; WASH,NA,iwaponline.com +77909,10,4,https://iwaponline.com/washdev/article/10/4/841/77909/Myth-and-reality-of-community-ownership-and,"Journal of Water, Sanitation & Hygiene for Development",Myth and reality of community ownership and control of community-managed piped water systems in Ghana,2020,FALSE,0,NA,NA,1,Nicholas Fielmua,"Department of Planning, University for Development Studies, Wa Campus, Wa, Upper West Region, Ghana",Ghana,nfielmua@uds.edu.gh,NA,Nicholas Fielmua,"Department of Planning, University for Development Studies, Wa Campus, Wa, Upper West Region, Ghana",Ghana,nfielmua@uds.edu.gh,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,beneficiary ownership; community-managed; control; dualistic ownership; Ghana; water systems,NA,iwaponline.com +77804,10,4,https://iwaponline.com/washdev/article/10/4/851/77804/Predictors-of-hand-hygiene-behaviours-among,"Journal of Water, Sanitation & Hygiene for Development",Predictors of hand hygiene behaviours among primary and secondary school children in a rural district setting in Zimbabwe: a cross-sectional epidemiologic study,2020,FALSE,0,NA,NA,5,France Ncube,"Department of Crop and Soil Sciences, Lupane State University, Private Bag 170, Lupane, Zimbabwe",Zimbabwe,france.ncube257@gmail.com,NA,France Ncube,"Department of Crop and Soil Sciences, Lupane State University, Private Bag 170, Lupane, Zimbabwe",Zimbabwe,france.ncube257@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,fingernails; handwashing; hygiene behaviour; hygienic hand drying; sanitation; school children,NA,iwaponline.com +77910,10,4,https://iwaponline.com/washdev/article/10/4/862/77910/Comparative-life-cycle-assessment-of-four-commonly,"Journal of Water, Sanitation & Hygiene for Development",Comparative life cycle assessment of four commonly used point-of-use water treatment technologies,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.158/7/washdev2020158supp.docx?Expires=1706010602&Signature=edrasHTZ5rDatNh~UoioRXGs2iU0RORXMpaLf1bneSJ-MngvLfwUA6KswHIf0NmeO~enj4MJQ3ucgp58VZQecGpSKK6tIKCu8QQoLi4V8DgDwngba7i7Uy1AcnMaW62rhjgfiABi6MmEz2Q6l43qKLRzZSAZ2EGjojf5UteFzPGMUw1eFQIV33TA6~-v15cmJAw6V8AiL6t0Cs44~GDONSrn-1xW1xOIYzn-8p2zVkaqTKIpAq72XPQB1MEw~9o0HPqjmuCFR0G-~hDCjRra5LvaOnRFsarFB1mi-mQEdDeZSbhFqU3PwPX0emSjEIaGrL6SlZLtlXZOT9eNgRFDtg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Tara Walsh,"Department of Civil and Environmental Engineering, University of Connecticut, Storrs, CT 06269, USA",United States of America,tara.walsh@uconn.edu,NA,Tara Walsh,"Department of Civil and Environmental Engineering, University of Connecticut, Storrs, CT 06269, USA",United States of America,tara.walsh@uconn.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,climate change; life cycle assessment; point-of-use water treatment,NA,iwaponline.com +77727,10,4,https://iwaponline.com/washdev/article/10/4/874/77727/Performance-evaluation-of-anoxic-oxic-anoxic,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of anoxic–oxic–anoxic processes in illuminated biofilm reactor (AOA-IBR) treating septic tank effluent,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.145/7/washdev2020145supp.docx?Expires=1706093018&Signature=ZvH0n5LZjPstZ6fG7x5H6XGugJQpcRlh5ZoRLNa5lriq1UYLRGtH9KHzKQekdwaxH5ULZKe0-7Bhbnmnxhga4ZJPTfO6xs0aEQJu6hCm3babIGOKbPyJPX9VxzH~AfqcA4IdVHlOMsxbqHCV1VuvSf0ugaxqWUVgqLrIOANi80hm7H7x4bypBfad-gB11WejS3vsmyHGRZd24djDvjtQyyzy1sMdcbmJGKRrAVDWtrdG7ZDpU2tdT0AwZMb1Zw~qytFTWecivblnp4hwFg5w4pIkbbkQaar8SV~l-7u~H5kV5PPLOlz6XHy49FraMBc2r49JE50Io6R62DKczT5MKA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Sittikorn Kamngam,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Khlong Luang, Pathum Thani 12120, Thailand",Thailand,sittikornkam@gmail.com,NA,Sittikorn Kamngam,"Environmental Engineering and Management, School of Environment, Resources and Development, Asian Institute of Technology, Khlong Luang, Pathum Thani 12120, Thailand",Thailand,sittikornkam@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adsorption; kinetic model; microalgal–bacterial symbiosis; on-site sanitation system; photobioreactor; septic tank effluent,NA,iwaponline.com +76327,10,4,https://iwaponline.com/washdev/article/10/4/885/76327/Chlorine-disinfection-against-Legionella,"Journal of Water, Sanitation & Hygiene for Development",Chlorine disinfection against Legionella pneumophila biofilms,2020,FALSE,0,NA,NA,6,Abdelwahid Assaidi,"Laboratory of Bioprocess and Biointerfaces, Faculty of Sciences and Technics, Sultan Moulay Slimane University, Beni Mellal, Morocco",Morocco,NA,NA,El Mostafa Mliji,"Laboratory of Water Microbiology and Environmental Hygiene, Institut Pasteur du Maroc, Casablanca, Morocco",Morocco,mostafa.mliji@pasteur.ma,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,biofilm; chlorine disinfection; Legionella pneumophila; water distribution networks,NA,iwaponline.com +76516,10,4,https://iwaponline.com/washdev/article/10/4/894/76516/Estimating-averting-expenditure-in-domestic-water,"Journal of Water, Sanitation & Hygiene for Development",Estimating averting expenditure in domestic water use: evidence from Ghana,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.197/7/washdev2020197supp.docx?Expires=1706023775&Signature=uuZ~YV5JtnnfHDulXJln-tgoJ3WEls2AOD3WNIY2wbiHT7UwQjRi2o0ngSwnMSGRStorxVKyFs8IHGMwXenme3iJLE7LGbsV4nNVqDR5wZg7KM27wsb2rQtt3o2SYBq1FL3fqNMDYvt7s52OcC-i-bjl4wH1waALQVyIgw-DQgFZTZv1hzh9z8D6mWPqWVdY-n5Igdvg45nI2wa1x~N1ngf6zo9zR2MVVSjAdlqjPzoovEzQ2nJqFV8hq7cLnru-rwBzw8ou8wQo1aSNBCSuDOiWsf0j6~ZtLVyL9KZetwhYR6D4OKRI1vF~uxMoOq09MAIc9ozz5DZbooBxGS2xZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Anthony Amoah,"Central University, Post Office Box 2310, Accra, Ghana",Ghana,anthonyamoahgh@gmail.com,NA,Anthony Amoah,"Central University, Post Office Box 2310, Accra, Ghana",Ghana,anthonyamoahgh@gmail.com,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,averting behaviour; Ghana; safe water; SDGs; willingness-to-pay,NA,iwaponline.com +76802,10,4,https://iwaponline.com/washdev/article/10/4/905/76802/Septage-composition-and-pollution-fluxes-from,"Journal of Water, Sanitation & Hygiene for Development",Septage composition and pollution fluxes from cesspits in Palestine,2020,FALSE,0,NA,NA,4,Belal Amous,"Institute of Environmental and Water Studies, Birzeit University, P.O. Box 14, Birzeit, West Bank, Palestine",State of Palestine,NA,NA,Nidal Mahmoud,"Institute of Environmental and Water Studies, Birzeit University, P.O. Box 14, Birzeit, West Bank, Palestine",State of Palestine,nmahmoud@birzeit.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,assessment; cesspit; heavy metals; on-site; septage; total nitrogen,NA,iwaponline.com +76929,10,4,https://iwaponline.com/washdev/article/10/4/916/76929/Improving-the-hydrological-performance-of-a,"Journal of Water, Sanitation & Hygiene for Development",Improving the hydrological performance of a rainwater for drinking (RFD) system at a rural hospital in Vietnam,2020,FALSE,0,NA,NA,3,Gippeum Bak,"Department of Civil & Environmental Engineering, Seoul National University, 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,NA,NA,Mooyoung Han,"Department of Civil & Environmental Engineering, Seoul National University, 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,myhan@snu.ac.kr,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,evaluation; performance indicators; rainwater; SDG6; water supply,NA,iwaponline.com +77473,10,4,https://iwaponline.com/washdev/article/10/4/927/77473/On-site-sanitation-density-and-groundwater-quality,"Journal of Water, Sanitation & Hygiene for Development","On-site sanitation density and groundwater quality: evidence from remote sensing and in situ observations in the Thiaroye aquifer, Senegal",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.162/7/washdev2020162supp.docx?Expires=1706064939&Signature=4rwRB28u3Q2sZHeVZAjBVlQjolwzazGnP1xR3-QAcIYrooRWPvLQjPi4k7S5DwhXZvuJW6XA~2CQ4Y~WumijRLW7lAHHsHDqEvR-~L6fwWRUHoBV8UplWadHwdjy81~u7FVf3pErA3cXSFwTCySxCrveVbiRJEUYcDSwjC4w57eodoqLAhBF6ydDBwLHreCvVZB2Rk5N6sZEtQHdwhQqFL1o-2DUGt8UusbNPAHuTsZPeKuvB3XK1t4A1DBxjmU3N29O5B-ApYVaWIb9eFomU3NvHKgYDfHKHJndwhtF3f4vOuSZNzcte51DzcL3xl8LUmYeYATHjYRlQSzsE3WtAA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Mor Talla Diaw,"Geology Department, Faculty of Sciences and Techniques, Cheikh Anta DIOP University, Dakar, B.P. 5005, Dakar-Fann, Senegal",Senegal,tallamor010186@yahoo.fr,NA,Mor Talla Diaw,"Geology Department, Faculty of Sciences and Techniques, Cheikh Anta DIOP University, Dakar, B.P. 5005, Dakar-Fann, Senegal",Senegal,tallamor010186@yahoo.fr,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,faecal contamination and remote sensing; groundwater quality; on-site sanitation density; urban and peri-urban area; water supply,NA,iwaponline.com +77726,10,4,https://iwaponline.com/washdev/article/10/4/940/77726/Impact-of-community-health-promoters-on-awareness,"Journal of Water, Sanitation & Hygiene for Development","Impact of community health promoters on awareness of a rural social marketing program, purchase and use of health products, and disease risk, Kenya, 2014–2016",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.043/7/washdev2020043supp.docx?Expires=1706043796&Signature=xyk5sK1I~5YkZRPy81zOtYj-oD5KzVzHvtv43l3DjIt1dNmmX~uB-GlKsSviwvXmUu0KfobNymy-h52MW34Qr~eOW7WZKf4RLFLmPhUmOKDMXyFcfXB7HViTMIDr~JANe8p-ts-apij1~bvKvxD-Ple93WOzGhB9R-IoQZlXy3MLA7~~Mf7yUDDzXyVsUO7fm6kxuYtiTVZd10ZuAXaXkVszU1YD0bxYqZAsr-nxtYx9FSLNbR8W7w3q7jmYHfmZtfh76ZKmGYTEavfxMds0UkQPCBL68yq56MGT3H5dM5ogYImcAgdw703UaPjlluIajy9K0sgJRfVZT~R1x4CDtw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,14,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",United States of America,wox0@cdc.gov,NA,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",United States of America,wox0@cdc.gov,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,children; diarrhea; Jamii; social marketing; SWAP,NA,iwaponline.com +77658,10,4,https://iwaponline.com/washdev/article/10/4/951/77658/Water-sanitation-and-hygiene-WASH-conditions-and,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene (WASH) conditions and prevalence of office visits due to anemia: a regional-level analysis from Peru",2020,FALSE,0,NA,NA,3,Benoit Mougenot,"Facultad de Ciencias Empresariales, Universidad San Ignacio de Loyola, Lima, Peru",Peru,bmougenot@usil.edu.pe,NA,Benoit Mougenot,"Facultad de Ciencias Empresariales, Universidad San Ignacio de Loyola, Lima, Peru",Peru,bmougenot@usil.edu.pe,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,anemia; diarrhea; fresh water; parasitic; sanitation,NA,iwaponline.com +77524,10,4,https://iwaponline.com/washdev/article/10/4/959/77524/When-is-shared-sanitation-acceptable-in-low-income,"Journal of Water, Sanitation & Hygiene for Development","When is shared sanitation acceptable in low-income urban settlements? A user perspective on shared sanitation quality in Kumasi, Kisumu and Dhaka",2020,FALSE,0,NA,NA,12,Vasco Schelbert,"Department Sanitation, Water and Solid Waste for Development, Eawag – Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,vasco.schelbert@eawag.ch,NA,Vasco Schelbert,"Department Sanitation, Water and Solid Waste for Development, Eawag – Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,vasco.schelbert@eawag.ch,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,low-income urban settlements; monitoring; quality; shared sanitation; Sustainable Development Goal 6; user-centred qualitative approach,NA,iwaponline.com +77557,10,4,https://iwaponline.com/washdev/article/10/4/969/77557/Longitudinal-study-of-microbial-load-of-drinking,"Journal of Water, Sanitation & Hygiene for Development","Longitudinal study of microbial load of drinking water and seasonal variation of water quality at the point of use in food establishments of Addis Ababa, Ethiopia",2020,FALSE,0,NA,NA,6,Aderajew Mekonnen Girmay,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,NA,Aderajew Mekonnen Girmay,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Addis Ababa; drinking water; food establishment; longitudinal; microbial load; seasonal variation,NA,iwaponline.com +77659,10,4,https://iwaponline.com/washdev/article/10/4/979/77659/Immediate-influences-of-hygiene-education-sessions,"Journal of Water, Sanitation & Hygiene for Development",Immediate influences of hygiene education sessions on handwashing behaviors of selected Nepali students,2020,FALSE,0,NA,NA,6,Govinda Prasad Devkota,"Graduate School of Education, Tribhuvan University, Kathmandu, Nepal",Nepal,govindaprasad.devkota@mrc.tu.edu.np,NA,Govinda Prasad Devkota,"Graduate School of Education, Tribhuvan University, Kathmandu, Nepal",Nepal,govindaprasad.devkota@mrc.tu.edu.np,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,behavior change; handwashing with soap; hygiene education; sustainability,NA,iwaponline.com +77599,10,4,https://iwaponline.com/washdev/article/10/4/986/77599/Backpack-use-as-an-alternative-water-transport,"Journal of Water, Sanitation & Hygiene for Development","Backpack use as an alternative water transport method in Kisumu, Kenya",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.239/7/washdev2020239supp.docx?Expires=1706047006&Signature=LV-NPxyyS3XEgD0eeRdosBdiZMvUq2yNir7XtIqtjLYtpyKYYGK3byqcYAXwbhzhXc1vIFunEwyYWtKleF4tGS89YaeELuOhFLp9tvwdkKV1g2oym5EoDCwij1TExhg1niWOWcP9crS0ksyNgUBceudtYXJdU4g0fsq04rHXaidK9MwDpJjhnOlCJr1SSOfnmB822t8MlUniTCzaEcoq3aIXMhOp9V1PlMhowiOrCXZ1u8d6kHEyX6w8vfibj7ZiHrMXSAqJ5fuamxxT1GinH8JwUv~X24gK8jtOhONrIAOBufMAElrIFqLW5Zd1he~081FT2eeSGTCoXvm0I0xNcg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",United States of America,wox0@cdc.gov,NA,Sunkyung Kim,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, Atlanta, GA, USA",United States of America,wox0@cdc.gov,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,backpack; Kenya; musculoskeletal pain; water storage; water transport,NA,iwaponline.com +78139,10,4,https://iwaponline.com/washdev/article/10/4/996/78139/Reconfiguring-urban-waterscape-water-kiosks-in,"Journal of Water, Sanitation & Hygiene for Development",Reconfiguring urban waterscape: water kiosks in Delhi as a new governance model,2020,FALSE,0,NA,NA,2,Uma Dey Sarkar,"Jawaharlal Nehru University, New Delhi, Delhi, India",India,NA,NA,Bikramaditya K. Choudhary,"Jawaharlal Nehru University, New Delhi, Delhi, India",India,bkcjnu@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Delhi; urban governance; water kiosk; waterscape; water supply,NA,iwaponline.com +77765,10,4,https://iwaponline.com/washdev/article/10/4/1012/77765/Implementation-of-point-of-use-water-treatment,"Journal of Water, Sanitation & Hygiene for Development",Implementation of point-of-use water treatment methods in a rural Tanzanian community: a case study,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.141/7/washdev2020141supp.docx?Expires=1706093069&Signature=NS9oqccGnCANZuUpG3eEN~TcjwAQ9DvGDHD4PKmojWeYRa-2ln67FRkb4M5HhDPVnfH~IxHuUzCQs6ODr8OzM25yXeekGkIDiTrxS-NkD-PIEs~AGcB8KuCgs~NFR1AGmaiDI~BSFgBEaO0IMcp5quBBiOZd3uyaNrK8Y0oA3Yz3nPo8LjbtkbjlFiCEI~XIRMG602gnWKD9DOyd-s3GyQyUdZafVxPRkkMID-yqeX2I0Yz4N-F-xPevPYjI9Kq5yGQ8MyB5T5d2SrfqgdaCD3tSo7Pu82rEOt8-BkNjEX8XwGLUm-n~3ufo51LQ0IvJxfRDzK2hFjUGj5dHHcB5IA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,T. M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",United States of America,ngasalat@msu.edu,NA,T. M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",United States of America,ngasalat@msu.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Escherichia coli; household water treatment methods; rural areas; solar disinfection; Tanzania; water quality,NA,iwaponline.com +76254,10,4,https://iwaponline.com/washdev/article/10/4/1019/76254/Fertilizer-effect-of-composted-sewage-sludge-and,"Journal of Water, Sanitation & Hygiene for Development",Fertilizer effect of composted sewage sludge and cattle manure on Pelargonium growth,2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.082/7/washdev2020082supp.docx?Expires=1706022442&Signature=nrJ5AM43ZUsUqMrZR7SzLju8gDjzA1uxwO6ipKolDBBpL5U8TDduv3wM49s4EdQF61RJsNo7CbKD6~8DeY6MG8iLWYrJMMMCxoPwccm5rxfGBCZm9t2~W0Zklt9gqCz~5mzYzrgYVCjk1dKENqH-lyjc8xXP8505a1bPDL~ZI7QSOztnKvOSsyi6Wy~VJ~09Ffo2zPUIdw5jq9cdhRp4t~Bq8A5T-gWdmAXrCGXmYXGQEruai~HsGzY8vStI-0TdgYqJedD2m3g37AUP6~Ki66l-yRElVoUB-xa6ooYNt071CYr5hPdR880mj-ulKrTh8Pqfqsu7KQ2XgSXfODzl0A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Nesrine Dridi,"LR. RME-Ressources, Matériaux et Ecosystèmes, Faculty of Sciences of Bizerte, University of Carthage, Bizerte, Tunisia",Tunisia,NA,NA,Noomene Sleimi,"LR. RME-Ressources, Matériaux et Ecosystèmes, Faculty of Sciences of Bizerte, University of Carthage, Bizerte, Tunisia",Tunisia,noomene.sleimi@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,cattle manure; compost; dewatered sewage sludge; nutrients; Pelargonium inquinans,NA,iwaponline.com +77471,10,4,https://iwaponline.com/washdev/article/10/4/1026/77471/Use-of-group-maturity-index-to-measure-growth,"Journal of Water, Sanitation & Hygiene for Development","Use of group maturity index to measure growth, performance, and sustainability of community health clubs in urban water, sanitation and hygiene (WASH) program in Zimbabwe",2020,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/10/4/10.2166_washdev.2020.023/7/washdev2020023supp.docx?Expires=1706009561&Signature=uHUKgqUJ5cBvbXVqkvgV-kqU-SWWKkkvuD3lydc17k41uM2iRr9wm9pMEu74mPNC1logAj~7L2AbCqCYwrF6xRBFD-lA2LML4wlk~DWmSpqmjaFB11h1TQnplHGp~3NWXDDiQ3UXmFH0f32J1deaRRbsEyAcK4dBETwoG9x9DTbUSTlLr3~vrsjHNCCy~gYa9JGOgDbPnksYNERbipF2Ch~5brFe~qtDEyCop9tbgQxm9eR8V1nRcuvWSmxS5yZNIpe5sDk7Xd1IG~KbiVs~tUyxmdy6Fyqv2TAUfitpk2-jWlFoYpm1iKmeoKtXr1PCSeHvdCnwuySKq3q8t8uCvg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Mitsuaki Hirai,"United Nations Children's Fund (UNICEF), Harare, Zimbabwe",Zimbabwe,mhirai@unicef.org,NA,Mitsuaki Hirai,"United Nations Children's Fund (UNICEF), Harare, Zimbabwe",Zimbabwe,mhirai@unicef.org,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,community health; hygiene; hygiene promotion; WASH,NA,iwaponline.com +76082,10,4,https://iwaponline.com/washdev/article/10/4/1034/76082/Impact-of-alum-pretreatment-on-biosand-filter,"Journal of Water, Sanitation & Hygiene for Development",Impact of alum pretreatment on biosand filter performance: a commentary on Curry et al. (2020),2020,FALSE,0,NA,NA,1,Caetano C. Dorea,"Department of Civil Engineering, University of Victoria, 3800 Finnerty Rd, Victoria, BC V8P 5C2, Canada",Canada,caetanodorea@uvic.ca,NA,Caetano C. Dorea,"Department of Civil Engineering, University of Victoria, 3800 Finnerty Rd, Victoria, BC V8P 5C2, Canada",Canada,caetanodorea@uvic.ca,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,aluminium sulphate; biosand filter; headloss; pretreatment; slow sand filtration,NA,iwaponline.com +76175,10,4,https://iwaponline.com/washdev/article/10/4/1036/76175/Impact-of-alum-pretreatment-on-biosand-filter,"Journal of Water, Sanitation & Hygiene for Development",Impact of alum pretreatment on biosand filter performance: reply to Dorea's commentary on Curry et al. (2020) article,2020,FALSE,0,NA,NA,2,Kevin D. Curry,"Department of Biological Sciences, Bridgewater State University, Bridgewater, MA, USA",United States of America,kcurry@bridgew.edu,NA,Kevin D. Curry,"Department of Biological Sciences, Bridgewater State University, Bridgewater, MA, USA",United States of America,kcurry@bridgew.edu,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +78146,10,4,https://iwaponline.com/washdev/article/10/4/1037/78146/The-H-in-WASH-a-reflection-on-the-contribution,"Journal of Water, Sanitation & Hygiene for Development","The H in WASH: a reflection on the contribution, style and legacy of Professor Val Curtis",2020,FALSE,0,NA,NA,9,O. Cumming,"Department of Disease Control, London School of Hygiene & Tropical Medicine, London, UK",United Kingdom of Great Britain and Northern Ireland,oliver.cumming@lshtm.ac.uk,NA,O. Cumming,"Department of Disease Control, London School of Hygiene & Tropical Medicine, London, UK",United Kingdom of Great Britain and Northern Ireland,oliver.cumming@lshtm.ac.uk,NA,FALSE,NA,NA,NA,behaviour change; hygiene; sanitation; water,NA,iwaponline.com +78245,11,1,https://iwaponline.com/washdev/article/11/1/1/78245/Urine-treatment-by-solar-disinfection-for,"Journal of Water, Sanitation & Hygiene for Development",Urine treatment by solar disinfection for agriculture reuse purpose in a poor rural context: case of Burkina Faso,2021,FALSE,0,NA,NA,4,Drissa Sangare,"University of Man, Côte d'Ivoire, BP 20 Man, Côte d'Ivoire",Côte d’Ivoire,dsangare2012@gmail.com,NA,Drissa Sangare,"University of Man, Côte d'Ivoire, BP 20 Man, Côte d'Ivoire",Côte d’Ivoire,dsangare2012@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Escherichia coli; inactivation time; Salmonella; Solar DISinfection (SODIS); urine,NA,iwaponline.com +78380,11,1,https://iwaponline.com/washdev/article/11/1/10/78380/Modelling-behavioural-change-from-sea-based,"Journal of Water, Sanitation & Hygiene for Development","Modelling behavioural change from sea-based ‘helicopter latrines’ to land-based shared improved latrines in the Demaan, Jepara, Indonesia",2021,FALSE,0,NA,NA,4,S. Sunarti,"Department of Urban and Regional Planning, Universitas Diponegoro, Jalan Prof. Soedarto, SH Tembalang, Semarang, Central Java 50275, Indonesia",Indonesia,sunarti@pwk.undip.ac.id,NA,S. Sunarti,"Department of Urban and Regional Planning, Universitas Diponegoro, Jalan Prof. Soedarto, SH Tembalang, Semarang, Central Java 50275, Indonesia",Indonesia,sunarti@pwk.undip.ac.id,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,behaviour setting; community empowerment; sanitation; slums; sustainable behaviour,NA,iwaponline.com +78302,11,1,https://iwaponline.com/washdev/article/11/1/26/78302/Participatory-analysis-of-sustainable-land-and,"Journal of Water, Sanitation & Hygiene for Development",Participatory analysis of sustainable land and water management practices for integrated rural development in Myanmar,2021,FALSE,0,NA,NA,6,Giulio Castelli,"Department of Agriculture, Food, Environment and Forestry (DAGRI), Università degli Studi di Firenze, Via San Bonaventura, 13 50145 Firenze, Italy",Italy,giulio.castelli@unifi.it,NA,Giulio Castelli,"Department of Agriculture, Food, Environment and Forestry (DAGRI), Università degli Studi di Firenze, Via San Bonaventura, 13 50145 Firenze, Italy",Italy,giulio.castelli@unifi.it,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,erosion; expert participation; public engagement; soil and water bioengineering; water harvesting; Water Safety Plans,NA,iwaponline.com +78540,11,1,https://iwaponline.com/washdev/article/11/1/37/78540/Assessing-water-service-performances-in-rural-sub,"Journal of Water, Sanitation & Hygiene for Development",Assessing water service performances in rural sub-Saharan Africa environment: The case studies of two councils of the southern and eastern regions of the Republic of Cameroon (Central Africa),2021,FALSE,0,NA,NA,2,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box: 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,NA,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box: 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water; multi-criteria analysis; rural area; water service,NA,iwaponline.com +78648,11,1,https://iwaponline.com/washdev/article/11/1/51/78648/Understanding-the-role-of-informal-pit-emptiers-in,"Journal of Water, Sanitation & Hygiene for Development",Understanding the role of informal pit emptiers in sanitation in Nairobi through case studies in Mukuru and Kibera settlements,2021,FALSE,0,NA,NA,6,Adrian Mallory,"Cranfield University, Cranfield Water Science Institute, Cranfield, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Alison Parker,"Cranfield University, Cranfield Water Science Institute, Cranfield, UK",United Kingdom of Great Britain and Northern Ireland,a.parker@cranfield.ac.uk,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,faecal sludge management; informal sector; Kenya; pit emptiers,NA,iwaponline.com +78800,11,1,https://iwaponline.com/washdev/article/11/1/60/78800/Household-levels-of-deprivation-to-WaSH-and,"Journal of Water, Sanitation & Hygiene for Development","Household levels of deprivation to WaSH and residential conditions in slum settlements of Lagos, Nigeria",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.157/2/washdev2020157supp.docx?Expires=1706044270&Signature=TQnmxsO5v3IlBWNF33iNDGZ4cBHlgT5SuaDweKVXSyzgtWvwkaYSmBl0eg50m03VyKqhOg4-oRXSNIxkSQ2w~UjWsWO-UFtDeMLJKR6agV2AGwJmnYdfCzYUi4hvkZxffFa1kc9T5puwjKz04Wxcbbzve3s32qXzFRSbbTJEWl8LH9l5V6xvxLKDkMatud7treSGEsOnu00v0Om60~VxF~sibrgQxwUFwF6dBFqrhzRIA5ScQ8WlOclrIRJZZs9swSmugRZAXhu9vuBg58TjUPcd38DV9B~9SebTD463SeqtFLmBYhFcM2pX3FW2fwlzZ1RnD1Zfibu~mCWajSaaaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Isaiah Sewanu Akoteyon,"Department of Geography and Planning, Lagos State University, Ojo, Lagos, Nigeria",Nigeria,isaiah.akoteyon@lasu.edu.ng,NA,Isaiah Sewanu Akoteyon,"Department of Geography and Planning, Lagos State University, Ojo, Lagos, Nigeria",Nigeria,isaiah.akoteyon@lasu.edu.ng,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,environmental conditions; residential conditions; slum; slum deprivation index; sustainable development WaSH,NA,iwaponline.com +79072,11,1,https://iwaponline.com/washdev/article/11/1/75/79072/An-assessment-of-availability-of-handwashing,"Journal of Water, Sanitation & Hygiene for Development",An assessment of availability of handwashing facilities in households from four East African countries,2021,FALSE,0,NA,NA,3,Peter Kisaakye,"Department of Population Studies, School of Statistics and Planning, College of Business and Management Sciences, Makerere University, Kampala, Uganda",Uganda,pkisaakye@gmail.com,NA,Peter Kisaakye,"Department of Population Studies, School of Statistics and Planning, College of Business and Management Sciences, Makerere University, Kampala, Uganda",Uganda,pkisaakye@gmail.com,NA,TRUE,All relevant data are available from an online repository or repositories (https://dhsprogram.com/).,available in online repository,https://dhsprogram.com/,demographic and health survey; East Africa; handwashing,NA,iwaponline.com +78531,11,1,https://iwaponline.com/washdev/article/11/1/91/78531/Influence-of-multiple-uses-of-water-on-the,"Journal of Water, Sanitation & Hygiene for Development",Influence of multiple uses of water on the sustainability of communally-managed rural water supply systems in Zimbabwe,2021,FALSE,0,NA,NA,4,Tendai Kativhu,"Department of Environmental Science and Health, National University of Science and Technology, P.O. Box AC939, Ascot, Bulawayo, Zimbabwe",Zimbabwe,tendaid.kativhu@gmail.com,NA,Tendai Kativhu,"Department of Environmental Science and Health, National University of Science and Technology, P.O. Box AC939, Ascot, Bulawayo, Zimbabwe",Zimbabwe,tendaid.kativhu@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,communally-managed systems; community gardens; multiple uses of water; rural water supply; sustainability; Zimbabwe,NA,iwaponline.com +79073,11,1,https://iwaponline.com/washdev/article/11/1/102/79073/Water-quality-status-of-groundwater-and-municipal,"Journal of Water, Sanitation & Hygiene for Development","Water quality status of groundwater and municipal water supply (tap water) from Bagmati river basin in Kathmandu valley, Nepal",2021,FALSE,0,NA,NA,6,Pabitra Bhandari,"Central Department of Microbiology, Tribhuvan University, Kirtipur, Kathmandu, Nepal",Nepal,NA,NA,Bhoj Raj Pant,"Nepal Academy of Science and Technology, Khumaltar, Lalitpur, Nepal",Nepal,environmentnast@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,coliphage; fecal pollution; microbial; total coliform; water contamination,NA,iwaponline.com +79205,11,1,https://iwaponline.com/washdev/article/11/1/112/79205/Status-of-sustainable-sanitation-chain-in-rural,"Journal of Water, Sanitation & Hygiene for Development","Status of sustainable sanitation chain in rural, semi-urban, and urban regions: a case study of Maharashtra, India",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.020/2/washdev2020020supp.docx?Expires=1706017659&Signature=5AkPZnFY~U0S776x~qGCyKN1-y7PVh5ueqqdh5PqezmxIi~Vf0U2DtfT6YATlIfgLQD45waS3ZW13IzbXIs09s8ogVy0-c-fTLaEEtr7J9FUE5h7J72jUGOY39RHjxCINi9Vy1xZr06t4aigw2Ut3FvLiTm94OVQKAb947NmdtG4qeFRVFqKlMXj-nfPXo4qCuHeTkhm3-QyL7gZUOesS10X6VGx~JpIKufpex29wfZJF03-SVfozYSLwSRHeGu9a7XVlEysfuwGD3RjD4~RBDw0zow8lq-HPgV56LGFwEIbrwh13Ppk6DsyosPpS0GGQXbciuKCw6rgBRtoDkcPRg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,N. Chandana,"Centre for Technology Alternatives for Rural Areas, Indian Institute of Technology Bombay, Mumbai 400076, India",India,NA,NA,Bakul Rao,"Centre for Technology Alternatives for Rural Areas, Indian Institute of Technology Bombay, Mumbai 400076, India",India,bakulrao@iitb.ac.in,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,developing countries; faecal sludge; faecal sludge management; household survey,NA,iwaponline.com +79162,11,1,https://iwaponline.com/washdev/article/11/1/126/79162/Potential-of-ceramic-and-biosand-water-filters-as,"Journal of Water, Sanitation & Hygiene for Development",Potential of ceramic and biosand water filters as low-cost point-of-use water treatment options for household use in Nigeria,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.096/2/washdev2020096supp.docx?Expires=1706086796&Signature=nHeYlx2~n73Fp~6cJUAeG8g1r~InoMjnLUxeE879LvjMxi3S6GAmLKq3bZ-xOfzyGcEX3l41mkufaLpuQ2YAIVB~lBynDNvXGumJ3FDxN~jNgznonSWOmxixexWwY29jacw3N5hDoPWwEKSTXloHYNoIJ9E3nFzZ3ZqsB~kD5fHFyNH8G7XSdeREq8srBV09qkbBub7GOqi27fXUxv8IqeBbZxXj0hRrU3AJ6PicImZp69-mDW4pTApCJgkf8SlDESghhAZ0WrHSpaGEdN7LV2Mqv4hQt-0SjcPirpGF4xDY69NLRWMvfWkRBzeyYeTT3bV09Voc~E5dIOkICc72xA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Ebele Erhuanga,"Department of Industrial Design, Federal University of Technology Akure, Akure, Nigeria",Nigeria,eaerhuanga@futa.edu.ng,NA,Ebele Erhuanga,"Department of Industrial Design, Federal University of Technology Akure, Akure, Nigeria",Nigeria,eaerhuanga@futa.edu.ng,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,biosand water filters; clay water filters; household water treatment; rural and urban Nigeria; safe drinking water; UNICEF Nigeria,NA,iwaponline.com +79187,11,1,https://iwaponline.com/washdev/article/11/1/141/79187/Association-between-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Association between water, sanitation, and hygiene practices (WASH) and anthropometric nutritional status among selected under-five children in rural Noakhali, Bangladesh: a cross-sectional analysis",2021,FALSE,0,NA,NA,9,Susmita Ghosh,"Noakhali Science & Technology University, Noakhali, Bangladesh",Bangladesh,susmita.dristy@gmail.com,NA,Susmita Ghosh,"Noakhali Science & Technology University, Noakhali, Bangladesh",Bangladesh,susmita.dristy@gmail.com,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,Bangladesh; hygiene and sanitation practice; nutritional status; under-five children,NA,iwaponline.com +79188,11,1,https://iwaponline.com/washdev/article/11/1/152/79188/Freshwater-requirement-to-attain-open-defecation,"Journal of Water, Sanitation & Hygiene for Development",Freshwater requirement to attain open-defecation-free status in Nigeria by 2025,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/1/10.2166_washdev.2020.135/2/washdev2020135supp.docx?Expires=1706086582&Signature=iN4pl4l78GJI8GHwZiXF1vLbFITXzCk51QfNfTAT4ghCttYLcO5e4XXuBNmiFuDhvxdLkx5rdWxSp4IW-ULES89K8hpCztUfHmKhb9RpYJwZkTQramqjfxbRoW8SrFVGt9YlxOcDqdDNZId5y8ifwtsanWVORtMhBkYf-cpgoakUeIQ-JfDXhisTleluFuKtw3RHsNwnmI3mf-lHHg528SDtptErErfaCmoRNnj7qJXCTMkj2t8yDLVpDdbTXfJsza1dm6BSYfgs5Yu-XeiX908Kr4sAqX5vEDi7POU2LDjg0TTD-AKN9mWDIo7Kmmt93uq5prKuTsJEX9KteLSP6A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,O. Adeoti,"Department of Agricultural and Bio-Environmental Engineering, The Federal Polytechnic, Ado Ekiti, Ekiti State, Nigeria",Nigeria,NA,NA,B. S. Awe,"Department of Agricultural and Bio-Environmental Engineering, The Federal Polytechnic, Ado Ekiti, Ekiti State, Nigeria",Nigeria,awebanjisam@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,freshwater requirement; Nigeria; open defecation; sanitation; SDGs,NA,iwaponline.com +79189,11,1,https://iwaponline.com/washdev/article/11/1/165/79189/Hand-hygiene-innovation-for-low-income-households,"Journal of Water, Sanitation & Hygiene for Development",Hand hygiene innovation for low income households in India,2021,FALSE,0,NA,NA,10,Walter T. Gibson,"Bear Valley Ventures Ltd, Utkinton Lane, Cotebrook, Tarporley, Braeside, CW6 0JH, UK",United Kingdom of Great Britain and Northern Ireland,waltergibson@bearvalleyventures.com,NA,Walter T. Gibson,"Bear Valley Ventures Ltd, Utkinton Lane, Cotebrook, Tarporley, Braeside, CW6 0JH, UK",United Kingdom of Great Britain and Northern Ireland,waltergibson@bearvalleyventures.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,diarrhoea prevention; hand hygiene; user-centred innovation,NA,iwaponline.com +79190,11,1,https://iwaponline.com/washdev/article/11/1/173/79190/Improving-students-knowledge-of-puberty-and,"Journal of Water, Sanitation & Hygiene for Development",Improving students' knowledge of puberty and menstruation in rural Zimbabwe: an evaluation of Sesame Workshop's Girl Talk program,2021,FALSE,0,NA,NA,5,Daniel Light,"Education Development Center, New York, NY 10014, USA",United States of America,dlight@edc.org,NA,Daniel Light,"Education Development Center, New York, NY 10014, USA",United States of America,dlight@edc.org,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,adolescent health; hygiene; menstruation; puberty; Zimbabwe,NA,iwaponline.com +80712,11,2,https://iwaponline.com/washdev/article/11/2/iii/80712/Editorial-Important-news-about-this-journal,"Journal of Water, Sanitation & Hygiene for Development",Editorial: Important news about this journal,2021,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +79208,11,2,https://iwaponline.com/washdev/article/11/2/179/79208/Rapid-evidence-assessment-of-the-impacts-of,"Journal of Water, Sanitation & Hygiene for Development","Rapid evidence assessment of the impacts of sewerage, drainage, and piped water chlorination in urban settings of low- and middle-income countries",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2020.256/1/washdev2020256supp.docx?Expires=1706009907&Signature=0S-CYOFlRxoNpH2mtlMj89U66TYQvY04vw2WpG6dzRIG4fkoUjST3uvRNjEhm11dIX5OR5D5X~hqWg3x9EvMPmyNrg0A29kybEgmADjxNaOE0XjRo8dRWhCSkCHLBFO1-CHZrSAi9qSp4BYIPPJcio-s4EYV6CncSfNL9P4zpJgiU5pet1vvcjGgNooCs1haxSHscasqD4p-v1~ngTSschBQrxZoG6oiFEGrB3pMrj1DsTuLbwyJNOpgTEV5w2bHSYJkNVPx95st14w7Hic22ExTUMfHmyAcTHDWJJQEOmqeuTz20F5DTaSwFkc43fxxUG4tMOHslPYxmqv-ApODng__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Sridevi K. Prasad,"International Initiative for Impact Evaluation, 1020 19th St NW, Suite 400, Washington, DC 20036, USA",United States of America,sprasad@3ieimpact.org,NA,Sridevi K. Prasad,"International Initiative for Impact Evaluation, 1020 19th St NW, Suite 400, Washington, DC 20036, USA",United States of America,sprasad@3ieimpact.org,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,chlorination; drainage; impact; LMIC; sewerage; WaSH,NA,iwaponline.com +79764,11,2,https://iwaponline.com/washdev/article/11/2/195/79764/Understanding-values-of-sanitation-users-examining,"Journal of Water, Sanitation & Hygiene for Development",Understanding values of sanitation users: examining preferences and behaviors for sanitation systems,2021,FALSE,0,NA,NA,5,Zakiya A. Seymour,"Georgia Institute of Technology, 2839 Paces Ferry Rd SE Suite 900, Atlanta, Georgia 30339, USA",United States of America,zakiya.seymour@arcadis.com,NA,Zakiya A. Seymour,"Georgia Institute of Technology, 2839 Paces Ferry Rd SE Suite 900, Atlanta, Georgia 30339, USA",United States of America,zakiya.seymour@arcadis.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,sanitation adoption; systematic behavioral changes,NA,iwaponline.com +80098,11,2,https://iwaponline.com/washdev/article/11/2/208/80098/Decision-support-system-for-selection-of,"Journal of Water, Sanitation & Hygiene for Development",Decision support system for selection of appropriate water supply and sanitation technologies in developing countries,2021,FALSE,0,NA,NA,2,Ali Bouabid,"Industrial and Systems Engineering Department, Khalifa University, Abu Dhabi, United Arab Emirates",United Arab Emirates,ali.bouabid@ku.ac.ae,NA,Ali Bouabid,"Industrial and Systems Engineering Department, Khalifa University, Abu Dhabi, United Arab Emirates",United Arab Emirates,ali.bouabid@ku.ac.ae,NA,TRUE,All relevant data are available from an online repository or repositories (https://data.mendeley.com/datasets/2szmr4tg3z/2).,available in online repository,https://data.mendeley.com/datasets/2szmr4tg3z/2,community capacity assessment; decision support system; Sustainable Development Goals; sustainable infrastructure; water and sanitation systems; digitalwatercollection; digitalwatertechniques,NA,iwaponline.com +79207,11,2,https://iwaponline.com/washdev/article/11/2/222/79207/What-factors-determine-the-technical-performance,"Journal of Water, Sanitation & Hygiene for Development",What factors determine the technical performance of community-managed rural water systems in the middle hills of Nepal?,2021,FALSE,0,NA,NA,4,Raj K. GC,"School of Public and International Affairs (SPIA), Virginia Tech, Blacksburg, VA, USA",United States of America,rajgc@vt.edu,NA,Raj K. GC,"School of Public and International Affairs (SPIA), Virginia Tech, Blacksburg, VA, USA",United States of America,rajgc@vt.edu,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,duration of water system breakdown; gravity-fed water system; hierarchical regression model; Nepal; productive income; sustainable,NA,iwaponline.com +79881,11,2,https://iwaponline.com/washdev/article/11/2/231/79881/Models-for-forecasting-water-demand-using-time,"Journal of Water, Sanitation & Hygiene for Development",Models for forecasting water demand using time series analysis: a case study in Southern Brazil,2021,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.208/2/washdev2021208supp.pdf?Expires=1706093168&Signature=Dv~lK0DeugO3Zd2yRjI-GFmcNT895kdzBe-YEeA3ZUfeBKG2g-XcSKUZfjV5fZBpMu2IVMGtRjyhNg2i0ijMH3ARoHhi5D-GHa87FDHt7JKvbLwVLuZ6ZnM9YlrooYVgAz8eTgpLQ7ovgCQ~500JOJI6C9pJT~3aurxlVWmcYPASaQ3q5fjtm4bjn-V5c7xDHR9oDveyKgcXfHwO0A1mx1pWTBnBj7rzjo~3mB4~SHn6C3tfk2s465z5I1xeEozNu~Bep8Nvlla7ePeJQJxzI~gtomL3PA3k1LreC8MgEGPlscbOn8zalcQTYX9wFeVxy34vTks751rPydDY8rSMZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Danielle C. M. Ristow,"Civil Engineering Department, Santa Catarina State University, Joinville, Brazil",Brazil,NA,NA,Elisa Henning,"Mathematics Department, Santa Catarina State University, Joinville, Brazil",Brazil,elisa.henning@udesc.br,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,ARIMA; exponential smoothing; forecasting water demand; time series; digitalwatercollection; digitalwatertechniques,NA,iwaponline.com +79282,11,2,https://iwaponline.com/washdev/article/11/2/241/79282/Spatial-arrangement-of-well-and-latrine-and-their,"Journal of Water, Sanitation & Hygiene for Development","Spatial arrangement of well and latrine and their influence on water quality in clayey soil – a study in low-income peri-urban neighborhoods in Lichinga, Mozambique",2021,FALSE,0,NA,NA,4,Beni Jequicene Mussengue Chaúque,"Department of Microbiology, Immunology and Parasitology, Institute of Basic Health Sciences, Universidade Federal do Rio Grande do Sul, Sarmento Leite Street, N° 500, Porto Alegre, Rio Grande do Sul 90050-170, Brazil",Brazil,NA,NA,Marilise Brittes Rott,"Department of Microbiology, Immunology and Parasitology, Institute of Basic Health Sciences, Universidade Federal do Rio Grande do Sul, Sarmento Leite Street, N° 500, Porto Alegre, Rio Grande do Sul 90050-170, Brazil",Brazil,marilise.rott@ufrgs.br,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,distance from the latrine; fecal coliforms; fecal contamination; latrines; shallow domestic wells; well location,NA,iwaponline.com +80195,11,2,https://iwaponline.com/washdev/article/11/2/255/80195/Water-sanitation-and-hygiene-for-schistosomiasis,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene for schistosomiasis prevention: a qualitative analysis of experiences of stakeholders in rural KwaZulu-Natal",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.182/1/washdev2021182supp.docx?Expires=1706069973&Signature=3hXJC~ao1mUQduOnLe91Nh83PqHuIDncPW6Ez5XgGZJlL4yPVtQRNBgIq8h0K0TZwgAILHwyUOtzk9YG1TARdUF2KjlVQK9hAlqWPjExJGF1-NtXYQo7WaRQe5jtiCSh8AK5AJuVUGDA96lwj2TrM57iOuWHZ26mTqUvyz1zfitu2~gz7HbcVicWO8O~-AcKbEqxhorE4bLh0CrnVFishap2kX6bVi3xdfLiutAIsUaHOHcOY-aQ5ZhdcCv90ogtD4GVlzYag-kWlq7kzd7ogUEiZjjRnPqsXz3L-oCBw44CeKWIyMI7Ze6ez2ZKMXisKz2t0Uh5WfyvdjlbADYbMg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Chanelle Mulopo,"School of Nursing and Public Health, College of Health Sciences, University of KwaZulu-Natal, Howard Campus, Durban 4001, South Africa",South Africa,cmulopo@gmail.com,NA,Chanelle Mulopo,"School of Nursing and Public Health, College of Health Sciences, University of KwaZulu-Natal, Howard Campus, Durban 4001, South Africa",South Africa,cmulopo@gmail.com,NA,TRUE,All relevant data are available from an online repository or repositories (https://drive.google.com/drive/folders/1BdEqT5lw2TracHRIlrakfoWUMRMYWAca?usp=sharing).,available in online repository,https://drive.google.com/drive/folders/1BdEqT5lw2TracHRIlrakfoWUMRMYWAca?usp=sharing,hygiene; knowledge; practices; schistosomiasis; water,NA,iwaponline.com +80316,11,2,https://iwaponline.com/washdev/article/11/2/271/80316/Bacteriological-and-physicochemical-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Bacteriological and physicochemical quality of drinking water in Kobo town, Northern Ethiopia",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.218/1/washdev2021218supp.docx?Expires=1706086775&Signature=YpZ-xTo3HkW5B24pjOcnT12fhyBWmjRNXpJ5fWXjj2BQojV2CGEtY8p-zSQ90sBK2pgRGmsL1~UzjVTAShZd9wN0ffZYnWa2ccTBUh0GZf17QQ7aUWrZ2hyrlrL5RxYu7FHq5oV00WdqQ7ObJSmYcoZnRn6pnBYZcAGj~RQ-cSr8xY2Npn6YGwyV8upQa~kf7MPvGaSpQ5a5CR6mvfbxZCHGWBwdhVPWJpe68Bf0YLuMFuR5-fYMu3-E0lsUqTfrCVez1PwrwkQos8CIDGgDyHKA1ryY1JCld9~UkMPc1SuJjCVMofNX~pcSzsf2IJzbY0yUeRBEzc0PxAutGhrmbQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O.box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,NA,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O.box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,bacteriological quality; coliforms; drinking water; Kobo town; physicochemical parameters,NA,iwaponline.com +80315,11,2,https://iwaponline.com/washdev/article/11/2/282/80315/Evaluation-of-willingness-to-pay-toward-improving,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of willingness to pay toward improving water supply services in Sebeta town, Ethiopia",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/2/10.2166_washdev.2021.204/1/washdev2021204supp.docx?Expires=1706093186&Signature=QM2viAtydUc2rcx1aABsizJtrUxNh1IQ2mlwWTWV426PYwAaa5xIek8CjMbzp0ESWzanuG7cvJXYhtDrHX0Eof9W4-AnIlh3n6n1d1~PuykrSv2PNu6eZgJi0f5ElhYVNmE5-A2JdRryFy~RG969Eb5CqOAT7b-g91uLl~OzUxCUYpW796~hORdN9tPLn-4Ms4Ffu7ANgW80YL1b2gombnjUOa5j0MNFMqTzY3UMppcXLRlKCg3aoKy5eA4r1jLYMN9jY5Dp~1POlo2PD4zE0cXGe4y0aPxrkTPlcSYEX-nVCxxXr2dOuAR9gL0zS~I7nR5gAHCmBdWGg-74uN4bdQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Hosea Mutanda Eridadi,"Africa Center of Excellence for Water Management, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia",Ethiopia,hoseamaka@gmail.com,NA,Hosea Mutanda Eridadi,"Africa Center of Excellence for Water Management, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia",Ethiopia,hoseamaka@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,binary logistic model; contingent valuation; water supply; WTP,NA,iwaponline.com +80344,11,2,https://iwaponline.com/washdev/article/11/2/295/80344/Capturing-menstrual-health-and-hygiene-in-national,"Journal of Water, Sanitation & Hygiene for Development","Capturing menstrual health and hygiene in national surveys: insights from performance monitoring and accountability 2020 resident enumerators in Niamey, Niger",2021,FALSE,0,NA,NA,8,Elizabeth Larson,"Department of Population, Family and Reproductive Health, Johns Hopkins Bloomberg School of Public Health, Baltimore, MD, USA",United States of America,NA,NA,Julie Hennegan,"Department of Environmental Health and Engineering, Johns Hopkins Bloomberg School of Public Health, Baltimore, MD, USA",United States of America,julie.hennegan@burnet.edu.au,NA,TRUE,PMA2020 data is publicly available for request from the website: https://www.pmadata.org/data. Qualitative data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,measurement; menstrual health; menstrual hygiene; national monitoring; outcome assessment; survey,NA,iwaponline.com +80254,11,2,https://iwaponline.com/washdev/article/11/2/304/80254/Impact-of-cyclone-Amphan-on-the-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Impact of cyclone Amphan on the water, sanitation, hygiene, and health (WASH2) facilities of coastal Bangladesh",2021,FALSE,0,NA,NA,3,Nazifa Rafa,"Environmental Sciences Program, Asian University for Women, 20 M. M. Ali Road, Chattogram, Bangladesh",Bangladesh,NA,NA,Sayed Mohammad Nazim Uddin,"Environmental Sciences Program, Asian University for Women, 20 M. M. Ali Road, Chattogram, Bangladesh",Bangladesh,sayed.uddin@auw.edu.bd,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Amphan; inequalities and insecurity; natural disaster; risks; hazards; and vulnerabilities; service delivery; water; sanitation; hygiene; and health (WASH2),NA,iwaponline.com +80430,11,2,https://iwaponline.com/washdev/article/11/2/314/80430/Cancer-risk-assessment-and-modeling-of-groundwater,"Journal of Water, Sanitation & Hygiene for Development","Cancer risk assessment and modeling of groundwater contamination near industrial estate, Lahore, Pakistan",2021,FALSE,0,NA,NA,3,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,NA,Muhammad Irfan Jalees,"Institute of Environmental Engineering and Research, University of Engineering and Technology, Lahore 54890, Pakistan",Pakistan,irfan611@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,correlation; heavy metals; risk assessment; source; statistical modeling,NA,iwaponline.com +79268,11,2,https://iwaponline.com/washdev/article/11/2/327/79268/Water-sanitation-and-hygiene-coverage-and,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene coverage and practices of a semi-arid county in the Eastern region of Kenya",2021,FALSE,0,NA,NA,4,Kioko Kithuki,"Amref Health Africa, Nairobi, Kenya",Kenya,NA,NA,Yvonne Opanga,"Amref Health Africa, Nairobi, Kenya",Kenya,yvonne.opanga@amref.org,NA,TRUE,All relevant data are included in the paper or in its Supplementary Information.,in paper,NA,hygiene; sanitation; semi-arid; water,NA,iwaponline.com +81332,11,3,https://iwaponline.com/washdev/article/11/3/335/81332/Improved-and-promising-fecal-sludge-sanitizing,"Journal of Water, Sanitation & Hygiene for Development",Improved and promising fecal sludge sanitizing methods: treatment of fecal sludge using resource recovery technologies,2021,FALSE,0,NA,NA,3,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, University of Science and Technology, Beijing Xueyuan 30, Beijing 10003, China",China,aaz4ev@gmail.com,NA,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, University of Science and Technology, Beijing Xueyuan 30, Beijing 10003, China",China,aaz4ev@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,fecal sludge; lactic acid treatment; lime treatment; solar septic tank; volatile fatty acid treatment,NA,iwaponline.com +79206,11,3,https://iwaponline.com/washdev/article/11/3/350/79206/Does-poor-mental-health-change-the-influence-of,"Journal of Water, Sanitation & Hygiene for Development",Does poor mental health change the influence of interventions on handwashing in a vulnerable population of rural Malawi? The key role of emotions,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2020.107/1/washdev2020107supp.docx?Expires=1706093214&Signature=P~GOHKeoZJKPVqm0TYSfHUMmihmFZjP6lwJHXdC6WQ9vYuFjfSA1~UgnGtKjq~GKstuyE0p-xNzDGeAmIvOuqh7X-kBDagP54-wFC-1LqUjthtZJWV4PZbNCy7hjbRfSzc-JOey9EyrwPjo7q7Ap3EjLUpUN2azdj~o9dD2QHtM2HERnL0SipmQEDrsBnB0CI5YAV5qRGIs5Dmf9hPdtFBi4EPQBtaB3XC1vujzDuLpkLoDM50EsK-XqVhD5tqMcnNwIqQorUOLt-5lJCvy9WthsbJfJXWvB29xbEXVcHPKu5bBBidjG8dX3hlJ19sbV9Br~nJp4FCuJ5uOoiMYlyw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Jurgita Slekiene,"Department of Environmental Social Sciences, EAWAG, Swiss Federal Institute of Aquatic Science & Technology, Uberlandstrasse 133, CH-8600 Dubendorf, Switzerland",Switzerland,jurgita.slekiene@eawag.ch,NA,Jurgita Slekiene,"Department of Environmental Social Sciences, EAWAG, Swiss Federal Institute of Aquatic Science & Technology, Uberlandstrasse 133, CH-8600 Dubendorf, Switzerland",Switzerland,jurgita.slekiene@eawag.ch,NA,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.6084/m9.figshare.13166612.v2).,available in online repository,https://doi.org/10.6084/m9.figshare.13166612.v2,behavior change; emotions; handwashing with soap; mental health; RANAS; WASH,NA,iwaponline.com +80627,11,3,https://iwaponline.com/washdev/article/11/3/362/80627/An-evaluation-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","An evaluation of water, sanitation, and hygiene status and household assets and their associations with soil-transmitted helminthiasis and reported diarrhea in Nueva Santa Rosa, Guatemala",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.160/1/washdev2021160supp.docx?Expires=1706162683&Signature=j29JDZfxpCX1GwVLk6EdpHN-MY-tQ3t6CLmDZDiPnCyKW81hkBme0rifpfShrqTaeyY63ktPDFyTzJkFOiOeAnkWpkYAwM8R8PXxVqYcahrn11CevAJBDHVztfclObQobubYdVQnNozvV09g7i9OVXwgoYm7V1bBeVwUgePYqNMOTYmYEX~AH-3KoyQbXfeCg35d32qbcV5li5uc4h-eQDb7AECwxaKVQ9mVcYjNeEA09kkLKrAUbKC-hdPk9Q-Q9r16FmZyCuKBwgbAbHs5JABdyzKroGfQNJ7abHKaJTlGryI8RuKTFI3Oyn-d6RbgCQmAw3ch1GjiXFIqxweTlQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,16,Gouthami Rao,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention (CDC), Atlanta, GA 30329, USA",United States of America,www8@cdc.gov,NA,Gouthami Rao,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention (CDC), Atlanta, GA 30329, USA",United States of America,www8@cdc.gov,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,diarrhea; Guatemala; hygiene; sanitation; soil-transmitted helminths; water,NA,iwaponline.com +80556,11,3,https://iwaponline.com/washdev/article/11/3/374/80556/Effectiveness-of-solar-disinfection-for-household,"Journal of Water, Sanitation & Hygiene for Development",Effectiveness of solar disinfection for household water treatment: an experimental and modeling study,2021,FALSE,0,NA,NA,4,Md. Rezaul Karim,"Civil and Environmental Engineering, Islamic University of Technology (IUT), Board Bazar, Gazipur, Bangladesh",Bangladesh,rezaulmd@gmail.com,NA,Md. Rezaul Karim,"Civil and Environmental Engineering, Islamic University of Technology (IUT), Board Bazar, Gazipur, Bangladesh",Bangladesh,rezaulmd@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,bacterial inactivation; PET bottle; plastic bag; safe exposure time; solar disinfection (SODIS); Weibull model,NA,iwaponline.com +80656,11,3,https://iwaponline.com/washdev/article/11/3/386/80656/The-cultural-economy-of-human-waste-reuse,"Journal of Water, Sanitation & Hygiene for Development","The cultural economy of human waste reuse: perspectives from peri-urban Karnataka, India",2021,TRUE,3,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.196/1/washdev2021196supp1.docx?Expires=1706093229&Signature=OnJZNW0lAeFJ7ekly49GTC3sFZXXq17GCfbUGZCOWKbsr6eWvlphzNO5Ag23AvSIoMhcE5uWGwEDsobBVwQa~Ae46wnVQ5DVNXiN2jLW6fAtsOz0Fysucg0LPZLVCEjvoScjxFhABPzkhi2gZU5P0w1DncVyMklv-BfamAzCaVwo5HwraQ0LUhY55-2ys3RqJliuwdqRPdn6yKzDZ0WRc8t04lEys~yyWFSpQF3ne1-ya0Zb-SoaOM2Leo5p8SArs9XqkqTztVrTBP1~bLGJt2BFJGFZ9WNm8ViSz~aeI85CUggSzLkZG4if4R8EF-aMy8tymOxbXRVyqTGVjRww7w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.196/1/washdev2021196supp2.docx?Expires=1706093229&Signature=svGLXVAU1skxS~vgIlFxQr6vlsKWDNGj4U06jZU8xxbLwQw8qG-vrbHLL9jQ5DN8HecgLUQPCq~ubPuqZQLwCt19M1s7d75DUK~8x39152yd1hFMLl~qB14b0vCHZdMuDC9-13akM33-OzpXg1OEBhh-HJoFtqD2EIOOZBux3jbWwlvFU9iYUtoljaW66EnboCTXoJDI~MWhO0U5woihSSZvk2j4H4URwPaW-mjWKPyuawj7a6q6v~thU4Y7AMEFMPJMc-zmkzzMNjIYDfkyRI2Jupdqufofpxh4uwmInz3km~6ny33zDiR-I5oXQuuvxKejTtLJDbBgXwYub8-xYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.196/1/washdev2021196supp3.docx?Expires=1706093229&Signature=zYpd3Gaf0AfOoDsBmlkQIfrFdpwhEtbctLIU8pgmkKJIQk-I095odEIZaiOCiy2PfERTT2Y8GaGKy-KEFLG9~UUHH~PvWuKGMcBcYaPpvqtVIkLNPvaH56vXDidaTcjXPfbPFaWpkdjvMw~~xJxZh9ip5qKFje7PJQHLB7ke4vg8BisISL4AIKt2w8DVgvsYZDj~q1hZtNvjg-ES5oLG4DrIEJ58oWD0TP219axtUAaNbaASALtAMlOyjy3ew58l8ATTtnHKKVoDnWnEoHdDJOn6xE~e8QGMjiHPMgTT5Sk5X-C~8rcTi-MykPYDOVTGJxq1CjaQs4~QQsiLIJguaA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Zachary Burt,"Athena Infonomics, Washington, DC, USA",United States of America,zzburt@gmail.com,NA,Zachary Burt,"Athena Infonomics, Washington, DC, USA",United States of America,zzburt@gmail.com,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,caste; fecal sludge; human waste management; preference model; resource recovery and reuse,NA,iwaponline.com +81401,11,3,https://iwaponline.com/washdev/article/11/3/398/81401/Evaluation-of-water-sanitation-and-hygiene-status,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of water, sanitation and hygiene status of COVID-19 healthcare facilities in Ghana using the WASH FIT approach",2021,TRUE,4,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp1.docx?Expires=1706093233&Signature=p~mVcEcfRJ~kwn5~2Vnj7esga2dQVnYCXBAj1QT1-iiIYDnQMfC9d30aF3-lRRdePq0Dyz5-0Gy7ILEKI7LG~28WGIYTEgaqjLx0lGIkCHoMUwNw5N8L2sZ9CCLMvjVwsE~F4ms8gROQMcYqpu8wae4funG1BHc3j66dJjHYzZextYjvdbtryJdDfuMNmUMxaLCd32Hpz2CyiFVlJrhia2GLVD~nMEbm7sq~GjUcNSx~RGAbOCL8XrD55GTRA5OjjUSaUA95wLL1~gHe66P4fLpkVWt7~jMydNmbGdbDrHXI~a9cTD5T9HXvxhKOeSd3yn52hUMk6TeFsn8fHVcNtQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp2.docx?Expires=1706093233&Signature=gKgoo84LK3X5BEDME-fgVakcKFic4uUbx1-RNzyFbB4fUbUg7Ri75F2jASfEIeu~wVLqg7BQ3hmSgetaUdt0Z8wB4Mv9-H6JgIL3wMYOiSbjbScaU~gxSRU2wGEaIy19-Nz72nTGWNWyTuzO7luy41NcHiVQz4~uV0RvXjB2ssROD9zFP3zinlUhoesvHc8uDO58xBVZ-8qSaCPFslLTErmB7uAVT3DK099p7x8tVE~mXZcULHxLnJO4DRbJ5yl2MicO4n2PuRXJgu4-feJRbECsgEQ~uGS3eO~lXFGRh8u~OhfpGGf7fMg2EG-XDxc-Ew7csJGiSTnCOF8NlG8sdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp3.docx?Expires=1706093233&Signature=O1xe0jMhZLGovBU9g7UVLyYFjGjDPEOBGu2BK1iz4GHw600B~xt90S5ja3y4C92Z26z5utXFZtyCtZ8SMES8cYVa2PtxspdTWiziW1G3BJYaHW4q7qk4ylzJfNO~UUBrAee6q8WHo6zxRpZsGqz5gwwndRgLn8GbkBmyWADmaFY5j70IAtVP35GJc9p0lfA4hZoDX1jg~-UAJHrIhj6ZRswILTSVSMKbdGEMGnZnuwHzPNNlLNVG-5r2RAFbN6g9vxT7f3WM3XZSq2MZgYZm234WrIbUY5PY-Oy7ul13ac3lNPwwazquELjrCenIU0EcAHJuXykqwkts8GJo9oG7fg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp4.docx?Expires=1706093233&Signature=0kEuhdHUdiSj6ZCsHoTXQo4ksTANJjwbpU9eOAU9KKng3ADMers3DK8XUo4wUvUe38E1QFrDOLaZmsHxSQcIxnUhhyfYiRILdOCbNXG6MJE20nDh5J5Js3Ckk-Z5Ckmr5EpOZ1QFcokstuNMPZOxbQFUCm4ePY0IYdMdr6MUwbXEDzw4l7tOmj1brJbYBd0TyNfsokYE2NSaFjYc~btJyslBjL6Uo3a5Idys-AAHEhQLBYKgjaoEko50dpfGZz3~IUqdMsKOWojS3Pns~FmFrb9TjqPoo9O0piZVtSQltCu7Wb3D50dUqIE02Y7z6XFMRZN3O9cZadnmI-k19nuhKA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,15,Mary Eyram Ashinyo,"Institutional Care Division, Ghana Health Service Headquarters, Accra, Ghana",Ghana,mary.ashinyo@ghsmail.org,NA,Mary Eyram Ashinyo,"Institutional Care Division, Ghana Health Service Headquarters, Accra, Ghana",Ghana,mary.ashinyo@ghsmail.org,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,COVID-19; Ghana; healthcare facilities; healthcare quality and safety; infection prevention and control; WASH,NA,iwaponline.com +81233,11,3,https://iwaponline.com/washdev/article/11/3/405/81233/Prevalence-of-water-borne-diseases-in-western,"Journal of Water, Sanitation & Hygiene for Development",Prevalence of water-borne diseases in western India: dependency on the quality of potable water and personal hygiene practices,2021,FALSE,0,NA,NA,6,Koustubh Karande,"Mumbai Zonal Centre, CSIR-National Environmental Engineering Research Institute (NEERI), 18/B, Dr A B Road, Worli, Mumbai 400018, Maharashtra, India",India,NA,NA,Shalini Tandon,"Mumbai Zonal Centre, CSIR-National Environmental Engineering Research Institute (NEERI), 18/B, Dr A B Road, Worli, Mumbai 400018, Maharashtra, India",India,tandon.shalini@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,personal hygiene; regression; water-borne diseases; water quality,NA,iwaponline.com +80750,11,3,https://iwaponline.com/washdev/article/11/3/416/80750/Assessment-of-microbiological-and-physico-chemical,"Journal of Water, Sanitation & Hygiene for Development","Assessment of microbiological and physico-chemical characterıstics of water samples in households of Bangalore city, Karnataka, India",2021,FALSE,0,NA,NA,3,Jessen George,"Rev. Jacob Memorial Christian College, Ambilikkai 624612, Oddanchatram, Dindigul (Dist), Tamilnadu, India",India,georgejessen@gmail.com,NA,Jessen George,"Rev. Jacob Memorial Christian College, Ambilikkai 624612, Oddanchatram, Dindigul (Dist), Tamilnadu, India",India,georgejessen@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,coliforms; Enterobacteriaceae; health hazard; HPC; MPN; water quality,NA,iwaponline.com +81270,11,3,https://iwaponline.com/washdev/article/11/3/423/81270/Classifying-household-water-use-into-indoor-and,"Journal of Water, Sanitation & Hygiene for Development","Classifying household water use into indoor and outdoor use from a rudimentary data set: a case study in Johannesburg, South Africa",2021,FALSE,0,NA,NA,3,Bettina Elizabeth Meyer,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,bebotha@gls.co.za,NA,Bettina Elizabeth Meyer,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,bebotha@gls.co.za,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,end-use events; low resolution data; residential water demand; water classification models,NA,iwaponline.com +81373,11,3,https://iwaponline.com/washdev/article/11/3/432/81373/Virulence-associated-factors-in-bacteria-from,"Journal of Water, Sanitation & Hygiene for Development","Virulence associated factors in bacteria from water bodies in Belém, Pará, Brazil: bacteriological composition and threat to public health",2021,FALSE,0,NA,NA,7,Lucas Monteiro da Trindade,"Environmental Microbiology Laboratory, Evandro Chagas Institute, Ananindeua, Brazil",Brazil,lukas.trindade23@gmail.com,NA,Lucas Monteiro da Trindade,"Environmental Microbiology Laboratory, Evandro Chagas Institute, Ananindeua, Brazil",Brazil,lukas.trindade23@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,microbiological indicators; pathogenic bacteria; surface water; water pollution,NA,iwaponline.com +80915,11,3,https://iwaponline.com/washdev/article/11/3/442/80915/Hand-hygiene-and-safety-behaviours-at-shopping,"Journal of Water, Sanitation & Hygiene for Development",Hand hygiene and safety behaviours at shopping centres in COVID-19: an observation in Wa township in Ghana,2021,FALSE,0,NA,NA,3,Nicholas Fielmua,"Department of Planning, Faculty of Planning and Land Management, University of Business and Integrated Development Studies, Wa, Ghana",Ghana,nfielmua@uds.edu.gh,NA,Nicholas Fielmua,"Department of Planning, Faculty of Planning and Land Management, University of Business and Integrated Development Studies, Wa, Ghana",Ghana,nfielmua@uds.edu.gh,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,COVID-19; handwashing practices; mouth-and-nose masks; shopping centres; Wa – Ghana,NA,iwaponline.com +81271,11,3,https://iwaponline.com/washdev/article/11/3/453/81271/An-association-between-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","An association between water, sanitation, and hygiene (WASH) and prevalence of trachoma in Monze district of Southern Province, Zambia",2021,FALSE,0,NA,NA,6,Musonda Chikwanda,"University of Zambia Ridgeway Campus, University of Zambia School of Public Health, Department of Environmental Health, Lusaka, Zambia",Zambia,musondachikwanda1@gmail.com,NA,Musonda Chikwanda,"University of Zambia Ridgeway Campus, University of Zambia School of Public Health, Department of Environmental Health, Lusaka, Zambia",Zambia,musondachikwanda1@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,trachoma; water and sanitation,NA,iwaponline.com +80916,11,3,https://iwaponline.com/washdev/article/11/3/461/80916/Monitoring-of-water-and-sanitation-services-within,"Journal of Water, Sanitation & Hygiene for Development",Monitoring of water and sanitation services within an integrated decentralised monitoring system: experiences from Ghana,2021,FALSE,0,NA,NA,1,Bernard Afiik Akanpabadai Akanbang,"Department of Planning, SDD University of Business and Integrated Development Studies, Wa, Ghana",Ghana,bakanbang@uds.edu.gh,NA,Bernard Afiik Akanpabadai Akanbang,"Department of Planning, SDD University of Business and Integrated Development Studies, Wa, Ghana",Ghana,bakanbang@uds.edu.gh,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,decentralised monitoring; Ghana; integration; subnational; water and sanitation services,NA,iwaponline.com +80628,11,3,https://iwaponline.com/washdev/article/11/3/474/80628/Physical-properties-of-menstrual-hygiene-waste-as,"Journal of Water, Sanitation & Hygiene for Development",Physical properties of menstrual hygiene waste as feedstock for onsite disposal technologies,2021,FALSE,0,NA,NA,7,Sarani Sasidaran,"RTI International India, New Delhi 110 037, India",India,NA,NA,Sonia Grego,"Duke University Center for WaSH-AID, Durham, NC 27701, USA",United States of America,sonia.grego@duke.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,incineration; menstrual health and hygiene (MHH); moisture content; pads; sanitation,NA,iwaponline.com +80998,11,3,https://iwaponline.com/washdev/article/11/3/483/80998/Social-outcomes-of-a-community-based-water,"Journal of Water, Sanitation & Hygiene for Development","Social outcomes of a community-based water, sanitation and hygiene intervention",2021,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.264/1/washdev2021264supp.pdf?Expires=1706093269&Signature=BCnHnFH~PDWKpzKchJa3YWLKjx~~~3HNgb-dSqFa1JAXFMNFy7d5LhS4UVgIXvLw5ivI7dov-dmOC9j8bsfiSyJuZxsbsDi0TSGGePon8Vzu29wy-beFi9uhQ52yy6hCRBt2mA-BDSB-dWn-vKYL9USl7iYl3dbEcuAP4fW~ylCHiRSueMcnOz~XYTa~rfWpPG0l1SrFdxG6Ve8-cM-mqHa1~gjV6cehpz1unUdk5y~NkEsptbYQblrCYteWvKZbULY2IpCpCSKzW5c89jry98jkm~QMW9DKcL87d~W7v6AACQG6amUAe6AP7yDKqzsicaqMWSivi5GLpe4k2niHyw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Rossanie Malolo,"Centre for Water, Sanitation, Health and Appropriate Technology Development (WASHTED), Polytechnic, University of Malawi, Private Bag 303, Chichiri, Blantyre, Malawi",Malawi,rossaniedaudi@yahoo.com,NA,Rossanie Malolo,"Centre for Water, Sanitation, Health and Appropriate Technology Development (WASHTED), Polytechnic, University of Malawi, Private Bag 303, Chichiri, Blantyre, Malawi",Malawi,rossaniedaudi@yahoo.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community; hygiene; Malawi; sanitation; social outcomes; water,NA,iwaponline.com +80857,11,3,https://iwaponline.com/washdev/article/11/3/494/80857/Methods-for-estimating-quantities-and-qualities-Q,"Journal of Water, Sanitation & Hygiene for Development","Methods for estimating quantities and qualities (Q&Q) of faecal sludge: field evaluation in Sircilla, India",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.269/1/washdev2021269supp.docx?Expires=1706093272&Signature=Ez0ynZfMMb9g8wXKjNnRoNvoA6wISp1Zz1R2XAacvBWBvPjtcp1LfB0Zh1DJau5F1ULehaDQ1PLMLOG-cxELRDZYHArSJkAYViEQVTrTTzyKCErHsrPhJJg~kysMQiisED1l--~6L~yG40HWF6AVzKqRneDr31zh~T5JrDVlSvdGX7P6FQ0JyhvM7sZcsut8k4cdAlUa243FtpxISAYMP-CZ9XuzeorZP~46CInWIO5vhfoJGkE4XtHKb6dVHW3k3DAu--4lIqDM6Vgy4H8jgGwBDklFrD~IyngRbZhYdwprFENoMW6DJzUQ0SLox7r7wJ5GZT~qVStx2lTZ4Gzebg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Prerna Prasad,"Consortium for DEWATS Dissemination Society, Survey No. 205 Kengeri Satellite Town, Bengaluru, Karnataka 560060, India",India,NA,NA,Linda Strande,"Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse 133, 8600 Dübendorf, Switzerland",Switzerland,linda.strande@eawag.ch,NA,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.25678/0002VH).,available in online repository,https://doi.org/10.25678/0002VH,accumulation rate; method evaluation; pit latrine; sanitation; septic tank; sludge blanket,NA,iwaponline.com +81442,11,3,https://iwaponline.com/washdev/article/11/3/505/81442/Field-demonstration-of-breathable-laminate-lined,"Journal of Water, Sanitation & Hygiene for Development","Field demonstration of breathable laminate-lined container-based toilets in Kanpur, India",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.011/1/washdev2021011supp.docx?Expires=1706093276&Signature=RmU2aXFmPPO2qjqW7pEup5Ny76SFH1VONtbkv3J0-6rcvPlpdzENDfhttjGIi-8kdLo64NwVHnhWMdezC7o-e3vYeJNy1IFK9rTwsg4gOh5SGImCqb8tuiHtUPuEIIxwOSlI1DwxtU7VtLZxGMnfH2EPn-lzRlXzGpWCrUNDmLnDFo-mXvuH6cEzMBVAFiD1i-VdaYEliTV5oxu3L4iC-yamxhno2-oD1ZI7C4YzkmbRd0xoGAf28WOxQwlgBtDdszYXU~cYlbrcKW~AVY~oxSSEgNIjsM0wt40EA~3aK9iyMGkDueXqSvtoi349nQiRdIU2Sro2-HWuyCVZLlvzNQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Shray Saxena,"Department of Civil and Environmental Engineering, University of Delaware, 301 DuPont Hall, Newark, DE 19716, USA",United States of America,NA,NA,Daniel K. Cha,"Department of Civil and Environmental Engineering, University of Delaware, 301 DuPont Hall, Newark, DE 19716, USA",United States of America,cha@udel.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,breathable laminate; Eco-Vapor toilets; fecal sludge; stagnant film model,NA,iwaponline.com +81402,11,4,https://iwaponline.com/washdev/article/11/4/515/81402/Legacy-1-2-3-trichloropropane-contamination-a,"Journal of Water, Sanitation & Hygiene for Development","Legacy 1,2,3-trichloropropane contamination: a systematic review of treatments",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.006/1/washdev2021006supp.docx?Expires=1706023332&Signature=zYRVlCPhEnJXmfTg6qC2QoCaaaOWuzPQoI4eWK20JkXV3mSE9Gb0AcZeVSNMamBa74lyaIxDhThMltAXAEWuXjqciyFfFV4q20dBupx-AOY79X0SZu27DHNGU~TlZHAdxxFR6S9-Ubn21Gvtf6ZqP9aioWwE~oYwEeyAFNpaYNdFUN~NhoXqeSm~2lW2qykv8ygRXYooF3fiCo9ErReX~j0mmBOVsrpW46Q1s4-q7xoExg2UCE7BDjsdq-hYGUBatUT-xhyCnDPIxk5xrGRx5YKR1LfRxVVyT29gqJcmchdM50wdQeOsv-afqfdcxxqGTWScTCXtczQzDVKFeUgIJQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,B. Hope Hauptman,"Environmental Systems Graduate Group, University of California Merced, 5200 N. Lake Rd., Merced, CA 95343, USA",United States of America,bhauptman@ucmerced.edu,NA,B. Hope Hauptman,"Environmental Systems Graduate Group, University of California Merced, 5200 N. Lake Rd., Merced, CA 95343, USA",United States of America,bhauptman@ucmerced.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,granulated activated carbon (GAC); groundwater treatment; legacy contaminant; United Nations Sustainable Development Goal 3 and 6,NA,iwaponline.com +82147,11,4,https://iwaponline.com/washdev/article/11/4/535/82147/Strategic-value-of-interviewer-training-and-local,"Journal of Water, Sanitation & Hygiene for Development",Strategic value of interviewer training and local community-based organisations for WaSH and antibiotic resistance surveys,2021,FALSE,0,NA,NA,4,Gopal Iyer,"School of Education Communication and Language Sciences, Newcastle University, Newcastle upon Tyne, UK",United Kingdom of Great Britain and Northern Ireland,gopal.iyer@newcastle.ac.uk,NA,Gopal Iyer,"School of Education Communication and Language Sciences, Newcastle University, Newcastle upon Tyne, UK",United Kingdom of Great Britain and Northern Ireland,gopal.iyer@newcastle.ac.uk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibiotics; empowerment; KAP research; surveys; training; WaSH,NA,iwaponline.com +81582,11,4,https://iwaponline.com/washdev/article/11/4/546/81582/Integrated-control-of-river-and-pond-water-as-an,"Journal of Water, Sanitation & Hygiene for Development","Integrated control of river and pond water as an exposure source to urogenital schistosomiasis of rural inhabitants in southern Taraba State, Nigeria",2021,FALSE,0,NA,NA,9,Robert Soumay Houmsou,"Department of Biological Sciences, Taraba State University, Jalingo, Taraba, Nigeria",Nigeria,rs.houmsou@gmail.com,NA,Robert Soumay Houmsou,"Department of Biological Sciences, Taraba State University, Jalingo, Taraba, Nigeria",Nigeria,rs.houmsou@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,inhabitants; risk; riverine; rural; schistosomiasis; urogenital,NA,iwaponline.com +82131,11,4,https://iwaponline.com/washdev/article/11/4/558/82131/When-you-preach-water-and-you-drink-wine-WASH-in,"Journal of Water, Sanitation & Hygiene for Development",‘When you preach water and you drink wine’: WASH in healthcare facilities in Kenya,2021,FALSE,0,NA,NA,3,Thelma Zulfawu Abu,"Department of Geography and Environmental Management, University of Waterloo, 200 University Avenue West, Waterloo, ON N2L 3GI, Canada",Canada,tzabu@uwaterloo.ca,NA,Thelma Zulfawu Abu,"Department of Geography and Environmental Management, University of Waterloo, 200 University Avenue West, Waterloo, ON N2L 3GI, Canada",Canada,tzabu@uwaterloo.ca,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,emergencies; governance; healthcare facilities; politics; WASH,NA,iwaponline.com +81860,11,4,https://iwaponline.com/washdev/article/11/4/570/81860/Risk-of-adenovirus-and-Cryptosporidium-ingestion,"Journal of Water, Sanitation & Hygiene for Development","Risk of adenovirus and Cryptosporidium ingestion to sanitation workers in a municipal scale non-sewered sanitation process: a case study from Kigali, Rwanda",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.241/1/washdev2021241supp.docx?Expires=1706093298&Signature=yA4HjupZhbRN~l0lNLcRqtTc4s-1O0pM04q~4jsMR2DJGq2VlCw8VVrLraCYBZBAmu0bIT12gfuzpl7YBoZBvgqL6PelJxtFq4xAasBwjkclJKwNb79xbTDT06WT2ilb3AH63V7j8kaaRYziV8eMcWfFPmu9Q~OyuRO2UCdkHRlB34FB9PCRw3i3bdpATVxzKWHA~BLlZK4Tm6mZpbAYblova0uOLKL5YK1AejPiZNymBxGqgtxtddUbsrJGS2G0t4-wDJLFE~RqLQcEm0UVmNn87YKXHrGGk9ujZ33XmMADbrnujUgCAMjD9BLakhu1AxNuPCVq0TIEnlJtgaoR3w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Rachel Sklar,"School of Public Health, University of California, Berkeley, CA 94720, USA",United States of America,rsklar@berkeley.edu,NA,Rachel Sklar,"School of Public Health, University of California, Berkeley, CA 94720, USA",United States of America,rsklar@berkeley.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,occupational exposure; quantitative microbial risk assessment; resource recovery; Rwanda; sanitation workers; urban sanitation,NA,iwaponline.com +81498,11,4,https://iwaponline.com/washdev/article/11/4/579/81498/Treatment-of-drinking-water-for-rural-households,"Journal of Water, Sanitation & Hygiene for Development",Treatment of drinking water for rural households using Moringa seed and solar disinfection,2021,FALSE,0,NA,NA,2,Nancy Jotham Marobhe,"School of Environmental Science and Technology, Ardhi University, P. O. Box 35176, Dar es Salaam, Tanzania",United Republic of Tanzania,NA,NA,Shadrack Mwita Sabai,"School of Environmental Science and Technology, Ardhi University, P. O. Box 35176, Dar es Salaam, Tanzania",United Republic of Tanzania,shadrack.sabai@aru.ac.tz,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Moringa seed protein; rural women; Tanzania; turbid water; water purification,NA,iwaponline.com +82148,11,4,https://iwaponline.com/washdev/article/11/4/591/82148/Variability-of-naturally-occurring-fluoride-in,"Journal of Water, Sanitation & Hygiene for Development","Variability of naturally occurring fluoride in diverse community drinking-water sources, Tanna Island, Vanuatu",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.270/1/washdev2021270supp.docx?Expires=1706093306&Signature=BHBmH3FUmbofdrnlEOXfF9h9YV6ktEwksNpC6uuM--NkJeVPcNCUqnRvkp2Uhoakqvd4EvlS1-suxsJINhdq8NTQcu1CGH17ZNc9h2JHGMnXtFytWllAz5bkD0eyu6bVELOf1npN4TrMImaVHJIQEy5Dpeh2ze0d95X3H1rWZH6gBYjgWurZPHej8g2wC-eR-4zRBRGaKLtxo4zb9RzdOXdzTLr47Z1~WqnwB-z9XRpg2k-b6iUIZOBqHei~~8kuWOZDgRYys2HxA5X7-AnGNkRr8mK36M0xX7IMoqMI0VWwFUPnfNMqEivHUO6udTMPwmijvyw1oHsyCmEASddyRA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Elizabeth Webb,"School of Biological Sciences, Victoria University of Wellington, P.O. Box 600, Wellington 6140, New Zealand",New Zealand,webbonponga@xtra.co.nz,NA,Elizabeth Webb,"School of Biological Sciences, Victoria University of Wellington, P.O. Box 600, Wellington 6140, New Zealand",New Zealand,webbonponga@xtra.co.nz,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking waters; fluoride; fluorosis; groundwater; Vanuatu; volcanism,NA,iwaponline.com +81994,11,4,https://iwaponline.com/washdev/article/11/4/600/81994/Inclusion-of-water-quality-testing-in-the,"Journal of Water, Sanitation & Hygiene for Development",Inclusion of water quality testing in the Afghanistan Living Conditions Survey and status of bacteriological contamination of drinking water in 10 provinces of Afghanistan,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.046/1/washdev2021046supp.docx?Expires=1706093311&Signature=NvKMnq8~tPSriWxlwxUYLHo28-TO6j5NGki8h4uSiroV6NkT2JtRcWv75vm9JYAkzDk-SVJ31Oo~0uOfPFEZ7fTNmRFs3duW197yY~U1Mp12lzu00tSrUiJ9YAsYg5eIn8j2XjbV~GQE3QMr56R2q3slhLhGMGY8OsxpuAtII9teBjEwOw-n2Bihwfj8BkLa4fE9T7FmmXTdAyideNB706Ed2QxANJbJ9O~FW5Gqw9cwsYkwM8rMunkQdLZVFTiFiv4Z~dwGZdKqUt3fNrQ3f50XvmoNV0RBslOaCbhd5VRYsoPzYMn6NnI-xW9E0OOtazHNm-SCVJ0qPQk~EYR3og__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Abdus Saboor,"Formerly UNICEF, Kabul, Afghanistan",Afghanistan,saboorpcrwr@yahoo.com,NA,Abdus Saboor,"Formerly UNICEF, Kabul, Afghanistan",Afghanistan,saboorpcrwr@yahoo.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water quality; household survey; safely managed water services; Sustainable Development Goal,NA,iwaponline.com +82423,11,4,https://iwaponline.com/washdev/article/11/4/612/82423/Drinking-water-quality-exposure-and-health-risk,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality, exposure and health risk assessment for the school-going children at school time in the southwest coastal of Bangladesh",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.016/1/washdev2021016supp.docx?Expires=1706093314&Signature=aRhsTfnSOjESJp7SqaZgQuLcd6V8LMiTAzniVAED5gBe7WTWPH3uBgewTWoKQA1eVNmG-9kZM~syYhvBOhwt~MJs0AhQv-dspLRZI1QqXN8Gt4Ddks3Eyj0qQNXpRcYoHuqUGVZefkAeZtmFYTDg-oRle5s0~xMgr2F9AP5nY~eYXAHZVb4QhotbrSS11yo6r0WYKzbhSMrwNFU9pFZsKxBdBLivWrutX4wrmR2i2DRCyQ964LFtySWIwD9qoIOXiUvnhRlZeVppWmfEXPr8IdCvU-qFLGVhbAfdU0v7yNMhC97RANPd1O66HZxd-oNvPswQGGVlX5MYyMKwJWYUWQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Md. Aminur Rahman,"Department of Public Health Engineering (DPHE), Zonal Laboratory, Khulna 9100, Bangladesh",Bangladesh,aminur98@yahoo.com,https://orcid.org/ 0000-0003-4741-2507,Md. Aminur Rahman,"Department of Public Health Engineering (DPHE), Zonal Laboratory, Khulna 9100, Bangladesh",Bangladesh,aminur98@yahoo.com,https://orcid.org/ 0000-0003-4741-2507,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,coastal region; health risk assessment; Khulna; primary school children; tubewell water,NA,iwaponline.com +82554,11,4,https://iwaponline.com/washdev/article/11/4/629/82554/Elevated-tanks-effect-on-transient-pressures-case,"Journal of Water, Sanitation & Hygiene for Development",Elevated tanks effect on transient pressures: case study,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.022/1/washdev2021022supp.docx?Expires=1706024195&Signature=O0Dbd8mgut08ddWXARKrx7SDO8ReyPOT~~70KQTiGkPQPKmBG92UzfAK0eIqSlyzomz9hZdv8KV3vs9KRp1AHgdEaqpXyYaYsQQBc4TYDeA0zgAmQs5OzTy2iClNMMSNWBfl8OyGI8py6pnHXCDMC4LKaZSIMiQJP-xhZNoTUBbN993b9CBVdSU9fVBt5~XpqwW9Mh1R2OkNM7JL6KHfURAuZHCMYXMrpXWV3M-7WiqMpCDgglk2semiiqLgT1e5m57sOmBR3RFWm3ybShIIekQpyJf9FHHhiy6lH8wyypEuYSRhKPHZIkmn-g5Cjc-ziqhzHg22D3FPxniSUMaa1A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Moustafa S. Darweesh,"Department of Civil Engineering, Assiut University, Assiut 71516, Egypt",Egypt,eng_taftaf82@yahoo.com,https://orcid.org/0000-0002-0050-2663,Moustafa S. Darweesh,"Department of Civil Engineering, Assiut University, Assiut 71516, Egypt",Egypt,eng_taftaf82@yahoo.com,https://orcid.org/0000-0002-0050-2663,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,elevated tanks; pressure transients; pumps; water distribution network; water hammer,NA,iwaponline.com +82566,11,4,https://iwaponline.com/washdev/article/11/4/638/82566/How-are-we-actually-doing-Comparing-water-and,"Journal of Water, Sanitation & Hygiene for Development",How are we actually doing? Comparing water and sanitation in Kenya with MDG and SDG criteria,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.023/1/washdev2021023supp.docx?Expires=1706093323&Signature=ve4Jv4~d8HNyaqS8h~CY3PzzeuO6RFAiY2Qwv0AwIuAcclj6G7gsJRuxdldixWHV9qLw7DfkVOwCD8KMGO4xC4vygnPtHSOvTZ66IBRt7~ngov~aw5I8hGGF-G30i-tKR6V9h1KTgnbI8VNS7x4SzD2JEN7SdWeKiWu~sn3U0kKvKWRDX5mBHgM64HccvbpsOet7uemscC2X061pB3o9XB1gbX0QBK755gLp5RK0uqtq7tDroolUwzq00~LG5El2xSqyVPdwvpBNYvo28-adV28MCEFPJ87ORIxKGqOX3pcS0HH1pqyW-3DOmSm0Esnutz1~NhDQ2qPzzFiGAP1iYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Lauren Trepanier,"Civil and Environmental Engineering Department, Penn State University, 212 Sackett Building, University Park, PA 16802, USA",United States of America,NA,https://orcid.org/0000-0003-2726-4930,Caitlin Grady,"Civil and Environmental Engineering Department, Penn State University, 212 Sackett Building, University Park, PA 16802, USA",United States of America,cgrady@psu.edu,https://orcid.org/0000-0002-9151-6664,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Kenya; monitoring and evaluation; sanitation; Sustainable Development Goals (SDGs); water; water quality,NA,iwaponline.com +82555,11,4,https://iwaponline.com/washdev/article/11/4/657/82555/Latrine-characteristics-and-maintenance-practices,"Journal of Water, Sanitation & Hygiene for Development","Latrine characteristics and maintenance practices associated with pit latrine lifetime in an informal settlement in Kampala, Uganda",2021,FALSE,0,NA,NA,12,Johnson B. Mubatsi,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, P.O. Box 7072 Kampala, Uganda",Uganda,NA,NA,Solomon Tsebeni Wafula,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, P.O. Box 7072 Kampala, Uganda",Uganda,swafula@musph.ac.ug,https://orcid.org/0000-0002-6405-015X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,human waste; informal settlements; Kampala; lifetime; private pit latrines; Uganda,NA,iwaponline.com +81993,11,4,https://iwaponline.com/washdev/article/11/4/668/81993/A-toolkit-for-costing-environmental-health,"Journal of Water, Sanitation & Hygiene for Development",A toolkit for costing environmental health services in healthcare facilities,2021,TRUE,2,docx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.018/1/washdev2021018supp1.docx?Expires=1706093332&Signature=bzp0dEwwR4Kk23RO9exTDOR9C1pFYU1YyRTImsprlSbaMb22VSuI2Eqg-1c1E7bWuksvj0tvNNPlZFl8lkfhQR1lm5ayl2KBSpnsPkXNHWYTHEVaKo9mXCNs-cSdCiKrRhZENI~z4wEPCH5a8qUcql6nSB7O52Bhe6EccMk~Z22k4ZG-OI8GHY6uoNcNYGdknY9gsYp5WZdWAcBtAAVVKgXLcqvUydate7~7yz3QXdRqbruTZshLoKEsfBhvDeWv6IfB~qhdD1bLYHzxwY4jM4Y~RZ6Cq2n11hOd7fBMti1LmqiD1IB75VQ43y1NmEzzAGjDCCTBokJg-b8t4uiw0A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/4/10.2166_washdev.2021.018/1/washdev2021018supp2.xlsx?Expires=1706093332&Signature=q0FTEubvGEZ8dOaHn7f7JH0j4-NnNBkIsCNXC6SuU24czFMDV~T4-eHHZynkeSczNGV-BtmvOjspEfbp0Wi-HXHGFSP2XCzhGL9I4YcAKpYHk0a9a8-4HlCybEtq2yi8JH3MP9hZ6UfTeScKpI08jmGWAbdkxRuU4x5SGPTH3~s283bvUe5Hoh1KLTvgW63KLd5OeEB5y5T9Tqw9EybV6XTJqMcoTAERkGtn8JQc0EyW0kAWDRU~pkFecC-lJgm7JDlvk~iGACfCd3SrJ6TnF3d9~icUYjutsQnusuWgTOpbCYLG33dwnbFI1oirBvt1qBnTejPRiK4l1t~X9EaPCg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Darcy M. Anderson,"The Water Institute, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,Darcy M. Anderson,"The Water Institute, Gillings School of Global Public Health, University of North Carolina at Chapel Hill, Chapel Hill, NC 27599, USA",United States of America,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,costing; environmental health; healthcare facilities; infection prevention; water; sanitation; and hygiene (WaSH),NA,iwaponline.com +81998,11,4,https://iwaponline.com/washdev/article/11/4/676/81998/Microbiological-analysis-of-domestic-water-sources,"Journal of Water, Sanitation & Hygiene for Development","Microbiological analysis of domestic water sources in Banda slum of Kampala, Uganda",2021,FALSE,0,NA,NA,2,Barugahara Evyline Isingoma,"Department of Human Nutrition and Home Economics, Box 1, Kyambogo University, Kampala, Uganda",Uganda,bisingoma@gmail.com,NA,Barugahara Evyline Isingoma,"Department of Human Nutrition and Home Economics, Box 1, Kyambogo University, Kampala, Uganda",Uganda,bisingoma@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Banda slum; domestic water; microbiological; Uganda,NA,iwaponline.com +81842,11,4,https://iwaponline.com/washdev/article/11/4/687/81842/Factors-influencing-personal-hygiene-among-primary,"Journal of Water, Sanitation & Hygiene for Development",Factors influencing personal hygiene among primary schoolchildren in western Côte d'Ivoire,2021,FALSE,0,NA,NA,7,Julie Sackou Kouakou,"Department of Public Health, Hydrology and Toxicology, Faculty of Pharmaceutical and Biological Sciences, Félix Houphouët Boigny University, BPV 34, Abidjan, Côte d'Ivoire",Côte d’Ivoire,NA,NA,Marie Laure Tiadé,"Department of Public Health, Hydrology and Toxicology, Faculty of Pharmaceutical and Biological Sciences, Félix Houphouët Boigny University, BPV 34, Abidjan, Côte d'Ivoire",Côte d’Ivoire,marlatial29@yahoo.fr,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,personal hygiene; primary schools; pupils,NA,iwaponline.com +82996,11,5,https://iwaponline.com/washdev/article/11/5/693/82996/Achieving-Sustainable-Development-Goals-in-water,"Journal of Water, Sanitation & Hygiene for Development",Achieving Sustainable Development Goals in water and sanitation sectors in India,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.002/1/washdev2021002supp.docx?Expires=1706041918&Signature=lk~A6AcylhAbj5Oj~cJRmX83xDOYwK7lX9Kwaow~zG3f6my7l3IQ0S-BCU2ZGIXJGSl5Ec~m9XZ-FWcEXdfsRPYAmFAc9oebdvRspVxqoQ9sb1BPVaI-~Z4MQX51KNgCHzti-I-TYAkEibmpQiO4QhK0SrO8HYU32sFCUMhi~bmY4Z0UB0alT5bHdJ7wwQSkJMle8z~kGFtiLGVlWGvZQ7Pwd03xuEDmTbh~nva8eMuoSYuL3SXnBwj5FmjD18NJADmypI3Vi4Z5YmHS8~uHQxuzMG3sb-OCLQp~jxTLxV-gzcCo7704piDcYe8whRbu8fLNpm8hMtOtrav7qS1fpA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,S. K. Sarkar,"India Habitat Center, The Energy and Resources Institute (TERI), New Delhi, Delhi 110003, India",India,NA,NA,Girija K. Bharat,"Mu Gamma Consultants Private Limited, Nirvana Country, Gurugram, Haryana 122018, India",India,gbharat@mugammaconsultants.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Har Ghar Jal; Jal Jeevan Mission; open defecation; Sustainable Development Goal 6; Swachh Bharat Mission; water and sanitation,NA,iwaponline.com +83264,11,5,https://iwaponline.com/washdev/article/11/5/706/83264/Phosphorus-recovery-by-struvite-precipitation-a,"Journal of Water, Sanitation & Hygiene for Development",Phosphorus recovery by struvite precipitation: a review of the impact of calcium on struvite quality,2021,FALSE,0,NA,NA,4,Isaac Enyemadze,"Department of Civil Engineering, Regional Water and Environmental Sanitation Center Kumasi (RWESCK), Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,isaac.enyemadze@gmail.com,https://orcid.org/0000-0001-7652-1257,Isaac Enyemadze,"Department of Civil Engineering, Regional Water and Environmental Sanitation Center Kumasi (RWESCK), Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,isaac.enyemadze@gmail.com,https://orcid.org/0000-0001-7652-1257,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,calcium; magnesium sources; precipitation; quality; struvite,NA,iwaponline.com +83399,11,5,https://iwaponline.com/washdev/article/11/5/719/83399/Adapting-a-safe-water-storage-container-to-improve,"Journal of Water, Sanitation & Hygiene for Development",Adapting a safe water storage container to improve household stored water quality in rural Burkina Faso: a cluster randomized trial,2021,TRUE,6,docx; pdf; docx; docx; pdf; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp1.docx?Expires=1706093354&Signature=1UIZlO3dtWdw34XtP6--B5Z4SKIg-d9RxexfaAIaEKghBsLS-7O4mos98FhME-iIU6prkA8IY7D6fdhYc-GSRGP86rT1Z8TgdlAsnrxz17L0c7K5AZOPAjGUSqDv7Z-QqhUEu6SNCJqh-HMhuY2IlWYutSKx1VR7F4ftzDIbx9SmTqF2yu5zu46hTrHHcwy6npuZ1yOvbdje6qNhFt4hdrpIUjEppstGVDdAf2-7YsvkNpwWHRaUn4owqlIeRipcMLZm-26qWNb3ONcKkT2fzoscOxobZ3yzIgSTP04eJIDDMSOh03WlqqAQWpeXbwfqlaleSVokz~JhxfL45m91qg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp2.pdf?Expires=1706093354&Signature=HnRHlTluIVpDmS-1MT3GwLl9orl-I~3kFfwGjV8E3M2RdIUzKJJxZLnnwJvbK7jnGK1WI~zVBLfhzSNln0KU9jivVAlrIjjcpF7OC7uZRqUc2AZu9hyIPtSH0ZT7l5CRHJc80Lv6F~cQ3TMs3H43uvZsXJOPC5p8SUng4dlGsTq9D6mZYPWyl5LzxSSNQSsnqngfrdyuMqIaiypJXO3jLNDF27DZonBTDxIu8JXiDRG2pPqbhX6Bhle8gUG40C9RTXm43g3xsp9WIXZoSQMuRXyjTLTS8Y9Y7UHe3yYS8oJuddzMaIHIl6I4ZWuLeb4gM4e3pXnvCrfPaqVGIgdkLA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp3.docx?Expires=1706093354&Signature=LJ77houHYoRoYT9uMmIsXsp~zRMo~A6OgNB4q7uYxceNi-k9uOSa-aKZ2TDTZkjqlD0QkkNkXiPyCXdcx-1P1Rx-CEI8D5HsjIH1aJKceZ1SZQ2R4C-APZISolkNcsDtA1xJzj-8yhBFsOcGpChFTriTq8zlCQqyRguxOnCXjZWVa2j8YkQOyxPqyLmwJrg4Se9syUi6k0-~iRmvM4yEnvOykxxr~0Gofa5NHzYgs1DtYvSmi4L-moe~RbZrkpoaV719Ey626arfBgDgofQ9TBmrkxchKuMyTcERejCNBziZicnesuqEcHN4KOzdQ6IHsceq4J0UKX3x9Z5E8zbEPQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp4.docx?Expires=1706093354&Signature=rFLszaTytTIvLv~ETV~4SqZNvfRDbDxyXuBg3kg-OrjrUg1B9A7oNIhfbJvAh2BqTUvnUhSnn7AxoDDwQJLoi3SGK-GJgvUKvsOqBepBB26ET86rW44D29OehuEvHUnYzdFc7IEDLqx8fH7embQuEFqaYc0rMBqsCMnzy9JHMY94ug8Kc0U-lJBEgKhxeq5YMlDCEHPHFaLgD2MtkIXi8TC7vRs1AswDlGIEU5ys7HOuPTwsaiAe7gV~4JnMAA~-x5RjlB-KGqukOf97-ua7rGgNRtr8siN5tOC0fXlNOcpYGoxx4JfcPpFEPWtpYXtnz34Ol6XbqPZYqci-7l6hFw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp5.pdf?Expires=1706093354&Signature=TlTVLPSpUDaBSgQBsj~X7zaRj9ce2rFTKgBNphE-1OXaNmugkWh49vL6E7zpkor-u9RFH91IhSaZ-rkcdnikgDdgS5kZZ8R5PGL0TcYP9SN~5rcV-CuWORnFA-ZmQTwNnYFSK2GRwykt4~4ibqNQp8sepiJoGWu8mlkFuvbTENevyK2GNvUCMDf14zrFJ89QxawL7szdUl5x-lvrnQSv8If7unN3Cxf75CSIyWXXTqfZaZPfAKVeo-Zttde4~TuljSClnexbI8szhmAM02fRqyR1E62zjMMQqXShO--~vDRPWcyQ9GfYjb46HelONxplFBJWD90JHMcmILI-XOP8LA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp6.xlsx?Expires=1706093354&Signature=mwpCnYxHI7DGkTLvLiQZ645esWpwMWr4WbrSwsJQ9BdDG~sX~Zmkp00cq5P5KwgkTrTnH6hgP3caixwtuLRI9GHnXc9qxbPhmH9y4rBs4dDyBNg50ICePS-GIBPIHxGJeEV9MLhZntRaweS6lFHcMTNLRt0T1qNxSKP7jO8cNJ3YD6scSOoaWwZbn1yXrEfsjl6gajSDvqw~JrACFtukqNA9-xrbhJhuxgdoNU8-PbbF3rPHzsPXneu2mbMRXRtN~9~s6RQvAEnPtNNU56W8posJHq8IEYbPcf5eOLjOmtm~Etrk~lQZCWc348cVJqGclJRpcF6tGZ1iCpiYm6it8w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Darcy M. Anderson,"The Water Institute at UNC, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,Darcy M. Anderson,"The Water Institute at UNC, University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,darcy.anderson@unc.edu,https://orcid.org/0000-0002-2129-7662,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.15139/S3/IGSF54).,available in online repository,https://doi.org/10.15139/S3/IGSF54,adaptation; Burkina Faso; drinking water; Escherichia coli; Plan-Do-Study-Act; safe storage,NA,iwaponline.com +83394,11,5,https://iwaponline.com/washdev/article/11/5/732/83394/Reusable-rainwater-quality-at-the-Ikorodu-area-of,"Journal of Water, Sanitation & Hygiene for Development","Reusable rainwater quality at the Ikorodu area of Lagos, Nigeria: impact of first-flush and household treatment techniques",2021,FALSE,0,NA,NA,5,Chukwuemeka K. John,"Faculty of Engineering and Informatics, University of Bradford, Bradford DB7 1DP, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Jaan H. Pu,"Faculty of Engineering and Informatics, University of Bradford, Bradford DB7 1DP, UK",United Kingdom of Great Britain and Northern Ireland,j.h.pu1@bradford.ac.uk,https://orcid.org/0000-0002-3944-8801,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Escherichia coli; roof-harvested rainwater (RHRW); total coliform; total suspended solids (TSS); turbidity,NA,iwaponline.com +83237,11,5,https://iwaponline.com/washdev/article/11/5/746/83237/Effect-of-fecal-matter-co-digestion-with-kitchen,"Journal of Water, Sanitation & Hygiene for Development",Effect of fecal matter co-digestion with kitchen waste on Hermetia illucens’ larval weight and protein content,2021,FALSE,0,NA,NA,5,Rosemary M. Matheka,"Soil, Water and Environmental Engineering Department, Jomo Kenyatta University of Agriculture and Technology, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,NA,Rosemary M. Matheka,"Soil, Water and Environmental Engineering Department, Jomo Kenyatta University of Agriculture and Technology, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,circular economy; co-digestion; kitchen waste; sanitation,NA,iwaponline.com +83057,11,5,https://iwaponline.com/washdev/article/11/5/758/83057/Knowledge-attitudes-and-practices-KAP-on-fecal,"Journal of Water, Sanitation & Hygiene for Development","Knowledge, attitudes and practices (KAP) on fecal sludge resource recovery and reuse in Dar es Salaam, Tanzania",2021,FALSE,0,NA,NA,3,Isabela T. Mkude,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, Dar es Salaam, Tanzania",United Republic of Tanzania,isabela.thomas@yahoo.com,https://orcid.org/0000-0001-6194-3967,Isabela T. Mkude,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, Dar es Salaam, Tanzania",United Republic of Tanzania,isabela.thomas@yahoo.com,https://orcid.org/0000-0001-6194-3967,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,attitudes; fecal sludge; FSM; knowledge; practices; resource recovery,NA,iwaponline.com +82556,11,5,https://iwaponline.com/washdev/article/11/5/771/82556/Scenario-based-life-cycle-cost-assessment-to,"Journal of Water, Sanitation & Hygiene for Development",Scenario-based life-cycle cost assessment to support sustainable investment in rural communal sanitation facilities: application to a school-based sanitation facility,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.230/1/washdev2021230supp.docx?Expires=1706023730&Signature=oL1Qac271y33ICtwQ1-q~wDgl9MY7SXHZ9aN5vYvGfOr1vVsSF--tQmvBJ-63QaY3yUilX6eh5MwoV8N98vBW7KhC-Iul6lWMs59ZbTsQrB10R2JDtrcwkz9htkOA3Ry7iqOuhzbyAkeMMcUXsk1qqONy0aQBvXyMbGrBx8aisJduOlQ~d2FJZB-nu4bTAtC2TDaE6hQBoTP3CWI1kd-DiQ4iosa4Ym60mYz1QLWyGvs7u1ej7GPk3d7vR8Qk--AGKLS61TBm0Vgs5AcHshBPfPZKRdzZabPGUb42L8hicnNAIJ5LAymNFhSwDrRavCdV-C~ImZyDhCFyrBj44tOnw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,N. M. Koseoglu,"Social, Economic and Geographical Sciences Department, James Hutton Institute, Aberdeen, UK",United Kingdom of Great Britain and Northern Ireland,Nazli.Koseoglu@hutton.ac.uk,https://orcid.org/0000-0003-0310-2494,N. M. Koseoglu,"Social, Economic and Geographical Sciences Department, James Hutton Institute, Aberdeen, UK",United Kingdom of Great Britain and Northern Ireland,Nazli.Koseoglu@hutton.ac.uk,https://orcid.org/0000-0003-0310-2494,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,decentralised WASH; functionality; governance; India; rural sanitation; socio-economic determinants,NA,iwaponline.com +83058,11,5,https://iwaponline.com/washdev/article/11/5/785/83058/Private-emptiers-perspectives-on-the-regulation-of,"Journal of Water, Sanitation & Hygiene for Development",Private emptiers' perspectives on the regulation of faecal sludge emptying services in Sub-Saharan Africa,2021,FALSE,0,NA,NA,3,Alix Lerebours,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",United Kingdom of Great Britain and Northern Ireland,a.m.lerebours@lboro.ac.uk,https://orcid.org/0000-0003-2796-3635,Alix Lerebours,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",United Kingdom of Great Britain and Northern Ireland,a.m.lerebours@lboro.ac.uk,https://orcid.org/0000-0003-2796-3635,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,enabling environment; onsite sanitation; private sector participation; pro-poor measures; sanitation chain; urban,NA,iwaponline.com +82567,11,5,https://iwaponline.com/washdev/article/11/5/794/82567/Who-does-what-and-why-Examining-intra-household,"Journal of Water, Sanitation & Hygiene for Development","Who does what and why? Examining intra-household water and sanitation decision-making and autonomy in Asutifi North, Ghana",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.039/1/washdev2021039supp.docx?Expires=1706093381&Signature=lLJAHLaZTbBkqyfXXwWzKrj9Y75-LSOx1CssALZ~GbYjFCuzOGvFevZ4ckd4g8gxKrjPqc45VlZwI69X10-gd2voB3TWxhm-vr5jIl7iCbL7DWetoCgsOYUkXp-a5dD0~X8FaCbTqco53sLyYrsFMnooJqO4mKXrZ5W7ymroYjmLX-ypMcmfZPMXAGsIURiVhTRan0g7ZUe4bftcgC9CNPqCHbrkxgWfBDx5sAtbjD1XjAZIQtieOHICcXHJ-P98twPVBJ-TV7djoz4AI5ptQHAVv8xbrxAJ2ESjiu9~--yNC-WsDXJqjKRtr0npqJuk8JorsHW2upAwntAYAAfGUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Elijah Bisung,"School of Kinesiology and Health Studies, Queen's University Kingston, Kingston, ON, Canada",Canada,eb120@queensu.ca,https://orcid.org/0000-0002-1560-3256,Elijah Bisung,"School of Kinesiology and Health Studies, Queen's University Kingston, Kingston, ON, Canada",Canada,eb120@queensu.ca,https://orcid.org/0000-0002-1560-3256,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,autonomy; decision-making; gender; Ghana; motivation; water and sanitation,NA,iwaponline.com +82568,11,5,https://iwaponline.com/washdev/article/11/5/805/82568/Assessing-national-WaSH-targets-through-a-water,"Journal of Water, Sanitation & Hygiene for Development",Assessing national WaSH targets through a water governance lens: a case study of the Sanitation and Water for All partnership commitments,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.049/1/washdev2021049supp.docx?Expires=1706093385&Signature=1TI5ckVAykt7YnnGhRhjN8gDd6TnQZKjZ8lv9Yfn6Hfq5qiT1KLSQwfbrIqR05h4I8WUURWuzHKZcZUqL-wDfKLDDmS9CEqi4V1VeZWqsxncgeWjhBBVVJmjV1yMBUC5BSdBoMpwZOafDluqhU12n27U9~u4kCCfEWniU-JRJCivfRjQ9phUQHareHaCvTUGTtiKG0vheEW8vtzSQNaCWF5yEzRir45Lc0nLbXy2SuQd1S339woRHsdR5gP9fjHaaYrN98k0hpOoqkHHx5e9TAh0UKcq79S~mUR6gvHQc4on2ZHrN~S3UErHzI93KGo~3cDZMGFsBBXS5VbJeInbug__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Leonie Schiedek,"Uppsala University, Department of Earth Sciences, P.O. Box 256, SE-751 05 Uppsala, Sweden",Sweden,leonie.schiedek@web.de,https://orcid.org/0000-0001-6025-8140,Leonie Schiedek,"Uppsala University, Department of Earth Sciences, P.O. Box 256, SE-751 05 Uppsala, Sweden",Sweden,leonie.schiedek@web.de,https://orcid.org/0000-0001-6025-8140,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,national commitments; SDGs; target-setting; WaSH; water governance,NA,iwaponline.com +83132,11,5,https://iwaponline.com/washdev/article/11/5/814/83132/Predominance-of-blaTEM-and-tetA-genes-in,"Journal of Water, Sanitation & Hygiene for Development","Predominance of blaTEM and tetA genes in antibiotic-resistant Escherichia coli isolates from Laguna Lake, Philippines",2021,FALSE,0,NA,NA,2,Daile Meek Salvador-Membreve,"Pathogen-Host-Environment Interactions Research Laboratory, Institute of Biology, College of Science, University of the Philippines Diliman, Quezon City 1101, Philippines",Philippines,NA,NA,Windell L. Rivera,"Pathogen-Host-Environment Interactions Research Laboratory, Institute of Biology, College of Science, University of the Philippines Diliman, Quezon City 1101, Philippines",Philippines,wlrivera@science.upd.edu.ph,https://orcid.org/0000-0002-4659-6132,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,lake water quality; multidrug resistance; Philippines; surface water; thermotolerant E. coli,NA,iwaponline.com +83265,11,5,https://iwaponline.com/washdev/article/11/5/824/83265/Removal-of-hydrogen-sulfide-gas-using-coal-fly-ash,"Journal of Water, Sanitation & Hygiene for Development",Removal of hydrogen sulfide gas using coal fly ash – blast furnace cement composite,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.091/1/washdev2021091supp.docx?Expires=1706093393&Signature=2RardCs7nEgqQ18fWRnl~4R4qDU1iiLyVYhiYzqJwREUubr376r6BlJKLEtCF66iK21WpYMkb6XKTrJ4ObBAaBab-8zY~fhRYdLPqxk249b2nFKVHjal1d8Y6dJ-qGjJI2PhaBtN-R7-pQldj7iLBb6A9G1CxxBnEBLDBD4wmfdxlRkz62g6LrnijEP9KJ4pyQp3Slxgchqfac3ROktb81diPoWugnIurSe7KhAuzclmY8jwX6fQ01xw5EuvPKVlw5NDY-ic5Eejdui6mNUjGoVs7qirn6IN7yxHwughGaFyTZKM0W17SXCsApePrjuzznMbYkApvHq~ykvstqlALg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Satoshi Asaoka,"Graduated School of Integrated Sciences for Life, Hiroshima University, 1-4-4 Kagamiyama, Higashi-Hiroshima, Hiroshima 739-8528, Japan",Japan,stasaoka@hiroshima-u.ac.jp,NA,Satoshi Asaoka,"Graduated School of Integrated Sciences for Life, Hiroshima University, 1-4-4 Kagamiyama, Higashi-Hiroshima, Hiroshima 739-8528, Japan",Japan,stasaoka@hiroshima-u.ac.jp,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,decentralized wastewater treatment system; deodorant; hydrogen sulfide; recycled materials; SDGs; septic tank,NA,iwaponline.com +83017,11,5,https://iwaponline.com/washdev/article/11/5/831/83017/Determinants-of-drinking-water-quality-and,"Journal of Water, Sanitation & Hygiene for Development","Determinants of drinking water quality and sanitary risk levels of water storage in food establishments of Addis Ababa, Ethiopia",2021,FALSE,0,NA,NA,4,Aderajew Mekonnen Girmay,"Ethiopian Public Health Institute (EPHI), Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,Aderajew Mekonnen Girmay,"Ethiopian Public Health Institute (EPHI), Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Addis Ababa; bacteriological; determinants; drinking water storage; food outlet,NA,iwaponline.com +82958,11,5,https://iwaponline.com/washdev/article/11/5/841/82958/From-emergency-to-durable-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","From emergency to durable water, sanitation and hygiene (WASH) interventions: insights from the protracted Syrian refugee situation in Lebanon",2021,FALSE,0,NA,NA,4,Hani Chatila,"World Food Programme, Rome, Italy",Italy,hani.chatila@gmail.com,https://orcid.org/0000-0002-4954-5023,Hani Chatila,"World Food Programme, Rome, Italy",Italy,hani.chatila@gmail.com,https://orcid.org/0000-0002-4954-5023,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,aid policy; durable WASH interventions; humanitarian–development nexus; protracted refugee situations,NA,iwaponline.com +83236,11,5,https://iwaponline.com/washdev/article/11/5/849/83236/Reaching-those-left-behind-knowledge-gaps,"Journal of Water, Sanitation & Hygiene for Development","Reaching those left behind: knowledge gaps, challenges, and approaches to achieving SDG 6 in high-income countries",2021,FALSE,0,NA,NA,15,Kaitlin J. Mattos,"Mortenson Center in Global Engineering, Environmental Engineering Program, University of Colorado, Boulder, CO, USA",United States of America,kaitlin.mattos@colorado.edu,https://orcid.org/0000-0002-9273-0101,Kaitlin J. Mattos,"Mortenson Center in Global Engineering, Environmental Engineering Program, University of Colorado, Boulder, CO, USA",United States of America,kaitlin.mattos@colorado.edu,https://orcid.org/0000-0002-9273-0101,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,high-income countries; hygiene; sanitation; water,NA,iwaponline.com +84261,11,6,https://iwaponline.com/washdev/article/11/6/859/84261/Drinking-water-status-in-Nepal-an-overview-in-the,"Journal of Water, Sanitation & Hygiene for Development",Drinking water status in Nepal: an overview in the context of climate change,2021,FALSE,0,NA,NA,7,S. Sharma,"Aquatic Ecology Centre, School of Science, Kathmandu University, P.O. Box 6250, Kathmandu, Nepal",Nepal,NA,NA,P. Poudel,"Department of Environmental Science and Engineering, Kathmandu University, Dhulikhel, Nepal",Nepal,prativapoudel1@gmail.com,https://orcid.org/0000-0001-7124-713X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,climate change; Nepal; WASH; water,NA,iwaponline.com +84795,11,6,https://iwaponline.com/washdev/article/11/6/867/84795/Research-progress-on-the-contamination-status-and,"Journal of Water, Sanitation & Hygiene for Development",Research progress on the contamination status and control policy of Giardia and Cryptosporidium in drinking water,2021,FALSE,0,NA,NA,5,Cuimin Feng,"Key Laboratory of Urban Stormwater System and Water Environment, Ministry of Education, Beijing University of Civil Engineering and Architecture, Beijing 100044, China",China,feng-cuimin@sohu.com,NA,Cuimin Feng,"Key Laboratory of Urban Stormwater System and Water Environment, Ministry of Education, Beijing University of Civil Engineering and Architecture, Beijing 100044, China",China,feng-cuimin@sohu.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Cryptosporidium; disinfection; drinking water; Giardia; water treatment,NA,iwaponline.com +83329,11,6,https://iwaponline.com/washdev/article/11/6/887/83329/Assessing-inequalities-in-sustainable-access-to,"Journal of Water, Sanitation & Hygiene for Development",Assessing inequalities in sustainable access to improved water services using service level indicators in a rural municipality of South Africa,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.234/2/washdev2021234supp.docx?Expires=1706093421&Signature=HqFE3IlZSNGjIIqZw5~3RHlA01EHHfWKHW6lOoeLWr-TwVFXg8lruBTaWZwv22MEgajdqpjKtM1QCOsInkao0ehXpU~Q9MfOpzpOrJz8BONDpJl8RYLRCUwk2-RiTA~JwkMEJWjsfdIBk0IxY0ios3Uao-IUNMw5g-WC-17HMr6IEX4ar8me~Dp4ZSkPx1NkTHrZtbjjEwqd0246qipZXUFZJ0DMQR7i34qyf53Tbo50MjnkUqKw7uXnFWCSRjlt-dSXiMBS09bkYTvHpilFO1p1yXI2YyjYkc54Dts649qgwiGoazSXgg0U1V3P2mQBo4paMGGwqUSfpBGrX0MuNg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Calvin Sambo,"Bioresources Engineering Programme, School of Engineering, University of KwaZulu-Natal, King Edward Ave, Scottsville, Pietermaritzburg 3209, KwaZulu-Natal, South Africa",South Africa,calvinsambo@gmail.com,https://orcid.org/0000-0002-7124-805X,Calvin Sambo,"Bioresources Engineering Programme, School of Engineering, University of KwaZulu-Natal, King Edward Ave, Scottsville, Pietermaritzburg 3209, KwaZulu-Natal, South Africa",South Africa,calvinsambo@gmail.com,https://orcid.org/0000-0002-7124-805X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,free basic water policy; improved water sources; rural water supply; water service indicators,NA,iwaponline.com +83444,11,6,https://iwaponline.com/washdev/article/11/6/902/83444/Linkages-between-environmental-factors-WASH-and,"Journal of Water, Sanitation & Hygiene for Development",Linkages between environmental factors (WASH and energy) and Infant and Young Child Feeding practices in rural India: implications for cross-sectoral interventions for child health,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.005/2/washdev2021005supp.docx?Expires=1706093426&Signature=LdJHdvbh8dg~luW3aZWOTLUF~sKT9rpU-pQegiseKrUhxKoEvVP7D20dx4OhbssWf1-yoSMsWJkK-HMWjokS6BHVllix2JzcsrKl39wNVYw37UCXV0ut7O6Wca2z9QvAjCxNOBDBKJ0PNF7hdZZPhrTxKnvfD2C1lOjrjQUy-OLTIDk4WVzHvmB6SFVeuwQZh~kIIwViYYW~w76otkILEm7xOST~BRKad0pDpUoEbbstfkacpm-Cq7-tE93x3mhYwjowa8aXScOZSTIBNs2S74lTr3oY6bFz69IIAXD466Q-l6cZ5APxosVEB6UfLK3LYjeW9bDyfAlqWWrhpl9aqA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,Priti Parikh,"Engineering for International Development Centre, Bartlett School of Sustainable Construction, University College London, London WC1E 7HB, UK",United Kingdom of Great Britain and Northern Ireland,priti.parikh@ucl.ac.uk,https://orcid.org/0000-0002-1086-4190,Priti Parikh,"Engineering for International Development Centre, Bartlett School of Sustainable Construction, University College London, London WC1E 7HB, UK",United Kingdom of Great Britain and Northern Ireland,priti.parikh@ucl.ac.uk,https://orcid.org/0000-0002-1086-4190,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,child health; energy; environment; feeding practices; India; WASH,NA,iwaponline.com +83445,11,6,https://iwaponline.com/washdev/article/11/6/916/83445/Assessment-of-multiple-boiling-of-potable-water,"Journal of Water, Sanitation & Hygiene for Development",Assessment of multiple boiling of potable water utilizing household kettles for consumption,2021,FALSE,0,NA,NA,3,Bader S. Al-Anzi,"Department of Environmental Technology and Management, Kuwait University, P.O. Box 5969, Safat 13060, Kuwait",Kuwait,bader.alanzi@ku.edu.kw,NA,Bader S. Al-Anzi,"Department of Environmental Technology and Management, Kuwait University, P.O. Box 5969, Safat 13060, Kuwait",Kuwait,bader.alanzi@ku.edu.kw,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,boiling; drinking water; kettle; total dissolved solids,NA,iwaponline.com +84262,11,6,https://iwaponline.com/washdev/article/11/6/926/84262/Water-sanitation-and-hygiene-in-healthcare-centres,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene in healthcare centres: appraisal in a pandemic",2021,FALSE,0,NA,NA,4,Enovwo E. Odjegba,"Department of Water Resources Management & Agrometeorology, Federal University of Agriculture, Abeokuta, Ogun State, Southwest Nigeria",Nigeria,odjegbaee@funaab.edu.ng,https://orcid.org/0000-0003-3402-4708,Enovwo E. Odjegba,"Department of Water Resources Management & Agrometeorology, Federal University of Agriculture, Abeokuta, Ogun State, Southwest Nigeria",NGA,odjegbaee@funaab.edu.ng,https://orcid.org/0000-0003-3402-4708,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,infections; pandemic; primary healthcare facilities; SDGs; WASH,NA,iwaponline.com +83948,11,6,https://iwaponline.com/washdev/article/11/6/937/83948/Community-management-does-not-equate-to,"Journal of Water, Sanitation & Hygiene for Development",Community management does not equate to participation: fostering community participation in rural water supplies,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.089/2/washdev2021089supp.docx?Expires=1706023714&Signature=VSiethOvETTGgSO2fVySRd3NgXDAgyBp4BK2ERplsaMbqoxeOreBkGvjE0XJxP7k0fkvYd7j-orxrkM5ENtwOMmQOvcit8ZP~9uE3qtDlvRzU5cdz-SrrFJDhWWVgQy1icIDL82fhEwCCkx-qlKKjc8sAwpT0PbTrjVRjpgzN8OeIBf~Bqu8vsJVUo73hRsMGM4SyEUFCVyzsBW1VPQ-52qZMuzgLX6-Gq5hPfT6b~zWXOfsxtuiFX2M4CTUkNuJiaGj08CtlNl-jRkN7ZWpInMVbzOr07AnqrSRbB~uUL45YqaZs48V-BmdKPKQFiB-OJ8fnbZRED1JUPsjjKyAUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Katherine F. Shields,"Department of Geography, University of Oregon, Eugene, OR, USA",United States of America,kfs@uoregon.edu,https://orcid.org/0000-0003-0625-7723,Katherine F. Shields,"Department of Geography, University of Oregon, Eugene, OR, USA",United States of America,kfs@uoregon.edu,https://orcid.org/0000-0003-0625-7723,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,community ownership; governance; qualitative; rural water supply; sub-Saharan Africa; water committee,NA,iwaponline.com +83400,11,6,https://iwaponline.com/washdev/article/11/6/948/83400/Financial-and-operational-sustainability-of-a,"Journal of Water, Sanitation & Hygiene for Development",Financial and operational sustainability of a gravity-fed rural piped water supply system in Malawi,2021,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.090/2/washdev2021090supp.pdf?Expires=1706162859&Signature=yWp3zO71yTIpZFZjQT2fgezVh5692cPOfdR8cdCX0CejCo-S7sFaO63Cnu4DOO~208dYOBvDwRzREKgBgRaa7YbJicBfMQ3zUZhfkUOVtqDfJipE7dpJfur~g3rhM41ZiaPE4~3V6YF1sc26jhOrsLMi7PY1fCGo3Ja0Sr9oPXjQhdW84l8u7f~h90s3ohjd0hVCJwfJa~WXnhcLc0Y6vi-o2uKFLAkr6lXCMPcmyF0YYVL9mhpK43y6SPohy2jD-I2wj7htOP1W022wvmZbfZjsh84Yn~uhcKYmF88RmL1NEy-WL8fe2kdxLPrw7igtwEDEpUZxC40odHa8V2Mpew__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Patrick Mwagomba,"Malawi University of Business and Applied Sciences (MUBAS), Blantyre, Malawi",Malawi,NA,NA,Elizabeth Tilley,"Mechanical and Process Engineering, ETH Zurich, Clausiusstrasse 37, 8092 Zurich, Switzerland",Switzerland,tilleye@ethz.ch,https://orcid.org/0000-0002-2095-9724,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,capacity; distribution; financial sustainability; rural water; social acceptability; user satisfaction,NA,iwaponline.com +83446,11,6,https://iwaponline.com/washdev/article/11/6/959/83446/Fate-and-mass-loading-of-antibiotics-in-hospital,"Journal of Water, Sanitation & Hygiene for Development","Fate and mass loading of antibiotics in hospital and domestic wastewater treatment plants in Bangkok, Thailand",2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.092/2/washdev2021092supp.docx?Expires=1706162863&Signature=B1076L5CM7sLmJz8eFbRTGN-qxgKVvvV0y~bMHH4y1Pf4m8YV6Gvl1mSD0Ir2NY0s1ky1lPXdKbR3SuvXEyyt19SI8Jl4EX32M8arpZEg36MN2rBCDk2cjBsGSBeE-NSK2~VLpmnRUxV2Plb4sNzIriaPc72sNIhnWuNAcmEEgCHyHQi~3rURu~vzi8Klaz-OjnaGhMoLjW3ogO40t-pdIfIg5ZDyHvEop1chtT0P~HJXD3gK90u3j9OCgF316ltD~dQbdp6bK1ET9d5NZQoDpHhNy-4gbfGSoWcXq2Kheyh-wptQXyECWE8AzxQcaTSbD03jd2deiNGpB4iSYBLYg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Donwichai Sinthuchai,"Department of Civil and Environmental Engineering, Faculty of Engineering, Mahidol University, 999 Phutthamonthon 4 Rd. Salaya, Phutthamonthon, Nakhon Pathom 73170, Thailand",Thailand,NA,NA,Suwanna Kitpati Boontanon,"Department of Civil and Environmental Engineering, Faculty of Engineering, Mahidol University, 999 Phutthamonthon 4 Rd. Salaya, Phutthamonthon, Nakhon Pathom 73170, Thailand",Thailand,suwanna.boo@mahidol.ac.th,https://orcid.org/0000-0003-2118-4577,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibiotics; domestic wastewater; hospital wastewater; mass loading; wastewater treatment plant,NA,iwaponline.com +84001,11,6,https://iwaponline.com/washdev/article/11/6/972/84001/Evaluation-of-monitoring-tools-for-WASH-response,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of monitoring tools for WASH response in a cholera outbreak in northeast Nigeria,2021,FALSE,0,NA,NA,5,Marine Ricau,"Department of Civil and Environmental Engineering, Tufts University School of Engineering, Medford, MA 02155, USA",United States of America,marine.ricau@tufts.edu,NA,Marine Ricau,"Department of Civil and Environmental Engineering, Tufts University School of Engineering, Medford, MA 02155, USA",United States of America,marine.ricau@tufts.edu,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,cholera; data collection; humanitarian context; monitoring; Nigeria; WASH,NA,iwaponline.com +84260,11,6,https://iwaponline.com/washdev/article/11/6/983/84260/Re-emergence-of-dry-toilets-and-fecal-nutrient,"Journal of Water, Sanitation & Hygiene for Development",Re-emergence of dry toilets and fecal nutrient reuse in M'zab cities,2021,FALSE,0,NA,NA,3,Sara Bekaddour,"Agricultural Water Management Laboratory, National Higher School of Agronomy (ENSA ex INA), Hassen Badi, El Harrach 16004, Algiers, Algeria",Algeria,bekaddour.sara@gmail.com,https://orcid.org/0000-0003-2169-0090,Sara Bekaddour,"Agricultural Water Management Laboratory, National Higher School of Agronomy (ENSA ex INA), Hassen Badi, El Harrach 16004, Algiers, Algeria",Algeria,bekaddour.sara@gmail.com,https://orcid.org/0000-0003-2169-0090,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,arid regions; dry toilets; human excreta; oasis; recycling; water and nutrient cycles,NA,iwaponline.com +84326,11,6,https://iwaponline.com/washdev/article/11/6/994/84326/Pathways-to-the-successful-function-and-use-of-mid,"Journal of Water, Sanitation & Hygiene for Development",Pathways to the successful function and use of mid-tech household water and sanitation systems,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.107/2/washdev2021107supp.docx?Expires=1706162874&Signature=1lX-butMkuz42-0jcmC~iOjeELOvh1~ooW1nTJCDGM2QCN5AM-A6PxzqUMlL8zT0-fUnZgUTiyJFQyN06iQp1a~~uaP8Svkn0dwHMxzCarKMhlcO1zk4q2HcemD70DN27of~tbS0-40dx3bbhl4OLKLwNDraXe7WBVGm7bEoqc2JX31cvek4jFnSWeKRj8PP44-q1pQUg~Hczk7JT5jg4f-k3GTSBih4-qz889W-A2cKqog0gzA30QUTJH6zJGTbbHJxpuhWB5vFg8P2ba-AekNroT5CkCAdRIuqTf7Qqj68gO9X3HM4mDCGpbmElDZa~GAknTFNRNSV2zSrKTQ3Rg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Kaitlin Mattos,"Civil, Environmental, & Architectural Engineering Department and the Mortenson Center in Global Engineering, University of Colorado, 4001 Discovery Drive, Boulder, CO 80303, USA",United States of America,NA,https://orcid.org/0000-0002-9273-0101,Karl G. Linden,"Civil, Environmental, & Architectural Engineering Department and the Mortenson Center in Global Engineering, University of Colorado, 4001 Discovery Drive, Boulder, CO 80303, USA",United States of America,karl.linden@colorado.edu,https://orcid.org/0000-0003-4301-7227,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,Alaska; household; qualitative comparative analysis; sanitation; WASH; water,NA,iwaponline.com +84509,11,6,https://iwaponline.com/washdev/article/11/6/1006/84509/Exploring-behavioral-determinants-of-handwashing,"Journal of Water, Sanitation & Hygiene for Development",Exploring behavioral determinants of handwashing with soap after defecation in an urban setting in Bangladesh: findings from a barrier analysis,2021,TRUE,2,xlsx; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.070/2/washdev2021070supp1.xlsx?Expires=1706162878&Signature=iYQvaIiZDesni3hrvegvomfhq8jQNMnqGU9XNtTPEnvsSatuEh9YAKPo06ELveAOexYZvVsxwLtabc-fwK3Q7Cgb6iLltuglVahysaDeH3HRWfRcv6qkbd9dl7kep4PiZq9ovwyEQr7WGDdeVgwXDWSv6pCXe-wvipV-1NICoXVeqSXT4xqJa-siLtvEb9c-5gU5RwBx-OCM8qJdL8ArOd7oOfq6HXD3aOH8FemSzrZA2z0dfqFOXU9Qx-fVqmD4LAHauP80hn8Q2T5BPj7noMyhANl7e37JpX9Z5jfSV4LCyqdRSKSkvcThQtBnVg0Hbb0BQNqun5qgmSPSThb1oA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.070/2/washdev2021070supp2.docx?Expires=1706162878&Signature=UCYE7m7YFFXhufEx27vnL3YUm30NiqTKOFzHQqk8Jv7DKAVVhNDXnh44ogDm2Fb~yqucHPQwYRjFSf8laFyi7bgvMTLCVYhpfdZLzutnzV2njKr3LNG5LlyZ~cUHyQlAeJzOrGbt7fuFua4wlbmWQFvtron~7BXqp4mHKQyfnmoK5lb-sWji90ARdNtYMbyQ6xlxQjeiufMcslAQfF~WT06S8rgCC7tarq8oHTH6u~VkgbMhwA12N7bvSwJNjaW~LUgSaFTCsUq3QBNgEg~fiJpBJrbQ8jiFroOQdORzCLXTMyKQCvQuGglCF4NasxNV9WVh0U14G71isFpgrxqv2g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Md. Abul Kalam,"Bangladesh Country Office, Helen Keller International, House 10/F, Road 82, Gulshan-2, Dhaka 1212, Bangladesh",Bangladesh,a.kalam724@gmail.com,https://orcid.org/0000-0003-4236-8519,Md. Abul Kalam,"Bangladesh Country Office, Helen Keller International, House 10/F, Road 82, Gulshan-2, Dhaka 1212, Bangladesh",Bangladesh,a.kalam724@gmail.com,https://orcid.org/0000-0003-4236-8519,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,barrier analysis; behavior change; behavioral determinants; handwashing; hygiene,NA,iwaponline.com +84510,11,6,https://iwaponline.com/washdev/article/11/6/1016/84510/The-hidden-WASH-needs-of-perimenopausal-women,"Journal of Water, Sanitation & Hygiene for Development",The hidden WASH needs of perimenopausal women,2021,FALSE,0,NA,NA,5,Amita Bhakta,"Consultant, UK",United Kingdom of Great Britain and Northern Ireland,amitabhakta@hotmail.co.uk,NA,Amita Bhakta,"Consultant, UK",United Kingdom of Great Britain and Northern Ireland,amitabhakta@hotmail.co.uk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,bathing; laundry; menstrual hygiene; perimenopause; sanitation; water,NA,iwaponline.com +84532,11,6,https://iwaponline.com/washdev/article/11/6/1026/84532/Climbing-the-sanitation-ladder-latrine-promotion,"Journal of Water, Sanitation & Hygiene for Development",Climbing the sanitation ladder: latrine promotion and household decision-making in Viet Nam,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.072/2/washdev2021072supp.docx?Expires=1706026641&Signature=qCyntfbkA2~D5TozvW5SOk9bP6tQgGLCvAEvHIqISKzfV63EeSxhzluSU1YR4XWVtynKJvHZP0yCMRJDhGsq08Uz7nG0LpeqGGYnXjq6H5TefKChe9HMrmHLa6NGClE64W7MbGCdzjZoqMHTMdy026RoFys8s4goAaJX1y9sK2JqhYM8owScGgnsG4zakZqSPBZCDb~vet660uLvj2GBT8jmQ7tCKMrHLLMqGHsBWQemykZNxPNkhneuQ0HmsxxFpk~6k7qWZsWyzB7y2pq8wu4kJ2un~fw9A-6InOz8P8v4uhNvruxsZoy-KTw4NJTwdOm3VlQHUwU0AB7FH29KrQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Milan Thomas,"Economic Research and Regional Cooperation Department, Asian Development Bank, 6 ADB Avenue, Mandaluyong City 1550, Metro Manila, Philippines",Philippines,mthomas@adb.org,https://orcid.org/0000-0001-8100-9506,Milan Thomas,"Economic Research and Regional Cooperation Department, Asian Development Bank, 6 ADB Avenue, Mandaluyong City 1550, Metro Manila, Philippines",Philippines,mthomas@adb.org,https://orcid.org/0000-0001-8100-9506,TRUE,All relevant data are available from an online repository or repositories (https://georgetown.app.box.com/s/4kcyhfl2227rntacm49pdiyfzwgaxmyc).,available in online repository,https://georgetown.app.box.com/s/4kcyhfl2227rntacm49pdiyfzwgaxmyc,gender; marketing; rural development; sanitation; septic tanks; social influences,NA,iwaponline.com +84546,11,6,https://iwaponline.com/washdev/article/11/6/1036/84546/The-clean-plan-analysing-sanitation-planning-in,"Journal of Water, Sanitation & Hygiene for Development",The clean plan: analysing sanitation planning in India using the CWIS planning framework,2021,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.130/2/washdev2021130supp.pdf?Expires=1706162888&Signature=fYSpcNpbNJqdoxXrGceS1E8b8FZbnhWDujwPs~Sq1jwew~O0Rw4SZgSFmQV5tGmtUKcu3kKaji1NMJRhOy3qsdKBCWWbwoBBk~HRS3zpNzhjXlwEOeO5chYHtIKJFgMwoaMvH-bIP7Dzm8uyUhUYm8Y~5yrZkvflCtTQEWi1rszK313Q1-HkuI0o7ZgQXbMitgwMwE9xHugdVnzV2D35Bwk0B9Z2S-40f8BWEn5xpjJRccpjcYxbctPm~-dtNmIzFI0YfyNSVR9zDKZlI6At6UWFa4LxpPoba702L6WwdqileupsbTFRilvjddLLJPYzbLcxIqMFvt2ZbqsG4j8xTg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Abishek S. Narayan,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,Abishek S. Narayan,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Dübendorf, Switzerland",Switzerland,abishek.narayan@eawag.ch,https://orcid.org/0000-0003-3941-5177,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Citywide Inclusive Sanitation; CWIS planning framework; India; sanitation planning; Swachh Bharat Mission,NA,iwaponline.com +84439,11,6,https://iwaponline.com/washdev/article/11/6/1048/84439/Enhancing-the-resilience-of-the-rainwater-for,"Journal of Water, Sanitation & Hygiene for Development",Enhancing the resilience of the rainwater for drinking (RFD) system through systematic monitoring: a case study at the Ly Nhan rural hospital in Vietnam,2021,FALSE,0,NA,NA,6,Hakyung Lee,"Department of Civil and Environmental Engineering, Seoul National University (SNU), 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,NA,https://orcid.org/0000-0002-1064-4227,Mooyoung Han,"Institute of Construction and Environmental Engineering (ICEE), Seoul National Universit (SNU), 1 Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea",Republic of Korea,myhan@snu.ac.kr,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,developing countries; rainwater for drinking system; rural health-care facility; safe drinking water; SDG 6; Vietnam,NA,iwaponline.com +84550,11,6,https://iwaponline.com/washdev/article/11/6/1062/84550/Inconvenient-truth-unsafely-managed-fecal-sludge,"Journal of Water, Sanitation & Hygiene for Development",Inconvenient truth: unsafely managed fecal sludge after achieving MDG for decades in Thailand,2021,FALSE,0,NA,NA,4,Thammarat Koottatep,"School of Environment, Resources and Development, Asian Institute of Technology, Klong Luang, Pathumthani, Thailand",Thailand,NA,NA,Achara Taweesan,"Department of Environmental Science, Faculty of Science, Ramkhamhaeng University, Bankapi, Bangkok, Thailand",Thailand,acharataweesan@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,effective sanitation measures; fecal pathogen infections; fecal sludge management; improved sanitation facilities; Millennium Development Goals; Sustainable Development Goals,NA,iwaponline.com +84675,11,6,https://iwaponline.com/washdev/article/11/6/1071/84675/Effect-of-single-and-combined-exposures-to-UV-C,"Journal of Water, Sanitation & Hygiene for Development",Effect of single and combined exposures to UV-C and UV-A LEDs on the inactivation of Klebsiella pneumoniae and Escherichia coli in water disinfection,2021,TRUE,2,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.105/2/washdev2021105supp1.docx?Expires=1706162900&Signature=x2weFjFEY8S85yaf~SLTzD9VYazmx8D5-TcM8BKCCW4Toe5UPjMq2GCngRlQ3pPdcMO7RoToCuXgWaMe85blazNPbt1ubU9ku-txiztiu1l4fFdndSwfRBZfQQyNZUez21sEWkQ2eSxu0XEd7wx-3af-5LELCCDQ7Vhnbu99oiZ5D84TtLVGqTguVjSgakuKa69f-g4fhYQ-644uCsOuh5CdHt8QMx88Ed7Efzo2NUACV75jOgqlbSuKeNXUPDZJ6FcMLK6YqUGcLccajnL3mJcEEsnMs5nBCOT1dbDEwGZD~ZNznx2GA8qn-qb36JvvnYnNUStqK44G4VhCOGLn6w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.105/2/washdev2021105supp2.docx?Expires=1706162900&Signature=MERjB2Pu1260lYKhaSqbNjC8TJty8krzWrfiCcZhMooleRs4r1Nt174SJO2At89uEFXwz1LMXfCpBqOy-ClxypGlJYWLowhanJasTQioEe922eSSpicDeOFBsOjb6SsDZJZb7tqSBUjbIeZ3ZB-rXj3a1hs-U25WZR5XAtBeu~vtEdDt7F3CDKs3zMrqLP8PRfBcy2zjoV2GXoZPh9mt2e0L9sV3sKAyPUarsc0Q9ReaDH~~u1LhK04otgsCcaoHnuMTXRx4gQlsipcnDITlrFr7khJa7Dt7vaEdUQ0wp4Kek95suQWKvydmxNy37fuOmkO2DRzmhk259rNsikWjmw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,María-Angélica Galezzo,"Environmental Engineering Research Center, Department of Civil and Environmental Engineering, Universidad de los Andes, Carrera 1 No. 18A-12, Mario Laserna Building, Office 733, Bogotá, Colombia",Colombia,ma.galezzo@uniandes.edu.co,https://orcid.org/0000-0003-3945-7115,María-Angélica Galezzo,"Environmental Engineering Research Center, Department of Civil and Environmental Engineering, Universidad de los Andes, Carrera 1 No. 18A-12, Mario Laserna Building, Office 733, Bogotá, Colombia",Colombia,ma.galezzo@uniandes.edu.co,https://orcid.org/0000-0003-3945-7115,TRUE,All relevant data are available from an online repository or repositories (https://data.mendeley.com/datasets/z9w7d7gw9n/1).,available in online repository,https://data.mendeley.com/datasets/z9w7d7gw9n/1,drinking water; Klebsiella pneumoniae; photo/dark repair; point-of-use systems; UV disinfection; water treatment,NA,iwaponline.com +84794,11,6,https://iwaponline.com/washdev/article/11/6/1083/84794/Removal-of-metronidazole-antibiotic-from-aqueous,"Journal of Water, Sanitation & Hygiene for Development",Removal of metronidazole antibiotic from aqueous solution by ammonia-modified activated carbon: adsorption isotherm and kinetic study,2021,FALSE,0,NA,NA,6,Ali Ahmadfazeli,"Health Research Center, Lifestyle Institute, Baqiyatallah University of Medical Sciences, Tehran, Iran",Iran (Islamic Republic of),NA,NA,Amir Adibzadeh,"Health Research Center, Lifestyle Institute, Baqiyatallah University of Medical Sciences, Tehran, Iran",Iran (Islamic Republic of),rsr.adibzadeh@bmsu.ac.ir,https://orcid.org/0000-0002-5703-0759,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adsorption isotherm; kinetic; metronidazole antibiotic; modified activated carbon,NA,iwaponline.com +83807,11,6,https://iwaponline.com/washdev/article/11/6/1097/83807/Revenue-augmentation-through-improved-water-supply,"Journal of Water, Sanitation & Hygiene for Development","Revenue augmentation through improved water supply services: a case study of the SMART-WASA team of Faisalabad, Pakistan",2021,FALSE,0,NA,NA,4,R. Ogata,"JICA, Niban-cho, Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,R. Ogata,"JICA, Niban-cho, Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,hydraulic separation; Pakistan; revenue augmentation; service improvement; willingness to pay,NA,iwaponline.com +84405,11,6,https://iwaponline.com/washdev/article/11/6/1102/84405/The-Household-Water-Insecurity-Experiences-HWISE,"Journal of Water, Sanitation & Hygiene for Development",The Household Water Insecurity Experiences (HWISE) Scale: comparison scores from 27 sites in 22 countries,2021,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/6/10.2166_washdev.2021.108/2/washdev2021108supp.docx?Expires=1706162912&Signature=QOaZDgXD91SqJjOy2-4sPBySZGE6~dCeIb~V2Z5tQXJFsXAfLtdxZFjIzHWhIAw9evFOUc9Dl3UbdkdRtOfiXO0FA3hq4kphSzr8SVYsoPPQHzrc~KZCz86K5lwWszga6DvGFBOeHQUeMRFx-xqNK3Snq-webh~-AUaHOGYQmy9rW8Iy9wptNw8fUDQ7MLWo1ApI6YbbDOngsfz4iM~k3qu7-ANKAONEYe85Bn91gc5fooMe-t5vqg9ZsS9XDlyEZZ98sjuNFRzvJrKvHmPGNnAvEnPQ-iSmKBa2LLVf3ZLFv5ltty7PaN7C2Ioc1cAg0fO-6f5~RreJ3J49r3rvrQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,47,Justin Stoler,"Department of Geography and Sustainable Development, University of Miami, Coral Gables, FL 33146, USA",United States of America,stoler@miami.edu,https://orcid.org/0000-0001-8435-7012,Justin Stoler,"Department of Geography and Sustainable Development, University of Miami, Coral Gables, FL 33146, USA",United States of America,stoler@miami.edu,https://orcid.org/0000-0001-8435-7012,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,global health; measurement; metrics; water insecurity,NA,iwaponline.com +85061,12,1,https://iwaponline.com/washdev/article/12/1/1/85061/Impact-of-regional-water-supply-sanitation-et,"Journal of Water, Sanitation & Hygiene for Development","Impact of regional water supply, sanitation et hygiene (WASH) program in Senegal on rural livelihoods and sustainable development",2022,FALSE,0,NA,NA,7,Ibrahima Sy,"University Cheikh Anta Diop (UCAD), BP 5005 Dakar, Senegal",Senegal,ibrahima.ousmane.sy@gmail.com,https://orcid.org/0000-0002-3266-1001,Ibrahima Sy,"University Cheikh Anta Diop (UCAD), BP 5005 Dakar, Senegal",Senegal,ibrahima.ousmane.sy@gmail.com,https://orcid.org/0000-0002-3266-1001,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,hygiene; impact; sanitation; Senegal; sustainable development; WASH sub-program; water,NA,iwaponline.com +85555,12,1,https://iwaponline.com/washdev/article/12/1/16/85555/Time-and-motion-assessment-of-pit-emptying,"Journal of Water, Sanitation & Hygiene for Development","Time and motion assessment of pit-emptying operations in Kigali, Rwanda",2022,TRUE,2,docx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.079/1/washdev2021079supp1.docx?Expires=1706017747&Signature=XbBuc8wceO7PaJukMgFKgZvgRQcJ5y3xUlpP5MPQD8uLqgCyopUvwEpWrJCSiaG06rNsPYit20EzMmzooKa6hwtjg1HohtfuaeENk7DELH-aaeEZhErOJCgU9PtxzWTnS3Mk1w5f-XyLdncGd9486kGCHPfTprL5GeXs2w0RvxilvMlUa8W4smbHAhx56HYDsnjVzWL9ZwwWE~OIPGIZ7hgwuyRnpvXJ5xGtiWx8ijciDZrH5jB94jIBqyLK4VaMaY0y1hVd1EyuoGNqe9m0sHZ8T~LYcypTDUFDI8hwBic2A79Ng1oyblGQkbOy626CEefrPxT1Ue0M6rkUPvvdqg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.079/1/washdev2021079supp2.xlsx?Expires=1706017747&Signature=uz5GcdZ3O~41UDGdG8yVP-dkHoxvogjYPWXn1dp7ItWWz~dya56wvB05CSS7nmzjRThpNGLZQUVhS1uatYN58J4LmqY5XQfs1itShRL6zqHA-Vrek4sx7NJdduX60A~RB9MzM6HRsfyMmSPlXkdpeYuh0UiMZxjL0vtGRH1x6KkSuwk8fbOiTANKQcvh7zAMwqQp4zc6ev8rS80au3BrmgYf8OJI~0ymOL01c~M7E9U~Jb-C2dDBLJh-7WmDF3TKxPJQLYo8niECLWiK35vzkZTEhNU1gfpxp36QuFP2SPgkauhbe-w5zXLQIn0Nu84xaKWUMugy-2wxE9uOFMyuvQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Bruce Rutayisire,"Pit Pumpers Ltd, Kigali, Rwanda",Rwanda,bruce@pitvidura.com,https://orcid.org/0000-0003-0180-5292,Bruce Rutayisire,"Pit Pumpers Ltd, Kigali, Rwanda",Rwanda,bruce@pitvidura.com,https://orcid.org/0000-0003-0180-5292,TRUE,All relevant data are included in the paper or its Supplementary Information. Deidentified data on the tasks analyzed for this study are available in a separate file.,in paper,NA,FSM; on-site sanitation; pit latrines; septic tanks; time-motion study; trash fishing,NA,iwaponline.com +85238,12,1,https://iwaponline.com/washdev/article/12/1/23/85238/Does-economic-policy-in-Nigeria-enhance,"Journal of Water, Sanitation & Hygiene for Development",Does economic policy in Nigeria enhance sustainable water and sanitation facilities?,2022,FALSE,0,NA,NA,4,Paschaline Nkeiruka Ugwu,"Department of Economics, University of Nigeria, Nsukka, Nigeria",Nigeria,NA,https://orcid.org/0000-0002-9958-6341,Divine Ndubuisi Obodoechi,"Department of Economics, University of Nigeria, Nsukka, Nigeria",Nigeria,divine.obodoechi@unn.edu.ng,https://orcid.org/0000-0001-7873-1856,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,economic policy; PEWASH; unsafe sanitation; water sanitation; WASH,NA,iwaponline.com +84883,12,1,https://iwaponline.com/washdev/article/12/1/32/84883/Pattern-of-child-faeces-management-and-disposable,"Journal of Water, Sanitation & Hygiene for Development","Pattern of child faeces management and disposable diaper usage among under-fives in an Urban Slum of Bandung, Indonesia",2022,FALSE,0,NA,NA,5,Lina Agestika,"Graduate School of Health Sciences, Hokkaido University, 060-0812 Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,NA,https://orcid.org/0000-0003-2902-8296,Taro Yamauchi,"Graduate School of Health Sciences, Hokkaido University, 060-0812 Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,taroy@med.hokudai.ac.jp,https://orcid.org/0000-0002-5168-2748,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,child faeces; disposable diapers; hygiene; sanitation; toilet training; urban slum,NA,iwaponline.com +85229,12,1,https://iwaponline.com/washdev/article/12/1/41/85229/Situation-of-menstrual-management-facilities-in,"Journal of Water, Sanitation & Hygiene for Development","Situation of menstrual management facilities in schools of peri-urban areas of Nepal: WASH, privacy, and healthcare",2022,FALSE,0,NA,NA,7,Sadhana Shrestha,"Center of Research for Environment, Energy and Water, Upahar Marg, Baluwatar, Kathmandu-4, 44600, Nepal",Nepal,gosadhana@gmail.com,https://orcid.org/0000-0003-0468-4350,Sadhana Shrestha,"Center of Research for Environment, Energy and Water, Upahar Marg, Baluwatar, Kathmandu-4, 44600, Nepal",Nepal,gosadhana@gmail.com,https://orcid.org/0000-0003-0468-4350,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,healthcare need; menstrual pain and discomfort; Nepal; school absenteeism; sick room; space for washing and drying,NA,iwaponline.com +85669,12,1,https://iwaponline.com/washdev/article/12/1/52/85669/Willingness-of-boarding-school-students-in,"Journal of Water, Sanitation & Hygiene for Development",Willingness of boarding school students in Tanzania to employ point-of-use water treatment: a case study,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.134/1/washdev2021134supp.docx?Expires=1706162936&Signature=P102hVYN-fUulk9JDsxdycB-SA~GJog~VU8CVg4jxzuSWeRPxUrbK0Dcce1~b6nm7rISNLGy3q~12SXqb9fyXgoMBZzGKgHNhn46COwD57~c-i5O8xn8VhqtHrjhtxx0h8DOJG77knJTrG5UnzBkBgvOIQNDzF3w1i4hJh4Lw~Th-tQnCYjSZ-48shIa1VEJhO1PPz-ctc1MYBcH6umhAHpLzLOZ5QU8QNdfY-PRGGW~yE9zG2HMnGmWPnYwgmkUrf0J2HERXos8kHkhx-YvzUhZnwRtXlohtTsL1uyVP7-5M-CypLlhe3ltCtI3Qib5on4DifG4WeogGdtnUrl~NQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Getrude A. Felix,"Department of Civil Engineering, School of Architecture, Construction Economics and Management, Ardhi University, P.O. Box 35176, Dar es Salaam, Tanzania",United Republic of Tanzania,NA,NA,Tula. M. Ngasala,"Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48823, USA",United States of America,ngasalat@msu.edu,https://orcid.org/0000-0003-0610-3070,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,boarding school; chlorine tablets; fecal coliform; point of use; water quality; water treatment methods,NA,iwaponline.com +85656,12,1,https://iwaponline.com/washdev/article/12/1/58/85656/Assessment-of-groundwater-quality-and-human-health,"Journal of Water, Sanitation & Hygiene for Development","Assessment of groundwater quality and human health risk associated with chromium exposure in the industrial area of Ranipet, Tamil Nadu, India",2022,FALSE,0,NA,NA,3,Christina Rajam Vijayakumar,"School of Civil Engineering, Vellore Institute of Technology, Vellore 632 014, Tamil Nadu, India",India,NA,NA,Divya Priya Balasubramani,"School of Civil Engineering, Vellore Institute of Technology, Vellore 632 014, Tamil Nadu, India",India,divyapriya.b@vit.ac.in,https://orcid.org/0000-0003-1507-0274,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,carcinogenic risk; chromium exposure; chronic toxicity; groundwater; heavy metal; water quality index,NA,iwaponline.com +85945,12,1,https://iwaponline.com/washdev/article/12/1/68/85945/Limited-water-access-is-associated-with-food,"Journal of Water, Sanitation & Hygiene for Development",Limited water access is associated with food insecurity and diarrheal episodes among children suffering from moderate acute malnutrition in Far-North Cameroon,2022,FALSE,0,NA,NA,8,Carole Debora Nounkeu,"Regional Hospital Limbe, South West, P.O. Box 219, Limbe, Cameroon",Cameroon,carolenounkeu@gmail.com,https://orcid.org/0000-0002-7291-6988,Carole Debora Nounkeu,"Regional Hospital Limbe, South West, P.O. Box 219, Limbe, Cameroon",Cameroon,carolenounkeu@gmail.com,https://orcid.org/0000-0002-7291-6988,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,diarrhea; food insecurity; moderate acute malnutrition; WASH; water insecurity,NA,iwaponline.com +86153,12,1,https://iwaponline.com/washdev/article/12/1/80/86153/A-qualitative-analysis-on-implementing-the-sewer,"Journal of Water, Sanitation & Hygiene for Development",A qualitative analysis on implementing the sewer system for an indigenous village in the influence area of Belo Monte Hydroelectric Plant (Brazil),2022,FALSE,0,NA,NA,4,Tarciana Lima Cirino,"Department of Materials and Construction Engineering, Federal University of Minas Gerais, 6627 Antônio Carlos Avenue, Belo Horizonte, Brazil",Brazil,NA,NA,Marys Lene Braga Almeida,"Department of Materials and Construction Engineering, Federal University of Minas Gerais, 6627 Antônio Carlos Avenue, Belo Horizonte, Brazil",Brazil,marys@demc.ufmg.br,https://orcid.org/0000-0002-2061-1613,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,environmental licensing; ethnodevelopment; Indigenous Rights Public Policy,NA,iwaponline.com +86152,12,1,https://iwaponline.com/washdev/article/12/1/90/86152/The-sanitation-arc-an-alternative-examination-of,"Journal of Water, Sanitation & Hygiene for Development",The sanitation arc: an alternative examination of WASH behavior change,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.162/1/washdev2021162supp.docx?Expires=1706162951&Signature=eP6kcutxdQvm~7G1ukMkv5D7zyKw0J4b6oKSFKJqm18tuenrD5kzgV6sxVWvC7aOkkYP2xtnfoKO1YK~xfYk36PUpwzh~lJ4djz5LZyr3l6tP-UoYi-dOyFr7cF9D5yHUshEZ3L298MLJJMV6cC2dAHhIM7oDIQk3CB8s6cR4e8owwaFNE9BlKI-gfRarIsK0PdfDdlt5oMD5dkzbUGh36vS4dp8bIEIvbIlW7tzqdIyIJP-HRQcgyde0fucTrUMOzcTVaEBIVdPe4FtUNOULb6Wcx6tHnT-kbDFY279UIdy6Ey4XOdzAQaLr2i2qVJLOoVicRvsKYcjbjGwuv5zWA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Froggi VanRiper,"Oregon State University Environmental Sciences Graduate Program, 2900 SW Jefferson Way, Corvallis, OR 97331, USA",United States of America,vanriper@oregonstate.edu,https://orcid.org/0000-0002-2564-5177,Froggi VanRiper,"Oregon State University Environmental Sciences Graduate Program, 2900 SW Jefferson Way, Corvallis, OR 97331, USA",United States of America,vanriper@oregonstate.edu,https://orcid.org/0000-0002-2564-5177,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,container-based sanitation; improved sanitation; open defecation; sanitation arc; sanitation ladder; transitional sanitation,NA,iwaponline.com +86035,12,1,https://iwaponline.com/washdev/article/12/1/102/86035/In-situ-treatment-technologies-for-pit-latrines-to,"Journal of Water, Sanitation & Hygiene for Development",In situ treatment technologies for pit latrines to mitigate groundwater contamination by fecal pathogens: a review of recent technical advances,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.184/1/washdev2021184supp.docx?Expires=1706162955&Signature=XdvraCVFUlHbQ72B9zXB-6d8skk2rVhmN-YuNaqj814x9a-fPxiVLs4OrTakdN-an9a6fIr0zqt120VZ88kQRHBTix-QlMXQRrmwAxPDNNAbKRTAqFAj-BmdOrDSZQ9m6Amn70ovasI~KvVni6-tCiDt8cp07frmHFLUoLh0D-wKd-6Bog~zbDiW5wn0v5ymGhaFqU17X-QEwXBDFGaK2YYrlOfeHHikLKd39qXKdM102PDmlTfJ6BD0TObBqyB0eQP5i2ukIidImS~6SXwLvAHsDkrDfzUbhFMGweNyTHbz3NWtH4eDnho7Az4BPz-MdQCA-EFmzFImroIQGSISYg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Shray Saxena,"Department of Mathematical, Physical, and Engineering Sciences, Institute for Water Resources Science and Technology, Texas A&M University-San Antonio, San Antonio, TX 78224, USA",United States of America,ssaxena@tamusa.edu,https://orcid.org/0000-0002-0452-5619,Shray Saxena,"Department of Mathematical, Physical, and Engineering Sciences, Institute for Water Resources Science and Technology, Texas A&M University-San Antonio, San Antonio, TX 78224, USA",United States of America,ssaxena@tamusa.edu,https://orcid.org/0000-0002-0452-5619,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,fecal pathogen; groundwater contamination; pit latrine; pit lining; sludge treatment,NA,iwaponline.com +86114,12,1,https://iwaponline.com/washdev/article/12/1/116/86114/Water-and-sanitation-influence-on-child-health-in,"Journal of Water, Sanitation & Hygiene for Development",Water and sanitation influence on child health in Namibia: using demographic and health surveys,2022,FALSE,0,NA,NA,3,Mona Abdelhady,"Ca' Foscari University of Venice, Department of Economics, San Giobbe, Cannaregio 873, 30121 Venice, Italy",Italy,mona.abdalhady@feps.edu.eg,https://orcid.org/0000-0002-7161-2237,Mona Abdelhady,"Ca' Foscari University of Venice, Department of Economics, San Giobbe, Cannaregio 873, 30121 Venice, Italy",Italy,mona.abdalhady@feps.edu.eg,https://orcid.org/0000-0002-7161-2237,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,child health; demographic and health survey; Namibia; safe water; sanitation; under-five mortality,NA,iwaponline.com +85720,12,1,https://iwaponline.com/washdev/article/12/1/129/85720/Factors-influencing-physicochemical,"Journal of Water, Sanitation & Hygiene for Development","Factors influencing physicochemical characteristics of faecal sludge in Phnom Penh, Cambodia",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/1/10.2166_washdev.2021.193/1/washdev2021193supp.docx?Expires=1706159326&Signature=AeRVKBjrp8eAr2B9su3iopGPwsTK7br-0qAUQaI-0ak91WZJLer5SKFBAu3eggfwbRxpzCSIONxO~PH2LW3pC8SZZarznZGZePzE7gvYbRlPfkCkxubSB7rfV39IlTZPAGdlpRt2wVI26yC8IbtvLtgkkuULF-PGZ3cx4Tne9OTkeImlqgn5tv9nMo8Il6tZfpew4hjtPTZrBo~swavFN7OguIXH2ofF4ZeOviTKXp1vfPwxZ~qSU9hC1qcQX0FaYczQqlNGc2ca5ouhIE5hr5eOzTVHaJfNxbTRoc5N958G882O0MlMXApFZhx-jBhpVyZdPmT0D9s7GUIVe3amNg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Chea Eliyan,"Department of Energy and Technology, Swedish University of Agricultural Sciences, P.O. Box 7032, Uppsala SE-750 07, Sweden",Sweden,chea.eliyan@slu.se,https://orcid.org/0000-0002-4608-9886,Chea Eliyan,"Department of Energy and Technology, Swedish University of Agricultural Sciences, P.O. Box 7032, Uppsala SE-750 07, Sweden",Sweden,chea.eliyan@slu.se,https://orcid.org/0000-0002-4608-9886,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,blackwater; cesspit; low-income country; onsite sanitation; pollutant loading; septic tank,NA,iwaponline.com +86190,12,1,https://iwaponline.com/washdev/article/12/1/141/86190/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 9 (3), 571–580: Efficacy of integrated ultraviolet ultrasonic technologies in the removal of erythromycin- and quinolone-resistant Escherichia coli from domestic wastewater through a laboratory-based experiment, Owassa Dza Rebecca Annisha, Zifu Li, Xiaoqin Zhou, Ngomah Madgil Don Stenay Junior and Oscar Omondi Donde, https://doi.org/10.2166/washdev.2019.021",2022,FALSE,0,NA,NA,5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,NA,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +86189,12,1,https://iwaponline.com/washdev/article/12/1/142/86189/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 10 (2), 276–285: Performance evaluation of combined ultraviolet-ultrasonic technologies in removal of sulfonamide and tetracycline resistant Escherichia coli from domestic effluents, Owassa Dza Rebecca Annisha, Zifu Li, Xiaoqin Zhou, Ngomah Madgil Don Stenay, Jr. and Oscar Omondi Donde, https://doi.org/10.2166/washdev.2020.144",2022,FALSE,0,NA,NA,5,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,NA,Owassa Dza Rebecca Annisha,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,owannie-owas@outlook.com,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +86255,12,2,https://iwaponline.com/washdev/article/12/2/143/86255/Community-engagement-in-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Community engagement in water, sanitation and hygiene in sub-Saharan Africa: does it WASH?",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.136/1/washdev2022136supp.docx?Expires=1706042938&Signature=WCFabQS1l9d0kYB6S2I4WY9zI9GnwOdixkvCnRAcdBBapAXNgg7GUekItzm5wW7QgmyYeISKlBPwhdHA8VhH1DDRdQi1dH9RNOX-0NEDAGmSCMJBwXV3T~gYjYAImb1etQ4-5b9r7jMP59ATUfnFLwgJzoTPz8X-~kHc-Foo1YiD6n9G3Xu-wO8sJ0crmG4Qy8-n0oyTc9xNZlqt-9drE-KLVqHNuG9ZY7P53uuY-PdERN3qWIM5RtEBPDzy~8kZts52VrP9uaOk3YMnVnFUF0l62ugGG4Whmd7~JZ4qSn1arBRdG2WfT05eLE-uwCdEfaCi59aaY7unc4d1vCIElQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Emmanuel Tsekleves,"LICA, Lancaster University, The LICA Building, Lancaster, Lancashire LA1 4YW, UK",United Kingdom of Great Britain and Northern Ireland,e.tsekleves@lancaster.ac.uk,https://orcid.org/0000-0003-1842-7830,Emmanuel Tsekleves,"LICA, Lancaster University, The LICA Building, Lancaster, Lancashire LA1 4YW, UK",United Kingdom of Great Britain and Northern Ireland,e.tsekleves@lancaster.ac.uk,https://orcid.org/0000-0003-1842-7830,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community engagement; gender; health; participatory approaches; transdisciplinary review; WASH,NA,iwaponline.com +86263,12,2,https://iwaponline.com/washdev/article/12/2/157/86263/Drinking-water-quality-and-health-risk-assessment,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality and health risk assessment of intake and point-of-use water sources in Tano North Municipality, Ghana",2022,FALSE,0,NA,NA,3,Saeed Ibn Idris K. Yeboah,"Department of Civil and Environmental Engineering, University of Energy and Natural Resources, P.O. Box 214, Sunyani, Ghana",Ghana,NA,https://orcid.org/0000-0002-8088-4920,Prince Antwi-Agyei,"Department of Civil and Environmental Engineering, University of Energy and Natural Resources, P.O. Box 214, Sunyani, Ghana",Ghana,prince.antwi-agyei@uenr.edu.gh,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ghana; public health; QMRA; water quality; water-related diseases,NA,iwaponline.com +86265,12,2,https://iwaponline.com/washdev/article/12/2/168/86265/Application-of-the-Water-Service-Sustainability,"Journal of Water, Sanitation & Hygiene for Development",Application of the Water Service Sustainability Index to water services in sub-Saharan Africa: the case studies of eight councils in the Southern region of Cameroon (Central Africa),2022,TRUE,4,docx; xlsx; xlsx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp1.docx?Expires=1706162981&Signature=tSd1uabGdS1XxUvtX2ZcgWl4ESiw7VyKuD1Wt39KtzT6qeKLomsT0FVyWmRgt-fFc-K2Z7nWghgLC03TW-L-FfxQ3dByzP9~0UDem0xdFxgR8PZellsHXayBRpMQwWQ-p4yvrlUIRQ7Im-89pMj~GVUoMiFL8Lk3CDXhgTYSQHoVpNcOmZqv2d-mePGAfHDVQErKVO2~7sJqJnWJeWXSduB5aQcZmZ-N4LRhl5N2Hp3oM6RA~3hEMmumzudiHjw1Ez9Bcz4FmfFxJ4pD29apJnSVGEj1~366z275Dx9KKI6-bxezLhWqSOPMMFNzNa1Ssg~GTS2YRYM7g1AXk8Aylw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp2.xlsx?Expires=1706162981&Signature=y0KUmSQvMDZPmkqc-1TXoVuYm6zpC829oOUBuluzrmX2DFxyPQjJqtRvMwC2apC6y-ytGiSE34mpimgNfdgZ~WdsK3ztUmeY8rxDOgME88BrZTWtR2AyRR0ZKl-5VEUG~ZK3ovUqqUDXFnXcJHMdtXOPaqBQ6po~wdA9GfBC5AAsooh9KKfC-JnLIS66taGHwP6mn~AqNix5P5MAUo8w3aOMh3wej749SYga8uwz2Y8XdBlam8zfl8pryW5-g2x4gmVMw~2fSXHNxnJSjHrHZ3uJZ-f0NAXwuNMasJa6pXEvfcdFSgkA58zfalKImud30hvK86VSBC5NfYHrvmCULg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp3.xlsx?Expires=1706162981&Signature=BxvqPe4u8UJr~2p4IGnLtw1OKV9io68Vop1HI8Hk1r2RHBrz7AwJSfCihZdRCkKPp-r4bJWMeFF3e4dVF-Ay4n56CW9MMhhZdjryBOKLyLYwOQyrIzXe6-XCzw8~xiyyZbP2QQ3XWd9xCXrhq-K2ao5zFX4RXfmcs6gmdRkQIq0R6BldhKdnR19YcNmHIvXbuC2a0bXfiR26Wl477GZLwfp95AEHVkbcCCXvA9SAfNo5EF4FpnuzZPss9hJOecm~jmlDL95WdV8dKDKMLkERnUi9PquRDwwnpyNfV0GpxCuexVkPHJ417f6zAeoNCuVeSAgitef5-r~6ypb7~uli~A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp4.xlsx?Expires=1706162981&Signature=S-6-wkHMPm-Y5amUXU2jxs1UxdsP-09mMbVhBET4OecQygTaIAKK5zUX6aNjvKc~TziQQodcx--bG3q62ubZOaYYUAz8hqEt0W3-ZY8wM8qp8XyLV-EX16Wvhayf05yPl6IK9~kCyCaMkfSKG5CQWDIaif1tFdUbzuOXAkmHc4ZpGR388-7qZaB-NldQW~lBRbQurldgdm0sogkQ0e1nRNwbdGAw5gcwdp0z-6C-ksDNKr0JE8k6ypDjTspSEW4yLWfVzbX51h0lNRStmTpVIBiD0ObO6R40sXf9p~fHNPc1F3b8dcz56tTiEyVq391VRL7gRfzzOgM3louUCBhEfw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,index; rural water service; sub-Saharan Africa; sustainability,NA,iwaponline.com +86256,12,2,https://iwaponline.com/washdev/article/12/2/186/86256/Prioritization-of-maintenance-work-in-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Prioritization of maintenance work in wastewater networks using decision support methods,2022,FALSE,0,NA,NA,4,Cherifa Mezhoud,"Laboratoire de Recherche en Hydraulique Appliquée et Environnement (LRHAE), Département d'Hydraulique, Faculté de Technologie, Université de Bejaia, Route de Targa-Ouzemmour, Bejaia 06000, Algérie",Algeria,NA,https://orcid.org/0000-0002-0868-8810,Ali Berreksi,"Laboratoire de Recherche en Hydraulique Appliquée et Environnement (LRHAE), Département d'Hydraulique, Faculté de Technologie, Université de Bejaia, Route de Targa-Ouzemmour, Bejaia 06000, Algérie",Algeria,ali.berreksi@univ-bejaia.dz,https://orcid.org/0000-0002-5989-3427,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,AHP; maintenance; sanitation defect; TOPSIS; urban sanitation network; WPM; digitalwatercollection; digitalwatertechniques,NA,iwaponline.com +85782,12,2,https://iwaponline.com/washdev/article/12/2/200/85782/Determinants-of-household-water-demand-a-cross,"Journal of Water, Sanitation & Hygiene for Development",Determinants of household water demand: a cross-sectional study in South West Nigeria,2022,FALSE,0,NA,NA,2,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, Private Bag X1, Matieland 7602, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,access; demand; household; sources; urban,NA,iwaponline.com +86270,12,2,https://iwaponline.com/washdev/article/12/2/208/86270/The-multiple-uses-of-water-derived-from-managed,"Journal of Water, Sanitation & Hygiene for Development",The multiple uses of water derived from managed aquifer recharge systems in Kenya and India,2022,FALSE,0,NA,NA,7,A. H. Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,A. H. Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,manager aquifer recharge; multiple-use services; percolation ponds; sand dams; water harvesting,NA,iwaponline.com +86682,12,2,https://iwaponline.com/washdev/article/12/2/217/86682/Households-access-to-safely-managed-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Households' access to safely managed sanitation facility and its determinant factors in Jimma town, Ethiopia",2022,TRUE,2,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.003/1/washdev2022003supp1.docx?Expires=1706163000&Signature=NTTpDHt7bA~iWjA7SjyIYCVTCjzuw4G4faVxBISm1JUxWgYsEcFRHQ-C6xQkkc0benyQ0yZEO1Z3efKVWLQFbKZb-kuLeJnHtwQUF3NNtG3cbF4ypnfiigXYfIv1UElzJ-nOasOxftgwwIGiw3SNPhgdbzXXk9T9D-CSZazgUagi2gAZcyDySaOo70uvNofsY2LQ6GOqGI3pumtwXZqX~P8sOrB4OGEMAvWJNNTLttNLc3Q09oCzzPF45B-QWvotqTVpLkncBfSa8LGuCgFF60tPXsTh~O98iuqS4cEX4MRrXxJT1VpxP9tdgTHgDimM0-tz68b8auPIS0J~j1IvBw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.003/1/washdev2022003supp2.docx?Expires=1706163000&Signature=QGIJtb4VjUaSmRcsmVV9mL-wN3YkAnQE2rJJX-BI7m0R9s-oxQHyoTjjol1OUJZo6v38h-rAL1KRfMTMJ6DKEmd2mbHG7D9ApzpgAPAvG3rbbg1ziZ4xT-y9nt3ir8Vn3eiCTsm3Ctiqn6TZvv1PbXxmBX-lb7Ioj8NddVVNd4M6Gb57tjGaFqbAjkUosEiUe2gchI5aKcUoQJ0FIupZ-rdEwtcGmsNif6~711LDCfk~oWumjBgJSu4i74GrEIwmKD7FNotjTNCpN93obnaMwKrugjQxNwmSMmek5Kni4ZG2g254kWau4gWgHkRWqyPdCq4IXMdPr9okvacYD4qzIQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Dereje Oljira Donacho,"Department of Environmental Health Science and Technology, Jimma University, Jimma, Ethiopia",Ethiopia,dodbau3687@gmail.com,https://orcid.org/0000-0001-6145-2914,Dereje Oljira Donacho,"Department of Environmental Health Science and Technology, Jimma University, Jimma, Ethiopia",Ethiopia,dodbau3687@gmail.com,https://orcid.org/0000-0001-6145-2914,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,determinant factors; Jimma town; safely managed; sanitation; Urban Ethiopia,NA,iwaponline.com +86269,12,2,https://iwaponline.com/washdev/article/12/2/227/86269/Community-health-clubs-improve-latrine,"Journal of Water, Sanitation & Hygiene for Development","Community health clubs improve latrine construction through savings, lending, and income-generating activities",2022,FALSE,0,NA,NA,4,Pamela Ncube Murakwani,"Health and Nutrition Specialist, International Medical Corps, 4 Clark Road, Suburbs, Bulawayo, Zimbabwe",Zimbabwe,NA,NA,Nicole Weber,"Director PRO-WASH, Save the Children, 899 North Capitol Street NE, Suite 900, Washington, DC 20002, USA",United States of America,nweber@savechildren.org,https://orcid.org/0000-0003-4897-0447,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community health clubs; food security; hygiene promotion; income-generating activities; sanitation; sustainable development goal 6,NA,iwaponline.com +87435,12,3,https://iwaponline.com/washdev/article/12/3/237/87435/The-complex-nature-of-household-water-supply-an,"Journal of Water, Sanitation & Hygiene for Development",The complex nature of household water supply: an evidence-based assessment of urban water access in Southwest Nigeria,2022,FALSE,0,NA,NA,2,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, 7602 Matieland, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,A. O. Oyerinde,"Department of Civil Engineering, Stellenbosch University, 7602 Matieland, South Africa",South Africa,oyerinde.abiola@mapoly.edu.ng,https://orcid.org/0000-0001-7486-7596,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,accessibility; decentralised solution; multiple water sources; Nigeria; non-tap supplies; self-help projects,NA,iwaponline.com +87102,12,3,https://iwaponline.com/washdev/article/12/3/248/87102/Sanitation-planning-for-resettlement-sites-in-Laos,"Journal of Water, Sanitation & Hygiene for Development",Sanitation planning for resettlement sites in Laos,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.178/1/washdev2022178supp.docx?Expires=1706083099&Signature=E7haOpwvNZ4073wvVMPkUlyRPIQSKiEDLaup0-eAivKWSDiM9aPHNSNzDDgjKmKhN7yAoglWvof6tHKzy8-yE4SHnZ-rthvextLmqxDOTrGr8MOStRbTkpBCOGdmpeJ4-4MqPx3IRylHzmyryt-yyRBMmflIuHRAnVQbUjqgLC738ek2RQdRqN3YieXnB0RCqGpqbOU05ZcdBRNm6VW9tgT2fas75Y3XnJxfj01ysr4gvfcbAk1jIowpQSX6bbhOw7Sj2WhdhefSZpJ0R~Pw-Ef88yOdS8s9HBC1RANtHWrfB9577S96dnLBFK3ec-O0azbulL-HCtfWN1ZtRDZ4pA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Souphaphone Soudachanh,"Department of Water, Atmosphere and Environment, Institute of Waste Management, University of Natural Resources and Life Sciences, Muthgasse 107, 1190 Vienna, Austria",Austria,souphaphone.soudachan@boku.ac.at,https://orcid.org/0000-0001-8363-7995,Souphaphone Soudachanh,"Department of Water, Atmosphere and Environment, Institute of Waste Management, University of Natural Resources and Life Sciences, Muthgasse 107, 1190 Vienna, Austria",Austria,souphaphone.soudachan@boku.ac.at,https://orcid.org/0000-0001-8363-7995,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,hydropower plant; Laos; resettlement sites; sanitation guidelines; sanitation safety planning,NA,iwaponline.com +86905,12,3,https://iwaponline.com/washdev/article/12/3/258/86905/Pathways-for-securing-government-commitment-for,"Journal of Water, Sanitation & Hygiene for Development",Pathways for securing government commitment for activities of collaborative approaches,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.183/1/washdev2022183supp.docx?Expires=1706013871&Signature=lNb3UBEwMttkacLjEnDMAyl4txIDUk8X~zcOv-yAp~7GqNBBtKJN-wJSPt4PJD0zxzS~uAkFGl6oxm2JwIL5fWPwwZpPKZ1tieygnoZ7m2zlUpDuGfSC4ecArid3LIoH6yXrAjQICYKxhBQPCL9RheGB0ceY~NUq04DRRjWMwXHCSKwg33GZNssVN1OkppAWvmv~VIpcqkABsBej98HTUyfuNuiVfLvGl54J8OnFXqNnGPGdm97HiprvfPPCWYsAjMmUpZ-bBieqvQ7OWszsriZ2unrlFdFV3NSN5UnsLMOF8j-n8vDKH17v5EAZF5~~JWGn0SjhA2yJW~eB9TXYBw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Kimberly Pugel,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",United States of America,NA,https://orcid.org/0000-0001-6974-3046,Amy Javernick-Will,"Department of Civil, Environmental, and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",United States of America,amy.javernick@colorado.edu,https://orcid.org/0000-0002-3933-2614,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,collaboration; collective action; government; learning alliances; political will; systems strengthening,NA,iwaponline.com +87097,12,3,https://iwaponline.com/washdev/article/12/3/271/87097/A-new-tool-for-disinfecting-household-drinking,"Journal of Water, Sanitation & Hygiene for Development",A new tool for disinfecting household drinking water for rural residents: protonated mordenite-embedded sheet,2022,FALSE,0,NA,NA,6,Erni Johan,"Faculty of Agriculture, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,johan@agr.ehime-u.ac.jp,NA,Erni Johan,"Faculty of Agriculture, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,johan@agr.ehime-u.ac.jp,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,developing countries; disinfection; drinking water; Escherichia coli; mordenite; rural residents,NA,iwaponline.com +87125,12,3,https://iwaponline.com/washdev/article/12/3/278/87125/Developing-a-novel-tool-for-assessing-water,"Journal of Water, Sanitation & Hygiene for Development",Developing a novel tool for assessing water service sustainability in rural areas of sub-Saharan Africa,2022,TRUE,1,xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.203/1/washdev2022203supp.xlsx?Expires=1706163023&Signature=PlOAgM0szyzrJFg-ZrU4cj6mRABkltDiDLFLQ1OiOa9BgbitbrWlAeZf19OawB9y8Js4yVHuTrQaaMpqbHt9fkHBfVuxoPCkCGsuMzQT-kh7CsalEWLQi-AGnBoc476yKKexRFivCgZE3Oq1W3zuLtH1Wi8SjQAiP~uAc9fr-T4C-~0hv9qz~OAnaLjlE29BFGBFijE4JWRLaOW7Cev1rMkrpOTnuMxa-tewYtfHMoLtarTSDTyCgmNkdMZuDsew5LC-QLjHDn2qqH4pOOABQZkZpmiXT33mlZATpXTWHpq--LJVf7tZZ7rxJEZpBquRR1pOc1GHqK86Ddjva0KIrA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Sub-Saharan Africa; sustainability; water service assessment tool,NA,iwaponline.com +87070,12,3,https://iwaponline.com/washdev/article/12/3/286/87070/A-One-Health-evaluation-of-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","A One Health evaluation of water, sanitation, and hygiene (WASH) services in Butaro Sector, Rwanda",2022,FALSE,0,NA,NA,11,Laura L. Coughlin,"Department of Infectious Disease and Global Health, Cummings School of Veterinary Medicine at Tufts University, Grafton, MA, USA",United States of America,NA,https://orcid.org/0000-0002-5244-5082,Janna M. Schurer,"Department of Infectious Disease and Global Health, Cummings School of Veterinary Medicine at Tufts University, Grafton, MA, USA",United States of America,jschurer@gmail.com,https://orcid.org/0000-0001-6122-5332,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,drinking water; livestock; One Health; Rwanda; sanitation practices; water treatment,NA,iwaponline.com +86842,12,3,https://iwaponline.com/washdev/article/12/3/302/86842/Role-of-cleaners-in-establishing-and-maintaining,"Journal of Water, Sanitation & Hygiene for Development",Role of cleaners in establishing and maintaining essential environmental conditions in healthcare facilities in Malawi,2022,TRUE,3,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.206/1/washdev2022206supp1.docx?Expires=1706163031&Signature=Tr6n90-9nStmlEz7KbAysAiaL3jpD2R7xDxu3WaFOhITTsgqQJFsw0Xw80bqb00E-1qGpmNR-vea5-uDaX8rZpPp4DO3RDpt8DrsCskPI7UaGfupLQnUtU0SLZ2KP2PEc3Lc66u1oNLSYxVyV2a2zbqHxmeZmBHnEdFWjKiUYQTif7CGRtMvSP4eW6kMuZxKc02r4WtQplL~daJ3NUGFEiU2cLX3JvaKtoTkoyvHX26EfUluCpEUYyq4ts9FMCd2lDcWf~xJP2rUud16kkfl92vGX0lAP~Qd4jt2S7bgkd1yfltHHirjNRcxGwdk5Ae43z3Nn0cDhCNM3mny-DjOoA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.206/1/washdev2022206supp2.docx?Expires=1706163031&Signature=mrjkU6AR3NN7i-TbO35MpqOcd2Lp7rqcUR-17LSukAE5S4aAjbH3PVXu-RutvcCOkvGGxwyHlw4JdfoWID4uBrPwJshQbrglemmcaI9uThmpLGd-oxWGysMLLqXAfTsXdePT-PhYe4dMSclcjXPyM4YEiQ-sGIslTCT1WUhjN2hZ7Sv2NlA-o-0-23BJ3Ek4H9Ic6rk9KwKdkRQxOK7hKttq9qDL05-QOyFJRXjp7KCXDLzePMt-vdZ44rw0LvKPQDfVu8ma6xUJgtZWR~83b13s6DidIovSk9-SvZtbYRB29PnhZZrdgwz0izlZrb9H9dluWnLlQWQkyq1rk5zilg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.206/1/washdev2022206supp3.docx?Expires=1706163031&Signature=ifsk1S3dMZe5YkgoCO7sSZdpBVe~QGTMYxxOI74Fy1C17wfu-UWr2E6Wd0xXy~VWJzmKYLUobLMgy6b15RVFfbnQLTPUTWR5JmLq8qz56pB2YxgcMq1gYeUhwUDsZr1jkUnwP8n6czyUnyN-~9n-lrzMW~om8UBnBMFjesms9S-4L2dF~J4rv4C7R2XZDuOzpOnwuxRb~Qt8zf9YsamF4ZJJ9eagNmenboseew2hq5fpo9GGXE99B0RMlKPQG0zLnUaO0BWgVcBLHxB8vKAe7l54UkleZaMxsgArcAtwPLzT~SrMf-A0L49pc0ryA85qL2dD5nOjQaf6cSX1EF2GNw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Hayley Elling,"World Vision, Washington, DC, USA",United States of America,NA,NA,Ryan Cronk,"ICF, 2635 Meridian Pkwy Suite 200, Durham, NC 27713, USA",United States of America,rcronk@alumni.unc.edu,https://orcid.org/0000-0003-0157-4447,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,cleaners; infection prevention and control; Malawi; water,NA,iwaponline.com +87112,12,3,https://iwaponline.com/washdev/article/12/3/318/87112/A-qualitative-study-on-resource-barriers-facing,"Journal of Water, Sanitation & Hygiene for Development",A qualitative study on resource barriers facing scaled container-based sanitation service chains,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.218/1/washdev2022218supp.docx?Expires=1706163036&Signature=pnN5BNI-C1jlDhHsVnlzEfjapAuTSZ0Si~o1u78ANkjSupIEWOuLP0iroNTMundfU1SxYlHzk8fXlUhgaDYVH82ZooSD9DuJO57RqkRUHG8ZUgotVYvChbQbJ3P7K6YJ40u7mij4aHiGI0F4-Zvv72EiJoxLGl5DUoCfz9yvdaqyOsBSW1oyBBuTeDk2WXKjdBw8lyGaTQoAtzGZsSEWcA4wCtuqK-nC0WDZz2Hmhu4Nn~fJq-DqPJtqBbXa2Vmww2Fq4bB6FvdQMV-Nd2P1Tvk3ViFDv4kvzMxycYr5shhgjEJtIyepop6K7Ec4CP3BmL1-QoWjPLny0BV4xLwtvg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Charlie Ferguson,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Alison Parker,"Cranfield Water Science Institute, Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,a.aprker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,circular sanitation; off-grid technologies; sanitation; WASH,NA,iwaponline.com +87434,12,3,https://iwaponline.com/washdev/article/12/3/329/87434/A-lab-scale-study-on-the-influence-of-the-compost,"Journal of Water, Sanitation & Hygiene for Development",A lab-scale study on the influence of the compost-dewatering process on moisture removal and pathogen inactivation in pre-sanitized fecal sludge,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.002/1/washdev2022002supp.docx?Expires=1706163041&Signature=tGrlLPHAp0zsTHU1MecftgrMdrv65dwq5hR2M0YNBydOVU6ITdrcykl~FUkaxSgwiCyvsMewKFn6j-o5Kervc~8Kk-f9es0ptYhYkM3Gq7zWzzVyPEWyU2OQo~I5az-PbBQafmrLBTSf2Pq5BLDmbyQpFr91lcO3ebwEJwLy6NUHIo-7MH3ksnmAN4oHryhBM7QUj21LntBob53rs0ftfApuKaOatWUuitDe2rS920MGJ1MbIJ8MKb~kzIcwODS1YEk28RVZT9JL5HTzlB0nJoRMGUsBL3Vbq9XpJ4fvCl6eVS4GAtZZaynSAH2S3453R74WD~OjAxVivOIYGiGA4Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Emmanuel Alepu Odey,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Xueyuan 30, Beijing 100083, China",China,lordodey1@yahoo.com,https://orcid.org/0000-0002-2330-1864,Emmanuel Alepu Odey,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Xueyuan 30, Beijing 100083, China",China,lordodey1@yahoo.com,https://orcid.org/0000-0002-2330-1864,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,biochar; compost-dewatering; fecal sludge; moisture content; soil amendment,NA,iwaponline.com +86884,12,3,https://iwaponline.com/washdev/article/12/3/336/86884/Evaluation-of-user-experiences-for-the-Clean-Team,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of user experiences for the Clean Team Ghana container-based sanitation service in Kumasi, Ghana",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/3/10.2166_washdev.2022.013/1/washdev2022013supp.docx?Expires=1706027621&Signature=afsTJ1BAS0HqtA5Ap15g7Ba3tkYnoH~I7Gtm-2Xm4KtYq7yOFPWMbx8BG~3NewbqZImM1vHdLm9Me-M6j6LB0PtB8kgh3u2w3v-fKsl8kXzOLmZUDtDqwsc4mSHTDN7ue8Vo9yxf8wv1JUbubC4rrlIg-Jv3mHNRJ2uIc4vSBJUOBEj~tIbRBVLTfHlGqdvqEnCDkxKB5hdNg7IZBN6fK0WkguyugmnfuEs-G98vfjtk2-cHa~aofKlF-kZIZMv6UbBBY7j6zdGPoKMrr-dMmmu-LneZCCnP1WmjgqQENA1iJ9feSuKRoPFdHY3GT3ECAkSLF0xnX8EVrTiVmajRmA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,James B. Tidwell,"Harvard Kennedy School of Government, 79 John F. Kennedy Drive, Cambridge, MA 02134, USA",United States of America,btidwell@worldvision.org,https://orcid.org/0000-0001-5868-6584,James B. Tidwell,"Harvard Kennedy School of Government, 79 John F. Kennedy Drive, Cambridge, MA 02134, USA",United States of America,btidwell@worldvision.org,https://orcid.org/0000-0001-5868-6584,TRUE,All relevant data are available from http://dx.doi.org/10.17605/OSF.IO/N4GBP.,available in online repository,NA,container-based sanitation; Ghana; quality of life; sanitation; urban; user experience,NA,iwaponline.com +87631,12,4,https://iwaponline.com/washdev/article/12/4/347/87631/How-much-does-it-cost-to-meet-the-standards-for,"Journal of Water, Sanitation & Hygiene for Development","How much does it cost to meet the standards for making healthcare facilities water, sanitation, and hygiene (WASH) compliant?: analysis from Assam, India",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/4/10.2166_washdev.2022.124/1/washdev2022124supp.docx?Expires=1706163048&Signature=w~9MEM3trMOr7G9DRpjK7OBCHVcKKUmAKqzhNnCZJvd9QAboCQAML2zZznoXV0i-Lk9iBdmfK6AahKoEqxt0~rpy8~Sa4sCWfn3XgWYkT9xTcTwi4UlVTXtfjw6neGh33tWuiEB6~kLyuWUsNZM25zRYj3sPPfcdXUqxC3Y-Bz54D~7pTP-qahh-2lr7SZ53mPwbrJ50ubHxZQN68FjIMENUhidtwRz4ktLZjzPgv5J6Dw4cFOpFIlrVnhFnfYMCP0LWuYSYbPs2t9~LGo1HypnBqLaJFUu5UoET7tSdG6mIrjUeYFnR8CmLGGhF2rAytL68AJAMpYVX485phKS62g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Priya Bhavsar,"Indian Institute of Public Health Gandhinagar (IIPHG), Gandhinagar, Gujarat, India",India,NA,NA,Deepak Saxena,"Indian Institute of Public Health Gandhinagar (IIPHG), Gandhinagar, Gujarat, India",India,ddeepak72@iiphg.org,https://orcid.org/0000-0003-0563-4259,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Assam; cost estimation; healthcare facilities; necessitate; quality improvement; WASH compliant,NA,iwaponline.com +87912,12,4,https://iwaponline.com/washdev/article/12/4/359/87912/Evaluation-of-WASH-indicators-associated-with,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of WASH indicators associated with diarrhoeal disease among under-five children in an urban slum pocket, Mumbai city, India: a community-based repeated cross-sectional study",2022,FALSE,0,NA,NA,3,H. Wani,"Department of Microbiology, Bhavan's College, Andheri West, Mumbai 400058, Maharashtra, India",India,NA,https://orcid.org/0000-0001-6595-9878,S. Shrivastava,"Bhavan's Research Center (Microbiology), Bhavan's College Campus, Andheri West, Mumbai 400058, Maharashtra, India",India,sandhya_s10@brcmicrobiology.in,https://orcid.org/0000-0002-0671-9214,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,children; diarrhoea; households; urban slum; WASH; water quality,NA,iwaponline.com +88268,12,4,https://iwaponline.com/washdev/article/12/4/375/88268/A-qualitative-assessment-of-mothers-perceptions,"Journal of Water, Sanitation & Hygiene for Development","A qualitative assessment of mothers' perceptions and behaviors in response to an intervention designed to encourage safe child feces management practices in rural Odisha, India",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/4/10.2166_washdev.2022.011/1/washdev2022011supp.docx?Expires=1706163056&Signature=PhTpZKbvWIp7jzZkmtvEiMr0AJMlcnoChD~LT0qJE1H~iLSAic7COrC3otguDmlPfXIMVhgDtm4vLVAnMTYBduJxUJqPKgx7kpmp24eELz-~lzkwJhO~7IyVrT6zxlLbbvgE~uCa0ZHw-sMtqqEggg6fWiuQx6LXEfGQI~emaVglXxJC6AY6z3dQrZ0bz73jJVvXtP5JKyHEw1G7rwiBhmPgkyRy1GntKeryPmJr208pZ2gduWPfogEOecMSA1PV5QmIzWx1F0-ceNSMr51R2Tlj7GIzGHqigJkhNJqLjDXJGz-odGGaofT5rw0pBL25omgQahzyIQnIjZcGZfAoJQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Rebekah N. Williams,"Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",United States of America,rebekahnwilliams@gmail.com,NA,Rebekah N. Williams,"Rollins School of Public Health, Emory University, 1518 Clifton Road NE, Atlanta, GA 30322, USA",United States of America,rebekahnwilliams@gmail.com,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,behavior change; focus group discussions; in-depth interviews; mothers; open defecation; sanitation,NA,iwaponline.com +88331,12,4,https://iwaponline.com/washdev/article/12/4/387/88331/Impact-of-COVID-19-on-community-led-total,"Journal of Water, Sanitation & Hygiene for Development",Impact of COVID-19 on community-led total sanitation (CLTS) in Ghana: perspectives of implementing partners,2022,FALSE,0,NA,NA,4,Kweku Tsekpetse-Akuamoah,"Ministry of Sanitation and Water Resources, Accra, Ghana",Ghana,NA,NA,Simon Mariwah,"Department of Geography and Regional Planning, Faculty of Social Sciences, University of Cape Coast, Cape Coast, Ghana",Ghana,smariwah@ucc.edu.gh,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,CLTS; COVID-19; Ghana; pandemic; partners; sanitation,NA,iwaponline.com +88299,12,4,https://iwaponline.com/washdev/article/12/4/394/88299/Electrochemical-defluorination-of-water-an,"Journal of Water, Sanitation & Hygiene for Development",Electrochemical defluorination of water: an experimental and morphological study,2022,FALSE,0,NA,NA,6,Muhammad Abdulredha,"Department of Civil Engineering, College of Engineering, University of Kerbala, Kerbala, Iraq",Iraq,NA,NA,Nadhir Al-Ansari,"Department of Civil, Environmental and Natural Resources Engineering, Mining and Geotechnical Engineering, Luleå University of Technology, Luleå, Sweden",Sweden,nadhir.alansari@ltu.se,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,aluminium electrodes; defluoridation; engineered reactor; electrocoagulation,NA,iwaponline.com +88573,12,5,https://iwaponline.com/washdev/article/12/5/405/88573/Does-microcredit-for-water-and-sanitation-improve,"Journal of Water, Sanitation & Hygiene for Development",Does microcredit for water and sanitation improve household welfare? Evidence from Indonesia,2022,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/5/10.2166_washdev.2022.143/1/washdev2022143supp.pdf?Expires=1706163068&Signature=SvSR0soO23b5kcyBbAp3PTpi6ljvQGaYa8kHTe-3oDOk~YOtx6gwLC76jVi7OMSme-Ywm2lqho57Xqcsiz0ed~gyQx0EKy8vPwFxef8iBsDhFFVP558hZB6LqPRsGYLzE6UtU4lIxbwlGYYwIFsNAObS43KNiqtyvY9HgnuQfP5HAdFCsODBCrmuvaIw71xr2pWWOuJfQmb87Zt70WPJkgelchNqFEi~x-ERLoMaXki~9hgRs5zN-QiD-JA1T13B5ulk4OTtQ1WQuj0bi5Ks4imv0kY24zuWiJc8yNUFer-~N~AM2xpthBt-j7BJ-wCesDcBusJTdUkSyK8x6dQvhg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Kiki Amalia Tazkiyah,"Master Program of Economic Planning and Development Policy, Faculty of Economics and Business, Universitas Indonesia, Jl. Salemba Raya IV No. 4, RW.4, Kenari, Kec. Senen, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10430, Indonesia",Indonesia,NA,https://orcid.org/0000-0002-4291-3911,Alin Halimatussadiah,"Department of Economics, Faculty of Economics and Business, Universitas Indonesia, Gedung Dekanat FEB UI Kampus Widjojo Nitisastro, Jl. Prof. DR. Sumitro Djojohadikusumo, Kota Depok, West Java 16424, Indonesia",Indonesia,alin.halimatussadiah@ui.ac.id,https://orcid.org/0000-0001-7539-134X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,consumptive loan; health expenditure; household welfare; microcredit; water and sanitation; WSS (water supply and sanitation),NA,iwaponline.com +88568,12,5,https://iwaponline.com/washdev/article/12/5/417/88568/Inclusive-WASH-and-sustainable-tourism-in-Labuan,"Journal of Water, Sanitation & Hygiene for Development","Inclusive WASH and sustainable tourism in Labuan Bajo, Indonesia: needs and opportunities",2022,FALSE,0,NA,NA,10,Ni Made Utami Dwipayanti,"School of Public Health, Faculty of Medicine and Health Sciences, Udayana University, Denpasar, Bali, Indonesia",Indonesia,utami_dwipayanti@unud.ac.id,https://orcid.org/0000-0002-5788-2871,Ni Made Utami Dwipayanti,"School of Public Health, Faculty of Medicine and Health Sciences, Udayana University, Denpasar, Bali, Indonesia",Indonesia,utami_dwipayanti@unud.ac.id,https://orcid.org/0000-0002-5788-2871,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,equity; hygiene; inclusive; sanitation; tourism; water,NA,iwaponline.com +88608,12,5,https://iwaponline.com/washdev/article/12/5/432/88608/Household-water-treatment-practice-and-associated,"Journal of Water, Sanitation & Hygiene for Development","Household water treatment practice and associated factors among households dependent on unimproved water sources in Ameya district, Oromia, Ethiopia",2022,FALSE,0,NA,NA,6,Mesfin Eticha,"Ameya Weroda Health Office, South-West District, Oromia Region, Ethiopia",Ethiopia,NA,NA,Gebisa Dirirsa,"Department of Environmental Health, College of Health and Medical Sciences, Haramaya University, Harar, Ethiopia",Ethiopia,gebisadirirsa@gmail.com,https://orcid.org/0000-0003-0246-6253,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ameya district; household water treatment; rural Ethiopia; small-scale water treatment; unimproved water sources,NA,iwaponline.com +88592,12,5,https://iwaponline.com/washdev/article/12/5/443/88592/Raw-sewage-treatment-by-a-single-stage-vertical,"Journal of Water, Sanitation & Hygiene for Development",Raw sewage treatment by a single-stage vertical flow constructed wetland: a case study in Brazil,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/5/10.2166_washdev.2022.038/1/washdev2022038supp.docx?Expires=1706163080&Signature=XyP~rN1orQ2h1blj~xnYq9qHaHE4B01P3ocF~7ZLhCbP27cHf149y3Q9ZVsNoP-SL0VRYhD~h6e7pHGT5RzvM0SKcxU6UEljaunpjLMozHC4afWu8DaqFwyhtX~7F96Hrz1S8e5JOEo3USHXZBr8gR9HvP~nIVpDUfl3X2cWymv-iQSzyMFHX3Kaw1EIpvzrpDRVh2CTpo8dfAji7EDekmGQIumrSDZH8kUxOIJ~pBvk5RSIOyByWcN4YFzC8Enge~WY4yDRLo-7jff0OS3-2bqOtFpTmAEfAUUVmVltGLBSZZR67tAf07ujvaTS4oKS1H1AlKOzhlk--Qs0WGpFxA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Mariko. A. Carneiro,"Center of Technology, Federal University of Paraiba, Cidade Universitária, s/n – Conj. Pres. Castelo Branco III, João Pessoa-PB 58051-900, Brazil",Brazil,mariko.carneiro@fe.up.pt,https://orcid.org/0000-0002-7043-0618,Mariko. A. Carneiro,"Center of Technology, Federal University of Paraiba, Cidade Universitária, s/n – Conj. Pres. Castelo Branco III, João Pessoa-PB 58051-900, Brazil",Brazil,mariko.carneiro@fe.up.pt,https://orcid.org/0000-0002-7043-0618,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,ceramic construction waste; concrete construction waste; decentralized treatment; domestic wastewater; feeding operation,NA,iwaponline.com +88817,12,5,https://iwaponline.com/washdev/article/12/5/454/88817/Determinants-of-sanitation-and-hygiene-status,"Journal of Water, Sanitation & Hygiene for Development","Determinants of sanitation and hygiene status among food and drink establishments in Fiche town, Oromia, Ethiopia",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/5/10.2166_washdev.2022.166/1/washdev2022166supp.docx?Expires=1706163084&Signature=QnoL6Nb2mEDUFFwt2bdmPEQ~60xFJzs~~NbNyGhr9yRfUiT2llbMp8VRqlWh4WLNuWMNrNZ21MlAaCfHBM5W0WO5Y22osZw0jsK~JmqzK~dVz~1ez9-hZzQIkphPa1i-lfCwj1gPkGuA0IJp7sgFOhVBGDHaZKlVDnRColMul-J2A-GuzHYfBeBbBEMJF2FZ-QBDwareA~k7~7yFWPdHobSuECzFuCmVppAllSb3YOnior-LWkP3jpcURWkmCk0dm9KxUKMW~emfBPLcRM4soynqma3~4HnuH3EH2LhCEO11znp0rmrobh5W9RFy5fpt6gYxCScpGZNL9~2mw7A-Tg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Samuel Chane,"Department of Biology, Salale University, P.O. Box. 245, Fiche, Ethiopia",Ethiopia,samuelchane19@gmail.com,https://orcid.org/0000-0002-5805-7857,Samuel Chane,"Department of Biology, Salale University, P.O. Box. 245, Fiche, Ethiopia",Ethiopia,samuelchane19@gmail.com,https://orcid.org/0000-0002-5805-7857,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Fiche town; food and drink establishments; foodborne diseases; hygiene and sanitation,NA,iwaponline.com +88775,12,6,https://iwaponline.com/washdev/article/12/6/463/88775/A-de-jure-study-of-social-accountability-for-water,"Journal of Water, Sanitation & Hygiene for Development",A de jure study of social accountability for water and sanitation services in Uganda,2022,FALSE,0,NA,NA,3,J. Nansubuga,"Cranfield Water Science Institute, Cranfield University, College Road, Cranfield, Bedford MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,P. Jeffrey,"Cranfield Water Science Institute, Cranfield University, College Road, Cranfield, Bedford MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,p.j.jeffrey@cranfield.ac.uk,https://orcid.org/0000-0001-6618-0815,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,legal requirements; social accountability; water and sanitation services,NA,iwaponline.com +88924,12,6,https://iwaponline.com/washdev/article/12/6/475/88924/Direct-centrifugation-for-detecting-Giardia-spp,"Journal of Water, Sanitation & Hygiene for Development",Direct centrifugation for detecting Giardia spp. cysts in filter backwash water,2022,FALSE,0,NA,NA,2,Allan Pretti Ogura,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-Carlense 400, Zip code 13566-590, São Carlos, São Paulo, Brazil",Brazil,NA,https://orcid.org/0000-0001-8549-5820,Lyda Patricia Sabogal-Paz,"Department of Hydraulics and Sanitation, São Carlos School of Engineering, University of São Paulo, Avenida Trabalhador São-Carlense 400, Zip code 13566-590, São Carlos, São Paulo, Brazil",Brazil,lysaboga@sc.usp.br,https://orcid.org/0000-0003-2753-3248,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,calcium carbonate flocculation; immunomagnetic separation; propidium iodide; protozoa; waterborne disease; water treatment residues,NA,iwaponline.com +89148,12,6,https://iwaponline.com/washdev/article/12/6/485/89148/Performance-assessment-of-sewage-treatment-plants,"Journal of Water, Sanitation & Hygiene for Development",Performance assessment of sewage treatment plants using compliance index,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/6/10.2166_washdev.2022.055/1/washdev2022055supp.docx?Expires=1706163095&Signature=4AOHFAKZz4hYkDtGLziudvEkaeNd6HL1ghM1TTFu1UvUh6pMdYyRGLOGQgPOgyDBdENnCd1sVgKpTHONPyJdCFNFPq-36xvkk7piCf~l1FzXBtZaNjXqiu1lYlCFkhXEDQIfvdxwg3H5gmRql4pIhD4l3jQawXtBbK9VQydy2rGPK6UcC5YB6-XIRs3jeuU6B0DpGKBEA8-onf6JkdJgxQZnyhUFpTFJANOqB5yA5A0yP77fy1xmlHAs3kE2ZZOmSi8V6xTqSI2AGLVdbkusWCZY0ILNwsFwkfbXYOFuYoQ2ST515Cl2bcyNOPfuftHu-gIFIZTjz~EMnmHap0njSQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,D. Ramkumar,"Department of Civil Engineering, Indian Institute of Technology Bombay, Mumbai 400076, India",India,NA,NA,V. Jothiprakash,"Department of Civil Engineering, Indian Institute of Technology Bombay, Mumbai 400076, India",India,vprakash@iitb.ac.in,https://orcid.org/0000-0002-0303-2468,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,compliance index; NMMC; non-parametric; removal efficiency; STPs; wastewater,NA,iwaponline.com +89269,12,6,https://iwaponline.com/washdev/article/12/6/498/89269/An-evidence-based-approach-towards-identifying,"Journal of Water, Sanitation & Hygiene for Development",An evidence-based approach towards identifying household emerging pollutants in rural areas in Southern Karnataka,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/6/10.2166_washdev.2022.073/1/washdev2022073supp.docx?Expires=1706024238&Signature=ewQT2AdO9yoNV4p9BZ8lc79FiR-sIHk1IB5ztSECo5u4zQ1v~uRrLhHBxf4xJGhCcbb3wA-nDG3RMAll~Gy2c3OmwgR8T-AuybAThYB2z0QX2NoX3HUhREcGORKsHFJSeYt22G1F674bg1GEXSZjkUo-CQDGPJNe~6727VDt3Q4srTsioxd8t1MA2-kQjkndsBBWOGM8CzklR8yDxvtxVXIBecKN3UyrJA66mHzFLqLcxQfISnORkNXASn2FLO3o6jOH~iiLoagkCN3o~3ZEVR85QGK2g8Ny2k1qu4nh-u29UwkjoDxO~uWXvHlzJCuGIp9RGLOeRxk2KZyz61vSig__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,G. V. Rathnamala,"Department of Civil Engineering, GITAM School of Technology, Bengaluru Campus, Bengaluru, Karnataka, India",India,rnaveen@gitam.edu,https://orcid.org/0000-0001-5796-8897,G. V. Rathnamala,"Department of Civil Engineering, GITAM School of Technology, Bengaluru Campus, Bengaluru, Karnataka, India",India,rnaveen@gitam.edu,https://orcid.org/0000-0001-5796-8897,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,classification; demographic; income; pollution; poverty; questionnaire,NA,iwaponline.com +89384,12,7,https://iwaponline.com/washdev/article/12/7/517/89384/Menstrual-material-maintenance-disposal-and,"Journal of Water, Sanitation & Hygiene for Development","Menstrual material maintenance, disposal, and laundering challenges among displaced girls and women in Northeast Nigeria",2022,FALSE,0,NA,NA,6,Margaret L. Schmitt,"Columbia University, Mailman School of Public Health, 722 W. 168th Street, New York, NY 10032, USA",United States of America,maggie.schmitt@columbia.edu,NA,Margaret L. Schmitt,"Columbia University, Mailman School of Public Health, 722 W. 168th Street, New York, NY 10032, USA",United States of America,maggie.schmitt@columbia.edu,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,humanitarian emergencies; menstrual hygiene management; water; sanitation; and hygiene (WASH),NA,iwaponline.com +89588,12,7,https://iwaponline.com/washdev/article/12/7/529/89588/Effect-of-45-full-scale-WWTPs-on-tropical,"Journal of Water, Sanitation & Hygiene for Development",Effect of 45 full-scale WWTPs on tropical receiving water bodies in Brazil by partial least squares-discriminant analysis,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/7/10.2166_washdev.2022.045/2/washdev0120529supp1.docx?Expires=1706163107&Signature=grkhoPS8Wpy6g0JiOkdEd-Wl3RVq7tP354vvIP~jBsP8j--Yamw88ydMBG4F56DC~IeGT8yQq9073QLuFshabs3bFrZcFvJk~QRorxMSoMVTjBZEdo3dZtrd3XvdEGSIWJrlWwxtgBM~2chBbqr-kRGZ25iDOURKIjIT6rMdrSS3tB605hx2ysq~~5BKMlHLI~wkniKjUNgVcpwmn6KCiEk1JAkJFUcOpcL3Dhto~lO1ApcBu2YqWMTBSj0CoZ6~BVS~7RViLrF-~BsyvWlA93OKRNDndC4jM7OkGYmChfiTW59xFPh1JiMHtzSwJ-b8idUFr5~OmMaiyyOxTklh8g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Marina Salim Dantas,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Presidente Antônio Carlos, 6627, Belo Horizonte/MG, CEP 31270-901, Brazil",Brazil,marina-dantas@hotmail.com,https://orcid.org/0000-0002-7084-7798,Marina Salim Dantas,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Presidente Antônio Carlos, 6627, Belo Horizonte/MG, CEP 31270-901, Brazil",Brazil,marina-dantas@hotmail.com,https://orcid.org/0000-0002-7084-7798,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,data mining; environmental statistics; sewage treatment plants; tropical rivers; water pollution,NA,iwaponline.com +89596,12,7,https://iwaponline.com/washdev/article/12/7/542/89596/A-participatory-SWOT-analysis-on-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","A participatory SWOT analysis on water, sanitation, and hygiene management of disabled females in Dhaka slums of Bangladesh",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/7/10.2166_washdev.2022.061/1/washdev0120542supp1.docx?Expires=1706163112&Signature=0j4ovIBMO7IhlR-0eo8qLwtU412KRSC4p43jf3464KLLCdvLWJAXNznOaAWtA7FSoIZ5PG5ExZXGmXawf9ugoJHoWOmbtAUEY4DT2FjMYXsfV-uHX5LnorRFXWz2rrDiOwRX7ueFdqJT2iadItQslZBZaxS9FUWYSJDEBgRMxldqvR4THaybKNFvNCqJGf0ulWlIjmlSaRKNDNjjGLjN8vwAhcUfigbjvauG6Kj6rd7QtjZSJJa5P2VRRGwxeW~ZOa--C0aopSX3phs6Nz727PBmsxsQ8wyA-ldhfIO5exHRLvys6qtvsIk3cv5A5C5dxbp80NsFjWESCtH3hP6Mmw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Sara Nowreen,"Institute of Water and Flood Management, Bangladesh University of Engineering and Technology, Dhaka, Bangladesh",Bangladesh,snowreen@iwfm.buet.ac.bd,https://orcid.org/0000-0001-8116-4020,Sara Nowreen,"Institute of Water and Flood Management, Bangladesh University of Engineering and Technology, Dhaka, Bangladesh",Bangladesh,snowreen@iwfm.buet.ac.bd,https://orcid.org/0000-0001-8116-4020,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,female hygiene; gender; inequalities; participatory SWOT,NA,iwaponline.com +89672,12,7,https://iwaponline.com/washdev/article/12/7/555/89672/Water-sanitation-and-hygiene-WASH-coverage-and,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene (WASH) coverage and practices of children from five public primary schools in Guinea",2022,FALSE,0,NA,NA,4,Alseny Bah,"Collaborative Innovation Center of Atmospheric Environment and Equipment Technology, Jiangsu Key Laboratory of Atmospheric Environment Monitoring and Pollution Control, School of Environmental Science and Engineering, Nanjing University of Information Science and Technology, Nanjing 210044, China",China,NA,NA,Feihu Li,"Collaborative Innovation Center of Atmospheric Environment and Equipment Technology, Jiangsu Key Laboratory of Atmospheric Environment Monitoring and Pollution Control, School of Environmental Science and Engineering, Nanjing University of Information Science and Technology, Nanjing 210044, China",China,fhli@nuist.edu.cn,https://orcid.org/0000-0002-2969-8276,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,hygiene; incidence and prevalence; primary school pupils; sanitation; water,NA,iwaponline.com +89621,12,7,https://iwaponline.com/washdev/article/12/7/563/89621/Government-institutional-emergent-issues-and-gaps,"Journal of Water, Sanitation & Hygiene for Development",Government institutional emergent issues and gaps in disaster management mechanisms for WASH: a case study of Zambia's Kanyama peri-urban area,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/7/10.2166_washdev.2022.079/1/washdev0120563supp1.docx?Expires=1706163119&Signature=MWenZ~RxwEw7pvR6Er-Rd3D19ep1QdGYQgMaGUzKzy37tzAn47A7W7Xw9GSaTaDKoj44nf4RXC8jHp7BdCSI4XoEPO2VYE-6ciLqnCrGkm1R-rhq~DpiWfuADCcBlwOd4MfGzH3jNoS3icr30Z4PmFYojr6edWt611cNq64YFBYI2C~n39grl4bBjuAq2eol-C23qoroLvoKJzWLksEXdbU1Tr4VGd8wXMDkLdfi0PVLakNQ1AiN8RSvo5SdbvMTqdq5eC64w45TA~7KccWkYqRl1NmjucoG8z2jt4rT2m8trSc1pyOfUYG51duvNO1i9ClhT7PO1SwZAWyupHVMhA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Sydney Haanzuki Mulekwa Mudenda,"Department of Civil and Environmental Engineering, School of Engineering, University of Zambia, Great East Road, Lusaka, Zambia",Zambia,sydney.mudenda@gmail.com,https://orcid.org/0000-0003-3165-3832,Sydney Haanzuki Mulekwa Mudenda,"Department of Civil and Environmental Engineering, School of Engineering, University of Zambia, Great East Road, Lusaka, Zambia",Zambia,sydney.mudenda@gmail.com,https://orcid.org/0000-0003-3165-3832,TRUE,All relevant data are available from an online repository or repositories (https://drive.google.com/drive/folders/1ORDS67jJWK7kayHaF85HRtOmja0HYpMd?usp=sharing).,available in online repository,https://drive.google.com/drive/folders/1ORDS67jJWK7kayHaF85HRtOmja0HYpMd?usp=sharing,disaster; peri-urban; preparedness; prevention; response; sanitation,NA,iwaponline.com +90182,12,8,https://iwaponline.com/washdev/article/12/8/575/90182/Regression-models-for-predicting-the-die-off-rate,"Journal of Water, Sanitation & Hygiene for Development",Regression models for predicting the die-off rate of E. coli in solar water disinfection,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/8/10.2166_washdev.2022.056/2/washdev0120575supp1.docx?Expires=1706123472&Signature=Iz2ZUaKbAT~SIs6fAnUiIaoBv5aVmv9MCOmOoRvHeyr3aHLGRNwRafxW6QsAsATcjgDVrZsrCgrUP9HfmQzBHet6TTxYNJr6a-dCNo8xGwOdjYTMtsmng5QqpMNeFnXyOpSfwVc6PApjfaHogkl3My5zMWEGqNhkJb-JyigvqNWjYGzfAVpaAN0ZA9rDNBZ-pnc4nJwRPIGq-KPpkFnsJ4xembajrfH7zlyx~82Us~99W2ndBpuqAZMWrYuk5txLkBntJeLsXr324T55hycslfDfU-jhckn5pNBiNXaEwtyGBAKzRuUmrLzy1macaeLo8zqWT4Gzjv9uB1ggc72FmQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Ekene Jude Nwankwo,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,ekene.nwankwo@unn.edu.ng,https://orcid.org/0000-0002-3789-0049,Ekene Jude Nwankwo,"Department of Civil Engineering, University of Nigeria, Nsukka, Nigeria",Nigeria,ekene.nwankwo@unn.edu.ng,https://orcid.org/0000-0002-3789-0049,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water; exposure period; multicollinearity; temperature; turbidity; ultraviolet,NA,iwaponline.com +89424,12,8,https://iwaponline.com/washdev/article/12/8/587/89424/Exploring-waste-and-sanitation-borne-hazards-in,"Journal of Water, Sanitation & Hygiene for Development",Exploring waste and sanitation-borne hazards in Rohingya refugee camps in Bangladesh,2022,FALSE,0,NA,NA,6,Sayed Mohammad Nazim Uddin,"Environmental Sciences Program, Asian University for Women, Chattogram, Bangladesh",Bangladesh,NA,https://orcid.org/0000-0002-6143-5572,Jutta Gutberlet,"Department of Geography, University of Victoria, P.O. BOX 3060 STN CSC, Victoria, V8W3R4, BC, Canada",Canada,gutber@uvic.ca,https://orcid.org/0000-0003-4602-1483,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,refugee camps; Royingha; sanitation; WASH; waste management,NA,iwaponline.com +90260,12,8,https://iwaponline.com/washdev/article/12/8/600/90260/WASH-vulnerability-severity-and-the-response-of,"Journal of Water, Sanitation & Hygiene for Development","WASH, vulnerability, severity, and the response of urban slum dwellers to the COVID-19 pandemic",2022,FALSE,0,NA,NA,2,Thi Phuoc Lai Nguyen,"Department of Development and Sustainability, School of Environment, Resources and Development, Asian Institute of Technology, 58 Moo 9, Km.42, Paholyothin Highway, P.O. Box 4, Klong Luang, Pathumthani 12120, Thailand",Thailand,phuoclai@ait.asia,https://orcid.org/0000-0003-2827-5762,Thi Phuoc Lai Nguyen,"Department of Development and Sustainability, School of Environment, Resources and Development, Asian Institute of Technology, 58 Moo 9, Km.42, Paholyothin Highway, P.O. Box 4, Klong Luang, Pathumthani 12120, Thailand",Thailand,phuoclai@ait.asia,https://orcid.org/0000-0003-2827-5762,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,attitude; Bangkok slum dweller communities; knowledge; practice; self-efficacy,NA,iwaponline.com +90177,12,8,https://iwaponline.com/washdev/article/12/8/612/90177/Water-and-sanitation-service-levels-in-urban,"Journal of Water, Sanitation & Hygiene for Development","Water and sanitation service levels in urban informal settlements: a case study of Portee-Rokupa in Freetown, Sierra Leone",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/8/10.2166_washdev.2022.115/2/washdev0120612supp1.docx?Expires=1706163135&Signature=4eYwwtVs3MgtmtGb0d2UsRMF4ynilUaCZ8-5AuJEJaEmb4hEiSFTgf-6aaUG6TwPZdk1iF~Y28pqHZJnmVlqpQflGnQa-SQVp~VWzR8BfgUEM37NY4AlRh14-crk8X1jxiGcXEx4AqIBMbt7n7lNCa8FjdT5yRsaE6ROnd-Z790B6eJ2SOZLH5GvNfLn3~bQYxbnZPLQGTPX87Nqs~iyJ~GkKsnPEd2jH0u9qXARDFgwryp2DoHIp1Spq1gtS0sO4erS1hjZ1l9nRjQr9rxRs905Q7y~lJi1-mv~1wkBI73LJ6Jw7v4wnZ7~8HvynEkiMG7O7XxSeWEzVCaCinTXmA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,Innocent Kamara Tumwebaze,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",United Kingdom of Great Britain and Northern Ireland,i.k.tumwebaze@lboro.ac.uk,https://orcid.org/0000-0003-2364-4602,Innocent Kamara Tumwebaze,"WEDC, Loughborough University, Loughborough, Leicestershire, UK",United Kingdom of Great Britain and Northern Ireland,i.k.tumwebaze@lboro.ac.uk,https://orcid.org/0000-0003-2364-4602,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking and domestic water; informal settlement; sanitation; Sierra Leone; urban,NA,iwaponline.com +90481,12,8,https://iwaponline.com/washdev/article/12/8/622/90481/Obituary-Professor-Duncan-Mara-1945-2022,"Journal of Water, Sanitation & Hygiene for Development",Obituary: Professor Duncan Mara (1945–2022),2022,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +90791,12,9,https://iwaponline.com/washdev/article/12/9/625/90791/Water-sanitation-and-hygiene-conditions-in-schools,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene conditions in schools in Antalya in Turkey: a descriptive survey",2022,FALSE,0,NA,NA,3,Ayse Meydanlioglu,"Department of Public Health Nursing, Faculty of Nursing, Akdeniz University, Antalya, Turkey",Türkiye,NA,https://orcid.org/0000-0002-9799-937X,Arzu Akcan,"Department of Public Health Nursing, Faculty of Nursing, Akdeniz University, Antalya, Turkey",Türkiye,aarzu@akdeniz.edu.tr,https://orcid.org/0000-0003-0503-2610,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,hygiene; sanitation; school; school nurse; water,NA,iwaponline.com +90605,12,9,https://iwaponline.com/washdev/article/12/9/634/90605/Fecal-sludge-treatment-in-a-pilot-scale-vertical,"Journal of Water, Sanitation & Hygiene for Development",Fecal sludge treatment in a pilot-scale vertical-flow constructed wetland for the removal of helminth eggs,2022,FALSE,0,NA,NA,5,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Department of Plant Biology, Faculty of Science, University of Yaoundé I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,https://orcid.org/0000-0003-2108-3733,Wilfried Arsène Letah Nzouebet,"Wastewater Research Unit, Department of Plant Biology, Faculty of Science, University of Yaoundé I, P.O. Box 812, Yaounde, Cameroon",Cameroon,wnzouebet@ymail.com,https://orcid.org/0000-0003-2108-3733,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,environmental pollution; fecal sludge; pathogenic parasites; public health; tropical climate; vertical-flow constructed wetlands,NA,iwaponline.com +90783,12,9,https://iwaponline.com/washdev/article/12/9/647/90783/Validity-of-an-abbreviated-Individual-Water,"Journal of Water, Sanitation & Hygiene for Development",Validity of an abbreviated Individual Water Insecurity Experiences (IWISE-4) Scale for measuring the prevalence of water insecurity in low- and middle-income countries,2022,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/9/10.2166_washdev.2022.094/1/washdev0120647supp1.pdf?Expires=1706050608&Signature=LwqFpEtw9G7coxKn6eZlDvPeqv0AvHPBHdqk3NDh6BI-4UnY~AtAOkemZY-P3KJ57ByW23TcnMoq~tc9Alg3s-nErSUgbJH6GjNioSsVyOvN4px4h5dcQG71Ubsla-qeLfU8In3s88oKjF8BJgifSgu-Aq8qRApKQxWK81nkscSErOgiW0yMo5UidX1oGfiksPKMDXyHOYWCMZYgl99Cg7shhxYnpMFHFR-WdZZ9LC~h12PT4s0nkeHvoHRIkiz5TShfY3rXQ-uExhyayi9~C0ymG6YTR~eWpBoUkoEuojRBtSpxRwn4kYO9CC-LZ4PuaQKXqzFXgxtCaC~hybZsKg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Hilary J. Bethancourt,"Department of Anthropology, Northwestern University, Evanston, IL, USA",United States of America,NA,https://orcid.org/0000-0001-5774-7525,Sera L. Young,"Department of Anthropology, Northwestern University, Evanston, IL, USA",United States of America,sera.young@northwestern.edu,https://orcid.org/0000-0002-1763-1218,TRUE,Data can be made publicly available upon reasonable request; readers should contact the corresponding author for details.,on request,NA,indicator; measurement; prevalence; scale; validation; water security,NA,iwaponline.com +90784,12,9,https://iwaponline.com/washdev/article/12/9/659/90784/Effects-of-Moringa-oleifera-seeds-on-the,"Journal of Water, Sanitation & Hygiene for Development",Effects of Moringa oleifera seeds on the physicochemical properties and microbiological quality of borehole water from Botswana,2022,FALSE,0,NA,NA,3,Tiroyamodimo Semanka,"Department of Food Science and Technology, Botswana University of Agriculture and Natural Resources, Private Bag 0027, Gaborone, Botswana",Botswana,NA,NA,Eyassu Seifu,"Department of Food Science and Technology, Botswana University of Agriculture and Natural Resources, Private Bag 0027, Gaborone, Botswana",Botswana,eseifu@buan.ac.bw,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibacterial property; Moringa oleifera seed; Thamaga village; water treatment,NA,iwaponline.com +91123,12,10,https://iwaponline.com/washdev/article/12/10/671/91123/Psychosocial-factors-influencing-handwashing,"Journal of Water, Sanitation & Hygiene for Development",Psychosocial factors influencing handwashing behaviour and the design of behaviour change interventions for the Rohingya camps in Bangladesh,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.167/1/washdev0120671supp1.docx?Expires=1706163154&Signature=cPleI8n3tqpLko-vvi3czmIPlQNek6e1~XwWM7bwbvQOix8A7MaSiMt-LLto2ieSN559I5qg-BHb8mQ3ivnN6tBxbs5Wo6Hm8~zYT~mlBBBiCFXe~UX-Xu78OYFDGHEhfaLB2EhvOdIqK0Qwsv6Tz2Q~yXFOfu4ae-ripWWEiLNqMyjHWii-FxCJo-KoHUwsdecW2Zct4M2JUkGVsxJVrWVAWffmvBNVPB~vDv2pgNN6~q2y9ozypQROUwbqOhir-P2VureNRgIcO9~xAnYrMLpDuc0WqxFPHCvtREyqniQNpRUcbbSgzLrxxdM7VF3WZtNFpFCuQ4nZ6v3qgdv4Xw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Kh. Shafiur Rahaman,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, Dübendorf 8600, Switzerland",Switzerland,shafiur.mr@outlook.com,https://orcid.org/0000-0002-7754-1177,Kh. Shafiur Rahaman,"Eawag: Swiss Federal Institute of Aquatic Science and Technology, Ueberlandstrasse 133, Dübendorf 8600, Switzerland",Switzerland,shafiur.mr@outlook.com,https://orcid.org/0000-0002-7754-1177,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,behaviour change; handwashing; psychosocial factors; RANAS; refugees; Rohingya camps,NA,iwaponline.com +91438,12,10,https://iwaponline.com/washdev/article/12/10/683/91438/WASH-and-MHM-experiences-of-disabled-females,"Journal of Water, Sanitation & Hygiene for Development",WASH and MHM experiences of disabled females living in Dhaka slums of Bangladesh,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.060/1/washdev0120683supp1.docx?Expires=1706131489&Signature=gSjSWLDCypKy61t9teC0j7RmP4TdGN0jORNMQqiP1CRG5-HssTSmA49MlJjNiWjg67DnmR7FL~~Plq47CGDCNykRPLWXZaS41BnMgmkyAX4sBF5fxlOoVCJLkGzggAOhKUuv9h5ODGP4ywSwriqNKu0wBjeyMqIGO5fusRgTjkf2lgQmlNiZps-vCbpLDY3QZTLk4Vvkyfnub3WboXRqv7fi9DLDixCdUQ2lWAzFGbrUd4RftbS5QpRuJIZrSe8VwT~f6uBBuanjyVwuvWCa5q7h0EepxZCVOelNpxl6cGGNo1p~EaCnBvXgRwaPBoqaZzgcJOwhU3kBTmrst6dCaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Md. Arif Chowdhury,"Department of Climate and Disaster Management, Jashore University of Science and Technology, Jashore-7408, Bangladesh",Bangladesh,NA,https://orcid.org/0000-0002-0646-512X,Sara Nowreen,"Institute of Water and Flood Management, Bangladesh University of Engineering and Technology, Dhaka-1000, Bangladesh",Bangladesh,snowreen@iwfm.buet.ac.bd,https://orcid.org/0000-0001-8116-4020,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Dhaka slums; female with disabilities; gender inequalities; MHM (menstrual hygiene management); WASH (Water; Sanitation; and Hygiene),NA,iwaponline.com +91334,12,10,https://iwaponline.com/washdev/article/12/10/698/91334/Effect-of-peracetic-acid-ultraviolet-combination,"Journal of Water, Sanitation & Hygiene for Development",Effect of peracetic acid–ultraviolet combination treatment on microbial and endotoxin levels in a pharmaceutical water system,2022,FALSE,0,NA,NA,5,Afsaneh Farjami,"Food and Drug Safety Research Center, Tabriz University of Medical Sciences, Tabriz, Iran",Iran (Islamic Republic of),NA,NA,Farzaneh LotfiPour,"Food and Drug Safety Research Center, Tabriz University of Medical Sciences, Tabriz, Iran",Iran (Islamic Republic of),farzaneh.lotfipour@gmail.com,https://orcid.org/0000-0002-0774-9466,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,biocide; biocontol; purified water; water for injection; water treatment,NA,iwaponline.com +91114,12,10,https://iwaponline.com/washdev/article/12/10/711/91114/Mental-health-in-arsenic-induced-cancer-a-study,"Journal of Water, Sanitation & Hygiene for Development","Mental health in arsenic-induced cancer: a study from middle Gangetic plain of Bihar, India",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/10/10.2166_washdev.2022.077/1/washdev0120711supp1.docx?Expires=1706163164&Signature=0hB7IjAFVK8IFzmIyvmwwjfkVOnuRC6L7~s3sqW~ljbJL4rI1rhWGpz6iFVxCQEdUCBGyhXdEdVgqFqtRls8-ok-y4emn5UFvgRt2LB9dHt7r0BDRzmup92UjGaL1oO-zLSY~ns1zzVIAUF9NLJ~~gb~F8QZgH69xdg6CbvK928SxC-nl4QtFajvNK0tUhtLW4lco~daPGtjrmBW-3GWRPMQoY-LxLSSOE2XRQ1zpvmoo3TPQuCgWOylT3nuJqpkayc~5Y-7-4b99skl64aooeSFfLKSncJFdKMd40dMzaE7sRcstaAuGVEE2cusSpmSEOub3RdwE9PRIhDY5OVT8Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Shishu Kesh Kumar,"Department of Psychological Sciences, Central University of South Bihar, Gaya, Bihar, India",India,NA,https://orcid.org/0000-0002-7943-835X,Das Ambika Bharti,"Department of Psychological Sciences, Central University of South Bihar, Gaya, Bihar, India",India,ambika@cub.ac.in,https://orcid.org/0000-0003-0465-4725,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,arsenic contamination; arsenic-induced cancer; groundwater; mental health; middle Gangetic plain; perceived social support,NA,iwaponline.com +91202,12,10,https://iwaponline.com/washdev/article/12/10/721/91202/Validation-of-the-UNICEF-fiscal-diagnostic-tool,"Journal of Water, Sanitation & Hygiene for Development",Validation of the UNICEF fiscal diagnostic tool for SDGs 6.1 and 6.2 in East and Southern Africa using the analytical hierarchy process (AHP),2022,FALSE,0,NA,NA,4,Samuel Godfrey,"UNICEF East and Southern Africa Regional Office, Nairobi, Kenya",Kenya,sgodfrey@unicef.org,NA,Samuel Godfrey,"UNICEF East and Southern Africa Regional Office, Nairobi, Kenya",Kenya,sgodfrey@unicef.org,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Africa; AHP; infrastructure finance; SDG 6; UNICEF; water and sanitation,NA,iwaponline.com +91501,12,11,https://iwaponline.com/washdev/article/12/11/737/91501/Reducing-sexual-violence-through-safe-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Reducing sexual violence through safe sanitation?,2022,FALSE,0,NA,NA,1,Isha Ray,"University of California, Berkeley, CA, USA",United States of America,isharay@berkeley.edu,https://orcid.org/0000-0002-9966-8822,Isha Ray,"University of California, Berkeley, CA, USA",United States of America,isharay@berkeley.edu,https://orcid.org/0000-0002-9966-8822,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,gender-based violence; latrines; rape; sexual violence; toilets,NA,iwaponline.com +91579,12,11,https://iwaponline.com/washdev/article/12/11/742/91579/Unsafe-fecal-disposal-practices-in-children-and,"Journal of Water, Sanitation & Hygiene for Development",Unsafe fecal disposal practices in children and the nexus with childhood diarrhea in low- and middle-income countries: a systematic review and meta-analysis,2022,TRUE,2,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.040/2/washdev0120742supp1.docx?Expires=1706024073&Signature=DNfXjEY657YhTmmO5kuCBfPzeKFTlvSsrpuHRZp5hp8ujFZgFZXxjErIv6cwPZKahKidkkfHIR0BC1ZJ8vhUu9Cgfr99D1FgGv5GWZLKOgBxba0PjbqtdCeYrkYqaeVXSEJfxF1NDrXHpqTr0A2Nz7V4fHYH7mu9wIV9KFlYtSOg80R6GcXQ7309V4y1YsCOuMaxM9gSnYIvPPS~izjiLSu4SNMaYaCbITKbLU6~ksd4I0le2NTbfAe1ZgkT~Fp309aMW6OpPjX3RtT5ThQiuTQEbU-aqYDMtZ88MSsrOsusvomD1yzw7O1bUWM7GPn7Nej7GVc84cWK2PIq4EXORw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.040/2/washdev0120742supp2.docx?Expires=1706024073&Signature=sO0uuxo07ZZhp-JtjacF6JNH4~A2ukvi0OpnYjxxccloNOAgsLdiFsFRi7ZIcufZOCJLadOyjAtMo4x76lqVxDMOgZt1XD-DgCwcjPbexDDc4W~a92gqPR0sayPZtMyv41OiDWmWw8wn20AlU0WdRVsBJAM5ca78M7~~UHmtJWquEUWQizd7oWB33pZhS~xbDmegVOHt-5OBTrXXAGcRaBtOTeWzTr1rsRwEV~GYxCzN30b29OYhwa2n-8Ih~7u8Ok9Jr3aD~yNYzJnNK0JETF4nL4NPtUSKTcemtzBsZ0gmQxmJq6LTVQ1WQkRH2xg8FZh9oGM~gtaYuO2j4pEDXw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Negasa Eshete Soboksa,"Department of Environmental Health, College of Health Sciences and Medicine, Dilla University, Dilla, Ethiopia",Ethiopia,yeroosaa@gmail.com,https://orcid.org/0000-0003-3451-175X,Negasa Eshete Soboksa,"Department of Environmental Health, College of Health Sciences and Medicine, Dilla University, Dilla, Ethiopia",Ethiopia,yeroosaa@gmail.com,https://orcid.org/0000-0003-3451-175X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,association; child; diarrhea; feces disposal; low-income; middle-income countries; pooled prevalence,NA,iwaponline.com +91517,12,11,https://iwaponline.com/washdev/article/12/11/755/91517/Complexity-of-adoption-and-diffusion-of-ecological,"Journal of Water, Sanitation & Hygiene for Development",Complexity of adoption and diffusion of ecological sanitation technology: a review of literature,2022,FALSE,0,NA,NA,7,Celestin Banamwana,"Department of Environmental Health, College of Medicine and Health Sciences, University of Rwanda, P.O. Box 3286, Kigali, Rwanda",Rwanda,cbanamwana@nursph.org,https://orcid.org/0000-0002-2817-2926,Celestin Banamwana,"Department of Environmental Health, College of Medicine and Health Sciences, University of Rwanda, P.O. Box 3286, Kigali, Rwanda",Rwanda,cbanamwana@nursph.org,https://orcid.org/0000-0002-2817-2926,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adoption; complexity; diffusion; Ecosan technology; sanitation,NA,iwaponline.com +91503,12,11,https://iwaponline.com/washdev/article/12/11/770/91503/A-longitudinal-study-of-multiple-water-source-use,"Journal of Water, Sanitation & Hygiene for Development","A longitudinal study of multiple water source use in Bekasi, Indonesia: implications for monitoring safely-managed services",2022,TRUE,8,pdf; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp1.pdf?Expires=1706163181&Signature=ItwFdi08EMPERsOzMk3pPVuvesDmjnDpYaG8unxTVUvjAUyf59Da0CA~bSymDcwKZjHp6h2sOx6G95ffPcome~feNAsT-khdHcAOFZHubQvT1TwBam3PwfatwWLOyc4COZcnYgfg6WmXTmhFDtZNT5TYv-CC58n0VkzuXy7EtT-d28Zw5pBMp3FmPXB7Shd9OS5Z3PWIv3MF3aZ1JnFx6qYF~16Yul-3xrvdKmPHaKmxR2~MPRUNsthsm~9CLxyEOXEgHvW32VpJQICXy7NCSaHgzx6JcR7Eg9vHNjj5-wtgSayjxsPl8jii3oMouupRdNY1cYOhT08N58ZnRExuwQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp2.xlsx?Expires=1706163181&Signature=fT0vdFC2EaJuXPqA3j-Yk3sp769TqflS2Nn5Ve9cYJLN1VEFF7hGpfK91T8LwAn3FkHPUoZdTCDjWstq6F5fxlaNgZIJFhETkwB49VQJnh19vRNp22MKZVSLHYlKUF-6656vXUS9Iwiovp2yyFl-DVx4yhq~VwDo4PB~OQVZrug5yqsKjn74~XSBEFEprC3BFb3zetPXAP2wqlfbsPdE~TodHrz~KwS4NSpsKVkUHMoswN2PlEYZ6cB3PuWPQ9pqbr-EXOGXMbR~dMooPwMeLR-a5K4R8G3e6YD0DobD42S7cPFPvbfrnhGjbMFhvMACiW4kheifBhPsghNFxEUheg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp3.xlsx?Expires=1706163181&Signature=ZbuqPWaRFq8butZGUZav9FiFqW77X7hOHQgrtFvS1awjuVOKXEGb4Iimnd7eNVwv12SH1uxWiFC3VsvymZs7bGLW~HQF9tvMm1S9MUq97aFi9JELjXx39AaUbCGM1BJ6eyuUL83qrN2TZ71zYiuOvR3HOoAapqUi5hn9FaMQvdRJtAjTYUzqtFvx8F7cbEYp-IXg3tHhi8UIIjRzrbe2jZ3fJtZbA8H2pHNMy-PkpCqwJQYq-7t93bu4eoWWw1ZXuW770YNIryECEGeXBMMmIusxAffTtMCcY44p0SDSS7CBiyPKfpGVr4RQ7pMcF75zl04UdFEoqFE8sUtfiBxK-w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp4.xlsx?Expires=1706163181&Signature=Gc1N-5NEuGr70uNUrWfmtfL99cB-PlPmWMcEfTQjawgBhJ8wu4Unud83ip32JjTks~8dhSqF5p4aBeN3IoDUGVfTfz7D4VCdTA39OePVk7VDAHIW4rPHSIAt0P-91UskPO-DOVP8r5JBsjVbDJj0xxjjfikKLfAxbMYJxVaeXDW-MHSzKFWTuLhOd3ilhogqD4X8dJSALpXL8hINdv-RXYuVWlPEPQAmKeuDneL9u7xV~U4-9HDR2S3XwPHzAT09MMd~pKp3wiVpK3QVM~Jj0mAU4cixI5QouuwSEg9IiKZ0OCyUgIsPRJ~jxOKox8UZ4gWpcCwDG3uWTvMqBM3IHA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp5.xlsx?Expires=1706163181&Signature=vQYXf3lWI4bIXEnVpmH29FoTeWdlZf-psCe5ScgCCeD9PmOwCI020tfuuNMCIS06lVk~BubLJLoC40r3Msohm2miVHfhDZZ~tOLDY3B9C5wWN3fuHfF-7ukOS4wtq74Pc8OZZtef1bY~DmNFWPngy016b0CeTsBpt4AASoxxxJsRQzCf~YtHlWO25jUMAEarmnHHPih3thP0E0XPlsG0~M9Jii5kb9BRUNoFvW1EFfZ3adfEpy-4cQbHkkwDkFXq9-R5ch3LOF01~rjCGhRnWp0jQOZ2xI0aBy6CRk6qecbbdrc3U1s0t8IvyEKslgnGLz9zCGmzJLmC9E3FNPQdbw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp6.xlsx?Expires=1706163181&Signature=B6BnQp7sKnSX3dvXQ-GIFKQ0pXoroNFRTAZGXpR0aO8f8uDZXODb0rwF7QAxdeqotq1j7vOjccKA6pzj7R4Ey4Awboc9goWfc-jeaR5qPW-UoIjHRPol0IE0SRzfijFOL01O02Vcn0L0DtizOOnMIYJZi9ewjR3QsjsH7z9Oh~sCNyUOaa-dASznbVCu~Z9M9MH9sNe~t~vjLIiV3jeOFG7Ux8oYiyGhObXE5VWhHALeTMT8-Rr1iHfQ3fv5agL-04x7Oyx5bK1e~vD~hbaVBpCGxic5QCSE3KkLsAwRlHFx5hunZFSd58cU-lCSW3Rouox4iVpqw8Og-IetRzEAgg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp7.xlsx?Expires=1706163181&Signature=HOK9Zc9MPrflHFiluY6qC0SmxV7hUb0k6fXAGDiM~gCvKol3g7A2ldtc6SDqxqPz98cZL-htLDBa7IhnkyNrvd9JLMg9SIZV6RCTqL6LYwSq72qqpKSTfDTysvdzdhM3FJ~f2o1hOetkCVnzhzm4oUHwFVxxYvXeHlD8lZMOpLTTJyF7zvIYNdmfL0Vd1LvFts7muilN2sRXhwJIgxCGkF~fhaETvPG8eSlIb~au9SJiP7zqm-U3ya0nOKIg~LsslLrd98j1wEay3xzPxEuJHNxz5HSmcV-ArxqutyXX0NJ4xfTDWWqPzeyzxrwICOvS2s92n2wCvrQU5wmc6H35RA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp8.xlsx?Expires=1706163181&Signature=4T0WwB1mtc9vyiskyBnrPpYuwvtONHg2q~8t-PYF6e~EVzoYTovCRmP2qYi59~QIQrdWeE1~SxOPyfpFGnIZ1rG1WxGYcAXI1cFMpXuRMwibAqLgGCn7Q1gpIsi502IUmAY~5AKzFAy5Al231kbm9ubkRj2IWZxTUChTaNuHITtTn10GRcPHd2dBa5QaXbHcPQK57DK8~ijyVSSRO27Aye-m3qNfGMIOtSz4jT-yfk8gBnbmu1BrgHvayM~A6K5RELxhJ9OWrybve1eY6xF7B2bKlf9yix7Lx46BIxP3H0lSia9OaKUY6jnbmHk0vGvagRizmilzr3nmcY9y4A~Imw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Cindy R. Priadi,"Environmental Engineering Study Program, Department of Civil and Environmental Engineering, Faculty of Engineering, Universitas Indonesia, Kampus UI, Depok 16420, Indonesia",Indonesia,crpriadi@ui.ac.id,https://orcid.org/0000-0002-5423-3446,Cindy R. Priadi,"Environmental Engineering Study Program, Department of Civil and Environmental Engineering, Faculty of Engineering, Universitas Indonesia, Kampus UI, Depok 16420, Indonesia",Indonesia,crpriadi@ui.ac.id,https://orcid.org/0000-0002-5423-3446,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water; groundwater; low-middle-income country; multiple water source use (MWSU); seasonality; temporal variation,NA,iwaponline.com +91548,12,11,https://iwaponline.com/washdev/article/12/11/782/91548/Increasing-latrine-sales-among-poor-households-in,"Journal of Water, Sanitation & Hygiene for Development",Increasing latrine sales among poor households in rural Cambodia using targeted subsidies: a randomized control trial,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.184/1/washdev0120782supp1.docx?Expires=1706163184&Signature=sadHThNtgHJPw3p16oIAlu8FDxaqZmQkubgXBIfrSwnyTEbjp5XIWngdllK1yRRZz9m0VQVlLUaR5fnUToGiOPzD2e3BK9-5uZFMQTLM2lHzFOWbRJF1fHGb1GF4MM3pCBDsmra-NY~AttSgmuyjNdfqTYYQLhKpVMHEvqF97-N~5FM0ziuiGiBWYaYSOQeLkJvtv3IJj7bhfHt0-edla6lcr9bcnsz5-96VKZk5xhFjgCrx2Si7rQsUrlMsIoqhjRioD6fGorPUpkzgj3eK8L6Ufwwz-~xj3KoSfMOxG2k0980r5pwVlwobowRx-zhl7HKN3fIjWHYf4ZNOzRJG3g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Chris Nicoletti,"iDE, 1031 33rd St #270, Denver, CO 80205, USA",United States of America,Cnicoletti17@gmail.com,https://orcid.org/0000-0001-5335-6527,Chris Nicoletti,"iDE, 1031 33rd St #270, Denver, CO 80205, USA",United States of America,Cnicoletti17@gmail.com,https://orcid.org/0000-0001-5335-6527,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,cost-effectiveness; latrine coverage; market distortion; marketing; randomized controlled trial; sanitation,NA,iwaponline.com +91546,12,11,https://iwaponline.com/washdev/article/12/11/792/91546/Use-of-rivers-water-inadequate-hygiene-and,"Journal of Water, Sanitation & Hygiene for Development","Use of rivers' water, inadequate hygiene, and sanitation as exposure of internally displaced persons (IDPs) to urogenital schistosomiasis and soil-transmitted helminthiasis in Jalingo Local Government Area (LGA), Taraba State, Nigeria",2022,FALSE,0,NA,NA,5,Wama Emmanuel Binga,"Department of Biological Sciences, Taraba State University, PMB 1167 Jalingo, Taraba State, Nigeria",Nigeria,NA,NA,Robert Soumay Houmsou,"Department of Biological Sciences, Taraba State University, PMB 1167 Jalingo, Taraba State, Nigeria",Nigeria,rs.houmsou@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,displaced; helminthiasis; internally; persons; urogenital,NA,iwaponline.com +91502,12,11,https://iwaponline.com/washdev/article/12/11/803/91502/Application-of-tannin-based-coagulant-for-high,"Journal of Water, Sanitation & Hygiene for Development",Application of tannin-based coagulant for high-range turbidity surface water clarification,2022,FALSE,0,NA,NA,3,Camila de Oliveira,"Departamento de Engenharia Ambiental e Sanitária, Laboratório de Tratamento de Água e Resíduos, Universidade do Estado de Santa Catarina, Av. Luís de Camões, 2090, Lages, Santa Catarina CEP 88520-000, Brasil",Brazil,NA,NA,Everton Skoronski,"Departamento de Engenharia Ambiental e Sanitária, Laboratório de Tratamento de Água e Resíduos, Universidade do Estado de Santa Catarina, Av. Luís de Camões, 2090, Lages, Santa Catarina CEP 88520-000, Brasil",Brazil,everton.skoronski@udesc.br,https://orcid.org/0000-0002-8554-8272,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,coagulation and flocculation; sludge; tannin-based coagulant; water clarification,NA,iwaponline.com +91933,12,11,https://iwaponline.com/washdev/article/12/11/816/91933/Assessment-of-health-risk-induced-by-heavy-metal,"Journal of Water, Sanitation & Hygiene for Development",Assessment of health risk induced by heavy metal contents in drinking water,2022,FALSE,0,NA,NA,6,Alma Shehu,"Department of Chemistry, Faculty of Natural Sciences, University of Tirana, Boulevard Zogu I, 1001 Tirana, Albania",Albania,alma.shehu@fshn.edu.al,https://orcid.org/0000-0001-8486-6300,Alma Shehu,"Department of Chemistry, Faculty of Natural Sciences, University of Tirana, Boulevard Zogu I, 1001 Tirana, Albania",Albania,alma.shehu@fshn.edu.al,https://orcid.org/0000-0001-8486-6300,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,cancer risk; drinking water; health risk assessment; heavy metals; toxicity,NA,iwaponline.com +91547,12,11,https://iwaponline.com/washdev/article/12/11/828/91547/COVID-19-public-health-messaging-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","COVID-19, public health messaging, and sanitation and hygiene practices in rural India",2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.134/1/washdev0120828supp1.docx?Expires=1706163198&Signature=4psmj0SEnyeuW~G~adFpabyA6m6hARv4gzcxBsLEEc3GpovSTMgy2lJDh~7vKoqSJWGYsV7FQAvqfTgg-Vfb6O6CbIabN5OyxDaz4J3bgdlpYm15n5cXStom49qLMEsTk-ScVOmc91UUy15bsvCSkhE6mK5XPY~3ssEo29I-y7~f73V1D3auif~624EC8g5ZVlcUaLXexnPQ4ms1pXjRVCQFOFsuqQJb4W5SKoBAZDqhQCgCU5tr8pgfWvTtBuaZhjEOgcaE57MbzQ3ER2cHxVQWjhnieRl0VtrP98cmp6zQipfN2DltF6jDkvUZrp0j1dluoX2ltNHU~-ZfY9-1PA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Emily L. Pakhtigian,"School of Public Policy, Pennsylvania State University, 322 Pond Lab, University Park, PA 16802, USA",United States of America,emilypakhtigian@psu.edu,https://orcid.org/0000-0003-3532-5596,Emily L. Pakhtigian,"School of Public Policy, Pennsylvania State University, 322 Pond Lab, University Park, PA 16802, USA",United States of America,emilypakhtigian@psu.edu,https://orcid.org/0000-0003-3532-5596,TRUE,All relevant data are available from an online repository or repositories (doi.10.17632/79fss5rwg4.1).,available in online repository,doi.10.17632/79fss5rwg4.1,COVID-19; health information; hygiene; sanitation,NA,iwaponline.com +91518,12,11,https://iwaponline.com/washdev/article/12/11/838/91518/Integrated-behaviour-change-intervention-for,"Journal of Water, Sanitation & Hygiene for Development","Integrated behaviour change intervention for sustainable community development: a KAP study of WASH in district Gujrat, Pakistan",2022,FALSE,0,NA,NA,3,Afzaal Afzal,"Department of Social Work, University of the Punjab, Lahore, Punjab, Pakistan",Pakistan,NA,https://orcid.org/0000-0001-9095-1245,Muqaddas Javed,"Department of Statistics, University of Gujrat, Gujrat, Punjab 50700, Pakistan",Pakistan,muqaddas.javed@uog.edu.pk,https://orcid.org/0000-0003-0379-5788,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,behaviour change intervention; integrated interventions; knowledge attitude and practice; sustainable community development; stratified random sampling; water sanitation and hygiene,NA,iwaponline.com +91932,12,12,https://iwaponline.com/washdev/article/12/12/851/91932/Evaluating-filter-functionality-and-user,"Journal of Water, Sanitation & Hygiene for Development",Evaluating filter functionality and user competence after a hollow fiber membrane filter intervention in Liberia,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.075/1/washdev0120851supp1.docx?Expires=1706163205&Signature=MFlCp-rpFqkSWr8HSQZFaDKuySy~-ZyBh~lDuJDp8vNvclMOJHXcgybuzpcJciYDkWwqa8woL-2OPNfP796L-pyo2oKRTZ3brtEC0ATsN5WDeVEGnb9V6rn5N~uKin6WfTkzq35~CmHPOY7i6uyJ1YeFXTD7-aLpI8n-zZ~HN~gpsNpd2Rza8S-byuYV~CaXFWipoWMOk16k8VhuawKKQXbgQpQX~5YGUHUKZGOw6LRi0bHkrY3UTklNhFo82zD9hNbEB5LQs7iQlGnBsRo1YaAGSvn9xGLuY7EwKIKJpL17u6xvPa~WkDBwg4W~DK4xPD0a7-METhuQVTkqy6lIvA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,15,Kristen R. Alford,"Calvin University, Grand Rapids, MI, USA",United States of America,NA,https://orcid.org/0000-0002-1007-8018,Stacy L. DeRuiter,"Calvin University, Grand Rapids, MI, USA",United States of America,sld33@calvin.edu,https://orcid.org/0000-0002-0571-0306,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,filtration; Liberia; point-of-use filters; water,NA,iwaponline.com +92016,12,12,https://iwaponline.com/washdev/article/12/12/862/92016/Prevalence-of-multidrug-resistant-Escherichia-coli,"Journal of Water, Sanitation & Hygiene for Development",Prevalence of multidrug-resistant Escherichia coli in household drinking water in rural Ghana,2022,FALSE,0,NA,NA,3,Elvis Kichana,"Regional Water Quality Laboratory, World Vision International, Tamale, Ghana",Ghana,ekichana@gmail.com,https://orcid.org/0000-0002-1816-0120,Elvis Kichana,"Regional Water Quality Laboratory, World Vision International, Tamale, Ghana",Ghana,ekichana@gmail.com,https://orcid.org/0000-0002-1816-0120,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibiotic stewardship; antimicrobial; drinking water; E. coli; multidrug resistance,NA,iwaponline.com +92437,12,12,https://iwaponline.com/washdev/article/12/12/869/92437/Spatial-inequality-in-safely-managed-water-access,"Journal of Water, Sanitation & Hygiene for Development",Spatial inequality in safely managed water access in Ghana,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.099/1/washdev0120869supp1.docx?Expires=1706043268&Signature=cl-mTh82NAepwsNyKOzO~DEhwGuHOJDI1nQzP43pYB~FUDhsh-7M9E7N-UrSVzDhYfmchX~7x2A2enAIpClfgzBBMweNLo4AfKgMKnT9YoMVzedVWBE8r2~eFxMwtNtLlWQA40kLkZM6tCfkPvSv0dg8-QRE0GLEoHna8RXuFJKtzR3CaQ-NDUaoyHvL49KEqtfNgn30ctfJLEhQD0Ey9yHABVDrPmHsHBDK-kOBIFTo9-uLZdVSO5DK7T1mLQG0wFWf5mVGxOZqP2UC0ahx04ygz~GUbEc81eYiYu~ai~vS-ZUs8od2TjCBVvIDqXHrP-rGT2KW9PoThlPbea6PGg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, SD Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,adongzagla@yahoo.com,https://orcid.org/0000-0001-8173-7714,Alfred Dongzagla,"Department of Planning, Faculty of Planning and Land Management, SD Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,adongzagla@yahoo.com,https://orcid.org/0000-0001-8173-7714,TRUE,All relevant data are available from an online repository or repositories (https://www.statsghana.gov.gh/gssdatadownloadspage.php).,available in online repository,https://www.statsghana.gov.gh/gssdatadownloadspage.php,Ghana; Gini index; inequality; safely managed water; Sustainable Development Goals,NA,iwaponline.com +91951,12,12,https://iwaponline.com/washdev/article/12/12/883/91951/Water-insecurity-and-sexual-and-gender-based,"Journal of Water, Sanitation & Hygiene for Development",Water insecurity and sexual and gender-based violence among refugee youth: qualitative insights from a humanitarian setting in Uganda,2022,FALSE,0,NA,NA,11,Carmen H. Logie,"Factor-Inwentash Faculty of Social Work, University of Toronto, Toronto, ON M5S 1V4, Canada",Canada,carmen.logie@utoronto.ca,https://orcid.org/0000-0002-8035-433X,Carmen H. Logie,"Factor-Inwentash Faculty of Social Work, University of Toronto, Toronto, ON M5S 1V4, Canada",Canada,carmen.logie@utoronto.ca,https://orcid.org/0000-0002-8035-433X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,refugees; self-care; sexual and gender-based violence; WASH; water insecurity; youth,NA,iwaponline.com +92017,12,12,https://iwaponline.com/washdev/article/12/12/894/92017/Access-to-handwashing-with-soap-facility-a-post,"Journal of Water, Sanitation & Hygiene for Development",Access to handwashing with soap facility: a post-sensitisation investigation of drivers,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.149/1/washdev0120894supp1.docx?Expires=1706163218&Signature=sGNBdx87L-pw1zxYKHmtLVCt8WFrkIe6AuM~yNH8ufqBHfblb~yKbWSinc2jRS2xrdMbe9gIDl2LGaRsAEcR7WVN61NDSC-~J5HjFd6rvFbkCdWPWAVhB~~zh7dDII1Uk-O4TSxOzW~Ooo3jIWP2lfgitB2bEdqTfVv6DzMbaVWTHPqpQbLBDo9NOfbA63maptyPkoT-ivNUv~klRxd-8PJzLf53ub-A0BVb3RI3jzuhnzpiPNckwENPgPjhuF16mAaCDQsilJ-TwxA99VtT~B16lRPDkcj2qsb5IW5BduIRzTRyb-MD3tpA9fAskOw7YBIXyiY612Yg3jc3yYT0Xw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Andrew Manoba Limantol,"School of Sustainable Development, University of Environment and Sustainable Development, Somanya, Ghana",Ghana,amlimantol@uesd.edu.gh,https://orcid.org/0000-0002-7359-7616,Andrew Manoba Limantol,"School of Sustainable Development, University of Environment and Sustainable Development, Somanya, Ghana",Ghana,amlimantol@uesd.edu.gh,https://orcid.org/0000-0002-7359-7616,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ghana; handwashing; logit regression; post-sensitisation; soap; Tippy-Tap,NA,iwaponline.com +92031,12,12,https://iwaponline.com/washdev/article/12/12/905/92031/Understanding-the-adoption-of-urine-diverting-dry,"Journal of Water, Sanitation & Hygiene for Development",Understanding the adoption of urine-diverting dry toilets (UDDTs) in low- and lower-middle-income countries using the Diffusion of Innovation framework,2022,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/12/10.2166_washdev.2022.154/1/washdev0120905supp1.docx?Expires=1706163222&Signature=OStrU9-r~Y3B-KTiR8-F1QbOaHPYo2SF0rwpJltSvCzXdgpwdvqQlkGPiTutFvBwu5~gV1IRd6IzySaSU1Xw48ESifDFsrEDUrxLWCJfBexUH1oZL~BLkeZgoZJc6uXpIirQUpQFUWrp0qU4lGHXtdHz5TKGnVwz9asRSfO0J8-3IZQiRrsKh~kQAM6k84Z2WKBHGt6D0XEGIwno77AyVF5L0lAszt3H4bSDqs1x66acSNjfjAHhjIRZUimcVTVFSNmqFnf98fr3ODs1wZMmWS3JhfsIDt~4jOlEjvc12uT1QHpu~bmt5r~bjWwLjm0nk4Ue241xAuZ2HSY6z78c1g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Kristen M. Conroy,"Department of Food, Agricultural and Biological Engineering, The Ohio State University, 590 Woody Hayes Drive, Columbus, OH 43210, USA",United States of America,conroy.137@osu.edu,NA,Kristen M. Conroy,"Department of Food, Agricultural and Biological Engineering, The Ohio State University, 590 Woody Hayes Drive, Columbus, OH 43210, USA",United States of America,conroy.137@osu.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adoption; barriers and facilitators; Diffusion of Innovation; UDDT; urine-diverting dry toilet,NA,iwaponline.com +93019,13,1,https://iwaponline.com/washdev/article/13/1/1/93019/Factors-affecting-the-performance-of-household,"Journal of Water, Sanitation & Hygiene for Development",Factors affecting the performance of household rainwater harvesting systems in the south-western coastal region of Bangladesh,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/1/10.2166_washdev.2023.123/1/washdev0130001supp1.docx?Expires=1706163226&Signature=emMUPynzD5YlC76YPml981t9sz6uSL9jX6asN4VXzL-KQ3gOvVRcBE3b86pSVflLs6cqcYoZbJ6HW5yhdbzxCtvOQJYc2wPGQ1jbpye7nNrXTDUjRzkDLlltqIIHGTZs12JSxD6I7-Yflzrxliv7TjmEzI9lLzInNZtViszmOPsVE4YTqssTbHzy6AJfCI5Tad6Y6vfG74caygIxfO7VIuJFpa87bGrl2sLLihdCWo2E12OsiirCRoKNqbZL99JwYWVQRDnHDSJtywUV2yoCAlTp7lAf-3pL2KhlLwUe~a2VHEXn2k1OIAM41cUyBKG5iryw3I60Q796GXBUJPQLjQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Shimul Ghosh,"Department of Civil Engineering, Bangladesh University of Engineering and Technology, Dhaka 1000, Bangladesh",Bangladesh,NA,NA,Tanvir Ahmed,"Department of Civil Engineering, Bangladesh University of Engineering and Technology, Dhaka 1000, Bangladesh",Bangladesh,tanvirahmed@ce.buet.ac.bd,https://orcid.org/0000-0002-8970-0999,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adjusted odds ratio; logistic regression; operation and maintenance; rainwater harvesting system,NA,iwaponline.com +92636,13,1,https://iwaponline.com/washdev/article/13/1/11/92636/Stakeholder-acceptance-of-shared-toilets-to,"Journal of Water, Sanitation & Hygiene for Development","Stakeholder acceptance of shared toilets to improve sanitation access in low-income urban settings: a case study of Gulu city, Uganda",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/1/10.2166_washdev.2022.172/1/washdev0130011supp1.docx?Expires=1706163229&Signature=dX7-c3kuL0cUHBl7uQA7FY4CqBhRmlxz2dBl3CR0CMesk9vyEUCqMv3csCwTPVfybJEWQnuOqwyBxU8dJGA3RYICLyxzBId-eqGdG0hv3q6AbTzd~6cU5fVKNVzY34lsXcbquS8zCiBQhYtKtBd56YmFdtuKHavcyjEryJwldGa5HZgsHbaxGDWqbJEN7E3UlqaN7eOiwxQ0LOLE04kj0u4YpLgZ7l03acSouf68Q4oR3T4HXWYHUqJVIlK0oZkF0f-q1N8U4cayrYF--FicLoy13pfJQzxhh0m7XJMCWXrS~tO4OnCoqZ5bavcgS5PSvWT1ppdvYk2mD1FwsA~t-A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Anna Therese Schoell,"Fichtner Water & Transportation, Rofra House, 2nd Floor, Plot 546, Ggaba Road, Kampala, Uganda",Uganda,NA,NA,Rebecca Scott,"WEDC, School of Architecture, Building and Civil Engineering, Loughborough University, Leicestershire LE11 3TU, UK",United Kingdom of Great Britain and Northern Ireland,r.e.scott@lboro.ac.uk,https://orcid.org/0000-0002-0069-065X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,emptiable toilet; faecal sludge management; sanitation technology; urban development; user acceptance,NA,iwaponline.com +92851,13,1,https://iwaponline.com/washdev/article/13/1/19/92851/The-water-finance-gap-and-the-multiple,"Journal of Water, Sanitation & Hygiene for Development",The water finance gap and the multiple interpretations of ‘bankability’,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/1/10.2166_washdev.2022.201/1/washdev0130019supp1.docx?Expires=1706163232&Signature=4m3TX0EtvcRJ26AYRFrtDx40Rz5R4JR1d5igMA1SI726Y~F9b0TZlrplp70ioHVkEsDaxjxES7M0krVd7hHErP7X7gy0gijtDeX1pIJWZGA~vdWXIAcoM9Zot0O0yoD1JKeWgmbj4Csw9ochNKpASjloHscjaxRIWmWiIH7~0mM9zFOe6ZH9o0X0l7WX7nhTzsWEhF4HEZPVFCOpxji7pHl1qg5VtBxOHtZ0grooN2aJPSUD4PRqsMP2JqBrsiJJ0CA93MHwWrjo5XobazTwGOipZblBH8KCLp0D-xzth22714eVRB5bjkRifAhZK5EDCRUB5QR8XAxW5t93MEpknw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Wilder McCoy,"IHE Delft Institute for Water Education, Delft, the Netherlands",Netherlands,NA,NA,Klaas Schwartz,"IHE Delft Institute for Water Education, Delft, the Netherlands",Netherlands,k.schwartz@un-ihe.org,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,bankability; blended finance; financing gap; water finance,NA,iwaponline.com +92909,13,1,https://iwaponline.com/washdev/article/13/1/30/92909/Women-technology-and-water-creating-new,"Journal of Water, Sanitation & Hygiene for Development","Women, technology, and water: creating new waterscapes and contesting cultural norms",2023,FALSE,0,NA,NA,1,Anindita Sarkar,"Department of Geography, Miranda House, University of Delhi, Delhi, India",India,anindita.sarkar@mirandahouse.ac.in,https://orcid.org/0000-0002-6626-2455,Anindita Sarkar,"Department of Geography, Miranda House, University of Delhi, Delhi, India",India,anindita.sarkar@mirandahouse.ac.in,https://orcid.org/0000-0002-6626-2455,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,gendered roles; private tanker; technology; water; waterscapes; women,NA,iwaponline.com +92908,13,1,https://iwaponline.com/washdev/article/13/1/39/92908/Access-to-basic-water-sanitation-and-hygiene-WASH,"Journal of Water, Sanitation & Hygiene for Development","Access to basic water, sanitation, and hygiene (WASH) facilities and associated factors in Ethiopia: evidence from demographics and health surveys",2023,FALSE,0,NA,NA,8,Belay Desye,"Department of Environmental Health, College of Medicine and Health Sciences, Wollo University, Dessie, Ethiopia",Ethiopia,belaydesye.2001@gmail.com,https://orcid.org/0000-0001-5265-0994,Belay Desye,"Department of Environmental Health, College of Medicine and Health Sciences, Wollo University, Dessie, Ethiopia",Ethiopia,belaydesye.2001@gmail.com,https://orcid.org/0000-0001-5265-0994,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ethiopia; households; hygiene; sanitation; water,NA,iwaponline.com +92913,13,1,https://iwaponline.com/washdev/article/13/1/50/92913/Status-of-drinking-water-sanitation-facilities-and,"Journal of Water, Sanitation & Hygiene for Development","Status of drinking water, sanitation facilities, and hygiene in West Bengal: evidence from the National Family Health Survey of India (NFHS), 2019–2021",2023,FALSE,0,NA,NA,4,Chandan Roy,"Department of Geography and Resource Management, Mizoram University, Aizawl 796004, Mizoram, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,Chandan Roy,"Department of Geography and Resource Management, Mizoram University, Aizawl 796004, Mizoram, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,TRUE,All relevant data are available from an online repository or repositories (https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1).,available in online repository,https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1,multivariate regression; NFHS-5; open defecation; quality of life; WASH services; West Bengal,NA,iwaponline.com +93386,13,2,https://iwaponline.com/washdev/article/13/2/63/93386/An-exploration-of-market-organic-sanitary-products,"Journal of Water, Sanitation & Hygiene for Development",An exploration of market organic sanitary products for improving menstrual health and environmental impact,2023,FALSE,0,NA,NA,5,Jamie Hand,"Civil Engineering Program, Texas State University, San Marcos, TX 78666, USA",United States of America,NA,NA,Sangchul Hwang,"Civil Engineering Program, Texas State University, San Marcos, TX 78666, USA",United States of America,sanhwang@txstate.edu,https://orcid.org/0000-0003-3821-1308,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,healthier; menstruation; more accessible; more eco-friendly; more economical; sociocultural,NA,iwaponline.com +92644,13,2,https://iwaponline.com/washdev/article/13/2/78/92644/Sustained-effectiveness-evaluation-two-years-after,"Journal of Water, Sanitation & Hygiene for Development",Sustained effectiveness evaluation two years after two water systems were installed in Haitian communities,2023,FALSE,0,NA,NA,7,Shruti Sagar,"Department of Community Health, School of Arts and Sciences, Tufts University, Medford, MA, USA",United States of America,ssagar2930@gmail.com,https://orcid.org/0000-0001-9053-760X,Shruti Sagar,"Department of Community Health, School of Arts and Sciences, Tufts University, Medford, MA, USA",United States of America,ssagar2930@gmail.com,https://orcid.org/0000-0001-9053-760X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community water management; evaluation; low- and middle-income countries (LMIC); sustained effectiveness; water finances; water quality,NA,iwaponline.com +93159,13,2,https://iwaponline.com/washdev/article/13/2/90/93159/Sustainability-of-rural-water-services-in-the,"Journal of Water, Sanitation & Hygiene for Development","Sustainability of rural water services in the humanitarian-development-peace nexus: a case study from Diffa, Niger",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.124/2/washdev0130090supp1.docx?Expires=1706163252&Signature=uQem1WzCJCuKUP~5CqYo4NYXgWP7OpFbvXTxNBf26uz6~u8pfMxg25oZt2z1MMqjbdHBzdPdocVbNze8a6OIXeZByTcqDwTBMaDwRNwCuut9H9yeCOaHjIlIVYueIUqddZJTsSIaDFESGgJE8tyBMGjlWSo-x~YcZJiNudPl7EC~autatu2rUncF1GS~t3Mx~s7zpUjvrKUoEXeqOQmrs0Ivz0nRk8lRuORxdj2aTnWMKPPwMpoq-DRvq9MKLU1jlfeYMih6wNIyW65EoA8gAhrj4oaoB7p7GVQURzljJrQNIc3uA22NxTXFwDo-oypPZLVpfKVE6jvSKA5mvYWjBA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Paul Hayes,"International WaterCentre, Griffith University, Nathan, QLD, Australia",Australia,paul.john.hayes1979@gmail.com,https://orcid.org/0000-0002-6599-8604,Paul Hayes,"International WaterCentre, Griffith University, Nathan, QLD, Australia",Australia,paul.john.hayes1979@gmail.com,https://orcid.org/0000-0002-6599-8604,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,community-based water management; conflict and insecurity; humanitarian; rural water services; sustainability; triple nexus,NA,iwaponline.com +93160,13,2,https://iwaponline.com/washdev/article/13/2/103/93160/Peri-urban-schools-of-Kinshasa-before-and-during,"Journal of Water, Sanitation & Hygiene for Development","Peri-urban schools of Kinshasa before and during COVID-19: an evaluation of water, handwashing facilities, and girl students’ hand hygiene practices",2023,FALSE,0,NA,NA,5,Jean-Marie Mukiese Nlunda,"Department of Environmental health, Kinshasa School of Public Health, University of Kinshasa. The Democratic Republic of Congo",Democratic Republic of the Congo,jmukiese@gmail.com,https://orcid.org/0000-0002-7323-4436,Jean-Marie Mukiese Nlunda,"Department of Environmental health, Kinshasa School of Public Health, University of Kinshasa. The Democratic Republic of Congo",COD,jmukiese@gmail.com,https://orcid.org/0000-0002-7323-4436,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,Covid-19; girl students; hand hygiene; schools; WASH infrastructures,NA,iwaponline.com +93070,13,2,https://iwaponline.com/washdev/article/13/2/113/93070/Engaging-boys-in-menstrual-hygiene-management-MHM,"Journal of Water, Sanitation & Hygiene for Development",Engaging boys in menstrual hygiene management (MHM) interventions in Bangladeshi schools: a pilot study to assess acceptability and feasibility,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.153/2/washdev0130113supp1.docx?Expires=1706163258&Signature=c9MQJZBZkVy99myyddraW~oSP7LvHHrMekiWqHd38DVnp6peeyKyPOA3EDTc2TuBb2YdRCwf742jkriWKkO4AuC~fSye5XOYHjHI6N6mAMln~B8Shj1aVym8LXtWpdOFlcuLDrGmFWbeX~VHfjfRqfB9qHYtRyETICZCwOdYBl14taIyu7nFFnYsBi3dj8Tchw4ZRnNCwjihjOhczUxngssLL1nFQIqcbcxn3mf7r-whEr-VJsVkUNDm9TU6MuxjUFpeFm7mPSjFiEO~kuFSmJGe-xfnw6StOvatD-gqFzxKUL~JHtrdFfnJTZ5GWyo9cuVzVzIh2T95Vn-WH6we7A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,14,Rizwana Khan,"Infectious Disease Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka 1212, Bangladesh",Bangladesh,rizwana.khan@icddrb.org,https://orcid.org/0000-0002-9210-9024,Rizwana Khan,"Infectious Disease Division, International Centre for Diarrhoeal Disease Research, Bangladesh (icddr,b), Dhaka 1212, Bangladesh",Bangladesh,rizwana.khan@icddrb.org,https://orcid.org/0000-0002-9210-9024,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adolescent boys; Bangladesh; in-depth interview; menstrual hygiene management; puberty curriculum; social and behavior change communication,NA,iwaponline.com +93020,13,2,https://iwaponline.com/washdev/article/13/2/127/93020/Availability-and-accessibility-of-toilet,"Journal of Water, Sanitation & Hygiene for Development","Availability and accessibility of toilet facilities among low-income households in selected settlements of Cape Coast Metropolis, Ghana",2023,TRUE,2,xlsx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.197/2/washdev0130127supp1.xls?Expires=1706163261&Signature=LAXaOeK9t5SxmQ~7l9hQAvCaFcgIIiQbij4EA78R3x22LB78PnWeRdgXXT88Ggq12fsa7HcK0EjMcF0etlFu307RCr5eKRvtYfgrGVvl4YLAQOkqfCPPpMcIjW34vvgxyeFlAnIyPVUx6wdOKljwCOeu7UCmktBqnYeg-QgTkAPAffnsawjrjodqzNLmWv9ZY02dZyV2gr0Jxk9lu6l-Y4neUfdUwY3zzttg~ZuBKqxO2Cn1jnFKkM7MRC39PxHzY1dgV8lmu~AAVZRx25rdfEiHrYBMXxcEJgEtlQMzW8Ay6IDsh7odW2~vgNvsahb00tFod3F14mCG31k3pKHJjw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.197/2/washdev0130127supp2.xlsx?Expires=1706163261&Signature=aqiLzHkY4Kd9Oy4M1kArfvwNFC5bO8Q6Z-9jMXVppaVL1Hi3TaOshvjo893mEu4sMVOGOBA6Ef~bOty1F8BYhQyFDwd5Op7FPq9QS2kro3eYvIbr~snQc5QRXRjjdfIeOnimolw6wtsNp0~lhrp3PopM6cMXrhBNdIdrwv4J0fG5kLIoUmM2eyGA0UtXS5M616UD~JxaZVPbg42tGUL2UhR9GzEseHr1VLgKwIQyF8CatqXd96FlhUk60K~2dI14uKPtg5J5zSDGjUlyMkJjudPdkdsntwAj7y-WGkRB-EEl-mEd7zJViDjPRY8tTACUEMKmWDlTCsDWG2y5ErQEzw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Rogers Kipkoech,"Department of Environmental Science, School of Biological Sciences, College of Agriculture and Natural Sciences, University of Cape Coast, Cape Coast, Ghana",Ghana,rogers.kipkoech@stu.ucc.edu.gh,https://orcid.org/0000-0002-5001-7578,Rogers Kipkoech,"Department of Environmental Science, School of Biological Sciences, College of Agriculture and Natural Sciences, University of Cape Coast, Cape Coast, Ghana",Ghana,rogers.kipkoech@stu.ucc.edu.gh,https://orcid.org/0000-0002-5001-7578,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Cape Coast Metropolis; households; low-income household; toilet facilities; urban,NA,iwaponline.com +93348,13,2,https://iwaponline.com/washdev/article/13/2/140/93348/Linking-poverty-with-water-and-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development",Linking poverty with water and sanitation in targeting households for achieving sustainable development,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.199/2/washdev0130140supp1.docx?Expires=1706088264&Signature=uxvpItB7OtfDKADWzMrQp7BQZrsn6oTQkPHgBiEgLasUd7OOq-Cy6t~2RcpSC5WBRuf2lTWLFpIEtkgO817ORBURZsdsOlVvYCmqXEcobLqn9ncjp5eKaSidlpAd3W5BhiMlG3RDSPg8jRVjgKZbtq10UZdOlkQf3Cxcq4RZIwCSpQcqnvU45GBHoORuk0pEhSBWu8QSWgwgaCfWJe0Z61vDthWRl6jr9zsLaFZjhsVO04voAPicgRZ0Nv~tAtm5d~MIKQsnZomqTFA2Rb8WB0hPEZSbOY4pVgEz1vVSGEmPg60~iAQGzijDVIR9f3FcYCH40DpZ56tPYfJkG-Ixag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Novlloyd E. Celeste,"College of Criminal Justice and Sciences, Northwest Samar State University, Calbayog City, Samar, Philippines",Philippines,novlloyd.celeste@nwssu.edu.ph,https://orcid.org/0000-0002-1986-2597,Novlloyd E. Celeste,"College of Criminal Justice and Sciences, Northwest Samar State University, Calbayog City, Samar, Philippines",Philippines,novlloyd.celeste@nwssu.edu.ph,https://orcid.org/0000-0002-1986-2597,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,data mining; poverty; sanitation; supervised learning; toilet facilities; water source,NA,iwaponline.com +93161,13,2,https://iwaponline.com/washdev/article/13/2/150/93161/Coping-with-water-insecurity-in-urban-Ghana,"Journal of Water, Sanitation & Hygiene for Development","Coping with water insecurity in urban Ghana: patterns, determinants and consequences",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/2/10.2166_washdev.2023.203/2/washdev0130150supp1.docx?Expires=1706103163&Signature=a1uYN1Szo024x7~UzSrvd7yLQJQPzheWazBjQsNgdwUnVLRwXwhcoo5ESpyEfQSxLrghwwkmQoC9hbAx5ZhFWYIUVuazj2XB9rkXQ0L~ruJ-TU1whKFDpjNSJnF5AeTxTDYZAefIiibOWu0if21TUxmun8cwqqsH25qNNAsTm7oKCdsPKaxvUvkuG7va3KW-hquaqOu7zQh7u3-pHankJp9Mz-a10o5MBdeqK~5JCtyVsceC2INuqOEONRnf701nruN6qr2VA2iK0PZSqRFW8MAjDI-FWNoFR0-SpGvHiMV8ZWeiYlp4r14yVxywSSjne3my7MO2wLXLwMly23iJMQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Meshack Achore,"Department of Kinesiology and Health Sciences, Columbus State University, Columbus, GA, USA",United States of America,18ma42@queensu.ca,https://orcid.org/0000-0002-8321-7293,Meshack Achore,"Department of Kinesiology and Health Sciences, Columbus State University, Columbus, GA, USA",United States of America,18ma42@queensu.ca,https://orcid.org/0000-0002-8321-7293,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,coping strategies; Ghana; Sub-Saharan Africa; water insecurity,NA,iwaponline.com +93625,13,3,https://iwaponline.com/washdev/article/13/3/165/93625/Condition-of-water-sanitation-and-hygiene-WaSH-in,"Journal of Water, Sanitation & Hygiene for Development","Condition of water, sanitation and hygiene (WaSH) in Ghana's basic schools: Empirical evidence from Wa municipality",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/3/10.2166_washdev.2023.164/1/washdev0130165supp1.docx?Expires=1706163271&Signature=1LE3LN3NrgpWwwswbYQhty-uAh5vrLYOElgjI798kAmNl2aszrQUGQwxAK83C~XyZlNdmsp2lU5ItseL7Vzj0faQWFoSTvypQpkEajhq8la5-SG-9cpzcHhiigUba7D8jOo9Ek~eTq~Cmtmlckyam~wPUTpwlQAv-tOmZWG-C3S~-SYH9Sd9P06dgMiRr8q3O5uXEf3cCoy~Hf17iFNS1xHwrH2RTvwOgMleyOnDyB2vDcgWKR8OKD0M2A2Riq1EOnAUD6~mToGNaWgM0M3jph7Z5AIDCoi7AwxgU3JWc5BX4c3Iymsfbi63s8xxK-9CuBVtMhTAsCm-UeFeYbE28g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Nuhu Ismaila,"Department of Development Management and Governance, Faculty of Public Policy and Governance, SD Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,NA,NA,Issah Baddianaah,"Department of Environment and Sustainability Sciences, University for Development Studies, Tamale, Northern Region, Ghana",Ghana,yakubuissah1983@gmail.com,https://orcid.org/0000-0002-3351-4409,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,handwashing; sanitary facilities; school-based WaSH; sustainable development goals,NA,iwaponline.com +93608,13,3,https://iwaponline.com/washdev/article/13/3/174/93608/Climate-adaptation-and-WASH-behavior-change-in-the,"Journal of Water, Sanitation & Hygiene for Development",Climate adaptation and WASH behavior change in the Lake Victoria Basin,2023,FALSE,0,NA,NA,3,Hannah Marcus,"World Federation of Public Health Associations, Toronto, Ontario, Canada",Canada,hannahmarcus6@hotmail.com,https://orcid.org/0000-0002-4756-6429,Hannah Marcus,"World Federation of Public Health Associations, Toronto, Ontario, Canada",Canada,hannahmarcus6@hotmail.com,https://orcid.org/0000-0002-4756-6429,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,climate adaptation; climate change; drought; flooding; Lake Victoria Basin; WASH,NA,iwaponline.com +93635,13,3,https://iwaponline.com/washdev/article/13/3/187/93635/Decreasing-diarrhea-cases-through-on-site-sodium,"Journal of Water, Sanitation & Hygiene for Development",Decreasing diarrhea cases through on-site sodium hypochlorite production in Madagascar,2023,FALSE,0,NA,NA,8,Pierre-Gilles Duvernay,"Antenna Foundation, Av. de la Grenade 24, 1027 Geneva, Switzerland",Switzerland,pgduvernay@antenna.ch,NA,Pierre-Gilles Duvernay,"Antenna Foundation, Av. de la Grenade 24, 1027 Geneva, Switzerland",Switzerland,pgduvernay@antenna.ch,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,chlorine; education; HWTS; Madagascar; water,NA,iwaponline.com +93894,13,3,https://iwaponline.com/washdev/article/13/3/197/93894/Electrochemical-treatment-of-real-cotton-fabric,"Journal of Water, Sanitation & Hygiene for Development",Electrochemical treatment of real cotton fabric industry wastewater using copper and stainless steel electrodes,2023,FALSE,0,NA,NA,5,Thanushree M S,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru 570006, Karnataka, India",India,thanushree.shree@sjce.ac.in,https://orcid.org/0000-0001-5896-2649,Thanushree M S,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru 570006, Karnataka, India",India,thanushree.shree@sjce.ac.in,https://orcid.org/0000-0001-5896-2649,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,copper and stainless steel electrodes; cotton fabric industry wastewater; electrochemical coagulation; sludge volume index,NA,iwaponline.com +93636,13,3,https://iwaponline.com/washdev/article/13/3/208/93636/Household-drinking-water-treatment-in-rural,"Journal of Water, Sanitation & Hygiene for Development","Household drinking water treatment in rural Indonesia: actual practice, determinants, and drinking water quality",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/3/10.2166_washdev.2023.215/1/washdev0130208supp1.docx?Expires=1706011351&Signature=fOcHY6pnaNqEbtVZqztytCU5qXw~Jx02ONGEstTAcaBbFJe4GuF9Alaz94gtUSM0x8uhU3iAgBYYk-HMc2O7sZU7gjBw-sbbKq63jWjr-Vg1efjVzdzhqYiP~DDUERAUB-90ecgrGtm9rxmS9qtbrj-3TCkLkr1LxhiuzIfPkILeHD30B1LV6EzFfGlMADviEVba3TeXqp57wBc8szV3QFjq4VXG8uZTMk-h6qw9OQ2Pm-nR0~th5bl9KKK0urBIfTix1P8oN8-dosZ2QTpxbizyv~bvJILdh1AymE~VGrtJ-3OfThlm7GlymAaygC2MK8Ca4GO683O9mrf9LzOxCg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,D. Daniel,"Department of Health Behaviour, Environment, and Social Medicine, Faculty of Medicine, Public Health and Nursing, Universitas Gadjah Mada, Yogyakarta, Indonesia",Indonesia,daniel01@ugm.ac.id,https://orcid.org/0000-0002-2664-2517,D. Daniel,"Department of Health Behaviour, Environment, and Social Medicine, Faculty of Medicine, Public Health and Nursing, Universitas Gadjah Mada, Yogyakarta, Indonesia",Indonesia,daniel01@ugm.ac.id,https://orcid.org/0000-0002-2664-2517,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,household water treatment; Indonesia; psychological factors; WASH behavior,NA,iwaponline.com +93910,13,3,https://iwaponline.com/washdev/article/13/3/218/93910/A-review-on-the-use-and-applications-of-Volatile,"Journal of Water, Sanitation & Hygiene for Development",A review on the use and applications of Volatile Fatty Acids on fecal sludge sanitization,2023,FALSE,0,NA,NA,3,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,aaz4ev@gmail.com,NA,Abraham Amenay Zewde,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-Oriented Treatment of Industrial Pollutants, National Environment and Energy International Science and Technology Cooperation Base, University of Science and Technology Beijing, Beijing 100083, China",China,aaz4ev@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,anaerobic digestion; fecal sludge; food waste; pathogen inactivation; sanitation; VFA,NA,iwaponline.com +93924,13,4,https://iwaponline.com/washdev/article/13/4/235/93924/Impact-of-hygiene-promotion-intervention-on-acute,"Journal of Water, Sanitation & Hygiene for Development","Impact of hygiene promotion intervention on acute childhood diarrhea: evidence from a cluster-randomized trial in refugee communities in Gambella Region, Ethiopia",2023,FALSE,0,NA,NA,5,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,NA,Getachew Kabew Mekonnen,"Ethiopian Institute of Water Resources, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,gechmicro@gmail.com,NA,TRUE,All relevant data are available from an online repository or repositories at https://github.com/GK2006/Getachew#getachew.,available in online repository,https://github.com/GK2006/Getachew#getachew.,children; diarrhea; hygiene promotion; randomized; refugees,NA,iwaponline.com +94455,13,4,https://iwaponline.com/washdev/article/13/4/250/94455/Overall-performance-evaluation-of-an-urban-water,"Journal of Water, Sanitation & Hygiene for Development",Overall performance evaluation of an urban water supply system: a case study of Debre Tabor Town in Ethiopia,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.157/2/washdev0130250supp1.docx?Expires=1706056648&Signature=A4MWj02qKnePJC5BlFng44zk8IY6qjsTiY8A0BnqMNmBSZuF22JKoEgbSe4WuXMy26EHd768MOD0XZFjC-Kr39AkMQBaDPtLSHBcL1843eyy9bmZtSubin1pgbL4Li3gzMN13ZV6nlJkKzXAKmxXNHeWaCYDy4tX0BtV2W9-xH0b6Bdl7Y2IX~3E2bx7VxPkdZxZqwmxKGdVyTcZm8-c2lqAqiIixNlYtN0fgydW~axSbYFTYxuLqWI2f4SaAqcD-ix8MgakkNGaNk4AqeM2I6zpGyXZhw1wlieZoYjbJP0VB~4PAaJk8z11MiXLvxal~NX-iSdEHuYzrEXjuGgiCQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Andinet Tekile,"Adama Science and Technology University, Adama P.O.Box: 1888, Ethiopia",Ethiopia,andinetm@gmail.com,https://orcid.org/0000-0002-8373-6114,Andinet Tekile,"Adama Science and Technology University, Adama P.O.Box: 1888, Ethiopia",Ethiopia,andinetm@gmail.com,https://orcid.org/0000-0002-8373-6114,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,customer satisfaction; distribution system; intermittent; performance; water quality,NA,iwaponline.com +94203,13,4,https://iwaponline.com/washdev/article/13/4/265/94203/Trends-for-sanitation-practices-in-Tanzania-the,"Journal of Water, Sanitation & Hygiene for Development",Trends for sanitation practices in Tanzania: the history from colonial to current times,2023,TRUE,2,pptx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.158/2/washdev0130265supp1.pptx?Expires=1706163302&Signature=xjbBZagEN5frw41XIT4ZzZx6nVquZ4SwlNZ4K5GVShMN9KradcwR0zD2brx8KJiVVJOyrd5g6VMM0HN7bYIDney98Lh3P-3ZYninomJaDKbijlvfZvU~Mw36RgohKpoHLaOk94LtEZ8lNY~~ZcE4~FuwwfIMC7zK-qq5Xi5evfQoFerZ3nt6FyYtUJb8hTM96yx3lG2vUGhe-OX0vlMbPFXLmkkvxJ8SRMJLzvXcBPa4Bqz4PUzO9KysY9ZSGbi7vuLORRR1yEcYk8rJzdo5pmLVJNQTImBaZqRA-ofnbVtpp2O0ZLSLiKB50cvxLRTPaBWnYi3F4WnKLFeIPm6aWw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.158/2/washdev0130265supp2.pptx?Expires=1706163302&Signature=Tc9BRypcSeg2c4QbwzJOAIIxnHyxehN9Ajfrw6j8r4JeSeXz5l1O5WNeHr1YfZCp5PFUg7N4ZIX8tVHay2u76M4EwN-sTgBYXzQ2g3GAZhmzXzgi8CW5Sfem9h4VgpDqnc9WJOoIwpF5NhMuGWbFMTAX3w5GBDz49d-btPxWmA~a~8SwRYgh9rOHW68VKaxgctZJY416I3uuG-McmAoZkKpGP-q-NV1wey~qkkfsH0AX581W7XPoq5YdPptEvzZzxOErfkOt9OcvUlDWNlS9jrdCQ-dTtggDab4rW1dULlzjCBGYYZPycTi~Szw4~ejCZhIHf1fIY3y-FhGPAggJSQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Chaeka Semango Mwesongo,"Department of Geography and Environmental Studies, College of Humanities and Social Sciences, The University of Dodoma, P.O. Box 259, Dodoma, Tanzania",United Republic of Tanzania,csemango@yahoo.com,https://orcid.org/0000-0001-6253-1032,Chaeka Semango Mwesongo,"Department of Geography and Environmental Studies, College of Humanities and Social Sciences, The University of Dodoma, P.O. Box 259, Dodoma, Tanzania",United Republic of Tanzania,csemango@yahoo.com,https://orcid.org/0000-0001-6253-1032,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,colonial times; history; sanitation practices; Tanzania,NA,iwaponline.com +94152,13,4,https://iwaponline.com/washdev/article/13/4/276/94152/Environmental-hygiene-in-outdoor-food-markets-in,"Journal of Water, Sanitation & Hygiene for Development",Environmental hygiene in outdoor food markets in Africa: a scoping review,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/4/10.2166_washdev.2023.221/2/washdev0130276supp1.docx?Expires=1706163306&Signature=Hffr3slRDCQHjh3fQP~kp45nzlcz86AtxNjm-zohEb9EdkHSNjbFsunVRLo1T2ESRE4JOpyibR1zVdU~c7vuU8HbevH5g1IU4dS2Z23VSqkVSdHnv2ddgPK8M7Yjqs90WYx6JesR~63NvEmvvDIzddemojTJ051jWlDy8F4JN1x9ucSWZlao--S7yZ7s4Gh~oH-0ziNBXyIXEw23uhbr62NNNibrJDy4yPGjlMLfJsl0TbM8ojVx1GmC1MtW7BTNSqjkTj4EyRPzvBEFTC17K2dA8TUjIltmXNeV-mPIUO5J1c9KO3XvPvjgilL16qHpdx1OKVl39TgyJoBfShrbdw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Anisha Nijhawan,"Department of Civil Engineering and Cabot Institute for the Environment, University of Bristol, Bristol, UK",United Kingdom of Great Britain and Northern Ireland,anisha.nijhawan@bristol.ac.uk,https://orcid.org/0000-0003-0317-7306,Anisha Nijhawan,"Department of Civil Engineering and Cabot Institute for the Environment, University of Bristol, Bristol, UK",United Kingdom of Great Britain and Northern Ireland,anisha.nijhawan@bristol.ac.uk,https://orcid.org/0000-0003-0317-7306,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,handwashing; drainage; sanitation; solid waste; vendor behaviour; water supply,NA,iwaponline.com +94060,13,4,https://iwaponline.com/washdev/article/13/4/289/94060/Towards-a-new-spatial-representation-of-faecal,"Journal of Water, Sanitation & Hygiene for Development",Towards a new spatial representation of faecal sources and pathways in unsewered urban catchments using open-source data,2023,FALSE,0,NA,NA,4,M. Sufia Sultana,"Cranfield Water Science Institute, Cranfield University, Bedfordshire MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,mst-sufia.sultana@cranfield.ac.uk,NA,M. Sufia Sultana,"Cranfield Water Science Institute, Cranfield University, Bedfordshire MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,mst-sufia.sultana@cranfield.ac.uk,NA,TRUE,"All relevant data used in this study are available from online repositories. The LandScan data used in this study is available at https://doi.org/10.48690/1524214. The ALOS PALSAR 12 m digital elevation model data used in this study are available from https://search.asf.alaska.edu/#/?dataset=ALOS. The OpenStreetMap building data used in this study is available at https://planet.openstreetmap.org. Additionally, Google Street View data was used in this study and is available through GoogleMaps at https://earth.google.com (last accessed 20 Dec. 2022). The data used to generate the model are open-source and referenced with citations in the text where they appear.",available in online repository,NA,Bangladesh; faecal movement; open-source data; spatial representation; unsewered; urban catchment,NA,iwaponline.com +94844,13,5,https://iwaponline.com/washdev/article/13/5/301/94844/Hygiene-and-sanitation-practices-in-school,"Journal of Water, Sanitation & Hygiene for Development",Hygiene and sanitation practices in school children: an evaluation of WASH conditions in Visakhapatnam,2023,FALSE,0,NA,NA,4,Payala Vijayalakshmi,"Department of Microbiology, GITAM Institute of Medical Sciences and Research, Gandhi Institute of Technology and Management (GITAM – Deemed to be University), Visakhapatnam, Andhra Pradesh 530045, India",India,NA,NA,M. Kiranmai Reddy,"Department of Environmental Science, GITAM School of Science, Gandhi Institute of Technology and Management (GITAM – Deemed to be University), Visakhapatnam, Andhra Pradesh 530045, India",India,kmajji@gitam.edu,https://orcid.org/0000-0001-6656-4675,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,primary school; WASH adopted policy; WASH involvement; WASH practice,NA,iwaponline.com +94766,13,5,https://iwaponline.com/washdev/article/13/5/312/94766/Understanding-small-NGOs-access-to-and-use-of,"Journal of Water, Sanitation & Hygiene for Development",Understanding small NGOs' access to and use of geological data and expertise in delivering SDG 6 in eastern Africa,2023,FALSE,0,NA,NA,5,Brenda Wagaba,"Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Alison Parker,"Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,a.parker@cranfield.ac.uk,https://orcid.org/0000-0001-7370-6758,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,eastern Africa; geological data; groundwater; hydrogeology; knowledge; NGOs,NA,iwaponline.com +94689,13,5,https://iwaponline.com/washdev/article/13/5/322/94689/Assessing-the-functionality-of-water-supply,"Journal of Water, Sanitation & Hygiene for Development","Assessing the functionality of water supply handpumps in a Sub-Saharan Africa rural environment: a practical application in eight councils in the Mvila Division, Southern Cameroon",2023,FALSE,0,NA,NA,3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,boreholes and wells; groundwater resources; rural area; water security; water supply,NA,iwaponline.com +94658,13,5,https://iwaponline.com/washdev/article/13/5/333/94658/Seven-year-performance-of-biosand-filters-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Seven-year performance of biosand filters in rural Rwanda,2023,FALSE,0,NA,NA,6,Bethesda O'Connell,"East Tennessee State University, Johnson City, Tennessee, United States",United States of America,oconnell@etsu.edu,https://orcid.org/0000-0002-6150-876X,Bethesda O'Connell,"East Tennessee State University, Johnson City, Tennessee, United States",United States of America,oconnell@etsu.edu,https://orcid.org/0000-0002-6150-876X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,evaluation; filtration; water,NA,iwaponline.com +94907,13,5,https://iwaponline.com/washdev/article/13/5/339/94907/Quality-of-latrines-and-willingness-to-improve,"Journal of Water, Sanitation & Hygiene for Development",Quality of latrines and willingness to improve them in rural Ethiopia,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/5/10.2166_washdev.2023.257/1/washdev0130339supp1.docx?Expires=1706163327&Signature=FV2~FwRL3PTm9XHT~j3m0RuqSkXg2gzlU62ITOaan71kAPEWpkjkO0u7rFaVEWQWz8Lw9pf~nIfOJ7OswuUyguAlC~VxNL3dvs4qX4y4uqcBXSjva-wa3~bmVUOVuE1VqvHDpNt77TrVSJwO8l85Ry9HQ0Nn0zBvG-KcCNI-2w8CHZJIisRG4AobfFWm04lTT8pKxshUWsb7wRN6SVTPLuBTLvYmUdKFNd6oHQb7rGfYcqbrB55pZle9lQOWE5ft-QV3EeYMP49GT50eJ03DEvuG9GsxEHB1uTaBd7wpa7YL25fuwd7z33s065hHd1g2qGG~3CeyvxJaF3mVjwKS0A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Biruk Getachew Mamo,"Department of Social Geography and Regional Development, Faculty of Science, Charles University, Prague, Czechia",Czechia,birukget619@gmail.com,https://orcid.org/0000-0001-8077-8231,Biruk Getachew Mamo,"Department of Social Geography and Regional Development, Faculty of Science, Charles University, Prague, Czechia",Czechia,birukget619@gmail.com,https://orcid.org/0000-0001-8077-8231,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ethiopia; latrine quality; latrine upgrading; preferences; sanitation; willingness to improve,NA,iwaponline.com +95009,13,5,https://iwaponline.com/washdev/article/13/5/350/95009/Planted-drying-beds-in-the-African-context-state,"Journal of Water, Sanitation & Hygiene for Development",Planted drying beds in the African context: state of knowledge and prospects,2023,FALSE,0,NA,NA,7,Baruc Kpèhouénou Goussanou,"Laboratoire des Sciences et Techniques de l'Eau et de l'Environnement, Institut National de l'Eau, Université d'Abomey, Calavi, Cotonou, Bénin",Benin,goussanoub@gmail.com,https://orcid.org/0000-0002-8154-8566,Baruc Kpèhouénou Goussanou,"Laboratoire des Sciences et Techniques de l'Eau et de l'Environnement, Institut National de l'Eau, Université d'Abomey, Calavi, Cotonou, Bénin",Benin,goussanoub@gmail.com,https://orcid.org/0000-0002-8154-8566,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Echinochloa pyramidalis; fecal sludge; planted drying beds; pollutant removal efficiencies,NA,iwaponline.com +94662,13,5,https://iwaponline.com/washdev/article/13/5/362/94662/Multilateral-development-banks-investment,"Journal of Water, Sanitation & Hygiene for Development",Multilateral development banks investment behaviour in water and sanitation: Findings and lessons from 60 years of investment projects in Africa and Asia,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/5/10.2166_washdev.2023.004/1/washdev0130362supp1.docx?Expires=1706163335&Signature=gFAa8eXX57C-8GXROcQdV2ptLLopRN2EYtXtsLAk82Nh8yTjMdymzHSmWHN6f2sdXsphu5qLOcaifuaQDDSXpBLJB4RNO9yXX2tFM3Afz-icVAc-QUAFXUZ3tANJAASOoWs8N4AVomXWe~CCgztXob8NCtLXVHcEG4K1AQvMaq0S3agjrued4l0AEgnFDVrXkvf43cL0UPLjLukRTQFiYTjY2qw1PmWB4N-PKM0vtBNjhx~IJ692FMe0phHdIF73wcWLO2GXNSzEwEeWBwO3eNOaR99MjHOgSbX3eiA0sQ51K03Lr1ednjnR5hG1E9xOqaN4cK08w8iExZz15d602g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Andri Heidler,"Université de Neuchâtel, Faubourg de l'hôpitale, Neuchâtel 2000, Switzerland",Switzerland,andri.heidler@unine.ch,https://orcid.org/0000-0003-2138-4675,Andri Heidler,"Université de Neuchâtel, Faubourg de l'hôpitale, Neuchâtel 2000, Switzerland",Switzerland,andri.heidler@unine.ch,https://orcid.org/0000-0003-2138-4675,TRUE,All relevant data are available from an online repository or repositories (https://doi.org/10.25678/0008DA).,available in online repository,https://doi.org/10.25678/0008DA,institutional reform; investment; multilateral development banks; sanitation; SDG6; water,NA,iwaponline.com +95123,13,6,https://iwaponline.com/washdev/article/13/6/375/95123/Assessment-of-WASH-infrastructure-in-schools-in,"Journal of Water, Sanitation & Hygiene for Development","Assessment of WASH infrastructure in schools in Central Sulawesi, Indonesia using structured observations and principal interviews",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.147/1/washdev0130375supp1.docx?Expires=1706163339&Signature=YB~rOTVLsIJP1x89yVjdwrxqHFo62iQ9R0bpd~Mle99c5LDTOLQoKRJKd7pFajB18etAzFl17GPXWPyZB~uiiqskkOCJB1ab1NrEFQRFEa1hICqCtAKYmXt7tRAA1og4gJLh8lH5Pxv63vetivpAmV6B3qZJJdpKgBFJsjFTz7O2WGdyO0WFtV-6dZedtE0yBh~I4cnkH~vRxa7iNq-yQBtYA-RCn69lejnA7L3IJnrox32MhQLkcyIiPiyL73br0wWfDSfZW0jGpx~kF7iQ3RIAfZJ7cI2lAKby1KRRbJWm9vDpzeOaWJOY24NxS1rW8agag-kUc3JM5CSlSwK1TA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Imaduddin Ahmed,"Bartlett School of Sustainable Construction, Engineering for International Development, UCL, 1-19 Torrington Place, London WC1E 7HB, UK",United Kingdom of Great Britain and Northern Ireland,NA,https://orcid.org/0000-0003-2300-412X,Priti Parikh,"Bartlett School of Sustainable Construction, Engineering for International Development, UCL, 1-19 Torrington Place, London WC1E 7HB, UK",United Kingdom of Great Britain and Northern Ireland,priti.parikh@ucl.ac.uk,https://orcid.org/0000-0002-1086-4190,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,on request,NA,Central Sulawesi; Indonesia; Palu; post-disaster schools; sphere Humanitarian framework; structured observations; WASH,NA,iwaponline.com +95562,13,6,https://iwaponline.com/washdev/article/13/6/391/95562/The-public-perceptions-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",The public perceptions of urban sanitation infrastructure: a cross-sectional study in Kegalle township in Sri Lanka,2023,TRUE,2,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.184/1/washdev0130391supp1.docx?Expires=1706163343&Signature=ACfSrMYku7hjo~J1U-N0r1bwnmNgBjH~P95vwjUpk7skL7bavWYn18bXvhRMHB5ka16uI~sXOH1RFYz8wg8tuAASJcDEYTM-KQFbplHaJNm0DhtE9PBkLkUNCctVIS9fLz-fo7gz6M8Y7PhpT7N71K2PIONBsbetyZ5g2r25CCqi2tSPXmrYZ2ORl3zvRZ8h2tA6raXKiH0W2LMBn-APXZYW8bVKvZrynqCu6Dexq5rpuE0Ex70xggyE9eapU1P8k9zIJpM668iGdyNqNmteYuO3sPe4tERf0EUoM8I~eSLDRqwdstw9HFAYjtjCTUzxeHgcTZjtt0Xz-QRYgu5MuQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.184/1/washdev0130391supp2.docx?Expires=1706163343&Signature=yPrgMPLDiNxi87smpU9~ae9wirL678m9RPZdiia0eyzyezMgJfZirwmt6Xtpkn1QyixZcL5qXcwFcXH42OuE31aZvWV628dJFR~~cqVwF9EpR48Sl0mYEMVcQmT6v3FPRzKqYKzJHGjTHuF~RnO-zxU-zyX3d5vEPzQX4SY5jSmGPpFyow7NoLZ-uhVLvQWrG4mQ0lc2iYanW~KvmB0TRRIk4UBOu5M0Fcpu4gWBB55FuV1gqkFl2jAHmClnfbrYaNhlTw~v6MpLD2OTFXtex4isz-wIvJmuDbrrPYrT~r3-v8AgCKNjlSBtvePn-vrOnexZ6KCOQAvZYdMluaVVZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,B.K.A. Bellanthudawa,"Department of Agricultural Engineering, Faculty of Agriculture, University of Ruhuna, Matara, Sri Lanka 81100",Sri Lanka,aravindabellanthudawa@gmail.com,https://orcid.org/0000-0002-1830-8949,B.K.A. Bellanthudawa,"Department of Agricultural Engineering, Faculty of Agriculture, University of Ruhuna, Matara, Sri Lanka 81100",LKA,aravindabellanthudawa@gmail.com,https://orcid.org/0000-0002-1830-8949,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,gender sensitivity; partnership interventions; public perceptions; public restrooms; sanitation; sustainability measures,NA,iwaponline.com +95451,13,6,https://iwaponline.com/washdev/article/13/6/403/95451/Feasibility-and-acceptability-of-a-novel,"Journal of Water, Sanitation & Hygiene for Development",Feasibility and acceptability of a novel intervention to improve hand hygiene behavior in rural Liberian health facilities,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.190/1/washdev0130403supp1.docx?Expires=1706163347&Signature=2kk6nlCgn1X0VOZQP6o-fA2Bpx5Tees6gOsvXotkDJV9QEpJ5vVQdTQhTxzHghtgy3kyVeIEnruQzitkMgFlzcngYsRDkyCMd5J8bH8FqCnBkAlkjk2-tUqbPFw2i8t5E4jaKz-zD0vtpYevlKdSfEonhR3ryqf-DpuUgD8IKDzaGpdDL1FcbhnOgQ9TG~aY2dQwgxctc1dUjBnXb6TvPml40I8ZRQO9Wt25PSo6f0p7Q-LdYXtT1P3OvFWoi3CPxuw0se0y0~OdtOSFF7YaDACFzYh9Eqr~oRUcD4S7xp7kj53sJRDHOjPUi2XkbQ5sNWVvil2dWaxZp2I2h7AVQA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Lucy K. Tantum,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill Gillings School of Global Public Health, 135 Dauer Dr., Chapel Hill, NC 27599, USA",United States of America,ltantum@unc.edu,https://orcid.org/0000-0001-9887-6219,Lucy K. Tantum,"Department of Environmental Sciences and Engineering, University of North Carolina at Chapel Hill Gillings School of Global Public Health, 135 Dauer Dr., Chapel Hill, NC 27599, USA",United States of America,ltantum@unc.edu,https://orcid.org/0000-0001-9887-6219,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,behavior change; hand hygiene; infection prevention; Liberia; pilot study,NA,iwaponline.com +95553,13,6,https://iwaponline.com/washdev/article/13/6/415/95553/Level-of-JMP-ladders-for-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Level of JMP ladders for water, sanitation, and hygiene (WASH) services among healthcare facilities of Bishoftu Town, Ethiopia: An implication of healthcare-associated infection prevention status",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.230/1/washdev0130415supp1.docx?Expires=1706163351&Signature=fmuMj5j~chhmMcurAI5YweRS9fbErEm1BtBHAhg1pAZb8w540IgtSVNn5L~JSx60Bt947e6PhfX-yxC2EalZfbOkMTZkqvIDLVuT0N~fMGLdrZTcxqA0Ryn8Y8-62NsoG8bHIedFiPejFjp4P7v6-vZD-X-m9AB6nt1K5Ce1gMTmbIHSJMbCj7pCfKRrVStNI6QrfjM91HIChtC~CVw8NwEdzibLA10VHjlukjjoUGZGiiLZLDdV6wjkpR0jchispdLRtzuv1iwpTwcq5y-EkIORTGbIP00IaDF8EEPVSuT5K07c7bY7lc7vAMaySexesH-WlTez0Iot6G6SL6ohOA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,16,Aderajew Mekonnen Girmay,"Department of Nutrition and Environmental Health Research Directorate, Ethiopian Public Health Institute, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,Aderajew Mekonnen Girmay,"Department of Nutrition and Environmental Health Research Directorate, Ethiopian Public Health Institute, Addis Ababa, Ethiopia",Ethiopia,aderajewmekonen1@gmail.com,https://orcid.org/0000-0002-7911-4152,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,healthcare; healthcare-associated infection; JMP ladders; WASH,NA,iwaponline.com +94631,13,6,https://iwaponline.com/washdev/article/13/6/424/94631/The-design-of-climate-adaptive-water-subsidies,"Journal of Water, Sanitation & Hygiene for Development",The design of climate-adaptive water subsidies: financial incentives for urban water conservation in Morocco,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.236/1/washdev0130424supp1.docx?Expires=1706163355&Signature=GViK2oxwsHQFw244UtgeNpJjb3RMX6CuEXX3GuUzHXHs9QubStCvM-nedXvNOLPTYALRXWz1DnubieZhWUoGJlcBGuovskkvGyM9pRFNecuDhM39Ytbreq8V59Vlk7yCR8WndtNzbtF~jh7vjVLCihiBjDijIfB3BTkJ3rEGmAaRf0wpg2wWcN~0hNk88UYSBsXX8Op7CyqWo95ydEEgn3OJh1vtd5KlsuPpRt036cW04AJA5sqEjOYIWhPOHHuV7vhyge03IQJC~tcawroddC17NqCNmsr64ZN1oNl5ofyu8Hb50EBSkVb3NFs4CA23tcqiuvXodEECJIUxLm8OpA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Zachary Burt,"Athena Infonomics, Washington DC, USA",United States of America,NA,https://orcid.org/0000-0003-2276-0863,Zachary Burt,"Athena Infonomics, Washington DC, USA",United States of America,NA,https://orcid.org/0000-0003-2276-0863,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,climate adaptation; conservation-oriented pricing; demand management; MENA; subsidized water services; utility policy,NA,iwaponline.com +95484,13,6,https://iwaponline.com/washdev/article/13/6/433/95484/The-right-to-sanitation-in-India-Realisation-of,"Journal of Water, Sanitation & Hygiene for Development",The right to sanitation in India: Realisation of what?,2023,FALSE,0,NA,NA,1,Kopal Khare,"Department of Humanities and Social Sciences, Birla Institute of Technology & Science Pilani, Hyderabad Campus, Hyderabad, India",India,p20160019@hyderabad.bits-pilani.ac.in,https://orcid.org/0000-0002-4316-2486,Kopal Khare,"Department of Humanities and Social Sciences, Birla Institute of Technology & Science Pilani, Hyderabad Campus, Hyderabad, India",India,p20160019@hyderabad.bits-pilani.ac.in,https://orcid.org/0000-0002-4316-2486,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,caste system; manual scavenging; right to sanitation; sanitation justice; Swacch Bharat Mission; well-being approach,NA,iwaponline.com +95122,13,6,https://iwaponline.com/washdev/article/13/6/441/95122/Process-performance-evaluation-of-faecal-matter,"Journal of Water, Sanitation & Hygiene for Development",Process performance evaluation of faecal matter treatment via black soldier fly,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.010/1/washdev0130441supp1.docx?Expires=1706163363&Signature=h2F8GJDyD4Ea2guAql435c--aExssUo60HCDkVwPoHAHZBKrUBY9Q35fMyJypWusuweOaiHq3C7MvwKdN1~fsGWpbaMYY~w5XR7R46EBg5464dKVlnf5R13nn4dEQST2-hO1G0ZZQ5~6DJfBzT~eVuIrodJeeEFuQBmxoRYNVLr81ZzD7IVSczvsxi24WPYcwm-Ivk8eoZO5EPhajMslfbXPeQ5hRwlaaca~0iFHJ5xqDP0EOLQPrS5KyjEkyYhc1tQWAkOjX-1ItxtFSMeMj8IUlGAiOj8g5bgU4WLIzpUHmpmwJeoHBD2wHL4Tm~YKfENQm3HipsvdydBbYpFTNQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Valary Achieng Oyoo,"Sanitation Research Institute, Meru University of Science and Technology, Meru, Kenya",Kenya,valary.oyoo@yahoo.com,NA,Valary Achieng Oyoo,"Sanitation Research Institute, Meru University of Science and Technology, Meru, Kenya",Kenya,valary.oyoo@yahoo.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,circular bioeconomy; co-treatment; faecal matter; Hermetia illucens; sanitation,NA,iwaponline.com +95182,13,6,https://iwaponline.com/washdev/article/13/6/453/95182/Promoting-safe-and-inclusive-water-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Promoting safe and inclusive water and sanitation services for students with physical disabilities in primary schools: a concept mapping study in Ghana,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.029/1/washdev0130453supp1.docx?Expires=1706163366&Signature=Bu2~FbeFQ9ccGEP6o88-nIQb-BPzxEZhB4fKU2Zi2PkzrIxz~hr~gYVKvO5hwaYkMJQo3DqSHjmsLZVd9Dxj3Z8AmQjEM45PBHP8KW33uGgIBJTgxl91MSjLMYSt45i7JF6Nfv6ytlGrrSieJw5cfmn8JeooCWdEaiugFCH1tCXe-3TsZn-zLF7lgZN6yF-l2wd6IWjcvfusu2E6shYyhInHd8EdVOewAuoCkDHojoygmAS~ZUImohyZsZm5hx1Ye~cJ7QaBph-jTtVpvb8BRKq03tsfequ126aeAS1kNee0917XhDJqVxEzZwnOxpM7Z3EZDIW5kZuHZqzW2frS9Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Urbanus Wedaaba Azupogo,"School of Kinesiology & Health Studies, Queen's University, Kingston, Ontario, Canada",Canada,20uwa@queensu.ca,https://orcid.org/0000-0002-1716-4082,Urbanus Wedaaba Azupogo,"School of Kinesiology & Health Studies, Queen's University, Kingston, Ontario, Canada",Canada,20uwa@queensu.ca,https://orcid.org/0000-0002-1716-4082,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,concept mapping; physical disability; stakeholders; WASH,NA,iwaponline.com +95297,13,6,https://iwaponline.com/washdev/article/13/6/464/95297/Life-has-become-more-colourful-the-social-and,"Journal of Water, Sanitation & Hygiene for Development",Life has become more colourful: the social and economic outcomes of community-led sanitation initiatives in the rural Philippines,2023,FALSE,0,NA,NA,5,Rachael Sorcher,"Outreach International, 112 W 18th St., Kansas City, MO 64108, United States",United States of America,r.sorcher@outreachmail.org,https://orcid.org/0000-0002-3603-1234,Rachael Sorcher,"Outreach International, 112 W 18th St., Kansas City, MO 64108, United States",United States of America,r.sorcher@outreachmail.org,https://orcid.org/0000-0002-3603-1234,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community-led; economic outcomes; rural Philippines; social outcomes; sustainable sanitation; WASH,NA,iwaponline.com +95552,13,6,https://iwaponline.com/washdev/article/13/6/474/95552/Functioning-of-community-sanitary-complexes-in,"Journal of Water, Sanitation & Hygiene for Development",Functioning of community sanitary complexes in rural India: Insights into selected states,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/6/10.2166_washdev.2023.066/1/washdev0130474supp1.docx?Expires=1706163375&Signature=wDTQiXhnUXQF5MffMlX1NSb6n3yuVA7WBYbiVNQ9zotVbPPUzCRQFZ3MEWq7OOdPqkluleE38plNQmDkD-CzSvxzNeYGFiKa7WM14M~8B2PdkHlLJSAOUFGKV2KGWmg7KCQ-hDQ-piCIT4xFq0edPbLeVQsEXFd-nI826qIVgZxbN334SHnM~BPLcijmNvioXsM591l2EnMJZma4TL3xjH2S3wRwHUOzb0AiMWlDaDV4KtbW6EfOIzWh~njwJFTLX2BtZCBZTUYbyQcCqNCxviANs7gTfiX4pa7vE~l~jzv~r4pCEasbM~gUDP9h~l2V4423Gw4ruhlf-zOSSLOzsQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,William Joe,"Population Research Centre, Institute of Economic Growth, Delhi University Enclave (North Campus), Delhi 110007, India",India,william@iegindia.org,NA,William Joe,"Population Research Centre, Institute of Economic Growth, Delhi University Enclave (North Campus), Delhi 110007, India",India,william@iegindia.org,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community sanitary complexes; Gram Panchayat; logistic regression; principal component analysis; Swachh Bharat Mission,NA,iwaponline.com +95920,13,7,https://iwaponline.com/washdev/article/13/7/487/95920/Predictors-of-pre-and-post-care-handwashing-among,"Journal of Water, Sanitation & Hygiene for Development",Predictors of pre-and post-care handwashing among community healthcare providers: a cross-sectional survey in Bangladeshi community clinics,2023,FALSE,0,NA,NA,9,Kamrul Hsan,"Department of Public Health, Hamdard University Bangladesh, Hamdard City of Science, Education & Culture, Gazaria, Munshiganj 1510, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,https://orcid.org/0000-0002-1879-2785,Kamrul Hsan,"Department of Public Health, Hamdard University Bangladesh, Hamdard City of Science, Education & Culture, Gazaria, Munshiganj 1510, Bangladesh",Bangladesh,kamrul.phi.ju@gmail.com,https://orcid.org/0000-0002-1879-2785,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,hand hygiene; healthcare; soap; water,NA,iwaponline.com +95798,13,7,https://iwaponline.com/washdev/article/13/7/494/95798/Building-a-business-case-for-workplace-menstrual,"Journal of Water, Sanitation & Hygiene for Development",Building a business case for workplace menstrual hygiene management programs: a social cost–benefit analysis,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/7/10.2166_washdev.2023.001/1/washdev0130494supp1.docx?Expires=1706163383&Signature=RPhfzcUmQ-NE8byXF-3FXfs-j~MEgXlj5Mm8gQ8DUGsyJhF0jvzWNcxYCsLLbcW2e6Nt8bzH1EHnar-zx2sVxyblWN57tOE9vMf6wkGkgtm2CC6qPcVuKCboWNAFCn4Ql1h0IZFR7kQWDCwVHmKBNktkXVEpbRJpmyKF~3OiL0X8hx3rjtg2is8M1055kd5uGuaMjIBeqJggKz6Un9zMj7inCp6n0DaNMHDmJ0hTSqg~KoQyUtcP5IOr-0h4ZLw6B3mgjM7gsKnKuxnNpUQo7fwTMiucyq6~68U0KqrF7a9zUYWrvVPurAu8098993mMfxyz3WYrEBepJaVQ4mPNjg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Jacob C. Eaton,"Iris Group, 121 S. Estes Drive, Suite 103C, Chapel Hill, NC 27514, USA",United States of America,NA,NA,Aditi Krishna,"Iris Group, 121 S. Estes Drive, Suite 103C, Chapel Hill, NC 27514, USA",United States of America,aditi@irisgroupinternational.com,https://orcid.org/0000-0002-2635-5016,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,economic analysis; gender equality; menstrual health and hygiene; workplace,NA,iwaponline.com +95862,13,7,https://iwaponline.com/washdev/article/13/7/508/95862/Packaged-drinking-water-in-Indonesia-The,"Journal of Water, Sanitation & Hygiene for Development",Packaged drinking water in Indonesia: The determinants of household in the selection and management process,2023,FALSE,0,NA,NA,8,Tities Puspita,"Research Center for Public Health and Nutrition, Research Organization for Health, National Research and Innovation Agency, Bogor District, West Java 16915, Indonesia",Indonesia,NA,https://orcid.org/0000-0002-4287-3657,Ika Dharmayanti,"Research Center for Public Health and Nutrition, Research Organization for Health, National Research and Innovation Agency, Bogor District, West Java 16915, Indonesia",Indonesia,ikad003@brin.go.id,https://orcid.org/0000-0001-8368-4732,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,bottled water; health; household; Indonesia; packaged drinking water; refilled water,NA,iwaponline.com +96189,13,7,https://iwaponline.com/washdev/article/13/7/520/96189/Environmental-social-and-WASH-factors-affecting,"Journal of Water, Sanitation & Hygiene for Development","Environmental, social, and WASH factors affecting the recurrence of cholera outbreaks in displacement camps in Northeast Nigeria: a rapid appraisal",2023,FALSE,0,NA,NA,6,Tarek Jaber,"UNU-MERIT, Boschstraat 24, Maastricht 6211 AX, The Netherlands",Netherlands,jaber@merit.unu.edu,https://orcid.org/0000-0003-3057-0154,Tarek Jaber,"UNU-MERIT, Boschstraat 24, Maastricht 6211 AX, The Netherlands",Netherlands,jaber@merit.unu.edu,https://orcid.org/0000-0003-3057-0154,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,acute watery diarrhoea; epidemics; faecal–oral diseases; forcibly displaced people; water-related diseases; West Africa,NA,iwaponline.com +96121,13,7,https://iwaponline.com/washdev/article/13/7/527/96121/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 1 January 2022; 12 (1): 129–140: Factors influencing physicochemical characteristics of faecal sludge in Phnom Penh, Cambodia, Chea Eliyan, Björn Vinnerås, Christian Zurbrügg, Thammarat Koottatep, Kok Sothea, Jennifer McConville",2023,FALSE,0,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,NA,iwaponline.com +96740,13,8,https://iwaponline.com/washdev/article/13/8/529/96740/WaSH-Futurism-exploring-post-SDG6-targets-using,"Journal of Water, Sanitation & Hygiene for Development",‘WaSH Futurism’: exploring post-SDG6 targets using the Nominal Group Technique for more equitable global agenda setting,2023,FALSE,0,NA,NA,8,Georgia Hales,"School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9D, UK",United Kingdom of Great Britain and Northern Ireland,cn14gih@leeds.ac.uk,https://orcid.org/0000-0003-4776-3905,Georgia Hales,"School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9D, UK",United Kingdom of Great Britain and Northern Ireland,cn14gih@leeds.ac.uk,https://orcid.org/0000-0003-4776-3905,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,future agenda setting; Human Right to Water; Nominal Group Technique; Sustainable Development Goal 6; Water Sanitation and Hygiene,NA,iwaponline.com +97003,13,8,https://iwaponline.com/washdev/article/13/8/540/97003/Impacts-of-hydration-and-dehydration-on,"Journal of Water, Sanitation & Hygiene for Development",Impacts of hydration and dehydration on microfiltration point-of-use filters: performance and cleaning impacts,2023,FALSE,0,NA,NA,3,Andrea Ninabanda Ocampo,"Department of Civil and Environmental Engineering, Carleton University, Ottawa, ON K1S-3B4, Canada",Canada,NA,NA,Onita D. Basu,"Department of Civil and Environmental Engineering, Carleton University, Ottawa, ON K1S-3B4, Canada",Canada,onita.basu@carleton.ca,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,backwashing; hollow-fiber; membrane; microfiltration; point-of-use,NA,iwaponline.com +96767,13,8,https://iwaponline.com/washdev/article/13/8/551/96767/Greywater-generation-and-reuse-among-residents-of,"Journal of Water, Sanitation & Hygiene for Development","Greywater generation and reuse among residents of low-income urban settlements in the Oforikrom Municipal Assembly, Ghana",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.009/1/washdev0130551supp1.docx?Expires=1706163403&Signature=KMuMI4K3H3cZ4T1Dh5Oav3jLyT1wTKkkfCRWqNGSn9uXPPpQi-cLgbsf-ceDDaUUkFJCtWS6OztAFKjJyTvWYW5XM-hMFACXXIdn3bY1o1IBYDcFxTmTR48XvUD8h8dYYSG-gS-WYLxqIkKXrGdOn0oMEXgi2sidCtOZi8rKLHugayE3ZUB0uDeb299Ez7CVcQxzobo4A1g7mqU3tLKbx7btUc25dprb2WoCAtA9UAW4fJ3hJI4u6kR3wq1aKMZhyrAhAKfKVdrtvANGJ92VU4~SgO1~AdMAECHX-2R7ceJwoV3CWK3IO-kWjw9fQGK49BcMtyTB8fc26F2Gz-RX7Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Barbara Gyapong-Korsah,"Regional Water and Environmental Sanitation Centre, Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,barbygk@yahoo.com,https://orcid.org/0000-0002-8290-8551,Barbara Gyapong-Korsah,"Regional Water and Environmental Sanitation Centre, Department of Civil Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,barbygk@yahoo.com,https://orcid.org/0000-0002-8290-8551,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,generation pattern; greywater; low-income urban settlement; reuse,NA,iwaponline.com +96773,13,8,https://iwaponline.com/washdev/article/13/8/566/96773/WASH-and-drinking-water-quality-considerations-in,"Journal of Water, Sanitation & Hygiene for Development",WASH and drinking water quality considerations in schools in reflection of the sustainable development goals – a review,2023,FALSE,0,NA,NA,2,Magareth Thulisile Ngcongo,"Department of Environmental Sciences, University of South Africa, Science Campus, P.O. Box X6, Florida 1710, South Africa",South Africa,mtshengu.thuli@mut.ac.za,https://orcid.org/0000-0003-4443-679X,Magareth Thulisile Ngcongo,"Department of Environmental Sciences, University of South Africa, Science Campus, P.O. Box X6, Florida 1710, South Africa",South Africa,mtshengu.thuli@mut.ac.za,https://orcid.org/0000-0003-4443-679X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water quality; Escherichia coli; schools; SDGs; systematic review; WASH,NA,iwaponline.com +96721,13,8,https://iwaponline.com/washdev/article/13/8/584/96721/Drinking-water-quality-and-associated-factors-in,"Journal of Water, Sanitation & Hygiene for Development","Drinking water quality and associated factors in Bahir Dar City and the surrounding rural areas, Northwest Ethiopia: a community-based cross-sectional study",2023,TRUE,3,docx; xlsx; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.049/1/washdev0130584supp1.docx?Expires=1706163411&Signature=VCv6SRRF87eI-YmtTQWPFsytxolQ4GncvpE9vfmQlCR3b7oMtaXUFZgwyFOUzyRNxqZskJmRTV1zsQUhs9fMMfVLlfA1yVaynBbsNrNMuhqrKJQLNOIIVSTWy5Rlk2yUuqSbX2OQOMUKx2CjT3klprHlpTOF3h7G584ZHo0l2tIW3sb08ztbKYVAlUFEpt-0gcpj-DzXnNOPXzuq~MZ9F~pZLK~qxZ4l4s6Yh2I6IQMD9YZQVgT5tu2Hpe4SxCoK1p7NCv9Jafqz8Kuvy4D9URmpAtc56pRBkPws1afUGMl6mWy9yrOslQ8RaDonw2bVBEYGIf9Z-jrETIYIvgfJAw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.049/1/washdev0130584supp2.xlsx?Expires=1706163411&Signature=VwD6BH91UsFgD3rRJtVg36d8gBzDR~I4AaaIpHg5LFdiqD1uOy8pEYZE6d4~WsaumkASKjjOG6mEr4mSMqJhXiXuYQScolZJqDNPy1TEpayUfJVM4Fopzhk67OFdYpIYYXArQutkl2Qfz5kDVcT9FhKZkG9Q9H~TA-oo6T8cDlUAojfD~FiqplGWeRu7hoXS7XILRVktCRR99cOmdmBmKLdV9QPagdPIAULmx9~kZj8QW3TnX6nhmm2dxm6YSYAjGelt1TLM7UMNNbNKffoAg0WK1McK2tu9EDLS8RKF-88liIoHblgaxZj-XZLZBc4xUIHqKI-aB8d2G3CjZpMH~Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.049/1/washdev0130584supp3.docx?Expires=1706163411&Signature=1jwBnLkCzfx-O3lbwT96g5ElcguDiZxVDoHGOZGD691VDfs0H7w1fMY9fjudSR6QXv3l0p9BHE7G5wpR8l7P8V4pRuIIaCnB-llw6Cuk3mfjjaZBYBK3jv~ECF1iuva3bYKuZv6Z6URN2vgr8p34wMMJlmLiebxdupb1WTvC7aeIB6tJ~lb7TK4Pws3T5-FwvXrAGN6XGnvz~GJ~gyYRR2FCAftq1AJzwVfpqBipl~UQHbJueiWYHtgAbl0Yk8QD0Za456HFNGuuMaTXkpgAu--AkjgBS8fSVqDKN-X37mPX8D7PAjmB8Rfu~7uw0pSh7uhFQWfxcTTdnIqIKRqLqQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O. Box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,https://orcid.org/0000-0001-5546-2382,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O. Box 79, Bahir Dar, Ethiopia",Ethiopia,mershabaye@gmail.com,https://orcid.org/0000-0001-5546-2382,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Bahir Dar City; coliforms; drinking water quality; physicochemical quality; sanitary survey,NA,iwaponline.com +96834,13,8,https://iwaponline.com/washdev/article/13/8/595/96834/A-case-study-of-comparative-techno-economic-and,"Journal of Water, Sanitation & Hygiene for Development",A case study of comparative techno-economic and life cycle assessment of tap water versus household reverse osmosis-based drinking water systems in a North Indian city,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/8/10.2166_washdev.2023.081/1/washdev0130595supp1.docx?Expires=1706163416&Signature=Fg10AfbP43YFa8dYvigVhoJGLgxn62IqB4Hlncns8eEoWwgb-mLxUTQOTsPAyDC50rVHEKpibif39P6w0b6crCJUXqjGOqRF4Lc1yI2W~j6kAxoeEGMCHOvbGvE0HpgZM-w~EZNljn6UgakdhD8GSZTdouITJ001Qn6pwV6fLWm9qRJ2BulN6If~MLXTJinaS47~H~IFhF6O0Gon0jU2OXzA7wXNS3NPRJzDR~g9hl-5SRtCVChdyPLNjGsKBPptZUDEfPDowvwH5M1PTwGE87ijXdMO~njyj9irtC2WJMbL3qcczKZVSfcaTQct8~eiTLP60raxPK-Y-UCDs-9e~g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Khalid Muzamil Gani,"Department of Civil Engineering, National Institute of Technology, Srinagar, Jammu, and Kashmir 190006, India",India,khalidmzml@gmail.com,https://orcid.org/0000-0002-2062-1547,Khalid Muzamil Gani,"Department of Civil Engineering, National Institute of Technology, Srinagar, Jammu, and Kashmir 190006, India",India,khalidmzml@gmail.com,https://orcid.org/0000-0002-2062-1547,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water; household reverse osmosis; Life Cycle Assessment (LCA); techno-economic assessment; water quality,NA,iwaponline.com +96678,13,8,https://iwaponline.com/washdev/article/13/8/604/96678/Lessons-learned-from-a-Tiger-Worm-Toilet,"Journal of Water, Sanitation & Hygiene for Development",Lessons learned from a Tiger Worm Toilet implementation project in Sierra Leone,2023,FALSE,0,NA,NA,4,Laure Sioné,"Department of Civil and Environmental Engineering, Imperial College London, London SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,laure.sione09@imperial.ac.uk,https://orcid.org/0000-0002-5137-7487,Laure Sioné,"Department of Civil and Environmental Engineering, Imperial College London, London SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,laure.sione09@imperial.ac.uk,https://orcid.org/0000-0002-5137-7487,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,pit latrine; sanitation; Tiger Worm Toilet; vermifiltration; worm-based sanitation,NA,iwaponline.com +97024,13,9,https://iwaponline.com/washdev/article/13/9/611/97024/Racial-and-ethnic-disparities-in-access-to-safe,"Journal of Water, Sanitation & Hygiene for Development",Racial and ethnic disparities in access to safe water and sanitation in high-income countries: a case study among the Arab-Bedouins of Southern Israel,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.162/1/washdev0130611supp1.docx?Expires=1706075803&Signature=LXjFt~1cuCAWisZRjE70X0C-ASKJbF9hp4Rit-pFo6FukNEBPi9sbq1YNJygBxAwwK3oKGeWwRMnTJi~b036lA7jBN02bxOBP7FDe5Kyl9wKdD9NUIqh6Jz~2uEwKI10rY3JvOwqwGRiG6IxTRl45uh~oeA5vgDqVtbUDeDCOQLkyjZnnIS47QhSBXTTVSTsM8knWw0Ic4A28NknZv0ub0epwaBQEE1LXd22qFkMQfZ1n0ZY-RuTDzj8nDX3qY~DAejcB7hU~l~R2QnpyLVRs8MgDkmRzthl9X7l5WOPla6kOrEIO0eGzFnJ7lOPsGj-KqovQZag22xjUxLx3gg0Hg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Jesse D. Contreras,"Department of Epidemiology, University of Michigan, Ann Arbor, MI, United States",United States of America,NA,https://orcid.org/0000-0002-9766-2945,Joseph N.S. Eisenberg,"Department of Epidemiology, University of Michigan, Ann Arbor, MI, United States",United States of America,jnse@umich.edu,https://orcid.org/0000-0001-8019-296X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,on request,NA,diarrheal disease; disparities; ethnic groups; sanitation; WASH; water,NA,iwaponline.com +97159,13,9,https://iwaponline.com/washdev/article/13/9/625/97159/Tariff-setting-for-the-sustainability-of-communal,"Journal of Water, Sanitation & Hygiene for Development","Tariff setting for the sustainability of communal water points in Mangochi District, Malawi",2023,TRUE,1,xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.183/1/washdev0130625supp1.xlsx?Expires=1706163426&Signature=V2RXU3jzMy3oaLLYyQJlQqlaQR08Cz49Sw00p5LayplThZNeEQ5v75ep7uaPCm-w3EoE935sGN-F9sbJAY7Zu0fN~mOG9rLi5LNoJfZePhHKDXesRG~CJLlge2dIGRnHhIl0jYg1GW2xAfIAB3SW9TOyrYprWqgXqdH7ULXgob08DdFvjghk2Bhy7pzAfj0klWJ9p-hz7GZANSb6pveLP0YB8hTe5CTA-c0hmPZDtF8eKbyskY39-4JR7anK2LFTufuTpwmsaUKGpA3Z-ZGP-4xKwwb8hyrKriONcc2DP7ZVdKIczt5BkOA5RLa0y9sq1x038BhF8IFEAs8jVI4lsw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Kondwani Andreah,"Department of Agrisciences, Faculty of Environmental Sciences, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,koandreah@gmail.com,https://orcid.org/0000-0001-8444-7333,Kondwani Andreah,"Department of Agrisciences, Faculty of Environmental Sciences, Mzuzu University, P/Bag 201, Luwinga, Mzuzu 2, Malawi",Malawi,koandreah@gmail.com,https://orcid.org/0000-0001-8444-7333,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Afridev hand pump; lifecycle costs; operation and maintenance; sustainability,NA,iwaponline.com +97005,13,9,https://iwaponline.com/washdev/article/13/9/635/97005/Growth-performance-and-carcass-characteristics-of,"Journal of Water, Sanitation & Hygiene for Development",Growth performance and carcass characteristics of broiler chicken fed on black soldier fly larvae meal: a product of fecal sludge waste management,2023,FALSE,0,NA,NA,7,James G. Kirimi,"Directorate of Livestock and Fisheries Development, Meru County Government, Meru, Kenya",Kenya,kirimijg@yahoo.com,https://orcid.org/0000-0001-9692-1258,James G. Kirimi,"Directorate of Livestock and Fisheries Development, Meru County Government, Meru, Kenya",Kenya,kirimijg@yahoo.com,https://orcid.org/0000-0001-9692-1258,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,black soldier fly; broiler chicken; fecal sludge; growth performance; waste management,NA,iwaponline.com +97035,13,9,https://iwaponline.com/washdev/article/13/9/645/97035/Characterizing-modern-bathrooms-to-support,"Journal of Water, Sanitation & Hygiene for Development",Characterizing modern bathrooms to support sanitation adoption,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.034/1/washdev0130645supp1.docx?Expires=1706163434&Signature=r0~eV0YoC0rKddGx3Ga3ZWise8AsqpbxjHhctgIy-TZ2ZbwkOuuhQqSkPBHTj4RlOnxs5NzIzcxCnN4pn2zb0IsDWGHqbqBT9JP0VMkQAf8ow-X6wl8flmS0tE9NA1o3ngsJK8edkrOmSLs~bkjgAza4Ld3QfbR6Vs7Keaowj8PimUG2Ecklr-YF1gak1121ZaSWcDGPevbzseGRf4YshmbltVpeWmaGYKtyMdGpUJrb31VQ5f24WmMw2wT0TyhwXEbRSTdvzLwWDiZF1TSu49oX6WS0xKxKDu6GZfQpAAjdOyBXzmUh1PBZCoxv6PvF49NZG5fYQ-f7NfUFHcK4yA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Rebecca Ventura,"Department of Civil, Environmental and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",United States of America,rebecca.ventura@colorado.edu,https://orcid.org/0000-0002-0872-3102,Rebecca Ventura,"Department of Civil, Environmental and Architectural Engineering, University of Colorado Boulder, Boulder, CO 80309, USA",United States of America,rebecca.ventura@colorado.edu,https://orcid.org/0000-0002-0872-3102,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,bathroom; improved sanitation; modern; Peru; rural; sanitation systems,NA,iwaponline.com +97023,13,9,https://iwaponline.com/washdev/article/13/9/655/97023/Hospital-wastewater-treatment-coupling,"Journal of Water, Sanitation & Hygiene for Development",Hospital wastewater treatment coupling electrochemical coagulation and activated sludge process,2023,FALSE,0,NA,NA,3,Kempanapura Shivashankar Shivaprasad,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru, Karnataka 570006, India",India,prasadks@jssstuniv.in,https://orcid.org/0000-0002-3322-6554,Kempanapura Shivashankar Shivaprasad,"Department of Environmental Engineering, Sri Jayachamarajendra College of Engineering, Constituent College of JSS Science and Technology University, JSSTI Campus, Mysuru, Karnataka 570006, India",India,prasadks@jssstuniv.in,https://orcid.org/0000-0002-3322-6554,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,activated sludge process (ASP); COD; electrochemical coagulation (ECC); hybrid treatment process; raw hospital wastewater (RHWW),NA,iwaponline.com +97004,13,9,https://iwaponline.com/washdev/article/13/9/669/97004/COVID-19-pandemic-welfare-programs-and-access-to,"Journal of Water, Sanitation & Hygiene for Development","COVID-19 pandemic, welfare programs, and access to ‘free water’ in Ghana: how did the urban poor fare?",2023,FALSE,0,NA,NA,3,Meshack Achore,"Department of Population Health, Hofstra University, Hempstead, NY, USA",United States of America,meshack.achore@hofstra.edu,https://orcid.org/0000-0002-8321-7293,Meshack Achore,"Department of Population Health, Hofstra University, Hempstead, NY, USA",United States of America,meshack.achore@hofstra.edu,https://orcid.org/0000-0002-8321-7293,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,COVID-19; Ghana; pandemic; sub-Saharan Africa; water access; water insecurity,NA,iwaponline.com +97311,13,9,https://iwaponline.com/washdev/article/13/9/681/97311/Aluminum-foil-immersed-in-alkalized-seawater,"Journal of Water, Sanitation & Hygiene for Development",Aluminum foil immersed in alkalized seawater removes Escherichia coli from household drinking water,2023,FALSE,0,NA,NA,4,Erni Johan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,erni.johan.td@ehime-u.ac.jp,https://orcid.org/0009-0003-5386-8276,Erni Johan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,erni.johan.td@ehime-u.ac.jp,https://orcid.org/0009-0003-5386-8276,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adsorption; drinking water; Escherichia coli; layered double hydroxide; removal,NA,iwaponline.com +97398,13,9,https://iwaponline.com/washdev/article/13/9/687/97398/Analysis-of-physical-and-non-physical-factors,"Journal of Water, Sanitation & Hygiene for Development",Analysis of physical and non-physical factors associated with individual water consumption using a hierarchical linear model before and after an earthquake in a region with insufficient water supply,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.059/1/washdev0130687supp1.docx?Expires=1706023338&Signature=C3Vyp-Cy5pFNX6LIMCdV0Sr~ciMiKqcdbAEkwOXaUKvvErZ98JsEwk3tIL3Wc39r9FpxVdiBm~el-sjy9hY0leaDsYUB499A~JfvQPu8w38u1m~I-iYUthr~wo6iaAABvUDcCXxogzixrKWTg6XMnAvY3toMajnpnk6sWlaLo0RdgHKc2BaVUA4LuyXyJ9efHuQ52lSdJbMZZHVWgGAD313BQo-1ivy3EAlCnExbVI86HNz320aHbYUN2WLUBVSgPkQ2MX9PJaTWoma3waGPlHnXWuXHEWOavetr0ZASODt4K8f6JZqBubZqSXMyL6vhQGjr2Tvrm5HZS3E~ZXSQdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Yuri Ito,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, Kofu, Yamanashi 400-8511, Japan",Japan,NA,NA,Kei Nishida,"Interdisciplinary Centre for River Basin Environment, University of Yamanashi, Kofu, Yamanashi 400-8511, Japan",Japan,nishida@yamanashi.ac.jp,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,coping strategy; Kathmandu Valley; regional disparity; water scarcity,NA,iwaponline.com +97182,13,9,https://iwaponline.com/washdev/article/13/9/699/97182/Changes-in-organic-fractions-cations-and,"Journal of Water, Sanitation & Hygiene for Development","Changes in organic fractions, cations, and stabilization from feces to fecal sludge: implications for dewatering performance and management solutions",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.086/1/washdev0130699supp1.docx?Expires=1706163450&Signature=cV8FF0Gdqd-5TCkU8ayllBmSeoyRKvhj3KnfLJ9GIkqL-zfg17wyVUaxHOX1dSYOAdhj2L5al6~A7XliArHSmLSNdLyQK8Sc7~DBNQLGiyEcR-b~YkYOfj5IIyNgLHBx-EEBgs77dKP9KcrbOZwi3Fvuy-4dFWjbzTc-CVKzAmRnGzp9XcFaXWJdFrPLD1dxWYYIiCT4iczO5tiUNDp9088w-Mio5YEjRbXMk4IoX8CXxW0km~k5kVbUxIyoLpNFF~fUn8PBYCuIFCL6DCkfrCdsUHi6pLei6qqiZa9X-6ECVNRa5m8o7GfbuOVmVh6XRHeUbnzWlMFHVoXK-LurLg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Stanley Bortse Sam,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf 8600, Switzerland",Switzerland,stanley.sam@eawag.ch,https://orcid.org/0000-0002-2128-9128,Stanley Bortse Sam,"Eawag, Swiss Federal Institute of Aquatic Science and Technology, Dübendorf 8600, Switzerland",Switzerland,stanley.sam@eawag.ch,https://orcid.org/0000-0002-2128-9128,TRUE,All relevant data are available from an online repository or repositories. https://doi.org/10.25678/0007MP.,available in online repository,https://doi.org/10.25678/0007MP.,microbial community; organic fibers; settling performance; stabilization; water-holding capacity,NA,iwaponline.com +96974,13,9,https://iwaponline.com/washdev/article/13/9/711/96974/Association-between-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Association between water, sanitation and hygiene practices and diarrhea among under 3-year-old children: Evidence from a nationally representative sample in India (2019–2021)",2023,TRUE,2,docx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.108/1/washdev0130711supp1.docx?Expires=1706163455&Signature=icbPY1WDEz1UuwACZSOKXVTVgggi1aOl2lMaodjrcDEt9hOghIr-OOtsXuXOAyx6~aqqzv0bsTGYZS4kDLJ6kv5ur~mQz~e7c~QlX~NJqTqOoKYyDySQywXvYmHFFfFillBx9MhLUJ8APySS9JYmzrJneg18A7TmkLKkg8lFD5StCL~GsQCG5laJRCdARhAK3~MiJaXzF6ftmrOwEe1TFaB-y4uhtp9HtANEQC4SLdVCuv~-Ciqx9socFzB5PTBQBtwy3TH5qauabZ2GStM26zP9Cd3RXvJee8GGu7znVk3r8Al1S9Vxw-nHvEfNCnKFXXFveA-0p7tTMMdJypyIyw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/9/10.2166_washdev.2023.108/1/washdev0130711supp2.xlsx?Expires=1706163455&Signature=Kxi1CLWGo6T1YYte0O~rey3hgYTLtO~FtbRaH0ZmCubuf6NhJ1eWwcYwVy6mMZ3OM95oMrr5Cb0~u3ejLIUAaBFhX~iM16UAB4ni6UNUw6rwQdI7tQN6uKwARmH0VoMsWsLTVI0zFykoN5FXvWo5B9dKpgQx4Qaf4ChxhbUbVCN5orHMvZ5vdWyENtJRxTJi-70Z0XLY5OyZa9ExDR~TLdyJMjOzHIEDREsUQfki52G3O2tIFD2lHLwvoHXApg15dcpmqokk1dRfnjiyV9vj5n8nb-HR~-~1MTwjC3tgO3dg-oOcWpxY5mzIu-XJ61WD9XOKFnoGoI~z2ZD49RXVeQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Shubhanjali Roy,"Department of Epidemiology and Public Health, National Institute of Epidemiology-Indian Council of Medical Research, R-127, Second Main Road, Housing Board, Ayapakkam, Chennai 600 077, Tamil Nadu, India",India,drshubhanjaliroy@gmail.com,https://orcid.org/0000-0003-3796-0964,Shubhanjali Roy,"Department of Epidemiology and Public Health, National Institute of Epidemiology-Indian Council of Medical Research, R-127, Second Main Road, Housing Board, Ayapakkam, Chennai 600 077, Tamil Nadu, India",India,drshubhanjaliroy@gmail.com,https://orcid.org/0000-0003-3796-0964,TRUE,All relevant data are available from an online repository or repositories: https://dhsprogram.com/data/dataset_admin/index.cfm.,available in online repository,https://dhsprogram.com/data/dataset_admin/index.cfm.,child health; diarrhea; National Family Health Survey-5; prevention of diarrheal disease; water sanitation and hygiene,NA,iwaponline.com +97399,13,9,https://iwaponline.com/washdev/article/13/9/723/97399/Water-sanitation-and-hygiene-facilities-enabling,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene facilities: enabling or impeding handwashing? An assessment of a primary school infrastructure in Palwal, India",2023,FALSE,0,NA,NA,2,Vibha Gupta,"Department of Development Communication and Extension, Lady Irwin College, University of Delhi, New Delhi 110001, India",India,vibha365@gmail.com,https://orcid.org/0000-0003-2854-9452,Vibha Gupta,"Department of Development Communication and Extension, Lady Irwin College, University of Delhi, New Delhi 110001, India",India,vibha365@gmail.com,https://orcid.org/0000-0003-2854-9452,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,hygiene; rural; sanitation; schools; WASH,NA,iwaponline.com +97055,13,9,https://iwaponline.com/washdev/article/13/9/735/97055/There-is-water-available-and-so-our-hearts-are-at,"Journal of Water, Sanitation & Hygiene for Development",‘There is water available and so our hearts are at peace’: exploring the impact of access to safe water on women's subjective well-being in Ghana,2023,FALSE,0,NA,NA,3,Prosperous Ahiabli,"School of Health, Leeds Beckett University, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,prosperoussch@gmail.com,https://orcid.org/0000-0002-0350-6571,Prosperous Ahiabli,"School of Health, Leeds Beckett University, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,prosperoussch@gmail.com,https://orcid.org/0000-0002-0350-6571,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,gender inequality; Ghana; rural communities; safe water,NA,iwaponline.com +97581,13,10,https://iwaponline.com/washdev/article/13/10/749/97581/Sustaining-an-elementary-school-based-hygiene,"Journal of Water, Sanitation & Hygiene for Development",Sustaining an elementary school-based hygiene intervention in Bangladesh by forming ‘hygiene committees’: a pilot study,2023,TRUE,2,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.191/1/washdev0130749supp1.docx?Expires=1706163467&Signature=kmguXVuMJ0xme5SO19h~CPPOX5C1FkNj17RpMzKfm2IgFlLoARPgR4w~h2s9kFgA21u5L5~LstfqYdBN6ypXFh3zflV-EtMeJDcCWKHra3mNeAoM-ZkbKiOBoDfr2G5kafO1B6zHc4EFJD4Xv6R6U8qo~-gFlf0vhMEzSCA7-cJILrM3RelP6xMPAojz1Ql2Wd4a8WgwdSsYnh94a30yl7~65cGb~Dca~yua~DJzUVyFBiwN4MPArLbXgcySblnXGnDIQdowN1wFoHRIBa~WYIXX6sDdZfQ57bpy6e8OGFT5rkdp1RIVesdUD5AzXR3BTrPSY2WXLAy9vfJpf69-Cg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.191/1/washdev0130749supp2.docx?Expires=1706163467&Signature=lMwUebT-GLAPbbNkZ1bRU9CelX6k1jGlmr1E~sT~aNVHp0OOIa0RPzxozxKghQ6d~OHDG3gvgKoycNpuliDrB~g24ylpQJT1M5fcQnwvDb04D4MAuoHC3lAeWAdSurTMFI~x-s0-xSceZfwO9y9rlxiwpHD6UzE2R4-8Civ4rpj~MIR9pTFbqwyylJ6qibvacNRVbN6QteEW2a95P7arZSG-51Q34nfOZbdtoWWzn9yu8ZPe~lLGWTSYurbvWQ9UdjYqr-HSZ-68gx-wCQV5cNeLojWFJjNWxv8-zNz8A8SAQD-tTstgYti~bAlXoRrGMS2BWhIHoezGfSJ2Wky60A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Farhana Sultana,"Environmental Health and WASH, Health System and Population Studies Division, icddr,b, 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali, Dhaka 1212, Bangladesh",Bangladesh,farhana.sultana@icddrb.org,https://orcid.org/0000-0002-0714-7262,Farhana Sultana,"Environmental Health and WASH, Health System and Population Studies Division, icddr,b, 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali, Dhaka 1212, Bangladesh",Bangladesh,farhana.sultana@icddrb.org,https://orcid.org/0000-0002-0714-7262,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,financial support; hygiene; motivation; ownership; school,NA,iwaponline.com +97636,13,10,https://iwaponline.com/washdev/article/13/10/764/97636/Microbial-hazards-in-real-world-alternating-dual,"Journal of Water, Sanitation & Hygiene for Development",Microbial hazards in real-world alternating dual-pit latrines treated with storage and lime in rural Cambodia,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.016/1/washdev0130764supp1.docx?Expires=1706163471&Signature=XBiL-NQ-pTr3qvqlkHct5VNsNumvWUra-iXu3taiPq3yEcK2DTYYySGr2XKNtWBh~HLu1TW5bIu3UKPvM3XHY5EavxsFdeXneI3hA9oQwNuvTUi1rKPpaDQzuHKIbtjmEkZ7SZFECYGozCSaBMZ4iR0wyk9ws3VfS8htmQen82jyB0lsxgeceOWZCptH-p6e2CRhoa2Qepij25i5U2sSHIQEU7OFtOKcCijmu1sDbg0D2Qm5LyZgvmFd6bn2GEUSFDNKhYB0r9xIGADPqIQhxR9KLBK1sUlgeL6nfJ4oUwmHsT-PzaXKa0hg5fJQIz3xlNYVt5LemSPRRHBtwHSuCg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,James Harper,"Noble Pursuits, LLC, 1641 Twin Sisters Rd, Nederland, CO 80466, USA",United States of America,james@noblepursuitsllc.com,https://orcid.org/0000-0003-0087-9265,James Harper,"Noble Pursuits, LLC, 1641 Twin Sisters Rd, Nederland, CO 80466, USA",United States of America,james@noblepursuitsllc.com,https://orcid.org/0000-0003-0087-9265,TRUE,All relevant data are available from an online repository at https://osf.io/uwq82/.,available in online repository,NA,fecal sludge management; on-site sanitation; pathogen inactivation; public health; safely managed sanitation; toilet,NA,iwaponline.com +97441,13,10,https://iwaponline.com/washdev/article/13/10/776/97441/Potential-of-waterbodies-as-a-reservoir-of,"Journal of Water, Sanitation & Hygiene for Development",Potential of waterbodies as a reservoir of Escherichia coli pathogens and the spread of antibiotic resistance in the Indonesian aquatic environment,2023,FALSE,0,NA,NA,6,Imam Megantara,"Microbiology Division Department of Biomedical Science, Faculty of Medicine, Universitas Padjadjaran, Bandung, Indonesia",Indonesia,imam.megantara@unpad.ac.id,NA,Imam Megantara,"Microbiology Division Department of Biomedical Science, Faculty of Medicine, Universitas Padjadjaran, Bandung, Indonesia",Indonesia,imam.megantara@unpad.ac.id,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibiotic; Escherichia coli; resistance; river contamination,NA,iwaponline.com +97508,13,10,https://iwaponline.com/washdev/article/13/10/793/97508/Associations-between-seasonality-and-faecal,"Journal of Water, Sanitation & Hygiene for Development",Associations between seasonality and faecal contamination of self-supply sources in urban Indonesia,2023,TRUE,3,png; xlsx; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.060/1/washdev0130793supp1.png?Expires=1706030465&Signature=sVJXkHzYyHDMrRscWu5mXQXgi~eh9SU3klAC7gQdgSFAA6dALg4uW1z2r-RM9eZMq52egWuoKkwBItnsnu-1Ep3jokz7dzAli5MBASQgemKg8AIYUskIJiSSU65edVN~Fvzzzj4~yPQzf-GUCDbLoBXZkYEiLe7zsMvmmcZy74gZRCr3nwlE-z904jqsxdD67VAKefzj4KJZzgmufZoslDteMLghw~9ubK6WCa9ESyAIMxf74mi2bCLIjiiCpHudw2XTpuyV2Cq36jr3ijJwW4tExfFt5hzpziQgs3-Av5TvriubruAY8VLiDhv6pYBNN2MMiuQueySEyB8MgwNl0g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.060/1/washdev0130793supp2.xlsx?Expires=1706030465&Signature=VQAjYj8PVPfzux0WMOVFOW-NC1DowrClZlZl16E5fdYOLARQ7AHmCbM1uuKhfc5Txs7RcteumtUraTaVeEK2dCDhUzIzuJmNOAtJ7YDiPwv60-g5SJ2CtbNTnBsVbcRpGKD7yNEZ9EX~a7~3FPPkhKBulZpkSa1hZ7FUWcJDLD8DgU67lK3ErxFavyvcIvcXKX6Jvb4coPUjLnuZrnIs1zIYmNKFdoMPuZnbSD~jg~aVk76p7TqNFu3QWXLB0WBT8OA9v5mn83-wkYqDGoJVRuoC0UNxT-Z-m97zT8NPUGTzKdhddtwZ9jC-YmescZgMWdqFQvzDmcb9Gqv2CJOhdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.060/1/washdev0130793supp3.docx?Expires=1706030465&Signature=bJHVeKsbRIyQ7FqvZvTdL7D7tjbGTX8WlHHVNUUZJs8TxKrPlHeTuBQ4HQ~sjshKVSEy1KFK8lXDZmSYDmHbd8wWkdlxzRCjRHcBPlm8NMC8Dgf6i4Mxkv-ReTFXQsYJIfEN98wrBAUqbgd13n73LRj~TajiFeytwiqSgHaqxLkVUxaKzUhJZYN8wThZAoAwwskOO0eQx6HHESYBAI3iEobO8q0n37LjdvuNuwh44qI1ODbHgstKBGS~SMmL7m9PJ5-7e6VRPxLGG~9fsz1Wve3h~Uy6Uy8sKqyTFomgjUThFav-~hLZae3sABwLHzFojWHVpc4CtUa5odnYPLyPGw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Franziska Genter,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW 2007, Australia",Australia,franziska.g.genter@student.uts.edu.au,https://orcid.org/0000-0001-5867-4671,Franziska Genter,"Institute for Sustainable Futures, University of Technology Sydney, Ultimo, NSW 2007, Australia",Australia,franziska.g.genter@student.uts.edu.au,https://orcid.org/0000-0001-5867-4671,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water quality; faecal contamination; groundwater; seasonality; self-supply; urban Indonesia,NA,iwaponline.com +97183,13,10,https://iwaponline.com/washdev/article/13/10/801/97183/Investigation-on-children-s-handwashing-behaviour,"Journal of Water, Sanitation & Hygiene for Development",Investigation on children's handwashing behaviour and contamination levels in rural Cambodia,2023,FALSE,0,NA,NA,2,Gaku Manago,"Graduate School of International Cultural Studies, Tohoku University, 41 Kawauchi, Aoba-ku, Sendai-shi, Miyagi, Japan",Japan,NA,https://orcid.org/0009-0008-9545-8503,Kongkea Phan,"Faculty of Science and Technology, International University, St 1978, Sen Sok, Phnom Penh 120801, Cambodia",Cambodia,phanklabs@gmail.com,https://orcid.org/0000-0003-2965-8415,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,children; diarrhoea; handwashing; rural Cambodia,NA,iwaponline.com +97568,13,10,https://iwaponline.com/washdev/article/13/10/811/97568/Response-to-COVID-19-building-resilience-through,"Journal of Water, Sanitation & Hygiene for Development",Response to COVID-19: building resilience through water and wastewater management in Ghana,2023,FALSE,0,NA,NA,6,Bertha Darteh,"International Water Management Institute, Accra, Ghana",Ghana,NA,NA,Olufunke Cofie,"International Water Management Institute, Accra, Ghana",Ghana,o.cofie@cgiar.org,https://orcid.org/0000-0002-2092-4679,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,COVID-19; Ghana; hygiene; sanitation; wastewater; water,NA,iwaponline.com +97671,13,10,https://iwaponline.com/washdev/article/13/10/825/97671/Water-access-and-sanitation-facilities-in-the,"Journal of Water, Sanitation & Hygiene for Development","Water access and sanitation facilities in the Johor River Basin, Malaysia: A comparison between indigenous and more modernised communities",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.126/1/washdev0130825supp1.docx?Expires=1706037032&Signature=nGdt6zl-lpJKZ9Ole9QM95SgMYbD9CT31Keemi4dwgAg9yK9RryjUsP6KERR0Vh4pMwf1Tv1w-n0AvQZbXu45XtCZMAvvoHXK44Tf21-iumxVoU2vlyIMWiGHkZeS97-tB6NMN76VLNUC5-4NHS1dNlzeUJwqkNvQITGEGaYNGbbYuSTqU9QsZjt~X5~~YC57AwWwTGu5Hc3~qaF79geq3v-XUHpVOdhqgUrMIuSBkg49YAtgLx8XdhSw3nNsul0nuaBi9YNIUYgb19GJGtQwlj1nSRD6ushyuxbzb78kJUNtKi~6S6RPcBuR7zgG5Dt0AEc5dhtNAQN6hvNEBBupw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Michaela L. Goodson,"Newcastle University Medicine Malaysia (NUMed), No. 1 Jalan Sarjana 1, Kota Ilmu, EduCity@Iskandar, Iskandar Puteri, Johor, Malaysia",Malaysia,michaela.goodson@newcastle.edu.my,https://orcid.org/0000-0003-2481-7704,Michaela L. Goodson,"Newcastle University Medicine Malaysia (NUMed), No. 1 Jalan Sarjana 1, Kota Ilmu, EduCity@Iskandar, Iskandar Puteri, Johor, Malaysia",Malaysia,michaela.goodson@newcastle.edu.my,https://orcid.org/0000-0003-2481-7704,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,hygiene; quality; sanitation; water,NA,iwaponline.com +97930,13,10,https://iwaponline.com/washdev/article/13/10/833/97930/A-historical-and-critical-review-of-latrine-siting,"Journal of Water, Sanitation & Hygiene for Development",A historical and critical review of latrine-siting guidelines,2023,TRUE,3,docx; pptx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.140/1/washdev0130833supp1.docx?Expires=1706163493&Signature=ddJbfLspicKR7wJF9kL4jZbqJcxuhJaC-oxbq7d5xrDiZjo1iTzguyChTTOlUU-A~Sav6ogGRSkF4s3ed0hSPYDi5cBfF~MCXLRM7F~VoC~EfUrXHNX9L0QpRhU6Zqcvw97-c49oTU3Ja23tVfBEe7M2KFeQ5QnRDTIVnUoxNZzwhdUOL3zRXR30cFl~0T4bl9y4I43M9U77RNr~Vouq3fRricThfbh0vR3YWH70ZsdogD2TAFAuNnz0StbpnVnz3yn8vkvAvaTB~S9gnrUUkln2mR8RSmM9jDETAzswRy358mCje5gApZEb4nO1XDTOHGLwP-6aygVnFBF9MiD0Bg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.140/1/washdev0130833supp2.pptx?Expires=1706163493&Signature=Yodd-0yLtfGnf~AEpivS3czf1aaIvUaQNejW5JQN4xrdPceBRdbJjbNXyLGVCf1JxbME7jMk8bf8R4DUMfdeFqTiNJTRpsZ8AlBDg~CpgTtWevI7uV4m~BaYxUORg3nzrE4a5~cGm2MPBmyxavfeT2e1mPepMVoej5wvFSG5u1aGniRE5ClXRTlxdrHCS9vYdNm6otAXU~YQBjOGtRsjAPE2S9ZIXEUzWllN5ya6wTHib3uvMnJpX7qCjdHDn75~9awb0nyZwaBb4waS0gYkG0pIe~DxY4lS34w5hA-fPLtSATTGj56izMaY4hp9d5idsE~lVSyOw8YmPjyJPF-hag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.140/1/washdev0130833supp3.xlsx?Expires=1706163493&Signature=Td5gORklEP049vrZx9aJzKAuhpHhEK8IDn~M1D-jYziFoRiAyLcGiHsG2zQCQVB3WinNRd0AWGPFpUn8tqER1R99ja8oSvQlr0xUHZUFoXnMGGjzK023mAPVj2ZNTx8G7TfAJEvpzQfqYmtjxMYQpPoFjAIWZEc0sDmRpoQpPhG0E0r6263oqGapahCLyvId9kHgiUWwq~UN6LATcnCRl5uKW9J~EqlemAu3CoZlFd-OnMICoaewvysPiDVbdtzJNsKu26lPYC5LLF22VaXchu3gScsKiLce3cxqCuNokarB4RxW9gBoqyrXeCQu-nchIXddDOJoZb3fdOL8biM14A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Christopher Nenninger,"Department of Civil and Environmental Engineering, University of South Florida, Florida, USA",United States of America,NA,https://orcid.org/0009-0007-3053-5486,James R. Mihelcic,"Department of Civil and Environmental Engineering, University of South Florida, Florida, USA",United States of America,jm41@usf.edu,https://orcid.org/0000-0002-1736-9264,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,groundwater; latrine; modeling; pollution; setback distance; toilet,NA,iwaponline.com +97590,13,10,https://iwaponline.com/washdev/article/13/10/847/97590/Establishment-of-district-led-production-of-WHO,"Journal of Water, Sanitation & Hygiene for Development",Establishment of district-led production of WHO-recommended Alcohol-Based Hand Rub (ABHR) during the COVID-19 pandemic: a model for improving access to ABHR during health emergencies,2023,TRUE,4,docx; xlsx; docx; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp1.docx?Expires=1706027168&Signature=yFYw1d5S4zYBKXMuV92z0AsFgW2tSXoqjaf8h72P62giElBcCmOVlI6OwILT38H7TXKf68o4TCsVDdf4Xb-d2tuCjrJHx577C8nGxLs~hVmfPA-nRKjFZLnzXeXjlEK6SSJVkFYK2vEJOrWDJmMVncFl6S1rVsaLZRlsgL8-iARvJMYvHhyrYyXnfu-qoC-etjT7j-bhlaoSQ-8exiGlKrAIgn36jE-PHQ1L~kgV4WF4294fP39HvnE9fwfOGhFmPBEgEZSPb7sbUEzWjv4jiVQAz6Huwv3ZfXfwG762b7AdItR7HyAA1MQrXhgzHZhBu5hwRdvSf8GJXPR3oj8iKQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp2.xlsx?Expires=1706027168&Signature=lHKialNF-l2GFSLiCnNPL5LgbC8iYjPxJvCmOW9XO2~uzV2n9IBD7RxD2d4bOzROeU8LZzbHo3k4lQuFVghyU1oifBPyE-hqACD1jkUoOnLrOg0y7-WXQHanP5ExV6cYPdHVNoPWHKi2MBgNGIgvUPnWVZt~7fysDN1D7DEnjqXNGEs7hsMKZDU3n0Wfw2fBl1yk8YEWnev~aCnR-osf3UF2zFL7fsf0XtarEgQJBMosmEHKpysCK43fIxS5qQVGBoY~aR-S7tzs6lkBoahjMsAJbUYtYpeM4CVqxNpn3Jh9GJnCEh2WyQ3rr-iIOtMS~JqGGjKibmumNhh3yO5Kvw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp3.docx?Expires=1706027168&Signature=sUhOU2fpYY01MLxppNS5~ICHHHkHpfAEROBnCzYmCLE-CczDYG6itmrOQnlq7ChW7qhlehu90PKewQByG-lvKKMzsPhka-OwT8p3EgsQmnFh~4xGnGonBINizh74rSLMxIlCRKtENPOsbuXirtPNcfCy7jUPHObVYf~fOVF8ZKF2~Al-RXBWpcw50nRAt1tv-uyVQIBsp-qcRVLEW8TaW-4sr-gW2FQQ4yy90PFyCPEA5ebPtUHZWvShS9O8l2l2ftGoi7hg0qq85fxeCsEKGA-mA4sth2x2Y9mkgvuamP1SfzCRM-ZUctjS9~N0ghZ3ghJQ8DuEBcWaumtAD2mHog__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp4.docx?Expires=1706027168&Signature=uL0KTuGzImNhNkLZT9eLulJQzwqMBV4NMT5Eld806IIayxdZtACxpS46bmngB8882QO9BzWBSTFPuSZZXiH1Hnb1w82Ft~tY-d-qEfBs8Ju9dTHEbCS2EChTOSZ7gs0whHsdw5Xlx77at0zPMtMYemU-cHtk1CXsqdfdNdHU4oG2RwJD07J5jfPZZ4p7OAdgzymmBCuY5JOqZGOAPYhJNISMwRrCjsPwFbSch8lVcc51BIrDdWcdVyZCcSATSU~xbNivGKlOQU5F66dx339qi7lB3gdB98JY~OJtIPbw1nFQeml8l9CkN2H3qUvVSt7BWS6EQAdM2zhAkUIkbNgpcA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,15,Fred Tusabe,"Infectious Diseases Institute, Makerere University, Kampala, Uganda",Uganda,NA,NA,David Berendes,"Waterborne Disease Prevention Branch, Division of Foodborne, Waterborne, and Environmental Diseases, U.S. Centers for Disease Control and Prevention, 1600 Clifton Rd. Mailstop H24-11, Atlanta, GA 30329, USA",United States of America,dberendes@cdc.gov,https://orcid.org/0000-0002-8303-9298,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Alcohol-Based Hand Rub; community locations; hand hygiene; health emergency; healthcare facilities,NA,iwaponline.com +98804,13,11,https://iwaponline.com/washdev/article/13/11/857/98804/We-do-not-wash-hands-Barriers-to-the-maintenance,"Journal of Water, Sanitation & Hygiene for Development","‘We do not wash hands’: Barriers to the maintenance of five moments of hand hygiene among learner nurses at a university in Limpopo province, South Africa",2023,FALSE,0,NA,NA,2,Takalani Edith Mutshatshi,"Department of Nursing Science, University of Limpopo, P/Bag x1106, Sovenga 0727, South Africa",South Africa,takalani.mutshatshi@ul.ac.za,https://orcid.org/0000-0003-1581-0041,Takalani Edith Mutshatshi,"Department of Nursing Science, University of Limpopo, P/Bag x1106, Sovenga 0727, South Africa",South Africa,takalani.mutshatshi@ul.ac.za,https://orcid.org/0000-0003-1581-0041,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,barriers; five moments; hand hygiene; learner nurse; maintenance; wash hands,NA,iwaponline.com +98248,13,11,https://iwaponline.com/washdev/article/13/11/866/98248/WASH-FIT-implementation-in-Rohingya-camps-in-Cox-s,"Journal of Water, Sanitation & Hygiene for Development",WASH FIT implementation in Rohingya camps in Cox's Bazar Bangladesh – results after 1 year,2023,FALSE,0,NA,NA,7,Ahammadul Kabir,"World Health Organization (WHO), Dhaka, Bangladesh",Bangladesh,ahammadul.kabir@gmail.com,https://orcid.org/0000-0002-6452-6963,Ahammadul Kabir,"World Health Organization (WHO), Dhaka, Bangladesh",Bangladesh,ahammadul.kabir@gmail.com,https://orcid.org/0000-0002-6452-6963,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,emergency; health care facility; healthcare waste management; Rohingya settlement; WASH FIT,NA,iwaponline.com +98614,13,11,https://iwaponline.com/washdev/article/13/11/875/98614/Socioeconomic-predictors-of-access-to-improved,"Journal of Water, Sanitation & Hygiene for Development","Socioeconomic predictors of access to improved water sources, sanitation facilities, and household water treatment in Nigeria",2023,FALSE,0,NA,NA,4,Olumayowa Azeez,"Department of Community Medicine & Population Health, The University of Alabama, 1103 Northeast Medical Bldg, Tuscaloosa, AL 35487, USA",United States of America,oazeez@crimson.ua.edu,https://orcid.org/0000-0001-8398-2334,Olumayowa Azeez,"Department of Community Medicine & Population Health, The University of Alabama, 1103 Northeast Medical Bldg, Tuscaloosa, AL 35487, USA",United States of America,oazeez@crimson.ua.edu,https://orcid.org/0000-0001-8398-2334,TRUE,All relevant data are available from an online repository or repositories at https://dhsprogram.com/data/dataset/Nigeria_Standard-DHS_2018.cfm?flag=0.,available in online repository,https://dhsprogram.com/data/dataset/Nigeria_Standard-DHS_2018.cfm?flag=0.,global health; hygiene; Nigeria; sanitation; sustainable development goals; water,NA,iwaponline.com +98258,13,11,https://iwaponline.com/washdev/article/13/11/885/98258/Occurrence-of-Acanthamoeba-spp-in-a-major-river-in,"Journal of Water, Sanitation & Hygiene for Development",Occurrence of Acanthamoeba spp. in a major river in the Philippines: Impact on water quality and health,2023,FALSE,0,NA,NA,12,Kaiser Garrido,"Department of Medical Technology, Faculty of Pharmacy, University of Santo Tomas, Manila 1008, Philippines",Philippines,NA,NA,Giovanni De Jesus Milanez,"Department of Medical Technology, Faculty of Pharmacy, University of Santo Tomas, Manila 1008, Philippines",Philippines,gdmilanez@ust.edu.ph,https://orcid.org/0000-0002-4467-3173,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Acanthamoeba; free-living amoeba; Philippines; public health; river,NA,iwaponline.com +98247,13,11,https://iwaponline.com/washdev/article/13/11/893/98247/Spatial-distribution-and-determinants-of-limited,"Journal of Water, Sanitation & Hygiene for Development",Spatial distribution and determinants of limited access to drinking water and sanitation services of households in India,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/11/10.2166_washdev.2023.181/1/washdev0130893supp1.docx?Expires=1706052557&Signature=fAUufnmYkXJLuI1rhwrT-PwS5jVPmj4vRlqN6n~agirjEBnLUfADxFKCBza~umAVst-DU3Oju1JF4VX5qWxG0TjcdkyOO1X3hVZ1GfogkDWdSVHiOzGMxmCusxuZAwJ6zY0jpYLYLRyMtB7DTKnmY4QChaiWrlgoEeHqeSZ-oXA9nA6EIAWPphf1fE8gfh0M1TujIwX0Zo--vorDrMZkxg7SSQ2ngAyda~bIjIXRByALNDkpGGF7YPX16VckzeEhhVcBBjmCMkZAGpLugsKjHdZtwugd2kmrUT24JD6ydOZxT2ELW-n1q3~-z90dDZ4dGiKn7oTGNGkoAaUomeF5Lg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Chandan Roy,"Department of Geography and Resource Management, Mizoram University (A Central University), Aizawl, Mizoram 796004, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,Chandan Roy,"Department of Geography and Resource Management, Mizoram University (A Central University), Aizawl, Mizoram 796004, India",India,chandan96.roy@gmail.com,https://orcid.org/0000-0001-6246-4263,TRUE,All relevant data are available from an online repository or repositories at https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1.,available in online repository,https://dhsprogram.com/data/dataset/India_Standard-DHS_2020.cfm?flag=1.,drinking water; health risks; India; logistic regression; spatial analysis; statistical analysis,NA,iwaponline.com +98627,13,11,https://iwaponline.com/washdev/article/13/11/910/98627/WASH-practices-increased-the-prevalence-of,"Journal of Water, Sanitation & Hygiene for Development","WASH practices increased the prevalence of malnutrition among under-five children (6–59 months) in an urban slum area in Ibadan, Nigeria",2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/11/10.2166_washdev.2023.186/1/washdev0130910supp1.docx?Expires=1706163520&Signature=TqE25wf~XUM8t49w9zWrF9rM0WXruELgTEc5Bb~bp30jWqFjWIJcldQmtwkQfLkkMkEJA9--oY3dpxTkg7J62rH7R7jlLmdS767l47ZR20vxj0WsNP5qpiZ4TbEwvvvJgn4RoAJokK27kRA~NamQNRA6pV5yWZjQPflplWaCTaGwAV-4MgGIw0yb~N1jv-NDytSYUWj~30LYBdYM6G~yH0cXoFJFCrIqTyq1OC5aROqvgqnKcl24-nKcOYB~Bo-0~RnjI9xCx9~6ZGVcKDaRMlEFYY~iAev1HdwOniZavR6yI3MzL4TMuT6tyt4GmNorLgqS~4TL4mUmn-mnniFgcQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Elizabeth Oluwafolakemi Aleru,"Department of Human Nutrition and Dietetics, Faculty of Basic Medical and Health Sciences, Lead City University Ibadan, Oyo State, Nigeria",Nigeria,elizabethadedipe16@gmail.com,https://orcid.org/0000-0001-5294-8096,Elizabeth Oluwafolakemi Aleru,"Department of Human Nutrition and Dietetics, Faculty of Basic Medical and Health Sciences, Lead City University Ibadan, Oyo State, Nigeria",Nigeria,elizabethadedipe16@gmail.com,https://orcid.org/0000-0001-5294-8096,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,malnutrition; stunting; under-five children; urban slum; WASH practices; wasting,NA,iwaponline.com +98396,13,11,https://iwaponline.com/washdev/article/13/11/921/98396/Enhancing-rural-drinking-water-safety-using-an-Mg,"Journal of Water, Sanitation & Hygiene for Development",Enhancing rural drinking water safety using an Mg–Al-type layered double hydroxide foil as a new point-of-use disinfection tool,2023,FALSE,0,NA,NA,4,Taufiq Ihsan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,taufiqihsan86@gmail.com,NA,Taufiq Ihsan,"The United Graduate School of Agricultural Sciences, Ehime University, 3-5-7 Tarumi, Matsuyama 790-8566, Japan",Japan,taufiqihsan86@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,disinfection; drinking water; layered double hydroxide; pathogen adsorption; rural area,NA,iwaponline.com +98803,13,12,https://iwaponline.com/washdev/article/13/12/931/98803/Impact-of-targeted-subsidies-on-access-to,"Journal of Water, Sanitation & Hygiene for Development",Impact of targeted subsidies on access to resilient sanitation for climate-vulnerable households in rural Cambodia,2023,TRUE,2,"docx, xlsx",https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/6/10.2166_washdev.2022.055/1/washdev2022055supp.docx?Expires=1706163095&Signature=4AOHFAKZz4hYkDtGLziudvEkaeNd6HL1ghM1TTFu1UvUh6pMdYyRGLOGQgPOgyDBdENnCd1sVgKpTHONPyJdCFNFPq-36xvkk7piC; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.039/3/washdev0130931supp2.xls?Expires=1737455104&Signature=CGvjmPc-TP4XGtdXqA6prdlN8zT2Q2LQkdHdm4azueGUsz2~0snabdqUZyYtg-yI8FSbdVmpfu0W-WyDN8ptDLFtihYYualooyk7e3WQqqZ5s4MG6uFZEbBS4mjzQV4max9JGiI01Ouc3vt-jgRGm65FLNTtTknlhn6fM4GHsS7P28DoE0s~K~~chwdWTMe~CPfBwiPH112b2AjdTu97s5kFrVhpqMCcaAXhi1uWSm8oWvi6VYi~9ZvQnUenxYVT1O1Xkr6vkJq6H~HtNQju8AYM8DVjJJRzmWdn8XX~LGvodkVqlO~-AO3wXq2mU55xiay3R57EuW1tEPAShVQi7A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Tyler Kozole,"iDE Cambodia, 97A, St. Taphon (19BT), Boeung Tumpun 12351, Cambodia",Cambodia,NA,NA,Marlaina Ross,"Causal Design, 1159 National Road 2, Phnom Penh, Cambodia",Cambodia,marlaina.ross@causaldesign.com,https://orcid.org/0000-0002-3366-9443,TRUE,All relevant data are included in the paper or its Supplementary Information.,NA,NA,NA,NA,iwaponline.com +98841,13,12,https://iwaponline.com/washdev/article/13/12/941/98841/Developing-formal-pit-latrine-emptying-businesses,"Journal of Water, Sanitation & Hygiene for Development","Developing formal pit-latrine emptying businesses for hard-to-serve customers: resources, methods, and pricing structures",2023,TRUE,2,"docx, xlsx",https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.110/2/washdev0130941supp1.docx?Expires=1736423728&Signature=kCCVytULqk7bEWlZ4aBCmx10cQ~KhPgRn9VRUHwEFuC2SB~gRTaAWVQGnWMX0ejj9eN46112V4NtErdZ~PMQ~VESF38jaWl~avHHkjAHyT7zuw2Vn49R85xUcdbyfGZrYUlVV6shUV1Yb7diHJwW2ZPQMV9SWg4kvBxAHd9rAl2FEhYGWYk2FhF38YiLj93ltMZzxq2m0QJPg7gQUVNXuDvzHUHgkqk7hERJnx6wH5fW54hPuwkO5h23QiBnQu~UONjEc0JxA9IG6yPJiU4nPK0Qs9o0rSkZqsBG8drKJR02pOb70QD6GmTm3Wi0g0N82H2skY0UTKHG6QnVlnIP5Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.110/2/washdev0130941supp2.xlsx?Expires=1736423728&Signature=LyGniyuh8KTVPUXdbDWlXaAe9-amNWH0-8KG2qjNv2Px6RePHMtTUOQ0l0SQs2XbX-r1CZNJ4qs0flUq~oIMgjUELRrmkIYd2HOdyLigP9ccKULmF6Knf8Or5zDeru2fKOVDz3h5wIfjJv2ekkptbKQ3IMSApFp64wqKwEWiwNhgjZvrIoKopAkAGL2roBT2viLPVfttZAbNJ4q8QeS-WlJumMUf4IBd3brU3I~qob-s9GHmyCKrfqtlu0VcLmW57lgIvDkR~cDdPCbhsdaUEMazyWt0YiLJrG2rDxjSy67BDahq0zUSRMVgFSNU-~ZQRXn9ArSJgPG1FxtWTkSm7Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Jonathan Wilcox,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, United Kingdom",United Kingdom of Great Britain and Northern Ireland,NA,https://orcid.org/0009-0003-0224-7138,Bruce Rutayisire,"Pit Vidura, KN 20 Ave, Kigali, Rwanda",Rwanda,bruce@pitvidura.com,https://orcid.org/0000-0003-0180-5292,TRUE,"All relevant data are included in the paper or its Supplementary Information. The following supplementary materials are available: volumetric tariff structure description, price variability distribution, time and motion summary statistics, pit evaluation results, time and motion box plots.",NA,NA,NA,NA,iwaponline.com +99077,13,12,https://iwaponline.com/washdev/article/13/12/952/99077/The-integrity-management-toolbox-in-action-a-study,"Journal of Water, Sanitation & Hygiene for Development",The integrity management toolbox in action: a study of 22 urban water service cases,2023,TRUE,2,"docx, xlsx",NA,8,Pilar Avello,"Stockholm International Water Institute, Stockholm, Sweden",Sweden,piluca.avello@gmail.com,https://orcid.org/0000-0002-2795-7465,Pilar Avello,"Stockholm International Water Institute, Stockholm, Sweden",Sweden,piluca.avello@gmail.com,https://orcid.org/0000-0002-2795-7465,TRUE,All relevant data are included in the paper or its Supplementary Information.,NA,NA,NA,NA,iwaponline.com +99074,13,12,https://iwaponline.com/washdev/article/13/12/962/99074/Sanitary-conditions-of-the-third-largest-informal,"Journal of Water, Sanitation & Hygiene for Development",Sanitary conditions of the third largest informal settlement in Brazil,2023,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.152/2/washdev0130962supp1.pdf?Expires=1737455885&Signature=VTWZEDC0KI~Cp2YTHtpUeNpTWtnY-a80LCszdnpDPmrZnXgVck-QMoMA5prkQfGHlP1fJUCLW8l7ZvNkzo~icjECjKoPWXcbqMqbB2ptJAx4QOSWrrw36~zmiTR9KpGA0RR6Ew52NzPptI7kqZUjV3OLIA2VUgZXY3mV6jvHlBQ1ugu8s1TQ9V40-x7UFS5lExcuxbEhPNELBu9W9n7m242fPrr2MPEJwfT51qyfS4xfcV~-N7AgudgrO27cKly9DLN-Vs2auvf-31oEWBbn4niaXn7CsDD-oPv3-tRBDHfRq~T3gMc0ylZ0jQ3yL-tTvITQ5CPVGuncLv3NqkJPKg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Fernando Augusto Braga Castro,"Department of Sanitary and Environmental Engineering, Rio de Janeiro State University, 524 São Francisco Xavier Street, Room 5024, Block E/5th floor, Maracanã, Rio de Janeiro RJ, Brazil",Brazil,fernandoabc@gmail.com,https://orcid.org/0000-0002-7560-3266,Fernando Augusto Braga Castro,"Department of Sanitary and Environmental Engineering, Rio de Janeiro State University, 524 São Francisco Xavier Street, Room 5024, Block E/5th floor, Maracanã, Rio de Janeiro RJ, Brazil",Brazil,fernandoabc@gmail.com,https://orcid.org/0000-0002-7560-3266,TRUE,All relevant data are included in the paper or its Supplementary Information.,NA,NA,NA,NA,iwaponline.com +99218,13,12,https://iwaponline.com/washdev/article/13/12/974/99218/Shifting-from-traditional-infrastructure-planning,"Journal of Water, Sanitation & Hygiene for Development",Shifting from traditional infrastructure planning to a collaborative approach: lessons from the Freetown sanitation master plan,2023,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/12/10.2166_washdev.2023.171/2/washdev0130974supp1.docx?Expires=1737456273&Signature=dc0IjzusHLqF4jNvkLYmml-p0GYdEiHiSBf7ekCrV8RBfS2SWLghM44twPb3ZN9KsbLMaHzLUrlOwNRm21VCQakLgzXbXhoBr6PDGjRhf3vPp2hPeBrOYQct1-eWH1myrKp4SRG~TZawHNqpriQWJkUV~ZvKZYg5toTAhZJBfgXHEvXO1KE6AeYkI20rfZa-82SN1IzD8~7ORagnbUbnvwDrj~vp1UZRGJZTWXdh2b8MOlF7m0bUAH51ScO18-rIlIDpZbQ5yooHBpfLTtJLZ4WnkHIQM7vad4YeYXQ618~poQqgP0VefitoJvp5emLaVWgSpAfdWVyhBs2ysqMTYg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,iwaponline.com +98932,13,12,https://iwaponline.com/washdev/article/13/12/986/98932/Water-supply-and-sanitation-projects-in-the-last,"Journal of Water, Sanitation & Hygiene for Development","Water supply and sanitation projects in the last decade: project characteristics, multilateral development bank performance, and quality of results",2023,TRUE,2,"docx, xlsx",NA,2,Inês Freire Machete,"Instituto Superior Técnico, University of Lisbon, Lisbon 1049-001, Portugal",Portugal,ines.machete@tecnico.ulisboa.pt,https://orcid.org/0000-0003-2333-7872,Inês Freire Machete,"Instituto Superior Técnico, University of Lisbon, Lisbon 1049-001, Portugal",Portugal,ines.machete@tecnico.ulisboa.pt,https://orcid.org/0000-0003-2333-7872,TRUE,All relevant data are included in the paper or its Supplementary Information.,NA,NA,NA,NA,iwaponline.com +99204,13,12,https://iwaponline.com/washdev/article/13/12/1001/99204/Healthcare-facility-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Water supply and sanitation projects in the last decade: project characteristics, multilateral development bank performance, and quality of results",2023,FALSE,0,NA,NA,3,Atimen Derso,"Ethiopian Institute of Water Resource, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,NA,NA,Bezatu Mengistie,"Ethiopian Institute of Water Resource, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,bezatum@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,NA,NA,NA,NA,iwaponline.com +99226,13,12,https://iwaponline.com/washdev/article/13/12/1018/99266/Hand-hygiene-practices-among-primary-and-secondary,"Journal of Water, Sanitation & Hygiene for Development","Water supply and sanitation projects in the last decade: project characteristics, multilateral development bank performance, and quality of results",2023,FALSE,0,NA,NA,8,Obadia Kyetuza Bishoge,"Department of Research Coordination and Promotion, National Institute for Medical Research, P.O. Box 9653, Dar es Salaam, Tanzania",United Republic of Tanzania,obishoge@yahoo.co.uk,NA,Obadia Kyetuza Bishoge,"Department of Research Coordination and Promotion, National Institute for Medical Research, P.O. Box 9653, Dar es Salaam, Tanzania",United Republic of Tanzania,obishoge@yahoo.co.uk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,NA,NA,NA,NA,iwaponline.com +99912,14,1,https://iwaponline.com/washdev/article/14/1/1/99912/Removal-of-nitrogen-and-phosphorous-from,"Journal of Water, Sanitation & Hygiene for Development","Removal of nitrogen and phosphorous from blackwater via an integrated nature-based system: hybrid-vertical flow constructed wetland, upflow anaerobic fixed biofilm reactor, and granular activated charcoal column along with in situ electrochlorination disinfection",2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/1/10.2166_washdev.2024.064/1/washdev0140001supp1.docx?Expires=1785323398&Signature=j5JJITColE~3TBfuCegFOofg2j0qSC7xL8Yb5YI9vp-p3cYSMjphgm0YoWrCVnae70F0Rfdze5eCePfhXXkIoOIiTNlbdtskRAUt~W5LUMkqrXYD4s6QMUyppDaPyifyZnLqPbbDouqdaEqDeWYPLIq0hGxTGQCHHl~rw0jWtrvqd403WtGFUNbUQK9biwhLCegGxttESS~QVe60TNkuizWN9M7iu~~AxFgx8UgWnaMYirlRgRb0yfYVfxUpA-qWYD0R3SXglsxm7BHPoJyIYrT-Uxbdh0yjYrWMb0URJOYsALOWQxaOQ4K4WQzd~oNC0xShI6lnJCSQx7eMAgmLDA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Jayanta Kumar Gogoi,"Water, Sanitation and Hygiene Laboratory, Department of Biological Sciences, Birla Institute of Technology and Science, K K Birla Goa Campus, NH 17 B, Zuarinagar, Goa 403 726, India",India,NA,NA,Srikanth Mutnuri,"Water, Sanitation and Hygiene Laboratory, Department of Biological Sciences, Birla Institute of Technology and Science, K K Birla Goa Campus, NH 17 B, Zuarinagar, Goa 403 726, India",India,srikanth@goa.bits-pilani.ac.in,https://orcid.org/0000-0001-6956-0143,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,blackwater; granular activated charcoal column; hybrid vertical-flow constructed wetland; in situ electrochlorination; nature-based; upflow anaerobic fixed biofilm reactor,10.2166/washdev.2024.064,iwaponline.com +99832,14,1,https://iwaponline.com/washdev/article/14/1/15/99832/A-qualitative-study-on-menstrual-health-and,"Journal of Water, Sanitation & Hygiene for Development","A qualitative study on menstrual health and hygiene management among adolescent schoolgirls in peri-urban Lusaka, Zambia",2024,FALSE,0,NA,NA,3,Joy Sambo,"Department of Human Ecology, Graduate School of Health Sciences, Hokkaido University, 060-0812, Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,NA,https://orcid.org/0000-0002-7643-2649,Taro Yamauchi,"Faculty of Health Sciences, Hokkaido University, 060-0812, Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,taroy@med.hokudai.ac.jp,https://orcid.org/0000-0002-5168-2748,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adolescent schoolgirls; health; hygiene; menstrual coping; menstrual needs; peri-urban,10.2166/washdev.2024.069,iwaponline.com +99786,14,1,https://iwaponline.com/washdev/article/14/1/27/99786/Examining-factors-driving-inequities-in-water,"Journal of Water, Sanitation & Hygiene for Development","Examining factors driving inequities in water, sanitation, hygiene, and waste management services in healthcare facilities in Ghana: An analysis of routine national data",2024,FALSE,0,NA,NA,4,Stephen Dajaan Dubik,"School of Allied Health Sciences, Department of Nutritional Sciences, University of Development Studies, Tamale, Ghana",Ghana,NA,https://orcid.org/0000-0001-9833-2676,Mary Eyram Ashinyo,"Department of Quality Assurance, Institutional Care Division, Ghana Health Service, Accra, Ghana",Ghana,mary.ashinyo@ghs.gov.gh,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,Ghana; healthcare-associated infections; healthcare facilities; infection control; sanitation and hygiene; water,10.2166/washdev.2024.118,iwaponline.com +99949,14,1,https://iwaponline.com/washdev/article/14/1/40/99949/Tracking-water-sanitation-and-hygiene-WASH,"Journal of Water, Sanitation & Hygiene for Development","Tracking water, sanitation, and hygiene (WASH) indicators in tribal districts of India: a secondary data analysis through 2015–2020",2024,FALSE,0,NA,NA,3,Vinay Tripathi,"IIHMR Delhi, Plot No. 3, Sector 18-A, Phase II, Dwarka, New Delhi, India",India,vinaytripathi@gmail.com,https://orcid.org/0000-0002-9367-1457,Vinay Tripathi,"IIHMR Delhi, Plot No. 3, Sector 18-A, Phase II, Dwarka, New Delhi, India",India,vinaytripathi@gmail.com,https://orcid.org/0000-0002-9367-1457,TRUE,All relevant data are available from an online repository or repositories: https://dhsprogram.com/dataset/India_Standard-DHS_2020.cfm?flag=0.,available in online repository,https://dhsprogram.com/dataset/India_Standard-DHS_2020.cfm?flag=0.,hygiene; India; sanitation; tribal; WASH; water,10.2166/washdev.2024.119,iwaponline.com +99802,14,1,https://iwaponline.com/washdev/article/14/1/56/99802/Monitoring-WASH-and-school-dropouts-in-India-Is,"Journal of Water, Sanitation & Hygiene for Development",Monitoring WASH and school dropouts in India: Is there adequate data? An assessment of four national databases,2024,FALSE,0,NA,NA,3,Sulochana Pednekar,"Manohar Parrikar School of Law, Governance and Public Policy, Goa University, Taleigao Plateau, Goa 403206, India",India,NA,https://orcid.org/0000-0002-4538-4795,Pranab Mukhopadhyay,"Goa Business School, Goa University, Taleigao Plateau, Goa 403206, India",India,pm@unigoa.ac.in,https://orcid.org/0000-0001-9999-4938,TRUE,The repository links are available at: NFHS: https://dhsprogram.com/data/; NSSO: http://mospi.gov.in/; IHDS: https://www.icpsr.umich.edu/; UDISE: http://udise.in/; UDISE Plus: https://udiseplus.gov.in/#/home.,The repository links are available at: NFHS: https://dhsprogram.com/data/; NSSO: http://mospi.gov.in/; IHDS: https://www.icpsr.umich.edu/; UDISE: http://udise.in/; UDISE Plus: https://udiseplus.gov.in/#/home.,NA,data inadequacy; right to education; school infrastructure; Sustainable Development Goals; WASH and dropouts,10.2166/washdev.2024.195,iwaponline.com +100028,14,2,https://iwaponline.com/washdev/article/14/2/69/100028/Factors-influencing-the-adoption-and-utilization,"Journal of Water, Sanitation & Hygiene for Development","Factors influencing the adoption and utilization of latrines in Babille Woreda, Somali region, eastern Ethiopia: a cross-sectional study",2024,FALSE,0,NA,NA,3,Biniam Endale Belete,"Ethiopian Institute of Water Resources, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia",Ethiopia,biniamndl@yahoo.com,https://orcid.org/0009-0004-2134-9604,Biniam Endale Belete,"Ethiopian Institute of Water Resources, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia",Ethiopia,biniamndl@yahoo.com,https://orcid.org/0009-0004-2134-9604,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,adoption of latrines; barriers to sanitation; enablers for sanitation; latrine utilization; sanitation,10.2166/washdev.2024.219,iwaponline.com +100089,14,2,https://iwaponline.com/washdev/article/14/2/80/100089/Investigating-improved-drinking-water-quality-at,"Journal of Water, Sanitation & Hygiene for Development",Investigating improved drinking water quality at the point of access: Evidence from four regions of Indonesia,2024,FALSE,0,NA,NA,11,Sri Irianti,"Research Centre for Limnology and Water Resources, National Research and Innovation Agency, Soekarno Science and Technology Center, Cibinong, Bogor Regency, West Java 16911, Indonesia",Indonesia,srii006@brin.go.id,https://orcid.org/0000-0002-5717-2386,Sri Irianti,"Research Centre for Limnology and Water Resources, National Research and Innovation Agency, Soekarno Science and Technology Center, Cibinong, Bogor Regency, West Java 16911, Indonesia",Indonesia,srii006@brin.go.id,https://orcid.org/0000-0002-5717-2386,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,improved drinking water; Indonesia; point of access; safely managed drinking water; SDG 6.1.1,10.2166/washdev.2024.051,iwaponline.com +99848,14,2,https://iwaponline.com/washdev/article/14/2/91/99848/Accessibility-to-WASH-and-waste-management,"Journal of Water, Sanitation & Hygiene for Development",Accessibility to WASH and waste management services in African urban informal settlements: A comparative analysis,2024,FALSE,0,NA,NA,3,Abdulhakim Wagini Hassan,"College of Hydrology and Water Resources, Hohai University, Nanjing, Jiangsu 210098, China",China,LX20220601007@hhu.edu.cn,NA,Abdulhakim Wagini Hassan,"College of Hydrology and Water Resources, Hohai University, Nanjing, Jiangsu 210098, China",China,LX20220601007@hhu.edu.cn,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,average nearest neighborhood; GIS; public health; urban development; WASH; waste management services (WMS),10.2166/washdev.2024.201,iwaponline.com +100029,14,2,https://iwaponline.com/washdev/article/14/2/113/100029/The-need-of-the-hour-Providing-water-in-shared,"Journal of Water, Sanitation & Hygiene for Development",The need of the hour: Providing water in shared toilet facilities for menstrual hygiene management in urban India,2024,FALSE,0,NA,NA,4,Amita Bhakta,"Consultant, UK",United Kingdom of Great Britain and Northern Ireland,amitabhakta@hotmail.co.uk,https://orcid.org/0000-0002-1369-1600,Amita Bhakta,"Consultant, UK",United Kingdom of Great Britain and Northern Ireland,amitabhakta@hotmail.co.uk,https://orcid.org/0000-0002-1369-1600,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community and public toilets; India; menstrual hygiene; urban sanitation; water supply,10.2166/washdev.2024.265,iwaponline.com +100405,14,2,https://iwaponline.com/washdev/article/14/2/122/100405/Preparation-of-an-activated-adsorbent-from-water,"Journal of Water, Sanitation & Hygiene for Development","Preparation of an activated adsorbent from water treatment plant sludge for phosphate removal from wastewater: optimization, characterization, isotherm, and kinetics studies",2024,FALSE,0,NA,NA,6,Eyoel Shumiye,"Department of Environmental Engineering, Faculty of Chemical and Food Engineering, Bahir Dar Institute of Technology, Bahir Dar University, Bahir Dar, Ethiopia",Ethiopia,NA,NA,Talbachew Tadesse Nadew,"Department of Chemical and Food Engineering, Kombolcha Institute of Technology, Wollo University, Dessie 1145, Ethiopia",Ethiopia,talewtadesse4897@gmail.com,https://orcid.org/0000-0003-3530-6993,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,activation; adsorption; kinetics study; optimization; water treatment plant sludge,10.2166/washdev.2024.278,iwaponline.com +100483,14,2,https://iwaponline.com/washdev/article/14/2/144/100483/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 1 December 2023; 13 (12): 931–940. Impact of targeted subsidies on access to resilient sanitation for climate-vulnerable households in rural Cambodia. Tyler Kozole, Marlaina Ross, Chris Nicoletti, Jennifer Rogla, Nate Ives, Amjad Ali, Ratsamnang Prom; http://dx.doi.org/10.2166/washdev.2023.039",2024,FALSE,0,NA,NA,7,Tyler Kozole,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,10.2166/washdev.2024.001,iwaponline.com +100544,14,3,https://iwaponline.com/washdev/article/14/3/145/100544/Development-and-assessment-of-a-vulnerability,"Journal of Water, Sanitation & Hygiene for Development",Development and assessment of a vulnerability index for access to rural drinking water and sanitation services in the semi-arid region of north–central Chile,2024,FALSE,0,NA,NA,4,Christopher Vivanco Castillo,"Regional Water Center for Arid and Semi-Arid Zones in Latin America and the Caribbean (CAZALAC), Benavente 980, La Serena, La Serena, Chile",Chile,cvivanco@cazalac.org,https://orcid.org/0000-0001-7888-5273,Christopher Vivanco Castillo,"Regional Water Center for Arid and Semi-Arid Zones in Latin America and the Caribbean (CAZALAC), Benavente 980, La Serena, La Serena, Chile",Chile,cvivanco@cazalac.org,https://orcid.org/0000-0001-7888-5273,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,composite index; drinking water; rural areas; sanitation; semi-arid regions; vulnerability,10.2166/washdev.2024.106,iwaponline.com +100500,14,3,https://iwaponline.com/washdev/article/14/3/161/100500/Discrimination-between-scheduled-and-non-scheduled,"Journal of Water, Sanitation & Hygiene for Development",Discrimination between scheduled and non-scheduled groups in access to basic services in urban India,2024,FALSE,0,NA,NA,2,Tarun Arora,"Department of Professional Studies, CHRIST (Deemed to be University), Bangalore, India",India,NA,NA,Prashant Kumar Choudhary,"Department of Public Policy, Manipal Academy of Higher Education, Manipal, India",India,pkcbharat@gmail.com,https://orcid.org/0000-0002-7778-286X,TRUE,All relevant data are available from an online repository or repositories: https://www.mospi.gov.in/unit-level-data-report-nss-76th-round-schedule-12-july-december-2018-drinking-water-sanitation.,available in online repository,https://www.mospi.gov.in/unit-level-data-report-nss-76th-round-schedule-12-july-december-2018-drinking-water-sanitation.,access; basic services; discrimination; inequality; urban,10.2166/washdev.2024.138,iwaponline.com +100675,14,3,https://iwaponline.com/washdev/article/14/3/173/100675/Influence-of-sludge-deposit-layer-on-sludge,"Journal of Water, Sanitation & Hygiene for Development",Influence of sludge deposit layer on sludge treatment reed beds treating septage,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/3/10.2166_washdev.2024.162/1/washdev0140173supp1.docx?Expires=1785268278&Signature=1plgdQmsmK9lxBKf8vkITInaBCOp93eqSVS3M-LyKN0jmUKQZBszkiribhBCn2SKnx-PLy0zHVZmnq7XfER-3xtU3B6HDkAttMsFkfCWEq11zxqlvj7AvSSDufyzS9Wga5VdqfHJ2kq3f8ejYm~9aB5rObAiaUHUXIo8F9-9YT21VJ2VCEnQ200m2c9boPpSV5LTqW3DOrP1Uv0IadhzeZWrMlBH2RU3wwp-G2Vsxe0RqgJedqrt58YYgkBQBmKzW9zx5xaxC0Lb7idw42888WcSP6ezYVeMZGFj7egraDUzMVPdv6qziDKNBi0kAkGMEfMkXxXyiKSGaTdAzCvGHA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Yu Zhe Huong,"Department of Civil and Construction Engineering, Faculty of Engineering and Science, Curtin University Malaysia, CDT 250, 98009 Miri, Sarawak, Malaysia",Malaysia,yuzhe@postgrad.curtin.edu.my,https://orcid.org/0000-0003-4337-868X,Yu Zhe Huong,"Department of Civil and Construction Engineering, Faculty of Engineering and Science, Curtin University Malaysia, CDT 250, 98009 Miri, Sarawak, Malaysia",Malaysia,yuzhe@postgrad.curtin.edu.my,https://orcid.org/0000-0003-4337-868X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,resting period; sludge dewatering; sludge stabilization; solid deposits; solid loading rate,10.2166/washdev.2024.162,iwaponline.com +100384,14,3,https://iwaponline.com/washdev/article/14/3/188/100384/Rethinking-community-led-total-sanitation-for,"Journal of Water, Sanitation & Hygiene for Development","Rethinking community-led total sanitation for eradicating open defecation in rural Ebonyi state communities, Nigeria: practice considerations for social work practitioners and educators",2024,FALSE,0,NA,NA,4,Agha Ali Agha,"Department of Social Work, University of Nigeria Faculty of Social Sciences, Nsukka, Enugu State, Nigeria",Nigeria,ali.agha@unn.edu.ng,https://orcid.org/0000-0003-0711-3772,Agha Ali Agha,"Department of Social Work, University of Nigeria Faculty of Social Sciences, Nsukka, Enugu State, Nigeria",Nigeria,ali.agha@unn.edu.ng,https://orcid.org/0000-0003-0711-3772,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community-led total sanitation; open defecation; SaniFOAM; SDG; social work,10.2166/washdev.2024.180,iwaponline.com +100916,14,3,https://iwaponline.com/washdev/article/14/3/199/100916/Menstrual-hygiene-management-in-the-remote-rural,"Journal of Water, Sanitation & Hygiene for Development",Menstrual hygiene management in the remote rural highlands of eastern Indonesia,2024,FALSE,0,NA,NA,10,Inriyanti Assa,"Public Health Faculty, Universitas Cendrawasih, Jayapura, Indonesia",Indonesia,NA,NA,D. Daniel,"Department of Health Behaviour, Environment, and Social Medicine, Faculty of Medicine, Public Health and Nursing, Universitas Gadjah Mada, Yogyakarta, Indonesia",Indonesia,daniel01@ugm.ac.id,https://orcid.org/0000-0002-2664-2517,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,highlands; Indonesia; knowledge; menstrual hygiene management; Papua,10.2166/washdev.2024.183,iwaponline.com +100597,14,3,https://iwaponline.com/washdev/article/14/3/209/100597/An-overview-of-wastewater-treatment-technologies,"Journal of Water, Sanitation & Hygiene for Development","An overview of wastewater treatment technologies in Minas Gerais, Brazil: predominance of anaerobic reactors",2024,FALSE,0,NA,NA,3,Marina Muniz de Queiroz,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Presidente Antônio Carlos, 6627, Belo Horizonte/MG, CEP 31270-901, Brazil",Brazil,marinamunizdequeiroz@gmail.com,https://orcid.org/0000-0002-1239-847X,Marina Muniz de Queiroz,"Department of Sanitary and Environmental Engineering, Federal University of Minas Gerais, Av. Presidente Antônio Carlos, 6627, Belo Horizonte/MG, CEP 31270-901, Brazil",Brazil,marinamunizdequeiroz@gmail.com,https://orcid.org/0000-0002-1239-847X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,environmental statistics; sewage treatment; UASB reactors; wastewater treatment plants,10.2166/washdev.2024.184,iwaponline.com +100545,14,3,https://iwaponline.com/washdev/article/14/3/220/100545/Do-not-forget-us-the-shared-experiences-and-needs,"Journal of Water, Sanitation & Hygiene for Development",‘Do not forget us’: the shared experiences and needs of people living with incontinence in humanitarian contexts,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/3/10.2166_washdev.2024.199/1/washdev0140220supp1.docx?Expires=1785262012&Signature=GGXguJUarVK-0xQlTq7oZH0qKDkC7L51NFepvzZpJpKpmAf~khfxV04HCKNdk4W3IFMgIl3dwQDtK24xdCY7EjCQaq-dPuajId2XBq3TwzH61l2eLF9DcJ7UYepb4T3rdpLSY68Kauxdx4VtODN5u2lrHFQYgEChZz1OdYmsmYsCFw6VEvihry3G1f8UPYeLglT3meLy9-KWTaTkISu61RkL5AO9gSo6zju3QBn4dqrdw-w83EKxQfVu2jOH~xB771e~jB3h8B92v9qjNi6bk9Gp1H07ataIns28t4uEDAE5fF2UKI~QyZR~oG7784V2Qa6glZoenA0AXxOFjdfgaw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Claire Rosato-Scott,"School of Civil Engineering, University of Leeds, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,claire.rosatoscott@outlook.com,https://orcid.org/0000-0002-7838-7773,Claire Rosato-Scott,"School of Civil Engineering, University of Leeds, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,claire.rosatoscott@outlook.com,https://orcid.org/0000-0002-7838-7773,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,children; fistula; health; older people; protection; sanitation,10.2166/washdev.2024.199,iwaponline.com +100404,14,3,https://iwaponline.com/washdev/article/14/3/229/100404/Chemical-recovery-of-magnesium-from-the-Dead-Sea,"Journal of Water, Sanitation & Hygiene for Development",Chemical recovery of magnesium from the Dead Sea and its use in wastewater treatment,2024,FALSE,0,NA,NA,7,Mousa Almousa,"Civil and Environmental Engineering Department, University of North Dakota, Grand Forks, ND 58203, USA",United States of America,mousa.almousa@und.edu,NA,Mousa Almousa,"Civil and Environmental Engineering Department, University of North Dakota, Grand Forks, ND 58203, USA",United States of America,mousa.almousa@und.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adsorption; COD; dead sea; magnesium salts; precipitation; wastewater treatment,10.2166/washdev.2024.267,iwaponline.com +100840,14,3,https://iwaponline.com/washdev/article/14/3/244/100840/Brackish-water-pre-treatment-method-selection-of,"Journal of Water, Sanitation & Hygiene for Development",Brackish water pre-treatment method: selection of the study area and water sample testing,2024,FALSE,0,NA,NA,4,Youssouf EL Idrissi,"Laboratory of Advanced Research in Industrial Logistics and Engineering (LARILE), Optimization of Industrial and Logistics Systems Team (OSIL), National High School of Electricity and Mechanical Engineering (ENSEM), University Hassan II, Casablanca, Morocco",Morocco,youssouf.elidrissi-etu@etu.univh2c.ma,NA,Youssouf EL Idrissi,"Laboratory of Advanced Research in Industrial Logistics and Engineering (LARILE), Optimization of Industrial and Logistics Systems Team (OSIL), National High School of Electricity and Mechanical Engineering (ENSEM), University Hassan II, Casablanca, Morocco",Morocco,youssouf.elidrissi-etu@etu.univh2c.ma,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,brackish water; climate change; decision support; desalination; health,10.2166/washdev.2024.294,iwaponline.com +100835,14,3,https://iwaponline.com/washdev/article/14/3/261/100835/Water-and-food-insecurity-and-linkages-with,"Journal of Water, Sanitation & Hygiene for Development","Water and food insecurity and linkages with physical and sexual intimate partner violence among urban refugee youth in Kampala, Uganda: cross-sectional survey findings",2024,FALSE,0,NA,NA,13,Carmen H. Logie,"Factor-Inwentash Faculty of Social Work, University of Toronto, Toronto, ON, Canada M5S 1V4",Canada,carmen.logie@utoronto.ca,https://orcid.org/0000-0002-8035-433X,Carmen H. Logie,"Factor-Inwentash Faculty of Social Work, University of Toronto, Toronto, ON, Canada M5S 1V4",Canada,carmen.logie@utoronto.ca,https://orcid.org/0000-0002-8035-433X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,food insecurity; intimate partner violence; refugees; sexual violence; water insecurity; youth,10.2166/washdev.2024.298,iwaponline.com +100891,14,3,https://iwaponline.com/washdev/article/14/3/277/100891/Relation-of-organic-fractions-in-fresh-and-stored,"Journal of Water, Sanitation & Hygiene for Development",Relation of organic fractions in fresh and stored fecal sludge and foodwaste to biogas production,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/3/10.2166_washdev.2024.319/1/washdev0140277supp1.docx?Expires=1785557866&Signature=BxC96tVqPth6tfmsR6iwXNucXfw-h7odma4w1MAmwJ~fDcpQKH4k1Hw3HUAs3InviE0l48NFRS6Wr3Alue1wjGG85kI1foZouT-DAlVGzk-JXS4Cv1UUo8ymcVKIwaFVi7ivIc5cCarzY06pTmDqIK-9t1m8xAkLxmDOtW9LIECaF1vL13jR4oUyyek0jnAx-0hbbRsWAnLeJOhY0etG7FIlMo9BHnrK7Kzvr1ZMhtoqcLzH2t6VX~f-vV8hzl5hHw3h65YdayvqSq7bdocuO7WZAanVOu5RPDVqeW47R8fd4R5xc9f6-UyfBs7GU3zSvwqSudlqrJtbDZugR0JVbg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Nida Maqbool,"Sandec: Department of Water, Sanitation and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse, 133, CH-8600 Dübendorf, Switzerland",Switzerland,NA,NA,Linda Strande,"Sandec: Department of Water, Sanitation and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse, 133, CH-8600 Dübendorf, Switzerland",Switzerland,linda.strande@eawag.ch,https://orcid.org/0000-0003-4477-6268,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,anaerobic digestion; co-digestion; dewaterability; hydrolysis; microbial community; stabilization,10.2166/washdev.2024.319,iwaponline.com +101602,14,4,https://iwaponline.com/washdev/article/14/4/291/101602/Constructing-a-toilet-standard-system-for-the,"Journal of Water, Sanitation & Hygiene for Development",Constructing a toilet standard system for the toilet revolution in China,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/4/10.2166_washdev.2024.083/2/washdev0140291supp1.docx?Expires=1785273404&Signature=GuijDEP25OnSow057CY7fB7L76TxA4x1hOPZA0KErX7dTfJxUvsIw5GD7Xr7lwxG0RUmDUYpdtxTHq8HsHGWzXC1eVbUYnQYcVUkS9elFrAIdNThN0wukBS6YuqXjixRbb~dVj93-d8mHPrrRBJ-ULXxZFD7EJE819Xz4ErEyRawMMYCt7BXscMtzBC1GPnleNpXlA0A~RJidQW7BysjqbnfkR3GwLPk6ZuNw4Qo0qHPN40T1UC65DRR3BBMt11RJCm8ezTUMDjFzYfoWhjU6VYR5ezHo65mnC2lBdIHVjBLa-XmInIAa75kafat9iArI5p-7uLU5wIBcwKQilyNaA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,Shikun Cheng,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, University of Science and Technology Beijing, Xueyuan Road No. 30, Haidian District, Beijing 100083, China",China,chengshikun@ustb.edu.cn,https://orcid.org/0000-0001-9943-6776,Shikun Cheng,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, University of Science and Technology Beijing, Xueyuan Road No. 30, Haidian District, Beijing 100083, China",China,chengshikun@ustb.edu.cn,https://orcid.org/0000-0001-9943-6776,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,sanitation; six-dimensional structure; standardization; standard system; toilet; toilet revolution,10.2166/washdev.2024.083,iwaponline.com +101548,14,4,https://iwaponline.com/washdev/article/14/4/302/101548/Surface-water-contamination-with-Acanthamoeba-spp,"Journal of Water, Sanitation & Hygiene for Development","Surface water contamination with Acanthamoeba spp. in Ilam city, Iran",2024,FALSE,0,NA,NA,9,Azadeh Ghadesi,"Department of Parasitology and Mycology, School of Allied Medical Sciences, Ilam University of Medical Sciences, Ilam, Iran",Iran (Islamic Republic of),NA,NA,Asad Mirzaei,"Department of Parasitology and Mycology, School of Allied Medical Sciences, Ilam University of Medical Sciences, Ilam, Iran",Iran (Islamic Republic of),mirzaei-as@medilam.ac.ir,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Acanthamoeba; genotypes; Iran; water,10.2166/washdev.2024.153,iwaponline.com +101336,14,4,https://iwaponline.com/washdev/article/14/4/313/101336/Beyond-a-facility-A-cross-sectional-survey-on-WASH,"Journal of Water, Sanitation & Hygiene for Development",Beyond a facility: A cross-sectional survey on WASH service levels and informal social accountability in childcare centres in Nairobi's informal settlements,2024,FALSE,0,NA,NA,6,Ivy Chumo,"African Population and Health Research Centre (APHRC), Nairobi, Kenya",Kenya,ichumo@aphrc.org,https://orcid.org/0000-0003-1235-719X,Ivy Chumo,"African Population and Health Research Centre (APHRC), Nairobi, Kenya",Kenya,ichumo@aphrc.org,https://orcid.org/0000-0003-1235-719X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,informal settlements; Kenya; social accountability; water; sanitation and hygiene,10.2166/washdev.2024.177,iwaponline.com +101182,14,4,https://iwaponline.com/washdev/article/14/4/325/101182/Tolerance-of-free-floating-aquatic-macrophytes-to,"Journal of Water, Sanitation & Hygiene for Development",Tolerance of free-floating aquatic macrophytes to sugarcane vinasse and its implications for phytoremediation strategies,2024,FALSE,0,NA,NA,3,Luís Fernando Pereira de Brito,"PPG-SEA and NEEA/LPB/SHS, São Carlos School of Engineering, University of São Paulo, São Carlos, SP 13560-970, Brazil",Brazil,NA,https://orcid.org/0000-0002-4806-0729,Allan Pretti Ogura,"PPG-SEA and NEEA/LPB/SHS, São Carlos School of Engineering, University of São Paulo, São Carlos, SP 13560-970, Brazil",Brazil,allan.ogura@usp.br,https://orcid.org/0000-0001-8549-5820,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,agricultural residues; aquatic macrophytes; ecotoxicology; green manure; soil quality; water quality,10.2166/washdev.2024.240,iwaponline.com +100987,14,4,https://iwaponline.com/washdev/article/14/4/332/100987/Experiences-of-community-based-water-supply,"Journal of Water, Sanitation & Hygiene for Development",Experiences of community-based water supply organizations partnerships in rural areas of Colombia,2024,FALSE,0,NA,NA,3,Carolina Blanco-Moreno,"Facultad de Humanidades – Instituto Cinara, Universidad del Valle, Cali, Colombia",Colombia,carolina.blanco@correounivalle.edu.co,https://orcid.org/0000-0002-3006-7674,Carolina Blanco-Moreno,"Facultad de Humanidades – Instituto Cinara, Universidad del Valle, Cali, Colombia",Colombia,carolina.blanco@correounivalle.edu.co,https://orcid.org/0000-0002-3006-7674,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,associativity; Colombia; partnerships; water for human consumption; WOPs,10.2166/washdev.2024.246,iwaponline.com +101998,14,5,https://iwaponline.com/washdev/article/14/5/343/101998/A-fine-balance-A-review-of-incinerators-for,"Journal of Water, Sanitation & Hygiene for Development",A fine balance: A review of incinerators for menstrual waste and recommendations for policy and practice,2024,TRUE,2,docx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/5/10.2166_washdev.2024.122/1/washdev0140343supp1.docx?Expires=1785872648&Signature=xZhsmhjCfTKZyWIb6bUEu~oj6Lq9gIS6RQpD5pYdr8CminFn7v~bj3iA5IAWMdfSqVkgc7MAiAQVnx-mQ5~QNWyii-mAVx4P0qOa4WfjJKfwQaW8EGeZpd5Go-uLp71AUTUPh4Hw-PXKSMcvYbuA~mg8L8yRzhtM9LLHAmpumRHz-Pyi4RUuB1UFIWlky4NGtyrrjrdkfDQgjJD04gdzaG37c-GoH3oWvwO5T8M07KZax2OrG6Y9F76HaF3uEhvRuqTT8DzMZHGkTXWDG1GWrJNCCsE6WWYx9Y-CQRQ169iAh7BcNuK1GLKO-juhFvjshGV9XRNMuDDs4Up9xGs49w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/5/10.2166_washdev.2024.122/1/washdev0140343supp2.xlsx?Expires=1785872648&Signature=tiI0Zqlcx0TQoaS8mx2dn5NSWPbFUqo83ZPOXBkPf8WCFUMVdU6IcDDWxubuIYAgQIegjvgHMaV73TeJmiaS27Owh~DRhfFvP51WRl7OhTXDrHn58gXq6OP3FgMGKVHXmZmqS3LtCJwehpuSkbHjzdGuwE9DxStHQnRFcv779hHd9tTl4JCpyJNT3Bvnw8FE5ORNhA82HChCY6Dw8gq2fS7KF2aUivCi-dJ7Gku41a-4m~Wio9TLQ6ykQpWrGpvDe7pDNUkscMrf4y5h5KCD~6kntp42KdrGcx3YcAke2ik24YD1KL92zlASfs7hrO3WP7-HxHdGclhfHdxWT9wxog__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Alison Z. Weber,"Department of Behavioral and Social Sciences, Brown University School of Public Health, Providence, RI 02903, USA",United States of America,alison_weber@brown.edu,https://orcid.org/0000-0002-0892-9178,Alison Z. Weber,"Department of Behavioral and Social Sciences, Brown University School of Public Health, Providence, RI 02903, USA",United States of America,alison_weber@brown.edu,https://orcid.org/0000-0002-0892-9178,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,health policy and practice; incineration; menstrual health and hygiene; solid waste management; waste treatment; water; sanitation and hygiene,10.2166/washdev.2024.122,iwaponline.com +101726,14,5,https://iwaponline.com/washdev/article/14/5/357/101726/Impact-of-chick-mash-rice-bran-and-wheat-bran-as,"Journal of Water, Sanitation & Hygiene for Development","Impact of chick mash, rice bran, and wheat bran as starter feeds on the performance of black soldier fly larvae in food waste treatment",2024,FALSE,0,NA,NA,3,Dan Odhiambo Okeyo,"Government of Makueni County, Department of infrastructure, Transport, Public Works and Energy, P.O. Box 78-90300, Makueni, Kenya",Kenya,dan.odhiambo@makueni.go.ke,https://orcid.org/0009-0003-1942-0953,Dan Odhiambo Okeyo,"Government of Makueni County, Department of infrastructure, Transport, Public Works and Energy, P.O. Box 78-90300, Makueni, Kenya",Kenya,dan.odhiambo@makueni.go.ke,https://orcid.org/0009-0003-1942-0953,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,bioconversion rate; black soldier fly larvae; feed conversion ratio; food waste; substrate reduction,10.2166/washdev.2024.185,iwaponline.com +101817,14,5,https://iwaponline.com/washdev/article/14/5/369/101817/Outside-the-comfort-zone-Lessons-learnt-from-the,"Journal of Water, Sanitation & Hygiene for Development",Outside the comfort zone? Lessons learnt from the early stages of a large-scale WOP programme,2024,FALSE,0,NA,NA,3,Giuliana Ferrero,"GWOPA/UN-Habitat, UN Campus, Bonn, Germany",Germany,giulianaferrero@gmail.com,NA,Giuliana Ferrero,"GWOPA/UN-Habitat, UN Campus, Bonn, Germany",Germany,giulianaferrero@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,capacity strengthening; water operators; partnership; water supply,10.2166/washdev.2024.233,iwaponline.com +102150,14,5,https://iwaponline.com/washdev/article/14/5/377/102150/Effluent-quality-and-reuse-potential-of-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Effluent quality and reuse potential of wastewater treated in constructed wetlands in Southern Brazil,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/5/10.2166_washdev.2024.306/1/washdev0140377supp1.docx?Expires=1785260936&Signature=ccPelYuEnSQDqqPiMc-qHnRCE6froJ2nmNE8tiS0lsqgCh0L5GN8X9TtbMugtLOc5NDsdtx-sH4btNnME0toQ1uvB4-1PWYp0~ELRs6FD8TDadyeWK9Dp21uOnKb78av6mbduyYBeM7IvOT9GaABj88pZUWotRlmhiwxu0nNLjTu0fiiVnTWqFmYtUU9ropTbGvQY2y-X3m5TNc7msmwmdjVnFVH-kt9qNJloT7RAa6kX-M1~QU6ovt6takoK7nur6wtRK~2bXvrZxxpRgZRaUrIoKtw0YcmEtfOQnbckWAk~-gAIrot~g65YfjoX-~iNpwmCvhbQ6fTQCtspzDrVA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Arielle da Rosa Sousa,"Decentralized Sanitation Research Group, GESAD, Federal University of Santa Catarina, UFSC, Florianópolis, SC, Brazil",Brazil,NA,NA,Pablo Heleno Sezerino,"Decentralized Sanitation Research Group, GESAD, Federal University of Santa Catarina, UFSC, Florianópolis, SC, Brazil",Brazil,pablo.sezerino@ufsc.br,https://orcid.org/0000-0002-2249-0878,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,circular economy; nature-based solutions; treatment performance; urban and agricultural settings,10.2166/washdev.2024.306,iwaponline.com +102198,14,5,https://iwaponline.com/washdev/article/14/5/389/102198/Metrics-for-stabilization-of-fecal-sludge-and,"Journal of Water, Sanitation & Hygiene for Development",Metrics for stabilization of fecal sludge and relation to dewatering metrics,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/5/10.2166_washdev.2024.318/1/washdev0140389supp1.docx?Expires=1785233219&Signature=nB3IvCRyH0MwdHdq-GYY3o6bbSobPx3rW0m-9ovmBQ5qVIJ4THwShVZyM3vgpJGzUXXK3iMgg~QIvA0Om1c-Ocos9JDH~XqnQPw~bc-1iM51Ey4x0z3t3~VmFUJc07-fdvY1YZwaXPnXkuRvD8klezY5ZwBMsWmbt5q3kud92vsAROrDZXXSAi3alFLdyIdek5gUHIQKxfgg3iz~3eWEoiDRsI0j4asvpYv4Jbt94f68OFWKl2vIUmgdWGQYgoFXZECiXVcXx4N9aGci7qMnQ5HcOvsKOi-IYq6ukZ4iEIMsvKZ~HAAD1GoftaEN86FlbhtpvynFOENCYaZzh0zKdg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Kapanda Kapanda,"Department of Civil and Environmental Engineering, University of Zambia, Great East Road Campus, P.O. Box 32379, Lusaka, Zambia",Zambia,NA,NA,Linda Strande,"Sandec: Department of Water, Sanitation and Solid Waste for Development, Eawag: Swiss Federal Institute of Aquatic Science and Technology, Überlandstrasse, 133, CH-8600 Dübendorf, Switzerland",Switzerland,linda.strande@eawag.ch,https://orcid.org/0000-0003-4477-6268,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,anaerobic digestion; dewatering performance; fecal sludge; stability index; stabilization indicator,10.2166/washdev.2024.318,iwaponline.com +102111,14,5,https://iwaponline.com/washdev/article/14/5/400/102111/Caste-and-class-interactions-in-inequality-in,"Journal of Water, Sanitation & Hygiene for Development",Caste and class interactions in inequality in access to sanitation and hygiene services in India,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/5/10.2166_washdev.2024.020/1/washdev0140400supp1.docx?Expires=1786161800&Signature=RKwMB9eo-tAuDALPA3JYbOiqasBEv5444cpdrVVVzBlkcWANaHxAW5zhr5PdshAyNp-ivGAA8PqL~nWMHjFvwPtvZzpQn0Bb72Xy9kUdNRSYpeDtVz-g6TlgCMrq3FL2LydpH3qZnKwSzjJAF00y2GYIoCGTn36K-TF380Bd40dNXp6GC-0kSoWhU7aWt9B7P4Mw5FVXR2ApGfvWrLuFlSrDCTcNald61asbpi1O--q-xrKUJjOQHqzQZUQBclp3cUEJYPJ~ysKnVreojnW0IHVp8M9F-l4y28Q6JOURTWVPE5J6oCazScmW~XgtdbPI-bHur9qg-v2Xw5qrwhdjKQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Mukesh Kumar,"Department of Humanities and Social Sciences, Indian Institute of Technology Roorkee, Uttarakhand 247667, India",India,mb.cdlu@gmail.com,NA,Mukesh Kumar,"Department of Humanities and Social Sciences, Indian Institute of Technology Roorkee, Uttarakhand 247667, India",India,mb.cdlu@gmail.com,NA,TRUE,"All relevant data are available from an online repository or repositories. The dataset used in the present work is available at the online microdata library, https://microdata.gov.in/nada43/index.php/catalog/153 of National Data Archive under the Ministry of Statistics and Programme Implementation (MOSPI) – Government of India.",available in online repository,https://microdata.gov.in/nada43/index.php/catalog/153,caste; interactions; India; SDGs; sanitation; WASH,10.2166/washdev.2024.020,iwaponline.com +102253,14,5,https://iwaponline.com/washdev/article/14/5/412/102253/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 14 (4), 332–342: Experiences of community-based water supply organizations partnerships in rural areas of Colombia, Carolina Blanco-Moreno, Jorge Amaya-Domínguez and Andrea Yolima Bernal-Pedraza, https://dx.doi.org/10.2166/washdev.2024.246",2024,FALSE,0,NA,NA,3,Carolina Blanco-Moreno,NA,NA,NA,https://orcid.org/0000-0002-3006-7674,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,10.2166/washdev.2024.002,iwaponline.com +102242,14,6,https://iwaponline.com/washdev/article/14/6/413/102242/Views-and-experiences-of-people-practicing-open,"Journal of Water, Sanitation & Hygiene for Development",Views and experiences of people practicing open defecation: Evidence from riverside inhabitants of an Indonesian village,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/6/10.2166_washdev.2024.075/1/washdev0140413supp1.docx?Expires=1786518032&Signature=E~~0c-8PNyDvhtI~MySA2sDgKU~RX-O1qYTTJvIe357OsyjgpILtCEnpDzDnO4UnsqF-ymMtbX7Hxk7aeYeJZdMk09YKGnTtwT~aHqZd4GLSZS2gcX-vIU8QJZygu7bHVEPwetdTKVWi92fLLs8jHoE6Mqc3fTxPF6Yd7xIcvylyilEQULy6ZP1qPMrhmD4skziQfV98z61mXOjn~ZvQaRUxJ7Giwe1bO7CG6VBiyp-8FvVGcFxnEXR6bvcO5LPvuPFim40c5Di6WcliTkhbDYp87D280Sk2BJL9IBFtu-TIglyGEpr~m4Z67U1WxPCIvwhaOPEbZiQEb7YSuoaU-A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Ima Hidayati Utami,"Doctoral Program of Communication Science, Faculty of Communication Science, Universitas Padjadjaran, Bandung, Indonesia",Indonesia,ima17001@mail.unpad.ac.id,https://orcid.org/0009-0002-6159-7755,Ima Hidayati Utami,"Doctoral Program of Communication Science, Faculty of Communication Science, Universitas Padjadjaran, Bandung, Indonesia",Indonesia,ima17001@mail.unpad.ac.id,https://orcid.org/0009-0002-6159-7755,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,constructivist perspective; open defecation; riverside inhabitants; sanitation promotion; social communication; STBM,10.2166/washdev.2024.075,iwaponline.com +102243,14,6,https://iwaponline.com/washdev/article/14/6/423/102243/Septic-tank-usage-and-its-faecal-sludge-management,"Journal of Water, Sanitation & Hygiene for Development","Septic tank usage and its faecal sludge management in Cuenca, Ecuador",2024,FALSE,0,NA,NA,3,María Belén Arévalo-Durazno,"Facultad de Ciencia y Tecnología, Universidad del Azuay, Av. 24 de Mayo 7-77 y Hernán Malo, Cuenca, Ecuador",Ecuador,barevalo@uazuay.edu.ec,https://orcid.org/0000-0001-9202-6221,María Belén Arévalo-Durazno,"Facultad de Ciencia y Tecnología, Universidad del Azuay, Av. 24 de Mayo 7-77 y Hernán Malo, Cuenca, Ecuador",Ecuador,barevalo@uazuay.edu.ec,https://orcid.org/0000-0001-9202-6221,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,faecal sludge management; on-site sanitation; septic tank; sewer coverage; temporal evolution,10.2166/washdev.2024.223,iwaponline.com +102376,14,6,https://iwaponline.com/washdev/article/14/6/437/102376/A-district-level-geospatial-analysis-of-the,"Journal of Water, Sanitation & Hygiene for Development",A district-level geospatial analysis of the availability of improved water and sanitation among tribal households in India,2024,FALSE,0,NA,NA,4,Prasanna Kumar Mudi,"International Institute for Population Sciences (IIPS), Govandi Station Road, Deonar, Mumbai, Maharashtra 400088, India",India,NA,NA,Manas Ranjan Pradhan,"Department of Fertility and Social Demography, International Institute for Population Sciences (IIPS), Govandi Station Road, Deonar, Mumbai, Maharashtra 400088, India",India,manasiips@gmail.com,https://orcid.org/0000-0002-7011-894X,TRUE,All relevant data are available from https://www. dhsprogram.com/data.,available in online repository,NA,India; sanitation; Scheduled Tribe; SDG-6; water,10.2166/washdev.2024.261,iwaponline.com +102343,14,6,https://iwaponline.com/washdev/article/14/6/451/102343/Low-cost-solar-septic-tanks-as-sustainable,"Journal of Water, Sanitation & Hygiene for Development",Low-cost solar septic tanks as sustainable sanitation solution: A case study implemented in Cambodia,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/6/10.2166_washdev.2024.010/1/washdev0140451supp1.docx?Expires=1785231244&Signature=NrumKdA9cIXpkpRWF5JvkA~nAUm3vgqvVzc~vV~eqGLV4K1QiC5NnDqEXTMEbXVCe1UYxpZiBWWBniFttRF2olYS2rwgysnqlRHEmZbiw94xrdSMeDhoox6uutnBgsSLzzIYYewNfRQdn8apX85cD5bp0itgSy-lvJ5MZ6T6ZBJ1PAsWTiWQOZB~3Y~Zo4TZPt1RQstqQlO3gFyqWCpFgMt-Bddfk1ojlHhthcWCDHvvnJCRut5-Ll8F01rOQkcg26TUdh2rnjgSVKJPGw2hSTsj~cltviAL0Tz-lAXacHTRcaaVruhlU9DJJi6OOs2BLHADTb0vNx1mdhjDqi30yg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Thammarat Koottatep,"Environmental Engineering and Management, Asian Institute of Technology, Pathum Thani, Thailand",Thailand,NA,NA,Tatchai Pussayanavin,"Faculty of Science, Ramkhamhaeng University, Bangkok, Thailand",Thailand,tatchai@rumail.ru.ac.th,https://orcid.org/0000-0002-8811-2052,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,innovative sanitation; low-cost solar septic tank; sustainable sanitation solution; toilet,10.2166/washdev.2024.010,iwaponline.com +102480,14,6,https://iwaponline.com/washdev/article/14/6/466/102480/Sustainable-management-of-small-town-water-supply,"Journal of Water, Sanitation & Hygiene for Development",Sustainable management of small-town water supply in Nepal: improvement through the multi-stage training mechanism,2024,FALSE,0,NA,NA,3,Ryuji Ogata,"Japan International Cooperation Agency (JICA), Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,Ryuji Ogata,"Japan International Cooperation Agency (JICA), Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,piped water supply; small town; sustainable management; standard operation procedure,10.2166/washdev.2024.034,iwaponline.com +103255,14,7,https://iwaponline.com/washdev/article/14/7/473/103255/Workplace-menstrual-health-in-the-private-sector,"Journal of Water, Sanitation & Hygiene for Development",Workplace menstrual health in the private sector: Results from a pilot study in Kenya and Nepal,2024,FALSE,0,NA,NA,15,Aditi Krishna,"Iris Group, 121 S. Estes Drive, Suite 103C, Chapel Hill, NC 27514, USA",United States of America,aditi@irisgroupinternational.com,https://orcid.org/0000-0002-2635-5016,Aditi Krishna,"Iris Group, 121 S. Estes Drive, Suite 103C, Chapel Hill, NC 27514, USA",United States of America,aditi@irisgroupinternational.com,https://orcid.org/0000-0002-2635-5016,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,economic empowerment; gender equality; menstrual health; menstruation; WASH; workplace,10.2166/washdev.2024.026,iwaponline.com +102873,14,7,https://iwaponline.com/washdev/article/14/7/486/102873/The-potential-of-rainwater-harvesting-and,"Journal of Water, Sanitation & Hygiene for Development","The potential of rainwater harvesting and greywater recycling as an alternative domestic water resource in Bahnstadt-Heidelberg, Germany",2024,FALSE,0,NA,NA,3,Jidapa Kasipiyawong,"Department of Water Technology, School of Engineering and Architecture, SRH University Heidelberg, Ludwig-Guttmann-Straße 6, Heidelberg 69123, Germany",Germany,NA,NA,Mohammad Reza Ghomi,"Department of Water Technology, School of Engineering and Architecture, SRH University Heidelberg, Ludwig-Guttmann-Straße 6, Heidelberg 69123, Germany",Germany,mohamad.ghomi@srh.de,https://orcid.org/0000-0002-7930-639X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,domestic water; green roofs; greywater recycling; rooftop rainwater harvesting; water saving,10.2166/washdev.2024.208,iwaponline.com +103340,14,7,https://iwaponline.com/washdev/article/14/7/497/103340/Barriers-to-water-sanitation-and-hygiene-in-Sub,"Journal of Water, Sanitation & Hygiene for Development","Barriers to water, sanitation, and hygiene in Sub-Saharan Africa: a mini review",2024,FALSE,0,NA,NA,3,Nelile Hlongwa,"Discipline of Geography, School of Agriculture, Earth & Environmental Sciences, University of KwaZulu-Natal, Durban 4041, South Africa",South Africa,nelilehlongwa2@gmail.com,https://orcid.org/0000-0002-2298-8115,Nelile Hlongwa,"Discipline of Geography, School of Agriculture, Earth & Environmental Sciences, University of KwaZulu-Natal, Durban 4041, South Africa",South Africa,nelilehlongwa2@gmail.com,https://orcid.org/0000-0002-2298-8115,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,barriers; hygiene; sanitation; Sub-Saharan Africa; WASH; water,10.2166/washdev.2024.266,iwaponline.com +103341,14,7,https://iwaponline.com/washdev/article/14/7/511/103341/Quantifying-the-nonrevenue-water-problem-in-a-sub,"Journal of Water, Sanitation & Hygiene for Development",Quantifying the nonrevenue water problem in a sub-Saharan African environment: a practical application in the Republic of Cameroon (Central Africa),2024,FALSE,0,NA,NA,3,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Science, University of Dschang, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Science, University of Dschang, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Cameroon; nonrevenue water; water loss,10.2166/washdev.2024.295,iwaponline.com +102871,14,7,https://iwaponline.com/washdev/article/14/7/521/102871/Left-alone-and-behind-Experiences-of-living-with,"Journal of Water, Sanitation & Hygiene for Development",Left alone and behind: Experiences of living with incontinence in a Sudanese refugee camp and how WASH practitioners can support,2024,FALSE,0,NA,NA,7,Libertad González Hernández,"Netherlands Red Cross, The Hague, Netherlands",Netherlands,LGonzalez@redcross.nl,https://orcid.org/0000-0003-1253-4256,Libertad González Hernández,"Netherlands Red Cross, The Hague, Netherlands",Netherlands,LGonzalez@redcross.nl,https://orcid.org/0000-0003-1253-4256,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,disabilities; humanitarian; hygiene kits; incontinence; older people; WASH,10.2166/washdev.2024.315,iwaponline.com +103338,14,7,https://iwaponline.com/washdev/article/14/7/532/103338/Water-Sanitation-and-Hygiene-practices-in-areas,"Journal of Water, Sanitation & Hygiene for Development","Water, Sanitation and Hygiene practices in areas affected by Cyclone Idai in Zimbabwe",2024,FALSE,0,NA,NA,3,Vimbainashe Prisca Dembedza,"Centre for Innovation and Industrialisation, Marondera University of Agricultural Sciences and Technology, P. O. Box 35, Marondera, Zimbabwe",Zimbabwe,NA,NA,Lesley Macheka,"Centre for Innovation and Industrialisation, Marondera University of Agricultural Sciences and Technology, P. O. Box 35, Marondera, Zimbabwe",Zimbabwe,lmacheka@muast.ac.zw,https://orcid.org/0000-0002-7878-6678,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,Cyclone Idai; disasters; health; WASH; Zimbabwe,10.2166/washdev.2024.005,iwaponline.com +103240,14,7,https://iwaponline.com/washdev/article/14/7/543/103240/Differentiated-and-conflicting-incentives-across,"Journal of Water, Sanitation & Hygiene for Development",Differentiated and conflicting incentives across the sanitation value chain: the case of Sanergy in Nairobi,2024,TRUE,2,docx; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/7/10.2166_washdev.2024.017/1/washdev0140543supp1.docx?Expires=1786429718&Signature=03oxBlB7mzbH~m35p7UyEdtfKrf0jFIcOWID-KM~HRAZ6XTt4eTWLjdJrcl-dzkJ7vloX~OtLYNmUZHmuMeg5BendUxfQ4yAereVwf9babr89aINap8y8SqU~dtU4iEYmQC8qzSX3YPLDmMEuUyEKgu38pQ3IW~-suP2g2N91ZEbTgvxmhUQvlOXF901WjF-a1oTW~VCIDnrUnj79y6oMBGa75x1JsbvldWbdI0Byrouk2KAQI4WLIK-vzmoOwun3U6w1Dql73t7UH-KnrW~F-ubM5AE2XSxaZYAxp4YT9san5T8kCoX90OQ7bEgAg5yOc-gGuAgeVKueIcaVxFHWQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/7/10.2166_washdev.2024.017/1/washdev0140543supp2.docx?Expires=1786429718&Signature=YIW2rtASTPCn5ixp2yTsWxJHEr6WQ3Nhv-InXZXD0KN8KdrI3UaFmiGMk1Pc2yWeMZ6mftvGpEZCi8HyRtPtELHmdYcvk1oMdIfbu0KmQ7jl1SXkaJ0PCHNzb4l2uMNEb2Cv0HHXezAmFGPrq0qT0Un-osAmXCEJDbW48RQ8DcM0B35GvLpLSm7bcfUIO9UnpKDJDNbuxeJTq1TFmk89R~IuRkEUlCLd40o51j2Orw4lSS8P1rRwt8MYrRVVp8jF3l0FnE8d5m5Kc99FVRFvpTBtaXQRyIl6XQF7yrhOx8H3IfE3-ENZPD8RC~CsUWXMWfe555YoRMeM75gauGt0YQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Mariam Zaqout,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom of Great Britain and Northern Ireland,m.zaqout@ucl.ac.uk,https://orcid.org/0000-0001-6978-8252,Mariam Zaqout,"School of Civil Engineering, University of Leeds, Leeds, United Kingdom",United Kingdom of Great Britain and Northern Ireland,m.zaqout@ucl.ac.uk,https://orcid.org/0000-0001-6978-8252,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,incentives; market-based sanitation; political economy; public–private partnership; sanitation value chain,10.2166/washdev.2024.017,iwaponline.com +102867,14,7,https://iwaponline.com/washdev/article/14/7/552/102867/Exploring-the-Dipteryx-alata-fruit-endocarp-as-a,"Journal of Water, Sanitation & Hygiene for Development",Exploring the Dipteryx alata fruit endocarp as a novel source for the synthesis of silver nanoparticles: antibacterial and photocatalytic insights for water purification,2024,FALSE,0,NA,NA,7,Eduardo Beraldo de Morais,"Postgraduate Program in Water Resources, Department of Sanitary and Environmental Engineering, Federal University of Mato Grosso, Cuiabá, MT, Brazil",Brazil,eduardo.morais@ufmt.br,NA,Eduardo Beraldo de Morais,"Postgraduate Program in Water Resources, Department of Sanitary and Environmental Engineering, Federal University of Mato Grosso, Cuiabá, MT, Brazil",Brazil,eduardo.morais@ufmt.br,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,green synthesis; photocatalytic degradation; phytotoxicity; textile dyes; water purification,10.2166/washdev.2024.025,iwaponline.com +103247,14,7,https://iwaponline.com/washdev/article/14/7/565/103247/Pathogenic-bacteria-and-their-antibiotic,"Journal of Water, Sanitation & Hygiene for Development",Pathogenic bacteria and their antibiotic resistance profile in irrigation water in farms from Mexico,2024,FALSE,0,NA,NA,6,Luisa Solís-Soto,"Departamento de Microbiología e Inmunología, Universidad Autónoma de Nuevo León, San Nicolás de los Garza, NL 66455, México",Mexico,NA,https://orcid.org/0000-0002-5588-5577,Jorge Esteban Dávila-Aviña,"Departamento de Microbiología e Inmunología, Universidad Autónoma de Nuevo León, San Nicolás de los Garza, NL 66455, México",Mexico,jorge.davilavn@uanl.edu.mx,https://orcid.org/0000-0001-7455-010X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,agricultural environment; bacterial contamination; bacterial resistance; water bodies,10.2166/washdev.2024.062,iwaponline.com +102870,14,7,https://iwaponline.com/washdev/article/14/7/572/102870/Holistic-citywide-sanitation-for-an-urban-area-in,"Journal of Water, Sanitation & Hygiene for Development",Holistic citywide sanitation for an urban area in the Global South: A case study of the Noakhali Pourashava of Bangladesh,2024,FALSE,0,NA,NA,6,Farhana Karim,"Department of Environmental Science and Disaster Management, Noakhali Science and Technology University, Noakhali 3814, Bangladesh",Bangladesh,NA,NA,Sayed Mohammad Nazim Uddin,"Center for Climate Change and Environmental Health (3CEH), Asian University for Women, 20/AM M Ali Road, Chattogram 4000, Bangladesh",Bangladesh,sayed.uddin@auw.edu.bd,https://orcid.org/0000-0002-6143-5572,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,city service delivery assessment; fecal sludge; shit flow diagram; urban sanitation,10.2166/washdev.2024.169,iwaponline.com +103103,14,7,https://iwaponline.com/washdev/article/14/7/583/103103/Determinants-of-diarrhea-prevalence-among-children,"Journal of Water, Sanitation & Hygiene for Development",Determinants of diarrhea prevalence among children under 5 years in semi-arid Ghana,2024,FALSE,0,NA,NA,5,Cornelius K. A. Pienaah,"Department of Geography and Environment, University of Western Ontario, 1151 Richmond St, London, Ontario, Canada",Canada,cpienaah@uwo.ca,https://orcid.org/0000-0003-4528-3086,Cornelius K. A. Pienaah,"Department of Geography and Environment, University of Western Ontario, 1151 Richmond St, London, Ontario, Canada",Canada,cpienaah@uwo.ca,https://orcid.org/0000-0003-4528-3086,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,child feces disposal; diarrhea disease; Ghana; RANAS model; WASH,10.2166/washdev.2024.092,iwaponline.com +103499,14,8,https://iwaponline.com/washdev/article/14/8/595/103499/Engaging-with-crisis-affected-populations-using,"Journal of Water, Sanitation & Hygiene for Development","Engaging with crisis-affected populations using the user-centred community engagement methodology: lessons learned in Tukaley, Ethiopia",2024,FALSE,0,NA,NA,2,Claire Rosato-Scott,"School of Civil Engineering, University of Leeds, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,claire.rosatoscott@outlook.com,https://orcid.org/0000-0002-7838-7773,Claire Rosato-Scott,"School of Civil Engineering, University of Leeds, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,claire.rosatoscott@outlook.com,https://orcid.org/0000-0002-7838-7773,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,child; Ethiopia; humanitarian; participation; sanitation,10.2166/washdev.2024.192,iwaponline.com +103258,14,8,https://iwaponline.com/washdev/article/14/8/603/103258/Prevalence-and-patterns-of-gender-based-violence,"Journal of Water, Sanitation & Hygiene for Development","Prevalence and patterns of gender-based violence among adolescent girls fetching water in Peri-Urban Settings of Kinshasa, DR Congo",2024,FALSE,0,NA,NA,5,Jean-Marie Mukiese Nlunda,"Department of Environmental Health, Kinshasa School of Public Health, University of Kinshasa, The Democratic Republic Of The Congo",NA,jm.mukiese@unikin.ac.cd,https://orcid.org/0000-0002-7323-4436,Jean-Marie Mukiese Nlunda,"Department of Environmental Health, Kinshasa School of Public Health, University of Kinshasa, The Democratic Republic Of The Congo",NA,jm.mukiese@unikin.ac.cd,https://orcid.org/0000-0002-7323-4436,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adolescent girls; gender-based violence; Kinshasa; peri-urban settings; water collection,10.2166/washdev.2024.155,iwaponline.com +103515,14,8,https://iwaponline.com/washdev/article/14/8/616/103515/Contribution-of-water-sanitation-hygiene-and-basic,"Journal of Water, Sanitation & Hygiene for Development","Contribution of water, sanitation, hygiene and basic education to reduce under-five mortality in Sudan",2024,FALSE,0,NA,NA,1,Elwasila Saeed Elamin Mohamed,"Department of Economics, Faculty of Economic & Social Studies, University of Khartoum, P. O. Box 321, Khartoum, Sudan",Sudan,elwasila.saeed@uofk.edu,https://orcid.org/0000-0003-4715-2303,Elwasila Saeed Elamin Mohamed,"Department of Economics, Faculty of Economic & Social Studies, University of Khartoum, P. O. Box 321, Khartoum, Sudan",Sudan,elwasila.saeed@uofk.edu,https://orcid.org/0000-0003-4715-2303,TRUE,All relevant data are available from an online repository or repositories: https://databank.worldbank.org/source/world-development-indicators#.,available in online repository,https://databank.worldbank.org/source/world-development-indicators#.,basic education; drinking water; GDP; health care; Sudan; under-five mortality,10.2166/washdev.2024.215,iwaponline.com +103538,14,8,https://iwaponline.com/washdev/article/14/8/633/103538/Progress-and-slippage-of-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development",Progress and slippage of sanitation and hygiene targets in Malawi: is SDG6.2 achievable?,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.263/1/washdev0140633supp1.docx?Expires=1785302736&Signature=dwjzNJot9neqEHR1Iyji5SiAUNtYiFoHZUyOba0V4X8HEbMzH2OWn3nL5qUKBdI11bGeAhwQjhFY8uy~2V09X0ZuN~4VNwz0c-6PL4agIDyFJIbYUytFxth4yEBSHkDUObfeQotOxxU5kAYM68OQXiY0Z62e4sLrn1U-ycQrYt0loKJJplA7GfqmAC43nHV2LrhZ2T~wNAfLe6wFNcDxuTQm7SS89Sm17ws8YmM99faMm-KDUBWSM9oaQM-uYHhX0YTQ9D1FP4Anmg6aYx-fVhqdjIOZ~LqHCBE690l7W5~qSd93HAB2SSfcq9Pmpa1VLtRnlfmCDRZ7XZK5gY1yNA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Rebekah Grace Kudakwashe Hinton,"Department of Civil and Environmental Engineering, University of Strathclyde, Glasgow UK",NA,rebekah.hinton@strath.ac.uk,https://orcid.org/0000-0001-5238-1405,Rebekah Grace Kudakwashe Hinton,"Department of Civil and Environmental Engineering, University of Strathclyde, Glasgow UK",NA,rebekah.hinton@strath.ac.uk,https://orcid.org/0000-0001-5238-1405,TRUE,Summary data is provided in Supplementary Data. The full dataset cannot be made publically available; readers should contact the corresponding author for details.,on request,NA,handwashing; hygiene; open defaecation; sanitation; sustainable development goals,10.2166/washdev.2024.263,iwaponline.com +104057,14,8,https://iwaponline.com/washdev/article/14/8/645/104057/A-multitude-of-objectives-Serving-multiple,"Journal of Water, Sanitation & Hygiene for Development",A multitude of objectives: Serving multiple stakeholders in Water Operators’ Partnerships,2024,FALSE,0,NA,NA,2,Maarten Blokland,"Blokland Advisory Services, Delft, The Netherlands",Netherlands,NA,NA,Klaas Schwartz,"Water Governance, IHE Delft Institute for Water Education, Delft, The Netherlands",Netherlands,k.schwartz@un-ihe.org,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,multiple interests; Water Operators; Partnerships; water supply,10.2166/washdev.2024.281,iwaponline.com +103656,14,8,https://iwaponline.com/washdev/article/14/8/654/103656/Effectiveness-of-behaviour-change-interventions-to,"Journal of Water, Sanitation & Hygiene for Development",Effectiveness of behaviour change interventions to reduce the risk of faecal contamination in urban irrigated vegetable value chains – applying the COM-B behavioural framework,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.014/1/washdev0140654supp1.docx?Expires=1785243738&Signature=LeiWoRb~0OHmqiknoLMl~9wY4t-qsyzG-CE5sCUfEsBMjjW8lRtXLFCshyD-CmnIdGEPnO-71dTyRHmCdnWoX~pOteH9Vux3kWQvEfHKEgQcEFO9AHALbBkCp7cAkyDFZMvCma7cqihX0mKlSH1lksC0LRlk~ESYNDq6FmwoRaPIZQHlkzQsR9UX2CcN14n8jnNKNTpcdj6oXHPSNrZv0KqFrhDHtc9h2jLnAQoms2QCxhWam4HAFNiT1byTO594DfMlSO3DeiXmwVL6GTbz1-fkxbOq6xy6BFZm9OL0ieSS6OpIu3gjUca4sT-HClpDVfSkTlRFRRlo8imv6RQW2g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,David Galibourg,"Water Engineering and Development Centre (WEDC), School of Civil Engineering, Loughborough University, Loughborough, United Kingdom",United Kingdom of Great Britain and Northern Ireland,d.galibourg@lboro.ac.uk,https://orcid.org/0000-0003-2676-3551,David Galibourg,"Water Engineering and Development Centre (WEDC), School of Civil Engineering, Loughborough University, Loughborough, United Kingdom",United Kingdom of Great Britain and Northern Ireland,d.galibourg@lboro.ac.uk,https://orcid.org/0000-0003-2676-3551,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,behaviour change; food safety; informal sector; motivation; participatory governance,10.2166/washdev.2024.014,iwaponline.com +103523,14,8,https://iwaponline.com/washdev/article/14/8/670/103523/Knowledge-and-management-practices-for-disposable,"Journal of Water, Sanitation & Hygiene for Development",Knowledge and management practices for disposable baby diapers among child caregivers in informal urban settlements in Uganda,2024,TRUE,1,xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.019/1/washdev0140670supp1.xlsx?Expires=1785430526&Signature=l4o~n7B~KlyfdtvvMWxwri1N65gab3zv0DWO5Khyp2UNwq3xY1Mv5AzTsBpsh1mv08km6~G3gmJU8t0DSb3r5XfoEqTEapPA0Zyj15TBXRA2G9d2ehPQ~NjdL64wmKRVX~1J~jpVkhs1hWCsymA9sakhJpb5iR-gmztQCAhCaX2dFKeExhLk6mxigweIS1MRCrhG0iyJqP9i9IGTIx~ecU989~XS4MUV1cV6geVrDF-xwPQd~ePnMhDGyLnLCjabVlJGjk75BiSYGJbOxQ9D2pjSIQZyOwn4VOS7Ft890kvqWPVRGrl4ZnK5GJZwGfpPnY~CXxvskUxyz0UcFmsFzw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Allan Ssembuusi,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, Kampala, Uganda",Uganda,assembuusi@musph.ac.ug,https://orcid.org/0009-0004-9595-5869,Allan Ssembuusi,"Department of Disease Control and Environmental Health, School of Public Health, College of Health Sciences, Makerere University, Kampala, Uganda",Uganda,assembuusi@musph.ac.ug,https://orcid.org/0009-0004-9595-5869,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,child faeces; disposable baby diapers; exposure; pathogens; Uganda,10.2166/washdev.2024.019,iwaponline.com +103995,14,8,https://iwaponline.com/washdev/article/14/8/682/103995/Reactivation-of-public-private-partnership-PPP,"Journal of Water, Sanitation & Hygiene for Development",Reactivation of public–private partnership (PPP) models for rural water supplies in Rwanda: strengthening operation and maintenance systems,2024,FALSE,0,NA,NA,4,Ryuji Ogata,"Japan International Cooperation Agency (JICA), Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,Ryuji Ogata,"Japan International Cooperation Agency (JICA), Chiyoda-ku, Tokyo, Japan",Japan,ogata.ryuji2@jica.go.jp,https://orcid.org/0000-0003-1440-7963,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,operation and maintenance; public–private partnership; rural water supply,10.2166/washdev.2024.035,iwaponline.com +103629,14,8,https://iwaponline.com/washdev/article/14/8/692/103629/Performance-evaluation-of-a-hybrid-treatment,"Journal of Water, Sanitation & Hygiene for Development",Performance evaluation of a hybrid treatment system for the treatment of grey water,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.070/1/washdev0140692supp1.docx?Expires=1785484272&Signature=fJrIhI561G51UL2EbiaOGB5mzjkpIM2N3n4H7FZWSBZocWQkaKd8HW40shrWYHCFlQZSYchhsDVkZuXE~73MotslNEhk12oFMPeQn8oVJdrXIsD4wwkfjkTAUjcqc3WF7CWlCzxaqgpPELf0FrWO8m8n29LsmRn55Z2NyhDo3IhyiclRnSsAKwhCcRYZnFaxRfC7ERCi-sGO5tHF0LWDxjOB3h9XjrV9OPAthl1xiqSFYfdgwMR7i2wA6ly1lY8jXnUXBW0TQUjT4sGRy6J3nsI7HIgnfjQZX~JpXWmicG08AoBA12xQOSe84NTuVejcV3zaygxtr-qeX4gSvHf3uw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Preethi V.,"Centre for Sustainable Technologies, Civil Engineering, Hindustan Institute of Technology and Science, Chennai 603103, India",India,preethi_enviro@hotmail.com,https://orcid.org/0000-0001-7239-7631,Preethi V.,"Centre for Sustainable Technologies, Civil Engineering, Hindustan Institute of Technology and Science, Chennai 603103, India",India,preethi_enviro@hotmail.com,https://orcid.org/0000-0001-7239-7631,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,grey water; packing material; photocatalytic process; removal efficiency; submerged aerated biological filter,10.2166/washdev.2024.070,iwaponline.com +103654,14,8,https://iwaponline.com/washdev/article/14/8/702/103654/Functionality-of-water-supply-handpumps-in,"Journal of Water, Sanitation & Hygiene for Development",Functionality of water supply handpumps in Cameroon (Central Africa),2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.085/1/washdev0140702supp1.docx?Expires=1785272089&Signature=AZp8hhjdbMInglapMv0qwTR0YGPuAvsmMPaWlnOMu-xxWXrW0cBHz-D2UjVSZ1~eQglwHWBzhezY8ix6kjm-axPUU36KjALUg~DRr0YDWLxssr~k2ajHCzTzKCH7U-47n6giKAsg~-AO1ki0V3qsieboG2pmA~s9a67Xxrw3mst9Lorql10SDyjyxLsikwNkdmiAWL7TH-PZt45bLLpyJACJz50soDwY5X8NXMXl1yJx~hZ8aI7OQP4H53bIKaV93WB5RWWiTRF1FjE7O~IbHNNYLN4zeqY9tf0DW4tvjvsjl2PAY8CHuTrY-QrRCiVWvlFFHzE7CxmsoO6yRJmkMg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box: 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Faculty of Agronomy and Agricultural Sciences, Department of Agricultural Engineering, University of Dschang, P.O. Box: 222, Dschang, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Cameroon; handpump; water supply; wells and boreholes,10.2166/washdev.2024.085,iwaponline.com +103889,14,8,https://iwaponline.com/washdev/article/14/8/712/103889/Assessing-the-availability-and-necessity-of,"Journal of Water, Sanitation & Hygiene for Development","Assessing the availability and necessity of menstruation-friendly toilets in public and private sector sites in Kathmandu, Nepal",2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.117/1/washdev0140712supp1.docx?Expires=1785430847&Signature=MTqVG16bj-flfaBoxmgqvQiXYzp-qmtni5n9kyTiXaxiFj3reJyIZbsUkeC81J9Drp7OKPX-VGfA2rMM56Zppb7qwW2vOg9wzSXhcgFc5CctqNFMHhV1~B4FbVcA-fZf084Xp443hJhd6slG5tM0g9DhTdrDmJ~JZSpIqkIH1WpToemxE3mGy~QeLKmcH7RRqj09Eh9QCj5OizYI2mZtAAS8xnE6cvwrrq3nk4cGHfiKHbqKR9Vh0rwx3NO72JbV~EyOrjVJWSR26Cfm6yGfmOJdCX~vqFtIQyf79240ea7aHpf0Bxt3Bdzi-1RKT3W~-AeaO1muIZLdJXV-7anl3Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Esther Elsa Mathew,"School of Behavioral and Brain Sciences, University of Texas at Dallas, Dallas, TX, USA",United States of America,NA,NA,Pema Lhaki,"Nepal Fertility Care Center (NFCC), Lalitpur, Nepal",Nepal,pema@nfcc.org.np,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,menstruation; public health; toilet; WASH; women; s health,10.2166/washdev.2024.117,iwaponline.com +103524,14,8,https://iwaponline.com/washdev/article/14/8/722/103524/Understanding-potential-determinants-of,"Journal of Water, Sanitation & Hygiene for Development",Understanding potential determinants of menstruation-related school absenteeism in Zimbabwe: a cross-sectional study,2024,FALSE,0,NA,NA,9,Mitsuaki Hirai,"United Nations Children's Fund (UNICEF) Zimbabwe, Harare, Zimbabwe",Zimbabwe,mhiraisoka@gmail.com,NA,Mitsuaki Hirai,"United Nations Children's Fund (UNICEF) Zimbabwe, Harare, Zimbabwe",Zimbabwe,mhiraisoka@gmail.com,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,hygiene; menstruation; MHH; sanitation; school absenteeism; water,10.2166/washdev.2024.218,iwaponline.com +103891,14,8,https://iwaponline.com/washdev/article/14/8/734/103891/Effect-of-water-treatment-processes-on-microbial,"Journal of Water, Sanitation & Hygiene for Development",Effect of water treatment processes on microbial contamination in drinking water in rural areas of the urban periphery,2024,FALSE,0,NA,NA,4,Lan Zhang,"China CDC Key Laboratory of Environment and Population Health, National Key Laboratory of Intelligent Tracking and Forecasting for Infectious Diseases/Department of Water Quality and Population Health Surveillance, National Institute of Environmental and Health, Chinese Center for Disease Control and Prevention, No. 7 Panjiayuan South Li, Chaoyang District, Beijing, China",China,NA,NA,Bixiong Ye,"China CDC Key Laboratory of Environment and Population Health, National Key Laboratory of Intelligent Tracking and Forecasting for Infectious Diseases/Department of Water Quality and Population Health Surveillance, National Institute of Environmental and Health, Chinese Center for Disease Control and Prevention, No. 7 Panjiayuan South Li, Chaoyang District, Beijing, China",China,yebixiong@nieh.chinacdc.cn,https://orcid.org/0009-0007-7421-9063,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water; microbial contamination; rural area; urban periphery; water treatment process,10.2166/washdev.2024.419,iwaponline.com +103339,14,8,https://iwaponline.com/washdev/article/14/8/744/103339/Improved-bacterial-elimination-in-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Improved bacterial elimination in wastewater through electrocoagulation: hydrogen generation, adsorption of colloidal bacteria-flocks, and electric field bactericidal action",2024,FALSE,0,NA,NA,3,Nouara Boudjema,"Biology Department, University of Saad Dahlab Blida 1, Blida, Algeria",Algeria,boudjemanouara@gmail.com,NA,Nouara Boudjema,"Biology Department, University of Saad Dahlab Blida 1, Blida, Algeria",Algeria,boudjemanouara@gmail.com,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,electrocoagulation; bacteria; flocs; hydrogen; wastewater treatment,10.2166/washdev.2024.126,iwaponline.com +103890,14,8,https://iwaponline.com/washdev/article/14/8/758/103890/Bacteriological-quality-and-safety-of-handwashing,"Journal of Water, Sanitation & Hygiene for Development","Bacteriological quality and safety of handwashing water among food service establishments in Gondar Town, Northwest Ethiopia",2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/8/10.2166_washdev.2024.182/1/washdev0140758supp1.docx?Expires=1785287722&Signature=bZAvoLH-kaJuLev7FpadD2Hkhopvg2TMVU72qNRlL6JooQB6LNIfoumrBTsMfpxFH8RtY9QA4wmGshavA2WJAHjmA9Qp2naeGLLqWnk-NfzXI1DMrf0-ubeFlvFpilGg7e62jSBpRbaOkLtq2X8gFXY1yDmudYum-pQycMVVwtaWab2adhRafbQQS1f4d~hEJMc3qBWXG~QfcN15J8l9nmjV~4w8T0moAeERUNJI~QAUFaGSagv5y5KWCdbSnp6CDQVZq9v59ddBxHDn0hSdEKYiLSGTB~wJz2LVd4~DlUqdtVcg9KLsurfRpPMm~4Dl~kb~gBuchx3paSkpzyTrtw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Misganaw Melkamu,"Department of Biology, Bahir Dar University, P.O.Box. 79, Bahir Dar, Ethiopia",Ethiopia,NA,NA,Baye Sitotaw,"Department of Biology, Bahir Dar University, P.O.Box. 79, Bahir Dar, Ethiopia",Ethiopia,baye.sitotaw@bdu.edu.et,https://orcid.org/0000-0001-5546-2382,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibacterial susceptibility; bacteriological quality; food service establishments; Gondar Town; handwashing water,10.2166/washdev.2024.182,iwaponline.com +104214,14,8,https://iwaponline.com/washdev/article/14/8/768/104214/Corrigendum-Journal-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Corrigendum: Journal of Water, Sanitation and Hygiene for Development 13 (11), 893–909: Spatial distribution and determinants of limited access to drinking water and sanitation services of households in India, Chandan Roy, https://dx.doi.org/10.2166/washdev.2023.181",2024,FALSE,0,NA,NA,1,Chandan Roy,NA,NA,NA,https://orcid.org/0000-0001-6246-4263,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,10.2166/washdev.2024.003,iwaponline.com +103353,14,9,https://iwaponline.com/washdev/article/14/9/769/103353/Scaling-up-the-practice-of-water-operators,"Journal of Water, Sanitation & Hygiene for Development",Scaling up the practice of water operators’ partnership (WOP) and its linkages with investment programmes,2024,FALSE,0,NA,NA,3,Maria Pascual-Sanz,"GWOPA/UN-Habitat, UN Campus, Bonn, Germany",Germany,maria.pascual@un.org,https://orcid.org/0000-0003-1641-514X,Maria Pascual-Sanz,"GWOPA/UN-Habitat, UN Campus, Bonn, Germany",Germany,maria.pascual@un.org,https://orcid.org/0000-0003-1641-514X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,capacity development; investment programmes; leverage; sources of funding; water operators’ partnerships; water utilities,10.2166/washdev.2024.285,iwaponline.com +104689,14,9,https://iwaponline.com/washdev/article/14/9/780/104689/The-level-of-implementation-of-water-sanitation,"Journal of Water, Sanitation & Hygiene for Development","The level of implementation of water, sanitation, and hygiene (WASH) practices among the public basic schools in Ghana",2024,FALSE,0,NA,NA,1,Hans Duah,"School of Humanities and Social Sciences, Department of Social Studies, Berekum College Of Education, P. O. Box 74, Berekum, Ghana",Ghana,hkduah36@becoled.edu.gh,https://orcid.org/0000-0003-3161-6599,Hans Duah,"School of Humanities and Social Sciences, Department of Social Studies, Berekum College Of Education, P. O. Box 74, Berekum, Ghana",Ghana,hkduah36@becoled.edu.gh,https://orcid.org/0000-0003-3161-6599,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,hygiene; level of implementation; public basic schools; sanitation; water,10.2166/washdev.2024.307,iwaponline.com +104278,14,9,https://iwaponline.com/washdev/article/14/9/794/104278/Comparative-economic-analysis-of-urban-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Comparative economic analysis of urban sanitation interventions in low- and middle-income countries: a systematic review,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.313/1/washdev0140794supp1.docx?Expires=1785429055&Signature=uMURi6ERCUoUxKc0YufOABPErYEUXP3cTSKsjmbQ5U4NzTKmruIdrUG-Z~wDhOng8BAwtJ9Lc-Wqn-KYNOlsPyTgvb~rV9F-Wu7zhEvLvQj6oEOs4FRtg-sRPAbi2dBq8bjMmgMg45HjrsqI9SOMKcA3io1mVZCWT1HE9-3vzdJaafTFQfgG-UJAHdZT-csyz7fr3vy8Xye535Se-ZqiopXHWCmW8geonfrGUV4H~IgweayFa6xC1rMDoh0c2vrfi2Qy3i-JBApNakqcYxCUUcloSoT-McfMxgCrLUO-DaxmRfz3B76olFYSNmLt0K8O70eZtM~iMiVRcLFywvl0PQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Simon Ross,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia",Australia,simon.ross@uts.edu.au,https://orcid.org/0000-0001-5052-7255,Simon Ross,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia",Australia,simon.ross@uts.edu.au,https://orcid.org/0000-0001-5052-7255,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,cost analysis; cost-effectiveness; economic principles; social equity; sustainability,10.2166/washdev.2024.313,iwaponline.com +104257,14,9,https://iwaponline.com/washdev/article/14/9/808/104257/Maintaining-groundwater-collection-over-the-rainy,"Journal of Water, Sanitation & Hygiene for Development","Maintaining groundwater collection over the rainy season with water ATM price reductions: a study in Kitui County, Kenya",2024,TRUE,1,xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.038/1/washdev0140808supp1.xlsx?Expires=1786136300&Signature=nLCrfiR22JBkVoafGnDpyuVWbqGM9886Aby~1ZHnbIHuxSTKbQlFufncgTiYa5ZQxjC7Otd3Drqd9Deibzctya36hatgqgXn55FKLaZxH4wSh~sg6UTPTHSq9fydw-W18ETZtfxkUb9uBk9pRyE7RKvLW78qoVOCzz2EW08gkD4-JKY3eMDM6zzqjJaZkQbXRmSbTYJbAD5pfoHklNSJrUI9NEGaWkgQ~71rh9-9CvtLfmKSIh3-8i9OFi7V3p5SbAuRHfLvi~PeNuePUqyaylS80A~6IXdLUcsHb8IaR~xooj~ZPoybkPUYCrurgkFbNOMnZtbVRiAGr5xfzLr2Yw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Will Ingram,"Grantham Research Institute for Climate Change, London School of Economics, London WC2A 3PH, UK",United Kingdom of Great Britain and Northern Ireland,w.ingram@lse.ac.uk,https://orcid.org/0000-0003-2412-8052,Will Ingram,"Grantham Research Institute for Climate Change, London School of Economics, London WC2A 3PH, UK",United Kingdom of Great Britain and Northern Ireland,w.ingram@lse.ac.uk,https://orcid.org/0000-0003-2412-8052,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,health; Kenya; seasonality; water ATM; water pricing,10.2166/washdev.2024.038,iwaponline.com +104554,14,9,https://iwaponline.com/washdev/article/14/9/819/104554/Experiences-of-water-poverty-in-the-metropolitan,"Journal of Water, Sanitation & Hygiene for Development",Experiences of water poverty in the metropolitan area of Barcelona: implications for the Global North,2024,FALSE,0,NA,NA,3,Gustavo Romero-Gomez,"Geography Department, Autonomous University of Barcelona, Plaça del Coneixement, Campus UAB, 08193 Bellaterra, Spain",Spain,gustavo.romero@uab.cat,https://orcid.org/0000-0002-1114-7855,Gustavo Romero-Gomez,"Geography Department, Autonomous University of Barcelona, Plaça del Coneixement, Campus UAB, 08193 Bellaterra, Spain",Spain,gustavo.romero@uab.cat,https://orcid.org/0000-0002-1114-7855,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,accumulation by dispossession; Barcelona area; consumption habits; ecological modernization; water poverty,10.2166/washdev.2024.041,iwaponline.com +104564,14,9,https://iwaponline.com/washdev/article/14/9/833/104564/Menstrual-waste-behaviour-of-young-adolescents-a,"Journal of Water, Sanitation & Hygiene for Development",Menstrual waste behaviour of young adolescents: a theory of planned behaviour approach,2024,FALSE,0,NA,NA,2,Sandhya Sreekumar,"Centre for Women Studies and Development (CWSD), Dr. Vishwanath Karad MIT World Peace University (MIT WPU), S.No.124, Paud Road, Kothrud, Pune 411038, India",India,sandhya.sreekumar@mitwpu.edu.in,https://orcid.org/0000-0001-9756-2023,Sandhya Sreekumar,"Centre for Women Studies and Development (CWSD), Dr. Vishwanath Karad MIT World Peace University (MIT WPU), S.No.124, Paud Road, Kothrud, Pune 411038, India",India,sandhya.sreekumar@mitwpu.edu.in,https://orcid.org/0000-0001-9756-2023,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adolescents; menstruation hygiene management; theory of planned behaviour; waste disposal and behaviour,10.2166/washdev.2024.090,iwaponline.com +104192,14,9,https://iwaponline.com/washdev/article/14/9/845/104192/Physicochemical-and-microbial-quality-of-bottled,"Journal of Water, Sanitation & Hygiene for Development","Physicochemical and microbial quality of bottled drinking water sold in Embakasi Central, Nairobi, Kenya",2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.142/1/washdev0140845supp1.docx?Expires=1785908555&Signature=My8rh-YYgnnU9yRCdIpaG7J3pUQJdbypxNsutmAa68~g~c43s~lHw2D4bEoh2p9QTAr2lwxIiOlbdDNr6kTYg-IUCqXLQdaPQU6sCzZ-1gu0hrhvr81zgM94gA~K4e2750nu8CK9OrzFWfieFTPODqR6sMA2yjkD12ssbDLnO42YVW45dYlPx4fqC4bkRr9Y1t5U4ch7uLS0ZmwfYjV1KrKrkGU2Zr5GNpaIVNvsaq8c1PoTgGy6OOph9G2ob~M4CK7u3aM~8uo1pM3upkRh2tIfs~aVMBalYql6ENVwazXAjz-sxTXwe4~b90JXls7QoL7VtrfvSt78OU01-gzscw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Gloria Magut,"Kenya Medical Research Institute, Centre for Public Health Research, Mbagathi Rd, Nairobi, Kenya",Kenya,NA,NA,Sara J. Marks,"Kenya Medical Research Institute, Centre for Public Health Research, Mbagathi Rd, Nairobi, Kenya",Kenya,sara.marks@eawag.ch,https://orcid.org/0000-0003-0566-3041,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,bottled water; drinking water quality; monitoring; packaged water; public health,10.2166/washdev.2024.142,iwaponline.com +104447,14,9,https://iwaponline.com/washdev/article/14/9/856/104447/They-re-telling-us-it-s-safe-but-how-do-we-know-it,"Journal of Water, Sanitation & Hygiene for Development","‘They're telling us it's safe, but how do we know it's safe?’ Different stakeholder perspectives on drinking water safety",2024,TRUE,5,docx; docx; docx; docx; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp1.docx?Expires=1785280220&Signature=QaZ2nt2-S6w7l7bk-~fef-mXFaohTbHW0LFcrg9YlvQN09ct9PVJhv1SFyX-GPf4UPw9gc61JSD~SPZA~oltJa822VYiowaqAHnyHKPCbZx19Wkf-GV4V6DbbuyefkeG-bcZnpobfTwrDV2ma0rHzp8ewl7z9EZU8f7bI2FPLcKN2Gu5HRLp2BllyomXldqBNCdRkTmTAbaxtmx15D94KkSlWq~~dnd4GxNyF1Ky62zUPnslk~Fvb16Be~fZTqpDNKb197bxqlRE7RbHYgi3RzpdEmYeLHi7KosXExVDzDa15AToNhP1j6rHLD646JnKt2nUy-vUHBQkoRBgM5mWlA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp2.docx?Expires=1785280220&Signature=KVfLengoskrxT4hVmWxRSFM2VJ8ps5cGOktd6QcXdhXCuVmzhQSFWwOT4yU45-l3zD853XPtUO6kdb55J6y16xXwHDGEJw9kBV3XeoY73QzKW-SrPXxVncWUq8h1M7tUc18KNdlccX42ydntSogKyBzqIyiRI8yZQ387HTYO54qGIUWVLwomsJZStpGN~hCKpmPCLRvR~dbMoGz4SyTzPESY-8T2Smd3HEgzHfPIU2udYaTdg0RR35zhSQRi-tw0hIt19wtPj5sBB2HZ15pfQRFpxGCyNB-beHsu4KoN868d8o-9vUexNb8xAGEHRRdkM4pKK3eC8nDAt7igawOOyQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp3.docx?Expires=1785280220&Signature=ypeiG-HZqUTlsjxa~EqVuB1glnNYqrdea25esCBX1Nym72deL8mu2tRGrx4homreydYVi9~JNRNUeO0p6xETElnhJtKctqgYHrdAW8DkyfntLR6p36QmQ-biHuZnFCCvA1~QwT-tfofoxoQO2Sg5qxMnn28VkyLgkDKVzPFjWnNjku392kEe4snspnoy-xv8hNksUPRISyGUCBHbPP3aaA6ikSHonSWuSacCJ4h4rJtZ3xQ8GGxGTYHJlcLODdWdRGHNtsZxmEM6INXgTgD-Wl3ljskok2RK2sCPEiJmiCHGeYS7ejrwaze7lu7wyB0F8zhimu67boyqI0SQfepQUQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp4.docx?Expires=1785280220&Signature=osMdkQXU~XZC8JJEtXIm8aVz31LCvUHsiHDQR4IpiL1VTqPk74Li90qqkArytjlQHL5eP3Ge9gu2g~jc3I4WEtN119HSyG1GLbRwc5lqMkL4WOXiU2ZW69I3saWeNlqgdEZEmL6JwywhxgtFc0LXh0Lgb7bX~0srLXwihETEO0hyRN1bQNRjGjll04IaXm~jiBEpuhc9GEUIam4AJXeu7DjWvKTGqiSXo-Sf-sVmAw2d1a4ZFUky~4YvZinpCXn5CGwP8mBYHpqO8~wcyjFHaJ~bgDRXWhS8Ifrvo17L4ftj-6yJLPmVgPlyPI~0aVTpbNH8YuTBMSSryqweD8zChw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp5.docx?Expires=1785280220&Signature=c5VTHf2k4KsBPCyQTnWpCqFZGRcorOV~dBkj1k-ShxRAegQ0gt710rCfxbnqfxBKYinzXtSj1lnKrC9T-xabHNyskPwEX-WiBH2bWAPKVH3s-DUVKWMkTaDNry36~lMzpM2qefJs0GUWs~tyY2rOoZZ6GonMs~4YpyqGEzk-uEZiZMM-1eLRg9inv99z6QJEIXf3atRo31PS-lBFUpviSXvw-ARTn0ROApUS7aC7cZRCUBnTg9HAWBP7gZYwLvWgZBVd9IyZQGQhkup6N1MP2dm7cc4XFQ~v~UJ5Z-4wsjqDa-eBDWiS9IOLp3p0xXe2dSRl2WgzOKIYRHErewUv4w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Heather K. Anderson,"Biological and Environmental Sciences, Faculty of Natural Sciences, University of Stirling, Stirling FK9 4LA, UK",United Kingdom of Great Britain and Northern Ireland,h.k.anderson@stir.ac.uk,https://orcid.org/0000-0001-8655-6111,Heather K. Anderson,"Biological and Environmental Sciences, Faculty of Natural Sciences, University of Stirling, Stirling FK9 4LA, UK",United Kingdom of Great Britain and Northern Ireland,h.k.anderson@stir.ac.uk,https://orcid.org/0000-0001-8655-6111,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,on request,NA,experiential knowledge; safe drinking water; scientific knowledge; SDG 61; stakeholder perspectives; water justice,10.2166/washdev.2024.157,iwaponline.com +104143,14,9,https://iwaponline.com/washdev/article/14/9/873/104143/Partnering-with-community-based-organizations-to,"Journal of Water, Sanitation & Hygiene for Development",Partnering with community-based organizations to provide contextualized approaches to WaSH inequities in the United States,2024,FALSE,0,NA,NA,3,Carrie Elizabeth Ripkey,"CDC Foundation, 600 Peachtree St NE #1000, Atlanta, GA 30308, USA",United States of America,ogh0@cdc.gov,https://orcid.org/0000-0002-8635-9529,Carrie Elizabeth Ripkey,"CDC Foundation, 600 Peachtree St NE #1000, Atlanta, GA 30308, USA",United States of America,ogh0@cdc.gov,https://orcid.org/0000-0002-8635-9529,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,community-based organizations; sanitation and hygiene; trust-based philanthropy; water,10.2166/washdev.2024.161,iwaponline.com +104490,14,9,https://iwaponline.com/washdev/article/14/9/886/104490/Women-s-toilet-use-behaviors-and-water-use-in-a,"Journal of Water, Sanitation & Hygiene for Development",Women's toilet use behaviors and water use in a urine diversion squat pan toilet pilot,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.174/1/washdev0140886supp1.docx?Expires=1785338038&Signature=h1VHt-UD1XQrXAd-I4QxlURAztVtbELhxdbuGQxfDF4je6SOKyOGPHOXqJhv8v1Iu9VUaZR-~JUhd5-SytLkbG4tx0dKxjzt2dp-VYxWZrVPVE7qdaJe2EOsvk~6iXZSWJmoCNvSLZJ6fUc7lNDeeyQ7GV8iFTp46h-xrffc2nFk5B8~3txbzCfZT3don2l1hEMIy1V0axBB-1i1YS2R6ddq3DtYsEPLGbKtQvrcUoYlHPci29~DjGIKFA2Dqu3JdmPjCvgNdtQ28z-LmKA~XxObbaNylogbSGofB-91Ugc-gC4u2YpHxbIczD2EsjVG9BZECfnVWmuVERa~I2vamQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Laura Morrison,"RTI International, 3040 E. Cornwallis Road, Research Triangle Park, NC 27709, USA",United States of America,NA,https://orcid.org/0000-0001-7400-6358,Sonia Grego,"Duke Center for WaSH-AID, 701 W. Main Street, Durham, NC 27701, USA",United States of America,sonia.grego@duke.edu,https://orcid.org/0000-0003-1734-2157,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,gender-friendly sanitation; NoMix toilet; toilet design; toileting behavior; water use,10.2166/washdev.2024.174,iwaponline.com +104662,14,9,https://iwaponline.com/washdev/article/14/9/895/104662/A-data-driven-approach-to-optimize-a-sanitary,"Journal of Water, Sanitation & Hygiene for Development","A data-driven approach to optimize a sanitary survey for communities in Maputo, Mozambique",2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.385/1/washdev0140895supp1.docx?Expires=1785870640&Signature=xFBqTrH9O9bHsiOYB52P828bwe0-k678PaKjZJge3SFy2OnLJEOgZsWU69FSWHyxLmolxjWK7RbDag~0BGL1FxSM0O2DXyDCd7m2fkv15aeaVZJSQvIQ0V0Xu8wQ3xHj6MW5RVgM-GW1lrUm8FPD8jz3RJXby2mrJxLzr2PtSRQsRKIJjvNo8xYf3ilvSfOFKbpkYkTN3z1cm4rSTo6Zsj-Zwia8vSS3drGytSJgQGAnLrrvo-Qfiros9tvNLF6it4SEkiETslOTdOEddnvvN3VMchWYKi-a~e-cLRJiU00NdnzEQI6NMcJYw4D0RwfiBlfPegtULQB69X~Q6lTsaQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Lee E. Voth-Gaeddert,"Biodesign Center for Health Through Microbiomes, Arizona State University, Tempe, AZ, USA",United States of America,lee.gaeddert@asu.edu,https://orcid.org/0000-0002-9541-1958,Lee E. Voth-Gaeddert,"Biodesign Center for Health Through Microbiomes, Arizona State University, Tempe, AZ, USA",United States of America,lee.gaeddert@asu.edu,https://orcid.org/0000-0002-9541-1958,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community sanitation; environmental health; exploratory factor analysis; fecal indicator bacteria; structural equation modeling,10.2166/washdev.2024.385,iwaponline.com +104893,14,10,https://iwaponline.com/washdev/article/14/10/905/104893/Perspectives-on-hand-hygiene-in-Belizean,"Journal of Water, Sanitation & Hygiene for Development",Perspectives on hand hygiene in Belizean healthcare facilities during the COVID-19 pandemic: a qualitative evaluation with healthcare workers,2024,FALSE,0,NA,NA,11,Kelsey McDavid,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, 1600 Clifton Rd, Atlanta, GA 30333, USA",United States of America,NA,https://orcid.org/0000-0002-7091-0160,Christina Craig,"Division of Foodborne, Waterborne, and Environmental Diseases, Centers for Disease Control and Prevention, 1600 Clifton Rd, Atlanta, GA 30333, USA",United States of America,prl5@cdc.gov,https://orcid.org/0000-0002-1517-6995,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,on request,NA,focus group discussions; hand hygiene; healthcare; qualitative evaluation,10.2166/washdev.2024.317,iwaponline.com +105167,14,10,https://iwaponline.com/washdev/article/14/10/916/105167/Persistence-of-respiratory-enteric-and-fecal,"Journal of Water, Sanitation & Hygiene for Development","Persistence of respiratory, enteric, and fecal indicator viruses in fecal sludge from on-site sanitation in Dakar, Senegal",2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/10/10.2166_washdev.2024.011/1/washdev0140916supp1.docx?Expires=1785590016&Signature=nvSol2-4b1jV8pb8cztfKSz7FplNxx15R7UVpmc7nXPvwa9yDqgF7b~MAktHzatlDpqNp6UVdDkt9dOysa5RLvEfOf64yvxcDUQrds6JOAZV~UzBuzX1o~HZ2i2zKJQHT93UhKBDuo4lo3gPAAlHBCOXa5eQB51GmDQDJG4b8qe2mB8dqZNgicEpWlT4wn9N1YGoWsQdczNBFCuoMuARVaDEUjw~lGISzkKV1lQR~99OBNwL8kp58I9OdWZx7zOFBH9L9EHxqxueOmuO4jVu5moV78IlZLfYZ-nh7DITcTuei28SsoX7tr23MtSyiA0B5S4BAxNQexoQDfi6VG3ePw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Lorelay Mendoza Grijalva,"Department of Civil and Environmental Engineering, Stanford University, Stanford, CA 94305, USA",United States of America,NA,https://orcid.org/0000-0001-6477-6068,William A. Tarpeh,"Department of Civil and Environmental Engineering, Stanford University, Stanford, CA 94305, USA",United States of America,wtarpeh@stanford.edu,https://orcid.org/0000-0002-2950-526X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,environmental surveillance; fecal sludge treatment plant; virus RNA decay; wastewater-based epidemiology,10.2166/washdev.2024.011,iwaponline.com +105192,14,10,https://iwaponline.com/washdev/article/14/10/929/105192/Challenges-and-opportunities-for-enhancing,"Journal of Water, Sanitation & Hygiene for Development",Challenges and opportunities for enhancing groundwater data access and usability in low- and middle-income countries: insights and recommendations from WaSH researchers and practitioners,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/10/10.2166_washdev.2024.066/1/washdev0140929supp1.docx?Expires=1785447310&Signature=M2IuxfNJKlmuxCYu6WkGWTn5N0zbNN6w6XtQbKepgLTRJFo16QqfjCjK0K-xZHCtciDQ7LHyVLHL6Wb6JefDp5vtmiCI1eMYrSyh~5jtScJaQYZznv-CX2ZjIvnPYPFNpKc7M8o7pjURyfeNqEM6AIVGnDKCRiqmIwEdPHHuzIs22dx0SaSILTeJ4ChlJNB6r6yxJjgYRqhJbx1p5CjPKdsP8JdPL7YRdisGxa~5I6MssXCcN7gE4mjgWHObFV~WuQy-uCVe8RhK2initqoU36LJNYwLQeoAw90Bqv-MbEdSpPP-o9omG6LTLQGZMJKWojBNt7zi0F~hil7Xed57Ig__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,11,Allison Gregory,"The Water Project, Concord, NH, USA",United States of America,NA,NA,Ryan Cronk,"The Water Institute at UNC, Department of Environmental Sciences and Engineering, Gillings School of Global Public Health, the University of North Carolina at Chapel Hill, Chapel Hill, NC, USA",United States of America,rcronk@live.unc.edu,https://orcid.org/0000-0003-0157-4447,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drought resilience; groundwater monitoring and modeling; in situ sensors; open-source data modeling; Sustainable Development Goals; water resource decision-making,10.2166/washdev.2024.066,iwaponline.com +104926,14,10,https://iwaponline.com/washdev/article/14/10/938/104926/Stakeholder-perceptions-challenges-and-sustainable,"Journal of Water, Sanitation & Hygiene for Development","Stakeholder perceptions, challenges, and sustainable solutions for achieving safely managed sanitation in Kazakhstan: a case study from a cold region",2024,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/10/10.2166_washdev.2024.067/1/washdev0140938supp1.pdf?Expires=1785257527&Signature=eXCAUQv1iyAHkcAJtNOcf4Z3BJ7ISOFLTHGPaiF--OuVuxCoRYF6eEuJ9L12hVNGwOXso3MhPnD5D~1lNatQHBRcU3HMli1nMKeOpJoiCetRDIxzMMRIKIHHdaZnKOd~PRvNEd-0oz8mYfQmF9PAivkeVTR0epYkhQ3bqW~VxzQD1frgaxVSfd-nu-9cpFWFbXPUmNGooAvfuEgQuWD~QU96otut0OHLVJmG3H9Q5HY1lKsjQ0GnVdTrAvIYpdZ~8LkzPhwJ3Olp-f9p9DBCHNG7K0YH6kjSf6S0uQ8zzZOAyCYcmZloE4hIcTq0vLuQNYUu4nhhPjICznToZs3KgQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Aiman Uteyeva,"Department of Civil and Environmental Engineering, Imperial College London, London SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,a.uteyeva22@imperial.ac.uk,https://orcid.org/0009-0007-1671-1914,Aiman Uteyeva,"Department of Civil and Environmental Engineering, Imperial College London, London SW7 2AZ, UK",United Kingdom of Great Britain and Northern Ireland,a.uteyeva22@imperial.ac.uk,https://orcid.org/0009-0007-1671-1914,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,cold climate; Kazakhstan; SDG 6; sanitation; sanitation stakeholders; sustainability,10.2166/washdev.2024.067,iwaponline.com +104989,14,10,https://iwaponline.com/washdev/article/14/10/950/104989/Priority-areas-for-the-use-of-solar-water,"Journal of Water, Sanitation & Hygiene for Development",Priority areas for the use of solar water disinfection (SODIS) in Brazil: a spatial approach,2024,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/10/10.2166_washdev.2024.129/1/washdev0140950supp1.pdf?Expires=1785233137&Signature=Dh2IPmF24R0STCmGBe3xPovbUg5ZfuxzhaSzZKUUolqIghWAsdGo4QSydAstZDQ03gF~8-CZJdMgwQFpf09j1~N1xdLTc1vBDmkFJ-DSZ-12QRGDjd28aYVejcUzybYW9DWYKG8Ro5o9LS1En6EnOBvsUS1TmuXmuoUV3eYgMlq57ppkGGNNY548ChH4AdD9oTyXPegxi98tbXpFX~vIBKQnDaYMeOetCTO-Mbqd66SIOf9msk2VRLzwZoNJQEmLNQc4EvSWwgeUbV1w-lwrR1088coXXIthvf3sBAb86XSxE2M8eSqXBZo5wBOOKGC7SSre6zlFryqojjIQFOlIlw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Liane Yuri Kondo Nakada,"Department of Environmental Engineering, São Paulo State University (UNESP), Institute of Geosciences and Exact Sciences, Rio Claro, SP, Brazil",Brazil,liane.nakada@unesp.br,https://orcid.org/0000-0001-9733-4805,Liane Yuri Kondo Nakada,"Department of Environmental Engineering, São Paulo State University (UNESP), Institute of Geosciences and Exact Sciences, Rio Claro, SP, Brazil",Brazil,liane.nakada@unesp.br,https://orcid.org/0000-0001-9733-4805,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,global horizontal irradiance; solar water disinfection; water quality; water vulnerability,10.2166/washdev.2024.129,iwaponline.com +104310,14,10,https://iwaponline.com/washdev/article/14/10/963/104310/Investigation-of-the-chemical-and-microbial,"Journal of Water, Sanitation & Hygiene for Development","Investigation of the chemical and microbial quality of water supplied by treatment stations in Kerman city, Iran",2024,FALSE,0,NA,NA,4,Ismaeil Alizadeh,"Students’ Scientific Research Center, Tehran University of Medical Sciences, Tehran, Iran",Iran (Islamic Republic of),NA,NA,Maryam Faraji,"Environmental Health Engineering Research Center, Kerman University of Medical Sciences, Kerman, Iran",Iran (Islamic Republic of),"m.faraji@kmu.ac.ir, m_faraji28@yahoo.com",https://orcid.org/0000-0002-7220-4438,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,chemical quality; microbial quality; safe water; water treatment,10.2166/washdev.2024.136,iwaponline.com +104650,14,10,https://iwaponline.com/washdev/article/14/10/971/104650/Challenging-exclusion-bringing-the-human-rights-to,"Journal of Water, Sanitation & Hygiene for Development",Challenging exclusion: bringing the human rights to water and sanitation to Europe,2024,FALSE,0,NA,NA,2,Virginia Roaf,"Sonnenburger Str. 56, Berlin 10437, Germany",Germany,cnvmr@leeds.ac.uk,https://orcid.org/0000-0002-5360-708X,Virginia Roaf,"Sonnenburger Str. 56, Berlin 10437, Germany",Germany,cnvmr@leeds.ac.uk,https://orcid.org/0000-0002-5360-708X,TRUE,All relevant data are included in the paper.,in paper,NA,accountability; equality and non-discrimination; Europe; human rights to water and sanitation; justice; participation,10.2166/washdev.2024.179,iwaponline.com +104872,14,10,https://iwaponline.com/washdev/article/14/10/976/104872/UK-legislative-discrimination-and-the-impact-on,"Journal of Water, Sanitation & Hygiene for Development",UK legislative discrimination and the impact on Romany & Traveller WASH inequalities,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/10/10.2166_washdev.2024.197/1/washdev0140976supp1.docx?Expires=1785812600&Signature=Hen7LcOfe3eff9GXU7tx7cI7zTjuioWqkGz1ihUTOhlJMgC7usJ~2NyW1GwYpV3MJnWlfLfSbyuZoKL4crUbUcYOh472mXKXbqC~6ZtGZdLn21dW8Lr0oAo1kMB~Zg8XdmndDiSY4URY2mhUpWc7fNz4VweOJ08hoXQjMKY5QvdpNnnj7g0jPuR890tj-XQk6L2rCN3NpkL4JxodMpucFKgjX151SfFgOAw5PIlt~ffIIMsl5HSWQZ-TvYoxE3kqTgoe2JXi~V~k--cz5a3HcIqMgjXHtXSA3PzL-d6XBlexV07OaTE28hex5-9fr-lgyPfu4Oq7xHvAICrpPfJfqA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Regan John Eminson,"University of Sussex, Library Rd, Falmer, Brighton BN1 9RE, UK",United Kingdom of Great Britain and Northern Ireland,reganjohneminson@gmail.com,https://orcid.org/0000-0001-8925-8179,Regan John Eminson,"University of Sussex, Library Rd, Falmer, Brighton BN1 9RE, UK",United Kingdom of Great Britain and Northern Ireland,reganjohneminson@gmail.com,https://orcid.org/0000-0001-8925-8179,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,discrimination; environmental racism; human rights; legislation; PCSC Act; water supply,10.2166/washdev.2024.197,iwaponline.com +104927,14,10,https://iwaponline.com/washdev/article/14/10/988/104927/Adsorption-dynamics-of-chloride-removal-with,"Journal of Water, Sanitation & Hygiene for Development",Adsorption dynamics of chloride removal with activated vetiver root powder: dynamic modeling perspectives and ANN predictions,2024,FALSE,0,NA,NA,2,Riddhi Chandrakant Dhumal,"Civil Engineering Department, College of Engineering, Pune, India",India,rcd21.civil@coeptech.ac.in,https://orcid.org/0000-0001-8710-6593,Riddhi Chandrakant Dhumal,"Civil Engineering Department, College of Engineering, Pune, India",India,rcd21.civil@coeptech.ac.in,https://orcid.org/0000-0001-8710-6593,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,activated vetiver root powder; breakthrough; chloride ion removal; dynamic adsorption modeling; parameter optimization,10.2166/washdev.2024.206,iwaponline.com +104990,14,10,https://iwaponline.com/washdev/article/14/10/1003/104990/Parental-education-embarrassment-and-sanitation,"Journal of Water, Sanitation & Hygiene for Development","Parental education, embarrassment, and sanitation facilities influence menstrual product choices among female nursing students in Bangladesh",2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/10/10.2166_washdev.2024.226/1/washdev0141003supp1.docx?Expires=1785301007&Signature=eVTF36AEtpcLN6jjBZ2srBRAQgz5fJ2sJ1AHUQmK~aH3Ew0~EBmkYefH2hW-El~QirsIq7f~d9-sD7EJULN6nuOSBj5virx49KTJTR0-8NjMhXQ8QvCBni6Nm0gZzvjjhHEUZYYle4OQ1jqo924jhrWiysx2neGVYOof8VjeKys5tbg93zNER0nWQX1FbVa9DUo0KPMndYPQvH5Q1Sv-ZKmMT3VU6OmmsSwdV5gdnXJO4ShIrOR5NULgAHoCuOh7W5YPN~XM-tQinBh7dJNW5LzNsKXPsZAzZm0KTdlQKnEqwKdx5BOgyfOPV8Nr7kEHRRPsjatnwxr03Xsr3UGgeg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Md. Nahid Uz Zaman,"Graduate School of Health Sciences, Hokkaido University, 060-0812 Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,NA,https://orcid.org/0000-0002-6815-6883,Taro Yamauchi,"Faculty of Health Sciences, Hokkaido University, 060-0812 Kita 12, Nishi 5, Kita-ku, Sapporo, Hokkaido, Japan",Japan,taroy@med.hokudai.ac.jp,https://orcid.org/0000-0002-5168-2748,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,Bangladesh; menstrual health and hygiene; menstrual hygiene products; nurses; women; s health,10.2166/washdev.2024.226,iwaponline.com +105476,14,11,https://iwaponline.com/washdev/article/14/11/1017/105476/Challenges-associated-with-access-to-safe-water-in,"Journal of Water, Sanitation & Hygiene for Development","Challenges associated with access to safe water in Rhino Camp refugee settlement in Arua District, Uganda",2024,FALSE,0,NA,NA,6,Ronald Semyalo,"Department of Zoology, Entomology and Fisheries Sciences, College of Natural Sciences, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,ronald.semyalo@mak.ac.ug,https://orcid.org/0000-0002-1180-2696,Ronald Semyalo,"Department of Zoology, Entomology and Fisheries Sciences, College of Natural Sciences, Makerere University, P.O. Box 7062, Kampala, Uganda",Uganda,ronald.semyalo@mak.ac.ug,https://orcid.org/0000-0002-1180-2696,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Rhino Camp refugee settlement; water accessibility; waterborne diseases,10.2166/washdev.2024.156,iwaponline.com +104821,14,11,https://iwaponline.com/washdev/article/14/11/1030/104821/The-role-of-Water-Operator-Partnership-in,"Journal of Water, Sanitation & Hygiene for Development",The role of Water Operator Partnership in accelerating adoption of new working process for non-revenue water reduction: a case study – Waterworx WOP between Perumda Air Minum Tirta Moedal and VEI,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.236/1/washdev0141030supp1.docx?Expires=1785303319&Signature=MEgpJZpd9AdYGWMNAFPKNyfWl1382B7OLYizFHhR74-FzmdLhpdwjOshzJq-TOyIjzLgcggyrCrVWvxMZM6ZNO3c5-aD9jJLfbeEV2p9leyK6hBTqLZywqNRMDypDn3SQNg7gZDXNIF0P-6WM~7KA4s68Z3B8JiMm-EXW5jENGKkIFTbwN4fM8DrpYtWOfqh~7CQGzQ3opzPG-SWKEXEBRZ78giA8DWLKxNmkzb0slVxNw0ddX-8Xa7mThQuhJHCoWpgGCpgPOVAqIUieJ9K8i-Kov57DVE-zYgYeDISRFCPMexXAq7ZrJCSh8952ANqIItyJniTbjfliQwyPqE1WA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Ardian Wiedilaksono,"Program Development Department, Perumda Air Minum Tirta Moedal, Semarang, Indonesia",Indonesia,ardian@pdamkotasmg.co.id,https://orcid.org/0009-0008-5855-642X,Ardian Wiedilaksono,"Program Development Department, Perumda Air Minum Tirta Moedal, Semarang, Indonesia",Indonesia,ardian@pdamkotasmg.co.id,https://orcid.org/0009-0008-5855-642X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,active leakage control; minimum night flow; non-revenue water; water balance; Water Operator Partnership; water utility,10.2166/washdev.2024.236,iwaponline.com +105669,14,11,https://iwaponline.com/washdev/article/14/11/1043/105669/Qualitative-study-of-drinking-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Qualitative study of drinking water, sanitation, and hygiene access: perspectives from the Central Gonja District, Ghana, and Mtubatuba Municipality, South Africa",2024,FALSE,0,NA,NA,3,Prosper Bazaanah,"Future Africa Institute, University of Pretoria, Pretoria, South Africa",South Africa,prosper.bazaanah@up.sa.za,https://orcid.org/0000-0002-9948-2147,Prosper Bazaanah,"Future Africa Institute, University of Pretoria, Pretoria, South Africa",South Africa,prosper.bazaanah@up.sa.za,https://orcid.org/0000-0002-9948-2147,TRUE,Data is available for access upon reasonable request.,Data is available for access upon reasonable request.,NA,Central Gonja District; Ghana; health; Mtubatuba Municipality; sanitation; South Africa; water,10.2166/washdev.2024.021,iwaponline.com +104925,14,11,https://iwaponline.com/washdev/article/14/11/1066/104925/Identifying-ordinal-categories-for-the-Water,"Journal of Water, Sanitation & Hygiene for Development",Identifying ordinal categories for the Water Insecurity Experiences Scales,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.042/1/washdev0141066supp1.docx?Expires=1785234879&Signature=UD4kbI3Qbl0we~syaYV6amsV7WJnH0fRunuDvrBIgH072jqkemBW0ZDzWYu72hyG1CDXzo3khf7eWg-wx7ee5yvIQOKpm4LGcXDoBELDBMwtf7MGTyO8z~0PYXin7Tf5kA9svRlSGuTVjMZmAXVx9U8rq0uedTw26VN9LQOYnLBb~pqh7witlAdg0pAd4mLCx2W3Ul7gEM~p1WU8hF5arIJEXULdwiLS226JKEYO-OzC08vWLo17AKr-LXcPRw97LSduq-2~GProaSXjfm8Li4UjK07gDOcMW3vU3RDX8FppRu6QvRl6ajXuXEuWS8qs3EFb5Zi3PACDVWTcQ37pNA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Edward A. Frongillo,"Arnold School of Public Health, University of South Carolina, 915 Greene Street, Columbia, South Carolina 29208, USA",United States of America,NA,https://orcid.org/0000-0002-8265-9815,Sera L. Young,"Department of Anthropology, Northwestern University, 1810 Hinman Avenue, Evanston, Illinois 60208, USA",United States of America,sera.young@northwestern.edu,https://orcid.org/0000-0002-1763-1218,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,indicators; scale development; validation; water security,10.2166/washdev.2024.042,iwaponline.com +105764,14,11,https://iwaponline.com/washdev/article/14/11/1079/105764/A-preliminary-investigation-into-the-relationship,"Journal of Water, Sanitation & Hygiene for Development",A preliminary investigation into the relationship between municipal debt and the financial viability of waterboards in South Africa,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.081/1/washdev0141079supp1.docx?Expires=1785266405&Signature=TPxfvmVpsDOjJTGGCMoUCCU7g7Tg7S4wuM086ageDN35LDQzRHk5n03YM0c9IY-2D4BO2SzvTFRAK~2VKLTRjbfa39TJ3yfm7r4E2nRR0pwpOTRTOUeP8JgN8rxW73FcxeTPgRLlpDWGOqtIdXkQFW7btLGOoVOaAvqY3wJKl7iNQAwmenBlGsBMXirSOZ6KxxQv2MsnvCIgcEo3UIUjYoVwcuRump8j0iCYk99j~UX71hdwvsOYGmPpaFvGq-TMUm2UA0plz07hVSMDJuBgv1rJPpG3JHf2uIFm7rzIo--gGtS09AX3dWoqj3ds1Ewe7gBkR3xGQOevxmgXJyE4gA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Moloko Matlala,"Wits Business School, University of the Witwatersrand, Johannesburg, South Africa",South Africa,matlalam2@dws.gov.za,https://orcid.org/0009-0009-7270-4991,Moloko Matlala,"Wits Business School, University of the Witwatersrand, Johannesburg, South Africa",South Africa,matlalam2@dws.gov.za,https://orcid.org/0009-0009-7270-4991,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,financial health; municipalities; vulnerability; waterboards; water services provision,10.2166/washdev.2024.081,iwaponline.com +105372,14,11,https://iwaponline.com/washdev/article/14/11/1087/105372/Physiological-characteristics-of-microbial,"Journal of Water, Sanitation & Hygiene for Development",Physiological characteristics of microbial transformation during chronic exposure to triclosan as a hydrophobic antibacterial agent and post-antibacterial cessation,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.095/1/washdev0141087supp1.docx?Expires=1786521234&Signature=JYn3jgGoGcX3Rja5~UH0ztmo7ymqEy39XU8UveUajKDrLaGXPCM4-CzaWY2xj6qTmwAe1J3BV1c6nG~IKWNJj3Yt46448r8ChxySTrka3s6hbNScLV~gwb~gqr2fjsjymmvgEkHYATylIiuoeWKVBktmBp1In8QDnVJHjYJ0kSMQcC8Zc2we3-yAOzANkhDHGAZslisgKNpRKIowV8BY7315UkpTFrBQjwO~JCbYjr2SVzXsW6XCOc5mCoienkGIKOwk9tbd9BcLjkthK~ZOlRH~vy3sQpk1ABzQDGbmTV9ak6rJLPgbaLbHTicLGxQNQBnL9RQY9I2jEVIGJVjU-A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,T. H. Nguyen,"Department of Civil and Environmental Engineering, Graduate School of Science and Engineering, Saitama University, 255 Shimo-okubo, Sakura-ku, Saitama 338-8570, Japan",Japan,nguyen.t.h.306@ms.saitama-u.ac.jp,https://orcid.org/0009-0007-5128-8605,T. H. Nguyen,"Department of Civil and Environmental Engineering, Graduate School of Science and Engineering, Saitama University, 255 Shimo-okubo, Sakura-ku, Saitama 338-8570, Japan",Japan,nguyen.t.h.306@ms.saitama-u.ac.jp,https://orcid.org/0009-0007-5128-8605,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antimicrobial resistance; kinetic growth; membrane permeability; triclosan,10.2166/washdev.2024.095,iwaponline.com +105387,14,11,https://iwaponline.com/washdev/article/14/11/1096/105387/Sanitation-ladder-in-rural-and-urban-India-can,"Journal of Water, Sanitation & Hygiene for Development",Sanitation ladder in rural and urban India: can subsidy from the Swachh Bharat Mission ensure transition to safely managed toilets?,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.096/1/washdev0141096supp1.docx?Expires=1785372562&Signature=Sf65WnEteciEZ1Ap9kU~nDM2eZV8rU5F7DoQ0xffO~1KaDaqc0YyFaDCnLDAhcX0As495jHzNE3UqKP2TpPd5i60gYqpiIFHloAmQa23wfHUINaO1bnOUQczfWcG9PqMeGkADHOFpwm9ZV3hwunlI-Im~gUGcsRxXWoOaoUIfuf8ei2k8aCJumRSt-8WioHw9l6F3C-QTBBtQOCmBRSTV3nfcrvSNUvb4JcOUBFd-fSIFfDI~n~OyoK5xbwmvwh-VzhEEra2a7cAmpsFJrhnEODq~zWWFDini63D5DkcoRj~XKBW34sfygvHmgcQ9f2y4Sv0uuHZrvrOzI36LII7Fw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Debasree Bose,"Department of Economics, Krishnagar Government College, Krishnagar, Nadia, West Bengal 741101",NA,NA,NA,Arijita Dutta,"Department of Economics, University of Calcutta, Kolkata, West Bengal 700050",NA,adeco@caluniv.ac.in,https://orcid.org/0000-0002-9480-0740,TRUE,All relevant data are available from an online repository at https://www.mospi.gov.in/unit-level-data-report-nss-76th-round-schedule-12-july-december-2018-drinking-water-sanitation.,available in online repository,NA,construction subsidy; safely managed sanitation; sanitation ladder; sustainability; Swachh Bharat Mission,10.2166/washdev.2024.096,iwaponline.com +105220,14,11,https://iwaponline.com/washdev/article/14/11/1113/105220/Understanding-consumption-and-purchase-of-tap,"Journal of Water, Sanitation & Hygiene for Development","Understanding consumption and purchase of tap water and diverse tap-alternative drinking water sources in Detroit, Michigan",2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.100/1/washdev0141113supp1.docx?Expires=1785453264&Signature=M9i-5wxF6j8XtSvZcuCYkLvt8GV9YYbOevzg1fLf51G-7xGGC5AvI-B03fr-aNOf0HworKkIhrmAox5UafibAc-IHpVkWQQzi7PKUMCH61Q9Is8lxN~qLLi12lHvFCERsGX9sAmIuZwxTHvtgK-qveekHADk1~WVsks~Q8KWDaWCha5Fyk-UhFswbdeNi~SFVKTqpKZAL7HnXwlJYgGHfDuTJM0fgMsw-c6lYWy-ALjJYhG5ovTD2jgrJ70ccwonpMUpTEyNlr6Jxv0APv~X6u2ApdErOeM-b2kGbO8FFPOgkIHVwPwYiT7MFQsxNdBsnFVE54r~r8AM-i0JoHU9YQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Gregory Pierce,"Luskin Center for Innovation, UCLA, Los Angeles, CA 90095, USA",United States of America,gpierce@luskin.ucla.edu,https://orcid.org/0000-0002-8164-5825,Gregory Pierce,"Luskin Center for Innovation, UCLA, Los Angeles, CA 90095, USA",United States of America,gpierce@luskin.ucla.edu,https://orcid.org/0000-0002-8164-5825,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,bottled water; low-income; tap trust; water insecurity,10.2166/washdev.2024.100,iwaponline.com +105366,14,11,https://iwaponline.com/washdev/article/14/11/1125/105366/Accounting-for-solidarity-trust-and-results-as-a,"Journal of Water, Sanitation & Hygiene for Development",Accounting for solidarity: trust and results as a replacement of contracts in water operators’ partnerships,2024,FALSE,0,NA,NA,3,Sajib Mahanta,"WASTE NL, The Hague, The Netherlands",Netherlands,NA,NA,Klaas Schwartz,"IHE Delft Institute for Water Education, Delft, The Netherlands",Netherlands,k.schwartz@un-ihe.org,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,accountability; partnerships; solidarity-based collaboration; water supply,10.2166/washdev.2024.112,iwaponline.com +105689,14,11,https://iwaponline.com/washdev/article/14/11/1134/105689/Surface-water-quality-in-Costa-Rica-new,"Journal of Water, Sanitation & Hygiene for Development",Surface water quality in Costa Rica: new initiatives and challenges,2024,FALSE,0,NA,NA,2,Robert Hearne,"Department of Agribusiness and Applied Economics, NDSU Dept 7610, North Dakota State University, P.O. Box 6050, Fargo, ND 58108-6050, USA",United States of America,robert.hearne@ndsu.edu,NA,Robert Hearne,"Department of Agribusiness and Applied Economics, NDSU Dept 7610, North Dakota State University, P.O. Box 6050, Fargo, ND 58108-6050, USA",United States of America,robert.hearne@ndsu.edu,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Costa Rica; wastewater treatment; water policy; water quality; water supply and sanitation,10.2166/washdev.2024.144,iwaponline.com +105546,14,11,https://iwaponline.com/washdev/article/14/11/1146/105546/Locked-out-of-water-a-reflection-on-WaSH-access-in,"Journal of Water, Sanitation & Hygiene for Development",Locked out of water: a reflection on WaSH access in US prisons,2024,FALSE,0,NA,NA,3,Jesse Crosson,"Second Chancer Foundation, Charlottesville, VA, USA",United States of America,NA,NA,Ruth E. Sylvester,"School of Civil Engineering, University of Leeds, Woodhouse Lane, Leeds LS2 9LG, UK",United Kingdom of Great Britain and Northern Ireland,r.sylvester@leeds.ac.uk,https://orcid.org/0000-0002-1011-8569,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,discrimination; human rights; incarceration; involuntarily displaced populations; prisons; WaSH equity,10.2166/washdev.2024.159,iwaponline.com +105559,14,11,https://iwaponline.com/washdev/article/14/11/1155/105559/Restroom-access-and-health-among-people,"Journal of Water, Sanitation & Hygiene for Development","Restroom access and health among people experiencing homelessness: A focus on San Diego, CA",2024,FALSE,0,NA,NA,5,Jerel P. Calzo,"School of Public Health, San Diego State University, San Diego, CA, USA",United States of America,jcalzo@sdsu.edu,https://orcid.org/0000-0002-4656-1052,Jerel P. Calzo,"School of Public Health, San Diego State University, San Diego, CA, USA",United States of America,jcalzo@sdsu.edu,https://orcid.org/0000-0002-4656-1052,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,gastrointestinal diseases; homelessness; hygiene; skin diseases; toilet facilities; urologic diseases,10.2166/washdev.2024.160,iwaponline.com +105673,14,11,https://iwaponline.com/washdev/article/14/11/1169/105673/Equitable-access-to-drinking-water-focus-on,"Journal of Water, Sanitation & Hygiene for Development",Equitable access to drinking-water: focus on European Union member states,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/11/10.2166_washdev.2024.170/1/washdev0141169supp1.docx?Expires=1785273597&Signature=Rzh7Dymvj08vEYQDdbtfp9RxgL1hL169-ZQWGSTugIhKOn-BV~wEYf4WbCxIzl6LFK96SnhJVlvWmeKou2vUObdzTTwgNVCfxu8sdL-VEfPrBUD6XhSB3KdM~xrskW4u3UiuCE30T8FmfUs8V7rgOE4SEG-GK0DgAzTwqDUCoPmV7CduruwPbWu3CBUZIh7S-sxe6BrzXSWxC3zSohoBid-pCOquB-ELaiNB9SD9zoN5mJNdskE2nGjxPsGamPfoyutn1brlz~DQrqPp4XYbVJJPzFDUXsXEE-MbRnSFhwjiPfWFEDjqqFjFJ7KgJT407PpSInpTfBBSEql2D-nMBw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Laura Huber,"German Environment Agency (UBA), WHO Collaborating Centre for Research on Drinking-Water Hygiene, Berlin, Germany",Germany,laura.huber@uba.de,https://orcid.org/0009-0004-7694-9914,Laura Huber,"German Environment Agency (UBA), WHO Collaborating Centre for Research on Drinking-Water Hygiene, Berlin, Germany",Germany,laura.huber@uba.de,https://orcid.org/0009-0004-7694-9914,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,drinking-water; Drinking Water Directive; equitable access; European Union; Protocol on Water and Health,10.2166/washdev.2024.170,iwaponline.com +105760,14,11,https://iwaponline.com/washdev/article/14/11/1182/105760/Water-Sanitation-and-Hygiene-insecurity-and,"Journal of Water, Sanitation & Hygiene for Development","Water, Sanitation, and Hygiene insecurity and infectious disease outbreaks among internally displaced populations in Gaza: Implications of conflict-driven displacement on public health",2024,FALSE,0,NA,NA,2,Kate Zinszer,"Department of Social and Preventive Medicine, School of Public Health, University of Montreal, Montréal, Canada",Canada,NA,NA,Samer Abuzerr,"Department of Medical Sciences, University College of Science and Technology, Khan Younis, Gaza, Gaza Strip, Palestine",State of Palestine,s.abuzerr@ucst.edu.ps,https://orcid.org/0000-0001-8950-3293,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,displaced populations; Gaza Strip; humanitarian crisis; infectious diseases; mixed-methods study; WaSH insecurity,10.2166/washdev.2024.361,iwaponline.com +103401,14,12,https://iwaponline.com/washdev/article/14/12/1193/103401/Effectiveness-of-water-sanitation-hygiene-and,"Journal of Water, Sanitation & Hygiene for Development","Effectiveness of water, sanitation, hygiene, and nutritional interventions to reduce pathogenic infections and improve nutritional status in children: a systematic review and meta-analysis of randomized controlled trial",2024,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/12/10.2166_washdev.2024.203/1/washdev0141193supp1.pdf?Expires=1785240349&Signature=LM~vw5ZHbCvAYgCuuGmJZw0agcvldLWPq8ePvY81vR8BEPE3AisNyavstE7lIUEJZNWabF2BMe-c1yVnQZpbzG-pT7WYFjHJL-3qXoC3ZAygyPdAh4r~MDaYtbDn3W8C95zp29wt4UDRi7Z8tNPdq3nxJOdfsh9mkxDtYYwEdjo4vCPCbGzopUVy1Lzx0wxqK5bc4wkO7FXhL2Dl3nlRKoZMtRcoRyOK5HbX6c8HizaoBCUmk20Z57oJHCmQYSS5czKkzMMMrRWRWRRvFm~Tl84DvSeUfIiiih~e4OJ10GQ9RZ0P4DNVkRl5fYb~HT3muWye~hxB3AEsNpto8xz5Qw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Syahrul Tuba,"Faculty of Military Pharmacy, The Republic of Indonesia Defense University, Sentul, Indonesia",Indonesia,syahrul.tuba@idu.ac.id,https://orcid.org/0000-0002-3082-8891,Syahrul Tuba,"Faculty of Military Pharmacy, The Republic of Indonesia Defense University, Sentul, Indonesia",Indonesia,syahrul.tuba@idu.ac.id,https://orcid.org/0000-0002-3082-8891,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,children; nutrition; pathogenic infections; sanitation hygiene; water,10.2166/washdev.2024.203,iwaponline.com +105751,14,12,https://iwaponline.com/washdev/article/14/12/1216/105751/Evaluative-criteria-for-least-cost-economic,"Journal of Water, Sanitation & Hygiene for Development",Evaluative criteria for least-cost economic analysis of citywide inclusive sanitation: A scoping review,2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/12/10.2166_washdev.2024.209/1/washdev0141216supp1.docx?Expires=1785469471&Signature=X~o9cmuV0-hkilH10RAVRI8rLXe0hy6WA63-SEWh7MgETo0ebSV6x22olf-yjIapaEwKB8hT7VK9IoUe69EwUcBrYi9RRKeSUI717xzWhGUSknsGKHWelpLjGBDu8Mhe-fIvpPKbvXRSM2NmZO0Kgr65LrfzBoDAH7kPzHyiDNjEc-jDslV9h4azm~grssQyY3tE4QjV5y8RkxWbWWby9dTb8FXaByz3O2IJHfmbfMMmnbdjkWjpoyfA1jNEgeKVlooit2Kea9jSZRnNM21U3k~CTF-XCQH5v8FR7i2xFUyK8t7o366rToaw~ZSE44EVSGrGYYzbllmbxQYkPgR6og__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Simon Ross,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia",Australia,simon.ross@uts.edu.au,https://orcid.org/0000-0001-5052-7255,Simon Ross,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia",Australia,simon.ross@uts.edu.au,https://orcid.org/0000-0001-5052-7255,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,cost analysis; heterogeneity; integrated resource planning; least-cost planning; urban sanitation; urban water,10.2166/washdev.2024.209,iwaponline.com +105962,14,12,https://iwaponline.com/washdev/article/14/12/1231/105962/Greenhouse-gas-emissions-from-container-based,"Journal of Water, Sanitation & Hygiene for Development","Greenhouse gas emissions from container-based sanitation systems in East African cities: a case study in Nairobi, Kenya",2024,FALSE,0,NA,NA,4,David Okeny,"Department of Civil and Environmental Engineering; College of Engineering, Design, Art, and Technology, Makerere University, P. O. Box 7062, Kampala, Uganda",Uganda,daudioke@gmail.com,https://orcid.org/0009-0007-1946-1631,David Okeny,"Department of Civil and Environmental Engineering; College of Engineering, Design, Art, and Technology, Makerere University, P. O. Box 7062, Kampala, Uganda",Uganda,daudioke@gmail.com,https://orcid.org/0009-0007-1946-1631,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,container-based sanitation; emissions; greenhouse gases; Nairobi,10.2166/washdev.2024.115,iwaponline.com +105924,14,12,https://iwaponline.com/washdev/article/14/12/1244/105924/Climate-change-adaptation-through-rainwater,"Journal of Water, Sanitation & Hygiene for Development","Climate change adaptation through rainwater harvesting to enhance food security in Diamaré, Cameroon",2024,FALSE,0,NA,NA,3,Rodrigue Jinyuy Birka,"Pan African University Institute for Water and Energy Sciences (including Climate Change), Tlemcen, Algeria",Algeria,birkarodrigue80@gmail.com,https://orcid.org/0009-0000-5221-6223,Rodrigue Jinyuy Birka,"Pan African University Institute for Water and Energy Sciences (including Climate Change), Tlemcen, Algeria",Algeria,birkarodrigue80@gmail.com,https://orcid.org/0009-0000-5221-6223,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,climate change; food security; rainwater harvesting; rainfall variability,10.2166/washdev.2024.120,iwaponline.com +105884,14,12,https://iwaponline.com/washdev/article/14/12/1260/105884/Water-supply-for-refugees-and-their-host,"Journal of Water, Sanitation & Hygiene for Development",Water supply for refugees and their host communities in protracted situations: costs and financing options for sustaining services in Ethiopia and Uganda,2024,FALSE,0,NA,NA,9,Joseph Pearce,"IRC, Riviervismarkt 5, The Hague, AM 2513, The Netherlands",Netherlands,NA,NA,John Butterworth,"IRC, Riviervismarkt 5, The Hague, AM 2513, The Netherlands",Netherlands,butterworth@ircwash.org,https://orcid.org/0000-0003-3020-5835,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,life-cycle costs; refugees; social cohesion; sustainable financing; utility management; water supply,10.2166/washdev.2024.150,iwaponline.com +105560,14,12,https://iwaponline.com/washdev/article/14/12/1269/105560/Spatial-inequality-in-water-access-in-the-US-case,"Journal of Water, Sanitation & Hygiene for Development",Spatial inequality in water access in the US: case studies and solutions,2024,FALSE,0,NA,NA,3,Tanvi Nagpal,"Foreign Policy Institute, Johns Hopkins University, 555 Pennsylvania Avenue NW. Washington, DC 20001",NA,tnagpal1@jhu.edu,https://orcid.org/0000-0001-6561-8280,Tanvi Nagpal,"Foreign Policy Institute, Johns Hopkins University, 555 Pennsylvania Avenue NW. Washington, DC 20001",NA,tnagpal1@jhu.edu,https://orcid.org/0000-0001-6561-8280,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Bipartisan Infrastructure and Investment Jobs Act; environmental justice; spatial inequality; place-based discrimination; safe water access; water equity,10.2166/washdev.2024.172,iwaponline.com +105909,14,12,https://iwaponline.com/washdev/article/14/12/1277/105909/Legislative-influence-on-the-decline-of-public,"Journal of Water, Sanitation & Hygiene for Development",Legislative influence on the decline of public toilet provision in the UK: a case study of Leeds city,2024,FALSE,0,NA,NA,4,Grace Phiri,"School of Civil Engineering, University of Leeds, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,cngp@leeds.ac.uk,https://orcid.org/0009-0001-4212-1164,Grace Phiri,"School of Civil Engineering, University of Leeds, Leeds, UK",United Kingdom of Great Britain and Northern Ireland,cngp@leeds.ac.uk,https://orcid.org/0009-0001-4212-1164,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,local authority; infrastructural citizenship; citizen; government; policy; public toilet citizenship,10.2166/washdev.2024.380,iwaponline.com +105858,14,12,https://iwaponline.com/washdev/article/14/12/1291/105858/From-fetchers-to-decision-makers-exploring-the,"Journal of Water, Sanitation & Hygiene for Development","From fetchers to decision-makers: exploring the gender dynamics of water access and governance in resource-poor communities of Mbala, Zambia",2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/12/10.2166_washdev.2024.214/1/washdev0141291supp1.docx?Expires=1785308459&Signature=Xsp25PHxKhVXDqGRK9rTXlLOhAmd4i6pTVFyf~oiSwHltjTuVOo9sCn2txL5ZEmndNCNnJXR3EgikG9E3xTjSejJtSRwvwHsZ2w7TzA6NueYNmM5dobuKtLRoztivPJoaUSwEMefW0ObHiOJHKw0BORCj8zrZHnrhcdtY~XI5HPrBGPgc2Ns4wKQ-I6iUIXCUokoRSllMatBgjjBC5MPHG2td8Rr4o0mJAVKN7QgBYUwllezYt0SiXXAgl4F3UXaugy2CkItwf9oA0dHRSeJhkm499agiJI8C4vbqTrimcpZGuf4t65Vu2GVSiWl3wiiEMcGveEa9Sqbx5d9vcvjcg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Babra Namwiinga Nkolola,"School of Environmental Management, University of Lusaka, Lusaka, Zambia",Zambia,phdem23222717@stud.unilus.ac.zm,https://orcid.org/0009-0000-9857-1482,Babra Namwiinga Nkolola,"School of Environmental Management, University of Lusaka, Lusaka, Zambia",Zambia,phdem23222717@stud.unilus.ac.zm,https://orcid.org/0009-0000-9857-1482,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,community-based management; Mbala; rural Zambia; water access; women,10.2166/washdev.2024.214,iwaponline.com +106197,14,12,https://iwaponline.com/washdev/article/14/12/1305/106197/Remediation-of-antibiotics-contaminated-wastewater,"Journal of Water, Sanitation & Hygiene for Development",Remediation of antibiotics-contaminated wastewater through photocatalytic techniques: Implications for SDGs that support a more sustainable future and a healthy planet,2024,FALSE,0,NA,NA,20,Omolola Helen Aremu,"Nanoscience Research Unit, Department of Chemistry, Federal University Oye-Ekiti, Oye-Ekiti, Nigeria",Nigeria,NA,NA,Olushola Sunday Ayanda,"Nanoscience Research Unit, Department of Chemistry, Federal University Oye-Ekiti, Oye-Ekiti, Nigeria",Nigeria,olushola.ayanda@fuoye.edu.ng,https://orcid.org/0000-0001-8022-8010,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibiotics; development; goals; pharmaceuticals; photocatalysis; sustainable,10.2166/washdev.2024.220,iwaponline.com +105788,14,12,https://iwaponline.com/washdev/article/14/12/1353/105788/Briquetting-of-black-soldier-fly-frass-as-a-post,"Journal of Water, Sanitation & Hygiene for Development",Briquetting of black soldier fly frass as a post-harvest stabilization strategy,2024,FALSE,0,NA,NA,6,Rosemary M. Matheka,"Civil, Construction and Environmental Engineering, Jomo Kenyatta University of Agriculture and Technology, P.O. Box 62000-00200, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,https://orcid.org/0000-0003-1827-5566,Rosemary M. Matheka,"Civil, Construction and Environmental Engineering, Jomo Kenyatta University of Agriculture and Technology, P.O. Box 62000-00200, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,https://orcid.org/0000-0003-1827-5566,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,bioenergy; calorific values; circular economy; environment; frass; stabilization,10.2166/washdev.2024.249,iwaponline.com +105973,14,12,https://iwaponline.com/washdev/article/14/12/1371/105973/Development-of-an-accessible-analytical-model-for,"Journal of Water, Sanitation & Hygiene for Development",Development of an accessible analytical model for small-volume feces composting,2024,FALSE,0,NA,NA,2,Pablo Cotera Rivera,"Water and Energy Research Lab, Department of Mechanical and Industrial Engineering, University of Toronto, 5 King's College Rd, Toronto, ON M5S 3G8, Canada",Canada,NA,https://orcid.org/0009-0008-1443-5204,Amy M. Bilton,"Water and Energy Research Lab, Department of Mechanical and Industrial Engineering, University of Toronto, 5 King's College Rd, Toronto, ON M5S 3G8, Canada",Canada,bilton@mie.utoronto.ca,https://orcid.org/0000-0002-1261-7417,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,analytical model; feces composting; pathogen inactivation; small volume; thermophilic composting,10.2166/washdev.2024.250,iwaponline.com +105752,14,12,https://iwaponline.com/washdev/article/14/12/1386/105752/The-potential-application-of-non-sewered,"Journal of Water, Sanitation & Hygiene for Development","The potential application of non-sewered sanitation systems in healthcare facilities – a case study in Beijing, China",2024,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/12/10.2166_washdev.2024.280/1/washdev0141386supp1.docx?Expires=1785281509&Signature=h78gl~rq3gYVx~l0pnu8iq6ngDlgvqSY1hX5WD~N95LRNYEsjPflLGs85dThLwmRrCa4GFZgchUc3D0pDuDX3q3afGzawf5sMNrvWGnRJYjchVztJl9upYm3Eqmi04omkC94yvMZc6wMhPxf0rcND7Vu7wGMueSumzngbwYb06Ws1Pys2yenjP4P-6BI~IPM9owBIHB9QaxKudtjEFxbMQ-Ax37kMUV08xozFfyfjTrdOJdsHpA8FzGe9dMLynmMkVj6v6SZm7HonXuY~UJTr5PbKN3zCQpw9GnhQ-rDtqAj03f6OlS04azvYt1jemBE8jff86Uth-soa-sFURLxXg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Shikun Cheng,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, University of Science and Technology Beijing, Xueyuan Road No. 30, Haidian District, Beijing 100083, China",China,chengshikun@ustb.edu.cn,https://orcid.org/0000-0001-9943-6776,Shikun Cheng,"School of Energy and Environmental Engineering, Beijing Key Laboratory of Resource-oriented Treatment of Industrial Pollutants, University of Science and Technology Beijing, Xueyuan Road No. 30, Haidian District, Beijing 100083, China",China,chengshikun@ustb.edu.cn,https://orcid.org/0000-0001-9943-6776,TRUE,All relevant data are included in the paper or its Supplementary information.,in paper,NA,healthcare facilities; PEST analysis; non-sewered sanitation systems; sanitation; sustainability,10.2166/washdev.2024.280,iwaponline.com +106235,15,1,https://iwaponline.com/washdev/article/15/1/1/106235/Trial-of-fog-and-rainwater-harvesting-to-alleviate,"Journal of Water, Sanitation & Hygiene for Development",Trial of fog and rainwater harvesting to alleviate water scarcity in the agricultural highlands of the Galapagos Islands,2025,FALSE,0,NA,NA,4,Charlie Ferguson,"Galapagos Conservation Trust, Unit G02, The Print Rooms, 164 – 180 Union Street London SE1 0LH, UK",United Kingdom of Great Britain and Northern Ireland,c.ferguson@cantab.net,https://orcid.org/0000-0003-4183-3300,Charlie Ferguson,"Galapagos Conservation Trust, Unit G02, The Print Rooms, 164 – 180 Union Street London SE1 0LH, UK",United Kingdom of Great Britain and Northern Ireland,c.ferguson@cantab.net,https://orcid.org/0000-0003-4183-3300,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,fog harvesting; Galapagos Islands; off-grid water supply; rain harvesting; sustainable water management; water scarcity,10.2166/washdev.2024.114,iwaponline.com +106270,15,1,https://iwaponline.com/washdev/article/15/1/8/106270/Effect-of-household-socioeconomic-status-on,"Journal of Water, Sanitation & Hygiene for Development","Effect of household socioeconomic status on disposable diaper use and disposal in Greater Accra, Ghana and Kisumu, Kenya: a cross-sectional study",2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/1/10.2166_washdev.2024.137/2/washdev0150008supp1.docx?Expires=1785246549&Signature=u-TWp9Bmr96Vz-jx6xr-0vbLSY2vs0JIXeL7AL~NyFivyNZyPJdxdNoqvVRsj2q5iB-czqG5E8jU6lMq69~tlcos1rr3srWy0tUBqjZc77qVVTaLKXFVAT28wQhgWrfjoQn5j7xa5VqBho1BfbnsUwChGDbeorq-9MvyVbyorbhkNuXg6NrF7Yux2KiEEv3a8lh~srMkZkJ3j0wbncp-fbXEXUztTtHEEdt1dgk4bi2uIrdaZxBbvgR1L1IrtXyWu~sYRlRCFWIUyfvNbi6GOjq6s5CTwZq2bG~Ty~V~jnodxhETCZsowLWuLkGUcqEVd8EZyXyWf9FL~5mujszlhw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Moses Asamoah,"School of Economic, Social and Political Sciences, University of Southampton, Highfield, Southampton SO17 1BJ, UK",United Kingdom of Great Britain and Northern Ireland,NA,https://orcid.org/0000-0002-2242-6366,Mawuli Dzodzomenyo,"Ghana School of Public Health, University of Ghana, P.O. Box LG 13, Legon, Accra 15, Ghana",Ghana,mdzodzomenyo@ug.edu.gh,https://orcid.org/0000-0002-4709-3182,TRUE,All relevant data are available from https://dx.doi.org/10.5255/UKDA-SN-856911.,available in online repository,NA,Africa; child faeces disposal; disposable diapers; nappies; toilet-training; waste management,10.2166/washdev.2024.137,iwaponline.com +106403,15,1,https://iwaponline.com/washdev/article/15/1/24/106403/Do-users-perceptions-of-neighbors-cleaning,"Journal of Water, Sanitation & Hygiene for Development","Do users' perceptions of neighbors' cleaning behavior of shared sanitation facilities act as a credible threat in urban low-income communities? A case study of Khulna City, Bangladesh",2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/1/10.2166_washdev.2024.148/2/washdev0150024supp1.docx?Expires=1785287188&Signature=wHVCHnd0FNhn2Oex2WVAi-ZUNltroOKKm~WEqW6MqO1Wj-LnUGjN7NHpMvFxDgdf0AkBHkQePT5keyADHt3w9q8lVlgi4M-YhTRKVWYHuHx6sMSD-JSaGySJPLkG3gOSnyi7go-L4dwFXp19eYaSW5-WvXYBeacKR1Lq5mBsni3gYLMYkyTI-OlshOU1AZnF3sVhVmfD1YiwyNtWtp~pk62mWubt31x4sQkjpGDFulzK7YTJB9z-bpUeQ3mF-tWm4DtD67WhR6-ykjBMxp-94yt1qRVvWFaLdtURfFzDltap9sBpiSMhqLZhsCtVooGpINvc~TGJxOolXm~ey6rbQA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Michiko Kikuchi,"Division of Medical Safety and Risk Management, National Center for Global Health and Medicine, 1-21-1, Toyama, Shinjuku-ku, Tokyo, Japan, 162-8655",NA,mkikuchi@hosp.ncgm.go.jp,https://orcid.org/0000-0002-1340-8537,Michiko Kikuchi,"Division of Medical Safety and Risk Management, National Center for Global Health and Medicine, 1-21-1, Toyama, Shinjuku-ku, Tokyo, Japan, 162-8655",NA,mkikuchi@hosp.ncgm.go.jp,https://orcid.org/0000-0002-1340-8537,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,common pool resources; infinitely repeated games; sanitation; social dilemma; urban low-income communities,10.2166/washdev.2024.148,iwaponline.com +106394,15,1,https://iwaponline.com/washdev/article/15/1/35/106394/Hand-hygiene-compliance-and-its-predictors-among,"Journal of Water, Sanitation & Hygiene for Development","Hand hygiene compliance and its predictors among healthcare providers in primary healthcare settings in the Girawa District, Eastern Ethiopia",2025,FALSE,0,NA,NA,4,Umar Hassen,"Girawa District Health Office, Eastern Hararge Zone, Oromia Region, Girawa, Ethiopia",Ethiopia,NA,NA,Getachew Kabew Mekonnen,"School of Medical Laboratory Sciences, College of Health and Medical Sciences, Haramaya University, P.O. Box-235, Harar, Ethiopia",Ethiopia,kabewgech@gmail.com,https://orcid.org/0009-0004-2727-6266,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,compliance; Ethiopia; hand hygiene; health workers; primary healthcare facilities,10.2166/washdev.2024.284,iwaponline.com +106695,15,1,https://iwaponline.com/washdev/article/15/1/48/106695/The-emergence-of-prefabricated-VIP-toilet-seats,"Journal of Water, Sanitation & Hygiene for Development",The emergence of prefabricated VIP toilet seats with covers: The implication for odour control and potential improvement,2025,FALSE,0,NA,NA,6,Panin Asirifua Obeng,"Regional Water and Environmental Sanitation Centre Kumasi (RWESCK), Civil Engineering Department, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,asirifua.obeng@cctu.edu.gh,https://orcid.org/0000-0002-8257-8417,Panin Asirifua Obeng,"Regional Water and Environmental Sanitation Centre Kumasi (RWESCK), Civil Engineering Department, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,asirifua.obeng@cctu.edu.gh,https://orcid.org/0000-0002-8257-8417,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,dry sanitation; latrine construction; safely managed sanitation; ventilated improved pit; VIP latrine; VIP toilet seat cover,10.2166/washdev.2025.239,iwaponline.com +106449,15,1,https://iwaponline.com/washdev/article/15/1/61/106449/Effectiveness-of-home-water-treatment-for-the,"Journal of Water, Sanitation & Hygiene for Development",Effectiveness of home water treatment for the control of diarrhea in children under five years: an intervention study in a rural health zone of Tshopo in the Democratic Republic of Congo,2025,FALSE,0,NA,NA,3,Basandja Longembe Eugène,"Department of Public Health, Faculty of Medicine and Pharmacy, University of Kisangani, BP 2012 Kisangani, Democratic Republic of Congo",Democratic Republic of the Congo,joris.likwela@unikis.ac.cd,https://orcid.org/0000-0002-1383-6742,Basandja Longembe Eugène,"Department of Public Health, Faculty of Medicine and Pharmacy, University of Kisangani, BP 2012 Kisangani, Democratic Republic of Congo",Democratic Republic of the Congo,joris.likwela@unikis.ac.cd,https://orcid.org/0000-0002-1383-6742,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,children 0–59 months; diarrhea prevention; safe management; water treatment,10.2166/washdev.2024.243,iwaponline.com +106517,15,1,https://iwaponline.com/washdev/article/15/1/75/106517/Subsidies-and-affordability-a-social-approach-to,"Journal of Water, Sanitation & Hygiene for Development",Subsidies and affordability: a social approach to water supply tariffs,2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/1/10.2166_washdev.2024.253/2/washdev0150075supp1.docx?Expires=1785289967&Signature=StczFnvVxxF33pPDuFsTXAQPgmlmNnGToY-pWK7Dnpb9Su8FmlJlwyyOI~mSMa-Y1S3RkhLftOaLAn9HRRuUyprHaFE9rV5QvEgSTKor1hm3g2VgTO5DL3Lw0blmKwYB5~yNIFH05rMMAjBDj17-qg4nQmdjzMHbZ90ojdX4DTTt1WsldJA3v8hOdXJi~tv-3Bh1algI8QJ9EKwXH77LYCEYUoenO7CZsYA16WiCxRnxJZpgc6IXgIGVJHbJGSgL16TO5zrmDSytqmesQVWw8CGU-x7UeqRWevPc-kX4srN5y6bt1B6nXjVFo405EGtK21W1Aiou76pyWzYNjB6V9w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Camila Isabel de Menezes Fraga,"Federal Institute of Education, Science and Technology of Rondônia, BR 435, km 63, Colorado do Oeste, Rondônia, Brazil",Brazil,camila.fraga@ifro.edu.br,https://orcid.org/0000-0002-8789-9324,Camila Isabel de Menezes Fraga,"Federal Institute of Education, Science and Technology of Rondônia, BR 435, km 63, Colorado do Oeste, Rondônia, Brazil",Brazil,camila.fraga@ifro.edu.br,https://orcid.org/0000-0002-8789-9324,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,basic sanitation; consumer accessibility; water poverty; water tariff,10.2166/washdev.2024.253,iwaponline.com +106440,15,1,https://iwaponline.com/washdev/article/15/1/84/106440/Assessing-factors-affecting-the-use-of-chlorine,"Journal of Water, Sanitation & Hygiene for Development","Assessing factors affecting the use of chlorine dispensers for household water treatment in rural Kenya, Malawi, and Uganda",2025,FALSE,0,NA,NA,8,Illah Evance,"Evidence Action, Africa Regional Office, Daykio Plaza – Ngong Lane, Nairobi, Kenya",Kenya,NA,https://orcid.org/0009-0008-9949-5424,Sharon Chebet,"Evidence Action, Africa Regional Office, Daykio Plaza – Ngong Lane, Nairobi, Kenya",Kenya,sharon.chebet@evidenceaction.org,https://orcid.org/0009-0003-3137-964X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,adoption; chlorine dispenser; household drinking water; point-of-use; water treatment,10.2166/washdev.2024.407,iwaponline.com +107113,15,2,https://iwaponline.com/washdev/article/15/2/95/107113/Creating-momentum-in-water-operators-partnerships,"Journal of Water, Sanitation & Hygiene for Development",Creating momentum in water operators' partnerships by rapid progress in water production – case studies from two partnerships in Tanzania and Jordan,2025,FALSE,0,NA,NA,8,Dorothea Mergel,"Hamburg Wasser, Hamburg, Germany",Germany,dorothea.mergel@hamburgwasser.de,https://orcid.org/0009-0003-8869-2039,Dorothea Mergel,"Hamburg Wasser, Hamburg, Germany",Germany,dorothea.mergel@hamburgwasser.de,https://orcid.org/0009-0003-8869-2039,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,partnership; peer learning; process optimisation; relationship; Water Operators’ Partnerships; water production; water treatment,10.2166/washdev.2024.234,iwaponline.com +106872,15,2,https://iwaponline.com/washdev/article/15/2/104/106872/VEI-A-hybrid-organization-in-the-making,"Journal of Water, Sanitation & Hygiene for Development",VEI: A hybrid organization in the making,2025,FALSE,0,NA,NA,1,Christelle Pezon,"LIRSA, Conservatoire National des Arts et Métiers, Paris, France",France,christelle.pezon@lecnam.net,https://orcid.org/0000-0002-5821-5122,Christelle Pezon,"LIRSA, Conservatoire National des Arts et Métiers, Paris, France",France,christelle.pezon@lecnam.net,https://orcid.org/0000-0002-5821-5122,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,development aid; hybrid organization; water sector; WOP; VEI,10.2166/washdev.2025.238,iwaponline.com +106870,15,2,https://iwaponline.com/washdev/article/15/2/118/106870/South-south-cooperation-and-strong-local-teams-as,"Journal of Water, Sanitation & Hygiene for Development",South–south cooperation and strong local teams as catalysts for innovation and digitalization within water operator partnerships,2025,FALSE,0,NA,NA,7,Alex Kazeta,"VEI-MWAUWASA, Mwanza, Tanzania",United Republic of Tanzania,NA,NA,Andries van Eckeveld,"VEI-MWAUWASA, Mwanza, Tanzania",United Republic of Tanzania,andries.vaneckeveld@vei.nl,NA,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,digitalization; innovation; south-south cooperation; Water Operators; Partnerships; water utility,10.2166/washdev.2024.350,iwaponline.com +106871,15,2,https://iwaponline.com/washdev/article/15/2/127/106871/Performance-of-four-wastewater-treatment-plants,"Journal of Water, Sanitation & Hygiene for Development","Performance of four wastewater treatment plants serving Ethiopia's capital city, Addis Ababa",2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/2/10.2166_washdev.2025.093/1/washdev0150127supp1.docx?Expires=1785248915&Signature=B1NdeRviDrikr7ZoftRs3Ww8ZcxRuc78H40zm3mTILlfm8hAO1t4~grz-FHgjV3nfvNtn97DDItBw6hh2eZjaWym0bD0UCPIOyYUwC2IalLszwoY4rx~WBTObi-ntArLGz8v1iwt9AASmiR5vGuKpeHhMYbjRDyiaYm3Jkhz~qjjWPAnWJRpSosuxWja4QE-mF33FLxy9sii0k5cU~~wAAXhLXPEKhiUxhQsOSI01SnkyeGYOVOVYMi~xC3P4u9sKjxRl3oIfsrBbeb03EajYxhub7Hg3-qrvkpbaE6OaHTwGvYEX1YFusrp6SMHl8vZdga9wWFeEYUWD0T0YKJYiQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Mihret Mersha Haileselassie,"Addis Ababa Water and Sewerage Authority (AAWSA), Addis Ababa, Ethiopia",Ethiopia,NA,NA,David Werner,"School of Engineering, Newcastle University, Newcastle upon Tyne NE1 7RU, UK",United Kingdom of Great Britain and Northern Ireland,david.werner@newcastle.ac.uk,https://orcid.org/0000-0002-6741-1256,TRUE,All relevant data are available from an online repository or repositories.,available in online repository,NA,economic analysis; sanitation; sustainability; wastewater treatment; water quality,10.2166/washdev.2025.093,iwaponline.com +106748,15,2,https://iwaponline.com/washdev/article/15/2/139/106748/Assessment-of-natural-fluoride-contamination-in,"Journal of Water, Sanitation & Hygiene for Development",Assessment of natural fluoride contamination in water intended for human consumption from various regions in Tunisia,2025,FALSE,0,NA,NA,6,Rachid Selmi,"Ministry of National Defense, General Directorate of Military Health, Veterinary Service, Tunis, Tunisia",Tunisia,selmiveto1983@gmail.com,https://orcid.org/0000-0003-0618-3365,Rachid Selmi,"Ministry of National Defense, General Directorate of Military Health, Veterinary Service, Tunis, Tunisia",Tunisia,selmiveto1983@gmail.com,https://orcid.org/0000-0003-0618-3365,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,fluoride contamination; ground water; public health; Tunisia; water resources,10.2166/washdev.2025.237,iwaponline.com +106970,15,2,https://iwaponline.com/washdev/article/15/2/148/106970/Evaluation-of-failings-in-urban-water-supply-and,"Journal of Water, Sanitation & Hygiene for Development",Evaluation of failings in urban water supply and sanitation systems in Sub-Saharan Africa: a systematic review to inform future planning,2025,TRUE,2,docx; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/2/10.2166_washdev.2025.267/1/washdev0150148supp1.docx?Expires=1785551714&Signature=a0zNJrPuMZshIKfTIjoqPr38-mUneya1irnTjNd9t~mAqkqQL1jZKpVFrT2V6gcalzhdlGOLc-v3j8ioSkZdAEqfV8Hnsn0v1mJSHqYjB-9IGlD1Q2b0OF396ecZPLy~ZLB4Id-l89eYVWCtV0eJtvBL6KuzofV7i-H3y~adW8v4Zm8wWvYnampQNB542EGeG0BwQr8Ai8MerfLA6CnxRcV5qSD8LXs7kDcYEymfdLTgX1KF~PAYqHtjF~eRw~HR~qJSNVo7rFNl86JYArF9dbITWIPZTXb4RK06xUi1cmrjCf-TxX~GZfCbZjqSXevGE4GOSgPXZuEwdyds4XJEHQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/2/10.2166_washdev.2025.267/1/washdev0150148supp2.docx?Expires=1785551714&Signature=vaoeTEDDIIakpkmvDUquxYDOMnv20DaPJkd49M~SQHOsZg9pDUy8Lummf8saKSwsvA3Zh0haHt---zNFu5aSVCDDOihaRyyC0ElSgwEAyL6a-9mQbt2PS5~F~IxTy9VkLEP5YxnW2aAjL0gUCpLZOFgaA-P7iaB3rFnzzupwBd1Ndv-GflFYylRV4s98IFNEtnD0UIo1dVKZeG~G6bU16zSXDV98kQeERts4rfhK-yMAtlNjyLu65AmlhJV72YAO6mOYYU1RHiw4NJT0WMYYcyqSUW1OZW9knJ1KAQje1HuN9t4pjBmaw5bd~88TFMc7bwAfAJ-Snskd~lFnvrJsEA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Chukwuemeka Agbo,"Centre for Water, Environment and Development, Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,May N. Sule,"Centre for Water, Environment and Development, Cranfield University, Cranfield MK43 0AL, UK",United Kingdom of Great Britain and Northern Ireland,may.sule@cranfield.ac.uk,https://orcid.org/0000-0002-1241-4812,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,failures; sanitation; Sub-Saharan Africa; sustainability; urban systems; water supply,10.2166/washdev.2025.267,iwaponline.com +106957,15,2,https://iwaponline.com/washdev/article/15/2/166/106957/Trends-of-water-sanitation-and-hygiene-WASH,"Journal of Water, Sanitation & Hygiene for Development","Trends of water, sanitation, and hygiene (WASH) services and associated factors among households in Wolayita, Ethiopia: A cross-sectional study",2025,FALSE,0,NA,NA,14,Zinabu Assefa Alemu,"Ethiopian Public Health Institute, Addis Ababa, Ethiopia",Ethiopia,zinabuassefa@ephi.gov.et,https://orcid.org/0000-0003-0693-8596,Zinabu Assefa Alemu,"Ethiopian Public Health Institute, Addis Ababa, Ethiopia",Ethiopia,zinabuassefa@ephi.gov.et,https://orcid.org/0000-0003-0693-8596,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,Ethiopia; SDG 6; sanitation service; sociodemographic factors; WASH services; Wolayita,10.2166/washdev.2025.293,iwaponline.com +107555,15,3,https://iwaponline.com/washdev/article/15/3/iii/107555/Water-sanitation-and-hygiene-inequities-in-high,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene inequities in high-income countries: an introduction and agenda",2025,FALSE,0,NA,NA,3,H. Underhill,"School of Architecture and Environment, University of the West of England, Bristol, UKE-mail: Helen.Underhill@uwe.ac.uk",NA,Helen.Underhill@uwe.ac.uk,NA,NA,NA,NA,NA,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,environmental justice; human rights; methodology; WASH equity; WASH insecurity; water governance,10.2166/washdev.2025.001,iwaponline.com +106973,15,3,https://iwaponline.com/washdev/article/15/3/181/106973/Water-sanitation-and-hygiene-conditions-in-186,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene conditions in 186 healthcare facilities of the Catholic Church",2025,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/3/10.2166_washdev.2025.163/1/washdev0150181supp1.pdf?Expires=1785233047&Signature=iJ5uTiLQW~5VpxwnExoTybkmv7Wtdd6YcTLpDzII7V8~65LkQH1n~Pg4f0T6NvOfLbbxeHB9i1AwzsOg2q8X3xbNXL~4QLbWlVO6bNu7Vk6sTuu1BZAmbx9CddWxCO02b2F~ORC8075fGWfYlig5pT5UsF9vHHDsRUlSlSxceq5wfbK-5SpQc-9KDrnFwE6Jpd6JsDKIkQFhRug0ZMWh8kDngTuEYChh6VF2g4hpoi4LGT9o4mDvOuwN8wRd6sol4cP-GbRlNd-EDH0XnjrJEbcLp2kMqQ1Vqy76shCek8Qi3Ih3LjqsBvopbDpOlvLkiNSkPBT2ix75XGAwFtw68Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Tebaldo Vinciguerra,"Dicastery for Promoting Integral Human Development, Palazzo San Calisto 00120, Vatican City",Holy See,t.vinciguerra@humandevelopment.va,https://orcid.org/0000-0002-3698-2662,Tebaldo Vinciguerra,"Dicastery for Promoting Integral Human Development, Palazzo San Calisto 00120, Vatican City",Holy See,t.vinciguerra@humandevelopment.va,https://orcid.org/0000-0002-3698-2662,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,Catholic Church; healthcare facilities; JMP; low-income; WASH,10.2166/washdev.2025.163,iwaponline.com +107295,15,3,https://iwaponline.com/washdev/article/15/3/192/107295/Assessing-the-effects-of-menstrual-hygiene-water,"Journal of Water, Sanitation & Hygiene for Development","Assessing the effects of menstrual hygiene, water, and sanitation on girls’ academic performances in public schools, Ethiopia",2025,FALSE,0,NA,NA,7,Geteneh Moges Assefa,"Amref Health Africa in Ethiopia, P.O. Box 20855, Addis Ababa 1000, Ethiopia",Ethiopia,Geteneh.Moges@amref.org,https://orcid.org/0000-0002-8551-7046,Geteneh Moges Assefa,"Amref Health Africa in Ethiopia, P.O. Box 20855, Addis Ababa 1000, Ethiopia",Ethiopia,Geteneh.Moges@amref.org,https://orcid.org/0000-0002-8551-7046,TRUE,"We encourage all authors of articles published in MDPI journals to share their research data. In this section, please provide details regarding where data supporting reported results can be found, including links to publicly archived datasets analysed or generated during the study. Where no new data were created, or where data are unavailable due to privacy or ethical restrictions, a statement is still required. Suggested Data Availability Statements are available in section ‘MDPI Research Data Policies’ at https://www.mdpi.com/ethics.","We encourage all authors of articles published in MDPI journals to share their research data. In this section, please provide details regarding where data supporting reported results can be found, including links to publicly archived datasets analysed or generated during the study. Where no new data were created, or where data are unavailable due to privacy or ethical restrictions, a statement is still required. Suggested Data Availability Statements are available in section ‘MDPI Research Data Policies’ at https://www.mdpi.com/ethics.",NA,academic performance; education; menstrual hygiene; sanitation; schoolgirls; water,10.2166/washdev.2025.233,iwaponline.com +107018,15,3,https://iwaponline.com/washdev/article/15/3/206/107018/Spatial-and-temporal-patterns-in-water-quality,"Journal of Water, Sanitation & Hygiene for Development","Spatial and temporal patterns in water quality analysis near effluent dump-sites in Harare, Zimbabwe",2025,FALSE,0,NA,NA,3,Tafadzwa Matengo,"School of Wildlife and Environmental Sciences, Chinhoyi University of Technology, Bag 7724, Chinhoyi, Zimbabwe",Zimbabwe,tmatengo@cut.ac.zw,https://orcid.org/0009-0001-6570-3263,Tafadzwa Matengo,"School of Wildlife and Environmental Sciences, Chinhoyi University of Technology, Bag 7724, Chinhoyi, Zimbabwe",Zimbabwe,tmatengo@cut.ac.zw,https://orcid.org/0009-0001-6570-3263,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Cholera; Escherichia coli; health risks; pollution; sewage; underground water,10.2166/washdev.2025.270,iwaponline.com +107175,15,3,https://iwaponline.com/washdev/article/15/3/215/107175/Managing-sanitation-in-unplanned-urban-areas,"Journal of Water, Sanitation & Hygiene for Development","Managing sanitation in unplanned urban areas: insights into manual emptying of onsite systems in Tandale, Dar es Salaam",2025,FALSE,0,NA,NA,4,Anna Mremi,"Department of Water Supply and Sanitation Engineering, Water Institute, Dar es Salaam, Tanzania",United Republic of Tanzania,anna.mremi@waterinstitute.ac.tz,https://orcid.org/0009-0008-5375-0610,Anna Mremi,"Department of Water Supply and Sanitation Engineering, Water Institute, Dar es Salaam, Tanzania",United Republic of Tanzania,anna.mremi@waterinstitute.ac.tz,https://orcid.org/0009-0008-5375-0610,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,climate variability; faecal sludge management; flood-induced demand; manual emptying; sanitation challenges,10.2166/washdev.2025.322,iwaponline.com +107532,15,3,https://iwaponline.com/washdev/article/15/3/232/107532/Declining-humanitarian-funding-and-health-security,"Journal of Water, Sanitation & Hygiene for Development","Declining humanitarian funding and health security threats: insights from Rohingya refugees and host communities in Ukhiya and Teknaf, Bangladesh",2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/3/10.2166_washdev.2025.330/1/washdev0150232supp1.docx?Expires=1785235929&Signature=E6IFQLDV3VO~o0O5ZXRuFXf3veB1VjtZVEYde6sUKY2KzeNrwHF8IDvtQD4zmKqbvkANQLnGERHtA2qQr20lQayF3WqOSKyFizpk~xkd-67rb0wuhFjwSzwzLfO4-XNCo83G9kgyMlxgEixJOnIDka~5er0cnE5Gt4sj3Q5KzhhDMAZD5jvZIZFKvAFDBA2CiSW6TQXVU03GGqBRfLykiFDDrU4RghNiMgTJuhbC9yd~O5bQO0PqgHBJjXezdCATJKeyz8ZJ5zV3fhpyNVtxp4Be~z3VtTV1YEqOmOwoaBRaLZEpIAGzFgroBon8VUUoPlslzCS5NkO6x-s8A2vQqQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Moammad Shajan Siraj,"Action Against Hunger, Cox's Bazar 4700, Bangladesh",Bangladesh,shajancu@gmail.com,https://orcid.org/0000-0003-3768-3020,Moammad Shajan Siraj,"Action Against Hunger, Cox's Bazar 4700, Bangladesh",Bangladesh,shajancu@gmail.com,https://orcid.org/0000-0003-3768-3020,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,healthcare; health security; host community; humanitarian funding; human security; WASH,10.2166/washdev.2025.330,iwaponline.com +107344,15,3,https://iwaponline.com/washdev/article/15/3/246/107344/Erratum-Journal-of-Water-Sanitation-and-Hygiene,"Journal of Water, Sanitation & Hygiene for Development","Erratum: Journal of Water, Sanitation and Hygiene for Development, 14 (11): 1146–1154: Locked out of water: a reflection on WaSH access in US prisons, Jesse Crosson, Ruth E. Sylvester and Kimberly Worsham, https://dx.doi.org/10.2166/washdev.2024.159",2025,FALSE,0,NA,NA,3,Jesse Crosson,NA,NA,NA,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,NA,NA,10.2166/washdev.2025.002,iwaponline.com +107835,15,4,https://iwaponline.com/washdev/article/15/4/247/107835/The-effective-implementation-of-ecological,"Journal of Water, Sanitation & Hygiene for Development","The effective implementation of ecological ventilated improved pit within the Capricorn District, Limpopo Province South Africa",2025,FALSE,0,NA,NA,2,Luvhimba Tlhoaele,"Unit of Environmental Science and Management, Faculty of Natural and Agricultural Sciences, North-West University, Mahikeng, South Africa",South Africa,sluuram@gmail.com,https://orcid.org/0000-0003-4365-4832,Luvhimba Tlhoaele,"Unit of Environmental Science and Management, Faculty of Natural and Agricultural Sciences, North-West University, Mahikeng, South Africa",South Africa,sluuram@gmail.com,https://orcid.org/0000-0003-4365-4832,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,assertiveness of proper usage; ecological VIP; human waste; reuse,10.2166/washdev.2025.241,iwaponline.com +107456,15,4,https://iwaponline.com/washdev/article/15/4/258/107456/Assessment-of-diluted-saline-water-using-the-water,"Journal of Water, Sanitation & Hygiene for Development","Assessment of diluted saline water using the water quality index and DataFit software for irrigation purposes in El-Oued, Algeria",2025,FALSE,0,NA,NA,2,Ammari Abdessattar,"Laboratory for the Exploitation and Development of Natural Resources in Arid Zones, Civil Engineering and Hydraulic Department, University of Kasdi Merbah-Ouargla, PB 147 RP, Ouargla 30000, Algeria",Algeria,abdessattar.ammari@univ-ouargla.dz,https://orcid.org/0000-0002-8051-8189,Ammari Abdessattar,"Laboratory for the Exploitation and Development of Natural Resources in Arid Zones, Civil Engineering and Hydraulic Department, University of Kasdi Merbah-Ouargla, PB 147 RP, Ouargla 30000, Algeria",Algeria,abdessattar.ammari@univ-ouargla.dz,https://orcid.org/0000-0002-8051-8189,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,brine water; BWQI; groundwater; irrigation; irrigation water quality index; statistical analysis,10.2166/washdev.2025.244,iwaponline.com +107445,15,4,https://iwaponline.com/washdev/article/15/4/274/107445/Healthy-menstruation-Myth-or-reality-Insights-into,"Journal of Water, Sanitation & Hygiene for Development","Healthy menstruation: Myth or reality? Insights into urban slums of Vishakhapatnam city, India",2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/4/10.2166_washdev.2025.247/1/washdev0150274supp1.docx?Expires=1785413632&Signature=fkDtf2DtyjF6O4MxR~A1mA7snv8Sw9PMlI0CWbfX8rtPo9sDhacqBYKVwil0u2a0SyCNBNsk7STXg-jnJ5HVxmt~8bW8UommGJM7HMrXM4CpiCiE6caPbZf6dtG1HMXLrEixTPr0FMvtgpYBJ76xcDwxjX5sMdR5nBDoT3X6jR2x9QeC-F21V3d644pQzCrK4pE0RgVHJWuqYtDLiYnwjvbIHrQlNpkXKgCvIWn5mZmLhBMnOFXzELvc21iSagyiyOqCA~1t4ngl3htK95u7cHdlcPyDo3Gi8hmxMbvUHwAgSXVnZxFGXJbowQLbcNKt~kheozXnat2vgwmemzKBDg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Ghanshyam Pandey,"Jaipuria Institute of Management, Indore, MP, India",India,NA,NA,Rinshu Dwivedi,"National Institute of Technology, Hamirpur, Himachal Pradesh, India",India,rinshu@nith.ac.in,https://orcid.org/0000-0001-5912-2764,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,menstruation; education; hygiene; India; Knowledge–Attitude–Practice (KAP),10.2166/washdev.2025.247,iwaponline.com +107505,15,4,https://iwaponline.com/washdev/article/15/4/287/107505/Barriers-to-sewer-connection-in-urban-Dhaka,"Journal of Water, Sanitation & Hygiene for Development",Barriers to sewer connection in urban Dhaka: Individual and organisational challenges,2025,FALSE,0,NA,NA,7,Mahbub-Ul Alam,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,cnmua@leeds.ac.uk,https://orcid.org/0000-0001-6940-364X,Mahbub-Ul Alam,"School of Civil Engineering, University of Leeds, Leeds LS2 9JT, UK",United Kingdom of Great Britain and Northern Ireland,cnmua@leeds.ac.uk,https://orcid.org/0000-0001-6940-364X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,barriers; LMIC; organisational challenges; RANAS; sanitation; sewer,10.2166/washdev.2025.281,iwaponline.com +107472,15,4,https://iwaponline.com/washdev/article/15/4/305/107472/Investigating-the-influence-of-tank-material-and,"Journal of Water, Sanitation & Hygiene for Development",Investigating the influence of tank material and residual chlorine on the proliferation of bacterial biofilm growth in the drinking water storage systems,2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/4/10.2166_washdev.2025.285/1/washdev0150305supp1.docx?Expires=1785291324&Signature=pxxeDqWJ4XxEH2O01oGcY3dKZyLAwAMht20ug8ChwOESoO09p6DJKj3ir2MSoq68zfF~rqwnTLPNFZpVQWlQ-DuraTH19ll6CHwirtrCBKvW5ZW0BGxm2oIIMvtDImFOfwFWgPcMplVBGnNsjKTU1~FBA922OTQcAG0I7224pNrLIv10benax2SnJqXfHchgXVLUeRCIiMrKJrwagfSsWmloUEIusBevCVVrx2gYFK2gOzflrfTzeC638D8YlARWlAxKoMua4ScUzmQKxwg1~VlLNpEpICMHEMOXztz~VaLzoObtiPdw-rmkJRhhUW1L-lNtH~GtUTnapuoAZKdPiA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Aiza Javed,"Institute of Environmental Sciences and Engineering (IESE), School of Civil and Environmental Engineering (SCEE), National University of Sciences and Technology (NUST), Sector H-12, Islamabad, Pakistan",Pakistan,NA,NA,Hira Amjad,"Institute of Environmental Sciences and Engineering (IESE), School of Civil and Environmental Engineering (SCEE), National University of Sciences and Technology (NUST), Sector H-12, Islamabad, Pakistan",Pakistan,hamjad@iese.nust.edu.pk,NA,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Arc GIS; bacterial diversity; heat maps; Pearson; s correlation matrix; residual chlorine; storage tanks,10.2166/washdev.2025.285,iwaponline.com +107531,15,4,https://iwaponline.com/washdev/article/15/4/322/107531/Assessing-health-risks-and-disease-burden-from,"Journal of Water, Sanitation & Hygiene for Development",Assessing health risks and disease burden from waterborne pathogens across multiple urban exposure pathways,2025,FALSE,0,NA,NA,1,M. M. Majedul Islam,"Ministry of Public Administration, Government of Bangladesh, Abdul Gani Road, Dhaka 1205, Bangladesh",Bangladesh,majed25bd@gamil.com,https://orcid.org/0000-0001-5191-189X,M. M. Majedul Islam,"Ministry of Public Administration, Government of Bangladesh, Abdul Gani Road, Dhaka 1205, Bangladesh",Bangladesh,majed25bd@gamil.com,https://orcid.org/0000-0001-5191-189X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,DALYs; disease burden; quantitative microbial risk assessment; risk of illness; risk of infection,10.2166/washdev.2025.306,iwaponline.com +107457,15,4,https://iwaponline.com/washdev/article/15/4/333/107457/Exploring-the-determinants-of-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Exploring the determinants of water, sanitation, and hygiene (WASH) status in Somalia: a multilevel mixed-effects modeling approach using a nationwide survey",2025,FALSE,0,NA,NA,6,Mustafe Abdillahi Ali,"Faculty of Science and Humanities, School of Postgraduate Studies and Research (SPGSR), Amoud University, Borama 25263, Somalia",Somalia,NA,https://orcid.org/0009-0001-6656-7224,Abdisalam Hassan Muse,"Faculty of Science and Humanities, School of Postgraduate Studies and Research (SPGSR), Amoud University, Borama 25263, Somalia",Somalia,abdisalam.hassan@amoud.edu.so,https://orcid.org/0000-0003-4905-0044,TRUE,All relevant data are available from https://microdata.nbs.gov.so/index.php/catalog/50.,available in online repository,NA,health equity; multilevel modeling; ordered logistic regression; Somalia; Sustainable Development Goal 6; WASH,10.2166/washdev.2025.315,iwaponline.com +107778,15,4,https://iwaponline.com/washdev/article/15/4/355/107778/Cash-transfers-beneficiaries-livelihoods-and-co,"Journal of Water, Sanitation & Hygiene for Development","Cash transfers, beneficiaries’ livelihoods, and co-responsibilities in the context of water and sanitation insecurity in Ghana",2025,FALSE,0,NA,NA,5,Mildred Naamwintome Molle,"Department of Geography and Environment, University of Western Ontario, London, ON, Canada",Canada,mmolle@uwo.ca,https://orcid.org/0009-0007-0868-985X,Mildred Naamwintome Molle,"Department of Geography and Environment, University of Western Ontario, London, ON, Canada",Canada,mmolle@uwo.ca,https://orcid.org/0009-0007-0868-985X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,cash transfers; Livelihood Empowerment Against Poverty (LEAP); livelihoods; sanitation; social protection; water,10.2166/washdev.2025.337,iwaponline.com +107566,15,4,https://iwaponline.com/washdev/article/15/4/367/107566/Addressing-Water-Sanitation-and-Hygiene-insecurity,"Journal of Water, Sanitation & Hygiene for Development","Addressing Water, Sanitation, and Hygiene insecurity and health outcomes for internally displaced persons: immediate interventions needed – a commentary on Zinszer & Abuzerr (2024), http://dx.doi.org/10.2166/washdev.2024.361",2025,FALSE,0,NA,NA,5,Genie Rose Cabanig Tiempo,"Research, Innovation and Extension Services, Southern Leyte State University, Sogod, Southern Leyte, Philippines",Philippines,genietiempo@southernleytestateu.edu.ph,https://orcid.org/0009-0008-0996-3969,Genie Rose Cabanig Tiempo,"Research, Innovation and Extension Services, Southern Leyte State University, Sogod, Southern Leyte, Philippines",Philippines,genietiempo@southernleytestateu.edu.ph,https://orcid.org/0009-0008-0996-3969,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Gaza; health determinants; internally displaced persons (IDPs); malnutrition; psychological distress; Water; Sanitation; and Hygiene (WASH),10.2166/washdev.2025.102,iwaponline.com +107565,15,4,https://iwaponline.com/washdev/article/15/4/369/107565/Response-to-Commentary-on-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Response to Commentary on ‘Water, Sanitation, and Hygiene insecurity and infectious disease outbreaks among internally displaced populations in Gaza: implications of conflict-driven displacement on public health’, http://dx.doi.org/10.2166/washdev.2025.102",2025,FALSE,0,NA,NA,2,Kate Zinszer,"Department of Social and Preventive Medicine, School of Public Health, University of Montreal, Montréal, Canada",Canada,NA,NA,Samer Abuzerr,"Department of Medical Sciences, University College of Science and Technology, Khan Younis, Gaza, Gaza Strip, Palestine",State of Palestine,s.abuzerr@ucst.edu.ps,https://orcid.org/0000-0001-8950-3293,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,NA,10.2166/washdev.2025.020,iwaponline.com +107879,15,5,https://iwaponline.com/washdev/article/15/5/371/107879/Assessing-the-impact-of-handwashing-nudges-in,"Journal of Water, Sanitation & Hygiene for Development",Assessing the impact of handwashing nudges in urban public markets in the Philippines during the COVID-19 pandemic,2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.284/1/washdev0150371supp1.docx?Expires=1785294734&Signature=SzcuR5zIC29SUNlG0GBNX1nj1bFdH-v1MH-WR5xxkIr-XFsFEkWuhvOSIgSKZJanPMsCXu19BVRh781fS~DdAc06fnQn43BLLDlONYB46zd8n6kepUlAgrtpdGVIYQfHvMdmb-ljrgmsiYpOK0o51YKP5zqldSTkvmYyTR0VQWTHodEpEhcPKyrYuSaT~ScwWamlGjQFgG2n6qHQzG57cz8qzMpnuv8X~6WTaSkM7xTiT7mtxS07TK-KoyNKQWW0lg0C5KzjNUtGcX5PqfNn8iN976v2I5sQxN36GTMjVbqZ1OvstrFtR4f3A0xJ6gj4u6X1ujIPpsQdK69ZwTB2fA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Carla Yap Alipit,"Propel Manila, Penthouse B, PDCP Bank Center Building, V.A. Rufino St, Makati City, 1227 Metro Manila, the Philippines",NA,carla@insightexpress.ph,https://orcid.org/0009-0006-4565-9433,Carla Yap Alipit,"Propel Manila, Penthouse B, PDCP Bank Center Building, V.A. Rufino St, Makati City, 1227 Metro Manila, the Philippines",NA,carla@insightexpress.ph,https://orcid.org/0009-0006-4565-9433,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,behavioral nudges; hand hygiene; handwashing; nudges; Philippines; public market,10.2166/washdev.2025.284,iwaponline.com +107919,15,5,https://iwaponline.com/washdev/article/15/5/384/107919/Improved-but-insufficient-rural-water,"Journal of Water, Sanitation & Hygiene for Development",Improved but insufficient rural water infrastructure: qualitative insights from six villages in Zambia,2025,TRUE,1,pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.299/1/washdev0150384supp1.pdf?Expires=1786011687&Signature=CnRZs9AZGnoikugKM1pgUG7sIvGpDTH3Az2HQTVg9-GwzPiILlDlPYj~toIG1bOqCO0aet5tPOfAXqkV8mHNUjEKSQo6hU4M-dzABoOKJb4Wl3fzrElwQhnDNisgmKPjoKzcOcUVsDLT1u7YLRTBZIU6wzwZ2Is0S~ywgfh8IMJAVMVR2M42KOPiZZCWWyu3bTaYk~i9AWeOd1Qj5mLD2NpeYvj3Wl4JphAW7II8dqGgf2mqnPEKM-EmckBaXhGLhJFhkpawfWqbVbxdFSedr~cs8wP5WIxzCz6ZyrQNnxr0YEE6MaD-TNAsFqI3BGkqDgYT~3ZlSc4hs2ttBX9xsQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Samantha LeValley,"Department of Civil & Mineral Engineering, Centre for Global Engineering, University of Toronto, Toronto, Canada",Canada,NA,https://orcid.org/0009-0007-7428-6960,David Meyer,"Department of Civil & Mineral Engineering, Centre for Global Engineering, University of Toronto, Toronto, Canada",Canada,david.meyer@utoronto.ca,https://orcid.org/0000-0003-0979-118X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,demand satisfaction; piped water systems; qualitative research; rural water supply; water access; Zambia,10.2166/washdev.2025.299,iwaponline.com +108097,15,5,https://iwaponline.com/washdev/article/15/5/398/108097/Physiochemical-and-bacteriological-quality-of,"Journal of Water, Sanitation & Hygiene for Development","Physiochemical and bacteriological quality of tanker vended water supply chain in Lodwar Town, Kenya",2025,FALSE,0,NA,NA,3,Paul Ekwar,"Department of Biological Sciences, Egerton University, P.O. BOX 536–20115, Egerton, Kenya",Kenya,ekwar.1901918@student.egerton.ac.ke,https://orcid.org/0000-0001-9379-9138,Paul Ekwar,"Department of Biological Sciences, Egerton University, P.O. BOX 536–20115, Egerton, Kenya",Kenya,ekwar.1901918@student.egerton.ac.ke,https://orcid.org/0000-0001-9379-9138,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,faecal coliforms; informal water vendors; supply chains; water quality; water tankers,10.2166/washdev.2025.301,iwaponline.com +107920,15,5,https://iwaponline.com/washdev/article/15/5/412/107920/Using-propensity-score-matching-to-evaluate-the,"Journal of Water, Sanitation & Hygiene for Development",Using propensity score matching to evaluate the impact of household water treatment on childhood diarrhea: evidence from water-stressed rural settings,2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.340/1/washdev0150412supp1.docx?Expires=1785963497&Signature=M15F9vn031eYlJ5hJnDHhLRnxIZ5wBQcGIKhRZCLdmeXADrT6SJLGo08vdX~iDQapCnsq4cxFqTG7dph7ezgbbZILvOsKE1XmB~B87UD2YKPd94FVrJjbhWoSW1FPBDCRBwoKFaJjlpeAVXBd9uUWQOpWDasyANsmE3RgXk4r7jFa9DkKRO9DwduBUz3~YPfMzysVlGG0P4TUqK0sVyG2NQ1hyC7gQb6uL5a7VXjHU-IW2lrX3i5Yt8FuVT~aEn1gbH3~sX06BJOucrBXW0kTn6TIL9TZKsG0~n~cn4WBM~Zbjnqj0uVg1VvQi0soB8UoTL~PM7PNfpwzWstpbQwhQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Haileyesus Girma,"School of Environmental Health, Haramaya University, PO Box 235, Harar, Ethiopia",Ethiopia,hailejesus22@gmail.com,https://orcid.org/0000-0003-2927-725X,Haileyesus Girma,"School of Environmental Health, Haramaya University, PO Box 235, Harar, Ethiopia",Ethiopia,hailejesus22@gmail.com,https://orcid.org/0000-0003-2927-725X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,causal impact; diarrhea; household water treatment; propensity score matching; rural water supply,10.2166/washdev.2025.340,iwaponline.com +108147,15,5,https://iwaponline.com/washdev/article/15/5/427/108147/Barriers-to-the-sustainability-of-rural-water,"Journal of Water, Sanitation & Hygiene for Development",Barriers to the sustainability of rural water schemes in Sub-Saharan African countries: a systematic review,2025,TRUE,2,docx; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.101/1/washdev0150427supp1.docx?Expires=1785929384&Signature=ic~8t-g5Zx8f5PluJIk8DdfFH0BNltCl9N5ekVUB754SEFZ2E3no5Cd5vWsFZqSDoHcnyN-3HhF4ShKdm1gYOa1fqCTQULWsBGX4G71Crw3Jt5AT3JW3NJKecmLvKI6uR68CcqLmBhdHAD1dkrphC2pTcdL~TnUBP0qZxlZ-F0Y5AatFjeKukVhIAQE~F2sDk1ypGT~XwOQjm3WeegOzYKQhOW8jlkAFXDUISrRTD-tCE3wY2keu7pPlJmemtKirT7GamuqdTrEzn~DqrpcA4KTgTdzvbmwAaLGZFfeBAPp2vtAnW6Y9a8g4PkdsyhApglM~pEYrVGLMohrpB9t1vg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.101/1/washdev0150427supp2.docx?Expires=1785929384&Signature=VpjexKRzVadnp75RxtbyWGKRggc9S2QESt8KkVZMASK3AcJwsZI4c5XfYY5muSWMOqR7sqvFEUEepleWYx4NCwmSCeg7cg4Mpp63q5yn9NrVP0CEeE29qcOHpWfgJVbnVyAo27NkCBlTth2K4OQVnuZ1FkwmaanA8bKTJ1PdB4iSkC3sezuWvqiXO1AGlpYDaqGBNL~SwGyAfIIK54jbXL2ZHQKqdn86SsjEH0SS6Da~GItYKNhV71yN8uUyclpjsVCcNsnY-BM1n5PX5Z0nwWlXWxotHtDz6YOq0pJErK4WzKFbfny4-7gAgkrU-2HoLBQKgJjt8w6IkHvdLOfUyQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,12,Genet Gedamu,"Department of Environmental Health, School of Public Health, College of Medicine and Health Sciences, Bahir Dar University, Bahir Dar, Ethiopia",Ethiopia,geni_31280@gmail.com,https://orcid.org/0009-0004-9797-6671,Genet Gedamu,"Department of Environmental Health, School of Public Health, College of Medicine and Health Sciences, Bahir Dar University, Bahir Dar, Ethiopia",Ethiopia,geni_31280@gmail.com,https://orcid.org/0009-0004-9797-6671,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,barriers; rural water systems; Sub-Saharan Africa; sustainability; systematic review,10.2166/washdev.2025.101,iwaponline.com +107910,15,5,https://iwaponline.com/washdev/article/15/5/443/107910/Assessing-the-vulnerability-of-districts-to,"Journal of Water, Sanitation & Hygiene for Development","Assessing the vulnerability of districts to waterborne diseases in Harare, Zimbabwe",2025,TRUE,19,txt; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp1.txt?Expires=1785323521&Signature=b9LMD84jeezY0wRw8nw2N2eoORRJmagrFSzbr7k6UvGekE~BH0HecN4hBSieQUNIc4fpurP1YqnkJ~rbNTBp25n41sSZw5f7mzNdEVDApjYqmpkjZUNYma2GzUThLg9ZBL58brDDTctgm6fy2-U1Z1365rGzomgqpd5EWizqqohKIRKlfjoljEx~UR38KilYJsdwBvXfwBO8yvMWcVMxuafY0THjnuEMtzevoh9YQeoaZGxD5eq5~qH8rfSxVRzijSmXpyE1JQ8F6fTVkELweXd-2jtKHsctxr4mUUUsQvI~K~5vMhVvz0uZEDJWUfolBlDm-uevrf9KUiIrsR~LMg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp2.xlsx?Expires=1785323521&Signature=QONdmONNx19503MJmp6ispUr~R5OEv52p1KfZu0-qd0ITPNg5JB43ElQeoG~cSGfNatOHdgkbRFcWy65NDWuS35lQyuXJPjvn2A2oPV-kHHJoo3lF9hUN09hH33IQDTpr7AiJqP3ahN-ig8HbDzNsIsLl45PbDlYUky0wy2donkK2j751QPgZrOircslxwUAuieEECsTXJd8wavtIpe2D7fiXKeRxM-YBB3r6hsqPUgI8xcvjzOZmFUtMEA8grjVwZb-sHe6cjBjx4clTfJ8FshPtzk3Fa1gSwiwskLqGoIpm7jHGK-I4hW6KleAdH~JHqsNVU2ISX25i7UvCKh9fg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp3.xlsx?Expires=1785323521&Signature=0cXSf6pY36m1k99aiYcX86RKBRVxjvxqcXQugOem2ZvrAppTib-5rB5amhPdDJexM7ppzhPTZ2tOe7slqjdKMQtCet~tC32EAp5AYm2W5rTTlo3ZuqyJQK1A61UYahcNevi0u~ZVBLGMSaJ5T8pcmEijwTRB-or9oZM07kvG9Ypx-jSIgy04NphmZNLx5IB~R6RSAZE29KR3ALhDQ0YJMhJId5GXJNXx8mDDa41D8TvqLu9bNYecSvg1ck3GjdEKIQo2dn5IbZAqRlBhnu2zybMhGagTezhnISnCfu6qyBeNqGq8xiStKpJqqeimPX9x~mN18ZL3CTTv5n7vXHChfA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp4.xlsx?Expires=1785323521&Signature=4ykz9EazLpSJBPZRTQN9IVCAGrBMz~SZDVZrsNE12tmUgBMdDv4xfbeDTijaFtkJJKfqXtmMyNjxEM4JrikHuOpnwRNvYX0j5ET1xVl-FoqRMocIP~t80vPwLyFe6aZV5DpXG08wm85bGelgVmvXYS7BON73X7H1aJALeEJ9mc2RCAXma8oBHfpuaSLwjswRwPNk9djx~lDtBg2RDr~gdXxtSXxWItxO-Ia9cTZaqa-bCBk90V9y7R0Eg0VLCJ7JP28O-PQoVTQ~0iIZHGgHMicBmqF8RIJ-XzxxUWodF9dwtp-yh4cN8fnX06rhqAsNgZyKDsUM87N3xNbc5RZQVg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp5.xlsx?Expires=1785323521&Signature=Pm6eaGMDDNF5eepE4nJGrRwJlUjgiO~Qznb-4HJNcqdlQY~8t~KBxjRQGURZuqx2ruXaSHE~kCUK~t2r6YgDm0sWEJuBvuAgkhJwwslCRUHx7bb4-KMpFtRQAh9hg~2-JQf6v2GiXp-YNkFTXpxK958YvT7Lbvy0m4yC~6lnEj9mmdyerTRsXXBiKhb7tb~kGb71A4dXxRL3HE4Z12AcDsfhjOlWiBZQVOvZ81aiSbADXzQCIa-8G7AdkZXEhhghs04nhx0g4B2t7B~GTr4rfzki2CCljaY07-5JWVUBQPMvQrtnm92aemEtCK8wrWSXRbTixXoyaehb5AEQ4rXxVg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp6.xlsx?Expires=1785323521&Signature=m7eag7czeY9MqQTMQFu~zeQFnNTFMaF7qFxx8IzvSlVaB4kq4lH5hU0PD7XHvfGa5QFISk32tE-erDym0HprfWGe0OGQuku38Et0xoOjmXtENcRjEzkwS4ZRg14bVcoa2YyYadJHDu3TWROCD6ggMlnw2txM2kmjXE0dFHms0G6fwug030llnsHUZYpyGwWpoGP-r4BQ1tmlD5c9A5kUe7y3rZ3MeQQS~ce7DEEdPjuPZUsJJFwnocruEQ7rweZLygi2eiuH2HlHTD0EqNTAl3fEcD9g~Ag4AbNG4hBkTRvtTCWemOrxXyd1U-AbNahmy61B~5HTyh9YMUGjYXGc9A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp7.xlsx?Expires=1785323521&Signature=W74arLUlcMo1t0m5ZpZvleXf3YroPnivF4efPBSuzetyJp~zo08CWfot5t~lHq3bHmrF~TgINlfk5-YCKmK~k0dhvfFrWJMpa43mHJ1okvxminTSu3hGQ9hHivshM0Tf19cdE~v6Wr4~8-jZAzu~wNPJxXycmoDvOBgBebTSncdb0VKCqpL2FHJLRRy11YRtiq-6~mt4ul~NrDjK4olo15fHnEWXE8WR1qvy82nS44hine8n09oszV8CcQLAigcsKjUPMnqS5UK~5BSz7tK411sNrsAPr5zrZSaxIZQN1O-MLcC9k2DUYz0w9gl~E1BAzX7tTXezYeMgqFq-oc06Rw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp8.xlsx?Expires=1785323521&Signature=qwb1dfkYdfVmlFIWeEoUxs0dJx-HheWUYu7-eUf8IeUditlWd7A8CAs1C7r4mqBPJ7xIiZcudpLJccTG7lsn31TFRHzVTF3nmFcdBBoiYbEkccFvWuCi6r007AeGP4WK0lEi5NdsIMlX7R8FDg8oCEH62f4sfWGuJ1yx1UzQdplFSCzf6~Xrj5Jx8YiEsEuSq~aQk5LRVd2nkKEOPj8wrFkvfE1E44WUoqAJn8pSPxWc7PZNedyuhyf0KYVtCbpFdvze5dQmNv3T3~pvzQGQ4VcbjBZMnqE95qPcAaiZYN012Uht9x3R-Sn3yMncrb59iLMtX6Lq~4K7CZrM5c7mDg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp9.xlsx?Expires=1785323521&Signature=z~9K5dG7SmCSxmS2Nf~B0qS3UJUcxjyeIFg3EaOrzQkwxpwGZVcVEdcCxRVSE~zTxqf-9xxs5x~BKdylXqiKeR5EcS1UDlLE-UHFgRU~HbFzp5A74zU96vMbwD1wdMQyYjKqjjtju~SwR8hzmFyuSJyQvtk2E0U6lNNFGmc3u4ZSN5Rg4isl2aHksBKRDS5kpaH5gvRrR8NmlmCOp0HCHUeiST~Ra9ZW565KM00D31vD-CZqiGuRciGIkXcQqF5rhtRbgDyOog0lh4jmc2-~DSn-1XXxkN4qdHrDp2iIvZeTmSFU55YMU3ny0rn1wgSX3XbY9pmkUoNaZ2RNIUVOww__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp10.xlsx?Expires=1785323521&Signature=BnN6YwNn9XNokd~oeg8ZRita9bzXry3U6uAJG8Ps1oIjnIMY1gyTzw4csK1cJI~U2cInwGY2YNrmhvbRBcnbNE6lUjCCZnOQwpcrLEMIz1X4tKPEws7CWycdy~KNLmC1V0EcGE-048Z3aOaGAgi3U7pUFJ2xVut49xxg6qR5HbTNX-c9MP5p2X8SiiIDmNN1yEqmPjSeYwtjDn~Vib5ryVRT2n7sWWvu6~g-OqO1s1GBhCF-HnjhF5bWaErq3ZUmi7kMZR7goatsHtJSt7i3f81caedr711au-5Bi4Zmz8WurEGV5K55k7Tf41K1Y085xlMp8lVl-Tu00tcKpDWE1Q__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp11.xlsx?Expires=1785323521&Signature=SsKjBrVjn0k67f~pK-cmLtHKBSJ1xX8w22R-0zc5lyr3F27nLpmIIbjVqJ9xUb4oCVovs5oru6b~UMezTSnsXZacMQyA6k-goCABgDXI~lKAasnGXAyT~5W2ykfgjJ8w5lmU4DHohf5q5mzPWcnTj3lrzh~ATC1~llRSM~-nGgviZC~e8GWW5Gzknj5pFTY2hzjNEIeHEjq2aoWOyByQjrb6kLpOJCD5odLT9QXNsyMQzVCHYFH9GtcNfhgu0GhUeh2Gr622drcdAJdB6Bm4pD0g8BNpWajvWgdoMw2b~iomKGFht1uHZgdenIDN-Am9hXWdB63ZjU7GiSIUgs7ULA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp12.xlsx?Expires=1785323521&Signature=WD6TpBT~kUOuCeGUj7vI7OdVgkTwnAsasBVgCplvRbVs9pmRKNYmOy4nU1ix--DAfPAuh8VC50Sj~pcMokUdNoYBUEHpr79ZDxTuwsysaG-D1hBFRCm7yb4Tmm-brQA2T4g3NmN74TDolfRE5PsRTcPGOYzjTVKzUjl7khVr6oER5ATGFj9CHVcrK3P678scSaA3pTZ2Dc2sfhr6XrRdza9o-6m9VioJ61ioby9-pklGbbo2gphHRURwNxIj26bpcggRHvRY6c2gi292cyKqldLFzH-2OSgq3YYV5IRe8yYtVfedX3OnWFQf1IjuWUrZXtKCGvqaFA1lS96B34iSHA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp13.xlsx?Expires=1785323521&Signature=xGq8359FNSetTwkUHOMpJED8Hicp7hDbvYdmTj5Mc5wH-Ocld~X0pxvLXSdcHv3qP7pcfVfV6sETJL16MtvBl3dGbIyPjg4-nEjdhJP9tDXMOXbIIEsY-~mx8DpehktUwRIK56Ia2Hboaoz2UBgqZUVJkSlL5h-rcI2jrg8VyQCkmVBingHiTxifJzLHkKf8CIlbqQQ5RdjmOrQOZFuEn80FoOy9Z1HnqT~gvldvW3JU9oeKiiaP7DGKFYrifweXGiju7A6yK0GYZ9-aYqQ7ze2h48NlQTwTrRQz-PsQKsPND2~FzKqdWPdzoL3yHzMgIi6KzuCW31IhHUbUDDw7xg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp14.xlsx?Expires=1785323521&Signature=h~Ibq~IpovZ52nIAYrhito2nfTPJ6wFbM2quGKq4t9nm9hMavZjAKBfe2so0MESCcE23K~Uti4vVfpSQUYFuAUSs2SY31d0z9X2lg3Csx9Ew-1WGI-xp33BEfvh1xjb~uHK0VYAj5qdBY7de~idbN8G0UIEYM8gEGKrZpYSWlw~OQULuzBfh6eTCS~TSEpryn5npJkFyAL6BByK8yhryt7DPwA7M4-54sDvdpnaQuiWvOu1tGot5eGcoRk38cvaCxQEB5GjGbjyWERgB0g8qZjOmjdOaZup--RetIRkeRJtFJqYlLAQcbampRyoBL5cszm5fktJOFFY3DBdIUYJM6A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp15.xlsx?Expires=1785323521&Signature=b6oodQ5qrw-47y7mfLOPK83IdBXxGOSa6WMsnd~okKcxUmY3uhN38xKrCnvKm5SeNw2pivo~5GeC~soyNu5uA7IyNw5NIOUx2sMjHAoHUaMj1ulAlgIgJ1vpPJXaG~IusYmoLLGveWThKl1UzcYbAAYO3xxTd6DNRhuWHBdLVgnUYZC0vlRUofO78nVl~tM7uOgbu1PwK1Nqa1jFesiP1Nj4uOifrFQvD0NXSgVTlvxteqDlOmlb5ErXOa97kuxldYVqBQvmDwPgKfQAhsVREviHro3rNnObsLiutRlsWDuSekQJIbVQsHM0Ha~fF9T57ylQib-NQWqChdX0539jxw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp16.xlsx?Expires=1785323521&Signature=KaTDIUsdphWHSdvI~m8zyr4ChEiRXXjIu8YvzcUjrFNGt1IDJ055VS9nxdtGQwh3dDGXYs8Kb4yaoPiDcxCs8nbD~2TjkUt6b4ru-2s5DbvUloavmzPHrOxV3~YixPF-GApPa0tuCzPPf6iLcW1SSnKqTe3DH4st-09VvCvfx6-IOVaekbi~ZOzMebVEg-WBnhfZOhlRaXTyXmK0i-4sF0uacS~RIx1vBBt8XivjCMK7rxxkM6aC-ls816La0LaizsDz~pFCtDwXitRV38jvgIY288vV7CcA3hf0997TnlWMwATKtPz4awC6EEdlzXch2NbBV4C15GEtlE2o2ddYjw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp17.xlsx?Expires=1785323521&Signature=eoWFv81X59Nz9dpls75u-Nir1g4T02wyBgPt9EDCexC~FXaXWrR-aRG0jOPiIsjJSobJVprPJfYCq4-JZRrYqbOXMwB5z2uBpiHMUpLeufT~TljcFDmLNxDkvHONEG0r-js5l~4embKCqZIrZUp9if3Jwt6D7jgg3g-v5ZAT4fHJeqHEq4tm0kmX8TK9ii9dVUCfLVn6CwuUHNE8FrWuKtoTkDyNwkBLShyn8jNwUSrlhSI5kYs5E-eb1BDYu66QULCrwBDASCXfsJAqxd5fYTJEoGmCsSRQN7dG5qd2YhPaBKJS9ssOePmi5FaaZEhoZxQFKWAcYdMntIoCezljRA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp18.xlsx?Expires=1785323521&Signature=Szg7gvI3Z9unRNnkzp8Epy76qv8nsd6-8eOh6Oiay3doxqvo7CnTiwi8GMLM~lIGzKyWnftubcgel3gUgWiEqkzFwHN16kj6WgHbHeoepDrpcQB9AP50O~3-StPl3xYbVIr79AJ5ONNCOoZHQVIUyA9XqfECUrQ~BOvztJ3U9A0px9hQr1NsCQEQIkpZsWHnr-bhS2VZpWXMj7yQTFRuTrjO28A881APl0gNKmWK7TRcflMimXRKyGGVBeotBHG3hZWGoKo2IYsX4ZHlAwG-P6nGFrKYK25cPEA6YWjffkHzX1Kn79~ZCqOmHr5XkPNU6Z-tG7ZsckKRYYwuMxiphw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.009/1/washdev0150443supp19.xlsx?Expires=1785323521&Signature=NhOV1yFqTxtVs79LoeZL3KJC9YKM6GcAfLFJbpsSjUcRDrPuHRa3uYb~4CyA-1FUaAl4-A1~pfU-1a~zveD2ZdDEV5ebG4eZBvZbOJlySZaGDLgM7GZW1oKaOmzJraiqSD1JW5s1hfuxsBXEyy1oKp9DC5Hvs~h4Gz4EtdwEekprbxVGT99VYtc0j5vGNdETCJInyvx4ow5lem2E8COrzCtr50U-oWYKoCuqSvZmsKNZhupLrcWvRXJvc5KuaV~iADfONH9si3XO9TUSmaiXnOPEsrL0V8szPKwMt1x4u2yz5Jhw4K7CHFYz7019gjTP-ZTlT8LLfh~t8XB7ZVDRLg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Kuitakwashe Nhongo,"Department of Civil Engineering Science, University of Johannesburg, Auckland Park Campus 2006, Box 524, Johannesburg, South Africa",South Africa,221201679@student.uj.ac.za,https://orcid.org/0009-0004-5571-1456,Kuitakwashe Nhongo,"Department of Civil Engineering Science, University of Johannesburg, Auckland Park Campus 2006, Box 524, Johannesburg, South Africa",South Africa,221201679@student.uj.ac.za,https://orcid.org/0009-0004-5571-1456,TRUE,All the relevant data for the research is provided as supplementary material.,All the relevant data for the research is provided as supplementary material.,NA,climatic and environmental factors; geospatial modelling; Harare; socio-economic factors; vulnerability; waterborne diseases,10.2166/washdev.2025.009,iwaponline.com +107974,15,5,https://iwaponline.com/washdev/article/15/5/454/107974/Water-sanitation-and-hygiene-status-of-community,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene status of community schools in Nepal",2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/5/10.2166_washdev.2025.015/1/washdev0150454supp1.docx?Expires=1785313501&Signature=cROXizXM~CI94VBsyYOfzRqIEpDObAJ--wPt~Y0Se-43Rzcc2Bfwcz57yU~0eEo8Hxwbpp7b43~8BdwxzmZaSEzpOQdgklkKMta2RslOtwT7jcXTsWzHi~tbWkT~KOcC-hmCoGSAx-9qsUHNeDbEHNe5iQ79SBiR8D-Edg4Z6JldS0Lyyt1QDu3solRWEive~CfiUoncEi6zIGegfa1htj5K1Rl6ZocKhQzBYBLOxdcCzb8pRF9nPnlQ3tEdpwd4HfqFvV7TohNXYqcCda4t2Sqo97aBV05AkyIr-Kir4znPEsZnB1-BsMA6C86C7OQ8SiYzuQMF9HOUA9B8cAqEzg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Devaraj Acharya,"Research Centre for Educational Innovation and Development [CERID], Tribhuvan University, Kathmandu, Nepal",Nepal,NA,https://orcid.org/0000-0003-0847-4836,Om Chandra Thasineku,"Research Centre for Educational Innovation and Development [CERID], Tribhuvan University, Kathmandu, Nepal",Nepal,om.thasineku@cerid.tu.edu.np,https://orcid.org/0009-0002-3621-3051,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,academic performance; midday meal; public school; school health and nutrition; target intervention; WASH indicators,10.2166/washdev.2025.015,iwaponline.com +107925,15,5,https://iwaponline.com/washdev/article/15/5/467/107925/Assessment-of-biowaste-potential-for-biogas-and,"Journal of Water, Sanitation & Hygiene for Development","Assessment of biowaste potential for biogas and biofertilizer production in the Gedeo zone: a study of commercial, institutional, coffee, and wood processing industries",2025,FALSE,0,NA,NA,3,Abu Duguma Debele,"Energy and Environment Research Centre, Dilla University, Dilla, Ethiopia",Ethiopia,abu.duguma@du.edu.et,https://orcid.org/0000-0001-8533-7451,Abu Duguma Debele,"Energy and Environment Research Centre, Dilla University, Dilla, Ethiopia",Ethiopia,abu.duguma@du.edu.et,https://orcid.org/0000-0001-8533-7451,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,biofertilizer; biogas; biowaste; composting; Gedeo zone; organic solid waste,10.2166/washdev.2025.017,iwaponline.com +108149,15,6,https://iwaponline.com/washdev/article/15/6/479/108149/Does-school-water-sanitation-and-hygiene-SWASH,"Journal of Water, Sanitation & Hygiene for Development","Does school water, sanitation, and hygiene (SWASH) infrastructure affect school attendance and completion? Reviewing data evidence from mainland Tanzania",2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/6/10.2166_washdev.2025.221/1/washdev0150479supp1.docx?Expires=1785303095&Signature=mIwSIGKkS2KgsZcx~dddVowtQrgFthXVVzorTtyFEVWAe~t1FafSJlzIdcfpbwREhQ1ogSfI8wk5ijDUc9Yc2npa-8XdbOsn9B6ZFHLq98llENpm4njC9QrDdwd3tQGF~VZutYLeCDmUIQww~G4S~MKuOhFhblMfazevaXF5n~PgZyjbfYWTDtugHl3OzVyMHicEuaE8kTBSYrDWPHQNh-PHw2ZSGfjgLZ285PZdKf2cF8W4N23DNHrcBS3vZ8s~vTJEqvMuBm1wwa3UDiBnaPOBFr8XA~YFaffGhxF5mlxOUrhfBncPaJfHsZopDSQvxm3kXmEy15nVKmUb09tEpg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,Sebastian Silva-Leander,"ARCO Laboratory (Action Research for CO-development), Florence, Italy",Italy,silvaleander@gmail.com,https://orcid.org/0009-0007-0659-1437,Sebastian Silva-Leander,"ARCO Laboratory (Action Research for CO-development), Florence, Italy",Italy,silvaleander@gmail.com,https://orcid.org/0009-0007-0659-1437,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,on request,NA,education; school attendance; school retention; SWASH,10.2166/washdev.2025.221,iwaponline.com +108105,15,6,https://iwaponline.com/washdev/article/15/6/493/108105/Estimating-household-water-storage-from-images-A,"Journal of Water, Sanitation & Hygiene for Development",Estimating household water storage from images: A machine learning approach,2025,FALSE,0,NA,NA,7,Chad Staddon,"Centre for Water, Communities & Resilience, University of the West of England, Bristol BS16 1QY, UK",United Kingdom of Great Britain and Northern Ireland,chad.staddon@uwe.ac.uk,https://orcid.org/0000-0002-2063-8525,Chad Staddon,"Centre for Water, Communities & Resilience, University of the West of England, Bristol BS16 1QY, UK",United Kingdom of Great Britain and Northern Ireland,chad.staddon@uwe.ac.uk,https://orcid.org/0000-0002-2063-8525,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,Bangladesh; household water storage; machine learning; SDG 61,10.2166/washdev.2025.260,iwaponline.com +108230,15,6,https://iwaponline.com/washdev/article/15/6/502/108230/High-prevalence-of-gynaecological-symptoms-among,"Journal of Water, Sanitation & Hygiene for Development",High prevalence of gynaecological symptoms among Indian women: implications for integrated menstrual and reproductive health,2025,FALSE,0,NA,NA,3,Supriya Garikipati,"Centre for Sustainable Development, School of Politics and International Relations, University College Dublin, Ireland.",NA,supriya.garikipati@ucd.ie,https://orcid.org/0000-0001-8576-8227,Supriya Garikipati,"Centre for Sustainable Development, School of Politics and International Relations, University College Dublin, Ireland.",NA,supriya.garikipati@ucd.ie,https://orcid.org/0000-0001-8576-8227,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,gynaecological symptoms; India; menstrual cups; menstrual health; reproductive tract infections; sexual and reproductive health,10.2166/washdev.2025.288,iwaponline.com +108484,15,6,https://iwaponline.com/washdev/article/15/6/507/108484/Risk-assessment-of-hand-dug-well-water-a-case,"Journal of Water, Sanitation & Hygiene for Development",Risk assessment of hand-dug well water: a case study of Aflao in Ghana,2025,FALSE,0,NA,NA,4,Abdul S.,"Department of Public Health Education, Faculty of Environment & Health Education, AAMUSTED. Mampong Campus, Asante Mampong, Ghana",Ghana,NA,https://orcid.org/0009-0005-4845-2078,Dwumfour-Asare B.,"Department of Environmental Health and Sanitation Education, Faculty of Environment & Health Education, AAMUSTED, Mampong Campus, Asante Mampong, Ghana",Ghana,bdasare@aamusted.edu.gh,https://orcid.org/0000-0002-6493-3892,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,contamination; groundwater; hand-dug wells; health risk assessment; sanitary inspection,10.2166/washdev.2025.333,iwaponline.com +108265,15,6,https://iwaponline.com/washdev/article/15/6/520/108265/Spatio-temporal-trends-and-patterns-of-unmet-basic,"Journal of Water, Sanitation & Hygiene for Development",Spatio-temporal trends and patterns of unmet basic sanitation service needs in Ethiopia from 2011 to 2019,2025,FALSE,0,NA,NA,6,Awoke Keleb,"Department of Environmental Health, College of Medicine and Health Sciences, Wollo University, Dessie, Ethiopia",Ethiopia,awoke.keleb@wu.edu.et,https://orcid.org/0000-0002-7510-3448,Awoke Keleb,"Department of Environmental Health, College of Medicine and Health Sciences, Wollo University, Dessie, Ethiopia",Ethiopia,awoke.keleb@wu.edu.et,https://orcid.org/0000-0002-7510-3448,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,EDHS; Ethiopia; spatiotemporal pattern; trend; unmet basic sanitation service,10.2166/washdev.2025.039,iwaponline.com +108472,15,6,https://iwaponline.com/washdev/article/15/6/537/108472/Challenges-for-sustainable-healthcare-waste,"Journal of Water, Sanitation & Hygiene for Development",Challenges for sustainable healthcare waste management in Ethiopia: a qualitative investigation of gaps in policy and regulatory framework,2025,FALSE,0,NA,NA,1,Abel Afework,"Centre for Sustainable Development, College of Social Sciences Arts and Humanities, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,abel.gsr-2491-16@aau.edu.et,https://orcid.org/0000-0002-9828-7446,Abel Afework,"Centre for Sustainable Development, College of Social Sciences Arts and Humanities, Addis Ababa University, Addis Ababa, Ethiopia",Ethiopia,abel.gsr-2491-16@aau.edu.et,https://orcid.org/0000-0002-9828-7446,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ethiopia; healthcare waste; policy gap; regulatory gap; sustainable waste management,10.2166/washdev.2025.041,iwaponline.com +108578,15,7,https://iwaponline.com/washdev/article/15/7/549/108578/Occurrence-and-health-risk-of-phthalates-in,"Journal of Water, Sanitation & Hygiene for Development","Occurrence and health risk of phthalates in groundwater and surface water matrix: a case study of Kampung Daraulin, Citarum, Indonesia",2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/7/10.2166_washdev.2025.339/1/washdev0150549supp1.docx?Expires=1785377985&Signature=YWzeyItMYSggD9LxSIrsH9EbOqZR4VFHhsPq-PVd1XmiX-0FXtRxvGLWidPiBeDwj2da1z8xz6maLOlpZ17FmPffkSUT9k9ItAiRRcWuIHY0SxBxw~WfaxoOlESlzkH8tmjIT4o6qSBIpAd5hsxQ9rMsgalVcYxOkKDEORRJ8XB429UuCMU5nqWm~HL4-uktgKjWi1xWKBzl9~cZR81nDKajBLKz6eV1f6rxojtT7IbEUMAHCrmZhUO2MEJC-tgdY0504AyyQr3ANZ-pieKXBAn86Z2tql-mkpW-baBT4j1USjKRc~R279Xr0PoozFVf2cIkgorSVRyESYryIckSeQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Lalu Muhammad Faathir Chalid,"Master of Environmental Engineering Program, Faculty of Civil and Environmental Engineering, Institut Teknologi Bandung, Bandung 40132, Indonesia",Indonesia,atingfaathir@gmail.com,https://orcid.org/0009-0005-7906-5601,Lalu Muhammad Faathir Chalid,"Master of Environmental Engineering Program, Faculty of Civil and Environmental Engineering, Institut Teknologi Bandung, Bandung 40132, Indonesia",Indonesia,atingfaathir@gmail.com,https://orcid.org/0009-0005-7906-5601,TRUE,All relevant data are available from an online repository or repositories. The dataset and supplementary materials used in this study are currently stored in a private Zotero library.,available in online repository,NA,emerging pollutants; groundwater; human health risk; Kampung Daraulin; phthalic acid esters (PAEs); risk perception,10.2166/washdev.2025.339,iwaponline.com +108517,15,7,https://iwaponline.com/washdev/article/15/7/565/108517/Water-sanitation-and-hygiene-situation-in-public,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation and hygiene situation in public primary schools in the Department of Man, Western Côte d'Ivoire",2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/7/10.2166_washdev.2025.008/1/washdev0150565supp1.docx?Expires=1785928071&Signature=ibnZY9fU8SAeFho7iHIqZPXdVjfa0AiZn4cDwqP1g78iPDvyeZt0KZ6AbmOTyNLoiNWPtHbYEbb4-ZcOZeTUk0~AMvS8hOV4JSO6t~MaHw2axboyDhvuqvFhJpxFlxi5WVPWNPXQAxHcz2YEg1iloq98wVbATcGdalKY8XasFtZdDrsazF7jgND2cegcszA88otpHFDsHx~nqwv5e5tO5Tpdo1WCmEDgCB70tVdTmag9Re4dD2r146tMeluCxZ0i3NuUTlnYpUEche0t3wz2vEWGcSCvSQxzMC68DiXcImjrIVoUvS7EzYGFxElwb0e6QVg4d~o8xdiOUHQv7QaaFA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,8,Franck Michaël Zahui,"Department of Agronomic, Forestry and Environmental Engineering, University of Man, BP 20 Man, Man, Côte d'Ivoire",Côte d’Ivoire,michael.zahui@univ-man.edu.ci,https://orcid.org/0000-0002-9203-2370,Franck Michaël Zahui,"Department of Agronomic, Forestry and Environmental Engineering, University of Man, BP 20 Man, Man, Côte d'Ivoire",Côte d’Ivoire,michael.zahui@univ-man.edu.ci,https://orcid.org/0000-0002-9203-2370,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Côte d; Ivoire; hygiene; primary school; sanitation; water,10.2166/washdev.2025.008,iwaponline.com +108520,15,7,https://iwaponline.com/washdev/article/15/7/581/108520/Determinants-of-safe-water-handling-at-the,"Journal of Water, Sanitation & Hygiene for Development","Determinants of safe water handling at the household level in an urban informal settlement in Kampala City, Uganda",2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/7/10.2166_washdev.2025.016/1/washdev0150581supp1.docx?Expires=1785300321&Signature=zCdRWl2NLa3G4EPhf0Rfm-0TzQc35nCun7uXazO6L8o2gRSjVgPNiQJjUnR9Taoqk91Ho38xuljcou2lqLk6hpr0ELthbo2Tce4zFWep~WZ2tva8lRaXRkfZQw~TC-WhC0-dkglLhhWKP27n1Nxi8A7OhLcgTpqa41GJB4YAJZrqQd2N884t37p2d4M-m03vocqNTJ9Ld7BiV6FapIUZTiqqj1kDzP0mX5~LZTEMmuLdz4Uvp53ZredmjFOn~jGYvrf9OM~dPmLPgT3HUNBeLUrPx8KnO7x0oJcyBSVnJRcL4gGt1XbDtYV9OXz4ADGMOg~uThEegMNQuzoHeGZLng__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Sammy Shamir Ejoga,"Faculty of Health Sciences, Uganda Martyrs University, Nkozi, Uganda",Uganda,ejoga.sammy@stud.umu.ac.ug,https://orcid.org/0009-0001-6667-8549,Sammy Shamir Ejoga,"Faculty of Health Sciences, Uganda Martyrs University, Nkozi, Uganda",Uganda,ejoga.sammy@stud.umu.ac.ug,https://orcid.org/0009-0001-6667-8549,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,contamination; informal settlement; practices; safe water; waterborne,10.2166/washdev.2025.016,iwaponline.com +108723,15,7,https://iwaponline.com/washdev/article/15/7/594/108723/Coping-with-water-insecurity-despite-access-and,"Journal of Water, Sanitation & Hygiene for Development",Coping with water insecurity despite access and abundance in the urban Amazon,2025,FALSE,0,NA,NA,3,Steven Jay Rhue,"Department of Anthropology, The Ohio State University, Columbus, OH, USA",United States of America,rhue.3@osu.edu,https://orcid.org/0000-0002-0762-9093,Steven Jay Rhue,"Department of Anthropology, The Ohio State University, Columbus, OH, USA",United States of America,rhue.3@osu.edu,https://orcid.org/0000-0002-0762-9093,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,infrastructure; socio-economic status; water utilization,10.2166/washdev.2025.063,iwaponline.com +108977,15,8,https://iwaponline.com/washdev/article/15/8/611/108977/Monitoring-and-assessing-different-strategies-of,"Journal of Water, Sanitation & Hygiene for Development",Monitoring and assessing different strategies of wastewater treatment plants on dissemination of antibiotic resistance in the downstream river environment,2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/8/10.2166_washdev.2025.147/1/washdev0150611supp1.docx?Expires=1785284931&Signature=0swXss22Wsly7Nvr8HavqlQJYRtn8wF~030NQ8SPV~r~lqkJy-rYET9XTbH83h1HH4jz~PUMZVmjFacFW7cJ7cWc3NG~f2aIn-4eL4QycnKh41xjND0jA7XCGbCwPKhyJe0zIxTSmfEUAUKzljiUQeaRrDl-FRChQf-yyx1xmx6CztLClihCra~xm4kY3FgejCzt-pC91GVWSpmcKPc9Dr88YHRBbSdqpEyjLWgSbVrIHIEPFcAU3JRsQAApx3MDzb9nUIn5HfbkBokNAbDFN3UV1BLo3ne1hH3Bc1tCl0uYYDThpgEXJZZh4KDLqfRDyHSj5D8pAK~SZo9n3T79zw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Sachin Saurabh,"Department of Molecular and Cellular Engineering, Jacob Institute of Biotechnology and Bioengineering, Sam Higginbottom University of Agriculture, Technology and Sciences, (SHUATS), 211007 Prayagraj, U.P., India",India,NA,NA,Vijay Tripathi,"Department of Molecular and Cellular Engineering, Jacob Institute of Biotechnology and Bioengineering, Sam Higginbottom University of Agriculture, Technology and Sciences, (SHUATS), 211007 Prayagraj, U.P., India",India,vijaytripathi.mb@geu.ac.in,https://orcid.org/0000-0002-6103-0890,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibiotic resistance; E. coli; Ganges River; multidrug-resistant; wastewater treatment plant,10.2166/washdev.2025.147,iwaponline.com +108808,15,8,https://iwaponline.com/washdev/article/15/8/625/108808/Evaluating-wood-ash-as-a-low-cost-disinfectant-for,"Journal of Water, Sanitation & Hygiene for Development",Evaluating wood ash as a low-cost disinfectant for faecal and total coliform removal in bathroom greywater from Low-income communities in Zimbabwe,2025,FALSE,0,NA,NA,3,Happymore Mbiza,"Faculty of Engineering and Built Environment, Department of Civil Engineering Science, University of Johannesburg, Johannesburg, South Africa",South Africa,NA,NA,Miklas Scholz,"Faculty of Engineering and Built Environment, Department of Civil Engineering Science, University of Johannesburg, Johannesburg, South Africa",South Africa,mscholz@uj.ac.za,https://orcid.org/0000-0001-8919-3838,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,bathroom greywater; disinfection; faecal coliforms; low-income communities; total coliforms; wood ash,10.2166/washdev.2025.309,iwaponline.com +108824,15,8,https://iwaponline.com/washdev/article/15/8/639/108824/Unveiling-disparities-empowerment-and-access-to,"Journal of Water, Sanitation & Hygiene for Development","Unveiling disparities: empowerment and access to sanitation among urban households in Jakarta, Indonesia",2025,FALSE,0,NA,NA,2,Shafira Arum Ayuni Sabri,"Study Program of Water and Sanitation Infrastructure Management, Faculty of Civil and Environmental Engineering, Institut Teknologi Bandung, Bandung 40132, Indonesia",Indonesia,shafirasabri@gmail.com,https://orcid.org/0009-0008-1831-9833,Shafira Arum Ayuni Sabri,"Study Program of Water and Sanitation Infrastructure Management, Faculty of Civil and Environmental Engineering, Institut Teknologi Bandung, Bandung 40132, Indonesia",Indonesia,shafirasabri@gmail.com,https://orcid.org/0009-0008-1831-9833,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,empowerment; gender disparities; socioeconomic status; urban sanitation,10.2166/washdev.2025.341,iwaponline.com +108796,15,8,https://iwaponline.com/washdev/article/15/8/652/108796/A-review-on-the-application-of-bio-sand-filters,"Journal of Water, Sanitation & Hygiene for Development",A review on the application of bio-sand filters for arsenic removal,2025,FALSE,0,NA,NA,8,Hareef Ahmed Keerio,"School of Environment and Safety Engineering, Jiangsu University, 301 Xuefu Road, Zhenjiang 212013, China",China,NA,NA,Adham Alnadish,"Department of Civil Engineering, Thamar University, Dhamar, Yemen",Yemen,adhmalnadish@gmail.com,https://orcid.org/0000-0002-7618-9781,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,bio-adsorbent; bio-sand filter; clean water; cost-effective; water recycling,10.2166/washdev.2025.349,iwaponline.com +108573,15,8,https://iwaponline.com/washdev/article/15/8/669/108573/Environmental-implications-of-disposable-sanitary,"Journal of Water, Sanitation & Hygiene for Development","Environmental implications of disposable sanitary napkin washing practices: a study on menstrual hygiene management in West Java, Indonesia",2025,FALSE,0,NA,NA,12,Lies Indriati,"Research Center for Environmental and Clean Technology, National Research and Innovation Agency, KST Samaun Samadikun, Jl. Sangkuriang, Bandung, West Java, Indonesia",Indonesia,lies006@brin.go.id,https://orcid.org/0000-0002-4238-8459,Lies Indriati,"Research Center for Environmental and Clean Technology, National Research and Innovation Agency, KST Samaun Samadikun, Jl. Sangkuriang, Bandung, West Java, Indonesia",Indonesia,lies006@brin.go.id,https://orcid.org/0000-0002-4238-8459,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,disposable pads; disposable sanitary napkin; environmental risk; menstrual hygiene management; washing,10.2166/washdev.2025.005,iwaponline.com +108814,15,8,https://iwaponline.com/washdev/article/15/8/683/108814/Rural-community-water-supply-schemes-functionality,"Journal of Water, Sanitation & Hygiene for Development","Rural community water supply schemes: functionality status, sustainability, and associated factors in eastern Ethiopia: a mixed-methods study",2025,FALSE,0,NA,NA,6,Yared Gashaw,"College of Health and Medical Sciences, School of Environmental Health Science, Haramaya University, Harar, Ethiopia",Ethiopia,NA,NA,Roba Argaw Tessema,"College of Health and Medical Sciences, School of Environmental Health Science, Haramaya University, Harar, Ethiopia",Ethiopia,robaargaw@gmail.com,https://orcid.org/0000-0001-8734-4030,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Ethiopia; functionality; hand pumps; rural water supply schemes; sustainability,10.2166/washdev.2025.053,iwaponline.com +108984,15,8,https://iwaponline.com/washdev/article/15/8/697/108984/Household-water-treatment-and-storage-practices-in,"Journal of Water, Sanitation & Hygiene for Development",Household water treatment and storage practices in Mogadishu's IDP camps: a cross-sectional study,2025,FALSE,0,NA,NA,5,Yusuf Hared Abdi,"Faculty of Health Sciences and Tropical Medicine, Somali National University, Mogadishu, Somalia",Somalia,hareedyuusuf@gmail.com,https://orcid.org/0009-0002-7224-2247,Yusuf Hared Abdi,"Faculty of Health Sciences and Tropical Medicine, Somali National University, Mogadishu, Somalia",Somalia,hareedyuusuf@gmail.com,https://orcid.org/0009-0002-7224-2247,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,household water treatment; internally displaced persons; sanitation practices; Somalia IDP camps; waterborne diseases,10.2166/washdev.2025.086,iwaponline.com +109017,15,9,https://iwaponline.com/washdev/article/15/9/713/109017/Water-sanitation-and-hygiene-interventions-in,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene interventions in schools for effective pandemic response in low- and middle-income countries: a systematic scoping review",2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/9/10.2166_washdev.2025.346/1/washdev0150713supp1.docx?Expires=1785295355&Signature=1EIe68Sh-ewqt-Uypeq6mxa3ZFiZ7rVxLAX2epppd7wCVPZzZ1JMHEt7NQE1BlzCG-9~CxzDX9ujwqzYcmxLd3JJNKqadEwOoJfY-xCSGPIpV~3fWD272Vaq-m4Yre7E44JW1R6xHU1S79loU7VfJiFsA5Sm4Ec1VU9dZ4nOL3~W7Tg5FP8J70o-tl7QcpBoh4QCagaOqYPxo~Wcmd0AhcU524nfSFu5BLb~PwOI2mnaQ72ug7pVq8SrcDN9FQiNulmDDl9~N~~NR53pxOB5~9BPW2R1BjPNkU6~za3XhNXKIT50IEez6d8iXpL5t8WzETMHusymRnscqvo1uxzd4w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Gladys Chepkorir Seroney,"Faculty of Health Sciences, Durban University of Technology. P O Box 1334, Durban, 4001 South Africa",NA,22176505@dut4life.ac.za,https://orcid.org/0000-0003-1189-4022,Gladys Chepkorir Seroney,"Faculty of Health Sciences, Durban University of Technology. P O Box 1334, Durban, 4001 South Africa",NA,22176505@dut4life.ac.za,https://orcid.org/0000-0003-1189-4022,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,hygiene; interventions; sanitation; schools; WASH; water,10.2166/washdev.2025.346,iwaponline.com +109359,15,9,https://iwaponline.com/washdev/article/15/9/732/109359/Accelerating-the-achievement-of-SDG-6-via-adaptive,"Journal of Water, Sanitation & Hygiene for Development",Accelerating the achievement of SDG 6 via adaptive capacity mainstreaming into water governance strategies: a case study of Nigeria,2025,FALSE,0,NA,NA,3,Oluwaseun Omolaja Fadeyi,"Centre for Environmental Management, University of the Free State, Bloemfontein, South Africa",South Africa,NA,https://orcid.org/0000-0001-8369-4471,Enoch Bessah,"Department of Agricultural and Biosystems Engineering, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana",Ghana,enochbessah@knust.edu.gh,https://orcid.org/0000-0002-2187-2022,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adaptive capacity; climate change; Nigeria; SDG 6; water governance,10.2166/washdev.2025.038,iwaponline.com +109374,15,9,https://iwaponline.com/washdev/article/15/9/759/109374/Expression-of-Concern-Exploring-handwashing,"Journal of Water, Sanitation & Hygiene for Development","Expression of Concern: Exploring handwashing knowledge and practice among lactating mothers in Kathmandu's slum communities, Nepal",2025,FALSE,0,NA,NA,6,Govinda Prasad Devkota,"Tribhuvan University, Kathmandu, Nepal",Nepal,NA,https://orcid.org/0000-0002-9133-7914,Mohan Kumar Sharma,"Tribhuvan University, Kathmandu, Nepal",Nepal,mohankumar.sharma@pri.gov.np,https://orcid.org/0000-0002-7600-8223,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,breastfeeding mothers; child health; hand hygiene; sanitation; slum communities,10.2166/washdev.2025.084,iwaponline.com +108724,15,10,https://iwaponline.com/washdev/article/15/10/769/108724/Antibiotic-resistant-bacteria-mirror-the-behaviour,"Journal of Water, Sanitation & Hygiene for Development",Antibiotic-resistant bacteria mirror the behaviour of faecal indicators during municipal wastewater treatment and discharge,2025,FALSE,0,NA,NA,3,Bruno Bicudo,"Delft University of Technology, Delft, The Netherlands",Netherlands,NA,NA,Doris van Halem,"Delft University of Technology, Delft, The Netherlands",Netherlands,d.vanhalem@tudelft.nl,https://orcid.org/0000-0002-4443-8106,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antibiotic-resistant bacteria; disinfection; faecal indicators; wastewater treatment,10.2166/washdev.2025.094,iwaponline.com +109577,15,10,https://iwaponline.com/washdev/article/15/10/782/109577/Assessing-microplastic-contamination-in-drinking,"Journal of Water, Sanitation & Hygiene for Development","Assessing microplastic contamination in drinking water: implications for vulnerable populations in Tema, Ghana",2025,FALSE,0,NA,NA,4,Paapa Apraku Agyepong,"Department of Animal Biology and Conservation Sciences, College of Basic and Applied Sciences, University of Ghana, Legon, Ghana",Ghana,agyepongpaapa@gmail.com,https://orcid.org/0009-0009-4100-6090,Paapa Apraku Agyepong,"Department of Animal Biology and Conservation Sciences, College of Basic and Applied Sciences, University of Ghana, Legon, Ghana",Ghana,agyepongpaapa@gmail.com,https://orcid.org/0009-0009-4100-6090,TRUE,All relevant data are available from an online repository or repositories.,available in online repository,NA,drinking water; global contamination; human health; microplastics; water treatment,10.2166/washdev.2025.025,iwaponline.com +109423,15,10,https://iwaponline.com/washdev/article/15/10/795/109423/Scale-dependent-co-production-of-sanitation,"Journal of Water, Sanitation & Hygiene for Development",Scale-dependent co-production of sanitation solutions in urban Tanzania,2025,FALSE,0,NA,NA,4,Kelvin Haule,"Department of Geography and Environmental Studies, University of Dodoma, Dodoma, Tanzania",United Republic of Tanzania,NA,https://orcid.org/0000-0002-3056-3846,Manoj Roy,"Lancaster Environment Centre, Lancaster University, Lancaster LA1 4YQ, UK",United Kingdom of Great Britain and Northern Ireland,m.roy1@lancaster.ac.uk,https://orcid.org/0000-0002-9658-851X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,co-production; sanitation; Sub-Saharan Africa; Tanzania; urban governance; WASH,10.2166/washdev.2025.028,iwaponline.com +109788,15,10,https://iwaponline.com/washdev/article/15/10/806/109788/Towards-a-gender-transformative-climate-resilient,"Journal of Water, Sanitation & Hygiene for Development","Towards a gender-transformative climate-resilient rural water supply: women's involvement, roles, and rights in community-based water management in Indonesia",2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/10/10.2166_washdev.2025.030/1/washdev0150806supp1.docx?Expires=1785284135&Signature=P-e~VUPk870qcN4ultGu1R5NCEDv2lw6gFgnYYYUGLBVFI5-8IiDGM5N9objUAzDQC7kfO0iBA~ZXb5ruy4h9P9TN15enoqeTp1LmhxoEnl6P0jvCnP~xMIpQ74o3X3~MrvOdI-GRVBcZ40rhV5J7VBcjRMtwj-zliRsZUxn8HW4Mxe0G5xURQtGnAnz5E7KxR66N5DFku8lBM89eY7YsAHp9BEIEUwZfETmLNLkEq6~PN6iZ7oouqinr0ECfCqvcIwaQl9bx9tmWqjwXQzefTi-U5KGI940pNiyDLrI-FA2GiWTIt4qPBySx3Q9n55cOcSqb-lVeGgYYz7cjP6RYw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,16,Cindy R. Priadi,"Environmental Engineering Study Program, Department of Civil Engineering, Faculty of Engineering, University of Indonesia, Depok, Indonesia",Indonesia,NA,https://orcid.org/0000-0002-5423-3446,Avni Kumar,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, Australia",Australia,avni.kumar@uts.edu.au,https://orcid.org/0000-0003-1024-0297,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,climate change; gender spectrum; PAMSIMAS; participation; sustainability,10.2166/washdev.2025.030,iwaponline.com +109732,15,10,https://iwaponline.com/washdev/article/15/10/819/109732/An-improved-service-model-for-fecal-sludge,"Journal of Water, Sanitation & Hygiene for Development","An improved service model for fecal sludge management toward citywide inclusive sanitation: a case study in Bangkok City, Thailand",2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/10/10.2166_washdev.2025.040/1/washdev0150819supp1.docx?Expires=1785313031&Signature=c9GxFCfctTMPcjU5dzGi4-9HCIccaRGvUwa4SI8owDVHvr3wK37y~oZ5Ve1nwAWLX1gyBPhLUpNWAFZml4TQJzquUHK9mIeAHILDP7q4OsCK4uFYWgD4uJDUEUbKP-uatJjE9Q16LesHpbw6UM2hjDqQy2eske3zWAJ4LMqYbUKIxp-vHeUHLF3Lf-2jyvE1opPliflontVZ3FKvicEN-AA~9cAhlGCgjaVGwNzn3NoNHmgxEii51ts~39ljxSyEMc9fwC6rnO3F1Y3ozFJRGxCdoaA-ctdYQQQv19G-cAP9lCgiJTY7nTRy8Jz77ah4I3ORsIFMEYY09-c94XPVlg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Suntorn Sudsandee,"Department of Water Resources and Environmental Engineering, School of Engineering and Technology, Asian Institute of Technology, Klong Luang, Pathumthani, Thailand",Thailand,st123048@ait.asia,https://orcid.org/0000-0002-4557-189X,Suntorn Sudsandee,"Department of Water Resources and Environmental Engineering, School of Engineering and Technology, Asian Institute of Technology, Klong Luang, Pathumthani, Thailand",Thailand,st123048@ait.asia,https://orcid.org/0000-0002-4557-189X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Bangkok Metropolitan Administration; citywide inclusive sanitation; effective model; fecal sludge management; safely-managed sanitation,10.2166/washdev.2025.040,iwaponline.com +109796,15,10,https://iwaponline.com/washdev/article/15/10/832/109796/Invisible-vulnerability-WASH-insecurity-of-older,"Journal of Water, Sanitation & Hygiene for Development",Invisible vulnerability: WASH insecurity of older adults in Ghana during a global public emergency,2025,FALSE,0,NA,NA,5,Abraham Marshall Nunbogu,"Faculty of Environment, University of Waterloo, Waterloo, ON, Canada",Canada,amnunbog@uwaterloo.ca,https://orcid.org/0000-0003-4083-343X,Abraham Marshall Nunbogu,"Faculty of Environment, University of Waterloo, Waterloo, ON, Canada",Canada,amnunbog@uwaterloo.ca,https://orcid.org/0000-0003-4083-343X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,COVID-19; feminist political ecology of health; older women; WASH; Water insecurity,10.2166/washdev.2025.058,iwaponline.com +109790,15,10,https://iwaponline.com/washdev/article/15/10/847/109790/Valorization-of-biowastes-using-Hermetia-illucens,"Journal of Water, Sanitation & Hygiene for Development",Valorization of biowastes using Hermetia illucens’ larvae and quantification of resultant greenhouse gas emissions,2025,FALSE,0,NA,NA,4,Rosemary M. Matheka,"Civil, Construction and Environmental Engineering, Department Jomo Kenyatta University of Agriculture and Technology, P.O. Box 62000-00200, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,https://orcid.org/0000-0003-1827-5566,Rosemary M. Matheka,"Civil, Construction and Environmental Engineering, Department Jomo Kenyatta University of Agriculture and Technology, P.O. Box 62000-00200, Nairobi, Kenya",Kenya,rmwende@must.ac.ke,https://orcid.org/0000-0003-1827-5566,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,bioconversion; biowastes; greenhouse gases; Hermetia illucens; valorization,10.2166/washdev.2025.079,iwaponline.com +109733,15,10,https://iwaponline.com/washdev/article/15/10/866/109733/Climate-change-impacts-on-water-sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Climate change impacts on water, sanitation, and hygiene (WASH) systems in Nepal: users' perception of community-managed WASH systems",2025,TRUE,2,docx; docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/10/10.2166_washdev.2025.138/1/washdev0150866supp1.docx?Expires=1785245009&Signature=Rx4QBApBzWxB2xPW2KYpzJh6XHhKYertFj7pavdo2nsCQnWjGlldfM2Y9RrlaBdqlpfP6tOuQsRbaJ26Mp~cwfRh7UIwVnd0AQWyFADH6uyJBhso3XmC3GUu7AhBZ~jDmJo4HEu~NO4LLRBkCrEUX7TchwXVAJMgXKlQa6dHV0Clj0hsBmRgB1x-2hFT~2pKkS~QiUH0H9K~2MZKRnurcQnFFnsPUVBzt8wm3eBitRCxU0oxABt0XjetGuLFLGJpg89gLUB9cwjUyMYHjU8cvVUtEFl5pv8~sRajv-23pcNEXsfEp6LPYd7NjA6~ud8RsTXynQOr9hUEuDvdW08Rcg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/10/10.2166_washdev.2025.138/1/washdev0150866supp2.docx?Expires=1785245009&Signature=FfGDBAqsGu5BUA5NIHbF-iDt0kr1u8GwcdB3U8IDn7fxDalsivbg~-p42mA3rM-SROD98~kd-kyYDMQTXLf7m2Z16So8Lj67dUoBJHxDkI64JYzzjhiMbpMsYt~b2MFb3YpfuIyWvgKsC7vLERuMwjX6hsR0Fjp8MaWt2cYcYrD9Lu-KMSAHFeaHtCu~XU4215XfRk~hFtjEzzi86yDVD6-rcXt5A7vpsuD7DcC0v6ILKwVKOlmIhviEQA0PWw-CuzBfAQ6LQvTQKpvljGPch2p3oBmU5JjQEAq2q4plZffKlg3dvK~zktI6MJ6GDpHrKQUeEvEkMW45OmdBCE20mw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Resham Jung Singh,"Kuala Lumpur University of Science & Technology (KLUST) (formerly known as Infrastructure University Kuala Lumpur (IUKL)), De Centrum City, Jalan Ikram-Uniten, Kajang, Selangor Darul Ehsan 43000, Malaysia",Malaysia,resham.phd2020@gmail.com,https://orcid.org/0009-0008-7013-7893,Resham Jung Singh,"Kuala Lumpur University of Science & Technology (KLUST) (formerly known as Infrastructure University Kuala Lumpur (IUKL)), De Centrum City, Jalan Ikram-Uniten, Kajang, Selangor Darul Ehsan 43000, Malaysia",Malaysia,resham.phd2020@gmail.com,https://orcid.org/0009-0008-7013-7893,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,climate change; functionality; hazards; perception; sustainability; WASH,10.2166/washdev.2025.138,iwaponline.com +109798,15,11,https://iwaponline.com/washdev/article/15/11/iii/109798/Water-operators-partnerships-in-search-of-a,"Journal of Water, Sanitation & Hygiene for Development",Water operators' partnerships: in search of a balance that works,2025,FALSE,0,NA,NA,3,Klaas Schwartz,"IHE Institute for Water Education, Delft, The Netherlands",Netherlands,k.schwartz@un-ihe.org,NA,Klaas Schwartz,"IHE Institute for Water Education, Delft, The Netherlands",Netherlands,k.schwartz@un-ihe.org,NA,FALSE,NA,NA,NA,NA,10.2166/washdev.2025.184,iwaponline.com +109923,15,11,https://iwaponline.com/washdev/article/15/11/881/109923/Challenges-of-water-and-sanitation-facilities-for,"Journal of Water, Sanitation & Hygiene for Development",Challenges of water and sanitation facilities for children in households in Ghana,2025,FALSE,0,NA,NA,4,Nii Wellington,"Development Education Centre – Ghana, Box M103, Ministries, Accra, Ghana",Ghana,NA,https://orcid.org/0000-0003-2637-656X,Frank Kyei-Arthur,"Department of Environment and Public Health, University of Environment and Sustainable Development, Somanya, Eastern Region, Ghana",Ghana,fkyei-arthur@uesd.edu.gh,https://orcid.org/0000-0001-9794-8524,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,access; children; Ghana; hygiene; sanitation; water,10.2166/washdev.2025.021,iwaponline.com +109789,15,11,https://iwaponline.com/washdev/article/15/11/897/109789/Enhancing-the-educational-environment-for-optimal,"Journal of Water, Sanitation & Hygiene for Development","Enhancing the educational environment for optimal menstrual hygiene management in Kisangani, Democratic Republic of Congo",2025,FALSE,0,NA,NA,8,Alpha Ngandru Kiza,"Department of Public Health, Faculty of Medicine and Pharmacy, Université de Kisangani, BP 2012 Kisangani, Democratic Republic of Congo",Democratic Republic of the Congo,kizaalpha@gmail.com,https://orcid.org/0009-0003-8707-6576,Alpha Ngandru Kiza,"Department of Public Health, Faculty of Medicine and Pharmacy, Université de Kisangani, BP 2012 Kisangani, Democratic Republic of Congo",Democratic Republic of the Congo,kizaalpha@gmail.com,https://orcid.org/0009-0003-8707-6576,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Democratic Republic of Congo; menstrual hygiene management; sanitation facilities; school environment; WASH infrastructure in school,10.2166/washdev.2025.035,iwaponline.com +109797,15,11,https://iwaponline.com/washdev/article/15/11/907/109797/Evaluating-economic-and-public-health,"Journal of Water, Sanitation & Hygiene for Development",Evaluating economic and public health justifications for water safety plans: A cost-benefit and risk reduction perspective for Zimbabwe,2025,FALSE,0,NA,NA,4,H. Mbiza,"Department of Civil Engineering Science, School of Civil Engineering, and the Built Environment, Faculty of Engineering and the Built Environment, University of Johannesburg, Kingsway Campus, P.O. Box 524, Aukland Park 2006, Johannesburg, South Africa",South Africa,NA,NA,Miklas Scholz,"Department of Civil Engineering Science, School of Civil Engineering, and the Built Environment, Faculty of Engineering and the Built Environment, University of Johannesburg, Kingsway Campus, P.O. Box 524, Aukland Park 2006, Johannesburg, South Africa",South Africa,mscholz@uj.ac.za,https://orcid.org/0000-0001-8919-3838,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,cost-benefit analysis; diarrhoeal disease; disability-adjusted life years averted; public health economics; water safety plans; Zimbabwe,10.2166/washdev.2025.092,iwaponline.com +109952,15,11,https://iwaponline.com/washdev/article/15/11/926/109952/Assessing-the-sustainability-and-utilization-of,"Journal of Water, Sanitation & Hygiene for Development",Assessing the sustainability and utilization of CLTS facilities in rural Ghana: evidence from the Daffiama-Bussie-Issah District,2025,FALSE,0,NA,NA,3,Mohammed Awal Abubakari,"Directorate of Research, Simon Diedong Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,maawal@st.ubids.edu.gh,https://orcid.org/0009-0002-4009-1528,Mohammed Awal Abubakari,"Directorate of Research, Simon Diedong Dombo University of Business and Integrated Development Studies, Wa, Ghana",Ghana,maawal@st.ubids.edu.gh,https://orcid.org/0009-0002-4009-1528,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,community-led total sanitation; faecal sludge management; rural hygiene practice; sanitation facilities; sustainability,10.2166/washdev.2025.111,iwaponline.com +110079,15,11,https://iwaponline.com/washdev/article/15/11/941/110079/A-coupled-CFD-evaporation-model-to-estimate-drying,"Journal of Water, Sanitation & Hygiene for Development",A coupled CFD-evaporation model to estimate drying rates across laminate-lined sanitation systems,2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/11/10.2166_washdev.2025.112/1/washdev0150941supp1.docx?Expires=1785297076&Signature=p6fY6jjHSiV4TKszNwx89cYTWyljg4XUFFuf2jpv708prUejiBVhC09rKYhl29IGEy00gHmn0HMlRkucyKLYjsoGVAUp95DYTDEG4rsAgd3MMJGdYlxcaaNg2SFfaT8d42ESctV8R266Pua7kF6~uYf-3j8uymboJWSPwaZnzDNkcaTKsP-4CswH6-90yNjru3M3gaMrpGttKuERdPSu7eo2kiLdFsJEXutzX-xKuz9U85O0fqFFP685s3cGFdY-g0ge9sE4NsD10UDSoYjxEr-L~ejnH~bSh7L7t5J9uTJP3P24hU~89PL-8tcNaDGHmeaqXtbozrXtQeBjDkdpUg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Shray Saxena,"Department of Natural Sciences & Institute for Water Resources Science and Technology, Texas A&M University-San Antonio, San Antonio, TX 78224, USA",United States of America,ssaxena@tamusa.edu,https://orcid.org/0000-0002-0452-5619,Shray Saxena,"Department of Natural Sciences & Institute for Water Resources Science and Technology, Texas A&M University-San Antonio, San Antonio, TX 78224, USA",United States of America,ssaxena@tamusa.edu,https://orcid.org/0000-0002-0452-5619,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,CFD-evaporation; CFD modeling; evapotranspiration; laminate-drying; sanitation,10.2166/washdev.2025.112,iwaponline.com +109924,15,11,https://iwaponline.com/washdev/article/15/11/955/109924/Does-container-based-sanitation-align-with,"Journal of Water, Sanitation & Hygiene for Development",Does container-based sanitation align with sanitation sectoral planning in Lima?,2025,FALSE,0,NA,NA,4,Hellen López,"Department of Management Science, Pontificia Universidad Católica del Perú, Lima, Perú",Peru,NA,https://orcid.org/0000-0002-5977-9966,Alesia Dedaa Ofori,"Cranfield Water Science Institute, Faculty of Engineering and Applied Sciences, Cranfield University, Cranfield, UK",United Kingdom of Great Britain and Northern Ireland,alesia.ofori@cranfield.ac.uk,https://orcid.org/0000-0002-0912-067X,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.;.,on request,NA,CBS; governance; Lima; non-sewer; sanitation; scalability,10.2166/washdev.2025.124,iwaponline.com +109917,15,11,https://iwaponline.com/washdev/article/15/11/966/109917/Microplastics-in-bottled-water-assessing-drinking,"Journal of Water, Sanitation & Hygiene for Development",Microplastics in bottled water: assessing drinking safety in Nepal,2025,FALSE,0,NA,NA,1,Raj Kumar Thapa,"Pharmacy Program, Gandaki University, Gyankunja, Pokhara, Kaski, Nepal",Nepal,rkthapa@gandakiuniversity.edu.np,https://orcid.org/0009-0004-7488-7465,Raj Kumar Thapa,"Pharmacy Program, Gandaki University, Gyankunja, Pokhara, Kaski, Nepal",Nepal,rkthapa@gandakiuniversity.edu.np,https://orcid.org/0009-0004-7488-7465,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,drinking water; imaging; microplastics; microscopy; Nepal,10.2166/washdev.2025.161,iwaponline.com +109922,15,11,https://iwaponline.com/washdev/article/15/11/977/109922/A-grounded-theory-approach-to-sanitation-flood,"Journal of Water, Sanitation & Hygiene for Development",A grounded theory approach to sanitation-flood disaster risk reduction in Peri-Urban areas: a case of Zambia,2025,FALSE,0,NA,NA,5,Sydney Haanzuki Mudenda,"Department of Civil and Environmental Engineering, University of Zambia, Lusaka, Zambia",Zambia,sydney@allioneconsulting.com,https://orcid.org/0000-0003-3165-3832,Sydney Haanzuki Mudenda,"Department of Civil and Environmental Engineering, University of Zambia, Lusaka, Zambia",Zambia,sydney@allioneconsulting.com,https://orcid.org/0000-0003-3165-3832,TRUE,All relevant data are available from https://1drv.ms/f/c/59cfebd092e14afe/Eptrq3g5bVRFnjpClSBVUVABthL9vFq6hhn6yalnb6uD2Q.,available in online repository,NA,disaster risk reduction; flood-related risks; governance; grounded theory; peri-urban areas; sanitation-flood disasters,10.2166/washdev.2025.169,iwaponline.com +110205,15,12,https://iwaponline.com/washdev/article/15/12/993/110205/Nature-based-solutions-for-sustainable-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Nature-based solutions for sustainable wastewater reuse: treatment wetlands for irrigation at Ndiebene Gandiol School, Senegal",2025,FALSE,0,NA,NA,4,Antonina Torrens,"Department of Biology, Health and Environment, Faculty of Pharmacy and Food Sciences, University of Barcelona, Barcelona, Spain",Spain,antoninatorrens@ub.edu,https://orcid.org/0000-0002-2680-7561,Antonina Torrens,"Department of Biology, Health and Environment, Faculty of Pharmacy and Food Sciences, University of Barcelona, Barcelona, Spain",Spain,antoninatorrens@ub.edu,https://orcid.org/0000-0002-2680-7561,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,nature-based solutions; rural sanitation; Senegal; sustainable water reuse; treatment wetlands; Typha and Vetiver,10.2166/washdev.2025.323,iwaponline.com +110417,15,12,https://iwaponline.com/washdev/article/15/12/1007/110417/Impact-of-household-water-storage-practices-on,"Journal of Water, Sanitation & Hygiene for Development","Impact of household water storage practices on water quality: a case study of Debre Markos town, Ethiopia",2025,FALSE,0,NA,NA,3,Endeshaw Nibret Abeje,"Department of Hydraulic and Water Resources Engineering, Institute of Technology, Debre Markos University, P.O.Box 269, Debre Markos, Ethiopia",Ethiopia,endeshaw_nibret@dmu.edu.et,https://orcid.org/0000-0002-4704-1630,Endeshaw Nibret Abeje,"Department of Hydraulic and Water Resources Engineering, Institute of Technology, Debre Markos University, P.O.Box 269, Debre Markos, Ethiopia",Ethiopia,endeshaw_nibret@dmu.edu.et,https://orcid.org/0000-0002-4704-1630,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,contamination; Debre Markos; drinking water; microbial; storage practices; water quality,10.2166/washdev.2025.023,iwaponline.com +110149,15,12,https://iwaponline.com/washdev/article/15/12/1023/110149/Community-Business-partnerships-for-health-mapping,"Journal of Water, Sanitation & Hygiene for Development","Community-Business partnerships for health: mapping community actors, their linkages and influence to promote water sanitation and hygiene, and business scaling",2025,FALSE,0,NA,NA,4,E. 'Kuor Kumoji,"Johns Hopkins Bloomberg School of Public Health, Center for Communication Programs, 111 Market Street, Suite 310, Baltimore, Maryland 21202, USA",United States of America,KuorKumoji@jhu.edu,https://orcid.org/0000-0001-5736-4428,E. 'Kuor Kumoji,"Johns Hopkins Bloomberg School of Public Health, Center for Communication Programs, 111 Market Street, Suite 310, Baltimore, Maryland 21202, USA",United States of America,KuorKumoji@jhu.edu,https://orcid.org/0000-0001-5736-4428,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,actors; Ghana; influence mapping; networks; social enterprise; WASH,10.2166/washdev.2025.054,iwaponline.com +110194,15,12,https://iwaponline.com/washdev/article/15/12/1038/110194/A-lived-experience-assessment-of-public-private,"Journal of Water, Sanitation & Hygiene for Development",A lived experience assessment of public–private partnerships delivering rural water services in Rwanda,2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.065/1/washdev0151038supp1.docx?Expires=1785272457&Signature=Am4gc1L1h73UWLO2E6pAgioZ-XsztobvmgnHc5q9sdCow9hHuTUIv2soF6gOdYeNRIWPtq-6lpKIkLOqSSZ1ldcOJ-Ua1u31tZv5ZAftpqEJ0YP4cCeGHgJu~Zp0tqvcZQtlEajevMCipfJzzRG3RBjpV5DPqqh~8IDYJyX76J~kSeXTb7buB~J~lkun7AZn6c2Ic5B06lPL4LJ-W0VQ6zTM8zLPl-VFA9mMApUPMukkQrUbjc0MRle6AIn47U2cObVwv~hGTON16SJnI~9kXel7LZY3hzqfDpNfvKuDzqFj6YGHqLWEnxPyCoT1WwuYCqVlzmg0cQb6Uca0zO0enQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Sydney Sapper,"Cranfield Water Science Institute, Cranfield University, Cranfield, Beds, UK",United Kingdom of Great Britain and Northern Ireland,NA,NA,Paul Jeffrey,"Cranfield Water Science Institute, Cranfield University, Cranfield, Beds, UK",United Kingdom of Great Britain and Northern Ireland,p.j.jeffrey@cranfield.ac.uk,https://orcid.org/0000-0001-6618-0815,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,public–private partnerships; rural; Rwanda; water services,10.2166/washdev.2025.065,iwaponline.com +110187,15,12,https://iwaponline.com/washdev/article/15/12/1053/110187/Gender-responsive-behaviour-change-research,"Journal of Water, Sanitation & Hygiene for Development",Gender-responsive behaviour change research: leveraging women's and men's motivations to inform interventions for transitioning to piped water supply in Indonesia,2025,FALSE,0,NA,NA,7,Diana Teresa Pakasi,"Sociology, Universitas Indonesia, C building 3rd floor faculty of social and political sciences campus ui, Depok, 16424, Indonesia",Indonesia,NA,https://orcid.org/0000-0002-4956-8081,Juliet Willetts,"Institute for Sustainable Futures, University of Technology Sydney, P.O. Box 123, Broadway, NSW 2007, Australia",Australia,juliet.willetts@uts.edu.au,https://orcid.org/0000-0002-3975-9642,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,behaviour-centred design; behaviour change; gender-responsive; WASH piped water,10.2166/washdev.2025.081,iwaponline.com +110210,15,12,https://iwaponline.com/washdev/article/15/12/1069/110210/Arsenic-Iron-removal-plants-in-water-challenged,"Journal of Water, Sanitation & Hygiene for Development",Arsenic-Iron removal plants in water-challenged rural areas of Bangladesh: performance evaluation and user perception,2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.117/1/washdev0151069supp1.docx?Expires=1785539977&Signature=g4tYvSt2feb2Untk91m94FZ9e7nYKy4U0I0BmRFLshucbFnHce8lFNsMJy37VfzKQeiBF5rvHPlPweJNusutHg1W1e1AANoOiRku8csiH0I3itxzFzMX33aWH~r0RKCUuefg8gohfU8NVQQvJJWC0i-3~xQhURbCHQUecDU3iRmp84fQVX3MnWbeIAXA2QrGXxrvjbzUVyIH7P8BQsczeq0fkcQ1YhDtpMgv52eRIXYdyWa4ZuIdxnQ2PGfsQ7hTxDS~3-06R4KtMYDIbuJgrjwGkTZPvez2a4a0ktWXjmUFHc~zZ-5TbdsCvTjg7xrf3KYhYVmPh44K2RodeBwsiQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Belal Hossain,"Department of Civil Engineering, Bangladesh University of Engineering and Technology, Dhaka 1000, Bangladesh",Bangladesh,NA,NA,Tanvir Ahmed,"Department of Civil Engineering, Bangladesh University of Engineering and Technology, Dhaka 1000, Bangladesh",Bangladesh,tanvirahmed@ce.buet.ac.bd,https://orcid.org/0000-0002-8970-0999,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Arsenic Iron Removal Plants (AIRPs); free listing; performance; questionnaire survey; Smith; s Salience Index (SSI); water-challenged,10.2166/washdev.2025.117,iwaponline.com +110462,15,12,https://iwaponline.com/washdev/article/15/12/1084/110462/Influence-of-pit-latrine-design-features-on,"Journal of Water, Sanitation & Hygiene for Development","Influence of pit latrine design features on methane emissions in informal urban settlements: evidence from Kauma Township, Malawi",2025,FALSE,0,NA,NA,3,Francis Sande,"Department of Environmental and Natural Resource Management, Lilongwe University of Agriculture and Natural Resources (Lilongwe University of Agriculture and Natural Resources – LUANAR), P.O. Box 219, Lilongwe, Malawi",Malawi,230201527@luanar.ac.mw,https://orcid.org/0009-0004-2293-0310,Francis Sande,"Department of Environmental and Natural Resource Management, Lilongwe University of Agriculture and Natural Resources (Lilongwe University of Agriculture and Natural Resources – LUANAR), P.O. Box 219, Lilongwe, Malawi",Malawi,230201527@luanar.ac.mw,https://orcid.org/0009-0004-2293-0310,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,anaerobic digestion; climate-smart sanitation; design features; greenhouse gas emissions; methane emissions; pit latrines,10.2166/washdev.2025.144,iwaponline.com +110421,15,12,https://iwaponline.com/washdev/article/15/12/1101/110421/Geospatial-analysis-of-factors-influencing,"Journal of Water, Sanitation & Hygiene for Development","Geospatial analysis of factors influencing waterborne disease outbreaks in Harare, Zimbabwe",2025,TRUE,15,xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; xlsx; zip,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp1.xlsx?Expires=1785266237&Signature=Fn3jxwlBWR-oLa~0MOcngFteSigsNa2Tkm7VwHw3LV-y31sdkcN4cg0wXG6R41oBYHJEZTiGtcZIchiUiGlfl8~irZVRzjNpU7~j7aMPM1XXF0R7-zhZwgMLt1VS1wVBFoUQTpW9b8xu8LK5I-z7WL6onq7rSA4XqvbuD2zEJ8jG3Gvf3NnDEM0BNTH4vDsGGasUAsR8FO0PpGdbdY~Yj4S5JJv0aqKN~UoQCGRtZGrx64wWhj9D73as1aPYWVSVdSkrW6gm5aW3M55hed8kdKqUyuMf8YdiBe0ZQawhGvvZcLzzLX1OuHS2cyi08ltw40K8-GedAU-lRnKqvhL6Mw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp2.xlsx?Expires=1785266237&Signature=AUjxJq0Dc9rs2v6wOKsqkmZjss~Dhrmbl2sSTAGJPm1~~~bHqY-M91jvniBgwJj1XI38bdNtp7S7uOLBTJZW1DaW1vbbrp1LJ~vzyewO6QuiW8U~-V2R3CJk1~Tz4u6kg7oC2sacB2SFK-aTDqNqUr6~IGwDwDU2Kb1lI2Ou9AdQedDn0RRupsFYGL5doOTUKooyC3N160c0GWw4tUVmwfe-V56USvcBrE~~d3QZ4PTCvnBrGdFpNG9dagm8~JzvlH9xPJFKlzmVd9YnXroX6cQyM2UhoA6usZ8hBQsRZTj6fXaTIE557Ncufd7dsCq2iawW5fiG3bUK~WAyUvaLSQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp3.xlsx?Expires=1785266237&Signature=HiT4VNgdxa7gy8d6OE7dSl4zylIZ3ktuJ-yj5B~hQ-MMn5SjULQ2DdIWo0EUJzwKfTtQPBkSOPEaOIik5KHCyfZbQfBa-6JbNaeXwXKZjBf2O8SVJVA7fayyYzM26MAF0OSK2Tf0yZADz-0nQsbwI8eANF5TdE2o1by2WhN6U5p0Jpj~UvEXUbxAcORJP-h1CX2uDV-svSNodvS9iR0~-xiQ~IY9iOPQ2tA8N4sEY7UebThnY08ugiBCFIYdzJNfTBtMGz3mTXHKXbEa5jSkvpD5NkKGqjQf~zsYwb5SVXcbUGpDHNrbmdWND9twAdXaGCg~yMOJtce2QxhvAizT8g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp4.xlsx?Expires=1785266237&Signature=F3Nsxx8En~skeo68iOikve1NIEJJLkZT6NvXn2-89S3bM0yhxDiw2vH~QL8VCXoCFjFz2X19mh-~NJazJ2doMBwfkpXUlLj-V4teOxqnkszzs~S8LSjCnscxqZNFu1nkSUN7rk5~FOtsFXUSRMEyiEyIanIG7OqUo8Wn4C-PXaHalnvDMtizCMZn-5JNWPk9E0vjM7sbvBpcpgeMTrRFpId8r0almU8qm5IdWwW2DVfE906BKH9S0R85J7xqwxJphSjyIh05nMlegbMM0~1x9-grLWMtYoVhOVf1GWiPNDOkoumI8Zpe2LzX2nJ3XpIX0nU2gm0tQayV9gl9pc-goA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp5.xlsx?Expires=1785266237&Signature=UlbLGS9kpW7DLlq1LzCJ7sJTX-LiNMVIDTv3hR11XttuBTltEVnaeuCetLyE0UqzzDWxQLDv7yxtXa1Zmpmbj1fg4Hih6Pv5qaTH~7OizZEi280h74vbjBulhX~o7pmU1GMIfP2SlvoTGl0lws1opF8BmWJuTakarOzf5xQMYAloyAzzlUqueCN8EovUR8yRWP0F1-e81ST3ecKPm8WSupsg3Uo5w7yU8pC19VRNq-MSVm8~Mis8y1N5ao7VQ62IpiW-gJEGprrm64SCguzSYYGFj2TazcKIKMquedzb6~Go5jaKN7yudT6RMekAnPkD757wY1j9NtzbCpptI4EP9A__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp6.xlsx?Expires=1785266237&Signature=e9CxCoKGwCqeZByDa1hleZL-nvxSvsKJGGduHgq35ytaEuazIDzs2Bc9mZphM9EBoEuypImtXWPo0JuXxp-Pbdjx0gfNIieg-qM4Maeji1226LkbaVn27uPDrEa~h41s4eSu0G8oou-~I5z~~E00znegSSLnSGlYrJ1qFpcg2M1k7vmq40GFcMItpvvfO2mWgmi7BqdaJO8fP7RLk9IuZGqCPVglTqhF2PXRj3VBr48pTdcOemw26Z9ANK-0Eo33Mh9l2UO3yTzQU0Kr94RytMmMlW2vO0G4sWu9fKlg66yBsidywPpKkOyE8KeNt9MkQJv6UQ0Kw6Sj5-UIpCvISg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp7.xlsx?Expires=1785266237&Signature=WSMV3YR9ym3q5YhKzd2doNddVIupPFne5PlOs7PNkdTuCxUV20CrxkbeSbc-D0BrKAGYDMmXI2Dvc3WZKYgrcsd5QRKTzWuA6OxmV2dKSydhdecYODxFHiMLabko18Yo3aLmt5oM3Ssqg0vXJNM9FiPV9VON10HFwdljhPjmIbxE4nrti-OHGl7GJiiS~gsDhnbIHzOAdyVokFVTkSVap97EHK3wv-mSbohdc0WWm3eXoYJuCwSKOfl1n2a5mZTUqoQi-NL7x9NxWpyJAIvq0j69ciDnJtEBDmWVz76Te4Q~57atFAyCa38~Y-maJV1McIePkOyb9-Et~YlucduWsA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp8.xlsx?Expires=1785266237&Signature=zmhcByMj9jdx46y4KUdJZ7gWOAs6YLtI0EuNEslhgUue4e8KvAphhk75SD31jJl5XjChZ0p4N2~8TubSgISV-lA6m5tnh7ihvj9~Di1N5KKly2kaO4joIQE3ovIc-uvN80jnCzS2On~C31HZlmMFOlde6N0Qh~IbE-VAdpUrhJCrDiYqMIkGDQREzYe8DhmWzPhSxuUSjePnd-cQuRMItHWbppZIl7EMZ8Sp8sH~p6xnWZcnwNiK4tRNgrgjAMAGDwn8Z38oq2GN~bLNmmC3Aj8PffaJtHhBeIE9xMbLppUuaYVe28Tk~D7~iG~pyXH9g0iZ6-YZuc13kui~jtD5lw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp9.xlsx?Expires=1785266237&Signature=VkkzRLBE~WEM6SLEjFuDWsX-XfItZwWM3ACyj4DB83TOOqCGOc4801UQWNePMBEkc-9F2zq8z-GAmPtmQCf4e8OYOBIIybW128JkRdBAMFCYYgx6P8pnvfKNf5ZjG9RJwn7a9FG88GU8XxbgRaW4DL6bMyfiwQYgvA8yE0HzMYLjdJFQMZmP6z0-GEVUpDdph5mrTcqaarocUqMDBjv60G9qhsMrTAnXloAQaX~PM4acFIUPZSzTqiGVxjnOgYCuET4-AL9ovirhCU3eeLtmOuFbr~FEAOtcbpv4uro6cL5hNE5JslXyVl~UFaYoHKGziOw6L0T5nr-EvjAj3lcrQA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp10.xlsx?Expires=1785266237&Signature=b7hjl0-oB0DF2IH-ij-YJjgUBfSBlcz6mXlhEn6r-wE~MBosSiz076Gy7R5AudQzO694pY~Ra94K3Ux0iAVH8Vn50sS1GahyBlirVyaPnNjjyWarKhmXpEFhY2i0uJ3zs7o6vq8XUxe03s-ZkX-A9N~LcNLB2SYSLESDRgGm7JZ-ygRsIWWSmhRed9aH6FiUA~8VjH-cnxKokhbXlTXGgYDe4R1VGz-am5jDyovlAnhJIl2FyMdHX3m4QrpbqtwvCm94ylzQHPFw9WhZ7B1WBIlf3hiuUQeqXX44Tg62JRmppfvEfKx-WpltmOMF28bCU~wyu2UMwTk-WwQmL~SJfw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp11.xlsx?Expires=1785266237&Signature=V~QIrhCApHcxhb0dE3TZxm2SzcmgZu5tgJNFLUCcz0Mfi5ZmjjzPOAC11Db2Pflr1Z8P7gWG9QxbHHrwm1tYqAnMo2jUonBDyNjRRvlf3JU~J7OhtyQIh1ggAXFV1fgs7EClA62qe3KzgzW3-LHC~YshKE-9x~ZsS6rHIrv2GwetgbN9AAVo3gEk4p65bU2TyA-AaSd6q6tM8Y2mUGOiZHKm55dR3FwA1K3L~8t8ArujiXnlJCdFx9VqBMXrX3ebWNeKisut8pMtHayTSO9b7dcy8JtrAyVR6gdln7BzxZBDYDxNSqS4ldlJZ6CZSjs-VqmWEr97f9dlo~tRkHi3pA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp12.xlsx?Expires=1785266237&Signature=qBKrFQnBZLDwypTbW8JfX3HaSZsBKa5Tn-Cw9uHctnaSTl3vLMUwP5ovMlWHcXizNN5VhKRTOT1V~A8oyEiR1pb9Acxoy8lt61jZQyCyV-pPB7npPhMtQwQvZY656KRtYoBLa~2G9CMNeY86JxH9VzH99RliksqprHJ4XejcIiiOTfXUIO9AyhSHicY559BHPDVhd9rvlqT5ozWLGTQoxzPs88nVy0fJJVzBJro9ABwevKb9chVK71-dBtXrSA3sBbUH7C3uJfO3UtyGbUbJ0YWlORoUs2-8bUcLxgwcriZRCx-BnWqT4wI2djpn0GqLG7rGKYJumZuqA40ehDCarw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp13.xlsx?Expires=1785266237&Signature=CWc3jjKTWNKrMm2DYZ2ijK5rorjmnTcWGtZQs7koGqpsGvQYr8JTWa9Mg6AC3uDH80KmPnn8tM8uPmacRb9gm482gm5mdn1i0iC0wXLnM8UHd5Dso~ttVRy2OibeQH8tFM1QYv0Z5eNcMPHq9MriSDEhltNMQ5GxFVbCVA94nAERqLO5DcYNM-qRW08tdGPCaCZUskOej07P2lGkv004HIMG5yPG6TT1VNof6GOS5IWA60J6AI-eLPQx~gZMuLmpUy~bCL5Xttyg5NbueTOLLQg87cyx6Hd0wQz0XJbdUbBTKZelctYbXoLmo2rdp3U1622zcbLeY7qMLusU19I3cA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp14.xlsx?Expires=1785266237&Signature=QzVYu8loJ22c5uHv~K6MmWSGDkn0kbu3KL6Naby9zFnppfLZAJYN739JZq2JXfOV2cRa8blFE7LROX8z5~V7jVaQnREpb-FkTyK~Z6wExCdu5blzT1gh7fFsTX5up0arwmeguWCNy8VKusOtn~aI0-Joe9y4gaa6Hxy5aUvUTjJoEN1QDin6EicDO-dndIZlWpkpbe7tnMOyipURdMQ0dnKZ5xkyoa1OoDWrWY1b6lvMFlfsHb--NWujoGQy8Oirh3Cs7NCdfIWOuuT4xqeU9a6X3vgC~RwFnwgb5FSBUHdXGQuUt-~NFUPmOguyBkaMQhuPw5q~7BesJ8ILX-uVZw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.162/1/washdev0151101supp15.zip?Expires=1785266237&Signature=Tfi7dV6bzeWm9CM1GzicORjjGIyAo8ztztnNZUeNq-m-uDkNG3EEsDbnZVI6pVkc37ZoqI54Cf17thyBVlZZ1kKWyLhPoM~jn~VJ29UKrKxIGuZ-Nh8yjLSDlo4ucjzfgxh0PE34vsY2fqFBnVgblLq2GQFQ0Nn-~q-GekO~G4BwmPaQII0IGh4g7I87YHLPoUy-Iehq0GFcakarNl0zzZJbExj94Q47hBRUZcAJPZ4UJJXDzCwxmQq2CGxo1lOvl8MUHcLogwRipC-DbK4sftCJoFeG2IwqpBrCofavcagAiAStR9B8wwxd6I8gyXuofgfsbwCEpK1HGcls4OKBew__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Kuitakwashe Nhongo,"Department of Civil Engineering Science, University of Johannesburg, Auckland Park Campus 2006, Box 524, Johannesburg, South Africa",South Africa,221201679@student.uj.ac.za,https://orcid.org/0009-0004-5571-1456,Kuitakwashe Nhongo,"Department of Civil Engineering Science, University of Johannesburg, Auckland Park Campus 2006, Box 524, Johannesburg, South Africa",South Africa,221201679@student.uj.ac.za,https://orcid.org/0009-0004-5571-1456,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,geospatial analysis; Harare; influencing factors; waterborne diseases,10.2166/washdev.2025.162,iwaponline.com +110449,15,12,https://iwaponline.com/washdev/article/15/12/1118/110449/Social-value-of-the-welfare-benefits-and-potential,"Journal of Water, Sanitation & Hygiene for Development",Social value of the welfare benefits and potential demand for improved fecal sludge management in urban settlements in Uganda,2025,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/15/12/10.2166_washdev.2025.219/1/washdev0151118supp1.docx?Expires=1785877441&Signature=xdsYBzYppGupzTfktvoMt7nU5qOEuFPfEShIt~oXtIi~SKxOOxRcBlGKBsFbG9fVFyRAslw~j6q8fRIGxLjP~HHZQJPySSODxs9bIrV15hLVt9x~t0irmR67Mgj8VY84Md~QGadj74NNjaMbaVrcpnznnMv4jeeJqJ3k-e6s5cqRB7mPoABIyhOU9Ie7hpVmZ1MQsFRDlXNGyeDCX51C6kX~dOosNy2-NpNFori~OFVQqq8V89uQSLFxkYhegKoi~e6TR0K1KlntrENHm6c19-nckgNn0AEJC9Pc3iSFSQ5WSzxsxjyVrXLgWII3R3IXYRehX7e6Wq5WYCPYmpHsVg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Medard Kit Kakuru,"Department of Agribusiness and Natural Resource Economics, Makerere University, Kampala, Uganda",Uganda,mkakuru@eprcug.org,https://orcid.org/0000-0002-4688-8282,Medard Kit Kakuru,"Department of Agribusiness and Natural Resource Economics, Makerere University, Kampala, Uganda",Uganda,mkakuru@eprcug.org,https://orcid.org/0000-0002-4688-8282,TRUE,All relevant data are available from an online repository at https://makir.mak.ac.ug/handle/10570/15540.,available in online repository,NA,contingent valuation; fecal sludge management; improved sanitation; social value; welfare benefits,10.2166/washdev.2025.219,iwaponline.com +110627,16,1,https://iwaponline.com/washdev/article/16/1/1/110627/Pathogenic-bacterial-species-in-tropical-Thai,"Journal of Water, Sanitation & Hygiene for Development",Pathogenic bacterial species in tropical Thai swimming pools,2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/1/10.2166_washdev.2025.099/1/washdev0160001supp1.docx?Expires=1785298565&Signature=Z24ijYds4drK6pqT09besIfOFP6-4OesXQiPSnHR9HBz3c~CgT8RUboDihsvBP-nqwWVd30xbTZwJt-II35a-r9YMmB4Te6a3FfMN6Au2U-avmfz-Tq77PrFUJr6hL0PnyNB0DmYZTGJLO8lt9D8przwaUyQldrFc3eejc05nL8nXEw9SfOoD~1Q2Q~ezLy9WSOG3UYhNzeb2zPn~49l8ZKfd9dewJGp0RuRYHwFVnKPq0lW9-AFQptTq5rWpEeRLftxlctyT08BWnCuOKQVOb7w-439lxK2-yvtr88r0yH72vGmBt2cFQQfOMb7CWk2nyLJW3Jn8kdhupvFzbFYIg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,10,Vimolmas Tansathitaya,"College of Sports Science and Technology, Mahidol University, Nakhon Pathom, Thailand",Thailand,vimolmas.tan@mahidol.ac.th,https://orcid.org/0000-0002-7549-8750,Vimolmas Tansathitaya,"College of Sports Science and Technology, Mahidol University, Nakhon Pathom, Thailand",Thailand,vimolmas.tan@mahidol.ac.th,https://orcid.org/0000-0002-7549-8750,TRUE,"The sequencing datasets from this study are publicly available in the NCBI Sequence Read Archive (SRA), BioProject ID: PRJNA1181577. https://dataview.ncbi.nlm.nih.gov/object/PRJNA1181577?reviewer=nfq2mho30umld4hmmt75qpukg4.","The sequencing datasets from this study are publicly available in the NCBI Sequence Read Archive (SRA), BioProject ID: PRJNA1181577. https://dataview.ncbi.nlm.nih.gov/object/PRJNA1181577?reviewer=nfq2mho30umld4hmmt75qpukg4.",NA,aquatic physical activity; Gardnerella vaginalis; immunocompromise; Rickettsia typhi; Sphingomonas koreensis; Thai swimming pool,10.2166/washdev.2025.099,iwaponline.com +110628,16,1,https://iwaponline.com/washdev/article/16/1/13/110628/Assessment-of-drinking-water-quality-in-storage,"Journal of Water, Sanitation & Hygiene for Development",Assessment of drinking water quality in storage containers in rural Rwanda: a case of Butaro sector,2026,FALSE,0,NA,NA,6,Marie Josée Dukuzimana,"Center for One Health, University of Global Health Equity, Kigali, Rwanda",Rwanda,mdukuzimana@ughe.org,https://orcid.org/0009-0003-7105-6618,Marie Josée Dukuzimana,"Center for One Health, University of Global Health Equity, Kigali, Rwanda",Rwanda,mdukuzimana@ughe.org,https://orcid.org/0009-0003-7105-6618,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,drinking water quality; microbiological contamination; rural Rwanda; WASH assessment; water storage containers,10.2166/washdev.2025.139,iwaponline.com +110651,16,1,https://iwaponline.com/washdev/article/16/1/22/110651/Community-engagement-and-capacity-building-as,"Journal of Water, Sanitation & Hygiene for Development","Community engagement and capacity building as determinants of rural water supply functionality: a case of traditional authority Mankhambira in Nkhata Bay District, Malawi",2026,FALSE,0,NA,NA,3,Lamech Malekano Chimphero,"Mzuzu University, Mzuzu, Malawi",Malawi,lamechchimphero@gmail.com,https://orcid.org/0000-0002-4605-4552,Lamech Malekano Chimphero,"Mzuzu University, Mzuzu, Malawi",Malawi,lamechchimphero@gmail.com,https://orcid.org/0000-0002-4605-4552,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,capacity building; community engagement; rural water supply; water governance; water system sustainability,10.2166/washdev.2025.149,iwaponline.com +110658,16,1,https://iwaponline.com/washdev/article/16/1/36/110658/Associations-between-sanitary-inspection-risk,"Journal of Water, Sanitation & Hygiene for Development",Associations between sanitary inspection risk factors and E. coli contamination in household groundwater sources,2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/1/10.2166_washdev.2025.177/1/washdev0160036supp1.docx?Expires=1785252454&Signature=veOkZbyYQbcnxRfBPXjR7DaQ91Tmnsd2CTDnkM6jXlfyA77h3fK2v-jst8Swf1ozdTLcIZXgVt2ehAkxERujM7RO6xQIQu5gewBklieydp4LV0OmMKXx0Pv3RPPI6O0FOoQQEGPLgCmHYV-YWSB33unKQCqpeeIDKaDWsr14LTJnouKiAPKAvAGCVc7zpHYMhhPrmOr4ZwUkZJWYODyXvihsZ38zFjewhr-TPvCAZekozgYN-TXtA0t2pzm56GK0J576m5sQ6dzAj0Z0Pg5AxjA~MoVE6yuprQhI~8mEKQWaWfCYcBr9oyPPhHZNfX0m6AVpLtuAYYDN4YLXH3tYJg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Paul Hansen,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, Australia",Australia,paul.j.hansen@student.uts.edu.au,https://orcid.org/0009-0005-5735-7734,Paul Hansen,"Institute for Sustainable Futures, University of Technology Sydney, Sydney, Australia",Australia,paul.j.hansen@student.uts.edu.au,https://orcid.org/0009-0005-5735-7734,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,groundwater; sanitary inspection; self-supply; water quality,10.2166/washdev.2025.177,iwaponline.com +110629,16,1,https://iwaponline.com/washdev/article/16/1/45/110629/Evaluating-microbial-health-risks-and-perceptions,"Journal of Water, Sanitation & Hygiene for Development","Evaluating microbial health risks and perceptions on water accessibility, sanitation, and hygiene (WASH) and health: using the Johor River Basin as a case study",2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/1/10.2166_washdev.2025.204/1/washdev0160045supp1.docx?Expires=1785249295&Signature=XgHW~G4Z4t8ENLr~ZCyTexvzozjxQYYduQh2sFob9gVg2EDKLA4U5y9LUFkP2ijYs7x2Y7bea4eYB7Jozp-o9bU2NdJQhAnaFTtJpgneYoZlNHMTfvNBKy6KAWRmb3s~GP2LAgXbs5kKUc-6-KAjliZFq5gKQsB4ybdeDejc8DfbgeskVEoPyfFoMOATGc384xfoe0eK0~D0xf-81FF2n9Combd65tNAnQVaYnq0fk5xnItrE5cktkcDkdbRO-nsnDV68Sa7aHi6b-PclkGWOjYlq3nVRi9ZvzAdvvdrcVwHtUXChZekzJpYIaU27OkwrXMsjAsS8T6AiRWijMVhjw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,7,Dominic Shuen Wei Kay,"Newcastle University Medicine Malaysia (NUMed), No. 1 Jalan Sarjana 1, Kota Ilmu, EduCity@Iskandar, Iskandar Puteri, Johor 79200, Malaysia",Malaysia,NA,https://orcid.org/0009-0009-2122-9983,Roshan Mascarenhas,"Newcastle University Medicine Malaysia (NUMed), No. 1 Jalan Sarjana 1, Kota Ilmu, EduCity@Iskandar, Iskandar Puteri, Johor 79200, Malaysia",Malaysia,roshan.mascarenhas@newcastle.ac.uk,https://orcid.org/0009-0004-8135-6507,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,antimicrobial resistance; coliforms; quality; river; WASH; water,10.2166/washdev.2025.204,iwaponline.com +110630,16,1,https://iwaponline.com/washdev/article/16/1/61/110630/Hepatitis-A-virus-transmission-among-children-in,"Journal of Water, Sanitation & Hygiene for Development",Hepatitis A virus transmission among children in displaced households in the Gaza Strip: impact of conflict on WASH and healthcare access,2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/1/10.2166_washdev.2025.214/1/washdev0160061supp1.docx?Expires=1785269371&Signature=jnzQgWnZag5bxewpWbfopPNYxaZFVB3aUNcdqpTIneA1sWcWPTAB4BPp7qKC~JNiPq2hx~lf2b39fWnvs3~5SOdqVYhfKAtRqVDf3~an1zSviOb48a1n9MfpPfZkneekOtHuDxEM7XU3uYsaWu2zjyQgLklIRwt~Y~ipmmzN3HjBQpQG2VU3X8n510HNb3Bj3stU0wtkxk8Q-0on98Dmd6qg63NCdDSMYywFnnFcAF87nEqPCbEGv5mLCFcJGMoDVBimiHguXAmcbGhH6QSldgY71N0Qdx0cbUHnPn6DL3f8sHqaorzPXaHdPfYtOyOmhZsnKLOxZ3uOBNG1-lR8Ng__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Abdallah Alnajjar,"Faculty of medicine, Al-Azhar University, Gaza, Palestine",State of Palestine,NA,NA,Samer Abuzerr,"Department of Medical Sciences, University College of Science and Technology, Khan Younis, Gaza Strip, Palestine",State of Palestine,s.abuzerr@ucst.edu.ps,https://orcid.org/0000-0001-8950-3293,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,children; conflict-affected populations; displacement; healthcare access; Hepatitis A virus; overcrowding; water and sanitation,10.2166/washdev.2025.214,iwaponline.com +110672,16,1,https://iwaponline.com/washdev/article/16/1/71/110672/Assessing-the-coagulation-efficiency-and-anti,"Journal of Water, Sanitation & Hygiene for Development","Assessing the coagulation efficiency and anti-microbial properties of fruit waste derived biomaterials for the treatment of surface water in Addis Ababa, Ethiopia",2026,FALSE,0,NA,NA,4,Beselam Tadesse Biazen,"Bio and Emerging Technology Institute, Addis Ababa, Ethiopia",Ethiopia,beselamt@gmail.com,https://orcid.org/0000-0001-9882-2106,Beselam Tadesse Biazen,"Bio and Emerging Technology Institute, Addis Ababa, Ethiopia",Ethiopia,beselamt@gmail.com,https://orcid.org/0000-0001-9882-2106,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,bioactive antimicrobials; dual-function purification; eco-friendly water treatment; fruit waste valorization; natural coagulants,10.2166/washdev.2026.217,iwaponline.com +110673,16,1,https://iwaponline.com/washdev/article/16/1/82/110673/Sanitation-status-and-factors-affecting-toilet,"Journal of Water, Sanitation & Hygiene for Development",Sanitation status and factors affecting toilet facilities in ‘Grameen Primary Schools’ of tribal West Bengal,2026,FALSE,0,NA,NA,1,Shrabanti Maity,"Department of Economics, Vidyasagar University, Midnapore, West Bengal 721102, India",India,maity.shrabanti@mail.vidyasagar.ac.in,https://orcid.org/0000-0001-5791-3140,Shrabanti Maity,"Department of Economics, Vidyasagar University, Midnapore, West Bengal 721102, India",India,maity.shrabanti@mail.vidyasagar.ac.in,https://orcid.org/0000-0001-5791-3140,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,probit regression; Swachh Vidyalaya-Grameen; tribal West Bengal,10.2166/washdev.2026.224,iwaponline.com +110923,16,2,https://iwaponline.com/washdev/article/16/2/95/110923/Adequacy-and-determinants-of-Water-Sanitation-and,"Journal of Water, Sanitation & Hygiene for Development","Adequacy and determinants of Water, Sanitation, and Hygiene Education and services delivery in peri-urban primary schools of Lusaka district, Zambia",2026,FALSE,0,NA,NA,4,Brenda Nambeye,"Department of Public Health Promotion and Education, University of Zambia, School of Public Health, Nationalist Road, Ridgeway, P.O. Box 50110, Lusaka, Zambia",Zambia,nambeyebrenda@gmail.com,https://orcid.org/0009-0008-6175-542X,Brenda Nambeye,"Department of Public Health Promotion and Education, University of Zambia, School of Public Health, Nationalist Road, Ridgeway, P.O. Box 50110, Lusaka, Zambia",Zambia,nambeyebrenda@gmail.com,https://orcid.org/0009-0008-6175-542X,FALSE,NA,NA,NA,adequacy; determinants; peri-urban primary schools; WASH Education and services; Zambia,10.2166/washdev.2026.083,iwaponline.com +110703,16,2,https://iwaponline.com/washdev/article/16/2/108/110703/Anthropogenic-and-natural-factors-impacting,"Journal of Water, Sanitation & Hygiene for Development",Anthropogenic and natural factors impacting microbiological and physicochemical surface water quality along an urban tropical wetland,2026,FALSE,0,NA,NA,6,Flavia Byekwaso,"Institute of Hydrobiology and Aquatic Ecosystem Management, Department of Ecosystem Management, Climate and Biodiversity, BOKU University, Gregor-Mendel-Strasse 33, 1180 Vienna, Austria",Austria,labye6@gmail.com,https://orcid.org/0009-0001-1438-4645,Flavia Byekwaso,"Institute of Hydrobiology and Aquatic Ecosystem Management, Department of Ecosystem Management, Climate and Biodiversity, BOKU University, Gregor-Mendel-Strasse 33, 1180 Vienna, Austria",Austria,labye6@gmail.com,https://orcid.org/0009-0001-1438-4645,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,stormwater; wastewater; seasons; wetland; microbiological indicators,10.2166/washdev.2026.125,iwaponline.com +110698,16,2,https://iwaponline.com/washdev/article/16/2/124/110698/Ultraviolet-C-efficacy-against-human-norovirus-GII,"Journal of Water, Sanitation & Hygiene for Development",Ultraviolet-C efficacy against human norovirus GII.4 and hepatitis A virus in groundwater,2026,FALSE,0,NA,NA,2,Eun Bi Jeon,"Institute of Marine Industry/Department of Seafood Science and Technology, Gyeongsang National University, Tongyeong 53064, Korea",Republic of Korea,NA,https://orcid.org/0000-0002-1117-0764,Shin Young Park,"Institute of Marine Industry/Department of Seafood Science and Technology, Gyeongsang National University, Tongyeong 53064, Korea",Republic of Korea,sypark@gnu.ac.kr,https://orcid.org/0000-0001-7984-2697,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,groundwater; hepatitis A virus; human norovirus GII4; ultraviolet-C; viral inactivation,10.2166/washdev.2026.202,iwaponline.com +111095,16,3,https://iwaponline.com/washdev/article/16/3/135/111095/Existing-sanitation-and-hygiene-conditions-in,"Journal of Water, Sanitation & Hygiene for Development",Existing sanitation and hygiene conditions in Bangladeshi slums and their association with under-five child morbidity,2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/3/10.2166_washdev.2026.085/1/washdev0160135supp1.docx?Expires=1786203657&Signature=aVNOckuJH~OfovxPNajktNA04aeeW9DXoD5l6WGNq~KnoMXGjyFJH2x7p0PVZbgmWyI7i7BQbE18ZTzUaXejiTZ6Z7ZRj~Jg~GuQoI3ftx7UkcrDOyMqWndYfN70vi2XzQPiKGT2K3Y2OVQRWf1hBQjhhuAjJ0jOG5PE4RoGAZnD5BUsg0Y60~TfvLExBgm48E3NYut9-LfpAvh48axNeY5-ERd7mjUuggCHECNWjICt9irJFJUNUWcCyYCZ0IA~F9CU6iqq1DXNpcOAUL1t8-1x0d4zDivHpO0hCoHrwf1UTSSHW5oxyWR2dRykxfn~1TMJFccTCli8PpjH70Ugtg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,6,Puja Biswas,"Environmental Science Discipline, Khulna University, Khulna 1200, Bangladesh",Bangladesh,NA,NA,Md Shahedul Islam,"Department of Nutrition and Food Engineering, Daffodil International University, Daffodil Smart City (DSC), Birulia, Savar, Dhaka 1216, Bangladesh",Bangladesh,shahedul.nfe0086.c@diu.edu.bd,https://orcid.org/0000-0002-9931-2965,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,child morbidity; diarrhea; dysentery; sanitation and hygiene; slum area; water quality,10.2166/washdev.2026.085,iwaponline.com +111126,16,3,https://iwaponline.com/washdev/article/16/3/148/111126/Drivers-of-sanitation-compliance-in-Ghanaian,"Journal of Water, Sanitation & Hygiene for Development",Drivers of sanitation compliance in Ghanaian households: a case study of Wa and Sagnarigu,2026,FALSE,0,NA,NA,4,Enoch Akwasi Kosoe,"University of Business and Integrated Development Studies, Wa, Ghana",Ghana,ekosoe@ubids.edu.gh,https://orcid.org/0000-0002-1484-5755,Enoch Akwasi Kosoe,"University of Business and Integrated Development Studies, Wa, Ghana",Ghana,ekosoe@ubids.edu.gh,https://orcid.org/0000-0002-1484-5755,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,environmental by-laws; household behaviour; sanitation; urban health; urbanisation; waste management,10.2166/washdev.2026.109,iwaponline.com +111096,16,3,https://iwaponline.com/washdev/article/16/3/165/111096/Household-water-treatment-and-storage-in-the,"Journal of Water, Sanitation & Hygiene for Development","Household water treatment and storage in the Western Province of Sri Lanka: an assessment of knowledge, behaviours, practices, and treatment effectiveness",2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/3/10.2166_washdev.2026.130/1/washdev0160165supp1.docx?Expires=1785892360&Signature=C81x8JCMfV5w4ce9sTXTScTsHjZ5oOs2g4xwEldjhA6mDb4HawtrmRzx700kDpUF3mEIqY6h3R9lMMVbPMx0xqMiJGgcNcaREl-TrwXr47kXS2dhu-cnUpae9nY1tvCOcyJ~EFfL~O1-V7-TnDIJu13K1ci3kJrRSTYodWLcW1U6r34DUwOLcDrQMtULKqEh0Cphu9JTXxw6rxlMwQqafkq9uMdt7eiEyimx0mwCer7fk9SnQcYzST3WugWsln3d2eppIvAeH9pWCWf9m8losXyAx1GfHBZ70-maQ2sWAiQ9tNdR9jbSP-tporDGF4calvc2UeXpRjt6QypMDkZnEg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Novil Wijesekara,"Disaster Preparedness and Response Division, Ministry of Health, Colombo, Sri Lanka",Sri Lanka,novil.wijesekara@gmail.com,https://orcid.org/0000-0002-0391-6220,Novil Wijesekara,"Disaster Preparedness and Response Division, Ministry of Health, Colombo, Sri Lanka",Sri Lanka,novil.wijesekara@gmail.com,https://orcid.org/0000-0002-0391-6220,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,drinking water quality; household water treatment and safe storage; safely managed water,10.2166/washdev.2026.130,iwaponline.com +111145,16,3,https://iwaponline.com/washdev/article/16/3/176/111145/Evaluation-of-surface-water-and-groundwater,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of surface water and groundwater quality for drinking purposes using the water quality index: a case study of Kathmandu Valley, Nepal",2026,FALSE,0,NA,NA,7,Niru Burlakoti,"Water/Waste Water Quality Assurance Division, Kathmandu Upatyaka Khanepani Limited, Kathmandu, Nepal",Nepal,NA,NA,Shailaja Adhikari,"Water/Waste Water Quality Assurance Division, Kathmandu Upatyaka Khanepani Limited, Kathmandu, Nepal",Nepal,shailaja.adhikari@kukl.org.np,https://orcid.org/0000-0002-4297-1396,FALSE,NA,NA,NA,correlation analysis; groundwater; physiochemical parameters; surface water; water quality index,10.2166/washdev.2026.157,iwaponline.com +111057,16,3,https://iwaponline.com/washdev/article/16/3/188/111057/Geographic-and-social-disparities-in-sanitation-a,"Journal of Water, Sanitation & Hygiene for Development",Geographic and social disparities in sanitation: a Bayesian hierarchical approach using Somalia's 2020 DHS data,2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/3/10.2166_washdev.2026.200/1/washdev0160188supp1.docx?Expires=1785247587&Signature=jmKCjn-DGZsJPCUscH7UtQXSvjVOh9Kan1FiqqhwM6xl2S9W-EfsMaDhj~lEHOPuBQ1GgkH9kL1rJljlGwdbZ7bysO-FK2bkuAo3NnOr5DNiSU29Tg2GniEDNeqpd8pOR2E-3SdHN3LDycPvnqOjH6Bxq9qXDdtW6Y6ysnbgunGv0qCRIOHwpTXd7qH9CgsIUV7G5guo40-5p663XK~Rzc16YdOVPVGQQAMpvDmVqVPZpF2tUJehChUqmG-7p08khVSSrCydd4cPjJxj~UiiD9L3W7ub97evZDFrOC~ls3eS9bfulp-uXpR4T4ffpmiYG3EzViNMK4a1pKD3pLZ07w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Mohamed Said Hassan,"College of Health Sciences, School of Medicine and Surgery, Amoud University, Borama 25263, Somalia",Somalia,hassan.ms@amoud.edu.so,https://orcid.org/0000-0003-2389-8717,Mohamed Said Hassan,"College of Health Sciences, School of Medicine and Surgery, Amoud University, Borama 25263, Somalia",Somalia,hassan.ms@amoud.edu.so,https://orcid.org/0000-0003-2389-8717,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,fragile states; geographic disparities; health equity; multilevel analysis; open defecation; Somalia,10.2166/washdev.2026.200,iwaponline.com +111387,16,4,https://iwaponline.com/washdev/article/16/4/197/111387/Awareness-and-perceptions-of-point-of-use-water,"Journal of Water, Sanitation & Hygiene for Development","Awareness and perceptions of point-of-use water treatment in high-density areas of Mzuzu city, Malawi",2026,FALSE,0,NA,NA,2,Wongani Mzota Mkandawire,"Department of Water and Sanitation, Mzuzu University, P/Bag 201, Luwinga, Mzuzu, Malawi",Malawi,phdwrmd0425@my.mzuni.ac.mw,https://orcid.org/0009-0002-8074-6226,Wongani Mzota Mkandawire,"Department of Water and Sanitation, Mzuzu University, P/Bag 201, Luwinga, Mzuzu, Malawi",Malawi,phdwrmd0425@my.mzuni.ac.mw,https://orcid.org/0009-0002-8074-6226,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,adoption factors; awareness; Malawi; perceptions; point-of-use water treatment; socio-economic factors,10.2166/washdev.2026.108,iwaponline.com +111235,16,4,https://iwaponline.com/washdev/article/16/4/211/111235/Geospatial-monitoring-of-access-to-water-and,"Journal of Water, Sanitation & Hygiene for Development",Geospatial monitoring of access to water and sanitation services: a case of Kanyama constituency in Zambia,2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/4/10.2166_washdev.2026.156/1/washdev0160211supp1.docx?Expires=1785320045&Signature=wAD5ggFCqd5~4dVCrEJdfNTwNwnkc6Ix8Mai~9D6Uijv7Fv~57TTPSUlUC9duUVkfN7rRjDBFxMorDFLhYptmf5sOxAACzGcragHQAAFXvJzy8zqrVDMUd0w-wpWSUZtJqoVbmgCV9sxDG6KT~oF43QgdGVHV0xahWVOYbTYDKVVkF4L83lj5R5FpEo6acYCsTvQp~iFDfHcW9cgaXPFiLkRc1lWCOs~ptoUnRpUYlsvxoWtCktH2gDSs6~rWG3cY7gpZ3yEGiNxaeN64qUZHFrLX0Dl2QWy1x6JFOJ7Js5NbmeYYkFiguhdVXp-ztiahnu8uURFStWuUKEUeQ4ing__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Mwape Nathan Malama,"Department of Geomatics Engineering, School of Engineering, University of Zambia, P.O. Box 32379, Lusaka, Zambia",Zambia,dredoxnm@gmail.com,https://orcid.org/0009-0009-8194-1155,Mwape Nathan Malama,"Department of Geomatics Engineering, School of Engineering, University of Zambia, P.O. Box 32379, Lusaka, Zambia",Zambia,dredoxnm@gmail.com,https://orcid.org/0009-0009-8194-1155,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,geo-spatial modelling; Kanyama; spatial interpolation; spatial statistics; WASH; Zambia,10.2166/washdev.2026.156,iwaponline.com +111510,16,4,https://iwaponline.com/washdev/article/16/4/224/111510/The-role-of-container-based-sanitation-in,"Journal of Water, Sanitation & Hygiene for Development","The role of container-based sanitation in achieving safely managed sanitation in an English rural district, 1900–1975",2026,FALSE,0,NA,NA,2,Richard Franceys,"Richard Franceys Water & Sanitation, New Road, Maulden, Bedfordshire MK45 2BQ, UK",United Kingdom of Great Britain and Northern Ireland,NA,https://orcid.org/0000-0002-9214-7370,Paul Hutchings,"School of Civil Engineering, University of Leeds, Leeds LS29JT, UK",United Kingdom of Great Britain and Northern Ireland,p.hutchings@leeds.ac.uk,https://orcid.org/0000-0002-7758-4644,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,container-based sanitation; rural; sanitation; Sustainable Development Goal 6.2,10.2166/washdev.2026.182,iwaponline.com +111444,16,4,https://iwaponline.com/washdev/article/16/4/237/111444/Measuring-household-affordability-for-treated,"Journal of Water, Sanitation & Hygiene for Development",Measuring household affordability for treated wastewater for non-potable purposes,2026,FALSE,0,NA,NA,7,Sukanya Das,"Department of Policy and Management Studies, TERI School of Advanced Studies, New Dehli, India",India,NA,https://orcid.org/0000-0003-4524-4247,Markus Starkl,"University of Natural Resources and Life Sciences, Vienna, Austria",Austria,markus.starkl@boku.ac.at,https://orcid.org/0000-0003-0998-7748,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,contingent valuation method; households’ water affordability; wastewater reuse; willingness to pay,10.2166/washdev.2026.191,iwaponline.com +111222,16,4,https://iwaponline.com/washdev/article/16/4/256/111222/Women-s-contributions-to-SDG-6-in-Afghanistan,"Journal of Water, Sanitation & Hygiene for Development",Women's contributions to SDG 6 in Afghanistan: impacts of post-2021 restrictive policies on WASH progress,2026,FALSE,0,NA,NA,2,Mohammad Rezaie,"Independent Researcher, Bamyan, Afghanistan",Afghanistan,mohammad.rezaie1366@gmail.com,https://orcid.org/0000-0001-6769-0569,Mohammad Rezaie,"Independent Researcher, Bamyan, Afghanistan",Afghanistan,mohammad.rezaie1366@gmail.com,https://orcid.org/0000-0001-6769-0569,FALSE,NA,NA,NA,Afghanistan; SDG 6; Taliban restrictions; WASH; women; s roles,10.2166/washdev.2026.196,iwaponline.com +111508,16,4,https://iwaponline.com/washdev/article/16/4/274/111508/Comparison-of-bin-and-windrow-composting-systems,"Journal of Water, Sanitation & Hygiene for Development",Comparison of bin and windrow composting systems for urine-diverted fecal sludge from container-based sanitation in Haiti,2026,FALSE,0,NA,NA,5,Patrick Ward,"Sustainable Organic Integrated Livelihoods(SOIL), Cap Haitian, Haiti",Haiti,NA,NA,Maya Lubeck-Schricker,"Sustainable Organic Integrated Livelihoods(SOIL), Cap Haitian, Haiti",Haiti,mlubeck-schricker@oursoil.org,https://orcid.org/0000-0002-8659-5943,TRUE,All relevant data are available from an online repository or repositories: https://data.humdata.org/dataset/soil-haiti-windrow-and-bin-composting-operational-data.,available in online repository,https://data.humdata.org/dataset/soil-haiti-windrow-and-bin-composting-operational-data.,composting; container-based sanitation (CBS); urban sanitation; wash; waste-to-resource; windrow processing,10.2166/washdev.2026.197,iwaponline.com +111501,16,4,https://iwaponline.com/washdev/article/16/4/286/111501/Predictors-of-unsafe-Pit-latrine-emptying-and-its,"Journal of Water, Sanitation & Hygiene for Development","Predictors of unsafe Pit latrine emptying and its environmental disposal pathways in a peri-urban community in Fiapre, Ghana",2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/4/10.2166_washdev.2026.283/1/washdev0160286supp1.docx?Expires=1785682055&Signature=i7wsUC0hgsWcsTkbCG7Ch14ZpzxGJcD-TCOooNcRh~Y6YyIMnl2FQUxK-kMggTffTLOOHHXbbiKF-K7Z-gEbrfTcNi4HEr-cfAmFStllKUtDxcR6zuV2QP83RMHHiOylFc5YCAXVJlBNj1YkWgiooeUbS~VHHI~EunucnISNwVUdr-4aNshSTqancGAv1myUiSeaytyCmtNERAFBCI4BI96WrwpJYniCeYTmSoxf6gxf01Zdxo7xoKr3ou2iAuyNWbm04mPrZ7sXtFnRSQ~7cERlUMJRtmS4nXbF4J9Ph-sfR4uYoR9GJojAPwp6DBOw9l6FgHaOcTtyLYrSrNoZyQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Ayman Obeng Manu,"Departmentof Civil and Environmental Engineering, University of Energy and Natural Resources, P. O. Box 214, Sunyani, Ghana",Ghana,NA,https://orcid.org/0000-0002-1949-9636,Ronald Amoah Gyan,"Departmentof Civil and Environmental Engineering, University of Energy and Natural Resources, P. O. Box 214, Sunyani, Ghana",Ghana,ronaldgyan123@gmail.com,https://orcid.org/0009-0006-4095-4599,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,environmental disposal; faecal sludge management; peri-urban sanitation; pit latrine emptying; unsafe emptying practices,10.2166/washdev.2026.283,iwaponline.com +111441,16,4,https://iwaponline.com/washdev/article/16/4/305/111441/Sanitation-insecurity-and-Women-s-mental-health-of,"Journal of Water, Sanitation & Hygiene for Development",Sanitation insecurity and Women's mental health of a coastal Upazila in Bangladesh: a community-based cross-sectional study,2026,FALSE,0,NA,NA,6,Md. Khurshed Ali,"Department of Public Health and Informatics, Bangabandhu Sheikh Mujib Medical University, Shahbagh, Dhaka 1000, Bangladesh",Bangladesh,NA,https://orcid.org/0009-0002-0689-0043,Md. Maruf Haque Khan,"Center for Non-Communicable Diseases Research, Department of Public Health and Informatics, Bangabandhu Sheikh Mujib Medical University, Shahbagh, Dhaka 1000, Bangladesh",Bangladesh,drmaruf38@bsmmu.edu.bd,https://orcid.org/0000-0001-8014-9638,TRUE,The datasets generated and/or analysed during the current study are not publicly available due to ethical and confidentiality considerations but are available from the corresponding author on reasonable request.,The datasets generated and/or analysed during the current study are not publicly available due to ethical and confidentiality considerations but are available from the corresponding author on reasonable request.,NA,anxiety; coastal communities; depression; sanitation insecurity; stress; women; s mental health,10.2166/washdev.2026.297,iwaponline.com +111703,16,5,https://iwaponline.com/washdev/article/16/5/317/111703/Sustainability-of-sanitation-marketing-in,"Journal of Water, Sanitation & Hygiene for Development","Sustainability of sanitation marketing in Tanzanian rural communities: a case study of Mandwanga and Mnara wards in Mtama District, Lindi Region",2026,FALSE,0,NA,NA,3,John Rutahiwa,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, P. O. Box 35131, Dar es Salaam, Tanzania",United Republic of Tanzania,john.rutahiwa@manawasa.go.tz,https://orcid.org/0009-0001-1562-855X,John Rutahiwa,"Department of Water Resources Engineering, College of Engineering and Technology, University of Dar es Salaam, P. O. Box 35131, Dar es Salaam, Tanzania",United Republic of Tanzania,john.rutahiwa@manawasa.go.tz,https://orcid.org/0009-0001-1562-855X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Open defecation and sustainability; rural sanitation; sanitation marketing; Sustainable Development Goals 6.2,10.2166/washdev.2026.098,iwaponline.com +111752,16,5,https://iwaponline.com/washdev/article/16/5/331/111752/Assessment-of-water-sanitation-and-hygiene-service,"Journal of Water, Sanitation & Hygiene for Development","Assessment of water, sanitation, and hygiene service accessibility, utilization, and associated factors among refugees in Nguenyiel refugee camp, Gambella, Ethiopia",2026,FALSE,0,NA,NA,5,Bang Chuol Nyuot,"Department of Environmental Science and Technology, Public Health Faculty, Jimma University, P.O. Box 378, Jimma, Ethiopia",Ethiopia,NA,https://orcid.org/0009-0006-7489-0618,Samuel Fekadu,"Department of Environmental Science and Technology, Public Health Faculty, Jimma University, P.O. Box 378, Jimma, Ethiopia",Ethiopia,samuel.fekadu@ju.edu.et,https://orcid.org/0000-0002-4504-9882,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,accessibility; hygiene; refugee camp; sanitation; WASH service utilisation; Water,10.2166/washdev.2026.114,iwaponline.com +111683,16,5,https://iwaponline.com/washdev/article/16/5/346/111683/Greenhouse-gas-emissions-from-urban-wastewater,"Journal of Water, Sanitation & Hygiene for Development","Greenhouse gas emissions from urban wastewater treatment systems in Managua, Nicaragua",2026,FALSE,0,NA,NA,4,Edwin Antonio Ojeda Olivares,"Department of Civil and Environmental Engineering, University of Nebraska-Lincoln, Lincoln, Nebraska, United States",United States of America,NA,https://orcid.org/0000-0003-3761-4527,Jassy Danisse Rivera Solís,"Direcciónde Área de Conocimiento de Arquitectura y Construcción, Universidad Nacional de Ingeniería, Managua, Nicaragua",Nicaragua,jdrs1988@gmail.com,https://orcid.org/0009-0001-2448-4287,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,developing countries; emission factors; IPCC; methane,10.2166/washdev.2026.136,iwaponline.com +111710,16,5,https://iwaponline.com/washdev/article/16/5/360/111710/Physicochemical-heavy-metal-and-microbial-risk,"Journal of Water, Sanitation & Hygiene for Development","Physicochemical, heavy metal, and microbial risk assessment of harvested rainwater in coastal Koyra Upazila, Bangladesh",2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.208/1/washdev0160360supp1.docx?Expires=1785466652&Signature=3OTUwN8CeD-2MHyBdYjRbq0t-tHXLG6kkUCvhd-NS7STt0x0OwTucEpp2ezBgK4nziFQ1qIvsjmBUJyuvvW-YSViIddOI9J3I4F8SAb1ZQT3KA0kTO5e-bA0UZNN58~6~x8AzugDjnLTPpYa5gbXWRJbgBc32rX-5SIrrQ2zt7h-0rgNwzR7nZhNyXx3JpK7JRq36Lls4I3txXPPQ4jQw8x24FzZEgOkOuOuPsOxeCOxzcvi1ISBthKUKWyiYkfvzmNvXP-hX8Y~oM4uJtbbmPcazTt19yjzO5ItGKxOHKMppouompAvL7MatCpS2NFRno1j-fJ1KGW6Fh4QFGQy4w__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,11,Laila Anjum Eva,"Department of Environmental Science and Geography, Islamic University, Kushtia 7003, Bangladesh",Bangladesh,NA,https://orcid.org/0009-0002-2721-8491,Iffat Ara,"Department of Environmental Science and Geography, Islamic University, Kushtia 7003, Bangladesh",Bangladesh,iffat@esg.iu.ac.bd,https://orcid.org/0000-0002-9073-4459,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,coastal region; health risk; heavy metal; microbial contamination; rainwater harvesting; water quality,10.2166/washdev.2026.208,iwaponline.com +111731,16,5,https://iwaponline.com/washdev/article/16/5/379/111731/Evaluation-of-water-sanitation-and-hygiene,"Journal of Water, Sanitation & Hygiene for Development","Evaluation of water, sanitation, and hygiene practices in healthcare facilities of Pakistan through the WASH FIT approach: a cross-sectional study",2026,TRUE,1,doc,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.234/1/washdev0160379supp1.doc?Expires=1785311968&Signature=IWT-E9Nmcy2mUXQO3F6kBnAv1NTXAildkZap4RWRYm3OkypR4Se41Wn5L3CCZgYZ233x80VHa98kiRssyg5kRH1w15x3lNP8aBDEr5tHvpaFu~cWl34of~U0IkBIT-2gXEXP64AQPiL8yzpI8ypqaiV0ezpS-iWlKRnk28kwXLS8WWx-hkrdzQn51WxsRJngLL0oP0GmJdDjyuMmqfYF91TuSYn0WvMH3YmuuxOcJt7CKlnlV25ddU8fy2qybFYBR~6N1hlhw4ybbWFL7hohoww2WLHm56pU3fYMAQHCyIfUAjmNmLztrS7ruh5MFYgf25KLnQPk7o-UQOwKFpBblQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,2,Muhammad Atif,"Department of Pharmacy Practice, Faculty of Pharmacy, The Islamia University of Bahawalpur, Bahawalpur 63100, Pakistan",Pakistan,NA,https://orcid.org/0000-0001-6866-8152,Saima Asghar,"Department of Pharmacy Practice, Faculty of Pharmacy, The Islamia University of Bahawalpur, Bahawalpur 63100, Pakistan",Pakistan,saima.asghar@iub.edu.pk,https://orcid.org/0009-0005-2631-0343,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,healthcare facilities; hygiene; Pakistan; sanitation; WASH; water,10.2166/washdev.2026.234,iwaponline.com +111764,16,5,https://iwaponline.com/washdev/article/16/5/391/111764/Valorization-of-organic-wastes-through-black,"Journal of Water, Sanitation & Hygiene for Development",Valorization of organic wastes through black soldier fly larvae bioconversion: reducing greenhouse gas emissions,2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.240/1/washdev0160391supp1.docx?Expires=1786372723&Signature=kXBZJ6lSL7cJ7oVmGWOudvlA-2qPIZ5zLHFUv9SPhCwO3to91eFwv3TpkRcWQuwq2IUcBmAelAeQZuZ63m2wuLRAZVi7eiPT68qxrVxHJpUrc7ru9uLFST2Oc~eCcIy97SW9PtmZGn6sG8-I4ReHt1QP8ppnK3NJm-w4d5fwZoYheLOFoT3kZI2smSYoa4dEJ0Um7NfCS-pEKsSYURbDKjdzhkzmRn0mpBSE12nCSRDkJSKpNXul3ZktkFrmttyINF4ZdOKTNDTDMabihAO87oJkjNVkQxiwvPclsBwk15KBPuefkfOo03WK6W9asrIGQB8eL51h4mndNrbVG5XLTQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,4,Virginia Wamboi Gacuthi,"Department of Water Science, The Pan African University Institute of Water and Energy Sciences (Incl. Climate Change) (PAUWES), P.O. Box 119, Pôle Chetouane, Tlemcen 13000, Algeria",Algeria,virginiawambo28@gmail.com,https://orcid.org/0009-0002-9377-5819,Virginia Wamboi Gacuthi,"Department of Water Science, The Pan African University Institute of Water and Energy Sciences (Incl. Climate Change) (PAUWES), P.O. Box 119, Pôle Chetouane, Tlemcen 13000, Algeria",Algeria,virginiawambo28@gmail.com,https://orcid.org/0009-0002-9377-5819,TRUE,All dataset used for supporting the conclusion of this article are available from the corresponding authors upon request.,All dataset used for supporting the conclusion of this article are available from the corresponding authors upon request.,NA,biowaste valorization; black soldier fly; global warming potential; greenhouse gases; life cycle assessment,10.2166/washdev.2026.240,iwaponline.com +111773,16,5,https://iwaponline.com/washdev/article/16/5/409/111773/Seeing-sanitation-using-photovoice-for-research,"Journal of Water, Sanitation & Hygiene for Development",Seeing sanitation: using photovoice for research and advocacy on WASH challenges in two Ethiopian urban primary schools,2026,TRUE,3,docx; pdf; pdf,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.250/1/washdev0160409supp1.docx?Expires=1785333606&Signature=Q7BxWcLk2zJ7ZitAqTkxob8zoL2hsKPPlEOa2CM3HOeENGgBD3b3cA4t021tviIzIhQo-MyQovUq-kgWkGV4Yy3hnLUzKn7~Glpwjsi26as2PagrGpKrANk6r6uLgNFREm4md6vN-GLEzZhaLmGsz24~WeVsTy094tgSOBL89cQc0BVthDu5M9E8x0mQVY~JOvTyefH5ZMcAT7eS0W-puuvd3gDWOBYT-rxf4zaFSAQRIhzOnYeA-2PfI8aNFBAjlXmrwzP7x1KRyS-lUcEd5vob4C6hy4GThtxuxNFN6K4BkUAURjAmYmEvK~c~R2ysRt9Hp7m0y--YBFabz1u8Fw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.250/1/washdev0160409supp2.pdf?Expires=1785333606&Signature=MqSZ4tLfXgS9iCozvrnAHRrM4aCxsIqVEDWLYNtjaLQ8FfFUoxAZfIlc6P85PdoFUNS9~jZ1LMkxacbwgcP9VD37OvFhT5kcFXf5Osq5OBWbzk7SdKgYzRY2WrNIQPel-IhPxoFulYF1fJCsYMx0VLDMhXPIt-eedlmnGAE-PWT6ePz9abQI8OOQJxBT9lnJMKZxSWjajK~1TLDTnNBc85OukMKICSwRMJEpzDcrHVSqsXje0l8rrcWAqXmHDvbge3I5fTDhYS~hXcnJd9yLRVUen80hb1tgm8jCHUSUdR87Wmne2kw5NBQ~SdxXfWQ6tlRcf4Hn36gEIlN4Xh3axg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA; https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.250/1/washdev0160409supp3.pdf?Expires=1785333606&Signature=fCdJtRqBtPZSy1Y~I~deWOmiZci8TrW7pPMiAyG1z46VKNWFiBXUDMAHIzS2KXplz83ndKzZFfxOdi-o4~sdI4J~vC~SWuy1n9BsR--pmdxIlhlmmRRrwShYdPGekIjpdTxXxzVHGi-1tARuUNlzAYODHxLyldNwe~WgxDneAWvwtn~P7zylAywza7a3iZoeyjv-LbR1zPPSDzNJnNOekTp9X6zVn0QWxxFf7P~PRO9edfVS1tWZxnrF0G~bjPLQ3TiMmHbdpW6HRzrPuW44ztu0q9fLaK2UIaqzh4YCF1iYaqIjbRIe14Pqz2ii8xGZpGzDfseW4M5Fn0Yn441KIg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,9,Mohammed J. Abawari,"Department of Health, Behavior and Society, Jimma University, Jimma, Ethiopia",Ethiopia,Mohammedjemal.Abawari@ugent.be,https://orcid.org/0000-0003-2469-9605,Mohammed J. Abawari,"Department of Health, Behavior and Society, Jimma University, Jimma, Ethiopia",Ethiopia,Mohammedjemal.Abawari@ugent.be,https://orcid.org/0000-0003-2469-9605,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,advocacy; behavior change; Ethiopia; infection prevention; photovoice; WASH,10.2166/washdev.2026.250,iwaponline.com +111669,16,5,https://iwaponline.com/washdev/article/16/5/426/111669/Field-assessment-of-solar-disinfection-of-water-in,"Journal of Water, Sanitation & Hygiene for Development","Field assessment of solar disinfection of water in Obunga slum, Kisumu, Kenya: comparative insights from Nairobi pre-trial data",2026,FALSE,0,NA,NA,4,Marylyn Gathiru,"Department of Chemistry, Kenyatta University, P.O. Box 43844-00100, Nairobi, Kenya",Kenya,gathiru.mugure@students.ku.ac.ke,https://orcid.org/0000-0002-2484-2523,Marylyn Gathiru,"Department of Chemistry, Kenyatta University, P.O. Box 43844-00100, Nairobi, Kenya",Kenya,gathiru.mugure@students.ku.ac.ke,https://orcid.org/0000-0002-2484-2523,TRUE,All relevant data are included in the paper or its Supplementary Information. .,in paper,NA,E. coli; log reduction value; Obunga slum; polyethylene terephthalate; solar disinfection (SODIS); total coliform bacteria,10.2166/washdev.2026.257,iwaponline.com +111697,16,5,https://iwaponline.com/washdev/article/16/5/438/111697/Understanding-hygiene-knowledge-and-practices,"Journal of Water, Sanitation & Hygiene for Development","Understanding hygiene knowledge and practices among urban slum women in Dhaka, Bangladesh: insights from a cross-sectional study",2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/5/10.2166_washdev.2026.294/1/washdev0160438supp1.docx?Expires=1785236756&Signature=iTrGn07Tl5lfiBGHt4gX4kcLZeuUaH5Rzyo5WL9mPkD3aBDQjol6HF9wBO4O7sSCBE8nKUxjpI7F79pPx7OT6E8soVtXK~RkvxlFNVUvGDc-jslQArCSO5aEctUpCBzP02XWWChl8sxJoQJBtKeiypm2NP1SmmA2UVlufExksRBmnvnA2G88eiX9nEbT87x-29zUEHh6IiFDbMLMydNBVvZVIjHC~OrlYhkhVogJ2EgjUIqXw4iG6GsNwtXE3guTarpB28BscbBht9feHf9yRSNnExJUC4hvHlGEVFMfitkURFZno~g61oZd3DU4QrVeJlkRV-C-yamtI95EzuwVtw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,5,Nadia Sultana,"Nutrition Research Division, icddr,b, Dhaka, Bangladesh",Bangladesh,nadiasultana068@gmail.com,https://orcid.org/0000-0002-3468-5664,Nadia Sultana,"Nutrition Research Division, icddr,b, Dhaka, Bangladesh",Bangladesh,nadiasultana068@gmail.com,https://orcid.org/0000-0002-3468-5664,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Bangladesh; Dhaka; hygiene; knowledge; practices; slum,10.2166/washdev.2026.294,iwaponline.com +111684,16,5,https://iwaponline.com/washdev/article/16/5/453/111684/Water-sanitation-and-hygiene-challenges-for,"Journal of Water, Sanitation & Hygiene for Development","Water, sanitation, and hygiene challenges for menstruating women in an South African correctional facility",2026,FALSE,0,NA,NA,4,Melitah Molatelo Rasweswe,"Department of Nursing Science, University of Limpopo, Sovenga, South Africa",South Africa,melitah.rasweswe@ul.ac.za,https://orcid.org/0000-0002-5077-5440,Melitah Molatelo Rasweswe,"Department of Nursing Science, University of Limpopo, Sovenga, South Africa",South Africa,melitah.rasweswe@ul.ac.za,https://orcid.org/0000-0002-5077-5440,FALSE,NA,NA,NA,correctional facility; hygiene; incarcerated women; menstruation; South Africa; water; sanitation; and hygiene,10.2166/washdev.2026.019,iwaponline.com +112096,16,6,https://iwaponline.com/washdev/article/16/6/467/112096/Water-quality-and-health-risks-in-Nzeng-Ayong,"Journal of Water, Sanitation & Hygiene for Development","Water quality and health risks in Nzeng-Ayong, Libreville: An analysis of waterborne disease exposure and household WASH practices",2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/6/10.2166_washdev.2026.116/1/washdev0160467supp1.docx?Expires=1785612364&Signature=CSRPBvy7NG8mMdjMFYrqrSJevEAUOlp~SbegjLJUQXLFc9Kzw7BpgaeHhZf3ssH7VSnoUSk9XZ1B-Zx5QzwCA~lRja7nsbQFOaix2x5Cyn~kHgKPlQ5Ehu3hI3-xhHgHTcvXcsxhOW2JA4ngmm~NAPl-Un7~d6wW4qjO2qNJso0hRklgaq0gLxnGeYcPYsY1fr~lqw24755Ng~z9hTQTiEiT5O~wQo0x5Txuhjb0NiBx5cj6onGGpbWeVjB44pyMpytqd6~w2dFPqDjqSxBPLQ-2Zm4yDZPedXfvNLSYhwIsXof5FoGjqj8N6ElAXFUnwKUg62vmzLZLdopp4SeVcw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,3,Stevy Baurel Mondjo,"School of Water and Environment, Chang'an University, 126 Yanta Road, Xi'an 710054, Shaanxi, China",China,baurelmondjo@chd.edu.cn,https://orcid.org/0009-0008-0559-609X,Stevy Baurel Mondjo,"School of Water and Environment, Chang'an University, 126 Yanta Road, Xi'an 710054, Shaanxi, China",China,baurelmondjo@chd.edu.cn,https://orcid.org/0009-0008-0559-609X,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,Nzeng-Ayong; public health; sanitation; waterborne diseases; water quality,10.2166/washdev.2026.116,iwaponline.com +112039,16,6,https://iwaponline.com/washdev/article/16/6/483/112039/The-rise-of-packaged-and-refilled-bottled-water-as,"Journal of Water, Sanitation & Hygiene for Development",The rise of packaged and refilled bottled water as a main drinking water source in Latin America and the Caribbean,2026,TRUE,1,docx,https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/16/6/10.2166_washdev.2026.242/1/washdev0160483supp1.docx?Expires=1785585941&Signature=vHZa7RPlOcQ6UGY9pGmF0kTdWvNNPus1YahjgRUnqmtXzGl0N4TDNC~4nEjgR6MBWvszbtzCBaDOU3ULBXM-UI9KkSWXxF3CotQ1GOFvBh1D-Or7ddAHPiFZlbHe2GehO1IGio6sKobf8SUuHnHslXBRLNY4R~0TbIspkM3h4~0h8OWD4-K1n~1zizQ5rI3i8Zph5RuUocfcofZXqRrWA7~OfCZQnr5P8l9xUyK~mM7gh5NQbzu2VjJXl76rMca7eLrO597Vo04jVBAumD6oTkNhYmYEVpL8UT5nD-0qaddqYBWMeteHyBPnfLAWD9uCH3GNYUOsxLW5MDzAe0bQZg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,1,John Duncan McLennan,"Departments of Psychiatry and Community Health Sciences, Cumming School of Medicine, University of Calgary, Calgary, Canada",Canada,jmclenna@ucalgary.ca,https://orcid.org/0000-0002-4124-0145,John Duncan McLennan,"Departments of Psychiatry and Community Health Sciences, Cumming School of Medicine, University of Calgary, Calgary, Canada",Canada,jmclenna@ucalgary.ca,https://orcid.org/0000-0002-4124-0145,FALSE,NA,NA,NA,bottled; Caribbean; drinking water; Latin America; packaged; piped,10.2166/washdev.2026.242,iwaponline.com +112044,16,6,https://iwaponline.com/washdev/article/16/6/497/112044/Fecal-sludge-management-system-approach-for,"Journal of Water, Sanitation & Hygiene for Development","Fecal sludge management system approach for establishing policy framework in urban areas of Vientiane Capital, Lao PDR",2026,FALSE,0,NA,NA,2,Sengsavath Sidlakone,"Graduate School of Science and Engineering, Ritsumeikan University, Shiga 525-8577, Japan",Japan,vathslk@yahoo.co.uk,https://orcid.org/0009-0006-0559-4727,Sengsavath Sidlakone,"Graduate School of Science and Engineering, Ritsumeikan University, Shiga 525-8577, Japan",Japan,vathslk@yahoo.co.uk,https://orcid.org/0009-0006-0559-4727,TRUE,All relevant data are available from an online repository or repositories.,available in online repository,NA,fecal sludge; Lao PDR; sanitation chain; scenario framework planning; urban sanitation policy; Vientiane,10.2166/washdev.2026.251,iwaponline.com +112117,16,6,https://iwaponline.com/washdev/article/16/6/515/112117/Growth-and-economic-performance-of-Nile-tilapia,"Journal of Water, Sanitation & Hygiene for Development",Growth and economic performance of Nile tilapia (Oreochromis niloticus) fed on black soldier fly larvae raised on human fecal sludge and organic waste: a circular economy approach,2026,FALSE,0,NA,NA,5,Anne Wambugu,"Department of Civil and Environmental Engineering, Meru University of Science and Technology, Meru, Kenya",Kenya,NA,https://orcid.org/0009-0008-8872-3807,James Kirimi,"Department of Livestock and Fisheries Development, Meru County Government, Meru, Kenya",Kenya,kirimijg@yahoo.com,https://orcid.org/0000-0001-9692-1258,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,aquafeed; black soldier fly; fish meal; growth performance; Nile tilapia,10.2166/washdev.2026.264,iwaponline.com +112086,16,6,https://iwaponline.com/washdev/article/16/6/526/112086/Integrating-GIS-multivariate-statistical,"Journal of Water, Sanitation & Hygiene for Development","Integrating GIS, multivariate statistical techniques, and Water Quality Index for urban water quality assessment: a case study of Blantyre, Malawi",2026,FALSE,0,NA,NA,4,Lemson Kachedwa,"Department of Climate Sciences, Malawi University of Science and Technology, Limbe, Malawi",Malawi,lkachedwa@must.ac.mw,https://orcid.org/0009-0008-4235-4639,Lemson Kachedwa,"Department of Climate Sciences, Malawi University of Science and Technology, Limbe, Malawi",Malawi,lkachedwa@must.ac.mw,https://orcid.org/0009-0008-4235-4639,TRUE,Data cannot be made publicly available; readers should contact the corresponding author for details.,on request,NA,GIS analysis; multivariate statistics; spatial variability; urban water sources; Water Quality Index,10.2166/washdev.2026.004,iwaponline.com +112150,16,6,https://iwaponline.com/washdev/article/16/6/543/112150/Economic-costs-of-handpump-corrosion-in-rural,"Journal of Water, Sanitation & Hygiene for Development",Economic costs of handpump corrosion in rural water supply systems in Cameroon,2026,FALSE,0,NA,NA,1,Victor Dang Mvongo,"Drop In Center (DIC), Technicians Support for Peasant Development Initiatives (ATIPAD), P.O. Box 447, Ebolowa, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,Victor Dang Mvongo,"Drop In Center (DIC), Technicians Support for Peasant Development Initiatives (ATIPAD), P.O. Box 447, Ebolowa, Cameroon",Cameroon,victordangmvongo@gmail.com,https://orcid.org/0000-0002-2470-5369,TRUE,All relevant data are included in the paper or its Supplementary Information.,in paper,NA,corrosion; economic cost; handpumps; rural water supply,10.2166/washdev.2026.008,iwaponline.com +112054,16,6,https://iwaponline.com/washdev/article/16/6/559/112054/Engineering-design-of-passively-aerated-urine,"Journal of Water, Sanitation & Hygiene for Development",Engineering design of passively aerated urine-diverting dry toilet chambers based on thermophilic composting of human feces,2026,FALSE,0,NA,NA,2,Ricardo Franci Gonçalves,"Department of Environmental Engineering, Federal University of Espírito Santo, Vitória, Brazil",Brazil,ricardo.goncalves@ufes.br,https://orcid.org/0000-0002-2048-9451,Ricardo Franci Gonçalves,"Department of Environmental Engineering, Federal University of Espírito Santo, Vitória, Brazil",Brazil,ricardo.goncalves@ufes.br,https://orcid.org/0000-0002-2048-9451,FALSE,NA,NA,NA,composting toilet; decentralized sanitation; dry toilet; mathematical modeling; resource-oriented sanitation; thermophilic composting,10.2166/washdev.2026.183,iwaponline.com +112151,16,6,https://iwaponline.com/washdev/article/16/6/577/112151/Multimethod-typing-reveals-predominance-of-ST1-and,"Journal of Water, Sanitation & Hygiene for Development",Multimethod typing reveals predominance of ST1 and detection of a novel sequence type among Legionella pneumophila from hotels plumbing systems in Morocco,2026,FALSE,0,NA,NA,5,Abdelwahid Assaidi,"Agri-Food and Health Laboratory, Faculty of Science and Technics, Hassan First University, Settat, Morocco",Morocco,abdelwahid.assaidi@uhp.ac.ma,https://orcid.org/0009-0003-7514-7170,Abdelwahid Assaidi,"Agri-Food and Health Laboratory, Faculty of Science and Technics, Hassan First University, Settat, Morocco",Morocco,abdelwahid.assaidi@uhp.ac.ma,https://orcid.org/0009-0003-7514-7170,FALSE,NA,NA,NA,Legionella pneumophila; MAb subgroup; molecular typing; NGS; PFGE,10.2166/washdev.2026.302,iwaponline.com diff --git a/inst/extdata/washdev.xlsx b/inst/extdata/washdev.xlsx index e702fcb..5d48dc8 100644 Binary files a/inst/extdata/washdev.xlsx and b/inst/extdata/washdev.xlsx differ diff --git a/inst/python/LICENSE.chromedriver b/inst/python/LICENSE.chromedriver deleted file mode 100644 index 2249a28..0000000 --- a/inst/python/LICENSE.chromedriver +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright 2015 The Chromium Authors -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google LLC nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/inst/python/THIRD_PARTY_NOTICES.chromedriver b/inst/python/THIRD_PARTY_NOTICES.chromedriver deleted file mode 100644 index b5fe01d..0000000 --- a/inst/python/THIRD_PARTY_NOTICES.chromedriver +++ /dev/null @@ -1,8671 +0,0 @@ --------------------- -License notice for CityHash --------------------- -// Copyright (c) 2011 Google, Inc. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - --------------------- -License notice for CityHash --------------------- -// Copyright (c) 2011 Google, Inc. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - --------------------- -License notice for Google Double Conversion --------------------- -Copyright 2006-2011, the V8 project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for Paul Hsieh's SuperFastHash --------------------- -Paul Hsieh OLD BSD license - -Copyright (c) 2010, Paul Hsieh -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, this - list of conditions and the following disclaimer in the documentation and/or - other materials provided with the distribution. -* Neither my name, Paul Hsieh, nor the names of any other contributors to the - code use may not be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for QUICHE --------------------- -// Copyright 2015 The Chromium Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for URI Template Parser --------------------- - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --------------------- -License notice for Abseil --------------------- - - Apache License - Version 2.0, January 2004 - https://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - https://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - --------------------- -License notice for Implementation of WebDriver BiDi standard --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. --------------------- -License notice for mitt --------------------- -MIT License - -Copyright (c) 2021 Jason Miller - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - --------------------- -License notice for zod --------------------- -MIT License - -Copyright (c) 2020 Colin McDonnell - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - --------------------- -License notice for WebKit --------------------- -(WebKit doesn't distribute an explicit license. This LICENSE is derived from -license text in the source.) - -Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007 Alexander Kellett, Alexey Proskuryakov, Alex Mathews, Allan -Sandfeld Jensen, Alp Toker, Anders Carlsson, Andrew Wellington, Antti -Koivisto, Apple Inc., Arthur Langereis, Baron Schwartz, Bjoern Graf, -Brent Fulgham, Cameron Zwarich, Charles Samuels, Christian Dywan, -Collabora Ltd., Cyrus Patel, Daniel Molkentin, Dave Maclachlan, David -Smith, Dawit Alemayehu, Dirk Mueller, Dirk Schulze, Don Gibson, Enrico -Ros, Eric Seidel, Frederik Holljen, Frerich Raabe, Friedmann Kleint, -George Staikos, Google Inc., Graham Dennis, Harri Porten, Henry Mason, -Hiroyuki Ikezoe, Holger Hans Peter Freyther, IBM, James G. Speth, Jan -Alonzo, Jean-Loup Gailly, John Reis, Jonas Witt, Jon Shier, Jonas -Witt, Julien Chaffraix, Justin Haygood, Kevin Ollivier, Kevin Watters, -Kimmo Kinnunen, Kouhei Sutou, Krzysztof Kowalczyk, Lars Knoll, Luca -Bruno, Maks Orlovich, Malte Starostik, Mark Adler, Martin Jones, -Marvin Decker, Matt Lilek, Michael Emmel, Mitz Pettel, mozilla.org, -Netscape Communications Corporation, Nicholas Shanks, Nikolas -Zimmermann, Nokia, Oliver Hunt, Opened Hand, Paul Johnston, Peter -Kelly, Pioneer Research Center USA, Rich Moore, Rob Buis, Robin Dunn, -Ronald Tschalär, Samuel Weinig, Simon Hausmann, Staikos Computing -Services Inc., Stefan Schimanski, Symantec Corporation, The Dojo -Foundation, The Karbon Developers, Thomas Boyer, Tim Copperfield, -Tobias Anton, Torben Weis, Trolltech, University of Cambridge, Vaclav -Slavik, Waldo Bastian, Xan Lopez, Zack Rusin - -The terms and conditions vary from file to file, but are one of: - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the - distribution. - -*OR* - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the - distribution. -3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of - its contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY - -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - GNU LIBRARY GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the library GPL. It is - numbered 2 because it goes with version 2 of the ordinary GPL.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Library General Public License, applies to some -specially designated Free Software Foundation software, and to any -other libraries whose authors decide to use it. You can use it for -your libraries, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if -you distribute copies of the library, or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link a program with the library, you must provide -complete object files to the recipients so that they can relink them -with the library, after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - Our method of protecting your rights has two steps: (1) copyright -the library, and (2) offer you this license which gives you legal -permission to copy, distribute and/or modify the library. - - Also, for each distributor's protection, we want to make certain -that everyone understands that there is no warranty for this free -library. If the library is modified by someone else and passed on, we -want its recipients to know that what they have is not the original -version, so that any problems introduced by others will not reflect on -the original authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that companies distributing free -software will individually obtain patent licenses, thus in effect -transforming the program into proprietary software. To prevent this, -we have made it clear that any patent must be licensed for everyone's -free use or not licensed at all. - - Most GNU software, including some libraries, is covered by the ordinary -GNU General Public License, which was designed for utility programs. This -license, the GNU Library General Public License, applies to certain -designated libraries. This license is quite different from the ordinary -one; be sure to read it in full, and don't assume that anything in it is -the same as in the ordinary license. - - The reason we have a separate public license for some libraries is that -they blur the distinction we usually make between modifying or adding to a -program and simply using it. Linking a program with a library, without -changing the library, is in some sense simply using the library, and is -analogous to running a utility program or application program. However, in -a textual and legal sense, the linked executable is a combined work, a -derivative of the original library, and the ordinary General Public License -treats it as such. - - Because of this blurred distinction, using the ordinary General -Public License for libraries did not effectively promote software -sharing, because most developers did not use the libraries. We -concluded that weaker conditions might promote sharing better. - - However, unrestricted linking of non-free programs would deprive the -users of those programs of all benefit from the free status of the -libraries themselves. This Library General Public License is intended to -permit developers of non-free programs to use free libraries, while -preserving your freedom as a user of such programs to change the free -libraries that are incorporated in them. (We have not seen how to achieve -this as regards changes in header files, but we have achieved it as regards -changes in the actual functions of the Library.) The hope is that this -will lead to faster development of free libraries. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, while the latter only -works together with the library. - - Note that it is possible for a library to be covered by the ordinary -General Public License rather than by this special one. - - GNU LIBRARY GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library which -contains a notice placed by the copyright holder or other authorized -party saying it may be distributed under the terms of this Library -General Public License (also called "this License"). Each licensee is -addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also compile or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - c) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - d) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the source code distributed need not include anything that is normally -distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Library General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - --------------------- -License notice for BoringSSL --------------------- -BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL -licensing. Files that are completely new have a Google copyright and an ISC -license. This license is reproduced at the bottom of this file. - -Contributors to BoringSSL are required to follow the CLA rules for Chromium: -https://cla.developers.google.com/clas - -Files in third_party/ have their own licenses, as described therein. The MIT -license, for third_party/fiat, which, unlike other third_party directories, is -compiled into non-test libraries, is included below. - -The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the -OpenSSL License and the original SSLeay license apply to the toolkit. See below -for the actual license texts. Actually both licenses are BSD-style Open Source -licenses. In case of any license issues related to OpenSSL please contact -openssl-core@openssl.org. - -The following are Google-internal bug numbers where explicit permission from -some authors is recorded for use of their work. (This is purely for our own -record keeping.) - 27287199 - 27287880 - 27287883 - 263291445 - - OpenSSL License - --------------- - -/* ==================================================================== - * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * - * 3. All advertising materials mentioning features or use of this - * software must display the following acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - * - * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - * endorse or promote products derived from this software without - * prior written permission. For written permission, please contact - * openssl-core@openssl.org. - * - * 5. Products derived from this software may not be called "OpenSSL" - * nor may "OpenSSL" appear in their names without prior written - * permission of the OpenSSL Project. - * - * 6. Redistributions of any form whatsoever must retain the following - * acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit (http://www.openssl.org/)" - * - * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - * OF THE POSSIBILITY OF SUCH DAMAGE. - * ==================================================================== - * - * This product includes cryptographic software written by Eric Young - * (eay@cryptsoft.com). This product includes software written by Tim - * Hudson (tjh@cryptsoft.com). - * - */ - - Original SSLeay License - ----------------------- - -/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) - * All rights reserved. - * - * This package is an SSL implementation written - * by Eric Young (eay@cryptsoft.com). - * The implementation was written so as to conform with Netscapes SSL. - * - * This library is free for commercial and non-commercial use as long as - * the following conditions are aheared to. The following conditions - * apply to all code found in this distribution, be it the RC4, RSA, - * lhash, DES, etc., code; not just the SSL code. The SSL documentation - * included with this distribution is covered by the same copyright terms - * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * - * Copyright remains Eric Young's, and as such any Copyright notices in - * the code are not to be removed. - * If this package is used in a product, Eric Young should be given attribution - * as the author of the parts of the library used. - * This can be in the form of a textual message at program startup or - * in documentation (online or textual) provided with the package. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * "This product includes cryptographic software written by - * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library - * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from - * the apps directory (application code) you must include an acknowledgement: - * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * - * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * The licence and distribution terms for any publically available version or - * derivative of this code cannot be changed. i.e. this code cannot simply be - * copied and put under another distribution licence - * [including the GNU Public Licence.] - */ - - -ISC license used for completely new code in BoringSSL: - -/* Copyright (c) 2015, Google Inc. - * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY - * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION - * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - - -The code in third_party/fiat carries the MIT license: - -Copyright (c) 2015-2016 the fiat-crypto authors (see -https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - -Licenses for support code -------------------------- - -Parts of the TLS test suite are under the Go license. This code is not included -in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so -distributing code linked against BoringSSL does not trigger this license: - -Copyright (c) 2009 The Go Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -BoringSSL uses the Chromium test infrastructure to run a continuous build, -trybots etc. The scripts which manage this, and the script for generating build -metadata, are under the Chromium license. Distributing code linked against -BoringSSL does not trigger this license. - -Copyright 2015 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for Fiat-Crypto: Synthesizing Correct-by-Construction Code for Cryptographic Primitives --------------------- -The MIT License (MIT) - -Copyright (c) 2015-2020 the fiat-crypto authors (see -https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - --------------------- -License notice for Brotli --------------------- -Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - --------------------- -License notice for Compact Encoding Detection --------------------- - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. --------------------- -License notice for Crashpad --------------------- - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --------------------- -License notice for CRC32C --------------------- -Copyright 2017, The CRC32C Authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for d3 --------------------- -Copyright 2010-2023 Mike Bostock - -Permission to use, copy, modify, and/or distribute this software for any purpose -with or without fee is hereby granted, provided that the above copyright notice -and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF -THIS SOFTWARE. - --------------------- -License notice for dav1d is an AV1 decoder :) --------------------- -Copyright © 2018, VideoLAN and dav1d authors -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for Dawn --------------------- -// Copyright 2017-2023 The Dawn & Tint Authors -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are met: -// -// 1. Redistributions of source code must retain the above copyright notice, this -// list of conditions and the following disclaimer. -// -// 2. Redistributions in binary form must reproduce the above copyright notice, -// this list of conditions and the following disclaimer in the documentation -// and/or other materials provided with the distribution. -// -// 3. Neither the name of the copyright holder nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for Expat XML Parser --------------------- -Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper -Copyright (c) 2001-2022 Expat maintainers - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - --------------------- -License notice for ffmpeg --------------------- -# License - -Most files in FFmpeg are under the GNU Lesser General Public License version 2.1 -or later (LGPL v2.1+). Read the file `COPYING.LGPLv2.1` for details. Some other -files have MIT/X11/BSD-style licenses. In combination the LGPL v2.1+ applies to -FFmpeg. - -Some optional parts of FFmpeg are licensed under the GNU General Public License -version 2 or later (GPL v2+). See the file `COPYING.GPLv2` for details. None of -these parts are used by default, you have to explicitly pass `--enable-gpl` to -configure to activate them. In this case, FFmpeg's license changes to GPL v2+. - -Specifically, the GPL parts of FFmpeg are: - -- libpostproc -- optional x86 optimization in the files - - `libavcodec/x86/flac_dsp_gpl.asm` - - `libavcodec/x86/idct_mmx.c` - - `libavfilter/x86/vf_removegrain.asm` -- the following building and testing tools - - `compat/solaris/make_sunver.pl` - - `doc/t2h.pm` - - `doc/texi2pod.pl` - - `libswresample/tests/swresample.c` - - `tests/checkasm/*` - - `tests/tiny_ssim.c` -- the following filters in libavfilter: - - `signature_lookup.c` - - `vf_blackframe.c` - - `vf_boxblur.c` - - `vf_colormatrix.c` - - `vf_cover_rect.c` - - `vf_cropdetect.c` - - `vf_delogo.c` - - `vf_eq.c` - - `vf_find_rect.c` - - `vf_fspp.c` - - `vf_histeq.c` - - `vf_hqdn3d.c` - - `vf_kerndeint.c` - - `vf_lensfun.c` (GPL version 3 or later) - - `vf_mcdeint.c` - - `vf_mpdecimate.c` - - `vf_nnedi.c` - - `vf_owdenoise.c` - - `vf_perspective.c` - - `vf_phase.c` - - `vf_pp.c` - - `vf_pp7.c` - - `vf_pullup.c` - - `vf_repeatfields.c` - - `vf_sab.c` - - `vf_signature.c` - - `vf_smartblur.c` - - `vf_spp.c` - - `vf_stereo3d.c` - - `vf_super2xsai.c` - - `vf_tinterlace.c` - - `vf_uspp.c` - - `vf_vaguedenoiser.c` - - `vsrc_mptestsrc.c` - -Should you, for whatever reason, prefer to use version 3 of the (L)GPL, then -the configure parameter `--enable-version3` will activate this licensing option -for you. Read the file `COPYING.LGPLv3` or, if you have enabled GPL parts, -`COPYING.GPLv3` to learn the exact legal terms that apply in this case. - -There are a handful of files under other licensing terms, namely: - -* The files `libavcodec/jfdctfst.c`, `libavcodec/jfdctint_template.c` and - `libavcodec/jrevdct.c` are taken from libjpeg, see the top of the files for - licensing details. Specifically note that you must credit the IJG in the - documentation accompanying your program if you only distribute executables. - You must also indicate any changes including additions and deletions to - those three files in the documentation. -* `tests/reference.pnm` is under the expat license. - - -## External libraries - -FFmpeg can be combined with a number of external libraries, which sometimes -affect the licensing of binaries resulting from the combination. - -### Compatible libraries - -The following libraries are under GPL version 2: -- avisynth -- frei0r -- libcdio -- libdavs2 -- librubberband -- libvidstab -- libx264 -- libx265 -- libxavs -- libxavs2 -- libxvid - -When combining them with FFmpeg, FFmpeg needs to be licensed as GPL as well by -passing `--enable-gpl` to configure. - -The following libraries are under LGPL version 3: -- gmp -- libaribb24 -- liblensfun - -When combining them with FFmpeg, use the configure option `--enable-version3` to -upgrade FFmpeg to the LGPL v3. - -The VMAF, mbedTLS, RK MPI, OpenCORE and VisualOn libraries are under the Apache License -2.0. That license is incompatible with the LGPL v2.1 and the GPL v2, but not with -version 3 of those licenses. So to combine these libraries with FFmpeg, the -license version needs to be upgraded by passing `--enable-version3` to configure. - -The smbclient library is under the GPL v3, to combine it with FFmpeg, -the options `--enable-gpl` and `--enable-version3` have to be passed to -configure to upgrade FFmpeg to the GPL v3. - -### Incompatible libraries - -There are certain libraries you can combine with FFmpeg whose licenses are not -compatible with the GPL and/or the LGPL. If you wish to enable these -libraries, even in circumstances that their license may be incompatible, pass -`--enable-nonfree` to configure. This will cause the resulting binary to be -unredistributable. - -The Fraunhofer FDK AAC and OpenSSL libraries are under licenses which are -incompatible with the GPLv2 and v3. To the best of our knowledge, they are -compatible with the LGPL. - - -******************************************************************************** - -libavformat/oggparsetheora.c - -Copyright (C) 2005 Matthieu CASTET, Alex Beregszaszi - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, copy, -modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. - -******************************************************************************** - -libavutil/x86/x86inc.asm - -x86inc.asm: x86 abstraction layer - - Copyright (C) 2005-2024 x264 project - - Authors: Loren Merritt - Henrik Gramner - Anton Mitrofanov - Fiona Glaser - - Permission to use, copy, modify, and/or distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -******************************************************************************** - -libavcodec/mips/compute_antialias_fixed.h -libavcodec/mips/compute_antialias_float.h -libavutil/fixed_dsp.c -libavutil/fixed_dsp.h -libavutil/mips/libm_mips.h -libavutil/softfloat_tables.h - -Copyright (c) 2012 -MIPS Technologies, Inc., California. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. -3. Neither the name of the MIPS Technologies, Inc., nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -Authors: -Branimir Vasic (bvasic@mips.com) -Darko Laus (darko@mips.com) -Djordje Pesut (djordje@mips.com) -Goran Cordasic (goran@mips.com) -Nedeljko Babic (nedeljko.babic imgtec com) -Mirjana Vulin (mvulin@mips.com) -Stanislav Ocovaj (socovaj@mips.com) -Zoran Lukic (zoranl@mips.com) - -******************************************************************************** - -libavformat/oggdec.c -libavformat/oggdec.h -libavformat/oggparseogm.c -libavformat/oggparsevorbis.c - -Copyright (C) 2005 Michael Ahlberg, MÃ¥ns RullgÃ¥rd - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, copy, -modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. - -******************************************************************************** - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! --------------------- -License notice for FreeType --------------------- - The FreeType Project LICENSE - ---------------------------- - - 2006-Jan-27 - - Copyright 1996-2002, 2006 by - David Turner, Robert Wilhelm, and Werner Lemberg - - - -Introduction -============ - - The FreeType Project is distributed in several archive packages; - some of them may contain, in addition to the FreeType font engine, - various tools and contributions which rely on, or relate to, the - FreeType Project. - - This license applies to all files found in such packages, and - which do not fall under their own explicit license. The license - affects thus the FreeType font engine, the test programs, - documentation and makefiles, at the very least. - - This license was inspired by the BSD, Artistic, and IJG - (Independent JPEG Group) licenses, which all encourage inclusion - and use of free software in commercial and freeware products - alike. As a consequence, its main points are that: - - o We don't promise that this software works. However, we will be - interested in any kind of bug reports. (`as is' distribution) - - o You can use this software for whatever you want, in parts or - full form, without having to pay us. (`royalty-free' usage) - - o You may not pretend that you wrote this software. If you use - it, or only parts of it, in a program, you must acknowledge - somewhere in your documentation that you have used the - FreeType code. (`credits') - - We specifically permit and encourage the inclusion of this - software, with or without modifications, in commercial products. - We disclaim all warranties covering The FreeType Project and - assume no liability related to The FreeType Project. - - - Finally, many people asked us for a preferred form for a - credit/disclaimer to use in compliance with this license. We thus - encourage you to use the following text: - - """ - Portions of this software are copyright © The FreeType - Project (www.freetype.org). All rights reserved. - """ - - Please replace with the value from the FreeType version you - actually use. - - -Legal Terms -=========== - -0. Definitions --------------- - - Throughout this license, the terms `package', `FreeType Project', - and `FreeType archive' refer to the set of files originally - distributed by the authors (David Turner, Robert Wilhelm, and - Werner Lemberg) as the `FreeType Project', be they named as alpha, - beta or final release. - - `You' refers to the licensee, or person using the project, where - `using' is a generic term including compiling the project's source - code as well as linking it to form a `program' or `executable'. - This program is referred to as `a program using the FreeType - engine'. - - This license applies to all files distributed in the original - FreeType Project, including all source code, binaries and - documentation, unless otherwise stated in the file in its - original, unmodified form as distributed in the original archive. - If you are unsure whether or not a particular file is covered by - this license, you must contact us to verify this. - - The FreeType Project is copyright (C) 1996-2000 by David Turner, - Robert Wilhelm, and Werner Lemberg. All rights reserved except as - specified below. - -1. No Warranty --------------- - - THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY - KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS - BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO - USE, OF THE FREETYPE PROJECT. - -2. Redistribution ------------------ - - This license grants a worldwide, royalty-free, perpetual and - irrevocable right and license to use, execute, perform, compile, - display, copy, create derivative works of, distribute and - sublicense the FreeType Project (in both source and object code - forms) and derivative works thereof for any purpose; and to - authorize others to exercise some or all of the rights granted - herein, subject to the following conditions: - - o Redistribution of source code must retain this license file - (`FTL.TXT') unaltered; any additions, deletions or changes to - the original files must be clearly indicated in accompanying - documentation. The copyright notices of the unaltered, - original files must be preserved in all copies of source - files. - - o Redistribution in binary form must provide a disclaimer that - states that the software is based in part of the work of the - FreeType Team, in the distribution documentation. We also - encourage you to put an URL to the FreeType web page in your - documentation, though this isn't mandatory. - - These conditions apply to any software derived from or based on - the FreeType Project, not just the unmodified files. If you use - our work, you must acknowledge us. However, no fee need be paid - to us. - -3. Advertising --------------- - - Neither the FreeType authors and contributors nor you shall use - the name of the other for commercial, advertising, or promotional - purposes without specific prior written permission. - - We suggest, but do not require, that you use one or more of the - following phrases to refer to this software in your documentation - or advertising materials: `FreeType Project', `FreeType Engine', - `FreeType library', or `FreeType Distribution'. - - As you have not signed this license, you are not required to - accept it. However, as the FreeType Project is copyrighted - material, only this license, or another one contracted with the - authors, grants you the right to use, distribute, and modify it. - Therefore, by using, distributing, or modifying the FreeType - Project, you indicate that you understand and accept all the terms - of this license. - -4. Contacts ------------ - - There are two mailing lists related to FreeType: - - o freetype@nongnu.org - - Discusses general use and applications of FreeType, as well as - future and wanted additions to the library and distribution. - If you are looking for support, start in this list if you - haven't found anything to help you in the documentation. - - o freetype-devel@nongnu.org - - Discusses bugs, as well as engine internals, design issues, - specific licenses, porting, etc. - - Our home page can be found at - - https://www.freetype.org - - ---- end of FTL.TXT --- - --------------------- -License notice for harfbuzz-ng --------------------- -HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. -For parts of HarfBuzz that are licensed under different licenses see individual -files names COPYING in subdirectories where applicable. - -Copyright © 2010-2022 Google, Inc. -Copyright © 2015-2020 Ebrahim Byagowi -Copyright © 2019,2020 Facebook, Inc. -Copyright © 2012,2015 Mozilla Foundation -Copyright © 2011 Codethink Limited -Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies) -Copyright © 2009 Keith Stribley -Copyright © 2011 Martin Hosken and SIL International -Copyright © 2007 Chris Wilson -Copyright © 2005,2006,2020,2021,2022,2023 Behdad Esfahbod -Copyright © 2004,2007,2008,2009,2010,2013,2021,2022,2023 Red Hat, Inc. -Copyright © 1998-2005 David Turner and Werner Lemberg -Copyright © 2016 Igalia S.L. -Copyright © 2022 Matthias Clasen -Copyright © 2018,2021 Khaled Hosny -Copyright © 2018,2019,2020 Adobe, Inc -Copyright © 2013-2015 Alexei Podtelezhnikov - -For full copyright notices consult the individual files in the package. - - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - --------------------- -License notice for icu --------------------- -UNICODE LICENSE V3 - -COPYRIGHT AND PERMISSION NOTICE - -Copyright © 2016-2023 Unicode, Inc. - -NOTICE TO USER: Carefully read the following legal agreement. BY -DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR -SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE -TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT -DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. - -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. - -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. - ----------------------------------------------------------------------- - -Third-Party Software Licenses - -This section contains third-party software notices and/or additional -terms for licensed third-party software components included within ICU -libraries. - ----------------------------------------------------------------------- - -ICU License - ICU 1.8.1 to ICU 57.1 - -COPYRIGHT AND PERMISSION NOTICE - -Copyright (c) 1995-2016 International Business Machines Corporation and others -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, and/or sell copies of the Software, and to permit persons -to whom the Software is furnished to do so, provided that the above -copyright notice(s) and this permission notice appear in all copies of -the Software and that both the above copyright notice(s) and this -permission notice appear in supporting documentation. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR -HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY -SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER -RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF -CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -Except as contained in this notice, the name of a copyright holder -shall not be used in advertising or otherwise to promote the sale, use -or other dealings in this Software without prior written authorization -of the copyright holder. - -All trademarks and registered trademarks mentioned herein are the -property of their respective owners. - ----------------------------------------------------------------------- - -Chinese/Japanese Word Break Dictionary Data (cjdict.txt) - - # The Google Chrome software developed by Google is licensed under - # the BSD license. Other software included in this distribution is - # provided under other licenses, as set forth below. - # - # The BSD License - # http://opensource.org/licenses/bsd-license.php - # Copyright (C) 2006-2008, Google Inc. - # - # All rights reserved. - # - # Redistribution and use in source and binary forms, with or without - # modification, are permitted provided that the following conditions are met: - # - # Redistributions of source code must retain the above copyright notice, - # this list of conditions and the following disclaimer. - # Redistributions in binary form must reproduce the above - # copyright notice, this list of conditions and the following - # disclaimer in the documentation and/or other materials provided with - # the distribution. - # Neither the name of Google Inc. nor the names of its - # contributors may be used to endorse or promote products derived from - # this software without specific prior written permission. - # - # - # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND - # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, - # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR - # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - # - # - # The word list in cjdict.txt are generated by combining three word lists - # listed below with further processing for compound word breaking. The - # frequency is generated with an iterative training against Google web - # corpora. - # - # * Libtabe (Chinese) - # - https://sourceforge.net/project/?group_id=1519 - # - Its license terms and conditions are shown below. - # - # * IPADIC (Japanese) - # - http://chasen.aist-nara.ac.jp/chasen/distribution.html - # - Its license terms and conditions are shown below. - # - # ---------COPYING.libtabe ---- BEGIN-------------------- - # - # /* - # * Copyright (c) 1999 TaBE Project. - # * Copyright (c) 1999 Pai-Hsiang Hsiao. - # * All rights reserved. - # * - # * Redistribution and use in source and binary forms, with or without - # * modification, are permitted provided that the following conditions - # * are met: - # * - # * . Redistributions of source code must retain the above copyright - # * notice, this list of conditions and the following disclaimer. - # * . Redistributions in binary form must reproduce the above copyright - # * notice, this list of conditions and the following disclaimer in - # * the documentation and/or other materials provided with the - # * distribution. - # * . Neither the name of the TaBE Project nor the names of its - # * contributors may be used to endorse or promote products derived - # * from this software without specific prior written permission. - # * - # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, - # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - # * OF THE POSSIBILITY OF SUCH DAMAGE. - # */ - # - # /* - # * Copyright (c) 1999 Computer Systems and Communication Lab, - # * Institute of Information Science, Academia - # * Sinica. All rights reserved. - # * - # * Redistribution and use in source and binary forms, with or without - # * modification, are permitted provided that the following conditions - # * are met: - # * - # * . Redistributions of source code must retain the above copyright - # * notice, this list of conditions and the following disclaimer. - # * . Redistributions in binary form must reproduce the above copyright - # * notice, this list of conditions and the following disclaimer in - # * the documentation and/or other materials provided with the - # * distribution. - # * . Neither the name of the Computer Systems and Communication Lab - # * nor the names of its contributors may be used to endorse or - # * promote products derived from this software without specific - # * prior written permission. - # * - # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, - # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - # * OF THE POSSIBILITY OF SUCH DAMAGE. - # */ - # - # Copyright 1996 Chih-Hao Tsai @ Beckman Institute, - # University of Illinois - # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4 - # - # ---------------COPYING.libtabe-----END-------------------------------- - # - # - # ---------------COPYING.ipadic-----BEGIN------------------------------- - # - # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science - # and Technology. All Rights Reserved. - # - # Use, reproduction, and distribution of this software is permitted. - # Any copy of this software, whether in its original form or modified, - # must include both the above copyright notice and the following - # paragraphs. - # - # Nara Institute of Science and Technology (NAIST), - # the copyright holders, disclaims all warranties with regard to this - # software, including all implied warranties of merchantability and - # fitness, in no event shall NAIST be liable for - # any special, indirect or consequential damages or any damages - # whatsoever resulting from loss of use, data or profits, whether in an - # action of contract, negligence or other tortuous action, arising out - # of or in connection with the use or performance of this software. - # - # A large portion of the dictionary entries - # originate from ICOT Free Software. The following conditions for ICOT - # Free Software applies to the current dictionary as well. - # - # Each User may also freely distribute the Program, whether in its - # original form or modified, to any third party or parties, PROVIDED - # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear - # on, or be attached to, the Program, which is distributed substantially - # in the same form as set out herein and that such intended - # distribution, if actually made, will neither violate or otherwise - # contravene any of the laws and regulations of the countries having - # jurisdiction over the User or the intended distribution itself. - # - # NO WARRANTY - # - # The program was produced on an experimental basis in the course of the - # research and development conducted during the project and is provided - # to users as so produced on an experimental basis. Accordingly, the - # program is provided without any warranty whatsoever, whether express, - # implied, statutory or otherwise. The term "warranty" used herein - # includes, but is not limited to, any warranty of the quality, - # performance, merchantability and fitness for a particular purpose of - # the program and the nonexistence of any infringement or violation of - # any right of any third party. - # - # Each user of the program will agree and understand, and be deemed to - # have agreed and understood, that there is no warranty whatsoever for - # the program and, accordingly, the entire risk arising from or - # otherwise connected with the program is assumed by the user. - # - # Therefore, neither ICOT, the copyright holder, or any other - # organization that participated in or was otherwise related to the - # development of the program and their respective officials, directors, - # officers and other employees shall be held liable for any and all - # damages, including, without limitation, general, special, incidental - # and consequential damages, arising out of or otherwise in connection - # with the use or inability to use the program or any product, material - # or result produced or otherwise obtained by using the program, - # regardless of whether they have been advised of, or otherwise had - # knowledge of, the possibility of such damages at any time during the - # project or thereafter. Each user will be deemed to have agreed to the - # foregoing by his or her commencement of use of the program. The term - # "use" as used herein includes, but is not limited to, the use, - # modification, copying and distribution of the program and the - # production of secondary products from the program. - # - # In the case where the program, whether in its original form or - # modified, was distributed or delivered to or received by a user from - # any person, organization or entity other than ICOT, unless it makes or - # grants independently of ICOT any specific warranty to the user in - # writing, such person, organization or entity, will also be exempted - # from and not be held liable to the user for any such damages as noted - # above as far as the program is concerned. - # - # ---------------COPYING.ipadic-----END---------------------------------- - ----------------------------------------------------------------------- - -Lao Word Break Dictionary Data (laodict.txt) - - # Copyright (C) 2016 and later: Unicode, Inc. and others. - # License & terms of use: http://www.unicode.org/copyright.html - # Copyright (c) 2015 International Business Machines Corporation - # and others. All Rights Reserved. - # - # Project: https://github.com/rober42539/lao-dictionary - # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt - # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt - # (copied below) - # - # This file is derived from the above dictionary version of Nov 22, 2020 - # ---------------------------------------------------------------------- - # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell. - # All rights reserved. - # - # Redistribution and use in source and binary forms, with or without - # modification, are permitted provided that the following conditions are met: - # - # Redistributions of source code must retain the above copyright notice, this - # list of conditions and the following disclaimer. Redistributions in binary - # form must reproduce the above copyright notice, this list of conditions and - # the following disclaimer in the documentation and/or other materials - # provided with the distribution. - # - # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, - # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - # OF THE POSSIBILITY OF SUCH DAMAGE. - # -------------------------------------------------------------------------- - ----------------------------------------------------------------------- - -Burmese Word Break Dictionary Data (burmesedict.txt) - - # Copyright (c) 2014 International Business Machines Corporation - # and others. All Rights Reserved. - # - # This list is part of a project hosted at: - # github.com/kanyawtech/myanmar-karen-word-lists - # - # -------------------------------------------------------------------------- - # Copyright (c) 2013, LeRoy Benjamin Sharon - # All rights reserved. - # - # Redistribution and use in source and binary forms, with or without - # modification, are permitted provided that the following conditions - # are met: Redistributions of source code must retain the above - # copyright notice, this list of conditions and the following - # disclaimer. Redistributions in binary form must reproduce the - # above copyright notice, this list of conditions and the following - # disclaimer in the documentation and/or other materials provided - # with the distribution. - # - # Neither the name Myanmar Karen Word Lists, nor the names of its - # contributors may be used to endorse or promote products derived - # from this software without specific prior written permission. - # - # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND - # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, - # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS - # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED - # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON - # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR - # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF - # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - # SUCH DAMAGE. - # -------------------------------------------------------------------------- - ----------------------------------------------------------------------- - -Time Zone Database - - ICU uses the public domain data and code derived from Time Zone -Database for its time zone support. The ownership of the TZ database -is explained in BCP 175: Procedure for Maintaining the Time Zone -Database section 7. - - # 7. Database Ownership - # - # The TZ database itself is not an IETF Contribution or an IETF - # document. Rather it is a pre-existing and regularly updated work - # that is in the public domain, and is intended to remain in the - # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do - # not apply to the TZ Database or contributions that individuals make - # to it. Should any claims be made and substantiated against the TZ - # Database, the organization that is providing the IANA - # Considerations defined in this RFC, under the memorandum of - # understanding with the IETF, currently ICANN, may act in accordance - # with all competent court orders. No ownership claims will be made - # by ICANN or the IETF Trust on the database or the code. Any person - # making a contribution to the database or code waives all rights to - # future claims in that contribution or in the TZ Database. - ----------------------------------------------------------------------- - -Google double-conversion - -Copyright 2006-2011, the V8 project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ----------------------------------------------------------------------- - -File: aclocal.m4 (only for ICU4C) -Section: pkg.m4 - Macros to locate and utilise pkg-config. - - -Copyright © 2004 Scott James Remnant . -Copyright © 2012-2015 Dan Nicholson - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. - -As a special exception to the GNU General Public License, if you -distribute this file as part of a program that contains a -configuration script generated by Autoconf, you may include it under -the same distribution terms that you use for the rest of that -program. - - -(The condition for the exception is fulfilled because -ICU4C includes a configuration script generated by Autoconf, -namely the `configure` script.) - ----------------------------------------------------------------------- - -File: config.guess (only for ICU4C) - - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, see . - -As a special exception to the GNU General Public License, if you -distribute this file as part of a program that contains a -configuration script generated by Autoconf, you may include it under -the same distribution terms that you use for the rest of that -program. This Exception is an additional permission under section 7 -of the GNU General Public License, version 3 ("GPLv3"). - - -(The condition for the exception is fulfilled because -ICU4C includes a configuration script generated by Autoconf, -namely the `configure` script.) - ----------------------------------------------------------------------- - -File: install-sh (only for ICU4C) - - -Copyright 1991 by the Massachusetts Institute of Technology - -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation, and that the name of M.I.T. not be used in advertising or -publicity pertaining to distribution of the software without specific, -written prior permission. M.I.T. makes no representations about the -suitability of this software for any purpose. It is provided "as is" -without express or implied warranty. - --------------------- -License notice for ipcz --------------------- -// Copyright 2022 The Chromium Authors -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google LLC nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for jsoncpp --------------------- -The JsonCpp library's source code, including accompanying documentation, -tests and demonstration applications, are licensed under the following -conditions... - -The author (Baptiste Lepilleur) explicitly disclaims copyright in all -jurisdictions which recognize such a disclaimer. In such jurisdictions, -this software is released into the Public Domain. - -In jurisdictions which do not recognize Public Domain property (e.g. Germany as of -2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur, and is -released under the terms of the MIT License (see below). - -In jurisdictions which recognize Public Domain property, the user of this -software may choose to accept it either as 1) Public Domain, 2) under the -conditions of the MIT License (see below), or 3) under the terms of dual -Public Domain/MIT License conditions described here, as they choose. - -The MIT License is about as close to Public Domain as a license can get, and is -described in clear, concise terms at: - - http://en.wikipedia.org/wiki/MIT_License - -The full text of the MIT License follows: - -======================================================================== -Copyright (c) 2007-2010 Baptiste Lepilleur - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, copy, -modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS -BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -======================================================================== -(END LICENSE TEXT) - -The MIT license is compatible with both the GPL and commercial -software, affording one all of the rights of Public Domain with the -minor nuisance of being required to keep the above copyright notice -and license text in the source code. Note also that by accepting the -Public Domain "license" you can re-license your copy using whatever -license you like. - --------------------- -License notice for google-jstemplate --------------------- - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --------------------- -License notice for Alliance for Open Media Video Codec --------------------- -Copyright (c) 2016, Alliance for Open Media. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - - --------------------- -License notice for libjpeg-turbo --------------------- -libjpeg-turbo Licenses -====================== - -libjpeg-turbo is covered by three compatible BSD-style open source licenses: - -- The IJG (Independent JPEG Group) License, which is listed in - [README.ijg](README.ijg) - - This license applies to the libjpeg API library and associated programs - (any code inherited from libjpeg, and any modifications to that code.) - -- The Modified (3-clause) BSD License, which is listed below - - This license covers the TurboJPEG API library and associated programs, as - well as the build system. - -- The [zlib License](https://opensource.org/licenses/Zlib) - - This license is a subset of the other two, and it covers the libjpeg-turbo - SIMD extensions. - - -Complying with the libjpeg-turbo Licenses -========================================= - -This section provides a roll-up of the libjpeg-turbo licensing terms, to the -best of our understanding. - -1. If you are distributing a modified version of the libjpeg-turbo source, - then: - - 1. You cannot alter or remove any existing copyright or license notices - from the source. - - **Origin** - - Clause 1 of the IJG License - - Clause 1 of the Modified BSD License - - Clauses 1 and 3 of the zlib License - - 2. You must add your own copyright notice to the header of each source - file you modified, so others can tell that you modified that file (if - there is not an existing copyright header in that file, then you can - simply add a notice stating that you modified the file.) - - **Origin** - - Clause 1 of the IJG License - - Clause 2 of the zlib License - - 3. You must include the IJG README file, and you must not alter any of the - copyright or license text in that file. - - **Origin** - - Clause 1 of the IJG License - -2. If you are distributing only libjpeg-turbo binaries without the source, or - if you are distributing an application that statically links with - libjpeg-turbo, then: - - 1. Your product documentation must include a message stating: - - This software is based in part on the work of the Independent JPEG - Group. - - **Origin** - - Clause 2 of the IJG license - - 2. If your binary distribution includes or uses the TurboJPEG API, then - your product documentation must include the text of the Modified BSD - License (see below.) - - **Origin** - - Clause 2 of the Modified BSD License - -3. You cannot use the name of the IJG or The libjpeg-turbo Project or the - contributors thereof in advertising, publicity, etc. - - **Origin** - - IJG License - - Clause 3 of the Modified BSD License - -4. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be - free of defects, nor do we accept any liability for undesirable - consequences resulting from your use of the software. - - **Origin** - - IJG License - - Modified BSD License - - zlib License - - -The Modified (3-clause) BSD License -=================================== - -Copyright (C)2009-2023 D. R. Commander. All Rights Reserved.
-Copyright (C)2015 Viktor Szathmáry. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -- Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -- Neither the name of the libjpeg-turbo Project nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - - -Why Three Licenses? -=================== - -The zlib License could have been used instead of the Modified (3-clause) BSD -License, and since the IJG License effectively subsumes the distribution -conditions of the zlib License, this would have effectively placed -libjpeg-turbo binary distributions under the IJG License. However, the IJG -License specifically refers to the Independent JPEG Group and does not extend -attribution and endorsement protections to other entities. Thus, it was -desirable to choose a license that granted us the same protections for new code -that were granted to the IJG for code derived from their software. - --------------------- -License notice for libpng --------------------- -COPYRIGHT NOTICE, DISCLAIMER, and LICENSE -========================================= - -PNG Reference Library License version 2 ---------------------------------------- - - * Copyright (c) 1995-2019 The PNG Reference Library Authors. - * Copyright (c) 2018-2019 Cosmin Truta. - * Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson. - * Copyright (c) 1996-1997 Andreas Dilger. - * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. - -The software is supplied "as is", without warranty of any kind, -express or implied, including, without limitation, the warranties -of merchantability, fitness for a particular purpose, title, and -non-infringement. In no event shall the Copyright owners, or -anyone distributing the software, be liable for any damages or -other liability, whether in contract, tort or otherwise, arising -from, out of, or in connection with the software, or the use or -other dealings in the software, even if advised of the possibility -of such damage. - -Permission is hereby granted to use, copy, modify, and distribute -this software, or portions hereof, for any purpose, without fee, -subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you - must not claim that you wrote the original software. If you - use this software in a product, an acknowledgment in the product - documentation would be appreciated, but is not required. - - 2. Altered source versions must be plainly marked as such, and must - not be misrepresented as being the original software. - - 3. This Copyright notice may not be removed or altered from any - source or altered source distribution. - - -PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35) ------------------------------------------------------------------------ - -libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are -Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are -derived from libpng-1.0.6, and are distributed according to the same -disclaimer and license as libpng-1.0.6 with the following individuals -added to the list of Contributing Authors: - - Simon-Pierre Cadieux - Eric S. Raymond - Mans Rullgard - Cosmin Truta - Gilles Vollant - James Yu - Mandar Sahastrabuddhe - Google Inc. - Vadim Barkov - -and with the following additions to the disclaimer: - - There is no warranty against interference with your enjoyment of - the library or against infringement. There is no warranty that our - efforts or the library will fulfill any of your particular purposes - or needs. This library is provided with all faults, and the entire - risk of satisfactory quality, performance, accuracy, and effort is - with the user. - -Some files in the "contrib" directory and some configure-generated -files that are distributed with libpng have other copyright owners, and -are released under other open source licenses. - -libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are -Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from -libpng-0.96, and are distributed according to the same disclaimer and -license as libpng-0.96, with the following individuals added to the -list of Contributing Authors: - - Tom Lane - Glenn Randers-Pehrson - Willem van Schaik - -libpng versions 0.89, June 1996, through 0.96, May 1997, are -Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88, -and are distributed according to the same disclaimer and license as -libpng-0.88, with the following individuals added to the list of -Contributing Authors: - - John Bowler - Kevin Bracey - Sam Bushell - Magnus Holmgren - Greg Roelofs - Tom Tanner - -Some files in the "scripts" directory have other copyright owners, -but are released under this license. - -libpng versions 0.5, May 1995, through 0.88, January 1996, are -Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. - -For the purposes of this copyright and license, "Contributing Authors" -is defined as the following set of individuals: - - Andreas Dilger - Dave Martindale - Guy Eric Schalnat - Paul Schmidt - Tim Wegner - -The PNG Reference Library is supplied "AS IS". The Contributing -Authors and Group 42, Inc. disclaim all warranties, expressed or -implied, including, without limitation, the warranties of -merchantability and of fitness for any purpose. The Contributing -Authors and Group 42, Inc. assume no liability for direct, indirect, -incidental, special, exemplary, or consequential damages, which may -result from the use of the PNG Reference Library, even if advised of -the possibility of such damage. - -Permission is hereby granted to use, copy, modify, and distribute this -source code, or portions hereof, for any purpose, without fee, subject -to the following restrictions: - - 1. The origin of this source code must not be misrepresented. - - 2. Altered versions must be plainly marked as such and must not - be misrepresented as being the original source. - - 3. This Copyright notice may not be removed or altered from any - source or altered source distribution. - -The Contributing Authors and Group 42, Inc. specifically permit, -without fee, and encourage the use of this source code as a component -to supporting the PNG file format in commercial products. If you use -this source code in a product, acknowledgment is not required but would -be appreciated. - --------------------- -License notice for libsrtp --------------------- -/* - * - * Copyright (c) 2001-2017 Cisco Systems, Inc. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following - * disclaimer in the documentation and/or other materials provided - * with the distribution. - * - * Neither the name of the Cisco Systems, Inc. nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - * COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, - * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - * OF THE POSSIBILITY OF SUCH DAMAGE. - * - */ - --------------------- -License notice for URL Pattern Library --------------------- -The MIT License (MIT) - -Copyright 2020 The Chromium Authors -Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - --------------------- -License notice for libvpx --------------------- -Copyright (c) 2010, The WebM Project authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - * Neither the name of Google, nor the WebM Project, nor the names - of its contributors may be used to endorse or promote products - derived from this software without specific prior written - permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - --------------------- -License notice for WebP image encoder/decoder --------------------- -Copyright (c) 2010, Google Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Additional IP Rights Grant (Patents) ------------------------------------- - -"These implementations" means the copyrightable works that implement the WebM -codecs distributed by Google as part of the WebM Project. - -Google hereby grants to you a perpetual, worldwide, non-exclusive, no-charge, -royalty-free, irrevocable (except as stated in this section) patent license to -make, have made, use, offer to sell, sell, import, transfer, and otherwise -run, modify and propagate the contents of these implementations of WebM, where -such license applies only to those patent claims, both currently owned by -Google and acquired in the future, licensable by Google that are necessarily -infringed by these implementations of WebM. This grant does not include claims -that would be infringed only as a consequence of further modification of these -implementations. If you or your agent or exclusive licensee institute or order -or agree to the institution of patent litigation or any other patent -enforcement activity against any entity (including a cross-claim or -counterclaim in a lawsuit) alleging that any of these implementations of WebM -or any code incorporated within any of these implementations of WebM -constitute direct or contributory patent infringement, or inducement of -patent infringement, then any patent rights granted to you under this License -for these implementations of WebM shall terminate as of the date such -litigation is filed. - --------------------- -License notice for libyuv --------------------- -Copyright 2011 The LibYuv Project Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for Lit --------------------- -BSD 3-Clause License - -Copyright (c) 2017 Google LLC. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------- -License notice for Lottie Web --------------------- -The MIT License (MIT) - -Copyright (c) 2015 Bodymovin - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - -################################################################################ -# License headers for subpackages -################################################################################ - -Transformation Matrix v2.0 -(c) Epistemex 2014-2015 -www.epistemex.com -By Ken Fyrstenberg -Contributions by leeoniya. -License: MIT, header required. - - -################################################################################ - -Copyright 2014 David Bau. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -################################################################################ - -BezierEasing - use bezier curve for transition easing function -by Gaëtan Renaudeau 2014 - 2015 – MIT License - -Credits: is based on Firefox's nsSMILKeySpline.cpp -Usage: -var spline = BezierEasing([ 0.25, 0.1, 0.25, 1.0 ]) -spline.get(x) => returns the easing value | x must be in [0, 1] range - --------------------- -License notice for Metrics Protos --------------------- -// Copyright 2015 The Chromium Authors -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for modp base64 decoder --------------------- - * MODP_B64 - High performance base64 encoder/decoder - * Version 1.3 -- 17-Mar-2006 - * http://modp.com/release/base64 - * - * Copyright (c) 2005, 2006 Nick Galbreath -- nickg [at] modp [dot] com - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * Neither the name of the modp.com nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for OpenH264 --------------------- -Copyright (c) 2013, Cisco Systems -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, this - list of conditions and the following disclaimer in the documentation and/or - other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------- -License notice for opus --------------------- -Copyright 2001-2011 Xiph.Org, Skype Limited, Octasic, - Jean-Marc Valin, Timothy B. Terriberry, - CSIRO, Gregory Maxwell, Mark Borgerding, - Erik de Castro Lopo - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -- Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -- Neither the name of Internet Society, IETF or IETF Trust, nor the -names of specific contributors, may be used to endorse or promote -products derived from this software without specific prior written -permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER -OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Opus is subject to the royalty-free patent licenses which are -specified at: - -Xiph.Org Foundation: -https://datatracker.ietf.org/ipr/1524/ - -Microsoft Corporation: -https://datatracker.ietf.org/ipr/1914/ - -Broadcom Corporation: -https://datatracker.ietf.org/ipr/1526/ - --------------------- -License notice for Perfetto --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - ------------------- - -Files: * except those files noted below - - Copyright (c) 2017, The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - ------------------- - -Files: src/trace_processor/perfetto_sql/stdlib/chromium/*, protos/third_party/chromium/*, test/trace_processor/diff_tests/stdlib/chrome/* - - Copyright 2015 The Chromium Authors - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are - met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - ------------------- - -Files: src/trace_processor/perfetto_sql/preprocessor/preprocessor_grammar.{c, h} - -The author disclaims copyright to this source code. In place of a legal notice, here is a blessing: - -May you do good and not evil. -May you find forgiveness for yourself and forgive others. -May you share freely, never taking more than you give. - --------------------- -License notice for PFFFT: a pretty fast FFT. --------------------- -Copyright (c) 2013 Julien Pommier ( pommier@modartt.com ) - -Based on original fortran 77 code from FFTPACKv4 from NETLIB, -authored by Dr Paul Swarztrauber of NCAR, in 1985. - -As confirmed by the NCAR fftpack software curators, the following -FFTPACKv5 license applies to FFTPACKv4 sources. My changes are -released under the same terms. - -FFTPACK license: - -http://www.cisl.ucar.edu/css/software/fftpack5/ftpk.html - -Copyright (c) 2004 the University Corporation for Atmospheric -Research ("UCAR"). All rights reserved. Developed by NCAR's -Computational and Information Systems Laboratory, UCAR, -www.cisl.ucar.edu. - -Redistribution and use of the Software in source and binary forms, -with or without modification, is permitted provided that the -following conditions are met: - -- Neither the names of NCAR's Computational and Information Systems -Laboratory, the University Corporation for Atmospheric Research, -nor the names of its sponsors or contributors may be used to -endorse or promote products derived from this Software without -specific prior written permission. - -- Redistributions of source code must retain the above copyright -notices, this list of conditions, and the disclaimer below. - -- Redistributions in binary form must reproduce the above copyright -notice, this list of conditions, and the disclaimer below in the -documentation and/or other materials provided with the -distribution. - -THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES OR OTHER LIABILITY, WHETHER IN AN -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE -SOFTWARE. - --------------------- -License notice for Polymer --------------------- -// Copyright (c) 2012 The Polymer Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for Protocol Buffers --------------------- -Copyright 2008 Google Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Code generated by the Protocol Buffer compiler is owned by the owner -of the input file used when generating it. This code is not -standalone and requires a support library to be linked with it. This -support library is itself covered by the above license. - --------------------- -License notice for Protocol Buffers (javascript) --------------------- -BSD 3-Clause License - -Copyright (c) 2022, Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for re2 - an efficient, principled regular expression library --------------------- -// Copyright (c) 2009 The RE2 Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for Recurrent neural network for audio noise reduction --------------------- -Copyright (c) 2017, Mozilla -Copyright (c) 2007-2017, Jean-Marc Valin -Copyright (c) 2005-2017, Xiph.Org Foundation -Copyright (c) 2003-2004, Mark Borgerding - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -- Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -- Neither the name of the Xiph.Org Foundation nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION -OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for bytemuck --------------------- -Apache License -Version 2.0, January 2004 -http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. - - "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. - 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. - 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. - 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: - (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and - (b) You must cause any modified files to carry prominent notices stating that You changed the files; and - (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and - (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. - - You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. - 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. - 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. - 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. - 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. - 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work. - -To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. - -Copyright [yyyy] [name of copyright owner] - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - --------------------- -License notice for bytemuck_derive --------------------- -Apache License -Version 2.0, January 2004 -http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. - - "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. - 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. - 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. - 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: - (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and - (b) You must cause any modified files to carry prominent notices stating that You changed the files; and - (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and - (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. - - You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. - 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. - 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. - 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. - 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. - 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work. - -To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. - -Copyright [yyyy] [name of copyright owner] - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - --------------------- -License notice for cxx --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - --------------------- -License notice for cxxbridge-macro --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - --------------------- -License notice for font-types --------------------- -Apache License - -Version 2.0, January 2004 - -http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - -"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. - -"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. - -"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. - -"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. - -"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. - -"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. - -"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). - -"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. - -"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." - -"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: - -You must give any other recipients of the Work or Derivative Works a copy of this License; and -You must cause any modified files to carry prominent notices stating that You changed the files; and -You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and -If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. - -You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. -5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - -Copyright 2019 Colin Rothfels - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - --------------------- -License notice for itoa --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - --------------------- -License notice for proc-macro2 --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - --------------------- -License notice for quote --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - --------------------- -License notice for read-fonts --------------------- -../LICENSE-APACHE --------------------- -License notice for ryu --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - --------------------- -License notice for serde --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - --------------------- -License notice for serde_derive --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - --------------------- -License notice for serde_json_lenient --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - --------------------- -License notice for skrifa --------------------- -../LICENSE-APACHE --------------------- -License notice for syn --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - --------------------- -License notice for unicode-ident --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - --------------------- -License notice for unicode-ident --------------------- -UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE - -See Terms of Use -for definitions of Unicode Inc.’s Data Files and Software. - -NOTICE TO USER: Carefully read the following legal agreement. -BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S -DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), -YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE -TERMS AND CONDITIONS OF THIS AGREEMENT. -IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE -THE DATA FILES OR SOFTWARE. - -COPYRIGHT AND PERMISSION NOTICE - -Copyright © 1991-2022 Unicode, Inc. All rights reserved. -Distributed under the Terms of Use in https://www.unicode.org/copyright.html. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Unicode data files and any associated documentation -(the "Data Files") or Unicode software and any associated documentation -(the "Software") to deal in the Data Files or Software -without restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, and/or sell copies of -the Data Files or Software, and to permit persons to whom the Data Files -or Software are furnished to do so, provided that either -(a) this copyright and permission notice appear with all copies -of the Data Files or Software, or -(b) this copyright and permission notice appear in associated -Documentation. - -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF -ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT OF THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS -NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL -DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THE DATA FILES OR SOFTWARE. - -Except as contained in this notice, the name of a copyright holder -shall not be used in advertising or otherwise to promote the sale, -use or other dealings in these Data Files or Software without prior -written authorization of the copyright holder. - --------------------- -License notice for Selenium Atoms --------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2022 Software Freedom Conservancy (SFC) - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --------------------- -License notice for Sizzle --------------------- -MIT License ----- - -Copyright (c) 2009 John Resig - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - --------------------- -License notice for Wicked Good XPath --------------------- -The MIT License - -Copyright (c) 2007 Cybozu Labs, Inc. -Copyright (c) 2012 Google Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - --------------------- -License notice for sqlite --------------------- -The author disclaims copyright to this source code. In place of -a legal notice, here is a blessing: - - May you do good and not evil. - May you find forgiveness for yourself and forgive others. - May you share freely, never taking more than you give. - --------------------- -License notice for Vulkan API headers --------------------- - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --------------------- -License notice for WebRTC --------------------- -Copyright (c) 2011, The WebRTC project authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------- -License notice for General Purpose FFT (Fast Fourier/Cosine/Sine Transform) Package --------------------- -/* - * http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html - * Copyright Takuya OOURA, 1996-2001 - * - * You may use, copy, modify and distribute this code for any purpose (include - * commercial use) and without fee. Please refer to this package when you modify - * this code. - */ - --------------------- -License notice for sql sqrt floor --------------------- -/* - * Written by Wilco Dijkstra, 1996. The following email exchange establishes the - * license. - * - * From: Wilco Dijkstra - * Date: Fri, Jun 24, 2011 at 3:20 AM - * Subject: Re: sqrt routine - * To: Kevin Ma - * Hi Kevin, - * Thanks for asking. Those routines are public domain (originally posted to - * comp.sys.arm a long time ago), so you can use them freely for any purpose. - * Cheers, - * Wilco - * - * ----- Original Message ----- - * From: "Kevin Ma" - * To: - * Sent: Thursday, June 23, 2011 11:44 PM - * Subject: Fwd: sqrt routine - * Hi Wilco, - * I saw your sqrt routine from several web sites, including - * http://www.finesse.demon.co.uk/steven/sqrt.html. - * Just wonder if there's any copyright information with your Successive - * approximation routines, or if I can freely use it for any purpose. - * Thanks. - * Kevin - */ - --------------------- -License notice for C++ Signal/Slot Library --------------------- -// sigslot.h: Signal/Slot classes -// -// Written by Sarah Thompson (sarah@telergy.com) 2002. -// -// License: Public domain. You are free to use this code however you like, with -// the proviso that the author takes on no responsibility or liability for any -// use. - --------------------- -License notice for Wuffs (Wrangling Untrusted File Formats Safely) --------------------- - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --------------------- -License notice for zlib --------------------- -version 1.2.12, March 27th, 2022 - -Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. - --------------------- -License notice for Zstandard --------------------- -BSD License - -For Zstandard software - -Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - * Neither the name Facebook, nor Meta, nor the names of its contributors may - be used to endorse or promote products derived from this software without - specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/inst/python/chromedriver b/inst/python/chromedriver deleted file mode 100755 index 06ad0bc..0000000 Binary files a/inst/python/chromedriver and /dev/null differ diff --git a/inst/python/data_processing.ipynb b/inst/python/data_processing.ipynb deleted file mode 100644 index 746a520..0000000 --- a/inst/python/data_processing.ipynb +++ /dev/null @@ -1,458 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 32, - "metadata": {}, - "outputs": [], - "source": [ - "import pandas as pd\n", - "import numpy as np" - ] - }, - { - "cell_type": "code", - "execution_count": 33, - "metadata": {}, - "outputs": [], - "source": [ - "data_df = pd.read_excel('/Users/ydubey/Documents/GitHub/washopenresearch/journalwash4d.xlsx')" - ] - }, - { - "cell_type": "code", - "execution_count": 34, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
web-scraper-orderweb-scraper-start-urlarticle_linkarticle_link-hreftitledatedoiabstractkeywordsauthorssupp_datasupp_data-href
01733143508-1https://iwaponline.com/washdev/issue/14/11View articletitled, Water, Sanitation, and Hyg...https://iwaponline.com/washdev/article/14/11/1...Water, Sanitation, and Hygiene insecurity and ...November 08 2024https://doi.org/10.2166/washdev.2024.361This study aims to assess the impact of Water,...displaced populationsNaNNaNNaN
11733143508-2https://iwaponline.com/washdev/issue/14/11View articletitled, Water, Sanitation, and Hyg...https://iwaponline.com/washdev/article/14/11/1...Water, Sanitation, and Hygiene insecurity and ...November 08 2024https://doi.org/10.2166/washdev.2024.361This study aims to assess the impact of Water,...Gaza StripNaNNaNNaN
21733143508-3https://iwaponline.com/washdev/issue/14/11View articletitled, Water, Sanitation, and Hyg...https://iwaponline.com/washdev/article/14/11/1...Water, Sanitation, and Hygiene insecurity and ...November 08 2024https://doi.org/10.2166/washdev.2024.361This study aims to assess the impact of Water,...humanitarian crisisNaNNaNNaN
31733143508-4https://iwaponline.com/washdev/issue/14/11View articletitled, Water, Sanitation, and Hyg...https://iwaponline.com/washdev/article/14/11/1...Water, Sanitation, and Hygiene insecurity and ...November 08 2024https://doi.org/10.2166/washdev.2024.361This study aims to assess the impact of Water,...infectious diseasesNaNNaNNaN
41733143508-5https://iwaponline.com/washdev/issue/14/11View articletitled, Water, Sanitation, and Hyg...https://iwaponline.com/washdev/article/14/11/1...Water, Sanitation, and Hygiene insecurity and ...November 08 2024https://doi.org/10.2166/washdev.2024.361This study aims to assess the impact of Water,...mixed-methods studyNaNNaNNaN
\n", - "
" - ], - "text/plain": [ - " web-scraper-order web-scraper-start-url \\\n", - "0 1733143508-1 https://iwaponline.com/washdev/issue/14/11 \n", - "1 1733143508-2 https://iwaponline.com/washdev/issue/14/11 \n", - "2 1733143508-3 https://iwaponline.com/washdev/issue/14/11 \n", - "3 1733143508-4 https://iwaponline.com/washdev/issue/14/11 \n", - "4 1733143508-5 https://iwaponline.com/washdev/issue/14/11 \n", - "\n", - " article_link \\\n", - "0 View articletitled, Water, Sanitation, and Hyg... \n", - "1 View articletitled, Water, Sanitation, and Hyg... \n", - "2 View articletitled, Water, Sanitation, and Hyg... \n", - "3 View articletitled, Water, Sanitation, and Hyg... \n", - "4 View articletitled, Water, Sanitation, and Hyg... \n", - "\n", - " article_link-href \\\n", - "0 https://iwaponline.com/washdev/article/14/11/1... \n", - "1 https://iwaponline.com/washdev/article/14/11/1... \n", - "2 https://iwaponline.com/washdev/article/14/11/1... \n", - "3 https://iwaponline.com/washdev/article/14/11/1... \n", - "4 https://iwaponline.com/washdev/article/14/11/1... \n", - "\n", - " title date \\\n", - "0 Water, Sanitation, and Hygiene insecurity and ... November 08 2024 \n", - "1 Water, Sanitation, and Hygiene insecurity and ... November 08 2024 \n", - "2 Water, Sanitation, and Hygiene insecurity and ... November 08 2024 \n", - "3 Water, Sanitation, and Hygiene insecurity and ... November 08 2024 \n", - "4 Water, Sanitation, and Hygiene insecurity and ... November 08 2024 \n", - "\n", - " doi \\\n", - "0 https://doi.org/10.2166/washdev.2024.361 \n", - "1 https://doi.org/10.2166/washdev.2024.361 \n", - "2 https://doi.org/10.2166/washdev.2024.361 \n", - "3 https://doi.org/10.2166/washdev.2024.361 \n", - "4 https://doi.org/10.2166/washdev.2024.361 \n", - "\n", - " abstract keywords \\\n", - "0 This study aims to assess the impact of Water,... displaced populations \n", - "1 This study aims to assess the impact of Water,... Gaza Strip \n", - "2 This study aims to assess the impact of Water,... humanitarian crisis \n", - "3 This study aims to assess the impact of Water,... infectious diseases \n", - "4 This study aims to assess the impact of Water,... mixed-methods study \n", - "\n", - " authors supp_data supp_data-href \n", - "0 NaN NaN NaN \n", - "1 NaN NaN NaN \n", - "2 NaN NaN NaN \n", - "3 NaN NaN NaN \n", - "4 NaN NaN NaN " - ] - }, - "execution_count": 34, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "data_df.head()" - ] - }, - { - "cell_type": "code", - "execution_count": 35, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
titlekeywordsauthorssupp_datadateabstractdoiarticle_linkparent_urlvolumeissue
0A One Health evaluation of water, sanitation, ...drinking water, livestock, One Health, Rwanda,...Laura L. Coughlin, Janna M. Schurer, Carene Um...2022-02-18 00:00:00In 2018, rural residents of northern Rwanda ra...https://doi.org/10.2166/washdev.2022.204https://iwaponline.com/washdev/article/12/3/28...https://iwaponline.com/washdev/issue/12/3123
1A case study of comparative techno-economic an...drinking water, household reverse osmosis, Lif...Khalid Muzamil Gani, Sohaib Rashid Rather, Ami...https://iwa.silverchair-cdn.com/iwa/content_pu...2023-08-09 00:00:00Household reverse osmosis (RO)-based water pur...https://doi.org/10.2166/washdev.2023.081https://iwaponline.com/washdev/article/13/8/59...https://iwaponline.com/washdev/issue/13/8138
2A cellular automata modelling approach in hous...cellular automata, Egypt, Renaissance Dam, soc...Salsabil M. Abdalbaki2020-07-13 00:00:00This paper explores the strength of simulation...https://doi.org/10.2166/washdev.2020.035https://iwaponline.com/washdev/article/10/3/47...https://iwaponline.com/washdev/issue/10/3103
3A cluster-randomized trial assessing the impac...enrolment, gender parity, Kenya, sanitation, WASHJoshua V. Garn, Leslie E. Greene, Robert Dreib...2013-06-10 00:00:00We employed a cluster-randomized trial design ...https://doi.org/10.2166/washdev.2013.217https://iwaponline.com/washdev/article/3/4/592...https://iwaponline.com/washdev/issue/3/434
4A comparative assessment of institutional fram...institutional arrangements, operational monito...Zarah Rahman, Jonny Crocker, Kang Chang, Ranji...2011-12-01 00:00:00The global burden of disease attributable to c...https://doi.org/10.2166/washdev.2011.002https://iwaponline.com/washdev/article/1/4/242...https://iwaponline.com/washdev/issue/1/414
\n", - "
" - ], - "text/plain": [ - " title \\\n", - "0 A One Health evaluation of water, sanitation, ... \n", - "1 A case study of comparative techno-economic an... \n", - "2 A cellular automata modelling approach in hous... \n", - "3 A cluster-randomized trial assessing the impac... \n", - "4 A comparative assessment of institutional fram... \n", - "\n", - " keywords \\\n", - "0 drinking water, livestock, One Health, Rwanda,... \n", - "1 drinking water, household reverse osmosis, Lif... \n", - "2 cellular automata, Egypt, Renaissance Dam, soc... \n", - "3 enrolment, gender parity, Kenya, sanitation, WASH \n", - "4 institutional arrangements, operational monito... \n", - "\n", - " authors \\\n", - "0 Laura L. Coughlin, Janna M. Schurer, Carene Um... \n", - "1 Khalid Muzamil Gani, Sohaib Rashid Rather, Ami... \n", - "2 Salsabil M. Abdalbaki \n", - "3 Joshua V. Garn, Leslie E. Greene, Robert Dreib... \n", - "4 Zarah Rahman, Jonny Crocker, Kang Chang, Ranji... \n", - "\n", - " supp_data date \\\n", - "0 2022-02-18 00:00:00 \n", - "1 https://iwa.silverchair-cdn.com/iwa/content_pu... 2023-08-09 00:00:00 \n", - "2 2020-07-13 00:00:00 \n", - "3 2013-06-10 00:00:00 \n", - "4 2011-12-01 00:00:00 \n", - "\n", - " abstract \\\n", - "0 In 2018, rural residents of northern Rwanda ra... \n", - "1 Household reverse osmosis (RO)-based water pur... \n", - "2 This paper explores the strength of simulation... \n", - "3 We employed a cluster-randomized trial design ... \n", - "4 The global burden of disease attributable to c... \n", - "\n", - " doi \\\n", - "0 https://doi.org/10.2166/washdev.2022.204 \n", - "1 https://doi.org/10.2166/washdev.2023.081 \n", - "2 https://doi.org/10.2166/washdev.2020.035 \n", - "3 https://doi.org/10.2166/washdev.2013.217 \n", - "4 https://doi.org/10.2166/washdev.2011.002 \n", - "\n", - " article_link \\\n", - "0 https://iwaponline.com/washdev/article/12/3/28... \n", - "1 https://iwaponline.com/washdev/article/13/8/59... \n", - "2 https://iwaponline.com/washdev/article/10/3/47... \n", - "3 https://iwaponline.com/washdev/article/3/4/592... \n", - "4 https://iwaponline.com/washdev/article/1/4/242... \n", - "\n", - " parent_url volume issue \n", - "0 https://iwaponline.com/washdev/issue/12/3 12 3 \n", - "1 https://iwaponline.com/washdev/issue/13/8 13 8 \n", - "2 https://iwaponline.com/washdev/issue/10/3 10 3 \n", - "3 https://iwaponline.com/washdev/issue/3/4 3 4 \n", - "4 https://iwaponline.com/washdev/issue/1/4 1 4 " - ] - }, - "execution_count": 35, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "data_df = data_df.groupby(\"title\").agg(\n", - " {'keywords': lambda x: ', '.join(str(i) for i in x if pd.notna(i)),\n", - " 'authors': lambda x: ', '.join(str(i) for i in x if pd.notna(i)),\n", - " 'supp_data-href': lambda x: ', '.join(str(i) for i in x if pd.notna(i)),\n", - " 'date': 'first',\n", - " 'abstract': 'first',\n", - " 'doi' : 'first',\n", - " 'article_link-href' : 'first',\n", - " 'web-scraper-start-url' : 'first'\n", - "}).reset_index()\n", - "\n", - "data_df.loc[:,'volume'] = data_df.loc[:,'web-scraper-start-url'].str.extract(r'issue/(\\d+)/(\\d+)')[0]\n", - "data_df.loc[:,'issue'] = data_df.loc[:,'web-scraper-start-url'].str.extract(r'issue/(\\d+)/(\\d+)')[1]\n", - "\n", - "data_df.loc[:,'date'] = pd.to_datetime(data_df.loc[:,'date'], format=\"%B %d %Y\")\n", - "\n", - "data_df.rename(columns={'article_link-href':'article_link', 'supp_data-href':'supp_data', 'web-scraper-start-url':'parent_url'}, inplace=True)\n", - "\n", - "data_df.head()" - ] - }, - { - "cell_type": "code", - "execution_count": 36, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/opt/anaconda3/envs/web_scrap_env/lib/python3.11/site-packages/xlsxwriter/worksheet.py:1251: UserWarning: Ignoring URL 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp1.pdf?Expires=1735637756&Signature=sfZlLOCLeemGLeFfQTjmkADPcmAbKrOuQxfCUzKOWdgkGxcq2Cbi-JCVyGT54yTn6P5~OGpAe1gQMT-g8BagHdw~DKzfGJW9H54bLHgLpGF~uEc4iQLvCyP-DVhY9fblxo-y51u9rheTHQYOgo~vpvsZ8NZaTp8eZ305ftpzo0ltJvftQVs2gOJj4T2Gmud0VgB4HkFIuHEv8g56w8xMRTrGWnMQw9bR6EKO3rUyoUVVo7gtnYAVB1xbXiHgryoNmsVil5ExAB2-p~s7POd72FF04wHljWi1jjOAloyLNETbTMNe6vgAgzryDzMCY0GNbhChB-FsXHouTDFprdMaSA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp2.xlsx?Expires=1735637756&Signature=rL5OUGiPIjR6djP2GxDxN7rTTLDC1OuhfxT56shIpWoIMUyNEYk7nGtyWEfQG0Pkl7FFcar1rgw0ArL-ijSLk1Wc3afx~o-HDa6BD8Wv6qj8Vl4qAXjqG8M55t5fI67wXAOW4nAJXCtnDZqewBEJoEW2zvTKKKPiKadLuMIHKWpjnBXAHcgI7B-CT0avY5bgp43IKbFbohr0M0Xv~ucHqVU6attzI60mvlZNfR1qdyDQHRSR4KOmHl5YWe-GxQY207fQlllzkh~57LziikumKGPrYMyh1WPYxTJY3dph2Wr4xbc91Ffn~facoYHCvmfpqgUQ63JvUvCf53jO~GPEYA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp3.xlsx?Expires=1735637756&Signature=KsaGtwaCAAYeOngporc2pEuOaykHaFVdEVr9EuXF0ixMQTGIHeQHvjvimh86UWf14tzPzwSptMmcxjB3~LEfhCKWi8vYcXOv-e~cC2CvxK-IL7v-1xezKmvc1iUA~WyJepGQkQ7rX3EOREGCzRV5iv2BK5rPzYcI-c42yjEoc0Lu~VW83yuEM9UxbfWo-u2TqIOmPic6Qkua0Fw9bTLz8CS1e2aEnWOqEufa~E0IFSfInAKlVURC0a9~Nz1M1XJh76sduzvStzLGlw4mNWgY8O76RIX0AhVrbwm-Qw34htBTJWAfzCTiP7RQgSiNkV3YcMkPBeAcegQ~Nb9AKx4VZw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp4.xlsx?Expires=1735637756&Signature=pztndfOJF9odXfw-HtntvtgfCb6cpt8ocOWCHsuYjO98-vhQXdk4cPXISTVY4L351umgMmhkwvPb3F2jkb7Ot1BXku75XoLnQ7AYBWWnNcrhOuvj3DK371W9M1R1x9Bmxk60wj-4ylcDr9qXE9gCrUOmRol-j2GuPoDTSFotbAcS8T8YcaSn2ieqiAsnaKX93QUeiT9WkFYu6HteV69n28l6AKR-ru73EPuYQD81bEByP~mhidwv~astuhLq7JVRgd672A4vBjnQZs8SVydpuQUSZ0ObFfQNjWSxq5rJ77bfor45OUoy8owEUPvDbR7wHTNQutOYevJaNIWuNeAluQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp5.xlsx?Expires=1735637756&Signature=YxC7dcYFHuucaBbTrdfV2HYa1aOF010kigdASN9r3Eb76K1urWaSOvuqcX5YIot~EzySTD7rFwSraZBsyCUC12aR4NoZ0Hvlcd5ohMzeplc3Z299ZnyukflodCdLEvZI6JOmcrdCSey16rb9JmPJOtNp-FDShRaj1W5JK0RTQ~rpYi4P4-ENvalI9O~3xOBAh6eigXfXvBqvn99z3Ju7S1eY~zTbDJJ6f9KXmDbUkFu2L7dXGV42EtVW5Koh~g1y92UBNKhH1LuQiBZ14d0ZPjsdVL-DDR3tQxwGYPMzfC1GktBbt1mEfRllQyLWEglfoAQ2ymoliHewhh5MX8w4EQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp6.xlsx?Expires=1735637756&Signature=mwnj~eZkwqu~2JTWZ6FA-4ULghanOucOxK6darjkIpWiB077f3AqndyMgWAdaTFixGtBNVsh~RtlBY5u7Ade55NErmStY4GIyszRlj9VcpCtLVdOPYLKssadEXbH9AnZWhSeABK88ATR2W-bXTDPCPAAhNXLdflMxVwAvpMzobMerBZhLsBlXRBaZ7pZLMzkwFAZ2SzLAlkM90UBtNoX1kO7UMvAfyN5NpIQ-wsqRyk7nDz6a1vxIlAlv05NTWuV4xEqNyVf7A1ZxIpvXTsTEMbAdatoHIWwKgueRf9LSp4xw-xEgtvgUgk~KMkTcLY7kSWtk5JkZVNR~vhz7V1mmA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp7.xlsx?Expires=1735637756&Signature=d4gkjzeKoxBY6Bt45BHSeIPdqFshLHLe0-mZa4AIgTsfH9CeePan2hJRlRnQidsKHTDbE3G7DftRbV7yPBNwzDMzaqfOKm2-ul9coVpPN7FOAmK8uAe8cXdup-Vgea-S0UZ-~GAnbNIY~MTRslmlcKBAoj0L6JX3ud5FKz5N4tPxHYqLe1J3kjCX0~ICJrPLYfjCBIQOdb5v7zvc5mCwtOo~4tmRSM925Yg6k8HUL18JiDySvEzmTiFLeWceszhkXZgLA-~QOiv4hDSFZIGtmELSyfy0KojVwtp7A1ayilpGX5TaXu2EPiVoQ8a-yG6X05I3CADGsy7izV607YGYiA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/11/10.2166_washdev.2022.049/1/washdev0120770supp8.xlsx?Expires=1735637756&Signature=hw9eBjVZZ3vkttxbBAznKiVTlS-etv79EziKIevMLGWzeYZQbtWpnWfTNeHJlPjTdv6y7RMWORo3PawwF~cbb1i0z0ToUoPCMSsgJkgZrl~SxiiUxYb7sSNPJ6G0mRBemkSYwlu5Vsn9VdWmKy9rEq1c69hodDXfVyCpqbo~0MhvWzFY1PEbc1mdp63uJjGrsh~eZsyrA0hQWUeLdA6OJVgxzMrglfyf0Dm5Z2YzlW568wYjoe6CAUAjTKQ7vbnZ8SpTpp7ORBpH6gpbcZmANQeguFG1p1gAx3mXSYDWQxYuTTPfytK2336AI1uG6nX4ByFzz6~yME4wxBY5igXMqQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA' with link or location/anchor > 2079 characters since it exceeds Excel's limit for URLS\n", - " warn(\n", - "/opt/anaconda3/envs/web_scrap_env/lib/python3.11/site-packages/xlsxwriter/worksheet.py:1251: UserWarning: Ignoring URL 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp1.docx?Expires=1735838382&Signature=SutkmIA7t6wLYy6-oYDgeCacFw2dILo6Yq-XAqkUBmJ0CQFcW~XzuVuOdVzs~pl-SWmZcBGUFDaLaNYVX88EpaJ3V3oW4r-ZnOt1fI4KroB0su3GvKP3yXgYTy8xfMNdAqxy8KulisNTi5eWcr06smejwuTX0DWclHsTy5DdnozQarH1TCz1NAHIaddQTASjXzA4TyXONrCRJpyRC1O3rG33VqCuOtJHT2Xyw-Xw2JK3XNiySsR4JkXhfy3PKKy0nMUSRJfpbcfYL35NJX-UAIrA4-Bw6Y3Kk8c9D6I1FCF4NKG3gEiIElivHV7a3G9gEE8X5TTcs0lmJLgbqumkkA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp2.pdf?Expires=1735838382&Signature=1X2-chOJmSzF9hNHy6DQK6fV3qmStERV2V5vuUG6SP8PWO8pfkD7MUHGXO82EsSzQcNhi2e7WLmtKKP7SG~M~Dz93D9RAM2CO4jkwOePOZnLmIejkuvzrK12ULbkBspiSQN8Hm~~ahX3fVHEbFz9487625SX6nkNH8Cbho8AYkxIR8m8-Cy8TnLAZQ2UDUVZLiHAvR9o-eCdT8wajdImyYUtocrZ0nvjAGy2U7QCNwbwh4XlxPQ2sKX24R9zINpXd5OrN-EIp2~bng1kRaw2LHtBbF60DMMh0Ls-kp5VkxmmtK-KY1uBFAnmvW0F5W1BzV6V-4olAmWWE7WCkbpXNw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp3.docx?Expires=1735838382&Signature=YgDEgxTVUZMsp3r4JAadGN5cMF3jPwoyY~9WwmkGWyrr2FSwvhXp~ZkD4UWF~AsrCU4XtKY5QuqQaN2rfIDbunWnrVFuVD6gdksSGeceIqtQ3I~WBqideHZV6zjjPQa9pfnZ4511xq1kX4mXF3fkJv1UQ6GrauSSpZ~Kf9EUZd-5KUOMksRWp0JL0zqPGfWCsXugZzxdWDZ2taqxP1MlDL7VLik1pgTL8Ue1rcy57boBnp5breR745qSGOV5-SKmh8Ac3Vw0ne1Uy2HfIPO~xwhgDnd9H-QgyvSOX5tgY02tkTVEJP48dVbEna46-79u4KUbJFh~~Z-74gMEs9lRjg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp4.docx?Expires=1735838382&Signature=4JVwJjr~e4HeLMtROxD4uNLHUTjsoufNOK-Ljb9MAXpymdT~WN5v-Ap4S8fGK8Z5H9L7Ef~xh409t6xHhPP2N7Yv03ddAEnKqP3c1B4OdfbCLhVPQFeynjHnaAldR1cDnB9cqLsheqfQt4ENdMLM6gT8lVp2RDl5U-KxVJXWe8I9-XLAxhsfFdDnT7ZYzZ1jJtikmzW7mKeoIm8WSQEjtAVeWssDC07Kz1uMV8b86kqS3KdPeKhzfDli3Uj-WacwZX6Gl9EWY9npMZLEx1zxx4OKDzo-yZrVFSHGGJ~LWyhoWxVdsAAmYxqLsl9P8KVbPu-~SAKvRm-87j2N2OUPMw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp5.pdf?Expires=1735838382&Signature=aJGBIxpSOie2faZhTUohU2Nf20UEXsfwPjaqtQZ0R6HpyDzJXE9MXMYOdFvrPR2nSJdkIU6SS9hxvcLREzUYae5CuZ5ksNLzlxke9xuqqTT9g2N7AGnR2YDsgpnQ1zCtFqsKDLVMwiy2f3pXRr0GJGKXKmssVGMPQwWFyeUhveXBZ01C1HwnyJVhoQfxdj7RI~j~GGJFqSi0QGcXUK3u-m5Yqr6jy2Y0LKfif-C2c5xmN2a7pUIN1GfRmPixla9hlbsLxNYDXiEwt89w9-rMxJxLYquClg4geYyx-9wvVpGY9eUmLmnvW3uJTpnRTUcYO3iKCkK88tHDzhF2cQ9idg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/5/10.2166_washdev.2021.065/1/washdev2021065supp6.xlsx?Expires=1735838382&Signature=GvlaUr8qRRKJVBoC0Iz5aUYhlLvgdKYNUL59erL18uwBzszzdgZfMb6Wb90Ir3FSmU~GyrYqTZF9S3anWZEPgDzKWqoqZ5clH5fqHpI9MS~HekKeEurt65D6vZeRsMdZdcqDV8nhVMFv0-Z~gpU-oM5r~K1Iy~7OM25wOL7Ry7iZFq6zwlx9L0Ik3fdTUuepqV5bXToqctAUty6sVIT3CaQwEb-~4I6tbHB5WKyqSERYnKGr2rFV-X6Q~NpjkOvPDCPnDyckHMgJRzuJ3XqoA2ClrvvmN5Bi63AsTMxeS7Ujf-NKJWrjxnLfKuSJ9iLLnt3-AFSbNSLd7rcbyFAYyg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA' with link or location/anchor > 2079 characters since it exceeds Excel's limit for URLS\n", - " warn(\n", - "/opt/anaconda3/envs/web_scrap_env/lib/python3.11/site-packages/xlsxwriter/worksheet.py:1251: UserWarning: Ignoring URL 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp1.docx?Expires=1735551475&Signature=SOA-3TwOfH~d5Uye2upx0YVK0~r2S78QCaz5Plkvr~rPWDi8q9Ksn1sSoKWlpScztznWYM0iDiq85UNiUyPc0xsj3ip-IvZoZpuI~msy-4R9P3Cd2XRkktzQjjW4n~HeEa7G44ucuRf1wJOGWMWo4yVC379Dd38EXd7tjpEAreJG8lFOMCkRmCRRGqIa5h2Qln95WbHQkuKmS0toRsgnSDkEgc3Jk63zLOYNvQjP637KorEvtEVPDy4Jm3hO~ZILlNm3fPndErWfVy-oPJTYeOHjgic1UOzn9y~XAAgcyf5M2nMupSWsSjXVLSxELU3MARc8YURooY4qNJz3adYtPw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp2.xlsx?Expires=1735551475&Signature=c46Fh3~bRR1Ed~nHGMS6Fsa-Ri-kDXu0waMAeBj7Zm~gn52ctXYhXtRbBy0GZgm~27tt537yeEFY-JXX3If-nxhYIVdPfKUjb38dxkC~-MjaWhIxpBZSXvPj2gPgQtiM2Fs-yxOSr6YzyNHEWIRXrfJhG7HZimD0HJk~oDeqJQk0--VE~JxqLLkblTUvqZLkCW7KYaJmz1T1KVYVRh3NHBBEmIWQJuxAhemv8MdY44ZmvLrkEVIrLBRrs21g4vRWLTyBaWJHAGfGzZDpWdnm-e9cH5O0FII0xZYboLUlA6zPeWvQxHY~ObFkHRayA8tiO2PIxKHJ0TaiEeA-YPSxvg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp3.xlsx?Expires=1735551475&Signature=Sp8ENLYhDpBYfWZIyizbqZu4Qm~KEbCKXfzZvIantJpe-D6dYXKRgEbIR1JHMurFfpdc~1JcIvbAzs8Bxms4PCy01ZNXg5-IuvUI~KTW2SBsftqKK5yvOOA5dl~DZ4BvOfxlrdjfDJkG4~qXk-paf-OzzKMXqDFVylbZILhdXpVeNN-AnSr58v831YSwKTYANS4QuK894R06qn8tfEI4wGFz6AMPgU7qtGlzOKqim87Q7ngBzmjpmk6mOhqnZwxLUNMNdln5m0sNEvlPtB2of1O6r4jhsMYX8j8xwN~46ewIlMquxFDQIWjaw57m99Xv7acOxR6cmrp-KA6FtpQWSQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/12/2/10.2166_washdev.2022.157/1/washdev2022157supp4.xlsx?Expires=1735551475&Signature=VpKroA0-oh4jDBCHqKj-jB5mRJcJCogbTGcAYvKD-Cbkn2S2Z0LVSWSKvMeGgF1z1kS4mpJMvM8LhKpGNj9a29LnpfPfRPQIMNT17FHB~j3YJkJTVuugDo2KY0AKQu56up0h04Zv8syF2Y2tVDUjjo08FVGL5Th5x5FqZzvSphm4v13Ex3GSlWlFC3MupiEasYWuClrIQG7QITAm2g9vjGJ6URtjg3x5nMKkBRT304cLKQ~jK0gco63ndwC3McTeckUDtVATKJNUJnQg6mnS5Mbh7lDNP6bnr16bs8qjNKHeA1ffamr1Vp1oLKDO6i9bnUny6idxRj2Io4ZpH1KAoA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA' with link or location/anchor > 2079 characters since it exceeds Excel's limit for URLS\n", - " warn(\n", - "/opt/anaconda3/envs/web_scrap_env/lib/python3.11/site-packages/xlsxwriter/worksheet.py:1251: UserWarning: Ignoring URL 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp1.docx?Expires=1735707540&Signature=HjKcytGMXORYr-XdCyUSNsAM17qY57VHF6PxiYnWGATzazl4-1gzx9oV0U7GotjQ8ZWilVAmqhmy5iOAEX~RhJ54Y7tglSpXtr~4aQ2y8T04GjV8tjFLneOKe4F-QlTtmWpYTv1Cn4bdSwCc-MzuhUe8EytxO~IKkTqarjRjph4oGK0wPSvoI~xNdQocmsVa6X68cfMbSJJtj-KlvCnHKoo8xyBLVNNq0~AlKpt6YNoL0vWL~iCHc0sh8rJIyU9qzu6LkPNBgv6tCc0yjgD89WsAmX1L1wxkaz3~7cwxnHKDdtYStoacSHWRmeM5WEe3CC6IRgugqtdjj8h-8sDgDQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp2.xlsx?Expires=1735707540&Signature=jBJklk8rMfl7RiySwgRAkV14E1va-v8gpExpz6m-hiiQh3YtVqCHPL~zgS4iwlTMhJcMhBPbqTzAQlnIqaTXwHcw8yLRR~h-HCx423o2XhK5CvjAJoM6Hda7pJXLFz1-3pwCOrKVRuHFEjWVTSjwUsMewrK-8QYlTz-6bvHv6cw4unRlNZ6EyqUdldic1vD66EUv2DoycUxsMGAA1SKdxXOKuudvs4oOFkJZWoj3t322xSMnHtCDrODj4IvzQAXQ8cgEMCQcyFPzVSP0TUYhlI3T721K4~vimNujSXIvmzIKI94voyp2ZWE4bKKga1Co8L1y-gBBwwyjzbpRQo32WA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp3.docx?Expires=1735707540&Signature=HSAWOSkCjhrDZq~qbZz7hzsr1oMT~bgmWtZ26QFGn4JBzLSGvvhwAeOQ8~bnbD49pkISqw4FNpRe6-OmdyrxZSp6Rt-vQTEg7J9rHLxn0su-QfsuW4dsXRGGxMRO8EBihqssd~6cXttUkvfEQ1EtvmsxsFtGAryEYUs8C~xUVeXuV7N09l7k1kwFrdfMlvt64X9w0fkSV5O2y-cANUhGYQY5UGZiLcpp5KUCaPEu6tDwLt-RxdUOFlOvVTDDdVbbiTzj0I70nvIdkI9gPRvDk6X3Bx6ELmMe3TaakQi3kIf2Pd4VFUEanBlpKMfB20veaAttESPq3TTnW1Qd034oBQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/13/10/10.2166_washdev.2023.143/1/washdev0130847supp4.docx?Expires=1735707540&Signature=pn9hdbjChqQ0ndayXJZhBT6DEXnqEkG7RRd1ntp2ELizKupGMj3Lm8CIWX1C6oqwckHGPh4gvKuXE1STIZ4146g70yuGTilDbqS16T5sQ2QplRceiLrOhFaJkgsPPLNsob1fHtUTGVxn3Pxyh8EZ43X9KNR9NyBTU3rN01H7FNANFDnyV24rlqBwVzaGCZ-aa9aiqiHFfH0rqllS8wrggvp1hYVNvR-2O~z9GSgqFYkLCFKANEZOREJBCJmH3FG5wYwweoDuIW7JqN7t5TUqfGC6uGIn43ShYdxYmHdw1B9MYdhMygx4iPz~ROIgRddHZX4MvrbhEtae~O3TPYPMrg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA' with link or location/anchor > 2079 characters since it exceeds Excel's limit for URLS\n", - " warn(\n", - "/opt/anaconda3/envs/web_scrap_env/lib/python3.11/site-packages/xlsxwriter/worksheet.py:1251: UserWarning: Ignoring URL 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp1.docx?Expires=1735440805&Signature=uU1V4GfZmwEnnprBGFLAcjCOnsnGFS7m~-YP~qdGQxwyXWiKnRSBqmG-0WrcclZQYEx9xbgWg1vkfnPzi2cu2T71fA2RrUYE19W4SDGTBxzAcsOh72beTsWQ7MhxFDsdgzsKe3sVD5SZyTKVqb6lc489lOf8XcajG4qXfX~WM1uaxxzrFzpgEtUiEeZu5aA~SAjTxnpNFYtkv1lHyZXXLjVe95ebNMY1ghcbSsiTLM5XBncjY62f3JeTdF8cJSwq2sdtwi8QaMazGzI5VS5VHkVDWVsgcG0A9~e~qsmM6ddUdo~BzAorjb9xI5Clr~nI-EJHnH~gTxpEjTMWMY2SXg__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp2.docx?Expires=1735440805&Signature=XmU9E10GTv6D-HX~N5vCirZ8W0pzr7x4A7GP9U~C7PoAHbSpWnMbrRcbNFRA1S6izaSEVxMxSBPA4VK6VAA7CGkxHQ2JH4y8Geal9YESw69cpl27WAz5Xk-dTHEYG8w9yZR~QPVG8dFlwGHhDJSZkDzCVoX0qMetKihm5UayAPzN6zxOnE5jmhJ8maE5KqRjvUgIVKDEg2fdi1PoVnopSZh5eekpJ20mWBhoQM5yaztNo70PLbTbM7HM7zk60ked52Cq7hShMFRxApYdTqGKyT0QHWqsUwFpWj9nJ0Kt3N7tOeZQsgZ23j6gYXcqcnvSAsUFAZ63hxxxINuk6Th6Lw__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp3.docx?Expires=1735440805&Signature=U5PVxRFq3KFq6eaNOWx6I5YPPFJNm2NgqyXjDWbv-HRP3mHaCOGL6dUCMkGwFtvr~aVkpX6bIp9EVb-DmpzPpytibAVqvgdvKFgZtHae0JRQcz2QhT0YaEzJ61XhZYeWOU4JlMgVkTeVtg3CltzpCFsrZ9zXQiqhSKsjMlJUIo258R2A7HJIEu58Ihb8uOeiq1K1mCkakrD~ECblBVGbppnTW~jgSRH7UJNoHlqWLZBJahw4eKlN8-3NUYepTOt13ilhxpjzyu~R1426MCJab6UYZ8prYbwKh8fIAK5I8OfZpFoJOK5zH3NbdcmCbH5UHduBDr9rPLFzFZfltEDpwQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/11/3/10.2166_washdev.2021.254/1/washdev2021254supp4.docx?Expires=1735440805&Signature=VPwqbfmMQzgbU-w08gXJIe87obXzpi3LNhmG0NGXgnbyeSDdPg012zdbxU7Z6qQ9gYoy2HpfUo-CfNGyLkrRBNsQb75hpZRvQHC9GV3HrXvtFfjxU~PgLU7K3zZbnn7YQ9~kC0OTqOT4c5RLJSIATWILlTEIoft7AKSiDIcG2VGeIwtLbW3pPQWjbXQJFv4nlT5OVLQ~FCr9r4kxCBoNxgb8EsjW1voSKxy9MScnqAZzngCPg4jwfZwudl8dkR2XZfnEwq6MmLxtt5RF5tcShguUjvcC198ISBk~tIcZy-R3SlQGeHvANuH9pp73wb53uzjtGCAWRWIHS7gEvHkrvQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA' with link or location/anchor > 2079 characters since it exceeds Excel's limit for URLS\n", - " warn(\n", - "/opt/anaconda3/envs/web_scrap_env/lib/python3.11/site-packages/xlsxwriter/worksheet.py:1251: UserWarning: Ignoring URL 'https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp1.docx?Expires=1736167608&Signature=p~SURZC5ASu5OwQ6UwR88BvZPKKhjpCo7H-OqsfTzdrtQ8LOotYrcMbLlGDhIeACnIlumLgJSCpbdifzuumwjRBtFsSW9NscVxQ9t8XZeQCgF~Zh6RGfU0mjr5Y0afmqKr8w4cNImBMZNVLXOcHdYX-2M3isz8sCPojlYxkJxrfjyvETqPQ11WcE6dkVGvQJpEVVugm4b20s5Q~HqzlYJhXbtHmY7vOGKTeu371yGvtYAloRvyG071Sp-9UmkICsOBPc17p7hJi8pzeI3Yi5N390D1TVdJlRDOIWNHzCylthkTXglXXCWKp0PuSuZRyOLB~Tk0gYwdtrOyu6n7Dw0g__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp2.docx?Expires=1736167608&Signature=rOUqKJXKXIN9Dlxu0P~4nZnxlxYJm1nK90vUwKopfLrdFMuBOzbBUhezpX1mAwzo2Fsstl-OjbViwzTvWL0uOUdGvg8DKzA02Vu9I3Zeedq~d4wq-LLX9VyzXjQ37MCBURCHv3w75NG7x0vU9-FX94uf3Apxy9ONM0h00VVFhfJjs6m9Emw0Glz92bckCJgrxrls8LdEPXrkI8r3O-AtVvAEE0M64g0cFfgIApsA-7sQJgTJ5tDQigmYBpDEnYpi8tsWD-Gh8H4FWPfggEs2S88KxYpujEqWYiRx3j5lpRudTUphiNukkoX~GOZgTlRsMUnXGnoeS9AKzoW2VpkFGQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp3.docx?Expires=1736167608&Signature=uy77z0Exu5QNtKGP6fJD4cAFbVIQdchNAYK9rO2OGUEINiWFZRkmESQAuv7B2iL61qM5eJ7kl39FB03LrYpH7CKRYIRAmVIc759vvstGz7dpJ2plcC0fRax~xOwE2lVOppEzzuuYzzFPxKNabwP4kueU4SuD1LemQRguoRYPTjRhjE~Cbl4WjOMV3of-LMDpTUdIgxdsbAlDIhoL8-zNECP49hB-jmKp3u6RG00Lt5Y9TGR4XDL0v86J1wNREYWFCnD84jYN4MeskIVzKcADVHqHSWh4SIJPy5AkJk8RxQyKHM6Ypvar9TQfwGzcbm2Epq1j5qY2WpjAWY66kOP5rA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp4.docx?Expires=1736167608&Signature=wPSwlgUTipcLKZMJcVuYUUyg40VFYbXOf1aVrFSHkxxjly15poA2gU1P~JRE7I8aMJAzsStFnZNrypscct3c0ygjcTfQqeibTX1Niy9EB~8pR-7c9Mqo8Fg~7mpqXgrGGrIKdFv6lvtO6UDFaR7mjW291p9lG2hPeADMA41lUAROtOB98P417C2amtHl1zthl1DfRDIAeRAAq78fp-fnacCdhddOs5DuvjrPynWQfilydhlIVd~CFElj6TKV38ZgUKUBZ-UdOAnK2LLiFKw2uEe7ZkjBXMWG2dtlhFThHC6UlwDANdO7vdOdQYg7I4Cq18eXo0AZDuO7-i~CIZddRQ__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA,%20https://iwa.silverchair-cdn.com/iwa/content_public/journal/washdev/14/9/10.2166_washdev.2024.157/1/washdev0140856supp5.docx?Expires=1736167608&Signature=LDo7CBzkuZl3K-ZVwnw-DnkJzDDo-AhSP6dfyjMl8mI0fl8vhI0I9r2kkR5DfvFlQfmd2QfwN2AJZCFspGWV9pqBt~XW0cvahiW0cDVc2qc7wysy8Rst0fUAtT~VyFRe7rXCRtZONswKXmHLQHcZ-g-PbFh0-ej-Gei3b-5QYn8WjA1flWwP1gfzuJ1DS-fqoN6jS3~IPjg49vx5ieeJwZcaOKQp0L~ar6t4IYWp20zpMtbaqvserHItY3Gj7brUoPQfSAvPM3uiwsptMRlXOVWS1SjtKouYZCB~WEOthQz6PPWJlhwN5bTOxWueFl-cFWDczioeLq7FMn4kkpn~Ag__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA' with link or location/anchor > 2079 characters since it exceeds Excel's limit for URLS\n", - " warn(\n" - ] - } - ], - "source": [ - "data_df.to_excel('/Users/ydubey/Documents/GitHub/washopenresearch/journalwash4d_cleaned.xlsx', index=False)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "web_scrap_env", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.11.10" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/inst/python/processed_journalwash4d.xlsx b/inst/python/processed_journalwash4d.xlsx deleted file mode 100644 index 0e61c6a..0000000 Binary files a/inst/python/processed_journalwash4d.xlsx and /dev/null differ diff --git a/inst/python/requirements.txt b/inst/python/requirements.txt deleted file mode 100644 index e69de29..0000000 diff --git a/inst/python/uncnewsletter_scraping.py b/inst/python/uncnewsletter_scraping.py deleted file mode 100644 index 9856e0a..0000000 --- a/inst/python/uncnewsletter_scraping.py +++ /dev/null @@ -1,63 +0,0 @@ -#!/usr/bin/env python -# coding: utf-8 - -import bs4 -import requests -import os -import datetime -import pickle -import re -import pandas as pd -from tqdm import tqdm - - -def build_newsletter_archive_table(newsletter_url): - unc_newletter_page = requests.get(newletter_url).content - soup = bs4.BeautifulSoup(unc_newletter_page, "html.parser") - # Retrieve newsletter archive list - archive_list = soup.find("ul", {"id":"archive-list"}).find_all("li") - issue_release_date = [] - issue_url = [] - for issue in archive_list: - issue_release_date.append(issue.text.split(" ")[0]) - issue_url.append(issue.find("a")["href"]) - archive_df = pd.DataFrame({"date":issue_release_date, "issue_url": issue_url}) - return archive_df - -# Extract paper title and url -def build_paperselection_table(archive_df): - issue, paper_url, paper_info =[], [], [] - for issue_url in archive_df["issue_url"]: - issue_page = requests.get(issue_url).content - soup = bs4.BeautifulSoup(issue_page, "html.parser") - has_research = "Research" in soup.find_all("ul")[-1].parent.span.text - if has_research: - research_list = soup.find_all("ul")[-1].find_all("li") - issue += [issue_url]*len(research_list) - - for i in research_list: - if i.find("a") is not None: - url = i.find("a")["href"] - try: - info = i.span.text - except AttributeError: - info = i.p.text - paper_url.append(url) - paper_info.append(info) - else: - paper_url.append(None) - paper_info.append(None) - paper_df = pd.DataFrame({"issue_url": issue, "paper_url": paper_url, "paper_info": paper_info}) - paper_df['url_source'] = paper_df["paper_url"].apply(lambda x: x.split("/")[2]) - return paper_df - - -if __name__ == "__main__": - # UNC Newsletter issue release date and its url - unc_newletter_url = "https://us12.campaign-archive.com/home/?u=b41c2458c63f1551b2a7a6f44&id=681984abd7" - archive_df = build_newsletter_archive_table(unc_newletter_url) - paper_df = build_paperselection_table(archive_df) - paper_df.merge(archive_df, how = "left", on = "issue_url") - # paper_df.to_csv("path/to/rawdata-directory/uncnewsletter.csv") -## scrape all issues from beginning -## TODO: can select which issue to start and end for scraping diff --git a/inst/python/washdev_scraping.py b/inst/python/washdev_scraping.py deleted file mode 100644 index ba48fb0..0000000 --- a/inst/python/washdev_scraping.py +++ /dev/null @@ -1,352 +0,0 @@ -#!/usr/bin/env python -# coding: utf-8 - -import bs4 -import requests -import os -import datetime -import pickle -import re -import pandas as pd -from tqdm import tqdm - - -# This script contains the code of scraping the data of Journal of Water, Sanitation and Hygiene for Development. - - -# # Overview of all journal issues - -# The following section will iterate all issues available online to get information of each issue, namely, -# the volume and issue number, the accepted paper title and its url link. The journal starts from year 2011 -# as its first volume and made several changes on publication cycles. Since 2022, the journal publishes monthly. - -# table of contents - -def get_issue_page(root, volume_id, issue_id, headers = { - 'authority': 'iwaponline.com', - 'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8', - 'accept-encoding': 'gzip, deflate, br, zstd', - 'accept-language': 'en-GB,en;q=0.9', - 'cache-control': 'no-cache', - 'cookie': 'IWA_SessionId=zuyybaut1fwgaznhkwn4xoy1; IWA_PublishingMachineID=638687257138192646; __cf_bm=bcXc7a9CdQj0mKSGWjXWky3okalFY4OHqqiWjT3bVK4-1733128915-1.0.1.1-KG88hdja.tHV._iAzudPfhBAmbTIwTZyOkiTiLTr_AvZLe30x102bUB.PziQplGHWl9stORseTDoU8OidjRDfg; cf_clearance=iJ0MNhDMwrathuNvgK8AOzphcPLFQtlSJ494VagWb68-1733128916-1.2.1.1-ha1Zud7P.ht0PXsCO2XMyTHP7fVH.rom3Nvj.4fKhAcSH3NLvXLEYLWCxJK_X7FBRRCWkrvwMyyH4tVaQ6I1rKoLokI1DgsgLSSRkDvSYMSSX0P.xX7n9mCyZnmdaiOrCsHcD_KLspPMrGeuO69DzK2_UKWfvypDFLwzsm._ThFVYAUHaVFRXDDSFzRulBQTJke9Rki1CtAFLNIUCz0yJrWjGfwdt5PYigKgt9CcRM6Ms2IICgPMND1jCNiUhfwMgAwHSeGh4dhyQnZN6BtDCurf8YuKOxTgzDNOv.olxEnNPC5d2ofKQYwejXxJdeSYh.iN3GPnZNLEN2icsTEDhTWBo7sFY5wKWa9zY7smc54xCkU_vAXS9Col7UCWrnm0wKajLzeWo_b1B3yMzM9NTw; __stripe_mid=468fb8f0-78a4-4f50-b588-ccb0b9d35e27a60682; __stripe_sid=fd3c1942-8316-47ee-acb8-521474dd0ceeaf4999', - 'pragma': 'no-cache', - 'referer': 'https://www.google.com/', - 'sec-ch-ua': '"Brave";v="131", "Chromium";v="131", "Not_A Brand";v="24"', - 'sec-ch-ua-mobile': '?0', - 'sec-ch-ua-platform': '"macOS"', - 'sec-fetch-dest': 'document', - 'sec-fetch-mode': 'navigate', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-user': '?1', - 'sec-gpc': '1', - 'upgrade-insecure-requests': '1', - 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' -}): - """ - Retrieve an issue html content for WASH Development - """ - issue_url = os.path.join(root, str(volume_id), str(issue_id)) - page = requests.get(issue_url, headers=headers) - status = page.status_code - if status == 200: - issue = { - "volume": volume_id, - "issue":issue_id, - "page": page.content - } - else: - print(f"Retrieve vol {volume_id} issue {issue_id} not successful!") - issue = { - "volume": volume_id, - "issue":issue_id, - "page": "" - } - return issue - - -# Retrieve data of each publication on supplementary materials, author, and data availability statement -# Supplementary data existence -def is_supp(soup): - """ - True if having supplementary material - """ - return False if soup.find("h2", id="supplementary-data") is None else True - -def get_supp_number(soup): - """ - Number of supplementary materials - """ - number_of_supp = len(soup.find_all("div", {"class": "dataSuppLink"})) - return number_of_supp - -def get_supp_file_type(soup): - """ - File types of the supplementary materials - """ - supp_list = soup.find_all("div", {"class": "dataSuppLink"}) - if len(supp_list) == 0: - return None - elif len(supp_list)==1: - supp_type = supp_list[0].span.next.next.split(" ")[1] - return supp_type - else: - supp_type_list = [] - for s in supp_list: - supp_type_list.append(s.span.next.next.split(" ")[1]) - num_type = len(set(supp_type_list)) - if num_type == 1: - return supp_type_list[0] - else: # TODO: separate a case for num_type is 2 - return "misc" - -def get_supp_file_link(soup): - """ - URL of supplementary files if available - """ - supp_list = soup.find_all("div", {"class": "dataSuppLink"}) - link = [] - for s in supp_list: - link.append(s.a["href"]) - return link - -def get_supp(soup): - """ - Retrieve all variables related to supplementary materials - """ - number_of_supp = get_supp_number(soup) - supp_file_type = get_supp_file_type(soup) - supp_file_link = get_supp_file_link(soup) - supp = [is_supp(soup), number_of_supp, supp_file_type, supp_file_link] - return supp - -# First author (correspondence author) information -def get_author_info(soup): - """ - Collect metadata of first and correspondence author - """ - try: - first_author = soup.find("div", {"class": "info-card-author"}) - if first_author is not None: - first_author_name = first_author.find("div", {"class": "info-card-name"}).next - first_author_name = str.strip(first_author_name) - first_author_has_affiliation = first_author.find("div", {"class": "aff"}) - if first_author_has_affiliation: - if first_author_has_affiliation.span is not None: - first_author_affiliation = first_author_has_affiliation.span.nextSibling.text - else: - first_author_affiliation = first_author_has_affiliation.text - first_author_affiliation_country = first_author_affiliation.split(", ")[-1] - first_author_affiliation_country = first_author_affiliation_country.split(" Email")[0] - else: - first_author_affiliation, first_author_affiliation_country = None, None - first_author_has_email = first_author.select('a[href^=mailto]') - first_author_email = first_author_has_email[0].text if first_author_has_email else None - first_author_has_orcid = first_author.select('a[id^=contrib-orcid]') - first_author_orcid = first_author_has_orcid[0]['href'] if first_author_has_orcid else None - first_author_info = [first_author_name, first_author_affiliation, first_author_affiliation_country, - first_author_email, first_author_orcid] - else: - return [0, None, None, None, None, None, None, None, None, None, None] # No author information - except AttributeError: - print(first_author_has_affiliation.span) - try: - corr_author_email_card = soup.find("div", {"class": "info-author-correspondence"}) - if corr_author_email_card is not None: - corr_author = corr_author_email_card.parent - corr_author_name = corr_author.find("div", {"class": "info-card-name"}).next - corr_author_name = str.strip(corr_author_name) - corr_author_has_aff = corr_author.find("div", {"class": "aff"}) - if corr_author_has_aff: - if corr_author_has_aff.span is not None: - corr_author_affiliation = corr_author_has_aff.span.nextSibling.text - else: - corr_author_affiliation = corr_author_has_aff.text - corr_author_affiliation_country = corr_author_affiliation.split(", ")[-1] - corr_author_affiliation_country = corr_author_affiliation_country.split(" Email")[0] - else: - corr_author_affiliation, corr_author_affiliation_country = None, None - corr_author_has_email = corr_author.select('a[href^=mailto]') - corr_author_email = corr_author_has_email[0].text if corr_author_has_email else None - corr_author_has_orcid = corr_author.select('a[id^=contrib-orcid]') - corr_author_orcid = corr_author_has_orcid[0]['href'] if corr_author_has_orcid else None - corr_author_info = [corr_author_name, corr_author_affiliation, corr_author_affiliation_country, - corr_author_email, corr_author_orcid] - else: - corr_author_info = [None, None, None, None, None] - except AttributeError: - print(corr_author_email_card) - num_authors = len(soup.find_all("div", {"class": "info-card-name"})) - - author = [num_authors] + first_author_info + corr_author_info - return author - -# data availability statement variables -def has_das(soup): - """ - True if the publication has a data availability statement - """ - das = soup.find("h2", {"data-section-title": "DATA AVAILABILITY STATEMENT"}) - return True if das is not None else False - -def get_das_text(soup): - """ - Get original text of data availability statement - """ - if has_das(soup): - das = soup.find("h2", {"data-section-title": "DATA AVAILABILITY STATEMENT"}) - das_text = soup.find("div", {"data-section-parent-id": das["id"]}).text - das_text = das_text.strip() - - else: - das_text = None - return das_text - -def get_das_repo(das): - """ - Get online repository url if the data availability is online repository - """ - if das is not None: - das = das.strip() - online = "All relevant data are available from an online repository or repositories" - if das.startswith (online): - repo = re.findall(r'\((https?://[^\s]+)\)', das.split(online)[1]) - if len(repo) == 0 : - repo = re.findall(r'(https?://[^\s]+)', das.split(online)[1]) - if len(repo) == 0: - repo = re.findall(r'\(([^\s]+)\)', das.split(online)[1]) - repo = repo[0] if len(repo) >0 else None - else: - repo = repo[0] - else: - repo = repo[0] - else: - repo = None - else: - repo = None - return repo - -def get_das_info(soup): - """ - Collect all relevant metadata about data availability statement - """ - das_text = get_das_text(soup) - das_type = None - online = "All relevant data are available from an online repository or repositories" - if das_text is not None and das_text.startswith(online): - das_type = online - else: - das_type = das_text - das_repo_url = get_das_repo(das_text) - return [has_das(soup), das_text, das_type, das_repo_url] - -# Keywords -def get_keywords(soup): - """ - Get keywords of the publication - """ - keywords = [] - has_keyword = soup.find("div", {"class": "kwd-group"}) - if has_keyword: - for k in has_keyword.children: - if not isinstance(k, bs4.element.NavigableString): - keywords.append(k.text) - return keywords - -def get_paper_metadata(url): - paper = requests.get(url, headers = {"User-Agent": "user"}) - soup = bs4.BeautifulSoup(paper.content, "html.parser") - if "unusual traffic" in str(paper.content): - print(url) - metadata = get_supp(soup) + get_author_info(soup) + get_das_info(soup) + [get_keywords(soup)] - return metadata - -def get_issues(start_vol, end_vol, end_issue): - #end_issue = datetime.datetime.today().month - 1 ## last month from current date - issues = [] - for vol in range(start_vol, end_vol+1): - if vol == end_vol: - if end_vol <= 10 and end_issue > 4: - raise AssertionError("Volume 1-10 only has 4 issues each, end_issue has to be smaller or equal to 4") - elif end_vol == 11 and end_issue > 6: - raise AssertionError("Volume 11 only has 6 issues, end_issue has to be smaller or equal to 6") - else: - raise AssertionError("End_issue has to be smaller or equal to 12") - for i in range(1, end_issue+1): - issues.append(get_issue_page(root, vol, i)) - else: - if vol <= 10: - for i in range(1, 5): - issues.append(get_issue_page(root, vol, i)) - elif vol == 11: - for i in range(1, 7): - issues.append(get_issue_page(root, vol, i)) - else: - for i in range(1, 13): - issues.append(get_issue_page(root, vol, i)) - return issues - -def build_overview_table(issues): - article_tbl = [] - root = "https://iwaponline.com" - journal_name = "Journal of Water, Sanitation & Hygiene for Development" - for issue in issues: - issue_page = issue["page"] - soup = bs4.BeautifulSoup(issue_page, "html.parser") - article_list = soup.find("div", {"id":"ArticleList"}) - articles = article_list.find_all("a", {"href":re.compile("/washdev/article/"), "class":None}) - for a in articles: - url = root + a["href"] - title = a.text - data_resource_id = a.parent["data-resource-id-access"] - published_year = issue["volume"]+2010 - article_tbl.append([data_resource_id, issue["volume"], issue["issue"], url, journal_name, title, published_year]) - overview_df = pd.DataFrame(article_tbl, columns=['paperid', 'volume', 'issue', 'url', 'journal','title', 'published_year']) - return overview_df - -def build_metadata_table(overview_df): - metadata = [] - for url in tqdm(overview_df["url"]): - metadata.append(get_paper_metadata(url)) - metadata_columns = ["is_supp", "num_supp", "supp_file_type", "supp_link", - "num_authors", "first_author_name", "first_author_affiliation", "first_author_affiliation_country", - "first_author_email", "first_author_orcid", "correspondence_author_name", "correspondence_author_affiliation", - "correspondence_author_affiliation_country", "correspondence_author_email", "correspondence_author_orcid", - "has_das", "das", "das_type", "das_repo_url", "keywords"] - metadata_df = pd.DataFrame(metadata, columns=metadata_columns) - return metadata_df - -if __name__ == "__main__": - # Main scraping - headers = { - 'authority': 'iwaponline.com', - 'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8', - 'accept-encoding': 'gzip, deflate, br, zstd', - 'accept-language': 'en-GB,en;q=0.9', - 'cache-control': 'no-cache', - 'cookie': 'IWA_SessionId=zuyybaut1fwgaznhkwn4xoy1; IWA_PublishingMachineID=638687257138192646; __cf_bm=bcXc7a9CdQj0mKSGWjXWky3okalFY4OHqqiWjT3bVK4-1733128915-1.0.1.1-KG88hdja.tHV._iAzudPfhBAmbTIwTZyOkiTiLTr_AvZLe30x102bUB.PziQplGHWl9stORseTDoU8OidjRDfg; cf_clearance=iJ0MNhDMwrathuNvgK8AOzphcPLFQtlSJ494VagWb68-1733128916-1.2.1.1-ha1Zud7P.ht0PXsCO2XMyTHP7fVH.rom3Nvj.4fKhAcSH3NLvXLEYLWCxJK_X7FBRRCWkrvwMyyH4tVaQ6I1rKoLokI1DgsgLSSRkDvSYMSSX0P.xX7n9mCyZnmdaiOrCsHcD_KLspPMrGeuO69DzK2_UKWfvypDFLwzsm._ThFVYAUHaVFRXDDSFzRulBQTJke9Rki1CtAFLNIUCz0yJrWjGfwdt5PYigKgt9CcRM6Ms2IICgPMND1jCNiUhfwMgAwHSeGh4dhyQnZN6BtDCurf8YuKOxTgzDNOv.olxEnNPC5d2ofKQYwejXxJdeSYh.iN3GPnZNLEN2icsTEDhTWBo7sFY5wKWa9zY7smc54xCkU_vAXS9Col7UCWrnm0wKajLzeWo_b1B3yMzM9NTw; __stripe_mid=468fb8f0-78a4-4f50-b588-ccb0b9d35e27a60682; __stripe_sid=fd3c1942-8316-47ee-acb8-521474dd0ceeaf4999', - 'pragma': 'no-cache', - 'referer': 'https://www.google.com/', - 'sec-ch-ua': '"Brave";v="131", "Chromium";v="131", "Not_A Brand";v="24"', - 'sec-ch-ua-mobile': '?0', - 'sec-ch-ua-platform': '"macOS"', - 'sec-fetch-dest': 'document', - 'sec-fetch-mode': 'navigate', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-user': '?1', - 'sec-gpc': '1', - 'upgrade-insecure-requests': '1', - 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' -} # need a header for authentification, otherwise get 403 back - root = "https://iwaponline.com/washdev/issue" # Structure: https://iwaponline.com/washdev/issue/volumne number/issue number - - # volume 1 (2011) - volume 13 (2023) - ## Get all issues, v0.0.1 access by volume 13 issue 11 - - issues = get_issues(start_vol = 1, end_vol = 13, end_issue = 11) - overview_df = build_overview_table(issues) - metadata_df = build_metadata_table(overview_df) - - # Concatenate overview and metadata - washdev_df = pd.concat([overview_df, metadata_df], axis=1) - # washdev_df.to_csv("path/to/rawdata-directory/washdev.csv") - # TODO: update from current data, so we don't need to scrape all issues\ diff --git a/inst/python/washdev_scraping_selenium.py b/inst/python/washdev_scraping_selenium.py deleted file mode 100644 index cbb9c84..0000000 --- a/inst/python/washdev_scraping_selenium.py +++ /dev/null @@ -1,311 +0,0 @@ -import bs4 -import time -import random -import os -import re -import pandas as pd -from tqdm import tqdm -from selenium import webdriver -from selenium.webdriver.chrome.service import Service -from selenium.webdriver.common.by import By -from selenium.webdriver.support.ui import WebDriverWait -from selenium.webdriver.support import expected_conditions as EC -from selenium.webdriver.chrome.options import Options -from selenium_stealth import stealth - -options = Options() -# run in headless mode -options.add_argument("--disable-blink-features=AutomationControlled") - - -# Initialize the WebDriver (you may need to specify the path to your driver) -service = Service("/Users/ydubey/Documents/GitHub/washopenresearch/inst/python/chromedriver") -driver = webdriver.Chrome(service=service, options=options) - -def get_issue_page(root, volume_id, issue_id): - """Retrieve an issue html content for WASH Development using Selenium""" - issue_url = os.path.join(root, str(volume_id), str(issue_id)) - driver.get(issue_url) - - # Wait for the page to load - WebDriverWait(driver, 10).until(EC.presence_of_element_located((By.TAG_NAME, "body"))) - - issue = { - "volume": volume_id, - "issue": issue_id, - "page": driver.page_source - } - # Add a random sleep to avoid being blocked - time.sleep(random.randint(1, 3)) - return issue - -def get_paper_metadata(url): - driver.get(url) - - # Wait for the page to load - WebDriverWait(driver, 10).until(EC.presence_of_element_located((By.TAG_NAME, "body"))) - - soup = bs4.BeautifulSoup(driver.page_source, "html.parser") - - if "unusual traffic" in driver.page_source: - print(url) - - metadata = get_supp(soup) + get_author_info(soup) + get_das_info(soup) + [get_keywords(soup)] - return metadata - -def get_keywords(soup): - """ - Get keywords of the publication - """ - keywords = [] - has_keyword = soup.find("div", {"class": "kwd-group"}) - if has_keyword: - for k in has_keyword.children: - if not isinstance(k, bs4.element.NavigableString): - keywords.append(k.text) - return keywords - -def is_supp(soup): - """ - True if having supplementary material - """ - return False if soup.find("h2", id="supplementary-data") is None else True - - -def get_supp(soup): - """ - Retrieve all variables related to supplementary materials - """ - number_of_supp = get_supp_number(soup) - supp_file_type = get_supp_file_type(soup) - supp_file_link = get_supp_file_link(soup) - supp = [is_supp(soup), number_of_supp, supp_file_type, supp_file_link] - return supp - -def get_supp_number(soup): - """ - Number of supplementary materials - """ - number_of_supp = len(soup.find_all("div", {"class": "dataSuppLink"})) - return number_of_supp - -def get_supp_file_type(soup): - """ - File types of the supplementary materials - """ - supp_list = soup.find_all("div", {"class": "dataSuppLink"}) - if len(supp_list) == 0: - return None - elif len(supp_list)==1: - supp_type = supp_list[0].span.next.next.split(" ")[1] - return supp_type - else: - supp_type_list = [] - for s in supp_list: - supp_type_list.append(s.span.next.next.split(" ")[1]) - num_type = len(set(supp_type_list)) - if num_type == 1: - return supp_type_list[0] - else: # TODO: separate a case for num_type is 2 - return "misc" - -def get_supp_file_link(soup): - """ - URL of supplementary files if available - """ - supp_list = soup.find_all("div", {"class": "dataSuppLink"}) - link = [] - for s in supp_list: - link.append(s.a["href"]) - return link - -def get_author_info(soup): - """ - Collect metadata of first and correspondence author - """ - try: - first_author = soup.find("div", {"class": "info-card-author"}) - if first_author is not None: - first_author_name = first_author.find("div", {"class": "info-card-name"}).next - first_author_name = str.strip(first_author_name) - first_author_has_affiliation = first_author.find("div", {"class": "aff"}) - if first_author_has_affiliation: - if first_author_has_affiliation.span is not None: - first_author_affiliation = first_author_has_affiliation.span.nextSibling.text - else: - first_author_affiliation = first_author_has_affiliation.text - first_author_affiliation_country = first_author_affiliation.split(", ")[-1] - first_author_affiliation_country = first_author_affiliation_country.split(" Email")[0] - else: - first_author_affiliation, first_author_affiliation_country = None, None - first_author_has_email = first_author.select('a[href^=mailto]') - first_author_email = first_author_has_email[0].text if first_author_has_email else None - first_author_has_orcid = first_author.select('a[id^=contrib-orcid]') - first_author_orcid = first_author_has_orcid[0]['href'] if first_author_has_orcid else None - first_author_info = [first_author_name, first_author_affiliation, first_author_affiliation_country, - first_author_email, first_author_orcid] - else: - return [0, None, None, None, None, None, None, None, None, None, None] # No author information - except AttributeError: - print(first_author_has_affiliation.span) - try: - corr_author_email_card = soup.find("div", {"class": "info-author-correspondence"}) - if corr_author_email_card is not None: - corr_author = corr_author_email_card.parent - corr_author_name = corr_author.find("div", {"class": "info-card-name"}).next - corr_author_name = str.strip(corr_author_name) - corr_author_has_aff = corr_author.find("div", {"class": "aff"}) - if corr_author_has_aff: - if corr_author_has_aff.span is not None: - corr_author_affiliation = corr_author_has_aff.span.nextSibling.text - else: - corr_author_affiliation = corr_author_has_aff.text - corr_author_affiliation_country = corr_author_affiliation.split(", ")[-1] - corr_author_affiliation_country = corr_author_affiliation_country.split(" Email")[0] - else: - corr_author_affiliation, corr_author_affiliation_country = None, None - corr_author_has_email = corr_author.select('a[href^=mailto]') - corr_author_email = corr_author_has_email[0].text if corr_author_has_email else None - corr_author_has_orcid = corr_author.select('a[id^=contrib-orcid]') - corr_author_orcid = corr_author_has_orcid[0]['href'] if corr_author_has_orcid else None - corr_author_info = [corr_author_name, corr_author_affiliation, corr_author_affiliation_country, - corr_author_email, corr_author_orcid] - else: - corr_author_info = [None, None, None, None, None] - except AttributeError: - print(corr_author_email_card) - num_authors = len(soup.find_all("div", {"class": "info-card-name"})) - - author = [num_authors] + first_author_info + corr_author_info - return author - -def has_das(soup): - """ - True if the publication has a data availability statement - """ - das = soup.find("h2", {"data-section-title": "DATA AVAILABILITY STATEMENT"}) - return True if das is not None else False - -def get_das_text(soup): - """ - Get original text of data availability statement - """ - if has_das(soup): - das = soup.find("h2", {"data-section-title": "DATA AVAILABILITY STATEMENT"}) - das_text = soup.find("div", {"data-section-parent-id": das["id"]}).text - das_text = das_text.strip() - - else: - das_text = None - return das_text - - -def get_das_info(soup): - """ - Collect all relevant metadata about data availability statement - """ - das_text = get_das_text(soup) - das_type = None - online = "All relevant data are available from an online repository or repositories" - if das_text is not None and das_text.startswith(online): - das_type = online - else: - das_type = das_text - das_repo_url = get_das_repo(das_text) - return [has_das(soup), das_text, das_type, das_repo_url] - -def get_das_repo(das): - """ - Get online repository url if the data availability is online repository - """ - if das is not None: - das = das.strip() - online = "All relevant data are available from an online repository or repositories" - if das.startswith (online): - repo = re.findall(r'\((https?://[^\s]+)\)', das.split(online)[1]) - if len(repo) == 0 : - repo = re.findall(r'(https?://[^\s]+)', das.split(online)[1]) - if len(repo) == 0: - repo = re.findall(r'\(([^\s]+)\)', das.split(online)[1]) - repo = repo[0] if len(repo) >0 else None - else: - repo = repo[0] - else: - repo = repo[0] - else: - repo = None - else: - repo = None - return repo - - -def get_issues(start_vol, end_vol, end_issue): - #end_issue = datetime.datetime.today().month - 1 ## last month from current date - issues = [] - for vol in range(start_vol, end_vol+1): - if vol == end_vol: - if end_vol <= 10 and end_issue > 4: - raise AssertionError("Volume 1-10 only has 4 issues each, end_issue has to be smaller or equal to 4") - elif end_vol == 11 and end_issue > 6: - raise AssertionError("Volume 11 only has 6 issues, end_issue has to be smaller or equal to 6") - #elif end_vol > 11: - #raise AssertionError("End_issue has to be smaller or equal to 12") - for i in range(1, end_issue+1): - issues.append(get_issue_page(root, vol, i)) - else: - if vol <= 10: - for i in range(1, 5): - issues.append(get_issue_page(root, vol, i)) - elif vol == 11: - for i in range(1, 7): - issues.append(get_issue_page(root, vol, i)) - else: - for i in range(1, 13): - issues.append(get_issue_page(root, vol, i)) - return issues - -def build_overview_table(issues): - article_tbl = [] - root = "https://iwaponline.com" - journal_name = "Journal of Water, Sanitation & Hygiene for Development" - - for issue in issues: - issue_page = issue["page"] - soup = bs4.BeautifulSoup(issue_page, "html.parser") - article_list = soup.find("div", {"id":"ArticleList"}) - articles = article_list.find_all("a", {"href":re.compile("/washdev/article/"), "class":None}) - - for a in articles: - url = root + a["href"] - title = a.text - data_resource_id = a.parent["data-resource-id-access"] - published_year = issue["volume"] + 2010 - article_tbl.append([data_resource_id, issue["volume"], issue["issue"], url, journal_name, title, published_year]) - - overview_df = pd.DataFrame(article_tbl, columns=['paperid', 'volume', 'issue', 'url', 'journal', 'title', 'published_year']) - return overview_df - -def build_metadata_table(overview_df): - metadata = [] - for url in tqdm(overview_df["url"]): - metadata.append(get_paper_metadata(url)) - - metadata_columns = ["is_supp", "num_supp", "supp_file_type", "supp_link", "num_authors", "first_author_name", "first_author_affiliation", "first_author_affiliation_country", "first_author_email", "first_author_orcid", "correspondence_author_name", "correspondence_author_affiliation", "correspondence_author_affiliation_country", "correspondence_author_email", "correspondence_author_orcid", "has_das", "das", "das_type", "das_repo_url", "keywords"] - metadata_df = pd.DataFrame(metadata, columns=metadata_columns) - return metadata_df - -if __name__ == "__main__": - root = "https://iwaponline.com/washdev/issue" - - try: - issues = get_issues(start_vol=1, end_vol=14, end_issue=11) - overview_df = build_overview_table(issues) - metadata_df = build_metadata_table(overview_df) - - # Concatenate overview and metadata - washdev_df = pd.concat([overview_df, metadata_df], axis=1) - - #washdev_df.to_csv("path/to/rawdata-directory/washdev.csv") - finally: - # Make sure to close the browser when done - driver.quit() diff --git a/man/figures/README-unnamed-chunk-10-1.png b/man/figures/README-unnamed-chunk-10-1.png new file mode 100644 index 0000000..ac2f100 Binary files /dev/null and b/man/figures/README-unnamed-chunk-10-1.png differ diff --git a/man/figures/README-unnamed-chunk-11-1.png b/man/figures/README-unnamed-chunk-11-1.png new file mode 100644 index 0000000..0d9c3fa Binary files /dev/null and b/man/figures/README-unnamed-chunk-11-1.png differ diff --git a/man/figures/README-washdev_keyword_frequency-1.png b/man/figures/README-washdev_keyword_frequency-1.png index 8f1917f..d9f360c 100644 Binary files a/man/figures/README-washdev_keyword_frequency-1.png and b/man/figures/README-washdev_keyword_frequency-1.png differ diff --git a/man/ploswater.Rd b/man/ploswater.Rd new file mode 100644 index 0000000..258ce29 --- /dev/null +++ b/man/ploswater.Rd @@ -0,0 +1,58 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ploswater.R +\docType{data} +\name{ploswater} +\alias{ploswater} +\title{Dataset about data availability in PLOS Water} +\format{ +\subsection{\code{ploswater}}{ + +\describe{ +\item{paperid}{DOI of the paper, identical to the doi variable} +\item{volume}{Volume number of the journal; volume 1 is 2022} +\item{issue}{Issue number of the journal} +\item{paper_url}{Official website url of the paper} +\item{journal}{Full name of the journal} +\item{title}{Title of the paper} +\item{published_year}{Year of publication} +\item{is_supp}{Whether the paper has supplementary materials} +\item{num_supp}{Number of supplementary material files} +\item{supp_file_type}{File types of the supplementary materials, separated by "; " when there are multiple} +\item{supp_url}{Website urls of the supplementary materials, separated by "; " when there are multiple. These links are stable download endpoints, they do not expire.} +\item{num_authors}{Number of the authors} +\item{first_author_name}{Name of the first author} +\item{first_author_affiliation}{Academic affiliation of the first author} +\item{first_author_affiliation_country}{Country of the first author parsed from first_author_affiliation, encoded with United Nations names} +\item{first_author_email}{Email of the first author. Only available when the first author is also the correspondence author, because PLOS publishes only the correspondence email.} +\item{first_author_orcid}{ORCID of the first author} +\item{correspondence_author_name}{Name of the correspondence author} +\item{correspondence_author_affiliation}{Academic affiliation of the correspondence author} +\item{correspondence_author_affiliation_country}{Country of the correspondence author parsed from correspondence_author_affiliation, encoded with United Nations names} +\item{correspondence_author_email}{Email of the correspondence author} +\item{correspondence_author_orcid}{ORCID of the correspondence author} +\item{has_das}{Whether the paper has a data availability statement} +\item{das}{Original data availability statement of the paper. NA if it does not have a data availability statement.} +\item{das_type}{Type of the data availability statement including available in online repository(data is shared in a public online repository) in paper(data in full paper scope like supplementary material or appendix or main content) on request(data available on request to the authors) not shareable(data is not shareable) no data generated(the study produced no datasets). NA if it does not have a data availability statement or no classification rule matched.} +\item{das_repo_url}{Website urls and dataset DOIs mentioned in the data availability statement, separated by "; " when there are multiple} +\item{das_repo_name}{Recognized data repositories behind das_repo_url (e.g. zenodo, dryad, figshare, osf, github, dataverse), separated by "; " when there are multiple} +\item{keywords}{Subject terms of the paper from the PLOS search API, separated by "; ". PLOS Water articles carry no author keywords in their XML.} +\item{url_source}{Publisher website of the paper} +\item{doi}{DOI of the paper} +\item{article_type}{Article type, e.g. "Research Article", "Opinion", "Review"} +\item{publication_date}{Date of publication (ISO 8601)} +} +} +} +\usage{ +ploswater +} +\description{ +Article metadata for all articles published in PLOS Water since its +first volume (2022), collected through the public PLOS search API and +each article's JATS XML. Data availability statements are mandatory at +PLOS, so \code{has_das} is TRUE for research articles throughout; the +interesting variation lies in \code{das_type}, \code{das_repo_url}, and +\code{das_repo_name}. All article types are included; use \code{article_type} +to restrict to research articles. +} +\keyword{datasets} diff --git a/man/washdev.Rd b/man/washdev.Rd index ed7be26..3b09028 100644 --- a/man/washdev.Rd +++ b/man/washdev.Rd @@ -22,12 +22,12 @@ \item{num_authors}{Number of the authors} \item{first_author_name}{Name of the first author} \item{first_author_affiliation}{Academic affiliation of the first author} -\item{first_author_affiliation_region}{Country or region of the first author parsed from first_author_affiliation variable} +\item{first_author_affiliation_country}{Country of the first author parsed from first_author_affiliation, encoded with United Nations names} \item{first_author_email}{Email of the first author} \item{first_author_orcid}{ORCID of the first author} \item{correspondence_author_name}{Name of the correspondence author} \item{correspondence_author_affiliation}{Academic affiliation of the correspondence author} -\item{correspondence_author_affiliation_region}{Country or region of the correspondence author parsed from correspondence_author_affiliation variable} +\item{correspondence_author_affiliation_country}{Country of the correspondence author parsed from correspondence_author_affiliation, encoded with United Nations names} \item{correspondence_author_email}{Email of the correspondence author} \item{correspondence_author_orcid}{ORCID of the correspondence author} \item{has_das}{Whether the paper has a data availability statement} @@ -35,6 +35,8 @@ \item{das_type}{Type of the data availability statement including in paper(data in full paper scope like supplementary material or appendix or main content) on request(data available on request to the authors) available in online repository(data is shared in a public online repository) not shareable(data is not shareable). NA if it does not have a data availability statement.} \item{das_repo_url}{Website urls of the data if the relevant data of the paper is shared on a public repository, separated by "; " when there are multiple} \item{keywords}{Keywords of the paper, separated by "; "} +\item{url_source}{Publisher website of the paper} +\item{doi}{DOI of the paper. Collected since the R port of the scraper; NA for articles scraped earlier, to be backfilled via Crossref.} } } }