-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcolloquia.html
More file actions
389 lines (360 loc) · 16.3 KB
/
colloquia.html
File metadata and controls
389 lines (360 loc) · 16.3 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
387
388
389
<html>
<head>
<title>LSST-TVS events</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>
</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>
<article class="post">
<section id="taskForces" class="three">
<div class="container">
<header>
<h2>TVS Colloquium Series</h2>
</header>
<p>In addition to our regular meetings, TVS hosts a colloquium series since 2021 which is designed to feature a wide range topics in greater detail.
These topics include science both directly related to LSST and also other topics of general interest to our members.</p>
<p>We are also keen to feature topics of broad cultural interest, and welcome thought-provoking perspectives on science from all cultures and faiths, as well as from art and history.</p>
<p>TVS Colloquia are recorded, and are shared publicly on our <a href="https://www.youtube.com/@rubinlssttvssciencecollabo9219/featured" target="_blank">YouTube channel</a> with the speaker's permission.</p>
<p>The Colloquium Series is organized by Priscila J. Pessi, of Stockholm University, and all members are encouraged to contact
her via the LSST Slack to propose future colloquium topics.</p>
<!-- TVS Colloquia Section -->
<header><h2><a href="https://www.youtube.com/watch?v=fHj7fgTkzRs&list=PLY7gSb9nTMnP-08vz-PG97pfztcODjuYY">Colloquia 2025</a></h2></header>
<table>
<thead>
<tr>
<th>Date</th>
<th>Title</th>
<th>Speaker</th>
</tr>
</thead>
<tbody>
<tr>
<td>Sep 2, 2025</td>
<td><b><a href="https://youtu.be/fHj7fgTkzRs?si=BC3AQilmh5eT6ovA" target="_blank">Peculiar Transients in the LSST Era</a></b></td>
<td><b>Alexey Bobrick</b></td>
</tr>
<tr>
<td>Aug 5, 2025</td>
<td><b><a href="https://youtu.be/fHj7fgTkzRs?si=BC3AQilmh5eT6ovA" target="_blank">Rubin Data Preview 1</a></b></td>
<td><b>James Mullaney</b></td>
</tr>
<tr>
<td>Jul 8, 2025</td>
<td><b><a href="https://youtu.be/9wJ6nM7ZZck?si=Y2Zflh6LgoPSnDXv" target="_blank">pop-cosmos — inference of galaxy properties using stellar population synthesis</a></b></td>
<td><b>Stephen Thorp</b></td>
</tr>
<tr>
<td>Jun 10, 2025</td>
<td><b><a href="https://youtu.be/DmzcjWqPflo?si=ydPmNlWFZlqmxrSU" target="_blank">Transient classifiers in Fink: benchmarks for LSST</a></b></td>
<td><b>Bernardo Fraga</b></td>
</tr>
<tr>
<td>May 13, 2025</td>
<td><b><a href="https://youtu.be/Q-YnoAxL5aA?si=YDqGPi5kEyKe2MAa" target="_blank">Representation Learning for Time-Domain High-Energy Astrophysics</a></b></td>
<td><b>Steven Dillman</b></td>
</tr>
<tr>
<td>Apr 1, 2025</td>
<td><b><a href="https://youtu.be/SUJJeN0SPCY?si=H-Ez6-qpI4RnnXRV" target="_blank">The Redback open-source package for modelling electromagnetic transients</a></b></td>
<td><b>Nikhil Sarin</b></td>
</tr>
<tr>
<td>Mar 4, 2025</td>
<td><b><a href="https://youtu.be/yuF0gFn05ms?si=DCxq9MgndU7J9TgU" target="_blank">The Fink broker, personalized filtering for the LSST alert stream</a></b></td>
<td><b>Emille Ishida</b></td>
</tr>
<tr>
<td>Feb 4, 2025</td>
<td><b><a href="https://youtu.be/kMALV2jr7Lg?si=eddQPlBKCJCTn_Y3" target="_blank">BHTOM and the European Astronomical Society of Small Telescopes (EASST)</a></b></td>
<td><b>Łukasz Wyrzykowski</b></td>
</tr>
</tbody>
</table>
<br><br>
<header><h2><a href="https://www.youtube.com/watch?v=lnIMkuT2vU4&list=PLY7gSb9nTMnPTSxpi-L0xhuMQr_V1kzXs">Colloquia 2024</a></h2></header>
<table>
<thead>
<tr>
<th>Date</th>
<th>Title</th>
<th>Speaker</th>
</tr>
</thead>
<tbody>
<tr>
<td>Dec 17, 2024</td>
<td><b><a href="https://youtu.be/WuIxQIaA3Zk?si=PJm0RpcN4yyugTMU" target="_blank">Visualization-related research @ LGM</a></b></td>
<td><b>Žiga Lesar & Ciril Bohak</b></td>
</tr>
<tr>
<td>Nov 19, 2024</td>
<td><b><a href="https://youtu.be/JMDqymtLf-U?si=7lsk44f-gX2hqyxA" target="_blank">Science with the ALeRCE community broker</a></b></td>
<td><b>Alejandra Muñoz Arancibia</b></td>
</tr>
<tr>
<td>Oct 22, 2024</td>
<td><b><a href="https://youtu.be/2dcwGJ0LFGo?si=gCD3smuNaDzKmz3I" target="_blank">Distance Metrics for Machine Learning in Time-Domain Astronomy with DistClassiPy</a></b></td>
<td><b>Siddharth Chaini</b></td>
</tr>
<tr>
<td>Aug 27, 2024</td>
<td><b><a href="https://youtu.be/zUXWV9EuZe0?si=-AI-SqRdxYg0D0Y2" target="_blank">A fast-cadenced search for gamma-ray burst orphan afterglows with the DWF programme</a></b></td>
<td><b>James Freeburn</b></td>
</tr>
<tr>
<td>Jul 30, 2024</td>
<td><b><a href="https://youtu.be/FbXXNYvtTzA?si=C3d2qkjykCyLZZHx" target="_blank">SNAD, enabling discovery in the era of big data</a></b></td>
<td><b>Maria Pruzhinskaya</b></td>
</tr>
<tr>
<td>May 21, 2024</td>
<td><b><a href="https://youtu.be/qSy-ZKhry5E?si=5W-o2laiwz05esFF" target="_blank">Attentive Latent Neural Processes for modeling Quasar Variability in the LSST</a></b></td>
<td><b>Aman Nadimpalli Raju</b></td>
</tr>
<tr>
<td>Apr 23, 2024</td>
<td><b><a href="https://youtu.be/usON9ItKQB0?si=ixqLNzDGS-Z1YsjO" target="_blank">Timedomes: a legacy time-domain survey on the LSST Deep Drilling Fields</a></b></td>
<td><b>Maurizio Paolillo</b></td>
</tr>
<tr>
<td>Mar 26, 2024</td>
<td><b><a href="https://youtu.be/FxrtAIptY7s?si=zQbXppMgiqUTwXNi" target="_blank">GausSN: Bayesian Time Delay Estimation for Strongly Lensed Supernovae</a></b></td>
<td><b>Erin Hayes</b></td>
</tr>
<tr>
<td>Feb 27, 2024</td>
<td><b><a href="https://youtu.be/lnIMkuT2vU4?si=vSXyRH-PtlGTXBtG" target="_blank">Atypical electromagnetic transients from gravitational wave sources</a></b></td>
<td><b>Imre Bartos</b></td>
</tr>
</tbody>
</table>
<br><br>
<header><h2><a href="#">Colloquia 2023</a></h2></header>
<table>
<thead>
<tr>
<th>Date</th>
<th>Title</th>
<th>Speaker</th>
</tr>
</thead>
<tbody>
<tr>
<td>Dec 5, 2023</td>
<td><b><a href="https://youtu.be/WuIxQIaA3Zk?si=PJm0RpcN4yyugTMU" target="_blank">Fostering Inclusive Collaborations in Astronomy & Astrophysics</a></b></td>
<td><b>Tim Sacco</b></td>
</tr>
<tr>
<td>Nov 21, 2023</td>
<td><b><a href="https://youtu.be/JMDqymtLf-U?si=7lsk44f-gX2hqyxA" target="_blank">AAVSO connections with amateur astronomers.</a></b></td>
<td><b>Brian Kloppenborg</b></td>
</tr>
<tr>
<td>Oct 24 2023</td>
<td><b><a href="https://youtu.be/2dcwGJ0LFGo?si=gCD3smuNaDzKmz3I" target="_blank">Classical nova rate in very nearby Universe using the Vera Rubin Observatory</a></b></td>
<td><b>Luca Izzo</b></td>
</tr>
<tr>
<td>Aug 29, 2023</td>
<td><b><a href="https://youtu.be/zUXWV9EuZe0?si=-AI-SqRdxYg0D0Y2" target="_blank">The Future of Transient Discovery through Scalable, Multi-Modal Analyses</a></b></td>
<td><b>Alex Gagliano</b></td>
</tr>
<tr>
<td>Jul 18, 2023</td>
<td><b><a href="https://youtu.be/FbXXNYvtTzA?si=C3d2qkjykCyLZZHx" target="_blank">Star Cluster Science with Vera Rubin Observatory</a></b></td>
<td><b>Kristen Dage</b></td>
</tr>
<tr>
<td>Jun 20, 2023</td>
<td><b><a href="https://youtu.be/qSy-ZKhry5E?si=5W-o2laiwz05esFF" target="_blank">Identifying and characterizing millihertz gravitational wave sources and other minute to hour timescale compact object variables with synoptic surveys</a></b></td>
<td><b>Kevin Burdge</b></td>
</tr>
</tbody>
</table>
<br><br>
<header><h2><a href="https://youtube.com/playlist?list=PLY7gSb9nTMnMjGGg6eRiZ5l-aLJ0itdpN&si=UJmMmG0DQzFMhUfX">Colloquia 2021-2022</a></h2></header>
<table>
<thead>
<tr>
<th>Date</th>
<th>Title</th>
<th>Speaker</th>
</tr>
</thead>
<tbody>
<tr>
<td>Oct 19, 2022</td>
<td><b><a href="https://youtu.be/twcPyoWkDl0?si=RaPvuhen0DFdPCH-" target="_blank">Fast classification of transient events in the era of Rubin LSST</a></b></td>
<td><b>Hanno Marais</b></td>
</tr>
<tr>
<td>Feb 22, 2022</td>
<td><b><a href="https://youtu.be/7eMA5e2WkhQ?si=qUVPPZD34_jP5Buk" target="_blank">The BRICS Intelligent Telescope and Data Network</a></b></td>
<td><b>David Buckley</b></td>
</tr>
<tr>
<td>Dec 20, 2021</td>
<td><b><a href="https://youtu.be/n9EkJxJLgkk?si=Vyjoft4pqk369pcC" target="_blank">Challenges and opportunities in the LSST era in the context of time-domain multi-messenger astrophysics</a></b></td>
<td><b> Raffaella Margutti</b></td>
</tr>
<tr>
<td>Nov 15, 2021</td>
<td><b><a href="https://youtu.be/fcNi7N7Iwns?si=e1WTkMCOu-irz7sL" target="_blank">A Joint Southern Co-Survey with the Ōtehīwai and Rubin Observatories</a></b></td>
<td><b>Ryan Ridden</b></td>
</tr>
<tr>
<td>Oct 18, 2021</td>
<td><b><a href="https://youtu.be/jAEFsrVrlSs?si=yGoK8vv4NAtgFwXm" target="_blank">Astronomical image processing with PyTorch</a></b></td>
<td><b>James Hitchcock</b></td>
</tr>
<tr>
<td>Jul 5, 2021</td>
<td><b><a href="https://youtu.be/t_QOL-Hjs0c?si=LSVJRvyHkZsBv6Gg" target="_blank">Waiting for the Legacy: a pilot data analysis of the Bulge Globular Cluster NGC 6569</a></b></td>
<td><b>Massimo Dall'Ora</b></td>
</tr>
<tr>
<td>Jun 21, 2021</td>
<td><b><a href="https://youtu.be/-a7MIcqcJrA?si=qf6O3fNsA_mrV5Fo" target="_blank">NEMESIS: Exoplanet Transit Survey of Nearby M-Dwarfs in TESS FFIs I</a></b></td>
<td><b>Dax Feliz</b></td>
</tr>
<tr>
<td>Jun 7, 2021</td>
<td><b><a href="https://youtu.be/JJpAEIgnEyM?si=E013BlTL5Hxl-398" target="_blank">"Simulating Host Galaxies for Transients in PLAsTiCC V2</a></b></td>
<td><b>Martine Lokken & Alex Gagliano</b></td>
</tr>
<tr>
<td>Apr 19, 2021</td>
<td><b><a href="https://youtu.be/_OVhD0t4FAg?si=NeLTLJMv4Q0pvT7l" target="_blank">Searching for Bumps in the Night: A Data-Driven Revolution for Time Domain Astrophysics</a></b></td>
<td><b>Ashley Villar</b></td>
</tr>
<tr>
<td>Mar 15, 2021</td>
<td><b><a href="https://youtu.be/lGheMnA73Ao?si=ASa4NBc1wn5fxlSe" target="_blank">Search for hidden baryons through interstellar scintillation</a></b></td>
<td><b>Marc Moniez</b></td>
</tr>
<tr>
<td>Feb 22, 2021</td>
<td><b><a href="https://youtu.be/jAEFsrVrlSs?si=yGoK8vv4NAtgFwXm" target="_blank">Machine Learning for Classification Strategies for Astronomical Sources</a></b></td>
<td><b> Nina Hernitschek</b></td>
</tr>
</tbody>
</table>
</div>
</section>
</article>
<section id="sidebar">
<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>
<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>
<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>
</div>
<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>