Skip to content

Commit

Permalink
update samplingProtocol text. Add DOI after initial publication of th…
Browse files Browse the repository at this point in the history
…e dataset!
  • Loading branch information
smwoodman committed Feb 29, 2024
1 parent b8e96bb commit 0d8548e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/data_to_dwc.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ event <- x.header %>%
sampleSizeValue = census_days,
sampleSizeUnit = ifelse(census_days <= 1, "day", "days"),
geodeticDatum = "EPSG:4326",
samplingProtocol = "TODO: add paper DOI upon publication"
samplingProtocol = "CS-PHOC project"
) %>%
rename(eventID = header_id) %>%
# fields that cannot be mapped to Darwin Core
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# CS-PHOC

[![DOI](https://zenodo.org/badge/514008683.svg)](https://zenodo.org/badge/latestdoi/514008683)
<!-- badges: start -->

<!-- [![DOI](https://zenodo.org/badge/514008683.svg)](https://zenodo.org/badge/latestdoi/514008683) -->
[![Dataset DOI](https://img.shields.io/badge/DOI-10.15468/d79fbe-blue)](https://doi.org/10.15468/d79fbe)

<!-- badges: end -->


This repository is an R project that contains the data, code, figures, and documentation relevant to the Cape Shirreff PHOcid Census (CS-PHOC) dataset and data paper. Repo contents and structure are described below.

Expand Down

0 comments on commit 0d8548e

Please sign in to comment.