generated from carpentries/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc6c7aa
commit 45c58cb
Showing
1 changed file
with
180 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,182 @@ | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<h3>12-Feb-2024 - Day 1 </h3> | ||
<table class="table table-striped"> | ||
<tr> <td>Before</td> <td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Pre-workshop survey, software installation</a> </td> </tr> | ||
<tr> <td> 9:00</td> <td>Welcome, introduction, logistics (30 minutes)</td> </tr> | ||
<tr> <td> 9:30</td> <td><a href="https://swcarpentry.github.io/shell-novice/aio.html"><b>Bash:</b> Introduction and Navigation (45 minutes)</td> </tr> | ||
<tr> <td>10:15</td> <td>Morning break (15 minutes)</td> </tr> | ||
<tr> <td>10:30</td> <td><a href="https://swcarpentry.github.io/shell-novice/aio.html"><b>Bash:</b> Sections Files, Folders, Pipes, Filters (85 minutes) </td> </tr> | ||
<tr> <td>12:00</td> <td>Lunch break (60 minutes)</td> </tr> | ||
<tr> <td>13:00</td> <td><a href="https://swcarpentry.github.io/shell-novice/aio.html"><b>Bash:</b> Looping, and Scripts, Finding (50+ minutes) </td> </tr> | ||
<tr> <td>13:50</td> <td>Short break (10 minutes)</td> </tr> | ||
<tr> <td>14:00</td> <td><a href="https://swcarpentry.github.io/r-novice-inflammation/01-starting-with-data.html"> <b>R:</b> Analyzing Patient Data (45 minutes) </a> </td> </tr> | ||
<tr> <td>14:45</td> <td>Short break (15 minutes)</td> </tr> | ||
<tr> <td>15:00</td> <td><a href="https://swcarpentry.github.io/r-novice-inflammation/02-func-R.html"> <b>R:</b> Creating Functions (30 minutes) </a> </td> </tr> | ||
<tr> <td>15:30</td> <td>Short break</td> </tr> | ||
<tr> <td>15:45</td> <td><a href="https://swcarpentry.github.io/r-novice-inflammation/03-loops-R.html"> <b>R:</b> Analyzing Multiple Data Sets (30 minutes)</a> </td> </tr> | ||
<tr> <td>16:15</td> <td>Wrap-up</td> </tr> | ||
<tr> <td>17:00</td> <td>END</td> </tr> | ||
</table> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title></title> | ||
</head> | ||
<body> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<h3>12-Feb-2024 - Day 1</h3> | ||
<table class="table table-striped"> | ||
<tr> | ||
<td>Before</td> | ||
<td> | ||
<a href="{{%20site.pre_survey%20}}{{%20site.github.project_title%20}}" target="_blank" rel="noopener noreferrer">Pre-workshop survey, software installation</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>9:00</td> | ||
<td>Welcome, introduction, logistics (30 minutes)</td> | ||
</tr> | ||
<tr> | ||
<td>9:30</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/shell-novice/aio.html"><strong>Bash:</strong> Introduction and Navigation (45 minutes)</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>10:15</td> | ||
<td>Morning break (15 minutes)</td> | ||
</tr> | ||
<tr> | ||
<td>10:30</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/shell-novice/aio.html"><strong>Bash:</strong> Sections Files, Folders, Pipes, Filters (85 minutes)</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>12:00</td> | ||
<td>Lunch break (60 minutes)</td> | ||
</tr> | ||
<tr> | ||
<td>13:00</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/shell-novice/aio.html"><strong>Bash:</strong> Looping, and Scripts, Finding (50+ minutes)</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>13:50</td> | ||
<td>Short break (10 minutes)</td> | ||
</tr> | ||
<tr> | ||
<td>14:00</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/r-novice-inflammation/01-starting-with-data.html"><strong>R:</strong> Analyzing Patient Data (45 minutes)</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>14:45</td> | ||
<td>Short break (15 minutes)</td> | ||
</tr> | ||
<tr> | ||
<td>15:00</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/r-novice-inflammation/02-func-R.html"><strong>R:</strong> Creating Functions (30 minutes)</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>15:30</td> | ||
<td>Short break</td> | ||
</tr> | ||
<tr> | ||
<td>15:45</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/r-novice-inflammation/03-loops-R.html"><strong>R:</strong> Analyzing Multiple Data Sets (30 minutes)</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>16:15</td> | ||
<td>Wrap-up</td> | ||
</tr> | ||
<tr> | ||
<td>17:00</td> | ||
<td>END</td> | ||
</tr> | ||
</table> | ||
</div> | ||
<div class="col-md-6"> | ||
<h3>13-Feb-2024 - Day 2</h3> | ||
<table class="table table-striped"> | ||
<tr> | ||
<td>9:00</td> | ||
<td>Welcome, introduction, logistics (30 minutes)</td> | ||
</tr> | ||
<tr> | ||
<td>09:30</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/r-novice-inflammation/04-cond.html"><strong>R:</strong> Making choices (30 minutes)</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>10:00</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/r-novice-inflammation/06-best-practices-R.html"><strong>R:</strong> Writing Good R Code (10 minutes)</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>10:15</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/r-novice-inflammation/instructor/09-supp-intro-rstudio.html"><strong>R:</strong> Introduction to RStudio (15 minutes)</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>10:30</td> | ||
<td>Morning break (15 minutes)</td> | ||
</tr> | ||
<tr> | ||
<td>10:45</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/r-novice-inflammation/instructor/10-supp-addressing-data.html"><strong>R:</strong> Addressing Data (30 minutes)</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>11:15</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/r-novice-inflammation/11-supp-read-write-csv.html"><strong>R:</strong> Reading and Writing CSV Files (30 minutes)</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>11:45</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/r-novice-inflammation/instructor/13-supp-data-structures.html"><strong>R:</strong> Data Types and Structures (45 minutes)</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>12:15</td> | ||
<td>Lunch break (45 minutes)</td> | ||
</tr> | ||
<tr> | ||
<td>13:00</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/r-novice-inflammation/instructor/15-supp-loops-in-depth.html"><strong>R:</strong> Loops (30 minutes)</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>13:30</td> | ||
<td>Short break (15 minutes)</td> | ||
</tr> | ||
<tr> | ||
<td>13:45</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/git-novice/aio.html"><strong>Git:</strong> Introduction, Setup, Repository Setup, Tracking</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>14:45</td> | ||
<td>Short break (15 minutes)</td> | ||
</tr> | ||
<tr> | ||
<td>15:00</td> | ||
<td> | ||
<a href="https://swcarpentry.github.io/git-novice/aio.html"><strong>Git:</strong> History, Ignoring Files Remotes</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>16:15</td> | ||
<td>Wrap-up</td> | ||
</tr> | ||
<tr> | ||
<td>17:45</td> | ||
<td> | ||
<a href="{{%20site.post_survey%20}}{{%20site.github.project_title%20}}" target="_blank" rel="noopener noreferrer">Post-workshop Survey</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>17:00</td> | ||
<td>END</td> | ||
</tr> | ||
</table> | ||
</div> | ||
<div class="col-md-6"> | ||
<h3>13-Feb-2024 - Day 2</h3> | ||
<table class="table table-striped"> | ||
<tr> <td> 9:00</td> <td>Welcome, introduction, logistics (30 minutes) </td> </tr> | ||
<tr> <td>09:30</td> <td><a href="https://swcarpentry.github.io/r-novice-inflammation/04-cond.html"> <b>R:</b> Making choices (30 minutes) </a> </td> </tr> | ||
<tr> <td>10:00</td> <td><a href="https://swcarpentry.github.io/r-novice-inflammation/06-best-practices-R.html"> <b>R:</b> Writing Good R Code (10 minutes) </a> </td> </tr> | ||
<tr> <td>10:15</td> <td><a href="https://swcarpentry.github.io/r-novice-inflammation/instructor/09-supp-intro-rstudio.html"> <b>R:</b> Introduction to RStudio (15 minutes) </a> </td> </tr> | ||
<tr> <td>10:30</td> <td>Morning break (15 minutes)</td> </tr> | ||
<tr> <td>10:45</td> <td><a href="https://swcarpentry.github.io/r-novice-inflammation/instructor/10-supp-addressing-data.html"> <b>R:</b> Addressing Data (30 minutes) </a> </td> </tr> | ||
<tr> <td>11:15</td> <td><a href="https://swcarpentry.github.io/r-novice-inflammation/11-supp-read-write-csv.html"> <b>R:</b> Reading and Writing CSV Files (30 minutes) </a> </td> </tr> | ||
<tr> <td>11:45</td> <td><a href="https://swcarpentry.github.io/r-novice-inflammation/instructor/13-supp-data-structures.html"> <b>R:</b> Data Types and Structures (45 minutes) </a> </td> </tr> | ||
<tr> <td>12:15</td> <td>Lunch break (45 minutes)</td> </tr> | ||
<tr> <td>13:00</td> <td><a href="https://swcarpentry.github.io/r-novice-inflammation/instructor/15-supp-loops-in-depth.html"> <b>R:</b> Loops (30 minutes) </a> </td> </tr> | ||
<tr> <td>13:30</td> <td>Short break (15 minutes)</td> </tr> | ||
<tr> <td>13:45</td> <td><a href="https://swcarpentry.github.io/git-novice/aio.html"> <b>Git:</b> Introduction, Setup, Repository Setup, Tracking </a> </td> </tr> | ||
<tr> <td>14:45</td> <td>Short break (15 minutes)</td> </tr> | ||
<tr> <td>15:00</td> <td><a href="https://swcarpentry.github.io/git-novice/aio.html"> <b>Git:</b> History, Ignoring Files Remotes </a> </td> </tr> | ||
<tr> <td>16:15</td> <td>Wrap-up</td> </tr> | ||
<tr> <td>17:45</td> <td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Post-workshop Survey</a></td> </tr> | ||
<tr> <td>17:00</td> <td>END</td> </tr> | ||
</table> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |