-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
153 lines (151 loc) · 5.11 KB
/
config.js
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
/*
If you're edditing this file and want to use the value in the code then you have to import it in site metadata hook
./src/hooks/useSiteMetadata.js
*/
module.exports = {
title: 'ZhivaAI',
description: 'Powering AI for radiology',
author: 'ZhivaAI',
image: '/medvision.png',
siteUrl: 'https://zhiva.org',
copyright: 'ZhivaAI © All rights reserved.',
postsPerPage: 6,
GTag: 'G-S28PSG7HTG',
twitter: 'https://twitter.com/zhiva_ai',
github: 'https://github.com/zhiva-ai',
linkedin: 'https://www.linkedin.com/company/zhiva-ai',
facebook: 'https://www.facebook.com/Zhivaai-101835685680869',
instagram: 'https://www.instagram.com/zhiva.ai',
rss: '/rss.xml',
blogPage: {
title: 'Blog',
subTitle: '',
},
productsPage: {
title: 'Our products',
subTitle: '',
},
contactPage: {
title: 'Get in touch',
subTitle: '',
},
mediaPage: {
title: 'For Media',
subTitle: '',
},
partners: [
{
title: 'Smarter Diagnostics',
subtitle: 'Smarter Achilles MRI',
descriptions:
['The world’s first pilot Achilles tendon screening study organized jointly by Smarter Diagnostics and Gamma Medical Center!', '"Our mission is to improve injury prevention and the recovery after sports traumas by providing state-of-the-art AI solutions for data analysis."'],
avatar: '/avatars/smd/smd_logo.png',
image: '/avatars/smd/smd_img.jpg',
social: {
demo: 'https://demo.smarterdiagnostics.com/',
www: 'https://www.smarterdiagnostics.com/',
linkedin: 'https://www.linkedin.com/company/smarter-diagnostics/',
email: 'info@smarterdiagnostics.com',
facebook: '',
github: '',
instagram: '',
medium: '',
snapchat: '',
skype: '',
twitch: '',
twitter: '',
whatsapp: '',
youtube: '',
}
},
{
title: 'Cancer Center',
descriptions:
['AI platform for radiology and pathology diagnostics, focused on prostate imaging.', '"We strive to provide physicians around the world with state-of-the-art tools to support them in the process of detecting and classifying malignancies. Our AI is trained using multiple modalities, providing comprehensive assistance in the cancer diagnosis process."'],
avatar: '/avatars/cc/cc_logo.png',
image: '/avatars/cc/cc_img.jpg',
social: {
demo: 'https://pathoplatform.cancercenter.eu/',
www: 'https://cancercenter.ai/',
linkedin: '',
email: 'info@cancercenter.ai',
facebook: '',
github: '',
instagram: '',
medium: '',
snapchat: '',
skype: '',
twitch: '',
twitter: 'https://twitter.com/CancerCenterAi',
whatsapp: '',
youtube: 'https://www.youtube.com/channel/UCg15E1Oj9ugJ-ifuVcL4mjA',
}
},
],
team: [
{
name: 'Piotr Mazurek',
title: 'Chief Executive Officer',
image: '/team/piotr.jpg',
email: 'piotr.mazurek@zhiva.org',
facebook: '',
github: 'https://github.com/tugot17',
instagram: '',
linkedin: 'https://www.linkedin.com/in/piotr-mazurek-155032164/',
medium: '',
snapchat: '',
skype: '',
twitch: '',
twitter: '',
whatsapp: '',
www: 'https://tugot17.github.io/data-science-blog/',
youtube: '',
},
{
name: 'Kemal Erdem',
title: 'Chief Technology Officer',
image: '/team/kemal.jpg',
email: 'kemal.erdem@zhiva.org',
facebook: '',
github: 'https://github.com/burnpiro',
instagram: '',
linkedin: 'https://www.linkedin.com/in/kemal-erdem-74837580/',
medium: '',
snapchat: '',
skype: '',
twitch: '',
twitter: 'https://twitter.com/burnpiro',
whatsapp: '',
www: 'https://erdem.pl',
youtube: '',
},
],
home: {
title: 'ZhivaAI',
subTitle: 'Powering AI for radiology',
productsTitle:
'Software platform for fast and easy deployment of AI models for radiology. ',
productsDesc:
'Use our platform to integrate various AI solutions into your radiology workflow. Consolidate multiple AI models into one convenient tool. Provide radiologists with a tool that improves their productivity and reduces costs.',
perks: [
{
title: 'AI model integration',
description:
'Our platform is a one-stop-shop for cutting-edge, clinically validated AI models for radiology. A wide range of products empowers doctors in various high-value clinical scenarios.',
image: '/logos/ai.svg',
},
{
title: 'A smooth experience',
description:
'Zhiva is available for deployment in-cloud and on-premise and comes with a zero-footprint DICOM viewer, which enables seamless integration into current workflows.',
image: '/logos/cloud-data.svg',
},
{
title: 'Share results with doctors or patients',
description:
'Sharing both images and AI results with other clinicians is as simple as a single click. You can send these results to your patients as well.',
image: '/logos/share.svg',
},
],
},
};