-
Notifications
You must be signed in to change notification settings - Fork 0
/
step01.php
78 lines (78 loc) · 3.67 KB
/
step01.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
<html>
<head>
<title>.:: BioNet ::.</title>
</head>
<body>
<font face="verdana">
<table border="0" align="center" width="100%" height="100%">
<tr><td>
<form name="procuraDoenca" action="step02.php" method="post" enctype="multipart/form-data">
<table border="0" align="center">
<tr>
<td colspan="2" align="center">
<img src="imgs/BioNet.png" width="262" height="66" /><br />
<img src="imgs/FluxoSoftware01.png" width="500" height="220" /><br /><br />
</td>
</tr>
<tr>
<td colspan="2" align="center">
<table bgcolor="#FFD42A" width="100%">
<tr><td>
<table bgcolor="#FFFFAA" width="100%">
<tr><td>
Enter the disease you want to search in the box below.
</td></tr>
</table>
</td></tr>
</table><br />
</td>
</tr>
<tr>
<td colspan="2" align="center">
<font color="gray" size="2"><b><i>Enter disease</i></b></font><br />
<input type="text" name="doenca" value="" size="60" /><br /><br />
</td>
</tr>
<tr>
<td width="50%" align="right"><input type="submit" name="search" value="Search" /></td>
<td width="50%" align="left"><input type="reset" name="clear" value="Clear" /></td>
</tr>
<tr>
<td colspan="2" align="center">
<br />
<table bgcolor="#B4B4B4" width="100%">
<tr><td>
<table bgcolor="#F4F4F4" width="100%">
<tr><td>
<font size="1">
The <b>Bionet</b> web server allows to mine and integrates proteomic and genetic diseases data from the STRING and OMIM search engines. Once a network has been generated, the associated files can be saved for further analyses and the entire mining processes is documented and saved by the web server.
The BioNet was designed by <b>Samuel Brando Oldra</b> (samuel.oldra@gmail.com) as part of the discipline named <b>Trabalho de Conclusão de Curso 2</b> (Bacharelado em Sistemas de Informação; Universidade de Caxias do Sul, Brazil).
</font>
</td></tr>
</table>
</td></tr>
</table><br />
</td>
</tr>
<tr>
<td align="center">
<a href="others/TCC-Samuel.pdf" target="_blank" title="Monograph">
<img src="imgs/pdf.jpg" width="100" height="100" /><br />
Monograph
</a>
</td>
<td align="center">
<a href="others/BioNet.exe" target="_blank" title="Demo video">
<img src="imgs/video.jpg" width="100" height="100" /><br />
Demo video
</a>
</td>
</td>
</tr>
</table>
</form>
</td></tr>
</table>
</font>
</body>
</html>