-
Notifications
You must be signed in to change notification settings - Fork 106
/
codemeta.json
65 lines (65 loc) · 2.02 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "https://orcid.org/0000-0002-9043-0850",
"@type": "Person",
"email": "[email protected]",
"name": "Dave Hudak",
"affiliation": "Ohio Supercomputer Center"
},
{
"@id": "https://orcid.org/0000-0002-4331-8508",
"@type": "Person",
"email": "[email protected]",
"name": "Doug Johnson",
"affiliation": "Ohio Supercomputer Center"
},
{
"@id": "https://orcid.org/0000-0002-5475-8779",
"@type": "Person",
"email": "[email protected]",
"name": "Alan Chalker",
"affiliation": "Ohio Supercomputer Center"
},
{
"@id": "https://orcid.org/0000-0003-3208-7588",
"@type": "Person",
"email": "[email protected]",
"name": "Jeremy Nicklas",
"affiliation": "Ohio Supercomputer Center"
},
{
"@id": "https://orcid.org/0000-0002-9662-412X",
"@type": "Person",
"email": "[email protected]",
"name": "Eric Franz",
"affiliation": "Ohio Supercomputer Center"
},
{
"@id": "https://orcid.org/0000-0002-5494-0968",
"@type": "Person",
"email": "[email protected]",
"name": "Trey Dockendorf",
"affiliation": "Ohio Supercomputer Center"
},
{
"@id": "https://orcid.org/0000-0001-7455-6691",
"@type": "Person",
"email": "[email protected]",
"name": "Brian L. McMichael",
"affiliation": "Ohio Supercomputer Center"
}
],
"identifier": "http://dx.doi.org/10.1145/2949550.2949644",
"codeRepository": "https://github.com/OSC/ondemand",
"datePublished": "2017-03-08",
"dateModified": "2017-11-03",
"dateCreated": "2015-07-01",
"description": "Open-source software project that enables HPC centers to install and deploy advanced web and graphical interfaces for their users.",
"keywords": "HPC, apps, portal, gateway, web platform",
"license": "MIT",
"title": "Open OnDemand",
"version": "v1.2.0"
}