Skip to content

Dev #181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 5, 2024
Merged

Dev #181

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 33 additions & 8 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,15 +1,40 @@
cff-version: 1.2.0
message: 'If you use this software, please cite it as below.'
authors:
- family-names: 'Maximilian'
given-names: 'Inckmann'
affiliation: Karlsruhe Institute of Technology
email: maximilian.inckmann@kit.edu
orcid: 'https://orcid.org/0009-0005-2800-4833'
- family-names: Inckmann
given-names: Maximilian
affiliation: Karlsruhe Institute of Technology (KIT)
email: maximilian.inckmann@kit.edu
orcid: https://orcid.org/0009-0005-2800-4833
title: 'pid-component'
type: software
abstract: 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.
abstract: 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.
date-released: 2023-08-18
url: 'https://github.com/maximilianiKIT/pid-component'
repository-code: 'https://github.com/maximilianiKIT/pid-component'
repository-code: 'https://github.com/kit-data-manager/pid-component'
license: Apache-2.0
version: 0.1.0
keywords:
- stencil
- webcomponent
- webcomponents
- pid
- datatyperegistry
- handle.net
- orcid
- identifier
- kit-data-manager
- typescript
- storybook
- tailwindcss
- fair
- fairdata
- fairdo
- fairdigitalobject
contact:
- given-names: Maximilian
email: maximilian.inckmann@kit.edu
orcid: https://orcid.org/0009-0005-2800-4833
affiliation: Karlsruhe Institute of Technology (KIT)
family-names: Inckmann
55 changes: 55 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"@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)"
}
],
"name": "pid-component",
"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.",
"version": "0.1.0",
"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"
],
"codeRepository": "https://github.com/kit-data-manager/pid-component"
}
Loading
Loading