-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
527 lines (465 loc) · 21.4 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<!-- BASICS -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Neurita - Research medical imaging software</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/isotope.css" media="screen" />
<link rel="stylesheet" href="js/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-theme.css">
<link rel="stylesheet" href="css/style.css">
<!-- skin -->
<link rel="stylesheet" href="skin/default.css">
</head>
<body>
<section id="header" class="appear"></section>
<div class="navbar navbar-fixed-top" role="navigation" data-0="line-height:100px; height:100px; background-color:rgba(0,0,0,0.3);" data-300="line-height:60px; height:60px; background-color:rgba(0,0,0,1);">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="fa fa-bars color-white"></span>
</button>
<h1><a class="navbar-brand" href="index.html" data-0="line-height:90px;" data-300="line-height:50px;">
<img height="200%" src='img/images/logo-monocromo-web-blanco-horizontal-sin-espacio.png'/>
</a></h1>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav" data-0="margin-top:20px;" data-300="margin-top:5px;">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#section-about">About</a></li>
<li><a href="#section-works">Portfolio</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="#section-contact">Contact</a></li>
</ul>
</div><!--/.navbar-collapse -->
</div>
</div>
<section class="featured">
<div class="container">
<div class="row mar-bot40">
<div class="col-md-6 col-md-offset-3">
<div class="align-center">
<img src='img/images/logo-principal-sobre-azul-con-espacio-extendido-35-35.png'/>
<h3 class='txt-white'>
Neurita means state-of-the-art medical image processing for research.
</h3>
</div>
</div>
</div>
</div>
</section>
<!-- services -->
<section id="section-services" class="section pad-bot30 bg-white">
<div class="container">
<div class="row mar-bot40">
<div class="col-md-3" >
<div class="align-center">
<img class="service-logo" src='img/images/Brain-MRI-processing_Logo.png'/>
<h4 class="text-bold">Brain PET/MRI</h4>
<p class="color-black">Multimodal analysis of brain PET/MRI for your research.</p>
</div>
</div>
<div class="col-md-3" >
<div class="align-center">
<img class="service-logo" src='img/images/Medical-image-processing_Logo.png'/>
<h4 class="text-bold">Medical image</h4>
<p class="color-black">Advanced tools to help in your imaging research.</p>
</div>
</div>
<div class="col-md-3" >
<div class="align-center">
<img class="service-logo" src='img/images/Visualization-tools_Logo.png'/>
<h4 class="text-bold">Visualization tools</h4>
<p class="color-black">Advanced visualization tools for your analyses.</p>
</div>
</div>
<div class="col-md-3" >
<div class="align-center">
<img class="service-logo" src='img/images/Clinical-data-analysis_Logo.png'/>
<h4 class="text-bold">Clinical data</h4>
<p class="color-black">Machine learning and statistical tools for your clinical predictions.</p>
</div>
</div>
</div>
</div>
</section>
<!--
Clock
Customized services: We offer
Atom
Research
We are also interested in scientific collaboration. We are always using our software for scientific research.
Screen?
Advanced Technology
We adapt and produce software tools for your needs. Making use of the latest technology for your benefit.
Chat
Clear Communication
You will have a report of the tasks we do and the amount of hours we spend.
We adapt to your prefered communication channels. Any place, any time.
-->
<!-- spacer section:testimonial
<section id="testimonials" class="section" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="align-center">
<div class="testimonial pad-top40 pad-bot40 clearfix">
<h5>
Nunc velit risus, dapibus non interdum quis, suscipit nec dolor. Vivamus tempor tempus mauris vitae fermentum. In vitae nulla lacus. Sed sagittis tortor vel arcu sollicitudin nec tincidunt metus suscipit.Nunc velit risus, dapibus non interdum.
</h5>
<br/>
<span class="author">— MIKE DOE <a href="#">www.siteurl.com</a></span>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- methodology -->
<section id="section-methodology" class="section pad-bot30 bg-neurita">
<div class="container">
<div class="row mar-bot40">
<div class="col-md-3" >
<div class="align-center">
<img src='img/images/Iconos-Neurita-31.png'/>
<h4 class="text-bold txt-white">Customized Services</h4>
</div>
</div>
<div class="col-md-3" >
<div class="align-center">
<img src='img/images/Iconos-Neurita-33.png'/>
<h4 class="text-bold txt-white">Intelligent data management</h4>
</div>
</div>
<div class="col-md-3" >
<div class="align-center">
<img src='img/images/Iconos-Neurita-32.png'/>
<h4 class="text-bold txt-white">Fitting to your needs</h4>
</div>
</div>
<div class="col-md-3" >
<div class="align-center">
<img src='img/images/Iconos-Neurita-34.png'/>
<h4 class="text-bold txt-white">Confidentiality, data protection and security</h4>
</div>
</div>
</div>
</div>
</section>
<!-- spacer section:testimonial
<section id="testimonials" class="section" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="align-center">
<div class="testimonial pad-top40 pad-bot40 clearfix">
<h5>
Nunc velit risus, dapibus non interdum quis, suscipit nec dolor. Vivamus tempor tempus mauris vitae fermentum. In vitae nulla lacus. Sed sagittis tortor vel arcu sollicitudin nec tincidunt metus suscipit.Nunc velit risus, dapibus non interdum.
</h5>
<br/>
<span class="author">— MIKE DOE <a href="#">www.siteurl.com</a></span>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- about -->
<section id="section-about" class="section appear clearfix">
<div class="container">
<div class="row mar-bot40">
<div class="col-md-offset-3 col-md-6">
<div class="section-header">
<h2 class="section-heading animated" data-animation="bounceInUp">Our Team</h2>
<p>We are researchers with experience in industry, many years of post-doctoral research around Europe and abroad,
and successful collaborations worldwide.</p>
</div>
</div>
</div>
<div class="row align-center mar-bot40">
<div class="col-md-3">
<div class="team-member">
<figure class="member-photo"><img src="img/team/member1.jpg" alt="" /></figure>
<div class="team-detail">
<h4>Alexandre Savio, PhD</h4>
<span>Neuroimaging and Software Engineer</span>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-member">
<figure class="member-photo"><img src="img/team/member2.jpg" alt="" /></figure>
<div class="team-detail">
<h4>Borja Ayerdi, PhD</h4>
<span>Medical imaging and Machine Learning</span>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-member">
<figure class="member-photo"><img src="img/team/member3.jpg" alt="" /></figure>
<div class="team-detail">
<h4>Darya Chyzhyk, PhD</h4>
<span>Neuroimaging and Mathematics</span>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-member">
<figure class="member-photo"><img src="img/team/member4.jpg" alt="" /></figure>
<div class="team-detail">
<h4>Manuel Graña, Prof.</h4>
<span>Philosopher and professor</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /about -->
<!-- spacer section:stats -->
<section id="parallax1" class="section pad-top40 pad-bot40" data-stellar-background-ratio="0.5">
<div class="container">
<div class="align-center pad-top40 pad-bot40">
<blockquote class="bigquote color-white">An innovative service for medical image processing to help with your research.</blockquote>
</div>
</div>
</section>
<!-- section works -->
<section id="section-works" class="section appear clearfix">
<div class="container">
<div class="row mar-bot40">
<div class="col-md-offset-3 col-md-6">
<div class="section-header">
<h2 class="section-heading animated" data-animation="bounceInUp">Portfolio</h2>
<p>Research projects, collaborations, and software tools.</p>
</div>
</div>
</div>
<div class="row">
<nav id="filter" class="col-md-12 text-center">
<ul>
<li><a href="#" class="current btn-theme btn-small" data-filter="*">All</a></li>
<li><a href="#" class="btn-theme btn-small" data-filter=".brain" >Brain PET/MRI</a></li>
<li><a href="#" class="btn-theme btn-small" data-filter=".medical">Medical Imaging</a></li>
<li ><a href="#" class="btn-theme btn-small" data-filter=".tools">Clinical data</a></li>
</ul>
</nav>
<div class="col-md-12">
<div class="row">
<div class="portfolio-items isotopeWrapper clearfix" id="3">
<article class="col-md-4 isotopeItem medical">
<div class="portfolio-item">
<img src="img/portfolio/3dimage.jpg" alt="" />
<div class="portfolio-desc align-center">
<div class="folio-info">
<h5><a href="#">3D image reconstruction</a></h5>
<a href="img/portfolio/3dimage.jpg" class="fancybox"><i class="fa fa-plus fa-2x"></i></a>
</div>
</div>
</div>
</article>
<article class="col-md-4 isotopeItem brain">
<div class="portfolio-item">
<img src="img/portfolio/axial_gmpve.png" alt="" />
<div class="portfolio-desc align-center">
<div class="folio-info">
<h5><a href="#">Brain MRI processing</a></h5>
<a href="img/portfolio/axial_gmpve.png" class="fancybox"><i class="fa fa-plus fa-2x"></i></a>
</div>
</div>
</div>
</article>
<article class="col-md-4 isotopeItem brain">
<div class="portfolio-item">
<img src="img/portfolio/control_vs_patient_ttest_95thrP.slices.gif" alt="" />
<div class="portfolio-desc align-center">
<div class="folio-info">
<h5><a href="#">Brain imaging population studies</a></h5>
<a href="img/portfolio/control_vs_patient_ttest_95thrP.slices.gif" class="fancybox"><i class="fa fa-plus fa-2x"></i></a>
</div>
</div>
</div>
</article>
<article class="col-md-4 isotopeItem brain">
<div class="portfolio-item">
<img src="img/portfolio/fa.gif" alt="" />
<div class="portfolio-desc align-center">
<div class="folio-info">
<h5><a href="#">Brain diffusion and tractography</a></h5>
<a href="img/portfolio/fa.gif" class="fancybox"><i class="fa fa-plus fa-2x"></i></a>
</div>
</div>
</div>
</article>
<article class="col-md-4 isotopeItem tools">
<div class="portfolio-item">
<img src="img/portfolio/mitk_plugins.png" alt="" />
<div class="portfolio-desc align-center">
<div class="folio-info">
<h5><a href="#">Plugins for MITK</a></h5>
<a href="img/portfolio/mitk_plugins.png" class="fancybox"><i class="fa fa-plus fa-2x"></i></a>
</div>
</div>
</div>
</article>
<article class="col-md-4 isotopeItem medical">
<div class="portfolio-item">
<img src="img/portfolio/segmentation.gif" alt="" />
<div class="portfolio-desc align-center">
<div class="folio-info">
<h5><a href="#">Automatic segmentations</a></h5>
<a href="img/portfolio/segmentation.gif" class="fancybox"><i class="fa fa-plus fa-2x"></i></a>
</div>
</div>
</div>
</article>
<article class="col-md-4 isotopeItem tools">
<div class="portfolio-item">
<img src="img/portfolio/microvessels.jpg" alt="" />
<div class="portfolio-desc align-center">
<div class="folio-info">
<h5><a href="#">Microscopy cell imaging</a></h5>
<a href="img/portfolio/microvessels.jpg" class="fancybox"><i class="fa fa-plus fa-2x"></i></a>
</div>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<!-- spacer section:stats -->
<section id="parallax2" class="section pad-top40 pad-bot40" data-stellar-background-ratio="0.5">
<div class="container">
<div class="align-center pad-top40 pad-bot40">
<blockquote class="bigquote" style="color:#000000">Specialized medical research software.</blockquote>
</div>
</div>
</section>
<!-- contact -->
<!-- <section id="section-contact" class="section appear clearfix">
<div class="container">
<div class="row mar-bot40">
<div class="col-md-offset-3 col-md-6">
<div class="section-header">
<h2 class="section-heading animated txt-white" data-animation="bounceInUp">Contact us</h2>
<p>If you are interested in working with us, send us an inquiry and we will get back to you as soon as we can.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="cform" id="contact-form">
<div id="sendmessage">
Your message has been sent. Thank you!
</div>
<form action="contact/contact.php" method="post" role="form" class="contactForm">
<div class="form-group">
<label for="name">Your Name</label>
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="maxlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group">
<label for="email">Your Email</label>
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="maxlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us"></textarea>
<div class="validation"></div>
</div>
<button type="submit" class="btn btn-theme pull-left">SEND MESSAGE</button>
</form>
</div>
</div>
</div>
</div>
</section> -->
<!-- map -->
<!-- <section id="section-map" class="clearfix">
<div id="map"></div>
</section> -->
<section id="footer" class="section footer">
<div class="container">
<div class="row mar-bot40">
<div class="col-md-offset-3 col-md-6">
<div class="section-header">
<h2 class="section-heading animated txt-white" data-animation="bounceInUp">Contact us</h2>
<p>If you are interested in working with us, send us an inquiry and we will get back to you as soon as we can.</p>
</div>
</div>
</div>
<div class="row animated opacity mar-bot20" data-andown="fadeIn" data-animation="animation">
<div class="col-sm-12 align-center">
<ul class="social-network social-circle">
<li><a href="http://neurita.github.io/feeds/all.rss.xml" class="icoRss" title="Rss"><i class="fa fa-rss"></i></a></li>
<li><a href="mailto:[email protected]" class="icoFacebook" title="e-Mail"><i class="fa fa-envelope-o"></i></a></li>
<li><a href="https://twitter.com/neuritabcc" class="icoTwitter" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/neurita/" class="icoGithub" title="Github"><i class="fa fa-github-alt"></i></a></li>
<!--<li><a href="#" class="icoGoogle" title="Google +"><i class="fa fa-google-plus"></i></a></li>-->
<li><a href="http://linkedin.com/in/alexsavio" class="icoLinkedin" title="Linkedin"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="row align-center copyright">
<div class="col-sm-12"><p>Copyright © 2016 Neurita. Using theme: Amoeba - by <a href="http://bootstraptaste.com">Bootstraptaste</a></p></div>
</div>
</div>
</section>
<a href="#header" class="scrollup"><i class="fa fa-chevron-up"></i></a>
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyASm3CwaK9qtcZEWYa-iQwHaGi3gcosAJc&sensor=false"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/fancybox/jquery.fancybox.pack.js"></script>
<script src="js/skrollr.min.js"></script>
<script src="js/jquery.scrollTo-1.4.3.1-min.js"></script>
<script src="js/jquery.localscroll-1.2.7-min.js"></script>
<script src="js/stellar.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/validate.js"></script>
<script src="js/main.js"></script>
<script type="text/javascript">
// When the window has finished loading create our google map below
google.maps.event.addDomListener(window, 'load', init);
function init() {
// Basic options for a simple Google Map
// For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions
var mapOptions = {
// How zoomed in you want the map to start at (always required)
zoom: 11,
// The latitude and longitude to center the map (always required)
center: new google.maps.LatLng(40.6700, -73.9400), // New York
// How you would like to style the map.
// This is where you would paste any style found on Snazzy Maps.
styles: [ { featureType:"all", elementType:"all", stylers:[ { invert_lightness:true }, { saturation:10 }, { lightness:30 }, { gamma:0.5 }, { hue:"#1C705B" } ] } ]
};
// Get the HTML DOM element that will contain your map
// We are using a div with id="map" seen below in the <body>
var mapElement = document.getElementById('map');
// Create the Google Map using out element and options defined above
var map = new google.maps.Map(mapElement, mapOptions);
}
</script>
</body>
</html>