-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
95 lines (90 loc) · 4.11 KB
/
help.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Help - SDLDpred</title>
<link rel = "stylesheet" type = "text/css" href = "css/main.css" />
<style>
p{
width: 70%;
margin: 15px 15% 10px 15%;
font-size: 1.2em;
}
img{
max-width: 100%;
}
</style>
</head>
<body>
<div class = "section_header">
<center><p class="title">SDLDpred - Symptom-based Drugs of Lifestyle-related Diseases prediction</p></center>
</div>
<div class = "section_menu">
<center>
<table cellpadding="3px">
<tr class="nav">
<td class="nav"><a href="index.html" class="side_nav">Home</a></td>
<td class="nav"><a href="about.html" class="side_nav">About</a></td>
<td class="nav"><a href="#" class="active">Help</a></td>
<td class="nav"><a href="team.html" class="side_nav">Team</a></td>
</tr>
</table>
</center>
</div>
<!--<div class = "section_left"></div>-->
<div class = "section_middle">
<center><h1>Providing inputs</h1></center>
<p>
<b>1. Performing prediction with example data:</b> Example data can
be inserted using the <i>"Insert example data 1"</i> and <i>"Insert
example data 2"</i> buttons.
</p>
<center><img src="resource/help1.jpg" width="700px" height="auto" /></center>
<p>
<b>2. Updating the symptoms:</b> Symptoms and their intensities can
be updated from the drop-down menu and the text-box.
</p>
<center><img src="resource/help2.jpg" width="700px" height="auto" /></center>
<p>
<b>3. Adding more symptoms:</b> Symptoms can be added using the
<i>"Add symptom"</i> button. Then, the newly added symptoms and
intensities can be updated from the drop-down menu and the text-box.
</p>
<center><img src="resource/help3.jpg" width="700px" height="auto" /></center>
<p>
<b>4. Deleting symptoms:</b> Symptoms can be deleted using the
<i>"Delete symptom"</i> button.
</p>
<center><img src="resource/help4.jpg" width="800px" height="auto" /></center>
<p>
<b>5. Reset the form:</b> The form can be reset by clicking on the
<i>Reset</i> button which deletes all the symptoms currently present
in the input form.
</p>
<center><img src="resource/help5.jpg" width="600px" height="auto" /></center>
<hr/>
<center><h1>Understanding the output</h1></center>
<p>
1. In the output page, the set of input symptoms provided by the
user is displayed alongwith their intensities.
</p>
<center><img src="resource/help6.jpg" width="700px" height="auto" /></center>
<p>
2. The names of the predicted drugs, their associations with the
input symptoms and the diseases, and confidence scores are displayed.
</p>
<center><img src="resource/help7.jpg" width="900px" height="auto" /></center>
<p>
3. An interactive plot is displayed that shows the density of
euclidean distances between drug-pairs and the euclidean distance
between the predicted drug and the input symptom vector.
</p>
<center><img src="resource/help8.jpg" width="900px" height="auto" /></center>
<br/><hr/>
<p style="font-size:0.8em;text-align:center;">
Please contact Dr. Sudipto Saha (<a href="mailto:ssaha4@jcbose.ac.in">ssaha4@jcbose.ac.in</a>,
<a href="mailto:ssaha4@gmail.com">ssaha4@gmail.com</a>) regarding any further queries.
</p>
</div>
</body>
</html>