-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
256 lines (247 loc) · 8.57 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
<!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 active"><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"><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>
<!-- intro section -->
<section class="lt-blue-bg hero-pad">
<div class="section-content">
<div class="hero-box">
<img src="images/logo-cbrain.png">
<p class="hero-box-p text-left ">CBRAIN is a web-enabled distributed computing platform that facilitates collaborative research on large, distributed data by creating an easy-to-use interface for users (or groups of collaborating users) to access high-performance computing (HPC) and Cloud Computing resources. Through a series of web-based services, CBRAIN manages data access, transfer, caching and provenance, as well as data processing and reporting. While predominantly used to support researchers in neuroinformatics, CBRAIN is generic and modular, and can easily be extended with new data models and tools for a broad range of research disciplines.</p>
</div>
</div>
</section>
<!-- features -->
<section class="">
<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>
<!-- get started -->
<section class="lt-blue-bg footer-end">
<div class="section-content value-box">
<h1>GETTING STARTED</h1>
<div class="icons">
<div class="icon">
<a href="getstarted.html#users">
<img src="images/icons/users.png" class="color-change">
</a>
<p>For Users
</p>
</div>
<div class="icon">
<a href="getstarted.html#developers">
<img src="images/icons/developers.png" class="color-change">
</a>
<p>For Developers
</p>
</div>
<div class="icon">
<a href="getstarted.html#support">
<img src="images/icons/support.png" class="color-change">
</a>
<p>Request Support
</p>
</div>
</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>