-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathtaskForces.html
More file actions
292 lines (266 loc) · 15.4 KB
/
taskForces.html
File metadata and controls
292 lines (266 loc) · 15.4 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<html>
<head>
<title>LSST-TVS task forces</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script>
$(function(){
$("#includedContent").load("subgroups_sidebar.html");
});
</script>
<style>
/* 1. Defines the responsive grid container */
.grid-container2 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Creates responsive columns */
gap: 1.5em; /* Defines the space between the cards */
margin-bottom: 2em; /* Space below the entire grid section */
}
/* 2. Styles each individual card */
.task-force-card {
border: 1px solid #e0e0e0; /* Adds the light border */
padding: 1.5em; /* Adds internal spacing (padding) */
text-align: left; /* Ensures text is NOT justified */
}
/* 3. Styles the title inside each card */
.task-force-card h3 a {
color: #008080; /* A teal color similar to your screenshot */
text-decoration: none;
border-bottom: none;
font-weight: 600;
}
/* 4. Styles the coordinator's name */
.task-force-card .coordinator {
font-style: italic;
color: #888;
margin-top: 0.25em;
margin-bottom: 1em;
}
/* 5. General text and list styling within the card */
.task-force-card p, .task-force-card ol {
margin-bottom: 1em;
}
.task-force-card ol {
padding-left: 1.2em; /* Indents the numbered lists */
}
</style>
</head>
<body class="is-preload">
<div id="wrapper">
<header id="header">
<h1><a href="https://lsst-tvssc.github.io/index.html#top">LSST TVS SC</a></h1>
<nav class="links">
<div id="nav"></div>
</nav>
<nav class="main">
<ul>
<li class="search">
<a class="fa-search" href="#search">Search</a>
<form id="search" method="get" action="search.html">
<input type="text" name="query" placeholder="Search" />
</form>
</li>
<li class="menu">
<a class="fa-bars" href="#menu">Menu</a>
</li>
</ul>
</nav>
</header>
<section id="menu">
<section>
<form id="search" method="get" action="search.html">
<input type="text" name="query" placeholder="Search" />
</form>
</section>
<section>
<ul>
<li>
<a href="index.html#top" id="top-link" class="skel-layers-ignoreHref">
<i class="fas fa-home" aria-hidden="true"></i> Intro
</a>
</li>
<li>
<a href="members.html" id="members-link" class="skel-layers-ignoreHref">
<i class="fas fa-user" aria-hidden="true"></i> Members and roles
</a>
</li>
<li>
<a href="subgroups.html" id="portfolio-link" class="skel-layers-ignoreHref">
<i class="fas fa-th" aria-hidden="true"></i> Subgroups
</a>
</li>
<li>
<a href="taskForces.html" id="portfolio-link" class="skel-layers-ignoreHref">
<i class="fas fa-th" aria-hidden="true"></i> Task Forces
</a>
</li>
<li>
<a href="lsst_sci_prep.html" id="portfolio-link" class="skel-layers-ignoreHref">
<i class="fas fa-th" aria-hidden="true"></i> Preparatory Science Program
</a>
</li>
<li>
<a href="https://tvs.science.lsst.org/apply" id="application-link" class="skel-layers-ignoreHref" target="_blank" rel="noopener noreferrer">
<i class="fas fa-edit" aria-hidden="true"></i> Become a member
</a>
</li>
<li>
<a href="index.html#contact" id="contact-link" class="skel-layers-ignoreHref">
<i class="fas fa-envelope" aria-hidden="true"></i> Contact us
</a>
</li>
<li>
<a href="documents.html" id="members-link" class="skel-layers-ignoreHref" target="_blank" rel="noopener noreferrer">
<i class="fas fa-file" aria-hidden="true"></i> Documents
</a>
</li>
<li>
<a href="events.html" id="members-link" class="skel-layers-ignoreHref">
<i class="fas fa-calendar" aria-hidden="true"></i> Events
</a>
</li>
<li>
<a href="meeting_notes.html" id="members-link" class="skel-layers-ignoreHref">
<i class="fas fa-calendar" aria-hidden="true"></i> Meeting Notes
</a>
</li>
</ul>
<!-- <a href="#" class="button large fit">Log In</a> -->
</section>
</section>
<!--task forces -->
<article class="post">
<section id="taskForces" class="three">
<div class="container">
<header>
<h2>Task Forces</h2>
</header>
<h2>2021-2022 TVS task forces</h2>
<div class="grid-container2">
<div class="task-force-card">
<h3><a href="taskForces/survey_strategy_task_force.html">Survey Strategy Task Force</a></h3>
<p class="coordinator">Coordinator: Rachel Street</p>
<p>This task force coordinates work by TVS members relating to all aspects of survey strategy, in particular working on papers for the planned special edition publication of Cadence Notes. The group also coordinates with similar task forces from other Science Collaborations with overlapping science interests.</p>
</div>
<div class="task-force-card">
<h3><a href="taskForces/dp0_task_force.html">Data Preview 0 Task Force</a></h3>
<p class="coordinator">Coordinator: Sara Bonito</p>
<p>This task force is working on a range of projects undertaken for Data Preview 0, and serves as a forum for members to share their progress and troubleshoot issues. In the course of these projects, members will evaluate the functionality of the Rubin Science Platform for their science.</p>
</div>
<div class="task-force-card">
<h3><a href="taskForces/crowded_field_task_force.html">Crowded Fields Photometry Task Force</a></h3>
<p class="coordinator">Coordinator: Massimo Dall'Ora</p>
<p>This task force will continue the productive collaboration started in previous years. It will continue to evaluate the quality of photometry that can be produced from Rubin data products in crowded star fields, and its application for variable star science. We suggest this task also focuses on writing a comprehensive report of their activities up to now.</p>
</div>
<div class="task-force-card">
<h3><a href="taskForces/commissioning_task_force.html">Commissioning Task Force</a></h3>
<p class="coordinator">Coordinator: Markus Rabus</p>
<p>This task force will liaise with the Rubin commissioning staff, continuing to provide scientific input on activities and observations that benefit TVS science in the commissioning phase of the project.</p>
</div>
<div class="task-force-card">
<h3><a href="taskForces/software_task_force.html">Software Task Force</a></h3>
<p class="coordinator">Coordinator: Alex Razim</p>
<p>All of the science that TVS will do during LSST will depend on having access to software tools capable of handling LSST data, the rate at which it is delivered, and interfacing with key services in the Rubin "ecosystem" such as alert brokers and the Rubin Science Platform. Rubin’s recent call to solicit international in-kind contributions has resulted in a number of teams committing to providing software development effort to be guided by TVS towards software that will benefit our members. This task force will help to conceive and design software that needs to created from scratch or adapted for Rubin, and begin to work with international teams to oversee the development of that software.</p>
</div>
</div>
<h2>2019-2020 TVS task forces</h2>
<div class="grid-container2">
<div class="task-force-card">
<h3><a href="taskForces/maf_task_force_work_plan.html">MAF TF</a></h3>
<p>Metrics (MAFs) were not generally available with the submitted TVS white papers and without them the cadences cannot be evaluated. This means the requested cadences may actually not be simulated, unless a MAF is provided or easily generated by the project members. This TF should:</p>
<ol>
<li>Learn the MAF</li>
<li>Review the TVS White Paper submissions for cadence proposals</li>
<li>Design and code MAFs for all TVS submissions</li>
<li>Create TVS specific (video) tutorials for MAF</li>
</ol>
</div>
<div class="task-force-card">
<h3><a href="taskForces/lsp_task_force_work_plan.html">Science Platform Evaluation Through "Stack Club" involvement TF</a></h3>
<p>Members will get involved in the LSST “stack club” and this gain access to the LSST Science Platform. This TF should:</p>
<ol>
<li>Gain familiarity with the LSST Science Platform and share it with the rest of TVS,</li>
<li>Understand what TVS users need from the Science Platform and evaluate whether the current design will provide it.</li>
<li>Report on Stack Club by a member of the club (possibly also member of TVS)</li>
</ol>
</div>
<div class="task-force-card">
<h3>Deep and accurate PSF photometry in crowded fields, and search for variable stars TF</h3>
<p>This TF will follow the success of the deblending TF that analyzed DECAM very crowded fields with DAOPhot with the aim to refine parameters in the LSST Stack to optimize crowded field photometry for variable stars and stacks. This TF should:</p>
<ol>
<li>Perform a full test of the DECam Bulge dataset (2013A-0721) with Scarlet</li>
<li>Publish the results of our tests in a refereed paper</li>
<li>Publish any scientific result which could arise from our analysis.</li>
</ol>
</div>
<div class="task-force-card">
<h3>Commissioning TF</h3>
<p>The LSST commissioning is planned to start in a year and LSST Project has solicited the involvement of the SCs. This TF should:</p>
<ol>
<li>Design potential on-sky observations which could be done during the commissioning phase in order to test the feasibility of our science cases within TVS.</li>
<li>Define minimum requirements useful for the proposed (respective) science cases.</li>
<li>Maybe even design tools/metrics to test feasibility.</li>
</ol>
</div>
</div>
<h2>2018 TVS task forces</h2>
<div class="grid-container2">
<div class="task-force-card">
<h3><a href="taskForces/broker_task_force_work_plan.html">Characterize a community-broker interface functionality</a></h3>
<p>Spokesperson: <a href="mailto:markus.rabus@gmail.com">Markus Rabus, PUC, Chile</a></p>
</div>
<div class="task-force-card">
<h3><a href="taskForces/cfp_task_force_work_plan.html">Crowded Field Photometry</a></h3>
<p>Spokesperson: <a href="mailto:kmhambleton@gmail.com">Kelly Hambleton</a></p>
</div>
<div class="task-force-card">
<h3><a href="taskForces/MS_DDF_task_force_work_plan.html">Deep-drilling fields and mini-surveys proposals planning</a></h3>
<p>Spokesperson: <a href="mailto:sbonito@astropa.unipa.it">Sara Bonito, INAF, Italy</a></p>
</div>
</div>
</div>
</section>
</article>
<!-- Sidebar -->
<section id="sidebar">
<!-- Intro -->
<section id="intro">
<a href="#" class="logo"><img src="images/MEDLogoBLK.jpg" alt="" /></a>
<header>
<h2>Rubin LSST Transients and Variable Stars</h2>
<p>Science Collaboration</p>
</header>
</section>
<!-- Mini Posts -->
<!-- Subgroups side menu -->
<div id="includedContent"></div>
<!-- About -->
<section class="blurb">
<h2>About</h2>
<p>TVS is a <a href="https://lsst.org/">Vera C. Rubin Observatory</a> Legacy Survey of Space and Time <a href="https://www.lsstcorporation.org/science-collaborations">Science Collaboration </a> (SC). Our SC is a group focuses preparing to study the transient and variable sky with the revolutionary Legacy Survey of Space and Time (LSST).</p>
<ul class="actions">
<li><a href="index.html" class="button">Learn More</a></li>
</ul>
</section>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/LSST-TVSSC" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="#contact" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p class="copyright">© Untitled. Design: <a href="http://html5up.net">HTML5 UP</a>. Images: <a href="http://unsplash.com">Unsplash</a>.</p>
</section>
</section>
</article>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>