-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
60 lines (60 loc) · 1.74 KB
/
codemeta.json
File metadata and controls
60 lines (60 loc) · 1.74 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
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"https://w3id.org/software-iodata",
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld",
"https://schema.org",
"https://w3id.org/software-types"
],
"@type": "SoftwareSourceCode",
"author": [
{
"@type": "Person",
"givenName": "Anton",
"familyName": "Pirogov",
"email": "a.pirogov@fz-juelich.de",
"@id": "https://orcid.org/0000-0002-5077-7497"
}
],
"name": "fair-python-cookiecutter",
"description": "An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata.",
"version": "0.3.0",
"keywords": [
"fair",
"metadata",
"python",
"cookiecutter",
"template"
],
"maintainer": [
{
"@type": "Person",
"givenName": "Anton",
"familyName": "Pirogov",
"email": "a.pirogov@fz-juelich.de",
"@id": "https://orcid.org/0000-0002-5077-7497"
}
],
"license": [
"https://spdx.org/licenses/MIT"
],
"softwareHelp": "https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter",
"codeRepository": "https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter",
"contributor": [
{
"@type": "Person",
"givenName": "Anton",
"familyName": "Pirogov",
"email": "a.pirogov@fz-juelich.de",
"@id": "https://orcid.org/0000-0002-5077-7497"
},
{
"@type": "Person",
"givenName": "Mustafa",
"familyName": "Soylu",
"email": "m.soylu@fz-juelich.de",
"@id": "https://orcid.org/0000-0003-2637-0432"
}
],
"url": "https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter"
}