-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudents_Duke-NUS.html
More file actions
496 lines (426 loc) · 23.1 KB
/
students_Duke-NUS.html
File metadata and controls
496 lines (426 loc) · 23.1 KB
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
<!-- <-- === BEGIN HEADER === -->
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<!-- Title -->
<title>Welcome to HZLab</title>
<!-- Meta -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<!-- Favicon -->
<link href="favicon.html" rel="shortcut icon">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/animate.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/nexus.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/responsive.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css" rel="stylesheet">
<!-- Google Fonts-->
<link href="http://fonts.googleapis.com/css?family=Lato:400,300" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300" rel="stylesheet" type="text/css">
</head>
<body>
<div id="pre_header" class="visible-lg"></div>
<div id="header" class="container">
<!--div class="row">
<!-Logo -->
<div class="col-md-12 margin-top-30">
<div class="logo">
<a href="index.html" title="">
<img src="assets/img/logo29.png" alt="Logo" align="left" />
</a>
</div>
</div>
<!-- End Logo -->
<!-- Top Menu -->
<div class="col-md-12 margin-top-30">
<div id="hornav" class="pull-right visible-lg">
<ul class="nav navbar-nav">
<li><a href="index.html"><b>Home</b></a></li>
<li><span><a href="members.html"><b>People</b></a></span>
<ul>
<li><a href="members.html"><b>Principal Investigator</b></a></li>
<li><a href="postdocs.html"><b>Postdoctoral Fellows</b></a></li>
<li><a href="assistants.html"><b>Research Assistants</b></a></li>
<li><a href="students.html"><b>PhD Students</b></a></li>
<li><a href="Alumni.html"><b>Alumni</b></a></li>
</ul>
<!--ul>
<li class="parent"><span>Typography</span>
<ul>
<li><a href="features-typo-basic.html">Basic Typography</a></li>
<li><a href="features-typo-blockquotes.html">Blockquotes</a></li>
</ul>
</li>
<li class="parent"><span>Components</span>
<ul>
<li><a href="features-labels.html">Labels</a></li>
<li><a href="features-progress-bars.html">Progress Bars</a></li>
<li><a href="features-panels.html">Panels</a></li>
<li><a href="features-pagination.html">Pagination</a></li>
</ul>
</li>
<li class="parent"><span>Icons</span>
<ul>
<li><a href="features-icons.html">Icons General</a></li>
<li><a href="features-icons-social.html">Social Icons</a></li>
<li><a href="features-icons-font-awesome.html">Font Awesome</a></li>
<li><a href="features-icons-glyphicons.html">Glyphicons</a></li>
</ul>
</li>
<li><a href="features-testimonials.html">Testimonials</a></li>
<li><a href="features-accordions-tabs.html">Accordions & Tabs</a></li>
<li><a href="features-buttons.html">Buttons</a></li>
<li><a href="features-carousels.html">Carousels</a></li>
<li><a href="features-grid.html">Grid System</a></li>
<li><a href="features-animate-on-scroll.html">Animate On Scroll</a></li>
</ul-->
</li>
<li><span><a href="publications.html"><b>Publications</b></a></span>
<!--ul>
<li><a href="pages-about-us.html">About Us</a></li>
<li><a href="pages-services.html">Services</a></li>
<li><a href="pages-faq.html">F.A.Q.</a></li>
<li><a href="pages-about-me.html">About Me</a></li>
<li><a href="pages-full-width.html">Full Width</a></li>
<li><a href="pages-left-sidebar.html">Left Sidebar</a></li>
<li><a href="pages-right-sidebar.html">Right Sidebar</a></li>
<li><a href="pages-login.html">Login</a></li>
<li><a href="pages-sign-up.html">Sign-Up</a></li>
<li><a href="pages-404.html">404 Error Page</a></li>
</ul-->
</li>
<li><span><a href="research.html"><b>Research</b></a></span>
<!--ul>
<li><a href="portfolio-2-column.html">2 Column</a></li>
<li><a href="portfolio-3-column.html">3 Column</a></li>
<li><a href="portfolio-4-column.html">4 Column</a></li>
<li><a href="portfolio-6-column.html">6 Column</a></li>
</ul-->
</li>
<!--li><span><a href="resources.html"></a>Resources</span>
<!ul>
<li><a href="blog-list.html">Blog</a></li>
<li><a href="blog-single.html">Blog Single Item</a></li>
</ul>
</li -->
<li><span><a href="volunteers.html"><b>Volunteers</b></a></span>
</li>
<li>
<span>
<a href="career.html"><b>Career</b></a>
</span>
</li>
<li><a href="contact.html"><b>Contact</b></a></li>
</ul> </div>
<div class="clear"></div>
<!-- End Top Menu -->
</div>
</div>
<!-- === END HEADER === -->
<div id="content" class="container">
<!-- === BEGIN CONTENT === --> <div class="row margin-vert-30">
<!-- Main Column -->
<h2 style="text-align: center;">Ph.D. / M.D. Students</h2> <br>
<!-- End Main Column -->
<!-- Side Column 1 -->
<!-- Side Column -->
<!-- <div class="col-md-4"> -->
<!-- Recent Posts -->
<!-- <div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Fang Ji</h3>
</div>
<img src="assets/img/Jifang.jpg">
<div class="panel-body">
<p>As a PhD student in Dr. Zhou's group, I am mainly responsible for performing neurological data analysis. I currently focus on the stroke project in the lab.</p>
<p>I finished my Bachelor and Master study at the Department of Neuroscience in Nanjing medical University. My research interests focus on electrophysiology signal on stroke model. My Master thesis was mainly about the electrophysiological function of glycine receptor in hippocampus during ischemic injury.</p>
<p style="margin-bottom: 30px">As we know, there are plenty of neural diseases without effective treatments. I expect my research work can help people who suffer from these diseases to get better lives.</p>
<br>
<br>
<ul class="list-unstyled"> -->
<!--li><i class="fa-phone color-primary">+65-65164339</i></li-->
<!-- <li><i class="fa-envelope color-primary"></i><a href="mailto:a0117074@nus.edu.sg" style="color: #002b80"><u>a0117074@nus.edu.sg</u></a></li>
</ul>
</div>
</div>
</div>
-->
<!-- Main Column -->
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Yu (Caly) Xiao</h3>
</div>
<img src="assets/img/xiaoyu2.jpg">
<div class="panel-body">
<p>I graduated with a Bachelor degree from Sun Yat-sen University in National Information Management in 2017. I did my undergraduate thesis in Computational Affective Neuroscience Lab of Sun Yat-sen University, and continued as a Research Assistant.</p>
<p>Currently, I am a Duke-NUS IBB (Integrated Biostatistics and Bioinformatics) PhD student under Dr. Helen Zhou, and I am interested in using multimodal neuroimaging and machine learning analysis to develop effective diagnostic/prognostic biomarkers in neuropsychiatric disorders.</p>
<p style="margin-bottom: 58px">In my spare time, I enjoy listening to various genres of music and traveling.</p>
<ul class="list-unstyled" style="margin-bottom: 0.5cm">
<!--li><i class="fa-phone color-primary">+65-65164339</i></li-->
<li><i class="fa-envelope color-primary"></i><a href="mailto:xiaoyu@u.duke.nus.edu" style="color: #002b80"><u>xiaoyu@u.duke.nus.edu</u></a></li>
<!--li><i class="fa-home color-primary"></i><a href="http://mnndl.org">http://mnndl.org</a></li-->
</ul>
<!--ul class="list-unstyled">
<li><strong class="color-primary">Monday-Friday:</strong> 9am to 6pm</li>
<li><strong class="color-primary">Saturday:</strong> 10am to 3pm</li>
<li><strong class="color-primary">Sunday:</strong> Closed</li>
</ul-->
</div>
</div>
</div>
<!-- End Main Column -->
<!-- Side Column 1 -->
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Wan Lin Yue</h3>
</div>
<img src="assets/img/wanlin4.jpeg">
<div class="panel-body">
<p>I graduated with a B.Sc. (Hons) in Biological Sciences under the multidisciplinary research-oriented CN Yang Scholars' Programme in Nanyang Technological University. Currently, I am a NGS PhD student under Dr Thomas Yeo and Dr Helen Zhou.</p>
<p>I am interested in combining the knowledge from neurobiology and neuroimaging to gain a more holistic perspective of the human brain. I am particularly interested in memory, thoughts and dreams and their representations in our brains, and how these can differ in aging and in disease.</p>
<p style="margin-bottom: 42px">My hobbies include reading, watching psychological thrillers and listening to music. Currently, I am also learning Japanese.</p>
<ul class="list-unstyled">
<!--li><i class="fa-phone color-primary">+65-65164339</i></li-->
<li><i class="fa-envelope color-primary"></i><a href="mailto:yue.wan.lin@u.nus.edu" style="color: #002b80"><u>yue.wan.lin@u.nus.edu</u></a></li>
<!--li><i class="fa-home color-primary"></i><a href="http://mnndl.org">http://mnndl.org</a></li-->
</ul>
<!--ul class="list-unstyled">
<li><strong class="color-primary">Monday-Friday:</strong> 9am to 6pm</li>
<li><strong class="color-primary">Saturday:</strong> 10am to 3pm</li>
<li><strong class="color-primary">Sunday:</strong> Closed</li>
</ul-->
</div>
</div>
</div>
<!-- Side Column -->
<div class="col-md-2"></div>
<div class="col-md-4">
<!-- Recent Posts -->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Chong Yao Feng Victor</h3>
</div>
<img src="assets/img/yaofeng2.jpg">
<div class="panel-body">
<p>I'm a neurologist at National University Hospital who subspecialises in behavioural neurology. I am interested in cognitive and theoretical neuroscience, and the application of models to explain cognitive deterioration in dementia.
<p style="margin-bottom: 56px">In my free time, I read eclectically.</p>
<!-- <p style="margin-bottom: 30px">As we know, there are plenty of neural diseases without effective treatments. I expect my research work can help people who suffer from these diseases to get better lives.</p> -->
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<ul class="list-unstyled">
<!--li><i class="fa-phone color-primary">+65-65164339</i></li-->
<li><i class="fa-envelope color-primary"></i><a href="mailto:chongyaofeng@u.duke.nus.edu" style="color: #002b80"><u>chong.yaofeng@u.nus.edu</u></a></li>
</ul>
</div>
</div>
</div>
<!-- <div class="col-md-4"> -->
<!-- Recent Posts
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Wan Lin Yue</h3>
</div>
<img src="assets/img/wanlin.jpeg">
<div class="panel-body">
<p>I graduated with a B.Sc. (Hons) in Biological Sciences under the multidisciplinary research-oriented CN Yang Scholars' Programme in Nanyang Technological University. Currently, I am a NGS PhD student under Dr Thomas Yeo and Dr Helen Zhou.
<p>I am interested in combining the knowledge from neurobiology and neuroimaging to gain a more holistic perspective of the human brain. I am particularly interested in memory, thoughts and dreams and their representations in our brains, and how these can differ in aging and in disease.</p>
<p>My hobbies include reading, watching psychological thrillers and listening to music. Currently, I am also learning Japanese.</p>
<p style="margin-bottom: 30px">As we know, there are plenty of neural diseases without effective treatments. I expect my research work can help people who suffer from these diseases to get better lives.</p> -->
<!-- <ul class="list-unstyled"> -->
<!--li><i class="fa-phone color-primary">+65-65164339</i></li-->
<!-- <li><i class="fa-envelope color-primary"></i><a href="mailto:yue.wan.lin@u.nus.edu" style="color: #002b80"><u>yue.wan.lin@u.nus.edu</u></a></li> -->
<!-- </ul>
</div>
</div>
</div> -->
<!-- Side Column -->
</div>
</div>
<div id="content" class="container">
<!-- === BEGIN CONTENT === --> <div class="row margin-vert-30">
<!-- Main Column -->
<h2 style="text-align: center;">Joint Ph.D. / Master's Students</h2> <br>
<div class="wrap">
<!-- End Main Column -->
<!-- Side Column 1 -->
<div class="content">
<div class="col-md-2"></div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Hsiao-Ju (Rita) Cheng</h3>
</div>
<!--p style="font-size: 15pt"> TO BE ADDED</p-->
<img src="assets/img/rita3.jpg">
<div class="panel-body">
<p>I obtained my bachelor and master degree in Occupational Therapy from the National Taiwan University in 2012 and 2014, respectively. Currently, I am working with Dr. Yu Haoyong and Dr. Helen Zhou. My research interests are the effects and mechanisms of stroke neurorehabilitation; thus, I am involved in investigating the relationship between task-free fMRI and task-based fMRI in stroke patients after rehabilitation in Helen's lab.</p>
<p style="margin-bottom: 42px">I enjoy running, watching movies, and traveling as leisure. Oh, I am a foodie as well.</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<ul class="list-unstyled">
<!--li><i class="fa-phone color-primary">+65-65164339</i></li-->
<li><i class="fa-envelope color-primary"></i><a href="mailto:hsiaojucheng@u.nus.edu" style="color: #002b80"><u>hsiaojucheng@u.nus.edu</u></a></li>
<!--li><i class="fa-home color-primary"></i><a href="http://mnndl.org">http://mnndl.org</a></li-->
</ul>
<!--ul class="list-unstyled">
<li><strong class="color-primary">Monday-Friday:</strong> 9am to 6pm</li>
<li><strong class="color-primary">Saturday:</strong> 10am to 3pm</li>
<li><strong class="color-primary">Sunday:</strong> Closed</li>
</ul-->
</div>
</div>
</div>
</div>
<!--Side Column 3 -->
<!-- <div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Luo Xiao</h3>
</div>
<img src="assets/img/luoxiao.jpg">
<div class="panel-body">
<p>I graduated with a bachelor of medicine (2013) before I started a five-year successive postgraduate and doctoral program (medical imaging) in Zhejiang University Medicine School. Currently, I pursue my study in Dr Zhou’s lab as a joint training PhD student. With my clinical medicine background, I prefer to conduct research on the basis of clinical problems; specifically, I believe the exploration of neuropathological mechanism in individuals with preclinical stages of AD could help improve the trajectory of symptoms. In the coming year, I hope to learn more about multi-modal imaging analysis techniques and further explore the effect of AD-related risk factors on imaging measures. </p> -->
<!-- <p>In my free time, I enjoy photography, tea tasting and listening classical music. When I feel faint and back pain, I’d like to swim for an hour -->
<!--I am excited at the prospect of tackling such a challenging neurodevelopmental disorder and hope to be able to offer some contributions to this area of research.--> </p>
<!--p style="font-size: 15pt"> TO BE ADDED</p-->
<!-- <ul class="list-unstyled"> -->
<!--li><i class="fa-phone color-primary">+65-65164339</i></li-->
<!-- <li><i class="fa-envelope color-primary"></i><a href="mailto:luoxiao_zju@126.com" style="color: #002b80"><u>luoxiao_zju@126.com</u></a></li>
--> <!--li><i class="fa-home color-primary"></i><a href="http://mnndl.org">http://mnndl.org</a></li-->
<!-- </ul> -->
<!--ul class="list-unstyled">
<li><strong class="color-primary">Monday-Friday:</strong> 9am to 6pm</li>
<li><strong class="color-primary">Saturday:</strong> 10am to 3pm</li>
<li><strong class="color-primary">Sunday:</strong> Closed</li>
</ul-->
<!-- </div>
</div>
</div> -->
<div class="sidebar_two">
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Mengjiao Hu</h3>
</div>
<img src="assets/img/mengjiao.jpg">
<div class="panel-body">
<p>I obtained my Bachelor's degree in Electrical and Electronic Engineering from Nanyang Technological University. Currently, I am a PhD candidate studying with Dr. Jiang Xudong, Dr. Guan Cuntai and Dr. Helen Zhou. My research topic is Machine Learning on Neuroimaging Data in Neuropsychiatric Disorders. Thus it is an interdisciplinary study which combines engineering and neuroscience. I work on computational algorithms which extract the feature of the MRI/fMRI/DTI data and perform further analysis on them.</p>
<p>I enjoy learning languages and painting. I learned Japanese, Korean and German. Though I forget most of the previous one when I start to learn a new language. I like both traditional Chinese painting and pencil drawing.</p>
<!--p style="font-size: 15pt"> TO BE ADDED</p-->
<br>
<ul class="list-unstyled">
<!--li><i class="fa-phone color-primary">+65-65164339</i></li-->
<li><i class="fa-envelope color-primary"></i><a href="mailto:hume0004@e.ntu.edu.sg" style="color: #002b80"><u>hume0004@e.ntu.edu.sg</u></a></li>
<!--li><i class="fa-home color-primary"></i><a href="http://mnndl.org">http://mnndl.org</a></li-->
</ul>
<!--ul class="list-unstyled">
<li><strong class="color-primary">Monday-Friday:</strong> 9am to 6pm</li>
<li><strong class="color-primary">Saturday:</strong> 10am to 3pm</li>
<li><strong class="color-primary">Sunday:</strong> Closed</li>
</ul-->
</div>
</div>
</div>
</div>
<!-- Side Column 2 -->
<!-- <div class="sidebar">
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Sze Chi Lee</h3>
</div>
<img src="assets/img/szechi.jpg">
<div class="panel-body">
<p>I graduated from the National University of Singapore (NUS) with a B.Soc.Sci (Psychology) (Hons). For my bachelor’s thesis, I investigated how neuroticism affects depressive symptoms through spontaneous thoughts under situations of self-discrepancies. Coming from a psychology background of personality and psychopathology, I have always been interested in exploring clinical populations. Currently as a masters student in NUS under the supervision of Dr Helen Zhou and Dr O’Dhaniel Mullette-Gillman, I am very fortunate to have the opportunity to explore the structural differences of ADHD children using neuroimaging techniques. </p>
<p>Outside of research, I enjoy rock climbing and engaging in spontaneous thoughts, aka daydreaming.</p> -->
<!-- <br> -->
<!--p style="font-size: 15pt"> TO BE ADDED</p-->
<!-- <ul class="list-unstyled"> -->
<!--li><i class="fa-phone color-primary">+65-65164339</i></li-->
<!-- <li><i class="fa-envelope color-primary"></i><a href="mailto:lee.szechi@u.nus.edu" style="color: #002b80"><u>lee.szechi@u.nus.edu</u></a></li> -->
<!--li><i class="fa-home color-primary"></i><a href="http://mnndl.org">http://mnndl.org</a></li-->
<!-- </ul> -->
<!--ul class="list-unstyled">
<li><strong class="color-primary">Monday-Friday:</strong> 9am to 6pm</li>
<li><strong class="color-primary">Saturday:</strong> 10am to 3pm</li>
<li><strong class="color-primary">Sunday:</strong> Closed</li>
</ul-->
<!-- </div>
</div>
</div>
</div> -->
</div>
<!-- End of Side Column 2 -->
</div>
<!-- === END CONTENT === -->
<!-- === BEGIN FOOTER === -->
<!-- Footer Menu -->
<div id="footer">
<div class="container">
<div class="row">
<div id="copyright" class="col-md-12">
<p style="text-align: center">Copyright @ Multimodal Neuroimaging in Neuropsychiatric Disorders Laboratory </p>
</div>
<!--div id="footermenu" class="col-md-8">
<ul class="list-unstyled list-inline pull-right">
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div-->
<!-- End Footer Menu -->
</div>
</div>
</div>
<!-- JS -->
<script type="text/javascript" src="assets/js/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script type="text/javascript" src="assets/js/scripts.js"></script>
<!-- Isotope - Portfolio Sorting -->
<script type="text/javascript" src="assets/js/jquery.isotope.js" type="text/javascript"></script>
<!-- Mobile Menu - Slicknav -->
<script type="text/javascript" src="assets/js/jquery.slicknav.js" type="text/javascript"></script>
<!-- Animate on Scroll-->
<script type="text/javascript" src="assets/js/jquery.visible.js" charset="utf-8"></script>
<!-- Slimbox2-->
<script type="text/javascript" src="assets/js/slimbox2.js" charset="utf-8"></script>
<!-- Modernizr -->
<script src="assets/js/modernizr.custom.js" type="text/javascript"></script>
<!-- End JS -->
</body>
</html>
<!-- === END FOOTER ===