-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (91 loc) · 4.22 KB
/
index.html
File metadata and controls
111 lines (91 loc) · 4.22 KB
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
<!DOCTYPE HTML>
<!--
Ion by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Meg Schwamb</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body id="top">
<!-- Header -->
<header id="header" class="skel-layers-fixed">
<nav id="nav">
<ul>
<li><a href="index.html"><b>Home</b></a></li>
<li><a href="research.html">Research</a></li>
<li><a href="CV.html">CV</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="group.html">Group@QUB</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>Meg Schwamb</h2>
<br>
<h3> Planetary scientist, astronomer, lecturer at Queen's University Belfast</h3>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1">
<div class="container">
<div class="row">
<section>
<h2>Welcome</h2>
Hi! I’m Meg Schwamb (personal pronouns: she/her). I am currently a Reader (equivalent to a junior Professor in US system) in the
<a href="https://www.qub.ac.uk/research-centres/astrophysics-research-centre/"> Astrophysics Research Centre (ARC)</a> and the
<a href="http://www.qub.ac.uk/schools/SchoolofMathematicsandPhysics/">School of Mathematics and Physics</a> at
<a href="https://www.qub.ac.uk/">Queen's University Belfast (QUB)</a> in the UK.
I am interested in the fundamental questions of how our Solar System and others formed and evolved as well as
exploring the process of planet formation. My expertise is in big data for planetary astronomy, focusing in
particular on studying the small body populations in the Solar System, exploring seasonal processes on Mars,
exoplanet detection, and applying citizen science to mine large datasets for Solar System science. </p>
</section>
</div>
<div align="center">
<div class="image round">
<img src="files/schwamb.jpg">
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div align="center">
<h2>Get in touch</h2>
<p> <a href="mailto:m.schwamb@qub.ac.uk">m.schwamb 'at' qub.ac.uk</a> /
<a href="mailto:mschwamb.astro@gmail.com">mschwamb.astro 'at' gmail.com</a> </p>
<p> Astrophysics Research Centre <br>
Queen's University Belfast <br>
Belfast BT7 1NN <br>
UK <br></p>
<ul class="icons">
<li><a href="https://twitter.com/megschwamb" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://mastodon.online/@megschwamb" rel="me" class="fab fa-mastodon">Mastodon</a></li>
<li><a href="https://www.instagram.com/mschwamb/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="mailto:m.schwamb@qub.ac.uk" class="icon fa-envelope"><span class="label">email</span></a></li>
</ul>
<ul class="copyright">
<li> Any opinions, findings, and conclusions expressed on this website are my own and do not necessarily reflect those of my employers or funding agencies </li>
<li> Header Image Credit: M. E. Schwamb - View through <a href="http://www.gemini.edu">Gemini North</a> Vent Gates. Photo credit: Joy Pollard </li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
</ul>
</div>
</footer>
</body>
</html>