Skip to content

Commit

Permalink
Merge pull request #3 from unistra/update-schedule
Browse files Browse the repository at this point in the history
update schedule
  • Loading branch information
ManonMarchand authored Apr 10, 2024
2 parents 847bcda + 7dce32a commit 8749a57
Showing 1 changed file with 27 additions and 15 deletions.
42 changes: 27 additions & 15 deletions _includes/swc/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,42 @@
<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><a href="https://swcarpentry.github.io/shell-novice/01-intro.html">Automating Tasks with the Unix Shell</a></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><a href="https://swcarpentry.github.io/shell-novice/03-create.html">Automating Tasks with the Unix Shell (Continued)</a></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>13:00</td> <td><a href="https://swcarpentry.github.io/shell-novice/06-script.html">Automating Tasks with the Unix Shell (Continued)</a></td> </tr>
<tr> <td>13:30</td> <td>Afternoon break</td> </tr>
<tr> <td>13:45</td> <td><a href="https://swcarpentry.github.io/git-novice/01-basics.html">Version Control with Git</a></td> </tr>
<tr> <td>15: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>9:00</td> <td><a href="https://swcarpentry.github.io/git-novice/05-history.html">Version Control with Git (Continued)</a></td> </tr>
<tr> <td>11:00</td> <td>Morning break</td> </tr>
<tr> <td>11:15</td> <td><a href="https://swcarpentry.github.io/python-novice-inflammation/instructor/01-intro.html">Programming with Python</a></td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
<tr> <td>13:00</td> <td><a href="https://swcarpentry.github.io/python-novice-inflammation/instructor/02-numpy.html">Programming with Python (Continued)</a></td> </tr>
<tr> <td>14:00</td> <td>Afternoon break</td> </tr>
<tr> <td>14:10</td> <td><a href="https://swcarpentry.github.io/python-novice-inflammation/instructor/03-matplotlib.html">Programming with Python (Continued)</a></td> </tr>
<tr> <td>15:00</td> <td>END</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3>Day 3
</h3>
<table class="table table-striped">
<tr> <td>09:00</td> <td><a href="https://swcarpentry.github.io/python-novice-inflammation/instructor/04-lists.html">Programming with Python (Continued)</a></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>10:45</td> <td><a href="https://swcarpentry.github.io/python-novice-inflammation/instructor/06-files.html">Programming with Python (Continued)</a></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><a href="https://swcarpentry.github.io/python-novice-inflammation/instructor/08-func.html">Programming with Python (Continued)</a></td> </tr>
<tr> <td>14:10</td> <td>Afternoon break</td> </tr>
<tr> <td>14:30</td> <td>Wrap-up</td> </tr>
<tr> <td>14:50</td> <td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Post-workshop Survey</a></td> </tr>
<tr> <td>15:00</td> <td>END</td> </tr>
</table>
</div>
</div>

0 comments on commit 8749a57

Please sign in to comment.