-
Notifications
You must be signed in to change notification settings - Fork 1
/
sciCases.html
104 lines (88 loc) · 4.43 KB
/
sciCases.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
<!DOCTYPE HTML>
<!--
Theory by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>SSSC Science Cases</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="inner">
<!--<a href="index.html" class="logo">Theory</a>-->
<nav id="nav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="news.html">News</a>
<a href="codeofconduct.html">Code of Conduct</a>
<a href="charter.html"> Charter </a>
<a href="publication_policy.html"> Publication Policy </a>
<a href="workinggroups.html">Working Groups</a>
<a href="sciCases.html">Science Cases</a>
<a href="dataProds.html">Data Products</a>
<a href="impDocs.html">Docs</a>
<a href="gettingStarted.html">Getting Started</a>
<a href="membership.html">Membership</a>
<a href="software.html">Software</a>
<a href="https://lsstsssc.wordpress.com/">Blog</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- SciCaseList -->
<section id = "SciCaseList" class = "wrapper">
<header class="align-center">
<h2> Science Cases </h2>
<h3> SSSC Science Roadmap</h3>
<p>The SSSC has produced a science roadmap detailing the collaboration's science priorities with LSST; this living document is available <a href="https://arxiv.org/abs/1802.01783">here</a> </p>
<h3> Expected LSST Discovery Yield </h3>
<div>
<p> LSST will <a href="Files/LSSTSolarsystem2.pdf" target="_blank">map the Solar System </a>, finding millions of asteroids, thousands of comets, tens of thousands of Kuiper belt objects (KBOs), and hundreds of thousands of Near Earth objects (NEOS). Most of these objects will receive hundreds of observerations in mulitiple filters over the 10-year lifetime of the LSST Wide-Fast-Deep Survey.
<br>
<br>
<img class="contain" src="images/estimated_LSST_populations.png" alt="yield" style="width:800px;height:400px">
<p>Image Credit: Lynne Jones - More details on how these values were estaimted can be found in the <a href="https://www.lsst.org/scientists/scibook">LSST Science Book</a> </p>
</div>
<h3> Expected LSST Science Highlights </h3>
<p> One page fact sheets developed with LSST/LSSTC:
<div style="display: inline-block; text-align: left;">
<ul>
<li> <a href="https://docushare.lsst.org/docushare/dsweb/Get/Document-14553" target="_blank"> Near Earth Objects (NEOs) </a>
<li> <a href="Files/LSST-InterstellarObjects.pdf" target="_blank"> Interstellar Objects </a>
<li> <a href="Files/LSSTPlanetbeyondNeptune.pdf" target="_blank"> Detecting or Testing the Hypothesis of a Planet-sized Body Orbiting Beyond Neptune </a>
<li> <a href="Files/LSSTactive_asteroids.pdf" target="_blank"> Active Asteroids </a>
</ul>
</div>
<h3> Overview of All LSST Science Cases </h3>
<p> An overview of all expected LSST science can be found <a href="https://ui.adsabs.harvard.edu/abs/2019ApJ...873..111I/abstract">here</a>.
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
LSST-SSSC Information Portal. Design: <a href="https://templated.co/theory">Using the Theory template by Templated.</a>
</div>
<!--<ul class="icons">
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">linkedIn</span></a></li>
<li><a href="#" class="icon fa-pinterest-p"><span class="label">Pinterest</span></a></li>
<li><a href="#" class="icon fa-vimeo"><span class="label">Vimeo</span></a></li>
</ul>-->
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>