-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
74 lines (74 loc) · 2.3 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
{
"@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": "maximilian.inckmann@kit.edu",
"@id": "https://orcid.org/0009-0005-2800-4833",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
},
{
"@type": "Person",
"givenName": "Andreas",
"familyName": "Pfeil",
"email": "andreas.pfeil@kit.edu",
"@id": "https://orcid.org/0000-0001-6575-1022",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
},
{
"@type": "Person",
"givenName": "Thomas",
"familyName": "Jejkal",
"email": "thomas.jejkal@kit.edu",
"@id": "https://orcid.org/0000-0003-2804-688X",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
}
],
"name": "@kit-data-manager/pid-component",
"description": "The PID-Component is a web component that can be used to evaluate and display FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types.",
"version": "0.1.3",
"keywords": [
"stencil",
"webcomponent",
"webcomponents",
"pid",
"datatyperegistry",
"handle.net",
"orcid",
"identifier",
"kit-data-manager",
"typescript",
"storybook",
"tailwindcss",
"fair",
"fairdata",
"fairdo",
"fairdigitalobject"
],
"maintainer": [
{
"@type": "Person",
"givenName": "Maximilian",
"familyName": "Inckmann",
"email": "maximilian.inckmann@kit.edu",
"@id": "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/pid-component",
"codeRepository": "https://github.com/kit-data-manager/pid-component",
"buildInstructions": "https://kit-data-manager.github.io/pid-component",
"url": "https://kit-data-manager.github.io/pid-component"
}