-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
601 lines (521 loc) · 27.3 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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
<html>
<head>
<title>ScienceMesh</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="assets/images/favico.ico">
<meta name="title" content="ScienceMesh">
<meta name="description"
content="ScienceMesh is a rich ecosystem for frictionless scientific collaboration and access to research services.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://sciencemesh.io">
<meta property="og:title" content="ScienceMesh">
<meta property="og:description"
content="ScienceMesh is a rich ecosystem for frictionless scientific collaboration and access to research services.">
<meta property="og:image" content="assets/images/seo-image.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://sciencemesh.io">
<meta property="twitter:title" content="ScienceMesh">
<meta property="twitter:description"
content="ScienceMesh is a rich ecosystem for frictionless scientific collaboration and access to research services.">
<meta property="twitter:image" content="assets/images/seo-image.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://use.typekit.net/vve2cqc.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="assets/css/style.css" rel="stylesheet">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/britecharts/2.17.2/css/britecharts.min.css"-->
<!-- integrity="sha512-1Fq+UbR6ME3RQ18Jsq/sf4DiVL0dJe0Rf55t3HR8y0KpeSUBq1rNvXyBtXYbVhg396ytZ75Cv1Ifl/AJpBUYjQ=="-->
<!-- crossorigin="anonymous">-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="#">
<div class="logo"></div>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a href="#personas" class="nav-link" onclick="scienceMesh.scrollToElement('personas')">Using
ScienceMesh</a>
</li>
<li class="nav-item">
<a href="#features" class="nav-link" onclick="scienceMesh.scrollToElement('features')">Features</a>
</li>
<li class="nav-item">
<a href="#services" class="nav-link" onclick="scienceMesh.scrollToElement('technologies')">Technologies</a>
</li>
<li class="nav-item">
<a href="#community" class="nav-link"
onclick="scienceMesh.scrollToElement('community')">Community</a>
</li>
<li class="nav-item">
<a href="#status" class="nav-link" onclick="scienceMesh.scrollToElement('status')">Status</a>
</li>
<li class="nav-item">
<a href="catalogue.html"
class="btn btn-outline-secondary">Catalogue</a>
</li>
<li class="nav-item">
<a href="https://developer.sciencemesh.io/docs/how-to-join-sciencemesh/" target="_new"
class="btn btn-primary">Join</a>
</li>
<li class="nav-item">
<a href="https://cs3mesh4eosc.eu/contact" target="_new"
class="btn btn-dark">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<section id="sciencemesh" style="margin-top: 90px;">
<div id="top-background"></div>
<div class="hero-text">
<h2 class="text-left">
Unlock scientific collaboration through technology.
</h2>
<p class="lead font-lighter"><span class="bold-text">Science<span class="blue-text">Mesh</span></span> is
the
<span class="bold-text">Federated Science Cloud Mesh</span> that connects existing
and heterogeneous sites in a transparent way.</p>
<br/>
<p class="lead font-lighter">It is a rich
ecosystem
for frictionless scientific collaboration and access to research services where <span id="data-text"
class="hidden grey-text bold-text">data,</span>
<span id="applications-text"
class="hidden blue-text bold-text">applications,</span><span
class="hidden" id="compute-text"> and
<span class="light-grey-text bold-text">computation</span></span>
<span id="within-domain-text" class="hidden">are brought together.</span>
</p>
<br/>
</div>
<div class="scroll-hint hidden" onclick="scienceMesh.scrollToElement('personas')">
<!-- If the personas div is not visible, this marker will show to scroll down-->
<div id="arrow">
<p>View Use Cases</p><span></span>
</div>
</div>
</section>
</div>
<section id="personas">
<div class="container">
<div class="row">
<div class="col-md-12 col-xs-12">
<h2 class="text-center">
Using <span class="bold-text">Science<span
class="blue-text">Mesh</span></span>
</h2>
</div>
</div>
<br/>
<div class="row">
<div class="col-md-12 col-xs-12">
<br/>
<p class="lead text-center">Whether you are developer, service provider, or researcher, we have
the information and resources you need to get started.</p>
</div>
<div id="persona-tabs" class="col-md-12">
<ul class="nav nav-pills justify-content-center" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<a href="#persona-developer" class="nav-link active" id="pills-developer-tab"
data-bs-toggle="pill"
data-bs-target="#pills-developer" type="button" role="tab"
aria-controls="pills-developer"
aria-selected="true">Developer
</a>
</li>
<li class="nav-item" role="presentation">
<a href="#persona-service-provider" class="nav-link" id="pills-sp-tab" data-bs-toggle="pill"
data-bs-target="#pills-sp" type="button" role="tab" aria-controls="pills-sp"
aria-selected="false">Service Provider
</a>
</li>
<li class="nav-item" role="presentation">
<a href="#persona-researcher" class="nav-link" id="pills-researcher-tab" data-bs-toggle="pill"
data-bs-target="#pills-researcher" type="button" role="tab"
aria-controls="pills-researcher"
aria-selected="false">Researcher
</a>
</li>
</ul>
<br/><br/>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-developer" role="tabpanel"
aria-labelledby="pills-developer-tab">
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-6 center-align" id="developer-image">
</div>
<div class="col-md-9 col-sm-6 col-xs-6">
<h4>Develop once, Deploy anywhere</h4>
<br/>
<p class="lead">
Thanks to the <span
class="bold-text">Science<span class="blue-text">Mesh</span></span>
Interoperability
Platform, you will be able to develop productivity and research applications
which can be deployed on mesh nodes regardless of the vendor backend they are
using
</p>
<div class="stakeholder-list-item"><p class="lead">
Expose your applications to a virtually limitless and diverse user base
</p></div>
<div class="stakeholder-list-item"><p class="lead">
Join a vibrant community of research-oriented applications aimed at unlocking
the full potential of world wide collaboration
</p></div>
<br/>
<p>
<a href="https://github.com/sciencemesh" target="_new"
class="btn btn-dark">
<i class="bi bi-github"></i>
View/Contribute to the Code Base
</a>
<a href="https://gitter.im/sciencemesh"
target="_new"
class="btn btn-dark">
<i class="bi bi-chat-dots"></i>
Join in the Discussion
</a>
<a href="https://developer.sciencemesh.io/docs/technical-documentation/iop/iop-optional-configs/"
target="_new"
class="btn btn-primary">
<i class="bi bi-window-stack"></i>
Integrate Your Application
</a>
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-sp" role="tabpanel" aria-labelledby="pills-sp-tab">
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-6 center-align" id="service-provider-image">
<img src="assets/svg/stakeholders/service-provider.svg">
</div>
<div class="col-md-9 col-sm-6 col-xs-6">
<h4>Deploy Science<span class="blue-text">Mesh</span> in your Organisation</h4>
<br/>
<p class="lead">
Empower your researchers with <span class="bold-text">Science<span
class="blue-text">Mesh</span></span>:
</p>
<div class="stakeholder-list-item"><p class="lead">Easily set up a service based on
pre-packaged Open Source
software.</p></div>
<div class="stakeholder-list-item"><p class="lead">Allow your users to communicate,
share and collaborate with the
thousands of researchers on other nodes</p></div>
<div class="stakeholder-list-item"><p class="lead">Provide your own applications and
services based on an open platform
with global reach. Expose it to a virtually limitless and diverse user base</p>
</div>
<br/>
<p>
<a href="catalogue.html"
class="btn btn-dark">
<i class="bi bi-window-stack"></i>
View Available Applications
</a>
<a href="https://grafana.sciencemesh.uni-muenster.de"
target="_new"
class="btn btn-dark">
<i class="bi bi-binoculars"></i>
Observe the Mesh Live
</a>
<a href="https://developer.sciencemesh.io/docs/how-to-join-sciencemesh/"
target="_new"
class="btn btn-primary">
<i class="bi bi-box-seam"></i>
Set up a ScienceMesh node
</a>
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-researcher" role="tabpanel"
aria-labelledby="pills-researcher-tab">
<div class="row">
<div class="col-md-3 col-sm-12 col-xs-12" id="researcher-image"></div>
<div class="col-md-9 col-sm-12 col-xs-12">
<h4>Research Sharing, Analysis, Collaboration, and Management</h4>
<br/>
<p class="lead">
<span class="bold-text">Science<span class="blue-text">Mesh</span></span> provides
the research environment in which to:
</p>
<div class="stakeholder-list-item"><p class="lead">Share files with researchers on other
mesh nodes.</p></div>
<div class="stakeholder-list-item"><p class="lead">Collaborate with researchers through
rich applications (e.g. notebook and
document editing).</p></div>
<div class="stakeholder-list-item"><p class="lead">Manage your research data, make it
<strong>FAIR</strong> and publish
it on digital
repositories (e.g. <a href="https://inveniosoftware.org/products/rdm/"
target="_blank">InvenioRDM</a>/<a
href="https://zenodo.org/" target="_blank">Zenodo</a>)</p></div>
<div class="stakeholder-list-item"><p class="lead">
Easily start point-to-point data transfers of large data files (using RClone or
FTS/Rucio).
</p></div>
<div class="stakeholder-list-item"><p class="lead">Join a dynamic world wide community
where you can easily collaborate
and exchange research objects and documents.</p></div>
<br/>
<p>
<a href="catalogue.html"
target="_new"
class="btn btn-dark">
<i class="bi bi-window-stack"></i>
View Available Applications
</a>
<a href="https://grafana.sciencemesh.uni-muenster.de"
target="_new"
class="btn btn-dark">
<i class="bi bi-binoculars"></i>
Observe the Mesh Live
</a>
<a href="https://gitter.im/sciencemesh/community" target="_new"
class="btn btn-dark">
<i class="bi bi-chat-dots"></i>
Chat with us
</a>
<a href="https://developer.sciencemesh.io/docs/how-to-join-sciencemesh/"
target="_new" class="btn btn-primary">
<i class="bi bi-window-stack"></i>
Join the ScienceMesh
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="features">
<div class="container">
<div class="row">
<div class="col-md-12 col-xs-12">
<h2 class="text-center">
Features
</h2>
</div>
</div>
<br/>
<div class="row">
<div class="feature col-md-3 col-sm-6 col-xs-12">
<div id="share-between-services-image">
</div>
<p class="lead center-align">
<span class="bold-text blue-text">Federated sharing of data</span> across different sync-and-share
services.
</p>
</div>
<div class="feature col-md-3 col-sm-6 col-xs-12">
<div id="editing-image">
</div>
<p class="lead center-align">
<span class="bold-text blue-text">Federated use of applications</span> such as collaborative
document editing, data archiving, and data publishing.
</p>
</div>
<div class="feature col-md-3 col-sm-6 col-xs-12">
<div id="transfer-image">
</div>
<p class="lead center-align"><span class="bold-text blue-text">Fast transfer of large datasets</span>
from one site to another.
</p>
</div>
<div class="feature col-md-3 col-sm-6 col-xs-12">
<div id="remote-analysis-image">
</div>
<p class="lead center-align">
<span class="bold-text blue-text">Remote data analysis</span> through sync-and-share services.
</p>
</div>
</div>
</div>
</section>
<section id="technologies">
<div class="container">
<div class="row">
<div class="col-md-12 col-xs-12">
<h2 class="text-center">
Technologies
</h2>
</div>
</div>
<br/>
<div class="row">
<div class="col-md-4 col-xs-6 center-align">
<img src="assets/svg/services/reva-logo.svg" style="max-height: 120px; padding: 20px">
<h4>
<a href="https://reva.link/" target="_new">Reva</a> is the foundation software for the
ScienceMesh platform.
</h4>
<p class="lead font-lighter font-smaller">
<a href="https://reva.link/" target="_new">Reva</a> is an inter-operability platform originally
developed at CERN to bridge the gap between cloud storages and application providers. Reva is
used every day at CERN to power the <a href="https://cernbox.web.cern.ch/cernbox/"
target="_new">CERNBox</a> service.
</p>
</div>
<div class="col-md-4 col-xs-6 center-align">
<img src="assets/svg/services/ocm.png" style="max-height: 120px; padding: 20px">
<h4>
<a href="https://github.com/cs3org/OCM-API" target="_new">OCM</a> is the mechanism to stablish trust
between sites.
</h4>
<p class="lead font-lighter font-smaller">
<a href="https://github.com/cs3org/OCM-API" target="_new">OpenCloudMesh</a> connects globally
interconnected mesh of research cloud
without sacrificing any of the advantages in privacy, control and security an on-premises cloud
provides.
</p>
</div>
<div class="col-md-4 col-xs-6 center-align">
<img src="assets/svg/services/cs3org.png" style="max-height: 120px; padding: 20px">
<h4>
<a href="https://github.com/cs3org/cs3apis" target="_new">CS3APIs</a> provide a common interface for
applications and storage to
communicate.
</h4>
<p class="lead font-lighter font-smaller">
It is the cornerstone of the application ecosystem which sits on top of the <span
class="bold-text">Science<span class="blue-text">Mesh</span></span>.
</p>
</div>
</div>
</div>
</section>
<section id="community">
<div class="container">
<div class="row">
<div class="col-md-12 col-xs-12 center-align">
<h2 class="text-center">
Community
</h2>
</div>
</div>
<br/>
<div class="row">
<div class="col-md-4 col-xs-12 center-align">
<img src="assets/svg/icons/icon-gitter.svg" width="100px"/>
<h4>
Learn and Connect
</h4>
<p class="lead">
Using or want to use ScienceMesh? Find out more on <a href="https://gitter.im/sciencemesh/community"
target="_new">Gitter</a>.
</p>
</div>
<div class="col-md-4 col-xs-12 center-align">
<img src="assets/svg/icons/icon-code.svg" width="100px"/>
<h4>
Develop and Contribute
</h4>
<p class="lead">
If you want to get more involved by contributing to ScienceMesh, join us on <a
href="https://github.com/sciencemesh/sciencemesh" target="_new">Github</a>.
</p>
<div class="col-md-offset-3"></div>
</div>
<div class="col-md-4 col-xs-12 center-align">
<img src="assets/svg/services/cs3org.png" style="max-height: 100px; padding: 20px"/>
<h4>
CS3 Community
</h4>
<p class="lead">
Learn about the larger <a
href="https://www.cs3community.org/" target="_new">CS3 community.</a>.
</p>
<div class="col-md-offset-3"></div>
</div>
</div>
</div>
</section>
<section id="status">
<div class="row">
<div class="col-md-12 col-xs-12 center-align">
<h2 class="text-center">
Operational Status
</h2>
</div>
<div class="col-md-offset-5"></div>
</div>
<br/>
<div class="row">
<div class="col">
<div id="map"></div>
</div>
</div>
</section>
</div>
<section id="footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-12 center-align">
<div class="footer-logo"></div>
</div>
<div class="col-md-3 col-md-offset-1 col-xs-12">
</div>
<div class="footer-resource-links col-md-3 col-xs-12">
<h4>Resources</h4>
<ul>
<li><a href="https://github.com/sciencemesh/sciencemesh" target="_new">Github</a></li>
<li><a href="https://gitter.im/sciencemesh/community" target="_new">Gitter</a></li>
<li><a href="https://developer.sciencemesh.io/docs/" target="_new">Documentation</a></li>
<li><a href="https://developer.sciencemesh.io/docs/iop/deployment/" target="_new">Deploy</a>
</li>
<li><a href="https://cs3mesh4eosc.eu/contact" target="_new">Contact</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12 center-align">
<p><a href="https://cs3mesh4eosc.eu/" target="_new">CS3MESH4EOSC</a> has received funding from the
European Union's Horizon 2020 research and innovation programme under the Grant Agreement no
863353
</p>
</div>
</div>
</div>
</section>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/6.2.0/d3.min.js"
integrity="sha512-C2RveGuPIWqkaLAluvoxyiaN1XYNe5ss11urhZWZYBUA9Ydgj+hfGKPcxCzTwut1/fmjEZR7Ac35f2aycT8Ogw=="
crossorigin="anonymous"></script>
<script src="assets/js/sciencemesh.js" type="text/javascript"></script>
<script src="assets/js/sciencemesh-dashboard.js" type="text/javascript"></script>
<script type="text/javascript">
scienceMesh.initialise();
d3.selectAll('.navbar-nav a').on('click', function () {
d3.select('.navbar-collapse').classed('show', false);
});
sciencemeshDashboard.render()
</script>
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "EducationalOrganization",
"name": "ScienceMesh",
"logo": "https://raw.githubusercontent.com/sciencemesh/sciencemesh-web/main/docs/logos/logo.png",
"image": "ScienceMesh is a rich ecosystem for frictionless scientific collaboration and access to research services.",
"description": "ScienceMesh is a rich ecosystem for frictionless scientific collaboration and access to research services."
}
</script>
</html>