-
Notifications
You must be signed in to change notification settings - Fork 2
/
aboutus.php
executable file
·35 lines (30 loc) · 1.18 KB
/
aboutus.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
<?
$page_title="miRNASNP about us";
include "head.php";
?>
<div id="content" style="font-family:Arial, Helvetica, sans-serif; font-size:18px ; ">
<br/><br/>
<h2 class="quicksearch" style="font-size:24px"> About us</h2>
<p></p>
<br/>
<b> An-Yuan Guo, Ph.D. </b><br>
Professor of Bioinformatics<br>
Email: <img src="../img/email.jpg" ><br>
<a margin-left:10px; href="http://www.bioguo.org" target=_blank>Lab homepage</a><br>
<br/>
<b> Jing Gong. Ph.D. Candidate </b><br>
Email: [email protected]<br>
<br/>
<b> Yin Tong. Undergraduate student </b><br>
Email: [email protected]<br>
<br/>
<a href="http://bioinfo.hust.edu.cn/" target=_blank>Hubei Bioinformatics & Molecular Imaging Key Laboratory</a> <br>
Department of Systems Biology<br>
<a href="http://lifehust.bjsxp01.host.35.com/" target=_blank>College of Life Science and Technology</a><br>
<a href="http://www.hust.edu.cn/" target=_blank>Huazhong University of Science and Technology</a>, Wuhan 430074 P.R. China<br>
<p></p>
<br/>
</div>
<?
include "footerinclude.php";
?>