From e9b2354500b5d5371359af315724f2c81f322e8c Mon Sep 17 00:00:00 2001 From: Kelvin Rodriguez <krodriguez@usgs.gov> Date: Tue, 26 Nov 2024 11:45:51 -0700 Subject: [PATCH] Update code.json --- code.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/code.json b/code.json index bc439919c3..787d68e93c 100644 --- a/code.json +++ b/code.json @@ -128,6 +128,51 @@ "email": "chkim@usgs.gov" }, + "date": { + "metadataLastUpdated": "2024-09-30" + } + }, + { + "name": "ISIS3", + "organization": "U.S. Geological Survey", + "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)", + "version": "9.0.0_rc1", + "status": "Production", + + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/9.0.0_rc1/LICENSE.md" + } + ] + }, + + "homepageURL": "https://isis.astrogeology.usgs.gov", + "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/9.0.0_rc1/isis-9.0.0_rc1.zip", + "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/9.0.0_rc1/DISCLAIMER.md", + "repositoryURL": "https://code.usgs.gov/astrogeology/isis.git", + "vcs": "git", + + "laborHours": 0, + + "tags": [ + "Planetary", + "Remote Sensing", + "Photogrammetry", + "Data Processing" + ], + + "languages": [ + "C++" + ], + + "contact": { + "name": "Christine Kim", + "email": "chkim@usgs.gov" + }, + "date": { "metadataLastUpdated": "2024-09-30" } -- GitLab