-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (117 loc) · 8.24 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
<!DOCTYPE html>
<html>
<head>
<title>Laurie Balstad</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body>
<style>
aside {
width: 30%;
padding-left: 15px;
margin-left: 15px;
float: right;
}
</style>
<style type="text/css">
.mobileHide { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
.mobileHide { display: none;}
}
</style>
<style type="text/css">
.mobileShow { display: none;}
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
.mobileShow {display: inline;}
}
</style>
<!-- Icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- template https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_templates_architect&stacked=h-->
<!-- demo https://www.w3schools.com/w3css/tryw3css_templates_architect.htm#projects-->
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
<a href="#home" class="w3-bar-item w3-button"><b>Laurinne J. Balstad</b> Theoretical Ecologist</a>
<!-- Float links to the right. Hide them on small screens -->
<div class="w3-right w3-hide-small">
<a href="#about" class="w3-bar-item w3-button">About</a>
<a href="#research" class="w3-bar-item w3-button">Research</a>
<a href="#outreach" class="w3-bar-item w3-button">Outreach</a>
</div>
</div>
</div>
<!-- Header -->
<header class="w3-display-container w3-content w3-wide" style="max-width:1500px;" id="home">
<img class="w3-image" src="./web_images/top_photo.JPG" alt="sea stars" width="1500" height="800">
<div class="w3-display-middle w3-margin-top w3-center">
<h1 class="w3-xxlarge w3-text-white"> <span class="w3-hide-small w3-text-light-grey">RE4M: Rapid Evolution & Marine Management using Mathematical Models</span></h1>
</div>
</header>
<!-- Page content -->
<div class="w3-content w3-padding" style="max-width:1564px">
<!-- About Section -->
<div class="w3-container w3-padding-32" id="about">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16"><b>About Laurie</b></h3>
</div>
<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<p></p>
<img src="./web_images/laurie_profile.JPG" alt="Laurie" style="width:100%">
<a href="./web_assests/Balstad_CV.pdf" >
<!--a-->
<button class="w3-button w3-light-grey w3-block">CV (June 2024)</button>
</a>
</div>
<p>I am a current <a href="https://pbg.ucdavis.edu/">Population Biology</a> PhD student at the University of California Davis in <a href="http://www.des.ucdavis.edu/faculty/baskett/">Marissa Baskett's lab</a>. I use mathematical models to answer questions across the basic/applied spectrum related to disease and eco-evolutionary dynamics, mostly in marine systems. My research is currently supported by the <a href="https://sustainableoceans.ucdavis.edu/">Sustainable Oceans Traineeship</a> at UC Davis and an NSF Graduate Research Fellowship award.</p>
<p>Before coming to UC Davis, I completed my undergraduate degree in Biology and Mathematics at St. Olaf College.</p>
<div class="icon-bar">
<a class="active" style=font-size:30px;color:#828282 href="https://github.com/lauriebalstad"><i class="fa fa-github"></i></a>
<a style=font-size:30px;color:#828282 href="mailto: [email protected]"><i class="fa fa-envelope"></i></a>
</div>
<!-- Research Section -->
<div class="w3-container w3-padding-32" id="research">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16"><b>Research</b></h3>
<div class="mobileHide">
<aside>
<img class="w3-image" src="./web_images/crab_photo.JPG" alt="crab shell" style="width:100%">
<p>
<img class="w3-image" src="./web_images/star_photo.JPG" alt="sea star" style="width:100%">
</aside>
</div>
<p>I have studied a range of questions related to disease and eco-evolutionary dyanmics. Below are some of my current projects. I am always excited to chat with people about disease dynamics, human-induced evolution, and potential collaborations!
<p><b>Bitter crab disease:</b> Bitter crab disease (<i>Hematodinium perezi</i>) is a fatal disease infecting snow crab (<i>Chionoecetes opilio</i>) in the Eastern Bering Sea. With collaborators at NOAA, I developed a spatio-temporal statistical model to understand patterns of bitter crab disease across the region over the past ~30 years, now published in ICES <a href="https://academic.oup.com/icesjms/advance-article/doi/10.1093/icesjms/fsae068/7696788">Drivers of bitter crab disease occurrence in eastern Bering Sea snow crab (Chionoecetes opilio)</a>.</p>
<p><b>Resistance evolution:</b> Sea lice (<i>Lepeophtheirus salmonis</i>) are a common nusience parasite on salmon farms. To avoid negative costs of sea lice, aquaculture managers heavily treat lice, leading to novel selection pressures which favor treatment resistance. I am constructing a mathematical model to understand how different treatment and production strategies may slow evolution of treatment resistance. This model can be used to evaluate three-way trade-offs (or synergies) between aquaculture economics, conservation, and resistance evoltuion.</p>
<p><b>Virulence evolution:</b> Parasites show a diverse range of virulence: some parasites have minor effects to their hosts, while others are lethal. I am building a theoretical model to understand how macroparasite sublethal virulence evolves using an emperical-relevent viruelnce metric (slowed host growth). This model will be applied to the sea lice/salmon aquaculture case study, to consider how different management practices can alter virulence evolution.</p>
<p><b>Evolutionary rescue:</b> Disease can lead to host population declines. Simultaneously, hosts can evolve resistance to parasites across many dimensions: reduced mortality, increased recovery, etc, which may allow for populaiton recovery. I plan to create a genetic/demographic coupled model to understand how resistance type may change disease dynamics and potential of host evolutionary rescue. </p>
</div>
<!-- Outreach Section -->
<div class="w3-container w3-padding-32" id="outreach">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16"><b>Outreach</b></h3>
<p>I am proud to be part of the <a href="https://eegradpreview.weebly.com/">UC Davis Evolution & Ecology Preview Program</a>. This program aims to remove barriers to graduate school by making the graduate school application process more transparent. I used information from Preview Program when I was applying to graduate school and am grateful to give back to the program. While at UC Davis, I have acted as the program's Support Chair (2023), Co-Mentor Coordinator (2022) and a workshop leader (2022, Finding & Contacting Potential Advisors).</p>
<p>I have created several modeling Shiny apps for use in youth camps and K-12 classrooms. As an example, I have created lessons and a <a href="https://lauriebalstad.shinyapps.io/SAL_GROW/">Shiny model on salmon bioenergetics under different temperature and prey avalibility situations</a> for use in K-12 classrooms as part of Juneau's Sea Week programing. </p>
</div>
<!-- Image of location/map -->
<div class="mobileShow">
<img class="w3-image" src="./web_images/crab_photo.JPG" alt="crab shell" style="width:100%">
<p>
<img class="w3-image" src="./web_images/star_photo.JPG" alt="sea star" style="width:100%">
</div>
<!-- End page content -->
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-16">
<p>Photos: LM Balstad, MC Sandoval, LJ Balstad, AM Balstad</p>
<p>Intertidal photos taken in my hometown of Juneau, AK. <a href="intertidals.html">More here!</a></p>
<p>Website template from <a href="https://www.w3schools.com/w3css/default.asp" title="Laurie Balstad" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer>
</body>
</html>