-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (76 loc) · 3.61 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE HTML>
<!--
Alpha by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Maria Okounkova</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" />
</head>
<body class="landing is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
</header>
<!-- Banner -->
<section id="banner">
<h2>Dr. Maria (Masha) Okounkova</h2>
<h3>(Astro)Physicist and Educator</h3>
</section>
<!-- Main -->
<section id="main" class="container">
<div class="row">
<div class="col-4 col-11-narrower row-1">
<section class="box special">
<span class="image featured"><img src="images/me.jpg" alt="" /></span>
<p></p> I go by Masha, which is a diminutive of Maria. <br> My pronouns are she/her/hers.
</section>
</div>
<div class="col-8 col-12-narrower">
<section class="box special">
<p></p>
<p> I am a tenure-track physics and astronomy faculty member at <a href="https://pasadena.edu/?gclid=Cj0KCQjw852XBhC6ARIsAJsFPN3HYq9lAa7Ahutvvs9_JdVqoDWRUyMF7IHsKwY6MjRzZXd0Rg2sm6gaAuWsEALw_wcB">Pasadena City College</a>
in Los Angeles. I am passionate about inclusive and welcoming teaching and mentorship, and increasing diversity in physics, astrophysics, and astronomy.
</p>
<p> Previously, I was a Flatiron Research Fellow at the
<a href="https://www.simonsfoundation.org/flatiron/center-for-computational-astrophysics/">
Center for Computational Astrophysics</a>
at the <a href="https://www.simonsfoundation.org/flatiron">
Flatiron Institute</a> in New York City.
I got my PhD in physics from <a href="http://pma.caltech.edu/">
Caltech</a> in 2019 and my BA in physics <i>magna cum laude</i> from <a href="https://phy.princeton.edu/">
Princeton</a> in 2014. </b></p>
<p>My research is in gravitational wave astrophysics, general relativity, numerical relativity, and computational physics and astrophysics.
I am a member of the <a href="http://www.black-holes.org">SXS numerical relativity collaboration</a>.</p>
<p> For research inquiries, please see my <a href="Okounkova_CV.pdf">Curriculum Vitae</a>, my <a href="https://arxiv.org/search/gr-qc?searchtype=author&query=Okounkova%2C+M">Papers</a>, and my <a href="https://github.com/mariaokounkova">Github</a>. </p>
<p> For teaching inquiries, please see my <a href="Okounkova_Resume.pdf">Teaching Resume</a>.</p>
<p></p>
<p><a href="mailto:[email protected]">Email me</a></p>
</section>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
</ul>
<ul class="copyright">
<li>Design based on : <a href="http://html5up.net">HTML5 UP</a></li>
<li>Banner image : SXS Collaboration
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.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>