-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.html
305 lines (291 loc) · 12.9 KB
/
features.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
<!doctype html>
<html>
<head>
<!-- favicon -->
<link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- header -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="author" content="Derek Lo @ 3design-dlo.com">
<!-- general -->
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link rel="stylesheet" type="text/css" href="css/nav-styles.css" />
<link rel="stylesheet" type="text/css" href="fonts/fonts.css" />
<link href="css/lightbox.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Questrial&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
<meta charset="utf-8">
<title>CBRAIN</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="This is the website of cbrain.">
<meta name="keywords" content="big data, compute, pipelines, research">
<script src="https://code.jquery.com/jquery-2.2.0.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/drop-down.js"></script>
<script src="js/jquery.matchHeight.js" type="text/javascript"></script>
</head>
<body>
<div id="main-wrapper">
<!-- navigation -->
<nav class="site-nav ">
<div class="nav-container ">
<div class="branding"><a href="index.html"><img src="images/logo-cbrain.png" class="logo" alt="CBRAIN"></a></div>
<div id="showmenu">Menu</div>
<ul id="menu" class="nav-list hide">
<li class="nav-item active"><a href="features.html">Features</a></li>
<li class="nav-item"><a href="getstarted.html">Getting Started</a></li>
<li class="nav-item"><a href="https://github.com/aces/cbrain/wiki">FAQ</a></li>
<li class="nav-item"><a href="about.html">About</a></li>
<li class="nav-item"><a href="contact.html">Contact Us</a></li>
<li class="nav-item"><a href="https://portal.cbrain.mcgill.ca/login">Login</a></li>
</ul>
</div>
</nav>
<!-- features -->
<section class="hero-pad">
<div class="section-content value-box">
<h1>FEATURES</h1>
<div class="icons">
<div class="icon">
<a href="features.html#cloud">
<img src="images/icons/cloud-computing.png" class="color-change">
</a>
<p>Easy Access to HPC and Cloud Computing Resources
</p>
</div>
<div class="icon">
<a href="features.html#pipelines">
<img src="images/icons/pipelines.png" class="color-change">
</a>
<p>Makes Complex Pipelines Easily Accessible
</p>
</div>
<div class="icon">
<a href="features.html#datasets">
<img src="images/icons/datasets.png" class="color-change">
</a>
<p>Analyze and View Large Datasets Online
</p>
</div>
<div class="icon">
<a href="features.html#transfer">
<img src="images/icons/data-transfer.png" class="color-change">
</a>
<p>Simplified Data Management and Transfers
</p>
</div>
<div class="icon">
<a href="features.html#workflows">
<img src="images/icons/workflows.png" class="color-change">
</a>
<p>Automated Workflows and Provenance Tracking
</p>
</div>
<div class="icon">
<a href="features.html#teamwork">
<img src="images/icons/teamwork.png" class="color-change">
</a>
<p>Simplified Collaboration and Teamwork
</p>
</div>
</div>
</div>
</section>
<!-- banded sections -->
<section class="lt-blue-bg">
<a name="cloud" class="anchor-margin"></a>
<div class="section-content">
<div class="col-3rd">
<img src="images/features/cloud.png">
</div>
<div class="col-2-3rd feature-box">
<h2>Easy Access to HPC and Cloud Computing Resources</h2>
<p>CBRAIN offers an easy-to-use web interface for researchers to access HPC and Cloud Computing resources, providing them with simplified but powerful access to advanced computational resources for scientific research.</p>
<p>Resources are provided through partnership with an internationally distributed network of service providers, including the Digital Research Alliance of Canada, the Minnesota Supercomputing Institute, the Jülich Supercomputing Centre, the San Diego Supercomputing Center, the Pittsburgh Supercomputing Center and others, offering streamlined access to computing and data capacity for the research community.
</p>
<a href="https://alliancecan.ca/en"><button>The Digital Research Alliance of Canada</button></a>
</div>
</div>
</section>
<section class="">
<a name="pipelines" class="anchor-margin"></a>
<div class="section-content">
<div class="col-3rd">
<img src="images/features/pipelines.png">
</div>
<div class="col-2-3rd feature-box">
<h2>Makes Complex Pipelines Easily Accessible</h2>
<p>CBRAIN offers a structured environment for software integration that simplifies the sharing of complex analytical pipelines that facilitate collaboration and research reproducibility. CBRAIN tool integrations use the <a href="http://boutiques.github.io/">Boutiques Descriptive Framework</a> to facilitate the automatic creation of a standardized GUI that provides access to different pipeline options. This simplifies the experience of new users who are using the research tools, allowing them to focus on the science.</p>
<a href="https://github.com/aces/cbrain/wiki/Tool-integration-with-Boutiques-or-Scientific-tool-integration-in-CBRAIN"><button>Read More About Tool Integration</button></a>
</div>
</div>
</section>
<section class="lt-blue-bg">
<a name="datasets" class="anchor-margin"></a>
<div class="section-content">
<div class="col-3rd">
<img src="images/features/datasets.png">
</div>
<div class="col-2-3rd feature-box">
<h2>Analyze and View Large Datasets Online</h2>
<p>CBRAIN provides a simple to use web interface for users to manage and work with large datasets. CBRAIN improves productivity by facilitating online viewing of both pre-processed and post-processed data, enabling research teams to perform remote quality assurance in the browser, without reliance on locally installed software. <a href="https://brainbrowser.cbrain.mcgill.ca/">BrainBrowser</a> supports visualization features in CBRAIN, directly in the browser. Within CBRAIN, users are able to access large data repositories such as the UK Biobank, the Canadian Open Neuroscience Platform (CONP) and OpenNeuro.</p>
<a href="https://portal.cbrain.mcgill.ca/available"><button>List of tools and datasets</button></a>
</div>
</div>
</section>
<section class="">
<a name="transfer" class="anchor-margin"></a>
<div class="section-content">
<div class="col-3rd">
<img src="images/features/transfer.png">
</div>
<div class="col-2-3rd feature-box">
<h2>Simplified Data Management and Transfers</h2>
<p>CBRAIN supports a diverse range of standards-based data storage types for HPC and Cloud-based systems, allowing researchers to securely store, organize and transfer data seamlessly across the globally connected set of resources for large-scale data analysis.</p>
<a href="https://portal.cbrain.mcgill.ca/doc/manual/uploading.html"><button>Transfering Datasets</button></a>
</div>
</div>
</section>
<section class="lt-blue-bg">
<a name="workflows" class="anchor-margin"></a>
<div class="section-content">
<div class="col-3rd">
<img src="images/features/workflows.png">
</div>
<div class="col-2-3rd feature-box">
<h2>Automated Workflows and Provenance Tracking</h2>
<p>CBRAIN has a multitude of computational pipelines that allow researchers to perform complex big data analytics. The suite of available pipelines cover the full spectrum of neuroinformatics needs covering structural MRI, functional MRI preprocessing and analysis, tractography, PET, EEG, arterial spin labeling, as well as genetics including single-cell transcriptomics.</p>
<p>
Through the CBRAIN web interface, users select the data to analyze, the processing pipeline to analyze it with and the parameters to be applied, launching the processing tasks across the connected set of resources with a “single click", increasing computational speeds and reducing the time to achieve results. CBRAIN automatically maintains detailed log files, making provenance tracking and quality control easier, and ensuring reproducibility. CBRAIN is a completely general platform that could be used in other research area settings.
</p>
</div>
</div>
</section>
<section class="footer-end">
<a name="teamwork" class="anchor-margin"></a>
<div class="section-content">
<div class="col-3rd">
<img src="images/features/training.png">
</div>
<div class="col-2-3rd feature-box">
<h2>Simplified Collaboration and Teamwork</h2>
<p>CBRAIN allows researchers to easily collaborate and build team projects, with fully customizable controls to secure access to projects, data and tools. By removing the burden of local software installation, CBRAIN improves user experience through a customizable GUI and reduces the risks to reproducibility associated with human error. Team members can remotely verify all stages of data processing and the results, making collaboration and training more efficient.</p>
</div>
</div>
</section>
<!-- footer -->
<footer>
<div class="section-content flex">
<a href="https://mcgill.ca/">
<img src="images/logo-mcgill.png">
</a>
<a href="https://mcgill.ca/hbhl">
<img src="images/logo-hbhl.jpg">
</a>
<a href="https://ludmercentre.ca/">
<img src="images/logo-ludmer.png">
</a>
<a href="https://www.canarie.ca/">
<img src="images/logo-canarie.png">
</a>
<a href="https://www.mcgill.ca/neuro/">
<img src="images/logo-neuro.png">
</a>
<a href="https://mcin.ca">
<img src="images/logo-mcin.png">
</a>
</div>
</footer>
</div>
<script>
$(function(){
$("#showmenu").click(function(e){
$("#menu").slideUp();
if ($(this).next().is(":hidden")){
$(this).next().slideDown();
}
});
});
</script>
<script type="text/javascript">
$(function() {
$('.item').matchHeight();
});
</script>
<script type="text/javascript">
$(document).on('ready', function() {
$('#slick-slider').slick({
dots: true,
infinite: true,
autoplay: true,
autoplaySpeed: 6000,
draggable: true,
mobilefirst: true,
pauseonhover: true,
slidesToShow: 2,
slidesToScroll: 1,
responsive: [
{
breakpoint: 1500,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
infinite: true,
dots: true
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
});
</script>
<script type="text/javascript">
$(document).on('ready', function() {
$('#slick-slider-2').slick({
dots: true,
infinite: true,
autoplay: true,
autoplaySpeed: 8000,
draggable: true,
mobilefirst: true,
pauseonhover: true,
slidesToShow: 3,
slidesToScroll: 3,
responsive: [
{
breakpoint: 1220,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
infinite: true,
dots: true
}
},
{
breakpoint: 800,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
infinite: true,
dots: true
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
});
</script>
</body></html>