-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpredator-parasite.html
More file actions
136 lines (117 loc) · 5.02 KB
/
predator-parasite.html
File metadata and controls
136 lines (117 loc) · 5.02 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
<!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 -->
<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>Predator-Parasite Interactions</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="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>
<!-- Main -->
<section id="main">
<div class="container">
<div class="row">
<div class="col-12">
<div class="content">
<!-- Content -->
<article class="box page-content">
<header>
<h2>Predator-Parasite Interactions</h2>
<p>Do predators really keep herds healthy?</p>
</header>
<section>
<span class="image featured"><img src="images/predator-parasite-pic.jpg" alt="" /></span>
<p>
Classic theory suggests that predators keep their prey healthy by decreasing parasitism in prey populations. Though there is some empirical evidence supporting a negative effect of predators on parasites in their prey predation pressure seems to frequently increase parasitism. Thus, given the frequency of predator loss, and the ubiquity of parasitism in prey populations, it is critical to gain a more detailed and nuanced understanding of the effects that predators can have on parasitism in their prey. My dissertation work (i) employs data-driven approaches to determine the drivers of predator effect directionality and (ii) uses a combination of empirical field experiments and theoretical model building to assess the effect of formally relaxing assumptions of these classical models.
</p>
<p>
I conduct my field experiments in collaboration with researchers at the Joseph W. Jones Ecological Research Center. We take advantage of a 15 year large-scale, replicated, mesopredator exclusion experiment to test the effect of heterogeneity in predator and prey populations on predator-parasite interactions. While a variety of predator clades are studied small mammals and their gastro-intestinal macroparasites serve as the focal host-parasite system.
</p>
</section>
</article>
</div>
</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>© Untitled. All rights reserved</li><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>