-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsomesy.toml
64 lines (60 loc) · 2.07 KB
/
somesy.toml
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
[project]
name = "@kit-data-manager/pid-component"
version = "0.1.3"
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."
license = "Apache-2.0"
repository = "https://github.com/kit-data-manager/pid-component"
homepage = "https://kit-data-manager.github.io/pid-component"
documentation = "https://kit-data-manager.github.io/pid-component"
keywords = [
"stencil",
"webcomponent",
"webcomponents",
"pid",
"datatyperegistry",
"handle.net",
"orcid",
"identifier",
"kit-data-manager",
"typescript",
"storybook",
"tailwindcss",
"fair",
"fairdata",
"fairdo",
"fairdigitalobject"
]
[[project.people]]
given-names = "Maximilian"
family-names = "Inckmann"
email = "maximilian.inckmann@kit.edu"
orcid = "https://orcid.org/0009-0005-2800-4833"
affiliation = "Karlsruhe Institute of Technology (KIT)"
author = true # is a full author of the project (i.e. appears in citations)
maintainer = true # currently maintains the project (i.e. is a contact person)
[[project.people]]
given-names = "Andreas"
family-names = "Pfeil"
email = "andreas.pfeil@kit.edu"
orcid = "https://orcid.org/0000-0001-6575-1022"
affiliation = "Karlsruhe Institute of Technology (KIT)"
author = true # is a full author of the project (i.e. appears in citations)
maintainer = false # currently maintains the project (i.e. is a contact person)
publication_author = true
contribution_types = [
"ideas",
"mentoring",
"research",
"review"
]
[[project.people]]
given-names = "Thomas"
family-names = "Jejkal"
email = "thomas.jejkal@kit.edu"
orcid = "https://orcid.org/0000-0003-2804-688X"
affiliation = "Karlsruhe Institute of Technology (KIT)"
author = true # is a full author of the project (i.e. appears in citations)
maintainer = false # currently maintains the project (i.e. is a contact person)
publication_author = true
[config]
verbose = true # show detailed information about what somesy is doing