-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (64 loc) · 2.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Stephen Pardy's Homepage">
<meta name="author" content="Stephen Pardy">
<link rel="icon" href="../../favicon.ico">
<title>Stephen Pardy - Graduate Student</title>
<link href="bootstrap-3.2.0-dist/css/bootstrap.min.css" rel="stylesheet">
<link href="base.css" rel="stylesheet">
<link href="home.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Stephen Pardy</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="visualization.html">Visualizations</a></li>
<li><a href="cv.html">CV</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<h4>University of Wisconsin - Madison </h4>
</div>
<div class="container">
<div class="row">
<div class="col-md-8">
<h2>About me</h2>
<p>I am a fourth year graduate student working with Elena D'Onghia at the University of Wisconsin - Madison.</p>
<p>My work focuses on the asymmetries in Magellanic Irregular galaxies - galaxies that, like the Large Magellanic Cloud, have misplaced bars, single spiral arms, or irregular features.</p>
<p>We use a custom version of the <a href="http://www.h-its.org/english/research/tap/galic/">GalIC</a> code to
simulate isolated galaxies and evolve encounters with Gadget 3.
</p>
</div>
</div>
</div>
</div><!-- /.container -->
<footer class="navbar-fixed-bottom">
<div class="container">
<p>email: spardy [at] astro.wisc.edu</p>
<p><a href="https://github.com/stephenpardy"><img src="./GitHub-Mark-64px.png" alt="Github"></a>
<a href="http://www.researchgate.net/profile/Stephen_Pardy"><img src="researchgate2.svg" height=64px width=64px></img></a></p>
<p><a href="http://www.astro.wisc.edu/our-people/graduate-students/pardy-stephen">Department page</a></p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="bootstrap-3.2.0-dist/js/bootstrap.min.js"></script>
</body>
</html>