-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
432 lines (409 loc) · 19.6 KB
/
index.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
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
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html>
<html>
<head>
<title>Checklist for the October 2024 LSST DESC Sprint Week @ SLAC</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" rel="stylesheet">
<style>
html {
font-family: Helvetica, Arial, sans-serif;
color: #333;
}
a:any-link {
color: #1f77b4;
}
#page {
max-width: 1000px;
margin: 16px auto;
padding: 0 12px 200px 12px;
}
pre {
display: inline;
white-space: normal;
size: 95%;
margin: 0 6px;
}
input[type=checkbox] {
zoom: 1.8;
}
.progress-container {
width: 100%;
height: 30px;
background-color: #EEE;
margin: 30px 0;
position: sticky;
top: -1px;
}
#progress {
width: 0.5%;
height: 100%;
float: left;
background-color: #66B66C;
}
#progress-text {
text-align: right;
color: #fff;
padding: 0.35em 0.3em 0 0;
}
.item {
margin: 20px 0;
line-height: 1.2;
font-size: 120%;
display: flex;
}
.box {
margin-right: 12px;
vertical-align: top;
}
.text {
vertical-align: top;
flex-grow: 1;
}
.done {
text-decoration: line-through;
color: #999;
}
.footer {
text-align: center;
margin-top: 72px;
}
</style>
</head>
<body>
<div id="page">
<h1>Checklist for the October 2024 LSST DESC Sprint Week @ SLAC</h1>
<h3>Here are a few useful things you can do to prepare yourself for
the Sprint Week!</h3>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<div class="progress-container">
<div id="progress">
<div id="progress-text"></div>
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Meeting resources -->
<h2>Access meeting resources</h2>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- agenda page-->
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">
Check out and bookmark the
<a href="https://confluence.slac.stanford.edu/pages/viewpage.action?pageId=500663050"
title="link to Confluence">Sprint Week confluence page</a>
(on all the devices that you plan to use). Make sure you remember your Confluence password.
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Calendar -->
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">
Check out the
<a href="https://confluence.slac.stanford.edu/display/LSSTDESC/Sprint+Week+2024%3A+Schedule"
title="link to the Sprint Week Calendar">Meeting Agenda</a> page.
You can subscribe to the calendar linked there to keep up to date on all the events for the week.
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Logistics -->
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">
Check out the
<a href="https://confluence.slac.stanford.edu/pages/viewpage.action?pageId=501219396"
title="link to Confluence">logistics page</a>
for details on e.g., participation modes, remote and in-person logistics as well as computing
resources, Slack channels, and Zoom access.
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- CoC -->
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">Remind yourself of our
<a href="http://lsstdesc.org/sites/default/files/LSST_DESC_Professional_Conduct.pdf"
title="link to PDF">Code of Conduct</a>
which applies to all participants.
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- prep for engagement -->
<h2>Prepare for engaging during the meeting</h2>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- zoom and slack updates -->
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">
Ensure that your Zoom and Slack apps are up-to-date.
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- pronouns -->
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">
Add your pronouns to any apps in use, e.g., as
<First-Name> <Last-Name> (<pronoun>).
Wondering why is this important? See
<a href="https://confluence.slac.stanford.edu/x/SoLPD" title="link to Confluence">here</a>.
<ul>
<!-- zoom -->
<li>
For Zoom, you can just add your pronouns to your name. Note
that you can rename yourself by clicking on the three dots in
your square and clicking "Rename". Or you can use Zoom's built-in
<a
href="https://support.zoom.us/hc/en-us/articles/4402698027533-Adding-and-sharing-your-pronouns">personal
pronoun feature</a>.
(Note: this option may not be available on some of the institutional accounts.)
</li>
<br>
<!-- slack -->
<li>
In LSSTC Slack workspace, you can add your pronouns to your profile by 1)
clicking on your name, 2) clicking the "Edit Profile" button,
and 3) filling out/updating the "Pronouns" entry.
</li>
</ul>
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- availability -->
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">
Consider setting your Slack status as active if you are available for synchronous activities. During
the Sprint Day, you may set your status as <i>:hacking:</i> to advertise your availability for
sprinting.
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Slack channels -->
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">
Please join the following Slack channels:
<ul>
<!-- sprint-week channels -->
<li>
<a href="https://lsstc.slack.com/archives/C2M8FG5A6"
title="link to LSSTC Slack">#desc-hack-sprint</a>
for Sprint-related announcements.
</li>
<li>
<a href="https://lsstc.slack.com/archives/C01EY4AK7UJ"
title="link to LSSTC Slack">#desc-sprint-hotline</a>
to report any technical problems that may arise during Sprint Day.
</li>
<li>
<a href="https://lsstc.slack.com/archives/C07NZEK053R"
title="link to LSSTC Slack">#desc-sprint2024-slac</a>
for announcements relevant to local participants.
</li>
</ul>
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Computing etc. -->
<h2>Computing resources, datasets , code etc.</h2>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- IN2P3 -->
<!-- <h3>IN2P3</h3>
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">
As an LSST DESC member, you can request the setup of an IN2P3 account, you will find all the necessary information <a href="https://doc.cc.in2p3.fr/en/Getting-started/access.html">here</a>.
Pay attention to requesting your account before the beginning of the week, as it’s quick but might still need 24 to 48h to be up and running.
</div>
</div>
-->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!--GitHub-->
<h3>GitHub</h3>
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">
Make sure you have write-access to any and all of the GitHub repositories under the LSSTDESC organization to which you plan on contributing.
By default, all repositories under the LSSTDESC organization are read-only for all the members.
<ul>
<li>If you think there's a possibility of you working on a repo you have not worked on before, ask for write access.</li>
<li>If you are unsure whether you have write access to a repo, ask again anyway.</li>
<li>If you are unsure who/where to ask for write access, ask on <a href="https://lsstc.slack.com/archives/C9E8VCR7H" title="link to LSSTC Slack">#desc-github-help</a> on LSSTC Slack workspace.</li>
</ul>
</div>
</div>
<!-- NERSC -->
<h3>NERSC</h3>
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">
If you plan to join an analysis project during the meeting, make sure you have a NERSC account and
remember your password
(<em>nope, a SSH key is not enough</em>) and have 2-step verification (MFA) set up!
<ul>
<li>
<a href="https://confluence.slac.stanford.edu/x/mgRTD" title="link to Confluence">Need to
apply for one?</a>
</li>
<li>
<a href="https://iris.nersc.gov/login">Forgot your password?</a>
</li>
<li>
Questions? Ask them in the
<a href="https://lsstc.slack.com/messages/C2U2K05JR/"
title="link to LSSTC Slack">#desc-nersc</a> Slack channel.
</li>
</ul>
Also, make sure you are in the NERSC "lsst" group.
(Once logged into NERSC, run the "groups" command in a shell window.)
If not, please follow the instructions in
<a href="https://confluence.slac.stanford.edu/display/LSSTDESC/Getting+a+NERSC+Computing+Account" title="nersc confluence link">this page</a>
under the heading: "What to do if you already have a NERSC account and need access to the DESC repo".
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- DESC kernels -->
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">
Follow the <a href="https://confluence.slac.stanford.edu/x/o5DVE"
title="link to Confluence">instructions to install DESC jupyter kernels</a>.
You will need them to access e.g., DC2 data products or to use DESC software
during the Meeting.
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Rubin Science Platform -->
<!-- <h3>Rubin Science Platform</h3>
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">
If you are a DP0 delegate and plan on using the Rubin Science Platform (RSP), please ensure that you
are able to login.
Check out <a
href="https://community.lsst.org/t/faq-technical-aspects-of-rubin-science-platform-accounts-for-dp0/4791">
this post on Community</a> for the technical aspects of RSP.
</div>
</div> -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- DC2 -->
<h3>DC2</h3>
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">If you have not used any DC2 data tutorial notebooks
before, check out the instructions on this
<a href="https://confluence.slac.stanford.edu/x/Xgg4Dg" title="link to Confluence">step-by-step</a>
guide. Also, bookmark the
<a href="https://confluence.slac.stanford.edu/x/oJgHDg" title="link to Confluence">DC2 Data Product
Overview page</a>
and the
<a href="https://github.com/LSSTDESC/DC2-analysis" title="link to GitHub">DC2-analysis GitHub
repo</a> for easy access.
Questions? Ask them in the
<a href="https://lsstc.slack.com/messages/CBUMARLKC/"
title="link to LSSTC Slack">#desc-dc2-users</a> Slack
channel.
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Social media -->
<h2>Social media</h2>
<!-- -->
<div class="item">
<div class="box">
<input type="checkbox">
</div>
<div class="text">If you use social media professionally, please use the
<a href="https://x.com/hashtag/lsstdesc" title="link to X(formerly Twitter)">#lsstdesc</a>
hashtag when reporting highlights from the meeting!
Remember the <a
href="http://lsstdesc.org/sites/default/files/LSST_DESC_Professional_Conduct.pdf">Code of
Conduct</a>!
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<div class="footer">
<p>This site uses cookies to keep track your checklist progress. The data are stored in your browser
locally only.</p>
<p>If you have questions or suggestions about this page, please
<a href="https://github.com/LSSTDESC/pre-meeting-checklist/issues" title="link to GitHub">open an
issue</a> or contact
<a href="https://yymao.github.io">Yao-Yuan Mao</a>.
</p>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>
<script>
const cookie_key = "lsst_desc_pre_meeting_checklist_Oct2024";
const get_progress = function () {
return (0.5 + 99.5 / $("input").length * $("input:checked").length);
}
const display_progress = function (animate) {
var p = get_progress();
if (animate) $("#progress").animate({ width: p + "%" }, 500);
else $("#progress").css("width", p + "%");
if (p > 1) $("#progress-text").text(Math.floor(p) + "%");
else $("#progress-text").text("");
}
$("input").change(function () {
var target = $("div.text").eq($("input").index(this));
if (this.checked) target.addClass("done");
else target.removeClass("done");
display_progress(1);
var record = $("input").map(function () { return this.checked ? 1 : 0; }).toArray().join("");
Cookies.set(cookie_key, record, { expires: 21, path: "/pre-meeting-checklist/" });
});
var read_cookie = function () {
var record = Cookies.get(cookie_key);
if (record != undefined) {
record.split('').forEach((c, i) => {
if (c == "1") {
$("input").eq(i).attr("checked", true);
$("div.text").eq(i).addClass("done");
}
});
}
else {
$("input").attr("checked", false);
}
display_progress();
}
read_cookie();
</script>
</body>
</html>