-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (109 loc) · 4.62 KB
/
index.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE HTML>
<html>
<head>
<title>Pixu Shi's Homepage</title>
<meta name="google-site-verification" content="ghtNAFj0BvaokCE1OC3R3q2dDWGkjcpYmdLzgyEFmUU" />
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="template/style.css" title="style" />
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1>Pixu Shi</h1>
<h2>Department of Biostatistics and Bioinformatics</h2>
<h2>Duke University</h2>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li class="selected"><a href="index.html">Home</a></li>
<li><a href="Pixu_publication.html">Publication</a></li>
<li><a href="Pixu_software.html">Software</a></li>
<li><a href="Pixu_teaching.html">Teaching</a></li>
</ul>
</div>
</div>
<div id="site_content">
<div id="sidebar_container">
<div class="sidebar">
<div class="sidebar_top"></div>
<div class="sidebar_item">
<!-- insert your sidebar items here -->
<img src="Pixu_profile_square.jpg" width="195" align="middle">
</div>
<div class="sidebar_base"></div>
<div class="sidebar">
<div class="sidebar_top"></div>
<div class="sidebar_item">
<h3>Useful Links</h3>
<ul>
<li><a href="https://scholars.duke.edu/person/Pixu.Shi">My profile at Duke University</a></li>
<li><a href="https://github.com/pixushi">My GitHub Page</a></li>
<li><a href="https://scholar.google.com/citations?user=EbF6EYMAAAAJ&hl=en">My Google Scholar Page</a></li>
</ul>
</div>
<div class="sidebar_base"></div>
</div>
</div>
</div>
<div id="content">
<h2></h2>
<p>I am currently an assistant professor in the <a href="https://biostat.duke.edu/">Department of Biostatistics and Bioinformatics </a>, Duke University.
Before joining Duke, I was a visiting assistant professor in the Department of Statistics, University of Wisconsin - Madison from 2018 to 2020,
and a postdoctoral researcher in the Department of Biostatistics, University of Wisconsin - Madison from 2016 to 2018.
</p>
<h2>Research Interests</h2>
<UL>
<LI> Statistical Methods for Microbiome Research</LI>
<LI> Integration of Omic Data</LI>
<LI> Spatial Omics</LI>
<LI> High-dimensional Statistical Inference</LI>
</UL>
<h2>Education</h2>
<p> PhD in Biostatistics, University of Pennsylvania, 2016<br />
Advisor: Hongzhe Li
</p>
<p> MS in Biostatistics, University of Pennsylvania, 2015<br />
Advisors: Dylan Small and Nandita Mitra
</p>
<p> MS in Statistics, Rutgers University, 2012<br />
Advisor: Min-ge Xie
</p>
<p> BS in Statistics, Peking University, 2010<br />
Advisors: Xiangzhong Fang and Jiading Chen
</p>
<h2>Contact Information</h2>
<p> Department of Biostatistics and Bioinformatics <br />
Duke University <br />
E-mail: <a href="mailto:[email protected]">pixu <font size=1> dot </font> shi <font size=1> at </font> duke <font size=1> dot </font> edu</a>
</p>
</div>
</div>
<div id="content_footer"></div>
<div id="footer">
Copyright © textured_stars_light | <a href="http://validator.w3.org/check?uri=referer">HTML5</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | <a href="http://www.html5webtemplates.co.uk">design from HTML5webtemplates.co.uk</a>
</div>
</div>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=11414960;
var sc_invisible=1;
var sc_security="e117e79e";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" + scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="web analytics"
href="http://statcounter.com/" target="_blank"><img class="statcounter"
src="//c.statcounter.com/11414960/0/e117e79e/1/" alt="web
analytics"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>