-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample-codemeta-full.json
98 lines (98 loc) · 4.01 KB
/
example-codemeta-full.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"@context":"https://raw.githubusercontent.com/gothub/sandbox/master/codemeta.jsonld",
"@type":"Code",
"agent":[
{
"@id":"http://orcid.org/0000-0002-2192-403X",
"@type":"person",
"email":"[email protected]",
"name":"Peter Slaughter",
"affiliation":"NCEAS",
"mustBeCited":true,
"isMaintainer":false,
"isRightsHolder":false,
"role":{
"namespace":"http://www.ngdc.noaa.gov/metadata/published/xsd/schema/resources/Codelist/gmxCodelists.xml#CI_RoleCode",
"roleCode":"contributor"
}
},
{
"@id":"http://orcid.org/0000-0002-3957-2474",
"@type":"organization",
"email":"[email protected]",
"name":"University of California, Santa Barbara",
"role":{
"namespace":"http://www.ngdc.noaa.gov/metadata/published/xsd/schema/resources/Codelist/gmxCodelists.xml#CI_RoleCode",
"roleCode":"copyrightHolder"
}
}
],
"dependency":[
{
"packageId":"export_fig 1.99",
"packageSystem":"http://www.mathworks.com",
"operatingSystem":"Windows, OS X"
},
{
"packageId":"npplus 0.9.4",
"packageSystem":"https://pypi.python.org",
"operatingSystem":"MacOS, Linux"
},
{
"packageId":"popbio",
"packageSystem":"http://cran.r-project.org",
"operatingSystem":"Windows, OS X Mavericks"
}
],
"identifier":"http://dx.doi.org/10.6084/m9.figshare.828487",
"codeRepository":"https://github.com/codemeta/codemeta",
"datePublished":"2014-09-06",
"dateModified":"2014-08-15",
"dateCreated":"2014-08-06",
"description":"Codemeta is a metadata content standard for software. It includes schemas in JSON-LD and XML Schema for providing semantics and validation.",
"docsCoverage":"50",
"embargoDate":"2014-08-06T10:00:01Z",
"isAutomatedBuild":false,
"publisher":"figshare",
"tags":[
"publishing",
"DOI",
"credit for code"
],
"license":"http://opensource.org/licenses/Apache2",
"title":"CodeMeta, a minimal convention for software metadata",
"version":"2.1.0-rc.2",
"uploadedBy":{
"@id":"http://orcid.org/0000-0002-2192-403X",
"@type":"Person",
"email":"[email protected]",
"name":"Peter Slaughter"
},
"buildInstructions":"https://github.com/codemeta/codemeta/buildInstructions",
"contIntegration":"https://github.com/codemeta/codemeta/minitest",
"downloadLink":"https://github.com/codemeta/codemeta/releases/codemeta_2.1.0-rc.2.tar.gz",
"interactionMethod":"don't know what this field means",
"inputs":[
"A file describing attributes of the software, with MIME type text/csv",
"A file containing ambient air temperature values, with mime type application/netcdf"
],
"outputs":"A file containing a scatter plot illustrating software quality affecting quality of life, with mime type image/png",
"function":"Provides description of software for interoperability",
"funding":"National Science Foundation grant #012345678",
"objectType":"software",
"programmingLanguage":{
"name":"ruby",
"version":"2.3.1",
"URL":"https://www.ruby-lang.org/en/"
},
"readme":"https://github.com/codemeta/codemeta/README.md",
"issueTracker":"https://github.com/codemeta/codemeta/issues",
"relatedLink":"https://github.com/codemeta/codemeta.github.io",
"relatedPublications":"ISBN:0201703726",
"relationship":"don't know what this field is",
"softwareCitation":"Meyer, Alexander, Kempfert, Jörg, Falk, Volkmar, riskscorer: v0.1.1 (2016), , doi:10.5281/zenodo.1234.",
"suggests":"No other software is suggested",
"softwarePaperCitation":"Meyer, Alexander, Kempfert, Jörg, Falk, Volkmar, riskscorer: v0.1.1 (2016), , doi:10.5281/zenodo.5678.",
"testCoverage":"30.00",
"zippedCode":"https://github.com/codemeta/codemeta/releases"
}