-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
61 lines (61 loc) · 1.86 KB
/
codemeta.json
File metadata and controls
61 lines (61 loc) · 1.86 KB
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-2.0+",
"codeRepository": "git+https://github.com/epnml/xxxxxxxx",
"dateCreated": "yyyy-mm-dd",
"datePublished": "yyyy-mm-dd",
"dateModified": "yyyy-mm-dd",
"downloadUrl": "https://github.com/epnml/xxxxxxxx",
"issueTracker": "https://github.com/epnml/xxxxxxxx/issues",
"funder":[
{
"@type": "Organization",
"name": "European Commission",
"@id": "https://doi.org/10.13039/501100000780"
}],
"funding": "871149",
"keywords": ["Europlanet", "Machine Learning", "jupyter-notebook", "", ""],
"name": "Name",
"softwareVersion": "x.x.x",
"version": "x.x.x",
"description": "Short description of the tool/pipeline.",
"readme": "https://github.com/epnml/xxxxxxxxx/blob/master/README.md",
"programmingLanguage": [
"Python 3"
],
"operatingSystem": [
"Linux",
"MacOS"
],
"softwareRequirements": [
"Docker, Jupyter, Python"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-2952-5519",
"givenName": "Sahib",
"familyName": "Julka",
"email": "sahib.julka@uni-passau.de",
"affiliation": {
"@type": "University",
"name": "University of Passau"
}
},
],
"maintainer": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-xxxx-xxxx-xxxx",
"givenName": "Jane",
"familyName": "Doe",
"email": "jane.doe@unknown.space",
"affiliation": {
"@type": "Organization",
"name": "Organization X"
}
}
],
"citation": [ "Arxiv URL", "Zenodo URL"]
}