-
Notifications
You must be signed in to change notification settings - Fork 3
/
codemeta.json
67 lines (67 loc) · 1.71 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
66
67
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "SoftwareSourceCode",
"@id": "https://doi.org/10.14454/qgk4-zs88",
"agents": [{
"@id": "https://orcid.org/0000-0003-1419-2405",
"@type": "person",
"name": "Martin Fenner",
"affiliation": "DataCite",
"mustBeCited": true,
"isMaintainer": true,
"isRightsHolder": true
},
{
"@id": "https://orcid.org/0000-0002-8599-0773",
"@type": "person",
"name": "Richard Hallett",
"affiliation": "DataCite",
"mustBeCited": true,
"isMaintainer": true,
"isRightsHolder": true
},
{
"@id": "https://orcid.org/0000-0003-3484-6875",
"@type": "person",
"name": "Kristian Garza",
"affiliation": "DataCite",
"mustBeCited": true,
"isMaintainer": true,
"isRightsHolder": true
},
{
"@id": "https://orcid.org/0000-0002-5355-2576",
"@type": "person",
"name": "Sarala Wimalaratne",
"affiliation": "DataCite",
"mustBeCited": true,
"isMaintainer": true,
"isRightsHolder": true
}],
"identifier": "https://doi.org/10.14454/qgk4-zs88",
"codeRepository": "https://github.com/datacite/akita",
"controlledTem": "software",
"dateCreated": "2020-05-04",
"datePublished": "2020-10-18",
"dateModified": "2020-10-18",
"description": "The web frontend for the DataCite Commons discovery service.",
"isAutomatedBuild": true,
"licenseId": "MIT",
"publisher": "DataCite",
"version": "1.0.4",
"tags": [
"PID Graph",
"GraphQL",
"React",
"DOI",
"ORCID",
"ROR",
"PID"
],
"title": "Frontend for the DataCite Commons service",
"programmingLanguage": {
"name": "Javascript",
"URL": "https://www.javascript.com/"
},
"readme": "https://github.com/datacite/akita/blob/master/README.md"
}