-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclues1.html
More file actions
139 lines (94 loc) · 5.13 KB
/
Copy pathclues1.html
File metadata and controls
139 lines (94 loc) · 5.13 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>CLUES Program</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>CLUES Program</u></h2>
</header>
<left><p style="font-family:Helvetica; font-size:22px"> "CLUES" stand for: Cognition for Learning and for Understand Everyday Social Situations. </p></left>
<left><p style="font-family:Helvetica; font-size:22px"> CLUES is designed to help improve attention, thinking, memory, and social skills in young people ages 16-30, who are being treated at the CEDAR clinic. </p></left>
<left><p style="font-family:Helvetica; font-size:22px"> CLUES is based on a program called Cognitive Enhancement Therapy, which was found to help people with certain psychiatric conditions and significantly improve their thinking, work, and social functioning. </p> </left>
<left><p style="font-family:Helvetica; font-size:22px"> CLUES is individually tailored to focus on helping participants to identify and achieve specific goals that are important to them. </p></left>
</article>
<nav id="posts-navigation">
<a class="button" href="bsnip1.html">← B-SNIP Study</a><a class="button" href="pardip1.html">PARDIP Study →</a>
</nav>
</div>
<aside id="sidebar" class="one-third-smaller last">
<div class="widget">
<img src="images/CLUES.jpg" alt="CLUES" class="block-centred" height="200" width="200">
</div>
<div class="widget">
</div>
<div class="widget">
<h3><em>Contact: Michelle Friedman-Yakoobian PhD</em></h3>
<p><a href="mailto:mfriedm3@bidmc.harvard.edu">mfriedm3@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>