-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathslideshows.html
103 lines (93 loc) · 3.71 KB
/
slideshows.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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Neuroanatomy</title>
<link href='//fonts.googleapis.com/css?family=Open+Sans:400italic,300,400,700,700italic' rel='stylesheet' type='text/css'>
<link href='css/base.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="row" style="width:100%;height:100%">
<div class="col sidespace"></div>
<div class="col" style="padding-top:2em">
<a href="index.html" style="text-decoration:none">
<div class="row">
<div class="col" style="vertical-align:middle">
<img src="naat.svg" style="width:3em;height:3em"/>
</div>
<div class="col" style="vertical-align:middle;padding-left:1em;color:#555">
neuroanatomy<br>
applied & theoretical
</div>
</div>
</a>
<div style="border-top:1px solid #aaa;width:100%;height:0;margin-top:1em">
</div>
<div id="menu">
<a href="index.html">Home</a>
<a href="research.html">Research</a>
<a href="software.html">Software</a>
<a href="slideshows.html">Slide shows</a>
<a href="people.html">People</a>
<a href="news.html">News</a>
</div>
<!-- Start Content -->
<p>The group of Neuroanatomy of the Unit of Human Genetics and Cognitive Functions is
interested in the development and evolution of brain anatomy. Our main tools are mathematical
modelling, magnetic resonance imaging and human genetics. We develop computational neuroanatomy
methods base on our theoretical models which we use to analyse the normal diversity of
human brain anatomy, as well as to look for differences associated with neurodevelopmental
pathologies. We are particularly interested in Autism Spectrum Disorders. The group of Neuroanatomy is lead by Roberto Toro.
<p>These are slide shows of different presentations of our research.
<b></b><br />
<br/>
<div class="row" style="padding:0.5em">
<div class="inset" class="col" style="padding:1em">
<a href="slides/2015_MGH/index.html">
<img class="frame" src="slides/2015_MGH/1.jpg" />
</a>
</div>
<div class="inset" class="col" style="vertical-align:top;padding:1em">
<p><b>An evolutionary and developmental perspective on human neuroanatomical diversity.</b>
<br/>
<p>Presentation at the Laboratory of Computational Neuroanatomy of the Massachussets General Hospital, Boston, USA in Octobre 2015.
<br />
<p><a href="slides/2015_MGH/index.html">link</a>
</div>
</div>
<br />
<div class="row" style="padding:0.5em">
<div class="inset" class="col" style="padding:1em">
<a href="slides/2015_SEAS/index.html">
<img class="frame" src="slides/2015_SEAS/1.jpg" />
</a>
</div>
<div class="inset" class="col" style="vertical-align:top;padding:1em">
<p><b>Folding & the ferret brain.</b>
<br/>
<p>Presentation for the work group on brain folding at the Applied Math Lab of the School of Engineering and Applied Sciences, Harvard University, Boston, USA in Octobre 2015.
<br />
<p><a href="slides/2015_SEAS/index.html">link</a>
</div>
</div>
<br />
<div class="row" style="padding:0.5em">
<div class="inset" class="col" style="padding:1em">
<a href="slides/2015_FraX/index.html">
<img class="frame" src="slides/2015_FraX/1.jpg" />
</a>
</div>
<div class="inset" class="col" style="vertical-align:top;padding:1em">
<p><b>Polygenic contribution to autism and neuroanatomical variation.</b>
<br/>
<p>Presentation at the 17th International Fragile X and other Early-Onset Cognitive Disorders Workshop, Strasbourg, France in Septembre 2015.
<br />
<p><a href="slides/2015_FraX/index.html">link</a>
</div>
</div>
<br />
<!-- End Content -->
<div style="position:fixed;bottom:1em;right:0;width:0.5em;height:2em;background-color:red"></div>
</div>
<div class="col sidespace"></div>
</div>
</body>
</html>