From 3214302f9ef7b1110df14943f74bf4fbf7186f7b Mon Sep 17 00:00:00 2001 From: Paul William Date: Wed, 16 Mar 2022 22:15:48 +1300 Subject: [PATCH] add Zenodo metadata --- .zenodo.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..5076228 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,18 @@ +{ + "creators": [ + { + "orcid": "0000-0002-4770-1037", + "affiliation": "University of Canterbury", + "name": "Benden, Paul" + } + ], + + "license": "CC BY 4.0 excluding Statista", + + "title": "Global Shipping Lanes", + + "upload_type": "dataset", + + "keywords": ["shipping", "maritime", "gis"] + +}