Skip to content

Commit

Permalink
Update schedule.html
Browse files Browse the repository at this point in the history
  • Loading branch information
renatatopinkova authored Sep 16, 2024
1 parent 4b055b0 commit 116648b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/swc/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<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>09:00</td> <td>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>11:00</td> <td>Unix Shell (Continued)</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
{% if site.flavor == "r" %}
<tr> <td>13:00</td> <td>Building Programs with R</td> </tr>
<tr> <td>13:00</td> <td>Git I</td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>15:00</td> <td>Building Programs with R (Continued)</td> </tr>
<tr> <td>15:00</td> <td>Git II</td> </tr>
{% elsif site.flavor == "python" %}
<tr> <td>13:00</td> <td>Building Programs with Python</td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
Expand Down

0 comments on commit 116648b

Please sign in to comment.