From 90bedff7a993ababc0951fe978c144c043768502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=2E=20Cofi=C3=B1o?= Date: Wed, 4 Dec 2024 17:39:44 +0100 Subject: [PATCH] Update .zenodo.json Fix order for "Jon Blower" Change community to the "cfconventions" Updated file sizes and md5 checksum (how this works) --- .zenodo.json | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 1253ddd9..f5319a4b 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,10 +1,10 @@ { "metadata": { "title": "NetCDF Climate and Forecast (CF) Metadata Conventions", - "description": "This document describes the CF conventions for climate and forecast metadata designed to promote the processing and sharing of files created with the netCDF Application Programmer Interface. The conventions define metadata that provide a definitive description of what the data in each variable represents, and of the spatial and temporal properties of the data. This enables users of data from different sources to decide which quantities are comparable, and facilitates building applications with powerful extraction, regridding, and display capabilities. The CF conventions generalize and extend the COARDS conventions. The extensions include metadata that provides a precise definition of each variable via specification of a standard name, describes the vertical locations corresponding to dimensionless vertical coordinate values, and provides the spatial coordinates of non-rectilinear gridded data. Since climate and forecast data are often not simply representative of points in space/time, other extensions provide for the description of coordinate intervals, multidimensional cells and climatological time coordinates, and indicate how a data value is representative of an interval or cell. This standard also relaxes the COARDS constraints on dimension order and specifies methods for reducing the size of datasets.", + "description": "

This document describes the CF conventions for climate and forecast metadata designed to promote the processing and sharing of files created with the netCDF Application Programmer Interface. The conventions define metadata that provide a definitive description of what the data in each variable represents, and of the spatial and temporal properties of the data. This enables users of data from different sources to decide which quantities are comparable, and facilitates building applications with powerful extraction, regridding, and display capabilities.

The CF conventions generalize and extend the COARDS conventions. The extensions include metadata that provides a precise definition of each variable via specification of a standard name, describes the vertical locations corresponding to dimensionless vertical coordinate values, and provides the spatial coordinates of non-rectilinear gridded data. Since climate and forecast data are often not simply representative of points in space/time, other extensions provide for the description of coordinate intervals, multidimensional cells and climatological time coordinates, and indicate how a data value is representative of an interval or cell. This standard also relaxes the COARDS constraints on dimension order and specifies methods for reducing the size of datasets.

", "license": "CC0-1.0", "imprint_publisher": "CF Community", - "communities": [{"identifier": "cfconventions-sandbox"}], + "communities": [{"identifier": "cfconventions"}], "upload_type": "publication", "publication_type": "standard", "version": "1.12", @@ -15,7 +15,6 @@ { "name": "Drach, Bob", "affiliation": "PCMDI, LLNL" }, { "name": "Taylor, Karl", "affiliation": "PCMDI, LLNL", "orcid": "0000-0002-6491-2135" }, { "name": "Hankin, Steve", "affiliation": "PMEL, NOAA" }, - { "name": "Blower, Jon", "affiliation": "University of Reading" }, { "name": "Caron, John", "affiliation": "Unidata" }, { "name": "Signell, Rich", "affiliation": "USGS" }, { "name": "Bentley, Phil", "affiliation": "UK Met Office" }, @@ -24,10 +23,11 @@ { "name": "Pamment, Alison", "affiliation": "NCAS and CEDA", "orcid": "0000-0001-5040-4626"}, { "name": "Juckes, Martin", "affiliation": "NCAS" }, { "name": "Raspaud, Martin", "affiliation": "SMHI" }, + { "name": "Blower, Jon", "affiliation": "University of Reading" }, { "name": "Horne, Randy", "affiliation": "Excalibur Laboratories Inc" }, { "name": "Whiteaker, Timothy", "affiliation": "University of Texas" }, { "name": "Blodgett, David", "affiliation": "USGS" }, - { "name": "Zender, Charlie", "affiliation": "UC Irvine" }, + { "name": "Zender, Charlie", "affiliation": "University of California, Irvine" }, { "name": "Lee, Daniel", "affiliation": "EUMETSAT", "orcid": "0000-0002-1041-232X" }, { "name": "Hassell, David", "affiliation": "NCAS and University of Reading", "orcid": "0000-0001-5106-7502" }, { "name": "Snow, Alan D.", "affiliation": "Corteva Agriscience" }, @@ -38,22 +38,22 @@ { "name": "Gaultier, Lucile", "affiliation": "OceanDataLab" }, { "name": "Herlédan, Sylvain", "affiliation": "OceanDataLab" }, { "name": "Manzano, Fernando", "affiliation": "Puertos del Estado, Madrid" }, - { "name": "Bärring, Lars", "affiliation": "SMHI", "orcid": "0000-0001-7280-2502" }, + { "name": "Bärring, Lars", "affiliation": "SMHI Rossby Centre, Swedish Meteorological and Hydrological Institute", "orcid": "0000-0001-7280-2502" }, { "name": "Barker, Christopher", "affiliation": "NOAA" }, { "name": "Bartholomew, Sadie L.", "affiliation": "National Centre for Atmospheric Science and University of Reading", "orcid": "0000-0002-6180-3603" } ], "related_identifiers": [ { - "relation": "isDerivedFrom", + "relation": "isDocumentedBy", "resource_type": "publication-standard", "scheme": "url", - "identifier": "https://github.com/cf-convention/cf-conventions/tree/v1.12" + "identifier": "https://cfconventions.org/" }, { - "relation": "isDocumentedBy", + "relation": "isDerivedFrom", "resource_type": "publication-standard", "scheme": "url", - "identifier": "https://cfconventions.org/" + "identifier": "https://github.com/cf-convention/cf-conventions/tree/v1.12" }, { "relation": "isIdenticalTo", @@ -66,11 +66,18 @@ "resource_type": "publication-standard", "scheme": "url", "identifier": "https://cfconventions.org/Data/cf-conventions/cf-conventions-v1.12/cf-conventions.pdf" + }, + { + "relation": "isIdenticalTo", + "resource_type": "publication-standard", + "scheme": "url", + "identifier": "https://cfconventions.org/Data/cf-documents/requirements-recommendations/conformance-1.12.html" } + ] }, "files": [ - {"filename": "cf-conventions.pdf", "size": 5979284, "checksum": "md5:24f73fade28dea807df0a6f5131b0384"}, - {"filename": "conformance.pdf", "size": 347588, "checksum": "md5:85ec577392275291de07eb78aadddfae"} - ] -} \ No newline at end of file + {"filename": "cf-conventions.pdf", "size": 6136097, "checksum": "md5:3537b2c8bb82aa950d3ef8c0395b3795"}, + {"filename": "conformance.pdf", "size": 362748, "checksum": "md5:4fdaa837b0286da621f1a095cc4aef69"} + ] +}