-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
172 lines (159 loc) · 6.66 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Katerina Chatziioannou</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" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Welcome</a></li>
<li><a href="#me">About Me</a></li>
<li><a href="#interests">Research Interests</a></li>
<li><a href="#group">Research Group</a></li>
<li><a href="#teaching">Teaching</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>Katerina Chatziioannou</h1>
<p>Assistant Professor of Physics at the California Institute of Technology</a><br />
William H. Hurt Scholar</a></p>
<ul class="actions">
<li><a href="#me" class="button scrolly">Learn more</a></li>
</ul>
</div>
</section>
<!-- Me -->
<section id="me" class="wrapper style2 spotlights">
<section>
<a href="Aboutme.html" class="image"><img src="images/ChatziioannouKaterina.jpeg" alt="" data-position="top center" /></a>
<div class="content">
<div class="inner">
<h2>About me</h2>
<p> I am a gravitational wave astrophysicist, and currently an Assistant Professor of Physics at the California Institute of Technology and a William H. Hurt Scholar.
</p>
<ul class="actions">
<li><a href="Aboutme.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- Interests -->
<section id="interests" class="wrapper style3 spotlights">
<section>
<a href="Interests.html" class="image"><img src="images/Research.png" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>Research Interests</h2>
<p> My research revolves around General Relativity and using Gravitational Waves to study the Universe.
I am a member of the <a href="https://www.ligo.org/">LIGO Scientific Collaboration</a>,
the <a href="https://www.ligo.caltech.edu/">LIGO Laboratory</a>,
the <a href="https://www.elisascience.org/articles/lisa-consortium">LISA Consortium</a>,
the <a href="https://nanograv.org/">NANOGrav Collaboration</a>,
the <a href="https://www.black-holes.org/">Simulating Extreme Spacetimes Collaboration</a>,
and the <a href="https://www.simonsceecs.com/">Simons Collaboration on Extreme Electrodynamics of Compact Sources</a>.
</p>
<ul class="actions">
<li><a href="Interests.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- Group -->
<section id="group" class="wrapper style2 spotlights">
<section>
<a href="Group.html" class="image"><img src="images/Copper.png" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>Research Group</h2>
<p> I lead a research group at Caltech that includes undergraduate students, graduate students, postdoctoral researchers, and staff scientists.
If you are interested in working with us, please <a href="#contact">contact</a> me.
</p>
<ul class="actions">
<li><a href="Group.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- Teaching -->
<section id="teaching" class="wrapper style3 spotlights">
<section>
<a href="Teaching.html" class="image"><img src="images/Spacetime.png" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>Teaching</h2>
<ul class="actions">
<li><a href="Teaching.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- Contact -->
<section id="contact" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h2>Contact Information</h2>
<section>
<ul class="contact">
<li>
<h3>Email</h3>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<h3>Office</h3>
<p>I split my time between 338 Cahill and 355 West Bridge</p>
</li>
<li>
<h3>Office Phone</h3>
<span>(626) 395-8511</span>
</li>
<li>
<h3>Address</h3>
<span>California Institute of Technology<br />
TAPIR 350-17<br />
1200 E. California Boulevard<br />
Pasadena, California 91125-0001 USA</span>
</li>
</ul>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© Katerina Chatziioannou.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.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>