Unverified Commit f59d1f57 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Create code.json

parent f471eb3c
Loading
Loading
Loading
Loading

code.json

0 → 100644
+47 −0
Original line number Diff line number Diff line
[
  {
    "name": "ISIS3",
    "organization": "U.S. Geological Survey",
    "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
    "version": "6.0.0",
    "status": "Release",

    "permissions": {
      "usageType": "openSource",
      "licenses": [
        {
          "name": "Public Domain, CC0-1.0",
          "URL": "https://github.com/USGS-Astrogeology/ISIS3/blob/master/LICENSE.md"
        }
      ]
    },

    "homepageURL": "https://isis.astrogeology.usgs.gov",
    "downloadURL": "https://github.com/USGS-Astrogeology/ISIS3/archive/refs/tags/6.0.0_RC1.zip",
    "disclaimerURL": "https://github.com/USGS-Astrogeology/ISIS3/blob/master/LICENSE.md",
    "repositoryURL": "https://github.com/USGS-Astrogeology/ISIS3/",
    "vcs": "git",

    "laborHours": 0,

    "tags": [
      "Planetary",
      "Remote Sensing",
      "Photogrammetry",
      "Data Processing"
    ],

    "languages": [
      "C++"
    ],

    "contact": {
      "name": "Dr. Jason Laura",
      "email": "jlaura@usgs.gov"
    },

    "date": {
      "metadataLastUpdated": "2021-08-10"
    }
  }
]