forked from drphilmarshall/SpaceWarps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (94 loc) · 4.76 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="website/stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="website/stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="website/stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Space Warps</title>
</head>
<body>
<header>
<div class="inner">
<h1>Space Warps</h1>
<h2>Science Team Development Website</h2>
<!-- This button is now in the sidebar:
<a href="https://github.com/drphilmarshall/SpaceWarps" class="button"><small>View project on</small>GitHub</a>
-->
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<p>Space Warps is a Zooniverse project, to be launched in Spring 2013,
that will crowd-source the discovery of gravitational lenses. While the
Zooniverse dev team are building the main site, identification
interface, and discussion and exploration system, the science team are
thinking about two things. The first is how to help our volunteers learn
about gravitational lenses - what they look like, and how they work - as
quickly as possible. The second is how to analyze the identifications
made by the volunteers in order to make a ranked list of lens
candidates.</p>
<p> One way we can talk to people about how lenses work is through our
<b><a href="http://blog.spacewarps.org">project blog</a></b>. We also
give updates on the project there. These pages here are mostly quiet,
except for the sounds of scientists, tinkering.</p>
<! -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<h3>Analysis Pipeline</h3>
<p>We don't have a specific webpage about this yet - the analysis code is
still under construction. You can <b><a
href="https://github.com/drphilmarshall/SpaceWarps">follow along on
github though.</a></b></p>
<! -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<h3>Prototype Training Webpages</h3>
<p>We want to show people what lenses look like - and what they don't!
The Spotter's Guide will be an interactive gallery of both known lenses
and some common sources of confusion, that are relevant to the current
survey's data.
<a href="training/SpottersGuide/index.html">Do you know what you're looking for?</a></p>
<p>We have built a little lens simulator, called "LensToy," to show
people very quickly what gravitational lenses do - you place a source
"behind" a massive galaxy in the image shown to you, and LensToy shows
you what the corresponding lensed features would look like.
<a href="training/Playground/index.html">Go on, have a play!</a></p>
<!-- School is not yet operational...
<p>We'd like people to understand a bit about how space warps work. If
we had a School page, we could try and explain the physics of gravitational
lensing.' </p>
<a href="training/School/index.html">Under construction...</a>
-->
</section>
<aside id="sidebar">
<!-- No need to encourage people to download tarballs!
<a href="https://github.com/drphilmarshall/SpaceWarps/zipball/master" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/drphilmarshall/SpaceWarps/tarball/master" class="button">
<small>Download</small>
.tar.gz file
</a>
-->
<a href="https://github.com/drphilmarshall/SpaceWarps" class="button"><small>View project on</small>GitHub</a>
<p class="repo-owner">The <a
href="https://github.com/drphilmarshall/SpaceWarps">The Space Warps</a>
prototype training webpages and analysis pipeline are
being developed by
<a href="https://github.com/drphilmarshall">Phil Marshall</a>,
<a href="https://github.com/aprajita">Aprajita Verma</a>,
<a href="https://github.com/anupreeta27">Anupreeta More</a>,
<a href="https://github.com/kapadia">Amit Kapadia</a>, and
<a href="https://github.com/slowe">Stuart Lowe</a>,
with the assistance of the Space Warps community.</p>
<p>This page was generated by <a href="pages.github.com">GitHub Pages</a> using the Architect theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>