-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
386 lines (317 loc) · 23.2 KB
/
index.html
File metadata and controls
386 lines (317 loc) · 23.2 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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
<!DOCTYPE HTML>
<!--
Future Imperfect by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>LSST-TVS</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>
</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>
<!-- Main -->
<div id="main">
<!-- Post -->
<article class="post">
<header>
<div class="title">
<h2>The TVS Science Collaboration</h2>
<p></p>
</div>
</header>
<a href="index.html#top" class="image featured"><img src="images/banner.png" alt="" /></a>
<p>The <a href="https://rubinobservatory.org">Vera C. Rubin Observatory</a> Legacy Survey of Space and Time (LSST) Transients and Variable (TVS) Stars Collaboration focuses on the study of the transient and variable sky through the LSST data, including a large and diverse range of phenomena: variable events, periodic or not, explosive and eruptive transients, and geometric transients (e.g. eclipsing binaries and planets). Variability is a tell tale of the nature of the objects observed, but it also enables galactic studies (the mapping of the galactic structure), extragalactic studies (the characterization of the intracluster medium), and cosmological studies. Because of their physical and phenomenological diversity, the object we study span a wide range of timescales and present themselves in a range of brightnesses and colors. We work to understand and maximize the potential of <a href="https://ui.adsabs.harvard.edu/abs/2019ApJ...873..111I/abstract">LSST</a> in the exploration of the variable and transient sky, one of the <a href="https://www.lsst.org/science">4 science drivers of LSST</a>. LSST also holds great potential for discovery of new transient phenomena, especially at the very short and very long time scales.</p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/MXQQzbC5HxY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<footer>
<ul class="actions">
<li><a href="gettingstarted.html" target=_blank class="button large">Continue Reading</a></li>
<li><a href="https://tvs.science.lsst.org/?q=apply" target=_blank class="button large">Apply to become a member!</a></li>
</ul>
</footer>
</article>
<!-- Post -->
<article class="post">
<header>
<div class="title">
<h2>Statement of Values</h2>
<p> A collaboratively written statement of values for the TVS SC</p>
</div>
<div class="meta">
<time class="published" >June 2020</time><a href="#" class="author"><span class="name"></span><img src="images/MEDLogoBLK.jpg" alt="" /></a>
</div>
</header>
<p>The goal of the LSST TVS SC is to advance our understanding of the Universe through science and to create and sustain a research environment in which all members can thrive.
Supporting an equitable space free of discrimination is first and foremost a matter of social justice. We recognize that academia is embedded within, and takes advantage of, systemic racism that perpetuate white supremacy and suppresses non-white voices and voices of diverse scholars along other axes or privilege. We, as an organization, renew our commitment to be proactive in order to fix and stop this “status quo” in our corner of the Universe.
The TVS SC is inherently a multinational organization with members from a wide range of cultures and this diversity strengthens our research by bringing in different perspectives and expertise. We seek to enhance our diversity of membership and to create an educational and research culture that is welcoming and supportive for all members. We encourage people to apply and be an active part of TVS, regardless of their race, color, country of origin, sex, age, national origin, religion, sexual orientation, gender identity and/or expression, disability or veteran status. We have an ongoing commitment to a range of initiatives to make our organization more equitable and justice, undertaken with the guidance of the Justice, Equity, Diversity, and Inclusion (JEDI) group of the TVS SC. More information on these activities can be found in our <a href="calltoaction.html">TVS call to action</a>.
The leadership of the TVS SC and JEDI are responsible for, and all members are empowered to, ensuring full support for these activities. Accountability metrics are explicitly included in the same document.
</p>
<footer>
<ul class="actions">
<li><a href="calltoaction.html"
target=_blank class="button large">Continue Reading</a></li>
</ul>
</footer>
</article>
<!-- Post -->
<article class="post">
<header>
<div class="title">
<h2>members</h2>
<p>TVS has over 520 members in 17 countries worldwide</p>
</div>
<div class="meta">
<time class="published" datetime="2015-10-22">June 2020</time>
<a href="#" class="author"><span class="name"></span><img src="images/MEDLogoBLK.jpg" alt="" /></a>
</div>
</header>
<a href="members.html" class="image featured"><img src="images/map.png" alt="" /></a>
<p>We are an international organization with members in 5 continents. Membership is currently dominated by US and Chilean members, since those communities have free access to the Rubin data and have been involved with the survey since its start, but many European members have also joined and we are working to break barriers and reach other communities - see our <a href="calltoaction.html">TVS call to action</a> and contact us if you are interested in the Rubin LSST. Our collaboration is organized in
<a href="subgroups.html">14 groups</a> with common expertise and interests, that are delineating a roadmap to maximize the potential of the LSST survey in the discovery and characterization of the transient sky.</p>
<footer>
<ul class="actions">
<li><a href="members.html" class="button large">Continue Reading</a></li>
<li><a href="https://tvs.science.lsst.org/?q=apply" target=_blank class="button large">Apply to become a member!</a></li>
</ul>
</footer>
</article>
<!-- Contact -->
<article class="post">
<div class="title" id="contact">
<header>
<h2>Contact</h2>
</header>
<p>Contact the co-Chairs for more information: <br>
<a href="https://www.igorandreoni.com">Igor Andreoni</a> - igor.andreoni at unc.edu<br>
<a href="http://www.astropa.inaf.it/en/personal-pages/sara-bonito/">Sara Bonito</a> - rosaria.bonito at inaf.it</p>
<!-- REMOVED FORM TO LIMIT SPAM
<form method="post" action="https://formspree.io/f/mjvdkbrj">
<div class="row">
<div class="6u 12u$(mobile)"><input type="text" name="name" placeholder="Name" /></div>
<div class="6u$ 12u$(mobile)"><input type="email" name="email" placeholder="Email" /></div>
<div class="12u$">
<textarea name="message" placeholder="Message"></textarea>
</div>
<div class="12u$">
<input type="submit" value="Send Message" />
</div>
</div>
</form></div>
-->
<!-- Pagination -->
</article>
</div>
<!-- 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 -->
<section>
<h3>Latest</h3>
<div class="mini-posts">
<!-- Mini Post -->
<article class="mini-post">
<header><h3>June 2024 </h3>
<time class="published" datetime="2024-10-06">
The Software Taskforce of the TVS SC is happy to announce that the 2nd Intermediate Python for Astronomical
Software Development workshop (aka InterPython) will take place on July 1-4, 2024. This workshop will be preceded by a single-day mini-workshop on Git Intro on June 26, 2024. The curriculum of the workshop can be found on <a href="https://shrra.github.io/python-intermediate-development/">the website</a>, and its development is supported by the <a href="https://www.lsstcorporation.org/sites/default/files/LSSTC%20Inclusive%20Collaboration%20-%20Call%20for%20Proposals-1.pdf">LSST Discovery Alliance Inclusive Collaborations Grant</a>. The organizational details and registration link can be found in <a href="https://lsstc.slack.com/archives/C06D204GG/p1717597944562809"> the Slack announcement</a>.</time>
</header>
<a href="taskForces/interpython_workshop_software_task_force.html" class="image"><img src="images/InterPython_ad2.png" alt="" /></a>
</article>
<article class="mini-post">
<header><h3>February 2024 </h3>
<time class="published" datetime="2024-19-02">
On February 05-09, the TVS SC conveyed the first <a href="https://shrra.github.io/python-intermediate-development/">Intermediate Python for Astronomical
Software Development workshop</a>. The materials for the workshop were developed based
on the <a href="https://carpentries-incubator.github.io/python-intermediate-development/">Intermediate Research Software Development workshop</a> created by <a href="https://carpentries.org/">the Carpentries</a> community.
The workshop development was supported by the <a href="https://www.lsstcorporation.org/sites/default/files/LSSTC%20Inclusive%20Collaboration%20-%20Call%20for%20Proposals-1.pdf">LSST Discovery Alliance Inclusive Collaborations Grant</a>. The next workshop will be LSST-wide and is expected to be organized by the end of 2024. </time>
</header>
<a href="taskForces/interpython_workshop_software_task_force.html" class="image"><img src="images/InterPython_ad.png" alt="" /></a>
</article>
<article class="mini-post">
<header><h3>October 2023 </h3>
<time class="published" datetime="2023-10-10">
TVS received a <a href="https://www.lsstcorporation.org/sites/default/files/LSSTC%20Inclusive%20Collaboration%20-%20Call%20for%20Proposals-1.pdf">LSST Discovery Alliance Inclusive Collaborations Grant</a> <br> and
to develop a <a href="mentor-training-website">mentor training program </a>- the program will be coordinated by Shar Daniels. <h2><a href="mentor-training-website">Apply by 4/1</a></h2> </time>
</header>
<a href="https://docs.google.com/document/d/e/2PACX-1vQCSBDDz2f6LsCgBZdJ1Ra1O-njc4PaYKdKMbEkYuLzR2Qp6P39vYs08HxLvTxpdhtB76TOmZlg6Bcw/pub" class="image"><img src="subgroups/images/shar_d_avatar.png" alt="" /></a>
</article>
<article class="mini-post">
<header><h3>March 2023 </h3>
<time class="published" datetime="2023-3-8">
TVS welcomes its new co-chairs <a href="https://www.igorandreoni.com">Igor Andreoni</a> <br> and
<a href="http://www.astropa.inaf.it/en/personal-pages/sara-bonito/">Sara Bonito</a>!! </time>
</header>
<a href="index.html" class="image"><img src="images/chairs.png" alt="" /></a>
</article>
<article class="mini-post">
<header><h3>January 2023 </h3>
<time class="published" datetime="2022-8-8">
The fist TVS Census is now complete. Information on the TVS population is available <a href="census23.html">here</a></time>
</header>
<a href="census.html" class="image"><img src="images/census.png" alt="" /></a>
</article>
<article class="mini-post">
<header><h3>August 2022 </h3>
<time class="published" datetime="2022-8-8">
The first version of the TVS Roadmap is now public and will be available on the arxiv on Wednesday 8/10/22. Dr. Kelly Hambleton is presenting it for the first time at on Monday 8/8 at <a href="https://www.iauga2022.org/">IAU General Assembly 2022</a> - the roadmap current version is accessible <a href="RoadmapOutline/index.html">here</a></time>
</header>
<a href="roadmap.html" class="image"><img src="images/roadmap.png" alt="" /></a>
</article>
<article class="mini-post">
<header><h3>April 2021 </h3>
<time class="published" datetime="2022-4-1">
The <a href="https://www.hsfoundation.org/">Heising-Simons Foundation </a> awarded $900,000 to enable all astronomers to explore the potential of Rubin Observatory for Galactic, stellar, and Solar System science, through the work of Science Collaborations that are dedicated to these topics.</time>
</header>
</article>
<article class="mini-post"><header>
<h3><a href="https://iopscience.iop.org/article/10.3847/2515-5172/ab812a">March 2020</a></h3>
<time class="published" datetime="2010-4-1">Impact of Rubin Observatory LSST Template Acquisition Strategies on Early Science from the Transients and Variable Stars Science Collaboration: Time-critical Science Cases</time>
</header>
<a href="https://iopscience.iop.org/article/10.3847/2515-5172/ab812a" class="image"><img src="images/rnaas2020_1.png" alt="" /></a>
</article>
<!-- Mini Post -->
<article class="mini-post">
<header>
<h3><a href="https://iopscience.iop.org/article/10.3847/2515-5172/ab8129">March 2020</a></h3>
<time class="published" datetime="2012-4-1">Impact of Rubin Observatory LSST Template Acquisition Strategies on Early Science from the Transients and Variable Stars Science Collaboration: Non-time-critical Science Cases</time>
</header>
<a href="https://iopscience.iop.org/article/10.3847/2515-5172/ab8129" class="image"><img src="images/rnaas2020_2.png" alt="" /></a>
</article>
</div>
</section>
<!-- Posts List -->
<!-- Subgroup side menu -->
<!-- Subgroups side menu -->
<div id="includedContent"></div>
<!-- About -->
<section class="blurb">
<h2>About</h2>
<p>TVS is a <a href="https://rubinobservatory.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="#" 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">© Design: <a href="http://html5up.net">HTML5 UP</a>.</p>
</section>
</section>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/LSST-TVSSC" class="icon 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>
</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>