-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathday-1.html
142 lines (116 loc) · 5.02 KB
/
day-1.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
<!DOCTYPE HTML>
<!--
Transitive by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Day -1</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<!--<header id="header" class="alt">-->
<header id="header">
<div class="logo"><a href="index.html">SSSC MiniSprint 2023 </a></div>
<a href="#menu" class="toggle"><span>Menu</span></a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="http://lsst-sssc.github.io/codeofconduct.html">Code of Conduct</a></li>
<li><a href="day-1.html">Logistics </a></li>
<li><a href="day0.html">Day 0 </a></li>
<li><a href="day1.html">Day 1 (October 23) </a></li>
<li><a href="day2.html">Day 2 (October 26) </a></li>
</ul>
</nav>
<!-- One -->
<section id="one" class="wrapper style2">
<div class="inner">
<header class="align-center">
<h2>Logistics</h2>
</header>
<hr />
<div class="box">
<div class="image fit">
<img src="images/day-1.jpg" alt="View of Rubin Observatory" />
</div>
<div class="content">
<header class="align-center">
<h2>Logistics</h2>
</header>
<hr />
<h3> Introduction to the SSSC MiniSprint </h3>
<p> The minisprint is designed to bridge the yearly meetings with someone in between before the bulk of funding proposals are due. There will be some talks, discussion sessions, and project time. On the second day of the workshop,
atteendees will pitch unconference sessions. </p>
<h3> Remote Participation and Communications </h3>
<p> The meeting is fully online. We'll mostly used Zoom and Slack. Further details will be sent via email and or the meeting slack. We will be recording the talks for those who cannot attend on the day. </p>
<h3> Code of Conduct </h3>
<p> All attendees have agreed to and are expected to follow the <a href="http://lsst-sssc.github.io/codeofconduct.html"> SSSC Code of Conduct </a> at all times. </p>
<h3> What are Unconference Sessions? </h3>
<p> These are dedicated timeslots without a set agenda; participants will decide what is to be discussed/presented/worked on on the day of. This could be a discussion, debate, demo,tutorial, project to work on etc. Topics will be pitched and then voted on. The top 6 or 7 topics will be assigned rooms. If you have a discussion topic you want to bring up at the minisprint, this is the best way to do it. </p>
<h3> I'm new to the SSSC and/or never been to any of the in-person or online Sprints </h3>
<p> Check out our <href="https://lsst-sssc.github.io/Sprint2023/day0.html">Day 0 page</> which has some videos to help get you up to speed </p>
<h3> Is there a primer of the expected LSST/Rubin Observatory Solar System Data Products </h3>
<p> Yes, take a look at the SSSC's <a href="http://lsst-sssc.github.io/dataProds.html">data products webpage </a>, and watch the talk below on Rubin Observatory Data Products </a> from last year's virtual Sprint. </p>
<h3>Do We have a hashtag for the sprint? </h3>
<p> Yes! #SSSCMiniSprint </p>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style3">
<div class="inner">
<div id="flexgrid">
<div>
<header>
<h3>Logistics</h3>
</header>
<ul class="actions">
<li><a href="day-1.html" class="button special">Learn More</a></li>
</ul>
</div>
<div>
<header>
<h3>Day 1 (October 23)</h3>
</header>
<ul class="actions">
<li><a href="day1.html" class="button special">Learn More</a></li>
</ul>
</div>
<div>
<header>
<h3>Day 2 (October 26) </h3>
</header>
<ul class="actions">
<li><a href="day2.html" class="button special">Learn More</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer" class="wrapper">
<div class="inner">
<div class="copyright">
© Untitled Design: <a href="https://templated.co/">TEMPLATED</a>. Images <a href="https://gallery.lsst.org/bp/#/">Rubin Observatory Image Gallery </a>.
<br>
Image credits: Rubin Observatory/NSF/AURA/NOIRLab
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>