-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (55 loc) · 2.79 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
<html>
<head>
<title>Hilary Egan</title>
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
<link rel="stylesheet" type="text/css" href="css/hilary.css">
<!--[if IE]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<script type="text/javascript" language="JavaScript">
<!--
NumberOfImagesToRotate = 1;
FirstPart = '<img src="images/';
LastPart = '.jpg" height="200" width="200">';
function printImage() {
var r = Math.ceil(Math.random() * NumberOfImagesToRotate);
document.write(FirstPart + r + LastPart);
}
//-->
</script>
</head>
<body>
<div class="container">
<div class="column span-24 first last">
<h1>Hilary Egan</h1>
</div>
<hr>
</div>
<div class="container">
<div class="span-2 first colborder">
<b><a href="index.html">home</a></b><br>
<a href="news.html">news</a><br>
<a href="research.html">research</a><br>
<a href="outreach.html">outreach</a><br>
<a href="gallery.html">gallery</a><br>
<a href="contact.html">contact</a><br>
<a href="misc.html">misc.</a><br>
<a href="cv.html">cv / bio</a><br>
</div>
<div class="span-13">
<p>Currently, I am a staff scientist at the <a href="https://www.nrel.gov/">National Renewable Energy Lab (NREL)</a> in the <a href="https://www.nrel.gov/computational-science/visualization-analysis-data.html">Data, Analysis, and Visualization group </a>.
I completed my PhD at the <a href="https://www.colorado.edu/">University of Colorado Boulder</a> in the <a href="https://www.colorado.edu/aps">Astrophysical and Planetary Science Department</a>. For my thesis research I used large global plasma models to simulate planetary magnetospheres and examined ion escape processes at Mars as well as terrestrial exoplanets. This has implications for long term atmospheric evolution and potential habitability. I contributed to the global hybrid plasma code <a href="https://github.com/fmihpc/rhybrid">RHybrid</a> and volumetric data analysis package <a href="http://yt-project.org">yt</a>.
<p>
I am also a Department of Energy Computational Science Graduate Fellow (<a href="https://www.krellinst.org/csgf/">CSGF</a>) alumn. This is a fantastic fellowship program that changed the course of my graduate career, I highly recommend that all first year grad students doing computational research apply.
</div>
<div class="span-5 prepend-1 last">
<!--
<img alt="Santa Barbara Light Cone - Image (c) Matt Hall (NCSA), Brian O'Shea (MSU)"
class="push-0" src="images/light_cone_small.jpg">
-->
<script type="text/javascript" language="JavaScript"><!--
printImage();
//--></script>
</div>
</div>
</body>
</html>