-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
308 lines (284 loc) · 12.7 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>LORIS | Home Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="LORIS is a flexible, customizable, and OPEN SOURCE neuroimaging database that is suitable for multiple types of projects">
<meta name="author" content="Derek Lo 2015; updated 2019 CR">
<link href='https://fonts.googleapis.com/css?family=Roboto:400italic,100,300,400,500' rel='stylesheet' type='text/css'>
<!--[if IE]>
<link href="http://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:400italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:500" rel="stylesheet" type="text/css">
<![endif]-->
<link rel="stylesheet" href="css/slicknav.css">
<link href="css/common_styles.css" rel="stylesheet" type="text/css">
<!--<link rel="stylesheet" href="css/font-awesome.min.css">-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script src="js/jquery-1.11.2.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.slicknav.js"></script>
<!-- script to match div heights https://github.com/liabru/jquery-match-height-->
<script src="js/jquery.matchHeight-min.js" type="text/javascript"></script>
<!-- jquery easing, nav animation, div height scripts-->
<script>
$( document ).ready( function() {
$('a.ease').bind('click',function(event){
var $anchor = $(this);
$('html, body').stop().animate({
scrollTop: $($anchor.attr('href')).offset().top
}, 1500,'easeInOutExpo');
event.preventDefault();
});
});
</script>
</head>
<body>
<div id="wrapper">
<header id="top">
<div class="logodiv">
<img src="images/LORIS-logo-color.png" alt="LORIS logo"/>
</div>
<nav>
<ul id="main-nav">
<li><a href="index.html" class="first active">Home</a></li>
<li><a href="features.html" class="">Features</a></li>
<li><a href="getstarted.html" class="">Get Started</a></li>
<li><a href="faq.html" class="">FAQ</a></li>
<li><a href="about.html" class="">About LORIS</a></li>
<li><a href="contact.html" class="">Contact</a></li>
</ul>
<!-- slicknav -->
<div id="menu">
<ul>
<li><a href="index.html" class="menu-fx active" >Home</a></li>
<li><a href="features.html" class="menu-fx ">Features</a></li>
<li><a href="getstarted.html" class="menu-fx">Get Started</a></li>
<li><a href="faq.html" class="menu-fx">FAQ</a></li>
<li><a href="about.html" class="menu-fx">About LORIS</a></li>
<li><a href="contact.html" class="menu-fx">Contact</a></li>
</ul>
</div>
</nav>
</header>
<section id="to-top">
<div class="parallax-one">
<div class="content">
<p class="topcontent"> <span class="dropcap">LORIS</span> (Longitudinal Online Research and Imaging System) is a web-based <em>data</em> and <em>project management</em> software for <em>neuroimaging research</em> studies. It is an <em>OPEN SOURCE</em> framework for storing and processing <em>behavioural, clinical, neuroimaging and genetic data</em>. LORIS also makes it <em>easy to manage</em> large datasets acquired over time in a longitudinal study, or at different locations in a large <em>multi-site</em> study.</p>
</div>
<div>
<a href="https://demo.loris.ca" class="button demo" target="_blank">TRY THE DEMO</a>
</div>
<div class="homeblock">
<h1 class="mobile-center">Simplicity in Versatility</h1>
<p>LORIS is a flexible, customizable and <em>OPEN SOURCE</em> neuroimaging database suitable for multiple types of projects.</p>
<div class="holder-half">
<div class="two-column">
<div class="clear-content divheight">
<img src="images/ICON-multisite.png" alt="icon">
<h3>Multi-Site Study</h3>
<p>LORIS enables you to enter, organize, and validate data gathered from multiple sites.</p>
</div>
</div>
<div class="two-column">
<div class="clear-content divheight">
<img src="images/ICON-clinical.png" alt="icon">
<h3>Longitudinal</h3>
<p>LORIS excels at curating data collected from large populations over time.</p>
</div>
</div>
</div>
<div class="holder-half">
<div class="two-column">
<div class="clear-content divheight">
<img src="images/ICON-institutional.png" alt="icon">
<h3>Clinical Research</h3>
<p>LORIS supports data collected from clinical research that follows a pre-defined plan or protocol.</p>
</div>
</div>
<div class="two-column">
<div class="clear-content divheight">
<img src="images/ICON-public.png" alt="icon">
<h3>Public Dataset</h3>
<p>LORIS can assist the user in comparing data collected from private sources and public datasets.</p>
</div>
</div>
</div>
<div class="clear"></div>
<!--
<div class="maxvid">
<div class="vidbox">
<iframe src="https://www.youtube.com/embed/HDWC6RUbI6A" frameborder="0" allowfullscreen></iframe>
</div>
</div>
-->
</div>
</div>
</section>
<section id="">
<div class="block grey">
<div class="">
<div class="holder-big">
<h1 class="center"> Features</h1>
<p class="bottom-margin">LORIS comes complete with a flexible toolset to manage, process, and disseminate large amounts of data for a variety of study scenarios. Key features include:</p>
<div>
<div class="three-column">
<a href="features.html#data-collection" class="ease">
<div class="blue-content special divheight">
<img src="images/ICON-data.png">
<h3>Data Collection</h3>
</div>
</a>
</div>
<div class="three-column">
<a href="features.html#data-dissemination" class="ease">
<div class="blue-content special divheight">
<img src="images/ICON-sharing.png" title="Icon created by Freepik">
<h3>Data Sharing</h3>
</div>
</a>
</div>
<div class="three-column">
<a href="features.html#quality-control" class="ease">
<div class="blue-content special divheight">
<img src="images/ICON-quality.png">
<h3>Quality Control</h3>
</div>
</a>
</div>
</div>
<div>
<div class="three-column">
<a href="features.html#data-imaging" class="ease">
<div class="blue-content special divheight">
<img src="images/ICON-imaging.png">
<h3>Neuroimaging</h3>
</div>
</a>
</div>
<div class="three-column">
<a href="features.html#visualization" class="ease">
<div class="blue-content special divheight">
<img src="images/ICON-visualization.png">
<h3>Visualization</h3>
</div>
</a>
</div>
<div class="three-column">
<a href="features.html#data-management" class="ease">
<div class="blue-content special divheight">
<img src="images/ICON-genes.png">
<h3>Genomics</h3>
</div>
</a>
</div>
</div>
<div>
<div class="three-column">
<a href="features.html#direct-data" class="ease">
<div class="blue-content special divheight">
<img src="images/ICON-data-entry.png" title="Icon created by Freepik">
<h3>Participant Surveys</h3>
</div>
</a>
</div>
<div class="three-column">
<a href="features.html#mobile" class="ease">
<div class="blue-content special divheight">
<img src="images/ICON-responsive.png">
<h3>Mobile</h3>
</div>
</a>
</div>
<div class="three-column">
<a href="features.html#customization" class="ease">
<div class="blue-content special divheight">
<img src="images/ICON-customization.png">
<h3>Customization</h3>
</div>
</a>
</div>
</div>
</div>
<a href="features.html" class="button help">Find Out More</a>
<div class="clear"></div>
</div>
</div>
</section>
<div class="clear"></div>
<section>
<div class="block blue ">
<h1>Get It Now: It's <em>OPEN SOURCE</em></h1>
<div class="three-column">
<div class="clear-content center">
<a href="getstarted.html#one"><i class="fa fa-cloud-download big ro"></i></a>
<h2 class="center">1. Download</h2>
<p>Get the LORIS codebase from <a href="https://github.com/aces/Loris/releases" class="underline" target="_blank">GitHub</a>. </p>
</div>
</div>
<div class="three-column">
<div class="clear-content center">
<a href="getstarted.html#two"><i class="fa fa-laptop big ro"></i></a>
<h2 class="center">2. Install</h2>
<p>Follow our <a href="https://github.com/aces/Loris/wiki
" class="underline" target="_blank">installation steps</a> for your Linux-based system.</p>
</div>
</div>
<div class="three-column">
<div class="clear-content center">
<a href="getstarted.html#three"><i class="fa fa-wrench big ro"></i></a>
<h2 class="center">3. Configure</h2>
<p>Set up LORIS for your data requirements.</p>
</div>
</div>
<div class="clear"></div>
<a href="getstarted.html" class="button help">Need More Help?</a>
</section>
<!--
<section id="map">
<h1 class="mobile-center">LORIS Collaborators</h1>
<iframe src="map.html" frameborder="0" style="border:0"></iframe>
</section>
-->
<footer>
<ul class="footer-nav">
<li><a href="#">Github</a></li>
<li><a href="#">Wiki</a></li>
<li><a href="#">Careers</a></li>
</ul>
<h3>Partners </h3>
<div class="clear"></div>
<a href="https://www.mcgill.ca/" target="_blank"><img src="images/logo-mcgill.png" alt="McGill Logo"></a>
<a href="http://www.mcgill.ca/neuro/" target="_blank"><img src="images/logo-neuro.png" alt="Neuro Logo"></a>
<a href="http://mcin.ca/" target="_blank"><img src="images/logo-mcin.png" alt="MCIN Logo"></a>
<a href="http://ludmercentre.ca/" target="_blank"><img src="images/logo-ludmer.png" alt="Ludmer Centre Logo"></a>
</footer>
<a href="#to-top" class="ease"><div class="top-button">TOP</div></a>
<!-- slicknav script, nav animation, div height scripts -->
<script type="text/javascript">
$(document).ready(function(){
$('#menu').slicknav({label:''});
});
$(window).scroll(function() {
if ($(this).scrollTop() > 1){
$('#top').addClass("mini");
}
else{
$('#top').removeClass("mini");
}
});
$(function() {
$('.divheight').matchHeight({
byRow: true,
property: 'height',
target: null,
remove: false
});
});
</script>
</body>
<html>