forked from ArdaBalkir/CreateZoom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
103 lines (103 loc) · 2.77 KB
/
codemeta.json
File metadata and controls
103 lines (103 loc) · 2.77 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
92
93
94
95
96
97
98
99
100
101
102
103
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "application",
"author": [
{
"id": "https://orcid.org/0009-0009-3003-7860",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "NeSys lab, University of Oslo"
},
"email": "arda.balkir@medisin.uio.no",
"familyName": "Balkir",
"givenName": "Arda"
},
{
"givenName": "Gergely",
"familyName": "Csucs",
"type": "Person",
"id": "https://orcid.org/0000-0002-2093-6274",
"affiliation": {
"type": "Organization",
"name": "NeSys lab, University of Oslo"
}
},
{
"givenName": "Sharon C.",
"familyName": "Yates",
"type": "Person",
"id": "https://orcid.org/0000-0002-3001-8725",
"affiliation": {
"type": "Organization",
"name": "NeSys lab, University of Oslo"
}
},
{
"givenName": "Maja A.",
"familyName": "Puchades",
"type": "Person",
"id": "https://orcid.org/0000-0002-4536-8197",
"affiliation": {
"type": "Organization",
"name": "NeSys lab, University of Oslo"
}
},
{
"givenName": "Jan G.",
"familyName": "Bjaalie",
"type": "Person",
"id": "https://orcid.org/0000-0001-7899-906X",
"affiliation": {
"type": "Organization",
"name": "NeSys lab, University of Oslo"
}
}
],
"codeRepository": "https://github.com/Neural-Systems-at-UIO/CreateZoom/tree/main",
"dateCreated": "2024-10-07",
"dateModified": "2025-03-07",
"datePublished": "2024-11-06",
"description": "CreateZoom is a service for converting large images to DZI format, integrating the EBRAINS data infrastructure",
"downloadUrl": "https://github.com/ArdaBalkir/CreateZoom/archive/refs/tags/1.0.4.zip",
"funder": {
"type": "Organization",
"name": "HORIZON-INFRA (EBRAINS 2.0)"
},
"identifier": " SCR_026625",
"keywords": [
"histology",
"quint",
"neurology",
"neuroinformatics",
"imaging"
],
"license": "https://spdx.org/licenses/MIT",
"name": "CreateZoom",
"operatingSystem": "Linux",
"programmingLanguage": "Python",
"runtimePlatform": "Web",
"version": "1.0.4",
"developmentStatus": "active",
"relatedLink": [
"https://quint-webtools.readthedocs.io"
],
"softwareHelp": [
"mailto:support@ebrains.eu"
],
"referencePublication": "https://doi.org/10.3389/fninf.2025.1629388",
"funding": "101147319",
"maintainer": [
{
"givenName": "Arda",
"familyName": "Balkir",
"type": "Person",
"id": "https://orcid.org/0009-0009-3003-7860",
"affiliation": {
"type": "Organization",
"name": "NeSys lab, University of Oslo"
}
}
]
}