-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCollaborators.html
81 lines (73 loc) · 4.95 KB
/
Collaborators.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
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>LiuLab|Collaborators</title>
<link rel="stylesheet" type="text/css" href="CSS/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="CSS/style.css">
<link rel="stylesheet" type="text/css" href="CSS/Collaborators.css">
<script type="text/javascript" src="CSS/jquery.min.js"></script>
<script async src="js/busuanzi.pure.mini.js"></script>
</head>
<body>
<div class="container">
<!--标题栏-->
<div class="row">
<div class="col-xs-12 HeadTitle">
<ul class="nav nav-pills Navigation">
<li><a href="Home.html" >Home</a></li>
<li><a href="Research.html">Research</a></li>
<li><a href="Members.html">Members</a></li>
<li><a href="Publications.html">Publications</a></li>
<li><a href="DownLoad.html">Data&Code</a></li>
<li><a href="News.html">News</a></li>
<li><a href="Colaborators.html" style="color:red;">Collaborators</a></li>
<li><a href="Hesheng.html">DR. Hesheng</a></li>
</ul>
</div>
</div><!--结束标题栏-->
<div class="row main head">
<div class="col-xs-12">
<div class="BigTitle_div">Collaborators</div>
<hr style="border:1px solid #808080; height:0.1px;margin-top: 0;" />
</div>
</div>
<div class="row main">
<div class="col-xs-6">
<ul class="collaboratorsUl">
<li><a href="https://cnl.rc.fas.harvard.edu/people/#ppl_Buckner">Randy Buckner (Harvard University)</a></li>
<li><a href="https://www.urmc.rochester.edu/people/20165505-suzanne-n-haber">Suzanne Haber (University of Rochester Medical Center)</a></li>
<li><a href="https://vivo.brown.edu/display/srasmuss">Steven A. Rasmussen (Brown University)</a></li>
<li><a href="http://phillips.pitt.edu/">Mary L. Phillips (University of Pittsburgh)</a></li>
<li><a href="https://md.rcm.upr.edu/quirk/">Greg Quirk (University of Puerto Rico)</a></li>
<li><a href="http://www.bidmc.org/Centers-and-Departments/Departments/Neurology/Parkinsons-Disease-and-Movement-Disorders/Our-Team/Michael-Fox-MD-PhD.aspx">Michael Fox (Beth Israel Deaconess Medical Center)</a></li>
<li><a href="http://www.ece.cornell.edu/people/profile.cfm?netid=ms3375">Mert Sabuncu ( Cornell University)</a></li>
<li> <a href="http://holmeslab.yale.edu/">Avram Holmes (Yale University)</a></li>
<li><a href="http://www.mcleanhospital.org/biography/dost-ongur">Dost Öngür (McLean Hospital)</a></li>
</ul>
</div>
<div class="col-xs-6">
<ul class="collaboratorsUl">
<li><a href="http://www.mcleanhospital.org/biography/justin-baker">Justin Baker (McLean Hospital)</a></li>
<li><a href="https://sites.google.com/site/yeoyeo02/home">Thomas Yeo (National University of Singapore)</a></li>
<li><a href="https://connects.catalyst.harvard.edu/Profiles/display/Person/51423/">Daphne Holt (Harvard)</a></li>
<li><a href="http://roffmanlab.mgh.harvard.edu/">Joshua Roffman (Harvard)</a></li>
<li><a href="http://www.neuromind.org/">Steven M.Stufflebeam (Harvard)</a></li>
<li><a href="https://scholar.google.com/citations?user=qSIysB4AAAAJ&hl=en&oi=ao">Bo Hong (Tsinghua University)</a></li>
<li><a href="http://www.tsinghua.edu.cn/publish/hy/1734/2010/20101219162616361971951/20101219162616361971951_.html">Luming Li (Tsinghua University)</a></li>
<li><a href="http://brainhealthy.net/">Kai Wang (Anhui Medical University)</a></li>
</ul>
</div>
</div>
<!--版权-->
<div class="row" style="margin-top: 50px;">
<div class="col-xs-12 text-center">
<div style="background-color: #999;height: 3px;margin-bottom: 10px;"></div>
<div style="background-color: #ccc;height: 65px;padding-top: 20px;">
<span>© Copyright 2016, Liu Lab All rights reserved.</span><span> Visits <span id="busuanzi_value_site_uv"></span> Views <span id="busuanzi_value_site_pv"></span></span>
</div>
</div>
</div> <!--结束版权-->
</div>
</body>
</html>