-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·365 lines (346 loc) · 13.5 KB
/
index.html
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>SiloML - Federated data platform for life sciences</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<!-- Icon -->
<link rel="stylesheet" type="text/css" href="assets/fonts/line-icons.css">
<!-- Slicknav -->
<link rel="stylesheet" type="text/css" href="assets/css/slicknav.css">
<!-- Owl carousel -->
<link rel="stylesheet" type="text/css" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/owl.theme.css">
<!-- Slick Slider -->
<link rel="stylesheet" type="text/css" href="assets/css/slick.css">
<link rel="stylesheet" type="text/css" href="assets/css/slick-theme.css">
<!-- Animate -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<!-- Main Style -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<!-- Responsive Style -->
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
</head>
<body>
<!-- Header Area wrapper Starts -->
<header id="header-wrap">
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg fixed-top scrolling-navbar indigo">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-navbar"
aria-controls="main-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="icon-menu"></span>
<span class="icon-menu"></span>
<span class="icon-menu"></span>
</button>
<a href="index.html" class="navbar-brand">SiloML</a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="navbar-nav mr-auto w-100 justify-content-left clearfix">
<li class="nav-item active">
<a class="nav-link" href="#hero-area">
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#feature">
Use cases
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#how-it-works">
How It Works
</a>
</li>
</ul>
<div class="btn-sing float-right">
<a class="btn btn-border" href="https://github.com/SiloML/" target="_blank" rel="noopener noreferrer"><i
class="lni-github"></i> Github</a>
</div>
</div>
</div>
<!-- Mobile Menu Start -->
<ul class="mobile-menu navbar-nav">
<li>
<a class="page-scroll" href="#hero-area">
Home
</a>
</li>
<li>
<a class="page-scroll" href="#feature">
Use Cases
</a>
</li>
<li>
<a class="page-scroll" href="#how-it-works">
How It Works
</a>
</li>
</ul>
<!-- Mobile Menu End -->
</nav>
<!-- Navbar End -->
<!-- Hero Area Start -->
<div id="hero-area" class="hero-area-bg">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="contents text-center">
<h2 class="head-title wow fadeInUp">Synthesize siloed patient data
</h2>
<h2 class="head-subtitle wow fadeInUp">Gain insights from real-time patient data that live across
silos.
<br />Win more data contracts from partners.
</h2>
<div class="header-button wow fadeInUp" data-wow-delay="0.3s">
<a href="https://app.siloml.us" class="btn btn-common">Connect to datasets</a>
</div>
</div>
<div class="img-thumb text-center wow fadeInUp" data-wow-delay="0.6s">
<img class="img-fluid" src="assets/img/hero-1.png" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- Hero Area End -->
</header>
<!-- Header Area wrapper End -->
<!-- Services Section Start -->
<section id="services" class="section-padding">
<div class="container">
<div class="section-header text-center">
<h2 class="section-title wow" data-wow-delay="0.3s">The federated data platform<br /> for the life
sciences
</h2>
<p class="head-subtitle wow" data-wow-delay="0.3s">
Silo is a platform that answers your questions<br /> about clinical data that’s physically <br /> on your
partners’
databases.
</p>
</div>
</div>
</section>
<!-- Services Section End -->
<!-- Feature Section Start -->
<div id="feature">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="text-wrapper">
<div>
<h2 class="title-hl wow fadeInLeft" data-wow-delay="0.3s">Insights on live data
</h2>
<h3 class="head-subtitle wow fadeInLeft">Train models across your connected datasets in real time.
</h3>
<div class="row">
<div class="col-sm-10 col-sm-10">
<div class="features-box wow fadeInLeft" data-wow-delay="0.3s">
<div class="features-icon">
<i class="lni-check-mark-circle"></i>
</div>
<div class="features-content">
<h4>
Up To Date
</h4>
<p>
The datasets are always up to date—no more waiting for data processing and upload. </p>
</div>
</div>
</div>
<div class="col-md-10 col-sm-10">
<div class="features-box wow fadeInLeft" data-wow-delay="0.9s">
<div class="features-icon">
<i class="lni-check-mark-circle"></i>
</div>
<div class=" features-content">
<h4>
Continuous
</h4>
<p>
Continuously monitor trends and anomalies in the datasets.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 padding-none">
<div class="feature-thumb wow fadeInRight" data-wow-delay="0.3s">
<img src="assets/img/feature/img-1.png" alt="">
</div>
</div>
</div>
</div>
</div>
<div id="feature">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-12 padding-none">
<div class="feature-thumb wow fadeInLeft" data-wow-delay="0.3s">
<img src="assets/img/feature/img-2.png" alt="">
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 padding-none">
<div class="text-wrapper-2">
<div>
<h2 class="title-hl wow fadeInRight" data-wow-delay="0.3s">Win more data contracts
</h2>
<h3 class="head-subtitle wow fadeInRight">Gain your partners’ trust via SiloML’s privacy-first approach to
data management.
</h3>
<div class="row">
<div class="col-sm-10 col-sm-10">
<div class="features-box wow fadeInRight" data-wow-delay="0.3s">
<div class="features-icon">
<i class="lni-check-mark-circle""></i>
</div>
<div class=" features-content">
<h4>
Local and Private </h4>
<p>
You can guarantee to your data partner that their data does not leave their premises.
</div>
</div>
</div>
<div class="col-md-10 col-sm-10">
<div class="features-box wow fadeInRight" data-wow-delay="0.9s">
<div class="features-icon">
<i class="lni-check-mark-circle"></i>
</div>
<div class=" features-content">
<h4>
Hassle-free </h4>
<p>
Your data partner does not need de-identify or upload their data.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Feature Section End -->
<!-- Pricing section Start -->
<section id="how-it-works" class="section-padding">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-header text-center">
<h2 class="section-title wow fadeInDown" data-wow-delay="0.3s">How It Works</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-xs-12">
<div class="table wow" data-wow-delay="1.2s">
<div class="title">
<h3>Data Partner</h3>
</div>
<div class="pricing-header">
<p class="price-value">Register data sets</p>
</div>
<ul class="description">
<li>1. Run server on machine with datasets</li>
<li>2. Register server on the <a href="https://app.siloml.us">webapp</a></li>
<li>3. Grant researchers access to datasets on the <a href="https://app.siloml.us">webapp</a></li>
</ul>
<a class="btn btn-common" href="https://github.com/SiloML/silo-dataowner">Run dataowner server</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12">
<div class="table wow " data-wow-delay="1.2s">
<div class="title">
<h3>Researcher</h3>
</div>
<div class="pricing-header">
<p class="price-value">Connect to datasets</p>
</div>
<ul class="description">
<li>1. Request access to datasets on the <a href="https://app.siloml.us">webapp</a></li>
<li>2. Run researcher server on machine they do data analysis on. </li>
</ul>
<a class="btn btn-common" href="https://github.com/SiloML/silo-researcher">Run researcher server</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12">
<div class="table wow" data-wow-delay="1.2s">
<div class="title">
<h3>Silo Platform</h3>
</div>
<div class="pricing-header">
<p class="price-value">Orchestrate the learning</p>
</div>
<ul class="description">
<li>1. We use <a href="https://www.tornadoweb.org/en/stable/">Tornado</a> to proxy private connections
between the
researcher and data owners.</li>
<li>2. Under the hood, the federated learning occurs on the data owner and researcher servers via the <a
href="https://github.com/OpenMined/PySyft">PySyft</a> framework.</li>
</ul>
<a class="btn btn-common" href="https://github.com/SiloML/silo-proxy">Inspect Proxy code</a>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing Table Section End -->
<!-- Footer Section Start -->
<footer id="footer" class="footer-area section-padding">
<div class="container">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-12 col-xs-12 wow " data-wow-delay="0.2s">
<div class="footer-logo mb-3">
<a href="index.html">SiloML</a>
</div>
<p>Federated data platform for life sciences.</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 col-xs-12 wow " data-wow-delay="0.8s">
<h3 class="footer-titel">Find us on</h3>
<ul>
<li><a href="https://github.com/SiloML/">Github</a></li>
<li><a href="mailto:[email protected]">Email</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Go to Top Link -->
<a href="#" class="back-to-top">
<i class="lni-arrow-up"></i>
</a>
<!-- Preloader -->
<div id="preloader">
<div class="loader" id="loader-1"></div>
</div>
<!-- End Preloader -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery-min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/jquery.slicknav.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>