Skip to content

Commit

Permalink
Update code.json to revert updating 8.3.0 (DOI-USGS#5685)
Browse files Browse the repository at this point in the history
* Update code.json to revert RC

* Update code.json

* Update code.json
  • Loading branch information
Kelvinrr authored Nov 26, 2024
1 parent 66ddb75 commit a8dca4f
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion code.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,51 @@
"metadataLastUpdated": "2023-04-19"
}
},{
"name": "ISIS3",
"organization": "U.S. Geological Survey",
"description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
"version": "8.3.0",
"status": "Production",

"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/LICENSE.md"
}
]
},

"homepageURL": "https://isis.astrogeology.usgs.gov",
"downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.3.0/8.3.0.zip",
"disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/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": "[email protected]"
},

"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)",
Expand Down Expand Up @@ -129,7 +174,7 @@
},

"date": {
"metadataLastUpdated": "2024-09-30"
"metadataLastUpdated": "2024-11-26"
}
}
]

0 comments on commit a8dca4f

Please sign in to comment.