forked from dnett/dnett.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (57 loc) · 2.53 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
<HTML>
<HEAD>
<LINK REL=stylesheet HREF="mystyle.css" TYPE="text/css">
<TITLE>Dan Nettleton's Home Page</TITLE>
</HEAD>
<BODY>
<div id="menu">
<ul>
<li><a href="index.html"><strong style="font-size: 125%;">Dan Nettleton</strong></a></li>
<li><a href="cv.pdf">CV</a></li>
<li><a href="https://www.iastate.edu/">Iowa State</a></li>
<li><a href="http://stat.iastate.edu/">Department of Statistics</a></li>
<li><a href="http://www.bioinformatics.iastate.edu">L. H. Baker Center</a></li>
<li><a href="http://dnett.github.io/S510/stat510.html">STAT 510</a></li>
</ul>
</div>
<img src = "DanMural.jpg">
<H2>
About
</H2>
<P>
Dan Nettleton is the Laurence H. Baker Endowed Chair, Distinguished Professor, and Chair of the <A HREF="http://stat.iastate.edu">Department of Statistics</A>
at <A HREF="https://www.iastate.edu">Iowa State University</A>. Dan also serves as Director of the
<A HREF="http://www.bioinformatics.iastate.edu">Laurence H. Baker Center for Bioinformatics and Biological Statistics</A>.
</P>
<P>
Nettleton conducts research on statistical methods for the design and analysis of high-dimensional biological datasets.
Example data types include transcriptomic data from microarrays or RNA-sequencing, microbiome data,
genomic data for use in genome-wide association studies, and data on complex phenotypes.
Since joining <A HREF="https://www.iastate.edu">Iowa State University</A> in 2000,
Nettleton's work has been heavily influenced by numerous collaborations
with leading plant and animal scientists who seek to understand the functions of genes in biological systems
and to learn how genotype and environment interact to shape important phenotypes.
</P>
<P>
Nettleton also works on the development of statistical learning methodology and has enjoyed applying such methods
to problems in sports analytics.
</P>
<P>
Nettleton teaches statistics courses, advises graduate student research, and serves on many student committees,
both within the <A HREF="http://stat.iastate.edu">Department of Statistics</A> and for students from a variety of
other departments at <A HREF="https://www.iastate.edu">Iowa State</A>.
</P>
<H2>
Contact
</H2>
<P>
1121H Snedecor Hall<BR>
<A HREF="http://stat.iastate.edu">Department of Statistics</A><BR>
<A HREF="https://www.iastate.edu">Iowa State University</A><BR>
2438 Osborn Drive<BR>
<A HREF="http://www.cityofames.org/">Ames, Iowa</A> 50011-1090<BR>
Phone : (515) 294-7754<BR>
Email: <A HREF="mailto:[email protected]">[email protected]</A>
</P>
</BODY>
</HTML>