From 005398007ec1e7187732aa7d82c2bc06cc332030 Mon Sep 17 00:00:00 2001 From: Tim Zwolak Date: Thu, 25 Aug 2022 11:11:10 -0600 Subject: [PATCH 1/2] add orcid and ror to namespaces --- resources/adiwg_namespace.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/adiwg_namespace.yml b/resources/adiwg_namespace.yml index f936963..73d99a4 100644 --- a/resources/adiwg_namespace.yml +++ b/resources/adiwg_namespace.yml @@ -18,5 +18,7 @@ codelist: - {code: "gov.sciencebase.catalog", codeName: scienceBase, description: "ScienceBase is a U.S. Geological Survey cataloging and collaborative data management platform."} - {code: "itis.gov", codeName: ITIS, description: "Integrated Taxonomic Information System"} - {code: "urn:uuid", codeName: UUID, description: "Universally unique identifier"} + - {code: "org.adiwg.code.ORCID", codeName: orcid, description: "Open Researcher and Contributor ID"} + - {code: "org.adiwg.code.ROR", codeName: ror, description: "Research Organization Registry ID"} - {code: "org.adiwg.code.mapGridSystem", codeName: mapGridSystem, description: "Name of the grid UTM, State Plane, or other grid system used by a spatial reference system."} - {code: "org.adiwg.code.mapProjection", codeName: mapProjection, description: "Name of the planar, grid, or local projection used by a spatial reference system."} From 0e9beed1cfaaa6b3ca116983007487fd4888bec5 Mon Sep 17 00:00:00 2001 From: Tim Zwolak Date: Fri, 23 Sep 2022 10:44:59 -0600 Subject: [PATCH 2/2] implement feedback --- resources/adiwg_namespace.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/adiwg_namespace.yml b/resources/adiwg_namespace.yml index 73d99a4..3337d3a 100644 --- a/resources/adiwg_namespace.yml +++ b/resources/adiwg_namespace.yml @@ -18,7 +18,8 @@ codelist: - {code: "gov.sciencebase.catalog", codeName: scienceBase, description: "ScienceBase is a U.S. Geological Survey cataloging and collaborative data management platform."} - {code: "itis.gov", codeName: ITIS, description: "Integrated Taxonomic Information System"} - {code: "urn:uuid", codeName: UUID, description: "Universally unique identifier"} - - {code: "org.adiwg.code.ORCID", codeName: orcid, description: "Open Researcher and Contributor ID"} - - {code: "org.adiwg.code.ROR", codeName: ror, description: "Research Organization Registry ID"} + - {code: "orcid.org", codeName: ORCID, description: "Open Researcher and Contributor identifier"} + - {code: "ror.org", codeName: ROR, description: "Research Organization Registry identifier"} + - {code: "spatialreference.org", codeName: SR-ORG, description: "Coordinate reference system from SpatialReference.org database"} - {code: "org.adiwg.code.mapGridSystem", codeName: mapGridSystem, description: "Name of the grid UTM, State Plane, or other grid system used by a spatial reference system."} - {code: "org.adiwg.code.mapProjection", codeName: mapProjection, description: "Name of the planar, grid, or local projection used by a spatial reference system."}