-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
54 lines (45 loc) · 3.19 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
<html>
<link rel="shortcut icon" href="img/favicon.ico" />
<head>
<title>Stephen D. Turner, Ph.D.: UVA Bioinformatics Core Director</title>
<meta name="description" content="Stephen D. Turner, Ph.D.: Assistant Professor and Bioinformatics Core Director at the University of Virginia School of Medicine">
<link href="css/style.css" media="screen" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="page">
<div id="sitetitle">
<h1><a href="/">Stephen D. Turner, Ph.D.</a></h1>
</div>
<div id="menu">
<ul>
<li><a href="/">HOME</a></li>
<li><a href="/cv.pdf" target="_blank">CV</a></li>
<li><a href="/email.html" target="_blank">EMAIL</a></li>
<li><a href="https://twitter.com/genetics_blog" target="_blank">TWITTER</a></li>
<li><a href="http://gettinggeneticsdone.blogspot.com/" target="_blank">BLOG</a></li>
<li><a href="http://bioinformatics.virginia.edu/" target="_blank">CORE</a></li>
<li><a href="/p/edu">EDU</a></li>
</ul>
</div>
<div id="mainbody">
<img class="roundshadow" id="profile" src="img/StephenTurner.jpg" width="300" title="Stephen Turner"/>
<p>I'm an assistant professor of Public Health at the University of Virginia, and director of the School of Medicine's <a href="http://bioinformatics.virginia.edu" target="_blank">Bioinformatics Core</a>. Originally trained in molecular biology, I obtained my PhD in computational genetics and an MS in statistics, and did a postdoc in epidemiology. I provide expert bioinformatics consulting services, working closely with investigators in the experimental design and analysis of genome-scale research, including studies of gene expression, protein-DNA binding, DNA methylation, and DNA variation, and metagenomics, using both array and next-generation sequencing technologies. Please see <a href="http://bioinformatics.virginia.edu" target="_blank">bioinformatics.virginia.edu</a> for more.
<p>I'm also a registered United States patent agent with an interest in technology management.</p>
<p>Please <a href="email.html" target="_blank">email me</a>, <a href="cv.pdf" target="_blank">download my CV</a>, follow me on Twitter (<a href="http://twitter.com/Genetics_Blog" target="_blank">@genetics_blog</a>), or read my blog (<a href="http://gettinggeneticsdone.blogspot.com/" target="_blank">Getting Genetics Done</a>). I also maintain this list of <a href="/p/edu">bioinformatics and workshops and training</a> around the world and online.</p>
</div>
</div>
</body>
<!-- Start Google analytics tracking code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-8298649-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End Google analytics tracking code -->
</html>