diff --git a/DESCRIPTION b/DESCRIPTION index 6a0bb46..3fc451e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,16 +1,23 @@ Package: washopenresearch Title: Dataset about open research data information in Water, Sanitation, and Hygiene Version: 0.0.1 -Authors@R: +Authors@R: c( person("Mian", "Zhong", , "mzhong@ethz.ch", role = c("aut", "cre"), - comment = c(ORCID = "0009-0009-4546-7214")) + comment = c(ORCID = "0009-0009-4546-7214")), + person("Ludwig", "Luz", , "lluz@ethz.ch", role = "aut", + comment = c(ORCID = "0009-0007-9248-3204")), + 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). License: CC BY 4.0 Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 Depends: R (>= 2.10) LazyData: true Config/Needs/website: rmarkdown Date: 2024-03-01 +URL: https://github.com/openwashdata/washopenresearch +BugReports: https://github.com/openwashdata/washopenresearch/issues diff --git a/R/uncnewsletter.R b/R/uncnewsletter.R index 00a7e6d..4310170 100644 --- a/R/uncnewsletter.R +++ b/R/uncnewsletter.R @@ -1,8 +1,13 @@ +#' Dataset about data availability in the UNC Water Newsletter +#' +#' @format ## `uncnewsletter` +#' #' \describe{ +#' \item{url_source}{Publisher website of the paper} #' \item{paperid}{ID number of the paper on the journal website} -#' \item{volume}{Volume number of the journal} -#' \item{issue}{Issue number of the journal} -#' \item{url}{Official website url of the paper} +#' \item{issue_url}{Volume number of the journal} +#' \item{paper_url}{Official website url of the paper} +#' \item{url_source}{Publisher website of the paper} #' \item{journal}{Full name of the journal} #' \item{title}{Title of the paper} #' \item{published_year}{Year of publication} @@ -13,17 +18,17 @@ #' \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 directly parsed from first_author_affiliation variable encoded with United Nation 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 or region of the correspondence author directly parsed from correspondence_author_affiliation variable encoded with United Nation 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} -#' \item{das_type}{Type of the data availability statement #todo} +#' \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 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 url of the data if the relevant data of the paper is shared on a public repository} #' \item{keywords}{List of keywords of the paper} #' } diff --git a/R/washdev.R b/R/washdev.R index dc49de1..b587d2e 100644 --- a/R/washdev.R +++ b/R/washdev.R @@ -1,8 +1,12 @@ +#' Dataset about data availability in the Journal of Water, Sanitation and Hygiene for Development +#' +#' @format ## `washdev` +#' #' \describe{ #' \item{paperid}{ID number of the paper on the journal website} #' \item{volume}{Volume number of the journal} #' \item{issue}{Issue number of the journal} -#' \item{url}{Official website url of the paper} +#' \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} @@ -22,8 +26,8 @@ #' \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} -#' \item{das_type}{Type of the data availability statement #todo} +#' \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 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 url of the data if the relevant data of the paper is shared on a public repository} #' \item{keywords}{List of keywords of the paper} #' } diff --git a/README.Rmd b/README.Rmd index e39bc37..ea917ae 100644 --- a/README.Rmd +++ b/README.Rmd @@ -91,12 +91,12 @@ library(washopenresearch) 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. +1 - Vol.13 Issue 11). It has `r nrow(washdev)` observations from March +2011 to November 2023. ```{r} washdev |> - head() |> + head(3) |> gt::gt() |> gt::as_raw_html() ``` @@ -108,8 +108,8 @@ readr::read_csv("data-raw/dictionary.csv") |> dplyr::filter(file_name == "washdev.rda") |> dplyr::select(variable_name:description) |> knitr::kable() |> - kableExtra::kable_styling() |> - kableExtra::scroll_box(height = "400px") + kableExtra::kable_styling("striped") |> + kableExtra::scroll_box(height = "200px") ``` ### uncnewsletter @@ -120,7 +120,7 @@ News. It has `r nrow(uncnewsletter)` observations from 2020 to 2023. ```{r} uncnewsletter |> - head() |> + head(3) |> gt::gt() |> gt::as_raw_html() ``` @@ -132,12 +132,15 @@ readr::read_csv("data-raw/dictionary.csv") |> dplyr::filter(file_name == "uncnewsletter.rda") |> dplyr::select(variable_name:description) |> knitr::kable() |> - kableExtra::kable_styling() |> - kableExtra::scroll_box(height = "400px") + kableExtra::kable_styling("striped") |> + kableExtra::scroll_box(height = "200px") ``` + ## Example +### washdev + 1. What are the top 10 countries(or regions) the first authors from in the *Journal of Water, Sanitation and Hygiene for Development*? @@ -145,15 +148,20 @@ readr::read_csv("data-raw/dictionary.csv") |> library(washopenresearch) washdev |> - group_by(first_author_affiliation_region) |> + filter(!is.na(first_author_affiliation_country)) |> + group_by(first_author_affiliation_country) |> summarise(count=n()) |> arrange(desc(count)) |> head(10) |> ggplot() + - geom_bar(aes(x = reorder(first_author_affiliation_region, count), y = count), stat = "identity") + - labs(title = "Top 10 countries of first author", + geom_col(aes(x = reorder(first_author_affiliation_country, count), + y = count)) + + labs(title = "Top 10 countries of first author", subtitle = "in the Journal of Water, Sanitation and Hygiene for Development", - x = "First Author Region", y = "Count") + x = "First Author Country", y = "Count") + + scale_x_discrete(labels = scales::label_wrap(15))+ + coord_flip() + + theme_classic() ``` 2. What are the top choices of keywords in WASH Dev? @@ -162,9 +170,8 @@ Each publication may provide a list of keywords, typically 5-7, to summarize the topics of the article. Here we compile all keywords and calculate their frequency to be used. -```{r, echo=TRUE} +```{r washdev_keyword_frequency, echo=TRUE} keywords_freq <- washdev$keywords |> - purrr::map(function(x) str_extract_all(x, pattern = "(?<=')[^',]*?(?='\\s*)")[[1]]) |> unlist() |> str_to_lower() |> table() |> @@ -172,14 +179,15 @@ keywords_freq <- washdev$keywords |> as_tibble() |> arrange(desc(Freq)) -# Top 30 keywords +# Top 20 keywords ggplot(data = head(keywords_freq, 20)) + geom_bar(aes(x = reorder(Var1, Freq), y=Freq), stat = "identity") + coord_flip() + - labs(title = "Top 20 Keywords in WASH Dev Journal", x = "Keywords", y = "Count") + labs(title = "Top 20 Keywords in WASH Dev Journal", x = "Keywords", y = "Count") + + theme_bw() ``` -```{r, echo=FALSE, eval=FALSE} +```{r washdev_wordcloud, echo=FALSE, eval=FALSE} keywords_freq <- keywords_freq |> rename(word=Var1, freq=Freq) |> @@ -193,10 +201,68 @@ saveWidget(wc, "man/figures/wc.html", selfcontained = F) webshot("man/figures/wc.html", "man/figures/washdev_wordcloud.png", delay = 3) ``` +### uncnewsletter + +1. What are the top 10 source websites of the publications selected by + the newsletter? + +```{r} +uncnewsletter |> + group_by(url_source) |> + summarise(count=n()) |> + arrange(desc(count)) |> + head(10) |> + ggplot() + + geom_col(aes(x = reorder(url_source, count), + y = count)) + + labs(title = "Top 10 publication websites", + subtitle = "in the selection of North Carolina Water News", + x = "Website URL", y = "Count") + + scale_x_discrete(labels = scales::label_wrap(15))+ + coord_flip() + + theme_classic() +``` + +## Method + +We describe the raw data collection procedure of each dataset in this +section. To reproduce the collection, you need to have python3 installed +and install python libraries + +``` +pip install requirements.txt +``` + +### washdev + +The collection of `washdev` is via web scraping using Python. The script +can be found in `inst/python/washdev_scraping.py`. First, each +publication link is scraped from iterating the table of contents of all +volumes. This step delivers a table containing the variables paper ID, +volume number, issue number, publication url, journal title, publication +title, and published year. This table will be merged to get the final +dataset. + +Then, for each publication, we retrieve the needed variables from the +publication's html file using the publication url. The retrieval is +rule-based to find the relevant fields (e.g. supplementary materials) +and extract the value. + +### uncnewsletter + +The collection of `uncnewsletter` is a combination of web scraping and +manual annotation. We first use the newsletter archive to scrape all +publication website links. The code can be found at +`inst/python/uncnewsletter_scraping.py`. Two annotators worked on the +manual extraction of the needed variables on these publications. For +each publication, an annotator follows the guide to fill in the value on +an collaborative spreadsheet. The guide is converted into the data +dictionary for this dataset. + ## License Data are available as -[CC-BY](https://github.com/openwashdata/wasteskipsblantyre/blob/main/LICENSE.md). +[CC-BY](https://github.com/openwashdata/washopenresearch/blob/main/LICENSE.md). ## Citation diff --git a/README.md b/README.md index da68ad3..a40ae0d 100644 --- a/README.md +++ b/README.md @@ -61,207 +61,130 @@ November 2023. ``` r washdev |> - head() |> + head(3) |> gt::gt() |> gt::as_raw_html() ``` -
+
- + - + - + - + - - - + + + + - + - + - + - + - - - + + + + - + - + - + - + - - - + + + + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + +
paperid volume issueurlpaper_url journal title published_year is_supp num_supp supp_file_typesupp_urlsupp_url num_authors first_author_name first_author_affiliationfirst_author_affiliation_regionfirst_author_affiliation_country first_author_email first_author_orcid correspondence_author_name correspondence_author_affiliationcorrespondence_author_affiliation_regioncorrespondence_author_affiliation_country correspondence_author_email correspondence_author_orcid has_das dasdas_typedas_repo_urlkeywordsdas_typedas_repo_urlkeywordsurl_source
28742 1 1https://iwaponline.com/washdev/article/1/1/1/28742/Editorialhttps://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 DevelopmentSanitation and Hygiene for DevelopmentNA NA NA NA NANANA NA NA FALSE NANANA[]
NANANAiwaponline.com
28745 1 1https://iwaponline.com/washdev/article/1/1/3/28745/The-sanitation-ladder-a-need-for-a-revamphttps://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, SwedenSwedenSweden elisabeth.kvarnstrom@sei.se NA E. Kvarnström Stockholm Environment Institute, Kräftriket 2B, SE-10691 Stockholm, SwedenSwedenSweden elisabeth.kvarnstrom@sei.se NA FALSE NANANA['function-based', 'sanitation technologies', 'sustainability', 'the sanitation ladder']
NANAfunction-based, sanitation technologies, sustainability, the sanitation ladderiwaponline.com
28743 1 1https://iwaponline.com/washdev/article/1/1/13/28743/Vertical-flow-constructed-wetlands-as-an-emerginghttps://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é, CameroonCameroonCameroon NA NA E. Soh Kengne Laboratory of Plant Biotechnology and Environment, Faculty of Science, University Yaoundé I, PO Box 812, Yaoundé, CameroonCameroonCameroon ives_kengne@yahoo.fr NA FALSE NANANA['biosolid accumulation', 'Cyperus papyrus', 'Echinochloa pyramidalis', 'faecal sludge dewatering', 'pollutant removal efficiencies', 'vertical-flow constructed wetlands']
2874411https://iwaponline.com/washdev/article/1/1/20/28744/The-effectiveness-and-sustainability-of-two-demandJournal of Water, Sanitation & Hygiene for DevelopmentThe effectiveness and sustainability of two demand-driven sanitation and hygiene approaches in Zimbabwe2011TRUE1pdf['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']2L. WhaleyNIWAS (National Institute for Water and Sanitation), Kolakkudipatti, Thottiyam, Trichy District, Tamil Nadu, India. Pin: 621 208India. Pin: 621 208lukewhaley1@gmail.comNAL. WhaleyNIWAS (National Institute for Water and Sanitation), Kolakkudipatti, Thottiyam, Trichy District, Tamil Nadu, India. Pin: 621 208India. Pin: 621 208lukewhaley1@gmail.comNAFALSENANANA['behaviour change', 'effectiveness', 'hand washing', 'sanitation', 'sustainability']
2874611https://iwaponline.com/washdev/article/1/1/37/28746/Performance-evaluation-of-different-wastewaterJournal of Water, Sanitation & Hygiene for DevelopmentPerformance evaluation of different wastewater treatment technologies operating in a developing country2011FALSE0NA[]2Sílvia C. OliveiraDepartment 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, BrazilBrazilsilvia@desa.ufmg.brNASílvia C. OliveiraDepartment 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, BrazilBrazilsilvia@desa.ufmg.brNAFALSENANANA['developing countries', 'effluent quality', 'performance evaluation', 'wastewater treatment']
2874711https://iwaponline.com/washdev/article/1/1/57/28747/Impact-of-a-natural-coagulant-pretreatment-forJournal of Water, Sanitation & Hygiene for DevelopmentImpact of a natural coagulant pretreatment for colour removal on solar water disinfection (SODIS)2011FALSE0NA[]2Sarah A. WilsonDepartment of Civil Engineering, University of Toronto, 35 St George Street, Toronto, Ontario, M5S 1A4, CanadaCanadasarahanne.wilson@gmail.comNASarah A. WilsonDepartment of Civil Engineering, University of Toronto, 35 St George Street, Toronto, Ontario, M5S 1A4, CanadaCanadasarahanne.wilson@gmail.comNAFALSENANANA['drinking water', 'E. coli', 'Moringa oleifera', 'point of use', 'pretreatment', 'solar disinfection']
NANAbiosolid accumulation, Cyperus papyrus, Echinochloa pyramidalis, faecal sludge dewatering, pollutant removal efficiencies, vertical-flow constructed wetlandsiwaponline.com
@@ -269,9 +192,9 @@ washdev |> For an overview of the variable names, see the following table. -
+
- +
@@ -560,7 +484,12 @@ das_type factor @@ -568,7 +497,7 @@ Type of the data availability statement \#todo das_repo_url + + + + +
@@ -321,7 +244,7 @@ Issue number of the journal
-url +paper_url character @@ -390,7 +313,7 @@ Number of supplementary material files supp_file_type -character +list File type of the supplementary materials @@ -549,7 +472,8 @@ das character -Original data availability statement of the paper +Original data availability statement of the paper. NA if it does not +have a data availability statement.
-Type of the data availability statement \#todo +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.
-character +list Website url of the data if the relevant data of the paper is shared on a @@ -580,12 +509,23 @@ public repository keywords -vector +list List of keywords of the paper
+url_source + +character + +Publisher website of the paper +
@@ -599,16 +539,16 @@ News. It has 173 observations from 2020 to 2023. ``` r uncnewsletter |> - head() |> + head(3) |> gt::gt() |> gt::as_raw_html() ``` -
+
- + @@ -617,28 +557,29 @@ uncnewsletter |> - - + + - + - + - + + - + - + @@ -647,25 +588,26 @@ uncnewsletter |> - - + + - + - + - + + - - + + @@ -674,25 +616,26 @@ uncnewsletter |> - - + + - + - + - + + - - + + @@ -701,105 +644,25 @@ uncnewsletter |> - - + + - + - + - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
paper_idpaperid issue_url paper_url url_sourcepublished_year is_supp num_suppsupp_file_typesupp_linksupp_file_typesupp_url num_authors first_author_name first_author_affiliationfirst_author_affiliation_regionfirst_author_affiliation_country first_author_email first_author_orcid correspondence_author_name correspondence_author_affiliationcorrespondence_author_affiliation_regioncorrespondence_author_affiliation_country correspondence_author_email correspondence_author_orcid has_das dasdas_typedas_typedas_repo_url citationskeywordskeywords
198
198 http://eepurl.com/hWz3Yf https://aiche.onlinelibrary.wiley.com/doi/abs/10.1002/ep.13800 aiche.onlinelibrary.wiley.com2022 TRUE 1docxhttps://aiche.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Fep.13800&file=ep13800-sup-0001-Supinfo.docxdocxhttps://aiche.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Fep.13800&file=ep13800-sup-0001-Supinfo.docx 1 Alexis Voulgaropoulos North Carolina State UniversityUSANA anvoulga@ncsu.edu 0000-0002-5778-354X NA NANANA NA NA FALSE NANANANA 2["drinking water", "environmental policy", "health and safety"]
89drinkingwater, environmentalpolicy, healthandsafety
89 http://eepurl.com/ieh0rf https://ajph.aphapublications.org/doi/abs/10.2105/AJPH.2022.307108 ajph.aphapublications.org2023 TRUE 1docxhttps://ajph.aphapublications.org/doi/suppl/10.2105/AJPH.2022.307108/suppl_file/kotlarz_suppl-figures_tables.docxdocxhttps://ajph.aphapublications.org/doi/suppl/10.2105/AJPH.2022.307108/suppl_file/kotlarz_suppl-figures_tables.docx 17 Nadine Kotlarz North Carolina State UniversityUSANA nkotlar@ncsu.ede NA NA NANANA NA NA FALSE NANANANA 3NA
200NA
200 http://eepurl.com/hWz3Yf https://aslopubs.onlinelibrary.wiley.com/doi/abs/10.1002/lom3.10469 aslopubs.onlinelibrary.wiley.com2022 TRUE 1pdfhttps://aslopubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Flom3.10469&file=lom310469-sup-0001-Supinfo.pdfpdfhttps://aslopubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Flom3.10469&file=lom310469-sup-0001-Supinfo.pdf 4 Emily F. Eidam University of North CarolinaUSANA efe@unc.edu 0000-0002-1906-8692 NA NANANA 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 repositoryavailable in online repositoryhttps://github.com/tedlanghorst/OpenOBS 4NA
77http://eepurl.com/iiETVrhttps://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.shortbioone.orgJournal of Coastal ResearchPropagation Characteristics of Seismic Waves in Shallow Sea Sedimentary Layers2023FALSENANANA5Shuang ZhaoShenyang Ligong UniversityChinazslg@sylu.edu.cnNANANANANANAFALSENANA0NA
81http://eepurl.com/ieh0rfhttps://elibrary.asabe.org/abstract.asp?aid=53682elibrary.asabe.orgJournal of the American Society of Agricultural and Biological EngineersEvaluating the Occurrence and Relative Abundance of Mosquitoes in Rainwater Harvesting Systems2022FALSENANANA7Kathy DeBusk GeeLongwood UniversityUSAgeekd@longwood.eduNANANANANANAFALSENANA0["Container breeding", "Mosquito", "Mosquito larvae", "Rainwater harvesting"]
97http://eepurl.com/icBZuLhttps://esajournals.onlinelibrary.wiley.com/doi/abs/10.1002/eap.2766esajournals.onlinelibrary.wiley.comEcological ApplicationsIntegrating Principles and Tools of Decision Science into Value-Driven Watershed Planning for Compensatory Mitigation2023FALSENANANA7Georgina M. SanchezNorth Carolina State UniversityUSAgmsanche@ncsu.edu0000-0002-2365-6200NANANANANATRUECape 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 repositoryNA["compensatory mitigation", "decision science", "knowledge coproduction", "natural resources management", "research-management partnerships", "watershed planning"]
NA
@@ -807,9 +670,9 @@ uncnewsletter |> For an overview of the variable descriptions, see the following table. -
+
- +
@@ -928,7 +791,7 @@ Number of supplementary material files supp_file_type @@ -1036,14 +899,15 @@ Academic affiliation of the correspondence author @@ -1087,7 +951,8 @@ das character @@ -1098,7 +963,12 @@ das_type factor @@ -1106,7 +976,7 @@ Type of the data availability statement \#todo das_repo_url
@@ -837,7 +700,7 @@ ID number of the paper on the journal website
-volume +issue_url integer @@ -848,24 +711,24 @@ Volume number of the journal
-issue +paper_url -integer +character -Issue number of the journal +Official website url of the paper
-url +url_source character -Official website url of the paper +Publisher website of the paper
-character +list File type of the supplementary materials @@ -939,7 +802,7 @@ File type of the supplementary materials supp_url -character +list Website url of the supplementary materials @@ -980,14 +843,14 @@ Academic affiliation of the first author
-first_author_affiliation_region +first_author_affiliation_country character -Country or region of the first author parsed from -first_author_affiliation variable +Country of the first author directly parsed from +first_author_affiliation variable encoded with United Nation names
-correspondence_author_affiliation_region +correspondence_author_affiliation_country character -Country or region of the correspondence author parsed from -correspondence_author_affiliation variable +Country or region of the correspondence author directly parsed from +correspondence_author_affiliation variable encoded with United Nation +names
-Original data availability statement of the paper +Original data availability statement of the paper. NA if it does not +have a data availability statement.
-Type of the data availability statement \#todo +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.
-character +list Website url of the data if the relevant data of the paper is shared on a @@ -1118,7 +988,7 @@ public repository keywords -vector +list List of keywords of the paper @@ -1131,6 +1001,8 @@ List of keywords of the paper ## Example +### washdev + 1. What are the top 10 countries(or regions) the first authors from in the *Journal of Water, Sanitation and Hygiene for Development*? @@ -1138,15 +1010,20 @@ List of keywords of the paper library(washopenresearch) washdev |> - group_by(first_author_affiliation_region) |> + filter(!is.na(first_author_affiliation_country)) |> + group_by(first_author_affiliation_country) |> summarise(count=n()) |> arrange(desc(count)) |> head(10) |> ggplot() + - geom_bar(aes(x = reorder(first_author_affiliation_region, count), y = count), stat = "identity") + - labs(title = "Top 10 countries of first author", + geom_col(aes(x = reorder(first_author_affiliation_country, count), + y = count)) + + labs(title = "Top 10 countries of first author", subtitle = "in the Journal of Water, Sanitation and Hygiene for Development", - x = "First Author Region", y = "Count") + x = "First Author Country", y = "Count") + + scale_x_discrete(labels = scales::label_wrap(15))+ + coord_flip() + + theme_classic() ``` @@ -1159,7 +1036,6 @@ calculate their frequency to be used. ``` r keywords_freq <- washdev$keywords |> - purrr::map(function(x) str_extract_all(x, pattern = "(?<=')[^',]*?(?='\\s*)")[[1]]) |> unlist() |> str_to_lower() |> table() |> @@ -1167,19 +1043,78 @@ keywords_freq <- washdev$keywords |> as_tibble() |> arrange(desc(Freq)) -# Top 30 keywords +# Top 20 keywords ggplot(data = head(keywords_freq, 20)) + geom_bar(aes(x = reorder(Var1, Freq), y=Freq), stat = "identity") + coord_flip() + - labs(title = "Top 20 Keywords in WASH Dev Journal", x = "Keywords", y = "Count") + labs(title = "Top 20 Keywords in WASH Dev Journal", x = "Keywords", y = "Count") + + theme_bw() +``` + + + +### uncnewsletter + +1. What are the top 10 source websites of the publications selected by + the newsletter? + +``` r +uncnewsletter |> + group_by(url_source) |> + summarise(count=n()) |> + arrange(desc(count)) |> + head(10) |> + ggplot() + + geom_col(aes(x = reorder(url_source, count), + y = count)) + + labs(title = "Top 10 publication websites", + subtitle = "in the selection of North Carolina Water News", + x = "Website URL", y = "Count") + + scale_x_discrete(labels = scales::label_wrap(15))+ + coord_flip() + + theme_classic() ``` +## Method + +We describe the raw data collection procedure of each dataset in this +section. To reproduce the collection, you need to have python3 installed +and install python libraries + + pip install requirements.txt + +### washdev + +The collection of `washdev` is via web scraping using Python. The script +can be found in `inst/python/washdev_scraping.py`. First, each +publication link is scraped from iterating the table of contents of all +volumes. This step delivers a table containing the variables paper ID, +volume number, issue number, publication url, journal title, publication +title, and published year. This table will be merged to get the final +dataset. + +Then, for each publication, we retrieve the needed variables from the +publication’s html file using the publication url. The retrieval is +rule-based to find the relevant fields (e.g. supplementary materials) +and extract the value. + +### uncnewsletter + +The collection of `uncnewsletter` is a combination of web scraping and +manual annotation. We first use the newsletter archive to scrape all +publication website links. The code can be found at +`inst/python/uncnewsletter_scraping.py`. Two annotators worked on the +manual extraction of the needed variables on these publications. For +each publication, an annotator follows the guide to fill in the value on +an collaborative spreadsheet. The guide is converted into the data +dictionary for this dataset. + ## License Data are available as -[CC-BY](https://github.com/openwashdata/wasteskipsblantyre/blob/main/LICENSE.md). +[CC-BY](https://github.com/openwashdata/washopenresearch/blob/main/LICENSE.md). ## Citation @@ -1189,16 +1124,18 @@ Please cite this package using: citation("washopenresearch") #> To cite package 'washopenresearch' in publications use: #> -#> Zhong M (2024). _washopenresearch: Dataset about open research data -#> information in Water, Sanitation, and Hygiene_. R package version -#> 0.0.1. +#> Zhong M, Luz L, Schöbitz L (2024). _washopenresearch: Dataset about +#> open research data information in Water, Sanitation, and Hygiene_. R +#> package version 0.0.1, +#> . #> #> A BibTeX entry for LaTeX users is #> #> @Manual{, #> title = {washopenresearch: Dataset about open research data information in Water, Sanitation, and Hygiene}, -#> author = {Mian Zhong}, +#> author = {Mian Zhong and Ludwig Luz and Lars Schöbitz}, #> year = {2024}, #> note = {R package version 0.0.1}, +#> url = {https://github.com/openwashdata/washopenresearch}, #> } ``` diff --git a/data-raw/data_processing.R b/data-raw/data_processing.R index 137ab9a..9ff1634 100644 --- a/data-raw/data_processing.R +++ b/data-raw/data_processing.R @@ -2,12 +2,20 @@ library(readr) library(stringr) library(dplyr) - +library(tidyr) +library(countrycode) +library(forcats) +library(countries) +library(purrr) # WASHDEV DATA ----------------------------------------------------------- washdev <- read_csv("data-raw/washdev.csv")[2:28] -# clean country/region names --------------------------------------------------- -## first author +## create and rename columns to be uniform with other datasets ----------------- +washdev <- washdev |> + dplyr::rename(paper_url = url) |> + dplyr::mutate(url_source = "iwaponline.com") +## clean country/region names -------------------------------------------------- +### first author --------------------------------------------------------------- washdev <- washdev |> dplyr::mutate(first_author_affiliation_country = str_replace(string = first_author_affiliation_country, @@ -15,10 +23,37 @@ washdev <- washdev |> replacement = "")) |> dplyr::mutate(first_author_affiliation_country = str_replace(string = first_author_affiliation_country, - patter = "Canada .*", - replacement = "Canada")) + pattern = "Canada .*", + replacement = "Canada")) |> + dplyr::mutate(first_author_affiliation_country = + str_replace(string = first_author_affiliation_country, + pattern = "USA?|U\\.S\\.A|((GA|MI|FL|CA).*)|(United States)", + replacement = "United States of America")) |> + dplyr::mutate(first_author_affiliation_country = + countries::country_name(first_author_affiliation_country, to = "UN_en", fuzzy_match = FALSE)) + +#### Manual inspection on what affiliation can be fixed ------------------------ +tmp <- washdev |> + filter(is.na(first_author_affiliation_country), !is.na(first_author_affiliation)) |> + select(paperid, first_author_affiliation) +print(tmp, n = nrow(tmp)) -## correspondence author + +#### Select to-be-fixed ids and annoate the values ----------------------------- +ids <- c(28744, 30021, 30022, 29809, 29810, 30281, + 30290, 30308, 30315, 30322, 30328, 30330, + 30323, 30357, 30072, 30431, 30438, 30126, + 30432, 38048, 39044, 39027, 39033, 39028, + 39043, 39034, 39039, 39035, 39014, 74015, + 84262, 93160, 95562) +washdev$first_author_affiliation_country[which(washdev$paperid %in% ids)] <- country_name(c("India", "Brazil", "Norway", "Australia", "Nepal", "Nigeria", + "Fiji Islands", "United States of America", "Nepal", "India", "United Kingdom", "India", + "New Zealand", "Australia", "Canada", "India", "United States of America", "United States of America", + "Mexico", "China", "United Kingdom", "France", "Tanzania", "India", + "Netherlands", "Brazil", "India", "Ethiopia", "South Africa", "Taiwan", + "Nigeria", "The Democratic Republic of Congo", "Sri Lanka"), to = "UN_en") + +### correspondence author ------------------------------------------------------ washdev <- washdev |> dplyr::mutate(correspondence_author_affiliation_country = str_replace(string = correspondence_author_affiliation_country, @@ -27,38 +62,151 @@ washdev <- washdev |> dplyr::mutate(correspondence_author_affiliation_country = str_replace(string = correspondence_author_affiliation_country, patter = "Canada .*", - replacement = "Canada")) + replacement = "Canada")) |> + dplyr::mutate(correspondence_author_affiliation_country = + str_replace(string = correspondence_author_affiliation_country, + pattern = "USA?|U\\.S\\.A|((GA|MI|FL|CA).*)|(United States)", + replacement = "United States of America")) |> + dplyr::mutate(correspondence_author_affiliation_country = + countries::country_name(correspondence_author_affiliation_country, to = "UN_en", fuzzy_match = FALSE)) + +#### Manual inspection on what affiliation can be fixed ------------------------ +tmp <- washdev |> + filter(is.na(correspondence_author_affiliation_country), !is.na(correspondence_author_affiliation)) |> + select(paperid, correspondence_author_affiliation) +print(tmp, n = nrow(tmp)) + -# change data type ------------------------------------------------------------- +#### Select to-be-fixed ids and annoate the values ---------------------------- +ids <- c(28744, 30021, 30022, 29809, 29810, + 30281, 30290, 30308, 30315, 30322, + 30328, 30330, 30323, 30357, 30072, + 30431, 30438, 30126, 30432, 38048, + 39044, 39027, 39033, 39028, 39043, + 39034, 39039, 39031, 39014, 74015, + 84262, 93160, 95562) +washdev$correspondence_author_affiliation_country[which(washdev$paperid %in% ids)] <- + country_name(c("India", "Brazil", "Norway", "Australia", "Nepal", +"Nigeria", "Fiji Islands", "United States", "Nepal", "India", +"United Kingdom", "India", "New Zealand", "Australia", "Canada", +"India", "United States", "United States", "Mexico", "China", +"United Kingdom", "France", "Netherlands", "India", "Netherlands", +"Brazil", "India", "Tanzania", "South Africa", "Taiwan", +"Nigeria", "The Democratic Republic of Congo", "Sri Lanka")) + +## modify das type ------------------------------------------------------------- +washdev <- washdev |> + dplyr::mutate(das_type = str_replace(das_type, pattern = "^All relevant data are available from.*", replacement = "available in online repository")) |> + dplyr::mutate(das_type = str_replace(das_type, pattern = "^All relevant data used in this study are available from online repositories.*", replacement = "available in online repository")) |> + dplyr::mutate(das_type = str_replace(das_type, pattern = ".*available on Zenodo.*", replacement = "available in online repository")) |> + 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")) + +## change data type ------------------------------------------------------------ washdev <- washdev |> dplyr::mutate(across(c(paperid, volume, issue, num_supp, num_authors), as.integer)) |> - dplyr::mutate(across(c(supp_file_type, das_type), as.factor)) + dplyr::mutate(das_type = as.factor(das_type)) + +## Make list-columns: supp_file_type, supp_url, das_repo_url, keywords, -------- +### modify supp file type ------------------------------------------------------ +#### manually added misc stuff ------------------------------------------------- +washdev |> + filter(supp_file_type == "misc") |> + select(paperid, paper_url) +ids <- c(73830, 76083, 81993, 83399, 84509, + 85555, 86265, 91503, 93020, 96721, + 96974, 97508, 97930, 97590) +missing_type <- c("pdf & docx", "xlsx & docx & pptx", "docx & xlsx", "docx & pdf & docx & docx & pdf & xlsx", "xlsx & docx", + "docx & xlsx", "docx & xlsx & xlsx & xlsx", "pdf & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx & xlsx", "xlsx & xlsx", "docx & xlsx & docx", + "docx & xlsx", "png & xlsx & docx", "docx & pptx & xlsx", "docx & xlsx & docx & docx") +washdev$supp_file_type[which(washdev$paperid %in% ids)] <- missing_type -# modify das type -------------------------------------------------------------- washdev <- washdev |> - mutate(das_type = str_replace(das_type, pattern = "^All relevant data are available from.*", replacement = "available in online repository")) |> - mutate(das_type = str_replace(das_type, pattern = "^All relevant data used in this study are available from online repositories.*", replacement = "available in online repository")) |> - mutate(das_type = str_replace(das_type, pattern = ".*available on Zenodo.*", replacement = "available in online repository")) |> - mutate(das_type = str_replace(das_type, pattern = "^All relevant data are included in the paper.*", replacement = "in paper")) |> - mutate(das_type = str_replace(das_type, pattern = ".+readers should contact the corresponding author.*", replacement = "on request")) + dplyr::mutate(supp_file_type = strsplit(supp_file_type, " & ")) |> +#TODO: test on num_supp and supp_file_type should be the same length of each row + ### modify das repo url ------------------------------------------------------ + dplyr::mutate(das_repo_url = as.list(das_repo_url)) |> + ### modify supp url ---------------------------------------------------------- + dplyr::mutate(supp_url = na_if(supp_url, "[]")) |> + dplyr::mutate(supp_url = purrr::map(supp_url, function(x) str_extract_all(x, pattern = "(?<=')[^',]*?(?='\\s*)")[[1]])) |> + dplyr::mutate(keywords = na_if(keywords, "[]")) |> + ### modify keywords ---------------------------------------------------------- + dplyr::mutate(keywords = purrr::map(keywords, function(x) str_extract_all(x, pattern = "(?<=')[^',]*?(?='\\s*)")[[1]])) + # UNCNEWSLETTER DATA ----------------------------------------------------------- uncnewsletter <- readr::read_csv("./data-raw/unc-article-url-manual-collection.csv") -## Tidy column format +## Tidy column format ---------------------------------------------------------- uncnewsletter <- uncnewsletter |> dplyr::mutate(paper_info = NULL) |> dplyr::filter(!is.na(title)) |> - dplyr::mutate(supp_file_type = stringr::str_to_lower(supp_file_type)) + dplyr::mutate(supp_file_type = stringr::str_to_lower(supp_file_type)) |> + dplyr::mutate(num_supp = tidyr::replace_na(num_supp, 0)) |> + # create and rename columns to be uniform with other datasets ---------------- + dplyr::rename(supp_url = supp_link) + +## Make list-columns: supp_file_type, supp_url, das_repo_ur, keywords ---------- +### modify supp type ----------------------------------------------------------- +#### manually added misc stuff ------------------------------------------------- +uncnewsletter |> + filter(num_supp >2) |> + select(paperid, paper_url) + +ids <- c(142, 191, 140, + 84, 129, 118, + 133, 141, 112, + 24, 115, 131, + 136, 146, 177, + 195) +missing_type <- c("xlsx & xlsx & docx", "xlsx & xlsx & docx", "docx & xlsx & zip & zip & zip", + "pdf & pdf & xlsx & zip & pdf", "pdf & pdf & pdf & pdf & xlsx", "pdf & pdf & pdf & pdf", + "docx & tif & tif & tif", "docx & docx & docx", "xlsx & xlsx & xlsx & xlsx & xlsx & pdf", + "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 <- uncnewsletter |> + dplyr::mutate(supp_file_type = strsplit(supp_file_type, " & ")) |> + ### Make supp url a list-column ---------------------------------------------- + dplyr::mutate(supp_url = as.list(supp_url)) |> + ### Make das repo url a list-column ------------------------------------------ + dplyr::mutate(das_repo_url = str_extract(das_repo_url, "(?<=\\[)(.*?)(?=\\]\\s*)")) |> + dplyr::mutate(das_repo_url = strsplit(das_repo_url, ",")) |> + ### Make keywords a list-column ---------------------------------------------- + dplyr::mutate(keywords = na_if(keywords, "[]")) |> + dplyr::mutate(keywords = str_replace_all(keywords, " ", "")) |> + dplyr::mutate(keywords = str_replace_all(keywords, "\"", "'")) |> + dplyr::mutate(keywords = purrr::map(keywords, function(x) str_extract_all(x, pattern = "(?<=')[^', ]*?(?='\\s*)")[[1]])) + +## Unify DAS type -------------------------------------------------------------- +uncnewsletter <- uncnewsletter |> + dplyr::mutate(das_type = str_replace(das_type, pattern = "data not sharable", replacement = "not shareable")) |> + dplyr::mutate(das_type = str_replace(das_type, pattern = "no datasets were generated during the study", replacement = "no data generated")) |> + dplyr::mutate(das_type = as.factor(das_type)) + +## Clean country/region names -------------------------------------------------- +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 = + countries::country_name(correspondence_author_affiliation_country, to = "UN_en", fuzzy_match = FALSE)) +skimr::skim(uncnewsletter) # Write to R data object ------------------------------------------------------- usethis::use_data(washdev, overwrite = TRUE) usethis::use_data(uncnewsletter, overwrite = TRUE) # Export processed data to csv and xlsx files ---------------------------------- -readr::write_csv(washdev, here::here("inst", "extdata", "washdev.csv")) -openxlsx::write.xlsx(washdev, here::here("inst", "extdata", "washdev.xlsx")) +washdev_ext <- washdev |> + dplyr::mutate(across(c(supp_file_type, supp_url, das_repo_url, keywords), as.character)) +readr::write_csv(washdev_ext, here::here("inst", "extdata", "washdev.csv")) +openxlsx::write.xlsx(washdev_ext, 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")) +uncnewsletter_ext <- uncnewsletter |> + dplyr::mutate(across(c(supp_file_type, supp_url, das_repo_url, keywords), as.character)) +readr::write_csv(uncnewsletter_ext, here::here("inst", "extdata", "uncnewsletter.csv")) +openxlsx::write.xlsx(uncnewsletter_ext, here::here("inst", "extdata", "uncnewsletter.xlsx")) diff --git a/data-raw/dictionary.csv b/data-raw/dictionary.csv index a2a4157..3e02d7d 100644 --- a/data-raw/dictionary.csv +++ b/data-raw/dictionary.csv @@ -1,55 +1,56 @@ -directory,file_name,variable_name,variable_type,description -data,washdev.rda,paperid,integer,ID number of the paper on the journal website -data,washdev.rda,volume,integer,Volume number of the journal -data,washdev.rda,issue,integer,Issue number of the journal -data,washdev.rda,url,character,Official website url of the paper -data,washdev.rda,journal,character,Full name of the journal -data,washdev.rda,title,character,Title of the paper -data,washdev.rda,published_year,integer,Year of publication -data,washdev.rda,is_supp,logical,Whether the paper has supplementary materials -data,washdev.rda,num_supp,integer,Number of supplementary material files -data,washdev.rda,supp_file_type,character,File type of the supplementary materials -data,washdev.rda,supp_url,character,Website url 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_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_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 -data,washdev.rda,das,character,Original data availability statement of the paper -data,washdev.rda,das_type,factor,Type of the data availability statement #todo -data,washdev.rda,das_repo_url,character,Website url of the data if the relevant data of the paper is shared on a public repository -data,washdev.rda,keywords,vector,List of keywords of the paper -data,uncnewsletter.rda,paperid,integer,ID number of the paper on the journal website -data,uncnewsletter.rda,volume,integer,Volume number of the journal -data,uncnewsletter.rda,issue,integer,Issue number of the journal -data,uncnewsletter.rda,url,character,Official website url of the paper -data,uncnewsletter.rda,journal,character,Full name of the journal -data,uncnewsletter.rda,title,character,Title of the paper -data,uncnewsletter.rda,published_year,integer,Year of publication -data,uncnewsletter.rda,is_supp,logical,Whether the paper has supplementary materials -data,uncnewsletter.rda,num_supp,integer,Number of supplementary material files -data,uncnewsletter.rda,supp_file_type,character,File type of the supplementary materials -data,uncnewsletter.rda,supp_url,character,Website url of the supplementary materials -data,uncnewsletter.rda,num_authors,integer,Number of the authors -data,uncnewsletter.rda,first_author_name,character,Name of the first author -data,uncnewsletter.rda,first_author_affiliation,character,Academic affiliation of the first author -data,uncnewsletter.rda,first_author_affiliation_region,character,Country or region of the first author parsed from first_author_affiliation variable -data,uncnewsletter.rda,first_author_email,character,Email of the first author -data,uncnewsletter.rda,first_author_orcid,character,ORCID of the first author -data,uncnewsletter.rda,correspondence_author_name,character,Name of the correspondence author -data,uncnewsletter.rda,correspondence_author_affiliation,character,Academic affiliation of the correspondence author -data,uncnewsletter.rda,correspondence_author_affiliation_region,character,Country or region of the correspondence author parsed from correspondence_author_affiliation variable -data,uncnewsletter.rda,correspondence_author_email,character,Email of the correspondence author -data,uncnewsletter.rda,correspondence_author_orcid,character,ORCID of the correspondence author -data,uncnewsletter.rda,has_das,logical,Whether the paper has a data availability statement -data,uncnewsletter.rda,das,character,Original data availability statement of the paper -data,uncnewsletter.rda,das_type,factor,Type of the data availability statement #todo -data,uncnewsletter.rda,das_repo_url,character,Website url of the data if the relevant data of the paper is shared on a public repository -data,uncnewsletter.rda,keywords,vector,List of keywords of the paper \ No newline at end of file +directory,file_name,variable_name,variable_type,description +data,washdev.rda,paperid,integer,ID number of the paper on the journal website +data,washdev.rda,volume,integer,Volume number of the journal +data,washdev.rda,issue,integer,Issue number of the journal +data,washdev.rda,paper_url,character,Official website url of the paper +data,washdev.rda,journal,character,Full name of the journal +data,washdev.rda,title,character,Title of the paper +data,washdev.rda,published_year,integer,Year of publication +data,washdev.rda,is_supp,logical,Whether the paper has supplementary materials +data,washdev.rda,num_supp,integer,Number of supplementary material files +data,washdev.rda,supp_file_type,list,File type of the supplementary materials +data,washdev.rda,supp_url,character,Website url 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_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_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 +data,washdev.rda,das,character,Original data availability statement of the paper. NA if it does not have a data availability statement. +data,washdev.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,washdev.rda,das_repo_url,list,Website url of the data if the relevant data of the paper is shared on a public repository +data,washdev.rda,keywords,list,List of keywords of the paper +data,washdev.rda,url_source,character,Publisher website of the paper +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,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 +data,uncnewsletter.rda,title,character,Title of the paper +data,uncnewsletter.rda,published_year,integer,Year of publication +data,uncnewsletter.rda,is_supp,logical,Whether the paper has supplementary materials +data,uncnewsletter.rda,num_supp,integer,Number of supplementary material files +data,uncnewsletter.rda,supp_file_type,list,File type of the supplementary materials +data,uncnewsletter.rda,supp_url,list,Website url of the supplementary materials +data,uncnewsletter.rda,num_authors,integer,Number of the authors +data,uncnewsletter.rda,first_author_name,character,Name of the first author +data,uncnewsletter.rda,first_author_affiliation,character,Academic affiliation of the first author +data,uncnewsletter.rda,first_author_affiliation_country,character,Country of the first author directly parsed from first_author_affiliation variable encoded with United Nation names +data,uncnewsletter.rda,first_author_email,character,Email of the first author +data,uncnewsletter.rda,first_author_orcid,character,ORCID of the first author +data,uncnewsletter.rda,correspondence_author_name,character,Name of the correspondence author +data,uncnewsletter.rda,correspondence_author_affiliation,character,Academic affiliation of the correspondence author +data,uncnewsletter.rda,correspondence_author_affiliation_country,character,Country or region of the correspondence author directly parsed from correspondence_author_affiliation variable encoded with United Nation names +data,uncnewsletter.rda,correspondence_author_email,character,Email of the correspondence author +data,uncnewsletter.rda,correspondence_author_orcid,character,ORCID of the correspondence author +data,uncnewsletter.rda,has_das,logical,Whether the paper has a data availability statement +data,uncnewsletter.rda,das,character,Original data availability statement of the paper. NA if it does not have a data availability statement. +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,list,Website url of the data if the relevant data of the paper is shared on a public repository +data,uncnewsletter.rda,keywords,list,List of keywords of the paper diff --git a/data-raw/unc-article-url-manual-collection.csv b/data-raw/unc-article-url-manual-collection.csv index b8b290a..8eeba6e 100644 --- a/data-raw/unc-article-url-manual-collection.csv +++ b/data-raw/unc-article-url-manual-collection.csv @@ -1,142 +1,208 @@ -,issue_url,paper_url,paper_info,url_source,journal,title,published_year,is_supp,num_supp,supp_file_type,supp_link,num_authors,first_author_name,first_author_affiliation,first_author_affiliation_region,first_author_email,first_author_orcid,correspondence_author_name,correspondence_author_affiliation,correspondence_author_affiliation_region,correspondence_author_email,correspondence_author_orcid,has_das,das,das_type,citations,keywords -198,http://eepurl.com/hWz3Yf,https://aiche.onlinelibrary.wiley.com/doi/abs/10.1002/ep.13800,"Mitigation of PFAS in U.S. Public Water Systems: Future steps for ensuring safer drinking water. Environmental Progress and Sustainable Energy, January 2022.",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,yes,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,U.S.A.,anvoulga@ncsu.edu,0000-0002-5778-354X,NA,NA,NA,NA,NA,no,NA,NA,2,"[""drinking water"", ""environmental policy"", ""health and safety""]" -89,http://eepurl.com/ieh0rf,https://ajph.aphapublications.org/doi/abs/10.2105/AJPH.2022.307108,"Timing and Trends for Municipal Wastewater, Lab-Confirmed Case, and Syndromic Case Surveillance of COVID-19 in Raleigh, North Carolina. American Journal of Public Health, November 2022. Nadine Kotlarz, David A. Holcomb, … Angela Harris",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,yes,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,U.S.A.,nkotlar@ncsu.ede,NA,NA,NA,NA,NA,NA,no,NA,NA,3,NA -200,http://eepurl.com/hWz3Yf,https://aslopubs.onlinelibrary.wiley.com/doi/abs/10.1002/lom3.10469,"OpenOBS: Open-source, low-cost optical backscatter sensors for water quality and sediment-transport research. Limnology and Oceanography Methods, December 2021. Emily F. Eidam, Theodore Langhorst, … McKenzie McLean",aslopubs.onlinelibrary.wiley.com,Limnology and Oceanography: Methods,"OpenOBS: Open-source, low-cost optical backscatter sensors for water quality and sediment-transport research",2022,yes,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,U.S.A.,efe@unc.edu,0000-0002-1906-8692,NA,NA,NA,NA,NA,yes,"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,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,"Propagation Characteristics of Seismic Waves in Shallow Sea Sedimentary Layers. Journal of Coastal Research, January 2023. Shuang Zhao, Danni Gu, Cean Guo, Ziannan Wang, Jian Zhang. ",bioone.org,Journal of Coastal Research,Propagation Characteristics of Seismic Waves in Shallow Sea Sedimentary Layers,2023,no,NA,NA,NA,5,Shuang Zhao,Shenyang Ligong University,China,zslg@sylu.edu.cn,NA,NA,NA,NA,NA,NA,no,NA,NA,0,NA -65,http://eepurl.com/ikRgmb,https://deliverypdf.ssrn.com/delivery.php?ID=325026118089091125096087069082081010002050058012070082112036013062008114041069012127022020025080046081107083021020027119123046002110007012103044008064053050001020095031119075087078007072005058110117110089085002005090064087029112117117124020016087009091118074003081031092124100069124114103027&EXT=pdf&INDEX=TRUE,"Camp Lejune Marine Cancer Risk Assessment for Exposure to Contaminated Drinking Water from 1955-1987. SSRN, January 2023. Paul E. Rosenfeld, Kenneth R. Spaeth, …Maddie S. Wilson. ",deliverypdf.ssrn.com,Preprint - excluded,,,,,,,,,,,,,,,,,,,,,, -81,http://eepurl.com/ieh0rf,https://elibrary.asabe.org/abstract.asp?aid=53682,"Evaluating the Occurrence and Relative Abundance of Mosquitoes in Rainwater Harvesting Systems. ASABE Journal, November 2022. (full-text available to subscribers) Kathy DeBusk Gee, Kaitlyn Dobyns, … David Lehr",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,no,NA,NA,NA,7,Kathy DeBusk Gee,Longwood University,U.S.A.,geekd@longwood.edu,NA,NA,NA,NA,NA,NA,no,NA,NA,0,"[""Container breeding"", ""Mosquito"", ""Mosquito larvae"", ""Rainwater harvesting""]" -97,http://eepurl.com/icBZuL,https://esajournals.onlinelibrary.wiley.com/doi/abs/10.1002/eap.2766,"Integrating principles and tools of decision science into value-driven watershed planning for compensatory mitigation. Ecological Applications, October 2022. Georgina M. Sanchez, Mitchell J. Eaton, … Ross K. Meentemeyer",esajournals.onlinelibrary.wiley.com,Ecological Applications,Integrating Principles and Tools of Decision Science into Value-Driven Watershed Planning for Compensatory Mitigation,2023,no,NA,NA,NA,7,Georgina M. Sanchez,North Carolina State University,U.S.A,gmsanche@ncsu.edu,0000-0002-2365-6200,NA,NA,NA,NA,NA,yes,"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,,"[""compensatory mitigation"", ""decision science"", ""knowledge coproduction"", ""natural resources management"", ""research-management partnerships"", ""watershed planning""]" -103,http://eepurl.com/iadi9z,https://go.ncsu.edu/mxmksnj,"Climate Change and Onsite Wastewater Treatment Systems in the Coastal Carolinas. NOAA Climate Program Office, September 2022. Jane Harrison, Lauren Vorhees, … Katie Hill",go.ncsu.edu,,,,,,,,,,,,,,,,,,,,,,, -134,http://eepurl.com/h7S0S1,https://internetofwater.org/blog/geospatial-vector-data/,"Geospatial Vector Data: Standards for Improved Data Sharing. Internet of Water Coalition, July 2022. Kyle Onda",internetofwater.org,,,,,,,,,,,,,,,,,,,,,,, -117,http://eepurl.com/h9U0Mr,https://journals.ametsoc.org/view/journals/bams/aop/BAMS-D-21-0157.1/BAMS-D-21-0157.1.xml,"Backyard Hydroclimatology: Citizen Scientists Contribute to Drought Detection and Monitoring. Bulletin of the American Meteorological Society, August 2022. Kirsten Lackstrom, Amanda Farris and Rebecca Ward",journals.ametsoc.org,,,,,,,,,,,,,,,,,,,,,,, -25,http://eepurl.com/itNRLc,https://journals.sagepub.com/doi/10.1177/1087724X231178868,"Treading Water: Planning for Sea Level Rise in the Southeastern United States. May 2023. Public Works Management and Policy. Andrew J. Grandage, Robert E. Hines, and Katherine G. Willoughby ",journals.sagepub.com,Bulletin of the American Meteorological Society,Backyard Hydroclimatology: Citizen Scientists Contribute to Drought Detection and Monitoring,2022,no,NA,NA,NA,3,Kirsten Lackstrom,University of South Carolina,U.S.A.,lackstro@mailbox.sc.edu,NA,NA,NA,NA,NA,NA,no,NA,NA,NA,"[""Drought"", ""Communications/decision-making"", ""Decision support"", ""Local effects"", ""Societal impacts"", ""Community""]" -143,http://eepurl.com/h4G3CX,https://mdpi-res.com/d_attachment/water/water-14-02088/article_deploy/water-14-02088.pdf?version=1656504269,"Developing Toxic Metal Environmental Justice Indices (TM-EJIs) for Arsenic, Cadmium, Lead, and Manganese Contamination in Private Drinking Wells in North Carolina. Water, June 2022. Noemi Gavino-Lopez, Lauren A. Eaves, … Rebecca C. Fry",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,no,NA,NA,NA,4,Noemi Gavino-Lopez,University of North Carolina at Chapel Hill,U.S.A.,ngavino@live.unc.edu,0000-0001-5895-5318,Rebecca C. Fry,University of North Carolina at Chapel Hill,U.S.A.,rfry@unc.edu,NA,yes,"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,1,"[""environmental justice"", ""private wells"", ""toxic metals""]" -152,http://eepurl.com/h4G3CX,https://media.fisheries.noaa.gov/2022-06/ICWWG-recommendations-reducing-coastal-wetland-loss-2022.pdf,"Recommendations for Reducing Wetland Loss in Coastal Watersheds of the United States. Interagency Coastal Wetlands Workgroup, June 2022.",media.fisheries.noaa.gov,,,,,,,,,,,,,,,,,,,,,,, -203,http://eepurl.com/hWz3Yf,https://ncpfastnetwork.com/final-report/,"Findings and Recommendations of the North Carolina Per- and Polyfluoroalkyl Substances Testing Network. NC PFAST Network, 2021. The report discusses 60 key scientific recommendations and some of these are: (1) water sampling and PFAS analysis of NC municipal drinking water sources; (2) private well contamination risk modeling; and (3) PFAS removal technologies performance testing.",ncpfastnetwork.com,,,,,,,,,,,,,,,,,,,,,,, -179,http://eepurl.com/hZ8bR1,https://nicholasinstitute.duke.edu/sites/default/files/publications/Sensitivity-Analysis-of-Using-Municipal-Boundaries.pdf,"Sensitivity Analysis of Using Municipal Boundaries as a Proxy for Service Area Boundaries When Calculating Water Affordability Metrics. Duke University Nicholas Institute for Environmental Policy Solutions, March 2022. Lauren Patterson, Sophia Bryson, and Martin Doyle",nicholasinstitute.duke.edu,,,,,,,,,,,,,,,,,,,,,,, -54,http://eepurl.com/im-ZMI,https://onehealthoutlook.biomedcentral.com/articles/10.1186/s42522-023-00079-0,"Quinolone-resistant Escherichia coli at the interface between humans, poultry and their shared environment- a potential public health risk. One Health Outlook, February 2023. Mabel Kamweli Aworh, Jacob K. P. Kwaga, Rene S. Hendriksen, Emmanuel C. Okolocha, Erin Harrell, Siddhartha Thakur ",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,no,NA,NA,NA,6,Mabel Kamweli Aworh,North Carolina State University,U.S.A.,mabelaworh@yahoo.com,0000-0003-4213-6929,NA,NA,NA,NA,NA,yes,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,2,"[""Escherichia coli"", ""Plasmid-mediated quinolone resistance"", ""Plasmid-mediated colistin resistance"", ""Poultry workers"", ""Chicken"", ""Poultry Environments"", ""Nigeria""]" -174,http://eepurl.com/hZ8bR1,https://online.ucpress.edu/elementa/article/10/1/00066/120295/Means-motive-and-opportunityA-method-for,"Improved Swine Waste Management - Means, motive, and opportunity: A method for understanding stakeholder agency within food–energy–water systems. Elementa, March 2022. Kate I. T. Bird, Virginia A. Nichols, … Erin L. Cortus",online.ucpress.edu,Elementa: Science of the Anthropocene,"Means, motive, and opportunity: A method for understanding stakeholder agency within food–energy–water systems",2022,no,NA,NA,NA,13,Kate I. T. Bird,University of Nebraska-Lincoln,U.S.A.,kbird5@huskers.unl.edu,0000-0002-0371-7125,NA,NA,NA,NA,NA,no,NA,NA,0,"[""Stakeholder analysis"", ""FEWS"", ""Environmental sustainability"", ""Transdisciplinary research"", ""Stakeholder engagement"", ""Livestock production""]" -105,http://eepurl.com/iadi9z,https://pubs.rsc.org/en/content/articlelanding/2022/EM/D2EM00246A,"Distribution of legacy and emerging per- and polyfluoroalkyl substances in riverine and coastal sediments of Southeastern North Carolina, USA",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,yes,1,pdf,https://www.rsc.org/suppdata/d2/em/d2em00246a/d2em00246a1.pdf,6,Megumi S. Shimizu,University of North Carolina Wilmington,U.S.A.,megumi.s.shimizu@gmail.com,NA,,,,,,no,NA,NA,2, -113,http://eepurl.com/iadi9z,https://pubsonline.informs.org/doi/abs/10.1287/inte.2022.1136,"North Carolina Water Utility Builds Resilience with Distributed Energy Resources. INFORMS Journal on Applied Analytics, September 2022. (full-text available to subscribers) Kate Anderson, James Grymes, … Adam Warren",pubsonline.informs.org,Informs Journal on Applied Analytics,North Carolina Water Utility Builds Resilience with Distributed Energy Resources,2022,no,NA,NA,NA,4,Kate Anderson,National Renewable Energy Lab NREL,U.S.A.,kate.anderson@nrel.gov,0000-0002-3774-9571,NA,NA,NA,NA,NA,no,NA,NA,NA,NA -5,http://eepurl.com/ixN78-/,https://rgsa.emnuvens.com.br/rgsa/article/view/3661,"Water: A Fundamental Resource for Ensuring Sustainability. July 2023. Environmental and Social Management Journal. Márcia Sostmeyer Jung, José Antonio Gonzalez da Silva, … and Larissa Greco da Silva  ",rgsa.emnuvens.com.br,Revista de Gestao Social e Ambiental,Water: A Fundamental Resource for Ensuring Sustainability,2023,no,NA,NA,NA,8,Marcia Sostmeyer Jung,Universidade Regional do Noroeste do Estado do Rio Grande do Sul,Brasil,NA,0000-0003-1591-3622,NA,NA,NA,NA,NA,no,NA,NA,NA,"[""Water Resources"", ""Life"", ""Environmental Education"", ""Development"", ""UN 2030 Agenda""]" -38,http://eepurl.com/irTmaA,https://scholarship.law.unc.edu/cgi/viewcontent.cgi?article=1013&context=nccvlrts,A Drop in the Bucket: North Carolina's Neglected Problem of Private Well Water Contamination.,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,no,NA,NA,NA,2,Claire Mullaney,Duke Law School,U.S.A.,claire.mullaney@duke.edu,NA,NA,NA,NA,NA,NA,no,NA,NA,NA,"[""water"", ""safe drinking water act"", ""environmental law"", ""law"", ""policy"", ""public health"", ""North Carolina""]" -193,http://eepurl.com/hXG2ID,https://sph.unc.edu/superfund-pages/why-test-your-well-water/,"Why test your well water? UNC Superfund Research Program, March 2022.",sph.unc.edu,,,,,,,,,,,,,,,,,,,,,,, -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,"Communicating results of drinking water tests from private wells: designing report-back materials to facilitate understanding. April 2023. Journal of Environmental Health. Sarah Yelton, Andrew Geoge, .. Kathleen Gray.",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,no,NA,NA,NA,6,Sarah Yelton,University of North Carolina at Chapel Hill,U.S.A.,sarah.yelton@unc.edu,0000-0001-6999-8268,NA,NA,NA,NA,NA,no,NA,NA,0,NA -166,http://eepurl.com/h2UiZf,https://wrri.ncsu.edu/conference/2022-annual-conference/,NC Water Resources Research Institute 2022 Conference Sessions on Video – Selected videos include:Water Quality and Public Health | Economics and Water Resources in North Carolina | North Carolina’s Statewide Water Resources Planning and Implementation | Coastal Water Quality | Plastic Pollution in North Carolina Waterways | Climate Resilience and Planning |,wrri.ncsu.edu,,,,,,,,,,,,,,,,,,,,,,, -176,http://eepurl.com/hZ8bR1,https://www.aimsciences.org/article/doi/10.3934/dcdss.2021151,"Mathematical modeling of algal blooms due to swine CAFOs in Eastern North Carolina. Discrete and Continuous Dynamical Systems, March 2022. Amy Henderson, Emek Kose, … Ellen R. Swanson",www.aimsciences.org,Discrete and Continuous Dynamical Systems,Mathematical modeling of algal blooms due to swine CAFOs in Eastern North Carolina,2022,no,NA,NA,NA,4,Amy Henderson,St. Mary's College of Maryland,U.S.A.,abhenderson@smcm.edu,NA,Emek Kose,St. Mary's College of Maryland,U.S.A.,ekoso@smcm.edu,NA,NA,NA,NA,0,"[""Algal blooms"", ""dynamical systems"", ""math modelling"", ""nutrient treshold for resolvable blooms""]" -74,http://eepurl.com/iiETVr,https://www.ajog.org/article/S0002-9378(22)01567-8/fulltext,"Toxic metal contamination of home tap water supply during pregnancy. American Journal of Obstetrics and Gynecology, January 2023. Sara King, Emily Gascoigne, Hadley Hartwell, Keith Levine, Rebecca Fry, Tracy Manuck.  ",www.ajog.org,American Journal of Obstetrics & Gynecology,Toxic Metal Contamination of Home Tap Water Supply during Pregnancy,2023,no,NA,NA,NA,6,Sara King,University of North Carolina,U.S.A.,,,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,"Blood Concentrations 1 of Per- and Polyfluoroalkyl Substances Are Associated with Autoimmunity-like Effects in the American Alligator. Biorxiv, July 2022. T. C. Guillette, Thomas W. Jackson, … Scott M. Belcher",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,yes,3,Excel & Word,https://www.frontiersin.org/articles/10.3389/ftox.2022.1010185/full#supplementary-material,5,Theresa Cantu Guillette,North Carolina State University,U.S.A.,NA,NA,Scott M. Belcher,North Carolina State University,U.S.A.,smbelch2@ncsu.edu,0000-0002-1196-3705,yes,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,7,"[""autoantibodies"", ""autoimmune"", ""crocodilian"", ""immune toxicity"", ""lupus"", ""one health"", PFAS""]" -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,"Retrospective analysis of multidrug-resistant clinical and environmental isolates for the presence of the colistin-resistance gene mcr-1. Infection Control & Hospital Epidemiology, July 2022. Kara J. Levinson, Mackenzie E. Collins, … Melissa B. Miller",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,no,NA,NA,NA,8,Kara J. Levinson,University of North Carolina,U.S.A.,Kara.Levinson@tn.gov,0000-0001-8681-0597,NA,NA,NA,NA,NA,no,NA,NA,NA,NA -102,http://eepurl.com/iadi9z,https://www.essoar.org/doi/abs/10.1002/essoar.10512411.1,"Advancing Regional Water Supply Management and Infrastructure Investment Pathways that are Equitable, Robust, Adaptive, and Cooperatively Stable. Earth and Space Science Open Archive, September 2022. David F Gold, Patrick M. Reed, David E Gorelick, Gregory W. Characklis",www.essoar.org,,,,,,,,,,,,,,,,,,,,,,, -98,http://eepurl.com/icBZuL,https://www.frontiersin.org/articles/10.3389/fenvs.2022.958784/full,"Predicting the occurrence of short-chain PFAS in groundwater using machine-learned Bayesian networks. Front. Environ. Sci., November 2022. Runwei Li and Jacqueline MacDonald Gibson",www.frontiersin.org,Frontiers in Environmental Science,Predicting the occurrence of short-chain PFAS in groundwater using machine-learned Bayesian networks,2022,yes,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,U.S.A.,NA,NA,NA,NA,NA,NA,NA,yes,"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,2,NA -155,http://eepurl.com/h4G3CX,https://www.gao.gov/assets/gao-22-104449.pdf,"Water Quality: Agencies Should Take More Actions to Manage Risks from Harmful Algal Blooms and Hypoxia. GAO, June 2022.",www.gao.gov,,,,,,,,,,,,,,,,,,,,,,, -0,http://eepurl.com/ixN78-/,https://www.liebertpub.com/doi/full/10.1089/env.2022.0100,"Drinking Water Disparities in North Carolina Communities Served by Private Wells. June 2023. Environmental Justice. Andrew George, Kathleen Gray, … and Kelsey J. Pieper ",www.liebertpub.com,Environmental Justice,Drinking Water Disparities in North Carolina Communities Served by Private Wells,2023,no,NA,NA,NA,9,Andrew George,University of North Carolina,U.S.A.,andrewg@email.unc.edu,0000-0002-5347-1370,NA,NA,NA,NA,NA,no,NA,NA,NA,"[""private wells"", ""environmental justice"", ""drinking water"", ""testing"", ""metal contamination""]" -116,http://eepurl.com/h9U0Mr,https://www.medrxiv.org/content/10.1101/2022.08.16.22278858v1,"Assessment of pathogens in flood waters in coastal rural regions: Case study after Hurricane Michael and Florence. MedRxiv, August 2022. Moiz Usmani, Sital Uprety, … Antarpreet Jutla",www.medrxiv.org,,,,,,,,,,,,,,,,,,,,,,, -10,http://eepurl.com/ixN78-/,https://www.researchsquare.com/article/rs-3150504/v1,"The dirty side of clean energy: Lithium ion batteries as a source of PFAS in the environment. August 2023. Research Square. Jennifer Guelfo, P. Ferguson, … and Detlef Knappe ",www.researchsquare.com,,,,,,,,,,,,,,,,,,,,,,, -9,http://eepurl.com/ixN78-/,https://www.taylorfrancis.com/chapters/edit/10.1201/9781003126096-2/introduction-climate-change-estuaries-michael-kennish-hans-paerl-joseph-crosswell,"Introduction to Climate Change and Estuaries 1st Edition. 2023. CRC Press. Michael J. Kennish, Hans W. Paerl, and Joseph R. Crosswell   ",www.taylorfrancis.com,,,,,,,,,,,,,,,,,,,,,,, -40,http://eepurl.com/irTmaA,https://www.wef.org/publications/publications/books/the-water-professionals-guide-to-infectious-disease-outbreaks/,The Water Professional’s Guide to Infectious Disease Outbreaks,www.wef.org,,,,,,,,,,,,,,,,,,,,,,, -110,http://eepurl.com/iadi9z,https://www.who.int/publications/i/item/9789240020863,"Lead in drinking-water: Health risks, monitoring and corrective actions. World Health Organization, September 2022.",www.who.int,,,,,,,,,,,,,,,,,,,,,,, -58,http://eepurl.com/im-ZMI,https://ascelibrary.org/doi/abs/10.1061/JWRMD5.WRENG-5863,"Water Supply Infrastructure Investments Require Adaptive Financial Assessment: Evaluation of Coupled Financial and Water Supply Dynamics. Water Resources Planning and Management, March 2023. David E. Gorelick, David F. Gold, Tirusew Asefa, Sandro Svrdlin, Hui Wang, Nisai Wanakule, Patrick M. Reed, Gregory W. Characklis ",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,no ,NA,NA,NA,8,David E. Gorelick,University of North Carolina,U.S.A.,degorelick@unc.edu,0000-0002-3078-6716,NA,NA,NA,NA,NA,yes,"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,4,NA -92,http://eepurl.com/icBZuL,https://ascelibrary.org/doi/abs/10.1061/%28ASCE%29WR.1943-5452.0001604,"Assessing Performance and Capacity of US Drinking Water Systems. Journal of Water Resources Planning and Management, January 2023. Emily V. Bell, Katy Hansen Megan Mullin",ascelibrary.org,Journal of Water Resources Planning and Management,Assessing Performance and Capacity of US Drinking Water Systems,2022,yes,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,U.S.A.,evbell@uga.edu,0000-0003-2112-3846,NA,NA,NA,NA,NA,yes,"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,2,NA -26,http://eepurl.com/itNRLc,https://awwa.onlinelibrary.wiley.com/doi/abs/10.1002/awwa.2109,"What People Learn About Drinking Water Disruptions From Local Newspapers. May 2023. American Water Work Association. Catherine E. Otero, Emily V. Bell, ... Megan Mullin ",awwa.onlinelibrary.wiley.com,Journal American Water Works Association,What People Learn About Drinking Water Disruptions From Local Newspapers,2023,no ,NA,NA,NA,4,Catherine E. Otero,Duke University,U.S.A.,catherine.otero@duke.edu,NA,NA,NA,NA,NA,NA,no,NA,NA,NA,"[""Infrastructure"", ""North Carolina"", ""Hurricanes"", ""Natural Disasters"", ""Public Opinion"", ""Water Systems""]" -95,http://eepurl.com/icBZuL,https://awwa.onlinelibrary.wiley.com/doi/abs/10.1002/awwa.1977,"Evaluating Water Delinquency Fees and Financial Assistance Programs Through an Equity Lens. AWWA Journal, October 2022.",awwa.onlinelibrary.wiley.com,Journal American Water Works Association,Evaluating Water Delinquency Fees and Financial Assistance Programs Through an Equity Lens,2022,no ,NA,NA,NA,3,Austin Thompson,North Carolina State University,U.S.A.,ahthomp4@ncsu.edu,NA,NA,NA,NA,NA,NA,no,NA,NA,NA,"[""Utilities"", ""Financial Assistance"", ""Durham"", ""North Carolina""]" -167,http://eepurl.com/hZ8bR1,https://cwfnc.org/wp-content/uploads/2022/03/CWFNC-POLICY-REPORT.pdf,"Advancing Well User Protections through Policy. Clean Water for North Carolina, March 2022.",cwfnc.org,,,,,,,,,,,,,,,,,,,,,,, -184,http://eepurl.com/hXG2ID,https://cwfnc.org/archives/7535?utm_source=rss&utm_medium=rss&utm_campaign=wells-policy,"Advancing Well User Protections through Policy. Clean Water for North Carolina, March 2022.",cwfnc.org,,,,,,,,,,,,,,,,,,,,,,, -16,http://eepurl.com/ivRR62,https://doi-org.libproxy.lib.unc.edu/10.1016/j.scitotenv.2023.162940,"Microplastic distribution and characteristics across a large river basin: Insights from the Neuse River in North Carolina, USA. June 2023. Science of The Total Environment. J. Jack Kurki-Fox, Barbara A. Doll, … and Uwe Schneidewind ",doi-org.libproxy.lib.unc.edu,,,,,,,,,,,,,,,,,,,,,,, -17,http://eepurl.com/ivRR62,https://doi-org.libproxy.lib.unc.edu/10.1016/j.scitotenv.2023.163123,"Environmental and health impacts of PFAS: Sources, distribution and sustainable management in North Carolina (USA). June 2023. Science of The Total Environment. Mohammad Nazmul Ehsan, Mumtahina Riza, … and Vincenzo Naddeo ",doi-org.libproxy.lib.unc.edu,,,,,,,,,,,,,,,,,,,,,,, -128,http://eepurl.com/h7S0S1,https://journals.lww.com/environepidem/Fulltext/2022/08000/Associations_between_PFAS_occurrence_and.3.aspx?context=LatestArticles,"Associations between PFAS occurrence and multimorbidity as observed in an electronic health record cohort. Environmental Epidemiology, July 2022. Cavin K Ward-Caviness, Joshua Moyer, … David Diaz-Sanchez",journals.lww.com,Environmental Epidemiology,Associations between PFAS occurrence and multimorbidity as observed in an electronic health record cohort,2022,yes,1,Word,https://links.lww.com/EE/A192,5,Cavin K Ward-Wardiness,US EPA,U.S.A.,ward-caviness.cavin@epa.gov,0000-0002-6322-4349,NA,NA,NA,NA,NA,no,NA,NA,0,"[""PFAS"", ""Multimorbidity"", ""Electronic Health Records"", ""PFOA"", ""PFHpA"", ""Chronic disease""]" -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,"Drinking water sources and water quality in a prospective agricultural cohort. Environmental Epidemiology, June 2022. Manley, Cherrel K., Spaur, Maya, … Ward, Mary ",journals.lww.com,Environmental Epidemiology,Drinking water sources and water quality in a prospective agricultural cohort,2022,no,NA,NA,NA,10,Cherrel K. Manley,"National Institutes of Health, Bethesday, Maryland",U.S.A.,NA,NA,Mary H. Ward,"National Institutes of Health, Bethesday, Maryland",U.S.A.,wardm@mail.nih.gov,0000-0001-7584-8856,no,NA,NA,0,"[""Drinking Water"", ""Nitrate"", ""Disinfection byproducts"", ""Trihalomethanes"", ""Exposure assessment"", ""Agriculture"", ""Cohort""]" -119,http://eepurl.com/h9U0Mr,https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4177977,"Drainage Water Recycling Reduced Nitrogen, Phosphorous, and Sediment Losses from a Drained Agricultural Field in Eastern North Carolina, U.S.A. SSRN, August 2022.  Hossam Moursi, Mohamed A.Youssef, … Robert J. Richardson ",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,yes,1,Word,https://ars.els-cdn.com/content/image/1-s2.0-S0378377423000446-mmc1.docx,6,Hossam Moursi,North Caroline State University,U.S.A.,hamoursi@ncsu.edu,0000-0002-1157-5120,Mohamed A. Youssef,North Carolina State University,U.S.A.,mohamed_youssef@ncsu.edu,NA,yes,Data will be made available on request.,on request,1,NA -168,http://eepurl.com/hZ8bR1,https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4079151,"A Drop in the Bucket: North Carolina’s Neglected Water Problem - Private Well Water Contamination. SSRN, April 2022. Michele Okoh, Claire Mullaney",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,,,,,,,,,,,,,,,,,,,, -101,http://eepurl.com/icBZuL,https://phys.org/news/2022-10-sea-groundwaterand-coastal-septic.html,"Rising sea levels mean rising groundwater—and that spells trouble for coastal septic systems. Phys.org, October 2022. Geological Society of America",phys.org,,,,,,,,,,,,,,,,,,,,,,, -183,http://eepurl.com/hZ8bR1,https://phys.org/news/2022-04-watershed-moment-key-potential-contamination.html,"A watershed moment: Key findings about potential drinking water contamination. Phys.org, April 2022.",phys.org,,,,,,,,,,,,,,,,,,,,,,, -56,http://eepurl.com/im-ZMI,https://www.thelancet.com/journals/lanplh/article/PIIS2542-5196(23)00028-1/fulltext,"Effects of water, sanitation, and hygiene interventions on detection of entomopathogens and host-specific faecal markets in the environment. The Lancet, March 2023. Andrew Mertens, Benjamin F Arnold, Jade Benjamin-Chung, Alexandria B Boehm, Joe Brown, Drew Capone ",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,yes,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,U.S.A.,amertens@berkeley.edu,0000-0002-1050-6721,NA,NA,NA,NA,NA,yes,"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 -144,http://eepurl.com/h4G3CX,https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(22)00937-0/fulltext#%20,"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. The Lancet, July 2022. Jennyfer Wolf, Sydney Hubbard, Joe Brown, … Sophie Boisson",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,yes,2,PDF & Excel,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,yes,"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,46,NA -88,http://eepurl.com/ieh0rf,https://www.youtube.com/watch?v=7lKqZJB3lcc,"Renewable Ocean Energy Developments: Concepts to Kites. Coastal Studies Institute, November 2022.",www.youtube.com,,,,,,,,,,,,,,,,,,,,,,, -91,http://eepurl.com/icBZuL,https://www.youtube.com/channel/UCcnCktZmjYgCM7-QaEA7MhQ/videos,"UNC Water and Health 2022 Conference videos. UNC Water Institute, October 2022.",www.youtube.com,,,,,,,,,,,,,,,,,,,,,,, -30,http://eepurl.com/itNRLc,https://eartharxiv.org/repository/view/5466/,"Using Detrending to Assess SARS-CoV-2  2 Wastewater Loads as a Leading 3  Indicator of Fluctuations in COVID-19 4  Cases at Fine Temporal Scales:  Correlations Across Twenty  Sewersheds in North Carolina. June 2023. Earth ArXiv. Kelly Hoffman, David Holcomb, … Ariel Christensen",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,yes,2,PDF & Code,https://eartharxiv.org/repository/view/5466/,22,Kelly Hoffman,University of North Carolina,U.S.A.,kbhoff@email.unc.edu,0000-0003-3065-3515,Ariel Christensen,University of North Carolina,U.S.A.,ariel.christensen@dhhs.nc.gov,0000-0003-3925-1475,no,NA,NA,0,"[""COVID 19"", ""Viral load"", ""SARS CoV 2"", ""Epidemiology"", ""Public and occupational health"", ""North Carolina"", ""Disease surveillance"", ""Virus testing""]" -170,http://eepurl.com/hZ8bR1,https://eartharxiv.org/repository/object/3229/download/6495/,"Data from the drain: a sensor framework that captures multiple drivers of chronic floods. EarthArXiv, April 2022. Adam Gold, Katherine Anarde, … Miyuki Hino",eartharxiv.org,,,,,,,,,,,,,,,,,,,,,,, -191,http://eepurl.com/hXG2ID,https://eartharxiv.org/repository/view/3062/,"Per- and poly-fluoroalkyl substances (PFAS) in river discharge: modeling 1 loads upstream and downstream of a PFAS manufacturing plant in the Cape 2 Fear watershed, North Carolina. EarthArXiv Preprint, February 2022. Pétré M-A, Salk KR, … Genereux DP",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,yes,3,Excel & Word,https://ars.els-cdn.com/content/image/1-s2.0-S0048969722018563-mmc1.xlsx,8,Marie-Amelie Pétré,North Carolina State University,U.S.A.,marie-amelie.petre@gtk.fi,0000-0001-7975-7476,NA,NA,NA,NA,NA,no,NA,NA,15, -106,http://eepurl.com/iadi9z,https://ehp.niehs.nih.gov/doi/full/10.1289/EHP11033,"Drinking Water–Associated PFAS and Fluoroethers and Lipid Outcomes in the GenX Exposure Study. Environmental Health Perspectives, September 2022. Emma M. Rosen, Nadine Kotlarz, … Jane A. Hoppin",ehp.niehs.nih.gov,Environmental Health Perspective,Drinking Water–Associated PFAS and Fluoroethers and Lipid Outcomes in the GenX Exposure Study,2022,yes,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,U.S.A.,Emma.rosen@unc.edu,0000-0003-0960-7565,Jane A. Hoppin,North Carolina State University,U.S.A.,jahoppin@ncsu.edu,0000-0001-8456-0969,no,NA,NA,8,NA -120,http://eepurl.com/h9U0Mr,https://ehp.niehs.nih.gov/doi/full/10.1289/EHP11033,"Drinking Water–Associated PFAS and Fluoroethers and Lipid Outcomes in the GenX Exposure Study. Environmental Health Perspectives, September 2022. Emma M. Rosen, Nadine Kotlarz",ehp.niehs.nih.gov,Environmental Health Perspective,Drinking Water–Associated PFAS and Fluoroethers and Lipid Outcomes in the GenX Exposure Study,,,,,,,,,,,,,,,,,,,,, -139,http://eepurl.com/h7S0S1,https://ehp.niehs.nih.gov/doi/10.1289/EHP11633,"The Shifting Landscape of Lead Exposure: Screening Gaps for Children in North Carolina. Environmental Health Perspectives, August 2022. Silke Schmidt",ehp.niehs.nih.gov,Environmental Health Perspective,The Shifting Landscape of Lead Exposure: Screening Gaps for Children in North Carolina,2022,no,NA,NA,NA,1,Silke Schmidt,independent,U.S.A.,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,"Coastal Response to the Landfall of a Hurricane on a Series of Inlets and Narrow Back-Barrier Waterways. July 2023. Estuaries and Coasts. Chiara M. Manchia, Ryan P. Mulligan, David J. Mallinson and Stephen J. Culver ",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,no,NA,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,yes,The data is available upon request. Please contact the corresponding author.,on request,0,"[""Tropical Cyclones"", ""Spectral wave modelling"", ""Coastal hydrodynamics"", ""Ocean currents"", ""Storm surge"", ""Barrier islands""]" -85,http://eepurl.com/ieh0rf,https://link.springer.com/article/10.1007/s13157-022-01605-y,"Hydrologic Restoration Decreases Greenhouse Gas Emissions from Shrub Bog Peatlands in Southeastern US. Wetland Restoration, October 2022. (full-text available to subscribers) Luise Armstrong, Ariane Peralta, … Marcelo Ardón",link.springer.com,Springer Wetlands,Hydrologic Restoration Decreases Greenhouse Gas Emissions from Shrub Bog Peatlands in Southeastern US,2022,no,NA,NA,NA,9,Luise Armstrong,East Carolina University,U.S.A.,NA,NA,Marcelo Ardón,North Carolina State University,U.S.A.,mlardons@ncsu.edu,0000-0001-7275-2672,yes,The datasets generated during and analyzed during the current study are available from the corresponding author on reasonable request.,on request,2,"[""Pocosin"", ""Greenhouse gases"", ""Restoration"", ""Mitigation""]" -189,http://eepurl.com/hXG2ID,https://link.springer.com/article/10.1007/s10980-022-01425-9,"Forest water use is increasingly decoupled from water availability even during severe drought. Landscape Ecology, February 2022. Katie A. McQuillan, Mirela G. Tulbure & Katherine L. Martin",link.springer.com,Springer Landscape Ecology,Forest water use is increasingly decoupled from water availability even during severe drought,2022,yes,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,U.S.A.,kmcquil@ncsu.edu,NA,NA,NA,NA,NA,NA,yes,"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 repositories,2,"[""Evapotranspiration"", ""Remote sensing"", ""Topography"", ""Forest composition"", ""Landsat"", ""MODIS""]" -3,http://eepurl.com/ixN78-/,https://www.pnas.org/doi/10.1073/pnas.2216021120,"Separating signal from noise in wastewater data: An algorithm to identify community-level COVID-19 surges in real time. July 2023. Population Biology. Aparna Keshaviah, Ian Huff, ... and Isabel Musse ",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,yes,1,PDF,https://www.pnas.org/doi/suppl/10.1073/pnas.2216021120/suppl_file/pnas.2216021120.sapp.pdf,1,Aparna Kashaviah,Mathematice Inc.,U.S.A.,AKeshaviah@mathematica-mpr.com,0000-0002-4324-6807,NA,NA,NA,NA,NA,yes,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 repositories,0,"[""Wastewater Monitoring"", ""Sars-Covid-2"", ""Covid-19 Surge"", ""Early Warning"", ""Alert Algorithm""]" -37,http://eepurl.com/irTmaA,https://www.pnas.org/doi/abs/10.1073/pnas.2120252120,Estimating the benefits of stream water quality improvements in urbanizing watersheds: An ecological production function approach.,www.pnas.org,PNAS Environmental Sciences,Estimating the benefits of stream water quality improvements in urbanizing watersheds: An ecological production function approach,2023,yes,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,U.S.A.,roger_von_haefen@ncsu.edu,0000-0002-5604-8754,NA,NA,NA,NA,NA,yes,Replication files data have been deposited in Harvard’s Dataverse (https://doi.org/10.7910/DVN/XT3RZ8) (33).,available in online repositories,1,"[""Nonmarket Evaluation"", ""Water quality"", ""Urban streams"", ""Stated preference""]" -196,http://eepurl.com/hWz3Yf,https://www.pnas.org/content/119/6/e2110694119.short,"Early life lead exposure from private well water increases juvenile delinquency risk among US teens. PNAS, February 2022. Jacqueline MacDonald Gibson, Michael Fisher, … Philip J. Cook",www.pnas.org,PNAS Environmental Sciences,Early life lead exposure from private well water increases juvenile delinquency risk among US teens,2022,yes,1,PDF,https://www.pnas.org/doi/suppl/10.1073/pnas.2110694119/suppl_file/pnas.2110694119.sapp.pdf,6,Jacqueline MacDonald Gibson,Indiana University,U.S.A.,jacmgibs@iu.edu,0000-0002-5468-0713,NA,NA,NA,NA,NA,yes,"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 repositories,5,"[""Drinking water"", ""Children"", ""Lead exposure"", """ -53,http://eepurl.com/im-ZMI,https://www.tandfonline.com/doi/abs/10.1080/21622515.2023.2182719,"Inactivation of faecal pathogens during faecal sludge composting: a systematic review. Environmental Technology Reviews, February 2023. Musa Manga, Chimdi C. Muoghalu & Pamela O. Acheng ",www.tandfonline.com,Environmental Technology Reviews,Inactivation of faecal pathogens during faecal sludge composting: a systematic review,2023,yes,1,PDF,https://www.tandfonline.com/doi/abs/10.1080/21622515.2023.2182719,3,Musa Manga,University of North Carolina,U.S.A.,musa.manga@mak.ac.ug,0000-0002-3317-7318,NA,NA,NA,NA,NA,no,NA,NA,2,"[""Faecal Sludge Treatment"", ""Composting"", ""Temperature-time critera"", ""pathogen inactivation mechanism"", ""compost sanitation""]" -57,http://eepurl.com/im-ZMI,https://www.tandfonline.com/doi/full/10.1080/09640568.2023.2183112,"Mitigating compound coastal hazards in Eastern North Carolina. Taylor & Francis, March 2023. Anuradha Mukherji, Scott Curtis, Jennifer Helgeson, Jamie Kruse, Ausmita Ghosh.  ",www.tandfonline.com,Journal of Environmental Planning and Management,Mitigating compound coastal water hazards in Eastern North Carolina,2023,yes,2,CSV,https://www.tandfonline.com/action/downloadTable?id=t0001&doi=10.1080%2F09640568.2023.2183112&downloadType=CSV,5,Anuradha Mukherji,East Carolina University,U.S.A.,mukherjia@ecu.edu,0000-0003-2315-7062,NA,NA,NA,NA,NA,no,NA,NA,0,"[""Hazard mitigation"", ""compound event"", ""flooding"", ""rural resilience"", ""climate change""]" -165,http://eepurl.com/h2UiZf,https://www.tandfonline.com/doi/abs/10.1080/02626667.2022.2052073,Water quality inequality: a non-targeted hotspot analysis for ambient water quality injustices,www.tandfonline.com,Hydrological Sciences Journal,Water quality inequality: a non-targeted hotspot analysis for ambient water quality injustices,2022,yes,1,PDF,https://ndownloader.figstatic.com/files/34341880,4,Justine A. Neville,North Carolina State University,U.S.A.,jneville@usgs.gov,0000-0003-3160-5363,NA,NA,NA,NA,NA,no,NA,NA,3,"[""Environmental justive"", ""Ambient water quality"", ""Interfaces with society""]" -11,http://eepurl.com/ivRR62,https://www.usgs.gov/publications/simulation-future-streamflow-and-irrigation-demand-based-climate-and-urban-growth,"Simulation of future streamflow and irrigation demand based on climate and urban growth projections in the Cape Fear and Pee Dee River Basins, North Carolina and South Carolina, 2055–65. June 2023. US Geological Survey. Laura N. Gurley, Ana María García, Cassandra A. Pfeifle and Georgina M. Sanchez ",www.usgs.gov,,,,,,,,,,,,,,,,,,,,,,, -169,http://eepurl.com/hZ8bR1,https://www.usgs.gov/publications/assessment-well-yield-dominant-fractures-and-groundwater-recharge-wake-county-north,"Assessment of well yield, dominant fractures, and groundwater recharge in Wake County, North Carolina. USGS, April 2022.",www.usgs.gov,,,,,,,,,,,,,,,,,,,,,,, -180,http://eepurl.com/hZ8bR1,https://www.usgs.gov/data/soil-water-balance-swb-model-data-sets-greater-wake-county-area-north-carolina-1990-2070,"Soil-Water-Balance (SWB) model data sets for the Greater Wake County area, North Carolina, 1990 – 2070. USGS, April 2022.",www.usgs.gov,,,,,,,,,,,,,,,,,,,,,,, -135,http://eepurl.com/h7S0S1,https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021WR031533,"The Nonpoint Sources and Transport of Baseflow Nitrogen Loading Across a Developed Rural-Urban Gradient. Water Resources Research, July 2022. Joseph M. Delesantro, Jonathan M. Duncan, … Lawrence E. Band",agupubs.onlinelibrary.wiley.com,AGU Water Resources Research,The Nonpoint Sources and Transport of Baseflow Nitrogen Loading Across a Developed Rural-Urban Gradient,2022,yes,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,U.S.A.,jmdelesantro@gmail.com,0000-0002-6982-8768,NA,NA,NA,NA,NA,yes,"The data supporting the analyses and results of this paper are publicly available on HydroShare (Delesantro et al., 2021b).",available in online repository,9,"[""urban"", ""nonpoint source"", ""watershed"", ""nitrogen"", ""hydrology"", ""management""]" -140,http://eepurl.com/h7S0S1,https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021WR030711,"Using Automated Seepage Meters to Quantify the Spatial Variability and Net Flux of Groundwater to a Stream. Water Resources Research, June 2022. C. Eric Humphrey, D. Kip Solomon, … Markus R. MacNamara",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,yes,5,Word & Excel & 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,U.S.A.,humphrey.c.eric@gmail.com,0000-0002-1174-8458,NA,NA,NA,NA,NA,yes,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,2,"[""sand hills"", ""seepage flux"", ""groundwater"", ""surface water"", ""spatial variability"", ""hydrology""]" -159,http://eepurl.com/h2UiZf,https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2021WR030700,"Impact of Inter-Utility Agreements on Cooperative Regional Water Infrastructure Investment and Management Pathways. Water Resources Research, March 2022. David E. Gorelick, David F. Gold, … Gregory Characklis",agupubs.onlinelibrary.wiley.com,AGU Water Resources Research,Impact of Inter-Utility Agreements on Cooperative Regional Water Infrastructure Investment and Management Pathways,2022,yes,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,U.S.A.,degorelick@unc.edu,0000-0002-3078-6716,NA,NA,NA,NA,NA,yes,"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,5,"[""water utility"", ""cooperation"", ""demand"", ""deep uncertainty"", ""optimization"", ""financial risk""]" -175,http://eepurl.com/hZ8bR1,https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021EF002139,"Inundation of Stormwater Infrastructure Is Common and Increases Risk of Flooding in Coastal Urban Areas Along the US Atlantic Coast. Earth’s Future, March 2022. Adam C. Gold, Chelsea M. Brown, … Michael F. Piehler",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,yes,1,Word,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,U.S.A.,gold@unc.edu,0000-0002-0921-0384,NA,NA,NA,NA,NA,yes,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,6,"[""coastal development"", ""stormwater management"", ""infrastructure"", ""inundation modeling"", ""high-tide flooding""]" -94,http://eepurl.com/icBZuL,https://onlinelibrary.wiley.com/doi/full/10.1002/esp.5495,"Channel head response to anthropogenic landscape modification: A case study from the North Carolina Piedmont, USA, with implications for water quality. ESP and L, October 2022. Rachel M. Atkins, Karl Wegmann, Del Wayne R. Bohnenstiehl",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,yes,1,Word,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,U.S.A.,ratkins@alumni.ncsu.edu,0000-0001-6115-6322,NA,NA,NA,NA,NA,yes,The data sets used and/or analyzed in this study are publicly available or are included in the Supporting Information.,available in online repository,6,"[""erosion"", ""land-use change"", ""legacy sediment"", ""slope-area treshold"". ""soil nutrients"", ""stream channel initiation""]" -121,http://eepurl.com/h9U0Mr,https://onlinelibrary.wiley.com/doi/abs/10.1111/psj.12473,"External drivers of participation in regional collaborative water planning. Policy Studies Journal, August 2022. Emily V. Bell, Amanda Fencl, Megan Mullin",onlinelibrary.wiley.com,Policies Studies Journal,External drivers of participation in regional collaborative water planning,2022,no,NA,NA,NA,3,Emily V. Bell,University of Georgia,U.S.A.,evbell@uga.edu,0000-0003-2112-3846,NA,NA,NA,NA,NA,no,NA,NA,4,"[""collaborative governance"", ""policy beliefs"", ""regional water planning"", ""Gobernanza colaborativa"", ""creencias políticas"", ""planificación regional del agua"", ""协作治理"", "" 政策信念"", ""区域水资源规划""] -" -123,http://eepurl.com/h9U0Mr,https://onlinelibrary.wiley.com/doi/epdf/10.1002/anie.202208150,"Hydrolytically Stable Ionic Fluorogels for High-Performance Remediation of Per- and Polyfluoroalkyl Substances (PFAS) from Natural Water. Angewandte Chemie, August 2022. (full-text available to subscribers) Irene M Manning, Nick Guan Pin Chew, … Frank Leibfarth",onlinelibrary.wiley.com,Angewandte Chemie - Internationale Edition,HydrolyticallyStableIonicFluorogelsforHigh-PerformanceRemediationofPer-andPolyfluoroalkylSubstances(PFAS)fromNaturalWater,2022,yes,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,U.S.A.,NA,0000-0001-7369-0709,Frank A. Leibfarth,University of North Carolina,U.S.A.,frankl@unc.edu,0000-0001-7737-0331,no,NA,NA,3,NA -178,http://eepurl.com/hZ8bR1,https://onlinelibrary.wiley.com/doi/full/10.1002/hyp.14550,"Seasonal flashiness and high frequency discharge events in headwater streams in the North Carolina Piedmont (United States). Hydrological Processes, March 2022. Bradley G. Johnson, Catherine S. Morris, … Christopher J. Paradise",onlinelibrary.wiley.com,Hydrological Processes,Seasonal flashiness and high frequency discharge events in headwater streams in the North Carolina Piedmont (United States),2022,no,NA,NA,NA,5,Bradley G. Johnson,Davidson College,U.S.A.,brjohnson@davidson.edu,0000-0002-3799-5019,NA,NA,NA,NA,NA,yes,"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,NA,"[""biology-geology feebacks"", ""DMQ99"", ""evapotranspiration"", ""headwater streams"", ""land use change"", ""seasonal flashiness"", ""specific conductance"", ""stream gauges""]" -107,http://eepurl.com/iadi9z,https://scholar.google.com/scholar_url?url=https://repository.lib.ncsu.edu/bitstream/handle/1840.20/39963/UNC-WRRI-503.pdf%3Fsequence%3D1%26isAllowed%3Dy&hl=en&sa=X&d=12449696339405114926&ei=H1Q7Y8eWAo3KyQSj-rawCw&scisig=AAGBfm11dsaLczzqdM0TvmtUXv8wa8l8Aw&oi=scholaralrt&hist=hZvSJggAAAAJ:1845670055503687097:AAGBfm0vQEd7yEvMxTS7JrgrKoWJrnZn9w&html=&pos=0&folt=kw-top,"Empowering Underrepresented Citizens of Charlotte-Mecklenberg with a Voice and Role In Municipal Stormwater Programs. WRRI, October 2022. Bryan Patterson, Regina Guyer, and Kari Raburn",scholar.google.com,,,,,,,,,,,,,,,,,,,,,,, -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,"Lead Levels in Tap Water at Licensed North Carolina Child Care Facilities, 2020–2021.  Am J Public Health. October 2022.  Jennifer Hoponick Redmon, A. J. Kondash, … Riley Mulhern",scholar.google.com,American Journal of Public Health,"Lead Levels in Tap Water at Licensed North Carolina Child Care Facilities, 2020–2021",2022,yes,1,Word,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,U.S.A.,jredmon@rti.org,0000-0003-3641-737X,NA,NA,NA,NA,NA,no,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,"Simulation of the Environmental Fate and Transformation of Nano Copper Oxide in a Freshwater Environment. ACS ES&T Water, August 2022. BN Ross, CD Knightes",scholar.google.com,ACS EST Water,Simulation of the Environmental Fate and Transformation of Nano Copper Oxide in a Freshwater Environment,2022,yes,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,U.S.A.,ross.bianca@epa.gov,0000-0001-6231-9437,NA,NA,NA,NA,NA,no,NA,NA,1,"[""WASP"", ""environmental modeling"", ""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,"Focus groups revealed how community health workers in North Carolina find, verify, and process health information for migrant and seasonal farmworkers. Health Info Libr J., May 2022. Catherine E. LePrevost, Leslie E. Cofie, … Joseph G. L. Lee",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,no,NA,NA,NA,4,Catherine E. LePrevost,North Carolina State University,U.S.A.,celeprev@ncsu.edu,0000-0001-7360-0021,NA,NA,NA,NA,NA,no,NA,NA,0,"[""health education"", ""health information needs"", ""health professionals"", ""information dissemination"", ""information literacy"", ""information seeking behavior"", ""patient education"", ""research"", ""qualitative""]" -15,http://eepurl.com/ivRR62,https://pubmed.ncbi.nlm.nih.gov/37184848/,"Risk of Parkinson Disease Among Service Members at Marine Corps Base Camp Lejeune. July 2023. JAMA Neurology. Samuel M Goldman, Frances M Weaver, … and Caroline M Tanner   ",pubmed.ncbi.nlm.nih.gov,JAMA Neurology,Risk of Parkinson Disease Among Service Members at Marine Corps Base Camp Lejeune,2023,no,NA,NA,NA,8,Samual M. Goldman,University of California,U.S.A.,samuel.goldman@ucsf.edu,0000-0002-3039-9927,NA,NA,NA,NA,NA,no,NA,NA,9,NA -27,http://eepurl.com/itNRLc,https://pubmed.ncbi.nlm.nih.gov/37192571/,"Temporal and spatial relationships of CrAssphage and enteric viral and bacterial pathogens in wastewater in North Carolina. July 1. Water Research. Huiyun Wu, Md Ariful Islam Juel, … Marirosa Molina ",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,yes,1,Word,https://ars.els-cdn.com/content/image/1-s2.0-S004313542300444X-mmc1.docx,6,Huiyun Wu,US EPA,U.S.A.,NA,NA,Marirosa Molina,US EPA,U.S.A.,molina.marirosa@epa.gov,0000-0002-6373-8374,yes,Data will be made available on request.,on request,2,"[""crAssphage"", ""Municipal untreated wastewater"", ""Temporal variations"", ""Spatial variations"", ""Enteric pathogens correlations"", ""Bacteria"", ""And viruses""; ""qPCR"", ""rt-qPCR""]" -33,http://eepurl.com/irTmaA,https://pubmed.ncbi.nlm.nih.gov/36633899/,Addressing Short-Chain PFAS Contamination in Water with Nanofibrous Adsorbent/Filter Material from Electrospinning.,pubmed.ncbi.nlm.nih.gov,Acc Chemical Research,Addressing Short-Chain PFAS Contamination in Water with Nanofibrous Adsorbent/Filter Material from Electrospinning,2023,no,NA,NA,NA,3,Shobha Mantripragade,North Carolina State University,U.S.A.,smantrip@ncat.edu,NA,Lifeng Zhang,North Carolina State University,U.S.A.,lzhang@ncat.edu,no,no,NA,NA,4,NA -76,http://eepurl.com/iiETVr,https://pubmed.ncbi.nlm.nih.gov/36565404/,"Deep learning-based ensemble modeling of Vibrio parahaemolyticus concentration in marine environment. Environmental Monitoring and Assessment, December 2022. Peyman Namadi, Zhiqiang Deng.  ",pubmed.ncbi.nlm.nih.gov,Environmental Monitoring and Assessme,Deep learning-based ensemble modeling of Vibrio parahaemolyticus concentration in marine environment,2023,no,NA,NA,NA,2,Peyman Namadi,Louisiana State University,U.S.A.,NA,NA,Zhiqiang Deng,Louisiana State University,U.S.A.,zdeng@lsu.edu,0000-0002-9245-2826,yes,The codes used in this research are available from the authors upon request.,on request,0,"[""Artificial Neural Networks"", ""Genetic programming"", ""Antedcedent environmental conditions"", ""Temperature"", ""Salinity"", ""Oysters""]" -78,http://eepurl.com/iiETVr,https://pubmed.ncbi.nlm.nih.gov/36356280/,"Timing and Trends for Municipal Wastewater, Lab-Confirmed Case, and Syndromic Case Surveillance of COVID-19 in Raleigh, North Carolina. American Journal of Public Health, January 2023. Nadine Kotlarz, David A Holcomb, … Angela Harris. ",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,yes,1,Word,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,U.S.A.,nkotlar@ncsu.edu,NA,NA,NA,NA,NA,NA,no,NA,NA,3,NA -84,http://eepurl.com/ieh0rf,https://www.nature.com/articles/s41467-022-34312-7,"Genomic analysis of sewage from 101 countries reveals global landscape of antimicrobial resistance. Nature Communications, December 2022. Patrick Munk, Christian Brinch, … Frank M. Aarestrup",www.nature.com,Nature Communications,Genomic analysis of sewage from 101 countries reveals global landscape of antimicrobial resistance,2022,yes,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,Denmark,pmun@food.dtu.dk,0000-0001-8813-4019,NA,NA,NA,NA,NA,yes,"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 repositories,4,"[""Antimicrobial resistance"", ""Metagenomics"", ""Microbial ecology"", ""Policy and public health in microbiology""]" -109,http://eepurl.com/iadi9z,https://www.nature.com/articles/s41370-022-00475-0,"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). Journal of Exposure Science & Environmental Epidemiology, September 2022.",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,yes,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,U.S.A.,cykeeler@live.unc.edu,0000-0002-3445-6589,NA,NA,NA,NA,NA,yes,The datasets generated during and/or analyzed during the current study are available from the corresponding author on reasonable request.,on request,2,"[""Preterm birth"", ""Low birth weight"", ""Adverse birth outcome"", ""Polluted sites"", ""Superfund"", ""Industrial sites""]" -129,http://eepurl.com/h7S0S1,https://www.nature.com/articles/s43247-022-00501-x,"Carbon accumulation rates are highest at young and expanding salt marsh edges. Communications Earth & Environment, August 2022. Carson B. Miller, Antonio B. Rodriguez, … Nathan D. ",www.nature.com,Nature Communication Earth & Environment,Carbon accumulation rates are highest at young and expanding salt marsh edges,2022,yes,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,U.S.A.,carsonm@live.unc.edu,0000-0002-8185-2082,Antonio B. Rodriguez,University of North Carolina,U.S.A.,abrodrig@email.unc.edu,0000-0001-6578-5118,yes,"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 repositories,2,"[""Carbon cycle"", ""Climate-change mitigation"", ""Environmental impact""]" -130,http://eepurl.com/h7S0S1,https://www.nature.com/articles/s41545-021-00128-z,"A critical review of point-of-use drinking water treatment in the United States. NPJ Clean Water, July 2022. Jishan Wu, Miao Cao, … Eric M. V. Hoek",www.nature.com,NPJ Clean Water,A critical review of point-of-use drinking water treatment in the United States,2021,yes,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,U.S.A.,NA,NA,Eric M. V. Hoek,University of California,U.S.A.,emvhoek@ucla.edu,0000-0002-9674-1916,yes,The authors declare that no datasets were generated or analyzed during the current study.,no datasets were generated during the study,40,"[""Chemical Engineering"", ""Water resources""]" -161,http://eepurl.com/h2UiZf,https://www.nature.com/articles/s41597-022-01358-7,"Paired field and water measurements from drainage management practices in row-crop agriculture. Nature, June 2022. L. J. Abendroth, G. Chighladze, … M. Yousse",www.nature.com,Scientific Data,Paired field and water measurements from drainage management practices in row-crop agriculture,2022,yes,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,U.S.A.,lori.abendroth@usda.gov,0000-0002-0176-7815,NA,NA,NA,NA,NA,yes,"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. +paperid,issue_url,paper_url,paper_info,url_source,journal,title,published_year,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,citations,keywords +198,http://eepurl.com/hWz3Yf,https://aiche.onlinelibrary.wiley.com/doi/abs/10.1002/ep.13800,"Mitigation of PFAS in U.S. Public Water Systems: Future steps for ensuring safer drinking water. Environmental Progress and Sustainable Energy, January 2022.",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,USA,anvoulga@ncsu.edu,0000-0002-5778-354X,NA,NA,NA,NA,NA,FALSE,NA,NA,,2,"[""drinking water"", ""environmental policy"", ""health and safety""]" +89,http://eepurl.com/ieh0rf,https://ajph.aphapublications.org/doi/abs/10.2105/AJPH.2022.307108,"Timing and Trends for Municipal Wastewater, Lab-Confirmed Case, and Syndromic Case Surveillance of COVID-19 in Raleigh, North Carolina. American Journal of Public Health, November 2022. Nadine Kotlarz, David A. Holcomb, … Angela Harris",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,USA,nkotlar@ncsu.ede,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,3,NA +200,http://eepurl.com/hWz3Yf,https://aslopubs.onlinelibrary.wiley.com/doi/abs/10.1002/lom3.10469,"OpenOBS: Open-source, low-cost optical backscatter sensors for water quality and sediment-transport research. Limnology and Oceanography Methods, December 2021. Emily F. Eidam, Theodore Langhorst, … McKenzie McLean",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,USA,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,"Propagation Characteristics of Seismic Waves in Shallow Sea Sedimentary Layers. Journal of Coastal Research, January 2023. Shuang Zhao, Danni Gu, Cean Guo, Ziannan Wang, Jian Zhang. ",bioone.org,Journal of Coastal Research,Propagation Characteristics of Seismic Waves in Shallow Sea Sedimentary Layers,2023,FALSE,NA,NA,NA,5,Shuang Zhao,Shenyang Ligong University,China,zslg@sylu.edu.cn,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,0,NA +65,http://eepurl.com/ikRgmb,https://deliverypdf.ssrn.com/delivery.php?ID=325026118089091125096087069082081010002050058012070082112036013062008114041069012127022020025080046081107083021020027119123046002110007012103044008064053050001020095031119075087078007072005058110117110089085002005090064087029112117117124020016087009091118074003081031092124100069124114103027&EXT=pdf&INDEX=TRUE,"Camp Lejune Marine Cancer Risk Assessment for Exposure to Contaminated Drinking Water from 1955-1987. SSRN, January 2023. Paul E. Rosenfeld, Kenneth R. Spaeth, …Maddie S. Wilson. ",deliverypdf.ssrn.com,Preprint - excluded,,,,,,,,,,,,,,,,,,,,,,, +81,http://eepurl.com/ieh0rf,https://elibrary.asabe.org/abstract.asp?aid=53682,"Evaluating the Occurrence and Relative Abundance of Mosquitoes in Rainwater Harvesting Systems. ASABE Journal, November 2022. (full-text available to subscribers) Kathy DeBusk Gee, Kaitlyn Dobyns, … David Lehr",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,NA,NA,NA,7,Kathy DeBusk Gee,Longwood University,USA,geekd@longwood.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,0,"[""Container breeding"", ""Mosquito"", ""Mosquito larvae"", ""Rainwater harvesting""]" +97,http://eepurl.com/icBZuL,https://esajournals.onlinelibrary.wiley.com/doi/abs/10.1002/eap.2766,"Integrating principles and tools of decision science into value-driven watershed planning for compensatory mitigation. Ecological Applications, October 2022. Georgina M. Sanchez, Mitchell J. Eaton, … Ross K. Meentemeyer",esajournals.onlinelibrary.wiley.com,Ecological Applications,Integrating Principles and Tools of Decision Science into Value-Driven Watershed Planning for Compensatory Mitigation,2023,FALSE,NA,NA,NA,7,Georgina M. Sanchez,North Carolina State University,USA,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]",,"[""compensatory mitigation"", ""decision science"", ""knowledge coproduction"", ""natural resources management"", ""research-management partnerships"", ""watershed planning""]" +103,http://eepurl.com/iadi9z,https://go.ncsu.edu/mxmksnj,"Climate Change and Onsite Wastewater Treatment Systems in the Coastal Carolinas. NOAA Climate Program Office, September 2022. Jane Harrison, Lauren Vorhees, … Katie Hill",go.ncsu.edu,,,,,,,,,,,,,,,,,,,,,,,, +134,http://eepurl.com/h7S0S1,https://internetofwater.org/blog/geospatial-vector-data/,"Geospatial Vector Data: Standards for Improved Data Sharing. Internet of Water Coalition, July 2022. Kyle Onda",internetofwater.org,,,,,,,,,,,,,,,,,,,,,,,, +117,http://eepurl.com/h9U0Mr,https://journals.ametsoc.org/view/journals/bams/aop/BAMS-D-21-0157.1/BAMS-D-21-0157.1.xml,"Backyard Hydroclimatology: Citizen Scientists Contribute to Drought Detection and Monitoring. Bulletin of the American Meteorological Society, August 2022. Kirsten Lackstrom, Amanda Farris and Rebecca Ward",journals.ametsoc.org,,,,,,,,,,,,,,,,,,,,,,,, +25,http://eepurl.com/itNRLc,https://journals.sagepub.com/doi/10.1177/1087724X231178868,"Treading Water: Planning for Sea Level Rise in the Southeastern United States. May 2023. Public Works Management and Policy. Andrew J. Grandage, Robert E. Hines, and Katherine G. Willoughby ",journals.sagepub.com,Bulletin of the American Meteorological Society,Backyard Hydroclimatology: Citizen Scientists Contribute to Drought Detection and Monitoring,2022,FALSE,NA,NA,NA,3,Kirsten Lackstrom,University of South Carolina,USA,lackstro@mailbox.sc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,NA,"[""Drought"", ""Communications/decision-making"", ""Decision support"", ""Local effects"", ""Societal impacts"", ""Community""]" +143,http://eepurl.com/h4G3CX,https://mdpi-res.com/d_attachment/water/water-14-02088/article_deploy/water-14-02088.pdf?version=1656504269,"Developing Toxic Metal Environmental Justice Indices (TM-EJIs) for Arsenic, Cadmium, Lead, and Manganese Contamination in Private Drinking Wells in North Carolina. Water, June 2022. Noemi Gavino-Lopez, Lauren A. Eaves, … Rebecca C. Fry",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,NA,NA,NA,4,Noemi Gavino-Lopez,University of North Carolina at Chapel Hill,USA,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,"[""environmental justice"", ""private wells"", ""toxic metals""]" +152,http://eepurl.com/h4G3CX,https://media.fisheries.noaa.gov/2022-06/ICWWG-recommendations-reducing-coastal-wetland-loss-2022.pdf,"Recommendations for Reducing Wetland Loss in Coastal Watersheds of the United States. Interagency Coastal Wetlands Workgroup, June 2022.",media.fisheries.noaa.gov,,,,,,,,,,,,,,,,,,,,,,,, +203,http://eepurl.com/hWz3Yf,https://ncpfastnetwork.com/final-report/,"Findings and Recommendations of the North Carolina Per- and Polyfluoroalkyl Substances Testing Network. NC PFAST Network, 2021. The report discusses 60 key scientific recommendations and some of these are: (1) water sampling and PFAS analysis of NC municipal drinking water sources; (2) private well contamination risk modeling; and (3) PFAS removal technologies performance testing.",ncpfastnetwork.com,,,,,,,,,,,,,,,,,,,,,,,, +179,http://eepurl.com/hZ8bR1,https://nicholasinstitute.duke.edu/sites/default/files/publications/Sensitivity-Analysis-of-Using-Municipal-Boundaries.pdf,"Sensitivity Analysis of Using Municipal Boundaries as a Proxy for Service Area Boundaries When Calculating Water Affordability Metrics. Duke University Nicholas Institute for Environmental Policy Solutions, March 2022. Lauren Patterson, Sophia Bryson, and Martin Doyle",nicholasinstitute.duke.edu,,,,,,,,,,,,,,,,,,,,,,,, +54,http://eepurl.com/im-ZMI,https://onehealthoutlook.biomedcentral.com/articles/10.1186/s42522-023-00079-0,"Quinolone-resistant Escherichia coli at the interface between humans, poultry and their shared environment- a potential public health risk. One Health Outlook, February 2023. Mabel Kamweli Aworh, Jacob K. P. Kwaga, Rene S. Hendriksen, Emmanuel C. Okolocha, Erin Harrell, Siddhartha Thakur ",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,NA,NA,NA,6,Mabel Kamweli Aworh,North Carolina State University,USA,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,,2,"[""Escherichia coli"", ""Plasmid-mediated quinolone resistance"", ""Plasmid-mediated colistin resistance"", ""Poultry workers"", ""Chicken"", ""Poultry Environments"", ""Nigeria""]" +174,http://eepurl.com/hZ8bR1,https://online.ucpress.edu/elementa/article/10/1/00066/120295/Means-motive-and-opportunityA-method-for,"Improved Swine Waste Management - Means, motive, and opportunity: A method for understanding stakeholder agency within food–energy–water systems. Elementa, March 2022. Kate I. T. Bird, Virginia A. Nichols, … Erin L. Cortus",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,NA,NA,NA,13,Kate I. T. Bird,University of Nebraska-Lincoln,USA,kbird5@huskers.unl.edu,0000-0002-0371-7125,NA,NA,NA,NA,NA,FALSE,NA,NA,,0,"[""Stakeholder analysis"", ""FEWS"", ""Environmental sustainability"", ""Transdisciplinary research"", ""Stakeholder engagement"", ""Livestock production""]" +105,http://eepurl.com/iadi9z,https://pubs.rsc.org/en/content/articlelanding/2022/EM/D2EM00246A,"Distribution of legacy and emerging per- and polyfluoroalkyl substances in riverine and coastal sediments of Southeastern North Carolina, USA",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,USA,megumi.s.shimizu@gmail.com,NA,,,,,,FALSE,NA,NA,,2, +113,http://eepurl.com/iadi9z,https://pubsonline.informs.org/doi/abs/10.1287/inte.2022.1136,"North Carolina Water Utility Builds Resilience with Distributed Energy Resources. INFORMS Journal on Applied Analytics, September 2022. (full-text available to subscribers) Kate Anderson, James Grymes, … Adam Warren",pubsonline.informs.org,Informs Journal on Applied Analytics,North Carolina Water Utility Builds Resilience with Distributed Energy Resources,2022,FALSE,NA,NA,NA,4,Kate Anderson,National Renewable Energy Lab NREL,USA,kate.anderson@nrel.gov,0000-0002-3774-9571,NA,NA,NA,NA,NA,FALSE,NA,NA,,NA,NA +5,http://eepurl.com/ixN78-/,https://rgsa.emnuvens.com.br/rgsa/article/view/3661,"Water: A Fundamental Resource for Ensuring Sustainability. July 2023. Environmental and Social Management Journal. Márcia Sostmeyer Jung, José Antonio Gonzalez da Silva, … and Larissa Greco da Silva  ",rgsa.emnuvens.com.br,Revista de Gestao Social e Ambiental,Water: A Fundamental Resource for Ensuring Sustainability,2023,FALSE,NA,NA,NA,8,Marcia Sostmeyer Jung,Universidade Regional do Noroeste do Estado do Rio Grande do Sul,Brasil,NA,0000-0003-1591-3622,NA,NA,NA,NA,NA,FALSE,NA,NA,,NA,"[""Water Resources"", ""Life"", ""Environmental Education"", ""Development"", ""UN 2030 Agenda""]" +38,http://eepurl.com/irTmaA,https://scholarship.law.unc.edu/cgi/viewcontent.cgi?article=1013&context=nccvlrts,A Drop in the Bucket: North Carolina's Neglected Problem of Private Well Water Contamination.,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,NA,NA,NA,2,Claire Mullaney,Duke Law School,USA,claire.mullaney@duke.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,NA,"[""water"", ""safe drinking water act"", ""environmental law"", ""law"", ""policy"", ""public health"", ""North Carolina""]" +193,http://eepurl.com/hXG2ID,https://sph.unc.edu/superfund-pages/why-test-your-well-water/,"Why test your well water? UNC Superfund Research Program, March 2022.",sph.unc.edu,,,,,,,,,,,,,,,,,,,,,,,, +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,"Communicating results of drinking water tests from private wells: designing report-back materials to facilitate understanding. April 2023. Journal of Environmental Health. Sarah Yelton, Andrew Geoge, .. Kathleen Gray.",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,NA,NA,NA,6,Sarah Yelton,University of North Carolina at Chapel Hill,USA,sarah.yelton@unc.edu,0000-0001-6999-8268,NA,NA,NA,NA,NA,FALSE,NA,NA,,0,NA +166,http://eepurl.com/h2UiZf,https://wrri.ncsu.edu/conference/2022-annual-conference/,NC Water Resources Research Institute 2022 Conference Sessions on Video – Selected videos include:Water Quality and Public Health | Economics and Water Resources in North Carolina | North Carolina’s Statewide Water Resources Planning and Implementation | Coastal Water Quality | Plastic Pollution in North Carolina Waterways | Climate Resilience and Planning |,wrri.ncsu.edu,,,,,,,,,,,,,,,,,,,,,,,, +176,http://eepurl.com/hZ8bR1,https://www.aimsciences.org/article/doi/10.3934/dcdss.2021151,"Mathematical modeling of algal blooms due to swine CAFOs in Eastern North Carolina. Discrete and Continuous Dynamical Systems, March 2022. Amy Henderson, Emek Kose, … Ellen R. Swanson",www.aimsciences.org,Discrete and Continuous Dynamical Systems,Mathematical modeling of algal blooms due to swine CAFOs in Eastern North Carolina,2022,FALSE,NA,NA,NA,4,Amy Henderson,St. Mary's College of Maryland,USA,abhenderson@smcm.edu,NA,Emek Kose,St. Mary's College of Maryland,USA,ekoso@smcm.edu,NA,NA,NA,NA,,0,"[""Algal blooms"", ""dynamical systems"", ""math modelling"", ""nutrient treshold for resolvable blooms""]" +74,http://eepurl.com/iiETVr,https://www.ajog.org/article/S0002-9378(22)01567-8/fulltext,"Toxic metal contamination of home tap water supply during pregnancy. American Journal of Obstetrics and Gynecology, January 2023. Sara King, Emily Gascoigne, Hadley Hartwell, Keith Levine, Rebecca Fry, Tracy Manuck.  ",www.ajog.org,American Journal of Obstetrics & Gynecology,Toxic Metal Contamination of Home Tap Water Supply during Pregnancy,2023,FALSE,NA,NA,NA,6,Sara King,University of North Carolina,USA,,,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,"Blood Concentrations 1 of Per- and Polyfluoroalkyl Substances Are Associated with Autoimmunity-like Effects in the American Alligator. Biorxiv, July 2022. T. C. Guillette, Thomas W. Jackson, … Scott M. Belcher",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,USA,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"", ""immune toxicity"", ""lupus"", ""one health"", PFAS""]" +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,"Retrospective analysis of multidrug-resistant clinical and environmental isolates for the presence of the colistin-resistance gene mcr-1. Infection Control & Hospital Epidemiology, July 2022. Kara J. Levinson, Mackenzie E. Collins, … Melissa B. Miller",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,NA,NA,NA,8,Kara J. Levinson,University of North Carolina,USA,Kara.Levinson@tn.gov,0000-0001-8681-0597,NA,NA,NA,NA,NA,FALSE,NA,NA,,NA,NA +102,http://eepurl.com/iadi9z,https://www.essoar.org/doi/abs/10.1002/essoar.10512411.1,"Advancing Regional Water Supply Management and Infrastructure Investment Pathways that are Equitable, Robust, Adaptive, and Cooperatively Stable. Earth and Space Science Open Archive, September 2022. David F Gold, Patrick M. Reed, David E Gorelick, Gregory W. Characklis",www.essoar.org,,,,,,,,,,,,,,,,,,,,,,,, +98,http://eepurl.com/icBZuL,https://www.frontiersin.org/articles/10.3389/fenvs.2022.958784/full,"Predicting the occurrence of short-chain PFAS in groundwater using machine-learned Bayesian networks. Front. Environ. Sci., November 2022. Runwei Li and Jacqueline MacDonald Gibson",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,USA,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,,2,NA +155,http://eepurl.com/h4G3CX,https://www.gao.gov/assets/gao-22-104449.pdf,"Water Quality: Agencies Should Take More Actions to Manage Risks from Harmful Algal Blooms and Hypoxia. GAO, June 2022.",www.gao.gov,,,,,,,,,,,,,,,,,,,,,,,, +0,http://eepurl.com/ixN78-/,https://www.liebertpub.com/doi/full/10.1089/env.2022.0100,"Drinking Water Disparities in North Carolina Communities Served by Private Wells. June 2023. Environmental Justice. Andrew George, Kathleen Gray, … and Kelsey J. Pieper ",www.liebertpub.com,Environmental Justice,Drinking Water Disparities in North Carolina Communities Served by Private Wells,2023,FALSE,NA,NA,NA,9,Andrew George,University of North Carolina,USA,andrewg@email.unc.edu,0000-0002-5347-1370,NA,NA,NA,NA,NA,FALSE,NA,NA,,NA,"[""private wells"", ""environmental justice"", ""drinking water"", ""testing"", ""metal contamination""]" +116,http://eepurl.com/h9U0Mr,https://www.medrxiv.org/content/10.1101/2022.08.16.22278858v1,"Assessment of pathogens in flood waters in coastal rural regions: Case study after Hurricane Michael and Florence. MedRxiv, August 2022. Moiz Usmani, Sital Uprety, … Antarpreet Jutla",www.medrxiv.org,,,,,,,,,,,,,,,,,,,,,,,, +10,http://eepurl.com/ixN78-/,https://www.researchsquare.com/article/rs-3150504/v1,"The dirty side of clean energy: Lithium ion batteries as a source of PFAS in the environment. August 2023. Research Square. Jennifer Guelfo, P. Ferguson, … and Detlef Knappe ",www.researchsquare.com,,,,,,,,,,,,,,,,,,,,,,,, +9,http://eepurl.com/ixN78-/,https://www.taylorfrancis.com/chapters/edit/10.1201/9781003126096-2/introduction-climate-change-estuaries-michael-kennish-hans-paerl-joseph-crosswell,"Introduction to Climate Change and Estuaries 1st Edition. 2023. CRC Press. Michael J. Kennish, Hans W. Paerl, and Joseph R. Crosswell   ",www.taylorfrancis.com,,,,,,,,,,,,,,,,,,,,,,,, +40,http://eepurl.com/irTmaA,https://www.wef.org/publications/publications/books/the-water-professionals-guide-to-infectious-disease-outbreaks/,The Water Professional’s Guide to Infectious Disease Outbreaks,www.wef.org,,,,,,,,,,,,,,,,,,,,,,,, +110,http://eepurl.com/iadi9z,https://www.who.int/publications/i/item/9789240020863,"Lead in drinking-water: Health risks, monitoring and corrective actions. World Health Organization, September 2022.",www.who.int,,,,,,,,,,,,,,,,,,,,,,,, +58,http://eepurl.com/im-ZMI,https://ascelibrary.org/doi/abs/10.1061/JWRMD5.WRENG-5863,"Water Supply Infrastructure Investments Require Adaptive Financial Assessment: Evaluation of Coupled Financial and Water Supply Dynamics. Water Resources Planning and Management, March 2023. David E. Gorelick, David F. Gold, Tirusew Asefa, Sandro Svrdlin, Hui Wang, Nisai Wanakule, Patrick M. Reed, Gregory W. Characklis ",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,NA,NA,NA,8,David E. Gorelick,University of North Carolina,USA,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,"Assessing Performance and Capacity of US Drinking Water Systems. Journal of Water Resources Planning and Management, January 2023. Emily V. Bell, Katy Hansen Megan Mullin",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,USA,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,,2,NA +26,http://eepurl.com/itNRLc,https://awwa.onlinelibrary.wiley.com/doi/abs/10.1002/awwa.2109,"What People Learn About Drinking Water Disruptions From Local Newspapers. May 2023. American Water Work Association. Catherine E. Otero, Emily V. Bell, ... Megan Mullin ",awwa.onlinelibrary.wiley.com,Journal American Water Works Association,What People Learn About Drinking Water Disruptions From Local Newspapers,2023,FALSE,NA,NA,NA,4,Catherine E. Otero,Duke University,USA,catherine.otero@duke.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,NA,"[""Infrastructure"", ""North Carolina"", ""Hurricanes"", ""Natural Disasters"", ""Public Opinion"", ""Water Systems""]" +95,http://eepurl.com/icBZuL,https://awwa.onlinelibrary.wiley.com/doi/abs/10.1002/awwa.1977,"Evaluating Water Delinquency Fees and Financial Assistance Programs Through an Equity Lens. AWWA Journal, October 2022.",awwa.onlinelibrary.wiley.com,Journal American Water Works Association,Evaluating Water Delinquency Fees and Financial Assistance Programs Through an Equity Lens,2022,FALSE,NA,NA,NA,3,Austin Thompson,North Carolina State University,USA,ahthomp4@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,NA,"[""Utilities"", ""Financial Assistance"", ""Durham"", ""North Carolina""]" +167,http://eepurl.com/hZ8bR1,https://cwfnc.org/wp-content/uploads/2022/03/CWFNC-POLICY-REPORT.pdf,"Advancing Well User Protections through Policy. Clean Water for North Carolina, March 2022.",cwfnc.org,,,,,,,,,,,,,,,,,,,,,,,, +184,http://eepurl.com/hXG2ID,https://cwfnc.org/archives/7535?utm_source=rss&utm_medium=rss&utm_campaign=wells-policy,"Advancing Well User Protections through Policy. Clean Water for North Carolina, March 2022.",cwfnc.org,,,,,,,,,,,,,,,,,,,,,,,, +16,http://eepurl.com/ivRR62,https://doi-org.libproxy.lib.unc.edu/10.1016/j.scitotenv.2023.162940,"Microplastic distribution and characteristics across a large river basin: Insights from the Neuse River in North Carolina, USA. June 2023. Science of The Total Environment. J. Jack Kurki-Fox, Barbara A. Doll, … and Uwe Schneidewind ",doi-org.libproxy.lib.unc.edu,,,,,,,,,,,,,,,,,,,,,,,, +17,http://eepurl.com/ivRR62,https://doi-org.libproxy.lib.unc.edu/10.1016/j.scitotenv.2023.163123,"Environmental and health impacts of PFAS: Sources, distribution and sustainable management in North Carolina (USA). June 2023. Science of The Total Environment. Mohammad Nazmul Ehsan, Mumtahina Riza, … and Vincenzo Naddeo ",doi-org.libproxy.lib.unc.edu,,,,,,,,,,,,,,,,,,,,,,,, +128,http://eepurl.com/h7S0S1,https://journals.lww.com/environepidem/Fulltext/2022/08000/Associations_between_PFAS_occurrence_and.3.aspx?context=LatestArticles,"Associations between PFAS occurrence and multimorbidity as observed in an electronic health record cohort. Environmental Epidemiology, July 2022. Cavin K Ward-Caviness, Joshua Moyer, … David Diaz-Sanchez",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,USA,ward-caviness.cavin@epa.gov,0000-0002-6322-4349,NA,NA,NA,NA,NA,FALSE,NA,NA,,0,"[""PFAS"", ""Multimorbidity"", ""Electronic Health Records"", ""PFOA"", ""PFHpA"", ""Chronic disease""]" +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,"Drinking water sources and water quality in a prospective agricultural cohort. Environmental Epidemiology, June 2022. Manley, Cherrel K., Spaur, Maya, … Ward, Mary ",journals.lww.com,Environmental Epidemiology,Drinking water sources and water quality in a prospective agricultural cohort,2022,FALSE,NA,NA,NA,10,Cherrel K. Manley,"National Institutes of Health, Bethesday, Maryland",USA,NA,NA,Mary H. Ward,"National Institutes of Health, Bethesday, Maryland",USA,wardm@mail.nih.gov,0000-0001-7584-8856,FALSE,NA,NA,,0,"[""Drinking Water"", ""Nitrate"", ""Disinfection byproducts"", ""Trihalomethanes"", ""Exposure assessment"", ""Agriculture"", ""Cohort""]" +119,http://eepurl.com/h9U0Mr,https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4177977,"Drainage Water Recycling Reduced Nitrogen, Phosphorous, and Sediment Losses from a Drained Agricultural Field in Eastern North Carolina, U.S.A. SSRN, August 2022.  Hossam Moursi, Mohamed A.Youssef, … Robert J. Richardson ",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,USA,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,,1,NA +168,http://eepurl.com/hZ8bR1,https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4079151,"A Drop in the Bucket: North Carolina’s Neglected Water Problem - Private Well Water Contamination. SSRN, April 2022. Michele Okoh, Claire Mullaney",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,,,,,,,,,,,,,,,,,,,,, +101,http://eepurl.com/icBZuL,https://phys.org/news/2022-10-sea-groundwaterand-coastal-septic.html,"Rising sea levels mean rising groundwater—and that spells trouble for coastal septic systems. Phys.org, October 2022. Geological Society of America",phys.org,,,,,,,,,,,,,,,,,,,,,,,, +183,http://eepurl.com/hZ8bR1,https://phys.org/news/2022-04-watershed-moment-key-potential-contamination.html,"A watershed moment: Key findings about potential drinking water contamination. Phys.org, April 2022.",phys.org,,,,,,,,,,,,,,,,,,,,,,,, +56,http://eepurl.com/im-ZMI,https://www.thelancet.com/journals/lanplh/article/PIIS2542-5196(23)00028-1/fulltext,"Effects of water, sanitation, and hygiene interventions on detection of entomopathogens and host-specific faecal markets in the environment. The Lancet, March 2023. Andrew Mertens, Benjamin F Arnold, Jade Benjamin-Chung, Alexandria B Boehm, Joe Brown, Drew Capone ",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,USA,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 +144,http://eepurl.com/h4G3CX,https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(22)00937-0/fulltext#%20,"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. The Lancet, July 2022. Jennyfer Wolf, Sydney Hubbard, Joe Brown, … Sophie Boisson",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,,46,NA +88,http://eepurl.com/ieh0rf,https://www.youtube.com/watch?v=7lKqZJB3lcc,"Renewable Ocean Energy Developments: Concepts to Kites. Coastal Studies Institute, November 2022.",www.youtube.com,,,,,,,,,,,,,,,,,,,,,,,, +91,http://eepurl.com/icBZuL,https://www.youtube.com/channel/UCcnCktZmjYgCM7-QaEA7MhQ/videos,"UNC Water and Health 2022 Conference videos. UNC Water Institute, October 2022.",www.youtube.com,,,,,,,,,,,,,,,,,,,,,,,, +30,http://eepurl.com/itNRLc,https://eartharxiv.org/repository/view/5466/,"Using Detrending to Assess SARS-CoV-2  2 Wastewater Loads as a Leading 3  Indicator of Fluctuations in COVID-19 4  Cases at Fine Temporal Scales:  Correlations Across Twenty  Sewersheds in North Carolina. June 2023. Earth ArXiv. Kelly Hoffman, David Holcomb, … Ariel Christensen",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,USA,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,,0,"[""COVID 19"", ""Viral load"", ""SARS CoV 2"", ""Epidemiology"", ""Public and occupational health"", ""North Carolina"", ""Disease surveillance"", ""Virus testing""]" +170,http://eepurl.com/hZ8bR1,https://eartharxiv.org/repository/object/3229/download/6495/,"Data from the drain: a sensor framework that captures multiple drivers of chronic floods. EarthArXiv, April 2022. Adam Gold, Katherine Anarde, … Miyuki Hino",eartharxiv.org,,,,,,,,,,,,,,,,,,,,,,,, +191,http://eepurl.com/hXG2ID,https://eartharxiv.org/repository/view/3062/,"Per- and poly-fluoroalkyl substances (PFAS) in river discharge: modeling 1 loads upstream and downstream of a PFAS manufacturing plant in the Cape 2 Fear watershed, North Carolina. EarthArXiv Preprint, February 2022. Pétré M-A, Salk KR, … Genereux DP",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,USA,marie-amelie.petre@gtk.fi,0000-0001-7975-7476,NA,NA,NA,NA,NA,FALSE,NA,NA,,15, +106,http://eepurl.com/iadi9z,https://ehp.niehs.nih.gov/doi/full/10.1289/EHP11033,"Drinking Water–Associated PFAS and Fluoroethers and Lipid Outcomes in the GenX Exposure Study. Environmental Health Perspectives, September 2022. Emma M. Rosen, Nadine Kotlarz, … Jane A. Hoppin",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,USA,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,,8,NA +120,http://eepurl.com/h9U0Mr,https://ehp.niehs.nih.gov/doi/full/10.1289/EHP11033,"Drinking Water–Associated PFAS and Fluoroethers and Lipid Outcomes in the GenX Exposure Study. Environmental Health Perspectives, September 2022. Emma M. Rosen, Nadine Kotlarz",ehp.niehs.nih.gov,Environmental Health Perspective,Drinking Water–Associated PFAS and Fluoroethers and Lipid Outcomes in the GenX Exposure Study,,,,,,,,,,,,,,,,,,,,,, +139,http://eepurl.com/h7S0S1,https://ehp.niehs.nih.gov/doi/10.1289/EHP11633,"The Shifting Landscape of Lead Exposure: Screening Gaps for Children in North Carolina. Environmental Health Perspectives, August 2022. Silke Schmidt",ehp.niehs.nih.gov,Environmental Health Perspective,The Shifting Landscape of Lead Exposure: Screening Gaps for Children in North Carolina,2022,FALSE,NA,NA,NA,1,Silke Schmidt,independent,USA,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,"Coastal Response to the Landfall of a Hurricane on a Series of Inlets and Narrow Back-Barrier Waterways. July 2023. Estuaries and Coasts. Chiara M. Manchia, Ryan P. Mulligan, David J. Mallinson and Stephen J. Culver ",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,NA,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,,0,"[""Tropical Cyclones"", ""Spectral wave modelling"", ""Coastal hydrodynamics"", ""Ocean currents"", ""Storm surge"", ""Barrier islands""]" +85,http://eepurl.com/ieh0rf,https://link.springer.com/article/10.1007/s13157-022-01605-y,"Hydrologic Restoration Decreases Greenhouse Gas Emissions from Shrub Bog Peatlands in Southeastern US. Wetland Restoration, October 2022. (full-text available to subscribers) Luise Armstrong, Ariane Peralta, … Marcelo Ardón",link.springer.com,Springer Wetlands,Hydrologic Restoration Decreases Greenhouse Gas Emissions from Shrub Bog Peatlands in Southeastern US,2022,FALSE,NA,NA,NA,9,Luise Armstrong,East Carolina University,USA,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,,2,"[""Pocosin"", ""Greenhouse gases"", ""Restoration"", ""Mitigation""]" +189,http://eepurl.com/hXG2ID,https://link.springer.com/article/10.1007/s10980-022-01425-9,"Forest water use is increasingly decoupled from water availability even during severe drought. Landscape Ecology, February 2022. Katie A. McQuillan, Mirela G. Tulbure & Katherine L. Martin",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,USA,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"", ""Remote sensing"", ""Topography"", ""Forest composition"", ""Landsat"", ""MODIS""]" +3,http://eepurl.com/ixN78-/,https://www.pnas.org/doi/10.1073/pnas.2216021120,"Separating signal from noise in wastewater data: An algorithm to identify community-level COVID-19 surges in real time. July 2023. Population Biology. Aparna Keshaviah, Ian Huff, ... and Isabel Musse ",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.,USA,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,"[""Wastewater Monitoring"", ""Sars-Covid-2"", ""Covid-19 Surge"", ""Early Warning"", ""Alert Algorithm""]" +37,http://eepurl.com/irTmaA,https://www.pnas.org/doi/abs/10.1073/pnas.2120252120,Estimating the benefits of stream water quality improvements in urbanizing watersheds: An ecological production function approach.,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,USA,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,"[""Nonmarket Evaluation"", ""Water quality"", ""Urban streams"", ""Stated preference""]" +196,http://eepurl.com/hWz3Yf,https://www.pnas.org/content/119/6/e2110694119.short,"Early life lead exposure from private well water increases juvenile delinquency risk among US teens. PNAS, February 2022. Jacqueline MacDonald Gibson, Michael Fisher, … Philip J. Cook",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,USA,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,"[""Drinking water"", ""Children"", ""Lead exposure"", """ +53,http://eepurl.com/im-ZMI,https://www.tandfonline.com/doi/abs/10.1080/21622515.2023.2182719,"Inactivation of faecal pathogens during faecal sludge composting: a systematic review. Environmental Technology Reviews, February 2023. Musa Manga, Chimdi C. Muoghalu & Pamela O. Acheng ",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,USA,musa.manga@mak.ac.ug,0000-0002-3317-7318,NA,NA,NA,NA,NA,FALSE,NA,NA,,2,"[""Faecal Sludge Treatment"", ""Composting"", ""Temperature-time critera"", ""pathogen inactivation mechanism"", ""compost sanitation""]" +57,http://eepurl.com/im-ZMI,https://www.tandfonline.com/doi/full/10.1080/09640568.2023.2183112,"Mitigating compound coastal hazards in Eastern North Carolina. Taylor & Francis, March 2023. Anuradha Mukherji, Scott Curtis, Jennifer Helgeson, Jamie Kruse, Ausmita Ghosh.  ",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,USA,mukherjia@ecu.edu,0000-0003-2315-7062,NA,NA,NA,NA,NA,FALSE,NA,NA,,0,"[""Hazard mitigation"", ""compound event"", ""flooding"", ""rural resilience"", ""climate change""]" +165,http://eepurl.com/h2UiZf,https://www.tandfonline.com/doi/abs/10.1080/02626667.2022.2052073,Water quality inequality: a non-targeted hotspot analysis for ambient water quality injustices,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,USA,jneville@usgs.gov,0000-0003-3160-5363,NA,NA,NA,NA,NA,FALSE,NA,NA,,3,"[""Environmental justive"", ""Ambient water quality"", ""Interfaces with society""]" +11,http://eepurl.com/ivRR62,https://www.usgs.gov/publications/simulation-future-streamflow-and-irrigation-demand-based-climate-and-urban-growth,"Simulation of future streamflow and irrigation demand based on climate and urban growth projections in the Cape Fear and Pee Dee River Basins, North Carolina and South Carolina, 2055–65. June 2023. US Geological Survey. Laura N. Gurley, Ana María García, Cassandra A. Pfeifle and Georgina M. Sanchez ",www.usgs.gov,,,,,,,,,,,,,,,,,,,,,,,, +169,http://eepurl.com/hZ8bR1,https://www.usgs.gov/publications/assessment-well-yield-dominant-fractures-and-groundwater-recharge-wake-county-north,"Assessment of well yield, dominant fractures, and groundwater recharge in Wake County, North Carolina. USGS, April 2022.",www.usgs.gov,,,,,,,,,,,,,,,,,,,,,,,, +180,http://eepurl.com/hZ8bR1,https://www.usgs.gov/data/soil-water-balance-swb-model-data-sets-greater-wake-county-area-north-carolina-1990-2070,"Soil-Water-Balance (SWB) model data sets for the Greater Wake County area, North Carolina, 1990 – 2070. USGS, April 2022.",www.usgs.gov,,,,,,,,,,,,,,,,,,,,,,,, +135,http://eepurl.com/h7S0S1,https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021WR031533,"The Nonpoint Sources and Transport of Baseflow Nitrogen Loading Across a Developed Rural-Urban Gradient. Water Resources Research, July 2022. Joseph M. Delesantro, Jonathan M. Duncan, … Lawrence E. Band",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,USA,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"", ""nonpoint source"", ""watershed"", ""nitrogen"", ""hydrology"", ""management""]" +140,http://eepurl.com/h7S0S1,https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021WR030711,"Using Automated Seepage Meters to Quantify the Spatial Variability and Net Flux of Groundwater to a Stream. Water Resources Research, June 2022. C. Eric Humphrey, D. Kip Solomon, … Markus R. MacNamara",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,USA,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,"[""sand hills"", ""seepage flux"", ""groundwater"", ""surface water"", ""spatial variability"", ""hydrology""]" +159,http://eepurl.com/h2UiZf,https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2021WR030700,"Impact of Inter-Utility Agreements on Cooperative Regional Water Infrastructure Investment and Management Pathways. Water Resources Research, March 2022. David E. Gorelick, David F. Gold, … Gregory Characklis",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,USA,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,"[""water utility"", ""cooperation"", ""demand"", ""deep uncertainty"", ""optimization"", ""financial risk""]" +175,http://eepurl.com/hZ8bR1,https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021EF002139,"Inundation of Stormwater Infrastructure Is Common and Increases Risk of Flooding in Coastal Urban Areas Along the US Atlantic Coast. Earth’s Future, March 2022. Adam C. Gold, Chelsea M. Brown, … Michael F. Piehler",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,USA,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,"[""coastal development"", ""stormwater management"", ""infrastructure"", ""inundation modeling"", ""high-tide flooding""]" +94,http://eepurl.com/icBZuL,https://onlinelibrary.wiley.com/doi/full/10.1002/esp.5495,"Channel head response to anthropogenic landscape modification: A case study from the North Carolina Piedmont, USA, with implications for water quality. ESP and L, October 2022. Rachel M. Atkins, Karl Wegmann, Del Wayne R. Bohnenstiehl",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,USA,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,,6,"[""erosion"", ""land-use change"", ""legacy sediment"", ""slope-area treshold"". ""soil nutrients"", ""stream channel initiation""]" +121,http://eepurl.com/h9U0Mr,https://onlinelibrary.wiley.com/doi/abs/10.1111/psj.12473,"External drivers of participation in regional collaborative water planning. Policy Studies Journal, August 2022. Emily V. Bell, Amanda Fencl, Megan Mullin",onlinelibrary.wiley.com,Policies Studies Journal,External drivers of participation in regional collaborative water planning,2022,FALSE,NA,NA,NA,3,Emily V. Bell,University of Georgia,USA,evbell@uga.edu,0000-0003-2112-3846,NA,NA,NA,NA,NA,FALSE,NA,NA,,4,"[""collaborative governance"", ""policy beliefs"", ""regional water planning"", ""Gobernanza colaborativa"", ""creencias políticas"", ""planificación regional del agua"", ""协作治理"", "" 政策信念"", ""区域水资源规划""] +" +123,http://eepurl.com/h9U0Mr,https://onlinelibrary.wiley.com/doi/epdf/10.1002/anie.202208150,"Hydrolytically Stable Ionic Fluorogels for High-Performance Remediation of Per- and Polyfluoroalkyl Substances (PFAS) from Natural Water. Angewandte Chemie, August 2022. (full-text available to subscribers) Irene M Manning, Nick Guan Pin Chew, … Frank Leibfarth",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,USA,NA,0000-0001-7369-0709,Frank A. Leibfarth,University of North Carolina,USA,frankl@unc.edu,0000-0001-7737-0331,FALSE,NA,NA,,3,NA +178,http://eepurl.com/hZ8bR1,https://onlinelibrary.wiley.com/doi/full/10.1002/hyp.14550,"Seasonal flashiness and high frequency discharge events in headwater streams in the North Carolina Piedmont (United States). Hydrological Processes, March 2022. Bradley G. Johnson, Catherine S. Morris, … Christopher J. Paradise",onlinelibrary.wiley.com,Hydrological Processes,Seasonal flashiness and high frequency discharge events in headwater streams in the North Carolina Piedmont (United States),2022,FALSE,NA,NA,NA,5,Bradley G. Johnson,Davidson College,USA,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-geology feebacks"", ""DMQ99"", ""evapotranspiration"", ""headwater streams"", ""land use change"", ""seasonal flashiness"", ""specific conductance"", ""stream gauges""]" +107,http://eepurl.com/iadi9z,https://scholar.google.com/scholar_url?url=https://repository.lib.ncsu.edu/bitstream/handle/1840.20/39963/UNC-WRRI-503.pdf%3Fsequence%3D1%26isAllowed%3Dy&hl=en&sa=X&d=12449696339405114926&ei=H1Q7Y8eWAo3KyQSj-rawCw&scisig=AAGBfm11dsaLczzqdM0TvmtUXv8wa8l8Aw&oi=scholaralrt&hist=hZvSJggAAAAJ:1845670055503687097:AAGBfm0vQEd7yEvMxTS7JrgrKoWJrnZn9w&html=&pos=0&folt=kw-top,"Empowering Underrepresented Citizens of Charlotte-Mecklenberg with a Voice and Role In Municipal Stormwater Programs. WRRI, October 2022. Bryan Patterson, Regina Guyer, and Kari Raburn",scholar.google.com,,,,,,,,,,,,,,,,,,,,,,,, +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,"Lead Levels in Tap Water at Licensed North Carolina Child Care Facilities, 2020–2021.  Am J Public Health. October 2022.  Jennifer Hoponick Redmon, A. J. Kondash, … Riley Mulhern",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,USA,jredmon@rti.org,0000-0003-3641-737X,NA,NA,NA,NA,NA,FALSE,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,"Simulation of the Environmental Fate and Transformation of Nano Copper Oxide in a Freshwater Environment. ACS ES&T Water, August 2022. BN Ross, CD Knightes",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,USA,ross.bianca@epa.gov,0000-0001-6231-9437,NA,NA,NA,NA,NA,FALSE,NA,NA,,1,"[""WASP"", ""environmental modeling"", ""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,"Focus groups revealed how community health workers in North Carolina find, verify, and process health information for migrant and seasonal farmworkers. Health Info Libr J., May 2022. Catherine E. LePrevost, Leslie E. Cofie, … Joseph G. L. Lee",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,NA,NA,NA,4,Catherine E. LePrevost,North Carolina State University,USA,celeprev@ncsu.edu,0000-0001-7360-0021,NA,NA,NA,NA,NA,FALSE,NA,NA,,0,"[""health education"", ""health information needs"", ""health professionals"", ""information dissemination"", ""information literacy"", ""information seeking behavior"", ""patient education"", ""research"", ""qualitative""]" +15,http://eepurl.com/ivRR62,https://pubmed.ncbi.nlm.nih.gov/37184848/,"Risk of Parkinson Disease Among Service Members at Marine Corps Base Camp Lejeune. July 2023. JAMA Neurology. Samuel M Goldman, Frances M Weaver, … and Caroline M Tanner   ",pubmed.ncbi.nlm.nih.gov,JAMA Neurology,Risk of Parkinson Disease Among Service Members at Marine Corps Base Camp Lejeune,2023,FALSE,NA,NA,NA,8,Samual M. Goldman,University of California,USA,samuel.goldman@ucsf.edu,0000-0002-3039-9927,NA,NA,NA,NA,NA,FALSE,NA,NA,,9,NA +27,http://eepurl.com/itNRLc,https://pubmed.ncbi.nlm.nih.gov/37192571/,"Temporal and spatial relationships of CrAssphage and enteric viral and bacterial pathogens in wastewater in North Carolina. July 1. Water Research. Huiyun Wu, Md Ariful Islam Juel, … Marirosa Molina ",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,USA,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,,2,"[""crAssphage"", ""Municipal untreated wastewater"", ""Temporal variations"", ""Spatial variations"", ""Enteric pathogens correlations"", ""Bacteria"", ""And viruses""; ""qPCR"", ""rt-qPCR""]" +33,http://eepurl.com/irTmaA,https://pubmed.ncbi.nlm.nih.gov/36633899/,Addressing Short-Chain PFAS Contamination in Water with Nanofibrous Adsorbent/Filter Material from Electrospinning.,pubmed.ncbi.nlm.nih.gov,Acc Chemical Research,Addressing Short-Chain PFAS Contamination in Water with Nanofibrous Adsorbent/Filter Material from Electrospinning,2023,FALSE,NA,NA,NA,3,Shobha Mantripragade,North Carolina State University,USA,smantrip@ncat.edu,NA,Lifeng Zhang,North Carolina State University,USA,lzhang@ncat.edu,no,FALSE,NA,NA,,4,NA +76,http://eepurl.com/iiETVr,https://pubmed.ncbi.nlm.nih.gov/36565404/,"Deep learning-based ensemble modeling of Vibrio parahaemolyticus concentration in marine environment. Environmental Monitoring and Assessment, December 2022. Peyman Namadi, Zhiqiang Deng.  ",pubmed.ncbi.nlm.nih.gov,Environmental Monitoring and Assessme,Deep learning-based ensemble modeling of Vibrio parahaemolyticus concentration in marine environment,2023,FALSE,NA,NA,NA,2,Peyman Namadi,Louisiana State University,USA,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,,0,"[""Artificial Neural Networks"", ""Genetic programming"", ""Antedcedent environmental conditions"", ""Temperature"", ""Salinity"", ""Oysters""]" +78,http://eepurl.com/iiETVr,https://pubmed.ncbi.nlm.nih.gov/36356280/,"Timing and Trends for Municipal Wastewater, Lab-Confirmed Case, and Syndromic Case Surveillance of COVID-19 in Raleigh, North Carolina. American Journal of Public Health, January 2023. Nadine Kotlarz, David A Holcomb, … Angela Harris. ",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,USA,nkotlar@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,3,NA +84,http://eepurl.com/ieh0rf,https://www.nature.com/articles/s41467-022-34312-7,"Genomic analysis of sewage from 101 countries reveals global landscape of antimicrobial resistance. Nature Communications, December 2022. Patrick Munk, Christian Brinch, … Frank M. Aarestrup",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,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,"[""Antimicrobial resistance"", ""Metagenomics"", ""Microbial ecology"", ""Policy and public health in microbiology""]" +109,http://eepurl.com/iadi9z,https://www.nature.com/articles/s41370-022-00475-0,"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). Journal of Exposure Science & Environmental Epidemiology, September 2022.",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,USA,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,,2,"[""Preterm birth"", ""Low birth weight"", ""Adverse birth outcome"", ""Polluted sites"", ""Superfund"", ""Industrial sites""]" +129,http://eepurl.com/h7S0S1,https://www.nature.com/articles/s43247-022-00501-x,"Carbon accumulation rates are highest at young and expanding salt marsh edges. Communications Earth & Environment, August 2022. Carson B. Miller, Antonio B. Rodriguez, … Nathan D. ",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,USA,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,"[""Carbon cycle"", ""Climate-change mitigation"", ""Environmental impact""]" +130,http://eepurl.com/h7S0S1,https://www.nature.com/articles/s41545-021-00128-z,"A critical review of point-of-use drinking water treatment in the United States. NPJ Clean Water, July 2022. Jishan Wu, Miao Cao, … Eric M. V. Hoek",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,USA,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 datasets were generated during the study,,40,"[""Chemical Engineering"", ""Water resources""]" +161,http://eepurl.com/h2UiZf,https://www.nature.com/articles/s41597-022-01358-7,"Paired field and water measurements from drainage management practices in row-crop agriculture. Nature, June 2022. L. J. Abendroth, G. Chighladze, … M. Yousse",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,USA,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 repositories,2,"[""Agriculture"", ""Environmental impact"", ""Hydrology"", ""Water resources""]" -8,http://eepurl.com/ixN78-/,https://journals.plos.org/plosntds/article?id=10.1371/journal.pntd.0011496,"Soil-transmitted helminths: A critical review of the impact of co-infections and implications for control and elimination. August 2023. PLOS Neglected Tropical Diseases. Sarah Lebu, Winnie Kibone, Chimdi C. Muoghalu, … and Musa Manga  ",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,yes,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",U.S.A.,NA,NA,Felix Bongomin,"Department of Microbiology and Immunology, Faculty of Medicine, Gulu University, Gulu, Uganda",Uganda,f.bongomin@gu.ac.ug,NA,no,NA,NA,0,NA -118,http://eepurl.com/h9U0Mr,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000039,"Barriers to water infrastructure investment: Findings from a survey of U.S. local elected officials. PLoS Water, August 2022. Katy Hansen, Megan Mullin",journals.plos.org,PLOS Water,Barriers to water infrastructure investment: Findings from a survey of U.S. local elected officials,2022,yes,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",U.S.A.,NA,NA,Megan Mullin,"Nicholas School of the Environment, Duke University, Durham, NC, United States of America",U.S.A.,megan.mullin@duke.edu,0000-0002-1936-802X,no,NA,NA,5,NA -133,http://eepurl.com/h7S0S1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000032,"Field performance of the GaugeCam image-based water level measurement system. PLoS Water, July 2022. François Birgand , Ken Chapman, … Ana-Maria Staicu",journals.plos.org,PLOS Water,Field performance of the GaugeCam image-based water level measurement system,2022,yes,4,misc,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",U.S.A.,birgand@ncsu.edu,0000-0002-5366-1166,NA,NA,NA,NA,NA,yes,"This article includes the Accessible Data icon, an experimental feature to encourage data sharing and reuse. ",available in online repositories,5,NA -141,http://eepurl.com/h7S0S1,https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0270688,"What influences individuals to invest in improved sanitation services and hygiene behaviours in a small town? A formative research study in Babati, Tanzania. PLoS One, July 2022. Gabriel Malima, Hoyce Mshida, … Karoli N. Njau",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,yes,3,docx,https://doi.org/10.1371/journal.pone.0270688.s001,10,Gabriel Malima,"Nelson Mandela African Institution of Science and Technology, Arusha, Tanzania",Tanzania,gabriel.malima@nm-aist.ac.tz,0000-0003-1693-8098,NA,NA,NA,NA,NA,yes,"This article includes the Accessible Data icon, an experimental feature to encourage data sharing and reuse.",available in online repositories,0,NA -145,http://eepurl.com/h4G3CX,https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0270659,"Evaluating the impact of sample storage, handling, and technical ability on the decay and recovery of SARS-CoV-2 in wastewater. PLoS One, June 2022. Rachelle E. Beattie, A. Denene Blackwood, … Rachel Noble",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,yes,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",U.S.A.,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",U.S.A.,rtnoble@email.unc.edu,NA,no,NA,NA,17,NA -149,http://eepurl.com/h4G3CX,https://journals.plos.org/plosntds/article?id=10.1371/journal.pntd.0010495,"Higher helminth ova counts and incomplete decomposition in sand-enveloped latrine pits in a coastal sub-district of Bangladesh. PLoS NTDs, June 2022. Mahbubur Rahman , Mahfuza Islam, … Ayse Ercumen",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,yes,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,no,NA,NA,1,NA -28,28,https://doi.org/10.1016/S0140-6736(23)00458-0,"Burden of Disease Attributable to Unsafe Drinking Water, Sanitation, and Hygiene in Domestic Settings: a Global Analysis for Selected Adverse Health Outcomes. June 2023. The Lancet. Jennyfer Wolf, Richard B Johnston, …  Michael Brauer",doi.org,,,,,,,,,,,,,,,,,,,,,,, -31,31,https://doi.org/10.1021/acs.est.3c00536,"Bromine and Chlorine Disinfection of Cryptosporidium parvum Oocysts, Bacillus atrophaeus Spores, and MS2 Coliphage in Water. May 2023. Environmental Science & Technology. CK Coleman, J Kim, ... Mark D. Sobsey",doi.org,Environmental Science & Technology,"Bromine and Chlorine Disinfection of Cryptosporidium parvum Oocysts, Bacillus atrophaeus Spores, and MS2 Coliphage in Water",2023,yes,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",U.S.A.,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",U.S.A.,mark_sobsey@unc.edu,NA,no,NA,NA,0,"[""Cryptosporidium"", ""Bacillus spores"", ""MS2 coliphage"", ""bromine"", ""chlorine"", ""disinfection"", ""water treatment""]" -32,32,https://doi.org/10.1021/acs.est.3c00947,"Oxidation of Per- and Polyfluoroalkyl Ether Acids and Other Per- and Polyfluoroalkyl Substances by Sulfate and Hydroxyl Radicals: Kinetic Insights from Experiments and Models. May 2023. Environmental Science & Technology. Chuhui Zhang, Tiffany Tang, and Detlef R.U. Knappe ",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,yes,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",U.S.A.,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",U.S.A.,knappe@ncsu.edu,0000-0003-1315-1791,no,NA,NA,0,"[""PFAS destruction"", ""fluoroethers"", ""GenX"", ""Nafion byproduct 2"", ""photolysis""]" -35,35,https://doi.org/10.1029/2022WR032392,Data From the Drain: A Sensor Framework That Captures Multiple Drivers of Chronic Coastal Floods.,doi.org,Water Resources Research,Data From the Drain: A Sensor Framework That Captures Multiple Drivers of Chronic Coastal Floods,2023,yes,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",U.S.A.,NA,0000-0002-0921-0384,Katherine Anarde,"Department of Civil, Construction, and Environmental Engineering, North Carolina State University, Raleigh, NC, USA",U.S.A.,kanarde@ncsu.edu,0000-0003-2586-0587,yes,"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,2,"[""coastal flooding"", ""low-cost sensors"", ""high tide flooding"", ""stormwater management"", ""coastal infrastructure"", ""sea level rise""]" -39,39,https://doi.org/10.1371/journal.pwat.0000123,Affordability of household water services across the United States.,doi.org,PLOS Water,Affordability of household water services across the United States,2023,yes,2,misc,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",U.S.A.,lauren.patterson@duke.edu,0000-0002-7512-7845,NA,NA,NA,NA,NA,no,NA,NA,0,NA -42,42,https://doi.org/10.1016/j.scitotenv.2023.162978,70 analyte PFAS test method highlights need for expanded testing of PFAS in drinking water. June 2023.,doi.org,Science of the Total Environment,70 analyte PFAS test method highlights need for expanded testing of PFAS in drinking water,2023,yes,2,misc,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",U.S.A.,NA,NA,Anna Reade,"Natural Resources Defense Council, 111 Sutter St. Floor 20, San Francisco, CA 94104, USA",,areade@nrdc.org,NA,yes,Anonymized data can be shared upon request.,upon request,8,"[""PFAS"", ""Drinking water"", ""US EPA"", ""PFPrA"", ""Ultra-short chain""]" -1,http://eepurl.com/ixN78-/,https://www.mdpi.com/2306-5338/10/7/156,Presence of Perfluoroalkyl Substances in Landfill Adjacent Surface Waters in North Carolina. July 2023. Hydrology. Aleah Walsh and Courtney Woods ,www.mdpi.com,,,,,,,,,,,,,,,,,,,,,,, -2,http://eepurl.com/ixN78-/,https://www.mdpi.com/2306-5338/10/7/156,"Assessment and Mitigation of Fecal Bacteria Exports from a Coastal North Carolina Watershed. July 2023. Hydrology. Charles Humphrey Jr., Nicole Lyons, … and Avian White ",www.mdpi.com,Hydrology,Assessment and Mitigation of Fecal Bacteria Exports from a Coastal North Carolina Watershed,2023,yes,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",USA,humphreyc@ecu.edu,0000-0003-2664-4763,NA,NA,NA,NA,NA,yes,Raw data can be provided upon request by emailing the corresponding author at Humphreyc@ecu.edu.,on request,0,"[""coastal"", ""fecal bacteria"", ""runoff"", ""stormwater""]" -13,http://eepurl.com/ivRR62,https://www.mdpi.com/2073-4441/15/13/2436,"Harmful Algal Blooms: A Prolific Issue in Urban Stormwater Ponds. June 2023. MDPI. Amy E. Grogan, Catharina Alves-de-Souza, Lawrence B. Cahoon, and Michael A. Mallin.  ",www.mdpi.com,Water,Harmful Algal Blooms: A Prolific Issue in Urban Stormwater Ponds,2023,yes,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",USA,aeg7670@uncw.edu,0000-0001-8701-7654,NA,NA,NA,NA,NA,yes,The data presented in this study are available on request from the corresponding author.,on request,0,"[""cyanobacteria"", ""cyanotoxin"", ""microcystin"", ""stormwater pollution"", ""eutrophication""]" -64,http://eepurl.com/ikRgmb,https://www.mdpi.com/2076-3298/10/2/17,"Urban Wastewater as a Source of Reclaimed Water for Irrigation: Barriers and Future Possibilities. Recent Advances in Technology for Water and Wastewater Treatment, January 2023. Andreia F. Santos, Paula Alvarenga, Licinio M. Gando-Ferreira, Margarida J. Quina.  ",www.mdpi.com,Environments,Urban Wastewater as a Source of Reclaimed Water for Irrigation: Barriers and Future Possibilities,2023,no,NA,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,no ,NA,NA,8,"[""water scarcity"", ""water recycling"", ""wastewater treatment plants"", ""nutrients"", ""phosphorus""]" -68,http://eepurl.com/iiETVr,https://www.mdpi.com/1422-0067/24/2/1295,"Evaluation of Chitosans as Coagulants – Flocculants to Improve Sand Filtration for Drinking Water Treatment. The Chitosan Biomaterials: Advances and Challenges, January 2023. Eleanor B. Holmes, Hemali H. Oza, Emily S. Bailey, Mark D. Sobsey.  ",www.mdpi.com,International Journal of Molecular Sciences,Evaluation of Chitosans as Coagulants—Flocculants to Improve Sand Filtration for Drinking Water Treatment,2023,yes,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",USA,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,yes,Data included in this study are available from the corresponding author upon reasonable request.,on request,3,"[""HWTS"", ""POU"", ""chitosan"", ""coagulation"", ""sand filtration"", ""bacterial reduction"", ""virus reduction""]" -80,http://eepurl.com/ieh0rf,https://www.mdpi.com/2073-4441/14/13/2088,"Developing Toxic Metal Environmental Justice Indices (TM-EJIs) for Arsenic, Cadmium, Lead, and Manganese Contamination in Private Drinking Wells in North Carolina. Water 2022. Noemi Gavino-Lopez, Lauren A. Eaves, … Rebecca C. Fry",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,no,NA,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",USA,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,yes,"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,1,"[""environmental justice"", ""private wells"", ""toxic metals""]" -82,http://eepurl.com/ieh0rf,https://www.mdpi.com/2078-2489/13/12/551,"Explainable Decision-Making for Water Quality Protection. Information, November 2022. Jozo Dujmovi and William L. Allen III",www.mdpi.com,Information,Explainable Decision-Making for Water Quality Protection,2022,no,NA,NA,NA,2,Jozo Dujmović,"Department of Computer Science, San Francisco State University, 1600 Holloway Ave, San Francisco, CA 94132, USA",USA,jozo@sfsu.edu,NA,NA,NA,NA,NA,NA,no ,NA,NA,1,"[""explainability"", ""LSP method"", ""water quality"", ""decision-making""]" -90,http://eepurl.com/ieh0rf,https://www.mdpi.com/2306-5338/9/12/218,"Wetland Vulnerability Metrics as a Rapid Indicator in Identifying Nature-Based Solutions to Mitigate Coastal Flooding. Hydrology, December 2022. Narcisa Gabriela Pricope and Greer Shivers",www.mdpi.com,Hydrology,Wetland Vulnerability Metrics as a Rapid Indicator in Identifying Nature-Based Solutions to Mitigate Coastal Flooding,2022,yes,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",USA,pricopen@uncw.edu,0000-0002-6591-7237,NA,NA,NA,NA,NA,yes,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,2,"[""wetlands"", ""nature-based solutions"", ""flood mitigation"", ""coastal flooding"", ""tidal watersheds""] " -100,http://eepurl.com/icBZuL,https://www.mdpi.com/2076-3417/12/19/10159/pdf?version=1665394404,"Quantitative Microbial Risk Assessment of North Carolina Type 2 Reclaimed Water for Agricultural Reuse. Applied Sciences, October 2022. Emily S. Bailey and Mark D. Sobsey",www.mdpi.com,Applied Sciences,Quantitative Microbial Risk Assessment of North Carolina Type 2 Reclaimed Water for Agricultural Reuse,2022,yes,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",USA,ebailey@campbell.edu,0000-0003-1292-0771,NA,NA,NA,NA,NA,yes,Data included in this study are available from the corresponding author upon reasonable request.,on request,1,"[""reclaimed water"", ""water reuse"", ""water-supply systems"", ""agro-wastewater"", ""risk assessment""]" -108,http://eepurl.com/iadi9z,https://www.mdpi.com/2073-445X/11/9/1504/htm,"Geospatial Analysis and Land Suitability for “FloodWise” Practices: Nature-Based Solutions for Flood Mitigation in Eastern, Rural North Carolina. Land, September 2022. Madalyn Baldwin, Andrew Fox, … Frederick Cubbage",www.mdpi.com,Land,"Geospatial Analysis and Land Suitability for “FloodWise” Practices: Nature-Based Solutions for Flood Mitigation in Eastern, Rural North Carolina",2022,no ,NA,NA,NA,8,Madalyn Baldwin,"Coastal Dynamics Design Lab, Department of Landscape Architecture and Environmental Planning, North Carolina State University, Raleigh, NC 27695, USA",USA,NA,NA,Meredith Hovis,"Department of Forestry and Environmental Resources, North Carolina State University, Raleigh, NC 27695, USA",USA,mehovis@ncsu.edu,NA,yes,The data presented in this study are available in Appendix A.,available in online repository,4,"[""geospatial analysis"", ""land suitability"", ""flood mitigation"", ""nature-based solutions (NBS)"", ""rural landscapes"", ""Geographic Information Systems (GIS)"", ""flood resilience""]" -114,http://eepurl.com/iadi9z,https://www.mdpi.com/2076-3417/12/19/10159,"Quantitative Microbial Risk Assessment of North Carolina Type 2 Reclaimed Water for Agricultural Reuse. Appl. Sci., October 2022. Emily S. Bailey and Mark D. Sobsey",www.mdpi.com,Applied Sciences,Quantitative Microbial Risk Assessment of North Carolina Type 2 Reclaimed Water for Agricultural Reuse,2022,yes,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",USA,ebailey@campbell.edu,0000-0003-1292-0771,NA,NA,NA,NA,NA,yes,Data included in this study are available from the corresponding author upon reasonable request.,on request,1,"[""reclaimed water"", ""water reuse"", ""water-supply systems"", ""agro-wastewater"", ""risk assessment""]" -151,http://eepurl.com/h4G3CX,https://www.mdpi.com/2673-4834/3/2/39,"Phosphate Treatment by Five Onsite Wastewater Systems in a Nutrient Sensitive Watershed. Earth, June 2022. Charles P. Humphrey, Jr.",www.mdpi.com,Earth,Phosphate Treatment by Five Onsite Wastewater Systems in a Nutrient Sensitive Watershed,2022,yes,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",USA,humphreyc@ecu.edu,0000-0003-2664-4763,NA,NA,NA,NA,NA,yes,Data are summarized and displayed in figures. Raw data may be made available via email with the corresponding author.,on request,2,"[""coastal"", ""eutrophication septic systems""]" -158,http://eepurl.com/h2UiZf,https://www.mdpi.com/2073-4441/14/10/1525/pdf?version=1652171768,"Identifying Spatial Patterns of Hydrologic Drought over the Southeast US Using Retrospective National Water Model Simulations. Water, May 2022. Jamie Dyer, Andrew Mercer and Krzysztof Raczynski",www.mdpi.com,Water,Identifying Spatial Patterns of Hydrologic Drought over the Southeast US Using Retrospective National Water Model Simulations,2022,no,NA,NA,NA,3,James Dyer,"Department of Geosciences, Mississippi State University, Mississippi State, MS 39762, USA",USA,jdyer@geosci.msstate.edu,NA,NA,NA,NA,NA,NA,no ,NA,NA,8,"[""hydrologic drought"", ""Southeast US"", ""National Water Model""]" -172,http://eepurl.com/hZ8bR1,https://www.mdpi.com/1660-4601/19/8/4628/pdf,"Evaluating Changes in Health Risk from Drought over the Contiguous United States. Int. J. Environ. Res. Public Health, April 2022. Babak Jalalzadeh Fard, Jagadeesh Puvvula and Jesse E. Bell",www.mdpi.com,Environmental Research and Public Health,Evaluating Changes in Health Risk from Drought over the Contiguous United States,2022,yes,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",USA,babak.jfard@unmc.edu,0000-0003-1143-1191,NA,NA,NA,NA,NA,yes,"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,2,"[""drought and health"", ""drought risk"", ""Local Moran's I"", ""drought vulnerability"", ""U.S. drought""]" -182,http://eepurl.com/hZ8bR1,https://www.mdpi.com/2071-1050/14/7/3889/pdf,"Water Quality - Intention and Action: Evaluating the Policy Antecedents of Development. Sustainability, March 2022. Danielle Spurlock and Philip Berke",www.mdpi.com,Sustainability,Intention and Action: Evaluating the Policy Antecedents of Development,2022,yes,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",USA,dspurloc@live.unc.edu,0000-0002-2834-3764,NA,NA,NA,NA,NA,no ,NA,NA,0,"[""environmental planning"", ""policy evaluation"", ""riparian buffers""]" -186,http://eepurl.com/hXG2ID,https://www.mdpi.com/1999-4907/13/3/411,"Detecting Coastal Wetland Degradation by Combining Remote Sensing and Hydrologic Modeling. Forests, March 2022. Keqi He, Yu Zhang, … Steve McNulty",www.mdpi.com,Forests,Detecting Coastal Wetland Degradation by Combining Remote Sensing and Hydrologic Modeling,2022,yes,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",USA,keqi.he@duke.edu,0000-0001-5793-8583,NA,NA,NA,NA,NA,yes,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,6,"[""coastal wetland degradation"", ""remote sensing"", ""NDVI"", ""climate change"", ""sea-level rise"", ""saltwater intrusion"", ""hydrologic model"", ""Alligator River National Wildlife Refuge"", ""USA""]" -194,http://eepurl.com/hWz3Yf,https://www.mdpi.com/2073-4441/14/2/247,"An Analysis of Household Perceptions of Water Costs across the United States: A Survey Based Approach. Water, January 2022. Laura Medwid and Elizabeth A. Mack",www.mdpi.com,Water,An Analysis of Household Perceptions of Water Costs across the United States: A Survey Based Approach,2022,no,NA,NA,NA,2,Laura Medwid,"Department of Geography, Environment, and Spatial Sciences, Michigan State University, 673 Auditorium Rd, East Lansing, MI 48824, USA",USA,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,yes,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,1,"[""water infrastructure"", ""water services"", ""water utilities"", ""water bills"", ""billing frequency"", ""customer assistance programs (CAPS)"", ""affordability""]" -14,http://eepurl.com/ivRR62,https://pubs.acs.org/doi/10.1021/acs.est.3c01146,"Domestic Dogs and Horses as Sentinels of Per- and Polyfluoroalkyl Substance Exposure and Associated Health Biomarkers in Gray’s Creek North Carolina. June 2023. Environmental Science & Technology. Kylie D. Rock, Madison E. Polera, … and Scott M. Belcher ",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,yes,2,misc,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",USA,kdrock@ncsu.edu,0000-0003-2954-1110,NA,NA,NA,NA,NA,no ,NA,NA,0,"[""canine"", ""drinking water"", ""equine"", ""fluoroether"", ""One Health"", ""nafion by-product 2"", ""GenX chemicals"", ""PFOA"", ""PFOS""]" -19,http://eepurl.com/ivRR62,https://pubs.acs.org/doi/10.1021/acs.estlett.0c00255,"Scientific Basis for Managing PFAS as a Chemical Class. June 2023. Environmental Science & Technology Letters. Carol F. Kwiatkowski, David Q. Andrews, … and Arlene Blum ",pubs.acs.org,Environmental Science & Technology Letters,Scientific Basis for Managing PFAS as a Chemical Class,2020,no,NA,NA,NA,16,Carol F. Kwiatkowski,"Department of Biological Sciences, North Carolina State University, Raleigh, North Carolina 27695, United States",USA,kwiatkowskicf@gmail.com,0000-0002-5289-1218,NA,NA,NA,NA,NA,no ,NA,NA,249,"[""drinking water"", ""fluoropolymers"", ""food"", ""safety"", ""toxins""]" -21,http://eepurl.com/ivRR62,https://pubs.acs.org/doi/10.1021/acs.estlett.3c00487,"Environmental Science for the Betterment of All. July 2023. Environmental Science & Technology Letters. Jacqueline MacDonald Gibson, Khalid K. Osman, … and Amanda Giang ",pubs.acs.org,Environmental Science & Technology Letters,Environmental Science for the Betterment of All,2023,no ,NA,NA,NA,4,Jacqueline MacDonald Gibson,NA,NA,jmacdon@ncsu.edu,0000-0002-5468-0713,NA,NA,NA,NA,NA,no ,NA,NA,0,"[""Air pollution"", ""Color"", ""Environmental pollution"", ""Environmental science"", ""Impurities""]" -34,http://eepurl.com/irTmaA,https://pubs.acs.org/doi/10.1021/acs.est.2c07477,Improved Decision Making for Water Lead Testing in U.S. Child Care Facilities Using Machine-Learned Bayesian Networks.,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,yes,2,misc,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",USA,rmulhern@rti.org,0000-0001-6293-3672,NA,NA,NA,NA,NA,yes,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,1,"[""lead"", ""Children's health"", ""drinking water"", ""machine learning"", ""risk assessment""]" -46,http://eepurl.com/ipmsMg,https://pubs.acs.org/doi/full/10.1021/acs.est.2c07316,"Predicting concentration and ionic strength dependent air water interfacial partitioning parameters of PFASs using Quantitative Structure-Property Relationships (QSPRs). March 24 2023. Environmental Science and Technology. John F Stults, Youn Jeong Choi, … Detlef R. U. Knappe, Tissa H. Illangasekare, Christopher P Higgins.",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,yes,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",USA,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,no ,NA,NA,0,"[""PFAS air-water interfacial adsorption"", ""QSPR"", ""nonequilibrium"", ""unsaturated columns"", ""pan film""]" -61,http://eepurl.com/ikRgmb,https://pubs.acs.org/doi/10.1021/acs.accounts.2c00591,"Addressing Short-Chain PFAS Contamination in Water with nanofibrous Absorbent/Filter Material from Electrospinning. Accounts of Chemical Research, January 2023. Shobha Mantripragada, Sherine O. Obare, and Lifeng Zhang.  ",pubs.acs.org,Accounts of Chemical Research,Addressing Short-Chain PFAS Contamination in Water with Nanofibrous Adsorbent/Filter Material from Electrospinning,2023,no,NA,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",USA,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,no ,NA,NA,1,"[""adsorption"", ""membranes, ""molecules"", ""nanofibers"", ""remediation""]" -93,http://eepurl.com/icBZuL,https://pubs.acs.org/doi/10.1021/acsestwater.2c00320,"Assessing the Fate of Dissolved Organic Compounds in Landfill Leachate and Wastewater Treatment Systems. ACS EST Water 2022, November 2022. Michael G. Doyle, Melanie T. Odenkirk, … Florentino De La Cruz",pubs.acs.org,ACS ES&T Water,Assessing the Fate of Dissolved Organic Compounds in Landfill Leachate and Wastewater Treatment Systems,2022,yes,2,misc,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",USA,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,no ,NA,NA,1,"[""nontargeted analysis"", ""anthropogenic chemicals"", ""wastewater"", ""landfill leachate"", ""reverse osmosis""]" -99,http://eepurl.com/icBZuL,https://pubs.acs.org/doi/full/10.1021/acs.estlett.2c00502?cookieSet=1,"Presumptive Contamination: A New Approach to PFAS Contamination Based on Likely Sources. Environ. Sci. Technol. Lett., October 2022. Derrick Salvatore, Kira Mok, …  Alissa Cordner",pubs.acs.org,Environmental Science & Technology Letters,Presumptive Contamination: A New Approach to PFAS Contamination Based on Likely Sources,2022,yes,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",USA,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,no ,NA,NA,9,"[""per- and polyfluoroalkyl substances (PFAS)"", ""presumptive contamination"", ""PFAS testing and investigation"", ""AFFF"", ""PFAS waste and disposal""]" -104,http://eepurl.com/iadi9z,https://pubs.acs.org/doi/full/10.1021/acsestwater.2c00287?cookieSet=1,"The Current Multicountry Monkeypox Outbreak: What Water Professionals Should Know. ACS EST Water, September 2022. Rasha Maal-Bared, Charles Gerba, … Mark Sobsey",pubs.acs.org,ACS ES&T Water,The Current Multicountry Monkeypox Outbreak: What Water Professionals Should Know,2022,no,NA,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,no ,NA,NA,0,"[""anatomy"", ""genetics"", ""infectious diseases"", ""viruses"", ""wastewater""]" -112,http://eepurl.com/iadi9z,https://pubs.acs.org/doi/10.1021/acs.est.2c04717?cookieSet=1,"Legacy of Coal Combustion: Widespread Contamination of Lake Sediments and Implications for Chronic Risks to Aquatic Ecosystems.  Environ. Sci. Technol., October 2022. Zhen Wang, Ellen A. Cowan, … Avner Vengosh",pubs.acs.org,Environmental Science & Technology,Legacy of Coal Combustion: Widespread Contamination of Lake Sediments and Implications for Chronic Risks to Aquatic Ecosystems,2022,yes,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",USA,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,no ,NA,NA,4,"[""coal ash"", ""lacustrine sediment"", ""multiproxy tracing"", ""aquatic ecosystems""]" -124,http://eepurl.com/h9U0Mr,https://pubs.acs.org/doi/10.1021/acs.est.2c03076,"Meeting the Water and Sanitation Challenges of Underbounded Communities in the U.S. Environ. Sci. Technol., August 2022. (full-text available to subscribers) E. Christian Wells, Abby M. Vidmar, … James R. Mihelcic",pubs.acs.org,Environmental Science & Technology,Meeting the Water and Sanitation Challenges of Underbounded Communities in the U.S.,2022,no,NA,NA,NA,8,E. Christian Wells,"Department of Anthropology, University of South Florida, Tampa, Florida 33620, United States",USA,ecwells@usf.edu,0000-0003-1966-2680,NA,NA,NA,NA,NA,no ,NA,NA,4,"[""water and sanitation infrastructure"", ""disadvantaged unincorporated communities"", ""environmetal justice"", ""participatory process"", ""sociotechnical design""]" -137,http://eepurl.com/h7S0S1,https://pubs.acs.org/doi/abs/10.1021/acsapm.2c00959,"Polycarbodiimide for Textile Dye Removal from Contaminated Water. ACS Appl. Polym. Mater., July 2022. Meghan Davis Lord, Graham Neve, … Januka Budhathoki-Uprety",pubs.acs.org,ACS Applied Polymer Materials,Polycarbodiimide for Textile Dye Removal from Contaminated Water,2022,yes,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",USA,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,no ,NA,NA,2,"[""textile dyes"", ""environmental pollution"", ""clean water"", ""sustainability"", ""polycarbodiimide"", ""topological polar surface area (TPSA)"", ""molecular transport""]" -185,http://eepurl.com/hXG2ID,https://pubs.acs.org/doi/10.1021/acs.est.2c00224,"Characterizing Differences in Sources of and Contributions to Fecal Contamination of Sediment and Surface Water with the Microbial FIT Framework. Environ. Sci. Technol., March 17, 2022. Corinne Wiesner-Friedman, Rachelle E. Beattie, Jill R. Stewart, et al.",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,yes,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",USA,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,no ,NA,NA,5,"[""land-use regression"", ""molecular microbial source tracking"", ""surface water"", ""sediment"", ""river networks"", ""animal feeding operations"", ""septic systems""]" -190,http://eepurl.com/hXG2ID,https://pubs.acs.org/doi/10.1021/acs.est.1c05683,"Modeling Exposure to Fecal Contamination in Drinking Water due to Multiple Water Source Use. Environ Sci Technol,, March 2022. Sean W Daly, Angela R Harris",pubs.acs.org,Environmental Science & Technology,Modeling Exposure to Fecal Contamination in Drinking Water due to Multiple Water Source Use,2022,yes,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",USA,swdaly@ncsu.edu,NA,NA,NA,NA,NA,NA,no,NA,NA,5,"[""multiple water source use"", ""supplemental unimproved source use"", ""fecal contamination"", ""Monte Carlo simulations"", ""drinking water quality"", ""low- and middle-income countries""]" \ No newline at end of file +",available in online repository,"[https://github.com/TransformingDrainageProject/Drain-Flow-Gap-Filling,https://github.com/isudatateam/datateam]",2,"[""Agriculture"", ""Environmental impact"", ""Hydrology"", ""Water resources""]" +8,http://eepurl.com/ixN78-/,https://journals.plos.org/plosntds/article?id=10.1371/journal.pntd.0011496,"Soil-transmitted helminths: A critical review of the impact of co-infections and implications for control and elimination. August 2023. PLOS Neglected Tropical Diseases. Sarah Lebu, Winnie Kibone, Chimdi C. Muoghalu, … and Musa Manga  ",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",USA,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,,0,NA +118,http://eepurl.com/h9U0Mr,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000039,"Barriers to water infrastructure investment: Findings from a survey of U.S. local elected officials. PLoS Water, August 2022. Katy Hansen, Megan Mullin",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",USA,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,,5,NA +133,http://eepurl.com/h7S0S1,https://journals.plos.org/water/article?id=10.1371/journal.pwat.0000032,"Field performance of the GaugeCam image-based water level measurement system. PLoS Water, July 2022. François Birgand , Ken Chapman, … Ana-Maria Staicu",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",USA,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,"What influences individuals to invest in improved sanitation services and hygiene behaviours in a small town? A formative research study in Babati, Tanzania. PLoS One, July 2022. Gabriel Malima, Hoyce Mshida, … Karoli N. Njau",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",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,"Evaluating the impact of sample storage, handling, and technical ability on the decay and recovery of SARS-CoV-2 in wastewater. PLoS One, June 2022. Rachelle E. Beattie, A. Denene Blackwood, … Rachel Noble",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",USA,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,,17,NA +149,http://eepurl.com/h4G3CX,https://journals.plos.org/plosntds/article?id=10.1371/journal.pntd.0010495,"Higher helminth ova counts and incomplete decomposition in sand-enveloped latrine pits in a coastal sub-district of Bangladesh. PLoS NTDs, June 2022. Mahbubur Rahman , Mahfuza Islam, … Ayse Ercumen",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,,1,NA +28,28,https://doi.org/10.1016/S0140-6736(23)00458-0,"Burden of Disease Attributable to Unsafe Drinking Water, Sanitation, and Hygiene in Domestic Settings: a Global Analysis for Selected Adverse Health Outcomes. June 2023. The Lancet. Jennyfer Wolf, Richard B Johnston, …  Michael Brauer",doi.org,,,,,,,,,,,,,,,,,,,,,,,, +31,31,https://doi.org/10.1021/acs.est.3c00536,"Bromine and Chlorine Disinfection of Cryptosporidium parvum Oocysts, Bacillus atrophaeus Spores, and MS2 Coliphage in Water. May 2023. Environmental Science & Technology. CK Coleman, J Kim, ... Mark D. Sobsey",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",USA,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,,0,"[""Cryptosporidium"", ""Bacillus spores"", ""MS2 coliphage"", ""bromine"", ""chlorine"", ""disinfection"", ""water treatment""]" +32,32,https://doi.org/10.1021/acs.est.3c00947,"Oxidation of Per- and Polyfluoroalkyl Ether Acids and Other Per- and Polyfluoroalkyl Substances by Sulfate and Hydroxyl Radicals: Kinetic Insights from Experiments and Models. May 2023. Environmental Science & Technology. Chuhui Zhang, Tiffany Tang, and Detlef R.U. Knappe ",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",USA,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,,0,"[""PFAS destruction"", ""fluoroethers"", ""GenX"", ""Nafion byproduct 2"", ""photolysis""]" +35,35,https://doi.org/10.1029/2022WR032392,Data From the Drain: A Sensor Framework That Captures Multiple Drivers of Chronic Coastal Floods.,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",USA,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,"[""coastal flooding"", ""low-cost sensors"", ""high tide flooding"", ""stormwater management"", ""coastal infrastructure"", ""sea level rise""]" +39,39,https://doi.org/10.1371/journal.pwat.0000123,Affordability of household water services across the United States.,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",USA,lauren.patterson@duke.edu,0000-0002-7512-7845,NA,NA,NA,NA,NA,FALSE,NA,NA,,0,NA +42,42,https://doi.org/10.1016/j.scitotenv.2023.162978,70 analyte PFAS test method highlights need for expanded testing of PFAS in drinking water. June 2023.,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",USA,NA,NA,Anna Reade,"Natural Resources Defense Council, 111 Sutter St. Floor 20, San Francisco, CA 94104, USA",,areade@nrdc.org,NA,TRUE,Anonymized data can be shared upon request.,on request,,8,"[""PFAS"", ""Drinking water"", ""US EPA"", ""PFPrA"", ""Ultra-short chain""]" +1,http://eepurl.com/ixN78-/,https://www.mdpi.com/2306-5338/10/7/156,Presence of Perfluoroalkyl Substances in Landfill Adjacent Surface Waters in North Carolina. July 2023. Hydrology. Aleah Walsh and Courtney Woods ,www.mdpi.com,,,,,,,,,,,,,,,,,,,,,,,, +2,http://eepurl.com/ixN78-/,https://www.mdpi.com/2306-5338/10/7/156,"Assessment and Mitigation of Fecal Bacteria Exports from a Coastal North Carolina Watershed. July 2023. Hydrology. Charles Humphrey Jr., Nicole Lyons, … and Avian White ",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",USA,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,,0,"[""coastal"", ""fecal bacteria"", ""runoff"", ""stormwater""]" +13,http://eepurl.com/ivRR62,https://www.mdpi.com/2073-4441/15/13/2436,"Harmful Algal Blooms: A Prolific Issue in Urban Stormwater Ponds. June 2023. MDPI. Amy E. Grogan, Catharina Alves-de-Souza, Lawrence B. Cahoon, and Michael A. Mallin.  ",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",USA,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,,0,"[""cyanobacteria"", ""cyanotoxin"", ""microcystin"", ""stormwater pollution"", ""eutrophication""]" +64,http://eepurl.com/ikRgmb,https://www.mdpi.com/2076-3298/10/2/17,"Urban Wastewater as a Source of Reclaimed Water for Irrigation: Barriers and Future Possibilities. Recent Advances in Technology for Water and Wastewater Treatment, January 2023. Andreia F. Santos, Paula Alvarenga, Licinio M. Gando-Ferreira, Margarida J. Quina.  ",www.mdpi.com,Environments,Urban Wastewater as a Source of Reclaimed Water for Irrigation: Barriers and Future Possibilities,2023,FALSE,NA,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,,8,"[""water scarcity"", ""water recycling"", ""wastewater treatment plants"", ""nutrients"", ""phosphorus""]" +68,http://eepurl.com/iiETVr,https://www.mdpi.com/1422-0067/24/2/1295,"Evaluation of Chitosans as Coagulants – Flocculants to Improve Sand Filtration for Drinking Water Treatment. The Chitosan Biomaterials: Advances and Challenges, January 2023. Eleanor B. Holmes, Hemali H. Oza, Emily S. Bailey, Mark D. Sobsey.  ",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",USA,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,,3,"[""HWTS"", ""POU"", ""chitosan"", ""coagulation"", ""sand filtration"", ""bacterial reduction"", ""virus reduction""]" +80,http://eepurl.com/ieh0rf,https://www.mdpi.com/2073-4441/14/13/2088,"Developing Toxic Metal Environmental Justice Indices (TM-EJIs) for Arsenic, Cadmium, Lead, and Manganese Contamination in Private Drinking Wells in North Carolina. Water 2022. Noemi Gavino-Lopez, Lauren A. Eaves, … Rebecca C. Fry",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,NA,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",USA,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,"[""environmental justice"", ""private wells"", ""toxic metals""]" +82,http://eepurl.com/ieh0rf,https://www.mdpi.com/2078-2489/13/12/551,"Explainable Decision-Making for Water Quality Protection. Information, November 2022. Jozo Dujmovi and William L. Allen III",www.mdpi.com,Information,Explainable Decision-Making for Water Quality Protection,2022,FALSE,NA,NA,NA,2,Jozo Dujmović,"Department of Computer Science, San Francisco State University, 1600 Holloway Ave, San Francisco, CA 94132, USA",USA,jozo@sfsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,1,"[""explainability"", ""LSP method"", ""water quality"", ""decision-making""]" +90,http://eepurl.com/ieh0rf,https://www.mdpi.com/2306-5338/9/12/218,"Wetland Vulnerability Metrics as a Rapid Indicator in Identifying Nature-Based Solutions to Mitigate Coastal Flooding. Hydrology, December 2022. Narcisa Gabriela Pricope and Greer Shivers",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",USA,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-based solutions"", ""flood mitigation"", ""coastal flooding"", ""tidal watersheds""] " +100,http://eepurl.com/icBZuL,https://www.mdpi.com/2076-3417/12/19/10159/pdf?version=1665394404,"Quantitative Microbial Risk Assessment of North Carolina Type 2 Reclaimed Water for Agricultural Reuse. Applied Sciences, October 2022. Emily S. Bailey and Mark D. Sobsey",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",USA,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,,1,"[""reclaimed water"", ""water reuse"", ""water-supply systems"", ""agro-wastewater"", ""risk assessment""]" +108,http://eepurl.com/iadi9z,https://www.mdpi.com/2073-445X/11/9/1504/htm,"Geospatial Analysis and Land Suitability for “FloodWise” Practices: Nature-Based Solutions for Flood Mitigation in Eastern, Rural North Carolina. Land, September 2022. Madalyn Baldwin, Andrew Fox, … Frederick Cubbage",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,NA,NA,NA,8,Madalyn Baldwin,"Coastal Dynamics Design Lab, Department of Landscape Architecture and Environmental Planning, North Carolina State University, Raleigh, NC 27695, USA",USA,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/] https://connect.ncdot.gov/resources/gis/,https://www.mrlc.gov/data,https://www.fema.gov/openfema-data-page/fima-nfip-redacted-claims-v1,https://www.fema.gov/flood-maps/national-flood-hazard-layer,https://data-ncdenr.opendata.arcgis.com/datasets/12-digit-huc-subwatersheds/explore,https://www.usgs.gov/national-hydrography/national-hydrography-dataset,https://nassgeodata.gmu.edu/CropScape/,https://www.nass.usda.gov/Publications/AgCensus/2017/Online_Resources/County_Profiles/North_Carolina/cp37155.pdf,https://www.nass.usda.gov/Research_and_Science/Disaster-Analysis/2019/index.php,https://www.eia.gov/opendata/,https://hifld-geoplatform.opendata.arcgis.com/)",4,"[""geospatial analysis"", ""land suitability"", ""flood mitigation"", ""nature-based solutions (NBS)"", ""rural landscapes"", ""Geographic Information Systems (GIS)"", ""flood resilience""]" +114,http://eepurl.com/iadi9z,https://www.mdpi.com/2076-3417/12/19/10159,"Quantitative Microbial Risk Assessment of North Carolina Type 2 Reclaimed Water for Agricultural Reuse. Appl. Sci., October 2022. Emily S. Bailey and Mark D. Sobsey",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",USA,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,,1,"[""reclaimed water"", ""water reuse"", ""water-supply systems"", ""agro-wastewater"", ""risk assessment""]" +151,http://eepurl.com/h4G3CX,https://www.mdpi.com/2673-4834/3/2/39,"Phosphate Treatment by Five Onsite Wastewater Systems in a Nutrient Sensitive Watershed. Earth, June 2022. Charles P. Humphrey, Jr.",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",USA,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,,2,"[""coastal"", ""eutrophication septic systems""]" +158,http://eepurl.com/h2UiZf,https://www.mdpi.com/2073-4441/14/10/1525/pdf?version=1652171768,"Identifying Spatial Patterns of Hydrologic Drought over the Southeast US Using Retrospective National Water Model Simulations. Water, May 2022. Jamie Dyer, Andrew Mercer and Krzysztof Raczynski",www.mdpi.com,Water,Identifying Spatial Patterns of Hydrologic Drought over the Southeast US Using Retrospective National Water Model Simulations,2022,FALSE,NA,NA,NA,3,James Dyer,"Department of Geosciences, Mississippi State University, Mississippi State, MS 39762, USA",USA,jdyer@geosci.msstate.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,8,"[""hydrologic drought"", ""Southeast US"", ""National Water Model""]" +172,http://eepurl.com/hZ8bR1,https://www.mdpi.com/1660-4601/19/8/4628/pdf,"Evaluating Changes in Health Risk from Drought over the Contiguous United States. Int. J. Environ. Res. Public Health, April 2022. Babak Jalalzadeh Fard, Jagadeesh Puvvula and Jesse E. Bell",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",USA,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] https://www.mrlc.gov/data,https://droughtmonitor.unl.edu/DmData/DataDownload/ComprehensiveStatistics.aspx,https://data.mendeley.com/datasets/nf8mh6gzb2/2)",2,"[""drought and health"", ""drought risk"", ""Local Moran's I"", ""drought vulnerability"", ""U.S. drought""]" +182,http://eepurl.com/hZ8bR1,https://www.mdpi.com/2071-1050/14/7/3889/pdf,"Water Quality - Intention and Action: Evaluating the Policy Antecedents of Development. Sustainability, March 2022. Danielle Spurlock and Philip Berke",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",USA,dspurloc@live.unc.edu,0000-0002-2834-3764,NA,NA,NA,NA,NA,FALSE,NA,NA,,0,"[""environmental planning"", ""policy evaluation"", ""riparian buffers""]" +186,http://eepurl.com/hXG2ID,https://www.mdpi.com/1999-4907/13/3/411,"Detecting Coastal Wetland Degradation by Combining Remote Sensing and Hydrologic Modeling. Forests, March 2022. Keqi He, Yu Zhang, … Steve McNulty",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",USA,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,"[""coastal wetland degradation"", ""remote sensing"", ""NDVI"", ""climate change"", ""sea-level rise"", ""saltwater intrusion"", ""hydrologic model"", ""Alligator River National Wildlife Refuge"", ""USA""]" +194,http://eepurl.com/hWz3Yf,https://www.mdpi.com/2073-4441/14/2/247,"An Analysis of Household Perceptions of Water Costs across the United States: A Survey Based Approach. Water, January 2022. Laura Medwid and Elizabeth A. Mack",www.mdpi.com,Water,An Analysis of Household Perceptions of Water Costs across the United States: A Survey Based Approach,2022,FALSE,NA,NA,NA,2,Laura Medwid,"Department of Geography, Environment, and Spatial Sciences, Michigan State University, 673 Auditorium Rd, East Lansing, MI 48824, USA",USA,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,"[""water infrastructure"", ""water services"", ""water utilities"", ""water bills"", ""billing frequency"", ""customer assistance programs (CAPS)"", ""affordability""]" +14,http://eepurl.com/ivRR62,https://pubs.acs.org/doi/10.1021/acs.est.3c01146,"Domestic Dogs and Horses as Sentinels of Per- and Polyfluoroalkyl Substance Exposure and Associated Health Biomarkers in Gray’s Creek North Carolina. June 2023. Environmental Science & Technology. Kylie D. Rock, Madison E. Polera, … and Scott M. Belcher ",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",USA,kdrock@ncsu.edu,0000-0003-2954-1110,NA,NA,NA,NA,NA,FALSE,NA,NA,,0,"[""canine"", ""drinking water"", ""equine"", ""fluoroether"", ""One Health"", ""nafion by-product 2"", ""GenX chemicals"", ""PFOA"", ""PFOS""]" +19,http://eepurl.com/ivRR62,https://pubs.acs.org/doi/10.1021/acs.estlett.0c00255,"Scientific Basis for Managing PFAS as a Chemical Class. June 2023. Environmental Science & Technology Letters. Carol F. Kwiatkowski, David Q. Andrews, … and Arlene Blum ",pubs.acs.org,Environmental Science & Technology Letters,Scientific Basis for Managing PFAS as a Chemical Class,2020,FALSE,NA,NA,NA,16,Carol F. Kwiatkowski,"Department of Biological Sciences, North Carolina State University, Raleigh, North Carolina 27695, United States",USA,kwiatkowskicf@gmail.com,0000-0002-5289-1218,NA,NA,NA,NA,NA,FALSE,NA,NA,,249,"[""drinking water"", ""fluoropolymers"", ""food"", ""safety"", ""toxins""]" +21,http://eepurl.com/ivRR62,https://pubs.acs.org/doi/10.1021/acs.estlett.3c00487,"Environmental Science for the Betterment of All. July 2023. Environmental Science & Technology Letters. Jacqueline MacDonald Gibson, Khalid K. Osman, … and Amanda Giang ",pubs.acs.org,Environmental Science & Technology Letters,Environmental Science for the Betterment of All,2023,FALSE,NA,NA,NA,4,Jacqueline MacDonald Gibson,NA,NA,jmacdon@ncsu.edu,0000-0002-5468-0713,NA,NA,NA,NA,NA,FALSE,NA,NA,,0,"[""Air pollution"", ""Color"", ""Environmental pollution"", ""Environmental science"", ""Impurities""]" +34,http://eepurl.com/irTmaA,https://pubs.acs.org/doi/10.1021/acs.est.2c07477,Improved Decision Making for Water Lead Testing in U.S. Child Care Facilities Using Machine-Learned Bayesian Networks.,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",USA,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's health"", ""drinking water"", ""machine learning"", ""risk assessment""]" +46,http://eepurl.com/ipmsMg,https://pubs.acs.org/doi/full/10.1021/acs.est.2c07316,"Predicting concentration and ionic strength dependent air water interfacial partitioning parameters of PFASs using Quantitative Structure-Property Relationships (QSPRs). March 24 2023. Environmental Science and Technology. John F Stults, Youn Jeong Choi, … Detlef R. U. Knappe, Tissa H. Illangasekare, Christopher P Higgins.",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",USA,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,,0,"[""PFAS air-water interfacial adsorption"", ""QSPR"", ""nonequilibrium"", ""unsaturated columns"", ""pan film""]" +61,http://eepurl.com/ikRgmb,https://pubs.acs.org/doi/10.1021/acs.accounts.2c00591,"Addressing Short-Chain PFAS Contamination in Water with nanofibrous Absorbent/Filter Material from Electrospinning. Accounts of Chemical Research, January 2023. Shobha Mantripragada, Sherine O. Obare, and Lifeng Zhang.  ",pubs.acs.org,Accounts of Chemical Research,Addressing Short-Chain PFAS Contamination in Water with Nanofibrous Adsorbent/Filter Material from Electrospinning,2023,FALSE,NA,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",USA,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,,1,"[""adsorption"", ""membranes, ""molecules"", ""nanofibers"", ""remediation""]" +93,http://eepurl.com/icBZuL,https://pubs.acs.org/doi/10.1021/acsestwater.2c00320,"Assessing the Fate of Dissolved Organic Compounds in Landfill Leachate and Wastewater Treatment Systems. ACS EST Water 2022, November 2022. Michael G. Doyle, Melanie T. Odenkirk, … Florentino De La Cruz",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",USA,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,,1,"[""nontargeted analysis"", ""anthropogenic chemicals"", ""wastewater"", ""landfill leachate"", ""reverse osmosis""]" +99,http://eepurl.com/icBZuL,https://pubs.acs.org/doi/full/10.1021/acs.estlett.2c00502?cookieSet=1,"Presumptive Contamination: A New Approach to PFAS Contamination Based on Likely Sources. Environ. Sci. Technol. Lett., October 2022. Derrick Salvatore, Kira Mok, …  Alissa Cordner",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",USA,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,,9,"[""per- and polyfluoroalkyl substances (PFAS)"", ""presumptive contamination"", ""PFAS testing and investigation"", ""AFFF"", ""PFAS waste and disposal""]" +104,http://eepurl.com/iadi9z,https://pubs.acs.org/doi/full/10.1021/acsestwater.2c00287?cookieSet=1,"The Current Multicountry Monkeypox Outbreak: What Water Professionals Should Know. ACS EST Water, September 2022. Rasha Maal-Bared, Charles Gerba, … Mark Sobsey",pubs.acs.org,ACS ES&T Water,The Current Multicountry Monkeypox Outbreak: What Water Professionals Should Know,2022,FALSE,NA,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,,0,"[""anatomy"", ""genetics"", ""infectious diseases"", ""viruses"", ""wastewater""]" +112,http://eepurl.com/iadi9z,https://pubs.acs.org/doi/10.1021/acs.est.2c04717?cookieSet=1,"Legacy of Coal Combustion: Widespread Contamination of Lake Sediments and Implications for Chronic Risks to Aquatic Ecosystems.  Environ. Sci. Technol., October 2022. Zhen Wang, Ellen A. Cowan, … Avner Vengosh",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",USA,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,,4,"[""coal ash"", ""lacustrine sediment"", ""multiproxy tracing"", ""aquatic ecosystems""]" +124,http://eepurl.com/h9U0Mr,https://pubs.acs.org/doi/10.1021/acs.est.2c03076,"Meeting the Water and Sanitation Challenges of Underbounded Communities in the U.S. Environ. Sci. Technol., August 2022. (full-text available to subscribers) E. Christian Wells, Abby M. Vidmar, … James R. Mihelcic",pubs.acs.org,Environmental Science & Technology,Meeting the Water and Sanitation Challenges of Underbounded Communities in the U.S.,2022,FALSE,NA,NA,NA,8,E. Christian Wells,"Department of Anthropology, University of South Florida, Tampa, Florida 33620, United States",USA,ecwells@usf.edu,0000-0003-1966-2680,NA,NA,NA,NA,NA,FALSE,NA,NA,,4,"[""water and sanitation infrastructure"", ""disadvantaged unincorporated communities"", ""environmetal justice"", ""participatory process"", ""sociotechnical design""]" +137,http://eepurl.com/h7S0S1,https://pubs.acs.org/doi/abs/10.1021/acsapm.2c00959,"Polycarbodiimide for Textile Dye Removal from Contaminated Water. ACS Appl. Polym. Mater., July 2022. Meghan Davis Lord, Graham Neve, … Januka Budhathoki-Uprety",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",USA,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,,2,"[""textile dyes"", ""environmental pollution"", ""clean water"", ""sustainability"", ""polycarbodiimide"", ""topological polar surface area (TPSA)"", ""molecular transport""]" +185,http://eepurl.com/hXG2ID,https://pubs.acs.org/doi/10.1021/acs.est.2c00224,"Characterizing Differences in Sources of and Contributions to Fecal Contamination of Sediment and Surface Water with the Microbial FIT Framework. Environ. Sci. Technol., March 17, 2022. Corinne Wiesner-Friedman, Rachelle E. Beattie, Jill R. Stewart, et al.",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",USA,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,,5,"[""land-use regression"", ""molecular microbial source tracking"", ""surface water"", ""sediment"", ""river networks"", ""animal feeding operations"", ""septic systems""]" +190,http://eepurl.com/hXG2ID,https://pubs.acs.org/doi/10.1021/acs.est.1c05683,"Modeling Exposure to Fecal Contamination in Drinking Water due to Multiple Water Source Use. Environ Sci Technol,, March 2022. Sean W Daly, Angela R Harris",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",USA,swdaly@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,5,"[""multiple water source use"", ""supplemental unimproved source use"", ""fecal contamination"", ""Monte Carlo simulations"", ""drinking water quality"", ""low- and middle-income countries""]" +6,http://eepurl.com/ixN78-/,https://www.sciencedirect.com/science/article/pii/S0043135423005481,"Prevailing impacts of river management on microplastic transport in contrasting US streams: Rethinking global microplastic flux estimations. July 2023. Water Research. Anna Kukkola, Robert Runkel, … and Stefan Krause ",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",UK,ATK863@bham.ac.uk,0000-0002-7008-0371,NA,NA,NA,NA,NA,TRUE,Data will be made available on request,on request,,1,"[""Microplastics in rivers"", ""Water management"", ""DiversionsAbstraction"", ""Paired catchment approach"", ""Global models""]" +7,http://eepurl.com/ixN78-/,https://www.sciencedirect.com/science/article/abs/pii/S0925857423001209,"The effects of hydrologic restoration on carbon budgets and GHG fluxes in southeastern US coastal shrub bogs. July 2023. Ecological Engineering. Curtis Richardson, Neal Flanagan and Mengchi Ho ",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",USA,curtr@duke.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request,on request,,0,"[""Pocosin"", ""Carbon"", ""Methane"", ""GHG"", ""Net ecosystem exchange"", ""Hydrologic restoration"", ""Peatland"", ""Evergreen shrub bog"", ""Water table depth"", ""Eddy covariance"", '""Carbon dioxide""]" +12,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/abs/pii/S0048969723037142,"PFAS levels in paired drinking water and serum samples collected from an exposed community in Central North Carolina. June 2023. Science of The Total Environment. Samantha M. Hall, … Jane A. Hoppin, Heather M. Stapleton ",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",USA,sam.hall@alumni.duke.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request,on request,,1,"[""Per- and polyfluoroalkyl substances"", ""PFAS"", ""Drinking water"", ""Serum"", ""Human health outcomes""]" +18,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/pii/S0160412023003069?via%3Dihub,"Per- and polyfluoroalkyl substances (PFAS) in United States tapwater: Comparison of underserved private-well and public-supply exposures and associated health implications. August 2023. Environmental International. Kelly L. Smalling, Kristen M. Romanok, … and Tyler Wagner ",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",USA,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] https://www.sciencebase.gov/catalog/item/5d3f0cd6e4b01d82ce8d9046,https://www.sciencebase.gov/catalog/item/611e751ed34e40dd9c019735,https://www.sciencebase.gov/catalog/item/5c6db7cde4b0fe48cb402341,https://www.sciencebase.gov/catalog/item/62bc6d04d34ec421d4e12ac7,https://www.sciencebase.gov/catalog/item/623dcc41d34e915b67d656c0,https://www.sciencebase.gov/catalog/item/62a34f18d34ec53d2770baf6)",11,"[""Per- and polyfluoroalkyl substances"", ""Drinking-water"", ""Public-supply"", ""Private-wellsSources"", ""Health effect""]" +20,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/abs/pii/S0043135423005523?via%3Dihub,"Zika virus RNA persistence and recovery in water and wastewater: An approach for Zika virus surveillance in resource-constrained settings. August 2023. Water Research. Kevin Zhu, Cailee Hill, …  and Christine E. Stauber ",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",USA,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,,3,"[""Zika virus"", ""wastewater-based epidemiology"", ""resource-constrained settings""]" +22,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/pii/S2213343723012411?via%3Dihub,"Hydrophobic air pollutants removal at one second gas contact in a multi-channel capillary bioreactor. October 2023. Journal of Environmental Chemical Engineering. Norbertus J.R. Kraakman, Javier González-Martín, … and Raúl Muñoz ",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,,1,"[""Air pollution control"", ""Biological gas treatment"", ""Capillary reactor"", ""Hydrophobic pollutants"", ""Segmented flow""]" +23,http://eepurl.com/ivRR62,https://www.sciencedirect.com/science/article/abs/pii/S0048969723027080?via%3Dihub,"Growth of Dunaliella viridis in multiple cycles of reclaimed media after repeated high pH-induced flocculation and harvesting. September 2023. Science of The Total Environment. Yi-Chun Lai, Joel J. Ducoste, and Francis L. de los Reyes III ",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",USA,ylai5@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,,1,"[""Marine microalgae"", ""Dunaliella viridis"", ""Flocculation"", ""Harvesting"", ""Water reuse"", ""Dissolved organic matter""]" +24,http://eepurl.com/itNRLc,https://www.sciencedirect.com/science/article/pii/S0277379123002019,"Roles of climatic and anthropogenic factors in shaping Holocene vegetation and fire regimes in Great Dismal Swamp, eastern USA. July 2023. Quaternary Science Reviews. D.A. Willard, M.C. Jones, … F.C. Wurster ",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",USA,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"",""Plant macrofossil"", ""Charcoal"", ""Paleoclimate reconstruction"", ""Sea-level rise"", ""Wildfire"", ""Wetland development"", ""Hydroperiod""]" +29,http://eepurl.com/itNRLc,https://www.sciencedirect.com/science/article/abs/pii/S0048969723018855,"Greener Residential Environment is Associated with Increased Bacterial Diversity in Outdoor Ambient Air. July 2023. Science of The Total Environment. Jennifer N. Styles a b k, Andrey I. Egorov a,… Timothy J. Wade",www.sciencedirect.com,Science of The Total Environment,Greener residential environment is associated with increased bacterial diversity in outdoor ambient air,2023,FALSE,NA,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",USA,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,,1,"[""Microbiome"", ""Outdoor air"", ""Greenspace"", ""Airborne Bacteria"", ""16S rRNA"", ""Aerobiome""]" +36,http://eepurl.com/irTmaA,https://www.sciencedirect.com/science/article/pii/S2214109X23000062?via%3Dihub,"The effects of racism, social exclusion, and discrimination on achieving universal safe water and sanitation in high-income countries.",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",USA,joebrown@unc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,13,NA +41,http://eepurl.com/irTmaA,https://www.sciencedirect.com/science/article/abs/pii/S0301479723003882?via%3Dihub,Differential exposure to drinking water contaminants in North Carolina: Evidence from structural topic modeling and water quality data.,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,NA,NA,NA,1,Antonia Sohns,"The Roux Institute, Northeastern University 100 Fore St. Portland, ME USA 04101",USA,a.sohns@northeastern.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,,0,"[""Water security"", ""Text analysis"", ""Structural topic modeling"",""Planning"", ""Environmental justice""]" +43,http://eepurl.com/irTmaA,https://www.sciencedirect.com/science/article/pii/S004313542300444X?via%3Dihub,Temporal and spatial relationships of,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",USA,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,,TRUE,Data will be made available on request.,on request,,3,"[""crAssphage"", ""Municipal untreated wastewater"", ""Temporal variations"", ""Spatial variations"", ""Enteric pathogens correlations"", ""Bacteria"", ""And viruses"", ""qPCR"", ""rt-qPCR""]" +45,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S0048969723000414,"Air temperature spikes increase bacteria presence in drinking water wells downstream of hog lagoons. April 1 2023. Science of the Total Environment. Jacob Hochard, Nino Abashidze,… Tom Vogel.",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",USA,JHochard@uwyo.edu,NA,NA,NA,NA,NA,NA,TRUE,The authors do not have permission to share data.,not shareable,,1,"[""Groundwater contamination"", ""Swine lagoons"", ""Private wells"", ""Atmospheric stressors"", ""Environmental pollution""]" +47,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S0048969723015565?via%3Dihub,"Microplastic distribution and characteristics across a large river basin: Insights from the Neuse River in North Carolina, USA. March 2023. Science of The Total Environment. K. Jack Kurki-Fox, Barbara Doll,… Uwe Schneidewind.",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",USA,jjkurkif@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,,4,"[""Microplastics"", ""Streamflow"", ""Urban development"", ""Sediment"", ""Watershed"", ""Sampling method""]" +48,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S1470160X23003321,"Drone lidar-derived surface complexity metrics as indicators of intertidal oyster reef condition. April 2023. Ecological Indicators. Michael Espriella, Vincent Lecours,… Simon Pittman.",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",USA,michaelespriella@ufl.edu,0000-0002-2843-4965,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,,1,"[""UAV"", ""UAS"", ""Rugosity"", ""Geomorphometry"", ""Coastal habitat"", ""Remote sensing""]" +49,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S2589537023001359,"Environmental cleaning to prevent hospital acquired infections on non-intensive care units: a pragmatic, single-centre, cluster randomized controlled, crossover trial comparian soap-based, disinfection, and probiotic cleaning. April 2023. eClinical Medicine. Rasmus Leistner, Britta Kohlmorgen,… Petra Gastmeier.",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,,4,"[""Hospital-aquired infection"", ""Multidrug-resistant pathogen"", ""Environmental cleaning"", ""Probiotic"", ""Randomized-controlled trial"", ""Environmental hygiene"", ""MRSAVRE"", ""Multidrug-resistant Gram-negative""]" +50,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/pii/S0377026523000155,"Atmospheric forcing of the Hatteras coastal ocean during 2017-2018: The PEACH program. March 2023. Dynamics of Atmospheres and Oceans. John Bane, Harvey Seim, Sara Haines, Lu Han, Ruoying He, Joseph Zambon.",www.sciencedirect.com,Dynamics of Atmospheres and Oceans,Atmospheric forcing of the Hatteras coastal ocean during 2017–2018: The PEACH program,2023,FALSE,NA,NA,NA,6,John Bane,"University of North Carolina, Chapel Hill, NC, USA",USA,bane@unc.edu,0000-0001-6309-1403,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,,1,"[""Atmospheric forcing"", ""Cape Hatteras"", ""PEACH"", ""Atmospheric cyclones"", ""Atmospheric warm and cool seasons""]" +51,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/abs/pii/S0048969723017424,"Environmental and health impacts of PFAS: Sources, distribution and sustainable management in North Carolina (USA). March 2023. Science of the Total Environment. Mohammad Nazmul Ehsan, Mumtahina Riza,… Vincenzo Naddeo.",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,NA,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",USA,mriza@ncsu.edu,NA,TRUE,Data will be made available on request.,on request,,15,"[""Contamination"", ""Distribution"", ""Environment"", ""Health impact"", ""North Carolina"", ""PFAS sources""]" +52,http://eepurl.com/ipmsMg,https://www.sciencedirect.com/science/article/abs/pii/S0169555X23000867,"Landscape change and climate attribution, with a case study of estuarine marshes. March 2023. Geomorphology. Jonathon D. Phillips.",www.sciencedirect.com,Geomorphology,"Landscape change and climate attribution, with a case study of estuarine marshes",2023,FALSE,NA,NA,NA,1,Jonathan D. Phillips,"Earth Surface Systems Program, University of Kentucky, USA",USA,jdp@uky.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,,1,"[""Landscape change"", ""Climate change"", ""Attribution"", ""Neuse River"", ""Sea-level rise"", ""Marsh loss""]" +55,http://eepurl.com/im-ZMI,https://www.sciencedirect.com/science/article/pii/S0048969722075118,"Generation of the Chemical and Social Stressors Integration Technique (CASS-IT) to identify areas of holistic public health concern: An application to North Carolina. ScienceDirect, March 2023. Lauren A. Eaves, Paul Lanier, Adam E. Enggasser, Gerard Chung, Toby Turla, Julia E. Rager, Rebecca C. Fry ",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,NA ,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",USA,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"", ""Private wells"", ""Social vulnerability"", ""Geographic data""]" +59,http://eepurl.com/im-ZMI,https://www.sciencedirect.com/science/article/pii/S0048969723000414?via%3Dihub,"Air temperature spikes increase bacteria presence in drinking water wells downstream of hog lagoons. Science of the Total Environment, April 2023. Jacob Hochard, Nino Abashidze, Ranjit Bawa, Randall Etheridge, Yuanhao Li, Ariane Peralta,Charles Sims, Tom Vogel ",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",USA,JHochard@uwyo.edu,NA,NA,NA,NA,NA,NA,TRUE,The authors do not have permission to share data.,data not sharable,,1,"[""Groundwater contamination"", ""Swine lagoons"", ""Private wells"", ""Atmospheric stressors"", ""Environmental pollution""]" +60,http://eepurl.com/im-ZMI,https://www.sciencedirect.com/science/article/abs/pii/S1385894723003674,"Modeling of a capillary microbioreactor for VOC removal. Chemical Engineering Journal, March 2023. Luis R. López de León, Kelsey E. Deaton, Marc A. Deshusses ",www.sciencedirect.com,Chemical Engineering Journal,Modeling of a capillary microbioreactor for VOC removal,2023,FALSE,NA,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",USA,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,,1,"[""Microbioreactor"", ""Volatile organic compound"", ""Biofiltration"", ""Modeling""]" +62,http://eepurl.com/ikRgmb,https://www.sciencedirect.com/science/article/pii/S0043135423000878?via%3Dihub,"Pilot-scale biofiltration of 1,4-diozane at drinking water-relevant concentrations. Water Research, January 2023. Amie C. McElroy, Matthew E., ...Detlef R.U. Knappe.  ",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",USA,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,,2,"[""Biofiltration"", ""Cometabolism"", ""Adsorption"", ""Emerging contaminants""]" +63,http://eepurl.com/ikRgmb,https://www.sciencedirect.com/science/article/pii/S0378377423000446,"Drainage water recycling reduced nitrogen, phosphorus, and sediment losses from a drained agricultural field in easter North Carolina, U.S.A. Agricultural Water Management, January 2023. Hossam Moursi, Mohamed A. Youssef, ...Robert J. Richardson ",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",USA,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,,2,"[""Subsurface drainage"", ""Subirrigation"", ""On-farm water storage"", ""Drainage water reuse"", ""Supplemental irrigation"", ""Surface water quality""]" +66,http://eepurl.com/ikRgmb,https://www.sciencedirect.com/science/article/pii/S209592732200593X?via%3Dihub,"Protecting global aquatic resources from the mountains to the sea: growing need for nual nutrient (N and P) input controls along the freshwater-to-marine continuum. Science Bulletin, January 2023. Hans W Paerl and Hai Xu.   ",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,NA,NA,NA,2,Hans W. Paerl,"University of North Carolina at Chapel Hill, Institute of Marine Sciences, Morehead City NC 28557, USA",USA,hpaerl@email.unc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,1,NA +67,http://eepurl.com/ikRgmb,https://www.sciencedirect.com/science/article/pii/S0048969722082043,"Parallel deployment of passive and composite samplers for surveillance and variant profiling of SARS-CoV-2 in sewage. Science of the Total Environment, December 2022. Gyuhyon Cha, Katharine E. Graham, Kevin J. Zhu, … Konstantinos T. Jonstantinidis ",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",USA,NA,NA,Konstantinos T. Konstantinidis,"School of Civil and Environmental Engineering, Georgia Institute of Technology, Atlanta, GA 30332, USA",USA,kostas@ce.gatech.edu,,TRUE,Data will be made available on request.,on request,,5,"[""Wastewater-based epidemiology"", ""Passive sampling"", ""Moore swab""]" +69,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/pii/S0048969723000414,"Air temperature spikes increase bacteria presence in drinking water wells downstream of hog lagoons. Science of The Total Environment, January 2023. Jacob Hochard, Nino Abashidze, … Tom Vogel.  ",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",USA,JHochard@uwyo.edu,NA,NA,NA,NA,NA,NA,TRUE,The authors do not have permission to share data.,not shareable,,1,"[""Groundwater contamination"", ""Swine lagoons"", ""Private wells"", ""Atmospheric stressors"", ""Environmental pollution""]" +70,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/pii/S0304389422024864,"Wastewater surveillance of SARS-CoV-2 and chemical markers in campus dormitories in an evolving COVID-19 pandemic. Journal of Hazardous Materials, January 2023. Sanjeeb Mohapatra, Sumedha Bhatia, … Karina Y.H. Gin.  ",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,,13,"[""SARS-CoV-2"", ""Wastewater-based epidemiology"", ""University campus"", ""Emerging contaminants"", ""Disinfectants""]" +71,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/abs/pii/S0743016722002844,"Quantitatively defining and mapping rural: A case study of North Carolina. Journal of Rural Studies, January 2023. Timothy Mulrooney, Chyi-Lyi Liang, Lyubov A. Kurkalova, Christopher McGinn, Chima Okoli.  ",www.sciencedirect.com,Journal of Rural Studies,Quantitatively defining and mapping rural: A case study of North Carolina,2023,FALSE,NA,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",USA,tmulroon@nccu.edu,0000-0001-9333-9641,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,,3,"[""Geographic information systems"", ""Rural geography"", ""statistical analysis""]" +72,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/abs/pii/S0048969722079372,"Riparian buffers increase future baseflow and reduce peakflows in a developing watershed. Science of the Total Environment, December 2022. Elly T. Gay, Katherine L. Martin, Peter V. Caldwell, Ryan E. Emanuel, Georgina M. Sanchez, Kelly M. Suttles. ",www.sciencedirect.com,Science of The Total Environment,Riparian buffers increase future baseflow and reduce peakflows in a developing watershed,2023,FALSE,NA,NA,NA,6,Elly T. Gay,"North Carolina State University, Department of Forestry and Environmental Resources, 2800 Faucette Dr, Raleigh, NC 27695, USA",USA,etgay@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,,5,"[""Forested watersheds"", ""FUTURES model"", ""Land use land cover change (LULCC)"", ""Hydrologic modeling"", ""Soil and Water Assessment Tool (SWAT)"", ""Global climate model""]" +73,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/abs/pii/S0169772222001723,"Improved Darcian streambed measurements to quantify flux and mass discharge of volatile organic compounds from a contaminated aquifer to and urban stream. Journal of Contaminant Hydrology, January 2023. J.L. Nickels, D.P. Genereux, D.R.U. Knappe. ",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",USA,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,,2,"[""VOC"", ""Contaminant flux"", ""Groundwater"", ""Stream""]" +75,http://eepurl.com/iiETVr,https://www.sciencedirect.com/science/article/pii/S0378383922001880,"Wave influence on altimetry sea level at the coast. Coastal Engineering, January 2023. Grégoire O. Abessolo. Florence Birol, Rafael Almar, Fabien Léger, Erwin Bergsma, Kate Brodie, Rob Holman.  ",www.sciencedirect.com,Coastal Engineering,Wave influence on altimetry sea level at the coast,2023,FALSE,NA,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,,2,"[""Coastal altimetrySea level"", ""Waves"", ""Video camera"", ""Tide gauge"", ""Buoy"", ""Altimeter"", ""Significant wave height"", ""Re-tracking algorithm""]" +79,http://eepurl.com/ieh0rf,https://www.sciencedirect.com/science/article/pii/S0048969722070966,"Detection of SARS-CoV-2 RNA in wastewater and comparison to COVID-19 cases in two sewersheds, North Carolina, USA. Science of The Total Environment, February 2023. Alyssa M. Grube, Collin K. Coleman, … Jill R. Stewart",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",USA,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,,6,"[""Wastewater-based epidemiology"", ""Sewage surveillance"", ""Coronavirus"", ""COVID"", ""ddPCR""]" +83,http://eepurl.com/ieh0rf,https://www.sciencedirect.com/science/article/abs/pii/S0048969722075118?via%3Dihub,"Generation of the Chemical and Social Stressors Integration Technique (CASS-IT) to identify areas of holistic public health concern: An application to North Carolina. Science of The Total Environment, November 2022. Lauren A. Eaves, Paul Lanier, … Rebecca C. Fry",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,NA,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",USA,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"", ""Private wells"", ""Social vulnerability"", ""Geographic data""]" +86,http://eepurl.com/ieh0rf,https://www.sciencedirect.com/science/article/pii/S0301479722024136?via%3Dihub,"Impacts of utilizing swine lagoon sludge as a composting ingredient. Journal of Environmental Management, February 2023. (full-text available to subscribers) Piyush Patil, Mahmoud Sharara, … John Classen",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",USA,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,,3,"[""GHG Emissions"", ""Water extractable"", ""Phosphorus"", ""Zinc"", ""Copper"", ""North Carolina""]" +87,http://eepurl.com/ieh0rf,https://www.sciencedirect.com/science/article/pii/S2590061722000539,Percep,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,NA,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",USA,wcurtis1@citadel.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,,2,"[""Risk"", ""Compound hazard"", ""Flood"", ""Rural"", ""Emergency management"", ""Planning"", ""CCWE""]" +96,http://eepurl.com/icBZuL,https://www.sciencedirect.com/science/article/abs/pii/S004896972205848X,"Exposure to industrial hog and poultry operations and urinary tract infections in North Carolina, USA. Science of The Total Environment, December 2022. David A.Holcomb, Arbor J.L. Quist, Lawrence S. Engel",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",USA,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.,data not sharable,,0,"[""Extraintestinal pathogenic E. coli (ExPEC)"", ""Foodborne urinary tract infection (fUTI)"", ""Concentrated animal feeding operation (CAFO)"", ""Syndromic surveillance"", ""Besag-York-Mollié (BYM) model"", ""Ecological regression analysis""]" +115,http://eepurl.com/iadi9z,https://www.sciencedirect.com/science/article/pii/S0048969722059411,"Source apportionment of serum PFASs in two highly exposed communities. Science of The Total Environment, January 2023. Dylan Wallis, Kelsey Barton, … John Adgate",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",USA,djwallis@ncsu.edu,NA,NA,NA,NA,NA,NA,TRUE,Data will be made available on request.,on request,,4,"[""Source apportionment"", ""Receptor models"", ""PFAS"", ""Perfluoroalkyl substances""]" +122,http://eepurl.com/h9U0Mr,https://www.sciencedirect.com/science/article/abs/pii/S0048969722054821,"Harmful cyanobacterial aerosolization dynamics in the airshed of a eutrophic estuary. Science of The Total Environment, September 2022. (full-text available to subscribers) Haley E. Plaas, Ryan W. Paerl, … Hans W.Paerl",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",USA,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,,8,"[""Water quality"", ""Toxic Cyanobacteria"", ""Air quality"", ""PM2.5"", ""Microcystis"", ""Dolichospermum""]" +126,http://eepurl.com/h9U0Mr,https://www.sciencedirect.com/science/article/abs/pii/S0376738822006019,"Trends and errors in reverse osmosis membrane performance calculations stemming from test pressure and simplifying assumptions about concentration polarization and solute rejection. Journal of Membrane Science, October 2022. Mikayla D. Armstrong, Riley Vickers, Orlando Coronell",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",USA,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,,4,"[""Permeance"", ""Selectivity"", ""Rejection"", ""Advective transport"", ""Diffusive transport""]" +127,http://eepurl.com/h9U0Mr,https://www.sciencedirect.com/science/article/pii/S0301479722009070,"Using remote sensing to identify liquid manure applications in eastern North Carolina. Journal of Environmental Management, September 2022. (full-text available to subscribers) Kelly Shea, Danica Schaffer-Smith, Rebecca L. Muenich",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",USA,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,,6,"[""Nutrient management"", ""Livestock"", ""Agriculture"", ""Machine learning"", ""Satellite radarSentinel-1""]" +131,http://eepurl.com/h7S0S1,https://www.sciencedirect.com/science/article/abs/pii/S0272771422002311,"Determining geochemical and microbial parameters underlying geographic patterns of denitrification and anammox rates in the New River Estuary, North Carolina, USA. Estuarine, Coastal and Shelf Science, July 2022. Jessica Anne Lisa, Bongkeun Song, … Craig Robert Tobias",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",USA,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,,1,"[""Nitrogen removal"", ""Denitrification"", ""Anammox"", ""nosZ"", ""hzo"", ""Sediments""]" +132,http://eepurl.com/h7S0S1,https://www.sciencedirect.com/science/article/abs/pii/S0048969722019167,"Exposure to industrial hog operations and gastrointestinal illness in North Carolina, USA. Science of The Total Environment, July 2022. Arbor J.L.Quist, David A.Holcomb, … Lawrence S.Engel",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",USA,arborqui@usc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,6,"[""CAFOs"", ""Swine"", ""Hog production"", ""Animal farming"", ""Environmental justice"", ""Gastrointestinal illness""]" +136,http://eepurl.com/h7S0S1,https://www.sciencedirect.com/science/article/pii/S0048969722018563?via%3Dihub,"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. Science of the Total Environment, July 2022. Pétré, M.-A., K.R. Salk, H.M. Stapleton, … D. P. Genereux",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",USA,marie-amelie.petre@gtk.fi,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,19,"[""PFAS"", ""Mass load"", ""Model"", ""Source tracking"", ""Environmental monitoring"", ""Drinking water""]" +146,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/pii/S0048969722022951?via%3Dihub,"Exploring the determinants and indicators of poultry feces management behaviors in rural Western Uganda. Science of The Total Environment, August 2022. Jeremy Lowe, Ayse Ercumen, … Angela R.Harris.",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",USA,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,,3,"[""Animal husbandry"", ""Fecal contamination"", ""Sanitation"", ""Hygiene"", ""Animal feces management"", ""Enteric pathogens""]" +147,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/abs/pii/S0925857422001574,"The flood reduction and water quality impacts of watershed-scale natural infrastructure implementation in North Carolina, USA. Ecological Engineering, August 2022. J. Jack Kurki-Fox, Barbara A.Doll, … Andrew A. Fox",www.sciencedirect.com,Ecological Engineering,"The flood reduction and water quality impacts of watershed-scale natural infrastructure implementation in North Carolina, USA",2022,FALSE,NA,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",USA,jjkurkif@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,3,"[""Natural infrastructure"", ""Wetland restoration"", ""Reforestation"", ""Watershed modeling"", SWAT""]" +150,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/abs/pii/S027843432200142X,"The impact of sea-level rise on saltwater intrusion for barrier-island aquifers in North Carolina. Continental Shelf Research, July 2022. Nicholas Fiori, William P. Anderson Jr.",www.sciencedirect.com,Continental Shelf Research,The impact of sea-level rise on saltwater intrusion for barrier-island aquifers in North Carolina,2022,FALSE,NA,NA,NA,2,Nicholas Fiori,"School for Environment and Sustainability, University of Michigan, MI, 48109, Ann Arbor, USA",USA,nfiori@umich.edu,NA,NA,NA,NA,NA,NA,TRUE,Data are available in supplemental tables. Code will be shared upon request.,on request,,0,"[""Hydrogeology"", ""Climate change"", ""Sea-level rise"", ""Saltwater intrusion"", ""Barrier-island aquifers""]" +153,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/abs/pii/S0043135422007552,"Using Advanced Metering Infrastructure Data to Evaluate Consumer Compliance with Water Advisories during a Water Service Interruption. Water Research, June 2022. Morgan Faye DiCarlo, Emily Zechman Berglund",www.sciencedirect.com,Water Research,Using advanced metering infrastructure data to evaluate consumer compliance with water advisories during a water service interruption,2022,FALSE,NA,NA,NA,2,Morgan Faye DiCarlo,"North Carolina State University, Department of Civil, Construction and Environmental Engineering Raleigh, NC, USA",USA,mdicarl@ncsu.edu,0000-0003-1322-1948,NA,NA,NA,NA,NA,TRUE,The authors do not have permission to share data.,data not sharable,,4,"[""Advanced metering infrastructure"", ""Water service interruption"", ""Water Utilities"", ""Smart meters""]" +154,http://eepurl.com/h4G3CX,https://www.sciencedirect.com/science/article/pii/S0301479722009070,"Using remote sensing to identify liquid manure applications in eastern North Carolina. Journal of Environmental Management, September 2022. Kelly Shea, Danica Schaffer-Smith, Rebecca L. Muenich",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",USA,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,,6,"[""Nutrient management"", ""Livestock"", ""Agriculture"", ""Machine learning"", ""Satellite radarSentinel-1""]" +156,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/pii/S0160412022001027,"Arsenic in private well water and birth outcomes in the United States. Environment International, May 2022. Catherine M. Bulka, Molly Scannell Bryan, … Maria Argos",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",USA,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,,5,"[""Arsenic"", ""Private wells"", ""Water contamination"", ""Birth outcomes"", ""Epidemiology""]" +160,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/abs/pii/S0048969722002431,"Mechanisms of orthophosphate removal from water by lanthanum carbonate and other lanthanum-containing materials. Science of The Total Environment, May 2022. Yue Zhi, Alisa R. Paterson, … Detlef R.U. Knappe",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,,8,"[""Lanthanum containing material"", ""Lanthanum carbonate"", ""Phosphorus removal"", ""Wastewater treatment"", ""Mineral precipitation""]" +162,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/pii/S0048969722024949?via%3Dihub,"Predictive values of time-dense SARS-CoV-2 wastewater analysis in university campus buildings. Science of The Total Environment, August 2022. Claire Welling, David R. Singleton.",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",USA,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,,12,"[""Residence hall"", ""Asymptomatic surveillance"", ""Positive predictive value"", ""Clinical case""]" +163,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/pii/S0301479722005771,"Soil infiltration rates are underestimated by models in an urban watershed in central North Carolina, USA. Journal of Environmental Management, July 2022. Chase B. Bergeson, Katherine L. Martin, … Bethany B. Cutts",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",USA,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,,6,"[""Infiltration capacity"", ""Urban hydrology"", ""Urban soil"", ""Rainfall-runoff models"", ""Random forest"", ""Stormwater""]" +164,http://eepurl.com/h2UiZf,https://www.sciencedirect.com/science/article/abs/pii/S2352801X22000364,"Understanding factors influencing total coliform and E. coli sampling outcomes in new private water wells in North Carolina, USA. Groundwater for Sustainable Development, May 2022. Corey L. Morris, Lok R. Pokhrel, … Guy Iverson",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,NA,NA,NA,4,Corey L. Morris,"Environmental Health Sciences Program, Department of Health Education and Promotion, East Carolina University, Greenville, NC, United State",USA,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,,0,"[""Groundwater"", ""Microbe sampling"", ""North Carolina"", ""Coliform"", ""E. coli"", ""Water quality""]" +171,http://eepurl.com/hZ8bR1,https://www.sciencedirect.com/science/article/pii/S2772411522000088,"Determining the costs, revenues, and cost-share payments for the “floodwise” program: Nature-based solutions to mitigate flooding in eastern, rural North Carolina. Nature-Based Solutions, December 2022. Meredith Hovis, Frederick Cubbage, … Thomas Potter",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,NA,NA,NA,10,Meredith Hovis,"Department of Forestry and Environmental Resources, North Carolina State University, Raleigh, N.C., U.SA.",USA,mehovis@ncsu.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,1,"[""Rural landscapes"", ""Nature-based solutions"", ""Costs"", ""Economics"", ""Capital budgeting"", ""Flood mitigation""]" +173,http://eepurl.com/hZ8bR1,https://www.sciencedirect.com/science/article/abs/pii/S014362282200008X,"Impacts of land use metrics on urban stream health: Buffalo Creek, North Carolina, USA. Applied Geography, February 2022. Sarah Praskievicz",www.sciencedirect.com,Applied Geography,"Impacts of land use metrics on urban stream health: Buffalo Creek, North Carolina, USA",2022,FALSE,NA,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",USA,sjpraski@uncg.edu,0000-0002-9380-7625,NA,NA,NA,NA,NA,FALSE,NA,NA,,2,"[""Aquatic ecosystems"", ""Hydrology"", ""Land use/land cover"", ""Physical habitat"", ""Urban streams"", ""Water quality""]" +177,http://eepurl.com/hZ8bR1,https://www.sciencedirect.com/science/article/pii/S0048969722018563?via%3Dihub,"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. Science of The Total Environment, July 2022. M.-A.Pétré, K.R.Salk, … D.P.Genereux",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",USA,marie-amelie.petre@gtk.fi,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,19,"[""PFAS"", ""Mass load"", ""Model"", ""Source tracking"", ""Environmental monitoring"", ""Drinking water""]" +181,http://eepurl.com/hZ8bR1,https://www.sciencedirect.com/science/article/pii/S0048969721075811,"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. Science of The Total Environment, March 2022. Visva Bharati Barua, Md Ariful Islam Juel, … Mariya Munir",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",USA,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,,25,"[""SARS-CoV-2"", ""Wastewater"", ""COVID-19"", ""RT-qPCR"", ""RT-ddPCR"", ""Wastewater-based epidemiology (WBE)""]" +187,http://eepurl.com/hXG2ID,https://www.sciencedirect.com/science/article/abs/pii/S0378377422001391,"Development and application of DRAINMOD model for simulating crop yield and water conservation benefits of drainage water recycling. Agricultural Water Management, May 2022. Hossam Moursi, Mohamed A. Youssef, George M. Chescheir",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,NA,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",USA,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,,9,"[""Subsurface drainage"", ""Supplemental irrigation"", ""On-farm water storage"", ""Irrigation reservoir"", ""Drainage water reuse"", ""DRAINMOD-DWR""]" +188,http://eepurl.com/hXG2ID,https://www.sciencedirect.com/science/article/abs/pii/S0048969722019167?via%3Dihub,"Exposure to industrial hog operations and gastrointestinal illness in North Carolina, USA. Science of The Total Environment, March 2022. Arbor J.L. Quist, David A.Holcomb, … Lawrence S.Engel",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",USA,arborqui@usc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,6,"[""CAFOs"", ""Swine"", ""Hog production"", ""Animal farming"", ""Environmental justice"", ""Gastrointestinal illness""]" +192,http://eepurl.com/hXG2ID,https://www.sciencedirect.com/science/article/abs/pii/S2352801X22000364,"Understanding factors influencing total coliform and E. coli sampling outcomes in new private water wells in North Carolina, USA. Groundwater for Sustainable Development, March 2022. Corey Morris, Lok R. Pokhrel, … Guy Iverson",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,NA,NA,NA,4,Corey L. Morris,"Environmental Health Sciences Program, Department of Health Education and Promotion, East Carolina University, Greenville, NC, United State",USA,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,,0,"[""Groundwater"", ""Microbe sampling"", ""North Carolina"", ""Coliform"", ""E. coli"", ""Water quality""]" +195,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/abs/pii/S0048969721065578?via%253Dihub,"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. Science of The Total Environment, March 2022. Lauren A. Eaves, Alexander P. Keil, … Rebecca C. Fry",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",USA,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,,9,"[""Arsenic"", ""Manganese"", ""Lead"", ""Private wells"", ""K-means clustering"", ""Geocoding""]" +197,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/abs/pii/S0048969721061866,"Hurricane flooding and acute gastrointestinal illness in North Carolina. Science of The Total Environment, February 2022.  Arbor J.L. Quist, Mike Dolan Fliss, … Lawrence S. Engel",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",USA,arborqui@usc.edu,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,16,"[""Floods"", ""Hurricanes"", ""Interrupted time series analysis"", ""Gastrointestinal illness"", ""Environmental epidemiology"", ""Disaster epidemiology""]" +199,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/pii/S001393512101447X,"A new approach to a legacy concern: Evaluating machine-learned Bayesian networks to predict childhood lead exposure risk from community water systems. Environmental Research, Volume 204, Part B, March 2022. Riley Mulhern, Javad Roostaei, … Jacqueline MacDonald Gibson",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",USA,rmulhern@rti.org,0000-0001-6293-3672,NA,NA,NA,NA,NA,FALSE,NA,NA,,9,"[""Bayesian networks"", ""Drinking water"", ""Blood lead levels"", ""Machine learning"", ""Risk assessment"", ""Health disparity""]" +201,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/pii/S0048969721075811,"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. Science of The Total Environment, March 2022. Visva Bharati Barua, Md Ariful IslamJuel, … Mariya Munir",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",USA,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,,25,"[""SARS-CoV-2"", ""Wastewater"", ""COVID-19"", ""RT-qPCR"", ""RT-ddPCR"", ""Wastewater-based epidemiology (WBE)""]" +202,http://eepurl.com/hWz3Yf,https://www.sciencedirect.com/science/article/pii/S004896972105525X,"User experience of point-of-use water treatment for private wells in North Carolina: Implications for outreach and well stewardship. Science of The Total Environment, February 2022. Riley Mulhern, Banks Grubbs, … Jacqueline MacDonald Gibson",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",USA,rmulhern@rti.org,NA,NA,NA,NA,NA,NA,FALSE,NA,NA,,14,"[""Private wells"", ""Household water treatment"", ""Health belief model"", ""Self-efficacy"", ""Social cognitive theory"", ""Drinking water""]" diff --git a/data-raw/washdev.csv b/data-raw/washdev.csv index e275d6f..77d3347 100644 --- a/data-raw/washdev.csv +++ b/data-raw/washdev.csv @@ -1,4 +1,4 @@ -,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_region,first_author_email,first_author_orcid,correspondence_author_name,correspondence_author_affiliation,correspondence_author_affiliation_region,correspondence_author_email,correspondence_author_orcid,has_das,das,das_type,das_repo_url,keywords +,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']" diff --git a/data/uncnewsletter.rda b/data/uncnewsletter.rda index f6fabc8..acfa6a4 100644 Binary files a/data/uncnewsletter.rda and b/data/uncnewsletter.rda differ diff --git a/data/washdev.rda b/data/washdev.rda index bf1e0b1..96677f6 100644 Binary files a/data/washdev.rda and b/data/washdev.rda differ diff --git a/docs/404.html b/docs/404.html index bffad01..b50dd16 100644 --- a/docs/404.html +++ b/docs/404.html @@ -7,8 +7,8 @@ Page not found (404) • washopenresearch - - + + NA • washopenresearchNA • washopenresearch @@ -24,13 +24,20 @@ - + @@ -38,7 +45,7 @@
diff --git a/docs/articles/articles/data-availability-washdev.html b/docs/articles/articles/data-availability-washdev.html new file mode 100644 index 0000000..c6684ae --- /dev/null +++ b/docs/articles/articles/data-availability-washdev.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/docs/articles/data-availability-washdev.html b/docs/articles/data-availability-washdev.html new file mode 100644 index 0000000..c60ce52 --- /dev/null +++ b/docs/articles/data-availability-washdev.html @@ -0,0 +1,863 @@ + + + + + + + + +Missed Opportunity: where is WASH research data gone? • washopenresearch + + + + + + + + + + Skip to contents + + +
+ + + + +
+
+ + + +
+

Background +

+

In the sector of Water, Sanitation and Hygiene (WASH), very little +data is shared publicly and follows the best practices for reuse. The +first missed opportunity are journal articles and data from researchers +which often involves huge efforts in time, labor, and intelligence. One +strategy to improve this is to implement a Data Availability +Statement together with the published journal article. A data +availability statement indicates how the data used in the study is +accessed and shared. For the journal of Water, Sanitation and Hygiene +for Development, 3 options are offered for the authors to decide which +best describes their data:

+
    +
  • All relevant data are included in the paper or its Supplementary +Information.
  • +
  • Data cannot be made publicly available; readers should contact the +corresponding author for details.
  • +
  • All relevant data are available from an online repository
  • +
+

Using the dataset washdev from the +washopenresearch data package, this example investigates +the “Data Availability Statement” from 924 articles published in the +Journal of Water, Sanitation and Hygiene for Development from 2011 to +2023.

+
+# Import useful libraries
+## Package installation if you do not have them, uncomment and run the following two lines
+## install.packages(c("tidyverse", "devtools", "ggthemes", "gt"))
+## devtools::install_github("washopenresearch")
+library(washopenresearch)
+library(tidyverse)
+library(ggthemes)
+library(gt)
+
+
+

How is WASH research data available in the journal? +

+

In 2020, the journal implemented a policy change to ask for including +a data availability statement (DAS) for publications. In this section, +the goal is to understand the impact of the DAS policy change and the +distribution of different types of DAS.

+
+

1. Data Preparation +

+

Let’s start by having an overview of the data where we can find +relevant variables like published_year, +has_das, das_type to be used for analysis.

+
+glimpse(washdev)
+#> Rows: 924
+#> Columns: 28
+#> $ paperid                                   <int> 28742, 28745, 28743, 28744, …
+#> $ volume                                    <int> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1…
+#> $ issue                                     <int> 1, 1, 1, 1, 1, 1, 1, 2, 2, 2…
+#> $ paper_url                                 <chr> "https://iwaponline.com/wash…
+#> $ journal                                   <chr> "Journal of Water, Sanitatio…
+#> $ title                                     <chr> "Editorial", "The sanitation…
+#> $ published_year                            <dbl> 2011, 2011, 2011, 2011, 2011…
+#> $ is_supp                                   <lgl> FALSE, FALSE, FALSE, TRUE, F…
+#> $ num_supp                                  <int> 0, 0, 0, 1, 0, 0, 0, 0, 0, 0…
+#> $ supp_file_type                            <list> NA, NA, NA, "pdf", NA, NA, …
+#> $ supp_url                                  <list> NA, NA, NA, "https://iwa.si…
+#> $ num_authors                               <int> 6, 5, 6, 2, 2, 2, 3, 2, 3, 8…
+#> $ first_author_name                         <chr> "Jamie Bartram", "E. Kvarnst…
+#> $ first_author_affiliation                  <chr> "Journal of Water, Sanitatio…
+#> $ first_author_affiliation_country          <chr> NA, "Sweden", "Cameroon", "I…
+#> $ first_author_email                        <chr> NA, "elisabeth.kvarnstrom@se…
+#> $ first_author_orcid                        <chr> NA, NA, NA, NA, NA, NA, NA, …
+#> $ correspondence_author_name                <chr> NA, "E. Kvarnström", "E. Soh…
+#> $ correspondence_author_affiliation         <chr> NA, "Stockholm Environment I…
+#> $ correspondence_author_affiliation_country <chr> NA, "Sweden", "Cameroon", "I…
+#> $ correspondence_author_email               <chr> NA, "elisabeth.kvarnstrom@se…
+#> $ correspondence_author_orcid               <chr> NA, NA, NA, NA, NA, NA, NA, …
+#> $ has_das                                   <lgl> FALSE, FALSE, FALSE, FALSE, …
+#> $ das                                       <chr> NA, NA, NA, NA, NA, NA, NA, …
+#> $ das_type                                  <fct> NA, NA, NA, NA, NA, NA, NA, …
+#> $ das_repo_url                              <list> NA, NA, NA, NA, NA, NA, NA,…
+#> $ keywords                                  <list> NA, <"function-based", "san…
+#> $ url_source                                <chr> "iwaponline.com", "iwaponlin…
+

We prepare the data by first creating a new variable +das_policy based on published_year to +distinguish whether the publication is before or after the DAS policy +change. Then, we modify the das_type to be more +human-readable and add a new type "missing for all the +publications that do not have a DAS.

+
+washdev_das_type <- washdev |> 
+    mutate(das_policy = case_when(
+        published_year < 2020 ~ "pre-2020",
+        TRUE ~ "2020 or later"
+    )) |> 
+    mutate(das_type = case_when(
+        das_type == "in paper" ~ "available in paper",
+        das_type == "on request" ~ "available on request",
+        TRUE ~ das_type
+    ))  |>     
+    mutate(das_type = case_when(
+        is.na(das_type) ~ "missing",
+        TRUE ~ das_type
+    )) 
+

Now, we can summarize for data availability statement (DAS) type and +policy year.

+
+washdev_das_type_n <- washdev_das_type |> 
+    count(das_policy, das_type) 
+washdev_das_type_n
+#> # A tibble: 5 × 3
+#>   das_policy    das_type                           n
+#>   <chr>         <chr>                          <int>
+#> 1 2020 or later available in online repository    27
+#> 2 2020 or later available in paper               217
+#> 3 2020 or later available on request              64
+#> 4 2020 or later missing                           53
+#> 5 pre-2020      missing                          563
+
+
+

2. Visualization on Data Availability Statement Types +

+

We use a barplot to visualize the information with the following +code. In addition, we annnotate the policy change to highlight the +impact.

+
+fig_das_type <- washdev_das_type_n |> 
+    ggplot(aes(x = reorder(das_type, n), y = n, fill = das_policy)) +
+    geom_col(position = position_dodge(), width = 0.6) +
+    geom_text(aes(label = n), 
+              vjust = 0.5, 
+              hjust = -0.5,  
+              size = 3,
+              position = position_dodge(width = 0.5)
+    ) +
+    coord_flip() +
+    # Add annotation about policy change
+    annotate("text", 
+             x = 3.77, 
+             y = 150, 
+             size = 3, 
+             label = "after introducing policy\nfor data availability statement", 
+             color = "gray20") +
+    geom_curve(aes(x = 3.95, y = 142, xend = 3.95, yend = 70), 
+               curvature = 0.5, 
+               arrow = arrow(type = "closed", length = unit(0.1, "inches")),
+               color = "gray20") +
+    # Style of the figure
+    labs(
+        title = "Data Availability Statement",
+        subtitle = "Analysis of 924 articles published in Journal of Water, Sanitation and Hygiene for Development (2011 to 2023)",
+        fill = "published year",
+        y = "number of publications",
+        x = "data availability statement") +
+    scale_y_continuous(breaks = seq(0, 600, 100), limits = c(0,600)) +
+    scale_fill_colorblind() +
+    theme(panel.grid.major.y = element_blank(),
+          plot.subtitle = element_text(size = 10))
+
+# https://www.iwapublishing.com/news/iwa-publishing-2020-annual-review
+
+# Display the figure
+fig_das_type
+

+
    +
  • You can see the data availability statements on the vertical axis +and the number of publications on the horizontal axis

  • +
  • Colors differentiate between papers published before 2020 and in +2020 or later, when a policy was introduced that requires authors to +select one of the three data availability statements

  • +
  • After that policy was introduced, we still found 15% of papers +without a data availability statement, while 60% of articles stated that +data was available in the paper, which could also be as supplementary +material

  • +
+
+
+
+

What file types are researchers choosing for supplementary +materials? +

+

From the above analysis, we can see that many people opt for data +available within the paper or supplementary materials. What file types +are researchers choosing for supplementary materials? Are they PDF +reports, word documents, or spreadsheets?

+

Answers to these questions are important to understand the data +accessibility. Data stored and uploaded in pdf reports are less ideal +for reuse and reproducibility. Therefore, in this section, we look at +the supplementary mateirials with the variable +supp_file_type that lists out the file types of +supplementary materials.

+
+

1. Data Preparation +

+

We look at the Supplementary Material of all articles published in +2020 or later. In particular, the variable supp_file_type +was built as a list-column to contain a list of file types of an +article. We use unnest to expand information as +follows.

+
+washdev_supp_file_type_n <- washdev_das_type |> 
+    filter(das_policy == "2020 or later") |> 
+    select(paperid, das_type, supp_file_type) |> 
+    unnest(supp_file_type) |> 
+    mutate(supp_file_type = case_when(
+        is.na(supp_file_type) ~ "missing",
+        TRUE ~ supp_file_type
+    )) |>
+    count(das_type, supp_file_type) 
+washdev_supp_file_type_n
+#> # A tibble: 16 × 3
+#>    das_type                       supp_file_type     n
+#>    <chr>                          <chr>          <int>
+#>  1 available in online repository docx              21
+#>  2 available in online repository missing            8
+#>  3 available in online repository pdf                2
+#>  4 available in online repository xlsx               2
+#>  5 available in paper             docx              83
+#>  6 available in paper             missing          125
+#>  7 available in paper             pdf                7
+#>  8 available in paper             png                1
+#>  9 available in paper             pptx               4
+#> 10 available in paper             xlsx              22
+#> 11 available on request           docx              33
+#> 12 available on request           missing           29
+#> 13 available on request           pdf                2
+#> 14 missing                        docx              12
+#> 15 missing                        missing           40
+#> 16 missing                        pdf                2
+
+
+

2. Summary on Supplementary Material File Types +

+

We aggregate each file type to show the distribution of files types +used in the supplementary materials.

+
+tbl_supp_type <- washdev_supp_file_type_n |> 
+    group_by(supp_file_type) |> 
+    summarise(n = sum(n)) |> 
+    arrange(desc(n)) |> 
+    mutate(perc = n / sum(n) * 100) 
+
+# Display the table
+tbl_supp_type |> 
+    gt() |> 
+    tab_header(title = "Supplementary Material",
+               subtitle = "Articles published 2020 or later") |>
+    tab_style(locations = cells_column_labels(), 
+              style = cell_text(weight = "bold")) |>
+    fmt_number(columns = c(perc), decimals = 1) |> 
+    cols_label(supp_file_type = "file type", n = "n", perc = "%") |> 
+    tab_footnote(
+        footnote = md("One article can have multiple files."),
+        locations = cells_column_labels(columns = n)
+        )
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Supplementary Material
Articles published 2020 or later
file typen1 +%
missing20251.4
docx14937.9
xlsx246.1
pdf133.3
pptx41.0
png10.3
+1 One article can have multiple files.
+
+
    +
  • Half of the published articles still had no data published +alongside the article

  • +
  • But, the most insightful take-away is that not a single file was +shared in a file type format that would qualify for following FAIR +principles for data sharing.

  • +
  • That is something we are hoping to change, where sharing data as +CSV files would already go a long way.

  • +
+
+
+
+
+ + + +
+ + + +
+
+ + + + + + + diff --git a/docs/articles/data-availability-washdev_files/figure-html/display_figure-1.png b/docs/articles/data-availability-washdev_files/figure-html/display_figure-1.png new file mode 100644 index 0000000..519df3f Binary files /dev/null and b/docs/articles/data-availability-washdev_files/figure-html/display_figure-1.png differ diff --git a/docs/articles/data-availability-washdev_files/figure-html/unnamed-chunk-4-1.png b/docs/articles/data-availability-washdev_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 0000000..519df3f Binary files /dev/null and b/docs/articles/data-availability-washdev_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/docs/articles/examples.html b/docs/articles/examples.html index d761eeb..7e729c3 100644 --- a/docs/articles/examples.html +++ b/docs/articles/examples.html @@ -6,12 +6,12 @@ -examples • washopenresearch +Case Study I: Authors in WASH for Development • washopenresearch - - + + - + Articles • washopenresearchArticles • washopenresearch @@ -24,13 +24,20 @@ -
+ @@ -44,7 +51,9 @@

All vignettes

-
examples
+
Missed Opportunity: where is WASH research data gone?
+
+
Case Study I: Authors in WASH for Development
diff --git a/docs/authors.html b/docs/authors.html index 3b1eb2b..b7504ce 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -1,5 +1,5 @@ -Authors and Citation • washopenresearchAuthors and Citation • washopenresearch @@ -24,13 +24,20 @@ - + @@ -47,21 +54,30 @@

Authors

Mian Zhong. Author, maintainer.

+
  • +

    Ludwig Luz. Author. +

    +
  • +
  • +

    Lars Schöbitz. Author. +

    +
  • Citation

    -

    +

    Source: DESCRIPTION

    -

    Zhong M (2024). +

    Zhong M, Luz L, Schöbitz L (2024). washopenresearch: Dataset about open research data information in Water, Sanitation, and Hygiene. -R package version 0.0.1. +R package version 0.0.1, https://github.com/openwashdata/washopenresearch.

    @Manual{,
       title = {washopenresearch: Dataset about open research data information in Water, Sanitation, and Hygiene},
    -  author = {Mian Zhong},
    +  author = {Mian Zhong and Ludwig Luz and Lars Schöbitz},
       year = {2024},
       note = {R package version 0.0.1},
    +  url = {https://github.com/openwashdata/washopenresearch},
     }