|
1 | 1 | <!DOCTYPE html> |
2 | | -<html lang="zxx" class="no-js"> |
3 | | -<head> |
4 | | - <!-- Mobile Specific Meta --> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
6 | | - <!-- Favicon--> |
7 | | - <link rel="shortcut icon" href="favicon.png"> |
8 | | - <!-- Author Meta --> |
9 | | - <meta name="author" content="SIMEXP-lab"> |
10 | | - <!-- Meta Description --> |
11 | | - <meta name="description" content="Website of the laboratory for brain simulation and exploration"> |
12 | | - <!-- Meta Keyword --> |
13 | | - <meta name="keywords" content="brain, connectivity, neuroimaging"> |
14 | | - <!-- meta character set --> |
15 | | - <meta charset="UTF-8"> |
16 | | - <!-- Site Title --> |
17 | | - <title>SIMEXP</title> |
18 | | - |
19 | | - <link href="https://fonts.googleapis.com/css?family=Poppins:100,300,500" rel="stylesheet"> |
20 | | - <!-- |
21 | | - CSS |
22 | | - ============================================= --> |
23 | | - <link rel="stylesheet" href="css/linearicons.css"> |
24 | | - <link rel="stylesheet" href="css/owl.carousel.css"> |
25 | | - <link rel="stylesheet" href="css/font-awesome.min.css"> |
26 | | - <link rel="stylesheet" href="css/nice-select.css"> |
27 | | - <link rel="stylesheet" href="css/magnific-popup.css"> |
28 | | - <link rel="stylesheet" href="css/bootstrap.css"> |
29 | | - <link rel="stylesheet" href="css/main.css"> |
30 | | - <link rel="stylesheet" href="css/owl.carousel.theme.min.css"> |
31 | | - </head> |
32 | | - <body class="dup-body"> |
33 | | - <div class="dup-body-wrap"> |
34 | | - <!-- Start Header Area --> |
35 | | - <header class="default-header"> |
36 | | - <div class="header-wrap"> |
37 | | - <div class="header-top d-flex justify-content-between align-items-center"> |
38 | | - <div class="logo"> |
39 | | - <a href="index.html"><img src="logo.png" alt=""></a> |
40 | | - </div> |
41 | | - <div class="main-menubar d-flex align-items-center"> |
42 | | - <nav class="hide"> |
43 | | - <a href="index.html">Home</a> |
44 | | - <a href="team.html">Team</a> |
45 | | - <a href="projects.html">Projects</a> |
46 | | - <a href="jobs.html">Jobs</a> |
47 | | - </nav> |
48 | | - <div class="menu-bar"><span class="lnr lnr-menu"></span></div> |
49 | | - </div> |
50 | | - </div> |
51 | | - </div> |
52 | | - </header> |
53 | | - <!-- End Header Area --> |
54 | | - |
55 | | - <!-- Start Banner Area --> |
56 | | - <section class="banner-area relative"> |
57 | | - <div class="overlay overlay-bg"></div> |
58 | | - <div class="container"> |
59 | | - <div class="row fullscreen align-items-center justify-content-between"> |
60 | | - <div class="col-lg-5 col-md-6 col-sm-7"> |
61 | | - <div class="banner-content"> |
62 | | - <h1>SIMEXP <br> </h1> |
63 | | - <p>laboratory for brain simulation and exploration.</p> |
64 | | - <a href="#team" class="primary-btn">Get Started<span class="lnr lnr-arrow-right"></span></a> |
65 | | - </div> |
66 | | - </div> |
67 | | - <div class="col-lg-6 col-md-6 col-sm-5"> |
68 | | - <img src="img_new/fig_cover.png" alt="" class="img-fluid"> |
69 | | - </div> |
70 | | - </div> |
71 | | - </div> |
72 | | - </section> |
73 | | - <!-- End Banner Area --> |
74 | | - |
75 | | - <!-- Start Team Area --> |
76 | | - <section id="team" class="section-gap studio-area"> |
77 | | - <div class="overlay overlay-bg"></div> |
78 | | - <div class="container"> |
79 | | - <div class="row align-items-center"> |
80 | | - <div class="col-md-8 col-sm-6 text-center"> |
81 | | - <div class="studio-thumb"> |
82 | | - <img src="img_new/photo_lab.jpg" class="img-fluid" alt=""> |
83 | | - </div> |
84 | | - </div> |
85 | | - <div class="col-md-4 col-sm-6"> |
86 | | - <div class="studio-content"> |
87 | | - <h2>At the interface of AI and neuroscience</h2> |
88 | | - <p>Our team is very interdisciplinary, with students and staff coming from psychology, neuroscience, computer science and statistics background, amongst others. </p> |
89 | | - <a href="team.html" class="primary-btn">The team<span class="lnr lnr-arrow-right"></span></a> |
90 | | - </div> |
91 | | - </div> |
92 | | - </div> |
93 | | - </div> |
94 | | - </section> |
95 | | - <!-- End Team Area --> |
96 | | - |
97 | | - <!-- Start Projects Area --> |
98 | | - <section id="projects" class="section-gap achivement-area"> |
99 | | - <div class="container"> |
100 | | - <div class="row align-items-center"> |
101 | | - <div class="col-lg-5"> |
102 | | - <div class="achivement-content"> |
103 | | - <h2>Our Projects</h2> |
104 | | - <p class="mb-30">The SIMEXP laboratory uses artificial intelligence and neuroimaging techniques to model brain function and extract markers of brain neurodegeneration. The lab is also involved in several consortia and software development efforts. </p> |
105 | | - <a href="projects.html" class="primary-btn">View more<span class="lnr lnr-arrow-right"></span></a> |
106 | | - </div> |
107 | | - </div> |
108 | | - <div class="col-lg-6"> |
109 | | - <div class="total-achivement"> |
110 | | - <div class="row"> |
111 | | - <div class="col-md-4 col-sm-6"> |
112 | | - <div class="single-achivement"> |
113 | | - <a href="http://ccna-ccnv.ca" target="_blank"><img src="img_new/logo_ccna.jpg" alt="" height="100px"></a> |
114 | | - <h6><a href="http://ccna-ccnv.ca" target="_blank">Canadian Consortium on Neurodegeneration in Aging</a></h6> |
115 | | - </div> |
116 | | - </div> |
117 | | - <div class="col-md-4 col-sm-6"> |
118 | | - <div class="single-achivement"> |
119 | | - <a href="http://conp.ca/" target="_blank"><img src="img_new/logo_conp.png" alt="" height="100px"></a> |
120 | | - <h6><a href="http://conp.ca/" target="_blank">Canadian Open Neuroscience Platform</a></h6> |
121 | | - </div> |
122 | | - </div> |
123 | | - <div class="col-md-4 col-sm-6"> |
124 | | - <div class="single-achivement"> |
125 | | - <img src="img_new/logo_neuromod_small.png" alt="" height="100px"> |
126 | | - <h6><a href="https://cneuromod.ca" target="_blank">The Courtois NeuroMod Project</a></h6> |
127 | | - </div> |
128 | | - </div> |
129 | | - <div class="col-md-4 col-sm-6"> |
130 | | - <div class="single-achivement"> |
131 | | - <a href="http://brainhack.org" target="_blank"><img src="img_new/logo_brainhack.jpg" alt="" height="100px"></a> |
132 | | - <h6><a href="http://brainhack.org" target="_blank">Brainhack</a></h6> |
133 | | - </div> |
134 | | - </div> |
135 | | - <div class="col-md-4 col-sm-6"> |
136 | | - <div class="single-achivement"> |
137 | | - <a href="http://niak.simexp-lab.org/" target="_blank"><img src="img_new/logo_niak.png" alt="" height="100px"></a> |
138 | | - <h6><a href="http://niak.simexp-lab.org/" target="_blank">The NeuroImaging Analysis Kit</a></h6> |
139 | | - </div> |
140 | | - </div> |
141 | | - <div class="col-md-4 col-sm-6"> |
142 | | - <div class="single-achivement"> |
143 | | - <a href="http://psom.simexp-lab.org/" target="_blank"><img src="img_new/logo_psom.png" alt="" height="100px"></a> |
144 | | - <h6><a href="http://psom.simexp-lab.org/" target="_blank">The pipeline system for Octave and Matlab</a></h6> |
145 | | - </div> |
146 | | - </div> |
147 | | - |
148 | | - </div> |
149 | | - </div> |
150 | | - </div> |
151 | | - </div> |
152 | | - </div> |
153 | | - </section> |
154 | | - <!-- End Projects Area --> |
155 | | - |
156 | | - <!-- Start jobs Area --> |
157 | | - <section class="video-area"> |
158 | | - <div class="overlay overlay-bg"></div> |
159 | | - <div class="container"> |
160 | | - <div class="video-content"> |
161 | | - <a href="jobs.html"><img src="img/play-btn.png" alt=""></a> |
162 | | - <h3 class="h2 text-white">Want to join the lab? check the jobs section</h3> |
163 | | - </div> |
164 | | - </div> |
165 | | - </section> |
166 | | - <!-- End jobs Area --> |
167 | | - |
168 | | - <!-- Start Contact Area --> |
169 | | - <section id="contact" class="section-gap skill-area"> |
170 | | - <div class="container"> |
171 | | - <div class="row justify-content-between"> |
172 | | - <div class="col-lg-5"> |
173 | | - <div class="skill-content"> |
174 | | - <h2>Where to find us</h2> |
175 | | - <p class="mb-30">The laboratory is located on the 6th floor of the research center of the Geriatric Institute of Montreal (CRIUGM), and is also affiliated with University of Montréal. Contact us by email at <b> <a> <href="mailto:simexp.lab@gmail.com">simexp.lab@gmail.com</a></b></p> |
176 | | - </div> |
177 | | - <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2796.9542274692653!2d-73.62492558444158!3d45.49086647910131!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4cc919fb9ffab36f%3A0x7ac2b0b31c3101d1!2sCriugm!5e0!3m2!1sen!2sfr!4v1530578395587" width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe> |
178 | | - </div> |
179 | | - <div class="col-lg-6"> |
180 | | - <img src="img_new/criugm.jpg" alt="" height="100%"> |
181 | | - </div> |
182 | | - </div> |
183 | | - <div class="row"> |
184 | | - <div class="col-md-3"> |
185 | | - <img style="margin-top: 30px" src="img_new/logo_neuromod_vert.jpg" alt="" width="80%"> |
186 | | - </div> |
187 | | - <div class="col-md-3"> |
188 | | - <img style="margin-top: 30px" src="img_new/logo_criugm.jpg" alt="" width="80%"> |
189 | | - </div> |
190 | | - <div class="col-md-3"> |
191 | | - <img style="margin-top: 30px" src="img_new/logo_udm.jpg" alt="" width="80%"> |
192 | | - </div> |
193 | | - <div class="col-md-3"> |
194 | | - <img style="margin-top: 30px" src="img_new/logo_unf.jpg" alt="" width="80%"> |
195 | | - </div> |
196 | | - </div> |
197 | | - </div> |
198 | | - </section> |
199 | | - <!-- End Contact Area --> |
200 | | - |
201 | | - <!-- Strat Footer Area --> |
202 | | - <div class="footer-bottom d-flex justify-content-between align-items-center flex-wrap"> |
203 | | - <p class="footer-text m-0">Copyright © 2018 SIMEXP laboratory All rights reserved | This site is adapted from a template made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com/">Colorlib</a></p> |
204 | | - </div> |
205 | | - </div> |
206 | | - <!-- End Footer Area --> |
207 | | - </div> |
208 | | - |
209 | | - <script src="js/vendor/jquery-2.2.4.min.js"></script> |
210 | | - <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script> |
211 | | - <script src="js/vendor/bootstrap.min.js"></script> |
212 | | - <script src="js/jquery.ajaxchimp.min.js"></script> |
213 | | - <script src="js/owl.carousel.min.js"></script> |
214 | | - <script src="js/jquery.nice-select.min.js"></script> |
215 | | - <script src="js/jquery.magnific-popup.min.js"></script> |
216 | | - <script src="js/main.js"></script> |
217 | | - </body> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta http-equiv="refresh" content="0; url=http://example.com/" /> |
| 5 | + </head> |
| 6 | + <body> |
| 7 | + <p>If you are not redirected, <a href="http://example.com/">click here</a>.</p> |
| 8 | + </body> |
218 | 9 | </html> |
0 commit comments