Skip to content
Snippets Groups Projects
code.json 1.17 KiB
Newer Older
[
  {
    "name": "nshmp-ws-static",
    "organization": "U.S. Geological Survey",
    "description": "Static hazard curve web serivce for the NSHMP",
    "version": "#.#.#",
    "status": "Production",
    "doi": "doi:###TBD###",

    "permissions": {
      "usageType": "openSource",
      "licenses": [
        {
          "name": "Public Domain, CC0-1.0",
          "URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/main/LICENSE.md"
        }
      ]
    },

    "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static",
    "homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static",
    "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/releases/tag/v#.#.#",
    "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/main/DISCLAIMER.md",
    "vcs": "git",

    "laborHours": 100,

    "languages": [ "Java" ],

    "tags": [
      "Earthquake Hazards",
      "Geologic Hazards Science Center",
      "static-hazard",
      "web-service",
      "doi|###TBD###"
    ],

    "contact": {
      "name": "Peter Powers",
      "email": "pmpowers@usgs.gov"
    },

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