Skip to content

Commit bf1c3c2

Browse files
authored
Merge pull request #183 from kit-data-manager/dev
Dev
2 parents 0e25dc7 + 017a74d commit bf1c3c2

File tree

7 files changed

+44
-24
lines changed

7 files changed

+44
-24
lines changed

.pre-commit-config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# See https://pre-commit.com for more information
2+
# See https://pre-commit.com/hooks.html for more hooks
3+
repos:
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
5+
rev: v3.2.0
6+
hooks:
7+
- id: trailing-whitespace
8+
- id: end-of-file-fixer
9+
- id: check-yaml
10+
- id: check-added-large-files
11+
- repo: https://github.com/Materials-Data-Science-and-Informatics/somesy
12+
rev: "v0.4.2"
13+
hooks:
14+
- id: somesy

.storybook/preview-head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<meta name="description" content="The pid-component is an easily extensible web component that can be used to display PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types." key="desc" />
22
<title>Storybook - pid-component</title>
3-
<script type='module' src='https://unpkg.com/@kit-data-manager/pid-component'></script>
3+
<!--<script type='module' src='https://unpkg.com/@kit-data-manager/pid-component'></script>-->
44

55
<!--For testing only-->
6-
<!--<script type='module' src='./dist/pid-component/pid-component.esm.js'></script>-->
6+
<script type='module' src='./dist/pid-component/pid-component.esm.js'></script>

CITATION.cff

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
cff-version: 1.2.0
2-
message: 'If you use this software, please cite it as below.'
3-
authors:
4-
- family-names: Inckmann
5-
given-names: Maximilian
6-
affiliation: Karlsruhe Institute of Technology (KIT)
7-
email: maximilian.inckmann@kit.edu
8-
orcid: https://orcid.org/0009-0005-2800-4833
9-
title: 'pid-component'
2+
message: If you use this software, please cite it using these metadata.
103
type: software
4+
title: '@kit-data-manager/pid-component'
115
abstract: The PID-Component is a web component that can be used to display PIDs, ORCiDs,
126
and possibly other identifiers in a user-friendly way. It is easily extensible to
137
support other identifier types.
14-
date-released: 2023-08-18
15-
repository-code: 'https://github.com/kit-data-manager/pid-component'
16-
license: Apache-2.0
178
version: 0.1.0
189
keywords:
1910
- stencil
@@ -32,9 +23,18 @@ keywords:
3223
- fairdata
3324
- fairdo
3425
- fairdigitalobject
35-
contact:
36-
- given-names: Maximilian
26+
authors:
27+
- family-names: Inckmann
28+
affiliation: Karlsruhe Institute of Technology (KIT)
3729
email: maximilian.inckmann@kit.edu
3830
orcid: https://orcid.org/0009-0005-2800-4833
31+
given-names: Maximilian
32+
contact:
33+
- family-names: Inckmann
3934
affiliation: Karlsruhe Institute of Technology (KIT)
40-
family-names: Inckmann
35+
email: maximilian.inckmann@kit.edu
36+
orcid: https://orcid.org/0009-0005-2800-4833
37+
given-names: Maximilian
38+
license: Apache-2.0
39+
repository-code: https://github.com/kit-data-manager/pid-component
40+
url: https://kit-data-manager.github.io/pid-component

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ By default, it is set to 1, which means that it will only render the first level
1414
You can prohibit unfolding of the component by setting the `current-level-of-subcomponents` to the same value as
1515
the `level-of-subcomponents` property.
1616

17-
To use the component, import the package via [unpkg](https://unpkg.com/):
17+
To use the component, import the [npm-package](https://www.npmjs.com/package/@kit-data-manager/pid-component) via [unpkg](https://unpkg.com/):
1818

1919
```html
2020

codemeta.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"affiliation": "Karlsruhe Institute of Technology (KIT)"
1818
}
1919
],
20-
"name": "pid-component",
20+
"name": "@kit-data-manager/pid-component",
2121
"description": "The PID-Component is a web component that can be used to display PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types.",
2222
"version": "0.1.0",
2323
"keywords": [
@@ -51,5 +51,8 @@
5151
"license": [
5252
"https://spdx.org/licenses/Apache-2.0"
5353
],
54-
"codeRepository": "https://github.com/kit-data-manager/pid-component"
54+
"softwareHelp": "https://kit-data-manager.github.io/pid-component",
55+
"codeRepository": "https://github.com/kit-data-manager/pid-component",
56+
"buildInstructions": "https://kit-data-manager.github.io/pid-component",
57+
"url": "https://kit-data-manager.github.io/pid-component"
5558
}

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pid-component",
2+
"name": "@kit-data-manager/pid-component",
33
"version": "0.1.0",
44
"license": "Apache-2.0",
55
"description": "The PID-Component is a web component that can be used to display PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types.",
@@ -93,5 +93,6 @@
9393
"email": "maximilian.inckmann@kit.edu",
9494
"url": "https://orcid.org/0009-0005-2800-4833"
9595
}
96-
]
97-
}
96+
],
97+
"homepage": "https://kit-data-manager.github.io/pid-component"
98+
}

somesy.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[project]
2-
name = "pid-component"
2+
name = "@kit-data-manager/pid-component"
33
version = "0.1.0"
4-
description = "The PID-Component is a web component that can be used to display PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types."
4+
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"
7+
homepage = "https://kit-data-manager.github.io/pid-component"
8+
documentation = "https://kit-data-manager.github.io/pid-component"
79
keywords = [
810
"stencil",
911
"webcomponent",

0 commit comments

Comments
 (0)