-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
298 lines (270 loc) · 13.4 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
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css"
/>
<link
href="https://api.mapbox.com/mapbox-gl-js/v2.1.1/mapbox-gl.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<script>
document.addEventListener('DOMContentLoaded', function () {
let multipleCardCarousel = document.querySelector("#carouselExampleControls");
if (window.matchMedia("(min-width: 768px)").matches) {
let carousel = new bootstrap.Carousel(multipleCardCarousel, {
interval: false, // Disable automatic sliding
wrap: false, // Prevent wrapping at the end
});
let carouselWidth = document.querySelector(".carousel-inner").scrollWidth;
let cardWidth = document.querySelector(".carousel-item").offsetWidth;
let scrollPosition = 0;
document.querySelector("#carouselExampleControls .carousel-control-next").addEventListener("click", function () {
if (scrollPosition < carouselWidth - cardWidth * 4) {
scrollPosition += cardWidth;
document.querySelector("#carouselExampleControls .carousel-inner").scroll({ left: scrollPosition, behavior: 'smooth' });
}
});
document.querySelector("#carouselExampleControls .carousel-control-prev").addEventListener("click", function () {
if (scrollPosition > 0) {
scrollPosition -= cardWidth;
document.querySelector("#carouselExampleControls .carousel-inner").scroll({ left: scrollPosition, behavior: 'smooth' });
}
});
} else {
multipleCardCarousel.classList.add("slide");
}
});
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous">
</script>
<title>Anthony Snead</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg bg-dark navbar-dark py-3 fixed-top">
<div class="container">
<a href="index.html" class="navbar-brand">Anthony Snead</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navmenu"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navmenu">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a href="about.html" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="research.html" class="nav-link">Research</a>
</li>
<li class="nav-item">
<a href="publications.html" class="nav-link">Publications</a>
</li>
<li class="nav-item">
<a href="outreach.html" class="nav-link">Outreach</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Showcase -->
<section
class="bg-dark text-light p-2 text-center text-sm-start"
>
<div class="container">
<div class="d-sm-flex align-items-center justify-content-between">
<div>
<h1>An Integrative Approach to <span class="text-warning"> Evolutionary Ecology </span></h1>
<h2 class="lead my-4">
"Nothing in Biology Makes Sense Except in the Light of Evolution" <br>
- Theodosius Dobzhansky
</h2>
<a href="research.html" class="btn btn-primary btn-lg">
Learn About My Research
</a>
</div>
<img
class="img-fluid w-30 mx-4 my-2 d-none d-sm-block"
src="img/Logo.svg"
alt=""
width="350"
height="350"
/>
</div>
</div>
</section>
<!-- Research Overview -->
<section id="Research Overview" class="p-3"></section>
<div class="container">
<div class="align-items-center justify-content-between">
<div class="col">
<h1 class="text-center fw-bold"><u>Overview</u></h1>
<h5> My research couples phenotypic and ecological data with various ‘omics technologies to quantify how environmental variation,
both natural and anthropogenic, shape the spatial distribution of genetic, phenotypic, and bio- diversity. Hence, my work
integrates controlled lab experiments, quantitative field studies, genomics, and computational biology. I am particularly
interested in understanding how genetic diversity and the genomic architecture of complex phenotypes interact with demography
and selection to alter the rate of phenotypic evolution. While my current focus is on the northern two-lined salamander
(<span class="fst-italic">Eurycea bislineata</span>) and the mangrove rivulus fish (<span class="fst-italic">Kryptolebias mamoratus</span>),
I do not restrict myself to any particular taxonomic group, and I have worked on a diversity of organisms (e.g., <span class="fst-italic">Naegleria fowleri</span>,
<span class="fst-italic">Gasterosteus aculeatus</span>, <span class="fst-italic">Lycorma delicatula</span>).
</h5>
</div>
</div>
</section>
<!-- Carousel -->
<div id="carouselExampleControls" class="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="card">
<div class="img-wrapper"><img src="img/DNA_Computer.jpeg" class="d-block w-100" alt="..."> </div>
<div class="card-body">
<h5 class="card-title">Functional Genomics</h5>
<p class="card-text">I incorporate whole genome sequencing and transcriptomics to understand how genetic variation and changes in gene expression impact complex phenotypes. </p>
<a href="research.html#FunctionalGenomics" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card">
<div class="img-wrapper"><img src="img/Temp_map.jpeg" class="d-block w-100" alt="..."> </div>
<div class="card-body">
<h5 class="card-title">Species Distribution Modeling</h5>
<p class="card-text">Using occurrence/count data, I evaluate how abiotic and biotic factors influence occupancy and population size while projecting models onto future climatic scenarios.</p>
<a href="research.html#SpeciesDistributionModeling" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card">
<div class="img-wrapper"><img src="img/Urban_Evolution.jpeg" class="d-block w-100" alt="..."> </div>
<div class="card-body">
<h5 class="card-title">Adaptation Genomics</h5>
<p class="card-text">I use cities as natural experiments to identify genes related to local adaptation and understand genomic architecture impacts the efficiency of natural selection.</p>
<a href="research.html#AdaptationGenomics" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card">
<div class="img-wrapper"><img src="img/Climate.svg" class="d-block w-100" alt="..."> </div>
<div class="card-body">
<h5 class="card-title">Landscape Genetics</h5>
<p class="card-text">I integrate GIS and physical oceanography to understand how environmental variation impacts the distribution of genetic variation.</p>
<a href="research.html#LandscapeGenetics" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card">
<div class="img-wrapper"><img src="img/edna.png" class="d-block w-100" alt="..."> </div>
<div class="card-body">
<h5 class="card-title">Environmental DNA</h5>
<p class="card-text">With a combination of laboratory and field experiments, I harness DNA fragments within the environment to both detect species and estimate their relative abundance.</p>
<a href="research.html#eDNA" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Collaboration -->
<section id="Collab" class="p-5 bg-dark text-light">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col-md p-5">
<h2>Interested in Collaborating? <span class="text-warning">Reach out!</span></h2>
<p>
I am a firm believer that collaborative science is not only the future but essential for the forward progression of science.
Some of my most interesting research projects stem from highly interdisciplinary and collaborative teams.
If you have a project or research idea that you think I may be able to help with, reach out!
I am always open to new ideas and applying my skills to new and interesting questions.
</p>
<button type="button" class="bi bi-chevron-right btn-primary" data-bs-toggle="modal" data-bs-target="#popupModal">
Contact Me
</button>
</div>
<div class="col-md">
<img src="img/Collaboration.svg" class="img-fluid" alt="" />
</div>
</div>
</div>
</section>
<!-- Popup Modal-->
<div class="modal fade" id="popupModal" tabindex="-1" aria-labelledby="popupModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="popupModalLabel">Contact Me</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form id="contact_form" name="contact_form" method="post">
<div class="mb-5">
<label for="email_addr">Email address</label>
<input type="email" required maxlength="50" class="form-control" id="email_addr" name="email"
placeholder="name@example.com">
</div>
<div class="mb-5">
<label for="name_input">Name</label>
<input type="text" required maxlength="50" class="form-control" id="name_input" name="name"
placeholder="Name">
</div>
<div class="mb-5">
<label for="subject_input">Subject</label>
<input type="text" required maxlength="50" class="form-control" id="subject_input" name="Subject"
placeholder="Subject">
</div>
<div class="mb-5">
<label for="message">Message</label>
<textarea class="form-control" id="message" name="message" rows="3" required></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
</div>
</div>
<!-- White Space -->
<section id="learn" class="p-5 bg-light text-light">
<div class="container">
</div>
</div>
</section>
<!-- Footer -->
<footer class="p-5 bg-dark text-white text-center position-relative">
<div class="container">
<p class="lead">Made with Bootstrap - <a href="https://github.com/anthonysnead/anthonysnead.github.io"
class="link-primary" target="_blank">
See the Code!</a></p>
<a href="#" class="position-absolute bottom-0 end-0 p-5">
<i class="bi bi-arrow-up-circle h1"></i>
</a>
</div>
</footer>
<script id="ratufa_loader" src="https://www.ratufa.io/c/ld.js?f=f0viwx6p&n=n1.ratufa.io"></script>
</body>
</html>