-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphd.html
More file actions
43 lines (42 loc) · 1.76 KB
/
phd.html
File metadata and controls
43 lines (42 loc) · 1.76 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>生物信息学博士招生目录</title>
</head>
<style type="text/css">
li{
height: 20px;
background-color: #efefef;
margin:10px;
padding: 10px;
display: grid;
}
h3{
text-align: center;
}
a{
text-decoration: none;
color: #5f425f;
}
</style>
<body>
<ul>
<h3><a href="http://yz.chsi.com.cn/bsmlcx/GenZymlServlet?dwdm=14430">(研招网)中科院</a> </h3>
<li><a href="http://admission.ucas.ac.cn/info/ZhaoshengDanweiDetail/0498302B-8BDB-4F34-B4F8-48740BAD4FC3/8016742018">北京基因组研究所</a></li>
<li><a href="http://edu.genetics.ac.cn/jiaoyugaikuang/ArticleShow.asp?ArticleID=235">中科院遗传发育所</a></li>
<li><a href="http://admission.ucas.ac.cn/info/ZhaoshengDanweiDetail/9adf9e50-424b-44c8-b2dc-900ef9344373/8008522018">中科院生命科学学院</a></li>
<li><a href="http://www.nibs.ac.cn/yjsjylist.php?cid=8&sid=26&zid=81">北京生命科学研究所</a></li>
<li><a href="http://www.big.cas.cn/yjsjy/zs/bszs/201709/t20170922_4863854.html">中科院北京基因组研究所</a></li>
<li><a href="http://life.tsinghua.edu.cn/publish/smkx/11230/2018/20180102030120630761402/20180102030120630761402_.html">清华实验室1</a></li>
<li><a href="http://bioinfo.au.tsinghua.edu.cn/zh/admissions/">清华实验室2</a></li>
</li>
<li><a href="">北大</a></li>
<li>中科院上海计算所(马普所)</li>
<li><a href="">深圳基因组研究所</a></li>
<li><a href="http://fhqdddddd.blog.163.com/blog/static/1869915420091028101133179/">导师目录2009版</a></li>
<li><a href="https://fhs.um.edu.mo/ph-d-student-recruitment/">澳门大学健康科学学院(CET6>430分)or雅思6.0以上</a></li>
<li><a href=""></a></li>
</ul>
</body>
</html>