-
Notifications
You must be signed in to change notification settings - Fork 1
/
membership.html
106 lines (89 loc) · 5.7 KB
/
membership.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
<!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 Membership</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">Memberhship</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>
<!-- Three -->
<section id="three" class="wrapper">
<div class="inner">
<header class="align-center">
<img src="images/Solarsystem_Logo.png">
<h2>SSSC Membership and How to Join the SSSC</h2>
</header>
<div class="align-center">
<img class="contain" src="images/sprint1.png" alt="LSST Solar System Science Collaboration Sprint 1 Photo" style="width:818px;height:444px">
<p>Photo from the 2018 LSST Solar System Readiness Sprint at the University of Washington, Seattle</p>
</div>
<p>The LSST Solar System Science Collaboration (SSSC) accepts applications from astronomers and planetary scientists who have data access rights to LSST data (example 1: a scientist based in countries with LSST data rights (US or Chile); example 2: a scientist who is part of an institution or organization that has data access for their members (like LSST: UK)). </p>
<p> Applications to become members of the LSST SSSC can be filled out on the <a href="https://docs.google.com/forms/d/e/1FAIpQLSdQR9ArMwdv2-pt1kN_bAuTMksMefkunJvHyQ7ySxpTMnFvdg/viewform">membership application form.</a> Applying to become a member is a short process, and the chairs of the SSSC will get back to you promptly. Our current guidelines on membership are focused on building community involvement. Researchers, at
any career level, who can identify areas of interest they wish to pursue that are relevant to LSST Solar System science and are LSST data rights holders will be granted membership. All SSSC members have voting rights and access to future collaboration-generated proprietary data products and tools.
Additionally, all SSSC members are expected to abide by the <a href="codeofconduct.html">SSSC Code of Conduct</a>, the <a href="publication_policy.html">SSSC Publication Policy,</a> and the <a href="charter.html">SSSC Charter</a>.</p>
<p> If you have any questions or concerns about the application process please contactand <a href="mailto:[email protected]">Colin Orion Chandler</a> and <a href="mailto:[email protected]">Meg Schwamb</a> (LSST SSSC co-chairs). </p>
<p> If you are working on a Rubin Observatory international in-kind contribution proposal, please contact <a href="mailto:[email protected]">Colin Orion Chandler</a> and <a href="mailto:[email protected]">Meg Schwamb</a> (LSST SSSC co-chairs) to discuss potential observer status within the SSSC while you are developing your proposal. </p>
<div class="align-center">
<H2> Information Resources For SSSC Members and Non-Members </H2>
<img class="contain" src="images/LSSTScienceCollaborationOnboard.png" alt="yield" style="width:800px;height:600px">
</div>
<h2> Public List of SSSC Members: </h2>
<iframe width="1000" height="600" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vR-XZDDflIXD-mxgE_ShazD_FN6TcbGQwXO7oZfoWp-_jja-A-nFXUMpV6R5ESCDw3Et2QBbTEzc0Ck/pubhtml?gid=1288718228&single=true&widget=true&headers=false"></iframe>
<p>If you are already a member and you don't appear in the above list, please contact the SSSC co-chairs.</p>
<h3> SSSC Architects </h3>
<iframe width="1000" height="600" src="https://docs.google.com/document/d/e/2PACX-1vTiUTnt_n20H3pnG9YTkHzj5cpbHGu39zrFwn7X5ezr5aL6ae0zlLGTB85VnseFYB7FOfJStJ5u4gL4/pub?embedded=true"></iframe>
</div>
</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>