-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcodemeta.json
46 lines (46 loc) · 1.33 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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "SoftwareSourceCode",
"@id": "https://doi.org/10.5438/8gb0-v673",
"agents": [{
"@id": "https://orcid.org/0000-0003-0077-4738",
"@type": "person",
"name": "Martin Fenner",
"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
}],
"identifier": "https://doi.org/10.5438/8gb0-v673",
"codeRepository": "https://github.com/datacite/lupo",
"controlledTem": "software",
"dateCreated": "2017-05-18",
"datePublished": "2018-05-09",
"dateModified": "2018-05-09",
"description": "Rails API application for managing DataCite providers, clients, prefixes and DOIs. The API is based on the JSONAPI specification.",
"isAutomatedBuild": true,
"licenseId": "MIT",
"publisher": "DataCite",
"version": "1.0.1",
"tags": [
"Doi Registration",
"Rails API",
"DOI Fabrica"
],
"title": "DataCite Application API",
"programmingLanguage": {
"name": "Ruby",
"version": "≥ 2.4.1",
"URL": "https://www.ruby-lang.org"
},
"readme": "https://github.com/datacite/lupo/blob/master/README.md"
}