-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.php
40 lines (39 loc) · 1.95 KB
/
About.php
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
<div class="container-fluid fade-background1">
<div class="container">
<div class="col-md-10 col-sm-12 col-xs 12">
<h1>Our Mission</h1>
<p><h2 class="fancy">
We strive to provide readily updated and organized documentation of current trends within the mental health field by collecting data from psychologists' clients and open source research databases.</h2>
</p>
</div>
</div>
</div>
<div class="container-fluid fade-background">
<div class="container">
<div class="col-md-10 col-sm-12 col-xs 12" >
<h2>Purpose</h2>
<p ><h2 class="fancy">A current problem in mental health research is that experiments are usually conducted in research institutions,
such as universities. Many experiments consist of voluntary participants who sometimes are compensated for their time, which
can be a confounding factor. A great deal of data is missing from these representative samples, chiefly those who are actually affected
by mental health conditions.
</h2>
</p>
<p ><h2 class="fancy">With this application, we wish to appropriately aggregate information from actual mental health patients and use it to
generate better information so that researchers, pharmaceutical companies, and curious minds have access to more representative data.
</h2>
</p>
</div>
</div>
</div>
<div class="container-fluid fade-background2">
<div class="container">
<div class="col-md-10 col-sm-12 col-xs 12">
<h1>Research</h1>
<p><h2 class="fancy">
The PsychOrigins.com search engine is built with Microsoft Academic Knowledge Database, which provides access to hundreds of thousands of research articles.
We are always looking into expanding the amount of research available and will soon be incorporating BioMed Central database access.
</h2>
</p>
</div>
</div>
</div>