-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirstepisode1.html
More file actions
133 lines (89 loc) · 4.7 KB
/
firstepisode1.html
File metadata and controls
133 lines (89 loc) · 4.7 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
<!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>First Episode Psychosis Publications</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>
<h2><u>First Episode Psychosis Publications</u></h2>
<ul>
<li><left><p style="font-family:Helvetica; font-size:24px"> <strong><u><a href="assets/prodrome.pdf">Prolonged Untreated Illness Duration From Prodromal Onset Predicts Outcome in First Episode Psychoses: </a></u></strong></p></left></li>
<ul>
<li><left><p style="font-family:Helvetica; font-size:20px"> <strong>Matcheri S. Keshavan</strong>, Gretchen Haas, Jean Miewald, Debra M. Montrose, Ravinder Reddy, Nina R. Schooler, and John A. Sweeney.</li>
</ul>
<li><left><p style="font-family:Helvetica; font-size:24px"> <strong><u><a href="assets/Vinod-EI.pdf">Is early intervention for psychosis feasible and effective?: </a></u></strong></p></left></li>
<ul>
<li><left><p style="font-family:Helvetica; font-size:20px"> Vinod H. Srihari, MD, Jai Shah, MD, and <strong>Matcheri S. Keshavan, MD.</strong> </li>
</ul>
</ul>
</header>
</article>
<nav id="posts-navigation">
<a class="button" href="publications1.html">← Information on Publications</a><a class="button" href="cognitiveremediation1.html">Cognitive Remediation Publications →</a>
</nav>
</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>