-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcodemeta.json
76 lines (76 loc) · 2.19 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
73
74
75
76
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "0000-0002-8329-7000",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Netherlands eScience Center"
},
"familyName": "van der Zwaan",
"givenName": "Janneke M."
},
{
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Nederlands eScience Center"
},
"familyName": "Andela",
"givenName": "Bouwe"
},
{
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Nederlands eScience Center"
},
"familyName": "de Vries",
"givenName": "Ben"
},
{
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Netherlands eScience Center"
},
"familyName": "Veen",
"givenName": "Lourens"
},
{
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Nederlands eScience Center"
},
"familyName": "van Haren",
"givenName": "Ronald"
},
{
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Nederlands eScience Center"
},
"familyName": "Verhoeven",
"givenName": "Stefan"
},
{
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Nederlands eScience Center"
},
"familyName": "van der Ploeg",
"givenName": "Atze"
}
],
"codeRepository": "https://github.com/NLeSC/scriptcwl",
"license": "http://www.apache.org/licenses/LICENSE-2.0",
"name": "scriptcwl 0.8.1"
}