-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfacilities1.html
More file actions
executable file
·128 lines (85 loc) · 5.54 KB
/
facilities1.html
File metadata and controls
executable file
·128 lines (85 loc) · 5.54 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en-US"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en-US"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>IMPACT Laboratory Facilities</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="css/normalize.min.css?ver=1.1.2">
<link rel="stylesheet" href="css/main.min.css?ver=1.0.0">
<link rel="stylesheet" href="css/responsive.min.css?ver=1.0.0">
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<!-- Favicon & Apple Touch Icons -->
<link rel="shortcut icon" href="images/icons/harper-favicon.ico">
<link rel="apple-touch-icon" href="images/icons/harper-icon-60x60.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/icons/harper-icon-76x76.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/icons/harper-icon-120x120.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/icons/harper-icon-152x152.png">
<!-- Header Scripts -->
<script src="js/modernizr.min.js?ver=2.6.2"></script>
<script src="js/respond.min.js?ver=1.1.0"></script>
</head>
<body>
<div id="page-content">
<div id="page-content-wrapper">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<header id="page-header">
<div id="logo" class="one-half">
<img class="center" src="LabImages.jpg" height="175” width="175"/>
<br>
<h1><a href="index.html">Keshavan Laboratory</a></h1>
</div>
<div class="one-half last">
<nav id="page-nav">
<ul>
<li><a
href="index.html">Home</a></li>
<li><a href="studies1.html">Studies</a></li>
<li><a href="people1.html">People</a></li>
<li><a href="facilities1.html">Facilities</a></li>
<li><a href="publications1.html">Publications</a></li>
<li><a href="links1.html">Links</a></li>
<li><a href="participate1.html">Participate</a></li>
<li><a href="contact2.html">Contact Us</a></li>
<li><a href="directions1.html">Directions</a></li>
</ul>
</nav>
</div>
<div class="clearfix"></div>
</header>
<section id="main-content">
<div>
<article class="blog-feed-item">
<header>
<h1><u>IMPACT Laboratory Facilities:</u></h1>
</header>
<left><h3 style="font-family:Helvetica">The IMPACT Cognitive Enhancement Program:</h3></left>
<img src="images/cogremediation.jpg" height="150" width="150"/>
<left><p style="font-family:Helvetica; font-size:20px"> This program seeks to develop and implement state of the art cognitive training approaches for the treatment and prevention of major psychiatric disorders such as schizophrenia. Our approaches include computer based cognitive training, individual and group therapy. </p></left>
<left><h3 style="font-family:Helvetiva">The IMPACT Imaging Laboratory:</h3></left>
<img src="images/MRI.jpg" height="150" width="150"/>
<left><p style="font-family:Helvetica; font-size:20px"> This lab seeks further knowledge about the neurochemical, neurophysiological, and neuroanatomical basis of psychiatric disorders using state of the art brain imaging techniques such as Magnetic Resonance Spectroscopy (MRS), Magnetic Resonance Imaging (MRI), functional MRI (fMRI), and Diffusion Tensor Imaging (DTI). This laboratory also aims to investigate the neurobiological mechanisms of medications and psychosocial treatments of psychiatric disorders, such as schizophrenia, affective and anxiety disorders, as well as co-morbid medical disorders such as diabetes, insulin resistance and metabolic syndrome. </p></left>
<left><h3 style="font-family:Helvetica">The IMPACT Electrophysiology Laboratory:</h3></left>
<img src="images/eeg.jpg" height="150" width="150"/>
<left><p style="font-family:Helvetica; font-size:20px"> This laboratory, led by Matcheri Keshavan and Brandon Hager, uses the techniques of system level electrophysiology to study the brain mechanisms of major psychiatric illness. This laboratory has the capability to obtain evoked response studies, eye movement studies, prepulse inhibition studies, and evaluations of gamma oscillations, all of which offer promising biomarkers for neuropsychiatric illness. </p></left>
</article>
</div>
<div class="clearfix"></div>
<footer id="page-footer">
<div class="one-half"><p>75 Fenwood Road, Boston, MA</p></div>
<div class="clearfix"></div>
</footer>
</div>
</div>
<!-- Footer Scripts -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js?ver=1.10.2"><\/script>')</script>
<script src="js/jquery.easing.js?ver=1.3"></script>
<script src="js/harper.main.min.js?ver=1.0.0"></script>
</body>
</html>