-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (58 loc) · 3.25 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
<!DOCTYPE HTML>
<html>
<head>
<title>Jessica Birky</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="style/style.css" title="style" />
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<h1><a href="index.html">Jessica Birky</a></h1>
<h2>---- astrophysics PhD student ----</h2>
</div>
</div>
<div id="menubar">
<ul id="menu">
<li class="selected"><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="https://github.com/jbirky">Code</a></li>
<li><a href="cv.html">CV</a></li>
</ul>
</div>
</div>
<div id="site_content">
<div class="sidebar">
<h2>Contact</h2>
<hr><br>
Email: jbirky at uw dot edu <br>
Github: <a href="https://github.com/jbirky">jbirky</a> <br>
Links:
[<a href="https://ui.adsabs.harvard.edu/search/q=author%3A%22Birky%2C%20Jessica%22&sort=date%20desc%2C%20bibcode%20desc&p_=0"><font color="red">ADS</font></a>]
[<a href="http://depts.washington.edu/astron/profile/birky-jessica/"><font color="red">UW</font></a>]
</div>
<div id="content">
<h2>About</h2>
I'm a grad student and NSF fellow at the University of Washington. Generally I am interested in large scale astronomical surveys, especially with applications to studying stellar populations, and understanding the structure and evolution of the Milky Way.
<p></p>
<span class="left"><img src="content/profile.jpg" style="width:300px"/></span>
Currently I work with <a href="https://jradavenport.github.io/">James Davenport (UW/DIRAC)</a> and <a href="https://depts.washington.edu/astron/profile/barnes-rory/">Rory Barnes (UW)</a> on studying the tidal evolution of binary stars using eclipsing binaries in K2/TESS.
<p></p>
As an undergrad at UC San Diego, I worked with <a href="http://pono.ucsd.edu/~adam/wordpress/">Adam Burgasser (UCSD)</a> on constructing a <a href="https://github.com/jbirky/apogee_tools">forward modeling pipeline</a> for inferring atmospheric parameters of late-M/early-L dwarfs in the Apache Point Observatory Galactic Evolution Experiment (<a href="https://www.sdss.org/">APOGEE</a>) survey.
<p></p>
Additionally I spent two summers at the <a href="http://www.mpia.de/en">Max Planck Institute f<span>ü</span>r Astronomie</a> (in Heidelberg, Germany) with <a href="https://cosmo.nyu.edu/hogg/">David Hogg (NYU/MPIA/Flatiron)</a> using data-driven approaches to modeling fundamental parameters of M dwarfs in APOGEE.
<p></p>
For more information, you can read my <a href="cv/jbirky_cv.pdf"><font color="red">CV</font></a>. (Updated 7.2024)
</div>
</div>
<div id="footer">
<a href="https://github.com/jbirky/jbirky.github.io">Copyright © Jessica Birky</a> | <a href="http://www.html5webtemplates.co.uk">Source</a>
</div>
</div>
</body>
</html>
`