-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (100 loc) · 4.93 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
---
layout: default
title: "Home"
---
<div class="sections">
<section style="margin-bottom:0">
<div class="container col-xxl-12 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-4 col-sm-10 col-lg-4">
<!-- <img style="width: 20rem" src="assets/images/stsci_logo.png" class="d-block mx-lg-auto img-fluid" alt="Space Telescope Science Institute logo" width="700" height="500" loading="lazy"> -->
</div>
<div class="col-lg-8">
<h1 class="display-5 fw-bold lh-1 mb-3">
Accessible Notebooks Hackathon
</h1>
<p class="lead">Hosted by Space Telescope Science Institute</p>
<p class="lead">Date: March 10, 2023</p>
<p class="lead">Time: 10:00 EST - 12:30 EST</p>
<p class="lead">Location: Remote</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSeMMkmeo9KTJor5i5XGhYZzn5GnrmYJ8TEw5Oq1aFK_3hdAxg/viewform?usp=sf_link"><button type="button" class="btn btn-primary btn-lg px-4 me-md-2">Sign up</button></a>
<a href="#schedule"><button type="button" class="btn btn-outline-secondary btn-lg px-4">View Schedule</button></a>
</div>
</div>
</div>
</div>
</section>
<section id="description">
<p>Thank you to all who attended the event on March 10th! The <a target="_blank" href="https://www.youtube.com/watch?v=zskT7leTxXM">event recording</a> is now available.</p>
<p>
Do you create and share Jupyter notebooks as part of your research? Have you ever considered that your notebooks might not be accessible to people who use screenreaders or magnification tools when coding? Many notebooks do not play well with assistive tech—but yours can!
</p>
<p>
Bring a notebook, or grab one of the <a target="_blank" href="https://spacetelescope.github.io/notebook-infrastructure/"> notebooks provided by Space Telescope Science Institute</a>. We will open with a presentation to share practical tips and tricks for making your notebook more accessible. We will spend about one hour hacking on our notebooks before sharing our results with the group.
</p>
<p>The hackathon will be held remotely—please <a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSeMMkmeo9KTJor5i5XGhYZzn5GnrmYJ8TEw5Oq1aFK_3hdAxg/viewform">sign up</a> to receive a link. If you’re located near Baltimore a smaller group will be hacking in the <a target="_blank" href="https://krieger.jhu.edu/singleton/venue/steven-muller-building-space-telescope-auditorium-3700-san-martin-dr/">Muller building</a> on Hopkins campus. If you want to join in person, indicate that on the signup to receive further information.
</p>
<p>
Participants at the hackathon will be expected to follow the <a target="_blank" href="https://www.stsci.edu/opportunities/our-work/our-culture/diversity-equity-and-inclusion/code-of-conduct">STScI Code of Conduct</a>.
</p>
</section>
<section id="schedule">
<h2 class="display-6 fw-bold lh-1 mb-3">Schedule</h2>
<table class="table">
<thead>
<tr>
<th scope="col">Time (Eastern)</th>
<th scope="col">Session</th>
</tr>
</thead>
<tbody>
<tr>
<td>10:00</td>
<td>Welcome</td>
</tr>
<tr>
<td>10:15</td>
<td>Best Practices for Accessible Notebooks</td>
</tr>
<tr>
<td>11:00</td>
<td>Breakout: Test Your Notebooks</td>
</tr>
<tr>
<td>12:00</td>
<td>Reporting Results and Post-Hack Discussion</td>
</tr>
<tr>
<td>12:20</td>
<td>Wrap-up</td>
</tr>
<tr>
<td>12:30</td>
<td>Event Ends</td>
</tr>
</tbody>
</table>
</section>
<section>
<div style="margin:0;padding:0" class="container">
<div class="row align-items-left">
<div class="col-md-6">
<h2 class="display-6 fw-bold lh-1 mb-3">About STScI</h2>
<p>
Space Telescope Science Institute helps humanity to explore the universe by performing scientific operations for the Hubble and James Webb space telescopes and by sharing open astronomical data and research with the world.   <a target="_blank" href="https://www.stsci.edu/
">Read more</a></p>
</p>
</div>
<div class="col-md-6">
<h2 class="display-6 fw-bold lh-1 mb-3">Notebooks for All</h2>
<p>
In 2022-2023, Space Telescope Science Institute is taking steps to make scientific outputs, and especially Jupyter notebooks, more accessible for people with disabilities.   <a target="_blank" href="https://github.com/Iota-School/notebooks-for-all">Read more</a>
</p>
</div>
</div>
</section>
<section id="contact">
<h2 class="display-6 fw-bold lh-1 mb-3">Contact</h2>
For questions about the event, please reach out to Jennifer Kotler at [email protected] and/or Patrick Smyth at [email protected].
</div>