-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.html
110 lines (96 loc) · 5.19 KB
/
content.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
<!DOCTYPE HTML>
<html>
<head>
<title>Jackie Faherty</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="stylesheet" href="assets/css/font-awesome-min.css">
</head>
<body class="is-preload">
<div id="wrapper">
<header id="header" class="alt style2">
<a href="index.html" class="logo">Jackie Faherty</a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<nav id="menu">
<ul class="links">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="content.html">About</a></li>
<li><a href="podcast.html">Podcast</a></li>
<li><a href="timeline.html">Achievement Timeline</a></li>
<li><a href="generic.html">Work</a></li>
<li><a href="landing.html">Gallery</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="citations.html">Citations</a></li>
</ul>
</nav>
<section id="banner" class="style2">
<div class="inner">
<span class="image">
<img src="images/pic07.jpg" alt="" />
</span>
<header class="major">
<h1>About</h1>
</header>
</div>
</section>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<div class="inner">
<header class="major">
<h2>About Dr.Faherty</h2>
</header>
<p>Dr. Jackie Faherty is a senior scientist and senior education manager in the American Museum of Natural History’s Department of Astrophysics and the Department of Education—a unique position that lets her pursue scientific research while mentoring and advising education programs for students and the general public alike. She is working at the forefront of brown dwarf and exoplanet atmosphere detection and characterization. Dr. Faherty received her Bachelor’s degree in physics from the University of Notre Dame in 2001 and her Ph.D. in physics from Stony Brook University in 2010. After graduate school, she received a National Science Foundation International Research Fellowship, which she took to the Universidad de Chile in Santiago. She then received a prestigious NASA Hubble Fellowship, which she took to the Carnegie Institution for Science.</p>
</div>
</section>
<!-- Two -->
<section id="two" class="spotlights">
<section>
<a href="generic.html" class="image">
<img src="https://pbs.twimg.com/media/DUQZTZYVoAIcPtB.jpg" alt="" data-position="center center" />
</a>
<div class="content">
<div class="inner">
<header class="major">
<h3>Education</h3>
</header>
<p>Dr. Jackie Faherty received her bachelors degree in Physics from the University of Notre Dame in 2001 and her PhD in Physics from Stony Brook University in 2010. After graduate school she received a National Science Foundation International Research Fellowship (NSF-IRFP) which she took to the Universidad de Chile in Santiago. She then received a prestigious NASA Hubble Fellowship which she took to the Carnegie Institution for Science. </p>
</div>
</div>
</section>
<section>
<a href="generic.html" class="image">
<img src="http://csma.aas.org/sites/csma.aas.org/files/pictures/Jackie.png" data-position="top center" />
</a>
<div class="content">
<div class="inner">
<header class="major">
<h3>Current Work</h3>
</header>
<p>She is now a permanent scientific staff member jointly in the department of Astrophysics and the department of Education at the American Museum of Natural History (AMNH). Dr. Faherty co-runs a dynamic research group at AMNH entitled Brown Dwarfs in New York City (BDNYC) along leading scientists Dr. Kelle Cruz of CUNY Hunter College and Dr. Emily Rice of CUNY College of Staten Island. Aside from a love of scientific research, Dr. Faherty is a passionate educator and can often be found giving public lectures in the Hayden Planetarium. She holds a unique position at the American Museum of Natural History that allows her to pursue scientific research at the forefront of exoplanet characterization studies while mentoring and advising education programs for students and general public alike. </p>
</div>
</div>
</section>
<section>
</section>
</section>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>