Skip to content

Commit

Permalink
Update schedule.html
Browse files Browse the repository at this point in the history
add links to carpentry schedule
  • Loading branch information
renatatopinkova authored Sep 18, 2024
1 parent 6a4878c commit c1e4f73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/swc/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<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>Unix Shell </td> </tr>
<tr> <td>09:00</td> <td><a href="https://swcarpentry.github.io/shell-novice/" target="_blank">Unix Shell</a></td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>11:00</td> <td>Unix Shell (cont.)</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
{% if site.flavor == "r" %}
<tr> <td>13:00</td> <td>Git</td> </tr>
<tr> <td>13:00</td> <td><a href = "https://swcarpentry.github.io/git-novice" target="_blank">Version Control with Git</a></td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>15:00</td> <td>Git (cont.)</td> </tr>
{% elsif site.flavor == "python" %}
Expand All @@ -25,7 +25,7 @@ <h3>Day 1</h3>
<div class="col-md-6">
<h3>Day 2</h3>
<table class="table table-striped">
<tr> <td>09:00</td> <td>Introduction to R and RStudio</td> </tr>
<tr> <td>09:00</td> <td><a href="https://swcarpentry.github.io/r-novice-gapminder/" target="_blank">Introduction to R and RStudio</a></td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>11:00</td> <td>Exploring Data Frames<br> Data Frame Manipulation with dplyr</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
Expand Down

0 comments on commit c1e4f73

Please sign in to comment.