-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
49 lines (48 loc) · 1.36 KB
/
Copy pathcodemeta.json
File metadata and controls
49 lines (48 loc) · 1.36 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
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
{
"numpex-catalog": "https://numpex.github.io/sw-catalog/terms-1.0/index.jsonld#",
"Role": "https://schema.org/Role",
"roleName": "https://schema.org/roleName",
"url": "https://schema.org/url"
}
],
"@type": "SoftwareSourceCode",
"name": "SuperComputeSim",
"description": "A high-performance simulation toolkit for supercomputers.",
"version": "2.3.1",
"license": "https://spdx.org/licenses/MIT",
"programmingLanguage": "C++",
"author": {
"@type": "Person",
"name": "Alice Dupont",
"affiliation": {
"@type": "Organization",
"name": "National HPC Lab"
}
},
"codeRepository": "https://gitlab.com/hpc/supercomputesim",
"numpex-catalog:annotatedLink": [
{
"@type": "Role",
"roleName": "numpex-catalog:documentation",
"url": "https://example.com/supercomputesim/docs"
},
{
"@type": "Role",
"roleName": "numpex-catalog:discussion",
"url": "https://forum.example.com/supercomputesim"
},
{
"@type": "Role",
"roleName": "numpex-catalog:guix_package",
"url": "https://guix.example.com/supercomputesim.scm"
},
{
"@type": "Role",
"roleName": "numpex-catalog:spack_package",
"url": "https://spack.example.com/supercomputesim.py"
}
]
}