-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.somesy.toml
83 lines (68 loc) · 2.27 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[project]
name = "somesy"
version = "0.4.3"
description = "A CLI tool for synchronizing software project metadata."
keywords = ["metadata", "FAIR"]
license = "MIT"
repository = "https://github.com/Materials-Data-Science-and-Informatics/somesy"
homepage = "https://materials-data-science-and-informatics.github.io/somesy"
documentation = "https://materials-data-science-and-informatics.github.io/somesy"
[[project.people]]
family-names = "Soylu"
given-names = "Mustafa"
email = "m.soylu@fz-juelich.de"
orcid = "https://orcid.org/0000-0003-2637-0432"
contribution = "Main developer, maintainer and tester."
contribution_begin = "2023-03-01"
contribution_types = ["maintenance", "code", "test", "review", "doc"]
author = true
maintainer = true
[[project.people]]
family-names = "Pirogov"
given-names = "Anton"
email = "a.pirogov@fz-juelich.de"
orcid = "https://orcid.org/0000-0002-5077-7497"
contribution = "Concepts, tool development and enhancement, documentation."
contribution_begin = "2023-03-01"
contribution_end = "2023-04-30"
contribution_types = ["ideas", "code", "test", "review", "doc"]
author = true
[[project.people]]
family-names = "Bröder"
given-names = "Jens"
email = "j.broeder@fz-juelich.de"
orcid = "https://orcid.org/0000-0001-7939-226X"
contribution = "Discussions and suggestions concerning metadata standards and usability."
contribution_begin = "2023-03-01"
contribution_end = "2023-03-31"
contribution_types = ["ideas"]
[[project.people]]
family-names = "Hofmann"
given-names = "Volker"
email = "v.hofmann@fz-juelich.de"
orcid = "https://orcid.org/0000-0002-5149-603X"
contribution = "Discussions and suggestions concerning tool scope and usability."
contribution_begin = "2023-06-01"
contribution_end = "2023-06-30"
contribution_types = ["ideas"]
publication_author = true
[[project.people]]
family-names = "Sandfeld"
given-names = "Stefan"
email = "s.sandfeld@fz-juelich.de"
orcid = "https://orcid.org/0000-0001-9560-4728"
contribution_types = ["fundingFinding"]
publication_author = true
[config]
no_sync_cff = false
cff_file = "CITATION.cff"
no_sync_pyproject = false
pyproject_file = "pyproject.toml"
no_sync_codemeta = false
codemeta_file = "codemeta.json"
no_sync_package_json = true
no_sync_julia = true
no_sync_fortran = true
show_info = false
verbose = false
debug = true