From 25dcf942072060e2f44654599e4706a0abb7dbf3 Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Thu, 19 Apr 2018 16:27:59 -0500 Subject: [PATCH] Add a codemeta.json file --- codemeta.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 codemeta.json diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 000000000000..debd9c96c299 --- /dev/null +++ b/codemeta.json @@ -0,0 +1,17 @@ +{ + "@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld", + "@type": "SoftwareSourceCode", + "author": [ + { + "@type": "Organization", + "name": "E3SM Project", + } + ], + "identifier": "http://dx.doi.org/10.11578/E3SM/dc.20180418.36", + "codeRepository": "https://github.com/E3SM-Project/E3SM", + "datePublished": "2018-04-20", + "keywords": "climate modeling", + "license": "BSD", + "title": "Energy Exascale Earth System Model", + "version": "v1.0.0" +}