Skip to content

Commit 25dcf94

Browse files
committed
Add a codemeta.json file
1 parent ed5abe2 commit 25dcf94

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

codemeta.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
3+
"@type": "SoftwareSourceCode",
4+
"author": [
5+
{
6+
"@type": "Organization",
7+
"name": "E3SM Project",
8+
}
9+
],
10+
"identifier": "http://dx.doi.org/10.11578/E3SM/dc.20180418.36",
11+
"codeRepository": "https://github.com/E3SM-Project/E3SM",
12+
"datePublished": "2018-04-20",
13+
"keywords": "climate modeling",
14+
"license": "BSD",
15+
"title": "Energy Exascale Earth System Model",
16+
"version": "v1.0.0"
17+
}

0 commit comments

Comments
 (0)