-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprojects.html
executable file
·144 lines (122 loc) · 5.96 KB
/
projects.html
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
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1">
<title>Current Studies : LIFE Lab</title>
<!-- Loading third party fonts -->
<link href="http://fonts.googleapis.com/css?family=Roboto:300,400,700|" rel="stylesheet" type="text/css">
<link href="fonts/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Loading main css file -->
<link rel="stylesheet" href="style.css">
<!--[if lt IE 9]>
<script src="js/ie-support/html5.js"></script>
<script src="js/ie-support/respond.js"></script>
<![endif]-->
</head>
<body>
<div class="site-content">
<header class="site-header" data-bg-image="">
<div class="container">
<div class="header-bar">
<a href="index.html" class="branding">
<img src="images/logo.png" alt="" class="logo">
<div class="logo-type">
<h1 class="site-title">Learning Imaging & Family Experiences</h1>
<small class="site-description">University of Pittsburgh</small>
</div>
</a>
<nav class="main-navigation">
<button class="menu-toggle"><i class="fa fa-bars"></i></button>
<ul class="menu">
<li class="home menu-item"><a href="index.html"><img src="images/home-icon.png" alt="Home"></a></li>
<li class="menu-item"><a href="about.html">Our team</a></li>
<li class="menu-item current-menu-item"><a href="projects.html">Current Studies</a></li>
<li class="menu-item"><a href="contact.html">Contact</a></li>
<li class="menu-item"><a href="get_involved.html">Get Involved!</a></li>
<li class="menu-item"><a href="publications.html">Publications</a></li>
</ul>
</nav>
<div class="mobile-navigation"></div>
</div>
</div>
</header>
<div class="page-head" data-bg-image="images/page-head-1.jpg">
<div class="container">
<h2 class="page-title">Our Projects</h2>
<small>Here are some of the current studies that we have going on! </small>
</div>
</div>
<main class="main-content">
<div class="fullwidth-block">
<div class="container">
<h2 class="section-title">Interested in participating?</h2>
<p style="text-align:center">If you are interested in participating in a research study, please contact us at (412) 624-7089.</p>
<p style="text-align:center">We can let you know what studies you may be eligible for!</p>
<p style="text-align:center">We are located on the 5th floor of the Learning Research and Development Center, 3939 O’Hara Street, Pittsburgh PA, 15213.</p>
</div>
</div>
<div class="fullwidth-block">
<div class="container">
<div class="project-list">
<div class="project">
<div class="project-content">
<figure class="project-image"><img src="images/FInD_icon.png" alt="Project"></figure>
<h3 class="project-title"><u> <b>F</b>amily <b>In</b>come <b>D</b>ynamics Study Focus Group (FInD)</u></h3>
<p>Goal: To better understand the relationship between teens, their parents and money. </p>
<p>Eligibility: Teens between 14-16 years old and one of their parents</p>
<p>What’s involved: Willing to participate in a group interview lasts about 2 hours.</p>
<p>Compensation: Provided</p>
<p>Duration: Up to 2 hours.</p>
</div>
</div>
<!--study updates needed <div class="project">
<div class="project-content">
<figure class="project-image"><img src="images/AdultMemoryReward.png" alt="Project"></figure>
<h3 class="project-title">Developmental Trajectories Study</h3>
<p>Goal: To understand the development of cognitive control across all ages.</p>
<p>Eligibility: Healthy youth participants under the age of 18 (with at least one parent or legal guardian).</p>
<p>What’s Involved: A 10-minute screen to confirm eligibility and schedule appointment. One visit to the LIFE Lab (parking or transportation provided). Youth participants play games and answer questionnaires, parents also complete questionnaires.</p>
<p>Compensation: Between $50-$60 dollars Youth also receive prizes and a snack.</p>
<p>Duration: up to 2.5 hours.</p>
</div>
</div> -->
<!-- study updates needed <div class="project">
<div class="project-content">
<figure class="project-image"><img src="images/YouthDecisionMaking.jpg" alt="Project"></figure>
<h3 class="project-title">Decision-Making and Life Experiences Across Communities</h3>
<p>Goal: To understand how decision-making strategies.</p>
<p>Eligibility: Healthy Adults between 18-55 years of age.</p>
<p>What’s involved: A 10-minute screen to determine eligibility and to schedule an appointment. One Visit to the LIFE Lab. Participants play video games and complete questionnaires.</p>
<p>Compensation: Between $35-$45.</p>
<p>Duration: Up to 2.5 hours.</p>
</div>
</div>
</div> -->
</div>
</div>
</div>
</main> <!-- .main-content -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="widget">
<h3 class="widget-title">Our address</h3>
<strong>LIFE Lab at Pitt</strong>
<address>Learning Research and Development Center, Room 511, 3939 O'Hara St. Pittsburgh, PA 15213</address>
<a href="tel:+1 412 624 7089">(412) 624-7089</a> <br>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div> <!-- .row -->
<p class="colophon">Copyright 2018, LIFE Lab</p>
</div> <!-- .container -->
</footer>
</div>
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/app.js"></script>
</body>
</html>