-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (37 loc) · 2.55 KB
/
index.html
File metadata and controls
41 lines (37 loc) · 2.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home - lkunik</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<ul>
<li class="nav-title"><strong>Lewis T. Kunik</strong></li>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="thru-hikes.html">Thru-hikes</a></li>
</ul>
</nav>
<main>
<h2 style="text-align: center;">Hi! I'm Lewis</h2>
<figure style="display: inline-block; margin: 0 20px 20px 0; max-width: 200px; float: left;">
<img src="images/IMG_0572_crop.png" alt="Profile photo" class="profile-photo">
<figcaption style="font-size: 0.9em; font-style: italic; color: #444; text-align: center; word-wrap: break-word;">
A bearded Lewis hiking through Grand Staircase-Escalante National Monument
</figcaption>
</figure>
<p>I'm an ecosystem ecologist and Earth scientist studying the carbon sink of North American forests. I am also a NASA FINESST and NSF graduate research fellow at the University of Utah, where I am a PhD candidate in the department of Atmospheric Sciences. I use geostatistical methods and high-performance computing to answer big questions about land-atmosphere processes, such as "what is the impact of tree mortality on the terrestrial carbon sink?", "how does drought impact the spectral reflectance of forest canopies?", and "what climatic drivers shape the patterns of photosynthesis in forests?". </p>
<!-- add newline characters or space here -->
<p>Before shifting my focus to forest ecosystem monitoring, I developed Bayesian inverse models for optimizing trace gas inventories through collaborations with the <a href="https://gml.noaa.gov/ccgg/carbontracker-lagrange/">CarbonTracker-Lagrange</a> team at NOAA. I also worked as an air quality consultant, supporting air pollution modeling and permitting in Utah and California. </p>
<!-- add newline characters or space here -->
<p>Check out my <a href="research.html">research projects</a>, visit <a href="https://github.com/lkunik">my github</a>, or browse through photos from some of the cool <a href="thru-hikes.html">long-distance hikes</a> that I've been fortunate to complete.</p>
</main>
<footer>
<p>© 2026 Lewis Kunik</p>
</footer>
</body>
</html>