-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
151 lines (132 loc) · 6.14 KB
/
index.html
File metadata and controls
151 lines (132 loc) · 6.14 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE HTML>
<!--
TXT by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<style>
.image-txt-container {
display: flex;
align-items: center;
flex-direction: row;
}
</style>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-91241311-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-91241311-1');
</script>
<title>Robbie Richards</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<div class="logo container">
<div>
<h1><a href="index.html" id="logo">Robbie Richards</a></h1>
<p>Community ecology of infectious diseases</p>
</div>
</div>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">About Me</a></li>
<li>
<a href="#">Research</a>
<ul>
<li><a href="predator-parasite.html">Predator-Parasite Interactions</a></li>
<li><a href="sdms.html">Species Distribution Models</a></li>
<li>
<a href="">Spatial Heterogeneity in Disease</a>
<ul>
<li><a href="dracunculus.html">Guinea Worm in Chad</a></li>
<li><a href="NBR.html">Macroparasites on the National Bison Range</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="Publications.html">Publications</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="">Code</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<div class="content">
<h2>Robert L. Richards</h2>
<p>Blending computational and field approaches to study the community ecology of infectious diseases</p>
<a href="#main" class="button scrolly">Learn more!</a>
</div>
</section>
<!-- Main -->
<section id="main">
<div class="container">
<div class="row gtr-200">
<div class="col-12">
<!-- Highlight -->
<section class="box highlight">
<div class ="image-txt-container">
<img src="images/headshot.jpg" style="width: 500px; padding: 5px 50px 5px 10px;">
<p style = "text-align: left; font-size: 16px;">
I'm currently a postdoc in the <a href = "https://taddallas.github.io/">Dallas</a> and <a href = "https://www.lsu.edu/faculty/elderd/index.html">Elderd</a> labs at Louisiana State University where I'm using the COVID-19 pandemic to try to measure the benefits of model complexity for understanding epidemic disease spread at different points in an epidemic.
I recently got my PhD at the University of Georgia's <a href="http://www.ecology.uga.edu/">Odum School of Ecology</a> working with <a href="https://daphnia.ecology.uga.edu/drakelab/">John Drake</a> and <a href="http://ezenwalab.yale.edu/">Vanessa Ezenwa</a>.
<br>
<br>
I combine field data with quantitative methods ranging from mathematical transmission models to machine learning algorithms to ask questions about the population and community ecology of infectious diseases. My PhD work focused on the role of <a href = "predator-parasite.html"> predators in driving prevalences, intensities, and diversities of macroparasites of mammals</a>. This work ranged from the experimental manipulation of parasites of rodents using a long-term predator exclusion experiment at the <a href="http://www.jonesctr.org/research/wildlife/">Joseph W. Jones Ecological Research Center</a> to a study of the macro-ecology of predator-parasite interactions using the Global Mammal Parasite Database. Side projects largely involve developing and implementing computational methods to understand spatio-temporal heterogeneities in disease transmission, ranging from <a href = "NBR.html"> macroparasites of ungulates on the National Bison Range</a> to <a href = "dracunculus.html"> Guinnea worm (<i>Dracunculus medinensis</i>) in domestic dog populations in Chad</a>.
<br>
<br>
One of my main professional passions is <a href = "teaching.html">teaching </a> and while I'm taking a short break from it at the moment I hope to return to a primarily teaching focused position in the near future. I especially enjoy using interactive problem-based pedagogy to help students learn ecological/biological concepts and/or statistical/data science skills.
</p>
</div>
</section>
</div>
<div class="col-12">
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row gtr-200">
<div class="col-12">
<!-- Contact -->
<section>
<h2 class="major"><span>Get in touch</span></h2>
<ul class="contact">
<li><a class="icon fa-twitter" href="https://twitter.com/robbielrichards"><span class="label">Twitter</span></a></li>
<li><a class="icon fa-github" href="https://github.com/rlrichards"><span class="label">Github</span></a></li>
<li><a class="icon fa-envelope" href="mailto:robbielrichards@gmail.com"><span class="label">E-mail</span></a></li>
</ul>
</section>
</div>
</div>
<!-- Copyright -->
<div id="copyright">
<ul class="menu">
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>