Skip to content

Commit

Permalink
fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
natalie-23-gill committed Nov 12, 2024
1 parent 75d5a97 commit 02d644d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions docs/Intro_to_R_data_analysis_part_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2796,7 +2796,7 @@
<h1 class="title">Introduction to R Data Analysis</h1>
<h1 class="subtitle">Part 2</h1>
<h2 class="author">Natalie Elphick</h2>
<h3 class="date">August 27th, 2024</h3>
<h3 class="date">November 12th, 2024</h3>
</section>

<section id="section" class="slide level2">
Expand All @@ -2809,8 +2809,8 @@ <h2></h2>
<h1>Introductions</h1>
<p><strong>Natalie Elphick</strong><br />
Bioinformatician I</p>
<p><strong>Reuben Thomas</strong><br />
Associate Core Director</p>
<p><strong>Min-Gyoung Shin</strong><br />
Bioinformatician III</p>
</section>

<section id="schedule" class="title-slide slide level1">
Expand Down Expand Up @@ -3046,7 +3046,7 @@ <h2>Adding and Modifying Layers</h2>
<section id="min-break" class="title-slide slide level1">
<h1>10 min break</h1>
<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>
<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>
Expand Down Expand Up @@ -3378,7 +3378,7 @@ <h2>Taxonomic Rank</h2>
<section id="data-preview" class="slide level2">
<h2>Data Preview</h2>
<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>
<tr>
<th style="text-align:left;">
Expand Down
6 changes: 3 additions & 3 deletions intro-r-data-analysis/Intro_to_R_data_analysis_part_2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Introduction to R Data Analysis"
subtitle: "Part 2"
author: "Natalie Elphick"
date: "August 27th, 2024"
date: "November 12th, 2024"
knit: (function(input, ...) {
rmarkdown::render(
input,
Expand Down Expand Up @@ -31,8 +31,8 @@ knitr::opts_chunk$set(comment = "")
**Natalie Elphick**
Bioinformatician I

**Reuben Thomas**
Associate Core Director
**Min-Gyoung Shin**
Bioinformatician III

# Schedule

Expand Down

0 comments on commit 02d644d

Please sign in to comment.