-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (52 loc) · 2.73 KB
/
index.html
File metadata and controls
62 lines (52 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AGINGlab</title>
<link rel="stylesheet" href="/assets/css/style.css">
<script src="assets/js/script.js" defer></script>
</head>
<body>
<script src="/assets/js/navbar.js"></script>
<div class="main-content">
<br>
<p>
We are an interdisciplinary research group at the <a
href="https://douglas.research.mcgill.ca/cerebral-imaging-centre/" target="_blank">Cerebral Imaging Centre</a>
of the <a href="http://douglas.research.mcgill.ca" target="_blank">Douglas Research Institute</a> at
<a href="https://www.mcgill.ca" target="_blank">McGill University</a>.
Our team investigates the brain alterations that occur during the lifespan in health and disease.
The primary goal of our research is to further our understanding of healthy brain aging and the underlying
mechanisms that cause deviation from this trajectory in neurodegenerative disorders.
We use multimodal neuroimaging and transcriptomic data as well as computational modeling, machine learning and
multivariate statistical analysis to understand normative aging, Parkinson's disease, and Alzheimer's disease.
Our research has three main components:
</p>
<ul style="padding-left: 30px;">
<li>Creating a comprehensive multi-scale model of structural and functional brain alterations across the lifespan
using multimodal brain MRIs</li>
<li>Investigating the link between observed MRI changes in post-mortem samples and the underlying cellular
alterations, with translational applications for in vivo datasets</li>
<li>Identifying the genetic and environmental risk factors that cause deviation from the normative brain-behaviour
trajectories, to develop diagnostic and prognostic models.</li>
</ul>
<p> Our work is supported by funding from the Healthy Brains For Healthy Lives (<a
href="https://www.mcgill.ca/hbhl/" target="_blank">HBHL</a>),
the Natural Sciences and Engineering Council of Canada (<a href="https://www.nserc-crsng.gc.ca/index_eng.asp"
target="_blank">NSERC</a>),
the Fonds de Recherché du Quebec-Santé (<a href="https://frq.gouv.qc.ca/en/health/" target="_blank">FRQS</a>),
and <a href="https://www.rrcmdo.ca/en/" target="_blank"> Réseau de recherche en santé CardioMétabolique, Diabète
et Obésité (CMDO)</a>
</p>
<style>
.main-content img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<img src="Figures/brain-disease-header-image.jpeg" alt="empty" style="width: 40%; height: auto; ">
</div>
</body>
</html>