-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (94 loc) · 5.05 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
<!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="keywords" content="Astronomy, Astrophysics, Scientific Computing, Data Science">
<meta name="description" content="Professional Page for Damien Robertson">
<meta name="author" content="Damien Robertson">
<title>Damien Robertson</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template-->
<link href="custom_css/basic_template.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body onload="myTime();">
<!-- NAVIGATION START -->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container" >
<div class="navbar-header">
<button type="button" class="navbar-toggle" 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>
<div class="navbar-brand">
<a class="active" href="http://astronomerdamo.github.io/">Damien Robertson</a>
</div>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class='live'>
<a href="https://github.com/astronomerdamo">github</a>
</li>
<li class='live'>
<a href="docs/cv.html">cv</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- NAVIGATION END-->
<!--CONTENT-->
<div class="container">
<img class="banner-image" src="images/perseus_solarized_dark2light.png"/>
<h2>
<i>Somewhere, something incredible is waiting to be known.</i>
</h2>
<h4>
     - Carl Sagan
</h4>
<p>
Currently a data engineer at <a href="https://www.shopify.com">Shopify</a>.
Before my professional career I was a observational astronomy graduate student studying star formation and AGN.
</p>
<p>
I earned my M.Sc. from <a href="http://www.physics.mcmaster.ca/">McMaster University</a> in 2014 analyzing giant molecular clouds (nebula) for clues about how stars form and evolve.
The above image is one such cloud in Perseus about 30 light years across, each bright point is a baby star still forming.
In 2012 I earned my B.Sc. from <a href="http://www.smu.ca/academics/departments/astronomy-and-physics.html">Saint Mary's University</a> using high energy observations to probe the active supermassive black holes that anchor galaxies.
</p>
<p>
I've done heaps of other cool stuff like working at the <a href="http://www.triumf.ca/">world's largest cyclotron</a>, creating an accurate 3D simulation of the Solar System evolving, and giving public lectures at the <a href="http://www.physics.mcmaster.ca/planetarium/index.html">W.J. McCallion Planetarium</a> to name a few.
</p>
<p>I am endlessly fascinated by computers, both with what they can and can not do.
I am also keenly interested in numerical programming, scientific computing and data science.
I aim to adopt <a href="http://en.wikipedia.org/wiki/Open_science">open science</a> and am a cheerleader for <a href="https://en.wikipedia.org/wiki/Open-source_software">open source software</a>.
I maintain a humble <a href="https://github.com/astronomerdamo">GitHub account</a> with tools and programs I've developed and try to contribute to regularly.
I am always on the look out for interesting new projects and opportunities.
</p>
</div>
<div class="container">
<footer>
<p>Contact: robertsondamien {at} gmail.com</p>
<p>© Damien Robertson 2014-2018 - Created using <a href="http://getbootstrap.com">bootstrap</a> with the awesome <a href="http://ethanschoonover.com/solarized">solarized</a> colour scheme.
</p>
<p><a class="btn btn-dark" role="button">Solarized Dark</a> <a class="btn btn-light" role="button">Solarized Light</a></p>
</footer>
</div>
<!--/CONTENT-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster
<script src="../bower_components/jquery/dist/jquery.min.js"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="custom_js/basic_template.js"></script>
</body>
</html>