Skip to content

Commit

Permalink
Updating schedule for workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
atrull314 authored Dec 7, 2023
2 parents 92c8e70 3694fef commit 2b76f8f
Showing 1 changed file with 25 additions and 19 deletions.
44 changes: 25 additions & 19 deletions _includes/swc/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 2,37 @@
<div class="col-md-6">
<h3>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</a> </td> </tr>
<tr> <td>09:00</td> <td>Automating Tasks with the Unix Shell</td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>11:00</td> <td>Automating Tasks with the Unix Shell (Continued)</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
<tr> <td>13:00</td> <td>Building Programs with Python</td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>15:00</td> <td>Building Programs with Python (Continued)</td> </tr>
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
<tr> <td>16:30</td> <td>END</td> </tr>
<tr> <td>08:00</td> <td>Sign-In / <a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Pre-workshop survey</a> / Setup & Troubleshooting </td> </tr>
<tr> <td>09:00</td> <td>The Unix Shell</td> </tr>
<tr> <td>11:00</td> <td>Morning Break</td> </tr>
<tr> <td>11:15</td> <td>Version Control with Git</td> </tr>
<tr> <td>12:00</td> <td>Lunch Break</td> </tr>
<tr> <td>13:00</td> <td>Version Control with Git (Continued)</td> </tr>
<tr> <td>14:00</td> <td>Introduction to R and RStudio</td> </tr>
<tr> <td>15:00</td> <td>Afternoon break</td> </tr>
<tr> <td>15:15</td> <td>Project Management with Rstudio - Seeking Help</td> </tr>
<tr> <td>15:30</td> <td>Data Structures</td> </tr>
<tr> <td>16:30</td> <td>Exploring Data Frames</td> </tr>
<tr> <td>17:00</td> <td>END</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3>Day 2</h3>
<table class="table table-striped">
<tr> <td>09:00</td> <td>Version Control with Git</td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>11:00</td> <td>Version Control with Git (Continued)</td> </tr>
<tr> <td>08:30</td> <td>Sign-in</td> </tr>
<tr> <td>09:00</td> <td>Subsetting Data</td> </tr>
<tr> <td>10:00</td> <td>Control Flow</td> </tr>
<tr> <td>10:50</td> <td>Morning Break</td> </tr>
<tr> <td>11:05</td> <td>Creating Publication Quality Graphics with ggplot2</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
<tr> <td>13:00</td> <td>Managing Data with SQL</td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>15:00</td> <td>Managing Data with SQL (Continued)</td> </tr>
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
<tr> <td>16:30</td> <td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Post-workshop Survey</a></td> </tr>
<tr> <td>16:40</td> <td>END</td> </tr>
<tr> <td>13:00</td> <td>Creating Publication Quality Graphics with ggplot2 (Continued)</td> </tr>
<tr> <td>13:30</td> <td>Functions Explained</td> </tr>
<tr> <td>14:30</td> <td>Afternoon Break</td> </tr>
<tr> <td>14:45</td> <td>Writing Data</td> </tr>
<tr> <td>15:15</td> <td>Data Frame Manipulation with dplyr</td> </tr>
<tr> <td>16:15</td> <td>Producing Reports with knitr</td> </tr>
<tr> <td>16: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>

0 comments on commit 2b76f8f

Please sign in to comment.