forked from datacite/bracco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
35 lines (35 loc) · 1.09 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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "SoftwareSourceCode",
"@id": "https://doi.org/10.5438/cxe5-rg55",
"agents": {
"@id": "https://orcid.org/0000-0003-0077-4738",
"@type": "person",
"name": "Martin Fenner",
"affiliation": "DataCite",
"mustBeCited": true,
"isMaintainer": true,
"isRightsHolder": true
},
"identifier": "https://doi.org/10.5438/cxe5-rg55",
"codeRepository": "https://github.com/datacite/bracco",
"controlledTem": "software",
"dateCreated": "2017-03-18",
"datePublished": "2018-05-09",
"dateModified": "2018-05-09",
"description": "The web frontend for the DataCite Fabrica service for managing DataCite providers, repositories, prefixes and DOIs.",
"isAutomatedBuild": true,
"licenseId": "MIT",
"publisher": "DataCite",
"version": "1.0.1",
"tags": [
"Doi Registration",
"Fabrica"
],
"title": "Frontend for the DataCite Fabrica service",
"programmingLanguage": {
"name": "Javascript",
"URL": "https://www.javascript.com/"
},
"readme": "https://github.com/datacite/bracco/blob/master/README.md"
}