-
Notifications
You must be signed in to change notification settings - Fork 49
/
codemeta.json
51 lines (51 loc) · 1.53 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "0000-0001-5557-267X",
"@type": "Person",
"email": "[email protected]",
"name": "Nathan Goldbaum",
"affiliation": "University of Illinois at Urbana Champaign"
},
{
"@id": "0000-0003-3175-2347",
"@type": "Person",
"email": "[email protected]",
"name": "John ZuHone",
"affiliation": "Harvard-Smithsonian Center for Astrophysics"
},
{
"@id": "0000-0002-5294-0198",
"@type": "Person",
"email": "[email protected]",
"name": "Matthew Turk",
"affiliation": "University of Illinois at Urbana Champaign"
},
{
"@id": "0000-0003-1709-3744",
"@type": "Person",
"email": "[email protected]",
"name": "Kacper Kowalik",
"affiliation": "University of Illinois at Urbana Champaign"
},
{
"@id": "0000-0003-4423-0660",
"@type": "Person",
"email": "[email protected]",
"name": "Anna Rosen",
"affiliation": "Harvard-Smithsonian Center for Astrophysics"
}
],
"identifier": "",
"codeRepository": "https://github.com/yt-project/unyt",
"datePublished": "2018-08-13",
"dateModified": "2018-08-13",
"dateCreated": "2018-08-13",
"description": "Handle, manipulate, and convert data with units in Python",
"keywords": "units, python, numpy, sympy, quantities",
"license": "BSD",
"title": "unyt",
"version": "v1.0.7"
}