-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
75 lines (75 loc) · 2.52 KB
/
Copy pathcodemeta.json
File metadata and controls
75 lines (75 loc) · 2.52 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
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
{
"@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": "Thomas",
"familyName": "Jejkal",
"@id": "https://orcid.org/0000-0003-2804-688X",
"identifier": "https://orcid.org/0000-0003-2804-688X",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
},
{
"@type": "Person",
"givenName": "Maximilian",
"familyName": "Inckmann",
"email": "maximilian.inckmann@kit.edu",
"@id": "https://orcid.org/0009-0005-2800-4833",
"identifier": "https://orcid.org/0009-0005-2800-4833",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
}
],
"name": "@kit-data-manager/mapping-service-input",
"description": "The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data.",
"version": "1.2.3",
"keywords": [
"metadata",
"JSON",
"mapping",
"form",
"kit-data-manager",
"typescript"
],
"maintainer": [
{
"@type": "Person",
"givenName": "Maximilian",
"familyName": "Inckmann",
"email": "maximilian.inckmann@kit.edu",
"@id": "https://orcid.org/0009-0005-2800-4833",
"identifier": "https://orcid.org/0009-0005-2800-4833",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
}
],
"license": [
"https://spdx.org/licenses/Apache-2.0"
],
"softwareHelp": "https://kit-data-manager.github.io/com_mapping-service-input",
"codeRepository": "https://github.com/kit-data-manager/com_mapping-service-input.git",
"buildInstructions": "https://kit-data-manager.github.io/com_mapping-service-input",
"contributor": [
{
"@type": "Person",
"givenName": "Andreas",
"familyName": "Pfeil",
"@id": "https://orcid.org/0000-0001-6575-1022",
"identifier": "https://orcid.org/0000-0001-6575-1022",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
},
{
"@type": "Person",
"givenName": "Ajay",
"familyName": "Kirar",
"@id": "https://orcid.org/0009-0008-3532-7018",
"identifier": "https://orcid.org/0009-0008-3532-7018"
}
],
"url": "https://kit-data-manager.github.io/com_mapping-service-input"
}