-
Notifications
You must be signed in to change notification settings - Fork 0
/
group.html
111 lines (92 loc) · 4.1 KB
/
group.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
<!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 - Group@QUB</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">Home</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"><b>Group@QUB</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>Group @ QUB</h2>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1">
<div class="container">
<div class="row">
<section>
<h2> Research Group at Queen's University Belfast</h2>
<p> My reseach group is part of the larger
<a href="https://qub-planet-lab.github.io/"> Solar System Group</a> in
the <a href="https://star.pst.qub.ac.uk/wiki/doku.php">Astrophysics Research Centre (ARC)</a> at
<a href="https://www.qub.ac.uk/">Queen's University Belfast (QUB)</a>. </p>
<p> You can read more about our recent results on our <a href="https://meschwambgroup.wordpress.com/">blog</a> </p>
<h3> Current Group Members </h3>
<ul>
<li> Matthew Dobson (PhD Student - joined in October 2020)</li>
<li> Steph Merritt (Postdoctoral Researcher - joined in January 2022)</li>
<li> Joe Murtagh (PhD Student - joined in October 2022)</li>
<li> Sean O'Brien (PhD Student - joined in October 2021)</li>
</ul>
<h3> Current Group Members </h3>
<ul>
<li> Laura Buchanan (PhD Student - October 2019- August 2023) - Next position after Queen's: LSST Canada Solar System Postdoc Fellowhsip</li>
<li> Grigori Fedorets (Postdoctoral Fellow - December 2019 - July 2023) - Next position after Queen's: Postdoctoral fellow at the Finnish Centre for Astronomy with ESO (European Southern Observatory)</li>
</ul>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div align="center">
<h2>Get in touch</h2>
<p> <a href="mailto:[email protected]">m.schwamb 'at' qub.ac.uk</a> /
<a href="mailto:[email protected]">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://www.instagram.com/mschwamb/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="mailto:[email protected]" 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. </li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
</ul>
</div>
</footer>
</body>
</html>