Skip to content

Commit 75a5566

Browse files
committed
Add Turing Way slides
1 parent 01286e5 commit 75a5566

File tree

1 file changed

+84
-23
lines changed

1 file changed

+84
-23
lines changed

index.html

Lines changed: 84 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
.fragment.blur.visible {
4747
filter: none;
4848
}
49+
strong {
50+
color: #17ff2e;
51+
}
4952
</style>
5053
</head>
5154
<body>
@@ -59,7 +62,7 @@ <h1 class="r-fit-text">Build a Jupyter Book </br>with The Turing Way</h1>
5962
<!-- Early prompt to install, can be done during introduction slides -->
6063
<section>
6164
<h2>Installing Jupyter Book</h2>
62-
<p><a href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p>
65+
<p><a target="_blank" href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p>
6366
<img class="r-stretch" alt="A QR code linking to the Jupyter Book 2 installation dcumentation." src="static/jb2_install.svg">
6467
</br>
6568
<i class="fa-brands fa-python fa-bounce" style="--fa-animation-iteration-count: 1"></i>
@@ -73,8 +76,8 @@ <h2>Installing Jupyter Book</h2>
7376
</section>
7477
<!-- LISTENING: Introduction to Jupyter Book -->
7578
<section>
76-
<h2>Jupyter Book</h2>
77-
<section>
79+
<section data-auto-animate>
80+
<h2>Jupyter Book</h2>
7881
<img class="r-stretch" alt="The Jupyter Book logo, formed of text reading jupyter book where the word book is surrounded by braces." src="static/jb_logo.svg">
7982
<blockquote> Create documents and knowledge bases that are reusable, reproducible, and interactive.</blockquote>
8083
<ul class="fragment custom blur">
@@ -100,14 +103,15 @@ <h2>Jupyter Book</h2>
100103
- Source is written in MyST Markdown (an extension of common mark) or Jupyter Notebook
101104
</aside>
102105
</section>
103-
<section>
106+
<section data-auto-animate>
107+
<h2>Jupyter Book</h2>
104108
<div class="columns">
105109
<div class="column" style="width: 50%">
106110
<h4>Executable content</h4>
107111
<ul>
108-
<li class="fragment highlight-current-green" data-fragment-index="1"><b>Jupyter Notebooks</b></li>
109-
<li class="fragment highlight-current-green" data-fragment-index="2"><code>code-cell</code> blocks in <b>Markdown</b></li>
110-
<li class="fragment highlight-current-green" data-fragment-index="3"><b>Inline statements</b> using <code>eval</code> in Markdown</li>
112+
<li class="fragment highlight-current-green" data-fragment-index="1">Jupyter Notebooks</li>
113+
<li class="fragment highlight-current-green" data-fragment-index="2"><code>code-cell</code> blocks in Markdown</li>
114+
<li class="fragment highlight-current-green" data-fragment-index="3">Inline statements using <code>eval</code> in Markdown</li>
111115
</ul>
112116
</div>
113117
<div class="column" style="width: 50%">
@@ -151,7 +155,8 @@ <h4>Executing</h4>
151155
- Presenting research in a reproducible format
152156
</aside>
153157
</section>
154-
<section>
158+
<section data-auto-animate>
159+
<h2>Jupyter Book</h2>
155160
<h3>More features!</h3>
156161
<ul>
157162
<li>Plugins</li>
@@ -170,7 +175,8 @@ <h3>More features!</h3>
170175
- Suitable for websites, portable/printable documents, journals
171176
</aside>
172177
</section>
173-
<section>
178+
<section data-auto-animate>
179+
<h2>Jupyter Book</h2>
174180
<div class="columns">
175181
<div class="column" style="width: 50%">
176182
<h4>Jupyter Book 1</h4>
@@ -202,14 +208,14 @@ <h2>The Turing Way</h2>
202208
</section>
203209
<!-- DOING: Install -->
204210
<section>
205-
<section>
211+
<section data-auto-animate>
206212
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
207213
<h2>The template</h2>
208214
</section>
209-
<section>
215+
<section data-auto-animate>
210216
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
211217
<h2>Installation</h2>
212-
<p><a href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p>
218+
<p><a target="_blank" href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p>
213219
<img class="r-stretch" alt="A QR code linking to the Jupyter Book 2 installation dcumentation." src="static/jb2_install.svg">
214220
</br>
215221
<i class="fa-brands fa-python fa-bounce" style="--fa-animation-iteration-count: 1"></i>
@@ -225,11 +231,12 @@ <h2>Installation</h2>
225231
</section>
226232
<!-- LISTENING: Showcase -->
227233
<section>
228-
<h2>Jupyter Book Showcase</h2>
229-
<section>
234+
<section data-auto-animate>
235+
<h2>Jupyter Book Showcase</h2>
230236
<h3>Highlight 1</h3>
231237
</section>
232-
<section>
238+
<section data-auto-animate>
239+
<h2>Jupyter Book Showcase</h2>
233240
<h3>Highlight 2</h3>
234241
</section>
235242
</section>
@@ -267,21 +274,75 @@ <h2>Advanced MyST</h2>
267274
</section>
268275
<!-- LISTENING: Wrap up and call to action -->
269276
<section>
270-
<section>
271-
<h2>Reflections</h2>
272-
<!-- Highlight participants outputs -->
277+
<h2>Reflections</h2>
278+
<!-- Highlight participants outputs -->
279+
</section>
280+
<section>
281+
<h2>Contributing to Jupyter Books</h2>
282+
</section>
283+
<section>
284+
<section data-auto-animate>
285+
<h2>The Turing Way Community</h2>
286+
<img class="r-stretch" alt="A group of people work together on a stage labelled our community. Some are tending to plants with symbols representing data and version control. A new community member is being welcomed to the team. Text emphasises working together, sharing knowledge and helping eachother." src="static/community.svg">
287+
<blockquote>Community-written handbook for reproducible, ethical and collaborative data science.</blockquote>
288+
<aside data-markdown class="notes">
289+
- Community-written handbook for reproducible, ethical and collaborative data science
290+
- Build on JupyterBook 2
291+
- Open and welcoming community
292+
</aside>
273293
</section>
274-
<section>
275-
<h2>Contributing to Jupyter Books</h2>
294+
<section data-auto-animate>
295+
<h2>The Turing Way Community</h2>
296+
<h3>Empowering contributors</h3>
297+
<ul>
298+
<li><strong>Mentor</strong> contributors at all levels</li>
299+
<li>Governance emphasises <strong>community power</strong></li>
300+
<li><strong>Open</strong> working groups</li>
301+
<li>Open governance and decision making</li>
302+
</ul>
303+
<aside data-markdown class="notes">
304+
- Committed to empowering the community
305+
- Governance is designed to push decision making power to the community
306+
- Some power is held by working groups with open membership
307+
</aside>
276308
</section>
277-
<section>
309+
<section data-auto-animate>
278310
<h2>The Turing Way Community</h2>
279-
<img class="r-stretch" alt="A group of people work together on a stage labelled our community. Some are tending to plants with symbols representing data and version control. A new community member is being welcomed to the team. Text emphasises working together, sharing knowledge and helping eachother." src="static/community.svg">
311+
<h3>Get involved</h3>
312+
<ul>
313+
<li><strong>Edit</strong> and <strong>improve</strong> pages</li>
314+
<li><strong>Gardening</strong> and maintenance</li>
315+
<li>Working groups</li>
316+
<li><strong>Community</strong> management</li>
317+
<li>Event <strong>coordination</strong></li>
318+
<li><strong>Mentoring</strong> contributors</li>
319+
<li><strong>Funding</strong> and sustainability</li>
320+
</ul>
321+
<aside data-markdown class="notes">
322+
- Many opportunities to be involved in all parts of the community
323+
- In writing, technical, community management, funding, governance …
324+
</aside>
325+
</section>
326+
<section data-auto-animate>
327+
<h2>The Turing Way Community</h2>
328+
<h3>Events and onboarding</h3>
329+
<ul>
330+
<li>Collaboration Cafés ☕️</li>
331+
<li>Onboarding calls ☎️</li>
332+
<li>Book Dash 📘💨</li>
333+
<li>Community Forum 📣</li>
334+
</ul>
335+
<aside data-markdown class="notes">
336+
- Regular events to
337+
- onboard new contributors
338+
- work together
339+
- share our achievements
340+
</aside>
280341
</section>
281342
</section>
282343
<section>
283344
<h2>More Jupyter Book 2 at JupyterCon</h2>
284-
<a href="https://jupytercon2025.sched.com/event/28H3D/introducing-jupyter-book-2-next-generation-tools-for-creating-computational-narratives-chris-holdgraf-2i2c-rowan-cockett-curvenote">Introducing Jupyter Book 2: Next-generation Tools for Creating Computational Narratives</a>
345+
<a target="_blank" href="https://jupytercon2025.sched.com/event/28H3D/introducing-jupyter-book-2-next-generation-tools-for-creating-computational-narratives-chris-holdgraf-2i2c-rowan-cockett-curvenote">Introducing Jupyter Book 2: Next-generation Tools for Creating Computational Narratives</a>
285346
</br>
286347
Tuesday 11:00
287348
</br>

0 commit comments

Comments
 (0)