forked from bnucmb/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
71 lines (68 loc) · 3.47 KB
/
contact.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
<!doctype html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content="cmb" name="author" />
<meta content="Laboratory of Computational Molecular Biology" name="description" />
<title>Laboratory of Computational Molecular Biology, BNU</title>
<link rel="stylesheet" media="screen" href="css/cmb.css" />
<link rel="stylesheet" media="screen" href="css/contact.css" />
<link rel="stylesheet" media="print" href="css/cmb_print.css" />
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
</head>
<body>
<article>
<header>
<h1>Laboratory of Computational Molecular Biology</h1>
<h2>College of Life Sciences, Beijing Normal University</h2>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="faculty.html">Faculty</a></li>
<li><a href="students.html">Students</a></li>
<li><a href="research.html">Research Areas</a></li>
<li><a href="facilities.html">Facilities</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<aside>
<h3>Online Applications</h3>
<ul>
<li><a href="http://cmb.bnu.edu.cn/SPIDer/">SPIDer</a></li>
<li><a href="http://cmb.bnu.edu.cn/pdart/">PDART</a></li>
<li><a href="http://cmb.bnu.edu.cn/BPhyOG/">BPhyOG</a></li>
<li><a href="http://cmb.bnu.edu.cn/BindingR/">BindingR</a></li>
<li><a href="http://cmb.bnu.edu.cn/hrss/">HRSS</a></li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="http://www.ncbi.nlm.nih.gov/">NCBI</a></li>
<li><a href="http://www.ensembl.org/">Ensembl</a></li>
<li><a href="http://www.geneontology.org/">Gene Ontology</a></li>
<li><a href="http://www.sanger.ac.uk/Software/Pfam/">Pfam</a></li>
<li><a href="http://www.ebi.uniprot.org/">UniProt</a></li>
<li><a href="http://www.bnu.edu.cn/">Beijing Normal University</a></li>
<li><a href="http://cls.bnu.edu.cn/">College of Life Sciences, BNU</a></li>
<li><a href="http://ecology.bnu.edu.cn/">Institute of Ecology, BNU</a></li>
</ul>
</aside>
<div id="main">
<table>
<tr> <th>Address:</th> <td>No.19, Xinjiekouwai Street, Haidian District, <br />College of Life Sciences, Beijing Normal University, <br />Beijing, P.R.China</td> </tr>
<tr> <th>Postal Code:</th> <td>100875</td> </tr>
<tr> <th>Tel:</th> <td>+86-10-58805045</td> </tr>
<tr> <th>Fax:</th> <td>+86-10-58807721</td> </tr>
<tr> <th>E-mail:</th> <td><a href="mailto:[email protected]">[email protected]</a> (Dr. Lin, Kui)</td> </tr>
<tr> <th></th> <td><a href="mailto:[email protected]">[email protected]</a> (Dr. Niu, Deng-Ke)</td> </tr>
</table>
<img src="images/xiaoxu-small.gif" alt="Xiao Xun"/>
</div>
<footer>
© Laboratory of Computational Molecular Biology, College of Life Sciences, Beijing Normal University
</footer>
</article>
</body>