-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpeople.html
More file actions
49 lines (46 loc) · 1.59 KB
/
people.html
File metadata and controls
49 lines (46 loc) · 1.59 KB
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
---
layout: default
title: People
section_id: people
---
<div class='full parallax' style='background-image: url(images/people/Beaune_crop.jpg); color: #fff;'
xmlns="http://www.w3.org/1999/html">
<div class='row'>
<div class='twelve columns'>
{% include section-header.html title="People" color="#fff" tagline="the OSSOS collaboration" class="big" %}
</div>
</div>
</div>
<div class='spacing'></div>
<div class='full.no-padding'>
<div class='row'>
<div class='large-12 columns'>
<p>
The OSSOS collaboration has a core team and a set of topic teams, each with a team leader.
The core team programs observations, reduces the acquired data, discovers new objects, and provides the topic teams with the detected objects, orbit classification, survey characterization and a survey simulator.
For some topic teams, the data from Core are all they need; for other topic teams, additional telescope time at other facilities is required.
</p>
</div>
<div class='spacing'></div>
</div>
</div>
<div class='full.no-padding'>
<div class='row'>
<div class='large-12 columns'>
<table>
<tr>
<td colspan="3">
{% include section-header.html title="Core" tagline="observing, discoveries, orbits, simulator" %}
</td>
</tr>
{% include core.html %}
<tr>
<td colspan="3">
{% include section-header.html title="Collaboration" tagline="science of the discoveries" %}
</td>
</tr>
{% include collab.html %}
</table>
</div>
</div>
</div>