forked from cosmos-book/cosmos-book.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
42 lines (40 loc) · 3.36 KB
/
authors.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
<title>About the authors | Cosmso: The Infographic Book of Space</title>
<link rel="stylesheet" href="resources/style.css" />
</head>
<body class="">
<div id="container">
<div id="main">
<nav id="header">
<div class="padder">
<a href="index.html" class="title">Cosmos<span class="wide">: The Infographic Book of Space</span></a>
<ul id="menu">
<li><a href="contents.html">contents</a> / </li>
<li><a href="credits/index.html">credits</a> / </li>
<li><a href="errata/index.html">errata</a> / </li>
<li><a href="quiz/index.html">quiz</a></li>
</ul>
</div>
</nav>
<div id="content">
<div class="padder">
<h1>The authors</h1>
<h2 id="stuart">Dr Stuart Lowe</h2>
<p>Stuart Lowe has previously worked at <a href="http://www.jodrellbank.manchester.ac.uk/">Jodrell Bank Observatory</a> where he helped build astronomical instruments used on radio telescopes in the UK and Poland. At the <a href="http://www.manchester.ac.uk/">University of Manchester</a>, he worked on the European Space Agency's <a href="http://planck.cf.ac.uk/">Planck satellite</a>, which was launched in 2009 to look at the echoes of the Big Bang. He co-founded the UK's longest running, regular, astronomy podcast - <a href="http://www.jodcast.net/">The Jodcast</a>. More recently he has built web-interfaces that allow everyone, from professional astronomers to school children, to observe with the <a href="http://lcogt.net/">Las Cumbres Observatory Global Telescope network</a>.</p>
<h2 id="chris">Dr Chris North</h2>
<p>Chris North is an astrophysicist at <a href="http://www.cf.ac.uk/">Cardiff University</a>. Having worked on a number of experiments and space missions, he is currently part of the <a href="http://herschel.cf.ac.uk/">Herschel Space Observatory</a> team, looking at far-infrared light from star forming in our galaxy and across the Universe. As well as research, Chris is heavily involved in outreach engagement at Cardiff, speaking to teachers, schools, and anyone else who'll listen about space and astronomy. He has made regular appearances on <a href="http://www.bbc.co.uk/skyatnight">BBC Sky at Night</a> for a number of years.</p>
<p>Chris and Stuart first met whilst working on the <a href="http://planck.cf.ac.uk/">Planck satellite</a>. This led to the development of the popular <a href="http://www.chromoscope.net/">chromoscope.net</a> project, which allowed people to view the Universe in a whole new light. Their partnership has included websites that enable people to <a href="http://starinabox.lcogt.net/">track the lifecycle of stars</a>, <a href="http://chrisnorth.github.io/design-a-space-telescope/">design their very own space telescope</a>, and even <a href="https://chrisnorth.github.io/planckapps/Simulator/">play with the properties of the cosmos</a>. They can often be found looking for new ways to help people understand the Universe we live in.</p>
</div>
</div>
</div>
<footer id="footer">
<div class="padder">
Compiled for <a href="../index.html">Cosmos<span class="wide">: The Infographic Book of Space</span></a> / <a href="https://strudel.org.uk/">Stuart Lowe</a> & <a href="https://twitter.com/chrisenorth">Chris North</a>
</div>
</footer>
</div>
</body>
</html>