-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create CITATION.cff Add JOSS citation * Update README.md Add JOSS badge/link to paper * Add errors ignore so it doesn't default to error raise (failing). (#101) (#103) * Add errors ignore so it doesn't default to error raise (failing). THis change is needed because a new result has bad units (percent for secchi depth...). * Ignore pH errors (e.g., mV). This can be reverted if functionality is added in the future (see issue #102)
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
CITATION.cff | ||
|
||
cff-version: "1.2.0" | ||
authors: | ||
- family-names: Bousquin | ||
given-names: Justin | ||
orcid: "https://orcid.org/0000-0001-5797-4322" | ||
- family-names: Mullin | ||
given-names: Cristina A. | ||
orcid: "https://orcid.org/0000-0002-0615-6087" | ||
doi: 10.5281/zenodo.13356847 | ||
message: If you use this package, please cite our article in the | ||
Journal of Open Source Software. | ||
preferred-citation: | ||
authors: | ||
- family-names: Bousquin | ||
given-names: Justin | ||
orcid: "https://orcid.org/0000-0001-5797-4322" | ||
- family-names: Mullin | ||
given-names: Cristina A. | ||
orcid: "https://orcid.org/0000-0002-0615-6087" | ||
date-published: 2024-10-22 | ||
doi: 10.21105/joss.07305 | ||
issn: 2475-9066 | ||
issue: 102 | ||
journal: Journal of Open Source Software | ||
publisher: | ||
name: Open Journals | ||
start: 7305 | ||
title: "harmonize-wq: Standardize, clean and wrangle Water Quality | ||
Portal data into more analytic-ready formats" | ||
type: article | ||
url: "https://joss.theoj.org/papers/10.21105/joss.07305" | ||
volume: 9 | ||
title: "harmonize-wq: Standardize, clean and wrangle Water Quality | ||
Portal data into more analytic-ready formats" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters