-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
91 lines (91 loc) · 3.21 KB
/
Copy pathcodemeta.json
File metadata and controls
91 lines (91 loc) · 3.21 KB
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
84
85
86
87
88
89
90
91
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"author": [
{
"affiliation": {
"name": "Forschungszentrum Juelich",
"@type": "Organization"
},
"email": "c.sciffer@fz-juelich.de",
"familyName": "Schiffer",
"givenName": "Christian",
"@id": "https://orcid.org/0000-0002-2544-843X",
"@type": "Person"
},
{
"affiliation": {
"name": "Forschungszentrum Juelich",
"@type": "Organization"
},
"email": "a.oberstrass@fz-juelich.de",
"familyName": "Oberstrass",
"givenName": "Alex",
"@id": "https://orcid.org/0000-0003-0712-034X",
"@type": "Person"
},
{
"affiliation": {
"name": "Forschungszentrum Juelich",
"@type": "Organization"
},
"email": "j.kropp@fz-juelich.de",
"familyName": "Kropp",
"givenName": "Jan-Oliver",
"@id": "https://orcid.org/0000-0002-4770-6612",
"@type": "Person"
},
{
"affiliation": {
"name": "Forschungszentrum Juelich",
"@type": "Organization"
},
"email": "j.thoennissen@fz-juelich.de",
"familyName": "Thönnißen",
"givenName": "Julia",
"@id": "https://orcid.org/0000-0002-5467-871X",
"@type": "Person"
},
{
"affiliation": {
"name": "Forschungszentrum Juelich",
"@type": "Organization"
},
"email": "x.gui@fz-juelich.de",
"familyName": "Gui",
"givenName": "Xiao",
"@id": "https://orcid.org/0000-0001-8653-0296",
"@type": "Person"
},
{
"affiliation": {
"name": "Forschungszentrum Juelich",
"@type": "Organization"
},
"email": "t.dickscheid@fz-juelich.de",
"familyName": "Dickscheid",
"givenName": "Timo",
"@id": "https://orcid.org/0000-0002-9051-3701",
"@type": "Person"
}
],
"contributor": [],
"codeRepository": "git+https://jugit.fz-juelich.de/inm-1/bda/software/data_access/tiamat/tiamat.git",
"dateCreated": "2023-11-15",
"dateModified": "2026-07-07",
"datePublished": "2026-07-07",
"description": "tiamat is a modular Python toolkit for accessing, transforming, and exposing large scientific image datasets.",
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "tiamat",
"programmingLanguage": [
"python 3"
],
"schema:releaseNotes": "New release",
"runtimePlatform": "docker",
"version": "v0.1.14",
"contIntegration": "https://jugit.fz-juelich.de/inm-1/bda/software/data_access/tiamat/tiamat/-/jobs",
"codemeta:continuousIntegration": {
"id": "https://jugit.fz-juelich.de/inm-1/bda/software/data_access/tiamat/tiamat/-/jobs"
},
"issueTracker": "https://jugit.fz-juelich.de/inm-1/bda/software/data_access/tiamat/tiamat/-/issues"
}