-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcover_page.php
More file actions
33 lines (33 loc) · 2.71 KB
/
cover_page.php
File metadata and controls
33 lines (33 loc) · 2.71 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
<html>
<head>
<link rel="stylesheet" href="style.css">
<h1> OCD-Mate: Your personal OCD predictor </h1>
</head>
<body>
<form method="POST" action="Registration_Page1.php" id = "symptom_form">
<p>
Mental or psychological disorders are a serious problem to be resolved as they affect emotional stability and security for both the person and the environment. Mostly psychology disorders have specific causes and symptoms, the conventional way to establish diagnosis consists of analysing the behavioural reactions of a human being to events in their daily lives.
</p>
<br>
<p>
<img src="ocd - website.jpg" width="210" height="180" align="right" style="padding-right: 30px" >
<b>Obsessive Compulsive Disorder (OCD)</b><br><br>
OCD is one such psychological disorder in which a person has uncontrollable, reocurring thoughts called obsessions and behaviours referred to as compulsions that he or she feels the need to perform repeatedly numerous times. Efforts are being made to understand the issue of symptom specificity in obsessive compulsive disorder (OCD) through more recent and advanced studies in assessing different symptom patterns that may be related to age, ethnicity or gender. This chronic disabling condition affects around 1-3% of general population and approximately 1–2% of children, who are around 10–14 years of age.
</p>
<br>
<p>
<img src="spectrum.gif" width="250" height="150" align="left" style="padding-right: 30px" >
<b>OCD-Spectrum Disorders</b><br><br>
This is an umbrella term for all the mental disorders that share some similarity with OCD with respect to the symptoms shown by the patients suffering from these. Few such disorders may inlude - Trichotillomania, Hoarding, Hyochondria, Body Dysmorphic, etc. Since, these disorders overlap with few of the OCD factors it is necessary to diagnose them as well along with OCD in order to get results with highest accuracy.
</p>
<br>
<p>
<b>About OCD-Mate</b><br><br>
This is a survey platform which takes into account all the symptoms that are experienced by OCD pateints. It also considers other mental disorders which are though individual disorders but share similarities to OCD, some of which were mentioned previously. It asks questions related to the severity level that the patient may suffer along with anxiety related factors to enhance the efficiency of the resulting diagnosis. It stores values based on the answers of the users, calculates severity of level and based on it recommends appropriate steps that the patients should take to improve their condition in order to get relief from their suffering.
</p>
<br> <br>
<i>Click on the "Register" button below to test your symptoms:-</i><br><br>
<button type="submit" name="Submit" id="sub_btn"> REGISTER </button>
</form>
</body>
</html>