Skip to content

Commit 7ac8f1c

Browse files
authored
Merge pull request #245 from kit-data-manager/dev
updated metadata
2 parents 09f3c5e + c5fb41d commit 7ac8f1c

File tree

4 files changed

+71
-10
lines changed

4 files changed

+71
-10
lines changed

CITATION.cff

+16-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: '@kit-data-manager/pid-component'
55
abstract: The PID-Component is a web component that can be used to evaluate and display
66
FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly
77
way. It is easily extensible to support other identifier types.
8-
version: 0.1.2
8+
version: 0.1.3
99
keywords:
1010
- stencil
1111
- webcomponent
@@ -24,17 +24,27 @@ keywords:
2424
- fairdo
2525
- fairdigitalobject
2626
authors:
27-
- family-names: Inckmann
27+
- email: maximilian.inckmann@kit.edu
2828
affiliation: Karlsruhe Institute of Technology (KIT)
29-
email: maximilian.inckmann@kit.edu
3029
orcid: https://orcid.org/0009-0005-2800-4833
30+
family-names: Inckmann
3131
given-names: Maximilian
32+
- email: andreas.pfeil@kit.edu
33+
affiliation: Karlsruhe Institute of Technology (KIT)
34+
orcid: https://orcid.org/0000-0001-6575-1022
35+
family-names: Pfeil
36+
given-names: Andreas
37+
- orcid: https://orcid.org/0000-0003-2804-688X
38+
email: thomas.jejkal@kit.edu
39+
family-names: Jejkal
40+
affiliation: Karlsruhe Institute of Technology (KIT)
41+
given-names: Thomas
3242
contact:
33-
- family-names: Inckmann
43+
- email: maximilian.inckmann@kit.edu
3444
affiliation: Karlsruhe Institute of Technology (KIT)
35-
email: maximilian.inckmann@kit.edu
3645
orcid: https://orcid.org/0009-0005-2800-4833
46+
family-names: Inckmann
3747
given-names: Maximilian
3848
license: Apache-2.0
39-
repository-code: https://github.com/kit-data-manager/pid-component
4049
url: https://kit-data-manager.github.io/pid-component
50+
repository-code: https://github.com/kit-data-manager/pid-component

codemeta.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,27 @@
1515
"email": "maximilian.inckmann@kit.edu",
1616
"@id": "https://orcid.org/0009-0005-2800-4833",
1717
"affiliation": "Karlsruhe Institute of Technology (KIT)"
18+
},
19+
{
20+
"@type": "Person",
21+
"givenName": "Andreas",
22+
"familyName": "Pfeil",
23+
"email": "andreas.pfeil@kit.edu",
24+
"@id": "https://orcid.org/0000-0001-6575-1022",
25+
"affiliation": "Karlsruhe Institute of Technology (KIT)"
26+
},
27+
{
28+
"@type": "Person",
29+
"givenName": "Thomas",
30+
"familyName": "Jejkal",
31+
"email": "thomas.jejkal@kit.edu",
32+
"@id": "https://orcid.org/0000-0003-2804-688X",
33+
"affiliation": "Karlsruhe Institute of Technology (KIT)"
1834
}
1935
],
2036
"name": "@kit-data-manager/pid-component",
2137
"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.",
22-
"version": "0.1.2",
38+
"version": "0.1.3",
2339
"keywords": [
2440
"stencil",
2541
"webcomponent",

package.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kit-data-manager/pid-component",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "Apache-2.0",
55
"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.",
66
"author": {
@@ -13,6 +13,16 @@
1313
"name": "Maximilian Inckmann",
1414
"email": "maximilian.inckmann@kit.edu",
1515
"url": "https://orcid.org/0009-0005-2800-4833"
16+
},
17+
{
18+
"name": "Andreas Pfeil",
19+
"email": "andreas.pfeil@kit.edu",
20+
"url": "https://orcid.org/0000-0001-6575-1022"
21+
},
22+
{
23+
"name": "Thomas Jejkal",
24+
"email": "thomas.jejkal@kit.edu",
25+
"url": "https://orcid.org/0000-0003-2804-688X"
1626
}
1727
],
1828
"repository": {

somesy.toml

+27-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "@kit-data-manager/pid-component"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
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."
55
license = "Apache-2.0"
66
repository = "https://github.com/kit-data-manager/pid-component"
@@ -25,7 +25,6 @@ keywords = [
2525
"fairdigitalobject"
2626
]
2727

28-
# This is you, the proud author of your project:
2928
[[project.people]]
3029
given-names = "Maximilian"
3130
family-names = "Inckmann"
@@ -35,5 +34,31 @@ affiliation = "Karlsruhe Institute of Technology (KIT)"
3534
author = true # is a full author of the project (i.e. appears in citations)
3635
maintainer = true # currently maintains the project (i.e. is a contact person)
3736

37+
[[project.people]]
38+
given-names = "Andreas"
39+
family-names = "Pfeil"
40+
email = "andreas.pfeil@kit.edu"
41+
orcid = "https://orcid.org/0000-0001-6575-1022"
42+
affiliation = "Karlsruhe Institute of Technology (KIT)"
43+
author = true # is a full author of the project (i.e. appears in citations)
44+
maintainer = false # currently maintains the project (i.e. is a contact person)
45+
publication_author = true
46+
contribution_types = [
47+
"ideas",
48+
"mentoring",
49+
"research",
50+
"review"
51+
]
52+
53+
[[project.people]]
54+
given-names = "Thomas"
55+
family-names = "Jejkal"
56+
email = "thomas.jejkal@kit.edu"
57+
orcid = "https://orcid.org/0000-0003-2804-688X"
58+
affiliation = "Karlsruhe Institute of Technology (KIT)"
59+
author = true # is a full author of the project (i.e. appears in citations)
60+
maintainer = false # currently maintains the project (i.e. is a contact person)
61+
publication_author = true
62+
3863
[config]
3964
verbose = true # show detailed information about what somesy is doing

0 commit comments

Comments
 (0)