-
Notifications
You must be signed in to change notification settings - Fork 10
/
meeting_notes.html
358 lines (291 loc) · 16.7 KB
/
meeting_notes.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
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
<!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="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1><a href="https://lsst-tvssc.github.io/index.html#top">LSST TVS SC</a></h1>
<nav class="links">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<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="#">
<input type="text" name="query" placeholder="Search" />
</form>
</li>
<li class="menu">
<a class="fa-bars" href="#menu">Menu</a>
</li>
</ul>
</nav>
</header>
<!-- Menu -->
<section id="menu">
<!-- Search -->
<section>
<form class="search" method="get" action="#">
<input type="text" name="query" placeholder="Search" />
</form>
</section>
<!-- Search -->
<section>
<ul>
<li><a href="index.html#top" id="top-link" class="skel-layers-ignoreHref"><span class="icon fa-home">Intro</span></a></li>
<li><a href="members.html" id="members-link" class="skel-layers-ignoreHref"><span class="icon fa-user">Members and roles</span></a></li>
<li><a href="subgroups.html" id="portfolio-link" class="skel-layers-ignoreHref"><span class="icon fa-th">Subgroups</span></a></li>
<li><a href="taskForces.html" id="portfolio-link" class="skel-layers-ignoreHref"><span class="icon fa-th">Task Forces</span></a></li>
<li><a href="lsst_sci_prep.html" id="portfolio-link" class="skel-layers-ignoreHref"><span class="icon fa-th">Preparatory Science Program</span></a></li>
<li><a href="https://tvs.science.lsst.org/apply" id="application-link" class="skel-layers-ignoreHref"><span class="icon fa-edit">Become a member</span></a></li>
<li><a href="index.html#contact" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-envelope">Contact us</span></a></li>
<li><a href="https://drive.google.com/drive/folders/1PVaUMowhT3SWytLrL5VzNqYUK5RYRP3x?usp=sharing" id="members-link" class="skel-layers-ignoreHref"><span class="icon fa-file">Documents</span></a></li>
<li><a href="events.html" id="members-link" class="skel-layers-ignoreHref"><span class="icon fa-calendar">Events</span></a></li>
<li><a href="meeting_notes.html" id="members-link" class="skel-layers-ignoreHref"><span class="icon fa-calendar">Meeting Notes</span></a></li>
</ul>
<a href="#" class="button large fit">Log In</a>
</section>
<!-- Links -->
</section>
<!-- Main -->
<div id="main">
<!-- Post -->
<article class="post">
<header>
<div class="title">
<h2>Meeting Notes</h2>
<p></p>
</div>
</header>
You can learn more about the work of TVS members through the notes of our regular general meetings,
which typically take place every two weeks.
<div class="grid-container2">
<div>
<h3><a href="https://lssttvs.notion.site/0b8d15dadcf3442297d3f59d56371541?v=85768534138649359043fd3fa41f618c">Meeting Notes</a></h3>
</div>
</div>
</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><a href="https://iopscience.iop.org/article/10.3847/2515-5172/ab812a">March 2020</a></h3>
<time class="published" datetime="2015-10-20">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="2015-10-19">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 -->
<!-- subgruous side menu -->
<section>
<h2>subgroups</h2>
<ul class="posts">
<li>
<article>
<header>
<h3>JEDI: Justice, Equity, Diversity & Inclusion</h3>
coordinators: <a href="http://www.astropa.inaf.it/en/personal-pages/sara-bonito/">Sara Bonito, INAF - Osservatorio Astronomico di Palermo</a></header>
<a href="#" class="author"><img src="subgroups/jedi.png" alt="" /></a>
<br></article></li>
<li>
<article>
<header>
<h3><a href="subgroups/subgroup_anomalies.html">Anomalies and true novelties</a>
</h3>
coordinator:
<a href="http:// fbb.space/">Federica Bianco</a>, University of Delaware</header>
<a href="subgroups/subgroup_anomalies.html" class="author"><img src="subgroups/images/fed_avatar.png" alt="" /></a>
<br></article></li>
<li>
<article>
<header>
<h3>Classification & Characterization</h3>
coordinators: <a href="https://konkoly.hu/staff/rszabo/index.html">
Robert Szabo</a>, Konkoly
<a href="https://www.vanderbilt.edu/datascience/person/nina-hernitschek/">Nina Hernitschek</a>, Vanderbilt</header>
<a href="#" class="author"> <img src="subgroups/images/robert_szabo_avatar.png" alt="" /></a>
<br></article></li>
<li>
<article>
<header>
<h3>Fast Transients
</h3>
coordinator:
<a href="https://users.obs.carnegiescience.edu/mdrout/">Maria Drout</a>, Carnegie-Dunlap</header>
<a href="#" class="author"><img src="subgroups/images/drout_avatar.png" alt="" /></a>
<br></article></li>
<li>
<article>
<header>
<h3>Distance Scales</h3>
coordinators:
Marcella Marconi, INAF - Osservatorio Astronomico di Capodimonte
Lovro Palaversa, Ruđer Bošković Institute
</header>
<br></article></li>
<li>
<article>
<header>
<h3>Interacting Binaries
</h3>
coordinator: <br>
<a href="http://clusty.ast.villanova.edu/aprsa/">Andrej Prsa</a>, Villanova
<a href="http://depts.washington.edu/astron/profile/szkody-paula/">Paula Szkody</a>,
UW</header>
<a href="#" class="author"><img src="subgroups/images/eb_avatar.png" alt="" /></a>
<br></article></li>
<li>
<article>
<header>
<h3><a href="subgroups/subgroup_magstars.html">Magnetically Active Stars</a>
</h3>
coordinators:
<a href="https://staff.ucar.edu/users/egeland">Ricky Egeland</a>, High Altitude Observatory</header>
<a href="subgroups/subgroup_magstars.html" class="author"><img src="subgroups/images/ricky_avatar.png" alt="" /></a>
<br></article></li>
<li>
<article>
<header>
<h3><a href="subgroups/subgroup_microlensing.html">Microlensing Subgroup</a>
</h3>
coordinators:
<a href="mailto:[email protected] /">Somayeh Khakpash</a>, UDelaware</header>
<a href="subgroups/subgroup_microlensing.html" class="author"><img src="subgroups/images/somayeh_avatar.png" alt="" /></a>
<br></article></li>
<li>
<article>
<header>
<h3>Multiwavelength Characterization and Counterparts</h3>
coordinators:
<a href="http://www.physics.northwestern.edu/people/faculty/core-faculty/raffaella%20margutti.html">Raffaella Margutti</a>, NorthWestern</header>
<a href="#" class="author"><img src="subgroups/images/Raffaella-Margutti-170x170_avatar.png" alt="" /></a>
</article></li>
<li>
<article>
<header>
<h3>Non-degenerate Eruptive Variables
</h3>
coordinators:
<a hreaf="https://www.oa-roma.inaf.it/irgroup/JEDI/JEDI/People.html">Sara Bonito</a>, INAF</header>
<a href="#" class="author"><img src="subgroups/images/sara_avatar.png" alt="" /></a>
<br></article></li>
<li>
<article>
<header>
<h3>Pulsating Variables</h3>
coordinators:
<a href="https://www1.villanova.edu/villanova/artsci/astronomy/[email protected]&xsl=bio_long">Kelly Hambleton</a>, Villanova</header>
<a href="#" class="author"><img src="subgroups/images/hambleton_avatar.png" alt="" /></a>
<br></article></li>
<li>
<article>
<header>
<h3><a href="subgroups/subgroup_supernovae.html">Supernovae</a></h3>
coordinators: <a href="http://depts.washington.edu/astron/profile/graham-melissa-l/">Melissa Graham</a>, UW</header>
<a href="subgroups/subgroup_supernovae.html" class="author"><img src="subgroups/images/melissa_avatar.png" alt="" /></a>
<br></article></li>
<li>
<article>
<header>
<h3><a href="subgroups/subgroup_tde.html">Tidal Disruption Events</a></h3>
coordinators: <a hreaf="https://cosmo.nyu.edu/sjoert/">Sjoert van Velzen</a>, Leiden Observatory </header>
<a href="subgroups/subgroup_tde.html" class="author"><img src="subgroups/images/sjoert_avatar.png" alt="" /></a>
<br></article></li>
<li>
<article>
<header>
<h3>Transiting Planets</h3>
coordinators: <a href="http://astro.phy.vanderbilt.edu/~lundmb/">Michael Lund</a>,
JPL</header>
<a href="#" class="author"><img src="subgroups/images/Lundphoto_crop_avatar.png" alt="" /></a>
<br></article></li>
<li>
<h2>currently inactive subgroups</h2>
<div class="grid-container2">
<div>
Cosmological
<br>
</div>
<div>
Galactic
<br>
</div>
</div>
</li></ul>
</section>
<!-- 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="#" 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>
</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>