-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsleep1.html
More file actions
139 lines (92 loc) · 4.79 KB
/
sleep1.html
File metadata and controls
139 lines (92 loc) · 4.79 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
<!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>Sleep Study</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 class="two-thirds-smaller">
<article class="blog-feed-item">
<header>
<h2><u>Sleep Study</u></h2>
<left><p style="font-family:Helvetica; font-size:22px"> SPARCS (Sleep, Psychosis Associated Risk, and Cognition Studies) is an NIMH funded rudy that will investigate the mechanisms underlying cognition in healthy, young people and those with early course psychotic disorder. In particular, we study brain activity during sleep, which may inform us about these mechanisms. </p></left>
<left><p style="font-family: Helvetica; font-size:22px"><a href="assets/Sleep.pdf"> Read more about the Sleep Study </a></p></left>
</header>
</article>
<nav id="posts-navigation">
<a class="button" href="diabetes1.html">← Diabetes Study</a><a class="button" href="studies1.html">Studies →</a>
</nav>
</div>
<aside id="sidebar" class="one-third-smaller last">
<div class="widget">
<img src="images/Sleep1.jpg" alt="Sleep" class="block-centred" height="200" width="200">
</div>
<div class="widget">
</div>
<div class="widget">
<h3><em>Contact: Laura Von Hardenberg</em></h3>
<p><a href="mailto:lvonhard@bidmc.harvard.edu">lvonhard@bidmc.harvard.edu</a></p>
</div>
</aside>
<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>