-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcodemeta.json
40 lines (40 loc) · 1.3 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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "SoftwareSourceCode",
"@id": "https://doi.org/10.5438/T1JG-HVHN",
"agents": {
"@id": "http://orcid.org/0000-0003-1419-2405",
"@type": "person",
"name": "Martin Fenner",
"affiliation": "DataCite",
"mustBeCited": true,
"isMaintainer": true,
"isRightsHolder": true
},
"identifier": "https://doi.org/10.5438/T1JG-HVHN",
"codeRepository": "https://github.com/crosscite/content-negotiation",
"dateCreated": "2017-04-08",
"datePublished": "2017-04-28",
"dateModified": "2017-04-28",
"description": "An API for DOI content negotiation. Also available as Docker container.",
"isAutomatedBuild": true,
"licenseId": "MIT",
"publisher": "DataCite",
"tags": [
"doi",
"metadata",
"crossref",
"datacite",
"schema.org",
"bibtex",
"codemeta",
"content negotiation"
],
"title": "Content-Negotation: an API for DOI content negotiation",
"programmingLanguage": {
"name": "Ruby",
"version": "≥ 2.3.3",
"URL": "https://www.ruby-lang.org"
},
"readme": "https://github.com/crosscite/content-negotiation/blob/master/README.md"
}