-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
35 lines (26 loc) · 781 Bytes
/
cv.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="main.css">
</head>
<body>
<a href = "index.html">
<div class="top_container">
<img src = "kgrasshopper_crop.jpeg" style="float:left;height:150px;margin-right:15px;"></img>
<h1> Katelyn M. Gostic </h1>
<h2> James S. McDonnell Foundation Postdoctoral Fellow </h2>
<h2> University of Chicago </h2>
<h2> kgostic(at)uchicago.edu</h2>
</div>
</a>
<div class="topnav_container">
<ul class="topnav">
<li><a href="index.html">About</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="cv.html ">CV</a></li>
<li><a href="press.html">Press</a></li>
</ul>
</div>
<iframe src="cv_current.pdf" style="border:none;" width="100%" height = "650px"></iframe>
</body>
</html>