Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
125 changes: 116 additions & 9 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# --------------------------------------------
# CITATION file created with {cffr} R package
# ------------------------------------------------
# CITATION.cff file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
# ------------------------------------------------

cff-version: 1.2.0
message: 'To cite package "washopenresearch" in publications use:'
type: software
license: CC-BY-4.0
title: 'washopenresearch: Dataset about open research data information in Water, Sanitation,
and Hygiene'
version: 0.1.0
version: 0.3.0
doi: 10.5281/zenodo.11185699
abstract: 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).
to four datasets `washdev`, `uncnewsletter`, `ploswater`, and `datapapers`. 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).
authors:
- family-names: Zhong
given-names: Mian
Expand All @@ -30,9 +30,43 @@ authors:
given-names: Lars
email: lschoebitz@ethz.ch
orcid: https://orcid.org/0000-0003-2196-5015
preferred-citation:
type: generic
title: 'washopenresearch: Dataset about open research data information in Water,
Sanitation, and Hygiene'
authors:
- family-names: Zhong
given-names: Mian
email: mzhong@ethz.ch
orcid: https://orcid.org/0009-0009-4546-7214
- family-names: Luz
given-names: Ludwig
email: lluz@ethz.ch
orcid: https://orcid.org/0009-0007-9248-3204
- family-names: Schöbitz
given-names: Lars
email: lschoebitz@ethz.ch
orcid: https://orcid.org/0000-0003-2196-5015
year: '2026'
doi: 10.5281/zenodo.11185699
url: https://github.com/openwashdata/washopenresearch
abstract: 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).
keywords:
- open-data
- open-research-data
- open-science
- openwashdata
- sanitation
- wash
version: 0.1.0
repository-code: https://github.com/openwashdata/washopenresearch
url: https://github.com/openwashdata/washopenresearch
date-released: '2026-07-07'
date-released: '2026-08-20'
contact:
- family-names: Zhong
given-names: Mian
Expand All @@ -45,4 +79,77 @@ keywords:
- openwashdata
- sanitation
- wash
references:
- type: software
title: 'R: A Language and Environment for Statistical Computing'
notes: Depends
url: https://www.R-project.org/
authors:
- name: R Core Team
website: https://ror.org/02zz1nj61
institution:
name: R Foundation for Statistical Computing
website: https://ror.org/05qewa988
address: Vienna, Austria
year: '2026'
doi: 10.32614/R.manuals
version: '>= 3.5'
- type: software
title: dplyr
abstract: 'dplyr: A Grammar of Data Manipulation'
notes: Imports
url: https://dplyr.tidyverse.org
repository: https://CRAN.R-project.org/package=dplyr
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: François
given-names: Romain
orcid: https://orcid.org/0000-0002-2444-4226
- family-names: Henry
given-names: Lionel
- family-names: Müller
given-names: Kirill
orcid: https://orcid.org/0000-0002-1416-3412
- family-names: Vaughan
given-names: Davis
email: davis@posit.co
orcid: https://orcid.org/0000-0003-4777-038X
year: '2026'
doi: 10.32614/CRAN.package.dplyr
- type: software
title: europepmc
abstract: 'europepmc: R Interface to the Europe PubMed Central RESTful Web Service'
notes: Suggests
url: https://docs.ropensci.org/europepmc/
repository: https://CRAN.R-project.org/package=europepmc
authors:
- family-names: Jahn
given-names: Najko
email: najko.jahn@gmail.com
year: '2026'
doi: 10.32614/CRAN.package.europepmc
- type: software
title: rcrossref
abstract: 'rcrossref: Client for Various ''CrossRef'' ''APIs'''
notes: Suggests
url: https://docs.ropensci.org/rcrossref/
repository: https://CRAN.R-project.org/package=rcrossref
authors:
- family-names: Chamberlain
given-names: Scott
- family-names: Zhu
given-names: Hao
- family-names: Jahn
given-names: Najko
email: najko.jahn@gmail.com
orcid: https://orcid.org/0000-0001-5105-1463
- family-names: Boettiger
given-names: Carl
- family-names: Ram
given-names: Karthik
year: '2026'
doi: 10.32614/CRAN.package.rcrossref

6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: washopenresearch
Title: Dataset about open research data information in Water, Sanitation, and Hygiene
Version: 0.2.0.9000
Version: 0.3.0
Authors@R: c(
person("Mian", "Zhong", , "mzhong@ethz.ch", role = c("aut", "cre"),
comment = c(ORCID = "0009-0009-4546-7214")),
Expand All @@ -9,7 +9,7 @@ Authors@R: c(
person("Lars", "Schöbitz", , "lschoebitz@ethz.ch", role = "aut",
comment = c(ORCID = "0000-0003-2196-5015"))
)
Description: The goal of washopenresearch is to provide an overview of open research data related to Water Sanitation and Hygiene (WASH). The package provides access to three datasets `washdev`, `uncnewsletter`, and `ploswater`. Each dataset collects information on scientific articles about (1) article metadata (e.g. title, first author, correspondence author), (2) supplementary material information, (3) data availability statement, and (4) semantic information (e.g. keywords).
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 four datasets `washdev`, `uncnewsletter`, `ploswater`, and `datapapers`. 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)
Expand All @@ -22,7 +22,7 @@ Suggests:
rcrossref
LazyData: true
Config/Needs/website: rmarkdown
Date: 2026-07-08
Date: 2026-08-20
URL: https://github.com/openwashdata/washopenresearch
BugReports: https://github.com/openwashdata/washopenresearch/issues
Config/roxygen2/version: 8.0.0
7 changes: 4 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# washopenresearch (development version)
# washopenresearch 0.3.0

## New features

Expand Down Expand Up @@ -38,8 +38,9 @@
committed raw snapshot), `data-raw/02_datapapers_screen.R` (relevance
screening captured in a committed decision sheet keyed on DOI), and
`data-raw/03_datapapers_process.R` (harmonisation to the shared schema and
export). The dataset itself is added once the first harvest and screening
round are complete.
export). The first harvest and screening round yielded 8 papers, shipped
as the new `datapapers` dataset with CSV and XLSX exports in
`inst/extdata/`.

## Minor improvements and fixes

Expand Down
Loading