Skip to content

Commit 2520990

Browse files
committed
version [ci skip]
1 parent 87ac443 commit 2520990

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

paper/codemeta.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
3+
"@type": "Code",
4+
"author": [
5+
{
6+
"@id": "",
7+
"@type": "Person",
8+
"email": "",
9+
"name": "scivision",
10+
"affiliation": ""
11+
},
12+
{
13+
"@id": "",
14+
"@type": "Person",
15+
"email": "",
16+
"name": "Michael Hirsch, Ph.D",
17+
"affiliation": ""
18+
}
19+
],
20+
"identifier": "http://doi.org/10.5281/zenodo.213676",
21+
"codeRepository": "https://github.com/scivision/pymap3d",
22+
"datePublished": "2018-01-28",
23+
"dateModified": "2018-01-28",
24+
"dateCreated": "2018-01-28",
25+
"description": "3-D coordinate conversions in pure Python",
26+
"keywords": "geospace,coordinates",
27+
"license": "BSD",
28+
"title": "pymap3d",
29+
"version": "1.3.0"
30+
}

0 commit comments

Comments
 (0)