Skip to content

Commit fd08d0d

Browse files
committed
metadata fixes
1 parent 6e7c298 commit fd08d0d

File tree

5 files changed

+45
-40
lines changed

5 files changed

+45
-40
lines changed

CITATION.cff

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cff-version: 1.2.0
22
message: If you use this software, please cite it using these metadata.
33
type: software
4-
title: mapping-service-input
5-
abstract: The mapping-service-input provides a minimalistic user interface for
6-
the KIT Data Manager Mapping Service. It allows users to select an existing
4+
title: '@kit-data-manager/pid-component'
5+
abstract: The mapping-service-input provides a minimalistic user interface for
6+
the KIT Data Manager Mapping Service. It allows users to select an existing
77
mapping schema and use it to map their data.
88
version: 1.2.0
99
keywords:
@@ -27,10 +27,9 @@ authors:
2727
affiliation: Karlsruhe Institute of Technology (KIT)
2828
given-names: Andreas
2929
family-names: Pfeil
30-
30+
- orcid: https://orcid.org/0009-0008-3532-7018
3131
given-names: Ajay
3232
family-names: Kirar
33-
orcid: https://orcid.org/0009-0008-3532-7018
3433
license: Apache-2.0
3534
url: https://kit-data-manager.github.io/com_mapping-service-input
3635
repository-code: https://github.com/kit-data-manager/com_mapping-service-input

codemeta.json

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@
1616
"identifier": "https://orcid.org/0009-0008-3532-7018"
1717
}
1818
],
19-
"name": "mapping-service-input",
19+
"name": "@kit-data-manager/pid-component",
2020
"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.",
2121
"version": "1.2.0",
22-
"keywords": ["metadata", "JSON", "mapping", "form", "kit-data-manager", "typescript"],
23-
"license": ["https://spdx.org/licenses/Apache-2.0"],
22+
"keywords": [
23+
"metadata",
24+
"JSON",
25+
"mapping",
26+
"form",
27+
"kit-data-manager",
28+
"typescript"
29+
],
30+
"license": [
31+
"https://spdx.org/licenses/Apache-2.0"
32+
],
2433
"softwareHelp": "https://kit-data-manager.github.io/com_mapping-service-input",
2534
"codeRepository": "https://github.com/kit-data-manager/com_mapping-service-input",
2635
"buildInstructions": "https://kit-data-manager.github.io/com_mapping-service-input",
2736
"contributor": [
28-
{
29-
"@type": "Person",
30-
"givenName": "Maximilian",
31-
"familyName": "Inckmann",
32-
"email": "[email protected]",
33-
"@id": "https://orcid.org/0009-0005-2800-4833",
34-
"identifier": "https://orcid.org/0009-0005-2800-4833",
35-
"affiliation": "Karlsruhe Institute of Technology (KIT)"
36-
},
3737
{
3838
"@type": "Person",
3939
"givenName": "Thomas",
@@ -49,7 +49,16 @@
4949
"@id": "https://orcid.org/0000-0001-6575-1022",
5050
"identifier": "https://orcid.org/0000-0001-6575-1022",
5151
"affiliation": "Karlsruhe Institute of Technology (KIT)"
52+
},
53+
{
54+
"@type": "Person",
55+
"givenName": "Maximilian",
56+
"familyName": "Inckmann",
57+
"email": "[email protected]",
58+
"@id": "https://orcid.org/0009-0005-2800-4833",
59+
"identifier": "https://orcid.org/0009-0005-2800-4833",
60+
"affiliation": "Karlsruhe Institute of Technology (KIT)"
5261
}
5362
],
5463
"url": "https://kit-data-manager.github.io/com_mapping-service-input"
55-
}
64+
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"name": "mapping-service-input",
2+
"name": "@kit-data-manager/pid-component",
33
"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.",
44
"author": {
55
"name": "Ajay Kirar",
6-
"url": "https://orcid.org/0009-0008-3532-7018",
7-
"email": "[email protected]"
6+
"url": "https://orcid.org/0009-0008-3532-7018"
87
},
98
"license": "Apache-2.0",
109
"version": "1.2.0",
@@ -74,8 +73,7 @@
7473
},
7574
{
7675
"name": "Ajay Kirar",
77-
"url": "https://orcid.org/0009-0008-3532-7018",
78-
"email": "[email protected]"
76+
"url": "https://orcid.org/0009-0008-3532-7018"
7977
}
8078
]
81-
}
79+
}

somesy.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "mapping-service-input"
2+
name = "@kit-data-manager/pid-component"
33
version = "1.2.0"
44
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."
55
license = "Apache-2.0"
@@ -15,16 +15,6 @@ keywords = [
1515
"typescript"
1616
]
1717

18-
[[project.people]]
19-
given-names = "Maximilian"
20-
family-names = "Inckmann"
21-
orcid = "https://orcid.org/0009-0005-2800-4833"
22-
23-
affiliation = "Karlsruhe Institute of Technology (KIT)"
24-
author = false
25-
maintainer = false
26-
publication_author = true
27-
2818
[[project.people]]
2919
given-names = "Thomas"
3020
family-names = "Jejkal"
@@ -43,6 +33,15 @@ author = false
4333
maintainer = false
4434
publication_author = true
4535

36+
[[project.people]]
37+
given-names = "Maximilian"
38+
family-names = "Inckmann"
39+
orcid = "https://orcid.org/0009-0005-2800-4833"
40+
41+
affiliation = "Karlsruhe Institute of Technology (KIT)"
42+
author = false
43+
maintainer = false
44+
publication_author = true
4645

4746
[[project.people]]
4847
given-names = "Ajay"

0 commit comments

Comments
 (0)