-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCV.html
76 lines (46 loc) · 2.3 KB
/
CV.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title> colettembrown </title>
<link rel="shortcut icon" type="image/ico" href="favicon.ico"/>
<link href="style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<header>
<h1 class="title"><a href="/">colettembrown</a></h1>
<nav>
<p class="nav-p"><a href="/current.html">/current</a></p>
<p class="nav-p"><a href="/research.html">/research</a></p>
<p class="nav-p"><a href="/CV.html">/CV</a></p>
</nav>
</header>
<main>
<div class="content">
<h3 id="education">Education</h3>
<ul>
<li><p> B.S. in Data Science & Statistics and Earth System Science, Minerva University (2015)</p></li>
<li><p> M.S. in Energy and Resources, University of California, Berkeley (2023) </p></li>
<li><p> Ph.D. in Energy and Resources, University of California, Berkeley (Expected May 2027) </p></li>
</ul>
<h3 id="professional-experience">Professional Experience</h3>
<ul>
<li><p>Graduate Student Researcher (Advisor: Margaret Torn), Lawrence Berkeley National Lab (2021-present)</p></li>
<li><p>Product Manager, Strive - Acquired by Franklin Covey (2020-2022)</p></li>
<li><p>Co-Founder, Black to Grey (2018-2020)</p></li>
</ul>
<h3 id="grants-and-awards">Grants and Awards</h3>
<ul>
<li><p>ARCS Fellowship (2024-2026) </p></li>
<li><p>NSF GRFP Honorable Mention (2023) </p></li>
<li><p>
Raskin Scholarship, Earth Science Information Partners (2022) </p></li>
<li><p>Edward E. Hildebrand Research Fellowship, UC Berkeley (2021) </p></li>
<li><p>
George and Violet Homem Graduate Award, UC Berkeley (2021)</p> </li>
</ul>
</div>
</main>
<footer></footer>
</body>
</html>