-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDocumentation.php
102 lines (75 loc) · 6.57 KB
/
Documentation.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
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
<!DOCTYPE html>
<head>
<title>ProCD- Documentation</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
</head>
<body>
<header>
<div class="main">
<br/><br/>
<h3>Pro<a>CD</a> <strong class="slog"></h3><br />
<h2><marquee>Prostate cancer Database</marquee></strong> </h2>
<div style="height:80px">
<nav>
<ul class="menu">
<li><a href="home.php">Home Page</a></li>
<li class="active"><a href="Documentation.php">Documentation</a></li>
<li><a href="Search.php">Search</a></li>
<li><a href="futurework.php">Future Work</a></li>
<li class="last-item"><a href="contacts.php">Contact</a></li>
</ul>
</nav>
</div>
<div style=" height:Auto">
<div style="background-color:lightgray; margin:-28px 100px 0px 0px;width:100%">
<p style="color:black; margin-left:20px"><br /><br />
<a href="#Purpose">Purpose</a><br />
<a href="#Description of Data">Description of Data</a><br />
<a href="#ER Diagram">ER Diagram</a><br />
<a href="#Metadata">Metadata</a><br />
<a href="#Website Deployment Instruction">Website Deployment Instruction</a><br />
<a href="#Website Usage Instruction">Website Usage Instruction</a><br /><br /><br /><br />
<span style="font-size: 10pt; font-size:large; font-family: 'Courier New';font-weight:800; color:darkgreen;margin-left:-10px">
<a name="Purpose"></a>Purpose :</span><br /></p>
<p style="color:black;margin-left:12px;margin-right:10px">
The purpose of this website is to provide highly useful data about prostate cancer. This data will help the scientists on their studies about Prostate cancer.<br /><br /></p>
<p> <span style="font-size: 10pt; font-size:large; font-family: 'Courier New';font-weight:800; color:darkgreen;margin-left:-10px">
<a name="Description of Data"> </a>Description of Data :</span><br /></p>
<p style="padding:10px; font-family:'Courier New';color: black; font-size:10pt;font-weight:800;background-color: white; border: black 2px solid; width: 720px;margin-left:20px;line-height:30px">
<img src="images\bullet_black.png" style="margin-top:8px;height:13px;width:13px" />   Data on this website is taken from multiple sources. <font color="blue"> (P2P, Uniprot etc.)</font><br />
<img src="images\bullet_black.png" style="margin-top:8px;height:13px;width:13px" />   Multiple datas are joined together.<br />
<img src="images\bullet_black.png" style="margin-top:8px;height:13px;width:13px" />   Database includes information on multiple entries for Prostate cancer .<br />
<img src="images\bullet_black.png" style="margin-top:8px;height:13px;width:13px" />   Information on Proteins, Genes related to the Prostate cancer is included .<br />
</p> <br />
<p> <span style="font-size: 10pt; font-size:large; font-family: 'Courier New';font-weight:800; color:darkgreen;margin-left:-10px;line-height:40px">
<a name="ER Diagram"> </a>ER Diagram :</span><br />
    <a href="er.php" target="_blank">Click here </a><font color="black">   to get the ER diagram.</font>
</p><br/>
<p> <span style="font-size: 10pt; font-size:large; font-family: 'Courier New';font-weight:800; color:darkgreen;margin-left:-10px;line-height:40px">
<a name="Metadata"> </a> Metadata :</span><br />
    <a href="doc/metadata.pdf" target="_blank">Click here </a><font color="black">   to get the Metadata information.</font>
</p><br />
<p> <span style="font-size: 10pt; font-size:large; font-family: 'Courier New';font-weight:800; color:darkgreen;margin-left:-10px;line-height:40px">
<a name="Website Deployment Instruction"> </a> Website Deployment Instruction :</span><br />
<p style="padding:10px; font-family:'Courier New';color: black; font-size:10pt;font-weight:800;background-color: white; border: black 2px solid; width: 720px;margin-left:20px;line-height:30px">
<img src="images\bullet_black.png" style="margin-top:8px;height:13px;width:13px" />   Restore your database.<br />
<img src="images\bullet_black.png" style="margin-top:8px;height:13px;width:13px" />   Set up the DNS records. <br />
<img src="images\bullet_black.png" style="margin-top:8px;height:13px;width:13px" />   Set up and test the website.<br />
<img src="images\bullet_black.png" style="margin-top:8px;height:13px;width:13px" />   Back up the old site (if applicable).<br />
</p> <br />
</p>
<p> <span style="font-size: 10pt; font-size:large; font-family: 'Courier New';font-weight:800; color:darkgreen;margin-left:-10px;line-height:40px">
<a name="Website Usage Instruction"> </a>Website Usage Instruction :</span><br />
    <a href="usage.php" target="_blank">Click here </a><font color="black">   to get the instruction on how to use website.</font>
</p><br />
<p style="color: white; background-color: black; border: black 2px solid;height:30px; width: 982px;font-family:'Times New Roman'">
                          
                          
                                     
         copyright@ProCD</p>
</div>
</div>
</div>
</header>
</body>