From 8c56f86ec84167ccb9fcd4751e246f056468fbf1 Mon Sep 17 00:00:00 2001
From: Jason Altekruse <jaltekruse@usgs.gov>
Date: Wed, 23 Jun 2021 09:11:19 -0600
Subject: [PATCH] add code.json with placeholders

---
 code.json | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 code.json

diff --git a/code.json b/code.json
new file mode 100644
index 0000000..b712f3d
--- /dev/null
+++ b/code.json
@@ -0,0 +1,44 @@
+[
+  {
+    "name": "nshm-hawaii",
+    "organization": "U.S. Geological Survey",
+    "description": "National Seismic Hazard Model (NSHM): Hawaii",
+    "version": "#.#",
+    "status": "Production",
+    "permissions": {
+      "usageType": "openSource",
+      "licenses": [
+        {
+          "name": "Public Domain, CC0-1.0",
+          "URL": "https://code.usgs.gov/ghsc/nshmp/nshm-hawaii/-/blob/main/LICENSE.md"
+        }
+      ]
+    },
+    "homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshm-hawaii/-/tree/#.#",
+    "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshm-hawaii/-/archive/#.#/nshm-hawaii-#.#.zip",
+    "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshm-hawaii/-/raw/#.#/DISCLAIMER.md",
+    "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshm-hawaii.git",
+    "vcs": "git",
+    "laborHours": 300,
+    "languages": [ 
+      "json" 
+    ],
+    "tags": [
+      "psha",
+      "nshmp-haz",
+      "seismic-hazard",
+      "seismic-source",
+      "earthquake-hazard",
+      "earthquake-source",
+      "earthquake-source-characterization",
+      "doi|###TBD###"
+    ],
+    "contact": {
+      "name": "Peter Powers",
+      "email": "pmpowers@usgs.gov"
+    },
+    "date": {
+      "metadataLastUpdated": "2021-06-##"
+    }
+  }
+]
-- 
GitLab