mirror of
https://github.com/gladstone-institutes/Bioinformatics-Workshops.git
synced 2025-11-30 09:45:43 -08:00
fix date
This commit is contained in:
parent
75d5a97d85
commit
02d644dc84
2 changed files with 8 additions and 8 deletions
|
|
@ -2796,7 +2796,7 @@ border: 0;
|
||||||
<h1 class="title">Introduction to R Data Analysis</h1>
|
<h1 class="title">Introduction to R Data Analysis</h1>
|
||||||
<h1 class="subtitle">Part 2</h1>
|
<h1 class="subtitle">Part 2</h1>
|
||||||
<h2 class="author">Natalie Elphick</h2>
|
<h2 class="author">Natalie Elphick</h2>
|
||||||
<h3 class="date">August 27th, 2024</h3>
|
<h3 class="date">November 12th, 2024</h3>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="section" class="slide level2">
|
<section id="section" class="slide level2">
|
||||||
|
|
@ -2809,8 +2809,8 @@ border: 0;
|
||||||
<h1>Introductions</h1>
|
<h1>Introductions</h1>
|
||||||
<p><strong>Natalie Elphick</strong><br />
|
<p><strong>Natalie Elphick</strong><br />
|
||||||
Bioinformatician I</p>
|
Bioinformatician I</p>
|
||||||
<p><strong>Reuben Thomas</strong><br />
|
<p><strong>Min-Gyoung Shin</strong><br />
|
||||||
Associate Core Director</p>
|
Bioinformatician III</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="schedule" class="title-slide slide level1">
|
<section id="schedule" class="title-slide slide level1">
|
||||||
|
|
@ -3046,7 +3046,7 @@ modified by adding layers</li>
|
||||||
<section id="min-break" class="title-slide slide level1">
|
<section id="min-break" class="title-slide slide level1">
|
||||||
<h1>10 min break</h1>
|
<h1>10 min break</h1>
|
||||||
<center>
|
<center>
|
||||||
<div class="countdown" id="timer_786cfcf4" 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_7c726a01" 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>
|
<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>
|
<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>
|
</div>
|
||||||
|
|
@ -3378,7 +3378,7 @@ and recently extinct mammals compiled from literature</li>
|
||||||
<section id="data-preview" class="slide level2">
|
<section id="data-preview" class="slide level2">
|
||||||
<h2>Data Preview</h2>
|
<h2>Data Preview</h2>
|
||||||
<div style="border: 1px solid #ddd; padding: 5px; overflow-x: scroll; width:100%; ">
|
<div style="border: 1px solid #ddd; padding: 5px; overflow-x: scroll; width:100%; ">
|
||||||
<table class="table table-striped" style="color: black; margin-left: auto; margin-right: auto;">
|
<table class="table table-striped" style="margin-left: auto; margin-right: auto;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="text-align:left;">
|
<th style="text-align:left;">
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Introduction to R Data Analysis"
|
title: "Introduction to R Data Analysis"
|
||||||
subtitle: "Part 2"
|
subtitle: "Part 2"
|
||||||
author: "Natalie Elphick"
|
author: "Natalie Elphick"
|
||||||
date: "August 27th, 2024"
|
date: "November 12th, 2024"
|
||||||
knit: (function(input, ...) {
|
knit: (function(input, ...) {
|
||||||
rmarkdown::render(
|
rmarkdown::render(
|
||||||
input,
|
input,
|
||||||
|
|
@ -31,8 +31,8 @@ knitr::opts_chunk$set(comment = "")
|
||||||
**Natalie Elphick**
|
**Natalie Elphick**
|
||||||
Bioinformatician I
|
Bioinformatician I
|
||||||
|
|
||||||
**Reuben Thomas**
|
**Min-Gyoung Shin**
|
||||||
Associate Core Director
|
Bioinformatician III
|
||||||
|
|
||||||
# Schedule
|
# Schedule
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue