-
Notifications
You must be signed in to change notification settings - Fork 2
/
codemeta.json
72 lines (72 loc) · 2.04 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
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
{
"@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": "Mustafa",
"familyName": "Soylu",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-2637-0432"
},
{
"@type": "Person",
"givenName": "Anton",
"familyName": "Pirogov",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-5077-7497"
}
],
"name": "somesy",
"description": "A CLI tool for synchronizing software project metadata.",
"version": "0.4.3",
"keywords": [
"metadata",
"FAIR"
],
"maintainer": [
{
"@type": "Person",
"givenName": "Mustafa",
"familyName": "Soylu",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-2637-0432"
}
],
"license": [
"https://spdx.org/licenses/MIT"
],
"softwareHelp": "https://materials-data-science-and-informatics.github.io/somesy",
"codeRepository": "https://github.com/Materials-Data-Science-and-Informatics/somesy",
"buildInstructions": "https://materials-data-science-and-informatics.github.io/somesy",
"contributor": [
{
"@type": "Person",
"givenName": "Jens",
"familyName": "Bröder",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-7939-226X"
},
{
"@type": "Person",
"givenName": "Volker",
"familyName": "Hofmann",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-5149-603X"
},
{
"@type": "Person",
"givenName": "Stefan",
"familyName": "Sandfeld",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9560-4728"
}
],
"url": "https://materials-data-science-and-informatics.github.io/somesy"
}