From 902f049d9ebadabd3d27a7bf6b5111a3e5301964 Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Thu, 6 Jan 2022 10:57:54 +0000 Subject: [PATCH 1/4] CITATION.cff: remove version and date-released and use canonical An issue with the CITATION.cff generated via doi2cff is that it is tied to a given tag and that the update process is unclear (and cyclic). Until we get this figured out, the non mandatory version and date-released attributes are removed and the doi is adjusted to use the Zenodo DOI for all versions which always resolves to the latest version. --- CITATION.cff | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 8c75cbc..88d32f2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ cff-version: 1.0.3 message: If you use this software, please cite it using these metadata. title: napari-ome-zarr -doi: 10.5281/zenodo.5620852 +doi: 10.5281/zenodo.5620851 authors: - given-names: Josh family-names: Moore @@ -17,5 +17,3 @@ authors: - given-names: Draga family-names: Doncila Pop repository-code: https://github.com/ome/napari-ome-zarr -version: 0.3.0 -date-released: 2021-10-29 From f60d8eef41495d8c237512b238093ec7c04dd75e Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Thu, 6 Jan 2022 11:21:40 +0000 Subject: [PATCH 2/4] Bump to cff-version 1.2.0 --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 88d32f2..8968005 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,6 @@ # YAML 1.2 # Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/) -cff-version: 1.0.3 +cff-version: 1.2.0 message: If you use this software, please cite it using these metadata. title: napari-ome-zarr doi: 10.5281/zenodo.5620851 From e11e94f52de6a127e6e8de3be43d0a149fc46b16 Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Thu, 6 Jan 2022 11:32:38 +0000 Subject: [PATCH 3/4] Add OME-NGFF paper under references --- CITATION.cff | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 8968005..2f05a83 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,3 +17,42 @@ authors: - given-names: Draga family-names: Doncila Pop repository-code: https://github.com/ome/napari-ome-zarr +references: + - type: article + title: "OME-NGFF: a next-generation file format for expanding bioimaging data-access strategies " + journal: Nature Methods + volume: 18 + number: 12 + pages: 1496–1498 + doi: 10.1038/s41592-021-01326-w + year: 2021 + date-published: 2021-11-29 + authors: + - family-names: Moore + given-names: Josh + - family-names: Allan + given-names: Chris + - family-names: Besson + given-names: Sébastien + - family-names: Burel + given-names: Jean-Marie + - family-names: Diel + given-names: Erin + - family-names: Gault + given-names: David + - family-names: Kozlowski + given-names: Kevin + - family-names: Lindner + given-names: Dominik + - family-names: Linkert + given-names: Melissa + - family-names: Manz + given-names: Trevor + - family-names: Moore + given-names: Will + - family-names: Pape + given-names: Constantin + - family-names: Tischer + given-names: Christian + - family-names: Swedlow + given-names: Jason From c567f0ce6a129f27a2eb92846c2fcae510b8058a Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Thu, 6 Jan 2022 11:40:17 +0000 Subject: [PATCH 4/4] Add ORCIDs --- CITATION.cff | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 2f05a83..a23274e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -30,14 +30,17 @@ references: authors: - family-names: Moore given-names: Josh + orcid: "https://orcid.org/0000-0003-4028-811X" - family-names: Allan given-names: Chris - family-names: Besson given-names: Sébastien + orcid: "https://orcid.org/0000-0001-8783-1429" - family-names: Burel given-names: Jean-Marie - family-names: Diel given-names: Erin + orcid: "https://orcid.org/0000-0003-2526-3512" - family-names: Gault given-names: David - family-names: Kozlowski @@ -48,11 +51,15 @@ references: given-names: Melissa - family-names: Manz given-names: Trevor + orcid: "https://orcid.org/0000-0001-7694-5164" - family-names: Moore given-names: Will + orcid: "https://orcid.org/0000-0002-7264-8338" - family-names: Pape given-names: Constantin + orcid: "https://orcid.org/0000-0001-6562-7187" - family-names: Tischer given-names: Christian - family-names: Swedlow given-names: Jason + orcid: "https://orcid.org/0000-0002-2198-1958"