This repository has been archived by the owner on Sep 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 1.46 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Astronomy Tools</title>
<link rel="stylesheet" href="css/stylesheet.css">
<link href='https://fonts.googleapis.com/css?family=Aclonica' rel='stylesheet'>
<style>
h1 {
font-family: 'Aclonica';font-size: 38px;
}
</style>
</head>
<body link="#7fffd4">
<div class="topnav">
<a class="active" href="#HOME">Home</a>
<a href="pages/GeneralUse.html">General Use</a>
<a href="pages/Astrometry.html">Astrometry</a>
<a href="pages/TemperatureMaps.html">Temperature Maps</a>
<a href="pages/WVT.html">Weighted Voronoi Tesselations</a>
</div>
<h1 align="center" font="aclonica">ASTRONOMY PROJECTS <a target="_blank" href="https://github.com/crhea93/AstronomyTools"><img src="css/GitHub-Mark/PNG/GitHub-Mark-32px.png" alt="github"></a></h1>
<p>The following set of files/projects was born from my desire to share the code I wrote with
any interested party! I strongly believe that science must be open source and I hope these pages will help.
</p>
<p>
A little bit about me: <br> I am a graudate student at l'Université de Montréal in Montréal, Canada. I currently study
high redshift galaxy clusters (hence all of the <b>CIAO</b> tool extensions). I am also working on an amalgamation of
other projects pertaining to high-energy astrophysics.
</p>
</body>
</html>