-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
48 lines (48 loc) · 1.39 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
{
"@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": "Maximilian",
"familyName": "Inckmann",
"email": "[email protected]",
"@id": "https://orcid.org/0009-0005-2800-4833"
}
],
"name": "nmr_FAIR-DOs",
"description": "This tool extracts metadata regarding NMR data from multiple repositories and creates FAIR-DOs for them.",
"version": "0.1.0",
"keywords": [
"FAIR-DOs",
"metadata",
"repositories",
"NMR",
"Chemotion",
"NMRXiv",
"Elasticsearch",
"KIT-Data-Manager"
],
"maintainer": [
{
"@type": "Person",
"givenName": "Maximilian",
"familyName": "Inckmann",
"email": "[email protected]",
"@id": "https://orcid.org/0009-0005-2800-4833"
}
],
"license": [
"https://spdx.org/licenses/Apache-2.0"
],
"softwareHelp": "https://kit-data-manager.github.io/nmr_FAIR-DOs",
"codeRepository": "https://github.com/kit-data-manager/nmr_FAIR-DOs",
"buildInstructions": "https://kit-data-manager.github.io/nmr_FAIR-DOs",
"url": "https://kit-data-manager.github.io/nmr_FAIR-DOs"
}