From 0d8548ec72d589886fa11a3a2c4bdf81fe2f904d Mon Sep 17 00:00:00 2001 From: Sam Woodman Date: Thu, 29 Feb 2024 08:28:32 -0800 Subject: [PATCH] update samplingProtocol text. Add DOI after initial publication of the dataset! --- R/data_to_dwc.R | 2 +- README.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/R/data_to_dwc.R b/R/data_to_dwc.R index 429bdb0..325053a 100644 --- a/R/data_to_dwc.R +++ b/R/data_to_dwc.R @@ -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 diff --git a/README.md b/README.md index 47e9dbf..65205ea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # CS-PHOC -[![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) + + + 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.