forked from bioimage-io/bioimage.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.config.json
176 lines (175 loc) · 5.56 KB
/
site.config.json
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"site_name": "BioImage.IO",
"site_icon": "🦒",
"site_logo": "/static/img/bioimage-io-logo-white.svg",
"author": "BioImage.IO Team",
"keywords": "Bioimaging, AI, deep learning, image processing",
"description": "Bioimage.io -- an AI model repository for deep learning.",
"twitter_site": "@bioimageio",
"twitter_creator": "@weioyang",
"twitter_image": "https://bioimage.io/static/img/bioimage-io-banner.png",
"og_url": "https://bioimage.io",
"og_title": "BioImage.IO",
"og_image": "https://bioimage.io/static/img/bioimage-io-banner.png",
"og_description": "Advanced AI models in one-click",
"background_image": "static/img/zoo-background.svg",
"manifest_url": "https://bioimage-io.github.io/collection-bioimage-io/rdf.json",
"explore_button_text": "🚀 Explore the Zoo",
"subscribe_url": "https://docs.google.com/forms/d/e/1FAIpQLSfQhTjXOuTXZNtalprbsXMPd4ct2ydiMhlPc2lhcs6WY4yo0w/viewform?embedded=true",
"contact_form_url": "https://oeway.typeform.com/to/K3j2tJt7",
"contribute_url": "https://bioimage.io/docs/#/contribute_models/README",
"join_partners_url": "https://bioimage.io/docs/community_partners/README.md",
"about_url": null,
"footer": [
{ "label": "Bug Report",
"tooltip": "Send a bug report on Github",
"logo": "/static/img/bug-icon.png",
"url": "https://github.com/bioimage-io/bioimage.io/issues"
},
{ "label": "Source Code",
"tooltip": "Github Repository",
"logo": "/static/img/github.png",
"url": "https://github.com/bioimage-io/bioimage.io"
},
{ "label": "Contact Us",
"tooltip": "Send us a message",
"logo": "/static/img/contact.png",
"url": "https://oeway.typeform.com/to/K3j2tJt7"
},
{ "label": "Deploys By Netlify",
"tooltip": "This site is powered by Netlify",
"logo": "https://www.netlify.com/img/global/badges/netlify-color-accent.svg",
"url": "https://www.netlify.com"
}
],
"rdf_root_repo": "bioimage-io/bioimage.io",
"enable_comment": true,
"splash_title": "BioImage Model Zoo",
"splash_subtitle": "Advanced AI models in one-click",
"splash_feature_list": [
"Integrate with Fiji, Ilastik, ImJoy and more",
"Try model instantly with BioEngine",
"Contribute your models via Github",
"Link models to datasets and applications"
],
"table_view": {
"columns": ["name", "authors", "badges", "apps"]
},
"zenodo_config": {
"enabled": true,
"sandbox_client_id": "0Zb8YkwXBqt2zelL9WyorERRzJufdTJMgxxuibmQ",
"production_client_id": "nO6VNWAiRjklxcVx0roedRnQncQTyEMRkTDzg6kd",
"community": "bioimage-io",
"use_sandbox": false
},
"attachment_table": {
"columns": [
{
"field": "name",
"label": "Name",
"width": 80,
"sortable": true
},
{
"field": "description",
"label": "Description",
"width": 100,
"max_length": 100,
"sortable": true
},
{
"field": "timestamp",
"label": "Timestamp",
"class": "tag is-success",
"sortable": true
},
{
"field": "source",
"label": "Source",
"type": "url",
"text": "open",
"class": "button is-small"
},
{
"field": "download_url",
"label": "Download",
"type": "url",
"text": "Download",
"class": "button is-small"
}
],
"detailed": true,
"detailed_image": null,
"detailed_body": "description"
},
"footnote": "BioImage.IO -- a collaborative effort to bring AI models to the bioimaging community.",
"partners": [],
"excluded_tags": ["bioimage.io", "bioimage.io:model", "bioimage.io:application", "bioimage.io:workflow", "bioimage.io:notebook", "bioimage.io:dataset", "zenodo"],
"resource_categories": [
{
"name": "models",
"type": "model",
"description": "list ai models",
"outline_color": "rgb(36 0 236)",
"tag_categories": {
"modality": [
"electron-microscopy",
"cryo-electron-microscopy",
"fluorescence-light-microscopy",
"transmission-light-microscopy",
"super-resolution-microscopy",
"x-ray-microscopy",
"force-microscopy",
"high-content-imaging",
"whole-slide-imaging",
"other"],
"dims": [
"2d", "3d", "2d-t", "3d-t"],
"content": [
"cells",
"nuclei",
"extracellular-vesicles",
"tissue",
"plant",
"mitochondria",
"vasculature",
"cell-membrane",
"brain",
"whole-organism"
],
"framework": ["tensorflow", "pytorch", "tensorflow.js"],
"software": ["ilastik", "imagej", "fiji", "imjoy", "deepimagej", "n2v"],
"network": [
"unet",
"densenet",
"resnet",
"inception",
"shufflenet"
],
"task": [
"semantic-segmentation",
"instance-segmentation",
"object-detection",
"image-classification",
"denoising",
"image-restoration",
"image-reconstruction",
"in-silico-labeling"
]
}
},
{
"name": "applications",
"type": "application",
"outline_color": "rgb(83 230 7)",
"common_tags": ["software", "notebook", "bioengine", "workflow", "macro"],
"description": "list software, web apps, notebooks and utility tools"
},
{
"name": "datasets",
"type": "dataset",
"outline_color": "rgb(236 0 185)",
"description": "list datasets"
}
]
}