-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsite.config.json
106 lines (106 loc) · 3.25 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
{
"site_name": "COVID19AI.IO",
"site_icon": "🦠",
"author": "CellProfiling Team @ KTH",
"keywords": "COVID-19, AI, deep learning, image processing",
"description": "COVID19AI.IO -- An AI Model Repository for Fighting COVID-19.",
"twitter_site": "@covid19ai",
"twitter_creator": "@weioyang",
"twitter_image": "https://covid19ai.io/static/img/covid19ai-banner.png",
"og_url": "https://covid19ai.io",
"og_title": "COVID19AI.IO",
"og_image": "https://covid19ai.io/static/img/covid19ai-banner.png",
"og_description": "An AI Model Zoo for Fighting COVID-19",
"background_image": "static/img/corona-background.png",
"manifest_url": "https://raw.githubusercontent.com/CellProfiling/covid19ai.io/master/manifest.bioimage.io.json",
"explore_button_text": "🚀 Explore the Zoo",
"subscribe_url": "https://docs.google.com/forms/d/e/1FAIpQLSeS1TV3QkTfsIXNsKGQ3bzJuAxprCkJ4VHX1DDNoaDM_mhwPg/viewform?embedded=true",
"contribute_url": "https://raw.githubusercontent.com/CellProfiling/covid19ai.io/master/contribute.md",
"footer": [
{
"label": "COVID-19 Model Repository",
"tooltip": "COVID-19 Model Repository",
"logo": "/static/img/github.png",
"url": "https://github.com/CellProfiling/covid19ai.io"
},
{
"label": "Lundberg Lab",
"tooltip": "Lundberg Lab",
"logo": "/static/img/lundberglab.png",
"url": "https://cellprofiling.org"
},
{
"label": "SciLifeLab",
"tooltip": "Science for Life Laboratory",
"logo": "/static/img/scilifelab.png",
"url": "https://www.scilifelab.se"
},
{
"label": "Knut and Alice Wallenberg Foundation",
"tooltip": "Knut and Alice Wallenberg Foundation",
"logo": "/static/img/kaw.png",
"url": "https://kaw.wallenberg.org"
}
],
"footnote": "The COVID19AI.IO platform is kindly supported by the Science for Life Laboratory and the Knut and Alice Wallenberg Foundation",
"model_repo": "CellProfiling/covid19ai.io",
"splash_title": "COVID-19 AI Model Zoo",
"splash_subtitle": "AI Models, Datasets, Applications for Fighting COVID-19",
"splash_feature_list": [
"Try model instantly with the BioEngine",
"Contribute your models via Github",
"Link models to datasets and applications"
],
"enable_comment": true,
"table_view": {
"columns": [
"name",
"authors",
"badges",
"apps"
]
},
"attachment_table": {
"columns": [
{
"field": "name",
"label": "Name",
"width": 80,
"sortable": true
},
{
"field": "timestamp",
"label": "Timestamp",
"class": "tag is-success",
"sortable": true
},
{
"field": "source",
"label": "Source",
"type": "url",
"text": "download",
"class": "button is-small"
}
],
"detailed": true,
"detailed_image": null,
"detailed_body": "description"
},
"resource_categories": [
{
"name": "Models",
"type": "model",
"description": "List AI models"
},
{
"name": "Datasets",
"type": "dataset",
"description": "List datasets"
},
{
"name": "Applications",
"type": "application",
"description": "List software, web apps and utility tools"
}
]
}