-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (208 loc) · 8.36 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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE HTML>
<!--
Escape Velocity by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Home: Alexander S. Binks</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" />
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header" class="wrapper">
<!-- Logo -->
<div id="logo">
<h1><a href="index.html">Alexander S. Binks</a></h1>
<p>Astronomer, Stargazer and consumer of music</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li class="current"><a href="news.html">News</a></li>
<li class="current"><a href="researchinterests.html">Science</a>
<ul>
<li><a href="researchinterests">Interests</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="observations.html">Observations</a></li>
<li><a href="conferences.html">Conferences</a></li>
<li><a href="cv.html">CV</a></li>
</ul>
</li>
<li class="current"><a href="index.html">Useful Links</a>
<ul>
<li><a href="#">Keele Astrophysics</a></li>
<li><a href="#">NASA</a></li>
<li><a href="#">GAIA</a></li>
<li><a href="#">GAIA ESO Survey</a></li>
</ul>
</li>
<li><a href="left-sidebar.html">Outreach</a></li>
<li><a href="no-sidebar.html">Tools</a></li>
<li><a href="right-sidebar.html">Music</a></li>
</ul>
</nav>
</section>
<!-- Intro -->
<section id="intro" class="wrapper style1">
<div class="title">About</div>
<div class="container">
<p style="font-size:42px">
Welcome Earthlings and Travellers Alike!
</p>
<img src="images/aat_selfie.jpg" alt="Getting ready for observing at the AAT" style="width:500px;height:600px;">
<p style="padding-top:0.25cm;padding-bottom:0.25cm;font-size:20px">
You have arrived at the website of Dr Alexander Binks.
</p>
<p style="padding-top:0.25cm;padding-bottom:0.25cm;font-size:20px">
I am a post-doctoral Research Fellow in astrophysics at <a href="https://www.astro.keele.ac.uk">
Keele University</a>, in the heart of the Staffordshire countryside, UK.
</p>
<p style="padding-top:0.25cm;padding-bottom:0.25cm;font-size:20px">
I use cutting-edge astronomical observations to examine the physical properties, evolution and dynamics
of young stars near the Sun.
</p>
<p style="padding-top:0.25cm;padding-bottom:0.25cm;font-size:20px">
My research is primarily focused on estimating ages for young stars in the Solar neighbourhood and
studying their positions and velocities to ascertain their membership status to nearby stellar groups.
My long-term goal is to navigate the birthsites and conditions from which our nearest, young stars came
from by tracing back their Galactic orbits and analysing their chemical composition.
</p>
<p style="padding-top:0.25cm;padding-bottom:0.25cm;font-size:20px">
Studying our youngest stellar neighbours helps to provide complete theory of star formation, helps
quantify the current local star-forming rate, reveals important information on the dissolution of
young clusters and informs us about the structural and chemical evolution of galaxies. They are the
prime direct-imaging targets for stars, brown-dwarfs, disks and planetary system, which lead to critical
empirical tests for stellar evolution theory, improved age estimates for young stars, and
better-constrained timescales for planetary formation and evolution.
</p>
</div>
</section>
<section id="highlights" class="wrapper style3">
<div class="container">
<div class="row aln-center">
<div class="col-4 col-12-medium">
<section class="highlight">
<li><a href="#" class="button style1">Colleagues</a></li>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<li><a href="#" class="button style1">Public</a></li>
</section>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer" class="wrapper">
<div class="title">Get in touch</div>
<div class="container">
<div class="row">
<div class="col-6 col-12-medium">
<!-- Contact Form -->
<section>
<form method="post" action="alex.s.binks@gmail.com">
<div class="row gtr-50">
<div class="col-6 col-12-small">
<input type="text" name="name" id="contact-name" placeholder="Name" />
</div>
<div class="col-6 col-12-small">
<input type="text" name="email" id="contact-email" placeholder="Email" />
</div>
<div class="col-12">
<textarea name="message" id="contact-message" placeholder="Message" rows="4"></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" class="style1" value="Send" /></li>
<li><input type="reset" class="style2" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
</div>
<div class="col-6 col-12-medium">
<!-- Contact -->
<section class="feature-list small">
<div class="row">
<div class="col-6 col-12-small">
<section>
<h3 class="icon solid fa-home">Office Address</h3>
<p>
School of Chemical and Physical Sciences<br />
Lennard-Jones Building<br />
Keele University<br />
Staffordshire<bf />
ST5 5BG, UK
</p>
</section>
</div>
<div class="col-6 col-12-small">
<section>
<h3 class="icon solid fa-comment">Social</h3>
<p>
<a href="http://orcid.org/0000-0001-5976-4644"
class="image featured">
<img src="images/orcid_logo.png"
alt=""
style="width:30px;height:30px;"/>
</a>
<a href="https://www.linkedin.com/in/alexander-binks-5639771b3/"
class="image featured">
<img src="images/linkedin_logo.png"
alt=""
style="width:30px;height:30px;"/>
</a>
<a href="https://www.facebook.com/Young-Stars-near-the-Sun-107276717716254/"
class="image featured">
<img src="images/facebook_logo.jpg"
alt=""
style="width:30px;height:30px;"/>
</a>
</p>
</section>
</div>
<div class="col-6 col-12-small">
<section>
<h3 class="icon solid fa-envelope">Email</h3>
<p>
<a href="#">alex.s.binks@gmail.com</a>
</p>
</section>
</div>
<div class="col-6 col-12-small">
<section>
<h3 class="icon solid fa-phone">Phone</h3>
<p>
+44 (0)1782-732000
</p>
</section>
</div>
</div>
</section>
</div>
</div>
<div id="copyright">
<ul>
<li>© Untitled.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.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>