From 71107586e25c47571d46d5776d4c9ff9a99d9767 Mon Sep 17 00:00:00 2001 From: Nathan Tarr <nmtarr@ncsu.edu> Date: Thu, 26 Jan 2023 13:53:46 -0500 Subject: [PATCH] Added item for version 1.0.3 --- code.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/code.json b/code.json index 7882bdc..0f44ac6 100644 --- a/code.json +++ b/code.json @@ -1,4 +1,43 @@ [{ + "name": "wildlife-wrangler", + "organization": "U.S. Geological Survey", + "description": "High-level tools and framework for curating collections of species occurrence records from GBIF and eBird in a transparent manner.", + "version": "1.0.3", + "status": "Provisional", + "permissions": { + "usageType": "openSource", + "licenses": [{ + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler/-/raw/1.0.3/LICENSE.md" + }] + }, + "homepageURL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler", + "downloadURL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler/-/archive/1.0.3/wildlife-wrangler-1.0.2.zip", + "disclaimerURL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler/-/raw/1.0.3/DISCLAIMER.md", + "repositoryURL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler.git", + "vcs": "git", + "laborHours": 0, + "tags": [ + "USGS", + "Core Science Systems", + "Science Analytics and Synthesis", + "North Carolina State University", + "USGS North Carolina Cooperative Fish and Wildlife Research Unit", + "wildlife", + "species distribution models", + "range maps", + "GBIF", + "species occurrence records"], + "languages": ["Python", "The Jupyter Notebook", "SQL", "R"], + "contact": { + "name": "Nathan M. Tarr", + "email": "nmtarr@ncsu.edu; ntarr@usgs.gov" + }, + "date": { + "metadataLastUpdated": "2023-01-26" + } +}, +{ "name": "wildlife-wrangler", "organization": "U.S. Geological Survey", "description": "High-level tools and framework for curating collections of species occurrence records from GBIF and eBird in a transparent manner.", -- GitLab