-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
executable file
·63 lines (51 loc) · 2.05 KB
/
index.php
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
<?php
$page_title = "SDSS QSOALS Project";
include 'includes/header.html';
?>
<div class="col_12">
<h3> SDSS DR7 Quasar Absorption Line Catalog</h3>
<div class="col_6">
<img src="images/cartoon_qsoals2.jpg" width="550" height="350" />
</div>
<div class="col_6">
<p> Since its first light in 2000, the Sloan Digital Sky Survey
(<a href="sdss.org">SDSS</a>) has been accumulating the spectra
of quasars of redshift 0.05 < z< 5.8 and to a depth of <em>r < 22</em>.
As the light from these quasars travels billions of light years
to reach our telescope, it is absorbed by gas in foreground galaxies
and the intergalactic medium along the way.
By mapping and studying the absorption features in
spectroscopic quasar surveys we can better understand
how gas and dust in the Universe has evolved
over the last 10 Billion years.
</div>
<div>
<div class="col_12">
<p> We have undertaken a census of metal absorption lines in the
<a href="http://classic.sdss.org/dr7/products/value_added/qsocat_dr7.html">
DR7 SDSS quasar sample </a>
(<a href="http://adsabs.harvard.edu/abs/2010AJ....139.2360S">
Schnieder et al. (2010) </a>).
These absorption lines are grouped into "systems,"
groups of ions appearing at the same redshift.
Please see York et al. (2015) for complete details.
<p> This website provides access to the absorption line system (QSOALS) catalog and quasar spectra,
both the SDSS reduced spectra and continuum-normalized spectra convenient for absorption line studies.
<p>
</div>
<hr />
<!- More info we need to add to the front page goes here-->
<div class="col_6">
<h4> </h4>
<p></p> </div>
<div class="col_6">
<h4> </h4>
<p></p> </div>
</div>
</div><!-- END GRID -->
<!-- ===================================== START FOOTER ===================================== -->
<div class="clear"></div>
<div id="footer">
© Copyright 2013–2014 All Rights Reserved. This website was built with <a href="http://www.99lime.com">HTML KickStart</a>
</div>
</body></html>