-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (78 loc) · 5.32 KB
/
Copy pathindex.html
File metadata and controls
89 lines (78 loc) · 5.32 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
<!DOCTYPE html>
<html>
<head>
<title>Ella Crotty</title>
<link href="style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
</html>
<body> <!-- stuff in here is displayed -->
<!--<a href="#id-of-element-to-link-to">Take me to a different part of the page</a>-->
<header>
<h1 style='text-align: center;'>Ella Crotty</h1>
<nav>
<container>
<a margin-left: 0px;' href="./index.html"><strong>Home</strong></a>
<a margin-left: 0px;' href="./CV.html"><strong>CV</strong></a>
<a margin-left: 0px;' href="./PublicationsPresentations.html"><strong>Publications & Presentations</strong></a>
<a margin-left: 0px;' href="./Research.html"><strong>Research</strong></a>
<a margin-left: 0px;' href="./TeachingOutreach.html"><strong>Teaching & Outreach</strong></a>
<a margin-left: 0px;' href="./Illustration.html"><strong>Illustration</strong></a>
</container>
</nav>
</header>
<main>
<section id="Introduction">
<h2 style='text-align: center;'>Ella Crotty, B.A. Environmental Studies/Biology</h2>
<p>I grew up in San Diego, California, and got my B.A. at Reed College in Portland, Oregon. I am currently a volunteer with
<a href="https://calcofi.org">CalCOFI</a> and the <a href="https://semmenslab.org/">Semmens Lab</a> at Scripps Institution of Oceanography.
Outside of work, I enjoy hiking, bodysurfing, swimming, and various forms of visual art.
</p>
<h3>Research interests:</h3>
<ul id="Interests"> <!-- this is the child of body and can be styled -->
<li>Marine Conservation Genetics: Applying genetic and bioinformatic approaches to research questions with practical
applications to conservation strategies, such as defining populations or understanding stress responses.</li>
<li>Climate Change: How does climate change affect marine ecosystems? How do species react on an evolutionary
and gene expression level?</li>
<li>Human-Ocean Impacts: How do humans impact ocean ecosystems? How do ocean ecosystems affect us?</li>
<li>Fisheries: How can we fish sustainably and preserve marine resources for future generations?</li>
<li>Community Science: I am interested in doing research informed by the needs of local communities and
providing useful information to those communities</li>
<li>Modeling: How can computational modeling help us understand fishieres and climate change?</li>
</ul>
</section>
<section id="Links">
<container style='background: #ffff;'>
<a class="btn" style='text-align: center;' href="https://github.com/DolphinCoder">GitHub</a>
<a class="btn" style='text-align: center;' href="https://www.researchgate.net/profile/Ella-Crotty">ResearchGate</a>
<a class="btn" style='text-align: center;' href="https://orcid.org/0009-0004-4340-2007">ORCID</a>
<a class="btn" style='text-align: center;' href="https://www.linkedin.com/in/eleanor-c-81742b260/">LinkedIn</a>
</container>
</section>
<h3>Contact:</h3>
<p>Email me at eleanor (dot) crotty (at) gmail [dot] com</p>
<ul class="gallery">
<li><img src="CalCOFI_Sampling.jpeg" width="768" height="576" alt="A picture of me in a hard hat in a lab in a ship
working at a sink." loading="lazy" /></li>
<li><img src="EllaInOCNMSBoat.jpeg" width="768" height="576" alt="A picture of me in sunglasses and a
life vest on a boat." loading="lazy" /></li>
<li><img src="StockChemistryElla.JPG" width="768" height="576" alt="A picture of me in a lab coat,
goggles, and a surgical mask holding a volumetric flask of a yellow liquid" loading="lazy" /></li>
<li><img src="EllaSharkFishingCreditWetherbee2.jpeg" width="768" height="576" alt="Me holding a fishing rod on a boat" loading="lazy" /></li>
<li><img src="KelpSelfie1.JPG" width="768" height="576" alt="Me in SCUBA gear underwater with kelp in the background" loading="lazy" /></li>
<li><img src="EllaAtScrippsPier.JPG" width="768" height="576" alt="Me in goggles and a wetsuit in front of a pier on a beach" loading="lazy" /></li>
<li><img src="LabNotebookInTheRiver.JPG" width="768" height="576" alt="Me standing in a river holding a notebook and smiling" loading="lazy" /></li>
<li><img src="SwimElla.JPG" width="768" height="576" alt="Me swimming in a pool"/></li>
<li><img src="GraduationPortrait.JPG" width="768" height="576" alt="Me in a graduation robe and cap in front of a building arch that says
'ELIOT HALL' on it" loading="lazy" /></li>
<li class="wide"><img src="GaribaldiSelfie.PNG" width="768" height="576" alt="Me in SCUBA gear underwater with a garibaldi fish in the background" loading="lazy" /></li>
<li><img src="KelpSelfie2.JPG" width="768" height="576" alt="Me in SCUBA gear underwater with kelp in the background" loading="lazy" /></li>
</ul>
<p>Image Credit: Fishing photo by Brad Wetherbee</p>
</main>
</body>