-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
56 lines (56 loc) · 1.94 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
{
"@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": "Heather",
"familyName": "More",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-7514-2199",
"affiliation": "Institute for Advanced Simulation (IAS-6 and IAS-9), Jülich Research Centre, Jülich, Germany"
},
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Denker",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-1255-7300",
"affiliation": "Institute for Advanced Simulation (IAS-6), Jülich Research Centre, Jülich, Germany"
}
],
"name": "beaverdam",
"description": "Build, explore, and visualize experimental databases of metadata",
"version": "0.1.0",
"maintainer": [
{
"@type": "Person",
"givenName": "Heather",
"familyName": "More",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-7514-2199",
"affiliation": "Institute for Advanced Simulation (IAS-6 and IAS-9), Jülich Research Centre, Jülich, Germany"
},
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Denker",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-1255-7300",
"affiliation": "Institute for Advanced Simulation (IAS-6), Jülich Research Centre, Jülich, Germany"
}
],
"license": [
"https://spdx.org/licenses/BSD-3-Clause"
],
"softwareHelp": "https://github.com/INM-6/beaverdam",
"codeRepository": "https://github.com/INM-6/beaverdam",
"buildInstructions": "https://github.com/INM-6/beaverdam",
"url": "https://github.com/INM-6/beaverdam"
}