From 733470ddcda77ae4a55a4de5a064fab59c43e65f Mon Sep 17 00:00:00 2001
From: nmtarr <nmtarr@ncsu.edu>
Date: Fri, 10 Jun 2022 13:03:36 -0400
Subject: [PATCH] Added 1.0.0 metadata item back in.

---
 code.json | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/code.json b/code.json
index a64dd53..0eb4dd1 100644
--- a/code.json
+++ b/code.json
@@ -36,4 +36,45 @@
 	"date": {
 		"metadataLastUpdated": "2022-06-09"
 	}
+},
+{
+	"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.0",
+	"status": "Approved",
+	"permissions": {
+		"usageType": "openSource",
+		"licenses": [{
+			"name": "Public Domain, CC0-1.0",
+			"URL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler/-/raw/1.0.0/LICENSE.md"
+		}]
+	},
+	"homepageURL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler",
+	"downloadURL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler/-/archive/1.0.0/wildlife-wrangler-1.0.0.zip",
+	"disclaimerURL": "https://code.usgs.gov/sas/bioscience/wildlife-wrangler/-/raw/1.0.0/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",
+		"doi|https://doi.org/10.5066/P98K7E93F",
+		"`ipds|IP-120038`"],
+	"languages": ["Python", "The Jupyter Notebook", "SQL", "R"],
+	"contact": {
+		"name": "Nathan M. Tarr",
+		"email": "nmtarr@ncsu.edu; ntarr@usgs.gov"
+	},
+	"date": {
+		"metadataLastUpdated": "2022-06-09"
+	}
 }]
-- 
GitLab