mirror of
https://github.com/gladstone-institutes/Bioinformatics-Workshops.git
synced 2025-11-30 09:45:43 -08:00
finalize slides for ❄️ 2024 and update lockfile
This commit is contained in:
parent
6be7bf5458
commit
86064336f5
5 changed files with 90 additions and 23 deletions
|
|
@ -2574,8 +2574,9 @@ class CountdownTimer {
|
|||
<section id="introductions" class="slide level2">
|
||||
<h2>Introductions</h2>
|
||||
<p><strong>Natalie Elphick</strong><br />
|
||||
Bioinformatician I<br />
|
||||
<em>Bioinformatics Core</em></p>
|
||||
Bioinformatician I</p>
|
||||
<p><strong>Michela Traglia (TA)</strong><br />
|
||||
Senior Statistician</p>
|
||||
</section>
|
||||
<section id="poll-1" class="slide level2">
|
||||
<h2>Poll 1</h2>
|
||||
|
|
@ -2590,6 +2591,13 @@ Matlab etc.)</li>
|
|||
<li>None of the above</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section id="target-audience" class="slide level2">
|
||||
<h2>Target Audience</h2>
|
||||
<ul>
|
||||
<li>No background in statistics or computing</li>
|
||||
<li>No prior experience with programming or R/RStudio</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="part-1" class="slide level2">
|
||||
<h2>Part 1:</h2>
|
||||
<ol type="1">
|
||||
|
|
@ -2819,7 +2827,7 @@ types/structures</strong> (ex. nested lists)</li>
|
|||
<section id="min-break" class="title-slide slide level1">
|
||||
<h1>10 min break</h1>
|
||||
<center>
|
||||
<div class="countdown" id="timer_cfe51d43" data-update-every="1" tabindex="0" style="right:0;bottom:0;margin:5%;padding:50px;font-size:5em;position: relative; width: min-content;">
|
||||
<div class="countdown" id="timer_65f4df24" data-update-every="1" tabindex="0" style="right:0;bottom:0;margin:5%;padding:50px;font-size:5em;position: relative; width: min-content;">
|
||||
<div class="countdown-controls"><button class="countdown-bump-down">−</button><button class="countdown-bump-up">+</button></div>
|
||||
<code class="countdown-time"><span class="countdown-digits minutes">10</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -2795,6 +2795,14 @@ class CountdownTimer {
|
|||
<em>Press the ? key for tips on navigating these slides</em>
|
||||
</center>
|
||||
</section>
|
||||
<section id="introductions" class="title-slide slide level1">
|
||||
<h1>Introductions</h1>
|
||||
<p><strong>Natalie Elphick</strong><br />
|
||||
Bioinformatician I</p>
|
||||
<p><strong>Yihang Xin (TA)</strong><br />
|
||||
Software Engineer III</p>
|
||||
</section>
|
||||
|
||||
<section id="schedule" class="title-slide slide level1">
|
||||
<h1>Schedule</h1>
|
||||
<ol type="1">
|
||||
|
|
@ -3635,7 +3643,7 @@ suv
|
|||
<section id="summarising-data" class="slide level2">
|
||||
<h2>Summarising data</h2>
|
||||
<ul>
|
||||
<li>The dplyr <strong>summarize()</strong>function computes a table of
|
||||
<li>The dplyr <strong>summarise()</strong> function computes a table of
|
||||
summaries for a data frame</li>
|
||||
<li><strong>group_by()</strong> groups the input data frame by the
|
||||
specified variable(s)</li>
|
||||
|
|
@ -3854,7 +3862,7 @@ modified by adding layers</li>
|
|||
<section id="min-break" class="title-slide slide level1">
|
||||
<h1>10 min break</h1>
|
||||
<center>
|
||||
<div class="countdown" id="timer_5d126f0c" data-update-every="1" tabindex="0" style="right:0;bottom:0;margin:5%;padding:50px;font-size:5em;position: relative; width: min-content;">
|
||||
<div class="countdown" id="timer_9ee5e107" data-update-every="1" tabindex="0" style="right:0;bottom:0;margin:5%;padding:50px;font-size:5em;position: relative; width: min-content;">
|
||||
<div class="countdown-controls"><button class="countdown-bump-down">−</button><button class="countdown-bump-up">+</button></div>
|
||||
<code class="countdown-time"><span class="countdown-digits minutes">10</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue